html  {
       min-height: 100%;
       height: auto;	
       }

body    {
	margin: 0;
	padding: 0;
        text-align: center; 
	background: url(../../images/body_bg.gif) top right repeat;		
	color: #838385;			
 	font-family: verdana, helvetica, arial, sans-serif;
	/* adjust baseline font size here, no smaller than 75% */  
	font-size: 90%;
	}

table  {
	 /* IE 5 doesn't inherit font sizes into tables */ 
 	font-size: 1em; 
 	}
 	
div, td  {
 	vertical-align: top;
 	} 	
 	
img     {
	border: 0; 
	}

.hide   {
	display: none; 
	}

.pink  {
	color: #ec008c;
	}

.pre    {
	visibility:hidden;
	}

.tinytxt  {
	font-size: .80em;
	}

.block  {
	display: block;
	}

.inline {
	display: inline;
	}
	
br.clear { 
	clear: both; 
	height: 0;
	line-height: 0;
	
	}	

h1  {
	}

h1, .title, div.content-title, h2      {
	color: #00A7EF;
	text-align: left;
	font-weight: normal;
	margin: 0 0 .70em 0;
	}
	
h2  {
	text-align: left;
	padding-top: .70em;
	}
	
h3  {
	font-weight: bold;
	color: #000;
	margin-bottom: 0.2em;
	}	
	
p       {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	}

.floatleft {
	float:left; 
	margin-right:15px;
	}
	
.floatright {
	float: right; 
	margin-left: 15px;
	}

.left {
	text-align:left;
	}
	
.ctr {
	text-align:center;
	}
	
.right {
	text-align:right;
	}
	
.justify {
	text-align:justify;
	}

.small {
	font-size:10px;
	}

.notice {
	color:#00A7EF;
	font-weight:bold;
	}

.big {
	font-size: 1.6em;
	}
	
.cbutton, .billbutt, .abutton, .wbutton, .button, input.submit, .button-medium, .button-small, .button-large, .cbutton1, .cbutton2, .cbutton3, .ddfmwrap .submit input  {
	color: #fff;
	text-transform: lowercase;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	font-size: 11px;
	border: none;	
	cursor: pointer;
	}
	
.cbutton, .wbutton, .button, .button-medium {	
	background: url(../../images/button.gif) top center no-repeat;	
	padding: 0 35px 5px 35px;
	}
	
input.submit, .button-small, .abutton {	
	background: url(../../images/button_sm.gif) top center no-repeat;
	padding: 0 35px 5px 35px;	
	}	
	
.ddfmwrap .submit input {	
	background: url(../../images/button_sm.gif) top center no-repeat;
	padding: 0 20px 5px 20px;	
	}	
	
.billbutt, .button-large  {	
	background: url(../../images/button_wide.gif) top center no-repeat;
	padding: 0 30px 5px 30px;	
	}
	
/* Font sizes */

#header, .vert-level-0, .vert-level-0-on, .vert-level-1, .vert-level-1-on, .specialnav, .specialnav-on, h1, h2, .content-title   {
	font-size: 12px;
	}
	
#text, .searchbox, h3, #text-checkout, #newsletter  {
	font-size: 11px;
	}
	
.breadcrumb, .item-pager, #footer {
	font-size: 10px;
	}
	
#credit  {
	font-size: 9px;
	}

/* Floated images */

.imgright {
	display: inline;
    	float: right;
	margin: 0 0 0 15px; 
	}

.imgleft {
	display: inline;	
    	float: left;
	margin: 0 15px 5px 0; 
	}

/* Link style */

a:link  {
	font-weight: normal;
	text-decoration: none;
	color: #00A7EF;
	background: transparent;
	}
	
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #00A7EF;
	background: transparent;
	}	
	
a:hover {
	font-weight: normal;
	font-style: normal;
	color: #e90d8b;
	background: transparent;
	}

a:active {
	font-weight: normal;
	text-decoration: none;
	color: #00A7EF;
	background: transparent;
	}
	
/* Forms */

form {
	padding:0;
	margin:0;
	}

input, select  {
	margin: 2px;
	}
	
/* The content section of the page */

#content  {
	position: relative;
	width: 732px;
	margin: 0 auto 15px auto;
	padding: 0;
	text-align: left;
	background: url(../../images/content_bg.gif) center repeat-y;
	}
	
body#checkout #content	{
	background: #fff;
	}

#header  {	
	width: 732px;
	height: 225px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(../../images/header_bg.jpg) left top no-repeat;
	}
	
body#checkout #header {	
	background: url(../../images/header_checkout.jpg) left top no-repeat;
	}	

#leftnav  {
	float: left;
	width: 125px;
	padding: 0 0 0 15px;
	text-transform: lowercase;
	color: #464646;	
	}
	
#text  {
	width: 550px;
	float: right;
	margin-right: 15px;
	line-height: 1.4;
	padding-bottom: 15px;
	/* font-size: .90em; */
	}
	
#text-checkout  {
	width: 700px;
	margin: 0 15px 0 15px;
	line-height: 1.4;
	}
	
#infopage  {
	margin-left: 50px;
	}
	
#footer  {
	clear: both;
	position: relative;
	width: 732px;
	height: 32px;
	padding: 10px 0 10px 0;
	margin: 0 auto 0 auto;
	text-align: center;
	background: url(../../images/footer_bg.gif) top center  no-repeat;
	}
	
/* Header */

#logo  {
	position: absolute;
	top: 35px;
	left: 250px;
	}
	
ul.toplinks  {
	/* height: 2px; */
	list-style: none;
	padding: 0;
	position: absolute;
	top: 172px;
	left: 33px;
	text-transform: lowercase;
	margin: 0;
	height: 25px;
	line-height: 1;
	}

ul.toplinks li  {
	float: left;
	margin: 0 3px 0 3px;
	height: 25px;
	line-height: 1;
	padding: 0;
	} 

ul.toplinks a  {
	background: url(../../images/topleft.png) left top no-repeat;
	text-decoration: none;
	padding: 0 0 0 9px;
	}

ul.toplinks a span  {
	background: url(../../images/topright.png) right top no-repeat;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	height: 25px;
	}

ul.toplinks a, ul.toplinks a span  {
	display: block;
	float: left;	
	}	
	
ul.toplinks a  {
	color: #ec008c;
	font-weight: normal;
	}	
	
ul.toplinks a:hover  {
	color: #00A7EF;	
	}	
	
ul.cartlinks {
	height: 2px;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 198px;
	left: 450px;
	margin: 0;	
	text-transform: lowercase;	
	}

ul.cartlinks li  {
	float: left;
	margin: 0 3px 0 3px;
	} 

ul.cartlinks a  {
	background: url(../../images/topleft2.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 12px;
	}

ul.cartlinks a span  {
	background: url(../../images/topright2.gif) right top no-repeat;
	padding-right: 11px;
	padding-top: 0;
	padding-bottom: 4px;
	}

ul.cartlinks a, ul.cartlinks a span  {
	display: block;
	float: left;	
	}	
	
ul.cartlinks a  {
	color: #ec008c;
	font-weight: normal;
	}	
	
ul.cartlinks a:hover  {
	color: #dbf26f;	
	}

ul.cartlinks a  {
	color: #fff;
	font-weight: normal;
	}	
		
div.cartitems  {
	position: absolute;
	top: 255px;
	left: 640px;
	}

ul.cartlinks li.cl_wish, ul.cartlinks li.cl_wishlist, ul.cartlinks li.cl_register, ul.cartlinks li.cl_wishsearch, ul.cartlinks li.cl_orders {
	display: none;
	}	
	
/* Left nav content */

#leftnav a  {
	color: #00A7EF;	
	font-weight: normal;
	}

#leftnav a:hover  {
	color: #c3c3c3;	
	}

.vert-level-0, .vert-level-0-on, .specialnav, .specialnav-on {	
	line-height: 1.7;
	}

.vert-level-1, .vert-level-2, .vert-level-1-on, .vert-level-2-on  {
	padding: 0 0 5px 10px;
	color: #838385;			
	}

#leftnav .vert-level-0-on a {

	}
	
#leftnav .vert-level-0-on a  {
	color: #00A7EF;
	}
	
#leftnav .vert-level-1-on a, #leftnav .vert-level-1 a  {
	color: #838385;			
	}	
	
#leftnav .vert-level-1-on a:hover, #leftnav .vert-level-1 a:hover  {
	color: #c3c3c3;		
	}	
		
.vert-level-2 a {
	margin-left: 20px;
	}
		
.vert-level-2-on a  {
	}
	
div.specialbox, div.searchbox  {
	}
	
div.searchbox  {
	padding-top: 180px;
	background: url(../../images/search_bg.gif) top left no-repeat;	
	text-transform: uppercase;
	}	
	
div#newsletter  {
	padding-top: 120px;
	text-align: left;
	}
	
div.searchbox input {
	margin: 5px 3px 5px 0;
	}
	
div#newsletter input.newsletter-submit {
	margin: 5px 0 0 0;
	text-align: left;
	color: #fff;
	text-transform: lowercase;
	font-weight: bold;
	vertical-align: top;
	font-size: 11px;
	border: none;	
	cursor: pointer;
	background: url(../../images/button_sm.gif) top left no-repeat;
	padding: 0 35px 5px 20px;		
	}	
	
#newsletter ul li, #newsletter ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#newsletter a  {
	color: #464646;	
	}
	
/* Product pages  */	

.breadcrumb, .item-pager {
	text-transform: lowercase;
	color: #838385;	
	}
	
.mag  {
	vertical-align: middle;
	}

.breadcrumb  {
	position: absolute;
	top: 205px;
	left: 167px;
	text-align: left;
	margin-bottom: 7px;
	}	

.breadcrumb a, .related a, div.options  {
	color: #838385;	
	}

#itemleft  {
	float: left;
	width: 350px;
	text-align: center;
	}
	
#itemright  {	
	float: right;
	width: 190px;
	padding: 25px 0 0 10px;
	}

#itemright h1, #itemright .price  {
	text-align: left;
	color: #000;
	font-weight: bold;
	}

.retailprice  {
	text-decoration: line-through;
	}

#itemright .price  {
	padding-bottom: 15px;
	}
	
#itemright .notprice  {

	}	

#itemright .saleprice  {
	display: block;
	font-weight: bold;
	color: #00A7EF;	
	}	
	
#itemright h1 {
	}

.itemlongdesc  {
	}

.product-form  {
	color: #838385;	
	vertical-align: middle;
	width: 100%;
	}	

.item-message   {
	font-weight: bold;
	margin: 5px;
	color:#00A7EF;
	text-align: center;
	}

.option  {
	margin: 0 auto 0 auto;
    	padding: 2px 0 2px 0;
    	text-align: left;
    	clear: both;
    	}

.option-desc  {
	font-style: italic;
	}

.opt-ctrl, .opt-ctrl-req {
	/* float: left;
	width: 35%; */
	padding: 2px 5px 0 0; 
    	font-weight: normal;
    	text-align: left;
    	vertical-align: middle;
    	}

.opt-elem {
	/* float: left;
	width: 60%; */
    	vertical-align: middle;
    	}	
    	
.opt-elem-checkbox, .opt-elem-radio {
	/* float: right;
	clear: right;
	width: 60%; */
	margin: 0;
	padding: 0;
    	}

.opt-elem-checkbox input,  .opt-elem-radio input {
	margin: 0 5px 0 0;
	padding: 0;
    	}	
 
.opt-elem input, .opt-elem textarea, .opt-elem select {
	width:60%;
	}
 
.opt-elem input, .opt-elem select, .opt-elem-checkbox input, .opt-elem-radio input   {
    	vertical-align: middle;
    	}

.product-form input.sm-button  {
	display: block;
    	vertical-align: middle;
	}

.relatedbox  {
	background: url(../../images/dash.gif) top center repeat-x;
	padding-top: 5px;
	}	
	
.relatedbox span {
	display: block;
	}	
	
.related  {
	text-align: center;
	float: left;
	width: 100px;
	margin: 0 10px;
	}	
	
.relatedbox p  {
	text-transform: uppercase;
	}
	
.item-error  {
	background: #f1e7d2; 
	padding: 5px;
	color: #e01212;
	border: 1px solid #e01212;
	}

.item-pager {
	text-align: right;
	padding-right: 15px;
	}
	
.item-pager a {
	text-align: right;
	color: #838385;		
	}			
	
#buttons div  {
	height: 30px;
	}
	
.restock-request  {
	text-align: center;
	}
	
/* Galleries on product page */

img.item_image  {
	}
	
#itemleft p  {
	text-transform: uppercase;
	text-align: center;
	color: #838385;	
	}
	
.galimg {
	float:left; 
	margin: 0 5px;
	}

.galbot {
 clear:both;
 height:12px;
}	

/* Footer */

.content-link, .content-link-on {
	display: inline;
	padding: 5px 10px 0 5px;
	text-transform: uppercase;
	}
	
.content-link a  {
	color: #464646;
	}
	
.content-link a:hover  {
	color: #c3c3c3;	
	}		
	
#credit  {
	color: #464646;
	display: block;
	margin-top: 5px;
	}

#credit a {
	color: #464646;
	}

/* Category page */

div.catpager  {
	text-align: center;
	}
	
.catname h1 {
	text-transform: lowercase;
	}
	
td.itemcell .price, .item-count {
	display: none;
	}

table.itemtable, table .topprod-table  {
	margin: auto;
	}

div.items {
	/* This is to make the new icon behave */
	position: relative;
	color: #838385;	
	}
	
div.items a  {
	color: #464646;
	}		
	
div.items a:hover  {
	color: #c3c3c3;	
	}	
	
div.itemname  {
	padding: 0 15px 0 15px;
	}
	
div.outstock  {
	/* Out of stock message */
	color: #8cc53e;
	font-weight: bold;
	}

.newicon  {
	position: absolute;
	bottom: 5px;
	right:5px;
	}
		
img.item_thumb_image, img.category_thumb_image, .topprods img  {
	display: block;
	margin: auto;
	text-align: center;	
	padding: 5px;
	}
	
img.item_thumb_image  {
	}

img.category_thumb_image, .topprods img  {
	margin-bottom: 5px;
	}

img.category_large_image  {
	margin-bottom: 10px;
	}

td.itemcell, td.topprods  {
	font-weight: normal;
	}

td.itemcell a, td.feat-cell a, .topprods a  {
	font-weight: normal;
	}

td.itemcell a:hover, td.feat-cell a:hover,  td.feat-cell a:hover  {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	}

td.itemcell div.price, td.feat-cell div.price  {
	font-weight: normal;
	border: none;
	}

table.catitemoutertable, table.mainnew, table.subcatoutertable {
	margin: auto;
	text-align: center;
	}

.topprods  {
	width: 220px;
	float: left;
	}

div.items {
	margin: auto;
	text-align: center;
	width: 100%;
	}

table.subcattable  {
	width: 100%;	
	}

.itemcell, .feat-cell, .subcatcell  {
	width: 160px;
	text-align: center;	
	}

.subcatcell  {
	padding-bottom: 10px;
	}	

/* Home page */

.home-page-section1, .home-page-section2, .home-page-section3, .home-page-section4   {
	 
	}

.home-page-section1  {
	width: 260px;
	float: left;
	}
	
.home-page-section2  {
	margin-bottom: 10px;
	}	
	
.home-page-section3  {
	}		
	
.home-page-section2, .home-page-section3  {
	width: 260px;
	margin-left: 275px;
	}
	
.home-page-section4  {
	width: 100%;
	clear: both;
	margin-top: 10px;
	}	

/* Content pages */
	
/* Popups */

div.emailpop  {
	height: 100%;
	padding: 30px;
	text-align: center;
	}
	
div.emailpop table td {
	padding: 5px;
	text-align: left;
	}
	
/* User, cart and checkout pages */

.account_main .billbutt  {
	width: 200px;
	}

table.register-form  {
	text-align: left;
	}

table.register-form td {
	vertical-align: middle;
	}	
	
.field-req {
	text-align:right;
	padding:1px;
	}

.cart-name {
	font-style:italic;
	}

.head {
	font-weight:bold;
	padding:2px;
	}

/* Wishlist user page */

.wlistpage .emailfriend  {
	text-align: center;
	margin: 10px;
	}

#wishlistsearch  {
	margin-top: 15px;
	}
	
table.wishlisttable th {	
	text-align: left;
	}

.map-level-0 {margin:10px 20px 10px 20px; font-weight:bold; font-size:12pt; }
.map-level-1{margin-left:35px; font-weight:bold; font-size:10pt;}
.map-level-2{margin-left:45px; font-size:9pt;}
.map-content-link {margin-left:20px; font-weight:bold; font-size:12pt;}
.map-content-link-on{margin-left:20px; font-weight:bold; font-size:12pt;}

/* Formmailer */

.ddfmwrap {
	margin:auto;
	width: 80%; 
	font-size: 10px;	
	}

.ddfmwrap input {
	padding: 0;
	display: block;
	vertical-align: middle;;
	}

.ddfmwrap p.fieldwrap {
	padding: 0;
	margin: 0;
	line-height: 1;	
	}
	
form.ddfm {
	text-align: left;
	}

form.ddfm fieldset {
	display: block;
	}

form.ddfm legend {
	}

form.ddfm label {
	display: block; 
	/* float: left; 
	width: 26%; 
	text-align: right;*/
	margin: 3px 0 3px 3px;
	width: 100%;
	/* clear: left; */
	/* font-weight: bold; */
	}
	
form.ddfm label.fmtextlblwide {
	display: block;  
	text-align: left;
	padding-bottom: 8px; 
	}

form.ddfm select.fmselect {
	display: block;
	width: 65%; 
	padding: 3px; 
	}

form.ddfm .fmcheck {
	width: 65%; 
	display: block;  
	}

form.ddfm .fmradio {
	width: 65%;
	display: block;
	}

form.ddfm .fmcheck p {
	padding: 0;
	line-height: 140%;
	}

form.ddfm .fmradio p {
	padding: 0;
	line-height: 140%;
	}
	
form.ddfm .fmradio input {
	}	

form.ddfm textarea {
	position: relative;
	width: 65%;
	}
	
form.ddfm .fmfullblock {
	padding-left: 0px;
	width: 100%;
	display: block;
	}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	display: block;
	}

form.ddfm input.fmverify {
	width: 22%;
	padding: 3px;
	position: relative;
	display: block;
	}

form.ddfm img {
	margin: 1px 0 0 10px; 
	}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	display: block;
	width: 65%;
	}

form.ddfm textarea.fmtextwide {
	display: block;
	width: 93%;
	margin-right: 2px;
	padding: 3px;
	}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
	}

form.ddfm .submit {
	margin-top: 15px;
	text-align: center;
	}

.ddfmwrap .ddfmerrors {
	display: block; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	}

	
