/* @group Core */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #542d24 url('../images/bg.jpg') no-repeat 50% 0%;
	width: 100%;
	text-align: center;
	font: 12px "Lucida Grande", Arial, sans-serif;
}

#container {
	width: 815px;
	margin: 0 auto;
	position: relative;
}

a {
	color: #fa87b3;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* @end */

/* @group Top Content */

#top-content {
	height: 130px;
	margin-top: 26px;
	color: #fff;
}

/* @group Logo */

#logo {
	width: 178px;
	float: left;
}

#logo a {
	display: block;
	text-indent: -9999px;
	background: url('../images/logo.gif') no-repeat;
	width: 170px;
	height: 122px;
	margin-left: 45px;
}

/* @end */

/* @group Shopping Cart */

#cart {
	float: right;
	margin-top: 20px;
	line-height: 14pt;
	text-align: left;
}

#cart a,
#cart em {
	margin-right: 10px;
	font-style: normal;
}

#cart img {
	margin: 0 0 8px -17px;
}

/* @end */

/* @end */

#content {
	width: 788px;
	border: 5px solid #dbdbaa;
	background: #ffffdc;
	padding: 10px 0 10px 10px;
	clear: both;
	float: left;
}

/* @group Navigation */

#nav {
	background: url('../images/navbar.gif') no-repeat;
	height: 26px;
	width: 518px;
	position: absolute;
	right: 19px;
	margin-top: -21px;
}

#navigation {
	background: url('../images/navbar.gif') no-repeat;
	width: 518px;
	height: 26px;
	position: relative;
}

#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

#nav li, #nav a {
	display: block;
	height: 26px;
	text-indent: -9999px;
	outline: none;
}

#nav-home a, #nav-story a, #nav-shop a, #nav-bakery a, #nav-faq a, #nav-press a, #nav-contact a {
	background: url('../images/navbar.gif') no-repeat;
}

#nav-home {
	left: 0px;
	width: 60px;
}

#nav-home a:hover, #nav-home .current {
	background-position: 0px -26px;
}

#nav-story {
	left: 60px;
	width: 81px;
}

#nav-story a {
	background-position: -60px 0px;
}

#nav-story a:hover, #nav-story .current {
	background-position: -60px -26px;
}

#nav-shop {
	left: 141px;
	width: 105px;
}

#nav-shop a {
	background-position: -141px 0px;
}

#nav-shop a:hover, #nav-shop .current {
	background-position: -141px -26px;
}

#nav-bakery {
	left: 246px;
	width: 96px;
}

#nav-bakery a {
	background-position: -246px 0px;
}

#nav-bakery a:hover, #nav-bakery a.current {
	background-position: -246px -26px;
}

#nav-faq {
	left: 342px;
	width: 47px;
}

#nav-faq a {
	background-position: -342px 0px;
}

#nav-faq a:hover, #nav-faq .current {
	background-position: -342px -26px;
}

#nav-press {
	left: 389px;
	width: 56px;
}

#nav-press a {
	background-position: -389px 0px;
}

#nav-press a:hover, #nav-press .current {
	background-position: -389px -26px;
}

#nav-contact {
	left: 445px;
	width: 73px;
}

#nav-contact a {
	background-position: -445px 0px;
}

#nav-contact a:hover, #nav-contact .current {
	background-position: -445px -26px;
}

/* @end */

/* @group Featured Content */

#featured-content {
	float: left;
}

body#home #featured-content {
	padding-bottom: 6px;
	border-bottom: 1px dotted #e4d9a3;
}

/* @end */

/* @group Columns */

#columns {
	float: left;
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}

body#home #columns {
	padding-bottom: 0;
}

#floral {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url('../images/one-col-bg.gif') no-repeat;
	width: 211px;
	height: 125px;
}

/* @group First Column */

.one-col {
	min-height: 600px;
	width: 252px;
	float: left;
	background: #83684e;
	border-top: 1px solid #cdc3a3;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	padding-top: 24px;
}

* html .one-col {
	padding-bottom: 2100px;
	height: 600px;
}

* html .one-col .one-col {
	height: auto;
}

body#home .one-col {
	min-height: 0px !important;
	background: transparent;
	border: none;
	padding-top: 0;
}

.one-col ul {
	border: 1px solid #9c866a;
	width: 215px;
	text-align: left;
	list-style: none;
	padding: 10px;
	margin: 8px 20px 20px 7px;
}

.one-col li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding-left: 12px;
	font-size: 14px;
	margin: 2px 0;
	height: 25px;
	line-height: 18pt;
}

.one-col li a:hover, .one-col li a.current {
	background: #9d8061;
}

.one-col img {
	margin-bottom: 5px;
	border: 1px solid #bebe8c;
}

body#home .one-col img {
	border: none;
}

.one-col img.last-img {
	margin-bottom: 0;
}

/* @end */

/* @group Second Column */

.two-col {
	float: left;
	position: relative;
	margin: 33px 0 0 22px;
	text-align: left;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	width: 495px;
}

body#home .two-col {
	margin: 0 0 0 10px;
	padding-bottom: 0;
	width: 519px;
}

.two-col h1#occasions-title {
	background: url('../images/occasions-title.gif') no-repeat;
	text-indent: -9999px;
}

.two-col h1#flavors-title {
	background: url('../images/flavors-title.gif') no-repeat;
	text-indent: -9999px;
}

.two-col p {
	color: #542d24;
	line-height: 14pt;
}

.two-col p img {
	float: right;
	border: 5px solid #dbdbaa;
	margin: 0 0 20px 20px;
}

.two-col h1.sIFRed {
	font-size: 21px;
	color: #542d24;
}

.two-col h2, .two-col h3, .two-col h4 {
	color: #819a3e;
	font-size: 14px;
	text-align: left;
}

.category-head h2 {
	font-size: 21px;
	color: #542d24;
	margin-bottom: 15px;
}

p.category-description {
	margin-bottom: 15px;
}

.two-col p a {
	color: #bd2b0e;
}

.two-col ul {
	margin: 16px 0 16px 10px;
	text-align: left;
	list-style: none;
}

.two-col li {
	color: #542d24;
	margin: 5px 0;
	background: url('../images/square-bullet.gif') no-repeat 0% 50%;
	padding: 0 0 0 10px;
	border-bottom: 1px dotted #e4d9a3;
	padding-bottom: 3px;
	width: 425px;
}

.last-list-item {
	border-bottom: none !important;
}

/* @group Products */

#products {
	width: 500px;
	margin-bottom: 33px;
	float: left;
}

#products img.product-img {
	border: 5px solid #dbdbaa;
	float: left;
	margin: 0 20px 20px 0;
}

#products strong, .prod-info strong {
	display: block;
	font-size: 14px;
	margin-bottom: 2px;
	color: #2f1713;
}

#products p, .prod-info p {
	font-size: 11px;
}

#products p {
	padding-right: 5px;
}

#products span, .prod-info span {
	margin-top: 10px;
	display: block;
	color: #246a87;
	font-size: 11px;
	font-weight: bold;
}

#products form {
	margin: 10px 0 6px;
}

#products label {
	font-size: 11px;
	text-align: right;
	width: 50px;
	display: block;
	float: left;
	margin-right: 8px;
	padding-top: 2px;
}

#products input, #products select {
	border: 1px solid #e7ddaa;
	padding: 2px;
	width: 110px;
	margin-bottom: 3px;
	display: block;
}

#products select {
	width: 116px;
}

#products .product-add {
	height: 21px;
	width: 168px;
	border: none;
	margin: -6px 0 0 0;
	clear: left;
}

#products .email-to-friend {
	padding-left: 2px;
}

span.sold {
	display: block;
	padding-top: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

/* @end */

/* @group Recommended Products */

#recommended {
	margin-bottom: 33px;
	height: 114px;
	

/* background: #82bdd5; */
	width: 480px;
	

/* padding: 4px; */
	clear: both;
}

#recommended-inner {
	

/* border: 1px solid #c1ded9; */
	

/*padding: 10px 7px;*/
	height: 92px;
}

#recommended #rec-links {
	margin-top: 8px;
}

#recommended #rec-links img {
	border: 1px solid #ffffdc;
	margin-right: 9px;
}

#recommended #rec-links img.last-rec-img {
	margin: 0;
}

/* @end */

/* @group Reviews */

#reviews {
	font-size: 11px;
}

#reviews li {
	background: none;
	padding: 6px 50px 8px 0;
	margin-left: -8px;
	width: 450px;
}

#reviews em {
	color: #bd2b0e;
	font-style: normal;
}

/* @end */

#products, #recommended {
	border-bottom: 1px dotted #E4D9A3;
	padding-bottom: 6px;
}

/* @group Product Info */

#prod-col1, #prod-col2 {
	float: left;
}

#prod-col2 {
	margin-left: 30px;
}

#products-view {
	margin-left: -24px;
	margin-top: -30px;
	border-spacing: 30px 30px;
}

*[className=two-col] #products-view {
	margin: 0;
	margin-left: 18px;
}

* html #products-view {
	margin: 0;
	margin-left: 18px;
}

#products-view td {
	vertical-align: top;
	width: 225px;
	position: relative;
}

#products-view td.product {
	background: url(../images/product-cell-bottom.gif) center bottom no-repeat;
}

.prod-info {
	width: 189px;
	padding: 18px;
	background: url(../images/product-cell-top.gif) center top no-repeat;
	margin-bottom: 15px;
}

.prod-info .prod-info-inner {
	

}

.prod-info strong {
	font-size: 12px;
	margin-top: 10px;
}

.prod-info p {
	line-height: 11pt;
	margin-bottom: 3px;
/

*height: 50px;*/
}

.prod-info span {
	margin: 12px 0 8px;
	font-weight: bold;
}

.prod-info img {
	display: block;
/

* margin-bottom: 8px; */
}

.prod-info a {
	display: block;
	padding-bottom: 6px;
	margin-bottom: 0px;
	height: 21px;
}

/* @end */

/* @group View Flavors Button */

#view-flavors {
	position: absolute;
	top: 280px;
	left: 755px;
	display: block;
	background: url('../images/view-flavors.png') no-repeat;
	_background: url('../images/view-flavors.gif') no-repeat;
}

#view-flavors a {
	display: block;
	text-indent: -9999px;
	width: 92px;
	height: 92px;
}

/* @end */

/* @end */

/* @end */

/* @group Featured Links */

#featured-links {
	padding-top: 6px;
	clear: both;
	text-align: left;
	border-bottom: 1px dotted #e4d9a3;
	padding-bottom: 6px;
	width: 779px;
}

#featured-links a {
	float: left;
	display: inline;
}

#featured-links a img {
	border: 1px solid #e4d9a3;
	margin-right: 10px;
}

#featured-links a img.img-pad-left {
	margin-right: 0;
}

/* @end */

/* @group Footer */

#footer {
	font: 11px "Lucida Grande", Arial, sans-serif;
	color: #e4d9a3;
	line-height: 16pt;
	padding: 15px 0 40px;
	clear: both;
}

#footer a {
	padding: 0 4px;
}

/* @end */

/* @group Account & Address Information */

#account .back-button, #address .back-button {
	width: 62px;
	height: 21px;
	background: url('../images/back-button.gif') no-repeat;
	display: block;
	float: left;
	text-indent: -999em;
	font-size: 1%;
	outline: none;
}

#account .save-button, #address .save-button {
	width: 62px;
	height: 21px;
	background: url('../images/save-button.gif') no-repeat;
	display: block;
	float: left;
	text-indent: -999em;
	font-size: 1%;
	outline: none;
	margin-left: 10px;
	cursor: pointer;
	border: none;
}

#address .save-address-button {
	width: 109px;
	height: 21px;
	background: url('../images/save-address-button.gif') no-repeat;
	display: block;
	float: left;
	text-indent: -999em;
	font-size: 1%;
	margin-left: 10px;
	border: none;
	cursor: pointer;
	outline: none;
}

.button-set .required {
	font-size: 10px;
}

#account fieldset, #address fieldset {
	border: none;
	margin: 0;
}

#account fieldset ul, #account fieldset ul li,
#address fieldset ul, #address fieldset ul li {
	margin: 0;
	padding: 0;
}

#account input,
#address input,
#account select,
#address select {
	margin-bottom: 9px;
}

#account .validation-advice,
#address .validation-advice {
	margin: -9px 0 9px;
}

#account h3,
#address h3 {
	font-size: 15px;
}

#account h4,
#address h4 {
	color: #68453A;
	margin-bottom: 9px;
	padding-bottom: 3px;
	border-bottom: 1px solid #68453A;
}

#account .input-text,
#address .input-text {
	padding: 2px;
	border: 1px solid #DBDBAA;
	color: #542D24;
	width: 50%;
}

.ad-account-info address {
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.ad-orders h4 {
	margin-top: 20px;
}

.ad-account-info h4 {
	margin-top: 20px;
	margin-bottom: -10px;
}

.ad-account-info h5, .ad-account-info h6 {
	font-size: 13px;
}

#my-orders-table {
	width: 100%;
	border-collapse: collapse;
	color: #2f1713;
	font-size: 11px;
}

#my-orders-table a {
	font-size: 12px;
}

#my-orders-table thead th {
	background: #dfdfb3;
	color: #83684e;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#my-orders-table td, #my-orders-table th {
	padding: 5px;
	border: 1px solid #dfdfb3;
}

#my-orders-table .odd td {
	background: #f7f7d0;
}

#my-orders-table .even td {
	background: #efefc7;
}

#my-orders-table a.remove {
	margin: 0 auto;
	width: 13px;
	height: 13px;
	display: block;
	background-image: url(../images/shopping-cart-remove.gif);
	outline: none;
	text-indent: -999em;
	font-size: 10%;
}

.ad-orders a {
	display: block;
	margin: 5px 0;
}

.ad-orders table a {
	margin: 0;
	display: inline;
}

.cvv-what-is-this {
	position: relative;
}

.cvv-what-is-this-explanation {
	position: absolute;
	top: 2em;
	padding: 5px;
	background: #FFFFDC;
	border: 1px solid #BD2B0E;
	width: 200px;
	left: 0;
	text-decoration: none;
}

.cvv-what-is-this-explanation span {
	cursor: pointer;
}

.cvv-what-is-this-explanation span:hover {
	text-decoration: none;
}

/* @end */

.markerTooltip {
	background: #83684e;
	color: #fff;
	padding: 4px 8px;
	border: 1px solid #333;
}

/* @group Cart */

.input-text {
	border: 1px solid #e8dfac;
	padding: 2px;
	color: #2f1713;
}

#shopping-cart-table {
	width: 100%;
	border-collapse: collapse;
	color: #2f1713;
	font-size: 11px;
}

#shopping-cart-table a {
	font-size: 12px;
}

#shopping-cart-table thead th {
	background: #dfdfb3;
	color: #83684e;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#shopping-cart-table td, #shopping-cart-table th {
	padding: 5px;
	border: 1px solid #dfdfb3;
}

#shopping-cart-table img {
	border: 2px solid #dbdbaa;
}

#shopping-cart-table .odd td {
	background: #f7f7d0;
}

#shopping-cart-table .even td {
	background: #efefc7;
}

#shopping-cart-table tfoot td {
	border: none;
	padding-top: 10px;
}

#shopping-cart-table tfoot td {
	padding: 10px 0;
}

#shopping-cart-table tfoot .continue-shopping {
	margin-left: 232px;
	margin-right: 10px;
}

#shopping-cart-totals-table td {
	padding-right: 15px;
}

#shopping-cart-table a.remove {
	margin: 0 auto;
	width: 13px;
	height: 13px;
	display: block;
	background-image: url(../images/shopping-cart-remove.gif);
	outline: none;
	text-indent: -999em;
	font-size: 10%;
}

.form-button-alt {
	height: 21px;
	display: inline;
	float: left;
	text-indent: -999em;
	outline: none;
	background-position: 0 0;
	background-repeat: none;
	border: none;
	cursor: pointer;
	background-color: transparent;
}

.proceed-to-checkout {
	height: 21px;
	display: inline;
	text-indent: -999em;
	outline: none;
	background-position: 0 0;
	background-repeat: none;
	border: none;
	cursor: pointer;
	width: 168px;
	background-image: url(../images/proceed-to-checkout-button.gif);
	float: right;
}

.two-col .messages {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.two-col .messages li {
	list-style: none;
	background: none;
	border: none;
	padding: none;
}

.two-col .messages ul {
	margin: 5px 0;
}

.two-col .messages .success-msg, .two-col .messages .error-msg {
	padding: 5px 26px;
	border: 1px dotted #e4d9a3;
	border-width: 1px 0;
}

.two-col .messages .success-msg {
	background: url(../images/large-green-check.gif) left center no-repeat;
}

.two-col .messages .error-msg {
	background: url(../images/large-red-x.gif) left center no-repeat;
}

.continue-shopping {
	width: 148px;
	background-image: url(../images/continue-shopping-button.gif);
}

.update-shopping-cart {
	width: 105px;
	background-image: url(../images/update-cart-button.gif);
}

.get-a-quote {
	width: 113px;
	background-image: url(../images/get-a-quote-button.gif);
}

.apply-coupon {
	width: 113px;
	background-image: url(../images/apply-coupon-button.gif);
}

.update-total-button {
	width: 109px;
	background-image: url(../images/update-total-button.gif);
}

.update-total-button {
	width: 109px;
}

/* @end */

/* @group Checkout */

.two-col .shipment-methods li {
	background: none;
	border: none;
}

.two-col .box fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.two-col .box form {
	padding-top: 10px;
}

#checkoutSteps li {
	width: auto;
	border: none;
	margin: 0;
	list-style: none;
}

#checkout-step-login .col-1,
#checkout-step-login .col-2 {
	margin: 0;
}

#checkout-step-login .col-1 {
	width: 214px;
	margin-right: 10px;
	display: inline;
	float: left;
}

#checkout-step-login .col-1 .col-1 {
	margin-right: 0;
}

#checkout-step-login .col-2 {
	width: 151px;
	margin-left: 51px;
	margin-right: 13px;
	display: inline;
	float: left;
}

#checkout-step-login .col-2 .col-2 {
	margin: 0;
}

.one-page-checkout li {
	list-style-type: none;
	background: none;
}

.one-page-checkout li {
	padding: 0 0 1px;
}

.one-page-checkout fieldset {
	border: none;
}

.one-page-checkout .head {
	padding: 9px;
	background: #dfdfb3;
}

.one-page-checkout .head a {
	display: none;
}

.one-page-checkout .head h3 {
	font-size: 10px;
	font-weight: bold;
	color: #83684e;
	text-transform: uppercase;
	line-height: 14px;
}

.one-page-checkout .allow {
	padding-bottom: 0;
}

.one-page-checkout .allow .head {
	cursor: pointer;
}

.one-page-checkout .box {
	border: 1px solid #dfdfb3;
	border-width: 0 1px;
	background: #f7f7d0;
	padding: 32px 27px;
}

* html .one-page-checkout .box {
	display: inline-block;
}

* html .one-page-checkout .box .box {
	display: block;
}

.one-page-checkout .step-count {
	display: block;
	float: left;
	background: url(../images/step-num-back.gif) 0 center no-repeat;
	width: 14px;
	text-align: center;
	line-height: 13px;
	height: 13px;
	margin-right: 10px;
	color: #dfdfb3;
	font-size: 9px;
}

.one-page-checkout .form-list {
	margin: 0;
}

.one-page-checkout .form-list li {
	padding: 2px 0;
}

.one-page-checkout .form-list li {
	vertical-align: top;
}

.two-col .one-page-checkout p {
	color: #83684e;
	line-height: 2;
}

.two-col .one-page-checkout strong {
	color: #542d24;
}

.one-page-checkout a {
	color: #bd2b0e;
	font-size: 11px;
}

.one-page-checkout .form-button {
	

/* float: left;
	display: inline; */
	height: 21px;
	text-indent: -999em;
	background: transparent;
	margin-top: 10px;
	border: none;
	cursor: pointer;
}

.two-col *[className=one-page-checkout] .form-button {
	text-indent: -10px;
	font-size: 1%;
	background: transparent none right center no-repeat;
	text-align: left;
}

* html .two-col .one-page-checkout .form-button {
	text-indent: -10px;
	font-size: 1%;
	background: transparent none right center no-repeat;
	text-align: left;
}

#content .two-col .one-page-checkout .continue-button {
	width: 86px;
	background-image: url(../images/continue-button.gif);
}

#content .two-col *[className=one-page-checkout] .continue-button {
	width: 96px;
}

* html #content .two-col .one-page-checkout .continue-button {
	display: block;
	width: 96px;
}

#content .two-col .one-page-checkout .login-button {
	width: 63px;
	background-image: url(../images/login-button.gif);
}

.one-page-checkout fieldset, 
.one-page-checkout ul {
	margin: 0;
	padding: 0;
}

.one-page-checkout .input-text {
	width: 433px;
}

.one-page-checkout #login-form .input-text {
	width: auto;
}

.one-page-checkout p label, .one-page-checkout dl label {
	float: none;
}

.one-page-checkout label {
	margin-top: 1em;
	float: left;
	clear: left;
}

.one-page-checkout select {
	clear: left;
	float: left;
}

.one-page-checkout .back {
	height: 21px;
	text-indent: -999em;
	background: transparent;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	width: 62px;
	background-image: url(../images/back-button-opc.gif);
	float: left;
	margin-right: 10px;
}

.two-col .one-page-checkout fieldset.group-select {
	clear: left;
}

#checkout-step-login label {
	float: none;
}

#checkout-review-table a {
	font-size: 12px;
}

#checkout-review-table thead th {
	background: #dfdfb3;
	color: #83684e;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#checkout-review-table td, #checkout-review-table th {
	padding: 5px;
	border: 1px solid #dfdfb3;
}

#checkout-review-table img {
	border: 2px solid #dbdbaa;
}

#checkout-review-table .odd td {
	background: #f7f7d0;
}

#checkout-review-table .even td {
	background: #efefc7;
}

#checkout-review-table tfoot .continue-shopping {
	margin-left: 232px;
	margin-right: 10px;
}

#place-order-button {
	height: 21px;
	text-indent: -999em;
	background: transparent;
	margin-top: 10px;
	border: none;
	cursor: pointer;
}

*[className=one-page-checkout] #place-order-button {
	text-indent: -10px;
	font-size: 1%;
	background: transparent none right center no-repeat;
	text-align: left;
}

.two-col #place-order-button {
	width: 109px;
	background-image: url(../images/place-order-button.gif);
}

#checkout-step-payment .input-box label {
	float: left;
	clear: left;
	line-height: 2em;
}

#checkout-step-payment .input-box {
	clear: left;
}

#checkout-step-payment .input-box input {
	width: 200px;
}

#checkout-step-payment .input-box input,
#checkout-step-payment .input-box select {
	float: left;
	clear: none;
	margin-left: 5px;
}

/* @end */

/* @group Print order */
body.sales-order-print  ,
body.sales-order-printinvoice  ,
body.sales-order-printshipment   {
	background: #fff;
	width: 80%;
	margin:  0 auto;
	padding-top: 16pt;
}

body.sales-order-print  .col2-set ,
body.sales-order-printinvoice  .col2-set ,
body.sales-order-printshipment  .col2-set  {
	clear: left;
	border-top: 1px solid #000;
}

body.sales-order-print  .col2-set .col-1,
body.sales-order-printinvoice  .col2-set .col-1,
body.sales-order-printshipment  .col2-set .col-1,
body.sales-order-print  .col2-set .col-2 ,
body.sales-order-printinvoice  .col2-set .col-2 ,
body.sales-order-printshipment  .col2-set .col-2  {
	width: 50%;
	float: left;
	text-align: left;
	margin: 12pt 0 0;
	font-size: 9pt;
	line-height: 138.46%;
	font-style: normal;
}

body.sales-order-print  .divider ,
body.sales-order-printinvoice  .divider ,
body.sales-order-printshipment  .divider  {
	/* border-bottom: 1px solid #000; */
}

body.sales-order-print  h3 ,
body.sales-order-printinvoice  h3 ,
body.sales-order-printshipment  h3  {
	font-size:  12pt;
	text-align: left;
	margin: 24pt 0 8pt;
}

body.sales-order-print  .col2-set h4 ,
body.sales-order-printinvoice  .col2-set h4 ,
body.sales-order-printshipment  .col2-set h4  {
	font-size: 9pt;
	line-height: 138.46%;
	border: none;
	color: #000;
	margin: 0;
	padding: 0;
}

body.sales-order-print  .col2-set address ,
body.sales-order-printinvoice  .col2-set address ,
body.sales-order-printshipment  .col2-set address  {
	font-size: 9pt;
	line-height: 138.46%;
	font-style: normal;
}

body.sales-order-print  h4 ,
body.sales-order-printinvoice  h4 ,
body.sales-order-printshipment  h4  {
	font-size:  12pt;
	text-align: left;
	border: solid #000;
	border-width: 1px 0 0;
	padding: 32pt 0 8pt;
	margin-bottom: 8pt;
}

body.sales-order-print  table.print ,
body.sales-order-printinvoice  table.print ,
body.sales-order-printshipment  table.print  {
	width: 100%;
	text-align: left;
}

/* body.sales-order-print  table.print thead tr ,
body.sales-order-printinvoice  table.print thead tr ,
body.sales-order-printshipment  table.print thead tr  {
	background: #000;
	color: #fff;
} */

body.sales-order-print  table.print thead th ,
body.sales-order-printinvoice  table.print thead th ,
body.sales-order-printshipment  table.print thead th  {
	font-weight: normal;
	border-bottom: 1px solid #000;
}


body.sales-order-print  table.print td,
body.sales-order-printinvoice  table.print td,
body.sales-order-printshipment  table.print td,
body.sales-order-print  table.print th ,
body.sales-order-printinvoice  table.print th ,
body.sales-order-printshipment  table.print th  {
	padding: 6pt;
	font-size: 8pt;
}

body.sales-order-print  table.print .odd tr ,
body.sales-order-printinvoice  table.print .odd tr ,
body.sales-order-printshipment  table.print .odd tr  {
	background: #ebebeb;
}

body.sales-order-print  tfoot td ,
body.sales-order-printinvoice  tfoot td ,
body.sales-order-printshipment  tfoot td  {
	padding: 3pt;
}

body.sales-order-print  tfoot td.a-right ,
body.sales-order-printinvoice  tfoot td.a-right ,
body.sales-order-printshipment  tfoot td.a-right  {
	text-align:  right;
	text-transform: uppercase;
}

body.sales-order-print  tfoot td span.nobr ,
body.sales-order-printinvoice  tfoot td span.nobr ,
body.sales-order-printshipment  tfoot td span.nobr  {
	text-align: left;
	display: block;
}

body.sales-order-print  .nowrap ,
body.sales-order-printinvoice  .nowrap ,
body.sales-order-printshipment  .nowrap  {
	white-space: nowrap;
}


/* @end */

form fieldset {
	border: none;
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px dotted #e4d9a3;
	border-bottom: 1px dotted #e4d9a3;
}

.two-col form fieldset li {
	background: none;
	border-bottom: none;
}

.shipping-estimate {
	border: none;
	padding-bottom: 20px;
	margin: 20px 0;
	border-bottom: 1px dotted #e4d9a3;
}

.shipping-estimate p {
	margin: 12px 0;
}

#checkoutSteps .input-box {
	
}

.col2-set {
	overflow: hidden;
}

.col-1 {
	margin-top: 20px;
}

.new-users {
	margin-bottom: 30px;
	border-bottom: 1px solid #9C866A;
	padding-bottom: 30px;
}

.form-list li {
	background: none;
	padding: 10px;
	border: none;
}

.nobr {
	white-space: nowrap;
}

.clear {
	clear: both;
}

#featured-links:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* WinIE7 only */
*:first-child+html #featured-links {
	height: 1%;
}
/* WinIE6 and below */
/*¥*/
* html #featured-links {
	height: 1%;
}
/**/
/* MacIE only */
/*¥*/
/*/
 #featured-links{
	display:inline-table;
 }
/**/