/* theme.css contains styles that support different sizes of theme images */ @import url("theme.css"); /* begin general styles for all themes */ body { margin: 10px 0px; padding: 0px; background: #ffffff url("background1.gif"); font-family: Arial, Helvetica, sans-serif; color: #383431; font-size: 12px; } td { vertical-align: top; } form { margin: 0px; } a:link { color: #245d95; text-decoration: none; } a:visited { color: #245d95; text-decoration: none; } a:hover { color: #992829; text-decoration: underline; } a:active { color: #992829; 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: #383431 1px solid; border-bottom: #383431 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: #383431; text-decoration: none; } a.checkout-textcolor:visited { color: #383431; text-decoration: none; } a.checkout-textcolor:hover { color: #383431; text-decoration: underline; } a.checkout-textcolor:active { color: #383431; text-decoration: underline; } ul { list-style-type: square; } .actCHECKOUTEM { background-color: #245d95; } .actCHECKOUTBG { background-color: #eaeaea; } .actxlarge, .actxxlarge { font-size: 20px; color: #383431; } .actlarge { font-size: 16px; color: #383431; } .actlarger, .actregular { font-size: 14px; color: #383431; } .actxsmall, .actsmall { font-size: 12px; color: #383431; } .actsmaller, .actxxsmall { font-size: 10px; color: #383431; } .actwarningcolor, .actrequiredcolor, .actrequired, .actwarning { color: #992829; font-weight: bold; font-size: 14px; } .actsearchhighlightcolor { color: #992829; } 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 #245d95; } .checkout-cartheading { font-weight: bold; background-color: #eaeaea; border-top: solid 1px #245d95; border-bottom: solid 1px #245d95; } div.CheckoutCartSection { margin-top: 0px; margin-bottom: 10px; } table.checkout#idTableCheckoutSection { margin-bottom: 0px; } table.checkout-cart { width: 595px; border-collapse: collapse; padding: 0px; margin-bottom: 5px; } table.checkout-cart th{ font-weight: bold; background-color: #eaeaea; border-top: solid 1px #245d95; border-bottom: solid 1px #245d95; padding: 4px 4px; } table.checkout-cart td{ padding: 4px 4px; } table.checkout { width: 595px; border-collapse: collapse; padding: 0px 0px; text-align: left; margin-bottom: 5px; } table.checkout th { background: url("palette-bg.jpg") repeat-x 0px -10px; 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: #659ac8; border: 1px solid #245d95; color: #ffffff; background-image: url('theme_icon_add_to_cart.gif'); word-spacing: normal; } .cartheading { background-color: #245d95; font-weight: bold; color: #eaeaea; } h2.checkout-heading { background: url("palette-bg.jpg") repeat-x 0px -12px; font-size: 14px; font-weight: bold; color: #eaeaea; padding: 5px 2px; border-bottom: solid 3px #ffffff; width: 591px; } h3.checkout-heading { width: 585px;  padding: 3px 0px 3px 10px; background: url("palette-bg.jpg") repeat-x 0px -12px; font-size: 14px; font-weight: bold; color: #eaeaea; 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: #659ac8; padding: 5px; border: solid 1px #383431; } input.highlight-button { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #ffffff; background: #245d95; padding: 5px; border: solid 1px #383431; } .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: #383431; background-color: #ffffff; padding: 2px; } .InvoiceField input, .InvoiceField select { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #383431; background-color: #ffffff; padding: 2px; } .DeliverField input, .DeliverField select { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #383431; 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: 595px; } .checkout-field-area p { margin: 0; padding: 4px; } div.checkout-buttons { width: 595px;  height: 50px;  margin-top: 20px; } .left {  float: left;  width: 50%;  } .right {  float: right;  width: 40%;  } .spacer {  clear: both;  } .checkout-help-hide {  display: none;  } .product_list	{ margin: 10px 0px; }	 /* PRODUCT FORMATTING ELEMENTS AND LINE ELEMENTS -------------------------------------------- */ .prodRef { margin: 15px 0px; font-weight: bold; font-size: 14px; color: #659ac8; } /* Recently Viewed Products List Style ------------------------------------ */ #rphtml { display: none;  visibility:hidden; } /* Used internally - do not delete */ #recenthtlist { width: 580px; text-align:left; } #recenthtitem { border-spacing: 0px; border-collapse: collapse; } #recenthtitem td { width: 20%; padding: 4px; text-align: center; border-left: 1px solid #992829; border-right:1px solid #992829; font-size: 11px; } .recenthtitemimage { border-top: 1px solid #992829; } .recenthtitemdelete { border-bottom: 1px solid #992829; } .recenthtitemspacer { width:2px !important;  border:0 !important; padding: 0px !important; } .recenththeader { padding: 3px; font-size: 16px; font-weight: bold; margin: 0px; color: #659ac8; width: 574px; border-top: 1px solid #992829; border-bottom: 1px solid #992829; } .recenthtbuttonleft { float: left; cursor: pointer; width: 100px; border: 0; background-color: #ffffff; } .recenthtbuttonright { float: right; cursor: pointer; width: 100px; border: 0; background-color: #ffffff; } /************************************************************************************/ /* IMAGE FORMATTING ELEMENTS ------------------------------------------------------------ */ .image_float_right { float: right; margin: 0px 0px 15px 20px; } .image_float_left { float: left; margin: 0px 20px 15px 0px; } .image_product	{ margin: 0px 0px 10px 0px; text-align: center; float: left; border-right: 1px solid #ccc; padding: 0px 10px 0px 0px; } h1	{ font-size: 20px; font-weight: bold; margin: 0px 0px 10px 0px;		 padding: 0px; color: #245d95; } h1.sectionHeading	{ margin: 0px; padding: 0px 0px 4px 0px; border-bottom: 2px solid #245d95; } h1.fragment	{ padding: 0px; } h1.tc	{ text-align: center; color: #383431; } h1.product { margin: 0px 0px 15px 0px; font-size: 14px; color: #383431; } h2	{ font-size: 16px; font-weight: bold; margin: 0px 0px 10px 0px; padding: 0px; color: #245d95; } h2.checkout	{ font-size: 14px; margin: 0px 0px 6px 0px; } h2.fragment	{ margin: 0px 0px 10px 0px; } h2.related, h2.alsoBought { margin: 20px 0px 0px 0px; padding: 6px 0px 6px 10px; background: url("related-bg.gif") no-repeat; color: #FFF; clear: both; } h2.price { font-size: 14px; font-weight: bold; margin: 15px 0px; padding: 0px; color: #383431; } h2.interested { font-size: 14px; font-weight: bold; margin: 15px 0px 10px 0px; color: #383431; } h2.rrp { color: #992829; } h2.clearall { margin: 20px 0px 10px 0px; clear: both; } h3 { font-size: 14px; font-weight: bold; margin: 15px 0px; padding: 0px; color: #245d95; } .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: #992829; } .mktName { margin: 3px 0px; padding: 0px; text-align: center; clear: both; height: 52px; font-size: 11px; } .sidebarMktName { margin: 0px 0px 6px 0px; padding: 0px; font-size: 10px; text-align: left; } .mktImage { margin: 5px 0px; padding: 0px; text-align: center; clear: both; } .sidebarMktImage { margin: 0px 6px 6px 0px; padding: 0px; float: left; } .mktPrice { margin: 5px 0px; padding: 0px; font-weight: bold; font-size: 14px; text-align: center; clear: both; } .sidebarMktPrice { margin: 6px 0px; padding: 0px; font-weight: bold; font-size: 14px; text-align: left; } .breadcrumb	{ font-size: 12px; color: #245d95; margin: 0px 0px 5px 0px; line-height: normal; padding: 2px 0px; text-align: center; } .text_options	{ font-weight: bold; } .form_input_general	{ line-height: normal; font-size: 14px; word-spacing: normal; text-align: center; margin: 0px 2px; padding: 0px; } /************************************************************************************/ /************************************************************************************/ .fragCont { margin: 0px 0px 15px 0px; } p.fragment { margin: 0px; } .terms { padding: 0px 0px 20px 0px; color: #383431; } .terms H2 { color: #383431; border-bottom: 2px solid #383431; margin: 0px 0px 8px 0px; padding: 0px 0px 4px 0px; } .clear { clear: both; } .highlight { color: #0066CC; } .fragColCont { margin: 0px auto; padding: 0px; width: 182px; } .ColCont, .searchDisplay { margin: 5px auto; padding: 4px; width: 172px; border: 2px solid #ccc; } .searchDisplay { float: left; margin: 5px; } .ColCont:hover, .searchDisplay:hover { border: 2px solid #659ac8; } .ColTitle { margin: 0px auto 5px auto; padding: 0px; text-align: center; font-weight: bold; } .ColTitle a:link, .ColTitle a:visited { display: block; padding: 2px 3px; text-decoration: none; color: #666; height: 45px; } .ColTitle a:hover, .ColTitle a:active { text-decoration: none; } .fragColTitle { margin: 0px; padding: 0px; text-align: center; font-weight: bold; } .fragColTitle a:link, .fragColTitle a:visited { display: block; padding: 2px 3px; text-decoration: none; height: 32px; margin: 0px; background: url("frag-header.gif") 0px 0px; color: #fff; } .fragColTitle a:hover, .fragColTitle a:active { background: url("frag-header.gif") -364px 0px; }	 .ColImage { margin: 0px auto; text-align: center; } .fragColImage { margin: 0px auto; text-align: center; border: 1px solid #ccc; border-top: none; } .ColText { margin: 0px auto; padding: 5px; text-align: center; font-size: 11px; } .fragColText { margin: 0px auto; padding: 5px; text-align: center; border: 1px solid #ccc; border-top: none; font-size: 11px; } .ColPrice { margin: 0px auto; padding: 5px 0px; text-align: center; font-weight: bold; color: #383431; font-size: 12px; } .mktTable { border: 1px solid #ccc; border-top: none; border-right: none; border-collapse: collapse; width: 100%; } .mktTable td { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; } .divider { margin: 6px 0px; border-bottom: 1px solid #992829; height: 1px; padding: 0px; } .pal1 { color: #245d95; } .pal2 { color: #659ac8; } .pal3 { color: #992829; } .topGrid { border: none; margin: 10px 0px 15px 0px; } .bottomGrid { border-left: 1px solid #ccc; border-collapse: collapse; padding: 5px 3px; margin: 10px 0px; } .bottomGrid td { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; vertical-align: middle; } .bottomGrid th { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #992829 url("palette-bg.jpg") repeat-x 0px -12px; color: #fff; text-align: left; } .grdPrice { text-align: center !important; } .grdOrderQty { width: 100px; text-align: center !important; } .grdFormInput { line-height: normal; font-size: 12px; word-spacing: normal; text-align: center; } .loginImage { float: left; margin: 0px 10px 10px 0px; } .customStock { font-weight: bold; color: #992829; border: 2px dashed #992829; padding: 3px; font-size: 14px; text-align: center; } .mayBeInterested { width: 595px; margin: 0px; padding: 0px; } .mayBeInterested td { width: 25%; vertical-align: top; padding: 0px; } .searchOr { font-weight: bold; color: #fff; } .Qminus, .Qplus { height: 16px; width: 14px; background: url("quantity-minus.gif") no-repeat center center; display: inline-block; margin: 0px; padding: 0px; } .Qplus { background: url("quantity-plus.gif") no-repeat center center; } #epsonsearch { background: url('epsonsearch-bg.gif') no-repeat scroll center bottom transparent; padding: 10px 8px 8px 10px; width: 160px; } .brand-images { width: 990px; margin-left: auto; margin-right: auto; } .brand-images a { padding-left: 3px; padding-right: 3px; } .brand-images a:link, a:visited, a:selected, a:link, a:active{ color: white; } .brand-images img { width: 90px; border:  none; } .homepagetext { font-size:6px;  color: #659ac8; width: 590px; } .homepagetext a:link, a:visited, a:selected, a:link, a:active{ color: #659ac8; } .RepairHeader { color: #07ACEC; display: block; text-align: left; font-weight: bold; margin-right: 3px; padding-top: 10px; padding-bottom: 10px; text-decoration: none; }