/* Place in this file all custom CSS for Inko */

/* ************************
	Header
   ************************ */
   
#shop-access { margin-bottom:6px; }
#shop-access a, #shop-access a:hover { color:#ed008c; font-size:0.95em; }
#shop-access li.last { padding-right:0; background:none; }
#shop-access li {
    display:inline;
    background:url(../images/shop_access_pipe.gif) no-repeat 100% .35em;
    padding-right:7px;
    padding-left:7px;
    }
#shop-access li.first { padding-left:0; }
#shop-access li.last { padding-right:0; background:none; }

#flash_text {
	clear: both;
	width:100%;
	margin: 5px 25px 0px -16px;
}

/* ************************
	Footer
   ************************ */
   
#informational {
	margin-top: 10px;
}
#informational li {
    display:inline;
    background:url(../images/footer_info_separator.gif) no-repeat 100% 50%;
    padding-right:8px;
    padding-left:4px;
    }
#informational li.last { background:none; padding-right:0; }

.footer .legality {
    padding:0 0 3px 0;
    color:#ecf3f6;
    text-align:center;
    }
.footer .legality a, .footer .legality a:hover { color:#ecf3f6; }


/* ************************
	Top20
   ************************ */

#top20 {

}

#top20 .product-image a {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#top20 .top20container {
	margin-left: 20px;
}

/* ************************
	Blocks
   ************************ */
   
/* Block: Livraison */
.block-livraison { border: 0px; }

/* Block: Tarifs */
.block-tarifs { border: 0px; }


/* ************************
	Blog
   ************************ */
   
.cdfemme {
	background-image: url(../images/blog-bakground.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 62px; 
	margin-bottom: 10px;
}

.cdfemme .content { background:#f8f7f5; padding: 10px 10px 10px 10px;}
.cdfemme .headblog h4 {
	background-image:url(../images/icon_blog.png);
	background-repeat: no-repeat;
}

.cdfemme .base-miniblog {
	line-height:1.3em;
	font-size:.95em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c4c1bc;
	border-bottom-color: #c4c1bc;
	border-left-color: #c4c1bc;
}
.cdfemme .base-miniblog .headblog { margin:0 1px; border-bottom:1px solid #ddd; padding:2px 8px; }
.cdfemme .base-miniblog .headblog h4 { height:14px; color:#ed008c; background-repeat:no-repeat; background-position:0 0; padding:1px 0 1px 21px; text-transform:uppercase; }

.postContent ul, .postContent li {
	text-indent: 20px;
	list-style-position: inside;
	list-style-type: disc;
}

.blog .menu-recent p {
	font-size: 0.9em;
	margin-bottom: -2px;
}

.blog .menu-recent ul li {
	font-size: 1.1em;
	margin-bottom: 6px;
	margin-left: 0px;
}

.blog .menu-categories {
	margin: 10px 0px 5px;
}

.blog .menu-tags {
	margin: 10px 0px 5px;
}


/* ************************
	Price display
   ************************ */

.tax-small {
	font-size: 0.8em;
	color: #C76200;
	font-weight: bold;
}
