/* ----- CSS Buttons ----- */
.searchBtn {
height: 18px;
padding: 0px 0px 2px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
border: 1px solid #3467AD;
background-color: #458EB6;
}

.searchBox {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
background-color: #61A2DF;
border: 1px solid #FFFFFF;
}

.textbox {
	background-color: #E0F0FF;
	border: 1px solid #A8B4B0;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E51A3;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.submit {
height: 18px;
padding: 0px 0px 2px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
border: 1px solid #3467AD;
background-color: #458EB6;
}




form, ol, ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;	
}
li.bulletLrg {
	list-style-type: square;
font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;	
}
li.num {
font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession {
font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
}
a.txtSession {
font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
} 
a.txtSession:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: underline;
} 
.txtSessionGrey {
	color:	#BFCCC7;
font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-transform: capitalize;
}
.txtCopy {
font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
}

/* ----- txtButton ----- */
a.txtButton {
padding: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
border: 1px solid #B87743;
background-color: #C09C55;
}

a.txtButton:hover {
border: 1px solid #C09C55;
background-color: #B87743;
}



.txtOldPrice {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #666666;
text-decoration: line-through;
}

.txtSale {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #FF8000;
}



.txtOutOfStock {
	color: #FF0000;
}

.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
font-family: Arial, Helvetica, sans-serif;
	color: #0E51A3;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
font-family: Arial, Helvetica, sans-serif;
	color: #FF3300;
	text-decoration:none;
}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}






.tblList {
border: 0px;
}

.tdListTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background-color: #67AD34;
}

.tdEven {
background-color: #F3F3F3;
}

.tdOdd {
background-color: #E2E2E2;
}







.txtCartPrice {
	float: right;
	color: #FF0000;
	padding-right: 3px;
}
.txtCart {
font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #0E51A3;	
}
.cartTotal {
	border-top: 1px dashed #0E51A3;
	width: 150px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #0E51A3;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF3300;
}

/* ----- txtViewCart ----- */
a.txtviewCart {
padding: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
border: 1px solid #B87743;
background-color: #C09C55;
}

a.txtviewCart:hover {
border: 1px solid #C09C55;
background-color: #B87743;
}




.cartProgress {
font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #61A2DF;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #EBEDFE;	
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}

/* ----- txtCheckout ----- */
a.txtCheckout {
padding: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
border: 1px solid #67AD34;
background-color: #8EB645;
}

a.txtCheckout:hover {
border: 1px solid #8EB645;
background-color: #67AD34;
}

a.txtUpdate {
padding: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
border: 1px solid #B87743;
background-color: #C09C55;
}

a.txtUpdate:hover {
border: 1px solid #C09C55;
background-color: #B87743;
}






.txtStockWarn {
	font-size: 70%;
	color: #FF0000;
}
.txtError {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.dropDown {
	width: 120px;
}


.menuCat {
list-style-type: none;
}
a.txtMenuCat {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #444444;
text-decoration: none;
}
a.txtMenuCat:hover {
color: #FF8000;
}

/* ----- TEXTE SITE DOCS ----- */

.txtSiteDocs {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000000;
}

a.txtSiteDocs {
color: #FF8000;
text-decoration: none;
}

a.txtSiteDocs:hover {
color: #999999;
}

/* ----- TEXTE COPYRIGHT ----- */

.txtCopyright {
padding-top: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-align: center;
color: #000000;
}

a.txtCopyright {
color: #FF8000;
text-decoration: none;
}

a.txtCopyright:hover {
color: #999999;
}

.txtLatestProds {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #556E73;
}

.txtContentTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #556E73;
}