
/*-------------------------------------------------------------
 Store & Search navigation styles
-------------------------------------------------------------*/

ul#storenav, ul#searchnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 35px;
	white-space: nowrap;
}

ul#storenav {
	background: url(../img/store-nav-right.gif) no-repeat right top;
}
	
ul#searchnav {
/*	border-bottom: 1px solid #897d74; */
	background: url(../img/faq-tab-bg.gif) left top;
	height: auto;
	white-space:normal;
}

ul#storenav li, ul#searchnav li {
	display: -moz-inline-box;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	background-color: #dfad01;
	border-left: 1px solid #e2b51b;
	border-right: 1px solid #c89b01;
	text-align: center;
	position: relative;
} 

ul#searchnav li {
	margin-top: 2px;
}

ul#searchnav li.break {
	font-size: 1px;
	height: 1px;
	display: block;
	border: 0;
	background:white;
}

ul#searchnav li, #searchcontain {
	background-color: #587992;

	border-color: #897d74;
	border-style: solid;
	border-width: 1px 1px 0px 1px;

	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

ul#storenav li.first {
	border-left: 0;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
}

ul#storenav li.last {
	border-right: 0;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

ul#storenav li.on, ul#searchnav li.on {
	background: white;
}

ul#searchnav li.on {
	position: relative;
	top: 1px;
}

ul#storenav li a, ul#storenav li a:link, ul#storenav li a:visited {
	color: #493829;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 16px;
	font-size:12px;
}

ul#searchnav li a, ul#searchnav li a:link, ul#searchnav li a:visited {
	color: white;
	font-weight:bold;
	text-decoration: none;
	padding: 0 16px;
}

ul#searchnav li.on a, ul#searchnav li.on a:link, ul#searchnav li.on a:visited {
	color: #493829;
}

#searchcontain {
	border: none;
	padding: 15px;
	margin: 1em 0;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#searchcontain input, #searchcontain form {
	vertical-align: middle;
}

#searchcontain .txt {
	width: 518px;
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
}

#faqresults ol h4 {
	margin: 0;
}

#faqresultsfull dl {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#faqresultsfull dl dt {
	font-weight: bold;
}

#faqresultsfull dl dd {
	margin: 0 0 1em 0;
	padding: 4px 0;
	font-size: 1em;
}



/*-------------------------------------------------------------
 Store Front styles
-------------------------------------------------------------*/

#storefront .photo {
	padding: 5px 0;
}

#storefront ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 64px;
	text-align: center;
}

#storefront ul li {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 2px;
	width: 120px;
	height: 64px;
}

/*-------------------------------------------------------------
 Product listing & product display styles
-------------------------------------------------------------*/
.product {
	float: left;
	width: 180px;
	margin-right: 8px;
	margin-bottom: 1em;
}

.productrow {
	padding: 1em 0;
	border-bottom: 1px dotted #493829;
}

.productdetail {
	padding: 1em 0;
}

.productrow div {
	margin: 0 120px 0 200px;
}

.productdetail div.info {
	margin: 0 0 0 270px;
}

.productrow a.btn {
	float: right;
}

.productdetail label, .productdetail input.btn {
	margin: 0;
	vertical-align: middle;
	float: right;
}

.productdetail label {
	margin: 0 5px 0 0;
}

.product img, .productrow img {
	display: block;
	width: 180px;
}

.productrow img, .productdetail img {
	float: left;
}

.product h6, .productrow h6 {
	color: #587992;
	font-size: 1em;
	margin-bottom: 0;
	margin-top: 1em;
}
.productrow h6 {
	font-size: 1.1em;
	margin-top: 0;
	text-transform: uppercase;
}

.productdetail h1 {
	margin-top: 0;
}

.product p, .productrow p {
	margin: 0;
	color: #897d74;
}

.product strong, .productrow strong, .productdetail strong {
	display: block;
	color: #493829;
	margin-bottom: 1em;
}
.productrow strong { margin-top: 1em; }
.productdetail strong {
	color: #dfad01;
	font-size: 1.3em;
}

.productdetail .thumbs {
	border-top: 1px dotted #493829;
	padding: 4px 0;
}

.productdetail .thumbs a {
	padding: 2px;
}
.productdetail .thumbs img {
	float: none;
	width: 40px;
	height: 40px;
}

/*-------------------------------------------------------------
 Shopping Cart styles
-------------------------------------------------------------*/

table.carttbl {
	width: 100%;
	margin: 1em 0;
}

table.formtbl {
	margin: 1em 0 1em auto;
}

table.simpletbl {
	margin: 1em 0;
}

table.carttbl th, table.formtbl th, table.simpletbl th {
	text-align: left;
	color: #897d74;
	font-weight: normal;
	padding: 5px 10px;
	border-bottom: 1px solid #dbd7d4;
}

table.carttbl td, table.formtbl td, table.simpletbl td {
	vertical-align: middle;
	text-align: right;
	color: #493829;
	padding: 5px 10px;
	border-bottom: 1px solid #dbd7d4;
}

table.formtbl td, table.simpletbl td {
	vertical-align: top;
	text-align: left;
}

table.carttbl td.empty, table.formtbl td.empty {
	border-color: #ffffff !important;
	background-color: white !important;
}

table.carttbl td.l,
table.carttbl td.item,
table.carttbl td.subitem  {
	text-align: left;
}

table.carttbl td.item  {
	width: 400px;
	font-weight: bold;
}

table.carttbl td.subitem  {
	padding-left: 30px;
}


table.carttbl tr.odd td, table.carttbl tr.odd th,
table.formtbl tr.odd td, table.formtbl tr.odd th {
	background-color: #f7f7f7;
}

table tr.total td {
	background-color: #587992;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
}

table.simpletbl th, table.simpletbl td {
	background-color: transparent;
	border: none;
}

table.simpletbl thead th, table.simpletbl thead td {
	border-bottom: 1px solid #dbd7d4;
}

table.formtbl td.radio {
	text-align: center;
	vertical-align: middle;
}

table.carttbl tr th.l, table.carttbl tr td.l,
table.formtbl tr th.l, table.formtbl tr td.l,
table.simpletbl tr th.l, table.simpletbl tr td.l { text-align: left; }

table.carttbl tr th.c, table.carttbl tr td.c,
table.formtbl tr th.c, table.formtbl tr td.c,
table.simpletbl tr th.c, table.simpletbl tr td.c { text-align: center; }

table.carttbl tr th.r, table.carttbl tr td.r,
table.formtbl tr th.r, table.formtbl tr td.r,
table.simpletbl tr th.r, table.simpletbl tr td.r { text-align: right; }

table.simpletbl td.namecell { width: 200px; }

.extralbl, .extraprice {
	margin-bottom: 1em;
}


/*-------------------------------------------------------------
 Checkout forms style
-------------------------------------------------------------*/

.information {
	padding: 1em 0;
	border-bottom: 1px dotted #493829;
}


.reminder {
	padding: 1em 0;
	border-bottom: 1px dotted #493829;
	margin: 1em 0 1em 100px;
}

.information fieldset {
	width: 245px;
	margin: 0;
	border: 1px solid #587992;
	padding: 10px 20px;
	background: white;
}

#emailtpl .information fieldset { width: 230px; }

.information fieldset#billing { float: left; }
.information fieldset#shipping { float: right; }

.information fieldset legend {
	display: inline;
	color: #587992;
	font-weight: bold;
}

fieldset.checkoutform,
fieldset.infoform {
	padding: 0;
	margin: 1em 0;
}

#renewMembers fieldset.checkoutform {
	padding: 8px;
}

fieldset.checkoutform .inner,
fieldset.infoform .inner {
	padding: 10px;
}

fieldset.checkoutform legend,
fieldset.infoform legend {
	display: block;
	background: #587992;
	padding: 5px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

fieldset.checkoutform legend span,
fieldset.infoform legend span {
	display: block;
	width: 590px;
}

fieldset.checkoutform legend span a,
fieldset.infoform legend span a,
fieldset.checkoutform legend span a:link,
fieldset.infoform legend span a:link,
fieldset.checkoutform legend span a:visited,
fieldset.infoform legend span a:visited {
	color: white;
	text-decoration: underline;
}

fieldset.checkoutform div.labels,
fieldset.checkoutform label  {
	width: 280px;
	float: left;
	min-height: 45px;
}

fieldset.checkoutform label.short {
	min-height: 20px;
}

fieldset.checkoutform label.half  {
	width: 140px;
	float: left;
}

fieldset.checkoutform label.full, span.full  {
	width: 560px;
	float: left;
}

fieldset.checkoutform label.right {
	margin-left: 280px;
}

fieldset.checkoutform div.sidenote {
	margin: 1em 20px 1em 280px;
}
fieldset.infoform div.sidenote {
	margin: 0;
	margin-top: 0.5em;
	width: 300px;
	float: right;
}

fieldset.checkoutform div.sidenote p,
fieldset.infofo div.sidenote p {
	color: #897d74;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 0 22px;
}

fieldset.infoform div.sidenote label {
	float: none;
	display: inline;
}

