@import url("reset.css");
@import url("fonts.css");




body
{
	color: #333;
	text-align: center;
	background: #90969d url(../images/body_bg.gif) repeat-y center;
}

#container
{
	margin: 0 auto;
	width: 760px;
}

#page
{
	text-align: left;
	background: #fff;
}

#content
{
	margin-bottom: 10px;
}

#sidebar
{
	width: 150px;
	float: left;
}

#maincontent
{
	margin-left: 160px;
}

#maininner
{
	float: left;
	width: 100%;
}






/* elements */

ul
{
	list-style-type: none;
}

hr
{
	border:0pt none;
	background-color:#ccc;
	color:#ccc;
	height:1px;
}



/* #header styles */

#header 
{
	position: relative;
	background: url("../images/top-banner.jpg") bottom right no-repeat;
	height: 176px;
	margin-bottom: 4px;
}

#headerinner
{
	position: relative;
	background: url("../images/top-banner.gif") no-repeat;
	height: 176px;
}

#header #logo
{
	padding: 25px 0 0 25px;
}

#header #logo h1
{
	width: 168px;
	height: 46px;
	background: url(../images/logo.gif) no-repeat 50% 50%;
	text-indent: -9999px;

}

#header #logo h1 a
{
	display: block;
	height: 46px;
	border: none;
	padding: 0px;
}

#header #quicksearch
{
	position: absolute;
	right: 10px;
	top: 0px;
	width: 145px;
	margin: 4px 0;
}

#header #quicksearch #qsearch
{
	position: absolute;
	border: 1px solid #ccc;
	border-right: 0;
	right: 33px;
	width: 110px;
}

#header #quicksearch #button
{
	position: absolute;
	right: 0;
}

#header #quicklogon {}


ul#navutils
{
	position: absolute;
	top: 0;
	right: 140px;
	padding: 5px 20px;
}

ul#navutils li
{
	display: inline;
	margin: 0 5px;
}

ul#navutils li a
{
	text-decoration: none;
	color: #fff;
}

ul#navmain
{
	position: absolute;
	top: 45px;
	right: 35px;
}

ul#navmain li
{
	float: left;
	padding: 5px;
}

ul#navmain li a
{
	font-weight: bold;
	text-decoration: underline;
	color: #ccc;
}



















/* links */

a:link
{
	color: #000;
}

a:visited
{
	color: #000;
}

a:hover
{
	color: #000;
}

a:active
{
	color: #000;
}

















/* side boxes */

#sidebar
{
}

#sidebar ul
{
	overflow: hidden;
	width: 150px;
}

#sidebar ul li
{
	padding : 0;
	margin: 0;

}

#sidebar ul li a
{
    color: #fff;
    display: block;
	padding: 2px 0px 2px 15px;
	text-decoration: none;
	width: 100%;
}

#sidebar ul li a:link, #sidebar ul li a:visited
{
	background: #c00;
	border-top: 1px solid #d00;
	border-bottom: 1px solid #b00;
}

#sidebar ul li a:hover, #sidebar ul li a:active
{
	background: #900 url(../images/nav_arrow.gif) 6px 5px no-repeat;
	border-top: 1px solid #800;
	border-bottom: 1px solid #800;
}

ul.level2
{
	display: none;
	padding-left: 20px;
}

ul.level3
{
	display: none;
	padding-left: 20px;
}

#manufacturers
{
	background: #C00;
}

#manufacturers select
{
	width: 100%;
}


a img {border: none; }












/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	border: 1px solid #ddd;
	}

.messageStackError img, .messageStackError img, .messageStackCaution img, .messageStackSuccess img
{
	vertical-align: middle;
}

.messageStackWarning, .messageStackError, .messageStackCaution, .messageStackSuccess {
	background-color:#ECD5D8;
	color:#BC2A4D;
}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 750px;
	vertical-align: top;
	border: 1px solid #9a9a9a;
	}






#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;

	}

.floatingBox
{
	width: 47%;
}











/* shopping cart */



#shoppingcart #cartintro
{
}



#shoppingcart #carttable
{
	width: 100%;
	margin: 30px 0;
}

#shoppingcart #carttable thead th
{
	padding: 5px 10px;
	background: #999;
	text-align: left;
	font-weight: bold;
}

#shoppingcart #carttable tbody td
{
	padding: 10px;
}








#shoppingcart th#productheading
{
	
}

#shoppingcart .prodremove
{
	display: block;
	margin-top: 4px;
}

#shoppingcart thead th#qtyheading
{
	text-align: center;
	width: 70px;
}

#shoppingcart thead th#priceheading
{
	text-align: right;
	width: 70px;
}

#shoppingcart thead th#totalheading
{
	text-align: right;
	width: 65px;
}

.cartimage
{
	padding-right: 10px;
}

.center
{
	text-align: center;
}
.right
{
	text-align: right;
}

span.prodimg
{
	display: block;
	width: 100px;
	float: left;
	padding-right: 5px;
	border-right: 1px solid #ddd
}




#productlisting .addtocart, #newsproducts .addtocart
{
	float: right;
}

.listcount
{
	padding: 10px 0;
	clear: both;
}

.listcount span
{
	float: right;
}













/*
	Product List Page
*/

#productlisting table
{
	border-top: 1px solid #ddd;
	font-size: 1em;
}

#productlisting table tr
{
	}

#productlisting table tr td
{
	vertical-align: top;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;

}

#productlisting table tr td.image
{
	width: 100px;
	text-align: center;
}

#productlisting table tr td.image img
{
	width: 90px;
	height: 90px;
}

#productlisting table tr td.productinfo
{
	width: 380px;
	padding: 5px 7px;
}

#productlisting table tr td.productinfo a
{
	font-weight: bold;
	font-size: 1.2em;
}

#productlisting table tr td.productinfo .listingDescription
{
	margin-top: 0.2em;
	line-height: 1.5em;
}


#productlisting table tr td.pricing
{
	width: 100px;
	text-align: right;
}













/*Shopping Cart Display*/






#cartAdd {
	float: right;
	text-align: center;

	border: 1px solid #000000;

	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;

	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

#ccQuantityHeading, #ccProductsHeading, #ccTaxHeading, #ccTotalHeading
{
	font-weight: bold;
}

#ccTotalHeading
{
	text-align: right;
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}



.cartRemoveItemDisplay {
	width: 3.5em;
	}


#mediaManager {
	width: 50%; 

	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {

	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}



#otsubtotal, #otshipping, #ottotal
{
	position: relative;
	margin: 3px 0 0 0;
}


.totalBox
{
	width: 125px;
	float: right;
	text-align: right;
}

.lineTitle, .amount
{
	font-weight: bold;
	width: 465px;
}

.amount
{
	width: 5.5em;
}

/*Image Display*/


.categoryIcon {}



/*Attributes*/
.attribImg {
	width: 20%;

}







/*misc*/


.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #fff;
	vertical-align: top;
	}

.rowEven {
	background-color: #fff;
	vertical-align: top;
	}

#siteMapList
{
	position: relative;
}

.ccinfo
{
	padding-top: 5px;
}
























/* Category Listing */

#subcategories
{
	margin: 10px 0;
}




.categoryListBoxContents
{
	float: left;
	vertical-align: top;
	margin: 1em 0em;
	text-align: center;
}

.categoryListBoxContents a
{
	text-decoration: none;
}

.categoryListBoxContents img
{
	margin-bottom: 5px;
}
	







/* maincontent */

#maincontent a:link, #maincontent a:visited
{
	color: #09f;
}

#maincontent a:hover, #maincontent a:active
{
	color: #09f;
}

#maincontent ul
{
	
	list-style: none;
	margin: 0.3em 0;
	display: inline-block;
}

#maincontent ul li
{
	margin: 0.1em 0;
	background: url(../images/bullet.gif) 0.6em 0.45em no-repeat;
	padding-left: 15px;
	line-height: 1.8em;
}






















/* breadcrumb */

#breadcrumb
{
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	margin: 10px 0;
	color: #666;
}

#breadcrumb a:link, #breadcrumb a:visited
{
	color: #666;
}

#breadcrumb a:hover, #breadcrumb a:active
{
	color: #333;
}



/* product info display */




#productinfo #image
{
	position: relative;
	float: left;
	text-align: center;
	padding: 10px;	
}

#productinfo #image img
{
	padding: 0 5px 10px;
}

#productinfo #image a
{
	text-decoration: none;
}



#productinfo #details 
{
	float: right;
	width: 300px;
	border: 1px solid #ddd;
	padding: 8px;
}

#productinfo #description
{
	clear: both;
}

#productinfo #description p
{
	line-height: 1.6em;
	margin-bottom: 1em;
}










/* #footer styles */



#footer
{
	padding-left: 175px;
	padding-top: 20px;
	background: #fff url(../images/footer_bg.gif) 0 4px no-repeat;
}

#footer ul
{
	list-style: none;
}

#footer ul li
{
	display: inline;
	padding-right: 10px;
}

#footer ul li a:link, #footer ul li a:visited
{
	color: #666;
	text-decoration: none;
}

#footer ul li a:hover, #footer ul li a:active
{
	text-decoration: underline;
}

#footer p
{
	color: #f00;
	padding: 5px 0;
}







.blockview dl
{
	float: left;
	width: 104px;
	margin: 0 4px 10px 0;
}

.blockview dt, dd
{
	text-align: center; 
}

.blockview dt
{
	border: 1px solid #ddd;
	height: 100px;
}

.blockview dt a
{
	display: block;
	border: 1px solid #fff;
	width: 100px;
	height: 100px;
	line-height: 90px;
}

.blockview dt a img
{
	vertical-align: middle;
}
	
.blockview dl.hover dt a:link, .blockview dl.hover dt a:visited, .blockview dt a:hover
{
	border: 1px solid #ccc;
}

.blockview dd 
{
	padding: 3px;
}

.blockview dd a:link, dd a:visited
{
	color: #999;
	text-decoration: none;
}

.blockview dl.hover, .blockview dl.hover dd a:link, .blockview dl.hover dd a:visited, .blockview dd a:hover 
{
	color: #333;
	cursor: pointer;
	cursor: hand;
}










/* forms */

fieldset
{
	margin: 15px 0;
	padding: 10px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #eee;
	position: relative;
}

* html fieldset
{
	padding: 0 10px 5px 10px;
}

fieldset p
{
	font-size: 1.1em;
}

legend {
	padding: 1px 0;
	font-weight: bold;
	color: #000000;
	margin-top: -.4em;
	position: relative;
	text-transform: none;
	line-height: 1.2em;
	top: 0em;
	vertical-align: middle;
}

/* Hide from macIE \*/
legend { top: -1.2em; }
/* end */

* html legend {
	margin: 0 0 -10px -7px;
	line-height: 1em;
}

dt
{
	float: left;
	width: auto;
}

dd
{
	color: #000;
}

dd + dd
{
	padding-top: 2px;
}

dt span
{
	padding-right: 5px;
}

dt label
{
	text-align: right;
	font-weight: bold;
	float: right;
	padding-right: 5px;
}

html > body dd label input
{
	vertical-align: middle;
}


dd label 
{
	vertical-align: middle;
}

dd input, dd select
{
	max-width: 100%;
}

dd textarea
{
	width: 98%;
}

input.radio
{
	width: auto !important;
	background-color: transparent;
	border: none;
	cursor: default;
}



fieldset dl
{
	margin-bottom: 8px;
	margin-top: 0px;
	padding: 0 0;
}

fieldset dt
{
	width: 25%;
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #CCC;
	padding-top: 0px;
}

fieldset dd
{
	margin-left: 25%;
	padding-left: 5px;
	text-align: left;
	border-left: 1px solid #CCC;
	vertical-align: middle;
}



















.priceprefix
{

	width: 20%;
	text-align: right;

	font-weight: bold;
	background: #c00;
}

.normalprice, .productSpecialPrice, .productPriceDiscount
{
	width: 10%;
	margin-left: 21%;
	text-align: left;
}





.viewpanel {
	border: 1px solid #ccc;
	text-align: left;
	margin-bottom: 10px;
}
.viewpanel h4 {
	font-size: 1em;
	font-weight: bold;
	background-color: #EEEEEE;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 1.6em;
}
.viewpanel .content {
	padding: 8px 8px 8px 8px;
	border: 0px;
}
















#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
background: transparent url(../../template_default/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
display: block;
height: 100%;
width: 63px;	
}

#prevLink {
background-image: url(../../template_default/images/lightbox/prevlabel.gif);
background-repeat: no-repeat;
background-position: left 0%;
float: left;
left: 0;
}

#nextLink {
background-image: url(../../template_default/images/lightbox/nextlabel.gif);
background-repeat: no-repeat;
background-position: right 0%;
float: right;
right: 0;
}

#imageDataContainer{

	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	


#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			

#imageData #bottomNavClose
{
	float: right;
	padding-bottom: 0px;
	vertical-align: middle;
	width: 66px;
}
		
#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	





/*
self clearing containers
http://www.csscreator.com/attributes/containedfloat.php
*/

.clear
{
	display: inline-block;
}

.clear:after
{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

* html>body .clear
{
	display: inline-block; 
	width: 100%;
}

 /* Holly Hack Targets IE Win only \*/
* html .clear
{
	height: 1%;
}

.clear
{
	display: block;
}
 /* End Holly Hack */