/* commerce template css */

hr	{
	height: 1px;
	background: #333;
	border: 0px;
}

/*-------------------------------------------------------------------------------- form styles */
input {
	background: #fff;
	border: 1px solid #8B7351;
	color: #333;
	font: 11px "Times New Roman", Times, serif, Georgia;
	height: 18px;
	padding: 2px;
}

select {
	background: #fff;
	border: 1px solid #8B7351;
	color: #333;
	font: 11px "Times New Roman", Times, serif, Georgia;
	height: 16px;
	padding: 1px 0 0 2px;
}

.formBtn {
	background: #7A3308;
	border: 0px;
	font-size: 12px; 
	font-weight: bold;
	color: #F2EEDD;
	padding-bottom: 4px;
	display: inline;
	overflow: hidden;
	width: 140px;
}

.formBtnSmall {
	background: #DDD5C1;
	color: #8B7351;
	padding: 2px;
	font: bold 12px "Times New Roman", Times, serif, Georgia;
	height: 18px;
}

.select_box {
	background: #fff;
	border: 1px solid #8B7351;
	color: #333;
	font-size: 11px;
	height: 16px;
	padding: 1px 0 0 2px;
}

.quantity_box	{
	background: #fff;
	border: 1px solid #8B7351;
	color: #333;
	height: auto;
	width: 20px;
	text-align: center;
}

.check_box	{
	border: 0px;
	width: 15px;
	height: 15px;	
}

/*---------------------------------------------------------------------- view cart */
.viewCart, .viewCartRight, .viewCartLeft {
	background: #7A3308;
	border: 0px;
	font-size: 12px;
	font-weight: bold; 
	color: #F2EEDD;
	padding: 2px;
	text-align: center;
	display: block;
	overflow: hidden;
	width: 140px;
}

.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: #F2EEDD;
}

.viewCartSmall {
	font-size:10px;
	color: #396579;
	border:1px dotted #6D98AC;
	background-color:#E2EAEE;
	padding:2px;
}
.viewCartSmall a:link {
	text-decoration:none;
	color: #396579;
}
.viewCartSmall a:visited {
	text-decoration:none;
	color: #396579;
}
.viewCartSmall a:hover {
	text-decoration:none;
	color: #40AF5F;
}
.viewCartSmall a:active {
	text-decoration:none;
	color: #396579;
}


/*-------------------------------------------------------------------------------- category & manuvacturer lists */
.listNav	{
	font-size: 12px;
	color: #F2EEDD;
	line-height: 1.5em;
}
.listNav a:link	{
	color: #F2EEDD;
	text-decoration: none;
}
.listNav a:hover, .listNav a:active	{
	color: #F2EEDD;
	text-decoration: underline;
}
.listNav a:visited	{
	color: #B29E83;
	text-decoration: none;
}

/*-------------------------------------------------------------------------------- search results */
.warning	{
	color:#900;
	font-weight: bold;
}

/*-------------------------------------------------------------------------------- category contents */
/*---------------------------------------------------------------------- commerce Bread Crumb */
.commerceBreadcrumb {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 3px 0;
	margin-bottom: 20px;
}
.commerceBreadcrumb_home {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 3px 0;
}
.commerceBreadcrumb a:link  {
	text-decoration: none;
	color: #333;
}
.commerceBreadcrumb a:hover, .commerceBreadcrumb a:active {
	text-decoration: underline;
	color: #333;
}
.commerceBreadcrumb a:visited {
	text-decoration: none;
	color: #666;
}
/*---------------------------------------------------------------------- pager */
.pager {
	font-size: 11px;
	color: #333;
}
.pager a:link {
	color: #333;
	text-decoration: none;
} 
.pager a:hover, .pager a:active {
	color: #333;
	text-decoration: underline;
}
.pager a:visited {
	color: #666;
	text-decoration: none;
}
/*---------------------------------------------------------------------- product list */
.productList {
	float: left;
	margin: 4px 4px 0 0;
	background: #FFF;
	padding-bottom: 10px;
	border: 1px #666 solid;
	text-align: center;
	width: 175px;
}
/*---------------------------------------------------------------------- product names */
.productName {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.productName a:link {
	color: #333;
	text-decoration: none;
}
.productName a:hover, .productName a:active {
	color: #333;
	text-decoration: underline;
}
.productName a:visited {
	color: #666;
	text-decoration: none;
}

.productNameSmall {
	font-size :13px;
	color: #8B7351 ;
	margin-top: 3px;
}
.productNameSmall a:link {
	font-size :13px;
	font-weight:bold;
	text-decoration:none;
	color: #8B7351;
}
.productNameSmall a:hover, .productNameSmall a:active {
	font-size :13px;
	font-weight:bold;
	text-decoration: underline;
	color: #8B7351 ;
}
.productNameSmall a:visited {
	font-size :13px;
	font-weight:bold;
	text-decoration:none;
	color: #8B7351 ;
}

.productNameExtraSmall {
	font-size: 11px;
	color: #333;
	font-weight: normal;
}
.productNameExtraSmall a:link {
	text-decoration: none;
	color: #333;
}
.productNameExtraSmall a:hover, .productNameExtraSmall a:active {
	text-decoration: underline;
	color: #333;
}
.productNameExtraSmall a:visited {
	text-decoration: none;
	color: #666;
}
/*---------------------------------------------------------------------- msrp */
.msrp {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.msrp a:link {
	color: #333;
	text-decoration: none;
}
.msrp a:hover, .msrp a:active {
	color: #333;
	text-decoration: underline;
}
.msrp a:visited	{
	color: #666;
	text-decoration: none;
}

.msrpSmall {
	font-size: 11px;
}

/*-------------------------------------------------------------------------------- product details */
.noProductMsg {
	color:#900;
	font-weight: bold;
	border: 1px solid #900;
	padding: 10px;
}

/*---------------------------------------------------------------------- about image */
.productDetailImageDiv {
	float: left;
	text-align: center;
	width: 360px;
}

.productDetailImage	{
	border: 1px solid #666;
	background: #FFF;
	text-align: center;
	padding: 0;
}

.productDetailImageThumbLeft	{
	float: left;
	margin: 5px 5px 0 0;
	width: 175px;
	border: 1px solid #666;
	background: #FFF;
	text-align: center;
}

.productDetailImageThumbRight	{
	float: left;
	margin-top: 5px;
	width: 175px;
	border: 1px solid #666;
	background: #FFF;
	text-align: center;
}

.icon_handgrass	{
	font-size: 10px;
	margin-top: 5px;
}
/*---------------------------------------------------------------------- about details */
.productDetailDiv {
	float: right;
	padding: 0 10px;
	text-align: left;
	width: 180px;
}

.sku {
	font-size: 10px;
}

.manufacture {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.description {
	font-size: 11px;
	padding: 5px 0;
	margin: 5px 0;
}

.description ul	{
	margin-left: -25px !important; 
  margin-left: 10px; 
}

.tight {
	font-size: 10px;
	margin: 8px 0px;
}

.tight span	{
	display: block;
	float: left;
	width: 50px;
}

/*-------------------------------------------------------------------------------- related products */
.relatedProducts {
	border: 1px dotted #333;
	font-size: 11px;
	font-weight: bold;
	float: left;
	padding: 6px;
	margin: 5px 0;
	line-height: 1.5em;	
}

/*-------------------------------------------------------------------------------- cart shopping */
/*---------------------------------------------------------------------- header */
.header {
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0;
	border-bottom: 2px solid #333;
}

.subHeader {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0;
	border-bottom: 2px solid #333;
}
/*---------------------------------------------------------------------- cart styles */
.cart_td	{
	font-size: 11px;
	border-bottom: 1px solid #666;
}

.cart_text	{
	font-size: 11px;
}
/*---------------------------------------------------------------------- quantity delete */
.qtyDelete {
	background: #7A3308;
	border: 0px;
	font-size: 11px;
	color: #F2EEDD;
	padding: 2px;
	text-align: center;
	display: block;
}
.qtyDelete a, .qtyDelete a:hover, .qtyDelete a:visited {
	text-decoration:none;
	color: #F2EEDD;
}
/*---------------------------------------------------------------------- total */
.total {
	font-size: 14px;
	font-weight: bold;
	color: #900;
	border-top: 1px solid #666;
}

.totalSmall {
	font-size: 12px;
	font-weight: bold;
	color: #900;
	border-top: 1px solid #666;
}
/*---------------------------------------------------------------------- cart empty */
.cartEmpty {
	font-size: 12px;
}

.cartEmptySmall {
	font-size: 10px;
}

/*-------------------------------------------------------------------------------- checkout form */
.addressInfoTitle {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding: 5px;
}

.asterisk {
	color:#900;
	font-size: 10px;
}

/*-------------------------------------------------------------------------------- mini cart */
.miniCart {
	padding: 2px;
	font-size: 10px;
}

.qtySmall {
	font-size: 10px;
}

/*--------------------------------------------------------------------------------view history */
.labelSmall {
	font-size: 10px;
	padding: 2px;
}

.viewHistoryFrame {
	padding: 2px;
	border: 1px solid #333;
}

/*-------------------------------------------------------------------------------- category & subcategory lists alternate */
.noline {
	text-decoration:none;
}


/*-------------------------------------------------------------------------------- no longer used? */
.categoryName	{
	font-size:20px;
	color:#333333;
	font-weight:bold;
	text-align:left;
}
.categoryName a:link	{
	color:#333333;
}
.categoryName a:visited	{
	color:#333333;
}
.categoryName a:hover	{
	color:#396579;
}
.categoryName a:active	{
	color:#333333;
}

.categoryPrice	{
	font-size:10px;
	color:#990000;
}
.categoryPrice a:link	{
	color:#990000;
}
.categoryPrice a:visited	{
	color:#990000;
}
.categoryPrice a:hover	{
	color:#333333;
}
.categoryPrice a:active	{
	color:#990000;
}

.categoryTitle {
	font-size: 14px;
	font-weight:bold;
}

.subcategoryTitle {
	font-size: 10px;
	color:#FFFFFF;
}
.subcategoryTitle a:link {
	color:#333333;
}
.subcategoryTitle a:visited {
	color:#333333;
}
.subcategoryTitle a:hover {
	color:#CCCCCC;
}
.subcategoryTitle a:active {
	color:#333333;
}

.formInput {
	font-size: 10px;
}

.productNameNav {
	font-size:10px;
	color: #396579;
	border-bottom:dotted 1px #999999;
	padding:3px;
}
.productNameNav a:link {
	text-decoration:none;
	color: #396579;
}
.productNameNav a:visited {
	text-decoration:none;
	color: #000000;
}
.productNameNav a:hover {
	text-decoration:none;
	color: #396579;
}
.productNameNav a:active {
	text-decoration:none;
	color: #396579;
}

.relatedSuHeader {
	font-size: 12px;
	font-weight:bold;
}

.relatedName	{
	font-size:10px;
	color:#333333;
}
.relatedName a:link	{
	color:#333333;
}
.relatedName a:visited	{
	color:#333333;
}
.relatedName a:hover	{
	color:#40AF5F;
}
.relatedName a:active	{
	color:#333333;
}

.relatedPrice	{
	font-size:10px;
	color:#9F1010;
}
.relatedPrice a:link	{
	color:#9F1010;
}
.relatedPrice a:visited	{
	color:#9F1010;
}
.relatedPrice a:hover	{
	color:#40AF5F;
}
.relatedPrice a:active	{
	color:#9F1010;
}
.manufacturer {
	font-size:12px;
	font-weight: bold;
	color: #666666;
}

.emailform {
	font-size:11px;
	border-bottom:1px dotted #666666;
}

.12px {
	font-size:12px;
}

.10px {
	font-size:10px;
}

.10right {
	font-size:10px;
	text-align:right;
}

.10bottom {
	font-size:10px;
	border-bottom:1px solid #666666;
}

.10top {
	font-size:10px;
	border-top:1px solid #666666;
}

.mycart {
	border:1px solid black;
	width:100%;
}

.psub_total {
	font-size:10px;
	border-top:1px solid black;
	text-align:right;
}

.greydotted {
	border:1px dotted #CCCCCC;
}

.text {
	font-size: 10px;
}

*/