@charset "UTF-8";
/* CSS Document */

/* ---- Accapi red - #e21b22 ----- */

@import url("/css/text.css");
@import url("/css/productList.css");
@import url("/css/boxes.css");
@import url("/css/forms.css");

img {
	border: none;
}


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

.searchBox {
	text-indent: 3px;
	margin-left: 3px;
	color: #999;
	background-color: #FFF;
	font-size: 0.563em;	
	width: 157px;
	height: 13px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
}

a.linkDelete, a.linkDelete:visited {
	display: block;
	background-image: url(/assets/del.gif);
	background-position: left top;
	width: 18px;
	height: 18px;
	text-indent: -3000px;
	margin-bottom: 5px;
}

a.linkDelete:hover {
	background-position: right top;
}

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

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

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 {
	color: #333333;
}

a {
	outline: none;
}

a.txtSession {
	color: #e21b22;
	text-decoration: underline;
}

a.txtSession:hover {
	color: #333333;
	text-decoration: underline;
}

a.txtSession:visited {
	color: #333333;
	text-decoration: none;
}

/* --------- Text Buttons --- defined by simon -------- */

input.txtButton, .txtButton, .txtButton:visited {
	text-align: left;
	padding: 0;
	font-size: 1em;
	line-height: normal;
	border: none;
	cursor: pointer;
	float: left;
	color: #FFFFFF;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	background: url(/assets/stripes/stripes.jpg) left top repeat-x;
	text-decoration: none;
	height: 17px;
	padding: 4px 10px 0px 5px;
	margin: 0px 4px 10px 0px;
	text-transform: uppercase;

	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.5);  
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.5);  
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	text-shadow: rgba(0,0,0,.3) 0 1px 0;
	
}

input.txtButton {
	height: 21px;
	padding-top: 0;
}

.txtButton:hover {
	background-image: url(/assets/stripes/stripes-dark.jpg);
	color: #FFFFFF;
	-moz-box-shadow:inset 2px 2px 4px rgba(0,0,0,.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0);  
    box-shadow:inset 2px 2px 4px rgba(0,0,0,.5);
    text-decoration: none;
}

.txtButton.red, .txtButton.red:hover {
	background-image: url(/assets/stripes/stripes-selected.jpg);
	color: #FFFFFF;
}

.txtButton.red:hover {
	background-image: url(/assets/stripes/stripes-dark.jpg);
}

.buttonSet {
	width: auto;
	overflow: hidden;
}

.buttonSet .txtButton, .buttonSet .txtButton:visited {
	float: right;
}

/* -------0- simon's edit end --------- */ 


.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #e21b22;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #70cdcc;
	text-decoration:none;
}

.txtContentTitle {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999;
	height: 15px;
	border: 1px solid #999;
	padding: 5px;
}
/*
*/
.txtBoxSave {
	color: #70cdcc;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	background-color: #e1e1e1;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.txtCartPrice {
	float: right;
	color: #e21b22;
	padding-right: 3px;
}
.txtCart {
	color: #333333;	
}
.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: #333333;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #70cdcc;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	background-color: #e21b22;
	border: 1px solid #b1d16c;
	font-family: "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #70cdcc;
	border: 1px solid #66bbba;
	font-family: "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: #e1e1e1;
	border: 1px solid #cccccc;
	font-family: "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.quickBuy {
	text-align: center;
	color: #666666;
}

.tdcartTitle {
	padding-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333333;
	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: #e21b22;
}

.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;
	overflow: hidden;
}

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

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

.RatingBottom {
	background-color: #4b4b4b;
	padding: 3px;
	color: #FFFFFF;
	overflow: hidden;
}

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

#shipping-select {
	width: 220px;
}

#blog_rightCol h2, #blog_leftCol h2.blogpost {
	margin-bottom: 5px;
}

#blog_rightCol h2 {
	margin-bottom: 20px;
}

#blog_rightCol a.blogpost {
	float: left;
	clear: left;
	padding-bottom: 12px;
	position: relative;
	z-index: 5;
}

#blog_rightCol span.footnote {
	float: left;
	top: -12px;
	clear: left;
	position: relative;
	z-index: 1;
}

#blog_leftCol h2.blogpost {
	/*background: url(/assets/icons/right_arrow.gif) no-repeat scroll left 4px;*/
	font-size: 1.125em;
	padding-top: 4px;
	padding-left: 30px;
	margin-top: 0px;
}

#blog_leftCol h2.blogpost .footnote {
	font-size: 0.833em;
}

#blog_rightCol .footnote {
	font-size: 0.889em;
}

#product_text .txtButton#reviewSubmitBtn {
	margin-left:185px;
}

#pageContent #lnContent h2 {
	font-size: 1.125em;
}

#pageContent #lnContent h2 .footnote {
	font-size: 0.833em;
}

.documentText p:first-child {
	margin-top:0px;
} 

.documentText h3 {
	margin-bottom:0px;
	font-weight: bold;
} 

.documentText h3 + p {
	margin-top:0px;
} 


/* !  Guarantee Notification */

#guarantee_notification_box {
	clear: both;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 18px;
	padding: 12px 18px 12px 12px;
	background: url(/assets/guarantee_notification.gif) center top no-repeat #e9e9e9;
}

#guarantee_notification_box a, #guarantee_notification_box a:visited {
	font-weight: bold;
	color: #333333;
}


#guarantee_notification_box #terms_conditions_link, #guarantee_notification_box #terms_conditions_link:visited {
	font-weight: normal;
	display: block;
	margin-top: 10px;
	color: #888888;
}

#guarantee_notification_box #terms_conditions_link:hover {
	color: #000000;
}