#docs{
    margin-left: 10px;
}

h2{
    margin: 0;
    padding: 0;
}

.change{
    color: #cc0;
    font-size: 13px;
    float: right;
}

.all_product_blurb{
    font-size: 80%;
}

.all_product_description{
    margin-bottom: 5px;
    height: 40px;
}

.all_product_box img{
    margin: 0 auto;
}

.all_product_title{
    background-color: #333;
    margin-bottom: 0;
    padding: 3px 5px;
    margin-top: 30px;

}

#all_product_body p{
    text-align: justify;
}

.all_product_box{
    width: 260px;
    height: 200px;
    float: left;
    margin: 7px 0 7px 18px;
    background: #000;
    text-align: center;
    font-size: 90%;
}


.text_box{
    text-align: left;
    margin-top: 5px;
}

.text_box a{
    text-decoration: none;
    display: block;
}

h1{
    font-size: 18px;
    font-weight: bold;
    margin: 3px 0px;
    padding: 0;
}



#product_body{
}


.product_title{
    background-color: #333;
    margin-bottom: 0;
    padding: 3px 5px;
    margin-top: 30px;

}

#product_body p{
    text-align: justify;
}


#a_menu2_active{
    color:#fff;
}

#a_menu2_active:hover{
    color:#000;
}

.a_menu2:hover{
    color:#fff;
}

.a_menu2{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 3px 5px;
}

.menu2{
    font-size:16px;
    font-weight:normal;
    text-decoration:none;
    vertical-align:middle;
    margin: 0 6px 0 0;
    float: left;
    background-color: #7F1300;
    color: #fff;
    margin: 0 10px 0 0;
}

.menu2_grey{
    font-size:16px;
    font-weight:normal;
    text-decoration:none;
    vertical-align:middle;
    margin: 0 10px 0 0;
    float: left;
    background-color: #999;
}

.menu2_left{
    background-image: url(../../include/graphics/menu2_left.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.menu2_right{
    background-image: url(../../include/graphics/menu2_right.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.menu2_grey_left{
    background-image: url(../../include/graphics/menu2_grey_left.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.menu2_grey_right{
    background-image: url(../../include/graphics/menu2_grey_right.png);
    background-position: right top;
    background-repeat: no-repeat;
}


a{
  outline:none;
}

#copy{
    text-align: left;
    width: 900px;
    margin: 0 auto;
    margin-top: 10px;
}

