/*Datahost stylesheet*/

/*Set up body, td, and p as the same style. You'll also want to include the same info in the <body> tag on main template.*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana,tahoma,arial; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #333333;
	background-color: #EEE9E4;
}

a {
	color: #601310; 
	font-family: verdana,tahoma,arial;
	font-size: 12px;

	text-decoration: underline;
}

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

td, p {
	font-family: verdana,tahoma,arial; 
	font-size: 12px; 
	line-height: 1.5em; 
	color: #333333;

}



/*Main template styles.*/

#wrapper {
	width: 802px;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;
}

#contentwrapper {
	width: 802px;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;
}

#banner {
	height: 50px;
	background-color: #ffffff;
	color: #000000;
	font-size: 36px;
	font-weight: bold;
}

#topcart {
	background-color: #EEE9E4;
}

#mainnav {
	width: 100%;
	height: 30px;
	background-color: #EEE9E4;
	border-top: 1px #8a1b17 solid;
	border-bottom: 1px #8a1b17 solid;
	z-index: 500;
}

#mainnav2 {
	width: 802;
	height: 30px;
	background-color: #EEE9E4;
	border-top: 1px #8a1b17 solid;
	border-bottom: 1px #8a1b17 solid;
	z-index: 500;
}

#mainnav ul {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#mainnav li {
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.2em;
	color: #333333;
	border-left: 1px #000000 solid;
}

#mainnav li a:link, #mainnav li a:visited {
	color: #8a1b17;
	text-decoration: none;
}

#mainnav li a:hover {
	color: #000000;
	text-decoration: underline;
}


#navigation {
	width: 125px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#navigation li {
	list-style: none;
	color: #990000;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 6px;
}

#navigation li a:link, #navigation li a:visited {
	display: block;
	color: #990000;
	text-decoration: none;
	padding: 5px 5px;
}

#navigation li a:hover {
	color: #000;
	text-decoration: none;
}

.clean-gray{
border:solid 1px #DEDEDE;
background:#e0d99d;
color:#222222;
text-align:left;

}

.lpheading {  
	margin-top: 6px; 
	margin-bottom: 2px; 
	margin-left: 4px;
	margin-right: 4px;
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #601310;
}

.lpblurb{
	margin: 4px;
}

#cartinfo {
	background-color: #EEE9E4;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}/*for the cart items, amt*/


#content {
	padding: 15px 25px 0px 25px;
}

#leftcolumnh {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	width: 500px;
}

#rightcolumnh {
	width: 200px;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #F0EFEF;
}

.personalize {
	color: #000000; 
	font-size: 14px;
	font-weight:bold;
}

.personalize a:link, .personalize a:visited {
	color: #601310;
	text-decoration: underline;
	font-size: 14px;
	font-weight:bold;
	background-color: #DACEC3;
}

.personalize a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}/*site links in the footer, like home, etc.*/

#footer {
	position: relative;
}

.footerlinks {
	color: #000000; 
	font-size: 11px;
}

.footerlinks a:link, .footerlinks a:visited {
	color: #601310;
	text-decoration: underline;
		font-size: 11px;
}

.footerlinks a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
}/*site links in the footer, like home, etc.*/

.footertext {  
	font-family: verdana,tahoma,arial; 
	color: #000000; 
	font-weight:bold; 
	font-size: 11px;
}

.siteby {  
	padding-top: 8px;
	font-size: 11px; 
	line-height: 1.2em; 
	color: #000000;
}


/*index template styles*/

.table_announcements {
	margin-top: 15px;
	margin-bottom: 0px;
}

.table_announcements td {

	padding: 0px 0px 15px 0px;
} 

.table_specials {
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
} 

.table_specials td {
	width: 33%;
	padding: 3px;
}

.specialstitle {
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #bc56a2;
}
	

.specialsheader, .announcementheader {
	font-size: 14px;
	font-weight: bold;
	color: #9b0075;
}

.specialsheader a, .announcementheader a {
	color: #9b0075;
	text-decoration: none;
}

.specialsheader a:hover, .announcementheader a:hover  {
	color: #51a22a;
	text-decoration: underline;
}

.specialstext, .announcementtext {
}

.specialsclickhere, .announcementclickhere {
	font-size: 11px;
}


/*Category and Product list, cell and details pages*/

h1 {  
	margin-top: 6px;
	margin-bottom: 8px; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #878787;
} /*this is always used for the page title, except home page and product detail pages*/

h2 {  
	margin-top: 10px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 800; 
	line-height: 1.1em; 
	color: #601310;
}

h3 {  
	margin-top: 6px; 
	margin-bottom: 4px; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 1.5em; 
	color: #601310;
}

h4 {  
	margin-top: 4px; 
	margin-bottom: 2px; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #601310;
}

ul li {  
	font-size: 12px; 
	line-height: 1.2em; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #000000;
}

ul.webpages {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul li.webpages {  
	font-size: 13px; 
	line-height: 1.2em;
	/*list-style-type: none;*/
}

ol li {
	list-style-type: decimal;
}

.sku {font-size: 11px; text-decoration: none; font-weight:bold;}

.cellpadding {
	padding: 10px;
	border: 1px #cdc9c4 solid;
}/*this is the bottom padding between cells*/

.table_margintop {
	width: 99%;
	margin-top: 15px;
	background: #ffffff;
}/*this is on all the product_list and cat_list pages*/

.table_nomargin {
	width: 100%;
	margin-top: 0px;
}


.cellheader, .testimonialcellheader {
	font-size: 15px; 
	color: #000000; 
	font-weight:bold;
	margin-bottom: 0px;
}

.cellheader a, .testimonialcellheader a {
	color: #601310;
	text-decoration: none;
}

.cellheader a:hover, .testimonialcellheader a:hover  {
	color: #000000;
	text-decoration: underline;
}/*cat name or product name, depending on which cell*/

.celltext, .testimonialcelltext {  font-size: 13px; line-height: 1.3em;}

.highlight {  
	font-size: 13px; 
	font-weight:bold; 
	color: #000000; 
}

.highlight a {
	color: #601310;
	text-decoration: underline;
}

.highlight a:hover  {
	color: #9b0075;
	text-decoration: underline;
}

.flag {
	display: inline;
	padding-right: 5px;
	color: #308109;
	font-weight: bold;
}

.freeship { 
	display: inline; 
	font-weight: bold; 
	color: #601310;
	padding-right: 5px;
}


.multiheader {  
	margin-top: 8px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #878787;
	background-color: #ffffff;
	display: block;
	padding: 4px 10px;
} /*multilist header*/

.multiheader a {
	text-decoration: none;
	margin-top: 0px; 
	font-size: 18px; 
	font-weight: 400; 
	color: #878787;
	background-color: #ffffff;
	padding: 4px 10px;
}

.insertlist1 { 
	font-size: 12px;
	margin-bottom: 10px; 
}

.insertlist1 a {
	text-decoration: underline;
	font-weight: normal;
}
 /*youarehere links*/

.nextprev, .gotocart, .cellclickhere {  font-size: 12px;  }

.jumplinks {font-size: 12px; line-height: 1.5em;} /*used on faq page*/

.clickhere {  font-size: 11px; line-height: 1.5em; }
 /*back to top links*/
 
.jumptobox {
	background-color: #ffffff;
	padding: 5px;
	font-size: 12px;

	margin-bottom: 10px;
}

.tellafriend {
	background-color: #ffcc00;
	color: #000;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.tellafriend a {
	color: #000;
	text-decoration: none;
}

.tellafriend:hover {
	/*background-color: #ffcc00;*/
}



/*Cart pages and shipping*/

.steps {
	display: inline;
	color: #666;
	margin-right: 8px;
	padding-right: 0px;
	text-align: left;
}

.stepson {
	display: inline;
	color: #333;
	margin-right: 8px;
	padding-left: 15px;
	background: #fff url(images-mm/cart_arrow.gif) left center no-repeat;
	font-weight: bold;
	text-align: left;
}


#cart {
	width: 100%;
}

.buttons {
	width: 100%;
	position: relative;
}

.leftbuttons {
	width: 50%;
	float: left;
}

.rightbuttons {
	width: 48%;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#cartcontent {
	width: 100%;
}

.tablecart {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 0px;
}

.tablecart tr.bkgnd1 {
	background: #EEE9E4;
}

.tablecart th.bkgnd1 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
}

table.pmt_table {
	border: 1px solid #601310;
}

table.pmt_table th {
	background-color: #EEE9E4;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

table.pmt_table td {
	background-color: #fff;
	padding: 5px;
}

.tablecart tr.bkgnd2 {
	background: #ffffff;
}

.tablecart th.bkgnd2 {
	font-weight: 400;
	padding-top: 5px;
}

.tablecart td, .tablecart p {
	font-size: 12px;
}

.tablecart td.products {
	color: #333333;
	border-top: 1px solid #601310;
	padding-top: 6px;
}

.tablecart tr.bkgnd3 {
	background: #eee;
}/*this is for the background behind the options rows*/

.tablecart tr.bkgnd4 {
	background: #ddd;
}/*this is for the background behind the options subtotal*/

.tablecart td.options {
	font-size: 12px;
}/*this is for the simple options*/

.tablecart td.subhead {  
	font-size: 13px; 
	font-weight: bold; 
	color: #95b15a;
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

.tablecart td.shipping {
	font-size: 12px;
}

.tablecart td.indshipnote {
	color: #8a1b17;
	font-weight: bold;
}

.cartbutton, .fancybutton, .fancybutton2 {
	color: #725B46;
	font-weight: bold;
	border-top: 2px solid #EEE9E4;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #EEE9E4;
	background-color: #D0C1B3;
	margin:0; /*the following 4 styles are to prevent huge buttons in IE*/
	padding:0 .25em;
	width: auto;
	overflow:visible;
}

.cartbutton[class] {  /* IE < 7 ignores [class] */
    width: auto; 
} /* cancel margin fix for other browsers */

.cartbutton_simple {
	font-size: 11px;
	padding: 2px;
}/*this is for update cart, calculate shipping, clear cart*/

.cartbutton_continueshopping {
	color: #524132;
	font-weight: bold;
	border-top: 2px solid #EEE9E4;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #EEE9E4;
	background-color: #BDA793;/*the arrow for this button is hard-coded on viewcart*/
	font-size: 14px;
	width: 175px;
	font-weight: bold;
	padding: 6px;
}/*this is for continue shopping at top of page*/

.cartbutton_continueshopping a {
	color: #524132;
	text-decoration: none;
}/*this is for the top continue shopping at the top of viewcart since it's not really a button*/

.cartbutton_back {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	padding-left: 25px;
	background: #601310 url(images-mm/arrow_back_white.gif) left center no-repeat;
}/*this is for continue shopping and make changes*/

.cartbutton_forward {
	font-size: 16px;
color: #601310 ;
	border-top: 3px solid #F9F7EB;
	border-right: 3px solid #9B9031;
	border-bottom: 3px solid #9B9031;
	border-left: 3px solid #F9F7EB;
	padding: 6px 30px 6px 6px;
	text-align: right;
	background: #e0d99d url(images-mm/arrow_forward_black.gif) center right no-repeat;
}/*this is for proceed to checkout, complete payment, submit order*/

.cartbutton_forwardadd {
	font-size: 12px;
	padding: 4px;
	padding-right: 30px;
	text-align: right;
	color: #601310 ;
	border-top: 3px solid #F9F7EB;
	border-right: 3px solid #9B9031;
	border-bottom: 3px solid #9B9031;
	border-left: 3px solid #F9F7EB;
	background: #e0d99d url(images-mm/arrow_forward_black.gif) center right no-repeat;
}/*this is for add to cart*/

.cartbutton_forwardsml {
	font-size: 11px;
	padding: 2px;
	padding-right: 25px;
	text-align: right;
		color: #601310 ;
		border-top: 3px solid #F9F7EB;
	border-right: 3px solid #9B9031;
	border-bottom: 3px solid #9B9031;
	border-left: 3px solid #F9F7EB;
	background: #e0d99d url(images-mm/arrow_forward_black.gif) center right no-repeat;
}/*this is for any normal size button you want the arrow on*/

.instructions {  
	font-size: 13px;
}

.smallnotes {
	font-size: 11px;
	line-height: 1.1em;
}

.continue {
	text-align: right;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #eeeeee;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #cad8ac;
line-height:1.2em;
z-index:1000;
border-right: 2px solid #cad8ac;
border-bottom: 2px solid #cad8ac;
visibility: hidden;
text-decoration: none;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-size: 12px;
	color: #4f86ba;
	background-color: #95b15a;
	display: inline;
	padding: 3px;
}

.hintanchor a:link, .hintanchor a:visited, .hintanchor a:hover {
	color: #ffffff;
	text-decoration: none;
}

.hintclick {
	font-size: 12px;
	color: #4f86ba;
}


#promobox{ /*CSS for pop up hint box */
position:absolute;
top: 0; 
background-color: #eeeeee;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid #cad8ac;
line-height:1.2em;
z-index:100;
border-right: 2px solid #cad8ac;
border-bottom: 2px solid #cad8ac;
visibility: hidden;
text-decoration: none;
}  
/*Miscellaneous*/

input {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}

form {margin-top: 0px; margin-bottom: 0px; }

.formlabeltop {
	font-weight: bold;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
}

.formborder {
	border: 1px solid #666;
}

.fancyform p {
	padding-top: 0px;
	clear: left;
	margin-bottom: 0px;
	margin-top: 8px;
}

.fancyform input, .fancyform textarea, .fancyform select, .fancyform option {
	border: 1px solid #666;
}

.fancyform p label {
	width: 180px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
}

.fancyform p.rightcolumn {
	padding-left: 188px;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

.fancyform p.submit {
	padding-left: 188px;
}

.accountform p {
	padding-top: 0px;
	clear: left;
	margin-bottom: 0px;
	margin-top: 5px;
}

.accountform input, .accountform textarea, .accountform select, .accountform option {
	border: 1px solid #666;
}

.accountform p label {
	width: 130px;
	float: left;
	text-align: left;
	font-weight: bold;
	padding-right: 8px;
}

.accountform p.rightcolumn {
	padding-left: 138px;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

.accountform p.submit {
	padding-left: 138px;
}

.shadedbox {
	background-color: #ddd;
	padding: 5px;
}
input.noborder {
	border: 1px solid #fff;
}

/*table {margin-top: 0px; margin-bottom: 0px; }*/

.certificate { 
	width: 500px;
	margin: 10px auto;
	padding: 10px; 
	border: 1px solid #601310; 
	background-color: #fff; 
}

.certificate td { padding: 5px; }


hr {
	border: 0;
	color: #601310;
	background-color: #601310;
	height: 1px;
	width: 100%;
	text-align: left;
}

table.price_table th {
	background-color: #ffcc66;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

table.price_table td {
	background-color: #ffffff;
}

/*gift certificate styles*/

.certificate { 
	width: 600px;
	margin: 20px auto;
	padding: 10px; 
	border: 1px solid grey; 
	background-color: #fff; 
}

.certificate h2 {
	margin-top: 0px;
}

.certificate td { padding: 5px; }

table.gc_cell {
	width: 150px;
	height: 120px;
	background: #601310;
	text-align: center;
	margin-bottom: 5px;
}

table.gc_cell td {
	vertical-align: middle;
	padding: 5px;
	height: 50%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

table.gc_cell h2 {
	font-family: Georgia, serif;
	font-weight: bold;
	color: #fff;
}

table.gc_cell h2.big {
	font-size: 40px;
}

table.gc_cell h2.small {
	font-size: 24px;
}


/*Style for payment section pop-up windows. If website has a dark background color for <body> set the background color in this style to the same color. Leave commented out if you wish the pop-up window to have a white background by default*/
.popup_table {
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
	/*background-color:#000000*/
}

.label {  font-size: 11px; line-height: 1.2em; font-weight: bold; }

.attribute {  font-size: 11px; line-height: 1.2em;}

.message {
	font-size: 11px;
	color: #990000;
	text-align: center;
}


.errormessage {
	font-size: 14px; 
	color: #990000; 
	font-weight: normal; 
}

.errormessage a {
	color: #990000;
}

.pleasecall {
	font-size: 13px; 
	background: #EEE9E4 url(images/phone.jpg) center top no-repeat;
}

/* =tabs */

/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style: none;
	list-style-image:none !important; 
	margin-right: 2px;
}

/* link inside the tab. uses a background image */
.tabs a { 
	display:block;
	padding: 0 20px;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	position:relative;
	/* top: 1px; */
	/*border: 1px solid #ccc;*/
	border-bottom: 0;
	background-color: #d9d5d4;
	box-shadow: inset 0 -2px 4px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -2px 4px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 -2px 4px 0 rgba(0,0,0,0.15);
	
	border-radius: 4px 4px 0 0;	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;
	border: 1px solid rgb(96, 19, 16);
}

.tabs li:first-child a{
	box-shadow: inset 3px 2px 4px 1px #d9d5d4, inset 0 -2px 4px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 3px 2px 4px 1px #d9d5d4, inset 0 -2px 4px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 3px 2px 4px 1px #d9d5d4, inset 0 -2px 4px 0 rgba(0,0,0,0.15);
}

.tabs li:last-child a{
	-box-shadow: inset -3px 2px 4px 1px #d9d5d4, inset 0 -2px 4px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset -3px 2px 4px 1px #d9d5d4, inset 0 -2px 4px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset -3px 2px 4px 1px #d9d5d4, inset 0 -2px 4px 0 rgba(0,0,0,0.15);
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {	
	background-color: #dedcdb;
	box-shadow: inset 0 -2px 4px 0 rgba(0,0,0,0.1); /* softens the shadow */
	-moz-box-shadow: inset 0 -2px 4px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 -2px 4px 0 rgba(0,0,0,0.1);
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {	
	background-color: #eceae9;
	background-color: #eee9e4;
	cursor:default !important; 
	color:#000 !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border-bottom: none;
}

.panes > div {
	background-color: #eceae9;
	background-color: #eee9e4;
	border-top: 0;
	text-align: left;
	border: 1px solid rgb(96, 19, 16);
}

/* =Useful Styles */

.block { display: block; }
.inline { display: inline; }

.floatright { float: right;	} .floatleft { float: left;	}
.alignright { text-align: right; } .alignleft { text-align: left; }
.centered {	text-align: center;	}

.margin{ margin: 20px; } .margin_small { margin: 10px; } .margin_tiny { margin: 5px; } .nomargin { margin: 0; }
.margintop { margin-top: 20px; } .margintop_small { margin-top: 10px; } .margintop_tiny { margin-top: 5px; } .nomargintop { margin-top: 0; }
.marginright { margin-right: 20px; } .marginright_small { margin-right: 10px; } .marginright_tiny { margin-right: 5px; } .nomarginright { margin-right: 0; }
.marginleft { margin-left: 20px; } .marginleft_small { margin-left: 10px; } .marginleft_tiny { margin-left: 5px; } .nomarginleft { margin-left: 0; }
.marginbottom { margin-bottom: 20px; } .marginbottom_small { margin-bottom: 10px; } .marginbottom_tiny { margin-bottom: 5px; } .nomarginbottom { margin-bottom: 0; }
.marginsides { margin-left: 20px; margin-right: 20px; } .marginsides_small { margin-left: 10px; margin-right: 10px; } .marginsides_tiny { margin-left: 5px; margin-right: 5px; } .nomarginsides { margin-left: 0; margin-right: 0; }
.marginends { margin-top: 20px; margin-bottom: 20px; } .marginends_small { margin-top: 10px; margin-bottom: 10px; } .marginends_tiny { margin-top: 5px; margin-bottom: 5px; }
.nomarginends { margin-top: 0; margin-bottom: 0; }

.padding { padding: 20px; } .padding_small { padding: 10px; } .padding_tiny { padding: 5px; } .nopadding { padding: 0; }
.paddingtop { padding-top: 20px; } .paddingtop_small { padding-top: 10px; } .paddingtop_tiny { padding-top: 5px; } .nopaddingtop { padding-top: 0; }
.paddingright { padding-right: 20px; } .paddingright_small { padding-right: 10px; } .paddingright_tiny { padding-right: 5px; } .nopaddingright { padding-right: 0; }
.paddingleft { padding-left: 20px; } .paddingleft_small { padding-left: 10px; } .paddingleft_tiny { padding-left: 5px; } .nopaddingleft { padding-left: 0; }
.paddingbottom { padding-bottom: 20px; } .paddingbottom_small { padding-bottom: 10px; } .paddingbottom_tiny { padding-bottom: 5px; } .nopaddingbottom { padding-bottom: 0; }
.paddingsides { padding-left: 20px; padding-right: 20px; } .paddingsides_small { padding-left: 10px; padding-right: 10px; } .paddingsides_tiny { padding-left: 5px; padding-right: 5px; } .nopaddingsides { padding-left: 0; padding-right: 0; }
.paddingends { padding-top: 20px; padding-bottom: 20px; } .paddingends_small { padding-top: 10px; padding-bottom: 10px; } .paddingends_tiny { padding-top: 5px; padding-bottom: 5px; } .nopaddingends { padding-top: 0; padding-bottom: 0; }

.pixelborder { border: 1px solid #999; } .border { border: 5px solid #999; } .border_dark { border: 5px solid rgba(0,0,0,0.5) } .border_light { border: 5px solid rgba(255,255,255,0.5) } .noborder { border: none; }
.pixelbordertop { border-top: 1px solid #999; } .bordertop { border-top: 5px solid #999; } .nobordertop { border-top: none; }
.pixelborderright { border-right: 1px solid #999; } .borderright { border-right: 5px solid #999; } .noborderright { border-right: none; }
.pixelborderleft { border-left: 1px solid #999; } .borderleft { border-left: 5px solid #999; } .noborderleft { border-left: none; }
.pixelborderbottom { border-bottom: 1px solid #999; } .borderbottom { border-bottom: 5px solid #999; } .noborderbottom { border-bottom: none; }
.pixelbordersides { border-left: 1px solid #999; border-right: 1px solid #999; } .bordersides { border-left: 5px solid #999; border-right: 5px solid #999 } .nobordersides { border-left: none; border-right: none; }
.pixelborderends { border-top: 1px solid #999; border-bottom: 1px solid #999; } .borderends { border-top: 5px solid #999; border-bottom: 5px solid #999 } .noborderends { border-top: none; border-bottom: none; }

/* Hide for both screenreaders and browsers: css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

.fullwidth { width: 100%; } .fullheight { width: 100%; }

.uppercase { text-transform: uppercase;	}

.cartfont { font-family: cartographerRegular; }

.text_huge { font-size: 24px; } .text_large { font-size: 18px; } text_normal { font-size: 13px; } .text_small { font-size: 11px; } .text_tiny { font-size: 8px; }

/* Corner Radiusing (rounded corners) */

.radiused {	border-radius: 3px;	-moz-border-radius: 3px; -webkit-border-radius: 3px; }

.radiusedtop { border-radius: 3px 3px 0 0;	-moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; }

.radiusedbottom { border-radius: 0 0 3px 3px;	-moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; }

.radiusedright { border-radius: 0 3px 3px 0;	-moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; }

.radiusedleft { border-radius: 3px 0 0 3px;	-moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; }

/* Master Site Styles */

/* Primary, secondary, and tertiary should be primarily used to define the main color styles of the site */
/* A good use of .primary would be the main content areas, .secondary would be sidebars, etc. */

body {
	background-position: center top;
	color: #000;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

.primary {
	background-color: #fff;

	
}

.secondary {
	background-color: #eee9e4;
}

.tertiary {
	background-color: #eee;
	background-color: rgba(217,213,212,0.5);
}

.productdetails {
	border: 1px #cdc9c4 solid;
	padding: 5px;
	width: 350px;
	overflow: hidden;
}

.productdetails td select{
	font-size: 12px;	
}

/* Mini grid */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_1 {
  width: 140px;
}

.grid_2 {
  width: 300px;
}

.grid_3 {
  width: 460px;
}

.grid_4 {
  width: 620px;
}

.grid_5 {
  width: 780px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_16 {
  zoom: 1;
}
.homepage ul li {
font-size: 12px;
line-height: 1.8em;
list-style-type: square;
list-style-position: outside;
color: black;
}
