@CHARSET "UTF-8";

.product_page{}
.product_info_block
{
	float: 			left;
	width: 			670px;
}
.product_info_block h1
{
	font-size:25px;
	color:#f14d20;
}
.product_info_sous_block{
  width:340px;
}
.product_media_block
{
	float: 			right;
	margin-right: 15px;
	width: 			305px;
	margin-top:-160px;
}
.product_manufacturer
{
	margin-top:-70px;  
}
.product-specs{}
.product_commons strong,
ul.product_options li strong
{
	color: #f14d20;
}
.product_commons a,ul.product_options li a
{
	text-decoration:none;
}
.product_shipping_label
{
	text-align: left;
	position: relative;
	width: 80px;
	padding-right: 25px;
	margin-left:0px;
	top:0px;	
}
.product_shipping_label img
{
	position: absolute;
	right: 0px;
}

.product_shipping_label span
{
	font-size: 12px;
	font-weight: bold;
}

.product_price_image_container
{
	width: 301px;
	position: relative; 
	top:0px;  
  margin-top:25px;
	padding-top:0px;
	margin-left:10px;
	text-align:left;
	float:center;
  background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0;
  border: 1px solid #ccc;
    
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	 -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
	 -webkit-border-top-right-radius: 8px;
	  -webkit-border-top-left-radius: 8px;
}


.product_price_block
{
	background: url(../images/0/product_page_price_bg_orange.png) no-repeat 0 0;
	width: 150px;
	height: 137px;
	position: relative; 
	top: -100px;
	left: 180px;
	color:#fff;
}

.product_price_block2
{
	background: url(../images/0/product_page_price_bg_blue.png) no-repeat 0 0;
	width: 150px;
	height: 137px;
	position: relative;
	left: 180px;
	color: #fff;
}

.product_price_block span
{
	position: relative;
	display: block;
	font-weight: bold;
	width: 150px;
	text-align: center;
	margin: 0 auto;
	top: 80px;
}

.product_price_block strong
{
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 25px;
	font-weight: bold;
	width: 150px;
	text-align: center;
	margin: 0 auto;
	top: 20px;
	color: #fff;
	
}


.product_price_image_container img
{
	margin-left: 10px;
}


.qty-box
{
	position: relative;
	top : 30px;
	left: 25px;
}
.qty-box label{color:#FFFFFF;}
.form-button
{
	position: relative;
	top : 20px;
	background: url(../images/0/product_page_add_cart_orange.png) no-repeat 0 0 !important;
}

.form-button span
{
	position: relative;
	top: -4px;
}
.collateral-box{}
a.none { text-decoration:none; }
.product_add_to_cart_payment{width:171px;}
.table_price_box{
  border:0;
  cellpadding:0;
  cellspacing:0;
  height:137px;
  width:150px;
  color:#FFFFFF;
}
.table_price_box tr{
  height:33%;
}
.table_price_box tr td{
  color:#FFFFFF;
	text-align: center;
	font-size: 15px;
}
.table_price_box tr td label{
  color:#FFFFFF;
}
.table_price_box tr td strong{
  font-weight: bold;
	font-size: 25px;
}
.old_price_barre{
  margin-top:10px;
  text-decoration:line-through;
}
