body,html{
    margin: 0px;
    font-family: Arial;
    font-family: 12px;
    background-color:#313131;
}

span{
    font-family: Arial;
}
div{
    font-family: Arial;
}
td{
   font-family: Arial; 
}


#container{
    margin: 0px auto;
    border: solid 3px;
    width: 800px;
    height: 100%;
}

#page_head{
    margin-left: 10px;
    margin-top: 30px;
    color: #335c33;
    font-size: 18px;
    font-family: verdana;
    font-weight: 600;
}
.page_head{
    color: #000;
    font-size: 18px;
    font-family: verdana;
    font-weight: 600;
    margin: 10px 0px 10px 0px;
}

#page_body{
    margin-left: 50px;
    margin-top: 30px;
    width: 675px;
    text-align: justify;
}
.page_body{
    width: 675px;
    text-align: justify;
    font-family: Verdana;
}
.news-item{
    width: 675px;
    margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 20px;
}

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

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

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

.margin_title{
    color: #cc9900;
    font-size: 11px;
    font-family: verdana;
    font-weight: 600;
    margin-left: 10px;
}

.margin_list{
    position: relative;
    color: #335c33;
    font-family: verdana;
    font-size: 9px;    
    font-weight: bold;
    left: 3px;
}

#main{
    background-color: #fff;
}

#main_table{
    margin-top: -6px;
}
.talklist a:hover{text-decoration:none; color:#000;}

#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: 200px; 
    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: 190px; 
    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: #000;
    font-family: verdana;
    font-weight: 600;
    margin-left: 15px;
}

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

.selected_disc_head{
    font-size: 12px;
    font-weight: bold;
    color:rgb(80,80,80);
    width: 530px;
    text-align: justify;
}


.img{
    /*width:300px;*/
    margin-bottom:10px;
    margin-left: 20px;
    border: solid 1px;
    float: left;
}

.thmb{
        margin-left:10px;
        border: solid 1px;
        float: left;
        cursor: pointer;
}

.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: 13px;
    /*color:rgb(70,70,70);*/
    color:#000;
    font-family: verdana;
    font-weight: 600;
    margin-left: 5px;
}

.object_inner_small{
    font-size: 10px;
    /*color:rgb(70,70,70);*/
    color:#000;
    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);*/
    color:#000;
    width: 490px;
    margin: 0px auto;
    text-align: justify;
    margin-bottom: 30px;
}
.nav_link{
/*    background-color:#fff; 
    width: 20px;*/
    font-weight: 600;
}
#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: #cc9900; font-family: Arial;}
a:visited {text-decoration: none; color: #cc9900; font-family: Arial;}
a:active {text-decoration: none; color: #cc9900; font-family: Arial;}
a:hover {text-decoration: none; color: #fff; font-family: Arial;}

.crumb a:hover{text-decoration:none; color:#000;}
#main_table a:hover{text-decoration:none; color:#000;}
#left-nav a:hover{text-decoration:none; color:#fff;}

/* ajax cart */
#ajax-cart{
    width: 280px;
    height: 200px;
    position: absolute;
    background-color:#636363;
    margin-left: 27%;
    z-index: 5;
    border: 1px solid;
    border-top-width: 0px;
    border-color: rgb(30,30,30);
    top: 171px;
    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;    
}


/*
    shadows
*/
/*#shaddow-top-end{
    float: right;
    background-image:url(/assets/images/shadows/top-end.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 5px;
}
#shaddow-top-middle{
    float: right;
    background-image:url(/assets/images/shadows/top-middle.png);    
    background-repeat: repeat-x;
    width: 16px;
    height: 5px;
}
#shaddow-top-corder{
    float: left;
    background-image:url(/assets/images/shadows/top-end.png);    
    background-repeat: no-repeat;
    width: 13px;
    height: 5px;
}
#shadow-middle{
    float: left;
    background-image: url(/assets/images/shadows/shadow-middle.png);    
    background-repeat: repeat-y;
    margin-left: -7px;
    width: 6px;
    height: 99%;
}
#shadow-bottom{
    float: left;
    background-image:url(/assets/images/shadows/side-end.png);
    background-repeat: no-repeat;
    margin-left: -7px;
    width: 6px;
    height: 17px;
}
.shadow{
    float:left;
    height: 100%;
}*/

/* object */

.select-header{
    font-size: 18px;
    color: #000;
    font-family: verdana;
    font-weight: 600;
    margin: 20px 0px 20px 20px;
    float: left;
}
#thumb-bin{
    width: 110px;
    float: left;
}
#select-info-right{
    float:left;
    margin-left: 10px;
}
.select-text{
    float:left;
    font-size: 13px;
}
#select-expand{
    float:left;
    font-size: 10px;
    margin-top: 40px;
}
.base_head{
    color:#fff;
}

.base_head a:hover{text-decoration: none; color:#fff;}



/* additions 9.22 */
.shop-header{
    color:#333;
    font-family: Verdana;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0px 10px 12px;
}
.shop-header-body{
    font-family: Verdana;
    color:#333;
    font-size: 12px;
    padding: 0px 0px 0px 13px;
}

#base_info{
    margin-left: -50px;
}

#main-image{
    cursor: pointer;
}