/* ===================================== */
/* 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: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: normal;
}
.textbox {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.textboxDisabled {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #cccccc;
	background-color: #FFFFFF;
}

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

form, ol, ul {
	margin: 0px;
	padding: 0px;
}
ol.num {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: inside;
	margin-left: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image: url(../styleImages/bullet.gif);
	background-position: 2px 6px;
	background-repeat:no-repeat;
	padding-left: 20px;
}
li.bullet2 {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image: url(../styleImages/bullet2.gif);
	background-position: 2px 0px;
	background-repeat:no-repeat;
	padding-left: 20px;
}
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: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.txtSession, a.txtSiteDocs {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	color: #333333;
	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: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}
a.txtSiteDocs:hover {
 	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #939b6d;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	color: #333333;
	text-decoration:none;
	font-weight: normal;
	font-size: 12px;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	color: #c66332;
	text-decoration:none;
	font-weight: normal;
	font-size: 12px;
}
a.txtCat {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	color: #333333;
	text-decoration:none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c1bbad;
}
a.txtCat:hover {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	color: #c66332;
	text-decoration:none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c66332;
}
.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: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	text-transform:none;
	font-weight:normal;
	margin-left: 10px;
}
