.product_left {
	padding-left:8px;
	padding-top:8px;
	float:left;
	width:490px;
}

.product_right {
	padding-left:8px;
	padding-top:8px;
	float:right;
	width:780px;
}
.breadcrumb{
	font-size:12px;
	height:auto;
	line-height:25px;
	padding-bottom: 0px;
}
h1{
	font-family:"UTM Bebas",Verdana, Geneva, sans-serif;
	font-size:30px;
	margin-bottom:10px;
}
.price{
	font-family:"UTM Bebas",Verdana, Geneva, sans-serif;
	font-size:40px;
	color:#FF0000;
	margin-bottom:10px;
}

.home_text {
	color:#333333
}

.prod-button{
	margin-top:30px;
}

.prod-button .note{
	font-size:12px;
	color:#000000
}

.btn{
	
    border: 1px solid #333;
    display: block;
    float: left;
    font-family: "UTM Bebas",Verdana,Geneva,sans-serif;
    font-size: 28px;
    height: 55px;
    line-height: 55px;
    margin-right: 10px;
    width: 160px;
	padding-left:60px;
}

.btn-cart{
	background:url(../images/icon-check.png) #f8b400 10px center no-repeat;
}

.btn-cart:hover{
	background:url(../images/icon-check.png) #FFFF33 10px center no-repeat;
}

.btn-advisory{
	background:url(../images/icon-smile.png) #FFF 10px center no-repeat;
}
.res_text{
	padding:10px;
}

.res_text img{
	max-width:90%;
}


.left-prod-detail {
    float: left;
    overflow: hidden;
    width: 920px;
}


.right-prod-detail {
    background-color: #ececec;
    float: right;
    min-height: 200px;
    padding: 0px;
    width: 370px;
}

.title-left {
    background-color: #f8b400;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    color: #000;
    font-family: UTM bebas,Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: normal;
    height: 55px;
    line-height: 58px;
}

.right-prod-detail .diyu {
    background: #F1B90E none repeat scroll 0 0;
    color: #000;
    font-family: UTM bebas,Arial,Helvetica,sans-serif;
    font-size: 25px;
    height: 35px;
    line-height: 34px;
    padding: 10px 0 10px 15px;
}
.right-prod-detail .row{
	padding:10px;
}

.right-prod-detail .row .prices{height: 35px;overflow: hidden;}
.right-prod-detail .row .details{   
    /*border: 1px solid #eaeaea;*/
	width: 100%;
    background:#ececec none repeat scroll 0 0;
    margin: 0 auto;
	padding-bottom: 8px;
}

.details .btn-cart:after{
	background: #272626 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

.details .btn-cart {
    background: #f8b400 none repeat scroll 0 0;
    color: #272626;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 47px;
    margin: 7px auto 0;
    padding: 0 0 0 50px;
    position: relative;
    text-transform: uppercase;
    width: 120px;
}


