/*
----------------------------------------------------------------------------- 
Global 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 {
  background: #333;
}

.checkout_table_bgcol tr {
  background: #FFF;
	color: #000000;
}
.checkout_table_bgcol td {
	color: #000000;
}
.checkout_toprow {
  font-weight: bold;
	background: #ebebeb;
	color: #343434;
}

.thumb, .fullscale {
  border: 1px solid #CCC;
}

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

.productwrap {
  padding: 0px 0px 15px 0px;
}

.productwrap p {
  padding: 0;
	margin: 0;
}

.style_option p {
  padding: 0;
	margin: 0;
}

div.cat_productwrap {
  float: left;
	height: 220px;
	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 -----*/

div#minicart { position: relative; top: 5px; width: 100%; height: 25px; text-align: right; background-color: #fafafa; color: #343434; display: block; }

div#minicart a { color: #343434; }
div#minicart a:hover { color: #000000; }
div#minicart dl,
div#minicart dt,
div#minicart dd {
  float: left;
	padding: 2px 20px 2px 5px;
}

div#minicart dt {
  font-weight: bold;
	display: none;
}

div#minicart dd {
  font-weight: normal;
}