/* ======================================= */
/* Harun Template copyright Projeto Ltd    */
/* www.projeto.co.uk                       */
/* ======================================= */



/* == SEARCH AREA & TEXT BOX CSS == */

.searchBtn {
	font-family:Arial, Arial,  Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border:1px solid #effbf9;
	background-color: #3c3430;
	width: 30px;
	
}
.searchBox {
	font-family: Arial, Arial, Tahoma;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: normal;
}
.textbox {
	font-family: Arial, Arial, Verdana;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.textboxDisabled {
	font-family: Arial, Arial, 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: #082880;	
}
li.account {
	list-style-type: circle;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* == GENERAL FONT CSS == */

.txtSession, .txtCopy, .txtSiteDocs {
	font-family: Arial, Arial, Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.txtSession, a.txtSiteDocs {
	font-family: Arial, Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	font-family: Arial, Arial, Verdana;
	color: #000000;
	text-decoration: none;
}



.txt2Session {
	font-family: Arial, Arial, Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.txt2Session {
	font-family: Arial, Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.txt2Session:hover {
	font-family: Arial, Arial, Verdana;
	color: #e33413;
	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: Arial, Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}
a.txtSiteDocs:hover {
 	font-family: Arial, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	font-family: Arial, Arial, Verdana;
	color: #333333;
	text-decoration:none;
	font-weight: normal;
	font-size: 12px;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	font-family: Arial, Arial, Verdana;
	color: #E33413;
	text-decoration:none;
	font-weight: normal;
	font-size: 12px;
}
a.txtCat {
	font-family: Arial, Arial, Verdana;
	color: #333333;
	text-decoration:none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}
a.txtCat:hover {
	font-family: Arial, Arial, Verdana;
	color: #E33413;
	text-decoration:none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
}
.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:Arial, Arial,  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:Arial, Arial,  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:Arial, Arial,  Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border:1px solid #aa552b;
	background-color: #e33413;
}
a.txtButton:hover {
	font-family:Arial, Arial,  Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border:1px solid #aa552b;
	background-color: #e33413;
}
.txtButton {
	font-family:Arial, Arial,  Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border:1px solid #aa552b;
	background-color: #e33413;
	padding: 0px;
}

/* == 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: #082880;
	font-weight: bold;
	text-transform:uppercase;
}

.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}
.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: #C66332;
	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: Arial, Arial, Verdana;
	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 #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 3px;
}

#RatingMain {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}

#RatingBottom {
	background-color: #082880;
	padding: 3px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	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;
}

.download{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}
.download ul{
	margin: 0px;
	padding: 0px;
}

.download a:link{
	color: #000000;
	text-decoration: none;
}
.download a:visited{}
.download a:hover{
	color: #C90A0A;
	text-decoration: underline;
}
.download h4{
	color: #fff;
	font-size: 14pt;
	background: #ccc;
	padding:0px;
	margin:0px;
}
.cntact{
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}
.cntact img{
border:0;
}

.cntact a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.cntact a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.cntact a:hover{
	color: #C90A0A;
	text-decoration: underline;
}
.below-cont{margin-top:15px;}


