/* theme.css contains styles that support different sizes of theme images */ @import url("theme.css"); /* begin general styles for all themes */ body, html { margin: 0px; padding: 0px; background: #ffffff;  font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; } form { margin: 0px; } a:link { color: #000066; text-decoration: none; } a:visited { color: #000066; text-decoration: none; } a:hover { color: #14829d; text-decoration: underline; } a:active { color: #14829d; text-decoration: none; } a.checkout-checkoutbg { margin-right: 10px; padding-top: 3px; padding-bottom: 3px; padding-left: 8px; padding-right: 8px; border: #eaeaea 2px solid; border-top: #eaeaea 2px solid; border-right: #333333 1px solid; border-bottom: #333333 1px solid; } a.checkout-checkoutbg:link { color: #eaeaea; text-decoration: none; } a.checkout-checkoutbg:visited { color: #eaeaea; text-decoration: none; } a.checkout-checkoutbg:hover { color: #eaeaea; text-decoration: underline; } a.checkout-checkoutbg:active { color: #eaeaea; text-decoration: underline; } a.checkout-textcolor:link { color: #333333; text-decoration: none; } a.checkout-textcolor:visited { color: #333333; text-decoration: none; } a.checkout-textcolor:hover { color: #333333; text-decoration: underline; } a.checkout-textcolor:active { color: #333333; text-decoration: underline; } ul { list-style-type: square; } .actCHECKOUTEM { background-color: #14829d; } .actCHECKOUTBG { background-color: #eaeaea; } .actxlarge, .actxxlarge { font-size: 20px; color: #333333; } .actlarge { font-size: 16px; color: #333333; } .actlarger, .actregular { font-size: 14px; color: #333333; } .actxsmall, .actsmall { font-size: 12px; color: #333333; } .actsmaller, .actxxsmall { font-size: 10px; color: #333333; } .actwarningcolor, .actrequiredcolor, .actrequired, .actwarning { color: #810909; } .actsearchhighlightcolor { color: #810909; } .actwelcome { font-size: 12px; color: #333333; } table.checkout td, table.checkout td { background-color: #eaeaea; 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: #eaeaea; border-bottom: solid 1px #14829d; } .checkout-cartheading { font-weight: bold; background-color: #14829d; border-top: solid 1px #14829d; border-bottom: solid 1px #14829d; color: #fff; } div.CheckoutCartSection { margin-top: 0px; margin-bottom: 10px; } table.checkout#idTableCheckoutSection { margin-bottom: 0px; } table.checkout-cart { width: 585px; border-collapse: collapse; padding: 0px 0px; margin-bottom: 5px; } table.checkout-cart th{ font-weight: bold; background-color: #eaeaea; border-top: solid 1px #14829d; border-bottom: solid 1px #14829d; padding: 4px 4px; } table.checkout-cart td{ padding: 4px 4px; } table.checkout { width: 585px; border-collapse: collapse; padding: 0px 0px; text-align: left; margin-bottom: 5px; } table.checkout th { background-color: #14829d; font-size: 14px; font-weight: bold; color: #eaeaea; text-align: left; padding: 5px 2px; border-bottom: solid 3px #ffffff; } table.checkout th.instruction { font-size: 12px; font-weight: normal; } table.checkout th.change { font-size: 12px; 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 : 12px; background-color: #14829d; border: 1px solid #000066; color: #ffffff; background-image: url('theme_icon_add_to_cart.gif'); word-spacing: normal; } .cartheading { background-color: #14829d; font-weight: bold; color: #eaeaea; } /* 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: #000066; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-1 { width: 150px; height: 19px; background-color: #000066; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-2 { width: 225px; height: 19px; background-color: #000066; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-3 { width: 300px; height: 19px; background-color: #000066; 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: 585px; 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: #ffffff; } table.CheckoutProgress td.cpi-active{ background-image: url('cpi-background.gif'); font-weight: bold; color: #333333; } 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; } h2.checkout-heading { background-color: #14829d; font-size: 14px; font-weight: bold; color: #eaeaea; padding: 5px 2px; border-bottom: solid 3px #ffffff; width: 585px; } h3.checkout-heading { width: 585px;  padding: 3px 0; background-color: #14829d; font-size: 14px; font-weight: bold; color: #fff; 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; } input.normal-button { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #ffffff; background: #14829d; padding: 5px; border: solid 1px #333333; } input.highlight-button { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #ffffff; background: #000066; padding: 5px; border: solid 1px #333333; } .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: 14px; color: #333333; background-color: #ffffff; padding: 2px; } .InvoiceField input, .InvoiceField select { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; background-color: #ffffff; padding: 2px; } .DeliverField input, .DeliverField select { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; background-color: #ffffff; padding: 2px; } table.checkout#idBothAddressesTable select { width: 211px; } input.checkbox { background-color: #eaeaea; border: 0;	 } .checkout-field-area { background: #eaeaea; border-bottom: solid 2px #ffffff; width: 585px; } .checkout-field-area p { margin: 0; padding: 4px; } div.checkout-buttons { width: 585px;  height: 50px;  margin-top: 20px; } .left {  float : left;  width : 50%;  } .right {  float : right;  width : 40%;  } .spacer {  clear : both;  } .checkout-help-hide {  display: none;  } .best_selling_items	{ padding: 10px; background-color: #ffffff; } .best_selling_items_spacing	{ padding: 0px 0px 8px 8px; } .product_image_cost	{ margin: 0px 0px 10px 0px; text-align: center; }	 .product_list	{ margin: 10px 0px; }	 /* PRODUCT FORMATTING ELEMENTS AND LINE ELEMENTS -------------------------------------------- */ .prodRef { margin: 15px 0px; font-weight: bold; font-size: 14px; color: #14829d; } /* IMAGE FORMATTING ELEMENTS ------------------------------------------------------------ */ .image_float_right { float: right; margin: 20px 0px 15px 20px; } .image_float_right_noTopMargin { float: right; margin: 0px 0px 15px 20px; } .image_product	{ margin: 0px 15px 10px 0px; text-align: center; float: left; } h1	{ font-size: 20px; font-weight: bold; margin: 0px 0px 10px 0px;		 padding: 0px; color: #000066; } h1.sectionHeading	{ margin: 0px; padding: 0px 0px 4px 0px; border-bottom: 3px solid #000066; } h1.fragment	{ margin: 0px; padding: 0px; text-align: center; } h2	{ font-size: 16px; font-weight: bold; margin: 0px 0px 10px 0px; padding: 0px; color: #000066; } h2.checkout	{ font-size: 14px; margin: 0px 0px 6px 0px; } h2.fragment	{ font-size: 16px; margin: 20px 0px 10px 0px; } h2.related, h2.alsoBought, h2.customMktHeader { margin: 20px 0px 0px 0px; padding: 7px 0px 7px 10px; background: url("mkt-header.gif") no-repeat 0 0; color: #FFF; } h2.customMktHeader { background: url("custom-mkt-header.gif") no-repeat 0 0; } h2.clearall	{ margin: 20px 0px 10px 0px; clear: both; } h2.product { font-size: 14px; margin: 12px 0px; } h3, h3.product_price { font-size: 14px; font-weight: bold; margin: 12px 0px; padding: 0px; color: #000066; } h3.rrp_price { color: #FF0000; } .rrp { text-decoration: line-through; } 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: #810909; } .text_product_small_info	{ font-size: 10px; line-height: normal; margin: 5px 0px 5px 0px; padding: 0px; text-align: center; clear: both; } .text_product_small_info_heading	{ margin: 5px 0px; padding: 0px; line-height:normal; color: #14829d; font-weight: bold; font-size: 12px; text-align: center; } .text_product_small_info_price	{ margin: 5px 0px; padding: 0px; line-height:normal; font-weight: bold; font-size: 14px; text-align: center; clear: both; } .text_breadcrumbs	{ font-size: 12px; color: #000066; margin: 0px; line-height:normal; padding: 2px 0px 10px 0px; } .form_button	{ line-height: normal; width: 76px; margin: 0px; padding: 0px 0px 0px 12px; font-size : 12px; background-color: #14829d; border: 1px solid #000066; 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: #14829d; border: 1px solid #000066; color: #ffffff; background-image: url('theme_icon_search.gif'); word-spacing: normal; }	 .form_button_add_to_cart	{ line-height: 13px; height: 20px; width: 86px; margin: 0px 1px 0px 0px; padding: 1px 0px 1px 14px; font-size : 12px; background-color: #14829d; border: 1px solid #000066; color: #ffffff; background-image: url('theme_icon_add_to_cart.gif'); word-spacing: normal; } .form_input_general, .form_input_grid{ line-height: normal; font-size: 12px; word-spacing: normal; } .form_input_grid { text-align: center; } .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: #eaeaea; border: 1px solid #eaeaea; color: #333333; vertical-align: top; } .form_main_search_box_td	{ background-color: #14829d } /************************************************************************************/ /************************************************************************************/ .terms { padding: 15px 0px 10px 0px; color: #333333; } .terms H2 { color: #333333; border-bottom: 3px solid #333333; margin: 0px 0px 8px 0px; padding: 0px 0px 4px 0px; } hr { color: #810909; margin: 6px 0px; padding: 0px; clear: both; height: 1px; } .clear { clear: both; } .highlight { color: #0066CC; } .ColContainer, .searchDisplay { margin: 10px auto; padding: 0px; width: 132px; } .searchDisplay { float: left; margin: 5px; } .FragColContainer { margin: 10px auto; padding: 0px; width: 177px; } .fragLargeImage { margin: 10px auto; text-align: center; } .ColTitle { margin: 0px auto; padding: 0px; text-align: center; font-weight: bold; } .ColTitle a:link, .ColTitle a:visited { display: block; padding: 2px 0px 1px 0px; color: #FFF; text-decoration: none; height: 32px; background: url("section-header-bg.gif") no-repeat 0 0; } .ColTitle a:hover, .ColTitle a:active { color: #FFF; background: url("section-header-bg.gif") no-repeat -132px 0; } .FragColTitle a:link, .FragColTitle a:visited { display: block; padding: 2px 3px 1px 3px; color: #FFF; text-decoration: none; height: 32px; background: url("fragment-header-bg.gif") no-repeat 0 0; text-align: center; font-weight: bold; } .FragColTitle a:hover, .FragColTitle a:active { color: #FFF; background: url("fragment-header-bg.gif") no-repeat -177px 0; } .ColImage { margin: 0px auto; text-align: center; border: 1px solid #ccc; border-top: none; } .ColText { margin: 0px auto; padding: 5px; text-align: center; border: 1px solid #ccc; border-top: none; color: #FF333; font-weight: bold; } .ColPrice { margin: 0px auto; padding: 5px; text-align: center; border: 1px solid #ccc; border-top: none; font-weight: bold; color: #0066cc; } .ColRRP { margin: 0px auto; padding: 5px; text-align: center; border: 1px solid #ccc; border-top: none; font-weight: bold; color: #ff0000; } .relatedTable { border: 1px solid #ccc; border-top: none; border-right: none; border-collapse: collapse; width: 585px; } .relatedTable td { border-right: 1px solid #ccc; vertical-align: top; text-align: center; width: 25%; } .divider { margin: 8px 0px; border-bottom: 1px solid #810909; height: 1px; padding: 0px; } .rightProductColumn { border-left: 1px solid #ccc; width: 257px; padding: 0px 0px 0px 10px; float: left; height: 300px; } .mpp { border: 1px solid #ccc; border-collapse: collapse; } .mpp td { border: 1px solid #ccc; padding: 3px; } .mpp th { background: url("palette-bg.jpg") repeat-x 0 0; color: #fff; font-weight: bold; font-size: 14px; padding: 5px; } .mppRowOdd td { background: #eaeaea; } .leftProdCont { float: left; width: 300px; margin: 0px; padding: 0px 10px 0px 0px; clear: both; } .rightProdCont { float: left; border-left: 1px solid #ccc; width: 264px; margin: 0px; padding: 0px 0px 0px 10px; }
