body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#000000;
	color:#ffffff;
}
h1 {
	font-size:24px;
	font-weight:bold;
}
h1 a{
	color:#FFFFFF;
	text-decoration:none;	
}
h1 a:hover {
	color:#bfe2fe;
}
h3 a{
	color:#FFF;
	text-decoration:none;
}
h3 a:hover {
	color:#CCC;
}
#wrapper {
	width:1000px;
	background-color:#000000;
	margin:auto;
}
#header {
	/* background-image:url(img/header_bg.png); 
	background-repeat:repeat-x;
	*/
	height:116px;
	background-color:#000;
}
#header h1{
	width:260px;
	height:115px;
	background-image:url(img/header_bg.png); 
	background-repeat:repeat-x;
	background-position:top left;
	overflow:hidden;
	text-indent: -5000px;
}
#menu {
	height:33px;
	padding-top:80px;
	width:450px;
	float:right;
}
#menu ul li{
	float:left;
}
#menu ul li a{
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	border-bottom:2px solid #000;
}
#menu ul li a:hover{
	background-color:#333333;	
	border-bottom:2px solid #ccff00;
}
#main {	
	padding:10px;
}
#leftColumn {
	width:220px;
	float:left;
}
#centerColumn {
	float:left;
	width:660px;
	padding:10px;
	padding-left:0px;
}
#centerColumn p{
	line-height:18px;
	margin-top:6px;
	margin-bottom:6px;
}
#centerColumn h2{
	font-size:18px;
	color:#ed145a;
	margin-bottom:10px;
	border-bottom:1px solid #ed145a;
	padding-bottom:5px;
}
#rightColumn {
	width:308px;
	float:left;
}
/* boxes */
#boxWrapperLeft h2, #boxWrapperRight h2{
	background-color:#1c4266;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	-moz-border-radius:10px 10px 0px 0px;	
}
#boxWrapperRight h2{
	background-image:url(img/carttop_bg.png);
	height:68px;
	text-indent:-3000px;
}
#boxWrapperLeft .boxBody, #boxWrapperRight .boxBody {
	background-color:#333333;
	padding:10px;
	-moz-border-radius:0px 0px 10px 10px;
}
#boxWrapperLeft .boxBody li, #boxWrapperRight .boxBody li{
	padding-bottom:5px;
}
#boxWrapperLeft li a, #boxWrapperRight li a{
	text-decoration:none;
	color:#000000;
}
#boxWrapperLeft li a:hover, #boxWrapperRight li a:hover{
	color:#1C4266;
}
#boxWrapperLeft li ul li a, #boxWrapperRight li ul li a{
	color:#666666;
}
/* BOF listing */
#productsWrapper {
	padding:10px;
}
#productsWrapper li{
	float:left;
	width:200px;
	border:1px solid #666666;
	margin-right:10px;
	background-color:#ffffff;
	text-align:center;
	margin-bottom:10px;
}
#productsWrapper .listingLeft{
	float:left;
	width:140px;
}
#productsWrapper .listingRight{
	float:right;
	width:200px;
}
#productsWrapper .image {
	width:154px;
	height:150px;
	text-align:center;		
	margin:auto;
}
#productsWrapper .price{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#productsWrapper h3{
	font-size:12px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#333333;
	height:36px;
} 
#productsWrapper .description {
	color:#878787;
	line-height:14px;
	margin-bottom:10px;
}
#productsWrapper .qty{
	/* border:1px solid #DFDFDF;	 */
	text-align:center;
	background-color:#000000;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:middle;
	height:23px;
}	
#productsWrapper input.btn{
	color:#FFFFFF;	
	font-size:11px;
	cursor:pointer;
	border:none;
	width:94px;
}
/* minicart */
#miniCart a{
	color:#FDC311;
	text-decoration:none;
}
#miniCart a:hover{
	color:#F60;
}
#miniCart ol{
	padding-bottom:10px;
}
#miniCart li{
	clear:both;
	padding-bottom:10px;
	padding-top:5px;
	height:30px;
	position:relative;
}
#miniCart .itemDelete{
	width:12px;
	height:12px;
	background-image:url(img/x.png);
	cursor:pointer;
	position:absolute;
	left:-15px;
}
#miniCart .productName {
	float:left;
	width:135px;
	vertical-align:baseline;
}
#miniCart .productPrice {	
	float:left;
	width:65px;
	vertical-align:baseline;
}
#miniCart .productQty input {
	width:25px;
	border:1px solid #999999;
	font-size:10px;
}
#miniCart .productQty {
	float:left;
	width:30px;
}
#miniCart .itemTotal {
	float:left;
	width:50px;
	font-weight:bold;
	text-align:center;
}
#miniCart .total {
	padding-top:10px;
	border-top:1px dotted #666666;
	color:#ffffff;
}	
#miniCart .coupon {
	padding:5px;
}
#photosWrapper {
	width:220px;
	float:left;
	text-align:center;
}
#photosWrapper .thumb{
	width:70px;
	height:70px;
	overflow:hidden;
	border:2px solid #FFF;
	float:left;
	margin-right:5px;
	background-color:#FFF;
}
#photosWrapper .extraPhoto {
	margin-top:10px;
	padding-left:33px;
}
#photosWrapper .thumb img{
	width:70px;
}
