/**
 * Richell Styles.css file
 *

 * @copyright		2010 RichellUSA All Rights Reserved.
 * @package			Richell
 * @category		design
 */

/* Reset ================================================================================= */


img           { border:0; vertical-align:top; }
a             { color:#1e7ec8; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline: 0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */

/* Base =================================================================================== */
html, body { height: 100%; }

/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; height:22px;}
button.button span#addtocart { display:block; height:22px; width: 80px;background: url(../images/addcartbtn.png) no-repeat;}
button.button span#update { display:block; height:22px; width: 80px;background: url(../images/updatecartbtn.png) no-repeat;}
button.button span#continue { display:block; height:22px; width: 80px;background: url(../images/continuebtn.png) no-repeat;}
button.button span#createaccount { display:block; height:22px; width: 119px;background: url(../images/createaccountbtn.png) no-repeat;}
button.button span#login { display:block; height:22px; width: 80px;background: url(../images/loginbtn.png) no-repeat;}
button.button span#submit { display:block; height:22px; width: 80px;background: url(../images/submitbtn.png) no-repeat;}
button.button span#saveaddress { display:block; height:22px; width: 95px;background: url(../images/saveaddressbtn.png) no-repeat;}
button.button span#order { display:block; height:22px; width: 80px;background: url(../images/placeorderbtn.png) no-repeat;}
button.button span#shipquote { display:block; height:22px; width: 80px;background: url(../images/shipquotebtn.png) no-repeat;}
button.button span#shipupdate { display:block; height:22px; width: 80px;background: url(../images/updatecartbtn.png) no-repeat;}

button.button span#save { display:block; height:22px; width: 95px;background: url(../images/savebtn.png) no-repeat;}

button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.button span#proceed {display: block; height:22px; width:124px; border:0; background:url(../images/proceedcheckoutbtn.png) 0 0 no-repeat;}



/*
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }
*/
p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
/*.highlight { background:#efefef; }*/



/* ------------------------------------------
				FORM LISTS
   ------------------------------------------ */
/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
textarea#comments { width:530px; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:254px; }
.form-list li.wide input.input-text { width:254px; }
.form-list li.wide textarea { width:254px; }
.form-list li.wide select { width:254px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

ul.form-list {padding:0; margin:0}

li#billing-new-address-form fieldset ul {padding:0; margin:0}

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/



/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:14px 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-top:1px dotted #C3C3C3; padding:0px}
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 50px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:11px; text-transform:uppercase; color:#203548; text-align:center}
.products-grid .product-name a { color:#8b4a4a; text-decoration:none;}
.products-grid .product-name a:hover { color:#849673;}

.products-grid .price-box { margin:5px 0; text-align:center;}
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; padding-left:25px;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Pager */
.pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; border:1px solid #a0bba3; }
.data-table .odd  { background:#fafff7 }
.data-table .even { background:#FFFFFF; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(../images/bkg_th.gif) repeat-x 0 100% #E6EEDF; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #E6EEDF; }
.data-table tfoot tr.first { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#E6EEDF !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }





#prodpic2button a:hover, #prodpic3button a:hover, #prodpic4button a:hover, #prodpic1button a:hover {
	background-position: -105px 0%;
}
#resourcebtnbutton a, #aboutbtnbutton a, #homebtnbutton a, #newsbtnbutton a, #catalogbtnbutton a {
	display: block;
	height: 56px;
	background-position: 0% 0px;
	font-size: 56px;
	line-height: 56px;
}
#prodpic2button a, #prodpic1button a, #prodpic4button a, #prodpic3button a {
	background-repeat: no-repeat;
	display: block;
	height: 106px;
	width: 105px;
	background-position: 0% 0px;
	font-size: 106px;
	line-height: 106px;
}
#housebtnbutton a:hover, #petbtnbutton a:hover, #corpbtnbutton a:hover, #categoryBtn a:hover {
	background-position: -185px 0%;
}
#prodpic2button, #prodpic1button, #prodpic3button, #prodpic4button {
	width: 105px;
	height: 106px;
	float: left;
	margin: 0 38px 0 0;
}
#newProducts {
	margin: 20px 0 20px 75px;
	height: 106px;
}
#id0greyline, #id1greyline {
	width: 252px;
	height: 1px;
	background-color: #C9C9C9;
	background-image: none;
	font-size: 1px;
	margin: 18px 0 18px 10px;
}
#dottedline1, #dottedline2 {
	background: url(../images/dottedline1.png) no-repeat;
	width: 552px;
	height: 3px;
	margin: 7px 0 7px 69px;
}
#followtext p, #footercopytext p {
	font: 10px/58px MyriadPro-Regular, MyriadPro, "Myriad Pro";
	margin: 0px;
	color: #888888;
	text-align: left;
}
#emailinfotext p, #learntext p {
	font: 13px/17px Helvetica, Arial, sans-serif;
	margin: 0px;
	text-align: left;
	color: #AAAAAA;
}
h5 {
	font: 12px/16px Helvetica, Arial, sans-serif;
	margin: 0px;
	text-align: left;
	color: #AAAAAA;
	font-weight:300;
}
#richelltext p, #entertext p {
	font: 12px/18px Helvetica, Arial, sans-serif;
	margin: 0px;
	text-align: left;
}
#resourcebtnbutton a:hover {
	background-position: -127px 0%;
}
#resourcebtnbutton a.active {
	background-position: -127px 0%;
}
#viewallbtnbutton a:hover {
	background-position: -48px 0%;
}
#catalogbtnbutton a:hover {
	background-position: -117px 0%;
}
#catalogbtnbutton a.active {
	background-position: -117px 0%;
}
#aboutbtnbutton a:hover {
	background-position: -116px 0%;
}
#aboutbtnbutton a.active {
	background-position: -116px 0%;
}
#newsbtnbutton a:hover {
	background-position: -82px 0%;
}

#newsbtnbutton a.active {
	background-position: -82px 0%;
}

#productfeature {
	background: url(../images/productFeatureBkg.png) no-repeat;
	z-index: 6;
	width: 185px;
	height: 213px;
}
#homebtnbutton a:hover {
	background-position: -111px 0%;
}

#homebtnbutton a.active {
	background-position: -111px 0%;
}

#greyfooterbkg {
	background: url(../images/greyfooterbkg.png) no-repeat;
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 893px;
	z-index: 4;
	width: 1000px;
	height: 47px;
}
#richellhomefinalprep {
	margin: 0px auto;
	width: 1000px;
	position: relative;
}
#resourcebtnbutton a {
	width: 127px;
	background-image: url(../images/resourcebtnbutton.png);
}
#greengradbkg {
	background: url(../images/greengradbkg.png) no-repeat;
	z-index: 4;
	width: 281px;
	height: 259px;
	border-top: 1px solid #FFF;
}
#viewallbtnbutton a {
	display: block;
	height: 10px;
	width: 48px;
	font-size: 10px;
	line-height: 10px;
}
#newProductsHdr, #homePageContent2 {
	width: 114px;
	height: 16px;
	margin: 19px 0 0 75px;
	float: left;
}
#id1greyline {
	top: 241px;
}
#dottedline2 {
}
#id0greyline {
	top: 106px;
}
#dottedline1 {
}
#catalogbtnbutton a {
	width: 117px;
	background-image: url(../images/catalogbtnbutton.png);
}
#topmenubkg {
	background: url(../images/topmenubkg.png) no-repeat;
	visibility: visible;
	position: absolute;
	top: 30px;
	z-index: 4;
	width: 1000px;
	height: 84px;
}
#resourcebtnbutton {
	width: 127px;
	height: 56px;
	float: right;
	margin-top: 3px;
}
#searchcat {
	background: url(../images/searchcat.png) no-repeat;
	z-index: 6;
	width: 137px;
	height: 15px;
	margin: 20px 0 0 15px;
}
#dogcatpic, #homePageContentPic {
	position: relative;
	left: 454px;
	z-index: 5;
	width: 197px;
	height: 116px;
	top: -130px;
}
#footermenutext p {
	font: 10px/58px MyriadPro-Regular, MyriadPro, "Myriad Pro";
	margin: 0px;
	color: #8B4A4A;
	text-decoration: underline;
	text-align: left;
}
#petHomePageBkg {
	background: url(../images/dogcatbkg.png) no-repeat;
	z-index: 6;
	width: 627px;
	height: 140px;
	margin: 0 0 0 309px;
}
#petPageBkg {
	background: url(../images/puppyBkg.png) no-repeat;
	z-index: 6;
	width: 627px;
	height: 226px;
	margin: 0 0 0 309px;
}

#petLoginPageBkg {
	background: url(../images/computerCat.png) no-repeat;
	z-index: 6;
	width: 627px;
	height: 226px;
	margin: 0 0 0 309px;
}

#petProductPageBkg {
	background: url(../images/productBkg.png) no-repeat;
	z-index: 6;
	width: 627px;
	height: 226px;
	margin: 0 0 0 309px;
}

#petResourcesPageBkg {
	background: url(../images/girlPuppy.png) no-repeat;
	z-index: 6;
	width: 627px;
	height: 226px;
	margin: 0 0 0 309px;
}
#viewallbtnbutton, #homePageContent3 {
	width: 48px;
	height: 10px;
	float: left;
	margin: 20px 0 0 30px;
}
#prodpic1button a {
	background-image: url(../images/prodpic1button.png);
}
#prodpic2button a {
	background-image: url(../images/prodpic2button.png);
}
#prodpic4button a {
	background-image: url(../images/prodpic4button.png);
}
#aboutbtnbutton a {
	width: 116px;
	background-image: url(../images/aboutbtnbutton.png);
}
#prodpic3button a {
	background-image: url(../images/prodpic3button.png);
}
#catalogbtnbutton {
	width: 117px;
	height: 56px;
	float: right;
	margin-top: 3px;
}
#searchbox {
	width: 223px;
	height: 20px;
	margin: 10px 0 0 15px;
}
#quesphone {
	background: url(../images/quesphone.png) no-repeat;
	width: 255px;
	height: 14px;
	margin: 28px 0 0 15px;
}
#centerbkg {
	background: url(../images/centerbkg.png) no-repeat;
	visibility: visible;
	position: absolute;
	z-index: 5;
	width: 1000px;
	height: 333px;
}
#searchbtn {
	background: url(../images/searchbtn.png) no-repeat;
	width: 67px;
	height: 20px;
	margin: 10px 0 0 15px;
}
#triangle {
	background: url(../images/triangle.png) no-repeat;
	visibility: visible;
	position: absolute;
	left: 799px;
	top: 919px;
	z-index: 5;
	width: 8px;
	height: 10px;
}
#newsbtnbutton a {
	width: 82px;
	background-image: url(../images/newsbtnbutton.png);
}
#facebook {
	background: url(../images/facebook.png) no-repeat;
	width: 14px;
	height: 14px;
	float: left;
	margin: 0 0 0 7px;
}
#joinmail {
	background: url(../images/joinmail.png) no-repeat;
	width: 139px;
	height: 12px;
	margin: 0px 0 0 15px;
}
#homeImages {
	width: 391px;
	height: 333px;
	margin: auto auto;
	position: relative;	
}
#homebtnbutton a {
	width: 111px;
	background-image: url(../images/homebtnbutton.png);
}
#twitter {
	width: 16px;
	height: 15px;
	float: left;
	margin: 0 0 0 8px;
}
#joinbtn {
	background: url(../images/joinbtn.png) no-repeat;
	width: 79px;
	height: 22px;
	margin: 10px 0 0 15px;
}
#prodpic3button {
	left: 363px;
}
#footermenutext {
	visibility: visible;
	position: absolute;
	left: 64px;
	top: 875px;
	z-index: 4;
	width: 723px;
}
#aboutbtnbutton {
	width: 116px;
	height: 56px;
	float: right;
	margin-top: 3px;
}
#housebtnbutton {
	z-index: 8;
	width: 185px;
	height: 37px;
}
#prodpic2button {
	left: 217px;
}
#prodpic4button {
	left: 509px;
}
#topmenu {
	background: url(../images/topmenu.png) no-repeat;
	visibility: visible;
	position: absolute;
	left: 469px;
	top: 7px;
	z-index: 7;
	width: 456px;
	height: 16px;
}
#topMenu {
	z-index: 7;
	width: 720px;
	height: 21px;
	text-align: right;
	padding: 3px 0 0 0;
	margin-top: 4px;
}
div#topMenu {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #888;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 16px;
	font-size: 10px;
	float: right;
}
div#topMenu div {
	float: right;
	margin: 0 6px;
}
div#topMenu div#corp {
	font-weight:bold;
	color:#9eb589;
	font-size: 10px;
}
div#topMenu div#lock {
	margin-top: -2px;
	margin-left: -1px;
}

div#topMenu div#cart {
	margin-top: -2px;
	margin-left: -1px;
}


div#topMenu a {
	color:#777777;
	text-decoration: none;
}

div#topMenu a:hover {
	color:#9eb589;
	text-decoration: none;
}
div#topMenu div.search {
	float: left;
	margin: -3px 0px;
	width: 145px;
}
#smTopMenuLine {
	background: url(../images/smTopMenuLine.png) no-repeat;
	float: right;
	width:1px;
	height: 16px;
}
#prodpic1button {
}
#petbtnbutton a, #corpbtnbutton a, #housebtnbutton a, #categoryBtn a {
	background: url(../images/contentLeftBtn.png) no-repeat 0% 0px;
	display: block;
	height: 37px;
	width: 185px;
	font-size: 37px;
	line-height: 37px;
}
#pawtrax, #moddog, #promotion1, #promotion2 {
	background: url(../images/contentRtBkg.png) no-repeat;
	z-index: 8;
	width: 278px;
	height: 165px;
}
#homeHdr {
	width: 434px;
	margin: 18px 0 0 70px;
}
#footercopytext {
	width: 300px;
}
#corpbtnbutton {
	width: 185px;
	height: 37px;
	vertical-align: middle;
}
#newsbtnbutton {
	width: 82px;
	height: 56px;
	float: right;
	margin-top: 3px;
}
#ecoimg {
	background: url(../images/ecoimg.png) no-repeat;
	width: 104px;
	height: 89px;
	float: left;
}
#emailinfotext {
	z-index: 5;
	width: 258px;
	margin: 10px 0 0 15px;
}
#homebtnbutton {
	z-index: 7;
	width: 111px;
	height: 56px;
	float: right;
	margin-top: 3px;
}
#richelltext p {
	color: #C4C4C4;
}
#homeHdrText p, #homePageContent1 p, #homePageContent2 p, #homePageContent3 p, #homePageContent4 p {
	font: 13px/17px "Helvetica Neue", Helvetica, sans-serif;
	margin: 0px;
	text-align: left;
	color: #7C7C7C;
}
#petbtnbutton, #categoryBtn {
	width: 185px;
	height: 37px;
	vertical-align: middle;
}
#richelltext {
	width: 130px;
}
#logo {
	background: url(../images/logo.png) no-repeat;
	top: 39px;
	z-index: 7;
	width: 288px;
	height: 89px;
	position: relative;
	margin-left: -291px;
}

#entertext p {
	color: #AFAFAF;
}
#homeHdrText, #homePageContent1 {
	z-index: 6;
	width: 375px;
	margin: 10px 0 0 75px;
	float: left;
}
#homePageContent4 {
	z-index: 6;
	width: 540px;
	margin: 10px 0 0 75px;
	float: left;
}
#homeContentPic {
	float: right;
}
#followtext {
	width: 75px;
	float: left;
	margin: 5px 0px;
}
#entertext {
	width: 207px;
	margin: 10px 0 0 15px;
}
#learntext {
	width: 164px;
	float: left;
	margin: 20px 0 0 10px;
}
html, body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	height: 100%;
}

a, a:visited {
	color:#9eb589;
}

a:hover {
	color:#666;
}

h1, h2 {
	color: #666;
}

hr {
	background-color: #9eb589;
	border: 0 none;
	clear: both;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
	width: 160px;
}

/* ------------------------------------------
			STYLES Added By Byron Levels
   ------------------------------------------ */
img {
	text-decoration: none;
	border: none;
}
#bgContainer {
	width: 100%;
	background: url(../images/centerbkg1.png) center 141px no-repeat;
}
#bgContainerInt {
	width: 100%;
}
#contentContainer {
	margin: 0 auto;
	width: 1000px;
}
#wrapper {
	width: 100%;
	background: url(../images/topMenuBkg1.png) repeat-x;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -47px; /* the bottom margin is the negative value of the footer's height */
}
#resourcewrapper {
	width: 100%;
	background: url(../images/topMenuBkg1.png) repeat-x;
	min-height: 100%;
	height: 1600px !important;
	height: 100%;
	margin: 0 auto -47px; /* the bottom margin is the negative value of the footer's height */
}
#newsWrapper {
	width: 100%;
	background: url(../images/topMenuBkg1.png) repeat-x;
	min-height: 100%;
	height: 1400px !important;
	height: 100%;
	margin: 0 auto -47px; /* the bottom margin is the negative value of the footer's height */
}
#page-top {
	margin: 0 auto 0 auto;
	width: 1000px;
	z-index: 50;
}
#menu {
	height: 83px;
	width: 627px;
	text-align: right;
	margin-top: -62px;
}
#mainMenuLine {
	background: url(../images/mainMenuLine.png) no-repeat;
	width: 1px;
	height: 83px;
	float: right;
	margin: 3px 1px 0 1px;
}
#greenColHdr {
	background: #9eb589;
	width: 215px;
	height: 10px;
}
#pageHdr {
	width: 185px;
	height: 27px;
	padding: 10px 0 0 30px;
}
	div#pageHdr .HTMLBlock a {
		color:#9EB589;
		font-family: "Century Gothic", "Apple Gothic", sans-serif;
		font-size:14px;
		font-weight:600;
	}
	div#pageHdr .HTMLBlock a:hover {
		color:#A1A1A1;
	}

#pageHdr0 {
	width: 185px;
	height: 27px;
	padding: 10px 0 0 30px;
}
	div#pageHdr0 .HTMLBlock a {
		color:#9EB589;
		font-family: "Century Gothic", "Apple Gothic", sans-serif;
		font-size:14px;
		font-weight:600;
	}
	div#pageHdr0 .HTMLBlock a:hover {
		color:#A1A1A1;
	}

#pageHdr1 {
	width: 185px;
	height: 28px;
	background: url(../images/contentNaviBtn1.png) no-repeat;
	padding: 10px 0 0 30px;
}
	div#pageHdr1 .HTMLBlock a {
		color:#9EB589;
		font-family: "Century Gothic", "Apple Gothic", sans-serif;
		font-size:14px;
		font-weight:600;
	}
	div#pageHdr1 .HTMLBlock a:hover {
		color:#A1A1A1;
	}

#pageHdr2 {
	width: 185px;
	height: 28px;
	background: url(../images/contentNaviBtn1.png) no-repeat;
	padding: 10px 0 0 30px;
}
	div#pageHdr2 .HTMLBlock a {
		color:#9EB589;
		font-family: "Century Gothic", "Apple Gothic", sans-serif;
		font-size:14px;
		font-weight:600;
	}
	div#pageHdr2 .HTMLBlock a:hover {
		color:#A1A1A1;
	}


#pageHdr3 {
	width: 185px;
	height: 28px;
	background: url(../images/contentNaviBtn1.png) no-repeat;
	padding: 10px 0 0 30px;
}
	div#pageHdr3 .HTMLBlock a {
		color:#9EB589;
		font-family: "Century Gothic", "Apple Gothic", sans-serif;
		font-size:14px;
		font-weight:600;
	}
	div#pageHdr3 .HTMLBlock a:hover {
		color:#A1A1A1;
	}
		
#whereToBuy {
	width: 185px;
	height: 27px;
	background: url(../images/contentNaviWhereBtn.png) no-repeat;
	padding: 10px 0 0 30px;
}
	div#whereToBuy .HTMLBlock a {
		color:#9EB589;
		font-family: "Century Gothic", "Apple Gothic", sans-serif;
		font-size:14px;
		font-weight:600;
	}
	div#whereToBuy .HTMLBlock a:hover {
		color:#A1A1A1;
	}
		

/* ------------------------------------------
				CLEARING STYLES
   ------------------------------------------ */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

.clearall {
	clear:both;
	line-height:0px;
	margin:0px;
	padding:0px;
}
.clearleft {
	clear:left;
	line-height:0px;
	margin:0px;
	padding:0px;
}
.clearright {
	clear:right;
	line-height:0px;
	margin:0px;
	padding:0px;
}
/* ------------------------------------------
					CONTENT
   ------------------------------------------ */
#content {
	margin: -85px auto 47px auto;
	padding: 0px;
	width: 1000px;
	z-index: 100;
	height: 100%;
}
#homecontent {
	margin: 1px auto 47px auto;
	padding: 0px;
	width: 1000px;
	z-index: 100;
	height: 100%;
}
#contentTopHome {
	margin: 0 auto 0 auto;
	width: 1000px;
	z-index: 100;
	background: url(../images/centerbkg.png) no-repeat;
}
#contentTop {
	margin: 0 auto 0 auto;
	width: 1000px;
	z-index: 100;
}

#contentTopLeft {
	width: 185px;
	margin: 0 3px 0 69px;
	height: 333px;
	float: left;
}
div#contentTopLeft div {
	margin: 0 0 3px 0;
}
div#contentTopLeft a {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #78726b;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 40px;
	font-size: 11px;
	font-weight: 600
}
#contentTopRight {
	width: 278px;
	margin: 0 0 0 0;
	height: 333px;
	float: left;
}
div#contentTopRight div {
	margin: 0 0 3px 0;
}
#contentTopCenter {
	z-index: 7;
	width: 391px;
	height: 333px;
	float: left;
	margin: 0 3px 0 0;
}
#contentNavigation {
	width: 215px;
	margin: 0 15px 0 69px;
	height: 333px;
	float: left;
	font-family:"Century Gothic", "Apple Gothic", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #9eb589;
}
div#contentNavigation div {
	margin: 0;
}
div#contentNavigation a {
	text-align: left;
	letter-spacing: 0px;
	font-weight: 600;
	text-decoration: none;
	color: #666;
	font-size: 13px;
}
div#contentNavigation a:hover {
	color: #A1A1A1;
}
div#contentNavigation a.active {
	color: #A1A1A1;
}
#contentMain {
	z-index: 7;
	width: 635px;
	float: left;
	margin: 0 3px 0 0;
}
#contentBottom {
	width: 1000px;
	margin: 0 auto 50px 0;
}
#contentBottomLeft {
	width: 651px;
	float: left;
}
#contentBottomRight {
	width: 347px;
	vertical-align: top;
	float: left;
}
#contentNaviBtn {
	width: 177px;
	height: 28px;
	background: url(../images/contentNaviBtn.png) no-repeat;
	padding: 10px 0 0 38px;
}
#contentNaviBtn1 {
	width: 177px;
	height: 28px;
	background: url(../images/contentNaviBtn1.png) no-repeat;
	padding: 10px 0 0 38px;
}
#contentNaviBkg1 {
	width: 200px;
	height: 100%;
	background: url(../images/contentNaviBkg.png) no-repeat;
	margin: 0;
	padding: 10px 0 0 15px;
}
#contentNaviBkg2 {
	width: 215px;
	height: 300px;
	background: url(../images/contentNaviBkg2.png) repeat-Y;
}
#contentBreadCrumbs {
	width: 100%;
	height: 10px;
	font-family:"Century Gothic", "Apple Gothic", sans-serif;
	font-size:.70em;
	font-weight: bold;
	color: #555555;
	margin: 0 0 5px 0;
}

#contentBreadCrumbs ul {
	margin: -3px 0 0 -40px;
}

#contentBreadCrumbs li {
	float: left;
	margin: 0px 5px 0 0;
	list-style: none;
	background: url(../images/breadCrumbListImg.png) left center no-repeat;
	padding-left: 15px;
	padding-right: 5px;
}
#contentBreadCrumbs li a {
	float: left;
	display: block;
	text-decoration:underline;
	color: #9eb589;
	font-weight:normal;
}

#contentBreadCrumbs li a:hover {
	color:#8B4A4A;
}

#contentBreadCrumbs li.home {
	float: left;
	margin: 0px 5px 0 0;
	list-style: none;
	background: none;
	padding-left: 5px;
	padding-right: 5px;
}

#contentBreadCrumbs li.current a, #contentBreadCrumbs li.current {
	color: #949494;
}

#contentBreadCrumbs li ul {
	clear: left;
	position: absolute;
	left: -999em;
	z-index: 999;
	width: 161px;
	margin-top: 30px;
	margin-left: -21px;
	_margin-top: 0; /* IE6 only */
	border: 1px solid #525252;
	border-top: 1px solid #525252;
	border-bottom: 0;
	list-style: none;
	line-height: 1;
	padding-left: 0px;
}

/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
* + html #contentBreadCrumbs li ul {
	margin-top: 0;
}

#contentBreadCrumbs li li {
	display: inline;
	_display: block;
	float: none;
	_float: left;
	margin: 0;
	font-size: 9px;
	text-transform: uppercase;
}

#contentBreadCrumbs li ul ul {
	margin: -31px 0 0 161px;
}

#contentBreadCrumbs li:hover ul ul, #contentBreadCrumbs li.sfhover ul ul {
	left: -999em;
}

#contentBreadCrumbs li:hover ul, #contentBreadCrumbs li li:hover ul, #contentBreadCrumbs li.sfhover ul, #contentBreadCrumbs li li.sfhover ul {
	left: auto;
}

#contentBreadCrumbs li li li {
	font-size: 11px;
}

#contentBreadCrumbs li:hover li a, #contentBreadCrumbs li.sfhover li a {
	float: none;
	width: 133px;
	height: auto;
	padding: 9px 14px;
	border-bottom: 1px solid #525252;
	color: #47443A;
}

#contentBreadCrumbs li:hover li a:hover, #contentBreadCrumbs li.sfhover li a:hover {
	background: #f0e6d4;
}

#contentBreadCrumbs li#init {
	list-style:none;
	background: none;
}
#contentPageTitle {
	width: 600px;
	height: 40px;
	color: #8b4a4a;
	font-size: 27px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	margin: 5px 0 0 0;
}
#contentPageSlogan {
	width: 100%;
	height: 40px;
	color: #8b4a4a;
	font-size: 32px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:600;
	font-style:italic;
	margin: -25px 40px 0px 0;
	text-align: center;
}
#contentPageText {
	width: 100%;
	height: 100%;
	color: #202020;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:13px
}

#productPageText {
	width: 100%;
	height: 100%;
	color: #202020;
	font-family:"Century Gothic", "Apple Gothic", sans-serif;
	font-size:11px
}

img#contentPicHolder {
	border: 1px solid #8b4a4a;
	padding: 5px;
	background: #FFF;
	margin: 5px 0 0 0;
}
img#contentPicHolderRight {
	border: 1px solid #8b4a4a;
	padding: 5px;
	background: #FFF;
	margin: 5px 20px 15px 0;
}
img#contentPicHolderLeft {
	border: 1px solid #8b4a4a;
	padding: 5px;
	background: #FFF;
	margin: 17px 0 15px 20px;
}
/* ------------------------------------------
				FOOTER
   ------------------------------------------ */

#footerContainer {
	width:100%;
	height:65px;
	background: #f3f3f3 url(../images/greyfooterbkg.png) repeat-x;
}
#footer {
	margin: 0px auto 0px auto;
	padding-top: 0px;
	width: 1000px;
}


#footernavigation {
	width: 750px;
	margin: 0 0 0 40px;
	float: left;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
}
#footerCredits {
	width: 145px;
	float: left;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	margin: 9px 0 0 30px;
}
#footerCopy {
	display:block;
	margin: 0 0 0 66px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	text-transform: uppercase;
	float: left;
}
#footerCorp {
	display:block;
	margin: -2px 0 0 0px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	color: #BBB;
	float: right;
	text-transform: uppercase;
	width: 205px;
}
#footerSocial {
	display:block;
	margin: 0px 40px 0 0px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	float: right;
	text-transform: uppercase;
	width: 205px;
}
#footer-nav {
	bottom: 0;
	right: 0;
	z-index: 999;
	list-style: none;
	float: left;
	margin: 9px 0 0 23px;
	padding: 0;
	width:1000px;
}
#footer-nav li {
	float: left;
	margin: 0px 4px;
}
#footer-nav li a {
	float: left;
	display: block;
	height: 22px;
	color: #888888;
	text-decoration: none;
}
#footer-nav li a:hover {
	color: #9eb589;
}
#footer-nav li.current a {
	color: #888888;
}
#footer-nav li ul {
	clear: left;
	position: absolute;
	left: -999em;
	z-index: 999;
	width: 161px;
	margin-top: 30px;
	margin-left: -21px;
	_margin-top: 0; /* IE6 only */
	border: 1px solid #525252;
	border-top: 1px solid #525252;
	border-bottom: 0;
	list-style: none;
	line-height: 1;
	padding-left: 0px;
}
/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
* + html #footer-nav li ul {
	margin-top: 0;
}
#footer-nav li li {
	display: inline;
	_display: block;
	float: none;
	_float: left;
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
}
#footer-nav li ul ul {
	margin: -31px 0 0 161px;
}
#footer-nav li:hover ul ul, #footer-nav li.sfhover ul ul {
	left: -999em;
}
#footer-nav li:hover ul, #footer-nav li li:hover ul, #footer-nav li.sfhover ul, #footer-nav li li.sfhover ul {
	left: auto;
}
#footer-nav li li li {
	font-size: 11px;
}
#footer-nav li:hover li a, #footer-nav li.sfhover li a {
	float: none;
	width: 133px;
	height: auto;
	padding: 9px 14px;
	border-bottom: 1px solid #525252;
	color: #47443A;
}
#footer-nav li:hover li a:hover, #footer-nav li.sfhover li a:hover {
	background: #f0e6d4;
}


/* ------------------------------------------
			PRODUCT PAGE STYLES
   ------------------------------------------ */

#productPageProductName {
	width: 100%;
	margin: 10px 0 15px 0px;
	color: #9eb589;
	font-size: 27px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;	
}

#productPageProductDesc {
	width: 100%;
	margin: 10px 0 15px 0px;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;	
	color: #616161;
}

#productPageProductDetails {
	width: 100%;
	margin: 10px 0 15px 0px
}

/* ------------------------------------------
			FORM INPUT
   ------------------------------------------ */

textarea {
	font-size: 10px;
	color: #000000;
	border: 1px solid #9eb589;
	padding: 2px 3px 2px 5px;	
}

input#search {
	font-size: 10px;
	color: #999999;
	border: 1px solid #9eb589;
	width: 150px;
	padding: 3px 3px 2px 5px;
	margin: 1px 0 0 0;
}

input#email {
	font-size: 10px;
	color: #999999;
	border: 1px solid #9eb589;
	width: 150px;
	padding: 3px 3px 2px 5px;
	margin: 5px 0 10px 0;
}

input#uName {
	font-size: 10px;
	color: #000000;
	border: 1px solid #9eb589;
	width: 210px;
	padding: 2px 3px 2px 5px;
}

input#uPassword, input.ccm-input-text, input#uPasswordConfirm {
	font-size: 10px;
	color: #000000;
	border: 1px solid #9eb589;
	width: 210px;
	padding: 2px 3px 2px 5px;
}

input.ccm-input-captcha {
	font-size: 10px;
	color: #000000;
	border: 1px solid #9eb589;
	width: 120px;
	padding: 2px 3px 2px 5px;}

input#submit {
	margin: 13px 0 0 0;
}
#topMenu input#search {
	width: 105px;
	padding: 3px 25px 2px 5px;
	color: #9EB589

}
button {
    background: url("../images/searchIcon.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    margin: 0 0 0 -26px;
    position: relative;
    width: 18px;
    height: 17px;
}

/* ------------------------------------------
			IMAGE SCROLL
   ------------------------------------------ */

#bkg{
	z-index:0;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	max-width:100%;
	overflow:hidden;
}
	#bkg ul{
		padding:0; margin:0;
	}
		#bkg li.bg-image{
			padding:0;
			margin:-1px 0px 0px -1px;
			list-style:none;
			display:block;
			position:absolute;
			top:0px;
			left:0px;
			z-index:1;
		}
		#bkg li.not-loaded{
			display:none;
		}




.container {
   min-height:100%;
   position:relative;
}
.header {
   padding:10px;
}
.body {
	padding:10px;
	padding-bottom:47px;   /* Height of the footer */
}
.footer {
	position:absolute;
	bottom:0px;
	width:100%;
	height:47px;   /* Height of the footer */
}






#lProdPageContent{
	float: left;
	padding: 30px 0 0 0;	
}

#mProdPageContent{
	float: left;
	padding: 15px 0 0 0;
}

#rProdPageContent{
	float: right;
	width: 150px;
	padding: 24px 0 0 10px;
}



div.form-search, div.email-list{
	padding-left: 0px;	
}

div.form-search label{
	color:#9EB589;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size:15px;
	font-weight: 600;
}




p.right-col-heading{
	color:#9EB589;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size:15px;
	font-weight: 600;
	padding: 0;
	margin:0;
}

p.email-list-text{
	color: #aaaaaa;
	font-family: Arial;
	font-size: 11px;
	font-weight: 500;
	padding: 3px 0 0 0;
	margin: 0px;
}








div.product-name h1{
	color:#9EB589;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
    font-size:25px;
    font-weight: 100;
}

.productHR{
	azimuthbackground-color:#ffffff;
	color:#C3C3C3;
	height:1px;
	margin: -12px 0 0 0;
	padding:0;
	visibility:visible;
	background-color: #FFF;
	height: 0;
	border-bottom: 1px dotted #C3C3C3; 
	width: 100%;
}

.product-img-box {
	padding: 0px;
	margin: 10px 0 0 0;	
}

div#topProductImage.product-img-box{
	padding-left: 2px;
}

p.email-friend {
	background: url(../images/emailfriend_bkg.png) no-repeat;
	height: 26px;
	padding-left: 50px;
	padding-top: 2px;
	margin-top: 0px;
	margin-left: 5px;
}

p.print-this-page{
	background: url(../images/printthis_page.png) no-repeat;
	height: 45px;
	padding-left: 50px;
	padding-top: 8px;
	margin-top: 19px;
	margin-left: 5px;
}

p.where-to-buy {
	background: url(../images/whereto_buy.png) no-repeat;
	height: 45px;
	padding-left: 50px;
	padding-top: 10px;
	margin-top: -10px;
	margin-left: 5px;
}

p.email-friend a, p.print-this-page a, p.where-to-buy a {
	color: #b4b4b4;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

p.email-friend a:hover, p.print-this-page a:hover, p.where-to-buy a:hover {
	color: #9EB589;
}

.itemInfoHDR {
	color:#9EB589 ;
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 5px;	
}

.itemInfo1 {
	float: left;
	width:151px;
	margin-left: 5px;
	padding: 10px 0;
}

.itemInfo2 {
	float: left;
	width:222px;
	margin-left: 5px;
	padding: 10px 0;
}

.itemInfo3 {
	float: left;
	width:200px;
	margin-left: 5px;
	padding: 10px 0;
}
.itemsInfo {
	border-top: 1px dotted #C3C3C3;
	margin-left: -5px;
	clear:both
}


div.more-views {
	padding-top: 0px;
	padding-left: 0px;
	width:100px;
}

div.more-views h2 {
	color:#9EB589;
	font-family:Century Gothic;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 1px dotted #C3C3C3;
}

div.more-views ul {
	list-style: none;
	list-style-type: none;
	margin-left: -40px;
}

div.more-views ul li {
	float: left;
	padding: 5px 10px;
	border: 1px dotted #EEEEEE;
}


dd.last {
	margin: 0;
	padding: 0;
}

.product-options dt span.required {
	color: #E93D4F;
}

.product-options dt {
	font-weight: bold;
	padding:  0;
}

.product-options dt label {
	color:#666666;
	font-weight:bold;
}

.product-options  {
	background-color:#FCFCFC;
	border:1px dotted #C3C3C3;
	margin: 13px 0 0 15px;
	padding: 0px 15px 20px;
	width: 180px;
}

.product-options dd {
	border-bottom:1px dotted #C3C3C3;
	margin:0 0 5px;
	padding:5px 10px 15px;
}

.product-options dd select {
	width:100%;
}

select {
	padding:1px;
}

input.input-text, select, textarea {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #B6B6B6;
}

input, select, textarea, button {
	color:#2F2F2F;
	font:12px/15px Arial,Helvetica,sans-serif;
	vertical-align:middle;
}

.product-shop .product-options-bottom {
	margin:0 0 10px;
}

.product-options-bottom {
	background-color:#edf2e8;
	border-color:-moz-use-text-color #C3C3C3 #C3C3C3;
	border-right:1px dotted #C3C3C3;
	border-style:none dotted dotted;
	border-width:0 1px 1px;
	padding:10px 15px 20px;
	height: 40px;
	width: 180px;
	margin-left: 15px;
}


.product-shop {
	padding-left: 0px;
}

.product-shop .product-options-bottom .price-box {
	float:none;
	margin:0 0 5px;
}

.product-view .product-shop .price-box {
	margin:10px 0;
}


.product-options-bottom .price-box {
	float:left;
	margin:0;
	padding:0;
}

.price-box {
	margin:5px 0;
}

.product-options-bottom .add-to-cart {
	float:right;
	clear: both;
	display: block;
	padding: 12px 0px;
}

.add-to-cart label {
	color:#666666;
	float:left;
	font-weight:bold;
	margin-right:5px;
}

.add-to-cart .qty {
	float:left;
	margin-right:5px;
}

input.qty {
	width:2.5em !important;
}


input.input-text, textarea {
	padding:2px;
}


input.input-text, select, textarea {
	azimuthbackground:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #B6B6B6;
}

input, select, textarea, button {
	color:#2F2F2F;
	font:12px/15px Arial,Helvetica,sans-serif;
	vertical-align:middle;
}

.regular-price .price {
	color:#D38C35;
	font-size:14px;
	font-weight:bold;
}



p.required {
	color: #db0000;
}


p.product-image img {
	border: 1px dotted #8b4a4a;
}

div.box-collateral h2 {
	padding: 0px;
	margin: 5px 0px;
	font-size: 16px;
	color: #9EB589;
	font-weight: bold;
}

.page-title h1, .page-title h2 {
	color:#9eb589;
	font-size:24px;
	margin:0;
}


.orderInfo {
	color: #bb8e5f;
	font-family: Arial;
	font-size: 24px;
	text-align: right;
	font-weight: 500;
	border-bottom: 10px solid #9eb589;
	margin: 25px 0px;
}


div.std{
	margin-top: 0px;
}









/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #a0bba3; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#E6EEDF; color:#495E36; }
.block-progress dd.complete {}
.block-progress p { margin:0; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#E6EEDF; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#E6EEDF; border:1px solid #a0bba3; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#495E36; border-color:#495E36; color:#fff; }
.opc .active .step-title h2 { color:#495E36; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #a0bba3; border-top:0; background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #a0bba3; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:14px 21px; background:#faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; margin:0; padding:8px 13px; background:#ffffff url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:10px 0 0 0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#8B4A4A; }

.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(../images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(../images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(../images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#E6EEDF; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 5px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { font-weight:bold; font-size:13px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { border-top:15px solid #b6d1e2; }
.footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#footer-nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */



/* Navigation ================================================================================ */
.nav-container {}
#nav {margin:0; padding: 0;}
#nav li a {font-size: 14px;}

#nav li.level0 {color:#9EB589;padding-top:10px;}

#nav li.nav-2{ background:url("../images/contentNaviBtn1.png") no-repeat scroll 0 0 transparent; height:28px; padding:10px 0 0 0px;}

#nav li.nav-1 a, #nav li.nav-2 a{color:#9EB589;}
#nav li.nav-1 a:hover, #nav li.nav-2 a:hover{color:#A1A1A1;}

/* ALL Levels */ /* Style consistent throughout all nav levels */
#nav li { }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; padding: 0 0 0 30px}
#nav li ul span {white-space:normal; padding: 10px 0 0 38px }

/* 0 Level */
#nav li { }
#nav li.active a { color:#9EB589; }
#nav a { background:url(../images/bkg_nav_top.gif) no-repeat 100% 50%; padding-right:11px; color:#444; font-weight:bold; }
#nav li.over a, #nav a:hover { color:#A1A1A1; }

#nav li.over, #nav li.active { color:#9EB589 }



/* 1st Level */
#nav ul li,#nav ul li.active,#nav ul li.over { float:none; border:none; background:url("../images/contentNaviBtn.png") no-repeat scroll 0 0 transparent; height: 38px; padding: 0; text-transform: none }

#nav ul li.parent { }
#nav ul li.last { padding-bottom:0; }
#nav ul li.active a { color: #63933D !important; font-style: italic; }
#nav ul a,
#nav ul a:hover { float:none; padding:0; }


/* 2nd Level */
#nav ul {padding: 10px 0 0 0}

/* Show menu */
#nav li.over > ul { }
#nav li.over > ul li.over > ul { }
#nav li.over ul ul { }

#nav ul li a { padding: 0; color:#666 !important; font-size: 13px; }
#nav ul li a:hover { color:#A1A1A1 !important; }

/* 3rd+ Level */
#nav ul ul { top:5px; }
/* ======================================================================================= */





/* Global Messages  */
.success									{color:#3d6611; font-weight:bold;}
.error										{color:#df280a; font-weight:bold;}
.notice										{color:#e26703;}
.messages,
.messages ul								{list-style:none!important; margin:10px 0!important; padding:0!important;}
.messages									{width:100%; overflow:hidden;}
.messages li								{margin:0 0 10px!important;}
.messages li li								{margin:0 0 3px!important;}
.error-msg,
.success-msg,
.note-msg,
.notice-msg									{border-style:solid!important; border-width:1px!important; background-position:10px 19px!important; background-repeat:no-repeat!important; min-height:24px!important; padding:8px 8px 8px 32px!important; font-size:11px!important; font-weight:bold!important;}
.error-msg									{border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a;}
.success-msg								{border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611;}
.note-msg,
.notice-msg									{border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611;}










#shopping-cart-totals-table
{
	width: 100%
}

.imgLoad{
	display: none;
	position: absolute;
	margin:-6px 0 0 0;
}


/* SCP Options  */
dl.item-options {
	color:#BB8E5F;
	font-size:.9em
}

dl.item-options dt{
	display:none
}

dl.item-options dd{
	margin:0px;
}


