html, body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #2b2b69;
}

img {
	border: 0px;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}

.searchBtn {
	color: #FFFFFF;
	/* background-color: #65b0e1; */
	background-color: #ffffff;
	border: 0px solid #c7e2f4; 
	height: 30px;
	width: 30px;
	font-size: 11px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	background-image: url(../styleImages/backgrounds/backgrd_go_btn.png); background-repeat: no-repeat;
}
.searchBox {
	color: #333333;
	background-color: #FFFFFF;
	border: 3px solid #c7e2f4;
	font-size: 12px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textbox {
	color: #1984ba;
	background-color: #FFFFFF;
	border: 1px solid #c7e2f4;
	font-size: 12px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #c7e2f4;
	/*font-size: 12px;*/
	color: #c7e2f4;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.submit {	
	color: #FFFFFF;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
	background-color: #65b0e1;
	border: 1px solid #c7e2f4;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin-left: 30px;
	padding: 0px;
	color: #1984ba;	
}

li {
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 12px;
}

li.num {
	color: #333333;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #2b2b69;
}
a.txtSession, a.txtSiteDocs {
	color: #2b2b69;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #ff6d3b;
	text-decoration: none;
}
.txtButton {
	color: #FFFFFF;
	background-color: #1984ba;
	border: 1px solid #c7e2f4;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtButton {
	color: #FFFFFF;
	background-color: #1984ba;
	border: 1px solid #c7e2f4;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	color: #FFFFFF;
	background-color: #ff6d3b;
	border: 1px solid #c7e2f4;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.txtButton2 {
	color: #FFFFFF;
	background-color: #65b1e2;
	border: 1px solid #c7e2f4;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
}
a.txtButton2 {
	color: #FFFFFF;
	background-color: #65b1e2;
	border: 1px solid #c7e2f4;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
}
a.txtButton2:hover {
	color: #FFFFFF;
	background-color: #ff6d3b;
	border: 1px solid #c7e2f4;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
}
.txtCheckoutButton {
	color: #FFFFFF;
	background-color: #d82238;
	border: 1px solid #c7e2f4;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtCheckoutButton {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #c7e2f4;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtCheckoutButton:hover {
	color: #FFFFFF;
	background-color: #ff6d3b;
	border: 1px solid #c7e2f4;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.txtOldPrice {
	text-decoration: line-through;
	color: #1984ba;
	font-size:12px;
}
.txtSale {
 	color: #ff6d3b;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size:16px;
	font-weight:bold;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtPrice {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size:14px;
	font-weight:bold;
	color: #1984ba;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #2b2b69;
	text-decoration:none;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	font-weight:bold;
}
a.txtSiteDocs:hover {
	color: #1984BA;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #2b2b69;
	font-weight:bold;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #ff6d3b;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}
.txtContentTitle {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #2b2b69;
	background:#ddedf5;
	/*background-image: url(../styleImages/backgrounds/titleContentBg.png);
	background-repeat: repeat-x; background-position:top;*/
	/*height: 15px;*/
	border-left: 1px solid #c7e2f4;
	border-right: 1px solid #c7e2f4;
	padding: 5px;
}
.txtBoxSave {
	color: #1984ba;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	background-color: #ddedf5;
	font-weight: bold;
	color: #2b2b69;
}
.tdEven {
	background-color: #FFFFFF;
	/*border-bottom: 1px dashed #c7e2f4;*/
}
.tdOdd {
	background-color: #FFFFFF;
	/*border-bottom: 1px dashed #c7e2f4;*/
}
.txtCartPrice {
	float: right;
	color: #1984ba;
	padding-right: 3px;
}
.txtCart {
	color: #2b2b69;	
}
.cartTotal {
	border-top: 1px dashed #c7e2f4;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #1984ba;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #d82238;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	background-color: #da2339;
	/*background-image:url(../styleImages/backgrounds/cartBg.gif);*/
	border: 1px solid #c7e2f4;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #ef8a44;
	border: 1px solid #c7e2f4;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	background-color: #ff6d3b;
	border: 1px solid #cccccc;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.cartProgress {
	font-weight: normal;
	color: #2b2b69;
	padding: 4px;
	border: 1px solid #c7e2f4;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #1984ba;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #2b2b69;
}
.tdcartTitle {
	font-weight: bold;
	color: #1984ba;
	background-color: #ffffff;
	border-bottom: 1px dashed #c7e2f4;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px dashed #c7e2f4;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #c7e2f4;
}
.tdCartSubTotal {
	padding-top: 10px;
}

.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
	background-color: #ffffff;
	padding: 3px;
}

.RatingMain {
	background-color: #ffffff;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	background-color: #ffffff;
	padding: 3px;
}

.RatingBottom {
	background-color: #c7e2f4;
	padding: 3px;
	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;
}

.topPadding {
	padding-top: 10px;
}

.txtCopyright, a.txtCopyright {
	text-align: left;
	/*font-size: 11px;*/
	padding-top: 15px; padding-left: 40px;
	color:#2b2b69;
	text-decoration: none;
}
a.txtCopyright:hover {
	text-decoration: underline;
	color:#2b2b69;
}
.txtGabitech, a.txtGabitech {
	text-align: left;
	font-size: 10px;
	padding-top: 15px; padding-left: 40px;
	color:#2b2b69;
	text-decoration: none;
}
a.txtGabitech:hover {
	text-decoration: underline;
	color:#2b2b69;
}
a.txtGabitech:visited {
	text-decoration: none;
	color:#2b2b69;
}
.homeBoxesAccross {
	border: 1px solid #c7e2f4;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #1984ba;
	padding: 5px;
}
.txtBoxesContentTitle {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #2b2b69;
	padding: 0 0 5px 0;
}
.txtBoxesContent { 
	font:normal 13px Arial, Helvetica, sans-serif; 
	color:#1984ba; 
	line-height:1.8em; 
	padding:0 0 5px 0; 
	margin:0;
}
	
.btnReadMore {
	color:#fff;
	background-color:#ddedf5;
	font-size:12px;
	height:25px;
	width:120px;
	padding:5px;
	text-align:center;
}

/* 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 */

.prodCategView {
	float:left; width:175px; height:400px; margin:5px; margin-bottom:5px; border:1px solid #c7e2f4;
}
.prodCategViewHeight {
	height:310px;
}
.prodCategViewImgHeight {
	height:130px;
}

#fancyClock{
	margin:8px auto;
	height:40px;
	border:1px solid #ddedf5;
	width:120px;
}
.topMessageNew, .topMessageNew a {
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	display: block;
	margin-top: 40px; padding: 30px;
	background-color: #da2339;
	height: 60px;
}