/*
----------------------------------------------------------------------------- 
Reset Styles
-----------------------------------------------------------------------------*/
body, html {
	padding:0;
	margin:0;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	color:#999; 
}

h1 {font-size:18px; color:#ed1650; padding: 0 0 15px 0;}
h2 {font-size:16px; color:#ed1650;}
h3 {font-size:16px; color:#ed1650; margin: 5px 0px 0px 0px;}
h4 {font-size:12px; color:#ed1650; line-height:22px; padding-top:0px;}

fieldset { border: 0; }

img { border: 0; padding: 0; margin: 0; }

.clear { clear: both; font-size: 0; height: 0; line-height: 0; }

.odd { background-color: #f8f8f8; }

.even { background-color: #fafafa; }

/*
----------------------------------------------------------------------------- 
Form styles
-----------------------------------------------------------------------------*/
.breadcrumbs {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color:#999; 
}

input, select {
	font: normal 11px arial, verdana, helvetica;
	color: #999;
	}

.checkout_input {
	border: 1px solid #333;
	}

.cart_button {
  /*background-color: #ebebeb;
	border: 1px solid #333;*/
	width: 136px;
	height: 19px;
	border: 0;
	background: url('/persistent/template_images/btn_standard.gif') no-repeat;
	display: block;
	}

.btn_addtoCart {
	position: relative;
	top: 5px;
	width: 136px;
	height: 19px;
	border: 0;
	background: url('/persistent/template_images/btn_addtoCart.gif') no-repeat;
	display: block;
	}

.checkout_button {
  /*background-color: #ebebeb;
	border: 1px solid #333;*/
	width: 136px;
	height: 19px;
	border: 0;
	background: url('/persistent/template_images/btn_standard.gif') no-repeat;
	}

.checkout_table_bgcol {
  	color: #333;
	background: #333;
	border: 1px solid #bbbdc0;
	
	}

.checkout_table_bgcol tr {
  background: #fff;
  
	}


.checkout_toprow {
  font-weight: bold;
  color: #333;
	background: #ebebeb;
	}

.thumb {
  border:none;
	}
	
	
.product-img {
	padding: 4px;
	border: 1px solid #EFEFEF;
	}

/*
----------------------------------------------------------------------------- 
Store styles
-----------------------------------------------------------------------------*/
#productLHS  {
	width: 494px;
	float: left;
	vertical-align: top;
	text-align: right;

}

		#productGallery {
			
		
		}

#productRHS {
	width: 405px;
	float: right;

}

.products {
	width: 100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#999; 
	line-height:13px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:15px;
	margin: 0;
}


.product-text {
	padding-left:15px;
}


.product-item {
	text-align: left;
	padding: 10px;
	color: #999;
	}
		.product_name  {
			text-decoration: none;
			text-transform: uppercase;
		}
div.cat_productwrap {
  float: left;
	height:181px;
	text-align: center;
	vertcal-align: top;
	overflow: hidden;
	display: block;
	}

div.cat_producttxt {
	margin: 0 auto;
	text-align: center;
	display: block;
	}

div.cat_producttxt a h2 {
	text-decoration: none;
	}

div.cat_producttxt a:hover h2 {
 text-decoration: underline;
}

/*----- Mini Cart -----*/
#minicartwrap {
	width: 110px;
	height: 10px;
	
}
div#minicart { 
	/*position: relative;
	 top: 5px;
	width: 100%;
	padding: 3px;
	text-align: center;
	background-color: #FAFAFA;
	border: 1px solid #D1D1D1;
	display: block; */
	color: #000000; }

div#minicart a { text-decoration: none; color: #000000; }
div#minicart a:hover { text-decoration: underline; }

div#minicart dl,
div#minicart dt,
div#minicart dd {
  float: left;
	padding: 0px;
	margin: 0px;
  color: #333;
	}

div#minicart dt { display: none; }

div#minicart dd { 
	font-weight: normal;
	padding: 2px 10px 2px 10px; }

