b/* theme.css contains styles that support different sizes of theme images */ @import url("theme.css"); /* begin general styles for all themes */ body { margin: 0px; padding: 0px; background-color:#ffffff; font-family: 'Metrophobic', calibri, sans-serif; color: #000000; font-size: 13px; } p, table, td, th { font-family: 'Metrophobic', calibri, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000; margin-top: 0px; } form { margin: 0px; } a:link { color: #003366; text-decoration: none; } a:visited { color: #6699cc; text-decoration: none; } /*a:hover { color: #003399; text-decoration: underline; } */ a:active { color: #003399; text-decoration: none; } a.checkout-checkoutbg { color: #000000; margin-right: 10px; padding-top: 3px; padding-bottom: 3px; padding-left: 8px; padding-right: 8px; border:#cccccc 1px solid; border-top: #cccccc 1px solid; border-right: #cccccc 2px solid; border-bottom: #cccccc 2px solid; } a.checkout-checkoutbg:link { color:#000000; text-decoration: none; } a.checkout-checkoutbg:visited { color: #ffffff; text-decoration: none; } a, img { border:none; } a.checkout-checkoutbg:hover { color: #000000; text-decoration: underline; } a.checkout-checkoutbg:active { color: #000000; text-decoration: underline; } a.checkout-textcolor:link { color: #000000; text-decoration: none; } a.checkout-textcolor:visited { color: #000000; text-decoration: none; } a.checkout-textcolor:hover { color: #000000; text-decoration: underline; } a.checkout-textcolor:active { color: #000000; text-decoration: underline; } ul { list-style-type: square; } /* Generic text formatting used throughout the store ---------------------------- */ .actCHECKOUTEM { background-color: #999999; } .actCHECKOUTBG { background-color: #ffffff; } .actlarger { font-size: 13px; color: #000000; } .actsmaller{ font-size: 12px; color: #000000; } .actxxsmall { font-size: 12px; color: #000000; } .actxsmall { font-size: 13px; color: #000000; } .actsmall { font-size: 13px; color: #000000; } .actregular { font-size: 13px; color: #000000; } .actlarge{ font-size: 16px; color: #000000; } .actxlarge { font-size: 20px; color: #000000; } .actxxlarge { font-size: 20px; color: #000000; } .actwarningcolor { color: #ff3300; } .actrequiredcolor { color: #036; } .actsearchhighlightcolor { color: #ff0000; } .actrequired { color: #036; font-weight: bold; } .actwarning { font-size: 13px; color: #ff3300; } .actwelcome { font-size: 14px; color: #000000; } .actlogotext { font-size: 13px; color: #D9090E; font-style: normal; font-weight: bold; text-align: center; } .actlogout { font-size: 13px; color: #003366; } .page-heading h1 { width: 100%; border-bottom: 1px solid #ffffff; } /* Boxes and borders ------------------------------------------- */ .thinborder1 { border: 1px solid #ffffff; } .thinborder2 { border: 1px solid #003399; } .thinred { border: solid 1px #ffffff; border-top: 0px; } .thinred2 { border: solid 1px #003399; 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 ------------------------------------------- */ div.CheckoutCartSection { margin-top: 0px; margin-bottom: 10px; } table.checkout#idTableCheckoutSection { margin-bottom: 0px; } table.checkout-cart { width: 580px; border-collapse: collapse; padding: 0px 0px; margin-bottom: 5px; } table.checkout-cart th{ background-color: #ffffff; border-top: solid 1px #999999; border-bottom: solid 1px #999999; padding: 4px 4px; } table.checkout-cart td{ padding: 4px 4px; } table.checkout { width: 580px; border-collapse: collapse; padding: 0px 0px; text-align: left; margin-bottom: 5px; } table.checkout th { background-color: #ffffff; font-size: 13px; font-weight: bold; text-align: left; padding: 5px 2px; border-bottom: solid 3px #ffffff; } table.checkout th.instruction { font-size: 13px; font-weight: normal; } table.checkout th.change { font-size: 13px; font-weight: bold; padding: 0px 0px; text-align: right; } .checkout-change-button	{ line-height: 13px; height: 20px; width: 86px; margin: 0px 1px 0px 0px; padding: 0px 0px 0px 0px; font-size : 13px; background-color: #ff6600; border: 1px solid #ffffff; color: #ffffff; word-spacing: normal; } .checkout-login-button	{ line-height: 13px; height: 15px; width: 70px; margin: 20px 0px 20px 0px; padding: 3px 20px 2px 0px; font-size : 15px; background-color: #009900; border: 1px solid #ffffff; color: #ffffff; word-spacing: normal; } .checkout-login-button a { padding-left: 20px; color: #ffffff; text-decoration: none; } table.checkout td { background-color: #ffffff; border-right: solid 1px #ffffff; border-bottom: solid 1px #ffffff; padding: 2px 2px; } table.checkout#idBothAddressesTable col { width: auto; } td#idCheckoutHelpLabel, table.checkout#idBothAddressesTable col.prompt { width: 130px; } .cart { background-color: #ffffff; border-bottom: solid 1px #999999; } .checkout-cartheading { font-weight: bold; background-color: #ffffff; border-top: solid 1px #999999; border-bottom: solid 1px #999999; } .cartheading { background-color: #999999; font-weight: bold; color: #ffffff; } h2.checkout-heading { background-color: #999999; font-size: 13px; font-weight: bold; color: #ffffff; padding: 5px 2px; border-bottom: solid 3px #ffffff; width: 580px; } h3.checkout-heading { width: 580px;  padding: 3px 0; background-color: #999999; font-size: 13px; font-weight: bold; color: #ffffff; border-bottom: solid 3px #ffffff; } .checkout-subheading { font-weight: bold; padding: 0; margin: 0; } img.cartthumbnail { border: 0px; margin-left: 2px; margin-right: 2px; width: 25px; } .button-wrapper { display: inline-block; padding: 0 10px 0 0; } .button { cursor:pointer; background: #666666; color: #ffffff; padding: 5px 5px 5px 5px; margin: 0; border: 0; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; } .cart-button { height: 28px; padding-right: 12px; padding-left: 12px; } .cart-button2 { height: 28px; background: #009900; } .cart-button-green { height: 28px; background: #090; padding-right: 12px; padding-left: 12px; } .cart-button-amber { height: 28px; background: #f60; padding-right: 12px; padding-left: 12px; } input.normal-button { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #ffffff; background: #003399; padding: 5px; border: solid 1px #000000; } input.highlight-button { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #ffffff; background: #ffffff; padding: 5px; border: solid 1px #000000; } .checkout-field-label { width: 160px; } .checkout-field-input { width: auto; } .checkout-field-input input, .checkout-field-input select { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #ffffff; padding: 2px; } .InvoiceField input, .InvoiceField select { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #ffffff; padding: 2px; } .DeliverField input, .DeliverField select { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #ffffff; padding: 2px; } table.checkout#idBothAddressesTable select { width: 211px; } input.checkbox { background-color: #ffffff; border: 0;	 } .checkout-field-area { background: #ffffff; border-bottom: solid 2px #ffffff; width: 580px; } .checkout-field-area p { margin: 0; padding: 4px; } div.checkout-buttons { width: 580px;  height: 50px;  margin-top: 20px; } .left {  float : left;  width : 50%;  } .right {  float : right;  width : 40%;  } .spacer {  clear : both;  } .checkout-help-hide {  display: none;  } /* Checkout Progress Indicator  ------------------------------------------------ */ p.checkout-progress-heading { width: 300px; margin: 0px auto; } #checkout-progress-indicator { width: 300px; height: 19px; background-image: url('cpi-background.gif'); margin: 0 auto 0px 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; } table#idCheckoutProgress { margin-bottom: 10px; } table#idCheckoutProgress td{ background-repeat:repeat-x; background-color:transparent; border: 0px; padding: 0px; height:19px; text-align:center; } table#idCheckoutProgress td.cpi-left{ background-image:url("cpi-main.gif"); color:white; width:160px; } table#idCheckoutProgress td.cpi-complete{ background-image:url("cpi-main-mid.gif"); color:white; width:160px; } table#idCheckoutProgress td.cpi-incomplete{ background-image:url("cpi-background.gif"); color:black; width:160px; } table.CheckoutProgress { width: 580px; border-collapse: collapse; margin-bottom: 10px; } table.CheckoutProgress td { padding: 0px 0px; background-repeat: repeat-x; background-color: transparent; height: 19px; text-align: center; width: 140px; } table.CheckoutProgress td.cpi-start{ background-image: url("cpi-main.gif"); width: 8px; } table.CheckoutProgress td.cpi-inactive{ /*	background-image: url("cpi-main-mid.gif"); */ color:#333; font-weight: normal; } table.CheckoutProgress td.cpi-active{ /*	background-image: url('cpi-background.gif'); */ font-size: 14px; font-weight: bold; color: #000000; } table.CheckoutProgress td.cpi-end { background-image: url("cpi-end.gif"); width: 8px; } table.CheckoutProgress td.cpi-spacer { background-image: url("cpi-main-mid.gif"); width: auto; } /* Formatting for the site map -------------------------------------------- */ #actinic-sitemap { margin-left: 5px; } #actinic-sitemap ul { margin-bottom: 0; padding-bottom: 0; } /* Formatting for Feefo customer feedback --------------------------------- */ .feefositelogo { margin-top: 10px; text-align: center; }  .feefoproductlogo { margin-top: 10px; } /* Recently Viewed Products List Style ------------------------------------ */ /* 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	{ font-size: 20px; font-weight: 900; margin: 0px;		 padding: 16px 0px 4px 0px; color:#003399; font-weight: 300; } h1.subheading	{ font-size: 13px; font-weight: 900; margin: 0px; padding: 0px 0px 14px 0px; color: #003399; } h2	{ font-size: 16px; font-weight: 900; margin: 0px; padding: 2px 0px 14px 0px; color: #003399; } h2.clearall	{ font-size: 16px; font-weight: 900; margin: 0px; padding: 2px 0px 14px 0px; color: #003399; clear:both; } h3.product	{ font-size: 13px; font-weight: 900; margin: 0px; padding: 0px 0px 6px 0px; color: #003399; } h3.product_price	{ font-size: 13px; 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:#003399; font-weight: 900; font-size: 13px; } /* Default formatting of all text boxes used in store pages ---------------- */ .form_input_general	{ line-height: normal; font-size : 13px; 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 : 13px; background-color: #ffffff; border: 1px solid #ffffff; color: #000000; vertical-align: top; } .form_main_search_box_td	{ background-color: #003399 } .form_button_quick_search	{ line-height: 13px; height: 18px; width: 85px; margin: 1px 1px 1px 1px; padding: 0px 0px 0px 12px; font-size : 13px; background-color: #003399; 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: #003399; font-weight: 900; font-size: 13px; } .text_product_small_info_price	{ margin: 0px; padding: 8px 0px 0px 0px; line-height:normal; font-weight: 900; font-size: 13px; } .best_selling_items	{ padding: 10px; background-color: #003399; } .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: 13px; color: #ff3300; } a.product_section:visited  { color : #6699cc; text-decoration : none; } a.product_section:link  { color : #003366; text-decoration : none; } a.product_section:active  { color : #003399; text-decoration : none; } a.product_section:hover  { color : #f1f2f5; text-decoration : none; } /* lines ------------#003399;-------------------------------------------------------------------- */ .dotted_line_blue	{ height: 1px; background-color: #003399; background-image:url('theme_dotted_line.gif'); clear:both; } .solid_line_light_blue	{ height: 1px; padding: 0px; margin: 0px; background-color: #003399; clear:both; } .solid_line_blue	{ height: 1px; padding: 0px; margin: 0px; background-color: #ffffff; clear:both; } .dotted_outline_blue	{ border: 1px dotted #003399; padding: 8px; }		 /* Styles for 'Compact Parent Section List' ------------------------ */ .text_breadcrumbs	{ font-size: 16px; color: #000; margin: 0px; line-height:normal; padding: 2px 0px 10px 0px; }	 a.link_breadcrumbs:visited	{	 color : #666; text-decoration : underline; } a.link_breadcrumbs:link  { color : #003300; text-decoration : underline; } a.link_breadcrumbs:active  { color : #cccccc; text-decoration : underline; } a.link_breadcrumbs:hover  { color : #ffffff; text-decoration : underline; } /* Page footer  --------------------------------------------------------*/ .text_footer	{ color: #003399; font-size: 12px; padding:0px; margin:4px 0px 0px 0px; } .text_menu_no_space	{ word-spacing: normal; } a.link_footer:visited  { color : #ffffff; text-decoration : underline; } a.link_footer:link  { color : #ffffff; text-decoration : underline; } a.link_footer:active  { color : #ffffff; text-decoration : underline; } a.link_footer:hover  { color : #ffffff; text-decoration : underline; } /* Heading for attributes  --------------------------------------------------------*/ .text_options	{ font-weight: 900; } /* My Account pages  --------------------------------------------------------------*/ .myaccount-shadow { display: none; position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background-image: url('myaccount-popup-bg.png'); background-repeat: repeat; } .myaccount-popup { position: fixed; width: 500px; height: 250px; left: 50%; top: 50%; margin-left: -250px; margin-top: -125px; padding-left: 85px; padding-top: 50px; background-color: #ffffff; } /* Formatting for 'Add To Cart Button With Cart Icon' ----------------------------------------------*/ .form_button_add_to_cart	{ line-height: 13px; height: 20px; width: 86px; margin: 0px 1px 0px 0px; padding: 1px 0px 1px 14px; font-size : 13px; background-color: #003399; 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 : 13px; 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: #003399;  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: #003399; 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: #003399; 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; } /* Styles for 'Top Level Section List In Boxes' and 'Brochure Nav Bar In Boxes' --------------------*/ .tech_main_menu	{ background-color: #ffffff } .tech_menu_bottom	{ height: 4px; background-color: #ffffff; } .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 #ffffff solid; } div.tech_menu_button_product { width: 119px;  top: 0px; left: 0px;  border: 1px #ffffff solid; } .tech_menu_button_title	{ width: 122px; border-top: 1px #ffffff solid; background-color: #ffffff; } .tech_text_product_section	{ padding: 3px 3px 3px 5px; margin: 0px; color : #ffffff; font-size : 13px; font-weight: 900; } div.tech_menu_button a  { width: 113px;  color: #ffffff; text-decoration:none; display:block; padding:3px; text-align:left; background-color: #003399; font-size: 11px; } div.tech_menu_button a:visited { color: #ffffff;  text-decoration:none; background-color: #003399; } div.tech_menu_button a:active { color: #ffffff;  text-decoration:none; background-color: #ffffff; } div.tech_menu_button a:link { color: #ffffff;  text-decoration:none; background-color: #003399; } div.tech_menu_button a:hover { color: #ffffff; text-decoration:none; background-color: #ffffff; } 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: #003399; font-size: 13px; } div.tech_menu_button_product a:visited { color: #ffffff;  text-decoration:none; background-color: #ffffff; background-image:url('theme_arrow.gif'); } div.tech_menu_button_product a:active { color: #ffffff;  text-decoration:none; background-color: #ffffff; background-image:url('theme_arrow.gif'); } div.tech_menu_button_product a:link { color: #ffffff;  text-decoration:none; background-color: #ffffff; background-image:url('theme_arrow.gif'); } div.tech_menu_button_product a:hover { color: #ffffff;  text-decoration:none; background-color: #ffffff; background-image:url('theme_arrow.gif'); } /* Start of styles new to v9 */ /* Styles for 'Best Seller List in Boxes' and 'New Products List in Boxes' used on the brochure home page */ .heading_marketing_box	{ border: 2px solid #ffffff; width: 229px; margin: 0px 20px 14px 0px; } .heading_marketing_box p.text_product_small_info_heading	{ background-color: #ffffff; border-bottom: 2px solid #ffffff; color: #ffffff; font-weight: 900; font-size: 13px; background-image: url('theme_marketing_header.gif'); margin: 0px; padding: 4px 0px 0px 8px; height: 20px; } .heading_marketing_box	p{ padding: 8px; } .heading_marketing_box .product_image_cost	{ padding: 8px; } /* Rounded header and footer used around the bulk areas in 'Expert' and 'Hotshot' themes, but also used in the lists that have 'Rounded Corners' in the name */ .rounded-heading { background-image: url('theme_curve2.gif'); background-repeat: no-repeat; background-position: top right; } .rounded-heading p.spacer { margin: 0; padding: 3px 0; background-image: url('theme_curve1.gif'); background-repeat: no-repeat; margin-right: 10px; color: #ffffff; } .rounded-footer { background-image: url('expert_rounded_bottom_right.gif'); background-repeat: no-repeat; background-position: bottom right; } .rounded-footer p.spacer { margin: 0; padding: 3px 0; background-image: url('expert_rounded_bottom_left.gif'); background-position: bottom left; background-repeat: no-repeat; margin-right: 10px; color: #ffffff; } .indented-link a { display: block; background-color: #fff; width: 140px; padding: 5px 0 5px 30px; font-weight: bold; text-decoration: none; border-bottom: solid 1px #ffffff; } .indented-link a:hover { background-color: #ffffff; } /* Style for the 'Graduated Background' for Top Level Section lists and Brochure Page lists */ .graduated-link a { display: block; padding: 5px 0 5px 30px; font-weight: bold; text-decoration: none; border: solid 1px #ffffff; border-bottom: 0; border-right: 0; background-image: url('prime_link_background.gif'); background-repeat: no-repeat; } /* Style for the 'Shaded Background' for Top Level Section lists and Brochure Page lists */ .hotshot-link a { display: block; padding: 5px 0 5px 30px; font-weight: bold; text-decoration: none; border-bottom: solid 1px #ffffff; } .hotshot-link a:hover { background-image: url('hotshot-link-highlight.gif'); background-repeat: no-repeat; } .hotshot-box-main { background-image: url('hotshot-box-main.gif'); background-position: bottom; width: 170px; } .hotshot-box-content { background-image: url('hotshot-box-top.gif'); background-repeat: no-repeat; padding: 10px;	 } /* Styles for 'Quick Search Bar With Curved Box' layout */ .formbox1 { padding: 0px; margin: 0px; border: 0px; background-image: url('theme-rounded-searchfield-left.gif'); height: 19px; padding-left: 10px; background-repeat: no-repeat; float: left; } .formbox2 { padding: 0px; margin: 0px; border: 0px; height: 19px; background-image: url('theme-rounded-searchfield-right.gif'); background-position: right; background-repeat: no-repeat; padding-right: 10px; } .inputfield { padding: 0px; margin: 1px 0; border: 0px; height: 16px; font-size: 12px; } /* general EDL layout --------------------*/ #edl-container #edl-widecontent table tr td h1 { font-family: "Open Sans", Calibri, sans-serif; font-size: 28px; color: #036; font-weight: 300; } #edl-container { width:100%; margin:5px auto; font-family: 'Metrophobic', calibri, sans-serif; max-width: 1260px; min-width: 780px; } #edl-header-area { background: url('edl-header-bg.gif'); font-size: 12px; } #edl-logo-area { background: url('edl-header-top.gif') no-repeat; padding: 5px; } #edl-navigation-bar { font-size: 13px; height: 30px; background: #06c; } #edl-navigation-bar ul { margin: 0 5px; padding: 0; list-style: none; } #edl-navigation-bar ul li { display: inline; } li.edl-search-field { display: block; float: left; padding: 0; height: 30px; } li.edl-search-field input { border: solid 1px #000000; font: 12px Arial, Helvetica, sans-serif; padding: 1px; background: #ffffff; color: #000000; margin-top: 5px; } li.edl-search-button { display: block; float: left; padding: 0 10px 0 0; height: 30px; } #edl-navigation-bar ul li a { color: #ffffff; display: block; float: left; line-height: 30px; padding: 0 10px; border-left: solid 1px #ffffff; text-decoration: none; text-transform: lowercase; } #edl-navigation-bar ul li a:hover { background: #003399; } #edl-navigation-bar ul li.edl-home-link a { border: 0; } #edl-navigation-bar ul li.edl-view-cart { float: right; background-color: #036; } #edl-navigation-bar ul li.edl-view-cart a { background: url('theme_icon_cart.gif') no-repeat left; padding-left: 30px; border: 0; } #edl-navigation-bar ul li.edl-view-cart a:hover { background: #003399 url('theme_icon_cart.gif') no-repeat left; } #edl-navigation-bar ul li.edl-checkout { float: right; background-color: #093; } #edl-bulk-top { height: 10px; margin-top: 10px; } #edl-bulk { background: url('edl-bulk-bg.gif'); padding: 0 10px; } #edl-sidebar-left { float: left; width: 20%; margin-right: 10px; clear: both; } #edl-sidebar-right { padding-left: 12px; float: right; width: 20%; border-Left-width: 1px; border-Left-style: dashed; border-Left-color: #ccc; } #edl-content { float: left; width: 55%; } #edl-widecontent { } #edl-bulk-bottom { height: 10px; margin-bottom: 10px; } #edl-footer  { background-color: #f1f2f5; border-top-width: thin; border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-color: #CCC; border-right-color: #CCC; border-bottom-color: #CCC; border-left-color: #CCC; clear: both; } .edl-footer-text { font-family: 'Metrophobic', calibri, sans-serif; text-align: left; padding: 10px; max-width: 1260px; min-width: 780px; } .edl-address-box { float: left; display: inline; width: 180px; margin: 0 20px; height: 80px; padding: 10px 0; font-size: 11px; color: #000000; } .edl-copyright-info { float: right; display: inline; margin: 0 20px; height: 80px; width: 200px; text-align: right; padding: 10px 0; font-size: 11px; color: #000000;	 } /* overriding default styles */ .edl-sidebar .text_heading_left_column { color: #003399; } .edl-sidebar .dotted_line_blue { background-color: <span style='color: #000000;'>#ffffff</span>; } .edl-sidebar ul { color : #000000; } .edl-sidebar a { color : <span style='color: #000000;'>#ffffff</span>; } .edl-sidebar .solid_line_blue { background-color: #ffffff; } .edl-sidebar a.product_section:visited { color : #ffffff; } .edl-sidebar a.product_section:link { color : #ffffff; } .edl-sidebar a.product_section:active { color : #ffffff; } .edl-sidebar a.product_section:hover { color : #ffffff; } .edl-sidebar .product_image_cost { float: none; margin: 0; } .edlinfo { font-family: "Times New Roman", Times, serif; font-size: 10px; font-style: italic; } .edlprice { font-size: 22px; font-weight: 400; color: #666; } .edltaxinfo { font-size: 12px; color: #666; } .edl-sidebar .text_product_small_info_heading { color : #000; text-align: center; } .edl-sidebar .text_product_small_info_price { color : #003399; clear: both; padding: 5px 0; text-align: center; } .edl-sidebar .text_product_small_info { display: none; } .Reduced { font-family: 'Metrophobic', calibri, sans-serif; font-size: 12px; font-weight: bold; color: #FFF; background-color: #F03; padding: 5px; } .Reduced_reason { font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #339; width: 100%; padding-top: 0px; padding-right: 0px; padding-bottom: 12px; padding-left: 0px;	 } .skew { font-family: 'Open Sans', Calibri, sans-serif; font-size: 17px; font-weight: bold; color: #333; } .prodhead { font-family: 'Open Sans', Calibri, sans-serif; font-size: 17px; font-weight: normal; color: #000; } /* End of styles for edl theme -------------------------------------------- */ /* styles for EDL Side Bar Simple menu ------------------------------------ */ #edl-sidebar-left * html body{ font-size:xx-small;	 f\ont-size:x-small;	 } #edl-sidebar-left ul { margin: 0; padding: 0; list-style: none; width:192px } #edl-sidebar-left ul li { position: relative; width:192px; } /* keep folowing styles together..........................*/ #edl-sidebar-left * html ul ul { margin-left:-16px;/* ie5 fix */ voice-family: "\"}\"";  voice-family: inherit; }	 #edl-sidebar-left * html ul li {float:left;/* hide float from ie5*/} #edl-sidebar-left * html ul ul { width:198px;	 w\idth:198px; voice-family: "\"}\"";  voice-family: inherit;	 } #edl-sidebar * html ul ul {margin-left:0;/* hide margin from ie5*/} /* keep above styles together .............*/ ul#sidenav li ul { position: relative; display:none; } ul#sidenav li ul li { width: 176px; padding-left: 15px; border-left-width: 1px; border-left-style: solid; border-left-color: #06c; background-color: #fff; } /* Styles for Menu Items */ ul#sidenav li a { font-family: 'Open Sans', Calibri, sans-serif;    font-size: 13px; display: block; text-decoration: none; color: #000; /* IE6 Bug */ line-height: 2em; height: 2em; padding: 0 5px; background-color: #fff; border-right-width: 1px; border-right-color: #CCC; border-right-style: solid; } ul#sidenav li header { font-family: 'Open Sans', Calibri, sans-serif;    font-size: 13px; font-weight:700 display: block; text-decoration: none; color: #000; /* IE6 Bug */ line-height: 2em; height: 2em; padding: 0 5px; background-color: #fff; border-right-width: 1px; border-right-color: #CCC; border-right-style: solid; } ul#sidenav li header:hover { color: #666; /* IE6 Bug */ } ul#sidenav li li a {background:#fff} /* set dropdown to default */ ul#sidenav li:hover li a, li.over li a { font-size: 13px; color: #000; background-color: #fff; font-weight:normal } /* this sets all hovered lists to red */ ul#sidenav li a:hover, ul#sidenav li:hover a, li.over a, ul#sidenav li:hover li a:hover, li.over li a:hover { font-size: 13px; color: #000; font-weight:700  } ul#sidenav li ul li  {  } /* Sub Menu Styles */ ul#sidenav li.on ul { display:block  } /* The magic */ ul#sidenav li.off ul{display:none} /* End of styles for EDL Side Bar Simple menu ----------------------------- */ /* Facebox  --------------------------------------------------------------- */ #facebox .b { background:url(https://www.kvmswitchdirect.co.uk/facebox/b.png); } #facebox .tl { background:url(https://www.kvmswitchdirect.co.uk/facebox/tl.png); } #facebox .tr { background:url(https://www.kvmswitchdirect.co.uk/facebox/tr.png); } #facebox .bl { background:url(https://www.kvmswitchdirect.co.uk/facebox/bl.png); } #facebox .br { background:url(https://www.kvmswitchdirect.co.uk/facebox/br.png); } #facebox { position: absolute; top: 0; left: 0; z-index: 100; text-align: left; } #facebox .popup { position: relative; } #facebox table { border-collapse: collapse; } #facebox td { border-bottom: 0; padding: 0; } #facebox .body { padding: 10px; background: #fff; width: 370px; } #facebox .loading { text-align: center; } #facebox .image { text-align: center; } #facebox img { border: 0; margin: 0; } #facebox .footer { border-top: 1px solid #DDDDDD; padding-top: 5px; margin-top: 10px; text-align: right; } #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br { height: 10px; width: 10px; overflow: hidden; padding: 0; } #facebox_overlay { position: fixed; top: 0px; left: 0px; height:100%; width:100%; } .facebox_hide { z-index:-100; } .facebox_overlayBG { background-color: #000; z-index: 99; } * html #facebox_overlay { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); } /* Styles from legacy edits in old versions  --------------------------------------------------------------- */ #guarantee { font-family: 'Metrophobic', calibri, sans-serif; font-size: 12px; } #compliance { width: 210px; border: 3px solid #333; padding: 5px; } .contactdetails { font-family: 'Metrophobic', calibri, sans-serif; font-size: 16px; color: #333333; padding-bottom: 0em; padding-top: 0.5em; padding-left: 0.5em; width: 70%; font-weight: bold; text-align: left; } .contactinfo { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; padding: 10px; width: 70%; } .casestudy { background-color: #EBEBD8; padding: 10px; width: 100%; text-align: left; } .greybox { background-color: #f3f1ed; border:#DEDBD2 1px solid; padding: 10px; width: 320px; text-align: left; } .bigrednotice { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FF0000; text-decoration: none; } .stockmessage { font-family: 'Metrophobic', calibri, sans-serif; font-size: 10px; font-weight: bold; color: #ff0000; text-decoration: none; } .lowstock { font-weight: bold; color: #F60; } .rednotice { font-family: 'Metrophobic', calibri, sans-serif; font-size: 14px; font-weight: normal; color: #FF0000; text-decoration: none; } /*#specifications { font-size: 0.8em; background: #fff; }*/ #specifications table { border-collapse: collapse; background: #fff; } #specifications th { height: 2em; padding: 0 0.5em; text-align: left; background: #8888ff; font-size: 1.1em; } #specifications tr.lyell { height: 1.5em; background: #fffff4; } #specifications tr.lblue { height: 1.5em; background: #f4f4ff; } #specifications td { border-bottom: 1px solid #CCC; padding: 0 0.5em; font-size: 0.9em; border-left: 1px solid #ccc; } #specifications td.spec { font-weight: bold; border-right: 1px solid #ccc; } #specifications td.centre { text-align: center; } #specifications td+td { border-left: 1px solid #CCC; } #specifications td+td+td { border-left: 1px solid #CCC; } a.info_link { border-right: 1px solid #f00; padding: 0 0.5em; } a.info_link_r { padding: 0 0.5em; } .feedback { border-bottom-width: 3px; border-bottom-style: dashed; border-bottom-color: #999; padding-top: 20px; padding-left: 15px; padding-bottom: 20px; } .status{ font-family: "Open Sans",Calibri,sans-serif; font-size:17px; color: #FFF; padding-left: 10px; padding-bottom: 10px; padding-top: 5px; } .Discount { font-size: 12px; color: #333; border: 1px solid #000; padding: 10px; font-weight: bold; background-color: #f1f2f5; } .headernotice { font-family:'Open Sans', Calibri, sans-serif; font-size: 14px; color: #666; padding: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; } .telephone { font-size: 15px; color: #333; font-weight: bold; } .green { color: #009900 }  .red { color: #F00 }  /* In Context PSP form style*/ .container-popup { position: relative; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.5); display: none; } #pspwait { height: 5em; min-width:1px; width:8em; max-width:90%; margin: auto; padding:0.5em; position:absolute; top: 0; right: 0; bottom: 0; left: 0; background:#FFF000; text-align: center; border: solid 1px #FFFFFF; } #payment { height: 32em; min-width:1px; width:400px; max-width:90%; margin: auto; padding:0.5em; position:absolute; top:1em; right: 0; bottom: 0; left: 0; background:#eeeeee; } #payment .has-error { color:red; } #payment .form-group { float:left; width:100%; } #payment .form-group label, #payment .form-group div { float:left; margin:0.5em 0; } #payment .form-group label { width:10em; padding:0.3em; } #payment .form-group div { width:55%; } #payment .form-group div input { width:100%; padding:0.3em; } #payment > a, #payment > a:hover { float:left; } #payment button, #payment button:hover { float:right; } #payment button, #payment button:hover, #payment > a, #payment > a:hover { clear:none; width:auto; margin:4% 1em 4% 0; padding:0.2em 0.5em; font-size:1em; line-height:1.9em; font-weight:bold; color:#666666; text-align:center; text-decoration:none; border:none; background:#cccccc; } #payment button:hover, #payment > a:hover { cursor:pointer; background:#ffffff; }