/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

* {
	margin:0;
	padding:0;
}
*/


body {
  color: #1d0503;
  margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	background:url(../../images/motif.gif) #fff;
}

a img { border:none }

a:link      { color: #fff; text-decoration: underline;  }
a:hover { color: #cce80b; text-decoration: none;}
a:visited { color: #fff; text-decoration: underline; }
a:visited:hover { color: #cce80b; text-decoration: none;}
a:active, a:focus{ outline:none; }

b, strong {
	font-weight:bold;
	color:#333333
}
a:link b { color: #7a4314; }
a:hover b { color: #7a4314; }
a:visited b { color: #7a4314; }
a:visited:hover b { color: #7a4314; }

hr { border-top:none; border-bottom:1px solid #000; height:1px; }

input, textarea, select {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	padding:4px 0 2px 5px;
	background:url(../../images/bg_input.gif) top left no-repeat;
	border-width: 0 1px 1px 0;
	border-style:solid;
	border-color: #c5c5c5;
}

select option {
	background-color:#99b223;
	padding:1px 0 0 4px;
}

input:focus, textarea:focus, select:focus {
	background:url(../../images/bg_input-focus.gif);
	color:#fff
}

.inpSearch {
	padding-left:25px;
	background:url(../../images/bg_input_search.gif);
}

.inpSearch:focus {
	background:url(../../images/bg_input_search-focus.gif);
}

.imageSubmit, .imageSubmit:focus {
	background-image:none;
	padding:0;
	border:none;
}


/* utilise pour les prix */

h2 {
	font-size:15px;
	color:#222;
	margin:5px 0 10px 0;
	_margin:15px 0 10px 0;
}

*+html h2, * html h2 { /* pour ie7 et inférieur */
	padding:5px 10px 10px 10px;
}

h3 {
	font-size:12px;
	font-weight:normal;
	margin:10px 0 5px 0;
	color:#222;
	border-bottom:1px dotted #000000;
}
h3 span { font-size:11px }
h3.separe { clear:both; color:#fff; font-size:15px; font-family:Georgia, "Times New Roman", Times, serif; padding-top:20px; border-bottom:1px dotted #fff;}
h5 {
	font-size:11px;
	font-weight:normal;
	margin:0 5px 0 0;
}

h6 {
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cce80b;
	font-weight:normal;
	margin:5px 0 10px 0;
}

h6 s {
	font-size:10px;
}

ol {
	padding:20px
}

form {
	display: inline;
	padding:0;
	margin:0
}

#ct1 { 
	background:url(../../images/bg1.png) top repeat-x;
	padding:0 85px;
}

#ct2 {
	position:fixed;
	bottom:0;
	height:348px;
	width:100%;
	background:url(../../images/bg2.png) bottom repeat-x;
	padding-bottom:20px;
}

#rt {
	position:absolute;
	left:0;
	top:0;
	z-index:30
}

#pt1 {
	position:absolute;
	top:0;
	left:0;
	z-index:5
}

#pt2 {
	position:fixed;
	bottom:0;
	right:0;
	z-index:5
}


#container {
	position:relative;
	z-index:20;
	margin-left:auto;
	margin-right:auto;
	width:958px;
	background:url(../../images/bg3.png) repeat-y;
	padding:0 4px 0 7px
}

#header {
		width:958px;
		height:170px;
}

#header .headerLink {
		position:absolute;
		width:170px;
		height:170px;
		right:0;
		top:0;
		display:block;
}

	#header a:link      { color: #FFFFFF; font-weight: normal; text-decoration: underline;}
	#header a:hover { text-decoration: none; }
	#header a:visited { color: #FFFFFF; font-weight: normal; text-decoration: underline;  }
	#header a:visited:hover { color: #FFFFFF; font-weight: normal; text-decoration: none  }

	#headerSearch {
		background:url(../../images/bg_headerSearch.jpg) no-repeat;
		padding:14px 0 0 17px;
	}
	
	#advSearch {
		margin:3px 0 0 12px;
	}
	
	#headerSearch div {
		float:left;
	}
	
	#headerMenu {
		width:185px;
		height:155px;
		float:left;
		padding:15px 0 0 15px
	}
	
	#headerBar {
		float:left;
		width:758px;
		height:170px;
	}
	
#breadcrumb {
	width:600px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	line-height:22px;
	border-bottom:1px solid #000;
	float:left;
	padding:0 110px 9px 0;
	margin-bottom:20px
}

#breadcrumb a, #breadcrumbd a:hover, #breadcrumb a:visited {
}


#headerError {
  background: #8BB20D;
  font-size: 12px;
  background: #8BB20D;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

#headerError {
  background: #8BB20D;
  font-size: 12px;
  background: #8BB20D;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

#headerInfo {
  background: #00ff00;
	font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

#content {
	width:958px;
}

#pageLeft {
	width:205px;
	float:left;
	min-height:700px;
	margin-left:-2px;
	padding-bottom:20px;
	background:url(../../images/bg_left.png) top no-repeat
}

#pageLeft a:link, #breadcrumb a:link    { text-decoration: none;  }
#pageLeft a:hover, #breadcrumb a:hover { text-decoration: underline;}
#pageLeft a:visited, #breadcrumb a:visited { text-decoration: none; }
#pageLeft a:visited:hover, #breadcrumb a:visited:hover { text-decoration: underline;}

#pageLeft .infoBox {
	width:186px;
	background:none;
	color:#fff;
	padding:0 0 0 22px
}

#pageContent {
	width:950px;
	float:left;
}

	#pageContent h1 {
	/*
		color:#cce80b;
		font-weight:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:20px;
		padding:30px 0 5px 0;
	*/
	display:none;
	}

	
	#contentLeft {
		float:right;
		margin-left:25px;
	}
	
	#contentLeft .productImg {
		text-align:center;
		margin:20px 0 20px 0;
	}


		#contentLeft #pdTop {
			width:331px;
			height:10px;
			background:url(../../images/pdTop.gif) no-repeat;
		}
		
		#contentLeft #pdMiddle {
			width:292px;
			padding:10px 20px 0 20px;
			background:url(../../images/pdMiddle.gif) no-repeat top;
		}
		
		#contentLeft #pdBottom {
			width:331px;
			height:13px;
			background:url(../../images/pdBottom.gif) no-repeat bottom;
			margin-bottom:20px;
		}
			
	#topMenu, #pageLeft .infoBoxHeading {
		width:186px;
		height:32px;
		background:url(../../images/topMenu.png) no-repeat;
		color:#000;
		font-size:17px;
		font-weight:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin:12px 0 12px -2px;
		padding:16px 0 0 22px;
		border-bottom:none
	}

	#topManu {
		width:181px;
		height:29px;
		margin: 40px 11px 0 20px;
		background:url(../../images/bgTopMenu.jpg) no-repeat;
		color:#f7e3ce;
		font-size:12px;
		font-weight:bold;
		padding:8px 0 0 13px;	
	}
	
	#leftManu {
		padding-left:23px;
	}
	
	.productImages {
		float:left;
		width:680px;
		padding:15px;
		text-align:center;
		background-color:#58585A;
	}	
	
	.productImg img, .productImages img {
		cursor: pointer; cursor:-moz-zoom-in; cursor: url('../../images/z.ani');
	}

	
		
	.productImages table {
		width:100%;
	}


	.productPdf, .productPrint, .productReview {
		float:left;
		width:250px;
		border-top:1px dotted #6f6f6f;
		margin-top:10px;
		padding-top:10px;
	}

		.productReview .stars {
			text-align:center;
			margin-bottom:10px;
		}
		
		.productReview p {
			margin:5px;
		}
		
	h1.pTitle {
		display:none;	
	}
	
	#contentRight {
	}	

		#contentRight .productPrice {
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#222;
			font-size:17px;
			margin-top:30px;
		}
	
		#contentRight .productPrice strong {
			color:#CCE80B;
			font-weight:normal
		}
			
		#contentRight .productModel {
			position:absolute;
			top:-57px;
			right:40px;
			font-size:11px;
		}
		
		#contentRight .productOptions {
			border-width:1px 0 1px 0;
			border-style:dotted;
			border-color:#000;
			padding:10px;
		}
		
		#contentRight .productOptions h5 {
			margin:0 0 5px 0;
		}
		
		#contentRight .recap {
			padding:35px 0 0 25px;
			background:url(../../images/pinaise.png) left bottom no-repeat;
			font-weight:bold;
			color:#fff;
		}
	
		.productBuy {
			margin-top:20px;
		}
		
		.productPriceInBox {
			padding:10px;
			margin-top:15px;
		}
		
		.productPriceInBox dl {
			margin:0;
		}
		
		.productPriceInBox dd {
			font-weight:bold;
			margin:0;
			padding:0 0 5px 0;
		}
		.productPriceInBox dt {
			float:left;
			border-top:1px solid #000033;
			padding:5px 10px 5px 10px;
		}
		
		
	
	#contentBottom {
		padding-top:15px;
	}
	
		.productUrl {
			padding:10px 0 20px 0;
		}
		
#pageText {
	float:left;
	width:707px;
	top:35px;
	padding:0 20px 40px;
	margin-bottom:35px;
	position:relative
}

#pageText #shoppingCart {
	width:310px;
	float:left;
}
	
	
	#pageText #shoppingCart {
		width:310px;
		float:left;
	}
	
	#pageText #shoppingCartTop {
		width:292px;
		height:22px;
		background:url(../../images/shoppingTop.jpg) no-repeat;
		padding:14px 0 0 17px;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
	}
	
	#pageText #shoppingCartMiddle {
		width:270px;
		padding:10px 20px 25px 20px;
		background:url(../../images/shoppingMiddle.jpg) no-repeat top;
	}
	
	#pageText #shoppingCartBottom {
		width:310px;
		height:13px;
		background:url(../../images/shoppingBottom.jpg) no-repeat bottom;
		margin-bottom:20px;
	}
	
	#pageText #new {
		width:412px;
		float:left;
	}
	#pageText #newTop {
		width:412px;
		height:10px;
		background:url(../../images/newTop.jpg) no-repeat;
	}
	
	#pageText #newMiddle {
		width:372px;
		padding:10px 20px 0 20px;
		background:url(../../images/newMiddle.jpg) no-repeat top;
	}
	
	#pageText #newMiddle a {
		font-weight:bold;
	}
	
	#pageText #newMiddle p {
		margin:10px 0 0 0;
	}
	#pageText #newMiddle h6 {
		float:right;
		margin:5px;
	}
	
	#pageText #newBottom {
		width:412px;
		height:13px;
		background:url(../../images/newBottom.jpg) no-repeat bottom;
		margin-bottom:20px;
	}

#footer {
	float:left;
	width:940px;
	height:28px;
	background:url(../../images/bg_bottom.png) no-repeat;
	margin:0 0 -5px -6px;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	padding:10px 14px 0 14px
}

#footer a:link, #footer a:visited { color: #cce80b; } 
#footer a:hover, #footer a:visited:hover { color: #fff; } 


#footerLeft {
	float:left;
}

#footerRight {
	float:right;
}

#categories_description {
	padding:0 10px 10px 10px;
	margin-bottom:20px;
}

.contentBoxHeader {
	padding:10px;
}

.contentBoxDetails {
	padding:10px;
	width:100%;
}

.clr {
	clear:both;
}

.pageContentBox {
	margin:0 0 15px 0;
	padding:10px;
	border-top:1px dotted #000;
	clear:both;
}

.pageContentBox table td{
	padding-bottom:8px;
}

.pageColumn ul {
	margin:0;
	padding:0 0 0 12px
}

.pageColumn ul li {
	list-style-type:none;
	padding:4px 0;
	color:#fff
}



.pageContentBox ul li:before {
	content:"+ ";
}
.pageNavBox {
	margin:15px 0 15px 0;
	padding:10px;
	clear:both;	
	display:block;
	border:1px dotted #cacaca;
}

*+html .pageNavBox, * html .pageNavBox { /* pour ie7 et inférieur */
	padding:5px 10px 10px 10px;
}

.dlBoxBorder {

}
.productListing dl {
	float:left;
	margin:5px 0 0 0;
	padding:15px 10px 0 15px;
}

.productListing dd {
	margin:0;
	padding:0;
}

.productListing dd a, .productListing dd a:hover, .productListing dd a:visited {
}

 .ddImg {
	display:block;
	padding: 0px 6px 6px 0px;
}

	


.productListing dd h4 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:5px 0 5px 0;
	width:210px;
	float:left;
}

.productListing p {
	font-size:10px;
	margin:0;
	padding:8px 0;
}

.productListing dl:hover {
	background:url(../../images/bg_product_hover.png) repeat-x top;
}

.productListing-odd-old {
	margin:0;
	padding:10px;
	border-bottom:dotted 1px #000;
	background-color:#EDEDED;
}

.productListing-even-old {
	margin:0;
	padding:10px;
	background-color:#d5d5d5;
}

.productListing-even-old:hover, .productListing-odd-old:hover {
	cursor:pointer;
	background-color:#FFFFFF
}

.categoryList {
	display:table-cell;
	margin-top:5px;
}
.categoryList dt {
	clear:both;
	font-size:12px;
	margin:5px 0 5px 9px;
}

.categoryList dd {
	float:left;
	margin:0;
	padding-left:15px;
}

.infoBox {
	position:relative;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

.infoBoxHeading, .productListing-heading, .productListing-heading2 {

	height:22px;
	color:#fff;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:25px 0 10px 0;
	border-bottom:1px dotted #000
}

.productListing-heading2 {

}

.infoBoxHeading a, .infoBoxHeading a:hover, .infoBoxHeading a:visited {
	color:#FFFFFF;
	text-decoration:none
	
}

.infoBoxHeadingL {
	float:left;
}

.infoBoxHeadingR {
	float:right;
	text-align:right;
}

.tblCtegories td{
	padding:10px;
}


.boxText img {
	float:left;
	margin-right:5px;
}


.boxText h6 {
	font-size:12px;
}

.bestsellers {
	list-style:decimal;
	margin:0;
	padding:0 0 0 23px;
	line-height:17px
}

.orderHistory {
	list-style:decimal;
	margin:0;
	padding:0 0 0 23px;
	line-height:17px
}

.boxCart {
	list-style:none;
	margin:0;
	padding:0;
	line-height:17px
}

.cartTotal {
	border-top:1px dotted	 #000;
	padding-top:5px;
	margin:10px 20px 0 0;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
}


.cartTotal span {
	float:left;
}

.cartTotal img {
	float:right;
}

table.infoBox {
	margin:0 0 15px 0;
}

#checkoutShippingMethod input { float:left; }
#checkoutShippingMethod label { width:auto}
#checkoutShippingMethod h6 { float:left; padding-left:25px; width:200px; font-size:13px}
#checkoutShippingAddressBook input, #checkoutNewPaymentBook input { float:left; margin:0 3px 2px 0}
#checkoutShippingAddressBook p, #checkoutNewPaymentBook p { padding:4px 0 0 15px}
#checkoutShippingAddressBook p, #checkoutNewPaymentBook p { padding:4px 0 0 15px}

.errorBox { 
	font-size: 10px;
	background-color: #8BB20D;
	padding:2px;
	margin:30px 10px 30px 10px;
}
.stockWarning { 
	font-size : 10px;
	color: #cc0033;
	font-weight:bold;
}
.productsNotifications { background: #f2fff7; }

.orderEdit {
	font-size : 10px;
}

.splitPage {
font-size:13px;
	padding:40px 10px 30px 10px;
}

.splitPageL {
	float:left;
}
.splitPageR {
	float:right;
	font-weight:bold
}

/* news */
.newsContent {
}

.newsContentHeader {
	padding:0 5px 0 5px;
}

.newsContentHeaderL {
	float:left;
}

.newsContentHeaderR {
	float:right;
}

.newsContentPdf {
	margin-top:10px;
	background-image:url(../../images/bg_odd.png);
	padding:10px;
}

#languages {
	position:absolute;
	right:15px;
	top:180px;
}

a.lastcrumb {
	color:#cce80b
}

/* message box */
/*
.messageBox { 
	font-size: 10px;
}
*/
.messageStackError, .messageStackWarning, .messageBox { 
	padding:10px 0;
	font-size:13px;
	font-weight:bold;
	color:#b20d0d;
}
.messageStackSuccess {
	padding:10px 0;
	font-size:13px;
	font-weight:bold;
	color:#8BB20D;
}

/* input requirement */

.inputRequirement {
	font-size: 10px;
	color: #fff;
}

/* menu */

.osCMenu {
	list-style: none;
	margin:0 0 0 20px;
	padding:0;
	color:#fff
}

.osCMenu li {
	width: 200px;
}

.osCMenu li:before {
	content:"+ ";
}

.osCMenu li a {
	font-size: 11px;
	font-weight:bold;
	margin-bottom:3px;
}

a.osCMenu_Lv0, .osCMenu_Lv0:visited   {
	color:#fff;
}

.osCMenu_Lv0:hover, .osCMenu_Lv0:active, .osCMenu_Lv0:visited:hover, a.osCMenu_Lv0_active, a:hover.osCMenu_Lv0_active {
	color:#cce80b;
}



#headerMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif,
}

#headerMenu li {
	margin-bottom:5px;
}

#headerMenu li a, #headerMenu li a:link, #headerMenu li a:visited  {
	color: white;
	text-decoration:none;
	/* pour ie */
}

#headerMenu li a:hover, #headerMenu li a:visited:hover,#menuV li a:active, #menuV  a.menuV_active   {
	color: #cce80b;
	text-decoration:none;
}

.alpha-shadow {
	clear: both;
	float:left;
	background: url(../../images/shadow.png) no-repeat bottom right;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #fff;
  margin: 0;
}

#productPrevNext {
	position:absolute;
	right:40px;
	top:-15px;
	text-align:right;
}
	
	
label {
	text-align: left;
	float: left;
	width: 130px;
	padding: 5px 10px 10px 0;
}

form br {
	clear:both;
}

.pageColumn {
	float:left;
	width:335px;
	padding-top:15px
}
.pageColumn1 {
	margin-right:20px
}
.submitButton {
	text-align:right;
}

.pageColumn ul li:before {
	content:"+ ";
}
	
input#firstname { width:153px; }
input#lastname { width:153px; }
input#email_address { width:153px; }
input#street_address { width:153px; }
input#suburb { width:153px; }
input#postcode { width:153px; }
input#city { width:153px; }
input#state { width:153px; }
input#telephone { width:153px; }
input#fax { width:153px; }
input#password { width:153px; }
input#confirmation { width:153px; }
input#pfrom { width:50px; }
input#pto { width:50px; }
input#dfrom { width:80px; }
input#dto { width:80px; }
input#agree { float:left; margin:7px }
input#keywords { width:100px; margin-bottom:7px}
input#dob { width:153px; }
select#country { width:153px; }
textarea#enquiry { width:280px; height:200px}
textarea#street_address { width:153px; height:50px}
input#cart_quantity {width:25px; font-size:19px; margin-right:5px }
input#products_id + .imageSubmit {  margin-bottom:-11px  }
input#keywordsb { width:220px; }
input#keywords + .imageSubmit { margin-bottom:-8px }
textarea#comments { width:350px; height:150px}
textarea#review { width:280px; height:250px}
input#user_prompt { width:15px; float:left }
input#user_prompt + label{ width:250px;}

#dob_ind, #dob_inm {margin-right:5px }

.checkoutStateBox { 	margin:0 0 15px 0; clear:both
	}
.checkoutStateBox table { width:100% }
.checkoutStateBox td {
	width:20%;
	font-size:11px;
	text-align:center;
	background-color:#EDEDED;
	padding:10px;
}
.checkoutStateBox td.checkoutBarCurrent {	color:#CCE80B; background-color:#58585A;

	padding:10px; }


.cartOutOfStock { background-color:#f00; color:#fff; margin:20px; font-size:11px; padding:10px; }

.tblCart {
	width:100%;
}

.cartImg a img { max-height:60px}
.tblCart th, .tblCart td { padding:5px;  }
.tblCart h3 { padding:0; border:none }
.tblCart dl, #checkoutConfirmation dl { padding:0; font-size:10px; }
.tblCart dt, #checkoutConfirmation dt { float:left; width:80px; font-weight:bold }

.pageColumnUnique { width:100% }
#checkoutConfirmation a strong  { color:#fff }


