html, body
{
	padding:0px;
	margin:0px;
	background-color:#0b2858; // was 000d5f 
	margin-top:10px;
	font-family: Helvetica, sans-serif;
	margin-bottom:10px;
}

img
{
	border:0px;
	padding:0px;
	margin:0px;
}

div
{
	padding:0px;
	margin:0px;
}

#wrap_flash
{
	margin:auto;
	width:960px;
	clear:both;
	overflow:visible;
	background-color:#d4d9ff;
	padding-top:10px;
}

#header
{
	margin:auto;
	width:960px;
	clear:both;
	overflow:visible;
	text-align:center;
	padding-bottom:0px;
	color:#ff0000; // Was d4d9ff
}

#content_wrap
{
	margin:auto;
	margin-top:10px;
	width:960px;
	clear:both;
	overflow:visible;
	background-color:#FFFFFF;
}

#sidebar
{
	margin-left:15px;
	float:left;
	width:185px;
	overflow:visible;
}

#content
{
	margin-right:15px;
	float:right;
	width:735px;
	overflow:visible;
	min-height:450px;
	text-align:justify;
}

#footer
{
	margin:auto;
	width:958px;
	border-left:solid 1px #475D81;
	border-right:solid 1px #475D81;
	clear:both;
	overflow:visible;
	text-align:center;
	padding-bottom:15px;
	color:#d4d9ff;
	font-size:12px;
	/*background-color:#000d5f;*/
	background-color:#475D81; /*Was 2e45f7*/ 
}

#search_box
{
	clear:both;
	margin-top:10px;
	padding-left:10px;
	padding-top:10px;
	width:175px;
	height:90px;
	color:#d4d9ff;
	background-image:url(images/search_bg.png);
	background-repeat:no-repeat;
}

#top_border
{
	margin:auto;
	width:960px;
	clear:both;
	height:10px;
	background-image:url(images/top_border.png);
}

#bottom_border
{
	margin:auto;
	width:960px;
	clear:both;
	height:10px;
	background-image:url(images/bottom_border.png);
}

.form_errors
{
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
}

.group_box
{
	border:SOLID 1px #CCCCCC;
	padding:10px;
}

a.admin_menu
{
	text-decoration:none;
	font-weight:bold;
	color:#000099;
}

a.admin_menu:hover
{
	color:#990000;
}

.form_success
{
	color:#009900;
	font-weight:bold;
	font-size:12px;
}

.list_header
{
	font-size:12px;
	font-weight:bold;
	border:SOLID 1px #999999;
	background-color:#FFFFCC;
	padding:5px;
}

.list_item
{
	font-size:12px;
	font-weight:normal;
	border:SOLID 1px #CCCCCC;
	background-color:#FFFFFF;
	padding:5px;
}

a
{
	text-decoration:none;
	color:#000000;
	text-decoration:underline;
}

a:hover
{
	color:#001075;
	text-decoration:none;
}

.no_category_img
{
	clear:both;
	width:73px;
	height:40px;
	border:SOLID 1px #CCCCCC;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#CCCCCC;
	font-size:10px;
}

.no_product_img
{
	clear:both;
	width:73px;
	height:55px;
	border:SOLID 1px #CCCCCC;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#CCCCCC;
	font-size:10px;
}

.no_product_img_big
{
	float:left;
	width:198px;
	height:200px;
	border:SOLID 1px #EFEFEF;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#CCCCCC;
	font-size:12px;
}

.featured_text
{
	color:#009900;
	font-weight:bold;
	font-size:11px;
	border:SOLID 1px #000000;
	padding:2px;
	text-transform:capitalize;
	font-style: italic; 
}

.hidden_text
{
	color:#FF0000;
	font-weight:bold;
}

.product_attribute_label
{
	color:##000d5f;
	font-size:11px;
}

.product_info
{
	left:0px;
	top:0px;
	clear:both;
	width:250px;
	position:absolute;
	z-index:100;
	display:none;
	background-color:#EFEFEF;
	padding:7px;
	border:SOLID 1px #777777;
	overflow:scroll;
}

.product_list_box
{
	float:left; 
	margin:0px;
	padding:0px;
	width:19%; 
	text-align:left; 
	padding-left:1%;
}

A.footer:link {text-decoration: underline; color: white}
A.footer:visited {text-decoration: underline; color: white}
A.footer:active {text-decoration: underline; color: white}
A.footer:hover {text-decoration: underline; color: white}

