@import url('product-tile.css');
@import url('product-list.css');
@import url('paging.css');
@import url('product-detail.css');
@import url('category-detail.css');
@import url('tabbernav.css');
@import url('cart-view.css');
@import url('checkout.css');

body {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0;
}

a, a:visited {
	text-decoration: none;
	color: #d4aa00; 
}

a:hover, a:active, a:focus {
	color: #fff;
}

a img, a:visited img { 
	border-color: #d4aa00; 
}

a:hover img, a:active img, a:focus img {
	border-color: #fff;
}

a * { cursor: pointer; } /* ie fix */

.small { font-size: .9em; }

.center { text-align: center; }
.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }
.tjustify { text-align: justify; }

.yellow { color: #d4aa00; }
.white { color: #fff !important; }

.dotted { border-style: dotted; }

h1, h2, h3, h4, h5, h6 {
	color: #d4aa00;
}

h1 { font-size: 1.75em; margin: 1.75em 0 1.25em 0; }
h2 { font-size: 1.50em; margin: 1.50em 0 1.00em 0; }
h3 { font-size: 1.25em; margin: 1.25em 0 0.75em 0; }
h4 { font-size: 1.10em; margin: 1.00em 0 0.50em 0; }
h5 { font-size: 1.00em; margin: 0.50em 0 0.25em 0; }
h6 { font-size: 0.90em; margin: 0.20em 0 0.00em 0; }

form {
	margin: 0;
	padding: 0;
}

input, select, option, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
	margin: 1px;
}

option { margin: 0; }


.white, .white * { color: #fff; }
.hilite, .hilite * { color: #eec600; }

.list-price { /*color: #;*/ }
.price { color: #f3c300; }
.sale-price { color: #f3c300; font-weight: bold; }
._strikethru { text-decoration: line-through; }

a:hover .price, a:active .price, a:focus .price {
	color: #d9d9a3;
}

.clear, .clr { 
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px; /*for IE*/
}

.hr, .hr-dotted {
	height: 1px;
	overflow: hidden;
	padding: 0;
	margin: 1em auto;
	border-bottom: solid 1px #535349;
}

.hr-dotted {
	border-bottom-style: dotted;
}

hr {
	border: none;
	height: 1px;
	padding: 0;
	margin: 1em auto;
	color: #535349;
	background: #535349;
}

.xtra-vspace { 
	margin-top: 2em;
	margin-bottom: 2em;
}

.xtra-vspace-med { 
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.xtra-hspace { 
	margin-left: 20px;
	margin-right: 20px;
}


.width75 { width: 75%; }

p { text-align: justify; }

fieldset {
	padding: 1em 20px;
	padding-bottom: 1.5em;
	-moz-border-radius: 5px;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

#welcome h2 {
	font-size: 1.5em;
	font-weight: normal;
}

#welcome .header {
	margin: 0;
	margin-bottom: .75em;
	padding-bottom: .75em;
	border-bottom: solid 1px #535349;
}

#footer {
	margin-top: 2em;
	padding-top: 1em;
	border-top: solid 2px #44443c;
	font-size: .9em;
	color: #747474;
}

#footer ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer a:link, #footer a:visited {
	color: #8c8c55;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #fff;
}

#footer li {
	display: inline;
}

#footer li a {
	padding: 0 1em;
	border-right: solid 1px #b4b2b2;
}

#footer li.last a {
	border-right: none;
}

#footer a.ne3 {
	color: #a82424;
}

#footer a.ne3:hover, #footer a.ne3:active, #footer a.ne3:focus {
	color: #fff;
}

#product-large-image {
	text-align: center;
	background: #000;
	color: #b4b2b2;
}

.side-link {
	padding-left: 15px;
	line-height: 2em;
	background: url(../pix/right-arrow.gif) left center no-repeat;
}

.side-link:hover, .side-link:active, .side-link:focus {
	background: url(../pix/right-arrow-on.gif) 1px center no-repeat;
}

#breadcrumbs {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

#breadcrumbs .sep {
	padding: 0 .25em;
}

.error_message {
	/* Error Message Definitions */
	background: #FFFFFF;
	color: #000;
	border: solid #FF0000 1px;
	padding: 10px;
	margin-bottom: 10px;
}

.alert_message {	
	/* Alert Message Definitions */
	background: #FFFFFF;
	color: #000;
	border: solid #33cc00 1px;
	padding: 10px;
	margin-bottom: 10px;
}

.error_alert {
	margin-left: 35px;
}

.content {
	margin: 2em 20px;
}

