/* CSS Document */

/* shopping cart main view */
#cartHead{
	width:670px;
	margin:10px 0 0 0;
}
#cartHead h3{
	margin:0;
	padding:0;
}
#shoppingCart{
	width:650px;
	margin:10px auto;
	padding:10px;
	border: 2px solid #666;
	background-color:#ffffff;
	color:#333333;
	font-size:11px;
}
.cartItem{
	color:#333333;
	clear:both;
	border-bottom:2px solid #666;
	padding:10px 0 10px 0;
}
.cartItem img{
	max-width:90px;
	max-height:90px;
	float:left;
}
#shoppingCart a{
	color:#0000FF;
	text-decoration:none;
}
#shoppingCart a:hover{
	text-decoration:underline;
}
.cartItemDetail{
 	float:left;
	width:420px;
	margin:0 0 0 10px;
}
.cartItemName{
	font-size:13px;
	font-weight:bold;
	margin:2px 0 2px 0;
	display:block;
}
.cartItemOptions{
	font-size:10px;
	margin:2px 0 2px 0;
	display:block;
}
.cartItemNumber{
	margin:2px 0 2px 0;
	display:block;
}
.cartItemStats{
	margin:2px 0 2px 0;
	display:block;
}
.cartItemEdit{
	margin:2px 0 2px 0;
	display:block;
}
.cartItemTotal{
	float:left;
	width:auto;
	padding-top:50px;
	text-align:right;
}
#shipMethods{
	margin:15px 0 0 0;
	padding:10px;
	min-width:200px;
	overflow:hidden;
	border:1px solid #666;
	line-height:140%;
}
.shipError{
	background-color:#FFFFCC;
}
#shipMethodTitle{
	text-align:left;
	font-weight:bold;
	padding:0 0 4px 0;
}
#shipMethods select{
	min-width:145px;
}
#cartTotals{
	margin:15px 0 0 0;
	clear:both;
	width:250px;
	float:right;
}
#cartTotals table{
	width:100%;
	border-collapse:collapse;
}
#cartTotals table tr{
	vertical-align:top;
}
#cartTotal table td{
	color:#333333;
}
.cartClear{
	height:0;
	clear:both;
}
#cartActionBar{
	clear:both;
	margin:15px 0 0 0;
	width:100%;
}
.doubleBrdrSpacer{
	border-top:5px double #666;
	height:10px;
	width:100%;
}
#cartEmpty{
	text-align:center;
}



.btn{
	background-color:#FFFFFF;
	font-size:10px;
	color:#000000;
	border: 1px solid #4D9C9D;
	cursor:pointer;
	margin:10px 8px 3px 8px;
}
.selectBtn{
	background-color:#e5f0f6;
	font-size:10px;
	color:#666;
	border: 1px solid #333;
	cursor:pointer;
	padding:2px 25px 2px 25px;
	margin:10px 8px 3px 8px;
}

/* checkout customer info */
.errorBlock ul{
	margin:0;
	padding:0;
}
.errorBlock ul li{
	list-style:none;
	padding: 2px 0 2px 0;
}
#showCartBlock, #showBillingBlock{
	cursor:pointer;
}
.textarea{
	width:300px;
	height:75px;
}

/* product list */
.productPageResults{
	clear:both;
	float:right;
	margin:0 0 0 0;
	padding:0 0 0 ;
}
.productPageResults .pageNum{
	float:left;
	margin:2px;
	border:1px solid #ccc;
	color:#000000;
	text-align:center;
	background-color:#FFFFFF;
}
.productPageResults .pageNum a{
	float:left;
	display: block;
	width: auto;
	margin: 0;
	padding:2px 5px 5px 5px;
	background-color:#66c5ca;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}	
.productPageResults .pageNum a:hover, .productPageResults .pageNum a.currPage{
	background: none;
}
#productPageTitle{
	width:200px;
	float:left;
}
#productPageTitle h1{
	margin:0;
	padding:0;
}
#productViewOptions{
	width:300px;
	text-align:right;
	margin:0;
	float:right;
}
#productSectionWrapper{
 	margin:20px 0 30px 0;
	text-align:center;
	width:825px;
}
#categoryNav{
	float:left;
	width:130px;
	margin:25px 0 0 0;
}
#categoryNav ul{
	margin:3px 0 0 0;
	padding:0;
	list-style:none;
}
#categoryNav h2{
	margin:0;
	padding:0;
}
#categoryNav ul li{
	padding:2px 0 2px 0;
	margin:0;
	font-size:12px;
}
#categoryNav ul li a{
	text-decoration:none;
}
#categoryNav ul li a.active{
	text-decoration:underline;
}
#productListContainer{
	margin:10px 0 10px 20px;
	padding:20px 0 0;
	float:left;
	width:675px;
	overflow:hidden;
}
.productWrapper{
	float:left;
	margin:0 30px 30px 0;
	padding:0;
	width:190px;
	height:auto;
}
.productWrapper a{
	color:#0066FF;
	text-decoration:underline;
}
.productWrapper a:hover{
	text-decoration:none;
}
.productImageWrapper{
	background-color:#ffffff;
	width:190px;
	height:190px;
	overflow:hidden;
	border:1px solid #e5f0f6;
	margin:0 0 0 0;
	text-align:center;
}
.productDescriptionWrapper{
	font-size:10px;
	color:#666;
	margin:5px 0 0 0;
	padding:0 0 5px 5px;
}
.productDescriptionWrapper p{
	margin:0 5px 0 0;
	padding:0;
}
.productImageWrapper img{
	max-height:190px;
	max-width:190px;
}
.productPriceWrapper{
	margin:0 0 0 5px;
	padding:0;
	font-size:12px;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.productPriceWrapper .salePriceList{
	text-decoration:line-through;
	color:#FFFFCC;
}
.productPriceWrapper h3{
	margin:0 0 5px 0;
	padding:0;
}

/* product detail */
#individualProduct .validation-advice{
	font-weight:bold;
	color:#990000;
	padding:1px;
}
#individualProduct{
	width:730px;
	margin:20px auto;
	padding:10px;
	background-color:#ffffff;
	color:#666;
	font-size:12px;
}
#individualProductWrapper{
	border:2px solid #666;
	margin:0;
	padding:20px;
}
#individualImageWrap{
	width:250px;
	float:left;
	margin:0 0 20px 0;
	padding:0;
}
#individualImageWrap img{
	max-width:250px;
}
#individaulImageScroll{

}
#individaulImageScroll img{
	max-width:50px;
	max-height:50px;
	float:left;
	margin: 0 5px 5px 0;
}

#individualDetailsWrap{
	float:left;
	margin:0 0 20px 40px;
	padding:0;
	width:390px;
}
#individualDetailsWrap h3{
	margin:0 0 10px 0;
	padding:0;
	color:#666666;
	font-size:14px;
}
#individualDetailsWrap p{
	line-height:145%;
}
#individualSKU{
	margin:2px 0 2px 0;	
}
#individualPricing{
	margin:2px 0 2px 0;
	border-bottom:2px solid #666;
	padding:0 0 10px 0;	
}
#plPrice{
	display:block;
	color:#666;
	font-weight:bold;
	margin:2px 0 2px 0;
	text-decoration:line-through;	
}
#pwPrice{
	display:block;
	color:#666;
	font-weight:bold;
	margin:2px 0 2px 0;
}
#pPrice{
	display:block;
	color:#666;
	font-weight:bold;
	margin:2px 0 2px 0;
}
#pShip{
	display:block;
	margin:2px 0 2px 0;
	font-style:italic;
}
#psPrice{
	display:block;
	color:#666;
	font-weight:bold;
	margin:2px 0 2px 0;
}
#pPriceCross{
	display:block;
	color:#990000;
	font-weight:bold;
	margin:2px 0 2px 0;
	text-decoration:line-through;
}
#individualOptions{
	margin:0 0 0 0;
	padding:10px 0 0 0;

}
.pOptions{
	margin:2px 0 2px 0;
	padding:0;
	clear:both;
}
#outOfStock{
	color:#990000;
	font-weight:bold;
}
#individualproductformElements{
	clear:both;
	margin:10px 0 0 0;
	border-bottom:2px solid #666;
	padding:0 0 10px 0;
}
#individualproductnavigation{
	clear:both;
	padding:10px 0 0 0;
	margin:0 0 0 0;
	text-align:center;
}
#individualproductnavigation a{
	color:#0066FF;
	text-decoration:underline;
}
#individualproductnavigation a:hover{
	text-decoration:none;
}
#individualrelatedTitle{
	clear:both;
	margin:20px 20px 0 20px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-weight:bold;
}	
#individualRelated{
	clear:both;
	margin:5px 20px 0 20px;
	padding:10px;
	height:110px;
	width:625px;
	overflow:auto;
	white-space:nowrap;
	border:2px solid #666;
}
#individualRelated img{
	max-width:90px;
	max-height:90px;
	margin:0 5px 0 0;
}
img.imageHover{
	padding:1px;
}
img.hoverEffect{
	background-color: #e5f0f6;
}


/*override js error style*/
.orderStatus .validation-advice{
	color:#990000;
}

/* order status */
.statusHead{
	margin:10px 0 0 0;
}
.statusHead h3{
	margin:0;
	padding:0;
}
.statusHead h3 img{
	margin:0 0 0 8px;
}
.orderStatus{
	width:650px;
	margin:10px auto;
	padding:10px;
	border: 1px solid #efefef;
	background-color:#ffffff;
	color:#333333;
	font-size:11px;
}
.orderStatus table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
.orderStatus table tr{
	vertical-align:top;
}
.orderStatus table td{
	color:#333333;
	padding:3px 3px 3px 0;
}
.orderStatus table td.statusLeftCol{
	width:175px;
}
.orderStatus table th{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border-bottom:2px solid #efefef;
	color:#333333;
	padding:4px 0 4px 0;
}
.orderStatus table tr.statusProduct td{
	border-bottom:2px solid #efefef;
}
.orderStatus table a{
	text-decoration:underline;
}
.orderStatus table a:hover{
	text-decoration:none;
}




