/*
html, body {
    margin: 0;
    padding: 0;

    color: #565656;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
*/

@import url("../../../../style.css");

img {
	border: none;
}

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

.searchBtn {
	color: #565656;
	background-color: #e1e1e1;
	border: 1px solid #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	height: 19px;
	width: 24px;
	padding-bottom: 2px;
	padding-left: 1px;
	padding-top: 1px;
	padding-right: 2px;
	cursor: pointer;
}
.searchBox {
	color: #565656;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}
.textbox {
	color: #565656;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.textboxDisabled {
	color: #e1e1e1;
	background-color: #ffffff;
	border: 1px dashed #e1e1e1;
	height: 16px;
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.submit {	
	color: #565656;
	background-color: #e1e1e1;
	border: 1px solid #898989;
	background-color: #e1e1e1;
    font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	cursor: pointer;
}

form {
	margin: 0px;
	padding: 0px;
}

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

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: #565656;	
	padding-bottom: 8px;
}
li.account {
	list-style-type: square;
	padding-top: 4px;
	padding-bottom: 4px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #565656;
}
a.txtSession, a.txtSiteDocs {
	color: #f26738;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #f23d00;
	text-decoration: underline;
}
.txtButton {
	color: #565656;
	background-color: #e1e1e1;
	border: 1px solid #898989;
    font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	cursor: pointer;
}
a.txtButton {
	color: #FFFFFF;
	background-color: #f26738;
	border: 0;
    font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	color: #FFFFFF;
	background-color: #f23d00;
	border: 0;
    font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	text-align: center;
	text-decoration: none;
}
.txtOldPrice {
	text-decoration: line-through;
	font-size:12px;
}
.txtSale {
 	color: #f23d00;
    font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtPrice {
    font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #565656;
}
.txtDefault {
	color: #565656;
	text-decoration: none;
}
a.txtProdLink:link, a.txtProdLink:active, a.txtProdLink:visited {
	color: #324c88;
	text-decoration: none;
}
a.txtProdLink:hover {
	color: #f23d00;
	text-decoration: underline;
}
a.txtDefault, a.txtLink, a.txtLocation {
	color: #f26738;
	text-decoration: none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #f23d00;
	text-decoration:underline;
}
a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #f26738;
	text-decoration: none;
}
a.txtSelected:hover {
	color: #f23d00;
	text-decoration: underline;
}
.txtContentTitle {
/*
	font: 28px Georgia, Serif;
	letter-spacing: .08em;
	text-transform:uppercase;
*/	
	font-weight: 600;
	font: 22px Georgia, Serif;
	line-height: 1.4;
	color: #565656;
	padding: 8px;
}
.txtBoxSave {
	color: #f23d00;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	border-bottom: 1px dashed #e1e1e1;
	font-weight: bold;
	color: #565656;
}
.tdEven {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.txtCartPrice {
	float: right;
	color: #f23d00;
	padding-right: 3px;
}
.txtCart {
	color: #565656;	
}
.cartTotal {
	border-top: 1px dashed #e1e1e1;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #f26738;
}
a.txtCartProduct:hover {
	text-decoration: underline;
	color: #f23d00;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	background-color: #f26738;
    font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #f23d00;
    font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	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: #324c88;
    font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #e1e1e1;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #f23d00;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #565656;
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdCartSubTotal {
	padding-top: 10px;
}

.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtCopyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #565656;
}
a.txtCopyright:link, a.txtCopyright:visited, a.txtCopyright:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #f26738;
    text-decoration: none;
}
a.txtCopyright:hover {
    color: #f23d00;
    text-decoration: underline;
}
.dropDown {
	width: 130px;
	color: #565656;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #565656;
	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: #e1e1e1;
	padding: 3px;
	color: #FFFFFF;
	/*font-size: 11px;*/
}

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

#shipping-select {
	width: 220px;
}

