* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 100%;
	font-family: Verdana, Tahoma, Geneva;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
	color: #000;
}

font, span {
  font-family: Verdana, Tahoma, Geneva !important;
  }
a{
  color: #000;
  text-decoration: none;
  }
a:hover{
  color: #000;
  text-decoration: underline;
  }
td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
img {
	border: 0;
	}
#page {
	width: 770px;
	margin: 5px auto;
	text-align: left;
	clear: both;
}
#contentTable {
	width: 100%;
}

#header {
	width: 100%;
	height: 152px;
	background-image: url('images/header.gif');
  background-repeat: no-repeat;
  border-bottom: 15px solid #000;
}
#headerL{
  float: left;
}
#headerR{
  float: right;
  width: 198px;
  height: 146px;
}

#header img {
	border:0;
	padding: 0;
}
/*IE sucks!!!*/
*html #header img {
	margin-bottom: -3px;
}
#logo {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}
#nav{
	height: 20px;
	background-color: #eaeaea;
	text-align: center;
	margin-bottom: 20px;
	font-size: 75%;
}
#nav ul{
}
#nav li{
 list-style: none;
 padding: 0 8px;
 display: inline;
}

#menuCell {
	width: 146px;
	}

h3, #mainCell h2{
  width: 100%;
  height: 20px;
  background-color: #000;
  display: block;
  color: #fff;
  text-indent: 10px;
  padding-top: 1px;
  font-size: 80%;
  padding-bottom: 0; 
  text-transform: uppercase;
}
h3 a{
  color: #fff !important;
  text-decoration: none;
}
h3 a:hover{
  color: #fff;
  text-decoration: underline;
}
.menuBox{
  width: 146px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #f2f2f2;
}
.menuBox ul{
}
.menuBox li{
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  background-color: #f2f2f2;
  list-style: none;
  font-size: 70%;
  text-indent: 10px;
  padding: 4px 0;
}
.menuBox p{
  font-size: 70%;
  text-align: center;
  margin-top: 5px;
}
.menuBoxBottom{
  height: 10px;
  width: 148px;
  background-image: url('images/box_footer.gif');
  background-repeat: no-repeat;
  margin-bottom: 20px;
  }
.menuBox form {
}
.menuBox input{
  width: 120px;
  margin-left: 13px;
  margin-top: 5px;
}
#basket{
  width: 146px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#basket img {
  margin-left: 5px;
  margin-top: 5px;
}
.basketProduct{
  display: block;
  width: 90%;
  list-style: none;
  font-size: 70%;
  padding: 4px 0;
  margin-right: 5px;
  float: right;
}
.basketL, .basketR{
  width: 45%;
  float: left;
  text-align: right;
}
#basketBottom{
  height: 10px;
  width: 148px;
  background-image: url('images/basket_footer.gif');
  background-repeat: no-repeat;
  margin-bottom: 20px;
  }
#basket b{
  clear: both;
  width: 100%;
  background-color: #000;
  display: block;
  color: #fff;
  text-indent: 10px;
  padding: 2px 0;
  font-size: 70%;
}
.menuBoxDark{
  width: 146px;
  background-color: #000;
}
.menuBoxDark ul{
}
.menuBoxDark li{
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
  background-color: #000;
  color: #fff;
  list-style: none;
  font-size: 70%;
  text-indent: 10px;
  padding: 4px 0;

}
.menuBoxDark a {
  color: #fff;
}
.menuBoxBottomDark{
  height: 9px;
  width: 146px;
  background-image: url('images/box_footer_dark.gif');
  background-repeat: no-repeat;
  margin-bottom: 20px;
  }
  
/*IE sucks!!!*/
*html .menuBox, *html #basket {
	width: 148px;
}
#searchBox{
  width: 100px;
  margin-left: 10px;
  border: 0;
  color: #000;
}
#searchButton{
 width: 18px;
 height: 18px; 
 margin-bottom: 3px; 
 border: 0; 
 vertical-align: middle;
 }
#content {
	float: right;
	width: 575px;
}
#mainCell {
	background: #ffffff;
	font-family: Verdana, Tahoma, Geneva;" !important;
}
#mainCell font{
	font-family: Verdana, Tahoma, Geneva;" !important;
}
#main {
	margin: 0 10px 5px 10px;
	color: #333;
	font-size: 75%;
}
#mainText, #main form {
  /*font-size: 75%;*/
}
#main p{
  margin-bottom: 8px;
}
#main a{
  color: #333;
  text-decoration: none;
  }
#main a:hover{
  color: #000;
  text-decoration: underline;
  }
#mainBox{
  clear: both;
  width: 450px;
  background-color: #000;
  display: block;
  color: #fff;
  font-size: 90%;
  float: left;
  margin-bottom: 15px;
}
#mainBoxL{
  float: left;
  width: 145px;
  margin: 10px 8px;
  }
#mainBoxL a, #mainBoxL a:hover{
  color: #fff !important;
  }  
#mainBoxR{
  float: right;
  width: 260px;
  height: 195px;
  margin: 10px 8px 10px 0;
  border: 5px solid #fff;
  }  
.wide input{
  border: 1px solid #000;
  width: 420px !important;
  margin-top: 3px;
  } 
#contact main input,  #contact textarea {
  border: 1px solid #000;
  width: 250px !important;
}
#edit {
  margin: 0 ! important;
  padding: 0 ! important;
}
#edit p{
  font-size: 12px;
}
#bigPic {
  margin: 12px 0 0 12px;
}
#sitemap li{
  margin-left: 15px;
}
#mainCell h3, #mainCell h2{

  margin-bottom: 10px;

}
.featured{
  width: 215px;
  float: left;
}
.featured p{
  font-size: 90%;
}
.featured img{
  float: left;
  margin-right: 4px;
}

.col {
  width: 45%;
  padding: 5px;
  margin: 2px;
  border: 1px solid #ccc;
  float: left;
}


.result {
  float: left;
  border-bottom: 1px solid #000;
  width: 440px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.resultImg {
  float: left;
  width: 150px;
  margin-right: 10px;
}
.resultText {
  float: left;
  font-size: 95%;
  width: 270px;
}
.resultText b{
  font-size: 100%;
  text-transform: uppercase;
}
.resultText p {
  margin-bottom: 10px;
  clear: both;
}
.buy {
  width: 73px;
  height: 16px;
  /*float: right;*/
  background-image: url('images/buy.gif');
  background-repeat: no-repeat;
  color: #fff;
  /*margin-bottom: 5px;
  margin-top: -7px;*/
  margin: 15px 0;
  text-align: center;
  diplay: block;
}
.buy a{
  color: #fff !important;
  text-decoration: none;
}
.buy a: hover{
  color: #fff;
  text-decoration: underline;
}
#details{
}
#detailsImg{
  float: left;
  width: 200px;
  margin-left: 10px;
}
#detailsText{
  float: right;
  width: 200px;
}
#detailsText p{
  margin-bottom: 15px;
  clear: both;
}
#clip{
  margin-bottom: 15px;
}
#clip img{
	float: left;
	margin-right: 5px;
}

#detailDesc {
  clear: both;
  padding: 10px 5px;
}
#reviewHead{
  clear: both;
  padding: 10px 5px;
  font-size: 90%; 
   
}
#reviews{
  font-size: 75%;
  padding: 10px 5px;
}
#reviewList{ 
  margin: 10px 0;
}
.review{
  padding: 5px;
  border-top: 1px dashed #000;
}
.button {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #566975;
	border: 1px solid #ffffff ! important; 

	font-family: Verdana;
	padding: 1px 8px;
}
.button:hover {
	border: 1px solid #566975 ! important;
}
#rightCell {
	width: 146px;
	padding: 0;
	margin: 0;	
}
#lightbox {
  height: 28px;
  background-color: #ffffff;
  text-align: center;
  padding: 0;
}
#lightbox img {
  margin-top: 5px;
}
.lightbox{
  padding: 10px 15px;
  float: left;
  /*font-size: 66%;*/
}
#right {
	text-align: center;
}
#right img{
	margin-top: 12px;
}
.rightText{
	padding: 0 3px 0 6px;
	font-size: 70%;
}

#right a, #right a:link , #right a:visited, #right a:active{
	color: #C95C18;
	text-decoration: none;
	}
#right a:hover {
	color: #C95C18;
	text-decoration: underline;
}

#footer {
	text-align: center;
  font-size: 66%;
  color: #000;
  text-align: center;
  margin-top: 6px;
}
#footer a{
  text-decoration: none;
  color: #000;
}
#footer a:hover{
  text-decoration: underline;
  color: #000;
}

hr {
	border: solid 1px #566975;
	height: 0;
}
.pagination{
  clear:both;
  font-size: 11px;
}
#checkoutTable{
  font-size: 100%;
}
#checkoutTable th{
  font-weight: bold;
  text-align: left;
}
#checkoutTable td{
  padding-right: 5px;
}
#st {
  border: 1px solid #000;
  font-size: 75%;
  }
#st p{
  margin: 5px;
}
#phone {
  text-align: center;
  margin-bottom: 15px;
}