@charset "utf-8";
/* CSS Document */

/* Category Page Styles */

P.catname {
	text-align: left; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	vertical-align:top;
	background-color: #F4F4F4;
	padding-right: 7px;
	padding-left: 7px;

}

P.catdesc { 
	text-align: left; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	vertical-align:top;
	background-color: #F4F4F4;
	padding-right: 7px;
	padding-left: 7px;
}
IMG.catimage { 
	border:7px; 
	border-thickness: 7px; 
	border-color: #F4F4F4; 
	border-style: solid; 
	vertical-align:top; 
	
}

TD.catimage {
	vertical-align:bottom;
	text-align:center;
	background-color: #F4F4F4;
} 

TD.catname {
	text-align: left;
	vertical-align:bottom; 

} 




/* Product Page Styles */


td.product {
	background-color: #F4F4F4;
} 

td.prodimage {
	text-align:left;
	background-color: #FFFFFF;
	vertical-align: top;
	height: 139px;
}

div.prodname {
	font-weight:bold;
	text-align:left;
	background-color: #F4F4F4;
	margin: 0px;
	padding: 0px;
}

div.proddescription {
	text-align:left;
	background-color: #F4F4F4;
}

table.products {
	margin-right: 10px;
}

td.prodnavigation {
	color: #80B9E3;
}

P.prodnavigation {
	color: #80B9E3;
	font-weight:normal;
	margin:0;
}


/* Product Detail Page Styles */

div.detailoptions {
	text-align:left
}
.detailoption {
	text-align:left
}

div.detailname {
	font-size: 14px;
	font-weight: bold;
	color: #ec5e08;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}

hr.prodseparator {
	font-size: 1px;
	width:180px;

}

/* Mini Cart Styles */

TD.mincart {
font-size: 10px;
width:100%;
}

P.mincart {
font-size: 10px;
}
/* ----------- SIDE MENU NAV -------------- */

#store_home {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E3E3E3; background:#FFFFFF; clear: both}
#store_home ul li{background-image: url(../images/arrow_red.gif); background-repeat: no-repeat;	background-position: left 7px;}
#store_home a:hover {color: #FFFFFF; background: #EC352F;}
#store_home a.active {color: #FFFFFF; background: #EC352F;}


#store_templates {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E3E3E3; background:#FFFFFF; clear: both}
#store_templates ul li{background-image: url(../images/arrow_orange.gif); background-repeat: no-repeat; background-position: left 7px;}
#store_templates a:hover {color: #FFFFFF; background: #f1722f;}
#store_templates a.active {color: #FFFFFF; background: #f1722f;}

#store_equip {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E3E3E3; background:#FFFFFF; clear: both}
#store_equip ul li{background-image: url(../images/arrow_yellow.gif); background-repeat: no-repeat;  background-position: left 7px;}
#store_equip a:hover {color: #FFFFFF; background: #ffb722;}
#store_equip a.active {color: #FFFFFF; background: #ffb722;}

.categoryitems ul{
	margin: 0;
	padding: 0;
}

.sidemenu{
	width: 200px; /*width of accordion menu*/
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3E3E3;
}

.sidemenu .menuheader{ /*CSS class for expanding menu headers */
	color: #666666;
	cursor: hand;
	cursor: pointer;
/*	height: 16px;
*/	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px; 
	padding-top: 13px;
	padding-right: 0;
	padding-left: 8px;
	padding-bottom: 4px;
	text-align: left;
	display: block;
	text-decoration: none;
	vertical-align: baseline;
}
.sidemenu a{ /*CSS class for non-expanding menu headers*/
	color: #666666;
	cursor: hand;
	cursor: pointer;
/*	height: 16px;
*/	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px; 
	padding-top: 13px;
	padding-right: 0;
	padding-left: 8px;
	padding-bottom: 4px;
	text-align: left;
	display: block;
	text-decoration: none;
	vertical-align: baseline;
}

/*Begin CSS class to apply to expandable header when it's expanded*/	
.sidemenu .openheader {color: #FFFFFF;}
.sidemenu .openheader#store_home_header {background: #EC352F;}
.sidemenu .openheader#store_templates_header {background: #f1722f;}
.sidemenu .openheader#store_equip_header {background: #ffb722;}
/*End CSS class to apply to expandable header when it's expanded*/	

.sidemenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	margin-left: 0px;
	margin-top: 2px;
}

.sidemenu ul li{
	padding-bottom: 3px; /*bottom spacing between menu items*/
	text-align: left;
	margin-top: 0px;
	padding-top: 3px;
	margin-left: 7px;

}

.sidemenu ul li a{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-size: 92%;
	text-align: left;
	margin-right: 5px;
	padding-left:6px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	line-height: normal;
	display: block;
	margin-left: 13px;

}

.sidemenu ul li a:visited{color: #666666;}
