/*________ Main Elements ________*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 12px Century Gothic,Arial,sans-serif; color: #5f4d5f; text-decoration: none;
	text-align: center;
	background: #fff0d9 url(/images/bg.jpg) no-repeat top center;
}

a, a:visited {
	color: #ff9d00;
	text-decoration: underline;
}

a:hover {
	color: #f5007a;
	text-decoration: underline;
}

img {
	display: block;
	border: 0px;
}

/*________ Header ________*/
#header {
	width: 770px;
	margin: auto;
	height: 244px;
}

#header img {
	float: right;
}

#header h1 {
	text-indent: -9999px;
}

/*________ Main Container ________*/
#mainContainer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFF;
}

/*________ Main Nav ________*/
#nav {
	background: #f5007a url(/images/bg-nav.gif) no-repeat;
	width: 760px;
	height: 12px;
	padding: 25px 0 15px 0;
	text-align: center;
	margin-left: 5px;
}

#nav li {
	display: inline;
	list-style-type: none;
	font: bold 120% Arial,sans-serif; color: #ebebeb; text-decoration: none;
}

#nav li a {
	color: #FFFFFF; 
	text-decoration: none;
	padding: 0 8px;
	margin: 0;
}

#nav li a:hover {
	color: #000; 
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 8px 8px 11px 8px;
}

/*________ Main Content ________*/
#content {
	background: url(/images/bg-content.gif) no-repeat top;
	padding: 20px 0 20px 20px;
	width: 550px;
	float: left;
}

#content h2 {
	font-size: 18px;
	letter-spacing: -1px;
	color: #6fad35; 
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bfe998;
}

#content h1 {
	font-size: 220%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #ff7800; 
	margin-bottom: 10px;
}

#content h3 {
	font: 100% Georgia,Arial,sans-serif; color: #4b4c42;
	margin-bottom: 15px;
}

#content p, #content .centerColumn ul {
	margin-bottom: 15px;
	line-height: 1.5;
}

#content .centerColumn ul {
	padding-left: 30px;
	width: 100%;
}

#navBreadCrumb {
	background-color: #fff0d9;
	margin: 6px 0 0 5px;
	font-size: 80%;
	padding: 5px;
	width: 555px;
}

/*________ Sidebar ________*/
#sidebar {
	width: 150px;
	float: right;
	margin: 5px;
	padding: 0 12px 50px 18px;
	background: #ff9d00 url(/images/bg-sidebar.gif) repeat-y;
	font-family: Arial,sans-serif;
	color: #FFF;
	font-size: 90%;
}

#sidebar h2 {
	font-size: 130%;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 5px;
}

#sidebar p {
	margin-bottom: 5px;
	line-height: 1.5;
}

#sidebar a {
	color: #fffbca;
}

#sidebar a:hover {
	color: #FFFFFF;
}

#sidebar ul {
	width: 150px;
	list-style-type: none;
	margin-bottom: 15px;
}

#sidebar li {
	background-color: #ea8800;
	margin-bottom: 1px;
	color: #FFF;
}

#sidebar li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
font-weight: bold;
}

#sidebar li ul {
border: 1px solid #ea8800;
border-bottom: 0;
width: 148px;
margin: 0;
}

#sidebar li ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
font-weight: normal;
background-color: #ff9d00;
}

#sidebar li ul li a:hover  {
	color: #FFF;
	text-decoration: none;
	background-color: #ea8800;
	padding: 3px 5px 3px 5px;
}

#sideCart {
margin-bottom: 15px;
}
#sideCart ul {
margin-bottom: 0;
}
#sideCart li a {
padding: 5px 0;
border-bottom: 1px solid #ea8800;
background-color: #ff9d00;
font-weight: normal;
}
#sidebar #sideCart li a:hover  {
	color: #FFF;
	text-decoration: none;
font-weight: normal;
padding: 5px 0;
color: #f5007a;
}
.cartBoxTotal {
border-bottom: 1px solid #ea8800;
padding: 5px 0;
}
.sideCheckout {
text-align: right;
padding: 5px 0;
}
.sideCheckout a {
margin-left: 10px;
}
#sidebar li a:hover  {
	color: #FFF;
	text-decoration: none;
	background-color: #ff9d00;
	padding: 3px 5px 3px 5px;
}

#membersLogin, #forumMenu, #forumSearch, #sideCart, #manufacturers, #keywordSearch, #whosOnline, #newsletter {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ea8800;
}
#manufacturers select {
width: 140px;
}
#whosOnline br {
border: 1px solid;
padding: 0;
}

#keywordSearch {
height: 50px;
}
#sidebar #keywordSearch fieldset {
width: 122px;
}
#sidebar #keywordSearch fieldset input {
width: 110px;
}
#membersLogin p {
	clear: left;
}
#membersLogin #passwordx {
	background: #fff url(/images/bg-password.gif) no-repeat;
}
#sidebar form legend {
	display: none;
}
#sidebar fieldset {
	width: 150px;
	float: left;
	border: 0;
}
#sidebar fieldset label {
	display: none;
}
#sidebar fieldset input, #captcha {
	width: 140px;
	height: 18px;
	border: 1px solid #f5c582;
	font: 90% Arial,Helvetica,Sans Serif;
	color: #000;
	padding-left: 5px;
	padding-top: 2px;
	margin-bottom: 5px;
	background-color: #fff;
}
#sidebar select {
	font: 100% Arial,Helvetica,Sans Serif;
	color: #4c4c4c;
}

#submitButton, #submitButton2, #submitButton3, #searchButton {
background-color: #f5007a;
	color: #ffffff;
	font-weight: bold;
	font-size: 90%;
	border: none;
	height: 18px;
	padding-bottom: 3px;
}
#submitButton {	
	width: 40px;
	margin-bottom: 2px;
}
#submitButton2 {
	width: 70px;
}
#submitButton3 {
	width: 50px;
margin-right: 10px;
float: left;
}

#ourProducts {

	margin-bottom: 15px;
	border-bottom: 2px solid #ea8800;
}
#ourProducts h2 {
	margin-bottom: 10px;
}





/*________ Footer ________*/

#footer {
	border-bottom: 20px solid #fff0d9;
	clear: both;
	background-color: #fff0d9;
	text-align: center;
}
#footer.homepage {
padding-top: 10px;
}

#footer p {

	font: 90% Arial,sans-serif; color: #8a8275; text-decoration: none;
}
#footer p a {
	color: #8a8275;
	text-decoration: none;
}
#footer p a:hover {
	color: #000000;
	text-decoration: underline;
}

#bottomImages {
	width: 740px;
	height: 140px;
	padding: 10px;
	border: 5px solid #FFFFFF;
	margin-bottom: 5px;
	background: #f5007a url(/images/bg-bottom-images.gif) repeat-y;
}
#bottomImages img {
	float: left;
	margin: 5px;

}

#footer ul {
list-style-type: none;
}
#footer ul li {
display: inline;
padding: 4px 8px;
}
#footer ul img {
display: inline;
}

/*________ Home ________*/

#content.homepage {
width: 100%;
padding: 20px 0 70px 23px;
background: url(/images/bg-home-content.jpg) bottom left no-repeat;
}
#content.homepage p {
margin-right: 45px;
}
#content.homepage ul {
list-style-type: none;
padding-top: 10px;
}
#content.homepage li {
float: left;
width: 225px;
height: 280px;
margin-right: 20px;
text-align: center;
}
#content.homepage li img {
width: 225px;
height: 225px;
background-color: #eee;
margin-bottom: 5px;
}
#content.homepage li p {
margin: 0;
}

#categoryIcon {
overflow: hidden;
border-bottom: 1px solid #fff0d9;
padding-bottom: 5px;
}
#categoryIcon img {
float: right;
margin-right: 10px;
}
#categoryIcon br {
display: none;
}
div.navNextPrevWrapper {
text-align: center;
border-bottom: 1px solid #fff0d9;
padding: 10px 0 5px 0;
margin-bottom: 10px;
overflow: hidden;
}

div.navNextPrevWrapper div img {
display: inline;
margin: 0 70px;
}

#productMainImage {
text-align: center;
margin: 0 15px 15px 0;
}
#productMainImage img {
}
#productMainImage br {
display: none;
}
#productMainImage .imgLink {
font-size: 90%;
}

#content #productDetailsList {
border-bottom: 1px solid #fff0d9;
border-top: 1px solid #fff0d9;
width: 490px;
padding: 10px 30px;
}

#productDateAdded, #productDateAvailable {
font-size: 90%;
text-align: right;
padding-bottom: 25px;
}

#productTellFriendLink {
float: left;
}

#cartAdd {
padding-top: 15px;
overflow: hidden;
padding-bottom: 15px;
}
#cartAdd input {
float: left;
}
#cartAdd br {
display: none;
}
#cartAdd #cart_quantity {
margin-top: 8px;
border: 1px solid #ccc;
width: 30px;
padding: 2px 0;
text-align: center;
font-weight: bold;
}

#productDescription {
margin-bottom: 20px;
}

#categoryImgListing {
float: right;
background-color: #fff;
padding: 3px;
border: 1px solid #fccba0;
}
#indexCategoriesHeading {
border-bottom: 1px solid #fccba0;
padding: 10px 0px;
}

#content h2#selectSub {

border: none;
font-size: 140%;
}

#catListing {
clear: both;
overflow: hidden;
padding-bottom: 45px;
}
#catListing div {
float: left;
margin-right: 10px;
width: 110px;
text-align: center;
height: 115px;
}
#catListing div img {
padding: 3px;
border: 1px solid #fccba0;
margin: auto;
}
#catListing div br {
display: none;
}
#catListing div a {
font-weight: bold;
text-decoration: none;
}
#catListing div.clearLeft {
clear: none;
}

/*________ Misc ________*/

.imgRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.imgLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


.clearfix:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#startShopping {
height: 35px;
padding: 10px 0 0 10px;
margin-bottom: 20px;
border-bottom: 1px solid #bfe998;
border-top: 1px solid #bfe998;
background-color: #e2facc;
}
#startShopping select {
width: 150px;
margin-top: 2px;
}
#startShopping p {
padding: 5px 10px;
}
#startShopping select, #startShopping p, #startShopping h2 {
float: left;
}
#content #startShopping h2 {
border: 0;
padding-right: 10px;
}

#featuredProducts, #whatsNew, #alsoPurchased, #crossSell {
overflow: hidden;
}

#alsoPurchased, #crossSell {
padding-top: 15px;
}
#alsoPurchased div, #crossSell div {
text-align: center;
}

#featuredProducts div, #whatsNew div, #alsoPurchased div, #crossSell div {
width: 170px;
float: left;
margin: 0 20px 15px 0;
}
#featuredProducts div img, #whatsNew div img, #alsoPurchased div img, #crossSell div img {
margin: auto;
}
#featuredProducts div a, #whatsNew div a, #alsoPurchased div a, #crossSell div a {
text-decoration: none;
}
#featuredProducts div a abbr, #whatsNew div a abbr {
border: 0;
}
#featuredProducts div h3, #featuredProducts div p, #whatsNew div h3, #whatsNew div p {
margin-bottom: 2px;
}
.clearLeft {
clear: left;
}
#featuredProducts div.noMargin, #whatsNew div.noMargin, #alsoPurchased div.noMargin, #crossSell div.noMargin {
margin: 0;
}
#featuredProducts div .productImage, #whatsNew div .productImage, #alsoPurchased div .productImage, #crossSell div .productImage {
height: 128px;
overflow: hidden;
margin-bottom: 5px;
}

#alsoPurchased h4 {
font-size: 18px;
	letter-spacing: -1px;
	color: #6fad35; 
padding-bottom: 3px;
	margin-bottom: 20px;
border-bottom: 1px solid #bfe998;
}

#content h2 {
	font-size: 18px;
	letter-spacing: -1px;
	color: #6fad35; 
padding-bottom: 3px;
	margin-bottom: 15px;
border-bottom: 1px solid #bfe998;
}
#content h1 {
	font-size: 220%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #ff7800; 
	margin-bottom: 10px;
}


#listCell0-0 {
width: 140px;
border-bottom: 1px solid #bfe998;
text-align: left;
}
#listCell0-1 {
width: 360px;
border-bottom: 1px solid #bfe998;
}
#listCell0-2 {
border-bottom: 1px solid #bfe998;
}
#listCell0-3 {
border-bottom: 1px solid #bfe998;
width: 50px;
}
.tabTable {
margin-bottom: 10px;
}
.tabTable td {
padding: 10px 0 15px 0;
border-bottom: 1px solid #bfe998;
}
.tabTable th {
color: #6fad35;
padding-bottom: 3px;
}
.tabTable th a {
color: #6fad35;
text-decoration: none;
}
.tabTable td input {

}
.tabTable td img {
display: block;
margin-right: auto;
}




LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
margin: 5px 5px 0 5px;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}


.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: inline
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;

	}

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}


#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
}

.buttonRow img {
display: inline;
}

#navMainSearch {
	float: right;
	}

#navColumnOne {
	background-color: #FFCC99;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {

	/*font-size: 1.2em;*/

	padding: 0.5em;

	}



.alert {

	color: #FF0000;

	margin-left: 0.5em;

	}

.advisory {}

.important {

	font-weight: bold;

	}

.notice {}

.rating{}

.gvBal {

	float: right;

	}



.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {

	font-size: 0.9em;
	}

/*Shopping Cart Display*/
.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

#cartContentsDisplay td {
padding: 5px;
}

.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.tableHeading {
background-color: #f22c85;
color: #fff;
}
.rowOdd {
	background-color: #fef8ef;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
background-color: #fff0d9;
	height: 1.5em;
	vertical-align: top;
	}

#content fieldset {
border: 0;
padding-bottom: 10px;
}

#checkoutPayment legend {
	font-size: 14px;
padding-top: 10px;
	color: #6fad35; 
	margin-bottom: 10px;
font-weight: bold;
}
hr {
display: none;
}
#orderTotals div {
padding: 3px 0 0 10px;
}
#ottotal {
font-weight: bold;
border-top: 1px solid #ddd;
height: 20px;
}

#createAcctDefault h4 {
margin-bottom: 10px;
font-weight: normal;
font-size: 100%;
}

#createAcctDefault input, #loginDefault input {
margin-bottom: 5px;
}

#createAcctDefault legend, #loginDefault legend {
margin-bottom: 5px;
font-weight: bold;
}

#loginDefault legend {
font-size: 18px;
	letter-spacing: -1px;
	color: #6fad35; 
padding-bottom: 3px;
	margin-bottom: 15px;
border-bottom: 1px solid #bfe998;
}

#loginDefault fieldset fieldset legend {
font-size: 100%;
	letter-spacing: 0;
	color: #5f4d5f; 
padding-bottom: 0px;
	margin-bottom: 15px;
border-bottom: 0;
}

/*________ Design Team ________*/

#designTeam h3 {
	font: 16px Century Gothic,Arial,sans-serif; color: #f5007a; text-decoration: none;
	border-bottom: 1px dotted #f5007a;
	padding: 10px 0 2px 0;
}
#designTeam img {
	float: right;
	margin: 0 0 15px 15px;
	padding: 2px;
	border: 2px solid #f5007a;
}


/*________ Contact Us ________*/

#content #contactDetails {
	width: 400px;
	line-height: 1.6;
	height: 100px;
padding-bottom: 0;
}

#content #contactDetails dt {
	width: 70px;
	float: left;
	clear: left;
	font-weight: bold;
}

#content #contactDetails dd {
	float: left;
	width: 330px;
}

#contactUsForm {

clear: left;

border: 0;
padding: 0;
}

#contactUsForm p {
margin-top: 5px;
margin-bottom: 0px;
}

#contactUsForm legend {
font-weight: bold;
}

#contactUsForm label {
width: 120px;
margin-right: 5px;
display: block;
float: left;
clear: left;
text-align: right;
padding-top: 0;
}

#contactUsForm textarea, #contactUsForm input {
font: 90% Arial, Helvetica, Sans Serif;
width: 300px;
float: left;
margin-bottom: 5px;
}

#sendButton {
margin-left: 126px;
}

legend {
padding-left: 0;
margin-left: 0;
color: #5f4d5f;
}

.oldForum #content {
width: 730px;
}

.oldForum #navBreadCrumb {
width: 750px;
}

.oldForum #content dt {
width: 430px;
}

#nickForm legend {
display: none;
}

#nickForm label, #nickForm fieldset input {
float: left;
margin-right: 10px;
margin-left: 0;
}

#nickForm p {
margin: 0;
}

#nickForm input {
margin-left: 98px;
}

.archiveButton {
margin-bottom: 15px;
display: block;
}

#redeemForm {
padding-top: 15px;
}
#redeemForm legend {
padding-bottom: 10px;
}
#gvFaqDefaultMainContent {
padding-bottom: 15px;
}

.normalprice {
color: #ff0000;
text-decoration: line-through;
}
.productSpecialPrice, .productPriceDiscount {
color: green;
}

.linklist b a {
font-size: 110%;
text-decoration: underline;
}