/* ===================================== */
/* Folha Template copyright Projeto Ltd  */
/* www.projeto.co.uk                     */
/* ===================================== */



/* == SEARCH AREA & TEXT BOX CSS == */

.searchBtn {
	font-family:"Lucida Sans", "Lucida Sans Unicode",  Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border:1px solid #effbf9;
	background-color: #3c3430;
	width: 30px;
	
}
.searchBox {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size: 65%;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.textbox {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.textboxDisabled {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size: 65%;
	color: #cccccc;
	background-color: #FFFFFF;
}

/* == BULLETS AND FORMS CSS == */

form, ol, ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: inside;
	margin-left: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: circle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #abd3ce;
	padding-bottom: 3px;
	padding-top:3px;
	padding-left: 0px;
	padding-right: 5px;
}
li.bulletLrg {
	list-style-type: circle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #abd3ce;	
}
li.account {
	list-style-type: circle;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* == GENERAL FONT CSS == */

.txtSession, .txtCopy, .txtSiteDocs {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 70%;
	color: #333333;
	text-decoration: none;
}
a.txtSession, a.txtSiteDocs {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;;
	color: #ffffff;
	text-transform: uppercase;
	font-weight:bold;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #9cbeba;
	text-decoration: none;
}



.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
	font-family:"Trebuchet MS", Verdana, Arial;
 	color: #FFFFFF;
	font-weight: bold;
}
.txtOutOfStock {
	color: #b2c4c1;
}
.txtSiteDocs, a.txtSiteDocs {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 70%;
	color: #ffffff;
	text-decoration:none;
}
a.txtSiteDocs:hover {
 	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 70%;
	color: #333333;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #333333;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
 	font-family: "Trebuchet MS", Verdana, Arial;
	color: #d3caab;
	text-decoration:none;
}
.txtContentTitle {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
	padding: 5px;
	text-transform: uppercase;
}
.txtBoxSave {
	color: #3c3430;
	padding-left: 19px;
}
/* == VIEW BASKET BUTTON CSS == */

a.btnViewBasket {
	font-family:"Lucida Sans", "Lucida Sans Unicode",  Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border:1px solid #effbf9;
	background-color: #3c3430;
	padding-left: 5px;
	padding-right: 5px;
}
a.btnViewBasket:hover {
	font-family:"Lucida Sans", "Lucida Sans Unicode",  Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border:1px solid #effbf9;
	background-color: #cae0dc;
}

/* == GENERAL BUTTON CSS == */

a.txtButton {
	font-family:"Lucida Sans", "Lucida Sans Unicode",  Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border:1px solid #effbf9;
	background-color: #3c3430;
}
a.txtButton:hover {
	font-family:"Lucida Sans", "Lucida Sans Unicode",  Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border:1px solid #effbf9;
	background-color: #cae0dc;
}
.txtButton {
	font-family:"Lucida Sans", "Lucida Sans Unicode",  Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border:1px solid #effbf9;
	background-color: #3c3430;
	padding: 5px;
}

/* == TABLE LAYOUT CSS == */

.tdListTitle {
	background-color: #abd3ce;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
}
.tdOdd {
	background-color: #FFFFFF;
}
.cartProgress {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #abd3ce;
	font-weight: bold;
}

.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #abd3ce;
}
.tdcartEven {
	background-color: #FFFFFF;
	border-top: 1px dotted #cccccc;
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}
.txtStockWarn {
	font-size: 75%;
	color: #d3caab;
}
.txtError {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #abd3ce;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	padding-top: 5px;
	color: #cccccc;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
	border: 1px solid #cccccc;
	font-family:"Trebuchet MS", Verdana, Arial;
	text-transform:none;
	font-weight:normal;
	margin-left: 10px;
}
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
	border-top: 1px solid #070F72;
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	background-color: #EBEDFE;
	padding: 3px;
}

.RatingMain {
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	background-color: #EBEDFE;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	background-color: #EBEDFE;
	padding: 3px;
	border-bottom: 1px solid #070F72;
}

.RatingBottom {
	background-color: #070F72;
	padding: 3px;
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	color: #FFFFFF;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}

/* start mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */
/* by Estelle - http://cubecart.expandingbrain.com */

/* Information displayed after email is sent */
.divEmailInfo {
	margin: 1em auto 1em auto;
	color: black;
	background-color: #E0FFB8;
	padding: 1em;
	position: relative;
}
.divEmailError {
	margin: 1em auto 2em auto;
	padding: 1em;
	color: red;
	background-color: #FFEEE7;
}
.divEmailFields {
	margin: 1em auto;
	padding: 10px;
	width: 95%;
	overflow: auto;
	border: 1px dashed #94DA3A;
}

/* Table and field sizes/alignment */
table.contactForm {
	margin: 0 auto;
	width: 100%;
}
.contactForm input.textbox {
	width: 96%;
}
.contactForm select {
	/*width: 243px;*/
}
.contactForm textarea {
	width: 99%;
	height: 160px;
}

/* Field error messages */
span.validation-advice, span.custom-advice, label.error {
	margin-top: 5px;
	color: #FF0000;
	background-color: #FFFFFF; /* set this to fix problem in IE */
	font-weight: bold;
}

/* end mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */

