/* 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: #003300; font-size: 12px; } .cards_accepted {float:left; display:inline} p, table, td, th { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #003300; margin-top: 0px; } b { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #003300; margin-top: 0px; } form { margin: 0px; } a:link { color: #328f3e; text-decoration: none; } a:visited { color: #33a245; text-decoration: none; } a:hover { color: #003300; text-decoration: underline; } a:active { color: #30873a; text-decoration: none; } .actCHECKOUTEM { background-color: #33a245; } .actCHECKOUTBG { background-color: #d6eed2; } .actlarger { font-size: 13px; color: #003300; } .actsmaller{ font-size: 10px; color: #003300; } .actxxsmall { font-size: 10px; color: #003300; } .actxsmall { font-size: 12px; color: #003300; } .actsmall { font-size: 12px; color: #003300; } .actregular { font-size: 13px; color: #003300; } .actlarge{ font-size: 16px; color: #003300; } .actxlarge { font-size: 20px; color: #003300; } .actxxlarge { font-size: 20px; color: #003300; } .actwarningcolor { color: #ff0000; } .actrequiredcolor { color: #ff0000; } .actsearchhighlightcolor { color: #ff0000; } .actrequired { color: #ff0000; } .actwarning { font-size: 12px; color: #ff0000; } .actwelcome { font-size: 12px; color: #003300; } .actlogotext { font-size: 12px; color: #D9090E; font-style: normal; font-weight: bold; text-align: center; } .actlogout { font-size: 12px; color: #328f3e; } .thinborder1 { border: 1px solid #34943f; } .thinborder2 { border: 1px solid #33a245; } .thinred { border: solid 1px #34943f; border-top: 0px; } .thinred2 { border: solid 1px #33a245; 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: #d6eed2; } table.checkout th { background-color: #33a245; } .cart { background-color: #d6eed2; } .cart_bold { background-color: #d6eed2; font-weight: bold; font-size: 13px; } .cartheading { background-color: #33a245; font-weight: bold; color: #FFFFFF; } * 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: #ffffcc;  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: #34943f; background: url('header_background.png') repeat-y top right; margin: 0px 0px 0px 0px; width: 986px; height: 95px; } .page_header_home_search_box	{ padding: 1px; margin: 0px; background-image:url('theme_dotted_line_2.gif'); background-color: #33a245; } .page_header_logo_container	{ float: left; margin: 0px 0px 0px 0px; padding: 5px 5px 5px 5px; } .page_header_menu_cart_login_spacing	{ padding-left: 2px; } .page_header_terms_cart_login_container	{ } .page_header_terms_container	{ height: 38px; } .page_header_menu_cart	{ padding: 2px 2px 2px 2px; background-image:url(''); background-color:#d6eed2;  } .page_header_menu_cart_items	{ padding: 2px 2px 2px 2px; background-color:#d6eed2;	 } .page_header_menu_login	{ padding: 2px 2px 2px 2px; background-image:url(''); background-color:#d6eed2;  } /* end page header fomatting elements ------------------------------------------------- */ /* page menu fomatting elements ------------------------------------------------------- */ .page_menu	{ background-color: #33a245; margin: 1px 0px 0px 0px; padding: 0px 0px 0px 0px; height: 27px; width:777px; float: right; } .page_menu_items { background-color: #d6eed2; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; height: 20px; width:777px; } .page_menu_items_search	{ padding: 2px 0px 2px 2px; margin: 6px 0px 5px 2px; height: 20px; float: right; } /* end page menu fomatting elements ---------------------------------------------------- */ /* page body fomatting elements -------------------------------------------------------- */ .page_body	{ padding: 8px 0px 0px 0px; clear: both; text-align: center; height:auto; } .page_body_content	{ width: 986px; text-align: left; } .page_body_content_left_column	{ float: left;  width: 186px; } .page_body_content_right_column	{ float: right;  width: 774px; margin: 2px 0px 0px 0px; } /* end page body fomatting elements ----------------------------------------------------- */ /* page footer fomatting elements ------------------------------------------------------- */ .page_footer	{ padding: 5px 0px 25px 0px; clear:both; } .page_footer_content	{ width: 986px; text-align: right; padding: 0px 0px 0px 0px; } /* end of page footer fomatting elements ------------------------------------------------ */ /* page left column fomatting elements -------------------------------------------------- */ .left_column_product_image_description	{ margin: 0px 0px 0px 0px; padding: 0px 0px 8px 0px; } /* end page left column fomatting elements ---------------------------------------------- */ /* Overall page layout formatting elements by Chris Jones ------------------------------- */ .container { width: 986px; margin: 0px auto 0px auto; padding: 4px; } /* END OF PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------- */ /* PRODUCT FORMATTING ELEMENTS & LINE ELEMENTS --------------------------------------------------- */ /* lines -------------------------------------------------------------------------------- */ .dotted_line_blue	{ height: 1px; background-color: #33a245; background-image:url('theme_dotted_line.gif'); clear:both; } .solid_line_light_blue	{ height: 1px; padding: 0px; margin: 0px; background-color: #33a245; clear:both; } .solid_line_blue	{ height: 1px; padding: 0px; margin: 0px; background-color: #34943f; clear: both; font-size: 0px; } .dotted_outline_blue	{ border: 1px dotted #33a245; padding: 8px; }		 /* end lines ---------------------------------------------------------------------------- */ .best_selling_items	{ padding: 10px; background-color: #ffffcc; } .best_selling_items_spacing	{ padding: 0px 0px 8px 8px; } .product_image_cost	{ margin: -12px 0px 0px 36px; 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: #34943f; } h1.subheading	{ font-size: 13px; font-weight: 900; margin: 0px 0px 0px 0px; padding: 0px 0px 14px 0px; color: #33a245; } h2	{ font-size: 16px; font-weight: 900; margin: 0px 0px 0px 0px; padding: 2px 0px 14px 0px; color: #33a245; } h2.clearall	{ font-size: 16px; font-weight: 900; margin: 0px; padding: 2px 0px 14px 0px; color: #33a245; clear:both; } h3	{ font-size: 13px; font-weight: 900; margin: 0px 0px 0px 0px; padding: 2px 0px 14px 0px; color: #33a245; } h3.product	{ font-size: 13px; font-weight: 900; margin: 0px; padding: 0px 0px 6px 0px; color: #33a245; } h3.product_price	{ font-size: 12px; font-weight: 900; margin: 0px; padding: 0px 0px 20px 0px; } .text_heading_left_column	{ margin: 5px 0px 2px 0px; padding: 4px 0px 4px 6px; line-height:normal; color: #ffffff; background-color: #33a245; font-weight: 900; font-size: 13px; } /* end headings ------------------------------------------------------------------------- */ /* list fomatting ----------------------------------------------------------------------- */ ul	{ line-height: 150%; padding: 0px 0px 0px 10px; margin: 0px 0px 12px 12px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #003300; font-size: 12px; list-style-position:outside; } ul.products	{ line-height: normal; padding: 3px 0px 3px 6px; margin: 0px 0px 2px 0px; font-size: 12px; list-style-type:none; } /* end list fomatting ------------------------------------------------------------------- */ /* menu text --------------------------------------------------------------------------- */ .text_menu	{ padding: 2px 0px 2px 0px; font-size : 12px; margin: 0px; color : #ffffcc; } .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: 13px; line-height: normal; margin: 5px 0px 5px 14px; padding: 8px 0px 0px 0px; float: left; } .text_product_small_info_heading	{ margin: 0px 0px 6px 6px; padding: 2px 0px 0px 0px; color: #34943f; font-weight: 900; font-size: 12px; width: 165px; float:left; } .text_product_small_info_price	{ margin: 0px; padding: 0px 0px 0px 0px; line-height:normal; font-weight: 900; font-size: 12px; float:left; } /* end product text -------------------------------------------------------------------- */ .text_breadcrumbs	{ font-size: 13px; color: #34943f; margin: 0px; line-height:normal; padding: 3px 1px 0px 1px; }	 .text_footer	{ color: #33a245; font-size: 108%; padding:2px 0px 2px 0px; margin:0px 5px 0px 0px; } .text_options	{ font-weight: 900; } .text_word_spacing_8px	{ word-spacing: 8px; } .text_terms_conditions	{ color: #33a245; 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; font-size : 12px; word-spacing: normal; }	 .form_button_quick_search	{ line-height: 15px; word-spacing: normal; background-image: url('Search_button.jpg'); width: 18px; height:18px; vertical-align: -6px; background-repeat: no-repeat; border: 0px; } .form_button_add_to_cart	{ line-height: 20px; height: 26px; width: 142px; margin: 2px 0px 2px 0px; padding: 0px 0px 0px 2px; font-size : 12px; border: 0px; color: #ffffcc; background-image: url('Button_Add_To_Cart.jpg'); word-spacing: normal; vertical-align: -5px; }	 /* end buttons ------------------------------------------------------------------------- */ .form_input_general	{ line-height: normal; font-size : 12px; word-spacing: normal; } .form_main_search_box	{ line-height: 15px; width: 90px; height: 18px; margin: 0px 2px 0px -5px; padding: 0px 0px 0px 0px; font-size : 12px; background-color: #d6eed2; border: 1px solid #34943f; color: #003300; vertical-align: top; } .form_main_search_box_td	{ background-color: #33a245 border: 0px; } /* END OF FORM FORMATTING ELEMENTS ------------------------------------------------------ */ /* LINK FORMATTING ELEMENTS ------------------------------------------------------------- */ a.product_section:visited  { color : #33a245; text-decoration : none; font-size: 13px; } a.product_section:link  { color : #328f3e; text-decoration : none; font-size: 13px; } a.product_section:active  { color : #30873a; text-decoration : none; font-size: 13px; } a.product_section:hover  { color : #000000; text-decoration : none; font-size: 13px; } a.product_section_current:visited  { color : #000000; text-decoration : none; font-size: 13px; font-style: italic; } a.product_section_current:link  { color : #000000; text-decoration : none; font-size: 13px; font-style: italic; } a.product_section_current:active  { color : #000000; text-decoration : none; font-size: 13px; font-style: italic; } a.product_section_current:hover  { color : #000000; text-decoration : none; font-style: italic; font-size: 13px; } /* ------------------------ */ a.link_menu:visited  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffcc; text-decoration : none; background-color: #33a245;  border: 1px solid #a2db9b; } a.link_menu:link  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffcc; text-decoration : none; background-color: #33a245; border: 1px solid #a2db9b; } a.link_menu:active  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffcc; text-decoration : none; background-color: #33a245; border: 1px solid #a2db9b; } a.link_menu:hover  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffcc; text-decoration : none; background-color: #34943f; border: 1px solid #a2db9b; } /* ------------------------ */ a.link_footer:visited  { color : #34943f; text-decoration : none; font-size: 108%; padding: 0px 0px 0px 0px; } a.link_footer:link  { color : #34943f; text-decoration : none; font-size: 108%; padding: 0px 0px 0px 0px; } a.link_footer:active  { color : #34943f; text-decoration : none; font-size: 108%; padding: 0px 0px 0px 0px; } a.link_footer:hover  { color : #000000; text-decoration : underline; font-size: 112%; padding: 0px 0px 0px 0px; } /* ------------------------ */ a.link_breadcrumbs:visited	{	 color : #34943f; text-decoration : none; } a.link_breadcrumbs:link  { color : #34943f; text-decoration : none; } a.link_breadcrumbs:active  { color : #34943f; text-decoration : none; } a.link_breadcrumbs:hover  { color : #000000; text-decoration : underline; } a.link_breadcrumbs_blue:visited	{	 color : #7399b0; text-decoration : none; } a.link_breadcrumbs_blue:link  { color : #7399b0; text-decoration : none; } a.link_breadcrumbs_blue:active  { color : #7399b0; text-decoration : none; } a.link_breadcrumbs_blue:hover  { color : #7399b0; text-decoration : underline; } /* ------------------------ */ a.link_cart:visited	{	 color : #34943f; text-decoration : none; font-weight:700; font-size:14px; } a.link_cart:link  { color : #34943f; text-decoration : none; font-weight:700; font-size:14px; } a.link_cart:active  { color : #34943f; text-decoration : none; font-weight:700; font-size:14px; } a.link_cart:hover  { color : #34943f; text-decoration : none; font-weight:700; font-size:14px; } /* ------------------------ */ a.link_terms_conditions:visited	{	 color : #a2db9b; text-decoration : underline; } a.link_terms_conditions:link  { color : #34943f; text-decoration : underline; } a.link_terms_conditions:active  { color : #34943f; text-decoration : underline; } a.link_terms_conditions:hover  { color : #a2db9b; 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: 986px; text-align: left; height: 100%; bottom: 0px; background-color: #ffffff; border-right: 1px solid #34943f; border-left: 1px solid #34943f; padding: 0px 1px 0px 1px; } /* page header fomatting elements ----------------------------------------------------- */ .tech_page_header_content	{ width: 986px; text-align: left; height: 65px; border-bottom: 4px solid #34943f; } .tech_page_header_logo_container	{ float: left; padding: 0px 0px 0px 15px; } .tech_page_header_menu	{ background-color: #34943f; border-bottom: 1px solid #a2db9b; 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 #a2db9b; height: 21px; } .tech_page_header_menu_cart_items	{ padding: 3px 5px 4px 5px; border-left: 1px solid #a2db9b; border-top: 1px solid #a2db9b; border-bottom: 1px solid #a2db9b; } .tech_page_header_menu_search	{ padding: 3px 3px 2px 1px; } /* end page header fomatting elements ------------------------------------------------- */ /* page menu formatting elements ------------------------------------------------------- */ .tech_main_menu	{ background-color: #34943f } .tech_menu_bottom	{ height: 4px; background-color: #34943f; } .tech_menu_button_border	{ width: 121px;  border-right: 1px #ffffcc solid; border-top: 1px #ffffcc solid; } div.tech_menu_button { width: 119px;  top: 0px; left: 0px;  border: 1px #34943f solid; } div.tech_menu_button_product { width: 119px;  top: 0px; left: 0px;  border: 1px #34943f solid; } .tech_menu_button_title	{ width: 122px; border-top: 1px #ffffcc solid; background-color: #34943f; } /* end page menu fomatting elements ---------------------------------------------------- */ /* page body fomatting elements -------------------------------------------------------- */ .tech_page_body_content	{ width: 986px; 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: #34943f; clear:both; } .tech_solid_line_light_blue	{ height: 1px; background-color: #a2db9b; clear:both; } .tech_outline_blue	{ border: 1px solid #a2db9b; 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: #a2db9b; 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 : #ffffcc; font-size : 12px; font-weight: 900; } .tech_text_menu_cart	{ padding: 2px 0px 2px 0px; font-size : 12px; margin: 0px; color : #ffffcc; background-color: #34943f;} .tech_text_menu_cart_items	{ color : #ffffcc; 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: #33a245; font-weight: 900; font-size: 13px; } .tech_text_product_mini_title	{ color: #ffffcc; 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 : #ffffcc; text-decoration : none; background-color: #33a245;  border-left: 1px solid #ffffcc; border-top: 1px solid #ffffcc; border-bottom: 1px solid #ffffcc; } a.tech_link_menu_cart_left:link  { padding: 2px 5px 2px 5px; margin: 0px 0px 0px 0px;	 color : #ffffcc; text-decoration : none; background-color: #33a245; border-left: 1px solid #ffffcc; border-top: 1px solid #ffffcc; border-bottom: 1px solid #ffffcc; } a.tech_link_menu_cart_left:active  { padding: 2px 5px 2px 5px; margin: 0px 0px 0px 0px;	 color : #ffffcc; text-decoration : none; background-color: #a2db9b; border-left: 1px solid #ffffcc; border-top: 1px solid #ffffcc; border-bottom: 1px solid #ffffcc; } a.tech_link_menu_cart_left:hover  { padding: 2px 5px 2px 5px; margin: 0px 0px 0px 0px;	 color : #ffffcc; text-decoration : none; background-color: #a2db9b; border-left: 1px solid #ffffcc; border-top: 1px solid #ffffcc; border-bottom: 1px solid #ffffcc; } a.tech_link_menu_cart_right:visited  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffcc; text-decoration : none; background-color: #33a245;  border-left: 1px dotted #ffffcc; border-right: 1px solid #ffffcc; border-top: 1px solid #ffffcc; border-bottom: 1px solid #ffffcc; } a.tech_link_menu_cart_right:link  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffcc; text-decoration : none; background-color: #33a245; border-left: 1px dotted #ffffcc; border-right: 1px solid #ffffcc; border-top: 1px solid #ffffcc; border-bottom: 1px solid #ffffcc; } a.tech_link_menu_cart_right:active  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffcc; text-decoration : none; background-color: #a2db9b; border-left: 1px dotted #ffffcc; border-right: 1px solid #ffffcc; border-top: 1px solid #ffffcc; border-bottom: 1px solid #ffffcc;} a.tech_link_menu_cart_right:hover  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffcc; text-decoration : none; background-color: #a2db9b; border-left: 1px dotted #ffffcc; border-right: 1px solid #ffffcc; border-top: 1px solid #ffffcc; border-bottom: 1px solid #ffffcc;} /* ------------------------ */ /* Links in Sidebar Menus */ div.tech_menu_button a  { width: 113px;  color: #ffffcc; text-decoration:none; display:block; padding:3px; text-align:left; background-color: #33a245; font-size: 11px; } div.tech_menu_button a:visited { color: #ffffcc;  text-decoration:none; background-color: #33a245; } div.tech_menu_button a:active { color: #ffffcc;  text-decoration:none; background-color: #a2db9b; } div.tech_menu_button a:link { color: #ffffcc;  text-decoration:none; background-color: #33a245;} div.tech_menu_button a:hover { color: #ffffcc; text-decoration:none; background-color: #a2db9b; } div.tech_menu_button_product a   { width: 104px;  color: #ffffcc; text-decoration:none; display:block; padding:3px 3px 3px 12px; text-align:left; background-color: #33a245; font-size: 12px; } div.tech_menu_button_product a:visited { color: #ffffcc;  text-decoration:none; background-color: #34943f; background-image:url('theme_arrow.gif'); } div.tech_menu_button_product a:active { color: #ffffcc;  text-decoration:none; background-color: #34943f; background-image:url('theme_arrow.gif'); } div.tech_menu_button_product a:link { color: #ffffcc;  text-decoration:none; background-color: #34943f; background-image:url('theme_arrow.gif'); } div.tech_menu_button_product a:hover { color: #ffffcc;  text-decoration:none; background-color: #a2db9b; background-image:url('theme_arrow.gif'); } /* END OF LINK FORMATTING ELEMENTS ------------------------------------------------------ */ /* Styles for Contemporary Theme */ #maincontent { margin: 0 auto; background-color: #ffffcc; height: 100%; padding: 7px; width: 776px; voice-family: "\"}\""; voice-family: inherit; width: 986px; } html>div#maincontent { width: 776px; } #contemporary_top_bar { width: auto; background-color: #34943f; 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: 986px; text-align: left; } .contemporary_left_column	{ float: left;  width: 120px; } .contemporary_right_column	{ float: right; width: 798px; padding: 0px 36px 0px 0px; } /* End of Styles for Contemporary Theme */ /* Styles for Text Heavy Pages Created by Chris Jones 23-07-2007 */ .TC_H { color: #33a245; } .TC_B { color:#003300; } /* Styles for Required Field Text on Forms created by Alex Stannard 13/08/07 */ .actrequiredform { color: #ff0000; font-size: 13px; } /* Styles for related products layout created by Alex Stannard 20/08/07 */ .related_products_thumbnail_style { border: 1px solid #34943F; margin: 0px 0px 5px 0px; } .related_product_list_cell_spacing { padding: 0px 10px 8px 10px; } /* Styles for also bought layout created by Alex Stannard 20/08/07 */ .also_bought_thumbnail { border-color: #34943F; border-style: solid; border: 1px; } .also_bought_header_text { font-size: 10pt; font-weight: 900; margin: 0px; padding: 2px 0px 14px 0px; color: #33a245; } /* New styles for header section created by Alex Stannard 24/08/07 */ .view_cart_container { text-align: right; float: right; padding: 2px 0px 2px 0px; margin: 8px 0px 5px 0px; } /* New styles for home page created by Alex Stannrd 24/08/07 */ .homepage_fragment_formatting { margin: 2px 0px 0px 0px; height: auto; width: 774px; } .homepage_fragment_image { float:left; margin:10px 10px 5px 10px; padding:0px 0px 0px 0px; border: 1px solid #34943f; } .homepage_fragment_text_container { width:250px;	 } .homepage_fragment_title { padding: 5px; margin: 0px; } /* styles for shopping cart added by Alex Stannard on 28/08/07 */ .cart_also_bought_list { list-style-type: none; list-style-image: inherit; } /* styles for left nav bar added by Alex Stannard on 29/08/07 */ .left_nav_bar_section_list { background-color: #d6eed2; } /* new styles for header added by Alex Stannard on 30/08/07 */ .diagonal_image_positioning { margin: 34px 0px 0px 16px; float: left; } /* styles for footer added by Alex Stannard on 31/08/07 */ .footer_dark_green_block { width:986px; height:6px;  background-color:#33a245; padding: 0px 0px 0px 0px; margin: 2px 0px 0px 0px; font-size: 0px; } .footer_light_green_block { width:986px; height:29px; background-color:#d6eed2; }	 .left_nav_bar_product_sections { margin: 0px 0px 8px 0px; } .mini_best_seller_layout { border-top: 0px solid #34943F; border-right: 0px solid #34943F; border-bottom: 1px dashed #34943F; border-left: 0px solid #34943F; height: 100px; } .mini_best_seller_spacing { margin: 6px 0px 0px 0px; } .search_button_image_spacing { vertical-align: -2px; } .search_form_name_text { font-size: 13px; font-weight: 900; vertical-align: middle; margin: 0px 2px 0px 0px; } .search_box_formatting { font-size: 12px; border: 1px solid #34943f; height: 16px; vertical-align: middle; } .left_nav_products { line-height: normal; padding: 3px 0px 3px 6px; margin: 0px 0px 2px 0px; font-size: 12px; list-style-type:none; background-color: #d6eed2; } .homepage_special_offers { margin: 6px 0px 0px 0px; border: 0px; height: 375px; width: 770px; float:left; } .homepage_special_offers_content_1 { border: 0px solid #34943f; height: 375px; width: 191px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; text-align: center; float: left; } .homepage_special_offers_content { border: 0px solid #34943f; height: 375px; width: 191px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 1px; text-align: center; float: left; } .homepage_special_offers_content_4 { border: 0px solid #34943f; height: 375px; width: 191px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 1px; float: left; text-align: center; } .homepage_main_image { height: 425px; width: 525px; padding: 0px 0px 0px 0px; margin: 2px 2px 2px 2px; float: left; } .homepage_other_sections { height: auto; width: 200px; padding: 0px 0px 0px 0px; margin: 0px 0px 2px 0px; float: right; } .homepage_caption_text { font-size: 12px; margin: 10px 0px 10px 0px; padding: 10px 0px 0px 0px; clear: left; } .homepage_other_section_title { margin: 0px 0px 0px 0px; color: #ffffff; font-weight: 900; font-size: 13px; vertical-align: 5px; } .homepage_special_offers_title { margin: 0px 0px 0px 15px; color: #ffffff; font-weight: 900; font-size: 13px; vertical-align: 5px; } .homepage_other_section_title_container { background-color:#33a245; width: 185px; color: #FFFFFF; margin: 0px 0px 5px 0px; padding: 3px 0px 2px 6px; float:right; font-size: 0px; height: 19px; } .homepage_free_delivery_title_container { background-color:#ba121f; width: 185px; color: #FFFFFF; margin: 0px 0px 5px 0px; padding: 3px 0px 2px 6px; float:right; font-size: 0px; height: 19px; } .homepage_first_aid_training_section { float: left; } .homepage_downloads_section { height: auto; float: left; margin: 0px 0px 0px 8px } .homepage_first_aid_training_image { margin: 2px 0px 2px 12px; } .homepage_first_aid_training_text { margin: 0px 0px 5px 16px; font-size: 13px; } .homepage_free_delivery_text { margin: 0px 0px 10px 25px; font-size: 13px; } .homepage_downloads_text { margin: 5px 0px 0px 0px; font-size: 13px; } .homepage_new_products_list { margin: 4px 0px 0px 10px; font-size: 12px; float:left;	 } .homepage_special_offers_header { background-color: #33a245; width: 780px; color: #FFFFFF; margin: 0px 0px 5px 0px; padding: 3px 0px 2px 0px; float:right; height: 19px; } .homepage_diag_img_positioning { margin: 0px 0px 0px 0px; float:left; } .homepage_diag_img_positioning_spec { margin: 0px 0px 0px 0px; float:left; } .homepage_special_offers_text { margin: 2px 2px 2px 19px; font-size: 13px; text-align: left; width: 170px; font-weight: 700; } .homepage_special_offers_promo_text { margin: 0px 2px 10px 2px; font-size: 16px; color: #a01925; font-weight: 600; text-align: center; } .homepage_special_offers_text_main { margin: 4px 2px 0px 19px; font-size: 12px; text-align: left; width: 170px; } /* NEW LINK FORMATTING ELEMENTS CREATED BY ALEX STANNARD 25/09/2007------------------------------------------------------------- */ a#0:visited  { color : #000000; text-decoration : ; font-size: 13px; background-color:; font-weight:; font-style: italic; } a#0:link  { color : #000000; text-decoration : ; font-size: 13px; background-color:; font-weight:; font-style: italic; } a#0:active  { color : #000000; text-decoration : ; font-size: 13px; font-weight:; background-color:; font-style: italic; } a#0:hover  { color : #000000; text-decoration : ; font-size: 13px; font-style: italic; } /* ------------------------ */ /* First Aid Training fragment styles added by Alex Stannard */ .training_fragment_formatting { margin: 0px 0px 0px 0px; width: 774px; } .Training_header { width: 750px; margin: 0px 0px 6px 0px; padding: 4px 0px 1px 0px; float:right; font-size: 0px; height: 19px; } .Training_header_text { margin: 0px 0px 0px 0px; color: #0075B0; font-weight: 900; font-size: 13px; vertical-align: 5px; } .Training_header_text1 { margin: 0px 0px 0px 0px; margin-Left:-20px; color: #0075B0; font-weight: 900; font-size: 13px; vertical-align: 5px; } .Training_header_text2 { margin: 0px 0px 0px 0px; padding-left:10px; color: #0075B0; font-weight: 900; font-size: 13px; vertical-align: 5px; } .training_titles	{ font-size: 16px; font-weight: 800; margin: 0px 0px 0px 0px; padding: 0px 0px 14px 0px; color: #7399b0; } .training_overview { height:auto; width:720px; padding: 10px 13px; margin-bottom: 5px; } .training_course_container { width:745px; padding: 0px 0px 10px 13px; margin: 15px 0px 0px 0px; } .training_diagonal_image_positioning { float: left; } .training_contact_form { padding: 50px; } .first_aid_header { color: #7399b0; font-size: 16px; font-weight: 800; padding: 0px 0px 0px 0px; } .first_aid_subheader { color: #0075B0; font-size: 13px; font-weight: 800; padding: 0px 0px 2px 13px; } .first_aid_subheader1 { color: #0075B0; font-size: 13px; font-weight: 800; padding: 0px 0px 2px 25px; } .first_aid_main_text { font-size: 13px; padding: 10px 10px 10px 0px; width:745px; color: #000000; font-weight: normal; } li.first_aid_main_List { } .first_aid_price { padding: 0px 0px 5px 13px; } .first_aid_main_text_ol { font-size: 12px; padding: 0px 0px 0px 15px; } a.booking_link { color: #c43139; font-weight:bold; } ul.first_aid_main_text { font-size: 13px; margin: 15px 0px 0px 0px; padding: 0px 0px 0px 25px; list-style: disc; } a.first_aid_training_link:link { color: #0075B0; } a.first_aid_training_link:active { color: #7399b0; } a.first_aid_training_link:hover { color: #7399b0; } a.first_aid_training_link:visited { color: #7399b0; } /* Best Sellers Page styles added by Alex Stannard on 28/09/2007*/ .best_seller_layout_container { width: 770px; } .best_seller_image { float: left; } .best_seller_product_text { float: left; margin: 28px 300px 0px 10px; width: 250px; } .best_sellers_quantity_form { margin: 12px 2px 2px 2px; float: right; width: 250px; } .best_seller_drop_down { float: left; margin: 2px 2px 2px 100px; } .Posturite_Logo { margin: 6px 0px 0px 0px; } .training_container { height:auto; width:700px; margin: 0px 0px 20px 13px; } .first_aid_section_container { height:auto; width:774px; margin: 0px 0px 15px 13px; } .Cost_Table { margin: 0px 0px 15px 13px; border-bottom:solid 1px black; }.Cost_Table2 { margin: 0px 0px 15px 13px; flote:right; } .register_interest_fragment { width: 774px; height: auto; margin: 0px 0px 20px 0px; } .solid_line_training	{ height: 1px; padding: 0px; margin: 0px; background-color: #7399b0; clear:both; } /* Styles for about us page added by AS on 05/10/2007 */ .about_us_fragment { width: 774px; margin: 4px 0px 0px 0px; } .about_us_header { font-size: 16px; margin: -1px 0px 10px 0px; width: 750px; height: 24px; background-color: #33a245; float:left; } .about_us_header_text { margin: 5px 0px 0px 0px; color:#FFFFFF; font-weight: 700; width: 750px; background-color: #33a245; } .about_us_main_text { font-size: 13px; } .about_us_text_container { margin: 0px 0px 0px 23px; width: 700px; } .about_us_diag_img_positioning { float: left; margin: -1px 0px 0px 0px; } .about_us_contact_box { float: left; margin: -88px 0px 0px 195px; } .about_us_contact_text { font-size: 13px; padding: 8px 0px 0px 0px; font-weight: 800; } .Posturite_Logo_about_us { margin: -82px 200px 0px 0px; float:right; } /* Styles for contact us page added by AS on 05/10/2007 */ .contact_us_header { background-color: #33a245; width: 749px; color: #FFFFFF; margin: 3px 0px 5px 0px; padding: 4px 0px 4px 0px; height: 16px; font-size: 0px; float:right; } .contact_us_diag_positioning { margin: 3px 0px 0px 1px; float:left; } .contact_us_title { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; color: #ffffff; font-weight: 600; vertical-align: 5px; line-height:normal; font-size: 13px; } 