
* {
	padding:0;
	margin:0;
}

body {
    background:transparent url(../img/background.gif) repeat scroll 0 0;
    background-color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666;
	text-align:center;
}

/* Useful */
.align_center { text-align:center; }
.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:underline; }
.clear { clear:both; }
br.clear {}

/* Footer links */
ul.footer_links{}
ul.footer_links li{}
ul.footer_links li a{}
ul.footer_links li a:hover {}
ul.footer_links li img.icon{}

/* transfert effect*/
.transferProduct {}

/* simple list inline */
ul.inline_list
{
display: block;
}
#textoencima
{
display: inline;
z-index: 150;
position: relative;
}
ul.inline_list li {}
ul.inline_list li img {}
ul.half {}

/* Category tree (i.e. in sitemap) */
div.tree_top {}
ul.tree, ul.tree ul {}
ul.tree li {}
ul.tree a {}
ul.tree a.selected {}
ul.tree li.last {}
span.grower {}

/* Tabs */
ul.idTabs {}
ul.idTabs li {}
ul.idTabs li a {}
ul.idTabs li a.selected{}

/* IdTabs Short*/
ul.idTabsShort li a {}
ul.idTabsShort li a.selected{}

div.sheets{}
div#more_info_sheets ul li {}

/* global style */
a {color:#820B5F;}
a:hover {}
input:focus {}
a img {}
h2 {
    background:transparent url(../img/title_bg.jpg) no-repeat scroll left top;
    color:white;
    font-size:1.1em;
    font-weight:bold;
    height:26px;
    line-height:1.6em;
    margin:0;
    padding-left:20px;
    padding-top:2px;
    text-transform:uppercase;
    margin-bottom: 4px;
}
h2 span {}
h3 {color:#C10265;}
h4 { color:#C10265;}

/* global layout */
#page
{
    width: 968px;
    background: #fff;
	margin: 0 auto 2px auto;
	text-align:left;
   padding: 0 11.6px;
   background: transparent url(../img/back_page3.png) repeat-y scroll 0 0;
}

h1#logo {
    float:left;
    margin-top:-10px;
    width:29%;
}
#header {
  float:left;

  text-align:right;
  width:71%;
}

#left_column, #center_column, #right_column {
	float:left;
    }
#left_column {
	clear:left;
	width:175px;
    /*height: 800px; */
	padding-right: 15px;
    /* background-color:#33CCFF*/
}
#center_column {
	width: 588px;

    }
#right_column {
	width: 175px;
    /*height: 800px; */
	padding-left: 15px;
     /*background-color:#FF9966 */
}

/* 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 {

}
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6 {

}
div.rte h1 {

}
div.rte h2 {}

div.rte h3 {}
div.rte h4 {}
div.rte h5 {}
div.rte h6 {}

div.rte ol, div.rte ul {}

div.rte ul {}

div.rte strong {}

div.rte em {}

/* tables still need 'cellspacing="0"' in the markup */
div.rte table {}
div.rte caption, div.rte th, div.rte td, div.rte table {}

div.rte th {}

div.rte p {}


/* /global RTE fields */

/* global table style */
div.table_block {}
table.std 
{
  border-collapse: separate;
}
table.std td, table.std th {}
table.std th {}
table.std tr.item td, table.std tr.item th {}
table.std tr.alternate_item td, table.std tr.alternate_item th {background-color: #f1f2f4;}
table.std tbody tr td, table.std tfoot tr td
{
  border-bottom: 1px solid #DD6BE1;
  border-top: 6px solid white;
}
table.std tbody tr td.dialog
{

  background: transparent url(../img/dialog.jpg) no-repeat left 1px;
  text-align: center;
  padding-top: 7px;
  height: 65px;
  width: 90px;
}
table.std thead th
{
  background: none;
}
table.std thead tr
{
 background: transparent url(../img/table_header.png) no-repeat;
}
table.std thead th.first_item {}
table.std thead th.last_item {}
table.std thead th.item {}
table.std tfoot td {}


/* /global table style */

/* global form style */
form.std {}
form.std h3 {
  border-bottom:1px solid #E177BE;
  color:#C10265;
  font-size:1.4em;
  font-weight:bold;
  margin:0 0 0.5em;
  padding:0.5em;
  }
form.std fieldset {
  border:1px solid #E177BE;
  background: #FFDDF5;
}
form.std fieldset legend {}
form.std h4, form.std p {}
form.std label, form.std p span {}
form.std p span.like_input {}
input, textarea, select, span.editable {}

input, textarea, select {
  border:1px solid #C10265;
}

input.text {}
.checkbox input, .radio input {}
form.std .checkbox label, form.std .radio label, form.std span.form_info {}
.required sup {}
form.std p.checkbox {}
form.std p.submit {}

/* 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
{
  height: 22px;
}

/* input 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 {

}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
 background-position:left 0;
}

/* exclusive button */
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.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {

}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {

}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
  background-position: left -22px;

}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {

}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
 background-image:url(../img/button-mini.png);
 width:30px;
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small
{
  background-image: url(../img/button-small.png);

}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
  background-image: url(../img/button-medium.png);
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large {
  width:160px;
  background-image: url(../img/button-large.png);

}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {
  background-image: url(../img/button-medium_exclusive.png);
  margin-top:0.5em;
}
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini {}
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small {}
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large {}

/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display:none; }

/* generic style */
ul.bullet li, .block ul.bullet li
{
  background: transparent url(../img/bullet_cat.png) no-repeat scroll 0.4em 0.2em;
}

div.block_content ul.bullet li
{
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.price-discount {}
.price-pretax {}
.price-ecotax {}
img.icon {}
.price, .price-shipping, .price-wrapping {}

/* errors */
.error
{
  background: transparent url(../img/back_error2.png) scroll 0 0;
  border: 1px solid #E177BE;
}

.error p {}
.error li {}

/* warning */
.warning {
  background-color: #FDD9F5 ;
  border-color:#E177BE;
  color: #C10265;
}
.warning_inline {}

/* success */
.success
{
  background: transparent url(../img/back_error.png) repeat scroll 0 0;
  color: #800040;
  border: 1px dashed #800040;
}
.success_inline {}

/* breadcrumb.tpl */
.breadcrumb
{
  color: purple ;
}
.breadcrumb .navigation-pipe
{
  background:transparent url(../img/bullet_main.gif) no-repeat scroll 6px 4px;
  color: transparent;
}
.breadcrumb a
{
  color:  purple ;
}
.breadcrumb a:hover {}

/* pagination.tpl */
div.pagination {
margin:1em 0;
clear: both;
}
ul.pagination {}
ul.pagination li {}
ul.pagination li, ul.pagination a, ul.pagination span {}
ul.pagination a, ul.pagination span {}
ul.pagination a {}
ul.pagination li.current span {}
ul.pagination li.truncate {}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {}
#pagination_previous {}
#pagination_previous a, #pagination_previous span {}
#pagination_next {}
#pagination_next a, #pagination_next span {}
li.disabled span {}

form.pagination {}
form.pagination label {}
form.pagination select {}
form.pagination select option{}
form.pagination input{}

/* product-sort.tpl */
form#productsSortForm p{}
form#productsSortForm p label, form#productsSortForm p select{}
form#productsSortForm p select{}

/* Header */
#header ul{}
#header form {
  float:left;
}
#header label {}

/* block top currencies */
#header #currencies_block_top
{
  margin-top: 0px;
  padding-right: 21px;
  position: relative;
  right: 30px;
}
#header #currencies_block_top ul
{
  height: 38px;
}
#header #currencies_block_top ul li
{
  margin-right: 0px;
}
#header #currencies_block_top ul li a
{
  background-color: transparent;
  border: none;
  font-size: 1.2em;
}
#header #currencies_block_top ul li a:hover
{
  border: none;
  background-color: transparent;
}
#header #currencies_block_top ul li.selected a
{
  font-size: 1.5em;
}
#header #currencies_block_top p
{
     width: auto;
     text-align: center;
	color: #bb4ba5;
}

/* block top languages */
#header #languages_block_top
{
  background: transparent url(../img/right.png) no-repeat scroll right -10px;
  margin: 0;
  position: relative;
  left: 250px;
  margin-top:  -5px;
  height: 50px;
  padding-right:8px;
  margin-right: 0px;
  float: left;

}
#header #languages_block_top p
{
  position: relative;
  top: -12px;
  width: 140px;
  text-align: center;
  float: left;
  color: #bb4ba5;
}


#languages_block_top ul#first-languages
{
  width: 110px;
  position: relative;
  top: -10px;
  left: 17px;
  background-image: url(../img/middle.png);
  background-repeat: repeat-x;
  background-position: left -0px;
  height: 60px;
  padding-left: 0px ;
  margin-right: 0px;
  float: left;

}

#languages_block_top #container_languajes
{
    background-image: url(../img/left.png);
    background-position: left -10px;
	background-repeat: no-repeat;
    height: 50px;
    padding-left: 4px;
    float:left;
}


#languages_block_top ul#first-languages li
{
  margin-left:2px;
  margin-right:0px;
}

#languages_block_top ul#first-languages li.selected_language {
  margin-right: 4px;
}

/* top links */
ul#header_links {
float:left;
left:-70px;
top:-20px;
width:540px;
position: relative;
margin: 4px 3px 0 0;
}

#header_links li { width: auto;}
#header_links a
{ padding-top: 0px;
  color: #930E6F;
  background: transparent url(../img/bullet_menu.png) no-repeat scroll 0 0px;
  padding-left: 24px;
  height: 24px;
}
#header_links #header_link_sitemap a {}
#header_links #header_link_contact a {}
#header_links #header_link_bookmark a {}

/* block top search */
#header #search_block_top {
  margin-left:0px;;
  background: none;
  position: relative;
  left: -295px;
  top: 100px;
  width: 220px;
}

#header #search_block_top p
{
     height: 18px;

}
#header #search_block_top label, #header #search_block_top input{}

#header #search_block_top label
{
background:transparent url(../img/search_right.png) no-repeat scroll 0 0px;
position:relative;
left: 190px;
top: 0px;
height: 18px;
width: 26px;
}

#header #search_block_top input#search_query
{
height: 18px;
border: 0px solid #FF9BFF;
width: 13em;
background:transparent url(../img/search_center.png) repeat-x scroll 0 0px;
padding-top: 2px;
color: purple;
float: left;
}

#header #search_block_top input.button
{
  background: transparent url(../img/search_right.png) no-repeat scroll 0 0;
  width: 24px;
  left: 0px;
  float: left;
  clear: right;
  margin-left: 0px;
}
#header #search_block_top input.button:hover
{
/* Valores X Y
    background-position: left -18px;*/
}

#header #search_block_top span.left_search {
background:transparent url(../img/search_left.png) no-repeat scroll 0 0;
border:0 solid #FF9BFF;
float:left;
height:18px;
left:9px;
position:relative;
width:5px;
}

/* block left column "Quick search" */
#search_block_left input {}
#search_block_left #search_query {}
#search_button {}

/* block top user information */
#header #header_user {
  float:right;
clear:none;
margin:0px 0px 0 0;
text-align:right;
width:50%;
}
#header_user p {
color:#CA0C92;
font-style:normal;
font-weight:bold;
margin-top:3px;
position: relative;
top: 138px;
/*float: right;*/
}
#header_user span {
   color:#820B5F;
}
#header_user ul {
float:right;
margin-top:110px;
margin-right:8px;
position: relative;
top: 26px;
}
#header_user li {}
#header_user #shopping_cart, #header_user #your_account {}
#header_user #shopping_cart a, #header_user #your_account a {}
#header_user #shopping_cart a {
background-image: url(../img/icon/cart.png);
}

#header_user #shopping_cart span.ajax_cart_quantity {}
#header_user #your_account a {
/*background-image: url(../img/icon/my-account.png);*/
background-image: none;
}

#currencies_block_top li
{
background-image:url(../img/middle.png);
background-position:left -20px;
background-repeat:repeat-x;
}

#currencies_block_top #shopping_cart a {
background-image: url(../img/icon/cart.png);
background-position:right 1px;
margin-left: 5px;
}

#currencies_block_top #your_account a {
background-image: url(../img/icon/my-account.png);
background-position:left 1px;
margin-left: 6px;
}

/* Footer */
#footer {
background:transparent url(../img/footer.png) no-repeat scroll left top;
border-top:0 none;
clear:both;
height:40px;
padding-top:30px;
}
#footer .block_various_links {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-top:10px;
color:#000000;
padding-left:20px;
}
#footer .block_various_links li a{
background:transparent url(../img/li_menu_top.gif) no-repeat scroll 0 1px;
color:black;
text-decoration:none;
line-height:36px;
padding-left:18px;
}
#footer .block_various_links li {
  border-left: 1px solid #C10265;
}
#footer .block_various_links li.first_item {}

/* Default block style */
div.block {
  width: 175px;
}
#left_column div.block, #right_column div.block 
{
  padding-bottom: 20px;
}
div.block h4 {
            background:transparent url(../img/block_header.gif) no-repeat scroll left top;
            border-bottom:1px solid #F38FF1;
            color:white;
            font-family:Helvetica,Sans-Serif;
            font-size:1.2em;
            font-weight:bold;
            height:20px;
            line-height:1.3em;
            padding-left:0.5em;
            padding-top:2px;
            text-transform:uppercase;
			padding-left: 25px;
}
div.block h4 a {
  color: white;
  padding-bottom: 1px;

}
div.block ul {

}
div.block ul.tree li {}
div.block a:hover {}
#left_column div.block .block_content a.button_large, #right_column div.block .block_content a.button_large {
  margin-left:2px;
  width:160px;

}
div.block .block_content
{
   padding:1px 5px 0;
   border-left: 1px solid #E997CE;
 border-right: 1px solid #E997CE;
 background:#FFF9FD none repeat scroll 0 0;
}
div.block li {}
div.block a {color: #C10265;}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {}
div.exclusive h4 
{
	padding-left: 0px;
}
div.exclusive h4 a 
{
	background: transparent url(../img/carr.png) no-repeat scroll 6px 0;
	padding-left: 31px;
}
div.exclusive li {}
div.exclusive, div.exclusive a {
   color:black;
}

a.exclusive2 {
    background-image: url('../img/button-medium_exclusive2.png');
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:white;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 22px;
}

div.exclusive .block_content {}

/* block myaccount */
#left_column div.myaccount, #right_column div.myaccount
 {
	background-image: url('../img/block_footer.gif');
 }
div.myaccount h4 {}
div.myaccount h4 a, div.myaccount h4 {}
div.myaccount, div.myaccount a {}
div.myaccount ul.bullet {}
div.myaccount ul.bullet li
{
  background: transparent url(../img/bullet_account.png) no-repeat scroll 0.4em 0.2em;
}
div.myaccount ul.bullet .icon {}
div.myaccount p.logout {}
div.myaccount p.logout, div.myaccount p.logout a {}
div.myaccount p.logout a {}
div.myaccount p.logout a:hover {}
div.myaccount .block_content {}
.account_input {}

/* block in the center column */
#center_column p {}
#center_column div.block {
margin:auto;
width:546px;
}

#center_column div.block h4 {background:none;}

/* Styles for products blocks */
/* block products (new, features, viewed, etc...) on left and right column */
.products_block li {}
.products_block li.item img {}
.products_block li.last_item {}
.products_block li img {
  margin-right:0.1em;
}
.products_block p img {}
.products_block li h5 {}

.products_block li h5 a
{
  color: #C10265;
}


.products_block li p a {}
.products_block dl {}
.products_block dl dt {}
.products_block p {}
.products_block a.button_large {}
.products_block ul.product_images li {}

/* Special style for block products in center column */
#center_column .products_block {}
#center_column .products_block  {}
#center_column .products_block h4 {}
#center_column .products_block .block_content
{
  background:white ;
  border: none;
}
#center_column .products_block ul li:hover {}
#center_column .products_block ul li {
  border:1px solid #FF33CC;
   margin:0 1px;
   margin-bottom: 7px;
}

#center_column .products_block ul .product_accessories_description  {}
#center_column .products_block ul .product_accessories_description .product_accessories_price{}
#center_column .products_block ul .product_accessories_description {}
/*#center_column .products_block li.last_item {}*/
#center_column .products_block li.last_item_of_line {

  border-right: 1px solid #FF33CC ;
  margin-right:0;
}
#center_column .products_block li.first_item_of_line {
  margin-left:0;
}
#center_column .products_block li.last_line {}
#center_column .products_block p, #center_column .products_block h5 {}
#center_column div.products_block h5 {}
#center_column div.products_block h5 a {
  color:white;
}
#center_column div.products_block ul li p {
  background:transparent url(../img/back-product-list.jpg) no-repeat scroll left top;
  height:110px;
}
#center_column div.products_block p.product_desc {}
#center_column div.products_block a.product_image {
background-color:white;
height:174px;
}
#center_column div.products_block .product_accessories_description a.product_image {}
#center_column div.products_block a.product_description {}

#center_column div.products_block a.product_image img{}
#center_column div.products_block p.product_desc, #center_column div.products_block h5 {
  height:31px;
  margin:0 0;
  background:black url(../img/title-product-list.jpg) no-repeat scroll left top;
}
#center_column div.products_block ul li p.product_desc a {}
#center_column .products_block span.price {}
#center_column .products_block .featured_price {}
#center_column .products_block a.button, #center_column .products_block a.exclusive, #center_column .products_block span.exclusive {}

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content{}
#center_column div.products_block.accessories_block p.product_desc {}
#center_column .products_block.accessories_block .block_content li{}
#center_column .products_block.accessories_block .block_content li a.product_image, #center_column .products_block.accessories_block .block_content li a.product_description {}
#center_column .products_block.accessories_block .block_content li.last_item a.product_image{}

/* Block tags */
div.tags_block .block_content {}
div.tags_block p {}
div.tags_block p a {}
div.tags_block p a:hover {}
a.tag_level3 {}
a.tag_level2 {}
a.tag_level1 {}

/* Block manufacturer */
.blockmanufacturer ul, .blocksupplier ul {}
.blockmanufacturer select, .blocksupplier select
{

  color:  #C10265;
  background: white url(../img/block_exclusive_bg.jpg);
}

/* Block specials */
.blockspecials ul {}
.blockspecials li {}
.blockspecials span {}
.blockspecials p.product_image {}
.blockspecials p {}
.blockspecials p a {}

/* Block Viewed Products */
div#viewed-products_block_left div.block_content ul.products li
{
  height: auto;
  min-height: 60px;
  border-bottom: 1px solid pink;
}

div#viewed-products_block_left div.block_content ul.products li.last_item
{
  border-bottom: 0px;
}
div#viewed-products_block_left div.block_content ul.products li img {}

/* Block newsletter */
div#newsletter_block_left div.block_content {}
div#newsletter_block_left div.block_content p{}
div#newsletter_block_left div.block_content input.button_mini{}

/* Block RSS */
div#rss_block_left p {}

/* Block logo payment */
div.paiement_logo_block {
  width:175px;
}

div.paiement_logo_block a {}
div.paiement_logo_block img {}

/* Block editorial */
.editorial_block {}
.editorial_block h2 {
  color:black;
}
.editorial_block p {}

#editorial_block_center p {}

/* Block advertising */
.advertising_block {}

/* Block new products */
#new-products_block_right dt a
{
  font-size: 0.9em;
  color: #C10265;
}

/* Block categories */
div#categories_block_left ul.tree {
 padding-left:0;
}
div#categories_block_left ul.dhtml{}
div#categories_block_left ul.tree li {
background-repeat: repeat-x;
  min-height: none;
  margin-left: -10px;
  margin-bottom: -4px;
  margin-top: 0px;
  padding-bottom: 4px;
    z-index: 112;


  /*background:  white none repeat-x scroll 0 0*/ }
div#categories_block_left ul.tree li ul li{}
div#categories_block_left ul.tree li ul li ul li{}
div#categories_block_left ul.tree a
{
color: #D9006C;
}
div#categories_block_left ul.tree a:hover{}
div#categories_block_left ul.tree a.selected{}
div#categories_block_left span.grower{}
div#categories_block_left span.OPEN {}
div#categories_block_left span.CLOSE{}

/* steps (like order step) */
ul.step {}
ul.step li {}
ul.step li.step_current {color:#C10265;}
ul.step li.step_todo {color: darkMagenta;}
ul.step li#step_end {}
ul.step li#step_end {}
ul.step li#step_end.step_current {}
ul#order_step {}

/* Special style for block cart*/
#cart_block .block_content {
  padding:7px;
}
#cart_block h4 {}
#cart_block h4 span{}
#cart_block h4 span#block_cart_collapse{}
#cart_block h4 span#block_cart_expand{}
#cart_block #cart_block_no_products{}
#cart_block dl dt a, #cart_block dl dt span.quantity-formated {}
#cart_block dl {}

#cart_block dt{
color:#000000;
width:160px;
}
#cart_block dl span.quantity-formated{
color:#000000;
}
#cart_block dt, #cart_block dd{

}

#cart_block dt {
color:#000000;
}

#cart_block dd {
color:#000000;
}

#cart_block dd{
color:#000000;
}
#cart_block dl dt a {
color:#C10265;
}
#cart_block a.ajax_cart_block_remove_link
{
  background: transparent url(../img/icon/delete.png) no-repeat scroll left bottom;
  width: 13px;
  margin-left: 2px;
}
#cart_block a.ajax_cart_block_remove_link:hover {}
#cart_block p {
color:#000000;
}
#cart_block p span {
color:#000000;
}
#cart_block li {
color:#000000;
}
#cart_block span.price {
color:#000000;
}
#cart_block dl span.price {
  color:black;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost , #cart_block_total{
  padding-right:0;

}
#cart_block table#vouchers, #cart_block p#cart-prices {
  border-top:1px solid black;
}

#cart_block table#vouchers td {}

#cart_block table#vouchers td.price {
  color:#000000;
}
#cart_block table#vouchers td.delete {
  color:#000000;
}
#cart_block table#vouchers td.delete img{}

#cart_block p#cart-buttons {}
#cart_block p#cart-buttons a {}
#cart_block p#cart-buttons a#button_order_cart {
  width:93px;
  color: white;
}

#cart_block .cart_block_customizations {}

/* authentication.tpl */
#authentication #create-account_form, #authentication #login_form {}
#authentication #login_form a {}
#authentication #create-account_form {}
#authentication input#SubmitCreate, #authentication input#SubmitLogin {}
#authentication p.submit {}
#authentication p.submit span {}
#authentication #create-account_form label, #authentication #login_form label {}
form#account-creation_form input.text, form#account-creation_form #id_country, form#account-creation_form #id_state, #authentication textarea {}

/* my-account.tpl */
#my-account #center_column ul {}
#my-account #center_column li {}

/* discount.tpl */
td.discount_value {}

/* category.tpl */
h2.category_title {}
body#category #subcategories li {margin-top: -40px;}
body#category #subcategories{margin-bottom: 15px;}
body#category #subcategories h3
{
display: block;
padding-left: 1px;
}
div.cat_desc {}

body#category  div#subcategories ul.inline_list  li a img 
{margin-bottom: -50px; z-index: 0; display:block;}

/* product-list.tpl */
ul#product_list {
  list-style-type:none;
  margin-top:2em;
  padding-left:7px;
}
ul#product_list li {
/*background:#D0D3D8 url(../img/block_category_item_bg.jpg) repeat-x scroll 0 0; */

background:#d52d46 url(../img/title-product-list.jpg) no-repeat scroll left top;
border:1px solid #FF33CC;
float:left;
margin-bottom:16px;
margin-left:4px;
margin-right:4px;
padding:0;
width:132px;
height:326px;
}
ul#product_list li a {
  color:white;
  font-size:12px;
}

ul#product_list a.product_img_link{}
ul#product_list li h3{
height:31px;
margin:2px 0;
}
ul#product_list li .new{}
ul#product_list li p.product_desc{
height:55px;
padding-right:1px;
float: left;

}
ul#product_list li div.center_block{
float:left;
/*width:74%; */

}
ul#product_list li div.blockPrincipal{
float:left;
height: 600px ;
}
ul#product_list li div.right_block{
float:left;
margin-left:0px;
/*margin-top:1.5em;*/
/*text-align:right;*/
/*width:23%;  */;
  height: 112px;
  padding-left:7px;
  padding-right:5px;
  padding-top:3px;
  padding-top: 3px;
  vertical-align: text-top;
  position: relative;
  background:transparent url(../img/back-product-list.jpg) no-repeat scroll left top;
}
ul#product_list li .discount{
  position: relative;
  height: 13px;
}
ul#product_list li .on_sale{
 position: relative;
}
ul#product_list li .reduction {}
ul#product_list li .price{
 margin-bottom:0; }
ul#product_list li span.availability{
  position: relative;
  color: white;
}
ul#product_list li a.button {
  /*margin-left:3px;*/
  margin-top:0.5em;
}

/* shopping cart */
p.cart_navigation {}
p.cart_navigation .button, p.cart_navigation .button_large {}
p.cart_navigation .exclusive, p.cart_navigation .exclusive_large {}
form.std p.cart_navigation span {}
#cart_summary tfoot tr td {}
#cart_summary tfoot tr.cart_total_product td {
  border-top: 1px solid #DD6BE1;
}
#cart_summary tfoot tr.cart_total_price td {
  border-bottom: 2px solid #DD6BE1;
}
#cart_summary .price, #cart_summary .price-discount {
  color: #C10265;
}
tr.cart_item td {}
td.cart_product a {}
td.cart_product a img {
  border: 1px solid #E177BE;
}
td.cart_product a:hover img {}
td.cart_description a {}
td.cart_description a:hover {}
td.cart_description h5 a, td.cart_ref, td.cart_total {}
td.cart_unit, td.cart_total, td.cart_discount_price {}
td.cart_availability, td.cart_ref {}
td.cart_total .price {}
tr.cart_item td.cart_unit {}

td.cart_quantity {}
td.cart_quantity p, td.cart_quantity a {}
td.cart_quantity p {}
td.cart_quantity .icon {}
td.cart_quantity a.cart_quantity_up, td.cart_quantity a.cart_quantity_down {}

tr.cart_free_shipping {}

#order tfoot p {}
#order tfoot span {}
tr.cart_total_price {}
#order form#voucher fieldset {}
#order form#voucher h4, #order form#voucher p, #order form#voucher .button {}
#order form#voucher h4 {}

#order #order_carrier {border: 1px solid #E177BE}
#order #order_carrier h4 {
  color:#C10265;
}
#order #order_carrier img {}
#order #order_carrier span {}

#order #gift_div{}
#order #gift_div label, #order #gift_div textarea{}

/* 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{}

/* history.tpl*/

#block-history {}
.color-myaccount{}
#block-history table#order-list {}
#block-history table#order-list thead th {}
#block-history table#order-list thead th {}
#block-history table#order-list tbody {}
#block-history table#order-list tbody tr td {}
#block-history table#order-list td.history_link {}
#block-history #block-order-detail {}
#block-history #block-order-detail p {}
#order-detail-content {}

#order-detail-content tbody tr{}

#order-detail-content tfoot td{}

#order-detail-content table td input.order_qte_input{}

#order-detail-content table td.order_cb input{}
#order-detail-content table td span.order_qte_span{}
#block-history #block-order-detail h4{}

#block-history #block-order-detail #sendOrderMessage p{}

#block-history #block-order-detail textarea{}

#ordermsg textarea{}

/*  sitemap.tpl */
#sitemap_content{}
div.sitemap_block{}
div.sitemap_block ul{}
div.sitemap_block h3, .categTree h3{color: #C10265}
div.categTree {}

/* product.tpl */
#primary_block #pb-right-column {
float:left;
width:202px;
margin-bottom: 8px;
}

#primary_block #image-block {
height:271px;
width:200px;
border: 0px;
}

#primary_block #image-block img{border:1px solid #E177BE;}
#primary_block #image-block img#bigpic{ cursor:pointer; }
#primary_block ul#usefull_link_block
{
  margin-top: 0px;
}
#primary_block ul#usefull_link_block li{ margin:0.5em 1em 0.5em 0; }
#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover
{
  height: 16px;
}

#primary_block ul#usefull_link_block li.print_us a
{
     background: white url(../img/icon/print.jpg) no-repeat scroll left top;
     padding-left: 20px;

}

#primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover
{
     background: white url(../img/icon/magnify_img.jpg) no-repeat scroll left top;
     padding-left: 20px;
}


#primary_block #pb-left-column {
float:left;
margin-left:5px;
width:378px;
}
#primary_block #short_description_block{
background: #F1F2F4 url(../img/form_bg.jpg) repeat-x scroll left top;
border: 1px solid #E177BE;
}
#primary_block #color_picker p {}
#primary_block #color_picker {
  background: #F1F2F4 url(../img/form_bg.jpg) repeat-x scroll left top;
  border: 1px solid #E177BE;
}
#primary_block a.color_pick {}
#primary_block a.color_pick:hover {}


#primary_block p.buttons_bottom_block{}
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input {}
#primary_block #short_description_content {}
#primary_block form#buy_block {
background: #F1F2F4 url(../img/form_bg.jpg) repeat-x scroll left top;
border: 1px solid #E177BE;
}

#primary_block form#buy_block p {}
#primary_block form#buy_block img.on_sale_img 
{
	margin-top: -12px;
	margin-left: -14px;
}
#primary_block form#buy_block span.on_sale {}
#primary_block form#buy_block span.discount{}
#primary_block form#buy_block span.our_price_display{}
#primary_block form#buy_block span#availability_label{}
#primary_block form#buy_block label{}
#primary_block form#buy_block label,#primary_block form#buy_block select{}
#primary_block div#attributes p, #quantity_wanted_p {}

/* prices */
#primary_block form#buy_block p.price{}
#primary_block form#buy_block span#pretaxe_price {}
#primary_block form#buy_block p#old_price {}
#primary_block form#buy_block p#reduction_percent {}
#primary_block form#buy_block p.price-ecotax {}

/* views block */
#views_block{
float: left;
margin:1px 10px;
width:180px;
margin-top:10px;
}

#thumbs_list{
float:left;
overflow:hidden;
width:146px;
margin-bottom: 15px
}
#thumbs_list ul{}
#thumbs_list li{
  padding-left:3px;
}
#view_scroll_left, #view_scroll_right
{
  margin-top: 23px;
}
#view_scroll_right{}

/* manufacturers-list.tpl && suppliers-list.tpl */
ul#manufacturers_list, ul#suppliers_list {}
ul#suppliers_list li, ul#manufacturers_list li {}
ul#suppliers_list li a, ul#manufacturers_list li a{}
ul#suppliers_list li h3, ul#manufacturers_list li h3{}
ul#suppliers_list .left_side, ul#manufacturers_list .left_side {}
ul#suppliers_list .logo, ul#manufacturers_list .logo {}
ul#suppliers_list li p.description, ul#manufacturers_list li p.description{}
ul#suppliers_list li .right_side, ul#manufacturers_list li .right_side {}
ul#suppliers_list .right_side span, ul#manufacturers_list .right_side span{}
ul#suppliers_list li a.button, ul#manufacturers_list li a.button {}

/* category.tpl */

#category img#categoryImage {}

/* category.tpl */

/* adresses */
div.addresses
{
  background-color: #FFDDF5;
  border: 1px solid #E177BE;
}
div.addresses h3 {}
div.addresses p.checkbox input{border:1px solid #C10265;}
ul.address
{

-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
}

ul.address li {}
li.address_title {}
ul.item li.address_title
{
  background: transparent url(../img/cart_bar.png) no-repeat scroll 0 -2px;
  color:white;
}
ul.alternate_item li.address_title
{
   background: transparent url(../img/cart_bar.png) no-repeat scroll 0 -2px;
   color:white;
}
li.address_name, li.address_update a, li.address_delete a {}
li.address_name, li.address_company {}
li.address_update, li.address_delete {}

#center_column .address_add {}

/* conditions & legal */
ul.shop_info {}
ul.shop_info li {}

/* conditions.tpl */
#conditions #right_column {}
#conditions h2 {}
#conditions #center_column {}
#conditions #center_column ul, #conditions #center_column ol {}
#conditions #center_column ul {}
#conditions #center_column li {}
#conditions #center_column {}

/*  identity.tpl */
p#security_informations{}

/* order step 3: PAYMENT */
.payment_module {}
.payment_module img {}
.payment_module a
{
  border: 1px solid #E177BE;
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active
{
  background-color: #FFE6FF;
   border: 1px solid #E177BE;
}

/* Printable version */
@media print {

	div#center_column {}
	input.text{}
	.block_hidden_only_for_screen {}
	#more_info_sheets #idTab1{}
	* {}
}

/* Customizable product */
#customization_block {}

.customization_block_title {}

#customization_block ul {}

.customization_block_input {}

img.customization_delete_icon {}

li.customizationUploadLine {}

div.customizationUploadBrowse {}

div.customizationUploadBrowseDescription {}

img.customizationUploaded {}

ul.customizationUploaded {}

ul.customizationUploaded li {}

ul.customizationUploaded a {}

div.customizationUploaded {}

div.deletePictureUploaded {}

div.deleteCustomizableProduct {}

ul.typedText {}

/* category Products block */
#productscategory
{
  margin: 0 auto;
  float: right;
  width: 377px;
  background: #F1F2F4 url(../img/form_bg.jpg) repeat-x scroll left top;
  border: 1px solid #E177BE;
  margin-top: 7px;
  margin-bottom: 20px;
  margin-right: 2px;
  height: auto;
}

#productscategory_noscroll
{
  margin: 0 auto;
  float: right;
  width: 377px;
  background: #F1F2F4 url(../img/form_bg.jpg) repeat-x scroll left top;
  border: 1px solid #E177BE;
  margin-top: 7px;
  margin-bottom: 20px;
  margin-right: 2px;
  height: auto;
  text-align: center;
}

#productscategory_list
{
  margin-bottom: 10px;
  float: left;
  width: 90%;
  margin-top: 8px;

}

#productscategory_list ul{}
#productscategory_list li
{
  margin-top: 2px;
}
#productscategory_scroll_left, #productscategory_scroll_right
{
  margin-top: 25px;
}
#productscategory_scroll_left
{
  margin-left: 7px;
}


#productscategory_scroll_right{}

/* module blockwishlist */
#wishlist_block #wishlist_block_list dl.products {}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.cart_block_product_name {}

#wishlist_block div.block_content #wishlist_block_list dl.products dt {}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.ajax_cart_block_remove_link {}

#wishlist_block div.block_content #wishlist_block_list dl.products dd{}

#wishlist_block div.block_content p select#wishlists{}

#wishlist_block div.block_content p a.exclusive{}

/* mywishlist */
div#mywishlist div#block-order-detail form.wl_send fieldset p input{}
div#mywishlist div#block-order-detail {}
div#mywishlist form.std fieldset label {}
div#mywishlist form.std fieldset input#submitWishlist {}
div#mywishlist table.std thead th.mywishlist_first{}
div#mywishlist table.std thead th.mywishlist_second{}
div#mywishlist table.std thead th.first_item, div#mywishlist table.std tbody tr td{}
div#mywishlist div#block-order-detail {}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail select {}
div#mywishlist #hideBoughtProducts,div#mywishlist #showBoughtProducts{}
div#mywishlist #showBoughtProducts, div#mywishlist #hideBoughtProductsInfos, div#mywishlist #hideSendWishlist{}
div#mywishlist #showBoughtProductsInfos, div#mywishlist #hideBoughtProductsInfos{}
div#mywishlist #showSendWishlist, div#mywishlist #hideSendWishlist, div#mywishlist div#block-order-detail ul li a.exclusive {}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th {}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item {}
div#mywishlist div#block-order-detail table.wlp_bought_infos{}
div#mywishlist div#block-order-detail ul li img {}

/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img {}
#view_wishlist #featured-products_block_center ul div li a, #view_wishlist #featured-products_block_center ul div li span {}
#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 {}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {}
#view_wishlist #featured-products_block_center ul div li a.exclusive, #view_wishlist #featured-products_block_center ul div li span.exclusive {}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {}

/* module productcomments */
.rating {}
.rating:after {}
.cancel,
.star {}
.cancel, .cancel a {}

.star, .star a {}

.cancel a,
.star a {}
div.star_on a{}
div.star_hover a,
div.star a:hover{}

.confirmation
{
  color: #D80A7B;
}
/*para zoom en la lista de productos*/
a.preview {
border:1px solid transparent;
float:left;
height:174px;
/*margin-right:0.6em;*/
}

h3.titleTop {
float: left;
height: 15px;

}

#cabecera{
  background: transparent url(../img/back.jpg) no-repeat scroll left top;
  height: 178px;
  margin-bottom:10px;
  /*
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;   */
}

        .lavaLampWithImage {
            position: relative;
            height: 29px;
           /* width: 421px;   */
            background: url("bg.gif") no-repeat top;
            padding: 10px;
            margin: 10px 0;
            overflow: hidden;

           /* width:280px;*/

        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../img/lava.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../img/lava.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

.dropdown {display:block; position:relative; }
.dropdown dt { font-weight:bold; cursor:pointer; }
.dropdown .upperdd {border-bottom:none; }
.dropdown dt:hover {}
.dropdown dd {opacity: 0.0; position:absolute; top:0; /*overflow:hidden;*/   }

.dropdown ul {width:204px; border:0px solid #9ac1c9; list-style:none; margin-top: 20px; margin-left: -5px;   }

.dropdown li {width: 95px;  }
.dropdown li a {background: #FFB9FF 40%; margin-left: 0px; padding: 5px;  border: 1.5px solid pink; height: 15px; }
.dropdown li a:hover {
 background: #FFE6FF     ;
}





.dropdown a, .dropdown a:active, .dropdown a:visited {display:block;   color:#333; text-decoration:none; z-index: 5000;}
.dropdown a:hover { color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}


#header #search_block_top input#search_query.ejemplo{
 color: gray;
 font-style: italic
}

.top_seller_li {;
  height: 59px;
  border-bottom:
1px solid #FF99FF}

.best_seller_title{
color: #C10265;
font-weight: bold;
}

div.block .best_seller_title a{
color: #C10265;
font-weight: bold;
}

.top_seller_price {
color:#DA0F00;
font-size:1.1em;
font-weight:bold;
white-space:nowrap;
float: left;
clear:left;
}

.best_seller_manufacturer {
float: left;
  font-style: italic;
}



.best_seller_rigth{
  float: left;
  width:70%;
}
.best_seller_left{
  float: left;
  width: 30%;
}

 .jqzoom{;
  z-index: 100; ;
  }


/* this is the CSS for the menu that you will need. */
#currencies_block_top {
	height: 58px;
	width: 100%;
	display: block;
	position: absolute;
	top: -58px;
}
#currencies_block_top {
	height: 38px;
	width: auto;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/right.png);
	background-repeat: no-repeat;
	background-position: right -20px;;

}

#setCurrency ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 58px;
	list-style-type: none;
	background-image: url(../img/left.png);
	background-repeat: no-repeat;
    background-position: left -20px;
}
#setCurrency li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#setCurrency li a:link, #setCurrency li a:active, #setCurrency li a:visited {
	/*
	background-image: url(../img/middle.png);
	*/
    background-position: left -20px;
	background-repeat: repeat-x;
	height: 38px;
	width: 100px;
	display: block;
	line-height: 58px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 120%;
}
#setCurrency li a:focus, #setCurrency li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
	background-image: url(../img/rollOver.png);
	background-repeat: repeat-x;
}


#primary_block ul#usefull_link_block li.video_us a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:white url(../img/icon/video.jpg) no-repeat scroll left top;
padding-left:20px;
}

#productos_relacionados_en, #productos_relacionados_es, #productos_relacionados_pt
{
  height: 17px;
  /*
  position: relative;
  top: -26px;
  */
  float: left;
    width: 100%;
}

#productos_relacionados_en
{background: transparent url(../img/related_arts_en.png) no-repeat scroll center bottom;}
#productos_relacionados_es
{background: transparent url(../img/related_arts_es.png) no-repeat scroll center bottom;}
#productos_relacionados_pt
{background: transparent url(../img/related_arts_pt.png) no-repeat scroll center bottom;}

#special_block_right h4 a
{
background-image: none;
padding-left: 27px;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
ul#header_links
{
   float:none;
}
}


/*termina hack opera*/
