
/* product.tpl */
#primary_block{
	background:#fff;
}

#primary_block #pb-right-column {
	width: 360px;
	float: left;
	margin:10px 20px 0 10px;
}
#primary_block #image-block {
	border: 1px solid #dadada;
	height: 358px;
	width: 358px;
	position:relative;
}
#primary_block #image-block img#bigpic {
	cursor: pointer;
}
#primary_block ul#usefull_link_block {
	list-style-type: none;
	margin-top: 1em
}
#primary_block ul#usefull_link_block li { margin: 0.5em 1em 0.5em 0; display: block }
#primary_block ul#usefull_link_block li a,
#primary_block ul#usefull_link_block span.span_link,
#primary_block ul#usefull_link_block span.span_link:hover {
	text-decoration: none;
	color: #76839b;
	font-size: 0.9em;
	background: white url('../img/bullet_alt.jpg') no-repeat top left;
	padding-left: 15px;
	height: 15px
}
#primary_block #pb-left-column {
	float: left;
	width:570px;
}
#primary_block #short_description_block {
	padding:0 20px 0 0;
	margin-bottom: 0;
	width:350px;
	float:left;
	border-right:1px solid #dadada;
}

	#primary_block #short_description_block .description_container{
		height:250px;
	}

#primary_block #color_picker p {
	margin-bottom: 0.4em;
	padding: 0
}
#primary_block #color_picker {
	padding: 0.6em 0.7em 0.4em 0.7em;
	background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left;
	border: 1px #d0d3d8 solid;
	margin-bottom: 1.5em;
	float:left;
}
#primary_block #color_to_pick_list li {
	display: inline;
	float: left;
	margin: 0 0.4em 0.4em 0
}
#primary_block a.color_pick {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #666;
	cursor: pointer
}
#primary_block a.color_pick:hover { border: 1px solid #000 }
#primary_block a#color_all { cursor: pointer }
#primary_block #image-block img#bigpic.jqzoom {
	cursor: crosshair;
	position: relative
}
#primary_block p.buttons_bottom_block { margin: 0; padding:0;}

#short_description_block p.buttons_bottom_block a,
#short_description_block p.buttons_bottom_block input {
	margin: 0;
	background:none;
	color:#3399cc;
	font-size:12px;
	width:auto;
	float:right;
	padding-top: 2px;
	font-weight:normal;
}

#primary_block p.buttons_bottom_block a:hover,
#primary_block p.buttons_bottom_block input:hover {
	text-decoration:underline;
}

#primary_block #short_description_content {/*margin-top:25px;*/}
#primary_block #short_description_content p{
	margin:0;
	font-size:12px;
	color:#222;
	text-align:justify;
}

#primary_block #buy_block {
	font-size: 1.1em;
	padding:10px 10px 0 10px;
	margin-top:10px;
	color: #374853;
	margin:0;
	width:179px;
	float:right;
}
#primary_block #buy_block p {
	padding: 0;
	margin: 0;
}
#primary_block #buy_block img.on_sale_img { float: left }
#primary_block #buy_block span.on_sale {
	color: #da0f00;
	text-transform: uppercase;
	font-weight: bold;
	float: right
}
#primary_block #buy_block span.discount {
	color: #da0f00;
	text-transform: uppercase;
	font-weight: bold;
	float: right
}
#primary_block #buy_block span.our_price_display { float: right }
#primary_block #buy_block span#availability_label {
	float: left;
	margin-right: 1em
}
#primary_block #buy_block label { text-align: right }
#primary_block #buy_block label,#primary_block #buy_block select {
	display: block;
	float: left
}
#primary_block div#attributes p, #quantity_wanted_p {
	clear: left;
}
#primary_block div#attributes p, #minimal_quantity_wanted_p {
	clear: left;
	text-align: center
}

/* prices */
#primary_block #buy_block p.price {
	/*width:114px;
	float:right;
	margin-top: 10px;*/
	margin-bottom:5px;
	height:30px;
	text-align: right;
	clear:both;
}

#primary_block #buy_block p.price.withpack{
	margin-top:0
}

#primary_block #buy_block span#pretaxe_price {
	font-size: 0.75em;
	text-align: right
}
#primary_block #buy_block p#old_price {
	text-decoration: line-through;
	color:#2c2c2c;
	font-size:12px;
	float:right;
	/*width:65px;*/
	height: 18px;
	line-height: 18px;
	padding-right: 5px;

}
#primary_block #buy_block p.price-ecotax {
	font-size: 0.75em;
	text-align: right
}
#admin-action {
    color: #374853;
    background-color: #DFFAD3;
    margin-bottom:10px;
    padding: 4px;
    border: 1px solid #72CB67
}
#admin-action input.exclusive
{
	float: right
}

.product_accessories_price
{
	margin-top: 5px
}

/** css trace-habil **/
#product #image-block div{
	position:absolute;
	top:0;
	right:0;
}

.product_header_link{
	width:560px;
	height:20px;
	margin:8px 10px 17px 0;
}

	.product_header_link li{
		list-style:none;
		float:right;
		height:20px;
		margin-right:4px;
	}

#product .sendtoafriend a{
	background:url('../img/sendtoafriend.png') no-repeat;
	width:100px;
	height:20px;
	display:block;
	font-size:11px;
	color:#484349;
	padding-left:20px;
	text-align:center;
	line-height:20px;
}

	#product .sendtoafriend a:hover{
		background-position:0 -20px;
		text-decoration:none;
	}

#product #product_title{
	border-right:1px solid #dadada;
	width:370px;
	margin:10px 0 0 0;
	padding-bottom: 25px;
	float:left;
	height:auto;
}

#product h1{
	background:none;
	font-size:18px;
	color:#000;
	margin:0;
	padding:0 20px 0 0;
	height:auto;
	line-height:20px;
}

h2#product_reference{
	padding:0;
	margin:0;
	display:inline-block;
	background:none;
	font-weight:normal;
	text-transform:none;
	color:#666;
	font-size:14px;
	height:18px;
	line-height:18px;
}

	h2#product_reference span{
		margin:0;
		color:#666;
		font-size:14px;
		margin-right:5px;
		font-style: normal;
	}

#product #product_title .buttons_bottom_block{
	display:inline-block;
}

#wishlist_button{
	background:none;
	color:#3399cc;
	font-size:12px;
	font-weight:normal;
	width:auto;
	text-align:left;
}

/* Features */
#product_features{
	clear:both;
	padding:15px 10px 0 0;
	float:left;
	width:200px;
	height:111px;
}

	#product_features h3{
		font-weight:bold;
		font-size:12px;
		color:#262626;
		margin:0;
	}

	#product_features ul{
		padding-left:5px;
	}

	#product_features ul li{
		list-style:none;
		color:#222;
		font-size:11px;
		background:url('../img/feature_bullet.png') no-repeat left center;
		padding-left:9px;
		margin-top:10px;
	}

/* Attachments */
#product_attachments{
	float:right;
	padding:15px 0 0 0;
	width:140px;
	height:111px;
	margin:0;
}

	#product_attachments h3{
		font-weight:bold;
		font-size:12px;
		color:#262626;
		margin:0;
	}

	#product_attachments ul{
		padding-left:5px;
	}

	#product_attachments ul li{
		list-style:none;
		margin-top:10px;
	}

	#product_attachments ul li a{
		color:#222;
		font-size:11px;
		background:url('../img/icon_pdf.png') no-repeat left center;
		padding-left:22px;
		height:16px;
		text-decoration:none;
	}

		#product_attachments ul li a:hover{
			text-decoration:underline;
		}

/** Price **/
#product #our_price_display{
	color:#262626;
	font-size:24px;
	font-weight:bold;
}

#product #primary_block #buy_block #reduction_percent{
	background:url('../img/bg_reduction.png') no-repeat;
	width:54px;
	height:18px;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	float:right;
	margin-bottom: 15px;
}

#product .pack_price{
	float: none;
	display:block;
	font-size: 12px;
	color: #2C2C2C;
	margin:0;
	text-align: right;
}

#product #quantity_wanted_p{
	float:right;
	width:100%;
	height:30px;
	line-height:30px;
	clear:both;
}

	#product #quantity_wanted_p label{
		width:auto;
		margin-right:10px;
		float:right;
	}

	#product #quantity_wanted_p input{
		width:auto;
		padding:0;
		margin:0;
		width:42px;
		height:28px;
		line-height:28px;
		text-align:center;
		border:1px solid #bebebf;
		border-right:none;
		float:right;
		color:#1d1d1d;
		font-size:12px;
	}

#product p#stock_statut{
	text-align:right;
	clear:both;
	margin-bottom:10px;
}

#product #stock_statut #stock_label{
	color:#99cc33;
	font-size:12px;
	font-weight:bold;
}

#product #stock_statut #no_stock_value{
	color:#cc0000;
	font-size:12px;
	font-weight:bold;
}

#product p#last_quantities{
	margin-bottom:10px;
	float:right;
	color:#cc0000;
	font-size:12px;
	font-weight:bold;
}

#product p#availability_statut{
	text-align:right;
	clear:both;
	line-height:17px;
	float:right;
	margin-bottom:16px;
}

	#product #availability_statut #availability_value{
		background:url('../img/schedule_product.png') no-repeat center left;
		padding-left:24px;
		color:#222;
		font-size:11px;
		display:block;
	}

#product p#add_to_cart{
	float:right;
}

#product p#add_to_cart input{
	background:url('../img/bg_addtocart.png') no-repeat;
	margin:20px 0 0 0;
	padding:0 0 0 31px;
	width:180px;
	height:30px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	color:#ffca30;
}

/* Attributes */
#attributes{
	clear:both;
}

#product #attributes p{
	clear:both;
	float:right;
	margin-bottom:10px;
}

	#product #attributes p select{
		width:66px;
		margin-left:10px;
	}


/* Quantity Discount */
#quantityDiscount{
	float:left;
	width:199px;
	margin-top:60px;
}

	#quantityDiscount h3{
		font-size:13px;
		color:#262626;
		font-weight:bold;
		text-align:center;
		margin-bottom:10px;
	}

	#quantityDiscount tr{
		font-size:11px;
		color:#222;
		font-weight:normal;
	}

	#quantityDiscount th{
		background-color:#ebf0f2;
		width:90px;
		height:30px;
		padding-left:10px;
	}

	#quantityDiscount td{
		height:29px;
		border:none;
		border-top:1px solid #e5e5e5;
		background:url('../img/bg_td_discount.png') repeat-x;
		padding-left:10px;
	}

/* Full description */
#full_description{
	padding-top:10px;
	float:left;
	margin-bottom:20px;
}

#full_description h3{
	background:url('../img/arrow_description.png') no-repeat left center;
	font-size:16px;
	color:#222;
	padding-left:20px;
	margin:0 0 15px 0;
}

#product #full_description p{
	font-size:12px;
	color:#222;
	text-align:justify;
	line-height:16px;
	margin:0
}

/* Pack items **/
#pack_item{
	float:left;
	width:360px;
	margin-right:20px;
	margin-bottom: 20px
}

	#pack_item h3{
		background:url('../img/bg_pack_item.png') no-repeat;
		margin:0;
		width:351px;
		height:32px;
		line-height:32px;
		color:#fff;
		font-size:15px;
		padding-left:9px
	}

	#pack_item h3 span{
		color:#ffca30;
		text-transform:uppercase;
	}

		#pack_item .pack_content{
			margin:0;
			background-color:#f4f6f7;
			border-top:1px solid #fff;
			border-bottom:1px solid #e5e5e5;
			padding:10px 7px;
			color:#222;
			font-size:12px;
			font-weight:bold;
		}

			#pack_item .pack_content a{
				color:#222;
				font-size:12px;
				font-weight:bold;
			}

		#pack_item .pack_content.first{
			border-top:none;
		}

		#pack_item .pack_content.last{
			border-bottom:none;
		}

		#pack_item .pack_content p{
			padding-left:18px;
			margin:2px 0 0 0;
			font-size:11px;
			color:#000;
			font-weight:normal;
		}


#pack_item_list{
	clear:both;
}





