/* commerce template css */


/*-------------------------------------------------------------------------------- form styles */
.formBtn {
	background: url(/styles/default/graphics/btn_short.png) no-repeat;
	font-size: 11px; 
	color: #fff;
	padding-bottom: 2px;
	overflow: hidden;
	width: 81px;
	height: 22px;
	border: 0;
	margin-top: 10px;
}

.formBtnSmall {
}

.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 */
.viewCart, .viewCartRight, .viewCartLeft {
	background: url(/styles/default/graphics/btn_long.png) no-repeat;
	font-size: 11px; 
	color: #fff;
	overflow: hidden;
	width: 150px;
	height: 22px;
	border: 0;
	text-align: center;
}

.viewCartRight {
	float: right;
}
.viewCartLeft {
	float: left;
}

.viewCart a, .viewCartRight a, .viewCartLeft a, .viewCart a:hover, .viewCartRight a:hover, .viewCartLeft a:hover, .viewCart a:visited, .viewCartRight a:visited, .viewCartLeft a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 11px; 
	padding-top: 5px;
}

.viewCartSmall {
	margin-top: 2px;
	float: right;
}
.viewCartSmall a {
	font-size: 10px;
	text-decoration:none;
	color: #fff;
}
.viewCartSmall a:hover {
	text-decoration:none;
	color: #fff;
}


/*-------------------------------------------------------------------------------- category & manuvacturer lists */
.listNav	{
	font-size: 11px;
}
.listNav a	{
	color: #d71f85;
}
.listNav a:hover	{
	color: #000;
}


/*-------------------------------------------------------------------------------- search results */
.warning	{
	color: #be2727;
	font-weight: bold;
}

/*-------------------------------------------------------------------------------- category contents */
/*---------------------------------------------------------------------- commerce Bread Crumb */
.commerceBreadcrumb {
	color: #666;
	padding-bottom: 10px;
}
.commerceBreadcrumb a  {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.commerceBreadcrumb a:hover {
	text-decoration: underline;
}

/*---------------------------------------------------------------------- pager */
.pager {
	padding: 10px 0 20px 0;
	float: right;
}
.pager a, .pager a:visited {
	margin: 0 2px;
} 
.pager a:hover, .pager a:active {
	margin: 0 2px;
}

/*---------------------------------------------------------------------- category name */
.categoryName	{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px 0;
	float: left;
	color: #d71f85;
}

/*---------------------------------------------------------------------- product list */
.productList {
	padding: 0 20px 30px 0;
	width: 300px;
	float: left;
}

.productListImage	{
	background: url(/styles/default/graphics/frame_medium.png) no-repeat;
	width: 147px;
	height: 154px;
	text-align: center;
	padding-top: 17px;
}

.productListContent	{
	float: right;
	width: 140px;
	padding-top: 10px;
}

/*---------------------------------------------------------------------- product list for Almost Free */
.productListSmall {
	padding: 0 13px 15px 0;
	float: left;
}

.productListImageSmall	{
	background: url(/styles/default/graphics/frame_medium.png) no-repeat;
	width: 147px;
	height: 171px;
	text-align: center;
	padding-top: 17px;
	float: left;
}


/*---------------------------------------------------------------------- product names */
.productName {
	font-weight: bold;
	line-height: 1.2em;
	font-size: 120%;
	color: #d71f85;
}
.productName a {
}

.productNameSmall {
	font-size: 100%;
	padding: 5px 0;
}
.productNameSmall a {
}
.productNameSmall a:hover	{
}

.productNameExtraSmall {
	font-size: 10px;
	line-height: 1.1em;
}
.productNameExtraSmall a, .productNameExtraSmall a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	line-height: 1.1em;
}
.productNameExtraSmall a:hover {
	text-decoration: underline;
	color: #fff;
}

/*---------------------------------------------------------------------- msrp */
.msrp {
	font-size: 16px;
	font-weight: bold;
}
.msrp a {
}
.msrp a:hover {
}

.msrpSmall {
	font-size: 11px;
}

.msrpExtraSmall {
	font-size: 10px;
}

/*---------------------------------------------------------------------- cost */
.cost {
	font-size: 16px;
	font-weight: bold;
	color:#990000;
}
.cost span {
	text-decoration:line-through;
}
.cost a {
}



/*-------------------------------------------------------------------------------- product details */
.noProductMsg {
	color: #900;
	font-weight: bold;
	border: 1px solid #900;
	padding: 10px;
}

/*---------------------------------------------------------------------- about image */
.productDetailImageDiv {
	float: left;
	text-align: center;
	width: 250px;
	margin: 20px 0;
}

.productDetailImage	{
	background: url(/styles/default/graphics/frame_large.png) no-repeat;
	width: 243px;
	height: 263px;
	padding-top: 21px;
	text-align: center;
	margin-bottom: 10px;
}

.productDetailImageThumb	{
	border: 4px solid #000;
	width: 45px;
	height: 45px;
	overflow: hidden;
	margin: 5px;
	position: relative;
	float: left;
}

.productDetailImageThumb img	{
	position: absolute;
	top: -6px;
	left: 0;
}

/*---------------------------------------------------------------------- about details */
.productDetailDiv {
	float: right;
	text-align: left;
	width: 370px;
	margin: 30px 0;
}

.sku {
	font-size: 11px;
}

.skusmall	{
	font-size: 10px;
	color: #fff;
}

.manufacture {
	padding-bottom: 5px;
}

.description {
	padding: 5px 0;
	margin: 5px 0;
}

.description ul	{
	margin: 0;
	padding: 0;
}

.description ul li	{
	margin-left: 15px;
}

.cart_menu	{
	padding: 5px 0;
}

.cart_menu div	{
	float: left;
	width: 50px;
	font-size: 10px;
}

/*-------------------------------------------------------------------------------- related products */
.relatedProducts {
	background: #f5b8db;
	margin-top: 20px;
}
.relatedProducts div	{
	background: #d71f85;
	padding: 5px;
	color: #fff;
}
.relatedProductsName	{
	padding: 4px 0;
}

.relatedProductsName a, .relatedProductsName a:visited, .relatedProductsmsrp a, .relatedProductsmsrp a:visited	{
}

.relatedProductsmsrp	{
	text-align: right;
	padding: 4px 0;
}

/*-------------------------------------------------------------------------------- cart shopping */
/*---------------------------------------------------------------------- header */
.header {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}

.subHeader {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

/*---------------------------------------------------------------------- cart styles */
table.cart	{
	border-bottom: 1px solid #9a8993;
	border-collapse: collapse;
}

td.title	{
	font-size: 13px;
	color: #563003;
	font-weight: bold;
}

td.cart_title, td.cart_title_left	{
	font-size: 13px;
	color: #563003;
	font-weight: bold;
	border: solid #9a8993;
	border-width: 1px 1px 0 0;
}

td.cart_text, td.cart_text_left	{
	font-size: 13px;
	color: #563003;
	border: solid #9a8993;
	border-width: 1px 1px 0 0;
}

td.cart_title_left, td.cart_text_left	{
 border-left: 1px solid #9a8993;
}

.cart_text a	{
	font-size: 13px;
}

table.cart_text td	{
	font-size: 13px;
	color: #563003;
}

.icon_creditcard	{
	margin: 20px auto;
	text-align: left;
	color: #563003;
	background: url(/styles/default/graphics/icon_credit_cards.png) no-repeat right;
	width: 190px;
	height: 20px;
	padding-top: 4px;
}

/*---------------------------------------------------------------------- quantity delete */
a.qtyDelete {
	font-size: 11px;
}

/*---------------------------------------------------------------------- total */
.total {
	font-size: 14px;
	font-weight: bold;
	color: #be2727;
	border-top: 1px solid #9a8993;
}

.totalSmall {
	font-weight: bold;
}

.totalExtraSmall {
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #fff;
	color: #fff;
}

/*---------------------------------------------------------------------- cart empty */
.cartEmpty {
	font-size: 12px;
}

.cartEmptySmall {
}

/*-------------------------------------------------------------------------------- checkout form */
.addressInfoTitle {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #9a8993;
	padding: 5px;
	margin: 20px 0 10px 0;
	color: #563003;
}

.asterisk {
	color:#900;
	font-size: 10px;
}

/*-------------------------------------------------------------------------------- mini cart */
.miniCart {

}

.qtySmall {
	font-size: 10px;
	color: #fff;
}

/*--------------------------------------------------------------------------------view history */
.labelSmall {
	font-size: 10px;
	padding: 2px;
}

.viewHistoryFrame {
	padding: 2px;
	border: 1px solid #9a8993;
}

/*-------------------------------------------------------------------------------- category & subcategory lists alternate */
.noline {
	text-decoration:none;
}

#sizing_chart a {
	font-size:11px;
	text-decoration:none;
}


