body {
	margin: 0 0 0 0;
	font-family: "Trebuchet MS";
}

body, td {
	font-size: 11px;
	color: #444;
}

input, select {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #444;
	height: 18px;
}

a {
	color: #ff3399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

.footerText {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

.hrdiv {
	border-top: 1px solid #ccc;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	height: 1px;
}

.headline {
	font-size: 14px;
	color: #ff3399;
}

.navlinkON {
	font-size: 13px;
	color: #333;
}

.navlinkOFF {
	font-size: 13px;
	color: #ff3399;
}

.postHeadline {
	font-size: 16px;
}

.postByline {
	font-size: 10px;
	color: #999;
}

.contentTable {
	width: 100%;
	height: 100%;
	border: 0;
}

.sidebarTD {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #ccc;
	padding: 0 0 0 15px;
}

.storeItemTitle {
	font-size: 16px;
}

.storeItemDescription {
	
}

.storePriceLarge {
	font-size: 14px;
	color: #006699;
}

.storeItemThumb {
	width: 100px;
	height: 100px;
	border: 1px dotted #ff3399;
}

.storeItemThumb:hover {
	border: 1px solid #ff3399;
}

.storeImage {
	
}

.galleryImage {
	border: 1px dotted #ff3399;
	margin: 10 0 10 0;
}

.galleryThumb {
	border: 1px dotted #ff3399;
	margin: 0 10 10 0;
}

.galleryThumb:hover {
	border: 1px solid #ff3399;
}

.storeCategoryBox {
	float: left;
	width: 150px;
	height: 250px;
	padding: 0 20 0 0;
}

.storeItemBox {
	float: left;
	width: 100px;
	height: 200px;
	padding: 0 20 0 0;
}