* {
  margin: 0;
  padding: 0;
/*  font-family: Arial, Helvetica, sans-serif; */
  font-family: Arial;
  font-size: 1.0em;
  }
  html {
    overflow-y: scroll;
    }
  body {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: none;  
/*   background-color: #FF6600;*/
    background-image: url('../images2/bg.gif'); background-repeat: repeat-x; background-color: #FF6600;
    }
  img {
    border: none;
    }
  div.clear {
    clear: both;
    }

        div#header-nav {
                width: 100%;
                text-align: right;
                }
                div#header-nav ul {
                        list-style-type: none;
                        margin: 5px 5px 5px 0;
                        }
                        div#header-nav ul li {
                                display: inline;
                                color: #FFF;
                                }
                                div#header-nav ul li a {
                                        font-weight: bold;
                                        color: #FFF;
                                        text-decoration: none;
                                        font-size: 0.9em;
                                        padding: 0 3px;
                                        }
                                        div#header-nav ul li a:hover {
                                                color: #FF9900;
                                                text-decoration: underline;
                                                }

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

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

.productcontainer {
	font-family: Arial;
	font-size: 11px;
	color: #1f1f1f;
	height: 255px;
	width: 179px;
	text-align: center;
	background: url(../images2/frame_bg.jpg) no-repeat top center;
}

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

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

.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: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #797979;
	margin-left: 6px;
}

.ProductNameText
{
 text-align: center;
 font-size: 10px;
 font-weight: normal;
 font-family: Arial;
 width: 100%
}

.sale2 {
  color: #e60203;
  font-weight: bold;
  font-size: 12px;
}

div#sidemenu {
  font-size:18px;
  margin:10px 5px 0 10px;

}

div#sidemenu h1.header {
  color:#F00;
  font-size:20px;
}

div#sidemenu a {
  color:#666;
  text-decoration:none;
}

div#sidemenu a:hover {
  color:#E00;
  text-decoration:none;
}


.detailimg {
	width: 290px;
	height: 350px;
	background: url(../images2/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: Arial;
}

.sale {
  font-weight: normal;
  color: #e60203;
}
/*
.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;
}

