markus22 Posted October 2, 2011 Share Posted October 2, 2011 Hello i dont know how to figer it out, that all positions would be in one line. i tryed many ways, but i cant figure it out. for now it looks very ugly that the items are displayed unter the shopping cart picture.. iam using this code : <!-- Block user information module HEADER --> <div id="header_user"> <div class="header_links"> <li> {l s='Welcome' mod='blockuserinfo'}, {if $logged} <b><a href="{$base_dir_ssl}my-account.php">{$customerName}</a></b> (<a href="{$base_dir}index.php?mylogout" title="{l s='Log me out' mod='blockuserinfo'}">{l s='Log out' mod='blockuserinfo'}</a>) {else} (<a href="{$base_dir_ssl}my-account.php">{l s='Log in' mod='blockuserinfo'}</a>) {/if} </p> </div> <div class="shopping_cart"> <a href="{$base_dir_ssl}order.php"><h4> {l s='Cart' mod='blockuserinfo'}</a> : </h4> <span class="ajax_cart_no_product {if $cart_qties > 0}hidden{/if}">{l s='0 ITEM' mod='blockuserinfo'}</span> <span class="ajax_cart_quantity">{if $cart_qties > 0}{$cart_qties}{/if}</span> <span class="ajax_cart_product{if $cart_qties != 1} hidden{/if}">{l s='ITEM' mod='blockuserinfo'} <span class="ajax_cart_total">{if $cart_qties > 0}{convertPrice price=$cart->getOrderTotal(true)}{/if}</span></span> <span class="ajax_cart_product {if $cart_qties < 2} hidden{/if}">{l s='products' mod='blockuserinfo'} <span class="ajax_cart_total">{if $cart_qties > 0}{convertPrice price=$cart->getOrderTotal(true)}{/if}</span> </span> </li> </div> </div> <!-- /Block user information module HEADER --> Link to comment Share on other sites More sharing options...
Snade Posted October 2, 2011 Share Posted October 2, 2011 You should edit the css. Give a link and I'll post the solution Link to comment Share on other sites More sharing options...
markus22 Posted October 3, 2011 Author Share Posted October 3, 2011 in the global.css ? Link to comment Share on other sites More sharing options...
Snade Posted October 3, 2011 Share Posted October 3, 2011 Use firebug and inspect the element. Play with the positions, margins, widths and etc till you get the wanted result. Then apply the changes to the actual file(glabal.css or in that case maybe the css of the block user info) and as I said, give url and I'll post you the solution Link to comment Share on other sites More sharing options...
markus22 Posted October 3, 2011 Author Share Posted October 3, 2011 /* PrestaShop CSS18 used colors : 10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f44 fushias: #f6dce8 #dd2a81 #971d58 #5d0630 2 yellows: #f8e1a0 #f9e4001 green: #488c40 1 red: #da0f00�*/ * { padding: 0; margin: 0; height: auto; font-family: Arial, Helvetica, sans-serif; color: #000000; list-style: none; /*[ph]0*/ /*[ph]1*/ } @media print { * { /*[id]0*/background: #FFFFFF none !important; /*[id]1*/background-color: #FFFFFF !important; } } BODY { font-size: 11px; background: #000000; } /*Useful*/ .align_right { text-align: right; } .middle { vertical-align: middle; } .align_justify { text-align: justify; } .uppercase { text-transform: uppercase; } .hidden, .collapsed, .block_hidden_only_for_screen { display: none; } .wrap { white-space: normal; } .bold { font-weight: bold; } .strike { text-decoration: line-through; } .italic { font-style: italic; } .top { vertical-align: top; } .span_link { cursor: pointer; } .span_link:hover { text-decoration: none; } .clear { clear: left; } BR.clear { clear: both; line-height: 0; font-size: 0; height: 0; } /*transfert effect*/ .transferProduct { border: 2px solid #AF8585; } /*send to friend*/ #send_friend FIELDSET { list-style: none; width: 300px; } #send_friend P { padding: 0; margin-bottom: 0.5em; width: 310px; } #send_friend LI { list-style: none; width: 295px; } #send_friend LI A { color: #008EFF; font-weight: normal; } #send_friend A:hover { color: #000; } #send_friend LABEL { color: #32CCFE; } #send_friend INPUT { border: 1px solid #E8E6E6; background: #F6F6F6; color: #777777; color: #32CCFE; } #send_friend .send_friend_img { text-align: center; padding-bottom: 0.5em; } #send_friend .button_send_friend { background: #008EFF; color: #FFFFFF; border: none; text-transform: uppercase; text-align: center; margin: 0.5em 0 0.5em 9em; width: auto; padding: 0.2em; } /*simple list inline*/ UL.inline_list { list-style-type: none; margin-top: 1em; } UL.inline_list LI { float: left; text-align: center; } UL.inline_list LI IMG { display: block; } UL.half { width: 45%; margin-right: 1em; float: left; } /*Category tree (i.e. in sitemap)*/ DIV.tree_top { background: url('../img/sitemap-.gif') no-repeat -1px -3px; padding-left: 24px; padding-bottom: 5px; padding-top: 3px; } UL.tree, UL.tree UL { list-style-type: none; } UL.tree LI { padding-left: 1.2em; border-left: 1px dotted #E8E6E6; background: url('../img/sitemap-horizontal.gif') no-repeat left 10px; margin-left: 0em; } UL.tree A { padding-left: 0.2em; } UL.tree LI.last { background: url(../img/sitemap-last.gif) no-repeat -12px -2px; border: none; } SPAN.grower { cursor: pointer; } /*Tabs referralprogram.program.tpl*/ UL.idTabs { list-style-type: none; } UL.idTabs LI { float: left; margin-right: 2em; margin-bottom: 1em; } UL.idTabs LI A { display: block !important; display: inline; height: 10px; text-align: center; text-decoration: none; font-weight: bold; color: #0066CC; text-transform: uppercase; } UL.idTabs LI A:hover { padding-left: 0em; height: auto; border-bottom: 4px solid #CCCCCC; } UL.idTabs LI A.selected { padding-left: 0em; height: auto; } /*global style*/ A { color: #286C95; background: transparent; text-decoration: underline; /*[empty]outline:;*/ } A:hover { text-decoration: none; } INPUT:focus { outline: 0; outline-offset: 0; } A IMG { outline: none; border: none; text-decoration: none; } H2 { width: 890px; padding: 0 0 5px; margin: 10px 20px 0 0; font-size: 24px; letter-spacing: -2px; font-weight: bold; color: #000000; } H3 { font-size: 1.1em; margin: 1em 0; } H4 { font-size: 1em; color: #000000; } /*global layout*/ H1#logo { float: left; background: none; } #header { width: 890px; height: 50px; margin: auto; } #top { padding-top: 10px; height: 90px; margin-bottom: 10px; background: #FFFFFF; } #main_center_column { float: left; width: 100%; margin-bottom: 0; background: #FFFFFF url('../img/'); background-position: center; background-position: center; } #left_column, #right_column { float: left; } #left_column { clear: left; width: 100px; } #right_column { width: 890px; margin: 3em auto; } #right_column H5 A:hover { text-decoration: underline; } #right_column .devider { height: 1em; margin-bottom: 2em; } #center_column { width: 890px; margin: auto; padding: 0; background: #FFFFFF; } /*global RTE fields*/ DIV.rte HTML, DIV.rte DIV, DIV.rte SPAN, DIV.rte APPLET, DIV.rte OBJECT, DIV.rte IFRAME, DIV.rte H1, DIV.rte H2, DIV.rte H3, DIV.rte H4, DIV.rte H5, DIV.rte H6, DIV.rte P, DIV.rte BLOCKQUOTE, DIV.rte PRE, DIV.rte A, DIV.rte ABBR, DIV.rte ACRONYM, DIV.rte ADDRESS, DIV.rte BIG, DIV.rte CITE, DIV.rte CODE, DIV.rte DEL, DIV.rte DFN, DIV.rte EM, DIV.rte FONT, DIV.rte IMG, DIV.rte INS, DIV.rte KBD, DIV.rte Q, DIV.rte S, DIV.rte SAMP, DIV.rte SMALL, DIV.rte STRIKE, DIV.rte STRONG, DIV.rte SUB, DIV.rte SUP, DIV.rte TT, DIV.rte VAR, DIV.rte DL, DIV.rte DT, DIV.rte DD, DIV.rte OL, DIV.rte UL, DIV.rte LI, DIV.rte FIELDSET, DIV.rte FORM, DIV.rte LABEL, DIV.rte LEGEND, DIV.rte TABLE, DIV.rte CAPTION, DIV.rte TBODY, DIV.rte TFOOT, DIV.rte THEAD, DIV.rte TR, DIV.rte TH, DIV.rte TD { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background: transparent; } DIV.rte H1, DIV.rte H2, DIV.rte H3, DIV.rte H4, DIV.rte H5, DIV.rte H6 { margin: 0.75em 0 0.3em; } DIV.rte H1 { font-size: 25px; font-weight: bold; } DIV.rte H2 { font-size: 20px; background: none; text-transform: none; } DIV.rte H3 { font-size: 16px; } DIV.rte H4 { font-size: 14px; } DIV.rte H5 { font-size: 12px; } DIV.rte H6 { font-size: 8px; } DIV.rte OL, DIV.rte UL { padding-left: 2em; } DIV.rte UL { list-style-type: square; } DIV.rte STRONG { font-weight: bold; } DIV.rte EM { font-style: italic; } /*tables still need 'cellspacing="0"' in the markup*/ DIV.rte TABLE { border-collapse: separate; border-spacing: 1px; width: auto; } DIV.rte CAPTION, DIV.rte TH, DIV.rte TD, DIV.rte TABLE { text-align: left; font-weight: normal; background: none; height: inherit; border: 1px solid #E5E6E7; text-align: center; } DIV.rte TH { padding-left: 1em; padding-right: 1em; background: transparent; } DIV.rte P { margin: 0.5em 0pt; background: transparent; } /*global form style*/ FORM.std { clear: both; } FORM.std H3 { color: #000000; border-bottom: 1px solid #EBEBEB; font-size: 1em; font-weight: bold; text-align: left; padding: 0.5em 0; margin: 0 0 0.5em; } FORM.std FIELDSET { border: 1px solid #FFF; width: 475px; clear: left; margin-bottom: 1em; } FORM.std FIELDSET LEGEND { padding: 0.3em 0.6em; margin: 1em 0 1em 0.5em; font-size: 1.6em; font-weight: 100; border: 1px solid #E8E6E6; } FORM.std H4, FORM.std P { padding: 0.3em 0em; font-weight: normal; color: #525252; clear: both; } FORM.std LABEL, FORM.std P SPAN { float: left; text-align: right; color: #000000; width: 30%; padding-right: 0.6em; } FORM.std INPUT, SELECT { background: #FFFFFF; } INPUT, TEXTAREA, SELECT, SPAN.editable { font-size: 11px; padding: 1px; height: 15px; padding-left: 5px; color: #261C1C; background: transparent; } INPUT, TEXTAREA, SELECT { border: 1px solid #E8E6E6; height: auto; } INPUT.text { height: 18px; padding-left: 2px; padding-right: 2px; /*[ph]2*/ } @media print { INPUT.text { /*[id]2*/border: 1px solid #808080; } } #identitygender LABEL { border: none; margin: 0; float: none; text-align: left; color: #777777; } #identitygender SPAN { color: #DD2A81; font-weight: normal; } /*#identitygender checkbox*/ #INVALID-RULE { border: none; } #identitygender STRONG { color: #777777; font-weight: normal; } /*#identitygender radio*/ #INVALID-RULE { border: none; color: #000000; } #identitygender INPUT { border: none; color: #000000; } .required { color: #F6A720; } #required H3 { width: 563px; } #required SUP { color: #F6A720; } .required SUP { color: #F6A720; } #required LABEL { color: #000000; font-weight: bold; } #required INPUT { color: #777777; } #required SPAN { color: #DD2A81; } FORM.std .checkbox LABEL, FORM.std .radio LABEL, FORM.std SPAN.form_info { margin: 0; float: none; text-align: left; border: none; } SPAN#security_informations { font-size: 0.85em; width: 400px; float: left; margin-bottom: 0.5em; padding: 0.7em; background: #FFFFCC; border-top: 1px solid #EEEF95; border-bottom: 1px solid #EEEF95; } /*START OF BUTTONS SECTION * -tags : input, a, span* -sizes : mini, small, normal, large * -types : button, exlusive* -status : normal, hover, disabled * -rule : the span.button is a a.button disabled global button*/ INPUT.button_mini, INPUT.button_small, INPUT.button, INPUT.button_large, INPUT.button_mini_disabled, INPUT.button_small_disabled, INPUT.button_disabled, INPUT.button_large_disabled, INPUT.exclusive_mini, INPUT.exclusive_small, INPUT.exclusive, INPUT.exclusive_large, INPUT.exclusive_mini_disabled, INPUT.exclusive_small_disabled, INPUT.exclusive_disabled, INPUT.exclusive_large_disabled, A.button_mini, A.button_small, A.button, A.button_large, A.exclusive_mini, A.exclusive_small, A.exclusive, A.exclusive_large, SPAN.button_mini, SPAN.button_small, SPAN.button, SPAN.button_large, SPAN.exclusive_mini, SPAN.exclusive_small, SPAN.exclusive, SPAN.exclusive_large { border: none; text-align: center; text-decoration: none !important; cursor: pointer; display: block; height: 17px; } /*id_state field in managed via JS and is firstly hidden*/ FORM P.id_state { display: none; } /*generic style*/ .price-discount { text-decoration: line-through; } .price-pretax { color: #808080; } .price-ecotax { color: #488C40; } IMG.icon { margin-right: 0.5em; vertical-align: middle; } .price, .price-shipping, .price-wrapping { color: #DA0F00; font-size: 1.1em; font-weight: bold; white-space: nowrap; background: none; } /*errors*/ .error { background: #FFFFCC; width: 50%; border: 1px solid #EEEF95; color: #DA0F00; margin: 1.5em 0; padding: 0.3em 0.8em 1em; } .error P { background: #FFFFCC; font-weight: bold; text-align: left; } .error A { text-align: left; color: #121212; } .error LI { background: #FFFFCC; list-style-position: inside; list-style-type: decimal-leading-zero; padding-left: 3em; } /*warning*/ .warning { background: #000000; width: auto; float: left; margin: 1em 0 1.5em; padding: 0.2em; color: #FFFFFF; list-style: none; font-weight: bold; } .warning_inline { color: #000000; } /*success*/ .success { color: #008000; background-color: #D0D3D8; border: 1px dashed #008000; font-weight: bold; margin: 0.2em 1em; padding: 0.3em 0.8em 1em; } .success_inline { color: #008000; font-weight: bold; } /*breadcrumb.tpl*/ .breadcrumb { font-size: 1em; width: 882px; color: #777777; border-bottom: 1px solid #EBEBEB; padding: 1em 0 0.5em 0.7em; } .breadcrumb .navigation-pipe { font-weight: normal; padding: 0 0.3em; color: #777777; } .breadcrumb .navigation_end { color: #777777; } .breadcrumb A { text-decoration: none; color: #777777; } .breadcrumb A:hover { text-decoration: underline; color: #777777; } /*Header*/ #header UL { list-style: none; } #header FORM { border: none; margin-bottom: 0 !important; display: inline; } #header LABEL { margin: 0; float: none; } /*block top currencies*/ #header #currencies_block_top { margin: 0.4em 0 0; float: right; } #header #currencies_block_top UL { float: left; height: 1.5em; margin-left: 0em; } #header #currencies_block_top UL LI { float: left; margin-left: 0.2em; } #header #currencies_block_top UL LI A { display: block; font-size: 0.8em; color: #70634F; text-decoration: none; width: 1.6em; text-align: center; } #header #currencies_block_top UL LI A:hover { color: #D0D3D8; } #header #currencies_block_top UL LI.selected A { border: none; font-size: 0.8em; font-weight: bold; color: #008EFF; } #header #currencies_block_top P { clear: left; } /*block top languages*/ #header #languages_block_top { margin: 0.4em 0 0; float: right; } #header #languages_block_top P { clear: left; } #languages_block_top UL#first-languages { float: left; height: 1.5em; width: 4em; } #languages_block_top UL#first-languages LI { float: left; margin-right: 0.3em; background: none; } #languages_block_top UL#first-languages LI.selected_language { float: left; margin-right: 0.3em; } /*block left column "Quick search"*/ #search_block_left INPUT { margin: 2px 0px 0px; } #search_block_left #search_query { width: 11em; } #search_button { display: inline; } /*block top user information*/ #header_user { color: #000000; text-transform: uppercase; } #header_user SPAN { font-weight: bold; color: #008EFF; } #header_user DIV { float: right; clear: right; text-align: left; font-size: 11px; font-size: smaller; } #header_user LI { float: left; color: #525252; } #header_user .shopping_cart { background: url('../img/cart.gif') no-repeat left; height: 14px; padding: 0.7em 0 0 2em; float: right; /*+placement:shift;*/ position: relative; left: 0; top: 0; } .shopping_cart B { color: #008EFF; } .shopping_cart STRONG { color: #000000; } .shopping_cart SPAN { background: none; color: #008EFF; font-weight: bold; } .shopping_cart A { color: #777777; font-weight: 400; text-decoration: none; } .shopping_cart A:hover { color: #000000; text-decoration: underline; } .header_links { margin: -1.9em 0; float: left; background: url('../img/header_links.gif') no-repeat right; padding-right: 1.6em; margin-right: 50px; } .header_links LI A { color: #555; margin: 0 0.5em; text-decoration: none; } .header_links LI A:hover { color: #333; text-decoration: underline; } /*Default block style*/ DIV.block { margin-bottom: 1em; } DIV.block UL { list-style: none; background: none; } DIV.block UL.tree LI { padding-left: 1.2em; } DIV.block A:hover { text-decoration: none; } #left_column DIV.block .block_content A.button_large, #right_column DIV.block .block_content A.button_large { margin: 0 0 0 -3px; } DIV.block .block_content { min-height: 20px; } DIV.block LI { padding: 0em 0 0em 0em; list-style-position: outside; } DIV.block A { color: #595A5E; text-decoration: none; } /*block exclusive*/ #left_column DIV.exclusive, #right_column DIV.exclusive { background: #EEEDE7; padding-bottom: 0.5em; } DIV.exclusive H4 { color: #3DBDCE; } DIV.exclusive H4 A { color: #000; } DIV.exclusive LI { margin-top: 0; } DIV.exclusive, DIV.exclusive A { color: #3DBDCE; } /*myaccount*/ #myaccount { margin-top: 1.5em; padding-top: 0em; list-style: none; } #myaccount INPUT { text-decoration: none; color: #DD2A81; } #myaccount LI A { text-decoration: none; color: #DA0F00; line-height: 23px; } #myaccount LI A:hover { text-decoration: underline; } #myaccountnav { width: 890px; margin: 1em 0; margin-bottom: 1.5em; border: none; } #myaccountnav UL { padding-left: 0.3em; margin-top: 2em; border-bottom: 2px solid #000000; } #myaccountnav LI { display: inline; font-weight: bold; margin-right: 0.5em; line-height: 28px; background: transparent; } #myaccountnav LI A { border: 1px solid transparent border:1px inherit transparent; font-weight: normal; color: #666; text-decoration: none; padding: 5px 12px 6px 11px; } #myaccountnav LI A { !important; border: 1px inherit transparent; } #myaccountnav LI A:hover { border: 1px solid #FFF; border-bottom: 1px solid #FFF; padding-left: 10px; padding-right: 11px; text-decoration: none; } #myaccountnav LI A.selected { border: 1px solid #000000; background: #000000; color: #FFF; text-decoration: none; padding-left: 10px; padding-right: 11px; } #logout { text-decoration: none; color: #000000; letter-spacing: normal; font-size: 11px; float: right; background: url('../img/icon/logout.gif') no-repeat; padding-left: 1.7em; margin-top: -10px; } #myaccountbnt { width: 566px; margin-top: 0.8em; list-style: none; } #myaccountbnt A { text-decoration: none; color: #121212; } #accountwelcome { padding: 0em 1em 1em 0em; } #pcheck { padding-left: 13.5em; } #pcheck LABEL { color: #000000; font-weight: bold; } #pcheck INPUT { border: none; } /*adresse.tpl*/ #address_myaccountnav H3 { font-weight: normal; color: #008EFF; width: 100%; background: url(../img/dotted.gif) repeat-x bottom; padding-bottom: 0.5em; } #address_myaccountnav SPAN { font-weight: normal; font-size: 11px; } /*block in the center column*/ #center_column P { background: none; } /*Styles for products blocks block products (new, viewed, etc...) on left and right column*/ .products_block LI { clear: left; } .products_block LI.item IMG { margin-right: 5px; } .products_block LI.last_item { border: none; } .products_block LI IMG { vertical-align: top; float: left; margin-right: 0.2em; } .products_block LI H5 { font-size: 0.9em; padding-top: 1em; background: none; width: 100%; } .products_block_h2 { font-size: 24px; letter-spacing: -2px; font-weight: bold; width: 200px; float: left; color: #008EFF; background: #FFFFFF; padding: 0.3em 0 0 0.7em; } .products_block LI P A { font-weight: bold; font-size: 0.8em; } .products_block DL { clear: both; border-top: 1px solid #374853; padding: 0.2em 0.4em; } .products_block DL DT { margin-top: 0.3em; color: #595A5E; } .products_block P { margin-top: 0.4em; } .products_block A.button_large { margin: 0.4em 0.4em 0; } .products_block UL.product_images LI { border: none; float: left; clear: none; } /*Special style for block products in center column*/ #center_column .products_block { color: #595A5E; border: none; } #center_column .products_block UL { width: 900px; float: left; } #center_column .products_block H4 A { color: #008EFF; float: left; } #center_column .products_block H5 A:hover { color: #000000; text-decoration: underline; } #center_column .products_block P { width: 100%; } #center_column .products_block H3 { padding: 0.2em; background: #000000; color: #FFFFFF; float: left; font-size: 11px; } #center_column .products_block SPAN { color: #0072BC; font-weight: bold; line-height: 20px; } #center_column .products_block P A { color: #777777; } #center_column .products_block .pprice SPAN { color: #000000; background: none; font-weight: bold; } #center_column .products_block .pprice A { background: #000000; color: #FFFFFF; margin: 0 0.3em; padding: 0.1em 0.5em; } #center_column .products_block .pprice A:hover { color: #FFFFFF; } #center_column .products_block A { color: #FF2E1D; } #center_column .products_block UL LI { float: left; clear: none; width: 138px; height: 260px; margin-right: 1em; } /*#center_column .products_block li.last_item { float:none; clear:both; }*/ #center_column DIV.products_block H5 { display: block; width: 100%; padding: 0; } #center_column DIV.products_block H5 A { color: #000000; font-size: 12px; } #center_column DIV.products_block A.product_image { display: block; background-color: transparent; width: 129px; height: 129px; margin-left: 2px; } #center_column DIV.products_block A.product_image IMG { float: none; margin: 0; } #center_column DIV.products_block UL LI P.product_desc A { font-weight: normal; } #center_column .products_block SPAN.price { text-align: center; font-size: 1.6em; padding: 0.5em 0; display: block; } #center_column .products_block A.button, #center_column .products_block A.exclusive, #center_column .products_block SPAN.exclusive { margin: 0.5em auto; } /*Block new products*/ .blocknewproducts { width: 267px; float: left; padding-right: 1.8em; border-right: 1px solid #EFEFEF; } .blocknewproducts H4 { margin-bottom: 2em; } .blocknewproducts H4 A { color: #FFFFFF; background: #000000; padding: 0.2em; font-size: 11px; } .blocknewproducts H5 A { color: #000000; font-size: 11px; text-transform: uppercase; } .blocknewproducts H5 A:hover { text-decoration: underline; } .blocknewproducts UL { width: 98%; border: none; } .blocknewproducts LI { color: #CCC; float: left; clear: none; } .blocknewproducts .li_info { border-bottom: 1px solid #EFEFEF; width: 100%; height: 50px; padding-bottom: 0.1em; margin-bottom: 0.8em; } .blocknewproducts SPAN { margin: 0; padding: 0; } .blocknewproducts SPAN A { color: #777777; } .blocknewproducts IMG { margin: 0em 0.5em 1em 0; float: left; } .blocknewproducts SPAN { display: block; } .blocknewproducts .linkview { background: #000000; color: #FFFFFF; font-size: 0.8em; padding: 0.1em 0.5em; font-weight: bold; } .blocknewproducts .new_product_pirce { color: #DD2A81; font-weight: bold; } /*Block specials*/ .blockspecials { float: left; } .blockspecials H4 { margin-bottom: 1.5em; } .blockspecials H4 A { color: #FFFFFF; background: #000000; padding: 0.2em; font-size: 11px; } .blockspecials H5 A { color: #000000; font-size: 11px; text-transform: uppercase; } .blockspecials H5 A:hover { text-decoration: underline; } .blockspecials UL { margin: 0; padding: 0 0.5em 0 0.2em; } .blockspecials LI { float: left; margin-top: 0.3em; } .blockspecials .li_info { margin: 0.3em 0 0 0.8em; width: 163px; } .blockspecials .span_reduction { display: block; color: #666; text-transform: uppercase; width: 95%; } .blockspecials .linkview { margin: 0.7em 0 0 5.5em; position: absolute; } .blockspecials .chiftpirce { text-decoration: line-through; color: #777777; } .blockspecials .newpirce { color: #000000; font-weight: bold; padding-bottom: 0.3em; } .blockspecials .allspecials { text-align: left; } .blockspecials .allspecials A { color: #000000; padding: 0.3em 0 0 1em; background: url(../img/black_arrow.gif) no-repeat left; text-transform: none; font-weight: bold; } .blockspecials P A { color: #777777; } /*Block new products*/ .best_seller { width: 267px; float: left; margin: 0 2em; padding-right: 1.8em; border-right: 1px solid #EFEFEF; } .best_seller H4 { width: 278px; margin-bottom: 2em; } .best_seller H4 A { color: #FFFFFF; background: #000000; padding: 0.2em; font-size: 11px; } .best_seller H5 A { color: #000000; font-size: 11px; text-transform: uppercase; } .best_seller UL { width: 98%; } .best_seller LI { color: #CCC; float: left; clear: none; border-bottom: 1px solid #EFEFEF; } .best_seller .li_info { width: 100%; margin-bottom: 0.8em; padding-bottom: 0.8em; } .best_seller SPAN { margin: 0; padding: 0; } .best_seller A { color: #777777; } .best_seller IMG { margin-right: 0.5em; float: left; } .best_seller SPAN { display: block; } .best_seller .linkview { background: #000000; color: #FFFFFF; font-size: 0.8em; padding: 0.1em 0.5em; font-weight: bold; } /*Block manufacturer*/ .blockmanufacturer LI { margin: 0 0 8px 2em; width: 250px; list-style: none; float: left; clear: right; } .blockmanufacturer H4 { background: url('../img/bg_similar_products.gif') repeat-x bottom; color: #CB5C3A; font-size: 12px; margin-bottom: 0.2em; padding-bottom: 1em; } .blockmanufacturer FORM { margin: 0; padding: 0; } .blockmanufacturer SELECT { background: #FFFFFF; } /*Block tags*/ DIV.tags_block { padding: 0 0 0 0.6em; float: left; width: 230px; } DIV.tags_block H4 { color: #FFFFFF; background: #000000; padding: 0.2em; font-size: 11px; width: 27px; } DIV.tags_block P { text-align: justify; font-size: 0.9em; } DIV.tags_block P A { margin: 0 0.1em; line-height: 1.5em; color: #777777; } DIV.tags_block P A:hover { color: #FFFFFF !important; background: #000000; text-decoration: none; } A.tag_level3 { font-size: 1.8em; font-weight: bold; } A.tag_level2 { font-size: 1.4em; } A.tag_level1 { font-size: 1em; color: #777777; } /*block top search*/ #search_block_top { height: 28px; float: left; margin: 0 0 2em 2.1em; } #search_block_top FORM { background: url('../img/block-search.gif') no-repeat; height: 21px; padding: 0.5em 0 0 0.3em; width: 270px; } #search_block_top #input_submit_search { width: 20px; border: none; cursor: pointer; } #search_block_top H4 { padding-left: 0.1em; font: 12px Arial, Helvetica, sans-serif; font-weight: bold; color: #CB5C3A; } #search_block_top LABEL, #header #search_block_top INPUT { border: none; float: left; color: #666; padding-top: 0.2em; } #search_block_top LABEL { font-size: 11px; padding: 1px; height: 15px; padding-left: 1px; } #search_block_top INPUT#search_query { width: 213px; border: none; color: #777777; } /*Footer*/ #footer { font-size: 12px; background: #FFFFFF; clear: both; width: 100%; padding-top: 1em; } #footer .path { width: 890px; margin: auto; padding-top: 0; } #footer UL { float: left; margin: 10px 0 2em; } #footer SPAN { color: #000000; font-weight: bold; text-transform: uppercase; font-size: 11px; } #footer LI { list-style-type: none; width: auto; } #footer A { text-decoration: none; color: #777777; font-size: 11px; } #footer A:hover { color: #666; text-decoration: underline; } #footer #variouslink { width: 520px; float: right; } #footer #variouslink UL { margin: 0 3em 0 0; padding: 0; padding-bottom: 20px; } #footer #variouslink H5 { background: transparent; margin: 0.6em 0 4em 0em; padding: 0.2em 0 0 4.5em; color: #000000; font-size: 12px; } #footer #variouslink LI { width: auto; color: #777777; font-size: 11px; } #footernewsletter { float: left; width: 250px; font: 10px Georgia, "Times New Roman", Times, serif; } #footernewsletter SELECT { display: none; } #footernewsletter TABLE { float: left; } #footernewsletter TD { padding: 0; margin: 0; height: 36.5px; } #footernewsletter H4 { color: #000000; font-weight: bold; text-transform: uppercase; font-size: 11px; } #footernewsletter P { color: #777777; font-weight: normal; font-size: 1em; padding-top: 0.3em; } #footernewsletter .input_buttonnewsletter { border: none; overflow: hidden; padding: 0; color: #FFFFFF; padding: 0.2em 0 0 0.5em; width: 178px; height: 19px; background: #000000; } #footernewsletter .buttonnewsletter { margin-bottom: 0.2em; width: 60px; border: none; color: #000000; font-weight: bold; cursor: pointer; text-transform: uppercase; } .copyright { color: #777777; width: 890px; margin: auto; font-size: 0.9em; border-top: 1px solid #EFEFEF; clear: both; padding: 0.5em 0 2em; } .copyright SPAN { color: #777777; font-weight: normal; } /*Block Viewed Products*/ DIV#viewed-products_block_left DIV.block_content UL.products LI { height: 85px; } DIV#viewed-products_block_left DIV.block_content UL.products LI IMG { margin-right: 7px; } /*Block RSS*/ DIV#rss_block_left P { margin: 0.5em 0; text-align: center; } /*Block logo payment*/ DIV.paiement_logo_block IMG { margin: 0; } /*Block editorial*/ .editorial_block { margin-bottom: 2em; } .editorial_block H2 { background: none; padding: 0; margin-bottom: 1em; } .editorial_block P { text-align: justify; padding-top: 0.4em; } #editorial_block_center P { padding-left: 0px; } /*Block advertising*/ .advertising_block { width: 191px; margin-bottom: 1em; text-align: center; } /*Block new products*/ #new-products_block_right DT A { font-size: 0.8em; font-weight: bold; } /*category.tpl*/ .category_title { font-size: 24px; letter-spacing: 0; font-weight: bold; width: 890px; float: left; color: #000000; background: transparent; padding: 0.5em 0 0; } H2 SPAN { background: none; font-size: 11px; text-transform: lowercase; font-weight: normal; color: #F89520; margin-top: -12px; } BODY#category #subcategories LI { margin-right: 10px; } DIV.cat_desc { margin: 0 1em; padding-top: 10px; padding-bottom: 20px; float: left; } BODY#category DIV#subcategories UL.inline_list LI A IMG { display: inline; } /*global table cart*/ TABLE.std { width: 680px; } TABLE.std { border-spacing: 0; border-collapse: collapse; margin: 0 0 0em; } TABLE.std TD, TABLE.std TH { padding: 0.4em 0.5em; } TABLE.std TH { white-space: nowrap; text-align: left; } TABLE.std TR.alternate_item TD, TABLE.std TR.alternate_item TH { } TABLE.std THEAD TH { background: #000000; color: #FFFFFF; padding: 0.5em 0 0.5em 0.5em; font-size: 12px; font-weight: bold; white-space: nowrap; } TABLE.std THEAD TH.cart_product { text-align: left; padding-left: 1.6em; } TABLE.std THEAD TH.cart_product H5 SPAN { font-weight: normal; } TABLE.std THEAD TH.cart_description { text-align: left; padding-left: 1.5em; } TABLE.std THEAD TH.cart_ref { text-align: left; padding-left: 0.7em; } TABLE.std THEAD TH.cart_unit { text-align: right; padding-right: 1.6em; } TABLE.std THEAD TH.cart_availability { text-align: center; width: 100px; } TABLE.std THEAD TH.cart_quantity { text-align: left; padding-left: 2em; } TABLE.std THEAD TH.last_item { text-align: right; padding-right: 1.5em; } TABLE.std THEAD TH.carrier_price { text-align: left; padding-left: 0.5em; } TABLE.std THEAD TH.total_details { text-align: right; } TABLE.std THEAD TH.history_total_details { text-align: right; padding-right: 0.5em; } TABLE.std THEAD TH.item { background-position: -5px 0; } TABLE.std TFOOT TD { color: #000000; text-align: right; white-space: nowrap; } /*shopping cart*/ #global_cart { float: left; width: 600px; } #global_cart LI A { color: #777777; } #global_cart H2 { width: 687px; font-size: 24px; letter-spacing: -2px; font-weight: bold; color: #000000; padding: 0.5em 0; } #global_cart H3 { color: #5B7BEE; font-size: 12px; padding: 0.5em 0; margin-bottom: 1em; width: 99%; } #global_cart H4 { color: #333; font-size: 12px; } /*#global_cart checkbox*/ #INVALID-RULE { border: none; } #global_cart .p_checkbox { margin-left: 16.1em; } #global_cart B { font-size: 14px; color: #FF0099; } #global_cart SELECT { background: #FFFFFF; } #cart_summary TFOOT TR TD { line-height: 1.5em; color: #777777; font-size: 12px; } #cart_summary TFOOT TR.cart_total_product TD { padding-right: 1.5em; } #cart_summary TFOOT TR.cart_total_price TD { padding: 1em 1.5em 0.8em 0; color: #666; font-size: 12px; text-align: right; } #cart_summary TFOOT TR.cart_total_delivery TD { padding-right: 1.5em; } #order #cart_total_wrapping { display: none; } #cart_summary TFOOT TR.cart_free_shipping TD { padding-right: 1.5em; } #cart_summary .price, #cart_summary .price-discount { color: #000000; font-size: 12px; text-decoration: none; } #cart_summary .gift-desc { color: #777777; font-size: 12px; padding-right: 1.5em; text-decoration: none; text-align: right; } #cart_summary .gift-price { color: #595A5E; font-size: 12px; padding-right: 1.5em; text-decoration: none; text-align: right; font-weight: bold; } #cart_summary TFOOT TR.cart_total_price TD { color: #000000; font-size: 15px; font-weight: bold; padding: 0.4em 1.2em 0.4em 0; border-bottom: 2px solid #EFEFEF; } TR.cart_item TD { padding: 1em 1.5em; border-bottom: 1px solid #EFEFEF; } TD.cart_product { min-width: 200px; } TD.cart_product IMG { float: left; clear: left; padding-right: 1em; } TD.cart_product A { text-decoration: none; } TD.cart_product A:hover { text-decoration: underline; } TD.cart_product H5 { font-size: 11px; } TD.cart_product H5 A { color: #000000; } TD.cart_product .cart_span_attribut { color: #525252; width: 200px; float: left; } TD.cart_unit, TD.cart_total, TD.cart_discount_price { text-align: right; color: #777777; font-size: 12px; } TD.cart_availability, TD.cart_ref { text-align: center; } TD.cart_total .price { font-weight: bold; } TD.cart_quantity P, TD.cart_quantity A { float: left; margin: 0; padding: 0; display: inline; } TD.cart_quantity A.cart_quantity_up { height: 8px; } .cart_quantity_number { text-align: center; margin: 0.6em 0 0 0.5em; color: #000000; font-weight: bold; float: right; } .cart_quantity_delete { float: right; } #cart_block_wrapping_cost, #cart_block_shipping_cost, #cart_block_total { padding-right: 1.3em; } #cart_block TABLE#vouchers, #cart_block P#cart-prices { border-top: 1px solid #FFFFFF; height: 3em; padding-top: 0.4em; margin-bottom: 0.5em; clear: both; background: #EEEDE7; } #cart_block TABLE#vouchers TD { padding: 0; border: 0; height: 1.5em; } #cart_block TABLE#vouchers TD.price { color: #FFFFFF; font-size: 1em; font-weight: normal; width: 37%; text-align: right; } #cart_block TABLE#vouchers TD.delete { width: 9%; text-align: right; } #cart_block TABLE#vouchers TD.delete IMG { margin: 0; } #cart_block P#cart-buttons { height: 1.6em; background: #EEEDE7; margin-bottom: 5px; } #cart_block P#cart-buttons A { float: left; padding: 3px 5px 0px; color: #000000; background: #EFEFD1; border-top: 1px solid #EFE0E0; border-bottom: 1px solid #EFE0E0; } #cart_block P#cart-buttons A#button_order_cart { float: left; width: auto; margin-left: 52px; } #cart_block .cart_block_customizations { margin-left: 6px; list-style-type: square; } #order TFOOT P { margin: 0; float: left; width: 85%; } #order TFOOT SPAN { float: right; width: 15%; display: block; } DIV.table_block { width: 580px; } #voucher { width: 300px; float: left; } #voucher H4 { font-size: 13px; font-weight: bold; color: #333; margin-top: 2em; } #voucher P { color: #777777; padding-right: 3em; } #order FORM#voucher INPUT { border: none; padding: 0 0 0 0.4em; color: #777777; padding-top: 0.4em; width: 170px; height: 25px; background: url('../img/voucher-input.gif') no-repeat; } #order FORM#voucher .sub { width: 30px; height: 27px; border: none; background: url('../img/voucher-bnt.gif') no-repeat; cursor: pointer; } #voucher TABLE { width: auto; padding: 0; margin-top: 0.5em; float: left; } #voucher TD { padding: 0; height: 35px; } #order #gift_div { font-size: 13px; float: left; font-weight: bold; color: #000000; padding: 2em 0 0.5em; } #order DIV#gift_div { margin-top: 3em; } #order .carrier_title { color: #000000; padding: 0; font-weight: bold; font-size: 12px; } #order #gift_div LABEL { color: #000000; font-size: 12px; padding-left: 0.5em; } #order #gift_div, #order #gift_div TEXTAREA { display: block; width: 670px; margin: 1em 0; padding: 0.3em 0; color: #666666; } #order .wrapping_more { background: url(../img/texture.gif); border: none; } #order .condition { float: left; width: 670px; background: url(../img/); margin-top: 15px; padding: 10px 0 10px 10px; margin-bottom: 2em; } #order .condition H3 { margin: 0; padding: 0; /*[empty]color:;*/ margin-bottom: 0.5em; } #order .condition A { color: #5B7BEE; font-weight: bold; font-size: 12px; } #order #order_carrier { clear: both; margin: 0em 0.5em 1em 1.4em; } #order #order_carrier, LABEL { background: transparent; } #order #order_carrier H4 { width: 50%; display: inline; } #order #order_carrier IMG { vertical-align: middle; } #order #order_carrier SPAN { margin: 0 0.2em; color: #DD2A81; } #order #order_condition_read { color: #666666; font-weight: bold; } #order .tbody_order_carrier { background: url('../img/dotted.gif') repeat-x; width: 550px; margin-top: 0.6em; } P.cart_navigation { width: 680px; padding: 2em 0 0; float: left; } P.order_navigation { width: 680px; padding: 2em 0 0; float: left; } P.order_navigation .buttonorder { float: right; padding: 0.3em; width: 80px; text-align: center; background: #000000; text-decoration: none; text-transform: uppercase; color: #FFF; border: none; font-size: 12px; font-weight: bold; cursor: pointer; } P.cart_navigation .buttoncontinu { float: right; padding: 0.5em; width: 110px; text-align: center; background: #000000; text-decoration: none; text-transform: uppercase; font-weight: bold; color: #FFF; border: none; font-size: 12px; } P.cart_navigation .buttonnext { float: left; padding: 0.5em 2em 0.5em 3.5em; border: 1px dashed #000000; text-decoration: none; text-transform: uppercase; font-weight: bold; color: #000000; font-size: 12px; background: url('../img/post-nav-previous.gif') no-repeat 20px 6px; } FORM.std P.cart_navigation SPAN { float: none; text-align: left; width: auto; } P.order_navigation .buttonnext { float: left; padding: 0.5em 2em 0.5em 3.5em; border: 1px dashed #CCC; text-decoration: none; text-transform: uppercase; font-weight: bold; color: #AFAFAF; font-size: 13px; background: url('../img/post-nav-previous.gif') no-repeat 20px 7px; } P.order_navigation .buttonconfimation { float: right; padding: 0.5em; width: 220px; background: #000000; text-decoration: none; font-size: 13px; text-transform: uppercase; font-weight: bold; color: #FFF; border: none; cursor: pointer; } #center_column .bntsuivant { float: right; height: 20px; padding: 0em 0.7em 0.4em 0.6em; width: auto; border: none; border-top: 1px solid #E5EDC7; border-bottom: 1px solid #E5EDC7; background: #F4F8F9; text-decoration: none; font-size: 0.9em; font-weight: bold; color: #121212; } #center_column .buttonprecedent { float: left; padding: 0.5em 1em 0.5em 3em; border: 1px dashed #CCC; text-decoration: none; font-size: 11px; text-transform: uppercase; font-weight: bold; color: #AFAFAF; font-size: 13px; background: url('../img/post-nav-previous.gif') no-repeat 15px 7px; } #center_column .bntsuivant { float: right; height: 20px; padding: 0em 0.7em 0.4em 0.6em; width: auto; border: none; border-top: 1px solid #E5EDC7; border-bottom: 1px solid #E5EDC7; background: #F4F8F9; text-decoration: none; font-size: 0.9em; font-weight: bold; color: #121212; list-style: none; } #center_column .buttonprecedent { float: left; padding: 0.5em 2em 0.5em 3.5em; border: 1px dashed #CCC; text-decoration: none; text-transform: uppercase; font-weight: bold; color: #AFAFAF; font-size: 12px; background: url('../img/post-nav-previous.gif') no-repeat 20px 6px; } /*contact-form.tpl*/ BODY#contact-form DIV#center_column FORM INPUT#email, BODY#contact-form DIV#center_column FORM SELECT#id_contact, BODY#contact-form DIV#center_column FORM TEXTAREA#message { width: 50%; } #contact { width: 410px; float: left; margin: 0 1em 0 0; } #contact LI { list-style: none; color: #DA0F00; margin-bottom: 1em; } #contact LABEL { color: #000000; } #contact SELECT { background: #F6F6F6; } #contact TEXTAREA { border: 1px solid #E8E6E6; color: #777777; background: #F6F6F6; width: 400px; } #contact INPUT { border: 1px solid #E8E6E6; color: #777777; padding: 0.2em 0.2em 0.2em 0.3em; background: #F6F6F6; } #contact SPAN { margin-left: 13.5em !important; margin-left: 13.8em; color: #F6A720; width: auto; } #customer_assistance { height: 265px; text-align: right; border-left: 1px dashed #E6E6E6; float: right; width: 400px; padding-left: 4em !important; padding-left: 1em; } #customer_assistance H3 { color: #000000; font-size: 12px; margin: 1em 0 0.5em; border-bottom: 1px solid #E6E6E6; padding-bottom: 0.3em; width: 100%; } #customer_assistance P { margin: 0; padding: 0; } #customer_assistance A { color: #DA0F00; font-size: 12px; } #customer_assistance A:hover { text-decoration: underline; } /*authentication.tpl*/ #authentication #create-account_form, #authentication #login_form { width: 210px !important; width: 10%; height: 25em; clear: none; float: left; } #authentication FIELDSET { margin-right: 1.7em; float: left; } #authentication H3 { width: 600px; margin-bottom: 1em; font-size: 12px; text-transform: uppercase; } #authentication #login_form A { color: #777777; } #authentication #login_form INPUT { border: 1px solid #E8E6E6; background: #F6F6F6; color: #777777; width: 160px; } #authentication #login_form LABEL { color: #000000; } #authentication #create-account_form { margin-right: 7px; } #authentication #create-account_form INPUT { border: 1px solid #E8E6E6; background: #F6F6F6; color: #777777; width: 200px; } #authentication #create-account_form LABEL { color: #000000; } #authentication INPUT#SubmitCreate, #authentication INPUT#SubmitLogin, #authentication INPUT#SubmitFastLane { border: none; width: auto; padding: 0.2em; text-transform: uppercase; color: #FFFFFF; background: #000000; } #authentication P.submit { margin-right: 0; text-align: center; } #authentication P.submit SPAN { padding-right: 0.5em; } #authentication #create-account_form LABEL, #authentication #login_form LABEL { float: none; clear: both; display: block; text-align: left; width: 100%; margin-bottom: 0.3em; } DIV#account_creation { float: left; } #account_creation H3 { width: 550px; } #account_creation FIELDSET { width: 63%; } #account_creation UL { margin-left: 15.5em; } /*#account_creation checkbox*/ #INVALID-RULE { border: none; } #account_creation SELECT { background: #FFFFFF; } #account_creation INPUT { border: 1px solid #E8E6E6; background: #F6F6F6; color: #777777; } #submit INPUT { border: none; width: auto; padding: 0.2em; margin-left: 15.5em; text-transform: uppercase; color: #FFFFFF; background: #008EFF; } #fastlane_form, #create-account_form, #login_form { width: 190px; overflow: hidden; float: left; margin: 10px 5px; clear: none; } /*Block categories*/ DIV#categories_block_left UL.tree { width: 130px; margin-top: 0.5em; float: left; clear: left; } DIV#categories_block_left UL.dhtml { display: none; } DIV#categories_block_left UL.tree LI { border: none; font-size: 11px; font-weight: bold; margin: 0.5em 0; padding-left: 0; background: transparent; } DIV#categories_block_left UL.tree LI UL LI { padding-left: 15px; background: none; font-size: 11px; font-weight: normal; } DIV#categories_block_left UL.tree LI UL LI UL LI { font-size: 9px; } DIV#categories_block_left UL.tree A { padding-left: 0; color: #AFAFAF; text-transform: uppercase; } DIV#categories_block_left UL.tree A:hover { color: #FFFFFF; background: #000000; font-weight: bold; } DIV#categories_block_left UL.tree A.selected { color: #FFFFFF; background: #000000; font-weight: bold; } /*steps (like order step)*/ UL.step { list-style: none; width: 680px; background: url('../img/ul-steps.gif') no-repeat left; margin: 1.5em 0 0; height: 34px; } UL.step A { text-decoration: none; color: #777777; } UL.step LI { line-height: 35px; width: 130px; float: left; font-weight: bold; font-size: 11px; text-align: center; } UL.step LI.step_current { background: transparent url('../img/step_current.gif') no-repeat bottom left; line-height: 35px; border: none; width: 130px; font-weight: bold; color: #000000; } UL.step LI.step_todo { color: #CCC; } UL.step LI#step_end { width: 137px; } UL.step LI#step_end.step_current { background: url('../img/step-end-current.gif') no-repeat left; height: 34px; color: #3366CC; } UL#order_step { background-color: #FFFFFF; } #commitment { float: right; width: 200px; margin-top: -2.9em; border-left: 1px solid #E8E6E6; } #commitment UL { padding: 0.3em 0em 0 1em; } #commitment H6 { padding: 0.5em 0 0; font-size: 12px; color: #333; } #commitment H5 { color: #000000; background: url('../img/black_arrow.gif') no-repeat left; font-size: 12px; padding-left: 1em; letter-spacing: 0.5px; margin: 0 0 1em 2px; font-weight: bold; } #commitment P { color: #777777; padding-bottom: 0.3em; } #commitment A { color: #06C; font-weight: bold; } #commitment SPAN { color: #000000; font-weight: bold; } /*Special style for block products in center column*/ .featured_liste_ul { background: #FFFFFF; } #center_column .categorie_product UL { list-style: inherit; width: 0; float: none; } #center_column .categorie_product { color: #595A5E; border: none; } #center_column .categorie_product H3 { padding: 0 0 0.4em 0em; margin: 0em; line-height: normal; text-transform: uppercase; font-size: 11px; } #center_column .categorie_product STRONG { padding: 0 0 0.8em 0em; margin: 0em; color: #FFFFFF; text-transform: none; font-weight: normal; font-size: 11px; float: right; } #center_column .categorie_product H3 A { color: #FFFFFF; padding: 0em; margin: 0em; } #center_column .categorie_product SPAN { color: #FFFFFF; font-weight: normal; background: url('../img/transparent_bg.png'); width: 197px; margin-top: 12.5em; padding: 0.4em 0.6em 0.8em; position: absolute; text-align: left; } #center_column .categorie_product P { margin: 0; padding: 0; } #center_column .categorie_product .pprice { color: #FFFFFF; font-weight: bold; padding-left: 0em; } #center_column .categorie_product .pprice A { background: #008EFF; color: #FFFFFF; font-size: 0.8em; margin-left: 1em; padding: 0.1em 0.5em; } #center_column .categorie_product .pprice A:hover { background: #333333; color: #FFFFFF; } #center_column #categorie_product_view SPAN { background-image: none; } #center_column #categorie_product_view A { color: #008EFF; background: none; } #center_column #categorie_product_view A:hover { color: #FFFFFF; } #center_column .categorie_product A { color: #3DBDCE; } #center_column .categorie_product A:hover { color: #000000; } #center_column .categorie_product LI { margin: 0.5em 0 0em 3.93em; background: transparent; } #center_column .categorie_product UL LI { float: left; clear: none; width: 100px; height: 200px; padding: 0 0 2em; } #center_column UL#path_product { width: 890px; margin: 2em auto; } #center_column UL#path_product LI { margin: 0 0.5em 0.4em; padding: 0; } #center_column .sort { margin: 0 0.4em 0 0; float: right; } /*pagination.tpl*/ DIV#ul.pagination { float: left; width: 890px; } UL.pagination { float: right; font-size: 14px; font-weight: bold; } UL.pagination LI { display: inline; float: left; margin-right: 0.2em; } UL.pagination LI, UL.pagination A, UL.pagination SPAN { color: #525252; background: #FFFFFF; text-transform: uppercase; } UL.pagination A, UL.pagination SPAN { color: #525252; padding: 0em 0.4em; display: block; padding-top: 0.1em; } UL.pagination A { text-decoration: none; } UL.pagination LI A:hover { color: #FFFFFF; background: #000000; } UL.pagination LI.current SPAN { color: #FFFFFF; background: #000000; } UL.pagination LI.truncate { padding: 0.3em; background: none; } #pagination_previous A, #pagination_previous SPAN, #pagination_next A, #pagination_next SPAN { border: none; background: none; color: #525252; } #pagination_previous { padding-left: 6px; } #pagination_previous A, #pagination_previous SPAN { border-left: none; } #pagination_next { border: none; background: none; } #pagination_next A, #pagination_next SPAN { border-right: none; color: #FFFFFF; } #pagination_next A:hover, #pagination_next SPAN { border: none; } #pagination_previous A:hover, #pagination_previous A:hover SPAN { border: none; } LI.disabled SPAN { color: #888; background-color: #F1F2F4; } /*product-sort.tpl*/ FORM#productsSortForm SELECT { float: right; border: 1px solid #FFFFFF; color: #871212; font-size: 11px; letter-spacing: normal; } FORM#productsSortForm SPAN { float: right; height: auto; padding-bottom: 3px; border-bottom: 1px solid #E8E6E6; } .select_Sort_ul { float: right; clear: right; background: transparent; } /*history.tpl*/ #block-history { color: #374853; width: 890px; } .color-myaccount { color: #DA0F00; } #block-history TABLE#order-list { border: none; width: 900px; margin-top: 0.5em; margin-bottom: 0px; } #block-history TABLE#order-list THEAD TH { color: f6a720; } #block-history TABLE#order-list TD.history_link { white-space: nowrap; text-align: left; } #block-history #block-order-detail { border-top: 2px solid #000000; border-bottom: 2px solid #000000; padding: 1em 0; margin-top: 1em; } #block-history #block-order-detail P { padding: 0.5em 0; } #order-detail-content { clear: both; margin-top: 1.5em; } #order-detail-content TBODY TR { height: 3em; } #block-history .tbody_dotted_end { border-bottom: 1px solid #E6E6E6; width: 890px; } #order-detail-content SPAN { background: none; } #order-detail-content TFOOT TD { border: none; } #order-detail-content TABLE TD INPUT.order_qte_input { display: none; } #order-detail-content TABLE TD.order_cb INPUT { border: none; } #order-detail-content TABLE TD SPAN.order_qte_span { width: 100%; display: block; } #order-detail-dialogue TD { border-top: 1px solid #E8E6E6; } #order-detail-dialogue SPAN { color: #777777; } #order-detail-dialogue B { color: #DD2A81; background: none; font-weight: normal; } #block-history #block-order-detail H4 { font-size: 1.4em; padding-top: 0.5em; color: #000000; } #block-history #block-order-detail #sendOrderMessage P { padding: 0.3em 4px 0.3em 1px; } #block-history #block-order-detail TEXTAREA { margin: 0 auto; width: 670px; border: none; color: #333333; background: url('../img/'); } #ordermsg TEXTAREA { margin: 0; padding: 0; border: 1px solid #000000; background: url('../img/'); width: 679px; } #block-history #block-order-detail INPUT { border: none; padding: 0.3em; margin-top: 1em; color: #FFFFFF; text-transform: uppercase; background: #000000; } #block-history #p_add_message { color: #000000; padding-bottom: 0.5em; } /*refererralprogram module*/ #referral INPUT { border: none; padding-right: 0.6em; font-weight: bold; color: #121212; font-size: 0.9em; border-top: 1px solid #E5EDC7; border-bottom: 1px solid #E5EDC7; background: #F4F8F9; } #referral A { color: #DD2A81; } /*#referral checkbox*/ #INVALID-RULE { border: none; } /*sitemap.tpl*/ #sitemap_content { margin-left: 1.8em; } DIV.sitemap_block { padding: 0; float: left; width: 100%; } DIV.sitemap_block UL { text-align: left; list-style: none; } DIV.sitemap_block LI A { color: #777777; } DIV.sitemap_block H3, .categTree H3 { color: #3DBDCE; background: url(../img/bg_similar_products.gif) repeat-x bottom; width: 150px; padding-bottom: 1em; margin: 1em 0 0; } .categTree { margin-left: 0.9em; } DIV.sitemap_block A, .categTree A { color: #777777; } DIV.categTree { margin: 2em 0 0 1.8em; } /*new-products.tpl*/ .new_product_page { padding-left: 1.8em; float: left; width: 850px; } .new_product_page UL { height: auto; list-style: none; float: left; width: 850px; background: #FFFFFF url('../img/bg.gif'); } /*product.tpl*/ #categorie_product_title { width: 900px; height: 30px; font-size: 13px; font-weight: normal; color: #008EFF; } #div_main_product { float: left; padding-top: 2em; width: 890px; } #primary_block H2 { font-size: 21px; text-transform: uppercase; letter-spacing: -2px; font-weight: bold; width: 100%; padding: 0 0 0.2em !important; padding-bottom: 0em; margin: 0; color: #000000; } #primary_block #pb-right-column { width: 890px !important; width: 330px; margin: auto; float: left; } #primary_block #image-block { float: left; width: 350px; } #primary_block #image-block IMG#bigpic { cursor: pointer; float: left; } #usefull_link_block { list-style-type: none; width: 100%; float: left; font-weight: normal; font-size: 11px; } #usefull_link_block SPAN { float: left; margin-right: 0.5em; } #usefull_link_block_print { background: url('../img/print.gif') no-repeat; height: 15px; width: 15px; cursor: default; } #usefull_link_block_send { background: url('../img/add-wishlist.gif'); height: 15px; width: 17px; } .usefull_link_block_zoom { background: url('../img/zoom_product.gif') no-repeat left; cursor: pointer; height: 15px; width: 15px; } #primary_block #pb-left-column { float: left; width: 295px; min-height: 400px; margin-top: 0.8em; height: auto !important; height: 400px; } #primary_block #short_description_block { margin-bottom: 0.5em; } #primary_block #color_picker P { margin: 0 0 0.6em; padding: 0; color: #000000; font-weight: bold; } #primary_block #color_picker { padding: 0 0 3em; margin: 8px 0 5px; } #primary_block A.color_pick { width: 25px; height: 15px; float: left; margin: 0 1.5em 0 0; cursor: pointer; } #primary_block SPAN.buttons_bottom_block INPUT { margin: 0em; border: none; text-transform: uppercase; color: #FFF; padding: 0.3em; font-weight: bold; background: url('../img/add_cart.gif'); width: 138px; height: 29px; text-align: center; } #primary_block #button_more_detail { margin: 0.5em 0 0; border: none; text-transform: uppercase; color: #525252; padding-left: 1.3em; background: url('../img/plus-detail.gif') no-repeat; } #primary_block #button_more_detail A { color: #525252; font-weight: normal; background-image: none; background: none; padding-top: 0.2em; border: none; width: auto; text-align: left; } #primary_block FORM#buy_block { font-size: 1.1em; color: #374853; } #primary_block FORM#buy_block P { padding-bottom: 0.5em; margin-top: 0; font-size: 0.9em; } #primary_block FORM#buy_block IMG.on_sale_img { float: left; } #primary_block FORM#buy_block SPAN.on_sale { color: #DA0F00; text-transform: uppercase; font-weight: bold; } #primary_block FORM#buy_block SPAN.discount { color: #DA0F00; text-transform: uppercase; font-weight: bold; } #primary_block #buy_block SPAN { color: #008EFF; margin-bottom: 0.9em; } .reduction_percent_number { color: #000000; } #primary_block FORM#buy_block SPAN.our_price_display { color: #008EFF; } #primary_block FORM#buy_block .warning-inline { color: #000000; font-weight: bold; float: left; width: 100%; } #primary_block FORM#buy_block #availability_statut { float: left; padding: 0; margin: 0; } #primary_block FORM#buy_block SPAN#availability_label { float: left; color: #121212; margin-right: 0.2em; } #primary_block FORM#buy_block SPAN#availability_number { color: #000; font-weight: bold; } #primary_block FORM#buy_block SELECT { border: 1px solid #E8E6E6; height: auto; min-width: 60px; text-align: left; margin-left: 3px; background: #FFFFFF; } #primary_block DIV#attributes P { height: auto; border: none; } #primary_block DIV#attributes #quantity_wanted_p, INPUT { height: auto; border: none; border-bottom: 1px solid #E8E6E6; } /*prices*/ #primary_block FORM#buy_block P.price { font-size: 1.05em; } #primary_block FORM#buy_block SPAN#pretaxe_price { font-size: 0.75em; color: #8DC63F; } #primary_block FORM#buy_block P#old_price { font-size: 0.8em; text-decoration: line-through; color: #525252; } #primary_block FORM#buy_block SPAN#old_price { font-size: 0.8em; color: #CC3333; } #primary_block FORM#buy_block P#reduction_percent { color: #32CCFE; font-size: 0.75em; font-weight: bold; } #primary_block FORM#buy_block P.price-ecotax { font-size: 0.75em; color: #8DC63F; } /*views block*/ #views_block { width: 300px; float: left; padding-left: 1em; } #thumbs_list { overflow: hidden; float: left; width: 235px; } #thumbs_list UL { padding-left: 0px; list-style-type: none; margin-top: 5px; } #thumbs_list LI { float: left; cursor: pointer; width: 80px; height: 80px; text-align: center; } #view_scroll_left, #view_scroll_right { background: url('../img/scrollbar_left.gif') no-repeat center; text-indent: -3000px; width: 9px; height: 18px; float: left; margin-top: 20px; padding-right: 10px; padding-left: 4px; } #view_scroll_right { background-image: url('../img/scrollbar_right.gif'); } SPAN.view_scroll_spacer { float: left; width: 17px; height: 80px; } /*accessories*/ #center_column .accessories_block UL { background-image: none; width: 230px; float: left; padding-left: 1em; margin-top: 1em; } #center_column .accessories_block { color: #595A5E; background-image: none; border: none; } #center_column .accessories_block H5 { display: block; font-size: 10px; padding: 0; } #center_column .accessories_block H5 A { color: #000000; text-transform: uppercase; font-size: 1.1em; } #center_column .accessories_block H6 { font-size: 12px; color: #000000; text-transform: uppercase; text-align: right; padding-bottom: 1em; } #center_column .accessories_block SPAN { color: #0072BC; font-weight: bold; line-height: 20px; } #center_column .accessories_block P { margin: 0; padding: 0; } #center_column .accessories_block .pprice { color: #666; font-weight: bold; } #center_column .accessories_block A { color: #3DBDCE; font-weight: bold; font-size: 0.8em; } #center_column .accessories_block A:hover { color: #686868; } #center_column .accessories_block UL LI { width: 80px; float: right; padding: 0 0 1em 1em; } /*manufacturers-list.tpl && suppliers-list.tpl*/ UL#manufacturers_list, UL#suppliers_list { margin-top: 2em; list-style-type: none; } UL#suppliers_list LI, UL#manufacturers_list LI { padding: 0.6em 0em 0.6em 0; margin-bottom: 1.5em; float: left; } UL#suppliers_list LI A, UL#manufacturers_list LI A { text-decoration: none; color: #000000; text-transform: uppercase; } UL#suppliers_list LI H3, UL#manufacturers_list LI H3 { margin: 0; color: #000000; text-transform: uppercase; } UL#suppliers_list .left_side, UL#manufacturers_list .left_side { float: left; } UL#suppliers_list .logo, UL#manufacturers_list .logo { float: left; } UL#suppliers_list LI P.description, UL#manufacturers_list LI P.description { font-size: 0.92em; } UL#suppliers_list LI .right_side, UL#manufacturers_list LI .right_side { margin-top: 0.3em; width: 100%; float: left; } UL#suppliers_list LI .right_side, UL#manufacturers_list LI .nb_products A { color: #000000; } UL#suppliers_list LI A.button, UL#manufacturers_list LI A.button { color: #000000; padding-left: 1em; text-align: left; background: url('../img/black_arrow.gif') no-repeat; } /*category Products block*/ #productscategory { width: 390px; float: right; } #productscategory H3 { color: #000000; text-transform: uppercase; margin: 1.3em 0 1.5em; border-top: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; padding: 8px 0; } #productscategory A:hover { text-decoration: underline; } #productscategory_noscroll { margin: 2em auto 0pt; } #productscategory_list { overflow: hidden; float: left; margin-left: 0.5em; width: 78%; } #productscategory_list UL { padding-left: 0px; list-style-type: none; } #productscategory_list LI { float: left; margin: 0 3px; cursor: pointer; width: 100px; } #productscategory_list A { padding: 0; text-transform: uppercase; margin: 0; color: #000000; font-weight: bold; } #productscategory_list P { font-weight: normal; } #productscategory_scroll_left, #productscategory_scroll_right { background: url('../img/thumbs_left.gif') no-repeat center; text-indent: -3000px; display: block; width: 12px; height: 12px; float: left; margin-top: 32px; } #productscategory_scroll_left { margin-left: 1.5em; margin-right: 1.5em; } #productscategory_scroll_right { background-image: url('../img/thumbs_right.gif'); margin-left: 0.8em; } /*IdTabs Short*/ UL.idTabsShort { width: 440px; float: left; margin: 1.5em 0 1.3em; height: 30px; border: none; border-top: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; } UL.idTabsShort LI { margin: 0em 0em 0 1em; line-height: 15px !important; line-height: 25px; } UL.idTabsShort LI A { width: auto; border: none; color: #000000; font-weight: normal; padding: 8px 12px 9px 11px !important; padding: 5px 12px 0px 11px; } UL.idTabsShort LI A:hover { border: none; color: #000; padding: 5px 12px 9px 11px; } UL.idTabsShort LI A.selected { border: none; color: #000; padding: 5px 12px 9px 11px; } DIV.sheets { width: 440px; float: left; } /*category.tpl*/ #category IMG#categoryImage { margin-top: 1em; } /*adresses.tpl adresses*/ .order_globale_step { width: 800px; } .order_globale_step H3 { color: #000000; } .order_globale_step SELECT { background: #FFFFFF; } DIV.addresses { padding: 0.6em 0.6em 0.6em 0; } DIV.addresses H3 { margin: 0; } DIV.addresses P.checkbox INPUT { margin-top: 0 !important; margin-top: -3px; border: none; } DIV.addresses .address_select { height: auto; border: 1px solid #E8E6E6; padding-left: 0em; background: #FFFFFF; } UL.address { float: left; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 1em 0; position: relative; width: 268px; } UL.address LI { margin-top: 0.6em; } LI.address_title { margin-top: 0 !important; color: #374853; font-weight: bold; height: 27px; font-size: 12px; line-height: 1.9em; } UL.item LI.address_title { border-bottom: 1px solid #E6E6E6; background: none; color: #000000; text-transform: uppercase; padding: 0; } UL.alternate_item { margin-left: 1.4em; } UL.alternate_item LI.address_title { border-bottom: 1px solid #E6E6E6; background: none; color: #000000; text-transform: uppercase; padding: 0; } LI.address_name, LI.address_company { font-weight: bold; color: #000000; } #center_column .address_update { background: transparent url('../img/address_update.gif') no-repeat 0 0 !important; background: transparent url('../img/address_update.gif') no-repeat 0 0; padding-left: 1.6em; color: #DD2A81; } #center_column .address_update A { color: #000000; } #center_column .address_delete { background: transparent url('../img/address_delete.gif') no-repeat 0 0 !important; background: transparent url('../img/address_delete.gif') no-repeat 0 0; margin-left: 1.1em; padding-left: 1.6em; } #center_column .address_add { clear: left; height: auto !important; height: 10px; } #center_column .address_add A { background: url('../img/add_adress.gif') no-repeat left; padding-left: 1.4em; color: #000000; text-decoration: none; } #center_column .pcomment { margin: 1.5em 0 1em; padding-left: 1em; float: left; width: 80%; background: url('../img/let_comment.gif') no-repeat left; } #center_column TEXTAREA { overflow: auto; } #center_column INPUT { height: auto; } #center_column .radio { border: none; } #center_column .checkbox { border: 1px solid transparent; } #center_column A { text-decoration: none; } #center_column .buttonvalidate { float: left; padding: 0.2em; margin-left: 148px; border: none; background: #000000; text-decoration: none; color: #FFF; text-transform: uppercase; } #center_column .p_required { color: #F6A720; } #center_column .enter_password { border: 1px solid #E8E6E6; width: 200px; padding: 0.2em; background: #F6F6F6; color: #777777; } #center_column .submit_password { margin-left: 150px; border: none; padding: 0.2em; background: #000000; color: #FFF; text-transform: uppercase; } /*conditions & legal*/ UL.shop_info { list-style-type: square !important; list-style-position: inside; padding: 0.6em; margin-top: 0.6em; margin-left: 2em; border: 1px solid #888; } UL.shop_info LI { padding-left: 0.5em !important; padding-bottom: 0.5em !important; } /*conditions.tpl*/ #conditions #right_column { display: none; } #conditions H2 { background: transparent url('../img/title_bg_large.gif') no-repeat top left; } #conditions #center_column { width: 730px; text-align: justify; } #conditions #center_column UL, #conditions #center_column OL { margin-left: 2em; padding: 0.6em; } #conditions #center_column UL { list-style-type: circle; } #conditions #center_column LI { padding-bottom: 0.5em; } #conditions #center_column { line-height: 1.3em; } /*order step 3: PAYMENT*/ .payment_module { display: block; } #payment_module .h4 { background: #F4F8F9; border-top: 1pc solid #E5EDC7; border-bottom: 1pc solid #E5EDC7; padding: 0.5em; } .payment_module IMG { vertical-align: middle; margin-right: 1em; } .payment_module A { display: block; padding: 0.6em 0.6em 1.5em; text-decoration: none; width: 550px; border-bottom: 1px solid #E6E6E6; } .payment_module A:hover, .payment_module A:focus, .payment_module A:active { background-color: #F9F5F5; color: #374853; } /*Printable version*/ @media print { DIV#left_column, DIV#right_column, DIV#footer, A.button, SPAN.button, .button, UL#usefull_link_block, DIV#header_user, #languages_block_top, #search_block_top, #currencies_block_top, UL#header_links, UL.idTabs, #availability_statut BR { /*[empty]direction:;*/ } } @media print { .block_hidden_only_for_screen { display: block; margin-top: 1em; } } @media print { #more_info_sheets #idTab1 { width: 440px; margin: auto; } } /*Customizable product*/ #customization_block { width: 556px; } .customization_block_title { margin: 4px 4px 4px 2px; } #customization_block UL { margin: 6px 6px 0px; } .customization_block_input { vertical-align: inherit; } IMG.customization_delete_icon { margin: 2px; } LI.customizationUploadLine { clear: left; padding: 4px; display: block; } DIV.customizationUploadBrowse { float: left; } DIV.customizationUploadBrowseDescription { padding: 6px; } IMG.customizationUploaded { margin: 2px; border: 1px solid #888888; } UL.customizationUploaded { list-style-type: none; margin-left: 4px; } UL.customizationUploaded LI { display: inline; } UL.customizationUploaded A { text-decoration: none; } DIV.customizationUploaded { clear: left; } DIV.deletePictureUploaded { float: right; } DIV.deleteCustomizableProduct { float: right; } UL.typedText { padding-left: 6px; list-style-type: none; } /*module blockwishlist*/ #wishlist_block #wishlist_block_list DL.products { font-size: 10px; border-bottom: 1px solid #FFF; margin: 0 0 5px; padding: 0 0 5px; } #wishlist_block DIV.block_content #wishlist_block_list DL.products DT A.cart_block_product_name { font-weight: bold; } #wishlist_block DIV.block_content #wishlist_block_list DL.products DT { margin: 4px 0; } #wishlist_block DIV.block_content #wishlist_block_list DL.products DT A.ajax_cart_block_remove_link { float: right; margin: -12px 0 0; } #wishlist_block DIV.block_content #wishlist_block_list DL.products DD { font-style: italic; margin: 0 0 0 10px; } #wishlist_block DIV.block_content P SELECT#wishlists { width: 140px; } #wishlist_block DIV.block_content P A.exclusive { margin: 5px auto 0; } /*mywishlist*/ DIV#mywishlist DIV#block-order-detail FORM.wl_send FIELDSET P INPUT { margin-left: 60px; } DIV#mywishlist DIV#block-order-detail { margin-top: 10px; display: block; } DIV#mywishlist FORM.std FIELDSET LABEL { width: 30px; } DIV#mywishlist FORM.std FIELDSET INPUT#submitWishlist { display: inline; } DIV#mywishlist TABLE.std THEAD TH.mywishlist_first { text-align: center; width: 40px; } DIV#mywishlist TABLE.std THEAD TH.mywishlist_second { text-align: center; width: 80px; } DIV#mywishlist TABLE.std THEAD TH.first_item, DIV#mywishlist TABLE.std TBODY TR TD { width: 200px; } DIV#mywishlist DIV#block-order-detail { margin-top: 10px; } DIV#mywishlist DIV#block-order-detail UL LI SPAN.wishlist_product_detail SELECT { margin: 0; } DIV#mywishlist #hideBoughtProducts, DIV#mywishlist #showBoughtProducts { float: left; margin: -18px 0 0 5px; } DIV#mywishlist #showBoughtProducts, DIV#mywishlist #hideBoughtProductsInfos, DIV#mywishlist #hideSendWishlist { display: none; } DIV#mywishlist #showBoughtProductsInfos, DIV#mywishlist #hideBoughtProductsInfos { float: right; margin: -18px 118px 0 0; } DIV#mywishlist #showSendWishlist, DIV#mywishlist #hideSendWishlist, DIV#mywishlist DIV#block-order-detail UL LI A.exclusive { float: right; margin: -18px 0px 0 0; } DIV#mywishlist DIV#block-order-detail TABLE.wlp_bought_infos THEAD TR TH { text-align: center; } DIV#mywishlist DIV#block-order-detail TABLE.wlp_bought_infos THEAD TR TH.first_item { width: 300px; } DIV#mywishlist DIV#block-order-detail TABLE.wlp_bought_infos { margin: 0 0 0 10px; } DIV#mywishlist DIV#block-order-detail UL LI IMG { float: left; } /*View wishlish*/ #view_wishlist #featured-products_block_center UL DIV LI A IMG { float: left; } #view_wishlist #featured-products_block_center UL DIV LI A, #view_wishlist #featured-products_block_center UL DIV LI SPAN { text-decoration: none; float: left; } #view_wishlist #featured-products_block_center UL DIV LI SPAN.wishlist_product_detail, DIV#mywishlist DIV#block-order-detail UL LI SPAN.wishlist_product_detail { margin-left: 35px; float: left; } DIV#mywishlist DIV#block-order-detail UL LI SPAN.wishlist_product_detail { margin-bottom: 5px; } #view_wishlist #featured-products_block_center UL DIV LI A.exclusive, #view_wishlist #featured-products_block_center UL DIV LI SPAN.exclusive { margin-left: 55px; } #view_wishlist #featured-products_block_center UL DIV LI.address_name INPUT.text { color: #777777; font-weight: bold; font-size: 11px; border: 0; } /*module productcomments*/ #comment DIV { color: #F6A720; text-align: right; } .commentdiv { width: 305px; margin-top: 0.4em; line-height: 10px; } #comment SPAN { color: #F6A720; float: left; padding-left: 0.3em; padding-top: 0.6em; } #comment A { font-weight: bold; text-decoration: none; background: url('../img/icon/hide_comment_textarea.gif') no-repeat right bottom; margin-top: 0.4em; width: 11px; height: 13px; position: relative; float: right; } #comment TEXTAREA { border: none; width: 300px; border-top: 1px solid #E5EDC7; border-bottom: 1px solid #E5EDC7; background: #F4F8F9; color: #121212; margin-bottom: 0.8em; } #comment INPUT { padding: 0.2em; border: none; background: #008EFF; text-decoration: none; text-transform: uppercase; color: #FFF; } .bntaddcomment { float: left; padding: 0.2em; border: none; background: #525252; width: 150px; text-decoration: none; text-transform: uppercase; color: #FFF; } .rating { cursor: pointer; margin: 2em; clear: both; display: block; } .rating:after { content: '.'; display: block; height: 0; width: 0; clear: both; visibility: hidden; } .cancel, .star { float: left; width: 17px; height: 15px; overflow: hidden; text-indent: -777777em; cursor: pointer; } .cancel, .cancel A { background: url('../../../modules/productcomments/img/delete.gif') no-repeat 0 -16px; } .star, .star A { background: url('../../../modules/productcomments/img/star.gif') no-repeat 0 0px; } .cancel A, .star A { display: block; width: 100%; height: 100%; background-position: 0 0px; border: 1px solid #FF0000; } DIV.star_on A { background-position: 0 -16px; } DIV.star_hover A, DIV.star A:hover { background-position: 0 -32px; } .confirmation { color: #228B22; font-weight: bold; } Link to comment Share on other sites More sharing options...
Snade Posted October 3, 2011 Share Posted October 3, 2011 I saw you pm, will write you soon Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now