div#container {
  width: 960px;
  background-color: #FFF;
        margin: 0 auto;
  }

table td#banner {
	height: 248px;
	width: 960px;
	text-align: right;
	background: url(../banner2.jpg) no-repeat top center;
}

.productcontainer {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #1f1f1f;
	height: 255px;
	width: 189px;
	text-align: center;
	background: url(../frame_bg.jpg) no-repeat top center;
}

.productdetails {
	text-align: center;
	width: 170px;
	height: 200px;
	margin-left: 10px;
	padding-top: 1px;
}

.productname {
	width: 165px;
	margin-top: 15px;
	padding-top: 10px;
	height: 35px;
	display: block;
	text-align: center;
	border-bottom: 1px dotted #494949;
}

.productimage {
	margin-top: 10px;
	text-align: center;
	height:130px;
}

.productbuttons {
	width: 172px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
}

.product_title {
/*	font-family:  "Trebuchet MS", sans-serif; */
  font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #797979;
	margin-left: 6px;
}

.ProductNameText
{
 text-align: center;
 font-size: 10px;
 font-weight: normal;
 font-family: "Trebuchet MS",sans-serif;
 width: 100%
}

.detailimg {
	width: 290px;
	height: 350px;
	background: url(../product_bg.jpg) no-repeat top center;
	float: left;
}
.detailimg img {
	margin-left: 6px;
	/*height:160px;*/
}

.product_header {
/*	height: 470px; */
	width: 760px;
	border-top:1px dotted #797979;
}

.product_headerparts {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

.product_headerparts li {
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

.product_headerparts li a img {
	margin-left: 12px;
}
.bigtext span {
  font-size: 24px;
  font-family: "Trebuchet MS",sans-serif;
}

/*
.prodbuttons {
	margin-left: 30px;
}
*/
.margin_60 {
	margin-left: 80px;
}
.margins {
	margin-left: 200px;
}

div#shippingError, div.msgErrorm, div#disclaimerError, div#paymentError {
	    font-size: 12px;
        padding: 2px 10px 3px 25px;
        margin: 5px 0;
        color: #222;
        font-weight: bold;
        border-top-width: 2px;
        border-top-style: solid;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-color: #AA0000;
        background-color:#FFDFDF;
        }
        
div#descr {
  margin-left:20px;
  margin-right:20px;
  font-size:12px;
  color:#666;
  text-align:justify;
}