/* CSS Document */




a:link, a:visited  {
	color: #cc0000;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
.breadcrumbs {
	margin: -40px 0 15px 190px;
}

.breadcrumbs a { color: #666666; }
.breadcrumbs a:hover { text-decoration: none; color: #cc0000; }


.breadcrumbsProducts {

}

.breadcrumbsProducts a { color: #666666; }
.breadcrumbsProducts a:hover { text-decoration: none; color: #cc0000; }

h1.productHeading { 
	font: normal 25px Arial, Helvetica, sans-serif; 
	color: #000;
}

#catNav {
	float: left;
	width: 160px;
	margin-right: 15px;
}

	#catNav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#catNav ul li {
		width: 156px;
	}
	
		#catNav ul a {
			display: block;
			border-bottom: 1px solid #cccccc;
			color: #000;
			padding: 8px 10px;
			text-decoration: none;
		}
		
		#catNav a:hover { color: #cc0000; }
		

#productWrap {
	float: left;
	width:753px;
	border-left: 1px solid #ccc;
	padding-left: 15px;

}

	#productLHS {
		float: left;
		padding-left: 20px;
		
	}
	
	#productRHS {
		float: right;
		width: 520px;

	}
	
	
.checkout_table_bgcol {
  
}

.checkout_toprow {
	background-color: #000;
	color: #fff;
}

div.cat_productwrap {
	width:100%;
	height:auto;
	float: left;
	text-align: center;
	display: block;

}

/*
----------------------------------------------------------------------------- 
Reset Styles
-----------------------------------------------------------------------------*/

/*html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { margin:0; padding:0; }*/

fieldset { border: 0; }

img { border: 0; }

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

.odd { background-color: #f8f8f8; }

.even { background-color: #fafafa; }

/*
----------------------------------------------------------------------------- 
Form styles
-----------------------------------------------------------------------------*/

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

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

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

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

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

.checkout_table_bgcol {
  color: #333;
	background: #333;
	}

.checkout_table_bgcol tr {
  background: #FFF;
	}

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

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

/*
----------------------------------------------------------------------------- 
Store styles
-----------------------------------------------------------------------------*/

.product-item {
	text-align: left;
  	padding: 10px;
	}

div.cat_productwrap {
  	float: left;
	text-align: center;
	vertcal-align: top;
	overflow: hidden;
	display: block;
	}

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

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

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

/*----- Mini Cart -----*/

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; }

