/* "Flame" stylesheet for osC created by Rhea Anthony 08/08/2005 - these stylesheet settings apply to all media - for printing styles edit templates/print.css - modified 2004/03/18 PaulM PandA.nl - To optimize the stylesheet for small filesize (=>maximum speed) you can remove most comments, and group the styles. */ /* begin imported some styles from original osC stylesheet */ .smallText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; } .messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; } TD.main, P.main { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; line-height: 1.5; } textarea { width: 100%; font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; } /* end import from original stylesheet */ /* the body tag for the html template */ body, html { margin: 0; padding: 0; text-align: center; /* needed for IE center bug */ color: #000000; background: #000000; } /* pageWrapper div for centering and fixing width settings! 2005/08/08 */ div#pageWrapper { margin: 0 auto 10px auto; /* sets margin from top of browser page to start of web page */ width: 1000px; /* set total pagewidth or set at 100% */ background: #FFFFFF; } /* no need to edit this - standard setting */ form { display: inline; } /* no need to edit this - standard setting */ td { vertical-align: top; } /* no need to edit this - standard setting */ td.productListing-data { vertical-align: middle; } table#mainLayoutLT { margin: 0px auto; width: 100%; } /* total width of the sub-table containing the info boxes */ td.columnLT { width: 175px; padding: 0; } /* total width of the info boxes */ table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT { width: 175px; } /* relative width of the info box table and sub tables */ table.infoBoxLT td table { width: 100%; } /* class called infoboxContents in standard osCommerce */ td#contentLT { width: 650px; /* modif FB */ } /* just sets the margins for info boxes */ .infoBoxLT { padding-left:5px; padding-right:5px; padding-top:15px; border-style:solid; border-width:2px; } /* sets the padding for class called infoboxContents in standard osCommerce */ td#contentLT { padding: 10px 12px ; } /* padding for the infoBox headings */ td.infoBoxHeadingLT, .infoBoxHeading { padding: 2px 4px; font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; color: #ffffff; } td.boxTextLT { padding: 6px 5px; } div#imageNavLT{ margin: 12px 7px 0 0; float: right; } .navRightLT { float: right; } .boxTextLT select { width: 90%; } td#navBarTopLT div, td#navBarBottomLT div { margin: 1px 5px; height: 17px; } .logoLT { text-align: center; } .navLeftLT { float: left; } .footerLT { text-align: center; } .footerLT div { margin: 5px auto; } .infoBoxHeadingLT div { float: left; } #languagesBoxLT, #specialsBoxLT, #currenciesBoxLT, #whats_newBoxLT, #manufacturersBoxLT, #searchBoxLT, #tell_a_friendBoxLT { text-align: center; } /* begin colors and borders (for link colors: see the link styles section below) */ /* controls colours of module borders and borders around button areas*/ table.infoBox, table.productListing { border: #000000 solid 1px; } .productListing-heading { background: #242424; font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; color: #ffffff; } tr.productListing-even td { background-color: #ffffff} tr.productListing-odd td.productListing-data { background-color: #ffffff; } .errorText { color: red; } /* .cBoxE higlighting for categories box enhancement contrib */ .cBoxE { color: red; } /* leave at zero or else it will conflict with images used in infoBox headers and new products module */ td.infoBoxHeading { border: 0px black solid; } /* controls colour of top and bottom navbar borders */ td#navBarTopLT, td#navBarBottomLT { border: 1px #000000 solid; border-width: 1px 0; } /* controls colour and style of webpage outer border */ table#mainLayoutLT { border: 2px solid #bdb7b7; border-width: 0 2px 2px 2px } /* controls border colour of info boxes only - safe to change */ .infoBoxLT td { border: 2px #242424 solid; } /* controls colour of page heading text */ #contentLT table td.pageHeading, h1 { color: #000000; } /* this is a table border, so leave at zero */ .infoBoxLT td table td { border-width: 0px; } /* controls colour of text used to greet user */ .inputRequirement, .greetUser { color: #000000; } /* example how to assign styles to one individual small infobox (delete if you don't like) */ table#shopping_cartBoxLT { font-weight: bold; color: #e00; } /* displays a background image or colour plus style in headers for info boxes and product listings */ td.infoBoxHeadingLT, .infoBoxHeading, .productListing-heading { background: #242424; } /* end colors and borders */ .infoBoxHeading img { display: none; } /* begin fonts */ #copyRightLT { font-size: 11px; } td.infoBoxHeading { font-weight: bold; } .infoBoxLT td, .infoboxLT td.boxTextLT form select { font-size: 11px; font-family: arial, sans-serif; } #navBarTopLT, #navBarBottomLT { font-size: 12px; font-weight: bold; color: #000000; } /* font size for content in and outside tables */ #contentLT table td, #contentLT { font-size: 11px; font-family: arial, sans-serif; } /* controls font and size used in page headings */ #contentLT table td.pageHeading, h1 { font-size: 22px; font-weight: normal; font-family: arial, sans-serif; text-indent: 15px; padding-top: 5px; } /* end fonts */ /* begin link styles */ .infoBoxHeadingLT a { float: right; margin: 2px; } a { text-decoration: none; color: #333030; } a:hover { text-decoration: underline; color: red; background-color: #FFFFFF; } /* end link styles */ .moduleRow { } .moduleRowOver { background-color: #000000; cursor: pointer; cursor: hand; } .moduleRowSelected { background-color: #000000; } /* ------- Zoom image ADD : START -------- */ #showimage{ position:absolute; visibility:hidden; border: 0px; z-index:1000 } #dragbar{ cursor: hand; cursor: pointer; background-color: #bbc3d3; min-width: 100px; /*NS6 style to overcome bug*/ } #dragbar #closetext{ font-weight: bold; margin-right: 1px; } /* ------- Zoom image ADD : END -------- */ #topNav { POSITION: absolute; LINE-HEIGHT: 21px; TOP: 85px; } #topNav LI { POSITION: relative; FLOAT: left; list-style-type: none ; left:-95px } #topNav LI A, #topNav LI span.none { MARGIN-LEFT: 50px; DISPLAY: block; PADDING-TOP: 0px; list-style-type: none ; } #topNav LI:hover .boxButton { PADDING-BOTTOM: 50px; } #topNav LI.focused .boxButton { PADDING-BOTTOM: 50px; } #topNav LI .boxButtonHov { PADDING-BOTTOM: 50px; } #header-cart .boxHover a { margin-left: 40px; text-align:center; } #header-cart LI:hover A.boxButton { COLOR: #fff; TEXT-DECORATION: none; background:none } #header-cart LI .boxButtonHov { COLOR: #fff; TEXT-DECORATION: none } #header-cart LI:hover .boxHover { DISPLAY: block; list-style-type: none } #header-cart LI.focused .boxHover { DISPLAY: block; list-style-type: none } #header-cart .boxHover A { COLOR: #fff; FONT-SIZE: 1em; FONT-WEIGHT: bold; TEXT-DECORATION: underline; } #header-cart .boxHover A:hover { TEXT-DECORATION: none } div#menu_header_wrapper { height:126px; width:100%; border-bottom: 2px solid #bdb7b7; } .boxHover { POSITION: absolute; PADDING-BOTTOM: 20px; text-indent: 30px; DISPLAY: none; BACKGROUND: #bc0000; text-align:left; z-index:1000 } #topNav #rss .boxHover A { LINE-HEIGHT: 21px; WIDTH: 200px; } #topNav #rss .boxHover A:hover { background:none } #rss .boxHover { WIDTH: 206px; TOP: 29px; } CHECKBOX, INPUT, RADIO, SELECT {font-size: 11px; line-height:11px;font-family:Arial, Helvetica, sans-serif;} TEXTAREA {width: 100%;font-size:11px;font-family:Arial, Helvetica, sans-serif;} /* ************************************************************************************* */ /* ************************************************************************************* */ .width_table {width:982px;position:relative; margin:auto;} .width1_td {padding:0px 6px 0px 6px;background:url(images/z1.gif) 100% 100% no-repeat;} .width2_td {padding:0px 0px 0px 0px;} .width3_td {padding:0px 0px 0px 0px;} /* ************************************************************************************* */ /* ************************************************************************************* */ .main_table {background:url(images/spacer.gif) 223px 0px repeat-y;} .box_width_left {width:206px;} .box_width_right {width:0px;} .content_width_td {width:100%;padding:0px 0px 3px 0px} .box_width_td_left {padding:0px 6px 0px 0px;} .box_width_td_right {padding:0px 0px 3px 0px; display:none;} /* ************************************************************************************* */ /* ************************************************************************************* */ .row_1 {padding:0px 0px 0px 0px; height:126px; text-align:center;background:url(images/row_1.jpg) 0px 0px repeat-x #0f0f0f;} .row_2 {padding:0px 6px 0px 6px; text-align:center; background:#cfd2c7;} .row_3 {padding:0px 6px 0px 6px; height:100%; text-align:center; background:#aeb1a7;} /* ************************************************************************************* */ /* ************************************************************************************* */ .menu {padding:0px 0px 0px 0px; width:100%;background:url(images/menu_bg3.gif) 0px 0px repeat-x;} .menu div {background:url(images/menu_left3.gif) 0px 0px no-repeat;} .menu table {background:url(images/menu_right3.gif) 100% 0px no-repeat;} .menu td {width:auto;vertical-align:middle; text-align:center;} .menu td a {display:block;} .menu_separator {width:25%; text-align:center;padding:0px 4px 0px 4px;} /* ************************************************************************************* */ .row_2 .border {border-left:1px solid #c7cbbf;border-right:1px solid #c7cbbf; background:#ffffff;} .row_2 .border .width2_td {border-left:1px solid #b8bbae;border-right:1px solid #b8bbae;padding:3px 4px 0px 4px;} .row_3 .border {border-left:1px solid #a8aba0;border-right:1px solid #a8aba0;height:100%;} .row_3 .border .width3_td {border-left:1px solid #9a9e92;border-right:1px solid #9a9e92;height:100%;padding:3px 4px 0px 4px;} /* ************************************************************************************* */ /* ************************************************************************************* */ .logo {padding:0px 0px 0px 270px; height:84px;} .banner_02 {padding:0px 0px 6px 0px; width:100%;} /* ************************************************************************************* */ .header {vertical-align:middle; text-align:right; float:right; width:348px;} .header td {vertical-align:middle;} .header td {color:#878a7e; font-size:12px; line-height:14px; font-weight:normal;font-family:Arial, Helvetica, sans-serif; text-transform:lowercase;} .header img {vertical-align:middle;} .header_separator {text-align:center; width:50%;} .nav_separator img {margin:0px 12px 0px 12px; vertical-align:middle;} .currencies {padding:0px 0px 2px 0px;} .language {padding:0px 11px 2px 0px;} /* ************************************************************************************* */ .z1 {} .z1 table {width:206px; height:42px;} .z1 td {padding:6px 10px 6px 55px; vertical-align:middle;} .z1 b {color:#ffc704; font-size:12px; line-height:13px; font-weight:bold;font-family:Arial Narrow, Helvetica, sans-serif; display:block; padding-bottom:0px; text-transform:uppercase;} .z1 td {color:#ffffff; font-size:12px; line-height:14px; font-weight:normal;font-family:Arial, Helvetica, sans-serif;} .z1 a {color:#ffffff; font-size:12px; line-height:14px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-decoration:none} .z1 a:hover {color:#ffffff; text-decoration:underline;} /* ************************************************************************************* */ .select {width:100%;border:1px solid #808080;border-right:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd;background:#ffffff; color:#878a7e;vertical-align:middle;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;} .select2 {margin:4px 0px 3px 0px;} .select2 td {padding:11px 0px 10px 0px; height:36px; vertical-align:middle;} .select2 select {width:70%; border:1px solid #808080;border-right:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd;background:#ffffff; color:#464545;vertical-align:middle;margin:0px 10px 2px 10px;} .search .go {width:100%;border:0px solid #808080;background:transparent; color:#4f4f4f;vertical-align:middle;margin:0px 0px 0px 0px;height:18px; padding-top:1px; padding-left:5px; padding-right:5px;} /* ************************************************************************************* */ /* ************************************************************************************* */ .footer td img {margin:4px 0px 0px 0px;} .footer {padding:0px 0px 0px 0px;} .footer_td {width:206px; text-align:center; height:88px;} .footer2_td {width:100%;padding:0px 0px 0px 15px; text-align:left;} .footer .footer2_td {vertical-align:middle;} .footer {color:#452505; font-size:11px; line-height:20px; font-weight:normal; font-family:Tahoma, Geneva, sans-serif; vertical-align:middle;} .footer td {color:#452505; font-size:11px; line-height:20px; font-weight:normal; font-family:Tahoma, Geneva, sans-serif; vertical-align:middle;} .footer a {color:#452505; font-size:11px; line-height:20px; font-weight:normal; font-family:Tahoma, Geneva, sans-serif; text-decoration:none;} .footer a:hover {color:#452505;text-decoration:underline;} .footer span {color:#212121; font-size:11px; font-weight:normal; font-family:Tahoma, Geneva, sans-serif;} .footer span a {color:#212121; font-size:11px; font-weight:normal; font-family:Tahoma, Geneva, sans-serif;text-decoration:none;} .footer span a:hover {color:#212121;text-decoration:underline;} .footer b {color:#452505; font-size:11px; font-weight:bold; font-family:Tahoma, Geneva, sans-serif; text-decoration:none;} .footer b a {color:#452505; font-size:11px; font-weight:bold; font-family:Tahoma, Geneva, sans-serif; text-decoration:underline;} .footer b a:hover {color:#452505; text-decoration:none;} /* ************************************************************************************* */ /* ************************************************************************************* */ .popup_bg {padding:0px 0px 0px 0px; background:#000000;} .popup_width_table {margin:0px 0px 0px 0px;background:url(images/p_logo.jpg) 0px 0px no-repeat #000000;width:408px; margin:auto;} .popup_width_td {padding:0px 0px 0px 0px;} .popup_1 {height:94px;padding:20px 12px 0px 0px; text-align:right;} .popup_2 {padding:6px 6px 0px 6px;background:#ffffff;} .popup {height:100%;} .popup td {color:#353535; font-size:11px; line-height:16px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; } .popup strong {color:#353535; font-size:11px; line-height:13px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;text-decoration:none;padding:10px 0px 4px 0px; display:block; } .popup a, .popup a u {color:#ffffff; font-size:12px; font-weight:normal; text-decoration:none;} .popup a:hover {color:#ffffff; text-decoration:underline;} .popup .popup_footer td {color:#452505; font-size:12px; line-height:16px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; vertical-align:top; height:41px; vertical-align:middle;} .popup .popup_footer a {color:#452505; font-size:12px; line-height:16px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-transform:none; text-decoration:none;} .popup .popup_footer a:hover {color:#452505;text-decoration:underline;} /* ************************************************************************************* */ .wrapper_header_tl {background:url(images/wrapper_header_tl.gif) 0px 0px no-repeat #f8f8f8; width:100%;} .wrapper_header_tr {background:url(images/wrapper_header_tr.gif) 100% 0px no-repeat;padding:10px 9px 0px 13px; height:99px;} /* ************************************************************************************* */ /* ************************************************************************************* */ .wrapper2_t {background:url(images/wrapper2_t.gif) 0px 0px repeat-x #ffffff;} .wrapper2_b {background:url(images/wrapper2_b.gif) 0px 100% repeat-x;} .wrapper2_r {background:url(images/wrapper2_r.gif) 100% 0px repeat-y;} .wrapper2_l {background:url(images/wrapper2_l.gif) 0px 0px repeat-y;} .wrapper2_tl {background:url(images/wrapper2_tl.gif) 0px 0px no-repeat; width:100%;} .wrapper2_tr {background:url(images/wrapper2_tr.gif) 100% 0px no-repeat;} .wrapper2_bl {background:url(images/wrapper2_bl.gif) left 100% no-repeat;} .wrapper2_br {background:url(images/wrapper2_br.gif) 100% 100% no-repeat;padding:8px 6px 7px 6px;} /* ************************************************************************************* */ /* ************************************************************************************* */ .infoBox_ {margin:3px 0px 9px 0px;} .infoBox_ .infoBox__ {border:1px solid #ebebeb;padding:10px 9px 10px 9px; background:#ffffff;} /* ************************************************************************************* */ .infoBox_ TEXTAREA, .infoBox_ .main TEXTAREA, .infoBox_ .main input, .infoBox_ .main select, .infoBox_ .fieldValue select, .infoBox_ .fieldValue input {border:1px solid #808080;border-right:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd;background:#ffffff; color:#464545;} /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ .infoBoxHeading_table {margin:0px 0px 0px 0px; background:#e9efe3; border:14px solid #e9efe3; border-width:0px 14px 0px 14px;} .infoBoxHeading_td {background:url(images/infoBoxHeading_td.gif) 0px 100% repeat-x; width:100%; height:34px;padding:11px 10px 0px 14px; vertical-align:top;} /* ************************************************************************************* */ .popup .infoBoxHeading_td {color:#da000c;font-size:12px;line-height:12px;font-weight:bold;font-family:arial;} .infoBoxHeading_td {color:#da000c;font-size:12px;line-height:12px;font-weight:bold;font-family:arial; text-transform:uppercase;} .infoBoxHeading_td a {color:#da000c;font-size:12px;line-height:12px;font-weight:bold;font-family:arial;text-decoration:none} .infoBoxHeading_td a:hover {color:#da000c; text-decoration:underline;} /* ************************************************************************************* */ /* ************************************************************************************* */ .infoBox_table {margin:0px 0px 6px 0px;background:url(images/infoBox_table.gif) 0px 0px repeat-x #e7eee0;} .infoBox_td {padding:0px 0px 0px 0px; width:100%;} /* ************************************************************************************* */ .infoBoxContents_table {margin:0px;} .infoBoxContents_table .boxText {padding:9px 28px 9px 28px; height:61px;width:100%;} /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ .infoBoxHeading2_table {margin:0px 0px 0px 0px; background:#272727; border:14px solid #272727; border-width:0px 14px 0px 14px;} .infoBoxHeading2_td {background:url(images/infoBoxHeading2_td.gif) 0px 100% repeat-x; width:100%; height:34px;padding:11px 10px 0px 14px; vertical-align:top;} /* ************************************************************************************* */ .popup .infoBoxHeading2_td {color:#ffa505;font-size:12px;line-height:12px;font-weight:bold;font-family:arial;} .infoBoxHeading2_td {color:#ffa505;font-size:12px;line-height:12px;font-weight:bold;font-family:arial; text-transform:uppercase;} .infoBoxHeading2_td a {color:#ffa505;font-size:12px;line-height:12px;font-weight:bold;font-family:arial;text-decoration:none} .infoBoxHeading2_td a:hover {color:#ffa505; text-decoration:underline;} /* ************************************************************************************* */ /* ************************************************************************************* */ .infoBox2_table {margin:0px 0px 6px 0px;background:url(images/infoBox2_table.gif) 0px 0px repeat-x #202020;} .infoBox2_td {padding:0px 0px 0px 0px; width:100%;} /* ************************************************************************************* */ .infoBoxContents2_table {margin:0px;} .infoBoxContents2_table .boxText{padding:9px 28px 9px 28px; height:61px;width:100%;} /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ .infoBoxHeading3_table {margin:0px 0px 0px 0px; background:#e9efe3; border:14px solid #e9efe3; border-width:0px 14px 0px 14px;} .infoBoxHeading3_td {background:url(images/infoBoxHeading3_td.gif) 0px 100% repeat-x; width:100%; height:34px;padding:11px 10px 0px 14px; vertical-align:top;} /* ************************************************************************************* */ .popup .infoBoxHeading3_td {color:#7f9f14;font-size:12px;line-height:12px;font-weight:bold;font-family:arial;} .infoBoxHeading3_td {color:#7f9f14;font-size:12px;line-height:12px;font-weight:bold;font-family:arial; text-transform:uppercase;} .infoBoxHeading3_td a {color:#7f9f14;font-size:12px;line-height:12px;font-weight:bold;font-family:arial;text-decoration:none} .infoBoxHeading3_td a:hover {color:#7f9f14; text-decoration:underline;} /* ************************************************************************************* */ /* ************************************************************************************* */ .infoBox3_table {margin:0px 0px 4px 0px;background:url(images/infoBox_table.gif) 0px 0px repeat-x #e7eee0;} .infoBox3_td {padding:0px 0px 0px 0px; width:100%;} /* ************************************************************************************* */ .infoBoxContents3_table {margin:0px;} .infoBoxContents3_table .boxText{padding:9px 28px 9px 28px; height:61px;width:100%;} /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ .box_cart {margin-top:15px;margin-bottom:11px;} .box_cart td {padding:4px 0px 4px 0px;} .boxText font {color:#2b4605; text-decoration:none; font-size:11px; font-weight:normal;} .boxText font a {color:#2b4605; text-decoration:none; font-size:11px; font-weight:normal;} .boxText font a:hover {color:#2b4605;} .boxText font.sc a {color:#2b4605; text-decoration:none; font-size:11px; font-weight:bold;} .boxText font.sc a:hover {color:#2b4605; text-decoration:underline} .boxText strong a {color:#2b4605; text-decoration:none; font-size:11px; line-height:14px; font-weight:bold;font-family:Arial, Helvetica, sans-serif;} .boxText strong a:hover {color:#2b4605; text-decoration:none} /* ************************************************************************************* */ /* ************************************************************************************* */ .boxText SPAN.newItemInCart {color: #ff0000;font-size:12px; line-height:14px;font-family:Arial, Helvetica, sans-serif;padding:4px 0px 4px 0px;} .boxText a .newItemInCart {color: #ff0000;font-size:12px; line-height:14px;font-family:Arial, Helvetica, sans-serif;} .boxText a:hover .newItemInCart {color: #ff0000; text-decoration:underline;} .boxText SPAN.oldItemInCart {color: #4f4f4f;font-size:12px; line-height:14px;font-family:Arial, Helvetica, sans-serif;padding:4px 0px 4px 0px; display:block;} .boxText a .oldItemInCart {color: #4f4f4f;font-size:12px; line-height:14px;font-family:Arial, Helvetica, sans-serif;} .boxText a:hover .oldItemInCart {color: #4f4f4f; text-decoration:underline;} /* ************************************************************************************* */ /* ************************************************************************************* */ .boxText, .boxText td {color:#353434; font-size:13px; line-height:16px; font-family:Arial, Helvetica, sans-serif; } .boxText a {color:#535151; font-size:12px; line-height:12px; font-family:Arial, Helvetica, sans-serif; text-decoration:none;} .boxText a:hover {text-decoration:underline;} .boxText .order_history {width:100%;padding:3px 5px 3px 0px;} .boxText .order_history a {color:#535151; font-size:13px; line-height:16px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-decoration:none;} .boxText .order_history a:hover {color:#535151; text-decoration:none;} .boxText span a {color:#535151; font-size:12px; line-height:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-decoration:none;} .boxText span a:hover {color:#535151; text-decoration:none;} .boxText span.productSpecialPrice {color:#b90a08;font-size:25px; line-height:27px;font-family:Arial, Helvetica, sans-serif; font-weight:bold;display:inline;} .boxText b.productSpecialPrice {color:#b90a08;font-size:25px; line-height:27px;font-family:Arial, Helvetica, sans-serif; font-weight:bold;display:inline;} del {color:#b90a08;font-size:11px; line-height:12px;font-family:Arial, Helvetica, sans-serif; font-weight:normal;} .boxText div.img {margin:10px 0px 10px 0px; text-align:center;} .boxText div.stars {margin:14px 0px 10px 0px;} .boxText .name_padd {padding:13px 0px 0px 0px;height:50px; vertical-align:top; text-align:center;} .boxText .pic_padd {padding:6px 0px 25px 0px;text-align:center; vertical-align:middle;} .boxText .price_padd {padding:5px 5px 2px 5px;vertical-align:middle; height:30px; width:100%;} .boxText .price_padd b {display:block; color:#525151; font-size:12px; line-height:13px; font-weight:normal;} .boxText .desc_padd {padding:10px 0px 11px 0px;height:54px;} .boxText select {margin:10px 0px 1px 0px;border:1px solid #808080;border-right:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd;background:#ffffff; color:#464545;} .boxText .input {margin:6px 0px 4px 0px;border:1px solid #808080;border-right:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd;background:#ffffff; color:#464545;height:19px; width:100%;} .boxText .button_search {width:15%;} .boxText .button_search input {margin:2px 0px 0px 0px;} .boxText .text_search {text-align:left; width:85%;} .boxText .star_padd {padding:4px 0px 10px 0px;} .boxText .languages {padding:20px 0px 10px 0px;} .boxText .button {padding:0px 0px 4px 0px; height:26px; text-align:center; vertical-align:middle;} .boxText .padd {padding:0px 0px 5px 0px;} /* ************************************************************************************* */ /* ************************************************************************************* */ .boxText li {padding:0px 0px 0px 0px; width:100%;} .boxText li, .boxText li a {font-family:Arial, Helvetica, sans-serif;} .boxText ul {list-style:none;margin:0px 0px 0px 0px;padding:0;} .boxText .categories {margin:0px 0px 0px 0px;} .boxText .bestsellers {margin:0px 0px 10px 0px;} .boxText .information {margin:0px 0px 0px 0px;} .boxText .manufacturers {margin:0px 0px 0px 0px;} .boxText li a {display:block;} .boxText ul li div {padding-left:14px;} .boxText .bg_list {padding:0px 0px 0px 0px;} .boxText .bg_list a {color:#452505; font-size:12px; line-height:15px; font-weight:bold; padding:0px 1px 11px 13px;background:url(images/bg_list.gif) 0px 5px no-repeat;text-decoration:none;} .boxText .bg_list a:hover {color:#452505;text-decoration:underline;} .boxText .bg_list a b {color:#452505; font-weight:bold; text-decoration:none;} .boxText .bg_list_un {padding:0px 0px 0px 0px;} .boxText .bg_list_un a {color:#452505; font-size:12px; line-height:15px; font-weight:bold; padding:0px 1px 11px 13px;background:url(images/bg_list.gif) 0px 5px no-repeat;text-decoration:none;} .boxText .bg_list_un a:hover {color:#452505;text-decoration:underline;} .boxText .bg_list_un a b {color:#452505; font-weight:bold; text-decoration:none;} /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ .boxText .bg_list2 {padding:0px 0px 0px 0px;} .boxText .bg_list2 a {padding:2px 1px 10px 0px;text-decoration:none;} .boxText .bg_list2 a:hover {text-decoration:none;} .boxText .bg_list2_un {padding:0px 0px 0px 0px;} .boxText .bg_list2_un a {padding:2px 1px 10px 0px;text-decoration:none;} .boxText .bg_list2_un a:hover {text-decoration:none;} /* ************************************************************************************* */ .boxText .bg_list2 {padding:0px 0px 0px 0px;} .boxText .bg_list2 a font {color:#0e0e0e; font-size:12px; line-height:15px; font-weight:normal;text-decoration:none;} .boxText .bg_list2 a:hover font {color:#0e0e0e;text-decoration:underline;} .boxText .bg_list2_un {padding:0px 0px 0px 0px;} .boxText .bg_list2_un a font {color:#0e0e0e; font-size:12px; line-height:15px; font-weight:normal;text-decoration:none;} .boxText .bg_list2_un a:hover font {color:#0e0e0e;text-decoration:underline;} /* ************************************************************************************* */ .boxText .bg_list2 a b {color:#0e0e0e; font-size:12px; line-height:15px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-decoration:none;} .boxText .bg_list2 a:hover b {color:#0e0e0e;text-decoration:none;} .boxText .bg_list2_un {} .boxText .bg_list2_un a b {color:#0e0e0e; font-size:12px; line-height:15px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-decoration:none;} .boxText .bg_list2_un a:hover b {color:#0e0e0e;text-decoration:none;} /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ .boxText .bg_list3 {background:url(images/bg_list_hline.gif) 0px 0px repeat-x;} .boxText .bg_list3 a {color:#575656; font-size:14px; line-height:15px; font-weight:normal; padding:6px 1px 8px 13px;background:url(images/bg_list.gif) 0px 11px no-repeat;text-decoration:none;} .boxText .bg_list3 a:hover {color:#4f4f4f;text-decoration:underline;} .boxText .bg_list3_un {padding:0px 0px 0px 0px;} .boxText .bg_list3_un a {color:#575656; font-size:14px; line-height:15px; font-weight:normal; padding:6px 1px 8px 13px;background:url(images/bg_list.gif) 0px 11px no-repeat;text-decoration:none;} .boxText .bg_list3_un a:hover {color:#4f4f4f;text-decoration:underline;} /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* *********cont_heading_table************************************************************************** */ .cont_heading_table {margin:0px 0px 0px 0px;background:url(images/cont_heading_table.gif) 0px 0px repeat-x #e7eee0;} .cont_heading_td {width:100%; height:34px;padding:10px 7px 7px 28px; vertical-align:top;} /* ************************************************************************************* */ .popup .cont_heading_td {color:#7f9f14;font-size:12px;line-height:14px;font-weight:bold;font-family:Arial, Helvetica, sans-serif;} .cont_heading_td {color:#7f9f14;font-size:12px;line-height:14px;font-weight:bold;font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;} .cont_heading_td a {color:#7f9f14;font-size:12px;line-height:14px;font-weight:bold;font-family:Arial, Helvetica, sans-serif;text-decoration:none} .cont_heading_td a:hover {color:#7f9f14; text-decoration:underline;} /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ .content_wrapper_table {margin:0px 0px 0px 0px;} .content_wrapper_td {padding:0px 0px 0px 0px; width:100%; height:34px;} /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ .content_wrapper3_table {margin:0px 0px 0px 0px;} .content_wrapper3_td {padding:6px 8px 6px 8px; width:100%;} /* ************************************************************************************* */ .content_wrapper1_table {border:0px solid #d8d7cb;margin:auto; margin-bottom:6px;} .content_wrapper1_td {padding:6px 8px 10px 8px;} /* ************************************************************************************* */ /* ************************************************************************************* */ .content_wrapper2_table {margin:0px 0px 0px 0px;} .content_wrapper2_td {padding:0px 23px 0px 23px; width:100%;} /* ************************************************************************************* */ /* ************************************************************************************* */ .content_wrapper4_table {border:0px solid #d8d7cb;margin:auto; margin-bottom:6px;} .content_wrapper4_td {padding:6px 4px 10px 4px;} /* ************************************************************************************* */ /* ************************************************************************************* */ .tableBox_output_table {margin:6px 0px 6px 0px;} .tableBox_output1_td {padding:0px 0px 0px 0px;} .tableBox_shopping_cart {margin:0px 0px 0px 0px;} /* ************************************************************************************* */ .cart_total_left {width:80%; text-align:right; vertical-align:middle;height:40px;padding:20px 15px 20px 0px;} .cart_total_right {width:20%; text-align:center;vertical-align:middle;padding:0px 0px 0px 10px;} .cart_total_left {color:#2e2e2e; font-size:12px;line-height:16px;font-weight:bold;font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;} .cart_button_padd {padding:9px 8px 9px 8px; } .remove {width:20%;} .products {width:45%;} .quantity {width:15%;} .total {width:20%;} /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ .pic2_t {background:#ebe8e7; width:1px;} .pic2_tl {background:url(images/pic2_tl.gif) left top no-repeat; width:100%;} .pic2_tr {background:url(images/pic2_tr.gif) right 0px no-repeat;} .pic2_bl {background:url(images/pic2_bl.gif) left bottom no-repeat;} .pic2_br {background:url(images/pic2_br.gif) right bottom no-repeat;padding:13px;} .pic2_t img {border:1px solid #d9d4d1;} /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ .prod_table {border:0px solid #d8d7cb;margin:auto;} .prod_td {padding:7px 11px 7px 11px; background:#ffffff; width:100%;} /* ************************************************************************************* */ .prod2_table {border:0px solid #d8d7cb;margin:auto;} .prod2_td {padding:0px 3px 4px 3px; background:#ffffff; width:100%;} /* ************************************************************************************* */ .pic_table {border:1px solid #eeeeee;margin:auto; width:1px;} .pic_td {padding:0px 1px 0px 0px;} .pic2_table {border:0px solid #d8d7cb;margin:auto; width:1px;} .pic2_td {padding:0px;} .pic3_table {border:0px solid #d8d7cb;margin:auto; width:1px;} .pic3_td {padding:0px;} /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ .main a.enlarge {color:#e92921; font-size:11px; text-transform:lowercase; font-weight:normal; display:block;padding:10px 0px 10px 0px; text-decoration:underline;} .main a:hover.enlarge {color:#e92921; font-size:11px; text-transform:lowercase; font-weight:normal; text-decoration:none} /* ************************************************************************************* */ /* ************************************************************************************* */ .result_top_padd {margin:0px 0px 0px 0px;} .result_bottom_padd {margin:0px 0px 0px 0px;} .result_top_padd td {width:50%; vertical-align:middle;padding:14px 0px 18px 0px;} .result_bottom_padd td {width:50%; vertical-align:middle;padding:18px 0px 18px 0px;} .result_right {text-align:right;} .result td {color:#616161; font-size:12px; line-height:15px; font-family:Arial, Helvetica, sans-serif;} .result b {color:#616161; font-weight:normal;} /* ************************************************************************************* */ .result_right b {color:#000001; font-weight:bold;} .result_right a.pageResults {color:#000001; text-decoration:underline;font-size:12px;} .result_right a.pageResults:hover {color:#000001; text-decoration:none;background: #F5F8EA;} .result_right a.pageResults u {color:#000001; text-decoration:underline;} .result_right a.pageResults u:hover {color:#000001; text-decoration:none;} /* ************************************************************************************* */ /* ************************************************************************************* */ td.main, p.main, div.main, .main td, .main p, .main b {color:#484848; font-size:12px; line-height:16px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;} .main .desc {color:#2e2e2e; font-size:12px; line-height:16px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;} .main .desc2 {color:#2e2e2e; font-size:12px; line-height:16px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;} .main .name {color:#2e2e2e; line-height:20px; } .main .s_cart_head {color:#2e2e2e; font-size:12px;line-height:16px;font-weight:bold;font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;} .main a {color:#2e2e2e; font-size:13px; line-height:14px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-decoration:none;} .main a:hover {color:#2e2e2e; text-decoration:underline;} .main .name a b {color:#db1918; font-size:18px; line-height:18px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-decoration:none; display:block; padding-bottom:2px;} .main .name a:hover b {color:#db1918; text-decoration:underline;} .main .name a {color:#2e2e2e; font-size:12px; line-height:18px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-decoration:none;} .main .name a:hover {color:#2e2e2e; text-decoration:underline;} .main .name a font {color:#2e2e2e; font-size:12px; line-height:18px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-decoration:none;} .main .name a:hover font {color:#2e2e2e; text-decoration:underline;} .main .desc b {color:#2e2e2e;} .main .desc2 strong {color:#2e2e2e;} .main .desc2 a {color:#2e2e2e; font-size:12px; font-weight:normal; text-decoration:underline;} .main .desc2 a:hover {color:#2e2e2e; font-size:12px; text-decoration:none;} .main b b {color:#2e2e2e;font-size:12px;line-height:12px;font-weight:bold;font-family:Arial, Helvetica, sans-serif;} SPAN.productSpecialPrice {color:#7f9f14;font-size:12px;line-height:13px;font-weight:bold;font-family:Arial, Helvetica, sans-serif; display:inline;} s {color:#7f9f14;font-size:12px;line-height:13px;font-weight:bold;font-family:Arial, Helvetica, sans-serif;} .main SPAN.productSpecialPrice {color:#e07100;font-size:25px; line-height:27px;font-family:Arial, Helvetica, sans-serif; font-weight:bold; display:inline;} .main s {color:#e07100;font-size:11px; line-height:12px;font-family:Arial, Helvetica, sans-serif; font-weight:normal;} .main b.productSpecialPrice {color:#e92921;font-size:25px; line-height:27px;font-family:Arial, Helvetica, sans-serif; font-weight:bold; display:inline;} .main .strong {color:#2e2e2e; font-size:12px; line-height:42px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; display:block;} .padd_2 .main {color:#4f4f4f; font-size:11px; line-height:14px; font-weight:normal;} .padd_2 select {border:1px solid #808080;border-right:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd;background:#ffffff; color:#464545;vertical-align:middle;} .img {border:0px solid #efd9b0; background:#ffffff;} .main .data em {color:#353434; font-size:10px; line-height:12px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;} /* ************************************************************************************* */ .main br {line-height:9px;} /* ************************************************************************************* */ .main .desc2 ul {margin:5px 0px 15px 0px;list-style:none;padding:0;} .main .desc2 li {padding:0px 0px 0px 0px;} .main .desc2 li div {color:#2e2e2e; font-size:12px; line-height:14px; font-weight:normal; text-decoration:underline; padding:5px 1px 5px 15px;background:url(images/bg_list.gif) 0px 10px no-repeat;} .main .desc2 li a {color:#2e2e2e; font-size:12px; line-height:14px; font-weight:normal;text-decoration:underline;} .main .desc2 li a:hover {color:#2e2e2e; font-size:12px; line-height:14px; font-weight:normal;text-decoration:none;} .desc_list {width:50%;} .desc_list_separator {padding:0px 20px 0px 20px;} /* ************************************************************************************* */ /* ************************************************************************************* */ .main br {line-height:9px;} /* ********* */ .main .right .pic_padd {padding:1px 0px 2px 17px;float:right;} .main .right .name_padd {padding:14px 12px 14px 0px; vertical-align:middle;text-align:left;} .main .right .desc_padd {padding:12px 0px 0px 0px; text-align:left;} .main .right .data_padd {padding:16px 2px 0px 0px;float:right; text-align:right; line-height:20px;} .main .right .price_padd {padding:15px 6px 0px 0px; text-align:left;line-height:20px;} .main .right .button_padd {padding:7px 0px 0px 0px;} /* ********* */ .main .left .pic_padd {padding:1px 17px 2px 0px;float:left;} .main .left .name_padd {padding:14px 12px 14px 13px;vertical-align:middle;text-align:left;} .main .left .desc_padd {padding:12px 0px 0px 0px; text-align:left;} .main .left .data_padd {padding:16px 0px 0px 0px; text-align:left; line-height:20px;} .main .left .price_padd {padding:15px 6px 0px 0px;float:right; line-height:23px;} .main .left .button_padd {padding:7px 0px 0px 0px;} /* ********* */ .main .s_cart_head_padd {padding:5px 0px 5px 0px; height:47px; vertical-align:middle; text-align:center;} .main .s_cart_td {padding:19px 0px 0px 0px;} .main .s_cart_td input {border:1px solid #808080;border-right:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd;background:#ffffff; color:#464545;} /* ********* */ /* ********* */ .main .name2_padd {padding:8px 0px 7px 0px;height:70px; text-align:left; vertical-align:top;} .main .pic2_padd {padding:17px 0px 8px 0px;} .main .desc2_padd {padding:0px 1px 17px 1px; height:6px;} .main .desc22_padd {padding:1px 0px 0px 0px; height:6px; text-align:right;} .main .listing2_padd {padding:0px 0px 6px 0px;} .main .price2_padd {padding:2px 6px 2px 6px;vertical-align:middle; height:61px; width:100%;} .main .price2_padd b {display:block; color:#525151; font-size:12px; line-height:15px; font-weight:normal; text-transform:lowercase; padding-bottom:3px;} .main .button2_padd {padding:3px 6px 4px 13px; height:50px; text-align:left; vertical-align:middle;} .main .pr_desc2_padd {padding:5px 10px 10px 10px;width:100%;} .main .button22_padd {margin:10px 0px 10px 0px;} .main .button2_padd table {width:1px;} .main div.img {margin:0px 0px 0px 0px; text-align:center;} .main .btn_wrapper td {padding:2px 10px 0px 11px; border-bottom:2px solid #ceccc0; background:#F5F8EA; vertical-align:middle;} /* ********* */ /* ********* */ .main .name3_padd {width:100%; height:5px;padding:5px 15px 13px 15px; text-align:center;} .main .pic3_padd {padding:1px 3px 0px 3px; text-align:center;} .main .desc3_padd {padding:1px 0px 5px 0px;} .main .button3_padd {padding:10px 0px 0px 0px; text-align:center;} .main .price3_padd {padding:9px 0px 7px 0px; height:8px;text-align:center;} .main .name4_padd {padding:1px 12px 4px 13px;height:47px; text-align:center; vertical-align:middle;} .main .pic4_padd {padding:14px 0px 10px 0px; text-align:center;} .main .desc4_padd {padding:2px 0px 3px 0px; text-align:center;} .main .price4_padd {padding:2px 0px 0px 0px; text-align:center; vertical-align:middle; height:49px;} .main .button4_padd {padding:4px 0px 0px 0px;text-align:center;} /* ************************************************************************************* */ .button_marg img, .button_marg input {margin:2px 1px 0px 0px;} .button2_marg img, .button2_marg input {margin:0px 0px 6px 0px;} .button3_marg img, .button3_marg input {margin:2px 0px 3px 0px;} .button22_marg {margin:0px 0px 0px 0px;} .bg_input input {background:none; border:0px;} /* ************************************************************************************* */ .prod_info {float:left;padding:3px 1px 1px 1px;margin:0px 45px 0px 0px; text-align:center;} /* ************************************************************************************* */ table.listing {margin:0px 0px 2px 0px;} table.listing td {padding:1px 0px 1px 0px;background:url(images/line.gif) 0px center repeat-x; color:#4f4f4f; font-size:10px; font-family:Arial, Helvetica, sans-serif;} .main .listing b {font-weight:normal;} .main .listing em, .main .listing font {color:#4f4f4f; font-size:10px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; background:#ffffff;padding:0px 0px 0px 4px;} .main .listing b font {color:#4f4f4f; font-size:10px; font-family:Arial, Helvetica, sans-serif; background:#ffffff;padding:0px 4px 0px 0px;} .main .listing b font a {text-decoration:underline;} .main .listing b font a:hover {text-decoration:none} .main .listing font a {color:#4f4f4f; text-decoration:underline; font-size:10px; font-weight:normal;} .main .listing font a:hover {color:#4f4f4f; text-decoration:none} /* ************************************************************************************* */ /* ************************************************************************************* */ TD.smallText, SPAN.smallText, .smallText em, P.smallText {font-size: 10px;font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-style:normal;} .smallText a {color:#000001; font-size:11px; text-decoration:none;} /* advanced_search.php */ .smallText a:hover {color:#000001; font-size:11px; text-decoration:underline;} .smallText a u {color:#000001; font-size:11px; text-decoration:none;} .smallText a:hover u {color:#000001; font-size:11px; text-decoration:underline;} /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ .prod_line_x {background:url(images/line_x.gif) 0px center repeat-x;} .prod_line_y {background:url(images/line_x.gif) center 0px repeat-y;} .prod2_line_x {background:url(images/line_xx.gif) 0px center repeat-x;} .prod2_line_y {background:url(images/line_xx.gif) center 0px repeat-y;} .padd_gg img {height:10px;} .padd_vv img {width:47px;} /* ************************************************************************************* */ /* ************************************************************************************* */ .cart_line_x {background:url(images/line_x.gif) 0px center repeat-x;} .cart_line_y {background:url(images/line_x.gif) center 0px repeat-y;} .padd2_gg img {height:2px;} .padd2_vv img {width:3px;} .padd3_gg img {height:21px;} /* ************************************************************************************* */ /* ************************************************************************************* */ .errorBox { font-family:Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; } .stockWarning { font-family:Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; padding:10px 0px 10px 0px;} FORM {display: inline;} td, div {padding:0px; margin:0px; font-family:Arial, Helvetica, sans-serif;} td {vertical-align:top;} table {width:100%;} /* ************************************************************************************* */ /* ************************************************************************************* */ TR.headerError {background: #ff0000;} TD.headerError {color: #ffffff;font-size: 12px;font-weight : bold;font-family:Arial, Helvetica, sans-serif; background: #ff0000;text-align:center;} TR.headerInfo {background: #00ff00;} TD.headerInfo {color: #ffffff;font-size: 12px;font-weight: bold;font-family:Arial, Helvetica, sans-serif;background: #00ff00;text-align: center;} .infoBoxContents {padding:0px 0px 0px 10px;} .infoBoxNotice {background: #FF8E90;} .infoBoxNoticeContents {font-size: 10px;font-family:Arial, Helvetica, sans-serif;background: #FFE6E6;} TD.infoBoxHeading {color: #ffffff;font-size: 10px;font-family:Arial, Helvetica, sans-serif;font-weight: bold;background: #bbc3d3;} TD.infoBox, SPAN.infoBox {font-size: 10px;font-family:Arial, Helvetica, sans-serif;} TABLE.productListing {border: 1px;border-style: solid;border-color: #b6b7cb;border-spacing: 1px;} .productListing-heading {color: #FFFFFF;font-size: 10px;font-weight: bold;font-family:Arial, Helvetica, sans-serif;background: #b6b7cb; } TD.productListing-data {/* font-size: 10px;font-family:Arial, Helvetica, sans-serif; */ } TD.pageHeading, DIV.pageHeading {color: #9a9a9a; font-size: 20px;font-weight: bold;font-family:Arial, Helvetica, sans-serif;} TD.pageHeading a, DIV.pageHeading a {color: #9a9a9a; font-size: 20px;font-weight: bold;font-family:Arial, Helvetica, sans-serif; text-decoration:none;} TD.pageHeading a:hover, DIV.pageHeading a:hover {color: #9a9a9a; text-decoration:underline;} TR.subBar {background: #f4f7fd;} TD.subBar {color: #4277ac;font-size: 10px;font-family:Arial, Helvetica, sans-serif;} TD.accountCategory {color: #aabbdd;font-size: 13px;font-family:Arial, Helvetica, sans-serif;} TD.fieldKey {font-size: 12px;font-weight: bold;font-family:Arial, Helvetica, sans-serif;} TD.fieldValue {font-size: 12px;font-family:Arial, Helvetica, sans-serif;} TD.tableHeading {font-size: 12px;font-weight: bold;font-family:Arial, Helvetica, sans-serif;} SPAN.greetUser {color: #f0a480;font-size: 11px;font-weight: bold;font-family:Arial, Helvetica, sans-serif;} TABLE.formArea {background:#f1f9fe; border-color:#7b9ebd; border-style:solid; border-width:1px;} TD.formAreaTitle {font-size:12px;font-weight: bold;font-family:Arial, Helvetica, sans-serif;} SPAN.markProductOutOfStock {color: #c76170;font-size: 12px;font-weight: bold;font-family:Arial, Helvetica, sans-serif;} SPAN.errorText {color: #ff0000;font-family:Arial, Helvetica, sans-serif;} .checkoutBarFrom, .checkoutBarTo {color: #353535; font-size: 10px;font-family:Arial, Helvetica, sans-serif;} .checkoutBarCurrent {color: #b90a07;font-size: 10px;font-family:Arial, Helvetica, sans-serif;} /* message box */ .messageBox {font-family:Arial, Helvetica, sans-serif; font-size: 10px; } .messageStackError, .messageStackWarning {font-family:Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5;} .messageStackSuccess {font-family:Arial, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; } /* input requirement */ .inputRequirement {font-family:Arial, Helvetica, sans-serif; font-size: 11px; color: #ff0000; vertical-align:top} /* ************************************************************************************* */ .vam, .vam_td td {vertical-align:middle;} .tac {text-align:center;} .b_width strong {display:block; width:125px; font-weight:normal;} .width2_100, .width3_100, .radio {width:100%;} .width2_100 input {width:55%;} .width2_100 select {width:55%;} .width3_100 input {width:100%;} .indent_2 {padding-left:12px;} .indent_3 {padding-bottom:3px;} .radio input {margin:0px 5px 1px 5px; vertical-align:middle;} /* ************************************************************************************* */ .img_middle img {vertical-align:middle; margin:1px 10px 0px 0px;} .img_middle {padding:3px 0px 3px 0px;} /* ************************************************************************************* */ .ofh {overflow:hidden;} .al_left {padding-top:5px;} .al_left strong {text-align:left !important;} .al_left {text-align:left !important;} .fl_left {float:left;} .fl_right {float:right;} .cl_both {clear:both; line-height:0px; font-size:0px;} /* ************************************************************************************* */ .left_part {float:left; width:75%} .right_part {float:right;padding:0px 0px 0px 0px;} /* ************************************************************************************* */ /* ************************************************************************************* */ /* ************************************************************************************* */ #m1, #m2, #m3, #m4, #m5, #m6, #over_m1, #over_m2, #over_m3, #over_m4, #over_m5, #over_m6, #over2_m1, #over2_m2, #over2_m3, #over2_m4, #over2_m5, #over2_m6 {width:auto; cursor:pointer; white-space:nowrap;text-align:center; height:42px; font-size:14px;line-height:13px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;} #m1, #m2, #m3, #m4, #m5, #m6 {color:#ffffff;} #over_m1, #over_m2, #over_m3, #over_m4, #over_m5, #over_m6 {color:#ffffff;text-decoration:none;} #over2_m1, #over2_m2, #over2_m3, #over2_m4, #over2_m5, #over2_m6 {color:#ffffff;text-decoration:none;} /* ************************************************************************************* */ a img, a:hover img { border:none; border:0} #pimage, #pdescription { position:relative; } #zoomer_big_container { display:block; position:absolute; top: 0; left: -15px; background: #fff url(/images/loading.gif) center center no-repeat; overflow:hidden; margin:10px auto 0px; border:0px #FFFFFF solid; cursor:move; } #zoomer_image { display:block; position:absolute; } #zoomer_thumb { display:block; position:relative; overflow:hidden; margin:10px auto 0px; } #zoomer_region { background: #666666;border:none; position:absolute; top:0px; left:0px; cursor:move; } .ah { display: none; visibility: hidden; } #ppresentation, #pdescription, #pmarket { float: left; color: #000; background: #fff; /* border: 1px solid #a2a2a2; */ } #myborder { float: left; width: 741px; border: 1px solid #a2a2a2; } /* TOTAL 412 */ #ppresentation { width: 400px; margin-right: 15px; } /* TOTAL 412 */ #pdescription { width: 306px; padding: 10px; } /* TOTAL 152 */ #pdescription {position:relative;} #pdesc { padding-bottom: 10px; border-bottom: 1px solid #a2a2a2; margin-bottom: 20px; } #pimage { width: 400px; min-height: 400px; } #pview { min-height: 110px; margin: 10px; margin-bottom: 20px; border-top: 1px solid #a2a2a2; } #pmodel { cursor: pointer; padding-right: 5px; padding-bottom: 10px; font-size: 136%; border-bottom: 1px solid #a2a2a2; margin-bottom: 20px; } #pmodel_cat { display: block; font-weight: bold; font-size: 86%; } #chgModelPrice, #productNEWprice { color: orange; font-weight: bold; font-size: 126%; text-align: right; } .p_price { color: orange; font-weight: bold; } #porder { } #porder h3, #porder label { float: left; } #porder h3 { display: block; width: 45%; height: 22px; line-height: 22px; } #porder h2 { font-size: 126%; height: 38px; line-height: 38px; margin-bottom: 1px; text-transform: uppercase; font-weight: bold; float: left; color: orange; } img { border: 0; } .breaker { display: block; clear: both; overflow: hidden; height: 0; font-size: 0; line-height: 0; margin: 0; padding: 0; } .p_links li { list-style-type: none; font-size:12px }