
@import url("checkout.css");
@import url("products-list.css");
@import url("products-tile.css");
@import url("box.css");
@import url("module.css");
@import url("icons.css");
@import url("top-menu.css");


body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	margin: 0;
	text-align: center;
	background: url(../pix/bg-body.jpg) repeat-y top center #e9edf3;
	color: #525353;
}

#container, ul, td { text-align: left; }
th { text-align:center; }

p, blockquote, .justify { text-align: justify; }

a, a:link, a:visited {
	color: #6370a6;
	text-decoration: none;
}

a:hover, a:focus, a:active { color: #8e0021; }
a:hover *, a:focus *, a:active * { border-color: #8e0021 !important; }

a img { border-color: #6370a6; }
a:hover img, a:focus img { border-color: #8e0021; }	

img { border-width:0; }

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

.no-margin {
	margin: 0;
}

form { margin:0; padding:0; }

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

.width100 { width: 94%; margin: 0 auto; }
.width90 { width: 90%; margin: 0 auto; }
.width70 { width: 70%; margin: 0 auto; }
.width50 { width: 50%; margin: 0 auto; }

.clear { clear: both; height:1px; overflow:hidden; }
.small { font-size: .9em; }
.space { margin: 1em 0; }
.bold  { font-weight: bold; }
.center { text-align: center; }

fieldset {
	padding: 20px;
	padding-top: 10px;
	border: solid 1px #bfff9c;
}

legend {
	color: #8e0021;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: lowercase;
	padding: .5em;
}


/* ########################################### */

#container {
	width: 960px;
	margin: 0 auto;
	padding: 1px;
}


.slider.closed .content {
	display: none;
}

#content-left .button,
#content-right .button {
	position: relative;
	display: block;
	margin-bottom: .5em;
	height: 32px;
	line-height: 32px !important;
	font: bold 11px Arial, Helvetica, sans-serif;
	letter-spacing: .15em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: url(../pix/button-green.gif) center center no-repeat;
}

#content-left .button.red,
#content-right .button.red {
	background-image: url(../pix/button-red.gif);
}

#content {
	border-top: solid 8px #41b900;
	border-bottom: solid 8px #41b900;
	padding-bottom: 10px;
	background: url(../pix/bg-content.jpg) top center no-repeat;
}

#content-left {
	width: 150px;
	border-right: dotted 1px #adc1a2;
	padding: 0 15px;
	font-size: .9em;
	line-height: 1.3em;
}

#content-body {
	padding: 25px;
	padding-top: 0;
}

#content-right {
	width: 150px;
	border-left: dotted 1px #adc1a2;
	padding: 0 15px;
	font-size: .9em;
	line-height: 1.3em;
}

#copyright {
	float: right;
	text-align: right;
	margin-top: -33px;
	line-height: 1.3em;
}

#footer {
	background: url(../pix/bg-footer.jpg) top center #c5ffa6;
	font-size: .9em;
	height: 36px;
	padding: 0 10px;
	color: #2d2d2d;
}

#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 36px;
}

#footer-menu a {
	color: #8e0021;
}

#footer-menu a:hover, #footer-menu a:focus {
	color: #2d2d2d;
}


#footer-menu li {
	display: inline;
}

#footer-menu li a {
	padding: 0 8px;
}

#header {
	height: 124px;
	padding-top: 25px;
	margin-bottom: 1px;
	text-align: center;
	background: url(../pix/bg-header.jpg) no-repeat top center #a42c51;
}

#content-left ul.list, 
#content-right ul.list {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	list-style: none;
	
}

#content-left ul.list li, 
#content-right ul.list li {
	margin-left: 5px;
	padding: 3px 0 3px 12px;
	background: url(../pix/bullet.gif) left .5em no-repeat;
}



#content-left ul.link-list, 
#content-right ul.link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content-left ul.link-list li, 
#content-right ul.link-list li {
	display: inline;
	padding: 1px 0;
}

#content-left ul.link-list li a, 
#content-right ul.link-list li a {
	display: block;
	position: relative;
	margin-left: 5px;
	padding: 3px 0 3px 12px;
	background: url(../pix/bullet.gif) left .5em no-repeat;
}

#content-left ul.link-list li a:hover, #content-left ul.link-list li a:focus,
#content-right ul.link-list li a:hover, #content-right ul.link-list li a:focus {
	border-top: dotted 1px #adc1a2;
	border-bottom: dotted 1px #adc1a2;
	padding: 2px 0 2px 12px;
	margin-left: 0;
	background-image: url(../pix/bullet-hover.gif);
}



#content-left ul.img-list, 
#content-right ul.img-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content-left ul.img-list li, 
#content-right ul.img-list li {
	display: inline;
	padding: 1px 0;
}

#content-left ul.img-list li a, 
#content-right ul.img-list li a {
	display: block;
	position: relative;
	text-align: center;
	margin: 2em 0;
}

#content-left ul.img-list li a:hover, #content-left ul.img-list li a:focus,
#content-right ul.img-list li a:hover, #content-right ul.img-list li a:focus {
}

#content-left ul.img-list li img, 
#content-right ul.img-list li img {
	border: solid 1px;
	margin-bottom: .5em;
}

#content-left .module h4, 
#content-right .module h4 {
	margin-top: 1em;
	font-size: 1em;
	text-align: center;
	letter-spacing: .2em;
	color: #8e0021;
}

#logo {
	position: relative;
	height: 100px;
	background: url(../pix/logo.png) center center no-repeat;
}

#logo img { display: none; }

ul.hide-subs ul,
div.hide-subs ul ul { display: none; }

.product-price { color: #8e0021; }
.product-price.sale { color: #f00; }

._strikethru { text-decoration: line-through; }

#search-module input {
	margin-bottom: 1em;
}

#content-body h2 {
	font: normal 2em Verdana, Arial, Helvetica, sans-serif;
	color: #b4627e;
	text-transform: lowercase;
	margin: 0;
	margin-bottom: 1em;
	padding-left: 40px;
	background: url(../pix/bg-content-head.gif) left .35em no-repeat;
/*
	padding-bottom: .2em;
	border-bottom: dotted 1px #c5d6bb; 
	width: 65%;
*/
}

#content-body h3 {
	font: normal 1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #b4627e;
	text-transform: lowercase;
	margin: 0;
	margin-bottom: .75em;
	padding-left: 30px;
	background: url(../pix/bg-content-head-sm.gif) left .35em no-repeat;
}

#content-body h3.p-header {
	margin-bottom: .25em;
}

#content-body h4 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	margin: 1.5em 0 .75em 0;
}

#content-body h5 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	margin: 1em 0 .5em 0;
}

#content-body h2.spaced,
#content-body h3.spaced {
	letter-spacing: .2em;
}

.header-level-content {
	margin-top: -3em;
	margin-bottom: 2.5em;
}

.icon {
	font-size: 11px !important;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 0 4px 25px;
}

.icon.no-text {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	padding: 0;
	text-indent: -1000px;
	overflow: hidden;
}

#breadcrumbs {
	margin: 0 -20px 1em -20px;
}

.crumb-sep {
	display: block;
	float: left;
	text-indent: -1000px;
	width: 4px;
	margin: 0 1em;
	overflow: hidden;
	background: url(../pix/crumb-sep.gif) center center no-repeat;
}

.crumb-link {
	display: block;
	float: left;
}

.paging {
	float: left;
	font-size: .9em;
}

.paging span {
	display: block;
	float: left;
	margin-right: 1em;
}

.paging ul {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.paging li {
	display: block;
	float: left;
	margin: 0 1px;
}

.paging li a {
	padding: .15em;
}

.paging li.arrow.left a {
	padding-right: .35em;
}

.paging li.arrow.right a {
	padding-left: .35em;
}

.paging li.page a {
	padding: .15em .35em;
}

.paging li.page a:hover, .paging li.page a:focus {
	background: #8e0021;
	color: #fff;
}

.paging li.selected {
	font-weight: bold;
	padding: 0 .35em;
	background: #ddd;
/*
	padding: 0 .35em;
	background: none;
	border: solid 1px #ccc;
*/
}

.sort {
	float: right;
}

.list-top {
	font-size: .9em;
	margin: 2em 0 1em 0;
	padding-bottom: .5em;
	border-bottom: solid 2px #dfc3ca;
}

.list-items-tile {
	margin: 2em 0;
}

.list-btm {
	font-size: .9em;
	margin: 1em 0 2em 0;
	padding-top: .5em;
	border-top: solid 2px #dfc3ca;
}

#product-detail .desc {
	margin-bottom: 2em;
}

#product-detail .main .left {
	float: left;
	text-align: center;
	margin-right: 20px;
	font-size: .9em;
}

#product-detail .main .main-img {
	display: block;
	padding: 1em;
	margin-bottom: .5em;
	width: 250px;
	border: solid 1px #b9bed2;
}

#product-detail .main .main-img img {
	border: solid 0px;
}

#product-detail .main .details .sku,
#product-detail .main .details td {
	padding-right: .5em;
	padding-bottom: .5em;
}

#product-detail .additional {
	margin-top: 2.5em;
}

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

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

.error_alert {
	margin-left: 35px;
}

.fields {
	text-align: right;
	margin-bottom: 1em;
}

.form_label {
	width: 10%;
	white-space: nowrap;
}

.form_item {
	width: 90%;
}

dl.notes {
	font-size: .9em;
	margin: 1em 0;
	padding: 0;
}

dl.notes dt {
	font-weight: bold;
	padding: .25em 0;
	margin: 0;
	margin-top: 1em;
}

dl.notes dd {
	margin: 0;
	padding: 10px;
	border: dotted 1px #cecece;
}

dl.notes .reviewer {
	display: block;
	float: right;
	font-weight: normal;
}


.add-note {
	margin: 1em 0;
}

.add-note .note-link {
	display: block;
	padding: 0 .5em;
	font-size: .9em;
	font-weight: bold;
	border: dotted 1px #6370a6;
	background: #e0e0e0;
}

.add-note .note-link:hover, .add-note .note-link:active, .add-note .note-link:focus {
	background: #eaeaea;
}

.add-note .note-form {
	display: none;
	padding: 15px;
	border: dotted 1px #6370a6;
	border-top: none;
	background: #f0f0f0;
}

.list-table {
	border-left: dotted 1px #cacaca;
	border-bottom: dotted 1px #cacaca;
	margin: 1em 0;
}

.list-table td, .list-table th {
	border-right: dotted 1px #cacaca;
	border-top: dotted 1px #cacaca;
	padding: .25em .5em;
}

.account_list_head, .list-table th {
	font-weight: bold;
	background: #eee;
}

.wishlist-table {
	width: 100%;
}

.wishlist-table td {
	border-bottom: dotted 1px #cacaca;
}

.wishlist-table .list-sub-item td {
	padding: .25em;
	padding-left: 2em;
}


#phone-number {
	text-align: center;
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #8e0021;
}

