* {
	margin: 0px;
	padding: 0px;
}

html {
	margin-left: -1px;
	overflow-Y: scroll;
}

body {
	font: 14px Arial, Verdana, Helvetica, Sans Serif;
	color: #626262;
	text-align: left;
	background: #ebebeb url(/images/bg.gif) repeat-x top center;
}

img {
	display: block;
	border: none;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #55ba4a;
	text-decoration: underline;
}
a:hover {
	color: #e75a27;
	text-decoration: none;
}


/*________ HEADER ________*/

#header {
	height:110px;
}

#header h1 {
	margin: 18px 0 0 0;
	float: left;
}

/*________ MAIN NAV ________*/


#mainNav {
	font: 16px Arial, Verdana, Sans Serif;
	font-weight: bold;
	color: #444444;
	text-align: right;
	padding-top: 45px;
}
#mainNav li {
	display: inline;
}
#mainNav li a {
	color: #444444;
	text-decoration: none;
	margin-left: 60px;
}
#mainNav li a:hover {
	color: #e75a27;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 2px solid #e75a27;
}


/*________ FLASH AREA ________*/

#flash {
	background: #ebebeb url(/images/bg-flash.jpg) no-repeat top left;
	width: 950px;
	height: 275px;
	margin-bottom: 10px;
}
#intro {
	float: right;
}

#topArea {
width: 950px;
height: 150px;
padding-bottom: 10px;
}

/*________ MAIN AREA ________*/

#mainArea {
overflow: hidden;
width: 950px;
background: url(/images/bg-main-area.gif) repeat-y top right;
}

/*________ SIDEBAR ________*/

#sidebar {
	width: 300px;
	float: left;
	margin-right: 10px;
}

#productCategories,
#membersArea,
#Search {
	text-align: right;
	background: #55ba4a url(/images/bg-categories-bottom.gif) no-repeat bottom left;
}
#productCategories h2,
#membersArea h2,
#Search h2 {
	background: url(/images/bg-categories.gif) no-repeat top left;
	padding: 25px 40px 10px 0;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
}
#productCategories ul,
#membersArea ul {
	padding: 0 40px 60px 40px;
	list-style: none;
	line-height: 0;
	margin-bottom: 10px;
}
#productCategories ul li,
#membersArea ul li {
	background: url(/images/bg-product-category-li.gif) repeat-x bottom left;
	padding: 15px 0;
}
#productCategories ul li a,
#membersArea ul li a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#productCategories ul li a:hover,
#membersArea ul li a:hover {
	text-decoration: underline;
}

#membersArea form,
#Search form {
padding: 0 40px 20px 40px;
margin-bottom: 10px;
}

#membersArea form fieldset,
#Search form fieldset {
border: 0;
}

#membersArea form fieldset label,
#Search form fieldset label {
display: none;
}

#membersArea form fieldset input,
#Search form fieldset input {
width: 176px;
padding: 2px 0 2px 4px;
margin: 0 0 8px 0;
color: #000;
border: 1px solid #ebebeb;
}

#membersArea form fieldset input#passwordx {

}

#membersArea form input,
#Search form input {
margin-bottom: 8px;
}

#membersArea form p {
color: #fff;
font-size: 12px;
}

#membersArea form p a {
color: #ef6328;
font-weight: bold;
text-decoration: none;
}

#membersArea form p a:hover {
text-decoration: underline;
}

/*________ CONTENT ________*/

#contentContainer {
	background: #FFF url(/images/bg-content.gif) no-repeat top left;
	width: 560px;
	float: left;
	padding: 0 40px 60px 40px;
	margin-bottom: -10px;
}
#contentContainer h2, .centerColumn h1 {
	padding: 0 0 15px 0;
	color: #55ba4a;
	font-size: 24px;
	font-weight: normal;
}
#contentContainer h3 {
	padding: 0 0 10px 0;
color: #353535;
	font-size: 14px;
}
#contentContainer p {
	padding: 0 0 12px 0;
	line-height: 1.5;
}

#freeDeliveryCall {
	margin: 10px 0 25px 0;
}

#wholesaleContainer {
margin-bottom: 20px;
width: 530px;
background: url(/images/bg-wholesale-message-sml.gif) no-repeat center;
text-align: center;
font-size: 16px;
}

#wholesaleContainer.home {
background: url(/images/bg-wholesale-message.gif) no-repeat bottom;
height: 135px;
text-align: left;
font-size: 14px;






}

#wholesaleContainer p {
padding: 17px 25px;
line-height: 1.4;
font-weight: bold;
color: #0d5a05;
text-shadow: 0px 1px 0px #a7e1a1;
}

#wholesaleContainer p a {
color: #ee5722;
text-decoration: none;
}
#wholesaleContainer p a:hover {
color: #0d5a05;
}

.homeProducts {
margin: 0 0 25px 0;
}

.centerColumn ul, .centerColumn ol {
padding: 0 0 10px 35px;
line-height: 18px;
font-weight: bold;
font-size: 12px;
}

.centerColumn ul li, .centerColumn ol li {
margin-bottom: 2px;
}

/*________ PRODUCT LISTING ________*/

#productListing, #featuredProducts {
overflow: hidden;
width: 560px;
margin-bottom: 10px;
}

#productListing .product, 
#featuredProducts .product {
float: left;
width: 250px;
padding-bottom: 19px;
margin: 0 30px 30px 0;
background: #FFF url(/images/bg-product-listing-bottom.gif) no-repeat bottom;
}

#productListing .clearBoth, 
#featuredProducts .clearBoth {
clear: both;
}

#productListing .product .topImage, 
#featuredProducts .product .topImage {
height: 19px;
background: #FFF url(/images/bg-product-listing-top.gif) no-repeat top;
}

#productListing .product .listingImage, 
#featuredProducts .product .listingImage {
overflow: hidden;
width: 100px;
height: 120px;
float: left;
margin-right: 5px;
}

#productListing .product .productInfo, 
#featuredProducts .product .productInfo {
border-right: 1px solid #dbdbdb;
border-left: 1px solid #dbdbdb;
overflow: hidden;
width: 243px;
padding: 0 5px 0 0;
}

#productListing .product .listingImage img, 
#featuredProducts .product .listingImage img {
margin: 0 auto 0 auto;
}

#productListing .product .productDetails,
#featuredProducts .product .productDetails {
overflow: hidden;
width: 138px;
}

#productListing .product h3, 
#featuredProducts .product h3 {
padding: 0 0 3px 0;
}

#productListing .product p.price, 
#featuredProducts .product p.price {
padding: 0;
}

#productListing .product p.wholesale,
#featuredProducts .product p.wholesale {
font-size: 11px;
}

#featuredProducts .product p.wholesale img {
margin-top: 3px;
}

#productListing .product p.price span, 
#featuredProducts .product p.price span {
font-size: 10px;
color: #ff0000;
display: block;
padding-bottom: 5px;
}

#productListing .product p.price .productSpecialPrice, 
#featuredProducts .product p.price .productSpecialPrice,
#productListing .product p.price .productPriceDiscount, 
#featuredProducts .product p.price .productPriceDiscount,
#productListing .product p.price .normalprice, 
#featuredProducts .product p.price .normalprice{
font-size: 14px;
font-weight: normal;
color: #e60000;
padding: 0;
display: inline;
}

#productListing .product p.price .productSpecialPrice, 
#featuredProducts .product p.price .productSpecialPrice {
margin: 0 2px;
}

#productListing .product p.price .productPriceDiscount, 
#featuredProducts .product p.price .productPriceDiscount {
font-size: 11px;
}

#productListing .product p.price .normalprice, 
#featuredProducts .product p.price .normalprice {
text-decoration: line-through;
}

#productListing .product a.buyNow,
#featuredProducts .product a.buyNow {
margin: 6px 0 0 0;
padding: 0;
display: block;
overflow: hidden;
width: 112px;
}

#productListing .soldOut,
#featuredProducts .soldOut {
margin: 6px 0 0 0;
}

#productListing .product form,
#featuredProducts .product form {
margin: 6px 0 0 0;
padding: 0;
display: block;
}

#productListing .product form input,
#featuredProducts .product form input {
margin: 0;
}

.navSplitPagesLinks {
overflow: hidden;
margin-bottom: 20px;
float: right;
}

#categorySearch {
overflow: hidden;
margin-bottom: 20px;
text-align: center;
clear: both;
}

#categorySearch label {
margin: 0 10px 0 0;
padding: 0;
font-weight: bold;
color: #323232;
width: auto;
float: none;
}

#categorySearch select {
width: 220px;
padding: 2px 0 2px 4px;
}

.navSplitPagesLinks {
float: right;
margin-bottom: 25px;
}

.navSplitPagesResult {
margin-bottom: 25px;
}

.navSplitPagesLinks a {
border: 1px solid #33882a;
text-decoration: none;
padding: 4px 6px;
background: #55ba4a;
float: left;
color: #fff;
font-size: 12px;
font-weight: bold;
display: block;
margin: 0 0 0 5px;
}

.navSplitPagesLinks a:hover {
text-decoration: none;
border: 1px solid #68e15b;
color: #fff;
}

.navSplitPagesLinks strong {
float: left;
padding: 5px 2px;
margin: 0 0 0 5px;
}

/*________ PRODUCT INFO ________*/

#product {
overflow: hidden;
padding-bottom: 20px;
}

#product #mainImage {
float: left;
margin-right: 20px;
}

#product #productInfo {
overflow: hidden;
}

#product #productInfo h3 {
font-size: 18px;
padding-bottom: 5px;
color: #626262;
font-weight: normal;
}

#product #productInfo h3 span {
color: #ff0000;
font-size: 11px;
font-weight: bold;
}

#product #productInfo h3 .productSpecialPrice,
#product #productInfo h3 .normalprice {
font-size: 18px;
font-weight: normal;
color: #e60000;
}

#product #productInfo h3 .productPriceDiscount {
color: #e60000;
font-size: 12px;
}

#product #productInfo h3 .normalprice {
text-decoration: line-through;
margin-right: 5px;
}

#product #productInfo h3 .productSpecialPrice {
margin-right: 5px;
}

#product #addToCart {
border-top: 1px dotted #bfbfbf;
border-bottom: 1px dotted #bfbfbf;
padding: 10px 0;
margin-bottom: 18px;
overflow: hidden;
}

#product #addToCart fieldset {
border: 0;
float: left;
}

#product #addToCart label {
display: none;
}

#product #addToCart fieldset input {
border: 1px solid #c1c1c1;
display: block;
width: 52px;
height: 20px;
margin: 0 10px 0 0;
padding: 4px 0 0 6px;
float: none;
}

#product #addToCart input {
float: left;
margin: 0 16px 0 0;
}

#product #addToCart a {
color: #626262;
font-size: 11px;
text-decoration: none;
margin-top: 6px;
display: block;
width: 130px;
overflow: hidden;
}

#sunwarriorButtons {
padding: 10px 0;
}

#sunwarriorButtons img {
display: inline;
margin-right: 10px;
}

/*________ SHOPPING CART ________*/

.tableHeading th {
color: #3d3d3d;
padding: 5px;
background-color: #e7f8e5;
text-align: left;
font-size: 12px;
}

#cartContentsDisplay td {
border-bottom: 1px dotted #bfbfbf;
font-size: 12px;
padding: 10px 5px;
vertical-align: top;
text-align: left;
}

#cartContentsDisplay .cartQuantity {
width: 110px;
}

#shoppingCartDefault #cartContentsDisplay .cartQuantity input {
margin: 0;
}

#shoppingCartDefault #cartContentsDisplay .cartQuantity b input {
width: 25px;
margin: 0 5px 0 0;
padding: 2px 0;
float: left;
}

#cartContentsDisplay .cartProductDisplay {
width: 270px;
}

td.cartProductDisplay img {
float: left;
margin-right: 5px;
}

#cartSubTotal {
font-weight: bold;
text-align: right;
color: #3d3d3d;
padding: 5px 10px 0 10px;
background-color: #e7f8e5;
margin-bottom: 10px;
overflow: hidden;
}

#cartSubTotal div {
margin-bottom: 5px;
}

#cartSubTotal .cartAmount {
float: right;
width: 75px;
}

#cartSubTotal div .delivery {
font-size: 11px;
font-weight: normal;
display: block;
padding-top: 1px;
}

#buttons .forward {
float: right;
}

#buttons .back {
float: left;
}

/*________ COMMON CHECKOUT STYLES ________*/

#checkoutShipto, #checkoutBillto {
float: left;
width: 280px;
margin: 0 20px 20px 0;
}

#checkoutShipto .forward, #checkoutBillto .forward {
float: right;
padding-top: 20px;
}

.centerColumn .floatingBox {
font-size: 12px;
}

#checkoutShipping legend,
#checkoutPayment legend {


display: block;
color: #55ba4a;
font-weight: bold;
padding: 0 5px;
margin-bottom: 5px;
}

#checkoutShipping fieldset,
#checkoutPayment fieldset {
border: 1px solid #bfbfbf;
padding: 10px;
margin: 0 0 15px 0;

clear: both;
overflow: hidden;
width: 535px;
}

#checkoutShipping fieldset .forward,
#checkoutPayment fieldset .forward {
float: right;
}

#checkoutShipping fieldset input,
#checkoutPayment fieldset input {
float: left;
width: auto;
height: 15px;
padding: 0;
margin: 0 5px 0 0;
}

#checkoutShipping fieldset label,
#checkoutPayment fieldset label {
clear: none;
width: auto;
display: block;
margin: 0;
padding: 0;
}

.centerColumn .checkoutButton {
float: right;
}

#checkoutShipAddressDefault address,
#checkoutPayAddressDefault address {
font-size: 12px;
margin-bottom: 20px;
}

#checkoutShipAddressDefault .forward input,
#checkoutPayAddressDefault .forward input {
float: right;
}

#checkoutShipAddressDefault .moduleRow,
#checkoutShipAddressDefault .moduleRowSelected,
#checkoutPayAddressDefault .moduleRow,
#checkoutPayAddressDefault .moduleRowSelected {
overflow: hidden;
width: 500px;
}

#checkoutShipAddressDefault form fieldset .moduleRow input,
#checkoutShipAddressDefault form fieldset .moduleRowSelected input,
#checkoutPayAddressDefault form fieldset .moduleRow input,
#checkoutPayAddressDefault form fieldset .moduleRowSelected input {
width: auto;
float: left;
margin: 0 3px 2px 0;
}

#checkoutShipAddressDefault form fieldset .moduleRow label,
#checkoutShipAddressDefault form fieldset .moduleRowSelected label,
#checkoutPayAddressDefault form fieldset .moduleRow label,
#checkoutPayAddressDefault form fieldset .moduleRowSelected label {
float: none;
margin-bottom: 2px;
clear: none;
padding: 0;
}

/*________ CHECKOUT SHIPPING ________*/

#checkoutShippingHeadingMethod {
clear: both;
}

/*________ CHECKOUT PAYMENT ________*/

#checkoutOrderTotals .totalBox {
float: right;
text-align: right;
font-weight: bold;
clear: right;
width: 80px;
margin: 0 0 5px 0;
}

#checkoutOrderTotals .lineTitle {
margin: 0 0 5px 0;
}

#checkoutPayment .ccinfo {
overflow: hidden;
clear: both;
margin-bottom: 25px;
}

#checkoutPayment .ccinfo .ccImg {

float: right;
margin-right: 15px;
}

#checkoutPayment .ccinfo label {
float: left;
clear: left;
font-size: 11px;
width: 140px;
padding-top: 3px;
margin: 0 10px 5px 0;
text-align: right;
}

#checkoutPayment .ccinfo input {
float: none;
display: block;
width: 167px;
padding: 2px 0 2px 3px;
margin: 0 0 5px 0;
}

#checkoutPayment .ccinfo small {
font-weight: bold;
}

#checkoutPayment .ccinfo #cc-expires-month {
float: left;
width: 115px;
margin: 0 8px 0 0;
}

#checkoutPayment #cc-cc-cvv {
margin-bottom: 30px;
}

#checkoutPayment .radioButtonLabel {
display: block;
overflow: hidden;
float: none;
text-align: left;
margin-bottom: 30px;
}

#checkoutPayment #pmt-moneyorder, 
#checkoutPayment #pmt-dirbank,
#checkoutPayment #pmt-commweb,
#checkoutPayment #pmt-cc_via_migs {
clear: both;
margin-bottom: 30px;
padding: 0;
height: 15px;
}

#checkoutPayment #cc_via_migs-label,
#checkoutPayment #pmt-cc_via_migs {
margin-bottom: 10px;
}

#checkoutPayment span.surcharge {
padding: 8px 0 0 0;
font-size: 12px;
font-weight: bold;
}

#checkoutPayment p.ccSurcharge strong {
color: #55ba4a;
}

#paypal-label img {
float: left;
}

#checkoutPayment input#disc-ot_coupon,
#checkoutPayment #disc-ot_gv {
margin: 0 0 0 10px;
}

#checkoutPayment .gvBal {
overflow: hidden;
width: 530px;
margin-bottom: 10px;
text-align: left;
}

#checkoutPayment .gvBal label {
margin-right: 10px;
float: left;
margin-bottom: 10px;
padding: 0;
text-align: left;
}

#checkoutPayment .gvBal input {
float: left;
margin-right: 10px;
}

/*________ CHECKOUT CONFIRMATION ________*/

#checkoutConfirmDefault #checkoutBillto {
width: 255px;
margin-right: 30px;
font-size: 12px;
}

#checkoutConfirmDefault #checkoutShipto {
width: 255px;
font-size: 12px;
margin: 0;
float: none;
clear: none;
display: block;
overflow: hidden;
}

#checkoutConfirmDefault #checkoutBillto address, #checkoutShipto address {
margin: 0 0 20px 0;
}

#checkoutConfirmDefault .important {
margin-bottom: 3px;
}

#checkoutConfirmDefault .important .back {
float: left;
clear: left;
font-weight: normal;
margin: 0 5px 3px 0;
}

#checkoutConfirmDefault .important div {
margin-bottom: 3px;
font-weight: bold;
}

#checkoutConfirmDefaultHeadingComments {
clear: both;
}

#orderComments,

#poNumber {
overflow: hidden;
clear: both;
margin-bottom: 20px;
}

#orderComments .forward,
#poNumber .forward {
float: right;
}

#checkoutConfirmDefault .editCart a img {
margin-left: auto;
}

#checkoutConfirmDefault #cartContentsDisplay th {
color: #55ba4a;
padding: 5px;
border-bottom: 1px solid #55ba4a;
text-align: left;
}

#checkoutConfirmDefault #cartContentsDisplay #ccTotalHeading {
text-align: right;
}

#checkoutConfirmDefault #orderTotals {
overflow: hidden;
width: 560px;
text-align: right;
padding: 10px 0;
}

#checkoutConfirmDefault #orderTotals .totalBox {
float: right;
clear: right;
width: 85px;
font-weight: bold;
margin-bottom: 3px;
}

#checkoutConfirmDefault #orderTotals .forward {
margin-bottom: 3px;
}

.methodOfPayment p.indent {
margin-left: 20px;
}

/*________ CHECKOUT SUCCESS ________*/

#checkoutSuccessLogoff .forward img {
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

/*________ FORM STYLES ________*/

.centerColumn .alert {
text-align: right;
font-weight: bold;
padding-bottom: 10px;
}


.centerColumn form {
overflow: hidden;
margin-bottom: 20px;
}

.centerColumn fieldset {


border: 0;
}

.centerColumn fieldset legend {
display: none;
}

.centerColumn label {
float: left;
clear: both;
margin: 0 10px 10px 0;
padding-top: 3px;
width: 130px;
text-align: right;
}

.centerColumn fieldset input {
display: block;
margin: 0 0 10px 0;
padding: 2px 0 2px 3px;
width: 187px;
}

.centerColumn fieldset select {
display: block;
margin: 0 0 10px 0;
}

.centerColumn textarea {
display: block;
margin: 0 0 10px 0;
padding: 2px 0 2px 3px;
width: 527px;
height: 86px;
overflow: auto;
font: 12px Arial, Helvetica, sans-serrif;
}

.centerColumn input.hidden {
margin: 0;
}

.centerColumn input {
margin: 0 0 0 140px;
}

/*__________LOGIN / CREATE ACCOUNT__________*/

#loginDefault form {
margin-bottom: 30px;
}

.centerColumn .loginSubmit {
float: left;
margin-right: 15px;
}

.centerColumn .forgotPassword {
overflow: hidden;
display: block;
padding-top: 5px;
width: 150px;
font-size: 12px;
}

/*__________ACCOUNT SUCCESS__________*/

#createAcctSuccess address {
float: left;
width: 200px;
margin-bottom: 10px;
}

#createAcctSuccess fieldset .forward {
float: none;
padding-top: 20px;
}

#createAcctSuccess .forward {
float: right;
}

/*__________ACCOUNT SECTION__________*/

#accountDefault p.forward {
float: right;
}

#prevOrders {
margin-bottom: 30px;
}

#prevOrders tr th {
padding: 5px;
}

#prevOrders td {
font-size: 12px;
padding: 5px 10px;
text-align: left;
border-bottom: 1px dotted #bfbfbf;
}

#addressBookDefault fieldset {
font-size: 12px;
}

#addressBookDefault fieldset .addressEntry {
border-bottom: 1px dotted #bfbfbf;
clear: both;
overflow: hidden;
width: 550px;
margin-bottom: 20px;
padding-bottom: 20px;
}

#addressBookDefault fieldset address {
margin: 0;
width: 200px;
float: left;
}

#addressBookDefault address {
font-size: 12px;
margin-bottom: 10px;
}

.centerColumn #primary {
width: auto;
float: left;
margin-right: 5px;
}

.centerColumn .checkboxLabel {
width: auto;
clear: none;
padding: 0;
}

.deleteAddress {
overflow: hidden;
width: 550px;
margin-bottom: 30px;
}

.deleteAddress address {
float: left;
width: 200px;
}

.deleteAddress .forward {
padding-top: 20px;
}

#accountHistoryDefault fieldset {
margin-bottom: 20px;
border: 1px solid #bfbfbf;
padding: 10px;
overflow: hidden;
width: 535px;
}

#accountHistoryDefault legend {
display: block;
color: #55ba4a;
font-weight: bold;
padding: 0 5px;
}

#accountHistoryDefault .content {
clear: both;
}

#accountHistoryDefault .forward {
float: right;
font-weight: bold;
}

#accountHistInfo .orderDate {
float: right;
font-size: 12px;
}

#accountHistInfo table {
margin-bottom: 10px;
}

#accountHistInfo table th {
padding: 5px;
}

#accountHistInfo table td {
border-bottom: 1px dotted #bfbfbf;
font-size: 12px;
text-align: left;
padding: 10px 5px;
vertical-align: top;
}

#accountHistInfo #orderTotals .amount {
float: right;
width: 80px;
text-align: right;
clear: both;
margin-bottom: 5px;
font-weight: bold;
}

#accountHistInfo #orderTotals .lineTitle {
margin-bottom: 5px;
text-align: right;
}

#accountHistInfo .floatingBox {
float: left;
width: 270px;
} 

/*__________CONTACT US__________*/

p.address {
margin-left: 65px;
}

.centerColumn #contactForm label {
width: 80px;
}

.centerColumn #contactForm textarea {
width: 237px;
}

.centerColumn #contactForm input {
margin: 0 0 10px 90px;
}

#contactForm #errorText {
color: #d00000;
padding: 10px;
margin-bottom: 10px;
border: 1px solid;
background: #ff8b8b;
}

#contactForm #successText {
color: #135616;
padding: 10px;
margin-bottom: 10px;
border: 1px solid;
background: #a5ffa9;
}

#contactForm #successText p {
text-align: center;
padding: 0;
}

/*__________LINKS__________*/

.centerColumn .links {
margin-bottom: 20px;
}

/*__________FOOTER__________*/

#footerContainer {

	width: 100%;
	clear: both;
	background: #FFF url(/images/bg-footer.gif) no-repeat top center;

}

#footer {


	width: 950px;
	height: 200px;
	margin: 0 auto;
	padding-top: 105px;
	font: italic 11px Georgia;
	color: #585858;
}

.footerLogo {
	margin: 20px 20px 0 0;
	float: left;
}

#footerDetails {
	margin-top: 20px;
	float: left;
	width: 215px;
	height: 140px;
	line-height: 1.6;
	background: #FFF url(/images/bg-footer-div-border.gif) repeat-y top right;
}
#footerDetails p a {
	padding-top: 15px;
	display: block;
}

#footerNav {
	margin-top: 20px;
	float: left;
	width: 120px;
	height: 140px;
	background: #FFF url(/images/bg-footer-div-border.gif) repeat-y top right;
	list-style: none;
}

#footerSubNav {
	margin-top: 20px;
	float: left;


	width: 180px;
	height: 140px;
	list-style: none;
}

#footer a {
	color: #585858;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer ul li a {
	text-decoration: none;
	padding: 0 20px 7px 20px;
	display: block;
}

.ccDetails {
	padding-top: 20px;
	padding-left: 40px;
}


/*__________ MISC __________*/

.imgRight {
	float: right;
	margin: 0 0 15px 10px;
}
.imgLeft {
	float: left;
	margin: 0 10px 15px 0;
}

br.clearBoth {
display: none;
}

.messageStackError, 
.messageStackSuccess, 
.messageStackWarning, 
.messageStackCaution,
#wholsaleError {
overflow: hidden;
color: #fff;
margin: 0 0 10px 0;
padding: 5px;
}

.messageStackError {
background: #eb0000;
}

.messageStackSuccess {
background: #15d600;
}

.messageStackWarning {
background: #ff9c00;
}

.messageStackCaution {
background: #fcff00;
color: #4a4a4a;
}

#wholsaleError {
padding: 5px;
background: #eee3d0;
}

#wholsaleError p {
padding: 13px 0 0 0;
font-size: 12px;
font-weight: bold;
color: #ff8b02;
}

.messageStackError img, 
.messageStackSuccess img, 
.messageStackWarning img,
.messageStackCaution img,
#wholsaleError img {
float: left;
margin-right: 10px;
}

#infoShoppingCart, #popupCVVHelp {
padding: 20px;
background: #fff;
}

#infoShoppingCart h1, #popupCVVHelp h1 {
padding: 0 0 15px 0;
color: #55ba4a;
font-size: 24px;
font-weight: normal;
}

#infoShoppingCart h2, #popupCVVHelp h2 {
font-size: 18px;
padding-bottom: 5px;
}

#infoShoppingCart p, #popupCVVHelp p {
line-height: 18px;
padding-bottom: 10px;
}

#infoShoppingCart img, #popupCVVHelp img {
margin: 10px 0;
}

p.shippingNote {
clear: both;
font-size: 12px;
padding-bottom: 145px;
}

#advSearchDefault form fieldset input {
margin: 0 0 10px 0;
}

#advSearchDefault form input {
margin: 0 0 0 115px;
}

/*__________ GIFT CERTIFICATES __________*/

#gvSendDefault textarea {
width: 350px;
}

#gvFaqDefault #sendSpendWrapper .forward {
margin-bottom: 20px;
}

#gvFaqDefault #gvFaqDefaultMainContent  {
margin-bottom: 10px;
}

#gvSendDefault .confirmSend,
#gvSendDefault .editSend {
display: inline;
margin-right: 20px;
}

#gvSendDefault .confirmSend input,
#gvSendDefault .editSend input {
float: none;
padding: 0;
margin: 0;
}

#notice {
font-size: 85%;
border-top: 1px dotted #bfbfbf;
border-bottom: 1px dotted #bfbfbf;
text-align: center;
margin-bottom: 10px;
padding: 10px 0;
font-weight: bold;
}
#notice p {
padding: 0;
color: #55ba4a;
}