/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	background-color: #D4D4D4;
	margin: 0 auto auto auto;
	padding:0;
	text-align:center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.align-centre {
	text-align: center;
}
/* Images */
a img {
	border: none;
}
/*
	Paragraphs
*/
.red{
	color:#B70000;
}
span.sub-text {
	font-size: 0.8em;
}
p{
	padding:0;
	margin:0;
	padding-bottom:15px;
}
h1, h2{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
h1{
	font-size:1.3em;
	margin-bottom: 0.5em;
}
h2{
	font-size:1.1em;
	color:#B70000;
}
h3{
	font-size:0.8em;
	font-weight:bold;
	color:#B70000;
}
/*
	Links
*/
a:link {
	color: #B43026;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF1200;
}
a:active {
	text-decoration: none;
	color: #FF1200;
}
a.more{
	background-image:url(../images/buttons/moreInfo.jpg);
	background-repeat:no-repeat;
	line-height:29px;
	height:29px;
	float:left;
	width:179px;
	font-size:0.9em;
	padding-left:15px;
}

/*
	eMat Discount
*/
div.discountSmall {
	float: left;
	padding: 0 0 0 10px;
}

/*
	Wrapper
*/
div#Wrapper{
	width:970px;
	margin:0 auto auto auto;
	background-color:#FFFFFF;
	text-align:left;
	position:relative;
}
/*
	Search
*/
div#searchFor {
	background-image: url(../images/bg_search.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 30px;
	width: 208px;
	float: right;
	padding: 8px 13px 0 0;

}
div#searchFor input {
	float: right;
}
div#searchFor input.text {
	width: 157px;
	border:none;
	background-image: url(../images/bg_searchText.gif);
	background-repeat: repeat-x;
	background-color: #F1DBDB;
	padding: 2px 2px 3px 2px;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*
	Header
*/
div#Header{
	background-color:#C10000;
	height:80px;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
	position:relative;
	top:0;
	left:0;
	float:left;
	width:970px;
}
div#Header div.logo{
	background-image:url(../images/headerLogoBg.jpg);
	background-repeat:no-repeat;
	height:80px;

}
div#Header ul.links{
	margin:0;
	padding:0;
	position:absolute;
	top:49px;
	left:280px;
	z-index:2;
}
div#Header ul.links li{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
div#Header ul.links li a,
div#Header ul.links li a.out{
	text-transform:uppercase;
	font-size:9px;
	color:#F1CCCC;
	float:left;
	padding:10px 8px 7px 8px;
	background-image:url(../images/navOut.gif);
	background-repeat:repeat-x;
	background-color:#DE3737;
}
div#Header ul.links li a:hover,
div#Header ul.links li a.over{
	border-bottom:1px solid #D82D2D;
	text-decoration:none;
	background-image:url(../images/navOver.gif);
	background-repeat:repeat-x;
	background-color:#FF5B5B;
	color:#FFFFFF;
}
/*
	Cart
*/
div#Cart{
	width:221px;
	position:absolute;
	z-index:3;
	right:0;
	top:49px;
	background-image:url(../images/cartBg.gif);
	background-repeat:repeat-x;
}
div#Cart div.links{
	background-image:url(../images/cartLinkBg.gif);
	background-repeat:no-repeat;
	padding:6px 0 5px 14px;
	height:30px;
}
div#Cart a.links{
	font-size:0.7em;
	color:#E8CFCF;
	text-transform:uppercase;
	float:left;
	padding: 0 0 0 16px;
}
div#Cart div.total{
	color:#E8CFCF;
	font-size:0.7em;
	position:absolute;
	right:10px;
	top:6px;
}
div#Cart a.button{
	background-image:url(../images/cartViewBg.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:23px;
	left:1px;
	width:220px;
	height:8px;
}
div#Cart a.button:hover{
	background-image:url(../images/cartViewBgOver.gif);
}
div#Cart a.button span.interior{
	display:none;
}
/*
	Body
*/
div#Body{
	position:relative;
	float: left;
	width:970px;
	background-color:#FFFFFF;
}

/*
	Footer
*/

div#Footer{
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	float:left;
	width:970px;
}
div#Footer div.links{
	font-size:0.6em;
	color:#7C7C7C;
	padding:15px 20px 0 20px;
}
div#Legal{
	font-size:0.6em;
	color:#7C7C7C;
	margin-top:15px;
	padding:0 20px 30px 20px;
}
div#Legal p{
	padding:0;
}
/*
	Mini Cart
*/
div#MiniCart{
	width:220px;
	background-color:#014370;
	color:#C9D6DE;
	position:absolute;
	top:72px;
	right:0;
	z-index:4;
	display:none;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}
div#MiniCart a.close{
	width:220px;
	height:8px;
	background-image:url(../images/miniCartClose.gif);
	background-repeat:no-repeat;
	float:left;
}
div#MiniCart a.close:hover{
	background-image:url(../images/miniCartCloseOver.gif);
}
div#MiniCart a.close span.links{
	display:none;
}
div#MiniCart table.totals{
	width:100%;
	border-top:1px solid #5C95BC;
	border-bottom:1px solid #014370;
}

div#MiniCart table.totals td,
div#MiniCart table.totals th{
	font-size:0.7em;
	color:#C9D6DE;
	font-weight:normal;
	padding:3px;
}
div#MiniCart table.totals td{
	text-align:right;
	padding-right:12px;
}
div#MiniCart table.totals th{
	text-align:left;
	padding-left:11px;
}
div#MiniCart table.totals tr.light{
	background-color:#165A88;
}
div#MiniCart div.contents{
	height:172px;
}
div#MiniCart table.cart{
	background-color:#115380;
	width: 100%;
}
div#MiniCart table.cart th{
	text-align:left;
	font-weight:normal;
}
div#MiniCart table.cart td{
	text-align:right;
}
div#MiniCart table.cart tr.light{
	background-color:#24618B;
}
div#MiniCart table.cart tr.highlight {
	background-color:#700101;
}
div#MiniCart table.cart tr.highlight-light{
	background-color:#8B2424;
}
div#MiniCart table.cart td a,
div#MiniCart table.cart th a{
	color:#C8D5DD;
	font-size:0.7em;
}
div#MiniCart table.cart td,
div#MiniCart table.cart th{
	padding:3px 11px 3px 11px;
}

/*
	Location Bar
*/
div#LocationBar{
	float:left;
	width:970px;
	height:24px;
	line-height:24px;
	border-bottom:1px solid #BABABA;
	background-image:url(../images/bg_locationBar.gif);
	background-repeat:repeat-x;
	background-color:#CDCDCD;
	font-size:0.7em;
	padding:0;
	maring:0;
	color:#3E3E3E;
}
div#LocationBar span.interior{
	padding-left:20px;
	margin:0;
}
div#LocationBar a{
	color:#3E3E3E;
}

/*
	Default Background
*/
div#Background {
	background-image:url(../images/bg_default_1.gif);
	background-repeat:repeat-x;
	padding: 20px;
	clear: both;
}

div.BackgroundPadding,
div#BackgroundPadding {
	padding: 20px;
	clear: both;
}

div.BackgroundNoPadding p,
div#BackgroundNoPadding p,
div.BackgroundPadding p,
div#BackgroundPadding p,
div#Background p {
	font-size: 0.8em;
}

div.BackgroundNoPadding span.url,
div#BackgroundNoPadding span.url,
div.BackgroundPadding span.url,
div#BackgroundPadding span.url,
div#Background span.url {
	font-size: 0.8em;
}

/*
	Forms
*/
form {
	margin: 0;
}

div.button {
	background-image:url(../images/buttons/moreInfo.jpg);
	background-repeat:no-repeat;
	width: 184px;
	text-align: left;
}
input.text {
	border:1px solid #CDCDCD;
}
input.button {
	background: none;
	line-height:29px;
	height:29px;
	border: none;
	font-size:0.75em;
	padding-left:5px;
	color: #B43026;
	cursor: hand;
}
div.button-short {
	background-image:url(../images/buttons/moreInfoShort.jpg);
	background-repeat:no-repeat;
	width: 104px;
	text-align: left;
}
div.button-short-grey {
	background-image:url(../images/buttons/moreInfoShortGrey.jpg);
	background-repeat:no-repeat;
	width: 104px;
	text-align: left;
}
input.button-short {
	background: none;
	line-height:29px;
	height:29px;
	border: none;
	font-size:0.75em;
	padding-left:5px;
	color: #B43026;
	cursor: hand;
}
/*
	Lists
*/
div#Body ul, ol {
	padding: 0;
	margin: 0.5em 0 1em 2em;
}
div#Body ul li {
	font-size: 0.8em;
}

table.error {
	width:100%;
	font-size: 0.8em;
	border:1px solid #ccc;
	background-color: #eee;
}
table.error td {
	padding: 10px
}

div#cartApology {
	margin: 0 20px 0 0;
	padding: 10px;
	text-align: left;
	border:1px solid #ccc;
	background-color: #eee;
}

/*
	Default Table
*/
table.default{
	width:100%;
}
table.default tr.everyOther,
table.default tr td.bgdark {
	background-color:#F1F1F1;
}
table.default td,
table.default th{
	padding:1px 15px 1px 15px;
	font-size:0.7em;
}
table.default td{
	padding:7px 15px 7px 15px;
}
table.default th{
	border-bottom:1px solid #AF0B0B;
	color:#555555;
}
table.default tr.footer td{
	border-top:1px solid #CE7872;
}
table.default input.text,
table.default input.textFocus{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border:1px solid #CDCDCD;
	width:20px;
	font-size:0.9em;
	height:18px;
	line-height:18px;
	text-align:right;
	padding-right:10px;
}
table.default input.textFocus{
	border:1px solid #DB3333;
	background-color:#FFE8E8;
}

table.default input {
	vertical-align: middle;
}


table.default-horizontal{
	width:100%;
	border-top:1px solid #AF0B0B;
	border-bottom:1px solid #CE7872;
}
table.default-horizontal tr.everyOther,
table.default-horizontal tr td.bgdark {
	background-color:#F1F1F1;
}
table.default-horizontal td,
table.default-horizontal th{
	padding:1px 15px 1px 15px;
	font-size:0.7em;
}
table.default-horizontal td{
	padding:7px 15px 7px 15px;
}
table.default-horizontal th{
	color:#000;
	background-color:#F1F1F1;
}
table.default-horizontal td input.button,
table.default-horizontal td input.button-short {
	font-size:	1em;
}

table.default-horizontal tr.line td,
table.default-horizontal tr.line th{
	border-bottom: 1px dashed #ccc;
}


table.cartCoupon {
	width:100%;
	font-size: 0.8em;
	border:1px solid #ccc;
	background-color: #eee;
}
table.cartCoupon td {
	padding: 10px
}

span.smallGreyText {
	font-size: 0.85em;
	color: #666;
}

input.text,
input.textFocus{
	background-color:#FFFFFF;
	border:1px solid #CDCDCD;
}
input.textFocus{
	border:1px solid #DB3333;
	background-color:#FFE8E8;
}