/* Css Document */
body {
	background-color: #faf9f9;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:hover {
	color: #e4186f;
	text-decoration: none;
}
div#container {
	width: 950px;
	margin: 0 auto;
	background-image: url(../images/background-site.gif);
}
div#content {
	width: 930px;
	background-image: url(../images/background-content.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-left: 10px;
}
div#header {
	width: 930px;
	height: 163px;
}
div#header h1 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #e4186f;
	margin-top: 6px;
	margin-bottom: 25px;
}
div#menu {
	width: 930px;
	height: 30px;
	background-color: #efeeea;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
div#menu ul {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 35px;
	float: left;
}
div#menu ul li {
	display: inline;
	list-style: none;
	margin-right: 70px;
}
div#menu div#cart {
	width: 180px;
	height: 30px;
	float: right;
	text-align: center;
	background-color: #e0ded7;
}
div#trail {
	width: 720px;
	height: 15px;
	background-image: url(../images/background-trail.gif);
	padding-left: 210px;
	padding-top: 5px;
	font-size: 10px;
}
div#column {
	width: 930px;
	background-image: url(../images/background-column.gif);
}
div#column_left {
	width: 200px;
	margin-right: 2px;
	float: left;
}
div#column_left h2 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #e4186f;
	margin: 0;
	margin-bottom: 5px;
}
div#column_left ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
div#column_left ul li {
	list-style-image: url(../images/puce-column-left.gif);
	margin-bottom: 4px;
}
div#categories {
	width: 192px;
	background-image: url(../images/background-categories.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-left: 3px;
	padding-top: 25px;
	padding-bottom: 15px;
}
div#search {
	clear: right;
	width: 192px;
	background-image: url(../images/background-informations.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-left: 3px;
	padding-top: 25px;
	margin-bottom: 20px;
}
input#search_field {
	background-color: #efeeea;
	border: 1px solid #efeeea;
	margin-right: 5px;
	margin-left: 5px;
	width: 145px;
}
div#search  p {
	margin: 0;
	margin-right: 38px;
	text-align: right;
}
div#informations {
	clear: right;
	width: 192px;
	background-image: url(../images/background-informations.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-left: 3px;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
div#column_center {
	width: 530px;
	margin-right: 2px;
	float: left;
	padding: 8px;
}
div#column_right {
	width: 180px;
	float: right;
}
div#cart_content {
	width: 160px;
	height: 62px;
	margin-left: 10px;
	margin-bottom: 6px;
}
div#cart_content ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	list-style: none;
}
div.banner_div {
	margin-bottom: 6px;
	background-color: #efeeea;
	width: 180px;
	height: 150px;
}
div#footer{
	width: 930px;
	border-top: 1px solid #e0ded7;
	background-color: #faf9f9;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	text-align: right;
}

/**** elements ****/

span.breadcrumb, span.breadcrumb a {
	color: #cecec9;
}

div#column_center h1 {
	color: #666666;
	font-size: 14px;
}

div#column_center ul.categories-listing {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#column_center ul.categories-listing li {
	float: left;
	width: 166px;
	text-align: center;
}

div#column_center ul.categories-listing li a {
	color: #666666;
}

td.productListing-heading {
	font-weight: bolder;
}
td.productListing-heading a {
	color: #0075b7;
}
tr.productListing-odd td, tr.productListing-even td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efeeea;
}
tr.productListing-odd:hover, tr.productListing-even:hover {
	background-color: #fdf4e3;
}
td.productListing-data a {
	color: #666666;
}
span.productSpecialPrice {
	color: #FF0000;
	font-weight: bolder;
}
td.smallText {
	color: #999999;
}
div#column_center div.products_photo {
	float: right;
	text-align: center;
}
div#column_center div.products_photo a {
	color: #89897d;
}
div#column_center h1.products_name {
	color: #666666;
	text-align: left;
	font-size: 14px;
	margin-bottom: 0px;
}
div#column_center div.products_description {
	text-align: justify;
	width: 257px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#column_center p.products_price {
	color: #666666;
	font-size: 14px;
	clear: left;
}
div#column_center p.products_info {
	color: #cecec9;
}
td.smallText a {
	color: #89897d;
}
p.infos {
	background-color: #EFEFEF;
	padding: 5px;
	width: 520px;
}
p.infos a {
	color: #89897d;
}
div#column_center h2 {
	color: #0075b7;
	font-size: 12px;
	margin-bottom: 0px;
}
div.table_border {
	border: 2px #efeeea solid;
	padding: 10px;
	width: 506px;
	margin-bottom: 15px;
	background-color: #f9f8f4;
 }
span.inputRequirement {
	color: #FF0000;
 }
div.table_border ul {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.table_border ul li {
	list-style-image: url(../images/arrow_green.gif);
	margin-left: 20px;
}
div.table_border ul li a {
	color: #89897d;
}
a.nice_links {
	color: #89897d;
}
img.listing_img {
	border: 1px solid #efeeea;
}