/* 
    Document   : product_style
    Created on : 2009-10-02, 11:31:48
    Author     : Internet studio
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.main_img{
    float: left;
    padding:60px 40px 0 60px;
}

.main_img img{
    border: 3px solid #858585;
}

.main_left{
    float: left;
    width: 310px;
    color: #858585;
}
.product_head_main
{
    font-family: segoe, impact, georgia,arial;
    margin: 22px 0px 30px 0px;
    font-size: 11px;
}

.product{
    margin-left: 30px;
    color: #858585;
}

.product_box{
    font-family: arial;
    letter-spacing: 0px;
    float: left;
    width: 300px;
    margin: 2px;
}

.product_img img{
    border: 2px solid #7f1c00;
}

.product_img{
    width: 130px;
    float: left;
}

.product_img_box{
    width: 100%;
}

.product_img_box img{
    float: left;
    margin: 10px 10px 10px 0px;
    border: 2px solid #7f1c00;
}

.product_name{
    color: #5a5859;
    float: left;
    width: 280px;
    margin: 5px 0px 5px 0px;
    font-size: 12px;
    font-weight: bold;
}

.product_desc{
    font-size: 11px;
    float: left;
    color: #858585;
    width: 170px;
}

.view_desc_2{
	font-size: 11px;
    float: left;
    color: #858585;
/*     width: 170px; */
	width: 28%;
	padding-left: 10px;
}
.view_desc{
    font-size: 11px;
    color: #858585;
    width: 70%;
    margin: 0px 0px 20px 0px;
	float: left;
}

.product_desc a,
.product_desc a:visited,
.product_desc a:hover{
    color: #871f04;
    text-decoration: none;
    font-weight: bold;
}

.product_desc a:hover{
    color: #871f04;
    text-decoration: underline;
    font-weight: bold;
}

.product_price{
    color: #858585;
}

.product_price div{
    float: left;
}

.price{
    color: #b02700;
    font-size: 27px;
    margin: 8px 0px 0px 0px;
    font-weight: bold;
}

.hr{
    height: 3px;
    background-color: #6c6c6c;
    width: 100%;
    margin: 10px 0px 10px 0px;
    font-size: 0px;
}

.product{
    
}

.colection_name {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

a.colection_name{
    text-decoration: none;
}
a.colection_name:hover{
    text-decoration: underline;
}

.colection_name div{
    float: left;
    width: 150px;
    text-align: left;
}
