body{
    margin: 0px;
    font-family: verdana;
    font-family: 12px;
}

#page_head{
    margin-left: 10px;
    margin-top: 30px;
    color: #335c33;
    font-size: 18px;
    font-family: verdana;
    font-weight: 600;
}
#page_body{
    margin-left: 50px;
    margin-top: 30px;
    width: 675px;
    text-align: justify;
}

#site_nav{
    /*position: absolute;*/
    margin-top: 105px;
    position: relative; 
    /*left: 30px;*/
    width: 802px;
    margin: 0px auto;
    margin-top: -33px;
    z-index: 4;
    font-size: 12px;
}

#extended{
    position: absolute;
    width:800px;
    background-color: #dfde46;
}

.margin_head{
    color: #335c33;
    font-family: verdana;
    font-size: 11px;
    font-weight: 600;
}

.margin_title{
    color: #335c33;
    font-size: 12px;
    font-family: verdana;
    font-weight: 600;
    margin-left: 10px;
}

.margin_list{
    position: relative;
    color: #335c33;
    font-family: verdana;
    font-size: 9.5px;    
    left: 7px;
}

#main{
    background-color: #f7fcab;
}

#main_table{
    margin-top: -6px;
}

#object{
    position: relative;
    width: 530px;
    background-color:#fff;
    border: solid 1px;
    border-color:rgb(100,100,100);
    top: 13px;
    margin-left: 10px;
}

.object_small{
    position: relative;
    width: 290px;
	height: 180px; 
    background-color:#fff;
    border: solid 1px;
    border-color:rgb(100,100,100);
    top: 13px;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.cat{
    position: relative;
    width: 290px;
	height: 300px; 
    background-color:#fff;
    border: solid 1px;
    border-color:rgb(100,100,100);
    top: 13px;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.selected_head{
    font-size: 18px;
    color: #335c33;
    font-family: verdana;
    font-weight: 600;
    margin-left: 15px;
}

.selected_disc{
    font-size: 11px;
    color:rgb(80,80,80);
    width: 530px;
    text-align: justify;
    margin-left:15px;
}

.img{
    /*width:300px;*/
    margin-top:30px;
    margin-left: 20px;
}

.img_small{
  /*  height: 60px; */
    margin-top:10px; /* was 20 */
    margin-left: 15px;
}

.enlarge{
    margin-left: 20px;
}

#object_bottom{
    margin: 0px auto;
    width:500px;
}

.object_inner{
    font-size: 18px;
    color:rgb(70,70,70);
    font-family: verdana;
    font-weight: 600;
    margin-left: 5px;
}

.object_inner_small{
    font-size: 10px;
    color:rgb(70,70,70);
    font-family: verdana;
    font-weight: 600;
    margin-left: 5px;
}

.object_inner_item{
    font-size: 11px;
    margin-left:25px;
}
.object_inner_stock{
    font-size: 11px;
    margin-left:15px;    
    font-weight: 600;
    color:rgb(70,70,70);
}

.selected_inner_disc{
    font-size: 11px;
    color:rgb(80,80,80);
    width: 495px;
    margin-left:5px;
    text-align: justify;
}
.nav_link{
/*    background-color:#fff; 
    width: 20px;*/
}
#margin{
    margin-left: -3px;
    margin-top: 20px;
    width: 100%;
}
ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li{
  background-image: url(redStar.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 12px;
}


a:link {text-decoration: none; color: #335c33;}   
a:visited {text-decoration: none; color: #335c33;}
a:hover {text-decoration: underline; color: #335c33;} 
a:active {text-decoration: none; color: #335c33;}




/* ajax cart */
#ajax-cart{
    width: 280px;
    height: 200px;
    position: absolute;
    background-color:#cccc00;
    margin-left: 58%;
    z-index: 5;
    border: 1px solid;
    border-top-width: 0px;
    border-color: rgb(100,100,100);
    top: 136px;
    overflow: auto;
}

.cart-ajax-header{
 position: relative; width: 225px; margin: 16px 0px -10px 20px; font-size: 10px;
}
.clear{clear:both;}
hr{border-color:#333; border-width: 0px 0px 1px 0px;}

.selected_disc_mod{
    font-size: 11px;
    color:rgb(80,80,80);
    width: 400px;
    text-align: justify;
}

.mod{
    margin-left: 0px;
    margin-top: 0px;
}
.img_mod{
    margin-left: 20px;
    margin-top:  10px;    
}