/* CSS Document */

/* ------------------- Miniature ------------------- */

div.miniature-page
{
	padding: 0;
	margin: 0 auto;
	width: 630px;
}

div.miniature-page p
{
	padding: 5px 0;
	margin: 0;
	font-size: 12px;
	color: #808080;
}

/* ------------------- Check Out Shipping -------------------*/

div#checkout-process
{
	padding: 0;
	margin: 0;
}

div#checkout-process div.page-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bcbca7;
	text-transform: uppercase;
}

div#checkout-process div.option-block
{
	padding: 0;
	margin: 0 auto;
	width: 500px;
	border: 1px solid #7f7f7f;
}

div#checkout-process div.option-block div.title
{
	padding: 3px 0 0 5px;
	margin: 0;
	width: 495px;
	height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #860001;
}

div#checkout-process div.option-block div.content
{
	padding: 0;
	margin: 1px 0 0 0;
	width: 100%;
	border-top: 1px solid #860001;
	font-size: 11px;
	color: #808080;
}

div#checkout-process div.address
{
	padding: 0;
	margin: 0;
	width: 100%;
}

div#checkout-process div.address div.info
{
	padding: 10px 0 0 10px;
	margin: 0;
	width: 200px;
	float: left;
	color: #808080;
	font-size: 11px;
}

div#checkout-process div.address div.selected-address
{
	padding: 10px 10px 0 70px;
	margin: 0;
	width: 150px;
	float: right;
	background: url(/images/icons/envelope.png) no-repeat 0px 15px;
	color: #808080;
	font-size: 11px;
}

div#checkout-process div.shipping-method-title
{
	padding: 0 0 5px 0;
	margin: 0;
	color: #808080;
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
}

div#checkout-process #shipping-method-selected div.shipping-method-title
{
	padding: 0 0 5px 0;
	margin: 0;
	color: #B90000;
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
}

div#checkout-process div.shipping-method-text
{
	padding: 0;
	margin: 0;
	color: #808080;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}

div#checkout-process div.shipping-method-price
{
	padding: 0;
	margin: 0;
	color: #808080;
	font-size: 11px;
}

div#checkout-process table.shipping-method-selected
{
	background-color: #EFEFE0;
}

div#checkout-process table.shipping-method-over
{
	background-color: #EFEFE0;
}

div#checkout-process table.shipping-method
{
	background-color: #ffffff;
}

div#checkout-process div.address-block
{
	padding: 0 10px 10px 10px;
	margin: 0;
}

div#checkout-process div.address-block div.row
{
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	width: 100%;
}

div#checkout-process div.address-block div.row-over
{
	padding: 0;
	margin: 0;
	background-color: #EFEFE0;
	width: 100%;
}

div#checkout-process div.address-block div.row-selected
{
	padding: 0;
	margin: 0;
	background-color: #EFEFE0;
	width: 100%;
}

div#checkout-process div.address-block div.name
{
	padding: 5px 0 5px 10px;
	margin: 0;
	float: left;
	color: #808080;
	font-weight: bold;
}

div#checkout-process div.address-block div.radio
{
	padding: 0 5px 0 5px;
	margin: 0;
	float: right;
}

div#checkout-process div.address-block div.full-info
{
	padding: 0 10px 0 20px;
	margin: 0;
}

div#checkout-process div.new-address
{
	padding: 0;
	margin: 0;
}

div#checkout-process div.new-address div.label
{
	padding: 7px 0;
	margin: 0 0 0 20px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 150px;
	color: #7f7f7f;
}

div#checkout-process div.new-address div.field
{
	padding: 5px 0;
	margin: 0;
	float: left;
}

div#checkout-process div.new-address div.field .box
{
	width: 200px;
}

div#checkout-process div.new-address div.field select.box
{
	width: 212px;
}

div#checkout-process table.payment-method-selected
{
	background-color: #EFEFE0;
}

div#checkout-process table.payment-method-over
{
	background-color: #EFEFE0;
}

div#checkout-process table.payment-method
{
	background-color: #ffffff;
}

div#checkout-process div.payment-method-title
{
	padding: 0 0 5px 0;
	margin: 0;
	color: #808080;
	font-size: 11px;
	font-weight: bold;
}

a.process-indicator
{
	text-decoration: none;
	color: #860001;
}

/* ------------------- Checkout confirmation -------------------*/

div#checkout-confirmation
{
	padding: 0;
	margin: 0;
}

div#checkout-confirmation div.page-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bcbca7;
	text-transform: uppercase;
}

div#checkout-confirmation div.options
{
	padding: 0;
	margin: 0 auto;
	width: 600px;
}

div#checkout-confirmation div.options div.option-block
{
	padding: 0;
	margin: 0;
	width: 100%;
	border: 1px solid #7f7f7f;
}

div#checkout-confirmation div.options div.option-block div.title
{
	padding: 3px 0 0 5px;
	margin: 0;
	width: 595px;
	height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div#checkout-confirmation div.options div.option-block div.title-left
{
	padding: 3px 0 0 5px;
	margin: 0;
	height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

div#checkout-confirmation div.options div.option-block div.title-right
{
	padding: 3px 0 0 5px;
	margin: 0;
	height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

div#checkout-confirmation div.options div.option-block div.content
{
	padding: 0;
	margin: 1px 0 0 0;
	width: 100%;
	font-size: 11px;
	color: #7f7f7f;
}

div#checkout-confirmation table.payment-method-selected
{
	background-color: #EFEFE0;
}

div#checkout-confirmation table.payment-method-over
{
	background-color: #EFEFE0;
}

div#checkout-confirmation table.payment-method
{
	background-color: #ffffff;
}

div#checkout-confirmation div.payment-method-title
{
	padding: 0 0 5px 0;
	margin: 0;
	color: #808080;
	font-size: 11px;
	font-weight: bold;
}

/* ------------------- Conditions -------------------*/

div#conditions
{
	padding: 0;
	margin: 0;
}

div#conditions div.title
{
	padding: 20px 0 5px 0;
	margin: 0;
	font-size: 12px;
	color: #860001;
}

div#conditions div.content
{
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #7f7f7f;
	text-align: left;
}

div#conditions div.content p
{
	padding: 2px 0;
	margin: 0;
}

/* ------------------- Checkout Success -------------------*/

div#checkout-success
{
	padding: 0;
	margin: 0;
}

div#checkout-success div.page-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bcbca7;
	text-transform: uppercase;
}

div#checkout-success div.text-block
{
	padding: 10px 0 30px 190px;
	margin: 0 auto;
	width: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	background: transparent url(/images/present.gif) no-repeat top left;
	text-align: justify;
}

div#checkout-success div.text-block div.title
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #bcbca7;
	font-weight: bold;
}

/* ------------------- Quality ------------------- */

div#quality
{
	padding: 0;
	margin: 0;
	background: #FFFFFF url(/images/page_backgrounds/company_presentation.png) no-repeat top right;
}

div#quality div.page-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bcbca7;
	text-transform: uppercase;
}

div#quality div.quality-block
{
	padding: 0;
	margin: 0;
	width: 615px;
	float: right;
}

div#quality div.quality-block div.title
{
	padding: 3px 0 0 1px;
	margin: 0;
	background: transparent url(/images/lines/hor_transparent_line.png) no-repeat top left;
	behavior: url(/iepngfix/iepngfix.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	color: #9e9e83;
}

div#quality div.quality-block div.content
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	width: 360px;
	text-align: justify;
}

div#quality div.quality-block p
{
	padding: 0;
	margin: 10px 0;
}

/* ------------------- 404 not found ------------------- */

div#not-found
{
	padding: 0;
	margin: 0;
}

div#not-found div.page-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bcbca7;
	text-transform: uppercase;
}

div#not-found div.not-found-block
{
	padding: 10px 0 50px 130px;
	margin: 0 auto;
	width: 500px;
	background: url(/images/icons/404_not_found.png) no-repeat top left;
	font-family:Arial, Helvetica, sans-serif;
}

div#not-found div.not-found-block div.title
{
	padding: 10px 0;
	margin: 0;
	font-size: 18px;
	color: #860001;
	font-weight: bold;
}

div#not-found div.not-found-block div.text
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #860001;
	font-weight: bold;
}

div#not-found div.map
{
	padding: 10px 0;
	margin: 0 auto;
	width: 650px;
	background-color: #DCDCD1;
	float: right;
}

div#not-found div.map div.map-block
{
	padding: 10px;
	margin: 0;
	float: left;
	width: 190px;
}

div#not-found div.map div.map-block ul.menu
{
	padding: 0;
	margin: 0;
	width: 185px;
	list-style: none;
	list-style-position: inside;
}

div#not-found div.map div.map-block ul.menu li
{
	padding: 0 0 0 10px;
	margin: 0;
	width: 175px;
	/*height: 15px;*/
	float: left;
	list-style: none;
	list-style-position: inside;
}

div#not-found div.map div.map-block ul.menu li a
{
	padding: 2px 0 3px 20px;
	margin: 0;
	color: #808080;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 155px;
	background: url(/images/arrows/gallery_main_arrow.png) no-repeat center left;
}

div#not-found div.map div.map-block ul.menu li a:hover
{
	font-weight: bold;
	color: #ffffff;
	background: url(/images/arrows/gallery_main_arrow_hover.png) no-repeat center left;
}

div#not-found div.map div.map-block ul.menu li ul
{
	padding: 0;
	margin: 0 0 2px 0;
	width: 155px;
	list-style: none;
	list-style-position: inside;
}

div#not-found div.map div.map-block ul.menu li ul li
{
	padding: 0 0 0 20px;
	margin: 0;
	width: 135px;
	float: left;
	list-style: none;
	list-style-position: inside;
	border: none;
}

div#not-found div.map div.map-block ul.menu li ul li a
{
	padding: 2px 0 2px 10px;
	margin: 0;
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 145px;
	background: url(/images/arrows/gallery_sub_arrow.png) no-repeat center left;
}

div#not-found div.map div.map-block ul.menu li ul li a:hover
{
	color: #ffffff;
	font-weight: bold;
	background: url(/images/arrows/gallery_sub_arrow_hover.png) no-repeat center left;
}

/* ------------------- Quality ------------------- */

div#search
{
	padding: 0;
	margin: 0;
	background: #FFFFFF url(/images/page_backgrounds/company_presentation.png) no-repeat top right;
}

div#search div.page-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bcbca7;
	text-transform: uppercase;
}

div#search div.keywords
{
	padding: 10px 0 30px 70px;;
	margin: 0;
	color: #808080;
	font-size: 14px;
	font-weight: bold;
}

div#search div.keywords span
{
	color: #860001;
	font-weight: bold;
}

div#search div.product-block div.content div.title-house
{
	color: #860001;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

div#search div.product-block div.content div.title-garden
{
	color: #7d9f00;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

div#search div.product-block div.content div.title-house a
{
	color: #860001;
	text-decoration: none;
}

div#search div.product-block div.content div.title-garden a
{
	color: #7d9f00;
	text-decoration: none;
}

div#search span.special-price
{
	color: #860001;
}

/* ------------------- Partners -------------------*/

div#partners
{
	padding: 0;
	margin: 0;
}

div#partners div.page-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bcbca7;
	text-transform: uppercase;
}

div#partners div.partner-block
{
	padding: 7px 0;
	margin: 0;
	float: left;
	width: 600px;
}

div#partners div.partner-block div.logo
{
	padding: 0;
	margin: 0;
}

div#partners div.partner-block div.title
{
	padding: 0;
	margin: 0;
	font-size:12px;
}

div#partners div.partner-block div.description
{
	padding: 0 0 0 17px;
	margin: 0;
	font-size: 11px;
	color: #808080;
}

div#partners div.all-partners
{
	padding: 10px 0 10px 20px;
	margin: 0 auto;
	width: 630px;
	background-color: #DCDCD1;
	float: right;
}

div#partners div.partner-block div.title a
{
	padding: 0 0 0 17px;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	background: url(/images/arrows/gallery_main_arrow.png) no-repeat center left;
}

div#partners div.partner-block div.title a:hover
{
	color: #ffffff;
	background: url(/images/arrows/gallery_main_arrow_hover.png) no-repeat center left;
}

div#partners div.partner-block-logo
{
	padding: 7px 0;
	margin: 0;
	float: left;
	width: 600px;
}

div#partners div.partner-block-logo div.logo
{
	padding: 0;
	margin: 0;
	float: left;
}

div#partners div.partner-block-logo div.logo img
{
	border: 2px solid #ffffff;
}

div#partners div.partner-block-logo div.content
{
	padding: 0 0 0 15px;
	margin: 0;
	float: left;
}

div#partners div.partner-block-logo div.content div.title
{
	padding: 0;
	margin: 0;
	font-size:12px;
}

div#partners div.partner-block-logo div.content div.title a
{
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}

div#partners div.partner-block-logo div.content div.title a:hover
{
	color: #ffffff;
}

div#partners div.partner-block-logo div.content div.description
{
	padding: 4px 0 0 0;
	margin: 0;
	font-size: 11px;
	color: #808080;
}

/* ------------------- Sur Mesure -------------------*/

div#sur-mesure
{
	padding: 0;
	margin: 0;
}

div#sur-mesure div.page-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bcbca7;
	text-transform: uppercase;
}

div#sur-mesure div.page-title-red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #b90000;
	text-transform: uppercase;
}

div#sur-mesure div.page-title-green
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #a3c501;
	text-transform: uppercase;
}

div#sur-mesure div.page-title-green h1
{
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}

div#sur-mesure div.page-title-gray
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bdbca8;
	text-transform: uppercase;
}

div#sur-mesure div.page-title-gray h1
{
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}

div#sur-mesure div.page-title-red h1
{
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}

div#sur-mesure div.sur-mesure-block-gray-text
{
	padding: 0;
	margin: 0;
	/*float: right;
	width: 620px;*/
	/*background-color: #bdbca8;*/
	background-color: #ffffff;
}

div#sur-mesure div.sur-mesure-block-gray div.block-label
{
	padding: 2px 0 0 20px;
	margin: 0;
	width: 600px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	/*background-color: #bdbca8;*/
	background-color: #ffffff;
}

div#sur-mesure div.sur-mesure-block-gray-text div.top-side
{
	padding: 0;
	margin: 0 0 0 2px;
	/*width: 616px;*/
	background-color: #ffffff;
}

div#sur-mesure div.sur-mesure-block-gray-text div.top-side div.left, div.comments_content div.comments_text div.left
{
	padding: 10px 10px 10px 10px;
	margin: 0;
	float: left;
	font-size: 10px;
	color: #7f7f7f;
}

div#sur-mesure div.sur-mesure-block-gray div.top-side div.right
{
	padding: 10px 10px 0 10px;
	margin: 0;
	float: left;
}

div#sur-mesure div.sur-mesure-block-green
{
	padding: 0;
	margin: 0;
	float: right;
	width: 620px;
	/*background-color: #a4c502;*/
	background-color: #ffffff;
}

div#sur-mesure div.sur-mesure-block-green div.block-label-red
{
	padding: 2px 0 0 2px;
	margin: 0;
	width: 600px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 67px;
	/*background-color: #860001;*/
	background-color: #ffffff;
}

div#sur-mesure div.sur-mesure-block-green div.block-label
{
	padding: 2px 0 0 2px;
	margin: 0;
	width: 616px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 67px;
	/*background-color: #a4c502;*/
	background-color: #ffffff;
}

div#sur-mesure div.sur-mesure-block-green div.block-label2
{
	background:url("/images/sur_mesure/home_page/green_dot.png") repeat scroll left top transparent;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	height:18px;
	margin:0 0 0 2px;
	padding:2px 0 0 8px;
	width:600px;
}

div#sur-mesure div.sur-mesure-block-green div.block-label2 a
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

div#sur-mesure div.sur-mesure-block-green div.block-label2 a:hover
{
	text-decoration: underline;
}

div#sur-mesure div.sur-mesure-block-green div.other-text
{
	padding: 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	text-align: justify;
}

div#sur-mesure div.sur-mesure-block-green div.other-text p
{
	padding: 5px 0;
	margin: 0;
}

div#sur-mesure div.sur-mesure-block-green div.top-side
{
	padding: 0;
	margin: 0 0 0 2px;
	width: 616px;
	background: transparent url('/images/sur_mesure/home_page/left_right_border.png') top left repeat;
}

div#sur-mesure div.sur-mesure-block-green div.top-side div.left
{
	padding: 10px 10px 10px 10px;
	margin: 0;
	float: left;
	font-size: 11px;
	color: #7f7f7f;
}

div#sur-mesure div.sur-mesure-block-green div.top-side div.left a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	float: left;
	margin-left: 5px;
}

div#sur-mesure div.sur-mesure-block-green div.top-side div.left a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	float: left;
	margin-left: 5px;
}

div#sur-mesure-popups div.right-side-2 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

div#sur-mesure-popups div.right-side-2 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

div#sur-mesure-popups div.right-side-2
{
	padding: 10px 10px 10px 10px;
	margin: 0;
	width: 730px;
	height: 620px;
	float: left;
	overflow: hidden;
}

div#sur-mesure-popups div.right-side-2 div.autre
{
	text-align: center;
	font-size: 16px;
	float: left;
	padding: 40px 0 0 30px;
	font-weight: bold;
}

div#sur-mesure-popups div.right-side-2 div.image
{
	width: 230px;
	height: 190px;
	float: left;
	padding: 10 10 10 10;
	text-align: center;
}

div#sur-mesure div.sur-mesure-block-green div.top-side div.left div.option
{
	padding: 5px 0;
	margin: 0;
	/*width: 250px;*/
	width: 300px;
}

div#sur-mesure div.sur-mesure-block-green div.top-side div.left div.option div.label
{
	padding: 0;
	margin: 0;
	float: left;
	width: 70px;
}

div#sur-mesure div.sur-mesure-block-green div.top-side div.left div.option div.field
{
	padding: 0;
	margin: 0;
	float: left;
}

div#sur-mesure div.sur-mesure-block-green div.top-side div.left div.option div.icon
{
	padding: 0 0 0 5px;
	margin: 0;
	float: left;
}

div#sur-mesure div.sur-mesure-block-green div.top-side div.right
{
	padding: 0 20px 0 0;
	margin: 0;
	float: right;
	width: 260px;
}

div#sur-mesure div.sur-mesure-block-green div.top-side div.right div.image
{
	padding: 0;
	margin: 0;
	float: right;
	width: 200px;
	height: 120px;
	float: right;
	cursor: pointer;
}

div#sur-mesure div.sur-mesure-block-green div.top-side div.right div.image img2
{
	behavior: url(/iepngfix/iepngfix.htc);
}

div#sur-mesure div.sur-mesure-block-green div.all-products
{
	padding: 0;
	margin: 0 0 0 2px;
	width: 616px;
	background-color: #ffffff;
	background: transparent url('/images/sur_mesure/home_page/left_right_border.png') top left repeat;
}


div#sur-mesure div.sur-mesure-block-green div#page_end
{
	padding: 0;
	margin: 0 0 0 2px;
	width: 616px;
	height: 327px;
	background: transparent url('/images/sur_mesure/home_page/bottom_image.png') top left no-repeat;
}

div#sur-mesure div.sur-mesure-block-green div#page_end2
{
	padding: 0;
	margin: 0 0 0 2px;
	width: 616px;
	height: 23px;
	background: transparent url('/images/sur_mesure/home_page/bottom_line_tab.png') top left no-repeat;
}

div#sur-mesure div.sur-mesure-block-green div.all-products div.no-results
{
	padding: 40px 0;
	margin: 0;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
}

div#sur-mesure div.sur-mesure-block-green div.dotted-line
{
	padding: 0;
	margin: 0;
	width: 100%;
	background: url(/images/lines/hor_transparent_dotted_line.png) no-repeat top left;
	height: 1px;
	font-size: 0px;
}

div#sur-mesure div.sur-mesure-block-green div.sm-product-block
{
	padding: 10px 0 0 6px;
	margin: 0;
	width: 100%;
	/*background: url(/images/lines/hor_transparent_dotted_line.png) no-repeat bottom left;*/
}

div#sur-mesure div.sur-mesure-block-green div.sm-product-block div.image
{
	padding: 0 0 10px 0;
	margin: 0;
	float: left;
	width: 400px;
	overflow: hidden;
	text-align: center;
}

div#sur-mesure div.sur-mesure-block-green div.sm-product-block div.smimage
{
	padding: 0 0 10px 0;
	margin: 0;
	float: left;
	width: 400px;
	overflow: hidden;
	text-align: center;
}

div#sur-mesure div.sur-mesure-block-green div.sm-product-block div.info
{
	padding: 0 0 10px 0;
	margin: 0;
	float: right;
	width: 190px;
}

div#sur-mesure div.sur-mesure-block-green div.sm-product-block div.info div.sm-profile-image
{
	float: left; 
	width: 165px; 
	height: 165px; 
	margin-left: 5px; 
	margin-top: 15px; 
	cursor: pointer;
}

div#sur-mesure div.sur-mesure-block-green div.sm-product-block div.info div.title
{
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 11px;
	color: #860001;
	font-weight: bold;
}

div#sur-mesure div.sur-mesure-block-green div.sm-product-block div.info div.description
{
	padding: 0;
	margin: 0 10px 0 10px;
	font-size: 11px;
	color: #7f7f7f;
}

div#sur-mesure div.sur-mesure-block-green div.sm-product-block div.info div.description td
{
	padding: 2px;
	margin: 0;
}

div#sur-mesure div.sur-mesure-block-green div.sm-product-block div.info div.description td.extra-size
{
	padding: 0;
	margin: 0;
}

div#sur-mesure div.sur-mesure-block-green div.sm-product-block div.info div.price
{
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 11px;
	color: #7f7f7f;
	font-weight: bold;
}

div#sur-mesure div.sur-mesure-block-green div.sm-product-block div.info div.button
{
	padding: 20px 20px 0 0;
	margin: 0;
	float: right;
}

div#sur-mesure div.sur-mesure-block-green div.sm-product-block div.info div.color
{
	padding: 20px 0 0 5px;
	margin: 0;
	float: left;
}

div#sur-mesure div.sur-mesure-block-green div.sm-product-block div.info div.color img
{
	width: 35px;
	height: 35px;
	border: 1px solid #808080;
	cursor: pointer;
}

div#sur-mesure div.sur-mesure-block-red
{
	padding: 0;
	margin: 0;
	float: right;
	width: 620px;
	background-color: #ffffff;
}

div#sur-mesure div.sur-mesure-block-red div.block-label
{
	padding: 2px 0 0 2px;
	margin: 0;
	width: 614px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 67px;
	/*background-color: #860001;*/
	background-color: #ffffff;
}

div#sur-mesure div.sur-mesure-block-red div.top-side
{
	padding: 0;
	margin: 0 2px 0 2px;
	width: 616px;
	background: transparent url('/images/sur_mesure/home_page/left_right_border2.png') top left repeat;
	float: right;
	font-size: 11px;
	color: #7f7f7f;
}

div#sur-mesure div.sur-mesure-block-red div.left
{
	margin: 10px;
	width: 100%;
	float: left;
}

div#sur-mesure div.sur-mesure-block-red div.bottom
{
	padding: 0;
	margin: 0 2px 0 2px;
	height: 23px;
	width: 616px;
	background: transparent url('/images/sur_mesure/home_page/bottom_line_tab2.png') top left no-repeat;
	float: right;
	font-size: 11px;
	color: #7f7f7f;
}

div#sur-mesure div.sur-mesure-block-red div.top-side div.left div.label
{
	padding: 10px 0 5px 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	width: 150px;
	color: #7f7f7f;
}

div#sur-mesure div.sur-mesure-block-red div.top-side div.left div.field
{
	padding: 0;
	margin: 0;
	width: 250px;
}

div#sur-mesure div.sur-mesure-block-gray
{
	padding: 0;
	margin: 0;
	float: right;
	width: 620px;
	background-color: #ffffff;
}

div#sur-mesure div.sur-mesure-block-gray div.block-label
{
	padding: 2px 0 0 2px;
	margin: 0;
	width: 614px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 67px;
	/*background-color: #860001;*/
	background-color: #ffffff;
}

div#sur-mesure div.sur-mesure-block-gray div.comments_content
{
	padding: 0;
	margin: 0 3px 0 3px;
	width: 615px;
	background: transparent url('/images/sur_mesure/home_page/left_right_border3.png') top left repeat;
	float: right;
}

div#sur-mesure div.sur-mesure-block-gray div.comments_content div.comments_text
{
	padding: 10px 10px;
}

div#sur-mesure div.sur-mesure-block-gray div.comments_content div.comments_text div.comment_panel
{
	width: 270px;
	height: 150px;
	float: left;
	margin-left: 15px;
	font-size: 11px;
	color: #7f7f7f;
}

div#sur-mesure div.sur-mesure-block-gray div.bottom
{
	padding: 0;
	margin: 0 3px 0 3px;
	height: 23px;
	width: 615px;
	background: transparent url('/images/sur_mesure/home_page/bottom_line_tab3.jpg') top left no-repeat;
	float: right;
	font-size: 11px;
	color: #7f7f7f;
}


/* ------------------- Sur Mesure Doors and Handles Popup-------------------*/

div#sur-mesure-popups
{
	padding: 0;
	margin: 0;
	background: #fff;
}

div#sur-mesure-popups div.right-side
{
	padding: 10px 0 10px 10px;
	margin: 0;
	width: 770px;
	height: 496px;
	float: left;
	overflow: hidden;
}

div#sur-mesure-popups div.left-side
{
	padding: 20px 0 20px 20px;
	margin: 0;
	background: #dcdcdc url(/images/lines/ver_gray_dotted_line.png) repeat-y top right;
	width: 130px;
	/*height: 486px;*/
	height: 600px;
	text-align: left;
	float: left;
}

div#sur-mesure-popups div.left-side div.menu
{
	padding: 5px 0;
	margin: 0;
}

div#sur-mesure-popups div.left-side div.menu a
{
	padding: 0 0 0 17px;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	background: url(/images/arrows/gallery_main_arrow.png) no-repeat center left;
	cursor: pointer;
}

div#sur-mesure-popups div.left-side div.menu_new
{
	padding: 0 0 0 0;
	margin: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}

div#sur-mesure-popups div.left-side div.menu_new a
{
	padding-left: 17px !important;
	margin: 5px 0 5px 8px !important;
	font-size: 11px !important;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	background: url(/images/arrows/gallery_main_arrow.png) no-repeat center left;
	cursor: pointer;
}

div#sur-mesure-popups div.left-side div.menu_new a:hover
{
	color: #ffffff;
	background: url(/images/arrows/gallery_main_arrow_hover.png) no-repeat center left;
}

div#sur-mesure-popups div.left-side div.menu2 a
{
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	cursor: pointer;
}

div#sur-mesure-popups div.left-side div.menu a:hover
{
	color: #ffffff;
	background: url(/images/arrows/gallery_main_arrow_hover.png) no-repeat center left;
}

div#sur-mesure-popups div.left-side div.menu2 a:hover
{
	color: #ffffff;
}

div#sur-mesure-popups div.left-side div.menu a.selected
{
	color: #ffffff;
	background: url(/images/arrows/gallery_main_arrow_hover.png) no-repeat center left;
}

div#sur-mesure-popups div.left-side div.menu a.selected
{
	color: #ffffff;
}

div#sur-mesure-popups div.right-side div.no_image
{
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #860001;
	text-align: center;
}

/* ------------------- Supplier-------------------*/

div#supplier
{
	padding: 0;
	margin: 0;
}

div#supplier div.page-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bcbca7;
	text-transform: uppercase;
}

div#supplier div.supplier-menu
{
	padding: 0;
	margin: 0 auto;
	width: 250px;
	font-size: 14px;
	color: #860001;
}

div#supplier div.supplier-menu div.line
{
	padding: 5px 0;
	margin: 0;
	text-align: center;
}

div#supplier div.supplier-menu div.line a
{
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #860001;
}

div#supplier div.login-page-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7f7f7f;
	text-align: center;
}

div#supplier table.blocks
{
	padding: 0;
	margin: 0 auto;
	width: 310px;
	background-color: #7f7f7f;
}

div#supplier table.blocks td
{
	background-color: #ffffff;
	vertical-align: text-bottom;
}

div#supplier table.blocks div.login-title
{
	padding: 3px 0 0 10px;
	height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #860001;
	text-align: left;
}

div#supplier table.blocks div.login-content
{
	padding: 10px;
	margin: 1px 0 0 0;
	font-size: 11px;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: #ffffff;
	border-top: 1px solid #860001;
	height: 80px;
}

div#supplier table.blocks div.button
{
	padding: 0 10px 10px 0;
	text-align: right;
	background-color: #ffffff;
}

div#supplier table.blocks div.login-content div.form-block
{
	padding: 0;
	margin: 0 0 0 30px;
	width: 230px;
}

div#supplier table.blocks div.login-content div.form-block div.label
{
	padding: 5px 0;
	margin: 0;
	float: left;
	width: 85px;
	text-align: right;
}

div#supplier table.blocks div.login-content div.form-block div.field
{
	padding: 3px 0;
	margin: 0;
	float: right;
}

div#supplier table.container-listing
{
	padding: 0;
	margin: 0;
	background-color: #808080;
}

div#supplier table.container-listing td
{
	padding: 3px;
	margin: 0;
	background-color: #ffffff;
	font-size: 12px;
}

div#supplier table.requests-listing
{
	padding: 0;
	margin: 0;
	background-color: #808080;
}

div#supplier table.requests-listing td
{
	padding: 1px;
	margin: 0;
	background-color: #ffffff;
	font-size: 10px;
}

/* ------------------- Tekimport Furnitures -------------------*/

div#tekimport-furnitures
{
	padding: 0;
	margin: 0;
}

div#tekimport-furnitures div.page-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bcbca7;
	text-transform: uppercase;
}

/* ------------------- Popups -------------------*/

div#popups
{
	padding: 0;
	margin: 0;
	background: #fff;
}

div#popups div.cut-block
{
	padding: 0;
	margin: 0;
}

div#popups div.cut-block div.summary
{
	padding: 0 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	text-align: justify;
	font-weight: bold;
}

div#popups div.cut-block div.field
{
	padding: 0 0;
	margin: 0;
	text-align: center;
}

div#popups div.cut-block div.button
{
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
}

div#popups div.voiles-block
{
	padding: 0;
	margin: 0;
	width: 100%;
}

div#popups div.voiles-block div.summary
{
	padding: 0 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	text-align: justify;
	font-weight: bold;
}

div#popups div.voiles-block div.label
{
	padding: 4px 0 0 15px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #860001;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	width: 80px;
}

div#popups div.voiles-block div.field
{
	padding: 3px 0 2px 0;
	margin: 0;
	float: left;
}

div#popups div.voiles-block div.details
{
	padding: 2px 0 0 0;
	margin: 0;
	text-align: center;
}

div#popups div.voiles-block div.button
{
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
}





div#popups div.devis-de-pose-block
{
	padding: 0;
	margin: 0;
	width: 100%;
}

div#popups div.devis-de-pose-block div.summary
{
	padding: 0 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	text-align: justify;
	font-weight: bold;
}

div#popups div.devis-de-pose-block div.label
{
	padding: 4px 0 0 15px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #860001;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	width: 110px;
}

div#popups div.devis-de-pose-block div.field
{
	padding: 3px 0 2px 0;
	margin: 0;
	float: left;
}

div#popups div.devis-de-pose-block div.details
{
	padding: 2px 0 0 0;
	margin: 0;
	text-align: center;
}

div#popups div.devis-de-pose-block div.button
{
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
}

/* ------------------- Services Icon Gallery -------------------*/

div.icon-gallery-block
{
	padding: 0;
	margin: 0;
	width: 100%;
}

div.icon-gallery-block div.content
{
	padding: 1px 0 5px 0px;
	margin: 0;
	/*width: 630px;*/
	background-color: #DCDCD1;
	/*float: right;*/
}

div.icon-gallery-block div.content div.content-top-text-services
{
	margin: 0;
	padding: 5px 0 5px 10px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	background: #bcbca7;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #FFF;
}

/*div.icon-gallery-block div.content div.icon-block
{
	padding: 10px 5px;
	margin: 0;
	width: 200px;
	float: left;
}*/

div.icon-gallery-block div.content div.icon-block1
{
	padding: 10px 5px;
	border-right: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	margin: 0;
	width: 335px;
	height: 152px;
	float: left;
}

div.icon-gallery-block div.content div.icon-block2
{
	padding: 10px 5px;
	border-bottom: 1px #FFF solid;
	margin: 0;
	width: 335px;
	height: 152px;
	float: left;
}

div.icon-gallery-block div.content div.icon-block1 div.c1
{
	margin: 0;
	padding: 0;
	width: 180px;
}

div.icon-gallery-block div.content div.icon-block1 div.c2
{
	margin: 0;
	padding: 0;
	width: 150px;
	text-align: justify;
	float: right;
}

div.icon-gallery-block div.content div.icon-block1 div.c2 div.text1
{
	color: #868685;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size:11px;
}

div.c2 div.text1 h2
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 13px;
}

div.icon-gallery-block div.content div.icon-block1 div.c1 div.image
{
	padding: 0;
	margin: 0;
	float: left;
}

div.icon-gallery-block div.content div.icon-block2 div.c1
{
	margin: 0;
	padding: 0;
	width: 180px;
}

div.icon-gallery-block div.content div.icon-block2 div.c2
{
	margin: 0;
	padding: 0;
	width: 150px;
	text-align: justify;
	float: right;
}

div.icon-gallery-block div.content div.icon-block2 div.c2 div.text1
{
	color: #868685;
	font-weight: 600;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

div.icon-gallery-block div.content div.icon-block2 div.c1 div.image
{
	padding: 0;
	margin: 0;
	float: left;
}

div.icon-gallery-block div.content div.icon-block div.image
{
	padding: 0;
	margin: 0;
}

div.icon-gallery-block div.content div.icon-block div.text
{
	padding: 0;
	margin: 0;
	color: #444444;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.icon-gallery-hidden-text
{
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 200px;
}

div.c2 div.text1 a
{
	text-decoration: underline;
	color: #868685;
}

div.c2 div.text1 a:hover
{
	text-decoration: none;
}
/* ------------------- Services FAQ -------------------*/

div.faq-main
{
	padding: 0 0 0 40px;
}

div.faq-block
{
	width: 100%;
}

div.faq-title-base
{
	padding: 5px 0 10px 20px;
	color: #860001;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

div.faq-title
{
	padding: 7px 0 7px 20px;
	color: #860001;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/icons/question.png) no-repeat center left;
	cursor: pointer;
}

div.sub-faq-title
{
	padding: 7px 0 7px 20px;
	color: #860001;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/icons/sub_question.png) no-repeat center left;
	cursor: pointer;
}

div.faq-content
{
	padding: 0 0 0 25px;
}

div.faq-question 
{
	padding: 3px 0 0 8px;
	margin: 0;
	background: transparent url(/images/lines/hor_transparent_line.png) no-repeat top left;
	behavior: url(/iepngfix/iepngfix.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	color: #9e9e83;
}

div.faq-answer
{
	padding: 10px 10px 20px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	text-align: justify;
}

/*------------ Chantiers Edit --------------*/

div.chantiers-edit
{
	width: 610px;
	padding: 0 40px;
	font-size: 12px;
	color: #808080; 
}

div.chantiers-edit td
{
	padding: 3px 5px;
}

/*---------------- Encheres -----------------*/

div.encheres
{
	width: 650px; 
	margin: 30px 20px; 
	border: solid 1px #BCBCA7;
	background-color: #EEEEE4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
}

div.encheres div.image
{
	width: 380px;
	background-color: #FFFFFF;  
	margin:  0 8px;
	padding: 8px;
	position: relative;
}

div.encheres div.image div.image_navigation
{
	width: 156px;
	text-align: center;
	padding: 15px 0 0 0;
}

div.encheres div.image div.image_navigation img
{
	cursor: pointer;
}

div.encheres span.title
{
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}

div.encheres div.time-left
{
	width: 211px;
	height: 35px;
	background-image: url(/images/page_pictures/encheres/red_display.png); 
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

div.encheres div.time-left span
{
	position: absolute;
	top: 6px;
	left: 8px;
}

div.encheres .table
{
	padding: 0px;
	margin: 0px;
	width: 240px;
}

div.encheres .table-total
{
	background-color: #D7D7D7;
	color:#FFFFFF;
	text-align: center;
}

div.encheres .table-line-dark
{
	background-color: #D7D7D7;
}

div.encheres .table-line-white
{
	background-color:#FFFFFF;
}

div.encheres div.show-time-background
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	background-color: #000000;
	z-index: 1000;
	color: #FFFFFF;
	filter: alpha(opacity:75);
	KHTMLOpacity: 0.75;
	MozOpacity: 0.75;
	opacity: 0.75;
	position: absolute;
	top: 35%;
	left: 52px;
	width: 270px;
	height: 35px;
}

div.encheres div.show-time
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	color: #FFFFFF;
	z-index: 1001;
	position: absolute;
	top: 35%;
	left: 52px;
	width: 270px;
}
/*------ encheres vote ------*/
div.encheres span.sub-title
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px 8px;
}

div.encheres .voted-product-table
{
	width: 200px;
	height: 130px;
	border: solid 1px #BCBCA7;
	margin: 0px;
	padding: 0px;
}

div.encheres .image-td
{
	width: 100px;
	height: 130px;
	background-color: #FFFFFF;
}

div.encheres .image-description
{
	padding: 4px;
	font-size: 9px;
	text-align: left;
}

div.encheres .all-products
{
	border: solid 1px #BCBCA7;
	background-color: #FFFFFF;
	margin: 14px;
	padding: 0;
	width: 620px;
}

div.encheres .category-name
{
	background-color: #D7D7D7;
	font-size: 13px;
	font-weight: bold;
	width: 620px;
	padding: 5px 0;
}

div.encheres .sub-category-name
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}

.popup_div
{
	width: 200px; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
}

div.encheres .table-next
{
	margin: 30px;
	padding: 0px;
}

div.encheres .td-next-image
{
	width: 220px;
	height: 200px;
	background-color: #FFFFFF;
	text-align: center;
}

div.encheres .td-next-text
{
	padding: 0 0 0 30px;
	margin: 0;
	text-align: left;
}

/* ------------------- Designer ------------------- */

div#designer
{
	padding: 0;
	margin: 0;
	background: #FFFFFF url(/images/page_backgrounds/company_presentation.png) no-repeat top right;
}

div#designer div.page-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bcbca7;
	text-transform: uppercase;
}

div#designer div.designer-block
{
	padding: 0;
	margin: 0 auto;
	width: 615px;
}
/*
div#designer div.designer-block div.title
{
	padding: 3px 0 0 1px;
	margin: 0;
	background: transparent url(/images/lines/hor_transparent_line.png) no-repeat top left;
	behavior: url(/iepngfix/iepngfix.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	color: #9e9e83;
}
*/
div#designer div.designer-block div.content
{
	padding: 10px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	width: 100%;
	text-align: justify;
}

div#designer div.designer-block p
{
	padding: 0;
	margin: 10px 0;
}

div#designer div.designer-block div.content-left
{
	background: transparent url(/images/designers/image1.png) no-repeat top left;
	float: left;
	height: 270px;
	width: 270px;
}

div#designer div.designer-block div.content-right
{
	margin-right: 75px;
	background: transparent url(/images/designers/image2.png) no-repeat top left;
	float: right;
	height: 270px;
	width: 270px;
}

div#designer div.designer-block a, img
{
	border: none;
}


div#designer table.blocks
{
	padding: 0;
	margin: 0;
	width: 630px;
	background-color: #7f7f7f;
}

div#designer table.blocks td
{
	width: 50%;
	background-color: #ffffff;
	vertical-align: text-bottom;
}

div#designer table.blocks div.new-customer-title
{
	padding: 3px 0 0 10px;
	height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #860001;
	text-align: left;
}

div#designer table.blocks div.login-title
{
	padding: 3px 0 0 10px;
	height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b8d431;
	text-align: left;
}

div#designer table.blocks div.new-customer-content
{
	padding: 10px;
	margin: 1px 0 0 0;
	font-size: 11px;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b8d431;
	text-align: justify;
	background-color: #ffffff;
	border-top: 1px solid #860001;
	height: 100px;
}

div#designer table.blocks div.login-content
{
	padding: 10px;
	margin: 1px 0 0 0;
	font-size: 11px;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b8d431;
	text-align: justify;
	background-color: #ffffff;
	border-top: 1px solid #b8d431;
	height: 100px;
}

div#designer table.blocks div.button
{
	padding: 0 10px 10px 0;
	text-align: right;
	background-color: #ffffff;
}

div#designer table.blocks div.login-content div.form-block
{
	padding: 0;
	margin: 0 0 0 30px;
	width: 230px;
}

div#designer table.blocks div.login-content div.form-block div.label
{
	padding: 5px 0;
	margin: 0;
	float: left;
	width: 85px;
	text-align: right;
}

div#designer table.blocks div.login-content div.form-block div.field
{
	padding: 3px 0;
	margin: 0;
	float: right;
}

div#designer table.blocks div.login-content div.forgotten-password
{
	padding: 3px 0;
	margin: 0;
	text-align: center;
}

div#designer table.blocks div.login-content div.forgotten-password a
{
	text-decoration: none;
	color: #7C8F23;
}

div#designer table.blocks div.login-content div.forgotten-password a:hover
{
	text-decoration: underline;
	color: #7C8F23;
}


div#designer div#create-account
{
	padding: 0;
	margin: 0;
}

div#designer div#create-account div.page-title2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bcbca7;
	text-transform: uppercase;
}

div#designer div#create-account div.success-text-block
{
	padding: 10px 0 0 190px;
	margin: 0 auto;
	width: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	background: transparent url(/images/present.gif) no-repeat top left;
	text-align: justify;
}

div#designer div#create-account div.success-text-block div.title2
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #bcbca7;
	font-weight: bold;
}

div#designer div#create-account div.success-text-block div.button
{
	text-align: right;
}

div#designer div#create-account div.remark
{
	padding: 0;
	margin: 0 auto;
	font-size: 10px;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
	width: 450px;
}

div#designer div#create-account div.data-block
{
	padding: 0;
	margin: 0 auto;
	width: 450px;
	border: 1px solid #7f7f7f;
}

div#designer div#create-account div.data-block div.title2
{
	padding: 3px 0 0 5px;
	margin: 0;
	height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div#designer div#create-account div.data-block div.red
{
	background-color: #860001;
}

div#designer div#create-account div.data-block div.green
{
	background-color: #b8d431;
}

div#designer div#create-account div.data-block div.gray
{
	background-color: #bdbca7;
}

div#designer div#create-account div.data-block div.content
{
	padding: 10px 0;
	margin: 1px 0 0 0;
	width: 100%;
}

div#designer div#create-account div.data-block div.red-border
{
	border-top: 1px solid #860001;
}

div#designer div#create-account div.data-block div.green-border
{
	border-top: 1px solid #b8d431;
}

div#designer div#create-account div.data-block div.gray-border
{
	border-top: 1px solid #bdbca7;
}

div#designer div#create-account div.data-block div.content div.label2
{
	padding: 7px 0;
	margin: 0 0 0 20px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 150px;
	color: #7f7f7f;
	text-align: left;
}

div#designer div#create-account div.data-block div.content div.field
{
	padding: 5px 0;
	margin: 0;
	float: left;
}

div#designer div#create-account div.data-block div.content div.more-details
{
	padding: 5px 0 5px 10px;
	margin: 0;
	float: left;
	font-size: 11px;
	color: #7f7f7f;
}

div#designer div#create-account div.data-block div.content div.field .box
{
	width: 200px;
}

div#designer div#create-account div.data-block div.content div.field select.box
{
	width: 212px;
}

div#designer div#create-account div.buttons
{
	width: 450px;
	margin: 0 auto;
}


div#designer div#my-account
{
	padding: 0;
	margin: 0;
}

div#designer div#my-account div.page-title2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bcbca7;
	text-transform: uppercase;
}

div#designer div#my-account div.options
{
	padding: 0;
	margin: 0 auto;
	width: 500px;
	border: 1px solid #7f7f7f;
}

div#designer div#my-account div.options div.option-block
{
	padding: 0;
	margin: 0;
	width: 100%;
}

div#designer div#my-account div.options div.option-block div.title2
{
	padding: 3px 0 0 5px;
	margin: 0;
	width: 495px;
	height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div#designer div#my-account div.options div.option-block div.content
{
	padding: 0;
	margin: 1px 0 0 0;
	width: 100%;
}

div#designer div#my-account div.options div.option-block div.content div.icon
{
	padding: 0;
	margin: 0;
	width: 90px;
	height: 90px;
	float: left;
}

div#designer div#my-account div.options div.option-block div.content div.links
{
	padding: 0;
	margin: 0;
	float: left;
}

div#designer div#my-account div.options div.option-block div.content div.links div.link
{
	padding: 3px 0 3px 30px;
	margin: 0;
	font-size: 12px;
	background: #ffffff url(/images/arrows/red_arrow.png) no-repeat center left;
	color: #808080;
}

div#designer div#my-account div.options div.option-block div.content div.links div.link a
{
	padding: 0;
	margin: 0;
	color: #808080;
	text-decoration: none;
}

div#designer div#my-account div.options div.option-block div.content div.links div.link a:hover
{
	color: #860001;
}

span.file_message
{
	font-size: 11px;
	color: #860001;
	padding: 0 15px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
}

div#designer div.image
{
	cursor:pointer;
	float:left;
	height:156px;
	margin:0;
	padding:0;
	width:192px;
}

div#designer div.image div.design_image
{
	height:156px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	width:192px;
}

div#designer div.info
{
	float:right;
	margin:0;
	padding:0;
	width:380px;
}

div#designer div.info div.design_title
{
	color:#860001;
	font-size:16px;
	font-weight:bold;
	margin:5px 0;
	padding:0;
}

div#designer div.info_text
{
	float: right;
	width: 420px;
	color: #7F7F7F;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}

div#designer div.long-description
{
	padding: 0;
	margin: 0;
	width: 597px;
}

div#designer div.long-description div.top
{
	padding: 0;
	margin: 0;
	width: 597px;
	height: 5px;
}

div#designer div.long-description div.top img
{
	behavior: url(/iepngfix/iepngfix.htc);
}

div#designer div.long-description div.bottom
{
	padding: 0;
	margin: 0;
	width: 597px;
	height: 51px;
	background: transparent url(/images/product_description_bottom.png) no-repeat top left;
	behavior: url(/iepngfix/iepngfix.htc);
}

div#designer div.long-description div.top-title
{
	padding: 0;
	margin: 0;
	width: 597px;
	height: 25px;
	background: transparent url(/images/product_designer_description_top.png) no-repeat top left;
	behavior: url(/iepngfix/iepngfix.htc);
}

div#designer div.long-description div.long-content
{
	padding: 0 10px;
	margin: 0;
	width: 577px;
	background: transparent url(/images/product_description_backgr.png) repeat-y top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f; 
}

div#designer div.long-description div.long-content p
{
	padding: 7px 0;
	margin: 0;
}

div#designer div.long-description div.bottom div.add-to-cart
{
	padding: 7px 10px 0 0;
	margin: 0;
	float: right;
}

div#designer div.long-description div.bottom div.add-to-cart img
{
	/*behavior: url(/iepngfix/iepngfix.htc);*/
}

div#designer div.long-description div.bottom div.back
{
	padding: 32px 0 0 10px;
	margin: 0;
	float: left;
}

div#designer div.long-description div.bottom div.mail
{
	margin: 0;
	margin-left: 70px;
	float: left;
	padding-top: 6px;
	cursor: pointer;
	
}

div#designer div.long-description div.bottom div.back img
{
	behavior: url(/iepngfix/iepngfix.htc);
}

div#designer div.long-description a.extra_info
{
	color: #860001;
	text-decoration: none;
	margin-left: 5px;
	white-space: nowrap;
}

div#designer div.long-description a.extra_info:hover
{
	text-decoration: underline;
}

div#designer div.info div.reference
{
	font-variant: small-caps;
	font-size: 12px;
	padding: 5px 0pt;
}
div#deisgner div.info div.inner_reference
{
	color: #860001;
	font-weight: bold;
}

div.info div.reference span.inner_reference
{
	color: #860001;
	font-weight: bold;
}

div.info div.reference span.inner_reference a
{
	color: #860001;
	font-weight: bold;
	text-decoration: none;
}

div.info div.reference span.inner_reference a:hover
{
	text-decoration: underline;
}

div#designer div.info div.reference a.extra_info
{
	color: #860001;
	text-decoration: none;
	font-weight: bold;
	margin:0 10px;
}

div#designer div.info div.reference a.extra_info:hover
{
	text-decoration: underline;
}

div#designer div.content a.add_filter
{
	color: #617b00;
	text-decoration: none;
	font-weight: bold;
	margin:0 10px;
}

div#designer div.content a.add_filter:hover
{
	text-decoration: underline;
}

div#designer div.content a.reset_filter
{
	color: #860001;
	text-decoration: none;
	font-weight: bold;
}

div#designer div.content a.reset_filter:hover
{
	text-decoration: underline;
}

input.votes_filter
{
	font-size:12px;
	/*font-weight: bold;*/
	width: 30px;
	text-align: right;
}


div#designer-block div#create-account
{
	padding: 0;
	margin: 0;
}

div#designer-block div#create-account div.page-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 21px;
	color: #bcbca7;
	text-transform: uppercase;
}

div#designer-block div#create-account div.success-text-block
{
	padding: 10px 0 0 190px;
	margin: 0 auto;
	width: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	background: transparent url(/images/present.gif) no-repeat top left;
	text-align: justify;
}

div#designer-block div#create-account div.success-text-block div.title
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #bcbca7;
	font-weight: bold;
}

div#designer-block div#create-account div.success-text-block div.button
{
	text-align: right;
}

div#designer-block div#create-account div.remark
{
	padding: 0;
	margin: 0 auto;
	font-size: 10px;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
	width: 450px;
}

div#designer-block div#create-account div.data-block
{
	padding: 0;
	margin: 0 auto;
	width: 450px;
	border: 1px solid #7f7f7f;
}

div#designer-block div#create-account div.data-block div.title
{
	padding: 3px 0 0 5px;
	margin: 0;
	height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div#designer-block div#create-account div.data-block div.red
{
	background-color: #860001;
}

div#designer-block div#create-account div.data-block div.green
{
	background-color: #b8d431;
}

div#designer-block div#create-account div.data-block div.gray
{
	background-color: #bdbca7;
}

div#designer-block div#create-account div.data-block div.content
{
	padding: 10px 0;
	margin: 1px 0 0 0;
	width: 100%;
}

div#designer-block div#create-account div.data-block div.red-border
{
	border-top: 1px solid #860001;
}

div#designer-block div#create-account div.data-block div.green-border
{
	border-top: 1px solid #b8d431;
}

div#designer-block div#create-account div.data-block div.gray-border
{
	border-top: 1px solid #bdbca7;
}

div#designer-block div#create-account div.data-block div.content div.label
{
	padding: 7px 0;
	margin: 0 0 0 20px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 150px;
	color: #7f7f7f;
}

div#designer-block div#create-account div.data-block div.content div.field
{
	padding: 5px 0;
	margin: 0;
	float: left;
}

div#designer-block div#create-account div.data-block div.content div.more-details
{
	padding: 5px 0 5px 10px;
	margin: 0;
	float: left;
	font-size: 11px;
	color: #7f7f7f;
}

div#designer-block div#create-account div.data-block div.content div.field .box
{
	width: 200px;
}

div#designer-block div#create-account div.data-block div.content div.field select.box
{
	width: 212px;
}

div#designer-block div#create-account div.buttons
{
	width: 450px;
	margin: 0 auto;
}


div.designer-block div.logout-text-block
{
	padding: 10px 0 30px 190px;
	margin: 0 auto;
	width: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	background: transparent url(/images/present.gif) no-repeat top left;
	text-align: justify;
}

div.designer-block div.logout-text-block div.title
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #bcbca7;
	font-weight: bold;
}

div.designer-block div.logout-text-block div.button
{
	text-align: right;
}

div.legal_info
{
	width:100%;
	height: 15px;
	padding: 2px;
	background-color: #EEEEEE;
}

div.legal_info div
{
	border-right: 1px solid #7F7F7F;
	float: left;
	margin: 1px;
	padding: 0 10px;
}

div.legal_info div a
{
	font-size: 11px;
	color: #7F7F7F;
	border: 1px solid RED;
}

div.legal_info div a:hover
{
	text-decoration: none;
}

.text-title
{
	color: #860001;
	font-size: 12px;
	font-weight: bold;
	height: 20px !important;
	overflow: hidden;
	padding: 5px 0 0 10px !important;
}

.filter_select
{
	color: #7F7F7F;
	font-size: 10px;
	height: 18px;
}

div.faq
{
	color: #7F7F7F;
	margin: 10px;
	font-size: 12px;
}

div.faq_main_title
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
div.faq_body
{
	padding: 5px;
}
div.faq_question
{
	color: #860001;
	font-variant: small-caps;
	font-weight: bold;
	cursor: pointer;
	padding-left: 10px;
	background: transparent url('/images/icons/bullet.png') center left no-repeat;
}

div.faq_question:hover
{
	color: #B60001;
}

div.faq_answer
{
	padding-left: 10px;
	text-align: justify;
	margin-top: 5px;
}


a.content_anchor
{
	color: #860001;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}

a.content_anchor:hover
{
	color: #B60001;
	text-decoration: underline;
}

a.mentions_link
{
	color: #860001;
	text-decoration: none;
}

a.mentions_link:hover
{
	color: #B60001;
	text-decoration: underline;
}

div#cart_popup_top
{
	background: url('../images/cart/popup_top.png') top left no-repeat;
	width: 402px;
	height: 24px;
	position: relative;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 28px 0 0 20px;
}

div#cart_popup_title
{
	background: url('../images/cart/popup_title.png') 2px 0 no-repeat;
	width: 392px;
	height: 70px;
	text-align: left;
	padding: 10px 0 0 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

div#cart_popup_middle
{
	background: url('../images/cart/popup_middle.png') top left repeat-y;
	width: 422px;
}

div#cart_popup_bottom
{
	background: url('../images/cart/popup_bottom.png') top left no-repeat;
	width: 422px;
	height: 50px;
}

div#cart_popup_bottom div#cart_popup_button
{
	background: url('../images/cart/popup_button.png') top left no-repeat;
	width: 253px;
	height: 18px;
	padding-top: 8px;
	margin: 0 auto;
	text-align: center;
	color: #860001;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
}

div#cart_popup_top img
{
	position: absolute;
	top: 28px;
	right: 17px;
	cursor: pointer;
}

div#cart_popup_middle div.cart_popup_content
{
	border-bottom: 1px dashed #a4a496;
	height: 80px;
	width: 403px;
	margin-left: 10px;
	overflow: hidden;
}

div#cart_popup_middle div.cart_popup_first
{
	border-top: 1px dashed #a4a496;	
}

table.cart_popup_table
{
	margin: 0 auto;
	width: 390px;
	height: 100%;
}

table.cart_popup_table td
{
	background-color: #FFFFFF !important;
	padding: 0 !important;
}

.garden-title,.house-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.garden-title
{
	color: #7D9F00;
}

.garden-title a
{
	color: #7D9F00;
	text-decoration: none;
}

.house-title
{
	color: #9B0000;
}

.house-title a
{
	text-decoration: none;
	color: #9B0000;	
}

div.all-related-products
{
	width: 578px;
	margin-left: 38px;
	padding: 0;
	position: relative;
}

div.all-related-products div.part-top
{
	background: url('../images/cart/related_table_top.png') top left no-repeat;
	width: 578px;
	height: 29px;
	position: relative;
}

div.all-related-products div.part-top div.show-more
{
	background: url('../images/cart/show_more.png') top left no-repeat;
	width: 55px;
	height: 14px;
	padding-top: 2px;
	text-align: center;
	position: absolute;
	top: 7px;
	right: 15px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

div.all-related-products div.part-middle
{
	background: url('../images/cart/related_table_middle.png') top left repeat-y;
	width: 576px;
	padding: 10px 1px 0 1px;
	/*height: 120px;
	overflow: hidden;*/
}

div.all-related-products div.part-middle div.prod-block, div.prod-block-last
{
	float: left;
	width: 191px;
	height: 125px;
	border-right: 1px dashed #b2b2b2;
	margin-bottom: 5px;
	position: relative;
}

div.all-related-products div.part-middle a.prod-url
{
	position: absolute;
	top: 122px;
	right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
}

div.all-related-products div.part-middle a.prod-url:hover
{
	text-decoration: underline;
}

div.all-related-products div.part-middle div.vert-line
{
	float: left;
	height: 80px;
	border-left: 1px solid #babab6;
}

div.all-related-products div.part-middle div.info
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #8c6239;
	padding: 10px 0 0 2px;
	position: relative;
}

div.all-related-products div.part-middle div.info div.add-cart
{
	font-size: 9px;
	background: url('../images/cart/add_cart.png') top left no-repeat;
	width: 82px;
	height: 15px;
	padding-top: 4px;
	text-align: center;
	color: #a84748;
	position: absolute;
	top: 86px;
	left: 4px;
	cursor: pointer;
}

div.all-related-products div.part-middle div.info div.old-price
{
	font-size: 9px;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 5px;
	color: #808080;
}

div.all-related-products div.part-middle div.info div.new-price
{
	font-weight: bold;
	color: #aac902;
	padding-top: 2px;
	white-space: nowrap;
}

div.all-related-products div.part-middle div.prod-block-last
{
	width: 192px;
	border: 0;
}

div.all-related-products div.part-bottom
{
	background: url('../images/cart/related_table_bottom.png') top left no-repeat;
	width: 578px;
	height: 5px;
}

div.all-related-products img.promo-ticket
{
	position: absolute;
	top: 10px;
	right: -55px;
}

/*---------------- Personnalisation popup ------------------*/

div#personnalisation
{
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	overflow: hidden;
}

div#personnalisation div.perso_left
{
	float: left;
	width: 176px;
}

div#personnalisation div.perso_right
{
	float: right;
	width: 624px;
}

div#personnalisation div.perso_right div.top_text
{
	height: 55px;
	border-bottom: 1px solid #cccccc;
	background-color: #f7f7f0;
	font-size: 13px;
	color: #707070;
	padding: 5px 25px;
	text-align: left;
}

div#personnalisation div.perso_right div.top_text span.title
{
	font-size: 15px;
	font-weight: bold;
	color: #9d0206;
}

div#personnalisation div.perso_right div.top_text p
{
	margin: 0;
}

div#personnalisation div.perso_right div.content
{
	padding: 5px 20px;
}

div#personnalisation div.perso_right div.content span.title
{
	font-size: 25px;
	color: #cecec6;
	font-weight: bold;
}

div#personnalisation div.perso_right div.content div.text_panel
{
	background-image: url( '/images/popup/text_panel.jpg' );
	background-repeat: no-repeat;
	width: 574px;
	height: 33px;
	font-size: 13px;
	color: #707070;
	padding: 7px 15px;
	margin-top: 10px;
}

div#personnalisation div.perso_right div.content div.content_left
{
	width: 134px;
	padding: 0 10px;
	float: left;
}

div#personnalisation div.perso_right div.content div.content_left div.woods
{
	border-right: 1px solid #cecec6;
}

div#personnalisation div.perso_right div.content div.content_left div.woods div.image
{
	width: 96px; 
	height: 96px; 
	padding: 1px;
}

div#personnalisation div.perso_right div.content div.content_right
{
	padding: 0 10px;
	float: left;
	width: 400px;
}

div#personnalisation div.perso_right div.content div.content_right div.image_conteiner
{
	float: left;
	padding: 2px;
	width: 94px;
	height: 93px;
}

div#personnalisation div.perso_right div.content div.image_conteiner
{
	float: left;
	padding: 0 2px;
	width: 176px;
	height: 100px;
}


div#personnalisation div.perso_right div.content div.content_left_3
{
	width: 370px;
	float: left;
	text-align: center;
	padding-top: 30px;
}

div#choise_1
{
	margin-left: 20px;
}

div#personnalisation div.perso_right div.content div.content_right_3
{
	float: left;
	padding-left: 5px;
	width: 200px;
	border-left: 1px solid #CECEC6;
}

div#choise_2
{
	margin-left: 20px;
}

div#personnalisation div.perso_right div.content div.price
{
	width: 330px;
	text-align: right;
	float: right;
}

div#personnalisation div.perso_right div.content div.price div.price_left
{
	border-right: 1px solid #cecec6;
	width: 200px;
	float: left;
}

div.clients_posts{
	float:left; 
	width:188px;
	height:200px;
	overflow:hidden;
}
div.clients_posts a{
	text-decoration:none;
}
div.clients_posts a img{
	float:left;
	padding:10px 10px 0 0;
	border:none;
}
div.clients_posts p a{
	color: #717171;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
	line-height:17px;
}
div.clients_posts a p span{
	font-size: 9px;
	font-weight:bold;
	color: #333;
}



