/*
# header
*/

#nav_main > ul > li:last-child {
	float: left;
}



.siteSearch form{
	float:left;
}

.siteSearch .advanced{
	float:left;
	margin-left: 10px;
	line-height: 30px;
}




/*
# homepage
*/

.span-24 > .scroller ul li {
		width: 150px;
}

.scrollerProduct .thumb{
	height:140px;
}

.scrollerProduct  .thumb img {
	max-height: 140px;
	max-width: 140px;
	width: auto;
	height:auto;
}


.yCmsContentSlot.span-6.thumbnail_detail .simple_disp-img:first-child{
	margin-bottom:10px;
}

.section1 .simple_disp-img{
		margin: 0;
}




/*
# category
*/

.productList .productListItem .thumb img {
	max-width: 96px;
}



.productList .productListItem .stars,
.productList .productListItem .details,
.productList .productListItem .cart,
.productList .productListItem .product-classification,
.productList .productListItem .lowStock,
.productList .productListItem .head {
	margin-left:  110px;
}


.productList .productListItem .cart {
	text-align: right;
}



/*
# product
*/


.productImage .productImagePrimary a.productImagePrimaryLink img {
		max-height: 420px;
		max-width: 420px;
		width: auto;
		height:auto;
}


.productDescription .stock_message{
	 display: inline;
}





/*
	button color
*/
button.pickupInStoreButton,
button.negative, a.button.negative {
		color:#169e08;
		border-color: #169e08;
}



button.checkoutButton {
	font-size: 140%;
	margin-top: 20px;
}








#savedPaymentList .paymentEntry  {
		min-height:188px;
}


#savedPaymentList .paymentList ul{
	width:50%;
}


#savedPaymentList .paymentEntry button {
		margin: 20px;
}







#savedAddressList  button{
	margin-top:8px;
}

#savedAddressList  .addressEntry{
	width:380px;
}


#savedAddressList  {
	max-height:400px;
	overflow-y:auto;
	overflow-x:hidden;
}




.summaryOverlay fieldset.cardDate legend {
	margin: 7px 0 5px;
}



td.priceRow{
	text-align: right;
}








button.positive[disabled] {
	text-transform: uppercase;
}










/* volume-prices */

table.volume-prices thead th{
	font-weight: bold;
	border-bottom: 1px dotted #979797;
	line-height:25px;
}

table.volume-prices tbody td{
	border-bottom: 1px dotted #979797;
	line-height:20px;
}





.volumePricesFlag{
	float:right;
	padding:5px 0 0 10px;
}






.productDetailsPanel .productDescription .qty label{
	width:57px;
	display: block;
	float: left;
}