/* theme.css contains styles that support different sizes of theme images */ @import url("theme.css"); /* begin general styles for all themes */ html,body { margin: 0px; padding: 0px; background-color:#ffffff; font-family: Arial, Helvetica, sans-serif; color: #2b2b2c; font-size: 12px; text-align: center; width: auto; background-image: url('bodyBg.jpg'); background-repeat: repeat-x; } p, table, td, th { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #2b2b2c; margin-top: 0px; } p { margin-bottom: 8px; } form { margin: 0px; } a:link { color: #875027; text-decoration: none; } a:visited { color: #875027; text-decoration: none; } a:hover { color: #875027; text-decoration: underline; } a:active { color: #875027; text-decoration: none; } input:focus, button:focus {  border: none; outline: none; } ul { list-style-type: square; } .actCHECKOUTEM { background-color: #ffffff; } .actCHECKOUTBG { background-color: #ffffff; } .actlarger { font-size: 14px; color: #2b2b2c; } .actsmaller{ font-size: 10px; color: #2b2b2c; } .actxxsmall { font-size: 10px; color: #2b2b2c; } .actxsmall { font-size: 12px; color: #2b2b2c; } .actsmall { font-size: 12px; color: #2b2b2c; } .actregular { font-size: 14px; color: #2b2b2c; } .actlarge{ font-size: 16px; color: #2b2b2c; } .actxlarge { font-size: 20px; color: #2b2b2c; } .actxxlarge { font-size: 20px; color: #2b2b2c; } .actwarningcolor { color: #f19249; } .actrequiredcolor { color: #f19249; } .actsearchhighlightcolor { color: #f19249; } .actrequired { } .actwarning { font-size: 12px; color: #f19249; } .actwelcome { font-size: 12px; color: #2b2b2c; } .actlogotext { font-size: 12px; color: #D9090E; font-style: normal; font-weight: bold; text-align: center; } .actlogout { font-size: 12px; color: #875027; } .thinborder1 { border: 1px solid #dedede; } .thinborder2 { border: 1px solid #684e45; } .thinred { border: solid 1px #dedede; border-top: 0px; } .thinred2 { border: solid 1px #684e45; 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: #ffffff; } table.checkout th { background-color: #ffffff; } .cart { background-color: #ffffff; } .cartheading { background-color: #ffffff; 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 */ /* CSS Specific to 'Executive' */ /* PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------------ */ /* page header fomatting elements ----------------------------------------------------- */ .page_header	{ background-color: #dedede; margin: 0px 0px 0px 0px; } .page_header_content	{ width: 762px; text-align: left; height: 63px; } .page_header_home_search_box	{ padding: 1px; margin: 0px; background-image:url('theme_dotted_line_2.gif'); background-color: #684e45; } .page_header_logo_container	{ float: left; } .page_header_menu_cart_login_spacing	{ padding-left: 2px; } .page_header_terms_cart_login_container	{ float: right; text-align: right; } .page_header_terms_container	{ height: 38px; } .page_header_menu_cart	{ padding: 3px 5px 4px 19px; background-image:url('theme_icon_cart.gif'); background-color:#80ccccff;  border-top: 1px solid #684e45; border-bottom: 1px solid #684e45; } .page_header_menu_cart_items	{ padding: 3px 5px 4px 5px; background-color:#80ccccff;	 border-left: 1px solid #684e45; border-top: 1px solid #684e45; border-bottom: 1px solid #684e45; } .page_header_menu_login	{ padding: 3px 5px 4px 17px; background-image:url('theme_icon_login.gif'); background-color:#80ccccff;  border-top: 1px solid #684e45; border-bottom: 1px solid #684e45; } /* end page header fomatting elements ------------------------------------------------- */ /* page menu fomatting elements ------------------------------------------------------- */ .page_menu	{ background-color: #684e45; margin: 0px 0px 0px 0px; } .page_menu_content	{ width: 762px; height: 21px; } .page_menu_items	{ background-color: #684e45; padding: 0px 0px 0px 1px; height: 21px; float: left; width: 65%; } .page_menu_items_search	{ background-color: #684e45; padding: 0px 0px 0px 1px; height: 21px; float: right; width: 30%; } /* end page menu fomatting elements ---------------------------------------------------- */ /* page body fomatting elements -------------------------------------------------------- */ .page_body	{ padding: 10px 0px 0px 0px; } .page_body_content	{ width: 762px; text-align: left; } .page_body_content_left_column	{ float: left;  width: 170px; } .page_body_content_right_column	{ float: right;  width: 552px; } /* end page body fomatting elements ----------------------------------------------------- */ /* page footer fomatting elements ------------------------------------------------------- */ .page_footer	{ padding: 30px 0px 30px 0px; clear:both; } .page_footer_content	{ width: 762px; text-align: left; } /* end of page footer fomatting elements ------------------------------------------------ */ /* page left column fomatting elements -------------------------------------------------- */ .left_column_product_image_description	{ margin: 0px 0px 0px 0px; padding: 0px 0px 10px 0px; } /* end page left column fomatting elements ---------------------------------------------- */ /* END OF PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------- */ /* PRODUCT FORMATTING ELEMENTS & LINE ELEMENTS --------------------------------------------------- */ /* lines -------------------------------------------------------------------------------- */ .dotted_line_blue	{ height: 1px; background-color: #684e45; background-image:url('theme_dotted_line.gif'); clear:both; } .solid_line_light_blue	{ height: 1px; padding: 0px; margin: 0px; background-color: #684e45; clear:both; } .solid_line_blue	{ height: 1px; padding: 0px; margin: 0px; background-color: #dedede; clear:both; } .dotted_outline_blue	{ border: 1px dotted #684e45; 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 ------------------------------------------------------------- */ /* headings ----------------------------------------------------------------------------- */ h1	{ font-size: 20px; font-weight: 900; margin: 0px;		 padding: 0px 0px 4px 0px; color: #2B2B2C; font-size: 16px; } h1.subheading	{ font-size: 14px; font-weight: 900; margin: 0px; padding: 0px 0px 14px 0px; color: #684e45; } h2	{ font-size: 16px; font-weight: 900; margin: 0px; padding: 2px 0px 14px 0px; color: #684e45; } h2.clearall	{ font-size: 16px; font-weight: 900; margin: 0px; padding: 2px 0px 14px 0px; color: #684e45; clear:both; } h3.product	{ font-size: 14px; font-weight: 900; margin: 0px; padding: 0px 0px 6px 0px; color: #684e45; } 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: #dedede; font-weight: 900; font-size: 14px; } /* end headings ------------------------------------------------------------------------- */ /* list fomatting ----------------------------------------------------------------------- */ ul	{ line-height: 150%; padding: 0px 0px 0px 1px; margin: 0px 0px 18px 15px; font-size: 12px; } ul.products	{ line-height: normal; padding: 0px 0px 0px 1px; margin: 3px 0px 4px 15px; font-size: 12px; color: #f19249; } /* 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: #684e45; 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: 12px; color: #000000; margin: 0px; background-color: #E6E2E1; padding: 5px; padding-left: 20px; text-align: left; margin-bottom: 20px; margi } .text_breadcrumbs	a{ font-weight: normal; color: #000000; } .text_footer	{ color: #684e45; 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: #684e45; 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: #684e45; border: 1px solid #dedede; 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: #684e45; border: 1px solid #dedede; 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: #684e45; border: 1px solid #dedede; 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: #ffffff; border: 1px solid #ffffff; color: #2b2b2c; vertical-align: top; } .form_main_search_box_td	{ background-color: #684e45 } /* END OF FORM FORMATTING ELEMENTS ------------------------------------------------------ */ /* LINK FORMATTING ELEMENTS ------------------------------------------------------------- */ a.product_section:visited  { color : #875027; text-decoration : none; } a.product_section:link  { color : #875027; text-decoration : none; } a.product_section:active  { color : #875027; text-decoration : none; } a.product_section:hover  { color : #875027; text-decoration : none; } /* ------------------------ */ a.link_menu:visited  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #684e45;  border: 1px solid #80ccccff; } a.link_menu:link  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #684e45; border: 1px solid #80ccccff; } a.link_menu:active  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #684e45; border: 1px solid #80ccccff; } a.link_menu:hover  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #dedede; border: 1px solid #80ccccff; } /* ------------------------ */ a.link_footer:visited  { color : #80ccccff; text-decoration : underline; } a.link_footer:link  { color : #80ccccff; text-decoration : underline; } a.link_footer:active  { color : #80ccccff; text-decoration : underline; } a.link_footer:hover  { color : #80ccccff; text-decoration : underline; } /* ------------------------ */ a.link_breadcrumbs:visited	{	 color : #000000; text-decoration : none; } a.link_breadcrumbs:link  { color : #000000; text-decoration : none; } a.link_breadcrumbs:active  { color : #000000; text-decoration : none; } a.link_breadcrumbs:hover  { color : #000000; text-decoration : none; } /* ------------------------ */ a.link_cart:visited	{	 color : #dedede; text-decoration : underline; } a.link_cart:link  { color : #dedede; text-decoration : underline; } a.link_cart:active  { color : #dedede; text-decoration : underline; } a.link_cart:hover  { color : #dedede; text-decoration : underline; } /* ------------------------ */ a.link_terms_conditions:visited	{	 color : #80ccccff; text-decoration : underline; } a.link_terms_conditions:link  { color : #80ccccff; text-decoration : underline; } a.link_terms_conditions:active  { color : #80ccccff; text-decoration : underline; } a.link_terms_conditions:hover  { color : #80ccccff; text-decoration : underline; } /* ------------------------ */ /* END OF LINK FORMATTING ELEMENTS ------------------------------------------------------ */ /* Elements Specific to the Technical Theme */ /* PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------------ */ .tech_page_background	{ height: 100%; } .tech_page_content	{ width: 762px; text-align: left; height: 100%; bottom: 0px; background-color: #ffffff; border-right: 1px solid #dedede; border-left: 1px solid #dedede; padding: 0px 1px 0px 1px; } /* page header fomatting elements ----------------------------------------------------- */ .tech_page_header_content	{ width: 762px; text-align: left; height: 65px; border-bottom: 4px solid #dedede; } .tech_page_header_logo_container	{ float: left; padding: 0px 0px 0px 15px; } .tech_page_header_menu	{ background-color: #dedede; border-bottom: 1px solid #80ccccff; height: 27px; } .tech_page_header_terms_cart_login_container	{ float: right; text-align: right; } .tech_page_header_terms_container	{ height: 38px; } .tech_page_header_menu_cart	{ padding: 3px 3px 2px 3px; border-left: 1px solid #80ccccff; height: 21px; } .tech_page_header_menu_cart_items	{ padding: 3px 5px 4px 5px; border-left: 1px solid #80ccccff; border-top: 1px solid #80ccccff; border-bottom: 1px solid #80ccccff; } .tech_page_header_menu_search	{ padding: 3px 3px 2px 1px; } /* end page header fomatting elements ------------------------------------------------- */ /* page menu formatting elements ------------------------------------------------------- */ .tech_main_menu	{ background-color: #dedede } .tech_menu_bottom	{ height: 4px; background-color: #dedede; } .tech_menu_button_border	{ width: 121px;  border-right: 1px #ffffff solid; border-top: 1px #ffffff solid; } div.tech_menu_button { width: 119px;  top: 0px; left: 0px;  border: 1px #dedede solid; } div.tech_menu_button_product { width: 119px;  top: 0px; left: 0px;  border: 1px #dedede solid; } .tech_menu_button_title	{ width: 122px; border-top: 1px #ffffff solid; background-color: #dedede; } /* end page menu fomatting elements ---------------------------------------------------- */ /* page body fomatting elements -------------------------------------------------------- */ .tech_page_body_content	{ width: 762px; text-align: left; } .tech_page_body_content_left_column	{ float: left;  width: 126px; } .tech_page_body_content_right_column	{ float: right; width: 574px; padding: 6px 36px 0px 0px; } /* end page body fomatting elements ----------------------------------------------------- */ /* END OF PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------- */ /* PRODUCT FORMATTING ELEMENTS & LINE ELEMENTS --------------------------------------------------- */ /* lines -------------------------------------------------------------------------------- */ .tech_solid_line_blue	{ height: 1px; background-color: #dedede; clear:both; } .tech_solid_line_light_blue	{ height: 1px; background-color: #80ccccff; clear:both; } .tech_outline_blue	{ border: 1px solid #80ccccff; padding: 0px; }	 /* end lines ---------------------------------------------------------------------------- */ .tech_product_image_cost	{ padding: 0px 12px 8px 0px; margin: 0px; text-align: center; float: left; } .tech_product_mini_title	{ background-color: #80ccccff; margin: 0px; padding: 0px; } .tech_product_mini_padding	{ margin: 8px 8px 0px 8px; } /* PRODUCT FORMATTING ELEMENTS & LINE ELEMENTS -------------------------------------------- */ /* menu text --------------------------------------------------------------------------- */ .tech_text_product_section	{ padding: 3px 3px 3px 5px; margin: 0px; color : #ffffff; font-size : 12px; font-weight: 900; } .tech_text_menu_cart	{ padding: 2px 0px 2px 0px; font-size : 12px; margin: 0px; color : #ffffff; background-color: #dedede;} .tech_text_menu_cart_items	{ color : #ffffff; padding: 0px 5px 0px 3px; margin: 0px; line-height: normal; font-weight: 900; }	 /* end menu text ----------------------------------------------------------------------- */ /* best seller and new product text ------------------------------------------------------------------------ */ .tech_text_product_small_info	{ font-size: 10px; line-height: normal; margin: 0px; padding: 0px 0px 8px 0px; } .text_product_small_info_price	{ margin: 0px; padding: 8px 0px 0px 0px; line-height:normal; color: #684e45; font-weight: 900; font-size: 14px; } .tech_text_product_mini_title	{ color: #ffffff; font-weight: 900; padding: 3px 3px 3px 5px; margin: 0px; } /* end product text -------------------------------------------------------------------- */ /* END OF TEXT FORMATTING ELEMENTS ----------------------------------------------------- */ /* LINK FORMATTING ELEMENTS ------------------------------------------------------------- */ /* View Cart and Checkout In Top Bar */ a.tech_link_menu_cart_left:visited  { padding: 2px 5px 2px 5px; margin: 0px 0px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #684e45;  border-left: 1px solid #ffffff; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } a.tech_link_menu_cart_left:link  { padding: 2px 5px 2px 5px; margin: 0px 0px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #684e45; border-left: 1px solid #ffffff; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } a.tech_link_menu_cart_left:active  { padding: 2px 5px 2px 5px; margin: 0px 0px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #80ccccff; border-left: 1px solid #ffffff; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } a.tech_link_menu_cart_left:hover  { padding: 2px 5px 2px 5px; margin: 0px 0px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #80ccccff; border-left: 1px solid #ffffff; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } a.tech_link_menu_cart_right:visited  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #684e45;  border-left: 1px dotted #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } a.tech_link_menu_cart_right:link  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #684e45; border-left: 1px dotted #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } a.tech_link_menu_cart_right:active  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #80ccccff; border-left: 1px dotted #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff;} a.tech_link_menu_cart_right:hover  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #80ccccff; border-left: 1px dotted #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff;} /* ------------------------ */ /* Links in Sidebar Menus */ div.tech_menu_button a  { width: 113px;  color: #ffffff; text-decoration:none; display:block; padding:3px; text-align:left; background-color: #684e45; font-size: 11px; } div.tech_menu_button a:visited { color: #ffffff;  text-decoration:none; background-color: #684e45; } div.tech_menu_button a:active { color: #ffffff;  text-decoration:none; background-color: #80ccccff; } div.tech_menu_button a:link { color: #ffffff;  text-decoration:none; background-color: #684e45;} div.tech_menu_button a:hover { color: #ffffff; text-decoration:none; background-color: #80ccccff; } div.tech_menu_button_product a   { width: 104px;  color: #ffffff; text-decoration:none; display:block; padding:3px 3px 3px 12px; text-align:left; background-color: #684e45; font-size: 12px; } div.tech_menu_button_product a:visited { color: #ffffff;  text-decoration:none; background-color: #dedede; background-image:url('theme_arrow.gif'); } div.tech_menu_button_product a:active { color: #ffffff;  text-decoration:none; background-color: #dedede; background-image:url('theme_arrow.gif'); } div.tech_menu_button_product a:link { color: #ffffff;  text-decoration:none; background-color: #dedede; background-image:url('theme_arrow.gif'); } div.tech_menu_button_product a:hover { color: #ffffff;  text-decoration:none; background-color: #80ccccff; background-image:url('theme_arrow.gif'); } /* END OF LINK FORMATTING ELEMENTS ------------------------------------------------------ */ /* Styles for Contemporary Theme */ #maincontent { margin: 0 auto; background-color: #ffffff; height: 100%; padding: 7px; width: 776px; voice-family: "\"}\""; voice-family: inherit; width: 762px; } html>div#maincontent { width: 776px; } #contemporary_top_bar { width: auto; background-color: #dedede; height: 64px; background-image:url('theme_topbar_background.gif'); background-position:right; background-repeat:no-repeat; } #contemporary_second_bar { width: auto; background-image: url('theme_secondbar_background.gif'); background-repeat: repeat-x; padding: 12px 5px 5px 5px; } #contemporary_parent_section_list { width: auto; padding: 5px 5px 0 5px; } .contemporary_body_content	{ width: 762px; text-align: left; } .contemporary_left_column	{ float: left;  width: 120px; } .contemporary_right_column	{ float: right; width: 574px; padding: 0px 36px 0px 0px; } /* End of Styles for Contemporary Theme */ #pageContainer { width: 980px; text-align: left; margin:0 auto; } #topBar { background-color: #514D4A; } #topBar #searchBasket { width: 400px; vertical-align: top; padding-top: 17px; padding-right: 10px; } #topSearchBox { } #topSearchBox #searchBox { width: 170px; background-color: #514D4A; border: 1px solid #88837F; color: #B6ACA4; font-size: 12px; font-weight: bold; font-style: italic; padding: 4px; padding-left: 10px; margin: 0px; } #topSearchBox #searchButton { background-color: #807B77; font-weight: bold; border: 0; color: #F1F1F1; height: 25px; font-size: 12px; padding: 5px 5px; } #searchBasket #basket{ margin-right: 10px; color: #F1F1F1; font-weight: bold; font-size: 12px; } #searchBasket #basket a{ color: #F1F1F1; font-weight: bold; font-size: 12px; } #topMenuBar { height: 35px; background-color: #E1E1E1; background-image: url('tab_grey.jpg'); background-repeat: repeat-x; padding: 0px 20px; clear: both; } #topMenu { width: 100%; } #topMenu a{ float: left; padding: 0px 25px; font-size: 16px; font-weight: bold; vertical-align: middle; padding-top: 8px; height: 25px; color: black; text-decoration: none; border-left: 1px solid transparent; border-right: 1px solid #CECECE; } #topMenu a.activeHome { background-image: url('tab_brown.jpg'); background-repeat: repeat-x; color: #F1F1F1; border: 1px solid #938B87; } #topMenu a.active, #topMenu a:hover { background-image: url('blueTabBg.jpg'); background-repeat: repeat-x; background-color: #B2DEE1; border: 1px solid #B2DEE1; } #topMenu a.tryNow, #topMenu a.tryNow:hover { float: right; background-color: #FB954A; border: 1px solid #C39774; } #headerArea { } #frontContentArea { } #frontContentArea td { vertical-align: top; } .orangeBox { color: #3A3735; } .orangeBox .title { font-size: 16px;  font-weight: bold;  background-color: #F29147;  padding: 7px;  } .orangeBox .content { border: 1px solid #D6D6D6; } .orangeBox .content .productNamePrice { padding: 10px; font-size: 12px; } .orangeBox .content .productNamePrice a { color: black; } .orangeBox .content .productNamePrice .price{ font-weight: bold; color: #875027; font-size: 13px; } .orangeBox .textContent { padding: 15px 0px; } .rightShadowCol { width: 2px; background-color: #B2B2B2;  vertical-align: top; } .shadowBottomCol { background-color: #B2B2B2; text-align: left;  } .shadowRight { background-color: #FFFFFF;  width: 2px;  height: 2px; } .shadowBottom { background-color: #FFFFFF;  height: 2px; width: 2px; } #moreProdBox { } #moreProdBox .content td{ font-size: 13px;  font-weight: bold; color: #875027; padding: 5px; border-bottom: 1px solid #D6D6D6; } #moreProdBox .content a{ color: #875027; } #testimonialsBox { background-image: url('testimonialsBox.jpg'); background-repeat: no-repeat; width: 280px; height:	258px; margin-top: 20px; color: #F1F1F1; padding: 9px; } #testimonialsBox h3 { margin-bottom: 10px; font-size: 16px; margin-top: 0px; } #testimonialsBox p { color: #F1F1F1; font-weight: bold; margin-bottom: 10px; } #testimonialsBox #hearMoreLink { font-size: 14px;  font-weight: bold;  color: #ffffff; } #testimonialsBox #hearMoreLink a{ color: #ffffff; } #twitterBox { background-image: url('twitterBoxNoLogo.jpg'); background-repeat: no-repeat; width: 280px; height:	197px; margin-top: 20px; padding: 10px; } #homePageTopArea { background-color: #70635D; height: 220px; background-image: url('homeTopAreaBg.jpg'); background-repeat: repeat-x;  } .sideBar { padding-left: 40px; } .leftMenuBar { border-bottom: 1px solid #D6D6D6; list-style-image:url("orangeArrow.jpg"); list-style-position:inside; } #leftMenuBarTab td{ border-top: 1px solid #D6D6D6; padding: 5px; } .leftMenuBar td a{ font-weight: bold; font-size: 12px; } #leftMenuBarTab .bulletPoint { padding-left: 0px; padding-right: 0px; padding-top: 11px; text-align: left; width: 5px; vertical-align: top; } #leftMenuBarTab .active { background-color: #B2DEE1; } #leftMenuBarTab .active a{ color: #000000; } #leftMenuBarTab .active img{ display: none; } #bottomArea { margin-left: 20px; margin-top: 20px; width: 940px; background-image: url('bottomBg.jpg'); background-repeat: repeat-x; background-color: #504C49; vertical-align: bottom; } #bottomArea td { color: #FFFFFF; font-weight: bold; } #bottomArea a { color: #FFFFFF; font-weight: bold; } .productListFrag { border: 1px solid #D6D6D6; } .productFrag .prodImage { border-bottom: 1px solid #D6D6D6; } .productFrag .prodText { padding: 5px; } #productTitle { font-size: 18px; margin-bottom: 20px; } #productTitle #name { color: #F9903F; } #productTitle #desc { } .productImage { border: 1px solid #B2B2B2; } #productIndvl { margin-top: 20px; } #productIndvl #productDesc { font-weight: bold; color: #875027; font-size: 14px; margin-bottom: 5px; } #addtoCartIndvl { } .textOnlyFrag { width: 100%; } .pageTitle { font-size:16px; font-weight: bold; margin-bottom: 15px; } #cartTable { } #cartTable th{ background-color: #F29248; padding: 5px 10px; font-size: 14px; font-weight; bold; border-bottom: 1px solid #D6D6D6; } #cartTable td{ padding: 5px 10px; font-size: 14px; font-weight; bold; } #cartTable .totalRow { background-color: #F0EFED; } #cartTable .totalRow td{ border: 0px; } #cartTable .totalRow .cartheading { background-color: #F0EFED; } #cartTable .productLine td{ border: 0px; } .titleHighlight { font-size: 16px; font-weight: bold; color: #F9903F; } .pageText { width: 620px; margin-bottom: 20px; } .pageText p{ text-align: justify; } .smallTitle { font-weight: bold; } hr { border-bottom: 1px solid #F0F0F0;  } #checkoutForm td { font-weight: bold; font-size: 14px; } #checkoutForm td .actrequired { } .checkout input { border: 1px solid #B0B0B0; } .orangeButton { color: #ffffff; font-size: 12px; font-weight: bold; border: 0px; height: 27px; width: 160px; border: 0px; padding-bottom: 3px; background-repeat: no-repeat; background-color: transparent; background-position: center center; cursor: pointer; } .imageSubmit { padding-top: 50px; overflow: hidden; } .buttonForward { background-image: url('payment_button.jpg'); } .buttonBack { background-image: url('payment_button_back.jpg'); } #checkoutForm select { border: 1px solid #B0B0B0; } .actrequired { font-weight: bold; } .prodPrice { font-weight: bold;  font-size: 14px;  color: #875027;  margin-top: 4px; } .leftCol { padding-right: 10px; } .rightCol { padding-left: 0px; } .toppikOl li{ padding: 5px 5px; font-weight: bold; } #productTab { } #productTab .productCell { padding-right: 20px; padding-bottom: 20px; } #productTab .rightCol { padding-right: 0px; } #productTab .productItem { height: 210px; } #productTab .productItem .prodImgArea{ border: 1px solid #D6D6D6; height: 150px; vertical-align: top; } .productItem .prodNameArea{ border: 1px solid #D6D6D6; border-top: 0px; padding: 5px; font-size: 12px; vertical-align: top; } .productItem .prodNameArea a{ text-decoration: none; font-weight: bold; } .productItem .prodNameArea .productCat { color: #F9903F; } #productTab .productItem .prodNameArea .productName { color:#000000; } .shadowRightCell { width: 2px; background-color: #B2B2B2; vertical-align: top; } .shadowRightCell .shadowRight { background-color: #FFFFFF; height: 2px; width: 100%; } .shadowBottomCell { height: 2px; background-color: #B2B2B2; text-align: left; } .shadowBottomCell .shadowBottom { background-color: #FFFFFF; height: 100%; width: 2px; } .bottomCell { padding-top: 20px; } #howitworks .pageText { width: 500px; } .smallText #productDesc { text-align: justify; } .relatedProd .title { font-size: 16px;  font-weight: bold;  background-color: #F29147;  padding: 7px;  } .relatedProd  { } .relatedProd .productCell .prodImage{ text-align: center; border-bottom: 1px solid #D6D6D6; } .relatedProd .productCell { border: 1px solid #D6D6D6; border-right: 0px; } .relatedProd .relLeftCol { border-right: 0px; } .relatedProd .relRightCol { border-left: 0px; } .relatedProd .productItem .prodNameArea{ border: 0px; } .relatedProd .productItem .prodNameArea .productName{ height: 30px; } .relatedProd .productItem .prodNameArea .clickView{ color: black; } .relatedProd .productItem { height: auto; } #deliveryTable { width: 400px; border: 1px solid gray; } #deliveryTable .delTitle{ font-weight: bold; } #deliveryTable .leftCol { width: 150px; } #deliveryTable .rightCol { text-align: right; } #deliveryTable td { padding: 5px; font-weight: normal; font-size: 12px; } #twitterBox #newsHeadlines .headlines{ margin-bottom: 5px; font-style: italic; } #twitterBox #newsHeadlines .headlines a{ font-style: normal; font-weight: bold; color: #224466; } .paymentOptionsList {} .paymentOption {	 margin-bottom: 20px; border: 1px solid #CBCBCB; padding: 20px; border-radius: 5px; } .paymentOption table { width: 100%; } .paymentOption .leftCol { width: 200px; text-align: center; } .paymentOption .rightCol { width: 200px; text-align: center; } .paymentOption .rightCol .bgButton{ background-color: #F29147; border: 0px; background-image: url('payment_button.jpg'); width: 160px; height: 27px; color: #ffffff; font-weight: bold; font-size: 12px; padding-right: 10px; } #chkoutProgressText { text-align: center;  padding-top: 7px;  font-size: 18px;  font-weight: bold;  font-family: arial; } .errorMsg { text-align: left; } #frontMessage { background-image: url('white_box_blank.jpg');  height: 184px; width: 281px; padding: 10px;  font-style: italics; } #frontMessage p { font-style: italic; }
