/* commerce template css */

/*-------------------------------------------------------------------------------- form styles */
input.formBtn {
	background: #ebf5f6 url(/styles/default/graphics/form_btn.png) no-repeat;
	width: 170px;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #eaeaea;
	padding-bottom: 2px;
	overflow: hidden;
	margin-top: 10px;
	border: 0;
}
input.formBtn:hover	{
	color: #fff;
}

.formBtnSmall {
	background: #ebf5f6;
	border: none;
	color: #666;
	padding: 2px;
	font-size: 10px;
}

.select_box {
	font-size: 11px;
	height: 19px;
	padding: 1px 0 0 2px;
}

.quantity_box	{
	font-size: 11px;
	height: 12px;
	width: 20px;
	text-align: center;
}

.check_box	{
	border: 0px;
	width: 15px;
	height: 15px;	
}


/*---------------------------------------------------------------------- view cart */
a.viewCart, a.viewCartRight, a.viewCartLeft, a:visited.viewCart, a:visited.viewCartRight, a:visited.viewCartLeft {
	background: #ebf5f6 url(/styles/default/graphics/form_btn.png) no-repeat;
	width: 170px;
	height: 21px;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	color: #eaeaea;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
a:hover.viewCart, a:hover.viewCartRight, a:hover.viewCartLeft	{
	color: #fff;
}
a.viewCartRight {
	float: right;
}
a.viewCartLeft {
	float: left;
}


/*-------------------------------------------------------------------------------- category & manufacturer lists */
.listNav	{
}

.listNav a, .listNav.on a, .listNav a:visited	{
	display: block;
	width: 164px;
	height: 16px;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 10px 7px 20px;
	background: url(/styles/default/graphics/commercenav_divider.png) no-repeat bottom;
}
.listNav a:hover	{
	color: #548bb6;
	text-decoration: none;
}

.sub a, .sub.on a, .sub a:visited {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	background: none;
	padding: 3px 10px 3px 30px;
}
.sub a:hover	{
	color: #548bb6;
	text-decoration: none;
}

select.manufacturer	{
	width: 130px;
	border: 0;
	height: 17px;
	padding: 1px;
}


/*-------------------------------------------------------------------------------- search form */
input.searchForm	{
	width: 70px;
	border: 0;
	height: 15px;
	padding: 1px;
}
.searchSelect	{
	width: 55px;
	/*margin-left: 1x;
	padding: 1px;*/
	padding:0px;
	height: 17px;
	font-size: 10px;
}
input.btn_go	{
	background: url(/styles/default/graphics/btn_GO_off.png) no-repeat;
	width: 28px;
	height: 16px;
	border: 0;
	margin-left: 7px;
}
input:hover.btn_go	{
	background: url(/styles/default/graphics/btn_GO_on.png) no-repeat;
}

/*-------------------------------------------------------------------------------- search results */
.warning	{
	font-weight: bold;
}

/*-------------------------------------------------------------------------------- category contents */
/*---------------------------------------------------------------------- commerce Bread Crumb */
.commerceBreadcrumb {
	color: #666;
	padding-bottom: 10px;
	font-size: 10px;
}
.commerceBreadcrumb a, .commerceBreadcrumb a:visited  {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}
.commerceBreadcrumb a:hover {
	text-decoration: none;
	color: #87B09A;
}

/*---------------------------------------------------------------------- pager */
.pager {
	padding: 5px 10px 5px 0;
	color: #666;
	font-size: 10px;
	float: right;
	font-weight: bold;
}
.pager a, .pager a:visited {
	margin: 0;
	color: #666;
	font-size: 10px;
	padding: 1px 2px;
} 
.pager a:hover{
	margin: 0;
	color: #87B09A;
	padding: 1px 2px;
}

/*---------------------------------------------------------------------- category name */
.categoryName	{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	float: left;
}

/*---------------------------------------------------------------------- product list wrapper */
.productListWrapper	{
	padding: 0;
	clear: both;
}

/*---------------------------------------------------------------------- product list */
.productList {
	vertical-align: top;
}
.productListImage	{
}
.productListContent	{
	padding-top: 5px;
	text-align: left;
}


/*---------------------------------------------------------------------- product names */
.productName {
	font-size: 18px;
	font-weight: bold;
}
.productName a {
}

.productNameSmall {
	font-size: 11px;
	vertical-align: top;
}
.productNameSmall a, .productNameSmall a:visited {
	font-size: 11px;
	color: #666;
}
.productNameSmall a:hover	{
	color: #666;
	text-decoration: underline;
}

.productNameExtraSmall {
}
.productNameExtraSmall a, .productNameExtraSmall a:visited {
}
.productNameExtraSmall a:hover {
}

/*---------------------------------------------------------------------- msrp */
.msrp {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
}
.msrp a, .msrp a:visited {
}
.msrp a:hover {
}

.msrpSmall {
	font-size: 11px;
}

.msrpExtraSmall {
	font-size: 10px;
}


/*-------------------------------------------------------------------------------- product details */

/*---------------------------------------------------------------------- about image */
.productDetailImageDiv {
	float: left;
	text-align: center;
	width: 300px;
	margin-bottom: 20px;
}
.productDetailImage img	{
	width: 300px;
}
.productDetailImageSmall	{
	width: 90px;
	text-align: center;
	float: left;
	margin: 5px 5px 0 0;
}
.productDetailImageSmall img	{
	width: 90px;
}
.icon_handgrass	{
	font-size: 10px;
	padding: 10px 0;
	text-align: center;
}
/*---------------------------------------------------------------------- about details */
.productDetailDiv {
	float: right;
	text-align: left;
	width: 190px;
	margin: 0 20px 20px 0;
}
.sku {
	font-size: 10px;
}
.skusmall	{
	font-size: 10px;
}
.manufacture {
	font-size: 12px;
	font-weight: bold;
}
.description {
	padding: 5px 0;
	margin: 5px 0;
	font-size: 11px;
}
.description ul	{
	margin: 0;
	padding: 0;
}
.description li	{
	margin-left: 15px;
}
.cart_menu	{
	padding: 5px 0;
}
.cart_menu div	{
	float: left;
	width: 60px;
	font-size: 10px;
	padding-top: 3px;
}


/*-------------------------------------------------------------------------------- related products */
.relatedProducts {
	font-size: 10px;
	float: left;
	margin: 10px 0;
	padding: 10px;
	width: 100%;
	background: #ebf5f6;
}
.relatedProducts span	{
	font-weight: bold;
}
.relatedProductsName	{
	font-size: 10px;
	padding: 2px;
}
.relatedProductsName a, .relatedProductsName a:visited	{
	font-size: 10px;
	text-decoration: none;
}
.relatedProductsName a:hover	{
}
.relatedProductsmsrp	{
	font-size: 10px;
}


/*-------------------------------------------------------------------------------- cart shopping */
/*---------------------------------------------------------------------- header */
.header {
	font-size: 18px;
	padding: 5px;
	margin-bottom: 20px;
}
.subHeader {
	margin:5px 0 20px 5px;
}
.subHeader span	{
	font-weight: bold;
}


/*---------------------------------------------------------------------- cart styles */
table.cart	{
	margin-bottom: 20px;
}
.cart_title	{
	font-weight: bold;
	background: #ccc;
	height: 20px;
	padding: 3px 7px;
	border-right: 1px solid #fff;
	text-align: center;
	font-size: 11px;
}
.cart_text	{
	border-top: 1px dotted #a6a6a6;
	padding: 10px 7px;
}
.cart_text span	{
	font-weight: bold;
}
input.recalculate	{
	background: #ebf5f6;
	font-size: 10px; 
	color: #666;
	padding: 2px 5px;
	border: 0;
}
input.recalculate:hover	{
	background: #4983b1;
	color: #fff;
}

/*---------------------------------------------------------------------- quantity delete */
.qtyDelete {
	text-align: center;
}
.qtyDelete a, .qtyDelete a:visited {
	text-decoration:none;
	font-size: 9px;
	padding: 1px 5px;
	display: block;
	background: #ebf5f6;
}
.qtyDelete a:hover	{
	background: #4983b1;
	color: #fff;
}

/*---------------------------------------------------------------------- total */
.total {
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #a6a6a6;
	padding: 10px 7px;
}
.totalSmall {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #a6a6a6;
	padding: 10px 7px;
}
.totalExtraSmall {
	font-size: 10px;
	border-top: 1px solid #a6a6a6;
}

/*---------------------------------------------------------------------- cart empty */
.minicartEmpty {
	font-size: 10px;
	margin: 10px;
}

/*-------------------------------------------------------------------------------- checkout form */
.addressInfoTitle {
	font-size: 14px;
	border-bottom: 1px solid #a6a6a6;
	padding: 30px 5px 5px 5px;
	margin-bottom:10px;
}
.asterisk {
	color: #900;
}
table.formStyle	{
	margin-bottom: 20px;
}
table.formStyle td	{
	padding: 7px 5px;
}

/*-------------------------------------------------------------------------------- mini cart */
.miniCart	{
	margin-top: 30px;
}
.miniCart span	{
	text-transform: uppercase;
}
.miniCartTable	{
	margin: 5px 0;
}
.qtySmall {
	font-size: 10px;
}
.viewCartSmall	{
	text-transform: uppercase;
	border-bottom: 1px solid #4983b1;
	padding-bottom: 3px;
	position: relative;
}
.viewCartSmall a, .viewCartSmall a:visited {
	color: #666;
	font-size: 9px;
	text-align: center;
	background: #ebf5f6 url(/styles/default/graphics/btn_bg.png) repeat-x;
	padding: 2px 6px 1px 6px;
	float: right;
	text-transform: none;
}
.viewCartSmall a:hover {
	background: #4983b1;
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------view history */
.viewHistoryTitle	{
	text-transform: uppercase;
	border-bottom: 1px solid #bfb5a2;
	padding-bottom: 3px;
}
.viewHistory	{
	padding: 5px 0;
}
.viewHistory a {
	padding: 3px 0;
	width: 100%;
	display: block;
}

