/* @override 
	http://ynw.jarinio.sn/styles/custom.css
*/

body {
	color: #fff;
	background-color: #bea68c;
}

a:link, a:visited, a:hover, a:active {
	color: #ffda5d;
	text-decoration: underline;
}

a.button {
        color: black;
}

p {
	font-size: 1.1em;
	line-height: 1.3em;
}

div#wrapper-hnav {
	background-color: #3c230d;
	border: 2px solid #ffda5d;
}

/* @group Header */

div#header {
	position: relative;	
	margin: 0;
	height: 160px;
}

img#logo {
	position: absolute;
	left: 0;
	top: 2.1em;
	border-top: 2px solid #ffda5d;
	border-bottom: 2px solid #ffda5d;
}

h1#slogan {
	position: absolute;
	top: 155px;
	right: 12px;
	font-size: 1.1em;
	font-style: italic;
	color: #fd6b3a;
}

/* @group Languages */

ul#languages {
	display: block;
	position: absolute;
	top: 6px;
}

ul#languages > li {
	background-color: #3c230d;
	border: none;
}

ul#languages li ul li a {
	color: white;
}

/* @end */

div#signIn a.button {
	border: none;
	background: none;
	position: absolute;
	top:  7px;
	right: 12px;
	margin: 0;
	padding: 0;
	color: white;
}

div#cartInfo {
	position: absolute;
	top:  7px;
	right: 180px;
}

div#cartInfo a {
	color: white;
}

/* @end */

/* @group Categories */

ul#nav, ul#categoriesHorizontal {
	border-color: #ffda5d;
}

ul#nav li, div#categoryNav li {
	background-color: #3c230d;
	border-color: #ffda5d;
	border-top-width: 2px;
	height: 14px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

ul#nav li a, div#categoryNav li a {
	color: #ffda5d;
}

ul#categoriesHorizontal li.selected a {
	color: #3c230d;
}

/* @end */

div.text {
	clear: both;
	float: none;
	padding-top: 1px;
}

/* @group Front Page */

h2 {
	color: #fd6b3a;
	font: bold 1.6em/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: underline;
}

img#front-page-village-photo {
	float: right;
	margin-left: 1.4em;
	margin-top: 1.2em;
}

/* @end */

/* @group Project page */
img#map {
	float: right;
	margin: .2em 0 1.4em;
}

ul#partners {
	margin-left: 20px;
}

ul#partners li {
	list-style-type: disc;
}

ul#partners li a {
	color: #ffda5d;
}

/* @end */

/* @group Fabrication page */

p#productionProcess a {
	color: #ffda5d;
}

table#productionSteps td {
	width: 216px;
	padding: 10px;
	vertical-align: text-top;
}

table#productionSteps td#step3 {
	width: 123px;
}

/* @end */

/* @group Impacts page */

ul#impacts {
	margin-left: 20px;
	width: 25em;
	line-height: 2em;
	display: block;
	float: left;
}

ul#impacts li {
	list-style-type: disc;
	font-size: 18px;
}

table#calculation {
	float: right;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	width: 30em;
}

table#calculation th, table#calculation td {
	border: 1px solid;
	padding: 5px;
}

table#calculation td.num {
	text-align: right;
}

table#calculation tr.total {
	font-weight: bold;
}

/* @end */

/* @group Shipping page */

dl#shippingMethods {
	font-size: 1em;
}

dl#shippingMethods dt {
	font-size: 1.2em;
	margin: .8em 0 .3em;
}

/* @end */

/* @group Footer */

div#footer {
	border-top-color: #ffda5d;
	border-top-width: 2px;
	margin: 10px 20px;
	height: 3.5em;
	font-size: 0.8em;
	float: none;
	clear: both;
	padding: 5px 0;
}

div#footer span#termsAndImprint {
	float: right;
	margin-top: 12px;
}

div#footer a {
	color: white;
	margin-right: 6px;
}

span#copyright {
	float: left;
	padding: 0 40px 0;
	margin-top: 12px;
}

span#footer-logos {
	float: left;
}

/* @end */

/* @group Product gallery */

ul#gallery li.galleryItem {
    /* compensating the 2px white border around thumbs */
	width: 124px;
	height: 189px;
	margin: 10px 8px;
	border-color: #3c230d;
}

/* additional hand-holding for IE */
* html ul#gallery li.galleryItem {
	border-color: #3c230d;
}

/* additional hand-holding for IE */
* html ul#gallery li.ieHover {
	border-color: white;	
}

ul#gallery li.galleryItem ul {
    /* compensating the 2px white border around thumbs */
	margin-top: 122px;
}

ul#gallery li.galleryItem img {
	border: 2px solid #fff;
}

ul#gallery li.galleryItem a {
	color: white;
}

ul#gallery li.galleryItem:hover {
	border-color: white;
}

ul#gallery li.galleryItem:hover a.shippingLink {
	color: black;
}



/* @end */

/* @group Product detail */

#product-images {
	padding-top: 20px;	
}

#product-images img {
	border: 3px solid #fff;
}

#closeUp img {
	border: 5px solid #fff;
}

#product-text a.shippingLink {
	color: white;
}

/* @end */



/* @group Cart */

table.orderDetailList {
	background: #bea68c;
}

table.orderDetailList th.shadow, table.orderDetailList td.shadow {
	background: #ab957f}

table.orderDetailList tr.sum {
	background: #3c230d;
}

table.orderDetailList a:hover {
	color: #fd6b3a;
}

none {
	color: #3c230d;
}

/* @end */

/* @group Checkout progress */

ul#checkoutProgress li.current em {
	color: #fd6b3a;
}

#checkoutProgress li{
	background-image: url(/img/wizardStep.png);
	background-color: #603813;
}

#checkoutProgress li.current{
	background-image: url(/img/wizardStepCurrent.png);
	background-color: #ffda5d;
}

#checkoutProgress li.lastDone{
	background-image: url(/img/wizardStepLastDone.png);
	background-color: #c69c6d;
}

#checkoutProgress li.done{
	background-image: url(/img/wizardStepDone.png);
	background-color: #c49b6c;
}


/* @end */



/* @group Cart */

table.orderDetailList {
	background: #bea68c;
}

table.orderDetailList th.shadow, table.orderDetailList td.shadow {
	background: #ab957f}

table.orderDetailList tr.sum {
	background: #3c230d;
}

table.orderDetailList a:hover {
	color: #fd6b3a;
}

none {
	color: #3c230d;
}

/* @end */

/* @group Checkout progress */

ul#checkoutProgress li.current em {
	color: black;
}

#checkoutProgress li{
	background-image: url(/img/wizardStep.png);
	background-color: #603813;
}

#checkoutProgress li.current{
	background-image: url(/img/wizardStepCurrent.png);
	background-color: #ffda5d;
}

#checkoutProgress li.lastDone{
	background-image: url(/img/wizardStepLastDone.png);
	background-color: #c69c6d;
}

#checkoutProgress li.done{
	background-image: url(/img/wizardStepDone.png);
	background-color: #c49b6c;
}


/* @end */

/* @group Order history */

.CustomerOrderListPage a.button {
	text-decoration: none;
	background-color: transparent;
	color: #ffda5d;
}

/* @end */
