/*GLOBAL RESET */
* {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------
	Clear the Floats:
	* http://www.positioniseverything.net/easyclearing.html
-------------------------------------------------------------- */
.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* IE 6 PNGFIX*/
#header div h1 a {
	behavior: url(iepngfix.htc);
	cursor: pointer;
}

img {
	border: none;
}

body {
	text-align: center;
	font: normal 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

ul.margin {
	margin:0 0 1.5em 1.5em;
}

a {
	color: #1ca0a9;
}
.clearfix {
	clear: both;
}
.noborder {
	border: none;
}
.nobackground {
	background: none !important;
}
.padding {
	padding: 10px;
}
.cenTer {
	text-align: center;
}
input {
	border: none;
}

/*POSITIONING*/
/*searxh xpand */
#searchxpand {
	height: 75px;
	background: #4b2904;
	text-align: center;
	font-family: "Trebuchet MS";
	color: #fff;
}
#searchxpand div {
	width: 944px;
	text-align: left;
	height: 15px;
	margin: 0 auto;
	padding-top: 25px;
}
#searchxpand div label {
	padding: 0 5px 0 20px;
}
#searchxpand div input,#searchxpand div select {
	border: 1px solid #c3c0bb;
	background: #fff;
	padding: 2px 0;
}
#searchxpand div select {
	width: 70px;
}
#searchxpand div .butTon {
	background: #7a4813;
	color: #fff;
	border: none;
	margin-left: 20px;
	padding: 3px;
	width: 70px;
}
#searchxpand div.v1b select {
	width: 150px;
}
#searchxpand div.v1b img {
	margin-bottom: -3px;
}
/*header*/
#header {
	width: 100%;
	height: 197px;
	background: url(../images/head-bg.gif) repeat-x;
	text-align: left;
}
#header div {
	width: 944px;
	margin: 0 auto;
	position:relative;
}

#header div h1 {
	width: 340px;
	height: 198px;
	float: left;
}

#header div h1 a {
	display: block;
	margin-top:18px;
}
#header div h1 a img {
	width: 340px;
	height: 180px;
}

#header ul.login {
	list-style: none;
	float: right;
	background: url(../images/head-topmenubg1.gif) no-repeat bottom center;
	height: 18px;
	width: 200px;
	padding:3px 10px 0 30px;
}
#header ul.login.in {
	width: 220px;
	padding:3px 0 0 22px;
}

#header ul.login .loginbg {
	background: url(../images/head-loginbg.gif) no-repeat right;
	margin: 0 9px 0 0;
}
#header ul.login a {
	color: white;
	text-decoration: none;
}
#header ul.login li {
	float: left;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-right: 10px;
}
#header ul.menu {
	position:absolute;
	right:0;
	top:80px;
	list-style: none;
	clear: right;
	font-family: "Trebuchet MS";
}
#header ul.menu li {
	float: left;
	font-size: 1.1em;
	background: url(../images/menu-divider.gif) no-repeat right;
	padding: 0 13px;
	line-height: 1.8em;
}
#header ul.menu li a {
	text-decoration: none;
	color: #444444;
}
#header ul.menu li a:hover, body#home #header ul.menu li#navHome a, body#company ul.menu li#navCompany a, body#store ul.menu li#navStore a, body#news-and-shows ul.menu li#navNews a, body#contact ul.menu li#navContact a, body#accounts #header ul.menu li#navAccount a, body#blog #header ul.menu li#navBlog a, #header ul.menu li a.active {
	border-bottom: 3px solid #a1a1a1;
}

#header #acctInfo {
	position:absolute;
	right:0;
	top:35px;
	margin:0;
	width:auto;
}

#acctInfo p {
	display:inline;
	color:#381F08;
	font-family: "Trebuchet MS", sans-serif;
}

#acctInfo p.cart {
	padding-left:20px;
}

#acctInfo p.cart a, #acctInfo p.cart span {
	font-size:1.3em;
	text-decoration:none;
	color:#288F98;
	padding-top:5px;
	padding-left:32px;
	background:url(../images/cart.gif) no-repeat top left;
}

#acctInfo p.checkout {
	display:block;
	text-align:right;
}

/*container*/
#container {
	width: 944px;
	min-height:600px;
	margin: 0 auto;
	text-align: left;
	padding-top: 2px;
}

/*login*/

/*sidebar*/
.sidebar {
	width: 290px;
	float: left;
	color: #333;
	margin: 1em 0 0 0;
	font-family: "Trebuchet MS";
}

/*login*/
.sidebar .login {
	background: url(../images/login-bg.png) no-repeat top center;
	width: 303px;
	height: 162px;
	margin-bottom:1.5em;
}
.sidebar .loginwrp {
	padding: 13px 20px;
}
.sidebar .loginwrp form#LoginForm {
	margin:.6em 0 0 0;
}

.sidebar .loginwrp h4 {
	font-size:1em;
	clear:both;
	font-weight:normal;
	padding-top:.5em;
}

.sidebar .loginwrp h4 a {
	display:block;
	font-weight:bold;
}

.sidebar .login h2 {
	color: #1ca0a9;
	border-bottom: none;
	margin: 0;
	padding: 0;
	font-size: 1.7em;
}
.sidebar .login p {
	font-size: 0.85em;
	padding: 7px 0;
}
.sidebar .login input {
	width: 117px;
	float: left;
	background: #eae7e2;
	border: none;
	margin-right: 5px;
	padding: 4px 4px;
	margin-bottom: 5px;
	color: #374852;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
}
.sidebar .login input.SubMit{
	background: #1ca0a9;
	color: #fff;
	border: none;
	padding: 3px;
	margin: 3px 0 0 0;
	width: 90px;
	font-size: 1em;
	font-family: "Trebuchet MS", sans-serif;
}
.sidebar .login span {
	font-size: 0.85em;
	font-family: "Trebuchet MS";
	float: right;
	padding: 15px 0 0 0;
}
.sidebar .content {
	padding-left: 10px;
	padding-right: 6px;
	color: #363636;
}
.sidebar h2 {
	font-size: 1.8em;
	color: #4a2904;
	margin-top: 20px;
	border-bottom: 1px dashed #444;
	padding-bottom: 10px;
}
.sidebar ul {
	list-style: none;
	margin:0 0 2em 0;
	font-size: 0.9em;
}
.sidebar ul li {
	border-bottom: 1px dashed #444;
	font-family: "Trebuchet MS";
}
.sidebar ul.show a{
	color: #363435;
	text-decoration: none;
}
.sidebar ul li a {
	display: block;
	padding: 10px;
}
.sidebar ul li a:hover {
	background-color: #eae7e2;
}
.sidebar ul.show span {
	font-weight: bold;
	display: block;
}

/* blog sidebar */
a.feed {
	display:block;
	padding-left:18px;
	margin:1em 0 .5em 0;
	background:url(../images/feed.png) no-repeat 0 2px;
}

form#fmi {
	position:relative;
	bottom:1em;
	margin:0;
}

form#fmi label {
	font-size:.9em;
}

form#fmi input.eAddy {
	background:#EAE7E2 none repeat scroll 0 0;
	border:0;
	color:#374852;
	font-family:Arial,sans-serif;
	font-size:0.9em;
	padding:4px;
	width:130px;
}

form#fmi li {
	float:left;
	border-bottom:0;
}

form#fmi input#blogSignup {
	background:#1CA0A9 none repeat scroll 0 0;
	border:0;
	padding:.3em .5em;
	color:#FFFFFF;
	margin:0 0 0 .5em;
}

/*maincontent*/
#maincontent {
	float: right;
	width: 627px;
}

#maincontent h2 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top: 20px;
	border-bottom: 1px dashed #333;
	color: #4a2904;
	width: 400px;
	font-size: 2em;
	font-weight: normal;
}

#maincontent p {
	margin: 10px 0;
	font-size: 1.0em;
	line-height: 1.3em;
}

#categoryDesc p {
	margin:0 0 10px 0;
	padding:0 10px;
	font-size:.9em;
}

#categoryDesc h3, #categoryDesc h4 {
	padding:0 10px;
	margin:0 0 .5em 0;
}

#maincontent ul, #maincontent ol {
	margin:.5em 0 1.5em 2em;
	line-height:1.4em;
}

/*intro*/
.intro {
	width: 607px;
	height: 158px;
	background: url(../images/introbg.gif) no-repeat top left;
	color: #fff;
	padding: 10px;
	margin:1em 0 15px 0;
}
#maincontent .intro p {
	font-size: 0.95em;
	font-family: "Trebuchet MS";
	line-height: 1.4em;
}
#maincontent .intro h2 {
	margin-bottom: 0px;
	font-weight: normal;
	padding-top: 10px;
	font-size: 2.1em;
	margin-bottom: 10px;
	border:0;
	color:#fff;
	width:auto;
}
.intro img {
	float: left;
}

/*newsbar*/
#newsbar {
	background: url(../images/second-bg.gif) repeat-x;
	widows: 100%;
	height: 192px;
	clear: both;
	margin-top: 45px;
	text-align: center;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#newsbar div {
	width: 944px;
	text-align: left;
	margin: 0 auto;
}
#newsbar div h2 {
	width: 235px;
	height: 192px;
	float: left;
	background: url(../images/logo-mayart-second.png) no-repeat 0 10px;
	text-indent: -7777px;
	color: #363636;
}
#newsbar .faq {
	width: 440px;
	float: left;
	padding-left: 50px;
	background: url(../images/newsbardot.gif) no-repeat right bottom;
}
#newsbar h3 {
	padding-top: 20px;
	color: #363636;
	border-bottom: 1px solid #363636;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 70%;
	font-size: 20px;
	font-weight: normal;
}
#newsbar .faq h3 {
	padding-left: 30px;
	padding-top: 12px;
	background: url(../images/faq-icon.gif) no-repeat 0 16px;
}
#newsbar .faq ul {
	list-style: none;
}
#newsbar .faq ul li {
	padding: 0;
	line-height: 120%;
}
#newsbar .contact {
	width: 200px;
	float: right;
	line-height: 130%;
	color: #82725c;
}
#newsbar .contact p {
}
#newsbar a {
	color: #82725c;
}

/*footer*/
#footer {
	padding: 10px 0;
	line-height: 28px;
}
#footer a {
	color: #434343;
	text-decoration: none;
}


/*PAGE SPESIFIC STYLE*/

/*Company*/
.sidebar .company, .sidebar .catalog {
	width: 250px !important;
}
.sidebar .company h2,.sidebar .catalog h2 {
	border-bottom: 1px solid #e2e2e2;
	font-weight: normal;
}
.sidebar .company ul li,.sidebar .catalog ul li {
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #fff;
	font-size: 1.2em;
}
.sidebar .company ul li a,.sidebar .catalog ul li a {
	color: #1b8497;
	text-decoration: none;
	padding-left: 35px;
	background: url(../images/bullet-bg.gif) no-repeat 10px 10px;
}
.sidebar .company ul li a:hover,.sidebar .catalog ul li a:hover {
	background: #eae7e2 url(../images/bullet-bg.gif) no-repeat 10px 10px;
	color: #105461;
}

/*Single Login Page*/
#singlelogin, #orderconf {
	width: 760px;
	height: 279px;
	margin: 20px auto;
	background: url(../images/bgconfpage.jpg) no-repeat top center;
	padding: 20px;
	font-size: 0.95em;
}
#singlelogin {
	background: url(../images/bgloginpage.jpg) no-repeat top center;
}
#singlelogin h2, #orderconf h2{
	color: #1ca0a9;
}
#singlelogin h2 {
	font-size: 1.8em;
	margin: 0.3em 0 0 0;
}
#singlelogin p, #orderconf p {
	padding: 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#singlelogin form, #orderconf form {
	width: 360px;
	text-align: right;
	padding-left: 150px;
	line-height: 2.6em;
	margin: 2em 0 0 0;
}
#singlelogin form label, #orderconf form label {
	padding-right: 5px;
	font-family: Arial, sans-serif;
}
#singlelogin form input {
	border: none;
	background-color: #eae7e2;
	padding: 3px;
	width: 250px;
}
#singlelogin form input.SubMit {
	background-color: #1ca0a9;
	color: #fff;
	margin-top: 5px;
	width: 70px;
}

/*e-commerce landing page*/
/*Sidebar formatting on company */
.sidebar .catalog .clearfix {
	width: 250px;
	height: 25px;
	border-bottom: 1px solid #e2e2e2;
}
.sidebar .catalog h2 {
	color: #363636;
	font-weight: normal;
}
.sidebar .shoppingcart {
	background: url(../images/shoppingbg2.gif) no-repeat top center;
	width: 261px;
	/*padding: 10px;*/
	margin-bottom: 25px;
	font-size: 0.95em;
	color: #6D6B71;
}
.sidebar .shoppingcart h3 {
	font: 1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #1ca0a9;
	border-bottom: 1px solid #eae7e2;
	padding-bottom: 5px;
	background: url(../images/shopping-icon.gif) no-repeat left;
	padding-left: 28px;
	margin: 0 0 10px 0;
}
.sidebar .shoppingcart h3 a {
	text-decoration:none;
}
.sidebar .shoppingcart h3 a:hover {
	text-decoration:underline;
}
.sidebar .shoppingcart span {
	font-size: 0.8em;
	color: #000000;
}
.sidebar .shoppingcart ul li {
	border: none;
	margin: 4px 0 0 5px;
	font-size: 1.1em;
}

.sidebar .shoppingcart ul li a {
	display:inline;
	color: #6D6B71;
	text-decoration:none;
}

.sidebar .shoppingcart ul li a:hover {
	text-decoration:underline;
	background:none;
}

.sidebar .shoppingcart p.subtotal {
	text-align:right;
	padding:5px 20px 0 0;
	margin-top:5px;
	border-top:1px solid #EAE7E2;
}

#newsbar div.more {
	font-size: 0.85em;
	background: #1ca0a9;
	width: 55px;
	float: none;
	margin-top: 15px;
	margin-left: 300px;
	clear: both;
}
#newsbar div.more a {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(../images/arrow-icon.gif) no-repeat right;
	padding: 5px 10px 5px 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Verdana;
	width: 35px;
}
#newsbar div.more a:hover {
	background: #136b6d url(../images/arrow-icon.gif) no-repeat right;
}
.sidebar .shoppingcart .checkout {
	font-size: 0.9em;
	background: #1ca0a9;
	width: 75px;
	float: none;
	margin-top: 15px;
	margin-left: 150px;
	clear: both;
}

.sidebar .shoppingcart a.myCart {
	text-decoration:none;
}

.sidebar .shoppingcart a.myCart:hover {
	text-decoration:underline;
}

.sidebar .shoppingcart .checkout a {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(../images/arrow-icon.gif) no-repeat right;
	padding: 5px 10px 5px 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Verdana;
	width: 55px;
}
.sidebar .shoppingcart .checkout a:hover,  .more a:hover {
	background: #136b6d url(../images/arrow-icon.gif) no-repeat right;
}
.sidebar .shoppingcart .bottom {
	height: 10px;
	background: url(../images/shoppingbg2.gif) no-repeat bottom;
}
.sidebar .search {
	background: url(../images/search-bg.gif) no-repeat top center;
	width: 240px;
	height: 35px;
	padding: 15px 10px;
}
.sidebar .search input, .search input {
	border: none;
	border:1px solid #381F08;
	padding: 3px;
}
.sidebar .search input.butTon, .search input.butTon {
	background: #1ca0a9;
	color: #fff;
	margin-left: 7px;
	border:0;
}
.sidebar .catalog h3 {
	color: #666;
	font-size: 1.1em;
	padding-bottom: 7px;
	border-bottom: 1px dashed #444444;
}
.sidebar .recentorder {
	font-size: 0.95em;
}
.sidebar table.recentorder {
	margin-top: 15px;
}
.sidebar table.recentorder a {
	color: #333333;
}
.sidebar .recentorder tr th {
	background: #f0ece6;
	text-align: center;
	padding: 3px;
	font-weight: normal;
}
.sidebar .recentorder tr td {
	padding: 2px;
	text-align:center;
}

#LiveChat {
	display:none;
}

/* #LiveChat {
	background: url(../images/livechat.gif) no-repeat left;
	width: 100px;
	height: 50px;
	float: right;
	line-height: 50px;
	text-align: right;
	padding: 0px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#LiveChat a {
	text-decoration: none;
	display: block;
	width: 100px;
	height: 50px;
	color: #444444;
}
*/

#maincontent .landing h2, .asearch div#searchpaging, #maincontent h2.title {
	/*width: 100%;*/
	background-color: #f0ece6;
	border-bottom: 1px solid #c3bfba;
	width:auto;
	clear: both;
	color: #4a2904;
	font-weight: normal;
	padding: 3px 12px;
	margin-bottom: 20px;
}

#maincontent .landing h2, #maincontent h2.title {
	font-size:1.4em;
}

h2.title {
	margin-top:1em;
}

.landing .item h5 {
	text-align:left;
	font: .95em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #1ca0a9;
	padding-bottom:3px;
	margin:5px 7px 8px 7px;
	border-bottom: 1px solid #c9c2b8;
}

.landing .item h5 a {
	text-decoration:none;
	word-wrap:break-word;
}

.landing .item {
	text-align:center;
	position:relative;
	width: 186px;
	height:255px;
	float: left;
	display:inline;
	margin: 0 10px 0 10px;
}

.landing .item .bdr {
	border: 1px solid #c9c2b8;
}

.landing .item .desc {
	margin-top:8px;
	padding:10px 8px 6px 8px;
	background:#1CA0A9 url(../images/item-bg.gif) repeat-x top left;
}

.landing span {
	display: block;
	float: left;
}

.landing span.price {
	float:left;
	color:#fff;
}

.landing a.detailLink img {
	float:right;
	padding:0;
}

.landing p {
	padding: 10px 15px;
	line-height: 20px;
}

p.btmPages {
	text-align:right;
	background:#F0ECE6;
	padding:.4em;
	line-height:1em;
	border-top:1px solid #C3BFBA;
	border-bottom:1px solid #C3BFBA;
}

.landing p.btmPages span, .landing #pagination span {
	float:none;
	display:inline;
}

p.btmPages img {
	position:relative;
	top:4px;
}

/*FAQ*/
.faqpage {
	font: Verdana, Arial, Helvetica, sans-serif
}
.faqpage ul{
	list-style: none;
	margin-bottom: 50px;
}
.faqpage ul li {
	background: url(../images/faq-arrow.gif) no-repeat left center;
	padding: 3px 15px;
}
.faqpage ul li a {
	color: #563715;
}
.faqpage h5 {
	font-size: 1.1em;
	padding-bottom: 10px;
}

/* quick order form */
form#quickOrder input {
	font-size:1.2em;
	padding:.3em;
	border:1px solid #000;
}

form#quickOrder {
	margin-bottom:2em;
}

form#CartForm input#submitBtn {
	display:block;
	margin-left:500px;
}

table#cartItems {
	margin-bottom:1.5em;
}

table#cartItems thead th {
	background:#E7E7E9;
	color:#633C09;
	padding:.3em .5em;
}

table#cartItems td {
	vertical-align:top;
}

table#cartItems td.itemsUpdate input {
	display:block;
	margin:1em 0 .5em 0;
	padding:.3em;
	width:50px;
	border:1px solid #C3C0BB;
}

table#cartItems td.itemsPreview {
	width:200px;
}

table#cartItems a.productTitle {
	display:block;
}

table#cartItems td.itemsPreview img {
	float:left;
	padding-right:1em;
}

table#cartItems td.itemsPreview select {
	width:210px;
}

table#cartItems th.st {
	text-align:right;
}

/*Account*/
.account h5 {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 10px;
	color: #373536;
}

.account h2 span {
	float:none;
	display:inline;
	padding-left:.5em;
	font-size:.7em;
	position:relative;
	bottom:.1em;
}

.account h2 {
	margin-top:20px;
	margin-bottom:5px;
}

.account h2.top {
	margin-top:0;
}

.account .profile p {
	padding:5px 0 5px 15px;
}

.paymentWrap, .addyWrap {
	float:left;
	width:190px;
	padding:0 7px;
}

.landing .paymentWrap p, .landing .addyWrap p {
	padding:.3em 0;
}

.landing p.addNew {
	clear:both;
	padding:1.5em 0;
}

#addressList input {
	position:relative;
	top:5px;
}

#addressList li {
	float:left;
	width:180px;
	padding:0 7px;
}

fieldset#checkout .btns {
	margin-top:1em;
}

/* store account wishlists */
#wishlistDetails fieldset, #wishlistItems fieldset {
	padding:0;
	border:0;
}

#wishlistDetails .sortBy {
	float:left;
	text-align:left;
}

#wishlistDetails .sortBy select, #wishlistDetails .viewing p {
	margin-bottom:.5em;
}

#wishlistDetails .viewing p {
	margin-top:0;
}

#wishlistDetails .sortBy p, #wishlistDetails .viewing p {
	font-size:.9em;
}

#wishlistDetails .viewing {
	float:right;
	text-align:right;
}

#wishlistItems .item {
	padding-bottom:1em;
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
}

#wishlistItems .item img {
	float:left;
}

#wishlistItems .item .details {
	margin-left:130px;
}

#wishlistItems .details h3 {
	font-size:1.2em;
	padding-top:.2em;
	margin-bottom:.3em;
}

#wishlistItems .details h3 a {
	padding-left:0;
	font-size:1em;
	font-weight:bold;
}

#wishlistItems .details p {
	margin-bottom:.3em;
}

#wishlistItems .details textarea {
	width:300px;
	height:50px;
	font-size:.9em;
	padding:4px;
	font-family:"Lucida Grande",Arial,sans-serif;
	margin-bottom:.5em;
}

#wishlistItems .details p {
	font-size:.9em;
}

#manageWishlists table#lineItems {
	width:100%;
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
}

#manageWishlists table#lineItems th {
	text-align:left;
	background:#25A0A9;
	color:#fff;
	border:0;
	padding:.5em;
}

#manageWishlists table#lineItems td {
	padding:.5em;
}

#manageWishlists table#lineItems td input {
	font-size:13px;
	padding:3px;
	border:1px solid #371E06;
}

#manageWishlists table#lineItems td p {
	font-size:.9em;
	margin-bottom:0;
}

p.public a {
	display:block;
}

form#manageWishlists input.saveBtn, form#wishlistItems input.saveBtn {
	background:#25A0A9;
	color:#fff;
	padding:.3em .7em;
	font-weight:bold;
}

form#manageWishlists input.saveBtn:hover {
	cursor:pointer;
}

div.result p.wishlist {
	clear:both;
	text-align:right;
}

/*order status box*/
.orderstatus {
	width: 250px;
	background: #efeeea;
	font-size: 0.95em;
	margin-bottom: 30px;
	margin-top: 38px;
}
.orderstatus p {
	padding: 10px 10px 15px 10px;
	color: #4a2904;
}
.orderstatus a {
	color: #1ca0a9;
}
.orderstatus h3 {
	padding: 10px;
	color: #fff;
	background: #1ca0a9;
	text-transform: uppercase;
	font-size: 1em;
}

/*terms and condition*/
.terms {
	padding: 20px 20px;
	font: Verdana, Arial, Helvetica, sans-serif
}
.terms h2 {
	margin-bottom: 20px;
	font-weight: normal;
	color: #4a2904;
	font-size: 22px;
}
.terms p {
	margin-bottom: 15px;
}

/*confirmation*/
#orderconf .cenTer a {
	width: 70px;
	height: 30px;
	background: #1ca0a9;
	color: #fff;
	display: block;
	margin: 0 auto;
	line-height: 30px;
	text-decoration: none;
}

/*BreadCrumb*/
#breadcrumb {
	width: 450px;
	float: left;
	color: #c9c2b8;
	padding:0 0 5px 4px;
	font-size: 0.95em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif
}
#breadcrumb a {
	color: #c9c2b8;
	padding:0 6px;
	text-decoration: none;
}

/*Advance Search*/
.asearch div#searchpaging h2 {
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	font-size: 1.4em;
}
.asearch div#searchpaging span, .asearch div#searchpaging span a {
	display: inline;
	float: none;
	font-size: 0.9em;
	color: #000;
}
.asearch div#searchpaging span {
	padding-left: 90px;
}
.asearch div#searchpaging span img {
	margin-bottom: -4px;
}

#pagination {
	background-color:#F0ECE6;
	border-bottom:1px solid #C3BFBA;
	color:#4A2904;
	margin-bottom:20px;
	padding:3px 12px;
}

#maincontent .landing #pagination h2 {
	float:left;
	clear:none;
	border:0;
	margin:0;
	padding:0;
}

#pagination p {
	float:right;
	line-height:1em;
	margin:0;
	padding:0;
}

#pagination p a img {
	position:relative;
	top:4px;
}

/*RESULT*/
.asearch .result {
	width: 100%;
	border-bottom: 1px solid #c3bfba;
	height: 85px;
	padding-top: 20px;
}
.asearch .result h5 {
	float: left;
	width: 80px;
	font-size: 1.1em;
	font-weight: normal;
	height: 85px;
	line-height: 80px;
}
.asearch .result img {
	float: left;
	border: 1px solid #928b81;
}
.asearch .result div {
	width: 200px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	border-top: 1px solid #4a2904;
	border-bottom: 1px solid #4a2904;
	height: 35px;
	line-height: 35px;
	background: #efeeea;
	padding: 0 10px;
	color: #4A2904;
	display: inline;
}
.asearch span.detail {
	background: none;
}
.asearch span.detail a {
	background: url(../images/searchbgdetail.gif) no-repeat top left;
	padding: 2px 28px;
	font-size: 0.7em;
	color: #fff;
	text-decoration: none;
}

#maincontent .landing .result span.detail {
	background: url(../images/searchbgdetail.gif);
	color: #1ca0a9;
	padding: 0px;
	float: right;
	width: 80px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	margin-top: 8px;
}
#maincontent .landing .result span.detail a {
	color: #fff;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	background: none;
	font-size: 0.8em;
	display: block;
	padding: 0;
}

/* search results */
.searchWrapper {
	margin:1em 1em;
	padding-bottom:1em;
	border-bottom:1px solid #ccc;
}

.searchWrapper p {
	padding:5px 0;
}

/*register*/
#register {
	margin: 20px auto;
}

#register #steps, #cart #steps {
	width: 430px;
	float: left;
	padding: 0;
	background-color: #f3f3f5;
	padding: 5px;
	border: 3px solid #dcdddf;
	text-align: center;
	font-family: "Trebuchet MS";
}
#register #steps img, #cart #steps img {
	padding-left: 10px;
	margin: -2px;
}

#register p {
	clear: both;
	font-size:.9em;
}
#register form {
	padding:0 20px;
	font-family: Arial, sans-serif;
}
#register form label {
	width: 150px;
	float: left;
	display: block;
	margin-bottom: 5px;
	padding-right: 10px;
}
#register form input {
	width:200px;
}

#register form br {
	display: block;
	clear: both;
	margin: 0 0 0.5em 0;
}
#register form .inputxt {
	padding:3px;
	background-color: #eae7e2;
}
#register form span {
	width: 200px;
	display: block;
	float: left;
}
#register form input.SubMit {
	clear: both;
	float: right;
	background: #1ca1aa;
	color: #fff;
	width:auto;
	margin-right: 230px;
	padding: 4px;
}

/* customer account area */
table#storeTable {
	width:610px;
	margin-left:10px;
}

table#storeTable th {
	font-weight:bold;
	border-bottom:1px solid;
	padding:.3em;
}

table#storeTable td {
	padding:.3em;
}

/* top level category */
.catWrap {
	float:left;
	width:188px;
	height:180px;
	padding:0 10px;
}

.catWrap img {
	border:2px solid #C9C2B8;
}

#maincontent .catWrap p {
	margin-top:0;
	padding:5px;
}

/*Cart*/
#cart {
	width: 944px;
	padding: 20px 0;
}
#cart h2 {
	font-weight: normal;
	color: #4c2a05;
	font-size: 2em;
}
#cart p, #cart ol {
	padding:5px 0 15px 0;
}
#cart ol {
	margin-left:20px;
}
#cart li {
	padding:.5em 0;
}
#cart #steps {
	margin: 0 auto;
	float: none;
	width: 450px;
}
#cartTop #steps {
	float:right;
}

#cartTop .search {
	float:left;
	padding-top:.7em;
}

#cart table {
	margin-top: 20px;
}
#cart table th {
	background: #e7e7e9;
	font-style: "Trebuchet MS";
	padding: 5px 5px 5px 10px;
	font-weight: normal;
	color: #643c0b;
}
#cart table td {
	background-color: #f3f3f5;
	padding: 10px;
}
#cart table td.itemsUpdate {
	font-size: 0.8em;
}
#cart table td.itemsPreview a {
	color: #6f6b6a;
	font-size: 0.9em;
}
#cart table td img {
	float: left;
	margin: 0 10px;
}
#cart table td input {
	width: 50px;
	background-color: #fff;
	border: 1px solid #c3c0bb;
	text-align: right;
	padding: 3px;
	float: left;
}
#cart table td input.radio {
	background:none;
	border:0;
	width:auto;
}

#cart table tr.total td {
	background-color: #e7e7e9;
	padding: 10px 5px;
}
#cart table tr.total td, #cart table tr.total tr, #cart table tr.total table {
	margin: 0;
	padding: 0;
}
#cart table tr.total table {
	margin: 10px 0;
	padding: 0 0 0 10px;
}
#cart table tr.total table td {
	width: 80px;
}
#cart table tr.total .totaltotal {
	color: #5e421a;
	font-weight: bold;
}
#cart .continue {
	padding: 20px 0;
	float: left;
}
#cart .checkout {
	padding: 20px 0;
	float: right;
}
#cart .note {
	background-color: #f3f3f5;
	border-top: 5px solid #dbdbe3;
	padding: 15px;
}
#cart .feeNote {
	padding-left:15px;
	color:#990000;
	font-size:.9em;
}

#cart p.cartId {
	font-size:.9em;
	padding-left:15px;
}

#cart .note h2 {
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 1.2em
}
#cart .note ul {
	list-style: none;
}
#cart .note ul li, .prodDetail .desc ul li {
	background: url(../images/cartarrow.jpg) no-repeat left center;
	font-size: 0.9em;
	padding: 3px 15px;
}

.promoCode label {
	float:left;
	font-weight:bold;
	padding:.3em .5em 0 1em;
}

#cart .promoCode input#promo {
	width:100px;
	text-align:left;
	margin-right:.5em;
}

#cart .promoCode input#promoApply {
	width:auto;
	font-weight:bold;
	text-align:center;
}

/*Product Detail*/
.prodDetail {
	position:relative;
	border: 1px solid #c9c2b8;
	padding: 20px;
	color: #4a2a01;
}
.prodDetail .previews {
	text-align: center;
	width: 240px;
	float: left;
}
.prodDetail .previews .thumbs {
	border: 1px solid #c2bfba;
	margin-top: 10px;
}
.prodDetail .previews a {
	display:block;
}

.prodDetail .previews a img {
	margin-bottom:5px;
}

.prodDetail .desc {
	width: 290px;
	float: right;
}
.prodDetail .desc .result {
	border: none;
	padding-top:0;
	height:auto;
	margin:0;
}
.prodDetail div#prodPrice {
	width:260px;
	padding:15px 15px;
	margin-bottom:15px;
	background:#EFEEEA none repeat scroll 0% 0%;
	border-bottom:1px solid #4A2904;
	border-top:1px solid #4A2904;
	color:#4A2904;
}
.prodDetail .desc .result div span {
	float:none;
	font-size: 1.4em;
}

#maincontent .prodDetail .desc .result label {
	display: block;
	clear: left;
	float: left;
	width: 70px;
	padding:5px 0 5px 15px;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
#maincontent .prodDetail .desc .result br {
	display: block;
	clear: both;
}

.prodDetail .desc .result .optioN {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	height:auto;
}

.prodDetail .desc .optioN ul {
	list-style:none;
	margin:0;
}

.prodDetail .desc .optioN ul li {
	clear:both;
	padding:0;
	background:none;
}

.prodDetail .desc .optioN ul li input {
	float:left;
	width:50px;
	padding:3px;
}

#maincontent .prodDetail .desc .optioN ul li label {
	float:left;
	display:inline;
	clear:none;
}

#maincontent .prodDetail .desc .optioN p {
	font-size:.9em;
	margin:0;
	padding:5px 15px;
}

.prodDetail .desc .result form input, .prodDetail .desc .result form select {
	width: 70px;
	margin-top:5px;
	border: 1px solid #B6B2AC;
	background: #fff;
}

.prodDetail .desc .result form input[type="checkbox"], .prodDetail .desc .result form input.cb {
	width:auto;
}

.prodDetail .desc .result form select {
	width:200px;
}

.prodDetail .desc .result form input#addToCart {
	float:right;
	display:inline;
	width:auto;
	border:0;
	margin:20px 0 0 0;
}

.prodDetail .desc .result p.inventory {
	clear:both;
}

#prodImages {
	padding-top:12px;
}

#prodImages ul {
	list-style:none;
	margin:0;
}

#prodImages li {
	float:left;
	padding:0 10px 10px 0;
}

#prodImages li img {
	padding:5px;
	border:1px solid #B6B2AC;
}

.prodDetail .desc .specs {
	padding-top: 20px;
}
.prodDetail .desc h5 {
	padding: 10px;
	background: #1ca1aa;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}
.prodDetail .specs .description {
	list-style: none;
	background: #efeeea;
	border-top: 1px solid #fff;
	padding: 5px 10px;
	font-size: 0.8em;
}
.prodDetail .desc p.stock {
	padding: 0;
	background: none;
	padding-top: 15px;
}
.otherprods {
	padding-top: 30px;
}
#maincontent .otherprods ul {
	list-style: none;
	margin:0;
}
.otherprods ul li {
	float: left;
	margin-right: 1px;
}
.otherprods ul li a {
	background: #b1b1b1;
	padding: 5px;
	text-decoration: none;
	color: #fff;
	font-family: "Trebuchet MS";
	float: left;
}
.otherprods ul li a.active {
	background: #1e9ea9;
}

.otherprods .relatedProd {
	position:relative;
	border: 1px solid #1e9ea9;
	clear: both;
	padding: 15px 8px;
}
.relatedProd .item {
	width: 130px;
	height: 220px;
	float: left;
	background: none;
	border: none;
	text-align:center;
	line-height: 1.2em;
	margin-right:10px
}
.relatedProd .item a {
	text-decoration: none;
}
.relatedProd .item span {
	text-align: center;
	width: 130px;
}
.relatedProd .item span img {
	margin-bottom: -3px;
}
.mentok {
	margin-right: 0 !important;
}
.pagging {
	padding-left: 80px !important;
}

/* magic zoom *
/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			1px solid #C9C2B8;
}

/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #C9C2B8;
	background: 	#ffffff;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}


/* store checkout */
fieldset#checkout {
	border:0;
	padding:0 1em;
}

fieldset#checkout p.req {
	padding:0 0 5px 0;
}

fieldset#checkout ul {
	list-style:none;
}

p.req span, fieldset#checkout li label em {
	color:#561705;
	font-weight:bold;
	font-style:normal;
	display:inline;
	float:none;
	font-size:.9em;
}

fieldset#checkout li label span {
	float:none;
	display:inline;
}

fieldset#checkout li {
	margin:.3em 0;
}

fieldset#checkout li label {
	float:left;
	clear:right;
	width:140px;
	text-align:left;
	padding-top:5px;
	font-weight:normal;
}

fieldset#checkout ul.payments li label, fieldset#checkout ul.editProfile li label {
	width:155px;
}

fieldset#checkout li input {
	width:250px;
	padding:2px;
	margin:.2em .2em .2em 0;
	border-right:1px solid #FAFAFA;
	border-bottom:1px solid #FAFAFA;
	border-top:2px solid #848484;
	border-left:2px solid #848484;
}

fieldset#checkout li input#state {
	width:40px;
}

fieldset#checkout li select {
	margin:.2em .2em .2em 0;
}

fieldset#checkout li input.cb {
	float:left;
	display:inline;
	width:auto;
	margin-right:5px;
}

fieldset#checkout li.check {
	margin-left:140px;
}

fieldset#checkout li.check label {
	font-weight:normal;
	width:auto;
}

fieldset#checkout h3 {
	clear:both;
}

fieldset#checkout li input#securityCode {
	width:60px;
}

form.store .checks {
	margin-top:15px;
}

.landing form.store p {
	padding:5px 0 10px 0;
}

fieldset#checkout input.cancel {
	margin:0 20px 0 260px;
}

#orderDetails #printOnly {
	display:none;
}

#orderDetails p.oDate {
	margin-bottom:.5em;
}

#orderDetails fieldset.orderDetails {
	padding:0;
}

#orderDetails h3 {
	margin-bottom:0;
}

table#lineItems2 {
	width:100%;
	margin-top:1em;
}

table#lineItems2 th, table#lineItems2 td {
	padding:.2em;
}

table#lineItems2 tbody td {
	border-bottom:1px solid #ccc;
}

table#lineItems2 tfoot td {
	border:0;
	font-style:normal;
}

table#lineItems2 th {
	font-weight:bold;
	background:#1CA0A9;
	color:#fff;
	padding:.3em;
}

table#lineItems2 th.center, table#lineItems2 td.center {
	text-align:center;
}

table#lineItems2 td.right {
	text-align:right;
}

table#lineItems2 th.qty, table#lineItems2 td.qty {
	width:70px;
	padding-left:6px;
}

table#lineItems2 th.price, table#lineItems2 th.total {
	width:90px;
}

fieldset#shipTo {
	float:left;
	width:400px;
	padding:10px;
	margin:1.5em 0;
	border:1px solid #BFBBBC;
}

fieldset#billTo {
	float:right;
	width:400px;
	padding:10px;
	margin:1.5em 0;
	border:1px solid #BFBBBC;
}

fieldset#shipTo legend, fieldset#billTo legend {
	font-weight:bold;
	color:#4A2904;
}

fieldset#shipTo p, fieldset#billTo p {
	margin-bottom:.5em;
}

.landing fieldset#shipTo, .landing fieldset#billTo {
	width:280px;
}

fieldset#orderDetails {
	padding:0;
	margin:0 0 1em 0;
	border:0;
}

fieldset#orderDetails h3 {
	margin-bottom:0;
	color:#4A2904;
}

form#OrderForm .comments {
	text-align:center;
	margin:1em 0;
}

form#OrderForm .comments textarea {
	margin-top:.5em;
	width:350px;
	height:50px;
}

div.order {
	margin-bottom:2em;
}

.order a#cancelBtn {
	float:left;
}

.order input#submitBtn {
	float:right;
}

form.store input#submitBtn {
	margin-left:270px;
	background:#1CA0A9;
	padding:5px 10px;
	color:#fff;
	width:auto;
}

/* error container */
#errorContainer ul {
	margin:0 0 1em 0;
	list-style:none;
	padding:0;
	color:#860102;
}

#errorContainer li label {
	border:0;
	font-weight:normal;
	color:#860102;
	background:none;
	padding-left:22px;
	background:url(../images/error.gif) no-repeat 0 5px;
}

fieldset#checkout input.error, fieldset#checkout select.error,
fieldset input.error {
	background:#fff;
	padding:2px;
	border:1px solid #860102;
	color:#000;
}
#addressPicker {
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
}
#addressPicker div.address-wrap {
	float:left;
	display:inline;
	margin-bottom:10px;
	padding:10px 10px 15px 10px;
	}
#addressPicker div.address-wrap div {
	float:left;
	margin-right:5px;
}
#addressPicker div.address-wrap div input {
	margin-top:3px;
	}
form#ShippingForm fieldset#checkout,
form#BillingForm fieldset#checkout {
	margin-top:25px;
}

#addressPicker div.address-wrap div img {
	float:left;
	margin-right:15px;
}
.sidebar ul.submenu li {
	border:0;
	margin:0;
	display:inline;
}

.sidebar ul.submenu li a, .sidebar ul.submenu li a:hover {
	display:block;
	font-size:.8em;
	padding:5px 0 5px 16px;
	background:url(../images/small_arrows.gif) no-repeat 0 7px;
	margin-left:34px;
}

.sidebar ul.submenu li ul.submenu li a, .sidebar ul.submenu li ul.submenu li a:hover {
	display:block;
	line-height:1em;
	margin-left:50px;
}

/*Landing Page Promos*/

h3.landing-hdr{
color:#4A2904;
font-size:16px;
font-weight:normal;
height:30px;
background:url(../images/landing-hdr-bg.gif) repeat-x;
padding-left:15px;
padding-top:4px;
margin-bottom:25px;
}

#landing-product-container .product-spacer{
float:left;
padding-right:41px;
padding-bottom:40px;
}

#landing-product-container .product-spacer-last{
float:left;
padding-right:0;
}

#landing-product-container .product-wrap{
position:relative;
height:292px;
width:250px;
padding:10px;
background:url(../images/prod-wrap-bg.gif) left bottom no-repeat;
border:#c9c2b8 1px solid;
}

#landing-product-container .product-wrap2{
position:relative;
width:250px;
height:420px;
padding:9px;
border:#c9c2b8 1px solid;
background:url(../images/prod-wrap-bg.gif) left bottom no-repeat;
}

#landing-product-container .product-wrap-bottom{
position:relative;
height:380px;
width:250px;
padding:10px;
background:url(../images/prod-wrap-bg.gif) left bottom no-repeat;
border:#c9c2b8 1px solid;
}

#landing-product-container a{
text-decoration:none;
}

#landing-product-container a:hover{
text-decoration:underline;
}

#landing-product-container a.desc{
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
padding-bottom:10px;
line-height:14px;
}

#landing-product-container a.desc span{
font-size:12px;
}

#landing-product-container img{
padding:10px 0;
}

#landing-product-container p.info{
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
}

#landing-product-container .cta{
position:absolute;
bottom:0;
left:10px;
height:30px;
}

#landing-product-container p.prod-price{
float:left;
font-size:14px;
color:#fff;
width:50px;
padding-top:5px;
}

#landing-product-container img.details{
float:right;
padding:3px 10px 0 0;
}

a.landing-cta{
display:block;
font-size:18px;
text-decoration:underline;
padding:15px 0 25px 0;
}

a.landing-cta:hover{
text-decoration:none;
}

/*vday landing-page*/

#Vday-landing-wrap{
width:890px;
height:720px;
background:url(../images/landing-page/vday-bg.jpg) left top no-repeat;
}

.Vday-product-wrap{
width:375px;
margin-left:500px;
border-bottom:#cccccc 1px solid;
padding-bottom:15px;
padding-top:15px;
}

.Vday-product-wrap-last{
width:375px;
margin-left:500px;
border:none;
padding-bottom:15px;
padding-top:15px;
}

.Vday-product-wrap img.vday-thumb{
float: left;
padding-right:15px;
}

.Vday-product-wrap img.vday-order{
display:block;
padding-top:15px;
}

.Vday-product-wrap p{
padding:0;
margin:0;
font-size:11px;
}

/* Customer Showcase */
#custShowcase img {
	margin-bottom:1em;
}

#custShowcase h4 {
	font-size:1.3em;
	color:#4A2904;
}

/* ribbon size chart */
table#sizeChart {
	width:700px;
	margin-bottom:1.5em;
	border:1px solid #ccc;
}

table#sizeChart th, table#sizeChart td {
	padding:.5em 1em;
	border-bottom:1px solid #ccc;
}

table#sizeChart th {
	background:#1CA0A9;
	color:#fff;
}

/*Glossary*/
ul#glossary{
	list-style:none;
	margin:0;
}

ul#glossary li{
	border-bottom:1px dashed #333333;
	margin-bottom:1.5em;
	padding-bottom:1.5em;
}

ul#glossary h3{
	color:#1CA0A9;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:1.4em;
}

ul#glossary a{
	display:block;
	margin-top:.8em;
}


/*BLOG*/
.blog-post{
	margin:0 0 4em 0;
}

.blog-date {
background:transparent url(../images/blog-date-bg.gif) no-repeat scroll left top;
float:left;
height:55px;
width:54px;
margin-right:10px;
}

.blog-date span.month {
color:#1ca0a9;
display:block;
font-size:0.8em;
font-weight:bold;
padding-right:5px;
padding-top:5px;
text-align:center;
}

.blog-date span.day {
color:#fff;
display:block;
font-size:1.6em;
font-weight:bold;
padding-right:5px;
padding-top:5px;
text-align:center;
}

#maincontent h2.blog-title {
	float:left;
	font-size:1.6em;
	border:none;
	border-bottom:1px solid #C3BFBA;
	width:560px;
}

#maincontent h2.blog-title a {
	text-decoration:none;
}

body#blog #maincontent h2.blog-title a{
	text-decoration:none;
}

body#blog #maincontent h2.blog-title a:hover{
	text-decoration:underline;
}

#maincontent p.postDetails{
	background-color:#F0ECE6;
border-bottom:1px solid #C3BFBA;
padding:5px;
margin-top:20px;
font-size:.85em;
}

#maincontent p.date {
color:#b9afa2;
}

fieldset#comment-form{
	border:none;
	padding:0;
	margin-top:30px;
}

fieldset#comment-form ul{
	list-style:none;
	margin:0;
}

fieldset#comment-form ul li.message{
	float:right;
	margin-top:-143px;
}

fieldset#comment-form ul li.submit{
	text-align:right;
	clear:both;
}



fieldset#comment-form label{
	float:none;
	display:block;
	text-align:left;
	width:260px;
	
}

fieldset#comment-form label .req{
	font-size:.75em;
	
}

fieldset#comment-form input, fieldset#comment-form textarea{
	float:none;
	width:252px;
border:#c9c2b8 1px solid;
color:#374852;
font-family:Arial,sans-serif;
font-size:0.9em;
margin-bottom:5px;
margin-right:5px;
padding:4px;


}

fieldset#comment-form input#submit-btn{
background:#1CA0A9;
border:medium;
color:#FFFFFF;
font-family:"Trebuchet MS",sans-serif;
font-size:1em;
padding:5px 3px;
width:90px;
float:right;
text-align:center;
margin-top:10px;
border:none;
}


fieldset#comment-form textarea{
	height:116px;
	width:260px;
}

.comment-wrap h4{
	color:#1CA0A9;
	font-size:1.4em;
	margin-bottom:20px;
}


.comment-entry{
	border-bottom:#d1d1d1 1px solid;
	padding:10px;
	margin-bottom:15px;
}


.comment-entry .comment-details{
	padding-bottom:10px;
}

.comment-entry .comment-details .comment-name{
	padding-right:10px;
	margin-right:10px;
	}

.comment-entry .comment-details .comment-date{
	color:#a0978a;
	font-size:.75em;
}

/*Store Locator*/
#locator-wrap{
	margin-top:40px;
	clear:both;
}

#locator-wrap p.add2loc{
	clear:both;
	padding-top:50px;
	font-size:.9em;
}



#us-map{
	float:left;
}

#locator-search{
	float:right;
	width:200px;
	padding:5px 10px 10px 10px;
	border:#c3bfba 1px solid;
	background: url(../images/locator-search-bg.gif) left top repeat-x;
}

#locator-search h2{
	border:none;
	font-size:1.2em;
	margin:0 0 20px 0;
	padding:0;
	width:150px;
}

#locator-search p{
	margin:0 0 5px 0;
	font-size:.9em;
	font-weight:bold;
}


#locator-search fieldset{
	border:none;
	clear:both;
}



	
div.search-option label {
	display:block;
	text-align:left;
	float:left;
width:75px;
}

div.search-option input {
	float:left;
border:1px solid #C9C2B8;
color:#374852;
font-family:Arial,sans-serif;
font-size:0.9em;
margin-bottom:5px;
padding:4px;
width:45px;
}

div.search-option input#zip-radio, div.search-option  input#area-radio{
	float:left;
	margin:3px 5px 0 0;
}

div.search-option input.submit {
background:#1CA0A9;
border:none;
color:#FFFFFF;
font-family:"Trebuchet MS",sans-serif;
font-size:1em;
margin:0;
padding:3px;
width:60px;
float:right;
}

/*locator results*/

.locator-hdr {
	margin-top:30px;
}
.location-wrap{
	border-bottom:#ccc 1px solid;
	padding:15px 0;
}

.location-wrap-last{
	border:none;
}

.location-left{
	float:left;
	width:300px;
}

.location-right{
	float:left;
	width:300px;
}

.location-wrap h4{
color:#1CA0A9;
font-size:1.4em;
font-weight:normal;
margin-bottom:10px;

}

.location-wrap .large{
color:#2b2b2b;

}
p.locator-none{
	color:red;
}

/*Listings*/
div.listing-wrap{
	margin-top:30px;
	padding-bottom:20px;
	border-bottom:#CCC 1px solid;
}


div.listing-details-wrap{
	border:none;

}


div.listing-wrap .listing-img{
	float:left;
	width:175px;
}
div.listing-wrap .listing-info{
	float:left;
}

div.listing-wrap .listing-info h4{
color:#1CA0A9;
font-size:1.4em;
font-weight:normal;
margin-bottom:10px;
}

div.listing-wrap .listing-info h4 a{
	text-decoration:none;
	}
	
	div.listing-wrap .listing-info h4 a:hover{
	text-decoration:underline;
	}
	
div.listing-wrap .listing-info a.details {
	display:block;
background:#1CA0A9 none repeat scroll 0 0;
color:#FFFFFF;
font-family:"Trebuchet MS",sans-serif;
font-size:1em;
padding:6px 0;
width:90px;
text-decoration:none;
margin:0;
text-align:center;
}

#maincontent p.submitted {
	font-size:.8em;
	color: #999;
	margin-bottom:20px;
	border-bottom:#ccc 1px solid;
	padding-bottom:20px;
}

/* quick-order form autocomplete */
.autocomplete-w1 { background:url(../images/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:normal; color:#1CA0A9; }