




@import url(./common_css.php);
@import url(./sidebar_css.php);

/************/
/** Header **/
/************/
#top {
	position: relative;
	height: 248px;
	margin: 0 auto 18px auto;
	background: #734d35 url('http://www.produitsfermiers-olatx.com/blogs/wwwproduitsfermiers-olatx/public/123.png') no-repeat scroll center top;
	overflow: hidden;
	width: 780px;
}
#top a {
	display: block;
	height: 100%;
	text-decoration: none;
}
#top a * {
	cursor: pointer;
}
#top a span {
	position: absolute;
	display: block;
	visibility: hidden;
	top: 20px;
	left: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #f22626;
	line-height: normal;
	font-family: Verdana, Arial, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-moz-user-select: none;
}


/*********************************************************/
/** Liens de connexion et consultation du compte client **/
/*********************************************************/
#customer-account-top {
	text-align:right;
	width:780px;
	margin:0 auto;
	padding:4px 0 4px 0;
	background:#f6603c;
}
#customer-account-top * {
	color:#fcf7fd;
	font-weight:bold;
}
#customer-account-top .connection,
#customer-account-top .account-links {
	padding-right:10px;
}
#customer-account-top .connection {
	text-align:right;
}
#customer-account-top .connection a span {
	text-decoration:underline;
	cursor:pointer;
}
#customer-account-top .account-links ul li {
	display:inline;
}


/******************************************/
/** Boîte de dialogue d'authentification **/
/******************************************/
.customer-authentication-dialog {
	padding:0;
	margin:0;
	color:inherit;
	font-family:inherit;
	font-size:inherit;
	background:#ffffff;
	border:2px solid #f6603c;
}
.customer-authentication-dialog .ui-dialog-titlebar {
	display:none;
}
.customer-authentication-dialog #customer-authentication-dialog {
	padding:10px;
	margin:0;
}
.customer-authentication-dialog #customer-authentication-dialog form {
	width:100%;
	text-align:right;
	font-size:11px;
	margin:0;
	padding:0;
}
.customer-authentication-dialog #customer-authentication-dialog form p {
	display:block;
	padding-bottom:10px;
}
.customer-authentication-dialog #customer-authentication-dialog form p.last {
	padding:10px 0 0px 0;
	text-align:right;
}
.customer-authentication-dialog #customer-authentication-dialog form p label {
	width:auto;
	display:inline-block;
}
.customer-authentication-dialog #customer-authentication-dialog input {
	width:150px;
	cursor:pointer;
}
.customer-authentication-dialog #customer-authentication-dialog .authentication-form label {
	font-weight:bold;
}
.customer-authentication-dialog #customer-authentication-dialog .buttons-wrapper {
	float:right;
}
.customer-authentication-dialog #customer-authentication-dialog .forget-password {
	float:left;
	line-height:20px;
}
.customer-authentication-dialog #customer-authentication-dialog .button-like {
	width:76px;
	display:inline-block;
	padding:3px 0 4px 0;
	background:#f6603c;
	color:#fcf7fd;
}
.customer-authentication-dialog #customer-authentication-dialog .cancel-connect {
	margin:0 10px 0 0;
}
.customer-authentication-dialog #customer-authentication-dialog .button-like:hover {
	background:#fcf7fd;
	color:#f6603c;
	border-color:#fcf7fd;
}
.customer-authentication-dialog #customer-authentication-dialog .error-notification {
	margin:0 0 10px 0;
	font-weight:normal;
}


/***********/
/** Posts **/
/***********/
.postWrapper {
	zoom:1;
	background:#ffffff;
}
.postWrapper .rcBL,
.postWrapper .rcBR {
	display: none;
}

/****************/
/** Post title **/
/****************/
.postWrapper .title {
	border-bottom: 1px solid #fff;
}

/*******************************/
/** Post infos (writer, date) **/
/*******************************/
.postWrapper .info {
	display: block;
	font-style: italic;
	background: #f6603c;
	border-top: 1px solid #fff;
	color: #fcf7fd;
}
.postWrapper .info * {
	color: #fcf7fd;
}
.postWrapper .info .rc {
	display: none;
}

/******************/
/** Post content **/
/******************/
.postWrapper .contentWrapper .rc {
	display: none;
}
.postWrapper .contentWrapper .raContent {
	font-size: 11px;
	text-align: justify;
}
.postWrapper .contentWrapper .raContent .excerpt .readIt {
	font-weight: bold;
	padding: 0 0 10px 0;
	text-align: right;
	clear: left;
}
.postWrapper .contentWrapper .raContent p {
	padding: 4px 0;
	text-align: justify;
}
.postWrapper .contentWrapper .raContent strong {
	font-weight: bold;
}
.postWrapper .contentWrapper .raContent acronym {
	cursor: help;
	border-bottom: 1px dashed #666;
}
.postWrapper .contentWrapper .raContent pre {
	font: 10px 'courier new', courier, monospace;
	background: #F5F5F5;
	padding: 10px 5px;
	margin: 6px 0;
}
.postWrapper .contentWrapper .raContent h1,
.postWrapper .contentWrapper .raContent h2,
.postWrapper .contentWrapper .raContent h3,
.postWrapper .contentWrapper .raContent h4,
.postWrapper .contentWrapper .raContent h5,
.postWrapper .contentWrapper .raContent h6 {
	padding: 4px 0;
}
.postWrapper .contentWrapper .raContent h1 {
	font-size: 20px;
}
.postWrapper .contentWrapper .raContent h2 {
	font-size: 18px;
}
.postWrapper .contentWrapper .raContent h3 {
	font-size: 16px;
}
.postWrapper .contentWrapper .raContent h4 {
	font-size: 14px;
}
.postWrapper .contentWrapper .raContent h5 {
	font-size: 12px;
}
.postWrapper .contentWrapper .raContent h6 {
	font-size: 10px;
}
.postWrapper .contentWrapper .raContent ul {
	padding: 4px 0 4px 20px;
	margin: 0;
}
.postWrapper .contentWrapper .raContent ul li {
	padding: 1px 0 1px 1px;
	list-style: disc;
}
.postWrapper .contentWrapper .raContent ol {
	padding: 4px 0;
}
.postWrapper .contentWrapper .raContent ol li {
	padding: 1px 0;
}
.postWrapper .contentWrapper .raContent blockquote {
	border-left: 4px solid #CDCDCD;
	margin: 4px 0 4px 5px;
	padding: 0 5px;
}
.postWrapper .contentWrapper .raContent em {}

/****************************/
/** Products bound to post **/
/****************************/
.post-products h2 {
	zoom:1;
	background: #f6603c;
	padding:4px 5px;
	color: #fcf7fd;
	font-weight: bold;
	font-size:14px;
}
.post-products ul {
	margin:7px 6px;
	padding:0;
}
.post-products .hproduct {
	display:block;
	list-style:none;
	margin:7px 0 0 0;
	padding:7px;
	*padding:0;
	border-bottom:2px dashed #f9f8f6;
	cursor:pointer;
	*height:120px;
}
.post-products .first {
	margin-top:0;
}
.post-products .last {
	border-bottom:none;
}
.post-products .hproduct h2 {
	width:360px;
	font-size:16px;
	font-weight:bold;
	float:right;
}
.post-products .hproduct .image-wrapper {
	width:108px;
	height:108px;
	line-height:1px;
	float:left;
}
.post-products .hproduct .image-wrapper a {
	line-height:1px;
	text-decoration:none;
	border:1px solid #f6603c;
	padding:3px;
	display:block;
}
.post-products li.hover .image-wrapper a {
	border-color:#fcf7fd;
}
.post-products .hproduct h2 a {
	text-decoration:none;
}
.post-products li.hover h2 a {
	text-decoration:underline;
	color:#fcf7fd;
}
.post-products .hproduct h2 a span {
	font-size:13px;
	font-weight:bold;
	color:#fcf7fd;
}
.post-products .hproduct .price-and-details {
	border:1px solid #f6603c;
	margin-top:7px;
	margin-right:40px;
	float:right;
	text-align:right;
	display:inline;
}
.post-products .hproduct .price-and-details p.price-info .price {
	font-weight:bold;
	font-size:13px;
}
.post-products .hproduct .price-and-details p.price-info {
	padding:7px 8px;
}
.post-products .hproduct .price-and-details p.details {
	font-size:12px;
	text-align:right;
	padding:4px;
	background:#f6603c;
	color:#fcf7fd;
}
.post-products .hproduct .price-and-details p.details a {
	text-decoration:none;
}
.post-products .hproduct .price-and-details p.details a span {
	font-size:12px;
	padding:0 3px 0 4px;
	text-decoration:none;
	color:#fcf7fd;
	text-align:center;
	font-weight:bold;
}
.post-products li.hover .price-and-details p.details a span {
	text-decoration:underline;
}
.post-products .hproduct .price-and-details div.clear {
	display:inline;
}


/********************/
/** Post tags area **/
/********************/
.postWrapper .tags {
	background: #f6603c;
	border-top: 1px solid #fff;
}
.postWrapper .tags .rc {
	display: none;
}
.postWrapper .tags ul {
	overflow: hidden;
	display: block;
}
.postWrapper .tags ul li {
	display: inline;
	padding-right: 8px;
}
.postWrapper .tags ul li a {
	color: #fcf7fd;
	text-decoration: none;
	background: transparent url(img/tag.png) no-repeat 0 0;
	padding: 0 0 0 18px;
	white-space: nowrap;
	line-height: 18px;
}
.postWrapper .tags li a:hover {
	text-decoration: underline;
}


/**************************************************************************/
/** Post informations area (number of comments, trackbacks, attachments) **/
/**************************************************************************/
.postWrapper .informationsWrapper {
	background: #f6603c;
	border: none;
	border-bottom: 1px solid #fff;
}
.postWrapper .informationsWrapper .rc {
	display: none;
}
.postWrapper .informationsWrapper .raContent {
	padding: 2px 10px;
}
.postWrapper .informationsWrapper .informations a {
	text-decoration: none;
	padding: 2px 10px 2px 18px;
	color: #fcf7fd;
}
.postWrapper .informationsWrapper .informations a:hover {
	text-decoration: underline;
}
.postWrapper .informationsWrapper .informations .commentsCount {
	background: transparent url(img/commentaire.png) no-repeat 0 50%;
}
.postWrapper .informationsWrapper .informations .pingsCount {
	background: transparent url(img/retrolien.png) no-repeat 0 50%;
}
.postWrapper .informationsWrapper .informations .attachmentsCount {
	background: transparent url(img/attach.png) no-repeat 0 50%;
}

/**********************/
/** Post attachments **/
/**********************/
.postWrapper .attachmentsWrapper .rc {
	display: none;
}
.postWrapper .attachmentsWrapper ul {
	padding: 4px 0;
}
.postWrapper .attachmentsWrapper li {
	margin: 0 0 0.6em 0;
	padding: 2px 10px 2px 18px;
	background: transparent url(img/attach.png) no-repeat 0 50%;
	list-style-type: none;
}
.postWrapper .attachmentsWrapper li object {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/******************************************/
/** Post comments and pings (trackbacks) **/
/******************************************/
.postWrapper .commentsWrapper .commentsFeed {
	text-align: right;
	font-weight: bold;
	margin: 14px 0 8px 0;
}
.postWrapper .commentsWrapper .commentsFeed a {
	font-size: 10px;
	text-decoration: none;
	background: transparent url(img/rss.png) no-repeat 0px 50%;
	padding: 3px 0 3px 22px;
	font-weight: bold;
}
.postWrapper .commentsWrapper .commentsFeed a:hover {
	text-decoration: underline;
}
.postWrapper .commentsWrapper dl dt,
#pings dl dt {
	position: relative;
	display: block;
	font-weight: bold;
	margin: 0 0 4px 0;
}
.postWrapper .commentsWrapper dt a,
#pings dt a {
	text-decoration: none;
	font-size: 13px;
}
.postWrapper .commentsWrapper dt a:hover,
#pings dt a:hover {
	text-decoration: underline;
}
.postWrapper .commentsWrapper dd,
#pings dd {
	margin: 0 5px 19px 5px;
	font-size: 1.1em;
}
.postWrapper .commentsWrapper dd *,
#ping dd * {
	text-align: justify;
}
.postWrapper .commentsWrapper .commentNumber {
	color: #3C8FD1;
	font-weight: bold;
	font-size: 1.4em;
}

/*************************/
/** Post trackback area **/
/*************************/
#ping-url {
	padding: 5px;
	font-weight: bold;
	text-align: right;
}

/*************************/
/** Form to add comment **/
/*************************/
.postWrapper .postCommentWrapper fieldset p {
	padding: 5px 0;
}
.postWrapper .postCommentWrapper fieldset p.field {
	padding: 5px 0;
	width: auto;
	margin: 0;
	clear: left;
}
.postWrapper .postCommentWrapper p.formHelp {
	width: 60%;
	margin: 0 0 0 30%;
	font-style: italic;
}
.postWrapper .postCommentWrapper p label {
	width: auto;
}
.postWrapper .postCommentWrapper p.field label {
	font-weight: bold;
	display: block;
	padding: 0 4px 4px 0;
	width: 29%;
	float: left;
	text-align: right;
}
.postWrapper .postCommentWrapper input#c_remember {
	margin: 0 5px 0 150px;
	border: none;
}
.postWrapper .postCommentWrapper p.buttons {
	margin: 0 5px 0 150px;
}
.postWrapper .postCommentWrapper input.preview {
	margin-left: 134px;
}
.postWrapper .postCommentWrapper input.preview,
.postWrapper .postCommentWrapper input.submit {
	width: auto;
	color: #005D99;
	background: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFF;
}
.postWrapper .postCommentWrapper input.preview:hover,
.postWrapper .postCommentWrapper input.submit:hover {
	background: #005D99;
	color: #FFF;
	border: 1px solid #005D99;
}
.postWrapper .postCommentWrapper dd.commentPreview * {
	margin: 0 0 10px 0;
}
.postWrapper .postCommentWrapper .message,
.postWrapper .postCommentWrapper .error {
	margin: 0 0 5px 0;
}


/***********/
/** Pages **/
/***********/
#page .title {
	border: none;
}


/*******************************************/
/** Breadcrumb for products category page **/
/*******************************************/
#content-info h2.breadCrumb {
	background:#f6603c;
	border-radius:11px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	color: #fcf7fd;
	font-weight:bold;
	font-size:13px;
	padding:4px 9px 5px 9px;
	margin-bottom:14px;
}
#content-info h2.breadCrumb * {
	font-size:11px;
	font-weight:bold;
	color: #fcf7fd;
}


/*********************************************/
/** Product block in products category page **/
/*********************************************/
.category-product {
	background: #ffffff;
	margin-bottom: 12px;
	padding:5px;
}
.category-product .product-image {
	float:left;
	margin-right:5px;
}
.category-product h2 {
	margin-bottom: 7px;
}
.category-product h2.label a {
	color: #fcf7fd;
	font-weight:bold;
	font-size:13px;
}
.category-product .info {
	text-align:right;
	padding-right:5px;
}
.category-product .info .price-info {
	margin-bottom:7px;
}
.category-product .info a.details,
.category-product .info a.details span {
	color: #fcf7fd;
	font-size:13px;
	font-weight:bold;
}
.product-description {
	background: #ffffff;
	padding:5px;
	margin-bottom:12px;
}

/************************************/
/** Product block for product page **/
/************************************/
body#product .hproduct {
	zoom:1;
	background:#ffffff;
	margin:12px 0;
	border-radius:11px;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
}
body#product .hproduct .photo {
	margin-right:5px;
	float:left;
}
body#product .hproduct h3 {
	background:#f6603c;
	padding:5px;
	border-top-left-radius:11px;
	border-top-right-radius:11px;
	-webkit-border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius:11px 11px 0 0;
}
body#product .hproduct h3 a.url {
	text-decoration:none;
	color: #fcf7fd;
}
body#product .hproduct h3 a.url span.name {
	margin-bottom: 7px;
	color: #fcf7fd;
	font-size:13px;
	font-weight:bold;
}
body#product .hproduct .left-block {
	width:240px;
	margin:7px;
	float:left;
}
body#product .hproduct .right-block {
	width:245px;
	float:right;
	text-align:right;
	margin:7px;
}
body#product .hproduct .right-block ul li {
	list-style:none;
	padding-bottom:5px;
}
body#product .hproduct .right-block ul li label {
	display:block;
	line-height:17px;
	float:left;
	width:166px;
	font-weight:bold;
}
body#product .hproduct .right-block ul li select {
	width:130px;
	border:1px solid #f6603c;
	float:right;
}
body#product .hproduct .right-block #sku-info,
body#product .hproduct .right-block #price-info,
body#product .hproduct .right-block #nonexistent-product-message,
body#product .hproduct .right-block #buy-now {
	margin-bottom:5px;
}
body#product .hproduct .right-block #price-info #old-price {
	text-decoration:line-through;
}
body#product .hproduct .right-block #price-info #price {
	font-weight:bold;
	font-size:13px;
}
body#product .hproduct .right-block #buy-now a {
	display:inline-block;
	font-weight:bold;
	float: right;
	text-align:right;
	background:#f6603c;
	text-decoration:none;
	color:#fcf7fd;
	font-size:14px;
	padding:2px 7px;
}
body#product .hproduct .right-block #buy-now a:hover {
	text-decoration:underline;
}
body#product .hproduct .description {
	margin-top:10px;
	text-align:justify;
	padding:0 7px 14px 7px;
}
body#product .hproduct .description ul{
margin-left:12px;
}
/****************************/
/** Products category page **/
/****************************/
body#products-category .hproduct {
	zoom:1;
	background:#ffffff;
	padding:0;
	margin-bottom:14px;
	border-radius:11px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	cursor:pointer;
}
body#products-category .hproduct h3 {
	zoom:1;
	background:#f6603c;
	padding:3px 9px 4px 9px;
	border-top-left-radius:11px;
	border-top-right-radius:11px;
	-webkit-border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius:11px 11px 0 0;
}
body#products-category .hproduct h3 a {
	text-decoration:none;
}
body#products-category .hproduct h3 a span {
	color:#fcf7fd;
	font-weight:bold;
	font-size:13px;
}
body#products-category li.hover h3 a span {
	text-decoration:underline;
}
body#products-category .hproduct .image-wrapper {
	display:block;
	width:110px;
	height:110px;
	float:left;
	margin:0 7px 7px 7px;
}
body#products-category .hproduct .image-wrapper img {
	border:1px solid #ffffff;
	padding:4px;
}
body#products-category li.hover .image-wrapper img {
	border-color:#fcf7fd;
}
body#products-category .hproduct .description {
	display:block;
	float:left;
	width:230px;
	text-align:justify;
}
body#products-category .hproduct .price-and-details {
	display:block;
	float:right;
	width:140px;
	text-align:right;
	margin-right:7px;
}
body#products-category .hproduct .price-and-details .price {
	font-size:13px;
	font-weight:bold;
}
body#products-category .hproduct .price-and-details .unit {
	display:block;
}
body#products-category .hproduct .price-and-details .details {
	margin-top:20px;
}
body#products-category .hproduct .price-and-details .details a {
	text-decoration:none;
}
body#products-category .hproduct .price-and-details .details a span {
	font-weight:bold;
	font-size:14px;
	color:#fcf7fd;
	background:#f6603c;
	padding:3px 9px;
}
body#products-category li.hover .price-and-details .details a span {
	text-decoration:underline;
}


body#products-category .storeSubCategories {
	background-color:#ffffff;
	border-radius:11px;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
}
body#products-category .storeSubCategories h2 {
	zoom:1;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #fff;
	padding:4px 6px;
	background:#f6603c;
	color: #fcf7fd;
	border-top-left-radius:11px;
	border-top-right-radius:11px;
	-webkit-border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius:11px 11px 0 0;
}
body#products-category .storeSubCategories ul li {
	padding: 2px 9px 2px 9px;
	list-style-type: disc;
	list-style-position: inside;
}
body#products-category .storeSubCategories ul li.level0  {
	padding-left: 6px;
}
body#products-category .storeSubCategories a {
	text-decoration: none;
}
body#products-category .storeSubCategories a:hover {
	text-decoration: underline;
}
body#products-category .storeSubCategories a span.title {
	font-weight: bold;
}


/********************************/
/** Page formulaire de contact **/
/********************************/
#contactForm #contentInfo {
	margin: 0;
}
#contactForm textarea {
	width: 90%;
	height: 200px;
}


/*********************************************/
/** Résultats de recherche dans la boutique **/
/*********************************************/
.searchProductsResults #contentInfo .raContent {
	padding: 0;
}
.searchProductsResults #contentInfo table {
	width: 100%;
	border-collapse: collapse;
	margin: auto;
	table-layout: fixed;
}
.searchProductsResults #contentInfo td {
	padding: 4px 5px;
	vertical-align: top;
}
.searchProductsResults #contentInfo .col1,
.searchProductsResults #contentInfo .col1 * {
	font-weight: bold;
}
.searchProductsResults #contentInfo .col1 h2 {
	font-size: 14px;
}
.searchProductsResults #contentInfo .col2 {
	width: 140px;
	border-left: 1px solid #fff;
}
.searchProductsResults #contentInfo .submitInput {
	background: #ffffff;
	color: #000000;
}
.searchProductsResults #contentInfo .submitInput:hover {
	color: #f9f8f6;
}
.searchProductsResults #contentInfo input.textInput {
	width: 120px;
}
.searchProductsResults .rightWrapper {
	background: #ffffff;
	margin: 0;
}
.searchProductsResults .rightWrapper .productRow {
	padding:6px 7px 3px 7px;
	border-bottom: 2px dashed #f9f8f6;
}
.searchProductsResults .rightWrapper .last {
	border-bottom: none;
}
.searchProductsResults .rightWrapper .productRow .imageWrapper {
 	width:100px;
	float:left;
}
.searchProductsResults .rightWrapper .productRow .detailsWrapper {
 	width:380px;
	margin-left:7px;
	float:left;
}
.searchProductsResults .pagination {
	margin: 0;
}
.searchProductsResults .topPagination .rcBL,
.searchProductsResults .topPagination .rcBR,
.searchProductsResults .bottomPagination .rcTL,
.searchProductsResults .bottomPagination .rcTR {
	display: none;
}
.searchProductsResults .bottomPagination {
	margin-bottom: 20px;
}
	


/**************/
/** Archives **/
/**************/
.archivesMonthWrapper .navLinks .raContent {
	padding: 0;
}
.archivesMonthWrapper .navLinks .raContent table {
	width: 100%;
	border-collapse: collapse;
	margin: auto;
	table-layout: fixed;
}
.archivesMonthWrapper .navLinks .raContent td {
	width: 33%;
	padding: 4px 5px;
}
.archivesMonthWrapper .navLinks .raContent td.col1 {
	text-align: left;
}
.archivesMonthWrapper .navLinks .raContent td.col2 {
	border: 1px solid #fff;
	border-width: 0 1px;
	text-align: center;
}
.archivesMonthWrapper .navLinks .raContent td.col3 {
	text-align: right;
}
.archivesMonthWrapper .archiveBox {
	border-top: 2px dashed #f9f8f6;
	padding: 7px 0 7px 0;
}
.archivesMonthWrapper .first {
	border: none;
	padding-top: 4px;
}


/**************************/
/** Tags - Page des tags **/
/**************************/
.tagsCloud {
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
	zoom:1;
}
.tagsCloud ul.tags {
	zoom:1;
	clear:both;
	position: relative;
	padding: 5px;
	margin: 8px 0 10px 0;
	overflow: hidden;
	font-size: 120%;
	text-align: justify;
}
.tagsCloud ul.tags:after {
	content:'[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.tagsCloud ul.tags li {
	zoom:1;
	display: inline;
	margin: 4px;
	height: 18px;
	line-height: 18px;
	background: none;
}
.tagsCloud ul.tags li a {
	color: #005D99;
	text-decoration: none;
	white-space: nowrap;
}
.tagsCloud ul.tags li a:hover {
	text-decoration: underline;
}
.tagsCloud ul.tags li a:focus,
.tagsCloud ul.tags li a:active {
	background: #005D99;
	color: #FFF;
}


/***************************/
/***************************/
/** Processus de paiement **/
/***************************/
/***************************/

/******************************/
/** BlogShop Payment process **/
/******************************/
.payProcSubmitStepContainer {
	padding: 9px 0 25px 0;
	text-align: center;
}
.payProcSubmitStep {
	color: #fcf7fd;
	background: #f6603c;
	border-color: #fcf7fd;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	padding: 2px;
}
.payProcSubmitStep:hover {
	color: #f6603c;
	background: #fcf7fd;
	border: 1px solid #f6603c;
}


/********************************/
/** Fil des étapes de paiement **/
/********************************/
.payment-steps {
	text-align:center;
	background:#f6603c;
	margin-bottom: 20px;
	padding:5px 0;
	border-radius:11px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
}
.payment-steps ul li {
	display:inline;
}
.payment-steps ul li span {
	color:#fcf7fd;
	font-size:1.1em;
}
.payment-steps ul li.active span {
	font-weight:bold;
}
.payment-steps ul li .number {
	padding:0 7px 0 20px;
}


/**********************************/
/** Tableau panier pour une page **/
/** Tableau des commandes *********/
/**********************************/
#cartForm {
	border-top: 1px solid #fff;
	background: #ffffff;
}
#cartForm .displayOrder tr .col1 {
	width: 160px;
}
body#edit-cart #content h2,
body#cart-checkout #content h2 {
	font-weight:bold;
	padding:5px 8px;
	color:#fcf7fd;
	border-bottom: 1px solid #fff;
	text-align:right;
	background:#f6603c;
}
body#cart-checkout #content .back-home {
	display:none;
}
body#edit-cart #content .back-home,
body#edit-cart #content .validate-order,
body#cart-checkout #content .modify-cart,
body#cart-checkout #content .validate-order {
	width:250px;
	float:left;
}
body#edit-cart #content .back-home,
body#cart-checkout #content .modify-cart {
	padding:0 0 8px 7px;
}
body#edit-cart #content .validate-order,
body#cart-checkout #content .validate-order {
	text-align:right;
	padding-bottom:7px;
}
body#order-addresses #content form,
body#modify-account div#content form {
	padding-bottom:7px;
}
body#order-addresses .modify-delivery,
body#order-addresses .modify-cart,
body#modify-account #content .save-informations {
	zoom:1;
	display:inline-block;
	padding-left:7px;
	float:left;
}
body#order-addresses .validate-order,
body#order-payment .validate-order {
	width:170px;
	float:right;
	padding-right:7px;
	text-align:right;
}
.cart-table,
.orders-table {
	width:514px;
	border-collapse:collapse;
	table-layout:fixed;
}
.cart-table thead tr th,
.orders-table thead tr th {
	background:#f6603c;
	color:#fcf7fd;
	padding:5px 3px;
	font-weight:bold;
}
.cart-table tr td,
.orders-table tr td {
	padding:5px 3px;
}
.cart-table tbody tr td,
.orders-table tr td {
	height:50px;
}
.cart-table tr.odd td,
.orders-table tr.odd td {
	background:#f0f1fe;
}
.cart-table tr.pair td,
.orders-table tr.pair td {
	background:#fabb57;
}
.cart-table tr th.remove,
.cart-table tr td.remove {
	width:26px;
}
.cart-table tr .description {
	padding-left:5px;
	text-align:left;
}
.cart-table tr .price,
.cart-table tr .tax,
.cart-table tr .quantity {
	width:60px;
	text-align:center;
}
.cart-table tr .total {
	width:70px;
	text-align:right;
	padding-right:5px;
}
.cart-table tr td.remove a {
	text-decoration:none;
}
.cart-table tr td.remove a span {
	display:inline-block;
	background:transparent url(img/remove.gif) no-repeat;
	cursor:pointer;
	width:16px;
	height:16px;
}
.cart-table tr .description ul {
	margin-left:12px;
}
.cart-table tr .description ul li {
	list-style:none;
}
.cart-table tr .description ul li span.spacer {
	display:none;
}
.cart-table td.quantity input {
	display:inline-block;
	width:21px;
	height:14px;
	.margin-bottom:1px;
	padding: 2px;
	text-align:right;
	font-size:11px;
	border:1px solid #f6603c;
}
.cart-table td.quantity a {
	position: relative;
	display:inline-block;
	height:16px;
	width:20px;
	margin:0;
	padding:2px;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	visibility:hidden;
	background: #f6603c;
	cursor:pointer;
	border-width: 0;
	text-decoration:none;
}
.cart-table td.quantity a span {
	color: #fcf7fd;
}
.cart-table td.quantity a:hover {
	background:#fcf7fd;
}
.cart-table td.quantity a:hover span {
	color:#f6603c;
}
.cart-table td.cartTableError {
	color:#f00;
	font-weight:bold;
	height:10px;
	padding-top:8px;
	padding-bottom:0;
}
.cart-table tfoot .first td {
	border-top:3px solid #f6603c;
}
.cart-table tfoot td.label {
	text-align:right;
	color:#000000;
	font-weight:bold;
}
.cart-table tfoot tr.delivery td.label span {
	display:block;
}
.cart-table th.last,
.cart-table td.last {
	text-align:right;
	width:70px;
}


/*******************************************/
/** Tableau de consultation des commandes **/
/*******************************************/
.orders-table thead tr th {
	text-align:left;
}
.orders-table thead tr th.date {
	text-align:left;
	width:140px;
}
.orders-table thead tr th.state {
	width:140px;
}
.orders-table tr th.detail {
	width:80px;
}
.orders-table tr td.detail {
	text-align:right;
}


/**********************************************/
/** Entêtes des pages du process de paiement **/
/**********************************************/
body#order-addresses #content h2,
body#order-addresses #content h3,
body#order-payment #content h2,
body#modify-account div#content h2,
body#modify-account div#content h3,
body#customer-orders #content h2 {
	color:#fcf7fd;
	background:#f6603c;
	border-bottom:1px solid #fff;
	font-weight:bold;
	padding:5px 8px;
	text-align:right;
}


/*****************************************************************/
/** Formulaire de saisi des coordonnées (processus de paiement) **/
/*****************************************************************/
body#order-addresses #content h3,
body#order-addresses #content form p.radio,
body#modify-account div#content h3 {
	text-align:left;
}
body#order-addresses #content form,
body#modify-account div#content form {
	zoom:1;
	background-color:#ffffff;
	margin-bottom:20px;
}
body#order-addresses #content form fieldset,
body#modify-account div#content form fieldset {
	margin:13px 0;
}
body#order-addresses #content form .billing-address fieldset {
	margin-top:0;
}
body#order-addresses #content form label,
body#modify-account div#content form label {
	display: block;
	padding: 0 4px 4px 0;
	width: 29%;
	float: left;
	text-align: right;
}
body#order-addresses #content p.field,
body#modify-account div#content p.field {
	padding: 5px 0;
	width: auto;
	margin: 0;
	clear: left;
}
body#order-addresses #content form p.radio label {
	text-align: left;
	width:auto;
	padding-left:7px;
}
body#order-addresses #content form p.radio * {
	float:none;
	display:inline;
}
body#order-addresses #content form p.radio label.radio {
	padding-left:2px;
}


/**************************************************************/
/** Modification du compte client / adresses de livraison... **/
/**************************************************************/
body#modify-account div#content form label {
	width:36%
}
body#modify-account div.add-shipping-address {
	padding:7px;
}
body#modify-account div.billing-address {
	margin-top:13px;
}
body#modify-account .shipping-address-block {
	width:236px;
	margin:7px;
	float:left;
}
body#modify-account .shipping-address-block li {
	list-style:none;
}
body#modify-account .shipping-address-block li.label {
	color:#f9f8f6;
	font-weight:bold;
	font-size:1.1em;
}
body#modify-account .shipping-address-block li.modify,
body#modify-account .shipping-address-block li.delete {
	float:left;
}
body#modify-account .shipping-address-block li.delete {
	margin-left:7px;
}
body#modify-account #delivery-address .edit-shipping-address-buttons {
	padding:7px;
}
body#modify-account #delivery-address .edit-shipping-address-buttons .cancel,
body#modify-account #delivery-address .edit-shipping-address-buttons .save {
	float:left;
}
body#modify-account #delivery-address .edit-shipping-address-buttons .cancel {
	width:36%;
	text-align:right;
}
body#modify-account #delivery-address .edit-shipping-address-buttons .cancel {
	padding-right:4px;
}
body#modify-account form.addresses .save-informations {
	padding-left:36%;
}
body#modify-account form.addresses .save-informations .button-like {
	margin-left:4px;
}
body#modify-account #content form.addresses .save-informations {
	padding-left:36%;
	display:block;
}


/*****************************************************************************************************************/
/** Page de choix du moyen de paiement (process de paiement) et affichage de la commande validée (displayOrder) **/
/*****************************************************************************************************************/
body#order-payment .our-informations-details,
body#order-payment form.modify-coordinates {
	background-color:#ffffff;
	padding:7px;
	zoom:1;
}
body#order-payment h2.our-order {
	margin-top:20px;
}
body#order-payment .our-informations-details .email,
body#order-payment .our-informations-details .phone,
body#display-order .our-informations-details .email,
body#display-order .our-informations-details .phone {
	margin-bottom:18px;
}
body#order-payment .our-informations-details .email,
body#order-payment .our-informations-details .phone,
body#order-payment .our-informations-details .delivery-address,
body#order-payment .our-informations-details .shipping-address,
body#display-order .our-informations-details .email,
body#display-order .our-informations-details .phone,
body#display-order .our-informations-details .delivery-address,
body#display-order .our-informations-details .shipping-address {
	width:240px;
	float:left;
}
body#order-payment .our-informations-details .email,
body#order-payment .our-informations-details .delivery-address,
body#display-order .our-informations-details .email,
body#display-order .our-informations-details .delivery-address {
	margin-right:20px;
}
body#order-payment .our-informations-details .delivery-address ul li,
body#order-payment .our-informations-details .shipping-address ul li,
body#display-order .our-informations-details .delivery-address ul li,
body#display-order .our-informations-details .shipping-address ul li {
	list-style:none;
}
body#order-payment .our-informations-details h3,
body#display-order .our-informations-details h3 {
	color:#fcf7fd;
	background:#f6603c;
	font-weight:bold;
	padding:3px;
}
body#order-payment .our-informations-details ul,
body#display-order .our-informations-details ul {
	padding:3px;
}
body#order-payment #content .cart-table #discountCode {
	display:inline-block;
	width:70px;
	height:14px;
	.margin-bottom:1px;
	padding: 2px;
	text-align:right;
	font-size:11px;
	border:1px solid #f6603c;
}
body#order-payment #content .cart-table tr.discount a {
	background:#f6603c;
	border-width:0;
	cursor:pointer;
	display:inline-block;
	height:16px;
	line-height:16px;
	margin:0;
	padding:2px;
	position:relative;
	text-decoration:none;
	visibility:hidden;
	width:20px;
	text-align:center;
}
body#order-payment #content .cart-table tr.discount a:hover {
	background:#fcf7fd;
}
body#order-payment #content .cart-table tr.discount a span {
	color:#fcf7fd;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
body#order-payment #content .cart-table tr.discount a:hover span {
	color:#f6603c;
}
body#order-payment #content .cart-table,
body#display-order #content .cart-table {
	background-color:#ffffff;
}
body#display-order #content .cart-table {
	margin-top:20px;
}
body#order-payment form.order-validation {
	zoom:1;
	background-color:#ffffff;
}
body#order-payment #content .modify-cart {
	zoom:1;
	padding:7px;
	padding-top:20px;
	margin-bottom:20px;
	background-color:#ffffff;
}
body#order-payment .payment-choice {
	padding-bottom:20px;
}
body#order-payment .payment-choice ul {
	padding:10px 7px;
}
body#order-payment .order-validation .payment-choice ul li {
	list-style:none;
	text-align:center;
	display:inline-block;
	width:100%;
	border-bottom: 1px solid #6d6968;
	margin-bottom: 10px;
	padding-bottom: 10px;
	-padding-bottom: 20px;
}
body#order-payment .order-validation .payment-choice input{
	border:none;
	float:left;
	margin:10px;
}
body#order-payment .order-validation .payment-choice ul li .payment-block {
	cursor: pointer;
	
}
body#order-payment .order-validation .payment-choice ul li span.payment-title {
	float:left;
	margin:12px 0 0 5px;
	
}
body#order-payment .order-validation .payment-choice ul li .payment-image {
	background-color: #f6603c;
	float: left;
	width: 50px;
	height: 40px;
	border: 5px solid #fff;
	-border: none;
}
body#order-payment .agree-with-terms {
	padding-bottom:20px;
}
body#order-payment .agree-with-terms input,
body#order-payment .agree-with-terms label,
body#order-payment .agree-with-terms a {
	display:inline;
}
body#order-payment .agree-with-terms input {
	margin-left:7px;
}
body#order-payment #content .validate-order {
	padding:7px;
}
body#display-order #content .cart-table tr.delivery td.label span {
	display:block;
}
body#display-order .order-infos {
	margin-bottom:20px;
}
body#display-order .order-infos .order-number {
	font-weight:bold;
	font-size:1.2em;
}
body#display-order .order-infos .order-number span  {
	font-weight:bold;
	font-size:1.0em;
}
body#display-order #content .bill-bottom {
	margin-top:18px;
	text-align:center;
	border-top:1px solid #ffffff;
}
body#display-order #content #top-links {
	text-align:right;
	margin-bottom:10px;
}


/******************************/
/** Page nous contacter      **/
/** Page mot de passe oublié **/
/******************************/
body#contact-us #content h2,
body#forgotten-password #content h2 {
	color:#fcf7fd;
	background:#f6603c;
	border-bottom:1px solid #fff;
	font-weight:bold;
	padding:5px 8px;
	text-align:right;
}
body#contact-us form.contact-us,
body#forgotten-password form.forgotten-password {
	padding:7px;
	background:#ffffff;
}
body#contact-us form.contact-us .field,
body#forgotten-password form.forgotten-password .field {
	padding:2px 0 7px 0;
}
body#contact-us form.contact-us .field label,
body#forgotten-password form.forgotten-password .field label {
	width:29%;
	text-align:right;
	float:left;
	line-height:22px;
	margin-right:7px;
}
body#contact-us form.contact-us .field input,
body#forgotten-password form.forgotten-password .field input {
	display:inline;
	float:left;
}
body#contact-us form.contact-us .field textarea {
	width:300px;
	height:200px;
}
body#contact-us form.contact-us .field-submit,
body#forgotten-password form.forgotten-password .field-submit {
	padding-left:29%;
}
body#contact-us form.contact-us .field-submit input,
body#forgotten-password form.forgotten-password .field-submit input {
	margin-left:7px;
}




/******************************/
/**     BlogShop Icons       **/
/******************************/
.validate{
	float:left;
	background: transparent url(img/ok.jpg) no-repeat;	
	width:20px;
	height:20px;
}
a.validateOrder {
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	padding: 2px;
	padding:5px 7px;
	font: Arial,sans-serif;
	color: ;
	text-decoration:none;
	
}
a.validateOrder:hover {
	color:;
}

/*************************/
/** Styles pour la home **/
/*************************/
#home-products-list {
	margin-bottom:13px;
	zoom:1;
	background:#ffffff;
	border-radius:11px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
}
#home-products-list h2 {
	background: #f6603c;
	color: #fcf7fd;
	font-weight:bold;
	text-align:right;
	border-top-right-radius:11px;
	border-top-left-radius:11px;
	-moz-border-radius-topright:11px;
	-moz-border-radius-topleft:11px;
	-webkit-border-top-right-radius:11px;
	-webkit-border-top-left-radius:11px;
	padding: 5px 8px;
	font-size: 1.1em;
}
#home-products-list ul li {
	display:block;
	zoom:1;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	width:172px;
	text-align:center;
	overflow:hidden;
	float:left;
}
#home-products-list ul li.hproduct {
	cursor:pointer;
}
#home-products-list ul li.hover {
	background:#fff;
}
#home-products-list ul li.first-col,
#home-products-list ul li.last-col {
	width:170px;
}
#home-products-list ul li.first-line {
	border-top:none;
}
#home-products-list ul li.last-line {
	border-bottom:none;
}
#home-products-list ul li.first-col {
	border-left: none;
}
#home-products-list ul li.last-col {
	border-right: none;
}
#home-products-list ul li h3 {
	height:4.8em;
}
#home-products-list ul li h3 a {
	text-decoration:none;
}
#home-products-list ul li h3 a span {
	display:block;
	padding:4px 6px;
	font-weight:bold;
	font-size:1.1em;
	height:2.7em;
}
#home-products-list ul li .image {
	height:110px;
}
#home-products-list ul li .description {
	padding:0 6px 10px 6px;
	display:block;
	font-size:1em;
	overflow:hidden;
	height:5em;
	text-align:justify;
}
#home-products-list ul li .price-info {
	height:3em;
	padding:0 6px;
}
#home-products-list ul li .price-info .old-price {
	display:block;
	text-decoration:line-through;
}
#home-products-list ul li .price-info .price {
	color:#f9f8f6;
	font-weight:bold;
	font-size:1.2em;
}
#home-products-list ul li .details {
	height:2em;
}
#home-products-list ul li .details a {
	text-decoration:none;
	display:inline-block;
	font-size:1.3em;
	font-weight:bold;
	color:#f9f8f6;
}


/*************************/




/********************/
.footnotes {
	border: 1px solid #E8E8E8;
	padding: 5px 0;
	margin: 6px 0 25px 0;
}
.footnotes h4 {
	color: #005D99;
	background: #FBFBFB;
	border-bottom: 1px solid #E8E8E8;
	background: transparent url(img/report.png) no-repeat 4px 3px;
	padding: 2px 10px 2px 25px;
	margin: 0 0 6px 0;
	font-style: italic;
}
.footnotes p {
	padding: 4px 10px;
}


