.txtSession {

	/*color: #FFFFFF;*/

}

a.txtSession {

	text-decoration: underline;

	/*color: #FFFFFF;*/

	color: #000000;

} 

a.txtSession:hover {

        /*color: #FFFFFF;*/

	color: #000000;

	text-decoration: none;

} 

.txtSessionWelcome {

	text-transform: capitalize;

}

.searchBox {

        font-size: 11px;

	color: #000000;

	/*background-color: #EE99B0;*/

	background-color: #FFFFFF;

	
	border: 1px solid #000000;

        padding: 1px 4px;

        width: 120px;

        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

}

.textbox, .inputMailList {

        font-size: 11px;

	/*color: #337700;*/

	color: #000000;

	background-color: #F2F7E6;

	border: 1px solid #000000;

        padding: 1px 4px;

        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

}

.inputMailList {

        width: 135px;

}

.textboxDisabled {
	background-color: #F2F7E6;
	border: none;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #000000;
}
textarea {

        font-size: 11px;

	/*color: #882240;*/

	color: #000000;

	background-color: #F2F7E6;

	border: 1px solid #000000;

        padding: 1px 4px;

        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

}

.submit, .submitHover {

        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

        font-size: 11px;

	text-align: center;

	text-decoration: none;

        color: #000000;

	background-color: #91AD94;
	border: 1px solid #000000;
        padding: 0;

	/* cross browser syntax for switching cursor to pointer/hand */
	cursor: pointer;
	cursor: hand;
}

/* .submit:hover does not work, because the class is being applied to 
 * a submit button. Workaround using onmouseover and onmouseout */
.submitHover {

	color: #000000;
	background-color: #F2F7E6;
	border: 1px solid #000000;
}

form {

	margin: 0px;

	padding: 0px;

}

ol, ul {

	margin: 0px;

	padding: 0px;

}

ol.sublist, ul.sublist {

	padding-left: 1.2em;

}

li {

	list-style-type: square;

	list-style-position: inside;

	margin: 0px;

	padding: 0px;

}

li.sublist {

	list-style-type: circle;

}

li.categories {

	list-style-type: square;

	color: #000000;	

	padding-top: 1px;

	padding-bottom: 1px;

}

li.num {

	/*font-size: 70%;*/

	color: #000000;		

}

li.account {

	list-style-type: square;

	padding-top: 5px;

	padding-bottom: 5px;

}

.txtCopy, .txtSiteDocs {

	color: #000000;

}

a.txtButton {

	line-height: 20px;

	text-align: center;

	text-decoration: none;

        color: #000000;

	background-color: #91AD94;
	border: 1px solid #000000;
        padding: 1px 3px;

}

a.txtButton:hover {

	text-decoration: none;

        color: #000000;

	background-color: #F2F7E6;
	border: 1px solid #000000;
}



.txtOldPrice {

	text-decoration: line-through;

 	color: #333333;

}

.txtSale {

 	color: #FF0000;

}

.txtOutOfStock {

	color: #FF0000;

}

.txtInfoMsg {
	border: 1px #448811 solid;
	color: #448811;
	padding: 0.5em;
}
.txtErrorMsg {
	border: 1px #FF0000 solid;
	color: #FF0000;
	padding: 0.5em;
}
.txtSiteDocs, a.txtSiteDocs, a.txtSiteDocs:hover {

        /*color: #FFFFFF;*/

        color: #000000;

}

a.txtSiteDocs {

	text-decoration: underline;

}

a.txtSiteDocs:hover {

	text-decoration: none;

}

a, .txtDefault, a.txtDefault, a.txtLink, a.txtLocation {

        color: #000000;

	text-decoration: underline;

}

a:hover, a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {

        /*color: #447711;*/

	/*text-decoration: underline;*/

	text-decoration: none;

}

.left {
	background-image: url(../styleImages/icons/left.gif);
	width: 20px;
	height: 14px;
}
.right {
	background-image: url(../styleImages/icons/right.gif);
	width: 20px;
	height: 14px;
}
.txtContentTitle {

	font-size: 12px;
	font-weight: bold;

        text-align: center; /* i don't think this currently works */

	color: #000000;
}

.txtItemTitle {

	font-weight: bold;

        text-align: center;

	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
        padding-top: 5px;

        padding-bottom: 5px;

        /*padding-top: 0.5em;

        padding-bottom: 0.5em;

        margin-top: 0.5em;

        margin-bottom: 0.5em;

	width: 370px;*/
}

.divCatTitle {
	font-size: 12px;
	font-weight: bold;

        text-align: left;

	color: #000000;
}
.tdItemCode,.tdItemPurchase {

	color: #000000;

	border-top: 1px solid #448811;

	border-bottom: 1px solid #448811;

        text-align: left;

        padding-top: 2px;

        padding-bottom: 2px;

}

.tdItemCode {
        border-left: 1px solid #448811;

        padding-left: 5px;

}
.tdItemPurchase {
        border-right: 1px solid #448811;

        padding-left: 0px;

}
.imgProdImage {

        border: 1px solid #DDDDDD;

}

.imgDefault {

        border: 1px solid #DDDDDD;

}

.txtBoxSave {

	color: #F90707;

	padding-left: 16px;

}

.tblList {

	/*border: 1px solid #BFCCC7;*/

}

.tdListTitle {

	/*background-color: #BFCCC7;

	font-weight: bold;

	color: #0E51A3;

	border-bottom: 1px solid #BFCCC7;

        */

	/*font-weight: bold;*/

	color: #000000;

	background-color: #91AD94;
	border-bottom: 1px solid #000000;

	border-top: 1px solid #000000;

        text-align: left;

        padding: 2px 1px;

}

.imgProdThumb {

        border: 1px solid #DDDDDD;

}

.imgProdCheckout {

        border: 1px solid #DDDDDD;

}

.tdEven {

	background-color: #DBE4DC;

	border-bottom: 1px solid #000000;

}

.tdOdd {

	background-color: #B9CCBB;

	border-bottom: 1px solid #000000;

}

.txtCartPrice {

	float: right;

	color: #000000;

}

.txtCart {

	/*color: #0E51A3;*/

	color: #000000;

}

.cartTotal {

	border-top: 1px dashed #333333;

	/*width: 150px;*/

	padding-top: 2px;

	margin-top: 3px;

}

a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {

	text-decoration: underline;

	color: #333333;

}

a.txtCartProduct:hover {

        /*color: #447711;*/

	text-decoration: none;

}

a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {

        font-size: 11px;

	line-height: 20px;

	text-align: center;

	text-decoration: none;

        color: #FFFFFF;

	background-color: #91AD94;
	border: 1px solid #000000;
        padding: 1px 4px;

}

a.txtviewCart:hover {
        color: #000000;
	background-color: #96B299;
	border: 1px solid #000000;
}

.cartProgress {

	font-weight: normal;

	color: #333333;

	padding: 4px;

	border: 1px solid #000000;
	width: 350px;

	margin: auto;

}

.txtcartProgressCurrent {

	color: #997044;
	font-weight: bold;

}

.shippingSelect {

        background-color: #D0F0B0;

	border: 1px solid #558822;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;
}

.tablePaymentMethod {

        margin-top: 20px;

        width: 360px;

}

.textareaComments {

        width: 350px;

	color: #333333;

}

.quickBuy {

	text-align: center;

	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/

	color: #666666;

}

.tdcartTitle {

	color: #000000;

	background-color: #96B299;
	border-bottom: 1px solid #000000;

	border-top: 1px solid #000000;

        /*text-align: left;*/

}

.tdcartTitleSubtle {

	color: #000000;

	background-color: #96B299;
	border-bottom: 1px solid #000000;

	border-top: 1px solid #000000;

}

.tdcartEven {

	/*border-bottom: 1px solid #CC6680;*/

	border-bottom: 1px solid #000000;

        /*text-align: left;*/

}

.tdcartOdd {

	/*border-bottom: 1px solid #CC6680;*/

	border-bottom: 1px solid #000000;

        /*text-align: left;*/

}

.tdCartSubTotal {

	padding-top: 10px;

}

a.txtCheckout, a.txtUpdate {

        font-size: 11px;

	line-height: 20px;

	text-align: center;

	text-decoration: none;

        color: #FFFFFF;

	background-color: #91AD94;
	border: 1px solid #000000;
        padding: 1px 4px;

}

a.txtCheckout:hover, a.txtUpdate:hover {

	background-color: #96B299;
	border: 1px solid #000000;
}

/*

a.txtCheckout {

	font-weight: bold;

	color: #FFFFFF;

	background-color: #66CC33;

	text-decoration: none;

	font-weight: bold;

	padding: 2px;

	border: 1px solid #000000;

}

a.txtUpdate {

	font-weight: bold;

	color: #FFFFFF;

	background-color: #FF9900;

	text-decoration: none;

	font-weight: bold;

	padding: 2px;

	border: 1px solid #000000;

}

*/

.txtStockWarn {

	/*color: #337700;*/

	color: #FF0000;

}

.txtError {

	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/

	/*font-weight: bold;*/

	color: #050F72;

	color: #FF0000;

	/*background-color: #FFCECE;

	border: 1px solid #FF0000;*/

	/*padding-top: 2px;

	padding-right: 2px;

	padding-bottom: 2px;

	padding-left: 2px;*/

}

.txtCopyright, a.txtCopyright {

	text-align: center;

	font-size: 9px;

	padding-top: 5px;

	color: #000000;

}

a.txtCopyright:hover {

	text-decoration: none;

}

.dropDown {

        width: 130px;

        font-size: 10px;

        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

}


/* Estelles additions */
.clCaption {
	position:absolute;
	left:0px;
	top:0px;
	width:257px;
	height:15px;
	clip:rect(0px 257px 15px 0px);
	font-size:11px;
	font-family:verdana,arial,helvetica,sans-serif;
	background-color:#999999;
	layer-background-color:#999999;
}
.clDescriptionCont {
	position:absolute;
	width:300px;
	visibility:hidden;
	layer-background-color:#cccccc;
       	z-index:200;
}
.clDescription {width:250px;
       	left:0px;
       	top:0px;
	font-family:verdana,arial,helvetica,sans-serif;
	overflow:hidden;
	border: 1px solid #999999;
	padding:3px;
	font-size:11px;
	background-color:#cccccc;
	layer-background-color:#cccccc;
}


