body {
    font-size:62.5%; /* Sets base font at 10px */
    font-family: Arial, Verdana, sans-serif;
    padding:0 0 20px 0;
    text-align:center;
    background-color:#ccc;
    color:#666;
    margin:0;


}

a { outline:none; }
a:link { text-decoration:none; color:#3785AA; }
a:visited { text-decoration:none; color:#3785AA; }
a:hover { text-decoration:underline; color:#3785AA; }
a:active {text-decoration:none; }

img { border:0; }

form { margin:0; }

/* SKIP TO NAV LINK */

.accessaid { text-indent:-99999px;
             margin:0 auto;
             padding:22px 0 0 0;
             background:url("page-top2.jpg") no-repeat bottom left;
             width:992px;
             
}


#wrapper {
    width:920px;
    background:#fff url("content-bk.jpg") repeat-y top left;
    margin:0 auto;
    text-align:left;
    padding:0 36px;
    
}

/* Generic text formatting used throughout the store ---------------------------- */

.actCHECKOUTEM {
	background-color: #00acaa;
}

.actCHECKOUTBG {
	background-color: #efefef;
}

.actlarger {
	font-size: 13px;
	color: #666666;
}

.actsmaller{
	font-size: 12px;
	color: #666666;
}

.actxxsmall {
	font-size: 12px;
	color: #666666;
}

.actxsmall {
	font-size: 12px;
	color: #666666;
}

.actsmall {
	font-size: 12px;
	color: #666666;
}

.actregular {
	font-size: 13px;
	color: #666666;
}

.actlarge{
	font-size: 16px;
	color: #666666;
}

.actxlarge {
	font-size: 20px;
	color: #666666;
}

.actxxlarge {
	font-size: 20px;
	color: #666666;
}

.actwarningcolor {
	color: #f29a11;
}
	
.actrequiredcolor {
	color: #f29a11;
}

.actsearchhighlightcolor {
	color: #ff0000;
}

.actrequired {
	color: #f29a11;
}

.actwarning {
	font-size: 12px;
	color: #f29a11;
}

.actwelcome {
	font-size: 12px;
	color: #666666;
}

.actlogotext {
	font-size: 12px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 12px;
	color: #3785aa;
}

/* Boxes and borders ------------------------------------------- */

.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;
} 

.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;
}

* 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;
}

.boxbody ol {
	margin: 0;
	padding: 0;
	margin-left: 1.2em;
	padding-left: 1.2em;
}

.boxbody ol li {
	margin-bottom: 0.2em;
}

/* Shopping cart and checkout fields ------------------------------------------- */

table.checkout td {
	background-color: #efefef;
}

table.checkout th {
	background-color: #00acaa;
}

.cart {
	background-color: #efefef;
}

.cartheading {
	background-color: #00acaa;
	font-weight: bold;
}


/* Checkout Progress Indicator  ------------------------------------------------ */

p.checkout-progress-heading {
	width: 300px;
	margin: 10px auto;
}

#checkout-progress-indicator {
	width: 300px;
	height: 19px;
	background-image: url('cpi-background.gif');
	margin: 0 auto 20px auto;
}

.checkout-progress-0 {
	width: 75px;
	height: 19px;
	background-color: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-1 {
	width: 150px;
	height: 19px;
	background-color: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-2 {
	width: 225px;
	height: 19px;
	background-color: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-3 {
	width: 300px;
	height: 19px;
	background-color: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

#checkout-progress-indicator .cpi-end {
	width: 8px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 19px;
	background-image: url('cpi-end.gif');
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

/* Formatting for the site map -------------------------------------------- */

#actinic-sitemap {
	margin-left: 5px;
}

#actinic-sitemap ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Used by 'CSS Product Layout' ------------------------------------------- */

.content_left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right {
	text-align: left;
	float: left;
}

/* Used by 'Standard Layout Using CSS' and related CSS-based product layouts */

.product_list	{
	margin: 20px 0px 20px 0px;
	}	

/* headings ----------------------------------------------------------------------------- */
	
h1.subheading	{
	font-size: 13px;
	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: 13px;
	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: 13px;
	}

/* Default formatting of all text boxes used in store pages ---------------- */

.form_input_general	{
	line-height: normal;
	font-size : 12px;
	word-spacing: normal;
	}

/* Styles for 'Quick Search Bar With Larger Button' ------------------------ */

.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: #666666;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #ffffff
	}

.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;
	}


/* Styles for the 'Mini' marketing layouts ---------------------------------- */

.product_image_cost	{
	margin: 0px 12px 8px 0px;
	text-align: center;
	float: left;
	}
	
.text_product_small_info	{
	font-size: 12px;
	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;
	}

.best_selling_items	{
	padding: 10px;
	background-color: #ffffff;
	}
	
.best_selling_items_spacing	{
	padding: 0px 0px 8px 8px;
	}

/* Styles for product image and fragment image placement in some layouts -------------------------- */

.image_float_right	{
	float: right;
	margin: 16px 0px 15px 20px;
	}

.image_product	{
	margin: 0px 18px 10px 0px;
	text-align: center;
	float: left;
	}


/* Links to sections and pages in sidebar menus on some themes -------------------------------------*/

ul.products	{
	line-height: normal;
	padding: 0px 0px 0px 1px;
	margin: 3px 0px 4px 15px;
	font-size: 12px;
	color: #f29a11;
	}

a.product_section:visited  {
	color : #3785aa;
	text-decoration : none;
	}
	
a.product_section:link  {
	color : #3785aa;
	text-decoration : none;
	}
	
a.product_section:active  {
	color : #3785aa;
	text-decoration : none;
	}
	
a.product_section:hover  {
	color : #3785aa;
	text-decoration : none;
	}

/* 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;
	}		



/* Styles for 'Compact Parent Section List' ------------------------ */

.text_breadcrumbs	{
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	line-height:normal;
	padding: 2px 0px 10px 0px;
	}	

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;
	}
	


/* Formatting for 'Add To Cart Button With Cart Icon' ----------------------------------------------*/

.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;
	}	


/* Styles for CSS Buttons ----------------------------------------------*/

.text_menu	{
	padding: 2px 0px 2px 0px;
	font-size : 12px;
	margin: 0px;
	color : #ffffff;
	}
	

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;
	}




/* BRANDING */

#branding { width:920px;
            margin:0 auto;
            padding-top:5px;
            position:relative;
            height:95px;
}


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




/* search bar */

#branding form { width:270px;
                 margin:0; padding:28px 0 0 0;
                 float:right;
                 text-align:right;
}

#branding form p { padding:0 0 5px 0; margin:0; color:#3785AC; }

#branding form p a { color:#3785AA; }

#branding form input { vertical-align:middle; }

#stxt { background:url("search-bk.jpg") repeat-x top left; border:solid #ccc 1px;
        font-family: Arial, Verdana, sans-serif;
        font-size:1.1em;
        height:18px; padding:2px 0 0 5px;
        width:190px; margin:0 5px 0 0;
}

/* top right links */

#branding ul { margin:0; padding:0;
               list-style:none;
               text-align:right;
}

#branding li { display:inline; }

#branding li a {color:#999; border-right:solid #00ACAA 1px; padding:0 4px;  }

#branding li a.nopads { color:#00ACAA; font-weight:bold; padding-right:0; border-right:none; }


/* blockquote */

	#branding blockquote { width:320px;
                       height:30px;
                       background:url("delivery-msg75.jpg") no-repeat top left;
                       text-indent:-999999px;
                       position:absolute;
                       left:335px; top:43px;
                       
}

#branding blockquote, #branding blockquote p { margin:0; padding:0; }


/* GLOBAL NAV */

#nav { width:918px;
       border-top:solid #E9E8E6 1px;
       border-left:solid #E9E8E6 1px;
       border-right:solid #E9E8E6 1px;
       margin:0; padding:0;
       clear:both;
       list-style:none;
       font-size:1.1em;
       font-weight:bold;
       background:url("top-nav-bk.jpg") repeat-x bottom left;
       text-transform:uppercase;
       
}

#nav li { float:left;
          display:block;
          background:url("top-right-nav-border.gif") no-repeat top right;
          padding:0 2px 0 0;
}

#nav li a { display:block; padding:0 8px;
            line-height:2.8em;
            text-decoration:none;
            color:#999999;
            }

#nav li a.lnkon, #nav li a:hover { background:url("global-nav-hover-bk.jpg") repeat-x top left; color:#fff; }

/* subnav links */

#subnav { background-color:#01ACAA;
          list-style:none;
          padding:0;
          width:919px;
          margin:0;
          border-left:solid #7FC7C6 1px;
          font-size:1.1em;
          font-weight:bold;
          
}

#subnav li { float:left; display:block; }

#subnav li a { display:block;
               border-right:solid #7FC7C6 1px;
               color:#fff;
               line-height:2.8em;
               font-style:italic;
               background:url("sub-nav-icon.gif") no-repeat 8px center;
               padding:0 22px;
}

/* CONTENT WRAPPERS */

#content-wrapper { padding:5px 0 30px 0;
                   width:920px;
                   clear:both;
                   
}

#maincontent { width:725px;
               float:right;
}

#secondary-navigation { width:180px;
                        float:left;
}


/* inner wrappers */

#content, #hp-content, #broccontent, #chkcontent { width:530px; float:left; }
#secondary-content { width:180px; float:right; }

/* secondary nav styles */

#secondary-navigation div, .swrap { padding:2.5px;
                            width:175px;
                            background-color:#EAEAEA;
                            margin-bottom:10px;
                         
}

#secondary-navigation h3#dept-hr { background:url("store-departments-hr.jpg") no-repeat top left; }

#secondary-content h3#new-prod-hr { background:url("new-prod-hr.jpg") no-repeat top left; }

#secondary-navigation h3#feat-hr { background:url("feat-dep-hr.jpg") no-repeat top left; }


#checkout-hr { background:url("shopping-cart-hr.jpg") no-repeat top left; }

#bestsell-hr { background:url("best-sellers-hr.jpg") no-repeat top left; }

#secondary-navigation h3, #bestsell-hr, #checkout-hr, #secondary-content h3#new-prod-hr {
    padding:0 0 4px 0; margin:0;
    width:175px; height:30px;
    text-indent:-99999px;
    
}

#secondary-navigation ul, #secondary-content ul {
     border:solid #ccc 1px;
     background-color:#fff;
     margin:0 0 4px 0;
     padding:5px 4px;
     list-style:none;
        
}

#secondary-content ul { width:165px; }

.nomar { margin-bottom:0!important; }

#secondary-navigation li strong, #secondary-content li strong { background-color:#EA4597; }

#secondary-navigation li a strong, #secondary-content li a strong  { color:#fff; padding:0 2px; }

#secondary-navigation li a, #storepod li strong { font-size:1.1em; display:block; line-height:1.4em; }

#secondary-navigation li a:hover { color:#fff; text-decoration:none;
                                   background-color:#01ACAA;
                                   }

#secondary-content li a { font-size:1.1em; }

#secondary-content li a:hover{ text-decoration:underline; }

#secondary-navigation li a { border-bottom:dotted #ccc 1px; padding:5px 0; }

#secondary-content li { border-bottom:dotted #ccc 1px; padding:5px 0!important; width:165px;  }

#secondary-content li p { color:#01ACAA; font-size:11px; font-weight:bold; }

#storepod li a { background:url("link-arrow.gif") no-repeat 2px 9px; padding:5px 0 5px 10px!important; }

#storepod li a:hover { background:#EA4597 url("link-arrow-off.gif") no-repeat 2px 9px; }

#storepod li strong { background-color:#01ACAA; color:#fff; padding:0 2px; border-bottom:solid #fff 1px; }

/* SECONDARY CONTENT STYLES */


/* checkout links */

#chk-lnks { width:173px;
            border:solid #ccc 1px;
            background:#fff url("cart-bk.jpg") repeat-x bottom left;
}

#chk-lnks p { padding:0 0 10px 0; margin:0; text-align:center; }

#chk-lnks p em { display:block; text-align:center; font-style:normal; font-weight:bold; color:#666!important; }

#cartlnk {
    background:url("shopping-cart-icon.jpg") no-repeat 5px 0;
    height:60px; color:#999999;
    text-align:right!important;
    font-weight:bold;
    text-align:right;
    font-size:1.1em;
    padding:0 5px 10px 75px!important;
    
}

#cartlnk strong { display:block; padding-top:4px; font-size:10px; }

#cartlnk strong a { text-decoration:underline; }

/* advert */

#help-ad { background:url("help-advert-bk.jpg") no-repeat top left;
          padding:0;
          width:170px; height:110px;
          margin:0 auto 10px auto;
}

#help-ad p { color:#3785AA;
             font-size:1.6em;
             padding:10px 55px 0 5px; margin:0;
             font-weight:bold;
}

#help-ad p em { color:#00ACAA; font-size:12px; 
                font-style:normal; display:block; font-weight:bold;
}


/* testimonials  */

#tmonial { background:url("customer-testimonials-hr.gif") no-repeat top left;
           padding:55px 0 0 0;
           margin:0 0 10px 0;
}

#tmonial p { font-size:1.1em;
             margin:0 0 8px 0; padding:0 10px;
             font-style:italic;
             color:#666;
}

#tmonial p a { display:block; text-align:right; font-weight:bold; }

#tmonial p em { color:#01ACAA; font-style:normal; display:block; font-weight:bold; }


/* SITE CREDITS */

#site-credits { background:url("page-bottom.jpg") no-repeat top left;
                padding:32px 0 0 0; margin:0 auto;
                width:992px;
                color:#999;
}

#site-credits p { padding:4px 15px 0 0;
                  margin:0;
                  text-align:right;
}

#site-credits p a { color:#999; }


/* HOME PAGE ONLY */

/* welcome banner */

#welcome-banner { width:530px;  margin-bottom:10px; }

#welcome-banner p { margin:0; padding:0; }

/* promo tabs */

#tabs { width:516px;
               margin:0; padding:0;
	       list-style:none;
	       background:url("promo-background.jpg") no-repeat top left;
               height:27px;
	    }

#tabs  li { float:left; }

#tabs li a, #tabs li a span { display:block; height:27px; }

#tabs li a span { text-indent:-9999px; }

/* new products */

#tabs li#nprodslnk, #tabs li#nprodslnk a, #tabs li#nprodslnk a span { width:101px; }

#tabs li#nprodslnk a:hover, #tabs li#nprodslnk a.selected { background:url("promo-background.jpg") no-repeat 0 -27px; }

/* new products */

#tabs li#bestlnk, #tabs li#bestlnk a, #tabs li#bestlnk a span { width:132px; }

#tabs li#bestlnk a:hover, #tabs li#bestlnk a.selected { background:url("promo-background.jpg") no-repeat -101px -27px; }

/* departments */

#tabs li#deplnk, #tabs li#deplnk a, #tabs li#deplnk a span { width:142px; }

#tabs li#deplnk a:hover, #tabs li#deplnk a.selected { background:url("promo-background.jpg") no-repeat -233px -27px; }

/* departments */

#tabs li#brandlnk, #tabs li#brandlnk a, #tabs li#brandlnk a span { width:141px; }

#tabs li#brandlnk a:hover,  #tabs li#brandlnk a.selected { background:url("promo-background.jpg") no-repeat -375px -27px; }


.tabContent { width:508px; padding:10px 10px 10px 10px;
              margin:0 0 20px 0;
              clear:both;
              border:solid #ccc 1px;
              float:left;
               }

.tabContent.hide { display: none; }



/* HOME PAGE - BEST SELLERS - NEW PRODUCTS HP PROMO PODS */

.promopod { width:160px;
            float:left;
            padding:10px 8px 0 0;
            height:250px;
             
}

.pitem { height:160px; }

.promopod p, .promopod h3 { margin:0; padding:0 0 3px 0; }

.promopod p, .promopod h3 { text-align:center;}

.promopod h3 { font-size:1.2em; }

.promopod h3 a { color:#3785AC; }

.promopod p strong { color:#EA4597; font-size:12px; display:block; }


/* HOME PAGE ONLY TEXT */

#hp-content h2 { color:#3785AA; padding:0 0 8px 0; margin:0;
              font-size:1.8em;
              text-transform:capitalize;
}

.htxt { width:530px; clear:both; padding:5px 0; }

.htxt p { font-size:1.1em;
        padding:0; margin:0 0 10px 0;
        line-height:1.6em;
}

/* FOOTER STYLES  */

#footer {
    background:#01ACAA url("footer-bk.jpg") repeat-x top left;
    width:900px;
    padding:20px 10px;
    margin: auto;
    
    
}

#footer-right { width:190px;
               float:right;
}

#footer-right p {
     text-align:right;
     padding:0 0 20px 0;
     margin:0;
    
}

#footer-left { width:700px;
               float:left;
}

#footer-left div { width:165px;
                   padding:0 10px 10px 0;
                   float:left;
}

#footer-left div h5 {
              padding:0 0 10px 0;
              margin:0;
              font-size:1.2em;
              color:#fff;
    
}

#footer-left div ul { list-style:none;
                      padding:0; margin:0;
                      font-size:1.1em;
}

#footer-left div li { padding:0; }

#footer-left div li a { color:#fff; text-decoration:underline; line-height:1.6em;
                        display:block;
}

#footer-right address {
             background:url("footerlogo.jpg") no-repeat top right;
             padding:33px 0 0 0;
             margin:0;
             font-style:normal;
             color:#fff;
             text-align:right;
    
}

#footer-right address a { color:#fff; }


/* SECTION LAYOUTS */

#sec-banner { background:url("sec-banner-bk.jpg") no-repeat top left;
              width:330px; height:160px;
              border-bottom:solid #6DA7E6 1px;
              padding:0 100px;
             
}


/* crumb links */

#crumb-lnk { color:#3785AC; padding:3px 0 8px 0; margin:0; }

/* SECTION HEADER AND BANNER LAYOUTS */

.sbanner { margin-bottom:10px; }

#content h2 { color:#01ACAA; font-size:2.2em;
              padding:0; margin:0;
              text-transform:capitalize;
              
 }
 
.secp { font-size:16px!important; } 
 
/* product summary */

.prodsum { width:508px;
           border:solid #ccc 1px;
           margin-bottom:10px;
           background:url("prodsumbk.jpg") repeat-x top left;
           padding:15px 10px 0 10px;
           height:135px; position:relative;
}

.sumimg { width:120px; float:left; }

.sumimg p { border:solid 1px #ccc; width:118px;
            height:118px; text-align:center;
            background-color:#fff;
            }
            
.sumtxt { width:370px; float:right; }

.sumtxt h3 { font-size:1.6em; padding:0 10px 5px 0; 
             text-transform:capitalize;
}

.sumtxt h3 a { color:#3785AA; }

.sumtxt h4 { color:#01ACAA; font-size:18px; }

.sumbtn { position:absolute;
          top:105px;
          left:148px;
}

.sumbtn input { padding-right:5px; }

.vatmsg { color:#999; font-size:11px; }

.sectxt { font-size:1.1em; line-height:1.6em; 
          padding-bottom:10px; color:#666;
}

/* PRODUCT DETAIL PAGE */

#proddetail { width:508px; border:solid #ccc 1px;
              padding:15px 10px 15px 10px; margin-bottom:20px;
              background:url("proddetailbk.jpg") repeat-x top left;

}

#prodimg { width:262px; float:left; }

#prodimg p { border:solid #ccc 1px;
             width:260px;
             text-align:center; padding:30px 0;
             background-color:#fff;
             }

#prodtxt { width:230px; float:right; }

#prodtxt h2 { font-size:2.2em;
              color:#3785AC;
              padding-bottom:5px;
              border-bottom:solid #E9E8E6 1px;
              text-transform:capitalize;
              }

#prodtxt h3 { color:#01ACAA; font-size:2.2em; 
              padding:10px 0;
}

#prodtxt table { margin-bottom:10px; }

#prodtxt p { font-size:1.1em; color:#333; 
             padding:0 0 15px 0;
}

#prodtxt p strong { font-size:14px; color:#EA4597; font-weight:bold; } 

#prodtxt h5 { color:#333; text-decoration:underline;
              padding:15px 0 10px 0; font-size:1.1em;
              text-transform:uppercase;
}

#prodtxt span.vatmsg { display:block; }

#prodtxt td, #prodtxt td input { font-size:11px; }

.addbtn { padding:10px 0; }

.wprice { text-decoration:line-through; }

/* BROCHURE LAYOUT */ 

#broccontent p { font-size:1.1em; padding:0 0 12px 0; margin:0; line-height:1.6em; }

#broccontent p strong { display:block; }

#broccontent h2, #chkcontent h2 { color:#01ACAA; font-size:2.2em;
                  padding:0 0 10px 0; margin:0;
                  text-transform:capitalize;
                  }
                  
#broccontent h3 { color:#01ACAA; font-size:1.2em; 
              padding:0 0 3px 0; text-transform:capitalize;
}                  


.cimg { text-align:center; }

.rimg { float:right; margin:0 0 10px 10px; }

.limg { float:left; margin:0 10px 10px 0; }

.testtxt, .favlnk { width:530px; padding-bottom:10px; 
           border-bottom:dotted #ccc 1px; 
}

.testtxt em { font-style:italic; }

.imgtxt { width:530px; padding-bottom:10px; }

.imgtxt img, .favlnk img { float:left; margin:0 10px 10px 0; }   

.favlnk strong { text-transform:lowercase!important; }

.favlnk { margin-bottom:10px; }

.offpod { padding-bottom:10px; }

/* CHECKOUT LAYOUT */

#chkcontent th { color:#fff; }

#chkcontent table, #chkcontent td, #chkcontent input, #chkcontent select, #chkcontent li { font-size:12px; }

.cartheading b { color:#fff!important; }

.actregular { color:#01ACAA; font-size:12px; }

/* HOME PROMO PODS */

.lpod, .ppod { width:170px; float:left; padding-right:10px;
               padding-bottom:8px;
 }

.rpod { width:170px; float:right; padding-bottom:8px; }

.lpod h3, .ppod h3, .rpod h3 { text-align:center; font-size:12px;
           height:20px; padding-top:5px;
           border-top:solid #ccc 1px; width:168px;
           text-transform:uppercase;
           }

.lpod h3, .rpod h3 { background:url("bluepod2.jpg") repeat-x top left; }

.ppod h3 { background:url("greenpodbk.jpg") repeat-x top left; }
           
.lpod h3 a, .ppod h3 a, .rpod h3 a { color:#fff; } 

.lpod h3, .lpod p, .ppod h3, .ppod p, .rpod h3, .rpod p { border-left:solid #ccc 1px;
           border-right:solid #ccc 1px;
           width:168px;
}

.lpod p, .ppod p, .rpod p { border-bottom:solid #ccc 1px;
          text-align:center; height:154px;
          padding:3px 0;
 }

/* HOME BEST SELLERS 2011 */

.bwrap { width:525px; padding:0 0 10px 5px;
         clear:both;
}

.bhr { background:url("bluebk.jpg") repeat-x top left; 
       padding:5px 5px 0 5px; font-size:1.4em; height:20px;
       text-transform:uppercase; color:#fff;
       margin-bottom:20px; clear:both; width:520px; 
}

.hbest { width:170px; padding-right:5px;
         float:left; height:220px;
}

.hbest p { height:130px; text-align:center; 
           border:solid #efefef 1px;
           padding:10px 0;
}

.hbest h3 { font-size:1.2em; color:#01ACAA; }

.hbest h3 a { display:block; color:#3785AA; text-decoration:underline; padding-top:3px; }          

/* TRADE LOGIN */

.clogin { color:#EA4597; display:block; text-align:right; padding:3px 0; }

.clogin a { color:#EA4597; }

/* 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;
}
