/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#000;
	color:#fff;
}

td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#frame {
		width:715px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background:#000;
		background-color:#000;
		/*background-image: url(../../../../images/background_content_frame.jpg);
		background-repeat: repeat-y;*/
		}
		
.mainContent{
	float:left;
/*	background-image: url(../../../../images/background_content_frame.jpg);
	background-repeat: repeat-y;*/
}



		
.navigation{
	float:left;
	padding-left:15px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.lienSousNav{
	float:left;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.lienSousNav a, a:visited{
	color:#FFFFFF;
}

.lienSousNav a:hover{
	text-decoration:underline;
}


.navLink{
	width:175px;
	background:#2A2A2A;
	padding:2px;
	padding-left:15px;
	}
	
.navigation a:link, a:visited {
	color: #697443;
	text-decoration:none;}

.navigation a:hover {color:#B7B9A1}



.resultsFrame{
	float:right;
	width:480px;
	background-image: url(../../../../images/background_content_frame_right.jpg);
	background-repeat: repeat-y;
}

.results{
	float:right;
	padding-right:30px;
	width:450px;
}

.results img{border:1px solid #fff}

.results a:link {
	color: #fff;
	text-decoration:underline;
/*	background-color:#000;*/
}
.results a:visited {
	color: #fff;
	text-decoration:underline;
}
.results a:hover {
	color: #999999;
	text-decoration:none;
}



.resultsNomProduit a:link{
	color: #697443;
	font-weight: bold;
	font-size:16px;
	text-decoration:none;
	}
	
.resultsNomProduit a:visited{
	color: #697443;
	font-weight: bold;
	font-size:16px;
	text-decoration:none;
	}
	
.resultsNomProduit a:hover{
	color: #808082;
/*	text-decoration:underline;*/
	}

.details{
	float:left;
	padding-right:20px;
	padding-left:15px;
/*	width:650px;*/
}

.details img{border:1px solid #fff}

.details a:link {
	color: #fff;
	text-decoration:underline;
/*	background-color:#000;*/
}
.details a:visited {
	color: #fff;
	text-decoration:underline;
}
.details a:hover {
	color: #999999;
	text-decoration:none;
}

.detailsPhoto{
	float:left;
}

.detailsMainData{
	float:left;
	padding-left:40px;
	width:350px;
/*	display:block;*/
	}
	
.detailsDescription{
/*	float:left;*/
	clear:both;
/*	display:block;*/
}

.detailsNav{
	float:left;
	padding-left:15px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

.detailsNav a:link, a:visited{
	color:#697443;
	text-decoration:none;
}

.detailsNav a:hover{
	color:#fff;
	text-decoration:underline;
}

.resultItem{
	clear:both;
	padding-top:20px;
	padding-bottom:50px;
	border-bottom:2px solid #808082;
	}

hr{
	color: #808082;
	height: 2px;
/*	width: 90%;*/
}

h1 {
	color: #808082;
	font-size: 20px;
	margin: 0px;
/*	border-bottom:3px double #8CA26B;*/
}

h2 {
	color: #76685D;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #425929;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
/*	background: #425929;*/
	background: #697443;
	border-bottom: 2px solid #Aaa;
	border-left: 2px solid #aaa;
	border-right: 2px solid #aaa;
	border-top: 2px solid #Aaa;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
/*	border: 1px solid #76685D;*/
/*	border-collapse: collapse;*/
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
/*	background: #A1978F;*/
	background: #444444;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
/*.altRowEven {
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}*/

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
