

.breadcrumb_p{
    background: #fd0000;
    border-radius: 0px;
    margin-top: 10px;
}

.breadcrumb_p a{
    color: white;
    font-weight: 400;	
}

.breadcrumb_p > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: white;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: white;
}

.img_detail{
    text-align: center;
    margin-bottom: 20px;
}
.img_detail img{
    max-width: 100%;
    height: auto;
    display: -webkit-inline-box;	
}
.imgsmall{}
.imgsmall img{
    width: 50px;
    height: 35px;
    float: left;
    border: 1px #ccc solid;
    padding: 2px;
    margin-left: 5px;	
}

.detailpro{
	margin-bottom:15px;
}

.detailpro p.name{
    font-size: 17px;
    color: #215c88;	
}

.p-model {
    font: 12px;
	margin-bottom:10px;
}
.p-model span {
    padding: 0px 3px;
}


.box_price{
    background: url(../images/pro-price-bg.png) repeat-y scroll center center transparent;
    padding-bottom: 15px;
	margin-bottom:15px;
}

p.p-price-main{
	margin: 14px 0 0;
    height: 57px;
    overflow: hidden;
    font-size: 37px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #333;
    text-align: center;	
}
p.p-price-main span{
    font-size: 20px;
    vertical-align: super;	
}
p.p-price-market{
    color: #5c5d5d;
    text-decoration: line-through;
    text-align: center
}
p.status{
	text-align:center;
}

p.saleoff{
    font-size: 22px;
    color: red;
    text-align: center;
    font-weight: 600;
    font-family: Arial;
    margin-bottom: 0px;
}

p.vat{
	text-align:center;
	font: bold 11px/17px Arial;
    color: #0071bb;
	margin-bottom:20px
}

.addtocart{
background: url(../images/menu-s-bg.png) repeat-x scroll 0 0;
    padding: 7px 20px;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
}


.content_tab{
    padding: 15px;
    border: 1px #ddd solid;
    border-top: 0px;	
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color:black;
}
.nav-tabs > li > a {
	color: #555;
}

.content_tab img{
	max-width:100%!important;
	height:auto!important;
}

.content_tab table{
    max-width: 100%!important;
    height: auto!important;
}

