/*
Title:      	Artful Crafter
Author:     	Timo Brimhall (www.timodesign.com)
Updated:    	Sept 23 2006
Notes:    		Celia Barberes (Jason Read )
*/

body {
	margin: 0 20px 0 20px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 1.5em;
	color: #333;
	/* min-width: 700px;
	max-width: 1180px; */
	}

/* Links
----------------------------------------------- */	
a:link {
	color: #236BBF;
	}
a:visited {
	color: #7288A0;
	}
a:hover {
	color: #C91E26;
	}

/* Common Elements
----------------------------------------------- */	
p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	margin: 0;
	padding: 0;
	font-size: 160%;
	line-height: 1.5em;
	font-weight: normal;
	color: #CC3300;
	}
h2 {
	font-size: 150%;
	color: #003C00;
	font-weight: normal;
	margin-top: 25px;
	}
.product-details h2 {
	font-size: 190%;
	}
h3 {
	font-size: 100%;
	}
blockquote {
	}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #999;
	}
hr {
	margin: 1.5em 0 1.5em 0;
	border: 0;
	height: 1px;
	background-color: #DDDBC7;
	color: #DDDBC7;
	}

/* Layout
----------------------------------------------- */	
#container {
	margin-left: auto;
	margin-right: auto;	
	}
#header {
	margin: 0 0 50px 0;
	padding: 0;
	height: 100px;
	background: url(/images/banner-top-bg.gif) repeat-x bottom left;
	border-right: 10px solid #CC3300;
	}
#sidebar-col #wrapper {
	background:url(/images/bg-sidebar.gif) 0 0 repeat-y;
	}
#sidebar-col #content {
	margin-left: 226px;
	}
#sidebar {
	float:left;
	width:200px;
	font-size: 85%;
	}


/* Header
----------------------------------------------- */
#logo #logo-print {
	display: none;
	}
#logo {
	display: block;
	width: 332px;
	height: 129px;
	position: absolute;
	background: url(/images/logo-artfulcrafter.gif) no-repeat 0 0;
	top: 0;
	left: 20px;	
	z-index: 50;
	border: none;
	}
a:hover#logo {
	background-position: 0 -129px;	
	}
#hdr-txt {
	display: block;
	width: 270px;
	height: 31px;
	position: absolute;
	background: url(/images/txt-phonenumber.gif) no-repeat 0 0;
	top: 54px;
	right: 65px;
	bottom: 0; 
	text-indent: -5000px;
	}	
#hdr-btn {
	display: block;
	width: 180px;
	height: 47px;
	position: absolute;
	background: url(/images/btn-mtusa.gif) no-repeat 0 0;
	top: 0;
	right: 61px;
	text-indent: -5000px;
	}
a:hover#hdr-btn {
	background-position: 0 -47px;
	}

#shoppingcart {
	display: block;
	position: absolute;
	z-index: 55;
	top: 109px;
	right: 320px;	
	width: 7.5em;
	padding-left: 32px;
	background: url(/images/ico-shoppingcart.gif) 10px 50% no-repeat;
	}
a#shoppingcart {
	text-decoration: none;
	border: 1px solid #FFF;
	}
a:hover#shoppingcart, a#shoppingcart.selected {
	border-color: #E8A48D;
	background-color: #F7E0D8;
	color: #C91E26;
	background-image: url(/images/ico-shoppingcart-o-s.gif);
	}
#links {
	display: block;
	position: absolute;
	top: 155px;
	right: 40px;	
	width: 3.5em;
	padding-left: 28px;
	background: url(/images/ico-links.gif) 10px 50% no-repeat;
	}
a#links {
	text-decoration: none;
	border: 1px solid #F0F9E7;
	}
a:hover#links, a#links.selected {
	border-color: #E8A48D;
	background-color: #F7E0D8;
	color: #C91E26;
	background-image: url(/images/ico-links-o-s.gif);
	}	
	
#search {
	position: absolute;
	top: 100px;
	right: 20px;
	background: url(/images/search-btm.gif) no-repeat bottom left;
	background-color: #CC3300;
	width: 270px;
	}
#search-input {
	border: 1px solid #7E1F00;
	padding: 3px 4px 3px 4px !important;
	width: 146px;
	margin: 4px 12px 10px 10px;
	font-size: 12px;
	}
#search-btn {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 4px;
	right: 25px;
	z-index: 70;
	}
	
#login-link, #logout-link {
	display: block;
	position: absolute;
	width: 3.5em;
	top: 110px;
	right: 460px;
	padding-left: 28px;
	z-index: 7000;
	}
#login-link {
	background: url(/images/ico-login.gif) 10px 50% no-repeat;
	}
#logout-link {
	background: url(/images/ico-logout.gif) 10px 50% no-repeat;
	}
a#login-link, a#logout-link {
	text-decoration: none;	
	}
a:hover#login-link {
	background: url(/images/ico-login-o.gif) 10px 50% no-repeat;
	}
a:hover#logout-link {
	background: url(/images/ico-logout-o.gif) 10px 50% no-repeat;
	}
	
	
/* Navigation
----------------------------------------------- */		
#nav {
	list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
	}
#nav li {
  margin: 0 0 0 0;
  padding: 0;
	list-style-type: none;
	display: inline;	
	}
#nav a {
	text-decoration: none;
	}
#nav #main {
	padding: 5px 0 5px 0;
	margin: 0;
	border-top: 1px solid #85CE3B;
	border-bottom: 1px solid #85CE3B;
	background-color: #F0F9E7;
	}
#nav #main li {
	margin: 0 0 0 0 !important;
	}
#nav #main a {
	padding: 7px 10px 7px 37px;
	color: #009900;
	}
#nav #main a:hover {
	background-color: #E3F9CD !important;
	color: #336633;	
	}
#nav #main li.selected a, #nav #main li.selected a:hover {
	background-color: #CC3300 !important;
	color: #FFF !important;
	}
#nav #main #n-products a {
	background: url(/images/ico-nav-products.gif) no-repeat 15px 50%;
	}
#nav #main #n-products.selected a {
	background: url(/images/ico-nav-products-s.gif) no-repeat 15px 50%;
	}
#nav #main #n-myaccount a {
	background: url(/images/ico-nav-myaccount.gif) no-repeat 15px 50%;
	}
#nav #main #n-myaccount.selected a {
	background: url(/images/ico-nav-myaccount-s.gif) no-repeat 15px 50%;
	}
#nav #main #n-customerservice a {
	background: url(/images/ico-nav-customerservice.gif) no-repeat 15px 50%;
	}
#nav #main #n-customerservice.selected a {
	background: url(/images/ico-nav-customerservice-s.gif) no-repeat 15px 50%;
	}
#nav #main #n-help a {
	background: url(/images/ico-nav-help.gif) no-repeat 15px 50%;
	}
#nav #main #n-help.selected a {
	background: url(/images/ico-nav-help-s.gif) no-repeat 15px 50%;
	}
#nav #main #n-giftcertificate a {
	background: url(/images/ico-nav-certificate.gif) no-repeat 15px 50%;
	}
#nav #main #n-giftcertificate.selected a {
	background: url(/images/ico-nav-certificate-s.gif) no-repeat 15px 50%;
	}	
#nav #main #n-onsale a {
	background: url(/images/ico-nav-onsale.gif) no-repeat 15px 50%;
	}
#nav #main #n-newsletter a {
	background: url(/images/ico-nav-sitemap.gif) no-repeat 15px 50%;
	}
#nav #main #n-onsale.selected a {
	background: url(/images/ico-nav-onsale-s.gif) no-repeat 15px 50%;
	}

#nav #sub {
	border-bottom: 1px solid #BAE39A;
	padding: 2px 0 4px 0;
	margin: 2px 0 0 0;
	font-size: 90%;
	}
#nav #sub li {
	margin: 0 0 0 0 !important;
	}
#nav #sub a {
	padding: 6px 15px 6px 15px;
	color: #336633;
	}
#nav #sub a:hover {
	background-color: #F0F9E7 !important;
	color: #125912;	
	}
#nav #sub li.selected a, #nav #sub li.selected a:hover {
	background-color: #327532 !important;
	color: #FFF !important;
	}
	
#nav #sub-child {
	padding: 0 0 0 0;
	margin: 2px 0 0 0;
	font-size: 85%;
	}
#nav #sub-child li {
	margin: 0 0 0 0 !important;
	}
#nav #sub-child a {
	padding: 5px 7px 5px 6px;
	color: #787878;
	}
#nav #sub-child a:hover {
	background-color: #F7FDF0 !important;
	color: #333333;	
	}
#nav #sub-child li.selected a, #nav #sub-child li.selected a:hover {
	background-color: #E3F4D7 !important;
	color: #333333;
	}


/* Sidebar
----------------------------------------------- */		
#sidebar h3 {
	background-color: #E3F4D7;
	color: #333;
	font-weight: normal;
	padding: 4px 10px 4px 10px;
	margin: 0 0 0 1px;
	font-size: 100%;
	}
#sidebar ul {
	list-style: none;
  margin: 0 0 0 1px;
  padding: 0;
	width: 200px;
	}
#sidebar li {
  list-style: none;
	margin: 0;
  padding: 0;
	}	
#sidebar li a {
	display: block;
	padding: 3px 10px 4px 10px;
	text-decoration: none;
	width: 180px;
	}
#sidebar li a:link { color: #1C661C; }
#sidebar li a:visited { color: #1C661C; }
#sidebar li a:hover {
	background-color: #E3F4D7;
	color: #003C00;
	}
#sidebar li .selected {
	background-color: #DDF1C9;
	color: #003C00 !important;
	}
#sidebar .new {
	border: 0;
	padding: 0;
	margin: 2px 0 0 3px;
	}

	
/* Content
----------------------------------------------- */	
/* -- Homepage Styles -- */
#home h1 {
	padding-left: 38px;
	background: url(/images/ico-frogprint.gif) 0 0 no-repeat;
	height: 3em;
	}
#home #intro {
	margin-right: 350px;
	margin-bottom: 60px;
	}
#box-feature {
	width: 294px;
	position: absolute;
	top: 200px;
	right: 22px;
	background: url(/images/box-feature-bg.gif) repeat-y;
	}
#box-feature h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 5px 15px 5px 15px;
	background: #DE680F url(/images/box-feature-top.gif) no-repeat left top;
	color: #FFF;
	}
#box-feature a {text-decoration: none;}
#box-feature a img {border: none;}
#box-feature a:hover h3, #box-feature a:hover div {
	color: #C91E26;
	}
#box-feature h3 {
	font-size: 120%;
	color: #CC3300;
	margin: 10px 15px 5px 15px;
	}
#box-feature div {
	margin: 0;
	padding: 0 15px 20px 15px;
	background: url(/images/box-feature-btm.gif) no-repeat left bottom;
	color: #510301;
	font-size: 90%;
	}
#box-feature div.clear-l {
	background: none;
	padding: 0;
	margin: 0;
	}
#box-feature img {
	margin: 0;
	padding: 0 12px 0 0;
	float: left;
	}
h1#products {
	padding-left: 20px;
	background: url(/images/ico-hdr-products.gif) 0 50% no-repeat;
	}
h1 span {font-size: 90%;}
h1 .sub {color: #1C661C;}
h1 .sub-child {color: #333;}
h1#products a { color: #CC3300; text-decoration: none; }
h1#products span {font-size: 90%;}
h1#products .sub a {color: #1C661C;}
h1#products .sub1 a {color: #333;}
h1#products .sub2 a {color: #CC3300;}
#content h2 .new {margin: 0 0 2px 3px;}
/*
#prods {
	width: 100%;
	margin-left: 7px;
	}
#prods td {
	vertical-align: top;
	padding-bottom: 30px;
	}*/

.prod-main {
	float: left;
	display: inline;
	margin: 0 0 20px 20px;
	}
	
.prod-main a {
	display: block;
	width: 214px;
	text-align: center;
	background-color: #333;
	text-decoration: none;
	padding-top: 7px;
	}
.prod-main a:hover {
	background-color: #DE680F;
	}
/*
.prod-box {
  height: 175px;
  width: 200px;
  display: inline;
  float: left;
  margin: 0 35px 35px 0;
	}
.prod-box a {
  display: block;
  width: 214px;
  text-align: center;
  text-decoration: none;
  padding-top: 7px;
  border: 1px solid #333;  
	}
.prod-box a img { border: 0; } */	

.prod-main img {
	border: 0;
	}
.prod-main h4 {
	font-weight: normal;
	color: #FFF;
	font-size: 120%;
	margin: 0;
	padding: 12px 7px 13px 7px;
	}
/* -- Products Table Styles -- */
table.products {
	width: 100%;
	border-top: 1px solid #85CE3B;
	border-bottom: 1px solid #85CE3B;
	font-size: 90%;
	}
table.products td {
	padding: 5px 0 5px 8px;
	}
.qty {
	color: #787878;
	text-align: right;
	padding-right: 8px;
	}
.row-line, .row-line td {
	border-bottom: 1px solid #E0F3CE;
	}
 .prod-img {
 	width: 60px;
 	}
.prod-img a img {
	border: 4px solid #FFF;
	}
.prod-img a:hover img {
	border: 4px solid #CC3300;
	}
.intro-products {
	margin-bottom: 2.5em;
	}
.detail-list {
	margin-top: .25em;
	}
/* -- My Account Styles -- */
#login {
	width: 300px;
	background: #B3DA67 url(/images/box-login-btm.gif) no-repeat left bottom;
	margin: 0 0 0 20px;
	}
#login-inner {
	background: url(/images/box-login-top.gif) no-repeat left top;
	padding: 0 20px 20px 25px;
	}
.login-input {
	border-color: #336600 !important;
	margin-bottom: 10px;
	width: 200px;
	}
#login-btn {
	margin: 2px 0 10px 141px;
	}
#login h3 {
	color: #336600;
	font-weight: normal;
	font-family: Georgia;
	font-size: 155%;
	padding: 20px 0 0 0;
	}
#login h5 {
	font-size: 110%;
	color: #336600;
	font-weight: normal;
	margin: -5px 0 2px 0;
	padding: 0;
	}
#forgot-link {
	padding-left: 19px;
	background: url(/images/ico-sm-help.gif) 0 50% no-repeat;
	display: block;
	margin: 15px 0 0 45px;
	width: 20em;
	}
#customer-link {
	padding-left: 19px;
	background: url(/images/ico-sm-customerservice.gif) 0 50% no-repeat;
	display: block;
	margin: 2px 0 0 45px;
	width: 20em;
	}
#createaccount-link {
	padding-left: 21px;
	background: url(/images/ico-newaccount.gif) 0 50% no-repeat;
	display: block;
	margin: 12px 0 0 45px;
	width: 20em;
	}
#items {

	}
#items h4, .order-info h4 {
	color: #AA340C;
	margin-bottom: .5em;
	font-size: 100%;
	}
.order-info div {
	padding-left: 15px !important;
	}
table#orders {
	border: 1px solid #327532;
	font-size: 85%;
	}
#orders th {
	background-color: #327532;
	color: #FFF;
	font-size: 100%;
	border-left: 1px solid #E3F9CD;
	}
#orders th.first {border-left: none;}
#orders th, #orders td {
	padding: 2px 12px 3px 8px;
	text-align: left;
	}
#orders td {
	border-bottom: 1px solid #85CE3B;
	}
.th-right th {
	border-bottom: 1px solid #E3F9CD;	
	}
.no-div {
	border-bottom: none !important;
	}
.total td {
	padding-bottom: 10px !important;
	font-size: 120%;
	padding-top: 8px !important;
	}
table.profile {
	float: left;
	margin-right: 45px;
	}
.zebra {
	background-color: #F0F9E7;
	}
#find-order {
	text-align: right;
	margin: -2em 0 1.5em 0;
	}
#find-order-btn {
	margin: 0 0 -4px 0;
	padding: 0 0 0 7px;
	}
.order-number {
	color: #333;
	}
#tbl-order-address {
	font-size: 90%;
	}
#tbl-order-address th, #tbl-order-address td {
	vertical-align: top;
	text-align: left;
	padding: 4px;
	}
#tbl-order-address thead th {
	vertical-align: bottom;
	padding: 0;
	border-bottom: 1px dashed #CCC;
	}
#tbl-order-address h3 {
	margin-bottom: 6px;
	}
#tbl-order-address h3, #customer-notes h3 {
	color: #AA340C;
	margin-top: 1em;
	}
#tbl-order-address .space {
	padding-right: 55px;
	}
#customer-notes {
	font-size: 90%;
	border: 1px solid #CCC;
	padding: 0 20px 0 20px;
	margin: 2em 0 2em 0;
	}
#customer-notes p {
	margin-top: -.7em;
	margin-bottom: 1.5em;
	}
.btn-row td {
	padding: 10px 20px 6px 15px !important;
	}
.btn-row strong {
	font-size: 130%;
	}
.btn-prev-next, .btn-refresh {
	cursor: pointer;
	margin-left: 10px;
	}
.btn-refresh {
	margin: 0 0 -4px 5px;
	}
#secure img {
	border: 0;
	margin: 45px 0 0 25px;
	}
#secure1 {
        position: absolute;
        right: 20px;
        top: 260px;
}
#password-link a {
	padding-left: 22px;
	background: url(/images/ico-changepassword.gif) 0 50% no-repeat;
	}
#edit-profile {
	padding: 16px 0 0 0;
	}
.profile .input {
	width: 180px;
	margin-bottom: 4px !important;
	}
.profile .width-norm {
	width: auto !important;
	}
.profile th, .profile td {
	padding-bottom: 15px !important;
	}
.profile th {
	vertical-align: top;
	padding-top: 8px !important;
	}
.profile td {
	padding-top: 8px !important;
	}
.same-check {
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 4px;
	}
.order-info th, .order-info td {
	padding: 2px;
	}
.order-info label {
	font-weight: bold;
	padding-right: 6px;
	}
.order-info th {
	text-align: left;
	}
.order-info #user-info {
	margin-bottom: 20px;
	}
.order-info #ship-info {
	margin-right: 40px;
	}
.order-info #bill-info, .order-info #ship-info {
	margin-bottom: 10px;
	}
.tbl-select-shipping {
	padding-top: 15px;
	border-top: 1px solid #CCC;
	margin-top: .5em;
	}
.tbl-select-shipping td {
	padding-top: 4px;
	}
.tbl-select-shipping img {
	padding-left: 15px;
	}
.h3-ship {
	color: #AA340C;
	margin: 0 0 1em 0;
	padding: 0;
	}
.btn-main {
	margin-left: 30px;
	}
#login-wrapper {
	float: left;
	}
#btn-quickcheckout {
	margin: 20px;
	}
#steps {
	width: 523px;
	height: 74px;
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
	}
.one {
	background: url(/images/checkout-steps.gif) 0 0 no-repeat;
	}
.two {
	background: url(/images/checkout-steps.gif) 0 -75px no-repeat;
	}
.three {
	background: url(/images/checkout-steps.gif) 0 -150px no-repeat;
	}
.four {
	background: url(/images/checkout-steps.gif) 0 -225px no-repeat;
	}
#steps li {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	line-height: 0px;
	}
	
h1#myaccount {
	padding-left: 22px;
	background: url(/images/ico-hdr-myaccount.gif) 0 50% no-repeat;
	margin-bottom: 1.25em;
	}
	
h1#customer {
	padding-left: 22px;
	background: url(/images/ico-hdr-customerservice.gif) 0 50% no-repeat;
	}	
	
h1#help {
	padding-left: 22px;
	background: url(/images/ico-hdr-help.gif) 0 50% no-repeat;
	}

h1#giftcertificate {
	padding-left: 22px;
	background: url(/images/ico-hdr-certificate.gif) 0 50% no-repeat;
	}		
	
h1#sitemap {
	padding-left: 22px;
	background: url(/images/ico-hdr-sitemap.gif) 0 50% no-repeat;
	}
	
h1#onsale {
	padding-left: 22px;
	background: url(/images/ico-hdr-onsale.gif) 0 50% no-repeat;
	}

h1#orderdetail {
	padding-left: 22px;
	background: url(/images/ico-hdr-orderdetail.gif) 0 50% no-repeat;
	}	
	
h1#checkout {
	padding-left: 29px;
	background: url(/images/ico-hdr-checkout.gif) 0 50% no-repeat;
	margin-bottom: .75em;
	}	

h1#shoppingcart-title {
	padding-left: 22px;
	background: url(/images/ico-shoppingcart-o-s.gif) 0 50% no-repeat;
	margin-bottom: 1.25em;
	}
h1#shoppingcart-title.main {
	margin-bottom: 0 !important;
	}
	
h1#links-title {
	padding-left: 19px;
	background: url(/images/ico-links-o-s.gif) 0 50% no-repeat;
	}	
	
#mosaic-steps	 {
	list-style: none;
	}
#mosaic-steps li {
	margin-bottom: 1em;
	}
#mosaic-steps img	 {
	float: right;
	border: 3px solid #CCC;
	margin: 0 10px 10px 10px;
	}
#mosaic-steps h3	 {
	margin-bottom: 5px;
	}
	
.tbl {
	margin-bottom: 2em;
	}
.tbl, .tbl td, .tbl th {
	border-collapse: collapse;
	border: 1px solid #7C3500;
	}
.tbl td, .tbl th {
	padding: 4px 8px 6px 6px;
	}
.tbl th {
	font-size: 90%;
	font-weight: bold;
	background-color: #DE680F;
	color: #FFF;
	text-align: left;
	}
#tbl-cement {
	float: left;
	margin: 1em 40px 2.5em 0;
	}
#measurement-tbls {
	float: left;
	}
#measurement-tbls h3 {
	font-size: 100%;
	margin: 1em 0 1em 0;
	}
	
.tbl-status {
	margin: 1em 0 1em 0;
	}
.tbl-status td {
	padding: 4px;
	} 
.tbl-status.nologin {
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 2em;
	}
.btn-status {
	text-align: left !important;
	border-top: 1px dashed #CCC;
	} 
	
.links-list {
	list-style: none;
	margin-left: 22px;
	padding: 0;
	}
.links-list li {
	padding: 0 0 1em 18px;
	background: url(/images/ico-bul-links.gif) 0 5px no-repeat;
	}
	
.sitemap-list {
	float: left;
	margin: 2em 40px 0 22px;
	padding: 0;
	list-style: none;
	}
.sitemap-list li {	
	margin: 0;
	padding: 0 0 1em 17px;
	background: url(/images/ico-pg-main.gif) 0 4px no-repeat;
	list-style: none;
	}
.sitemap-list li ul {
	margin: 1em 0 0 0;
	padding: 0;
	}
.sitemap-list li ul li {
	background: url(/images/ico-pg-sub.gif) 0 4px no-repeat;
	padding-left: 15px;
	}
.sitemap-list li ul li ul li {
	background: url(/images/ico-pg-sub-sub.gif) 0 6px no-repeat;
	padding-left: 13px;
	font-size: 95%;
	}		
	
#gift-balance h3 {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 5px;
	margin-top: 2em;
	}
#gift-balance .btn-checkbalance {
	margin: 0 0 -5px 12px;
	}
	
.btn-addtocart-sm {
	margin: 0 0 -3px 8px;
	}

.prod-title {
	font-size: 190%;
	}
.prod-detail td.space {
	padding-left: 25px;
	padding-bottom: 20px;
	border-left: 1px solid #CCC;
	}	
.prod-detail img {
	padding: 0 25px 10px 0;
	}
.prod-detail h3 {
	margin: 10px 25px 5px 25px;
	padding: 8px 0 0 0;
	border-top: 1px dashed #CCC;
	font-size: 110%;
	}
.prod-detail ul {
	list-style: none;
	margin: 0 0 10px 25px;
	padding: 0;
	}
.prod-detail ul li {
	/*float: left;*/
	padding: 0 20px 0 18px;
	margin-bottom: 8px;
	background: url(/images/icon-photo.gif) 0 50% no-repeat;
	}
.prod-description {
	border: 1px solid #CCC;
	padding: 0 20px 0 20px;
	margin: 1em 0 2em 0;
	}
.prod-add {
	margin-top: 3em;
	}
.btn-addtocart {
	margin: 4px 0 -5px 8px;
	}
#ecostamp {
	display: block;
	float: right;
	margin: 5px 10px 10px 20px;
	}
		
/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	padding: 0;
	margin: 30px 0 35px 0;
	background: url(/images/cnr-footer-btm-r.gif) no-repeat right bottom;
	color: #E79F87;
	font-size: 90%;
	}
#footer-wrapper {
	background: url(/images/cnr-footer-btm-l.gif) no-repeat left bottom;
	}
#footer-wrapper-sub {
	background: url(/images/cnr-footer-top-r.gif) no-repeat right top;
	}
#nav-footer-a {
	background: url(/images/cnr-footer-top-l.gif) no-repeat left top;
	padding: 32px 0 0 30px;
	margin: 0;
	}
#nav-footer-b {
	padding: 17px 0 0 30px;
	margin: 0;
	}
#footer a {
	text-decoration: none;
	color: #FFF;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer #copyright {
	padding: 32px 0 0 30px;
	margin: 0;
	font-size: 95%;
	color: #E79F87;
	}


/* Forms
----------------------------------------------- */
form {	
	margin: 0;
	padding: 0;
	}
label {

	}
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
textarea, select {
	padding: 2px 3px 2px 3px;
	border: 1px solid #787878;
	}
.input {
	border: 1px solid #787878;
	padding: 2px 3px 2px 3px;
	}
.quantity {
	width: 3em;
	text-align: right;
	}
.btn-container {
 	text-align: right;
 	padding: 12px 5px 40px 0;
	}
.btn-container-checkout {
 	border-top: 1px solid #D29E8F;
 	padding: 12px 5px 40px 0;
 	margin: 2em 0 0 0;
 	text-align: right;
	} 	
.steps {
	width: 340px;
	padding-top: 18px !important;
	}
.btn-container-shopping {
	text-align: right;
	padding: 0 13px 12px 0;
	font-size: 85%;
	}	
#error {
	border: 1px solid #990000;
	width: 345px;
	margin-bottom: 30px;
	background-color: #FFF;
	color: #990000;
	}
#error h5 {
	padding-left: 22px;
	background: url(/images/ico-alert.gif) 0 50% no-repeat;
	margin: 15px;
	color: #990000;
	font-size: 115%;
	}
#error ul {
	margin: 5px 15px 25px 15px;
	padding: 0 0 0 37px;
	}
#error li {
	margin-bottom: 6px;
	font-size: 100%;
	}
#login #error {
	width: 245px;
	}
.required {  
	font-size: 90%;
	}
.req {
	color: red;
	font-weight: bold;
	}
.optional { font-weight: normal; font-style: italic; }
.error { color: red; }	

/* Misc
----------------------------------------------- */	
.info {
	color: #787878;
	}
.info-text {
	font-size: 11px;
	color: #787878;
	font-weight: normal;
	}
.note {
	font-size: 90%;
	padding-left: 25px;
	background: url(/images/ico-note.gif) 4px 3px no-repeat;
	}
.note-status {
	margin-top: -1em;
	margin-bottom: -.25em;
	}
.clear {
	clear: both;
	}
.clear-l {
	clear: left;
	}
.clear-r {
	clear: right;
	}
.float-l {
	float: left;
	}
.float-r {
	float: right;
	}
.float-none {
	float: none !important;
	}
.text-ar {
	text-align: right !important;
	}
.text-al {
	text-align: left !important;
	}
.v-btm {
	vertical-align: bottom;
	}
.v-top {
	vertical-align: top;
	}
.width-max {
	width: 100%;
	}
.no-bold {
	font-weight: normal !important;
	}
