*{
	margin:0;
	padding:0;
}
body {
    	background: #fff;
		font: 11px Tahoma;
        /*color: #515437;*/
        color: #555555;
		line-height: 1.5em;
		margin: 0px;
		padding: 0px;
        background: #E4E4DE;
		/*background:#FFFFFF url('../images/backg.gif') repeat scroll 0%;*/
	}

a
{
    text-decoration: underline;
    color: #555555;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
    color: #064500;
    font-weight: bold;
}    

h1{
    font-size: 22px;
}
h4{
    font-size: 12px;
    color: green;
}

textarea{
    width: 260px;
    height: 160px;
}
form{
  display:inline;
}

img{
    border: 0px;
    padding: 0px;
    margin: 0px;
}	

#page{
	width: 100%;
	/*height: 800px;*/
}	

#context{
	width: 768px;
	height: 100%;
	background:#fff;
	margin-right:auto;
    margin-left:auto;
}

.page_bottom{
	height: 29px;
    background-image: url(../images/bg_bottom.gif);
    margin: 5px;
    color: #fff;
}

/* LEFT SIDE */
.left_side_menu{
    font-size: 11px;
}
.category_name{
    background-color: #E4E3F1;
    font-family: Verdana; font-size: 8.5pt; color: #555;
}
.category_name a{
    width: 100%;
    display: block;
    text-decoration: none;
    color: #050754;
    font-weight: bold;
}
.sub_category_name{
    background-color: #F6F6F6;
    font-family: Verdana; font-size: 8.5pt; color: #050754;
}
.sub_category_name a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #050873;
    font-weight: normal;
}
.sub_category_name a:hover{
    background-color: #E4E3F1;
    font-family: Verdana; font-size: 8.5pt; color: #050754;
}
.left_side_category_special{
    width: 34px;
    background-color: #E4E3F1;
}
.left_side_sub_category_special{
    width: 34px;
    background-color: #D9D7E7;
}
/******************/
#product_header{
    background: #C3CDD8;
    height: 28px;
    text-align: center;
    font-weight: bold;
}
.product_body0{
    background: #FFFFFF;
    height: 34px;
}
.product_body1{
    background: #E6EDF5;
    height: 34px;
}

/****************/
.tbl_subscribe
{
    border-bottom: 2px solid #E4E3F1;
    border-top: 2px solid #E4E3F1;
    width: 100%;
}

/*******CART******/
.scart_title{
    background-image: url(../images/bg_cart_title.gif);
    color: white;
    font-weight: bold;
    text-align: center;
    height: 25px;
}
.scart_body{}

/*special*/
.special{
    width: 116px;
    height: 113px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 8pt;
}
.special_top{
    background-image: url(../images/top.jpg);
    height: 39px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.special_midle{
    background-image: url(../images/middle.jpg);
    height: 31px;
}
.special_bottom{ 
    background-image: url(../images/bottom.jpg);
    height: 43px;
}
.tr_bon td{
background-color:#FCFFE1;
}
/*TOP MENU*/
.new-menu{
  list-style-type: none;
  float:left;
  width:768px;
  height:32px;
  padding:0px;
  margin: 0px;
}
.new-menu li{
  padding:0px;
  margin: 0px;
  float:left;
  height:32px;
  line-height:32px;
}

.new-menu a{
  padding:0px;
  margin: 0px;
  float:left;
  height:32px;
  line-height:32px;
}