/* @override http://www.5050store.com/skins/fiftyFifty/styleSheets/style.css */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a3a3a3;
}

a {
	color: #00bbe7;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

img {
	border: none;
}

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

.searchBtn {
	color: #FFFFFF;
	background-color: black;
	border-top: 1px solid #505050;
	border-left: 1px solid #505050;
	border-right: 1px solid #393939;
	border-bottom: 1px solid #393939;
	height: 22px;
	width: 22px;
	font-size: 11px;
	margin-left: 5px;
	text-align: center;
}
.searchBox {
	color: #00bbe7;
	background-color: black;
	border: 1px solid #363636;
	font-size: 11px;
	width: 130px;
	height: 18px;
}
.textbox {
	background-color: #000000;
	border: 1px solid #363636;
	color: #00bbe7;
}
.emailtextbox {
	background-color: #000000;
	border: 1px solid #363636;
	font-size: 11px;
	color: #00bbe7;
	width: 92px;
	padding: 3px;
	margin-top: 5px;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
	/*font-size: 11px;*/
	color: #000000;
}
.submit {	
	background-image: url(../styleImages/submit.png);
	background-repeat: no-repeat;
	border: 0;
	width: 71px;
	height: 24px;
	cursor: pointer;
}
.login {	
	background-image: url(../styleImages/titles/login.png);
	background-repeat: no-repeat;
	border: 0;
	width: 60px;
	height: 24px;
	cursor: pointer;
}
.updateAccount {	
	background-image: url(../styleImages/updateAccount.png);
	background-repeat: no-repeat;
	border: 0;
	width: 140px;
	height: 24px;
	cursor: pointer;
}
.update {	
	background-image: url(../styleImages/update.png);
	background-repeat: no-repeat;
	border: 0;
	width: 71px;
	height: 24px;
	cursor: pointer;
}

.emailsubmit {	
	background-image: url(../styleImages/joinNow.png);
	background-repeat: no-repeat;
	border: 0;
	width: 84px;
	height: 24px;
	cursor: pointer;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #000000;	
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: none;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 14px;
}

li.num {
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #ffffff;
}
a.txtSession, a.txtSiteDocs {
	color: #00bbe7;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #00bbe7;
	text-decoration: underline;
}
a.txtSiteDocsBASKET:hover {
	color: #ffffff;
	text-decoration: none;
}
a.txtButton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #070F72;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	text-decoration: line-through;
	color: #3c3c3c;
}
.txtSale {
 	color: #00bbe7;
 	padding: 0;
 	margin: 0;
}
.txtOutOfStock {
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #bcbcbc;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
	margin-right: 0px;
}
a.txtSiteDocsBASKET {
	color: #00bbe7;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
	margin-right: 0px;
}
a.txtSiteDocs:hover {
	color:  white;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #ffffff;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #00bbe7;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #00bbe7;
	text-decoration:none;
}
.txtContentTitle {
	font-size: 18px;
	font-weight: bold;
	color: #00bbe7;
	padding: 0;
	margin: 7px 0 0px 0;
}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
border-bottom: 1px solid #2b2b2b;
}
.tdOdd {
border-bottom: 1px solid #2b2b2b;
}
.txtCartPrice {
	float: right;
	color: #00bbe7;
}
.txtCart {
	color: #ffffff;	
}
.CartContents {
	height: 42px;
}
.cartTotal {
	padding-top: 10px;
	margin-top: 3px;
}
.red {
	color: #00bbe7;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #ffffff;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #00bbe7;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtviewCart:hover {
	background-color: #66CC33;
	color: #FFFFFF;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC33;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
.cartProgress {
margin-bottom: 20px;
}
.txtcartProgressCurrent {
	color: #00bbe7;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #2b2b2b;
}
.tdcartEven {
	border-top: 1px solid #2b2b2b;
}
.tdcartOdd {

}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #2b2b2b;
}
a.txtCheckout {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.txtUpdate {
	font-weight: bold;
	color: #00bbe7;
	text-decoration: none;
	padding: 3px;
}
.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;
	background-color: black;
	border: 1px solid #363636;
	color: #ffffff;
}
.BrandsdropDown {
	width: 100px;
	background-color: black;
	border: 1px solid #363636;
	color: #ffffff;
}
.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;
}
.imagetitles {
	margin-bottom: 3px;
}
.productimage {
	margin: 10px 0;
	border: 1px solid #2b2b2b;
}
.thepriceisright {
	font-size: 40px;
	line-height: 35px;
	font-weight: bold;
	color: #FFFFFF;
}
.pricetitle {
	margin-bottom: 7px;
}
.addtobasket {
border: none;
margin-left: 5px;
}
.chooseoptions {
	background-color: black;
	border: 1px solid #363636;
	color: #00bbe7;
	margin-right: 5px;
}
.prodprice {
	width: 50px;
	position:relative;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.noproducts {
	font-style: italic;
}
.floatylogo {
	width: 100px;
	position:relative;
	float:right;
}
.latestprice {
	font-size: 16px;
	font-weight: bold;
	color: #00bbe7;
}
.homepagetext {
	margin-bottom: 10px;
}
.homepagetext a {
	color: #ffffff;
	text-decoration: none;
}
.homepagetext a:hover {
	color: #00bbe7;
}
.carttotaltd {
	height: 50px;
	font-size: 1.5em;
}
.carttotalprice {
	color: #00bbe7;
	font-weight: bold;
}
.blog {
	width: 589px;
	height: 560px;
	border: 1px solid #141414;
	padding: 20px;
	margin: 10px 0 0 0;
}
