body {
    font-size:62.5%; /* Sets base font at 10px */
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    padding:0 0 30px 0;
    text-align:center;
    background-color:#F3EC5E;
    
    color:#595959;


}

/* STARDUST OVER LINK COLOURS  */

a { outline:none; }
a:link { text-decoration:none; color:#595959; }
a:visited { text-decoration:none; color:#595959; }
a:hover { text-decoration:underline; color:#FD6874; }
a:active {text-decoration:none; }

/* STARDUST OVER LINK COLOURS END  */

img { border:0; }

form { margin:0; }

/* SKIP TO NAV LINK */

.accessaid { position:absolute;
            height:0;
            overflow:hidden;
}

/* END OF STARDUST 2010 INTIAL CSS - SEE END OF FILE FOR REST */


.actCHECKOUTEM {
	background-color: #edf919;
}

.actCHECKOUTBG {
	background-color: #efefef;
}

.actlarger {
	font-size: 14px;
	color: #595959;
}

.actsmaller{
	font-size: 10px;
	color: #595959;
}

.actxxsmall {
	font-size: 10px;
	color: #595959;
}

.actxsmall {
	font-size: 12px;
	color: #595959;
}

.actsmall {
	font-size: 12px;
	color: #595959;
}

.actregular {
	font-size: 12px;
	color: #595959;
}

.actlarge{
	font-size: 16px;
	color: #595959;
}

.actxlarge {
	font-size: 20px;
	color: #595959;
}

.actxxlarge {
	font-size: 20px;
	color: #595959;
}

.actwarningcolor {
	color: #ff0000;
}
	
.actrequiredcolor {
	color: #ff0000;
}

.actsearchhighlightcolor {
	color: #ff0000;
}

.actrequired {
	color: #ff0000;
}

.actwarning {
	font-size: 12px;
	color: #ff0000;
}

.actwelcome {
	font-size: 12px;
	color: #595959;
}

.actlogotext {
	font-size: 12px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 12px;
	color: #595959;
}

.thinborder1 {
	border: 1px solid #ffffff;
}

.thinborder2 {
	border: 1px solid #ffffff;
}

.thinred {
	border: solid 1px #ffffff;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #ffffff;
	border-top: 0px;
} 

.content_left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right {
	text-align: left;
	float: left;
}

.boxheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

a.boxlink:link{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:visited{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:hover{
	color: #ffffff;
	text-decoration:underline;
}

a.boxlink:active{
	color: #ffffff;
	text-decoration:none;
}

table.checkout td {
	background-color: #efefef;
}

table.checkout th {
	background-color: #edf919;
}

.cart {
	background-color: #efefef;
}

.cartheading {
	background-color: #edf919;
	font-weight: bold;
}

* html .boxhead h2 {height: 1%;}

.sidebox {
	background: url('theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('theme_curve2.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2 {
	background: url('theme_curve1.gif') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}

.boxbody {
	background: url('theme_curve3.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
}

/* end of general styles for all themes */


/* PRODUCT FORMATTING ELEMENTS LINE ELEMENTS --------------------------------------------------- */
	/* lines -------------------------------------------------------------------------------- */
	.dotted_line_blue	{
		height: 1px;
		background-color: #ffffff;
		background-image:url('theme_dotted_line.gif');
		clear:both;
		}
		
	.solid_line_light_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #ffffff;
		clear:both;
		}
		
	.solid_line_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #ffffff;
		clear:both;
		}
		
	.dotted_outline_blue	{
		border: 1px dotted #ffffff;
		padding: 8px;
		}		
	/* end lines ---------------------------------------------------------------------------- */
	
	.best_selling_items	{
	padding: 10px;
	background-color: #ffffff;
	}
	
	.best_selling_items_spacing	{
	padding: 0px 0px 8px 8px;
	}
	
	.product_image_cost	{
		margin: 0px 12px 8px 0px;
		text-align: center;
		float: left;
		}
		
	.product_list	{
		margin: 20px 0px 20px 0px;
		}	
/* PRODUCT FORMATTING ELEMENTS AND LINE ELEMENTS -------------------------------------------- */



/* IMAGE FORMATTING ELEMENTS ------------------------------------------------------------ */
	.image_float_right	{
		float: right;
		margin: 16px 0px 15px 20px;
		}
	
	.image_product	{
		margin: 0px 18px 10px 0px;
		text-align: center;
		float: left;
		}
/* END OF IMAGE FORMATTING ELEMENTS ----------------------------------------------------- */


/* TEXT FORMATTING ELEMENTS ------------------------------------------------------------- */

	h1.subheading	{
		font-size: 14px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 14px 0px;
		color: #ffffff;
		}
		
	h2.clearall	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #ffffff;
		clear:both;
		}
		
	h3.product	{
		font-size: 14px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 6px 0px;
		color: #ffffff;
		}
		
	h3.product_price	{
		font-size: 12px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 20px 0px;
		}
		
	.text_heading_left_column	{
		margin: 0px;
		padding: 19px 0px 4px 0px;
		line-height:normal;
		color: #ffffff;
		font-weight: 900;
		font-size: 14px;
		}
	/* end headings ------------------------------------------------------------------------- */
	
	/* list fomatting ----------------------------------------------------------------------- */
	
	ul.products	{
		line-height: normal;
		padding: 0px 0px 0px 1px;
		margin: 3px 0px 4px 15px;
		font-size: 12px;
		color: #ff0000;
		}
	/* end list fomatting ------------------------------------------------------------------- */
		
	/* menu text --------------------------------------------------------------------------- */
	.text_menu	{
		padding: 2px 0px 2px 0px;
		font-size : 12px;
		margin: 0px;
		color : #ffffff;
		}
	
	.text_menu_no_space	{
		word-spacing: normal;
		}
		
	.text_menu_cart	{
		padding: 0px;
		margin: 0px;
		line-height: normal;
		}
		
	.text_menu_cart_items	{
		padding: 0px;
		margin: 0px;
		line-height: normal;
		font-weight: 900;
		}	
	/* end menu text ----------------------------------------------------------------------- */

	/* product text ------------------------------------------------------------------------ */
	.text_product_small_info	{
		font-size: 10px;
		line-height: normal;
		margin: 0px;
		padding: 0px 0px 6px 0px;
		}
	
	.text_product_small_info_heading	{
		margin: 0px;
		padding: 10px 0px 12px 0px;
		line-height:normal;
		color: #ffffff;
		font-weight: 900;
		font-size: 12px;}
		
	.text_product_small_info_price	{
		margin: 0px;
		padding: 8px 0px 0px 0px;
		line-height:normal;
		font-weight: 900;
		font-size: 12px;
		}
		
	/* end product text -------------------------------------------------------------------- */

	.text_breadcrumbs	{
		font-size: 10px;
		color: #ffffff;
		margin: 0px;
		line-height:normal;
		padding: 2px 0px 10px 0px;
		}	
	
	.text_footer	{
		color: #ffffff;
		font-size: 10px;
		padding:0px;
		margin:4px 0px 0px 0px;
		}

	.text_options	{
		font-weight: 900;
		}

	.text_word_spacing_8px	{
		word-spacing: 8px;
		}
	
	.text_terms_conditions	{
		color: #ffffff;
		font-size: 12px;
		border: 0;
		margin: 0;
		padding: 0;
		}
/* END OF TEXT FORMATTING ELEMENTS ----------------------------------------------------- */

/* FORM FORMATTING ELEMENTS ------------------------------------------------------------ */
	/* buttons ----------------------------------------------------------------------------- */
	.form_button	{
		line-height: normal;
		width: 76px;
		margin: 0px;
		padding: 0px 0px 0px 12px;
		font-size : 12px;
		background-color: #ffffff;
		border: 1px solid #ffffff;
		color: #ffffff;
		word-spacing: normal;
		}	
	
	.form_button_quick_search	{
		line-height: 13px;
		height: 18px;
		width: 85px;
		margin: 1px 1px 1px 1px;
		padding: 0px 0px 0px 12px;
		font-size : 12px;
		background-color: #ffffff;
		border: 1px solid #ffffff;
		color: #ffffff;
		background-image: url('theme_icon_search.gif');
		word-spacing: normal;
		}
	
	.form_button_add_to_cart	{
		line-height: 13px;
		height: 20px;
		width: 76px;
		margin: 0px 1px 0px 0px;
		padding: 1px 0px 1px 14px;
		font-size : 12px;
		background-color: #ffffff;
		border: 1px solid #ffffff;
		color: #ffffff;
		background-image: url('theme_icon_add_to_cart.gif');
		word-spacing: normal;
		}	
	/* end buttons ------------------------------------------------------------------------- */

.form_input_general	{
	line-height: normal;
	font-size : 12px;
	word-spacing: normal;
	}

.form_main_search_box	{
	line-height: 13px;
	width: 76px;
	height: 16px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 2px;
	font-size : 12px;
	background-color: #efefef;
	border: 1px solid #efefef;
	color: #595959;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #ffffff
}

/* END OF FORM FORMATTING ELEMENTS ------------------------------------------------------ */

/* LINK FORMATTING ELEMENTS ------------------------------------------------------------- */

a.product_section:visited  {
	color : #595959;
	text-decoration : none;
	}
	
a.product_section:link  {
	color : #595959;
	text-decoration : none;
	}
	
a.product_section:active  {
	color : #ff0000;
	text-decoration : none;
	}
	
a.product_section:hover  {
	color : #ff0000;
	text-decoration : none;
	}
	
/* ------------------------ */
	
a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff; 
	border: 1px solid #ffffff;
}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	}
	
	
/* ------------------------ */

a.link_footer:visited  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #ffffff;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_breadcrumbs:visited	{	
	color : #ffffff;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : #ffffff;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_cart:visited	{	
	color : #ffffff;
	text-decoration : underline;
	}

a.link_cart:link  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_cart:active  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_cart:hover  {
	color : #ffffff;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_terms_conditions:visited	{	
	color : #ffffff;
	text-decoration : underline;
	}

a.link_terms_conditions:link  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_terms_conditions:active  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_terms_conditions:hover  {
	color : #ffffff;
	text-decoration : underline;
	}
	
/* ------------------------ */
	
/* START OF CSS FOR STARDUST 2010 DESIGN */

/* HELP LINKS */

#helwrap { width:940px; margin:0 auto; }

#helwrap ul { width:500px;
             margin:0 auto 10px auto;
             padding:5px 0 0 0;
             list-style:none;
             font-size:1.1em;
             text-align:left;
             font-size:1.1em;
             float:left;
}

#helwrap li { float:left; }

#helwrap li a { border-right:solid #595959 1px;
                  padding:0 5px; color:#595959;
                  
}

#helwrap li a.nobords { padding-right:0; border-right:none; }

#helwrap p { width:400px;
             text-align:right;
             padding:0; margin:0;
             font-size:1.1em;
             float:right;
}

#helwrap p img { vertical-align:middle; }


/* BRANDING */

#branding { width:940px;
            position:relative;
            margin:0 auto;
            height:139px;
}


/* Quick Search */

#qsrch { width:400px;
         margin:5px auto 0 auto;
         text-align:right;
         float:right; padding:0;
}

#qsrch input { font-size:1.2em;
               font-family: "Trebuchet MS", Arial, Verdana, sans-serif; 
}

#stxt { width:180px;
        color:#FF0000;
        margin:0 4px 0 0;
}

#qsrch p { margin:0 0 5px 0; padding:0; color:#595959; }

#qsrch p a { color:#595959; }



/* site logo */

#branding h1 { width:448px; margin:-5px 0 0 0; padding:0;
               text-indent:-9999px;
               height:138px; float:left;
               position: relative;
               }

#branding h1 a {
                display: block;
               text-decoration: none;
               cursor: pointer;
               width:448px;
               height:138px;
               }

#branding h1 span {  height:138px;
                     position: absolute;
                     top: 0;
                     left: 0;
                     background:url("banner-dust.jpg") no-repeat top left;
                     width:448px;
}



#branding blockquote { width:400px;
                       background:url("phone-needhelp.jpg") no-repeat top left;
                       height:59px;
                       position:absolute;
                       top:55px; right:0;
}	


#branding blockquote, #branding blockquote p { margin:0; padding:0; text-indent:-9999px; }

/* NAVIGATION */

#nav { width:940px;
       padding:5px 0;
       margin:0 auto 10px auto;
       list-style:none;
       border:solid #fff 1px;
}

#nav li { padding:0; float:left; }

#nav li a { padding:0 8px; font-size:1.3em; color:#fff; 
            font-weight:bold;   
}

/* WRAPPER */

#wrapper { width:920px;
           margin:0 auto;
           text-align:left;
           padding:10px;
           background-color:#fff;
           text-align:left;
}

/* CRUMB LINKS */

#crumb-lnk { 
              font-size:1.1em;
              padding:0 0 8px 0;
              margin:0;
}


/* CONTENT WRAPPERS */

#maincontent, #broc-maincontent { width:720px;
               float:right; 
}

#supp-nav { width:180px;
            float:left;
}


/* SUPP NAV STYLES */

#supp-nav h3 {
             background-color:#595959;
             color:#CFCFD0;
             margin:0;
             padding:0;
             text-align:center;
             font-size:1.2em;
    
}

#s1hr { background-color:#2C3AEF!important; }

#s2hr { background-color:#2C3AEF!important; }

#s3hr { background-color:#2C3AEF!important; }

#s4hr { background-color:#2C3AEF!important; }

#s5hr { background-color:#2C3AEF!important; }

#supp-nav ul { margin:0 0 15px 0; padding:0;
               list-style:none;
               
}

#supp-nav li a { padding:0 5px;
                 display:block;
                 border-bottom:solid 1px #ccc;
                 line-height:1.6em;
                  font-size:1.2em;
                 }

#supp-nav li a:hover { background-color:#efefef;
                       color:#595959;
                       text-decoration:none;

}

#supp-nav form {
    border:solid 1px #595959;
    padding:10px;
    margin:0;
    text-align:center;
}

#supp-nav form p { font-size:1.2em;
                   padding:5px 0; margin:0;
}

#supp-nav form input { font-size:1.1em;
                       font-family: "Trebuchet MS", Arial, Verdana, sans-serif;

}

#mtxt { width:100px; margin-right:4px; }

#supp-nav p { margin:0 0 10px 0; padding:0; text-align:center; }

/* HOME PAGE ONLY */

#homebanner { width:530px;
               height:245px;
               margin-bottom:10px;
               clear:both;
}

#lcontent { width:531px;
            float:left;
}

#rcontent { width:180px;
            float:right;
}

/* promo pods */

.propodwrap { width:170px;
              float:left;
              padding:0 7px 20px 0;
}


.propod { width:168px;
          border:solid 1px #A0A0A0;
          height:325px;
          
}

.propod h3 { text-transform:uppercase;
             font-size:1.2em;
             text-align:center;
             padding:0; margin:0;
             border-bottom:solid 1px #A0A0A0;
             line-height:2.0em;
}

.propod p { text-align:center; font-size:1.1em;
            margin:10px 0; padding:0 1px;

}

.propod p a {  color:#595959; }

/* news col */

#rcontent h3 {
             background-color:#595959;
             color:#fff;
             margin:0;
             padding:0;
             text-align:center;
             font-size:1.3em;
             line-height:1.8em;
    
}

.newspod, .bestpod  { width:180px;
           padding:10px 0;
           border-bottom:solid 1px #A0A0A0;
           margin-bottom:10px;
}

.newspod img { float:left;
               margin:0 10px 40px 0;
               border:solid 1px #A0A0A0;
}

.bestpod img { float:left;
               margin:0 10px 40px 0;
}

.newspod h4, .bestpod h4 { padding:0; margin:0;
                  font-size:1.1em;
}

.newspod h4 a { text-decoration:underline;
                
}

.newspod p, .bestpod p { padding:2px 0; margin:0; }

.newspod p a, .bestpod p a { color:#FF0000; }

.bestpod p { font-size:1.1em; font-weight:bold; }

/* home text */

.htxt { padding:0; margin:0 0 10px 0;
        font-size:1.1em;
        clear:both;
}


/* FOOTER LINK */

#footer { width:900px;
          background-color:#171717;
          padding:40px 10px;
          margin-top:20px;
          float:left;
          text-align:left;
}

#footer div { width:160px;
              padding:0 10px;
              float:left;
             
}

#footer div h5 { color:#ccc;
                 padding:0 0 15px 0;
                 margin:0;
                 border-bottom:solid #ccc 1px;
                 font-size:1.1em;
}

#footer div ul { padding:10px 0; margin:0;
                 list-style:none;
                 
                
}

#footer div li { padding:0; }

#footer div li a { display:block;
                   font-size:1.1em;
                   line-height:1.6em;
                   color:#ccc;
}

#footer p { text-align:center;
            padding:10px 0;
            margin:0;
            color:#ccc;
            clear:both;
}

#footer p strong { color:#fff; display:block;}

#footer p img { padding:0 3px 0 0; }

/* SITE CREDITS  */

address { width:940px;
          margin:0 auto;
          clear:both;
          padding:5px 0;
          
}

address a { color:#595959; }

/* HOME PAGE ONLY CSS */

.homehr { font-size:1.6em;
          padding:0; margin:0;
          clear:both;
          }
          
/* SECTION AND BROCHURE PAGE HEADER  */

.sec-hr { font-size:2.6em;
          padding:0 0 5px 0;
          margin:0 0 10px 0;
          border-bottom:solid 1px #A0A0A0;
}
      
          
/* BROCHURE PAGE STYLES */

#broc-maincontent p { font-size:1.1em;
                   line-height:1.4em;
                   padding:0; margin:0 0 10px 0;
}

#broc-maincontent h3 { font-size:1.6em;
                    padding:0; margin:0;
                    }

.rimg {margin:0 0 10px 10px; float:right; }

.limg {margin:0 10px 10px 0; float:left; }

#broc-maincontent ul { font-size:1.1em;
                    padding:0 0 0 15px;
                    margin:0 0 15px 0;
                    list-style-position:inside;
                    list-style-type:square;
                    }              

.gpod-wrap, .standsec-wrap, .lnkfooter-wrap { width:230px; padding:0 10px 10px 0; float:left; }

.lnkfooter { height:380px; width:220px; padding:0 0 0 10px; border:solid 1px #A0A0A0; }

.gpod, .standsec { width:230px;
        border:solid 1px #A0A0A0;
        height:310px;
          
}

.gpod h4, .standsec h3 { text-transform:uppercase;
             font-size:1.2em;
             text-align:center;
             padding:0; margin:0;
             border-bottom:solid 1px #A0A0A0;
             line-height:2.0em;
}

.gpod p, .standsec p { text-align:center; font-size:14px!important;
            margin:0!important; padding:10px 0!important;

}

.gpod p a, .standsec p a {  color:#595959; }

/* CHECKOUT STYLES  */

#maincontent td, #maincontent th, #maincontent input, #maincontent select { font-size:11px;
                  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
                  }
                  
.chkbtns input { background-color:#FEF149;
                 border:solid #000 1px;
                 padding:5px;
                 color:#000;
                 font-size:12px!important;
}

.cartheading { color:#000; } 

.secftxt { clear:both;
           padding:0; margin:0 0 15px 0;
           font-size:1.1em;
}

/* PRODUCT DETAIL  */

.prod-detail-wrap { width:720px;
                    border-bottom:solid 1px #A0A0A0;
                    padding:10px 0 30px 0;
                    text-align:left;
                    margin-bottom:20px;
}

.prod-detail-img { width:340px;
                   float:left;
}

.prod-detail-img p { text-align:center;
                     padding:10px 0; margin:0;
                     }
                     
.prod-detail-txt { width:360px;
                   float:right;
                   }
                                     
.prod-detail-txt p { margin:0 0 15px 0; padding:0; }

.prod-detail-txt p, .prod-detail-txt select, .prod-detail-txt input { font-size:1.1em; 
   font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

.prod-detail-txt h3 { font-size:2.0em;
                      padding:0; margin:0 0 10px 0;
                      }
                      
.prod-detail-txt h4 { font-size:16px; color:#f00; padding:0; margin:0 0 20px 0; }

.buybtn { margin:15px 0!important; }

/* TERMS AND CONDITIONS */

#terms-wrap td, td p { font-size:11px; padding:0; margin:0 0 10px 0; }               

#terms-wrap h2, td h2 { font-size:14px; text-transform:uppercase; 
                 padding:0; margin:0; 
                 text-decoration:underline;
                 border:none!important;
}

/* DIV CLEARING STYLES  */

.fixclear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

* html .fixclear { height:1%;}
.fixclear { display:block; }

/* for ie7 clearing */

*:first-child+html .fixclear {
    min-height:1px;
}


	