﻿/*  
Author: Arnau Pujol Cabarrocas
Author URI: http://analogicemotion.com/
*/

/* Reset CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ margin:0px; padding:0px; border:0px; outline:0px; }

a { color:#111; text-decoration:none; outline:none; }
a:hover { color:#999; }

a img, :link img, :visited img { border:0px; }

table { border-collapse:collapse; border-spacing:0px; }

ol, ul { list-style:none; }

:focus { outline:none; }

img { margin:0px; vertical-align:top; }

html { overflow-y:scroll; }

/* --------------------------- Grid System ---------------------------- */

/* 
960px grid system ~ Created by the Grid System Generator http://www.gridsystemgenerator.com
Based on the 960.gs grid system: 16 columns ~ margin: 10px
*/

/* Container */
.container_24 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  overflow:visible;
}

/* Grid Global */
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, .grid_20, .grid_21, .grid_22, .grid_23, .grid_24, 
.grid_4_15, .grid_5_15, .grid_6_15, .grid_6_30, .grid_12_15, .grid_18_15,  .grid_18_30, .grid_19_15, .grid_20_15, .grid_24_30,
.grid_10_no30
{
	display: inline;
	float: left;
	position:relative;
	margin-left: 15px;
	margin-right: 0px;
}

/* Grid 24 cols */
.container_24 .grid_1 {width: 25px;}
.container_24 .grid_2 {width: 65px;}
.container_24 .grid_3 {width: 105px;}
.container_24 .grid_4 {width: 145px;}
.container_24 .grid_5 {width: 185px;}
.container_24 .grid_6 {width: 225px;}
.container_24 .grid_7 {width: 265px;}
.container_24 .grid_8 {width: 305px;}
.container_24 .grid_9 {width: 345px;}
.container_24 .grid_10 {width: 385px;}
.container_24 .grid_11 {width: 425px;}
.container_24 .grid_12 {width: 465px;}
.container_24 .grid_13 {width: 505px;}
.container_24 .grid_14 {width: 545px;}
.container_24 .grid_15 {width: 585px;}
.container_24 .grid_16 {width: 625px;}
.container_24 .grid_17 {width: 665px;}
.container_24 .grid_18 {width: 705px;}
.container_24 .grid_19 {width: 745px;}
.container_24 .grid_20 {width: 785px;}
.container_24 .grid_21 {width: 825px;}
.container_24 .grid_22 {width: 865px;}
.container_24 .grid_23 {width: 905px;}
.container_24 .grid_24 {width: 945px;}

.container_24 .grid_4_15 {width: 160px;}
.container_24 .grid_5_15 {width: 200px;}
.container_24 .grid_6_15 {width: 240px;}
.container_24 .grid_6_30 {width: 255px;}
.container_24 .grid_10_no30 {width: 355px;}
.container_24 .grid_12_15 {width: 480px;}
.container_24 .grid_18_15 {width: 720px;}
.container_24 .grid_18_30 {width: 735px;}
.container_24 .grid_19_15 {width: 760px;}
.container_24 .grid_20_15 {width: 800px;}
.container_24 .grid_24_30 {width: 975px;}

/* Prefix Extra Space */
.container_24 .prefix_1 {padding-left: 40px;}
.container_24 .prefix_2 {padding-left: 80px;}
.container_24 .prefix_3 {padding-left: 120px;}
.container_24 .prefix_4 {padding-left: 160px;}
.container_24 .prefix_5 {padding-left: 200px;}
.container_24 .prefix_6 {padding-left: 240px;}
.container_24 .prefix_7 {padding-left: 280px;}
.container_24 .prefix_8 {padding-left: 320px;}
.container_24 .prefix_9 {padding-left: 360px;}
.container_24 .prefix_10 {padding-left: 400px;}
.container_24 .prefix_11 {padding-left: 440px;}
.container_24 .prefix_12 {padding-left: 480px;}
.container_24 .prefix_13 {padding-left: 520px;}
.container_24 .prefix_14 {padding-left: 560px;}
.container_24 .prefix_15 {padding-left: 600px;}
.container_24 .prefix_16 {padding-left: 640px;}
.container_24 .prefix_17 {padding-left: 680px;}
.container_24 .prefix_18 {padding-left: 720px;}
.container_24 .prefix_19 {padding-left: 760px;}
.container_24 .prefix_20 {padding-left: 800px;}
.container_24 .prefix_21 {padding-left: 840px;}
.container_24 .prefix_22 {padding-left: 880px;}
.container_24 .prefix_23 {padding-left: 920px;}

/* Suffix Extra Space */
.container_24 .suffix_1 {padding-right: 40px;}
.container_24 .suffix_2 {padding-right: 80px;}
.container_24 .suffix_3 {padding-right: 120px;}
.container_24 .suffix_4 {padding-right: 160px;}
.container_24 .suffix_5 {padding-right: 200px;}
.container_24 .suffix_6 {padding-right: 240px;}
.container_24 .suffix_7 {padding-right: 280px;}
.container_24 .suffix_8 {padding-right: 320px;}
.container_24 .suffix_9 {padding-right: 360px;}
.container_24 .suffix_10 {padding-right: 400px;}
.container_24 .suffix_11 {padding-right: 440px;}
.container_24 .suffix_12 {padding-right: 480px;}
.container_24 .suffix_13 {padding-right: 520px;}
.container_24 .suffix_14 {padding-right: 560px;}
.container_24 .suffix_15 {padding-right: 600px;}
.container_24 .suffix_16 {padding-right: 640px;}
.container_24 .suffix_17 {padding-right: 680px;}
.container_24 .suffix_18 {padding-right: 720px;}
.container_24 .suffix_19 {padding-right: 760px;}
.container_24 .suffix_20 {padding-right: 800px;}
.container_24 .suffix_21 {padding-right: 840px;}
.container_24 .suffix_22 {padding-right: 880px;}
.container_24 .suffix_23 {padding-right: 920px;}

/* `Push Space */
.container_24 .push_1 {left: 40px;}
.container_24 .push_2 {left: 80px;}
.container_24 .push_3 {left: 120px;}
.container_24 .push_4 {left: 160px;}
.container_24 .push_5 {left: 200px;}
.container_24 .push_6 {left: 240px;}
.container_24 .push_7 {left: 280px;}
.container_24 .push_8 {left: 320px;}
.container_24 .push_9 {left: 360px;}
.container_24 .push_10 {left: 400px;}
.container_24 .push_11 {left: 440px;}
.container_24 .push_12 {left: 480px;}
.container_24 .push_13 {left: 520px;}
.container_24 .push_14 {left: 560px;}
.container_24 .push_15 {left: 600px;}
.container_24 .push_16 {left: 640px;}
.container_24 .push_17 {left: 680px;}
.container_24 .push_18 {left: 720px;}
.container_24 .push_19 {left: 760px;}
.container_24 .push_20 {left: 800px;}
.container_24 .push_21 {left: 840px;}
.container_24 .push_22 {left: 880px;}
.container_24 .push_23 {left: 920px;}

/* `Pull Space */
.container_24 .pull_1 {left: -40px;}
.container_24 .pull_2 {left: -80px;}
.container_24 .pull_3 {left: -120px;}
.container_24 .pull_4 {left: -160px;}
.container_24 .pull_5 {left: -200px;}
.container_24 .pull_6 {left: -240px;}
.container_24 .pull_7 {left: -280px;}
.container_24 .pull_8 {left: -320px;}
.container_24 .pull_9 {left: -360px;}
.container_24 .pull_10 {left: -400px;}
.container_24 .pull_11 {left: -440px;}
.container_24 .pull_12 {left: -480px;}
.container_24 .pull_13 {left: -520px;}
.container_24 .pull_14 {left: -560px;}
.container_24 .pull_15 {left: -600px;}
.container_24 .pull_16 {left: -640px;}
.container_24 .pull_17 {left: -680px;}
.container_24 .pull_18 {left: -720px;}
.container_24 .pull_19 {left: -760px;}
.container_24 .pull_20 {left: -800px;}
.container_24 .pull_21 {left: -840px;}
.container_24 .pull_22 {left: -880px;}
.container_24 .pull_23 {left: -920px;}

/* Children (Alpha ~ First, Omega ~ Last) */ 
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* `Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after, .container_24:after  {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.relative { position:relative; }

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.top_18, #contingut .top_18 { margin-top:18px; }
.top_9, #contingut .top_9 { margin-top:9px; }
.top_0, #contingut .top_0 { margin-top:0px; }
.bottom_18 { margin-bottom:18px; }
.bottom_9, #contingut .bottom_9 { margin-bottom:9px; }
.bottom_0, #contingut .bottom_0 { margin-bottom:0px; }

.gris { color:#777; }
.gris a { color:#009AC8; }
.gris a:hover { color:#009AC8; }

.relative { position:relative; }

/* --------------------------- Init Forms -------------------------- */

input, select, textarea { font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif; font-size:12px; margin:0px; }
select { height:22px; }

/* --------------------------- Estructura General ---------------------------- */

html,body { 
  margin:0px; 
  height:100%; 
  font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif; 
  color:#111; 
  font-size:12px;  
  line-height:18px;
  background:#105DA1 url('../image/bg_body.jpg') center top repeat-y;
}

#pagina {
  position:relative;
  margin:0 auto;
  padding:0px;
  width:100%;
  height:auto !important; /* For Modern Browsers */
  height:100%; /* For IE */
  min-height:100%; /* For Modern Browsers */
  background:#105DA1 url('../image/bg_header.jpg') left top repeat-x;
  overflow:visible;
}

#header { 
  position:relative;
  width:100%;
  height:400px;
  overflow:hidden;
  background:url('../image/aditech_0.jpg') top center no-repeat; 
}

#header_content {
  position:relative;
  margin:0px auto;
  width:995px;
  height:300px;
  overflow:hidden; 
}

#estructura {
  margin:-75px 0px 0px;
}

#contingut {
  position:relative;
  margin:0px auto;
  width:975px;
  padding:0px 10px 377px 10px;
  /* background:url('../image/grid.png') center top repeat-y;  */
  background:#dde7f1; 
  overflow:visible;
}

#footer {   
  position:relative;
  margin:-372px auto 0px;
  width:100%;
  height:372px;
  background:#105DA1 url('../image/bg_footer.jpg') center top no-repeat; ;
}

#footer_content {   
  position:relative;
  margin:0 auto;
  padding:99px 25px 0px;
  width:945px;
  height:270px;
  overflow:hidden;
}

#footer h3 { color:#fff; }

/* --------------------------- Header ---------------------------- */

#link_inici {
  position:absolute;
  top:47px;
  left:0px;
  width:265px;
  height:62px;
  text-indent:-8000px;
}

#opcions_header {
  position:absolute;
  top:0px;
  right:0px;
  height:32px;
  line-height:32px;
}
#opcions_header .opt_left, #opcions_header .opt_right, #opcions_header .opt_content { height:32px; display:block; float:left; }

#opcions_header .opt_content { color:#fff; background:#045ca4; height:22px; line-height:22px; padding:4px 0px 6px 0px; }
#opcions_header .opt_content select { margin:0px; padding:0px; height:21px; }
#opcions_header .opt_left, #opcions_header .opt_right { width:10px; }
#opcions_header .opt_left { background:url('../image/aux_corner_l.gif') right bottom no-repeat; }
#opcions_header .opt_right { background:url('../image/aux_corner_r.gif') left bottom no-repeat; }

#opcions_header form { display:inline; }
#opcions_header label { display:inline; margin:0px 0px 0px 15px; }
#opcions_header label.primer { margin:0px; }
#opcions_header select { width:150px; }

#categories_header {
  position:absolute;
  top:201px;
  left:0px;
}
#categories_header a {
  float:left;
  display:block;
  width:239px;
  height:75px;
  margin-left:13px;
  text-indent:-8000px;
}
#categories_header a.primer { margin:0px; }

#menu_lava {
  position:absolute;
  top:135px;
  left:0px;
  width:995px;
  height:36px;
  overflow:hidden;
  z-index:300;
  /* background:url('../image/blanc_50.png'); */
}

#lava {
  position:relative;
  overflow:visible;
}

#lava ul#menu_header {
  position:absolute;
  left:10px;
  top:0px;
  z-index:100;
}

#lava ul#menu_header li {
  float:left;
  display:block;
  position:relative;
  height:36px;
  line-height:36px;
}

ul#menu_header li a {
  float:left;
  display:block;
  padding:0px 12px;
  color:#333;
  height:36px;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:36px;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:1px;
}

ul#menu_header li a:hover { color:#fff; }

ul#menu_header li.selected a { color:#fff; }

#lava #box {
  /* position absolute so that z-index can be defined and able to move this item using javascript */
  position:absolute; 
  left:-200px; 
  top:0px; 
  /* should be lower than the list menu */
  z-index:50; 
  /* image of the right rounded corner */
  background:url("../image/tail.gif") right top no-repeat; 
  height:32px;
  border-top:2px solid #DDE7F1; 
  border-bottom:2px solid #DDE7F1; 
  /* add padding 8px so that the tail would appear */
  padding-right:0px;
  /* self-adjust negative margin to make sure the box display in the center of the item */
  margin-left:0px;
}
#lava #box .head {
  /* image of the left rounded corner */
  margin:0px 15px 0px 0px;
  background:url('../image/head.gif') no-repeat 0 0; 
  height:32px;
  /* self-adjust left padding to make sure the box display in the center of the item */
  padding-left:7px;
}
	
#lava #box2 {
  /* position absolute so that z-index can be defined and able to move this item using javascript */
  position:absolute; 
  left:-200px; 
  top:0px; 
  /* should be lower than the list menu */
  z-index:40; 
  /* image of the right rounded corner */
  background:url('../image/tail2.gif') right top no-repeat; 
  height:32px;
  border-top:2px solid #DDE7F1; 
  border-bottom:2px solid #DDE7F1; 
  /* add padding 8px so that the tail would appear */
  padding-right:0px;
  /* self-adjust negative margin to make sure the box display in the center of the item */
  margin-left:0px;
}	
#lava #box2 .head2 {
  /* image of the left rounded corner */
  margin:0px 15px 0px 0px;
  background:url('../image/head2.gif') no-repeat 0 0; 
  height:32px;
  /* self-adjust left padding to make sure the box display in the center of the item */
  padding-left:7px;
}

/* --------------------------- Buscador ---------------------------- */

#header #buscador {
  position:absolute;
  top:142px;
  right:15px;
  height:20px;
  padding:2px 0px 0px;
  width:210px;
  z-index:400;
  overflow:hidden;
  background:url('../image/bg_search.gif') left top no-repeat;
}
#header #buscador form { width:210px; height:20px; position:relative; }
#header #buscador label { position:relative; }
#header #buscador input { display:inline; width:180px; margin:0px; border:0px; padding:0px 0px 0px 5px; height:18px; background:none; }
#header #buscador input.blank { color:#999; } 
#header #buscador #search_button { position:absolute; bottom:0px; right:0px; width:25px; height:18px; text-indent:-8000px; overflow:hidden; }

/* --------------------------- Footer ---------------------------- */

#footer #to_top {
  position:absolute;
  display:block;
  top:50px;  
  left:25px;
  width:28px;
  height:28px;
  text-indent:-8000px;
}

#footer_info { height:70px; }

#footer_info a { 
  display:block;
  float:left;
  height:12px;
  line-height:12px;
  margin:6px 0px;
  padding:0px 10px 0px 10px;
  border-left:1px solid #fff; 
  color:#fff;
  text-decoration:none;
}
#footer_info a.primer { border:0px; padding:0px 10px 0px 0px; }
#footer_info a:hover { color:#f60; }

#footer_info a#credits {
  margin:0px;
  padding:0px;
  border:none;
  display:block;
  position:absolute;
  bottom:22px;
  right:12px;
  width:60px;
  height:15px;
  text-indent:-8000px;
  background:url('../image/lamantis.png') 0px 0px no-repeat; 
  z-index:100;
}
#footer_info a#credits:hover { 
  background:url('../image/lamantis.png') 0px -15px no-repeat; 
}

#footer_info a#youtube {
  margin:0px;
  padding:0px;
  border:none;
  display:block;
  position:absolute;
  bottom:82px;
  right:12px;
  width:33px;
  height:34px;
  text-indent:-8000px;
  z-index:100;
}

/* --------------------------- Lateral ---------------------------- */

#menu_categories { 
  padding:15px;
  background:#fff;
}
#contingut #menu_categories ul { list-style:none; margin:0px 0px 0px 0px; }
#contingut #menu_categories li {
  padding:0px;
  display:block;
  font-weight:bold;
  overflow:visible;
}
#menu_categories li a { display:block; padding:0px 0px 0px 15px; color:#045CA4; cursor:pointer; text-decoration:none; background:url('../image/normal.gif') left top no-repeat; }
#menu_categories li:hover a:hover { color:#f60; }
#menu_categories li a.expanded { background:url('../image/collapse.gif') left top no-repeat; }
#menu_categories li:hover a:hover.expanded { color:#f60; }
#menu_categories li a.collapsed { background:url('../image/expand.gif') left top no-repeat; }
#menu_categories li:hover a:hover.collapsed { color:#f60; }
#menu_categories li a.actual, #menu_categories li:hover a:hover.actual { color:#a0a0a0; }

#menu_categories li ul.none { display:none; }
#menu_categories li ul.block { display:block; }

#contingut #menu_categories li ul li {
  padding:0px 0px 0px 12px;
  font-weight:normal;
  /* background:url('../image/arrow.gif') left top no-repeat;  */
}

#contingut #sub_lateral { list-style:none; margin:0px; }
#contingut #sub_lateral li {
  margin:0px 0px 15px 0px;
  padding:0px;
  height:36px;
}
#sub_lateral li a {
  display:block;
  line-height:36px;
  padding:0px 0px 0px 20px;
  color:#fff;
  background:#045CA4 url('../image/but_lat_left.gif') left 0px no-repeat;
  text-decoration:none;
  text-transform:uppercase;
} 
#sub_lateral li a span {
  display:block;
  padding:0px 15px 0px 0px;
  background:url('../image/but_lat_right.gif') right top no-repeat; 
} 

#sub_lateral li a:hover { background:#999 url('../image/but_lat_left.gif') left -36px no-repeat; }
#sub_lateral li a:hover span { background:url('../image/but_lat_right.gif') right -36px no-repeat; }

#sub_lateral li a.current, #sub_lateral li a.current:hover { cursor:default; background:#f60 url('../image/but_lat_current_left.gif') left 0px no-repeat; }
#sub_lateral li a.current span, #sub_lateral li a.current:hover span { background:url('../image/but_lat_current_right.gif') right 0px no-repeat; }

#fabricants {
  margin:12px 0px 0px 0px;
  border-top:1px solid #999;
  padding:4px 0px 0px 0px;
}

/* --------------------------- Breadcrumb ---------------------------- */

#breadcrumb {
  border-bottom:1px solid #999;
  margin-bottom:15px;
  color:#444;
  font-size:12px;
  text-transform:uppercase;
}
#breadcrumb a { color:#444; text-decoration:none; }
#breadcrumb a:hover { color:#999; text-decoration:none; }

/* --------------------------- Split Page ---------------------------- */

#split_page {
  float:none;
  clear:both;
  position:relative;
  margin:0px 0px 15px;
  border-top:1px solid #999;
  width:100%;
  overflow:hidden;
}
#split_page a { text-decoration:none; }
#split_page .data { margin:0px; padding:0px; }
#split_page .titol { font-size:14px; font-weight:bold; }
#split_page a:hover span { color:#999; }

.width_50 { width:45%; }
#split_left { float:left; margin:5px 0px 0px; }
#split_right { float:right; text-align:right; margin:5px 0px 0px; overflow:hidden;  }
#contingut #split_page .prev,#contingut  #split_page .next { line-height:15px; }

/* --------------------------- Paginació ---------------------------- */

#split_page .pagination { position:absolute; right:0px; top:5px; padding:0px; text-align:right; }

#split_page .pagination a, #split_page .pagination .current {
  text-align:center;
  display:block;
  float:left;
  border:1px solid #ddd;
  margin-left:5px;
  text-decoration:none;
  line-height:16px;
  font-weight:normal;
  padding:0px 5px;
  height:18px;
  color:#333;
  background:#ddd;
}
#split_page .pagination a:hover { color:#fff; border-color:#009AC8; background:#009AC8; }

#split_page .pagination .current {
  border:1px solid #f60;
  color:#fff;
  background:#f60;
}

#split_page .pagination .punts {
  display:block;
  float:left;
  margin-left:5px;
  padding:0px 5px;
  line-height:16px;
  height:18px;
}

#split_page .pagination .prev_next {
  display:block;
  float:left;
  border:none;
  margin-left:5px;
  padding:0px;
  font-size:11px;
  line-height:16px;
  background:none;
}
#split_page .pagination a.prev_next:hover { color:#009AC8; background:none; }
#split_page .pagination .disabled { color:#cdcdcd; }


/* --------------------------- Productes General ---------------------------- */

.img_producte { margin:0px 0px 9px 0px; }

.data { display:block; color:#f60; font-weight:bold; padding:0px 0px 5px; }

.titol {
  display:block;
  margin:0px 0px 9px 0px;
  font-size:16px;
  color:#009AC8;
}
.titol .search_str { 
  font-weight:bold;
  font-style:italic;
}

.price {
  display:block;
  margin:9px 0px 0px 0px;
  font-size:20px;
  font-weight:bold;
  color:#f60;
}
#fitxa select { width:345px; }
#fitxa .price { margin-top:18px; }
.old_price { text-decoration:line-through; color:#999; }

.tit_aux { font-size:12px; font-weight:bold; color:#111; }

/*---------------------------- Lateral ---------------------------- */

.box_lateral {
  margin:0px 0px 15px 0px;
  padding:15px;
  background:#fff;
}

.bg_lat_1 { background:#eee; }
.bg_lat_2 { background:#ddd; }

.box_lateral input { width:203px; } 
.box_lateral select { width:225px; } 

#ofertes { width:225px; height:414px; overflow:hidden; }
#contingut #ofertes ul { list-style:none; margin:0px; }
#contingut #ofertes li { display:block; padding:0px 0px 15px 0px; height:414px; width:225px; overflow:hidden; }
#ofertes li img { 
  display:block;
  margin:0px 0px 9px 0px;
  width:225px; 
  height:170px;
}
#ofertes li a { display:block; position:relative; text-decoration:none; }
#ofertes li a .star { display:block; position:absolute; font-size:10px; top:120px; left:160px; width:60px; height:46px;  padding:14px 0px 0px 0px; color:#fff; text-align:center; background:url('../image/star.png') left top no-repeat; line-height:14px; }
#ofertes li a .discount { display:block; font-size:16px; font-weight:bold; }

#ofertes li a:hover span { color:#999; }
#ofertes li a:hover .star, #ofertes li a:hover .discount { color:#fff; }

#contingut #noticies_lat { list-style:none; margin:0px 0px -9px 0px; }
#contingut #noticies_lat li { position:relative; }
#contingut #noticies_lat li a {
  display:block;
  padding:0px 0px 0px 15px;
  background:url("../image/arrow.gif") left top no-repeat;  
}
#contingut #noticies_lat li span { display:block; margin:0px; padding:0px; }
#contingut #noticies_lat .titol { font-weight:normal; color:#333; font-size:14px; }
#contingut #noticies_lat a:hover .titol { color:#999; }

/* --------------------------- Content ---------------------------- */

h1 { 
  margin:0px 0px 18px 0px; 
  color:#1661A5;
  font-size:22px;  
}

h2 { 
  margin:0px 0px 18px 0px;
  color:#009ac8;
  font-size:18px; 
}

h3 { 
  margin:0px 0px 9px 0px;
  color:#009ac8;
  font-size:14px;  
}

h4 { 
  margin:0px 0px 9px 0px;
  color:#333;
  font-size:13px;  
}

h2.tira {
  margin:18px 0px 15px 0px;
  padding:0px 0px 0px 15px;
  height:32px;
  line-height:32px;
  color:#fff;
  font-size:16px;
  background:#2479BC url('../image/bg_tira.jpg');
}

h3.tit_lat {
  margin-left:-5px;
  padding:0px 0px 0px 20px;
  background:url('../image/fletxa_users.gif') left center no-repeat;
}

.tit_blau { 
  display:block;
  color:#009ac8;
  font-size:14px; 
  font-weight:bold; 
}

#contingut p { margin:0px 0px 18px 0px; }
#contingut ul { list-style:disc outside; margin:0px 0px 9px 18px; }
#contingut ul li { padding:0px 0px 9px 0px; }

#contingut ul ul { list-style:circle outside; margin:9px 0px 0px 18px; }

#contingut .content {
  padding:15px 15px 0px 15px;
  background:#fff;
  overflow:hidden;
}

#contingut .content_b {
  padding:15px 15px 0px 15px;
  background:#3DA0E1;
  overflow:hidden;
}
#contingut .content_b h2 { color:#fff; }

#contingut .content_g {
  padding:15px;
  background:#DDE7F1;
  overflow:hidden;
}

#contingut .no_items { padding:30px; text-align:center; background:#fff; }

.legal { 
  display:block;
  margin:18px 0px 0px; 
  border-top:1px solid #999;
  padding:9px 0px 0px;
  color:#777;
  font-size:11px;
}

.error { color:#f60; font-weight:bold; }

/* --------------------------- Formularis ---------------------------- */

#form_data { padding:0px 0px 0px 5px; }
fieldset {}

label { position:relative; display:block; width:100%; overflow:hidden; float:none; }

label span {
  display:block;
  margin-top:5px;
  margin-bottom:1px;  
  letter-spacing:1px;
  color:#666;
}
.attributtes label span{color:#009AC8; font-weight: bold;}

#form_data .amagat { display:none; }
#form_data input{ width:659px; }

#form_data input.curt { width:435px; }
#form_data textarea.curt { width:435px; height:140px; }

#form_data label.width_50_1 { float:left; width:325px; }
#form_data label.width_50_2 { float:left; width:325px; margin-left:15px; }

#form_data label.width_50_1 input, #form_data label.width_50_2 input { width:319px; }
#form_data label.width_50_1 select, #form_data label.width_50_2 select { width:324px; }

#contingut .form_sep {
  display:block;
  clear:both;
  margin:0px 0px 6px 0px;
  height:14px;
  width:665px;
  border-bottom:1px solid #999;
}

/* Form v.2 */

#form_data.form_ample input{ width:689px; }
#form_data.form_ample textarea{ width:690px; height:100px; }

#form_data.form_ample label.width_50_1 { float:left; width:340px; }
#form_data.form_ample label.width_50_2 { float:left; width:340px; margin-left:15px; }

#form_data.form_ample label.width_50_1 input, #form_data.form_ample label.width_50_2 input { width:334px; }
#form_data.form_ample label.width_50_1 select, #form_data.form_ample label.width_50_2 select { width:339px; }

#form_data.form_ample .form_sep { width:695px; }

/**/

label.inline, #form_data label.inline, #form_data.form_ample label.inline { clear:both; display:block; float:none; margin:3px 0px 0px 0px; }
label span.inline, #form_data label span.inline { display:inline; }
input.checkbox, #form_data input.checkbox, #form_data.form_ample input.checkbox { width:auto; vertical-align:middle; margin:0px 5px 0px 0px }
input.radio, #form_data input.radio, #form_data.form_ample input.radio { width:auto; vertical-align:middle; margin:0px 5px 0px 10px }

/* --------------------------- Botons ---------------------------- */

.botonera {
  height:36px;
  width:100%;
  overflow:hidden;
}
#contingut form .botonera { margin-top:18px; }

.botonera a, a.boto, a.boto_ult, a.boto_llarg {
  float:left;
  height:36px;
  line-height:36px;
  color:#fff;
  letter-spacing:1px;
  text-align:center;
  text-decoration:none;
  font-weight:bold;
  background:url('../image/boto_form.gif') left 0px no-repeat;
}
a.boto { margin-right:15px; width:140px; }
a.boto_ult { width:140px; }

a.boto_llarg {
  margin:0px;
  width:200px;
  background:url('../image/boto_form_llarg.gif') left 0px no-repeat;
}

.botonera a:hover, a.boto:hover, a.boto_llarg:hover {
  color:#fff;
  background-position:left -36px;
}


/* ------------------------- Usuaris ------------------------- */

#contingut #menu_aux_lat ul { list-style:none; margin:0px; }
#contingut #menu_aux_lat li {
  display:block;
  padding:0px; 
  height:36px;
  line-height:36px;
  border-top:1px solid #999;
}
#contingut #menu_aux_lat li.primer { border:none; }

#menu_aux_lat li a {
  display:block;
  height:36px;
  line-height:36px;
  padding:0px 0px 0px 20px;
  background:url() left 0px no-repeat;
  text-decoration:none;
  color:#009AC8;
  font-size:14px;
  font-weight:bold;
  background:url('../image/fletxa_users.gif') left center no-repeat;
}
#menu_aux_lat li a:hover { color:#999; }

#menu_aux_lat li a.current { color:#f60; }
#menu_aux_lat li a.current:hover { color:#f60; }


/* ------------------------- Cistella ------------------------- */

#cart_lateral table {
  margin:0px 0px 5px 0px;
  width:225px;
  overflow:hidden;
  border-collapse:collapse;
}
#cart_lateral table a { display:block; text-decoration:none; }
#cart_lateral .hidden_tip { display:none; }
.hidden_tip img.img_tip, .qtip img.img_tip {
  display:block;
  width:220px;
  height:160px;
}

#cart_lateral table td { padding:0px 0px 4px 0px; vertical-align:top; white-space:nowrap; }
#cart_lateral table td.col_num { padding:0px 5px 4px; text-align:right; width:20px; }

#cart_lateral #cart_total {
  position:relative; 
  border-top:1px solid #999;
  padding:9px 0px 0px 0px;
  width:100%; 
  height:23px;
  line-height:23px;
  color:#f60;
  font-size:18px;
  font-weight:bold;
  text-align:right;
  overflow:hidden;
}
#cart_lateral #cart_total a {
  position:absolute;
  display:block;
  padding:0px 10px;
  top:9px;
  left:0px;
  height:23px;
  line-height:23px;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:1px;
  font-weight:normal;
  background:#999;
}  
#cart_lateral #cart_total a:hover { background:#009AC8; }

/* -------------------- Checkout ------------------- */

#checkout_menu { background:#999; height:54px; line-height:54px; color:#fff; }
#checkout_menu a { color:#fff; text-decoration:none; display:block; }
#checkout_menu a:hover { text-decoration:underline; }
#checkout_menu span { display:block; float:left; text-align:center; width:145px; }
#checkout_menu span.first_a { padding:0px 0px 0px 10px; background:url('../image/checkout_first_a.gif') left top no-repeat; }
#checkout_menu span.first_p { padding:0px 0px 0px 10px; background:url('../image/checkout_first_p.gif') left top no-repeat; }
#checkout_menu span.last { padding:0px 10px 0px 0px; background:url('../image/checkout_last.gif') right top no-repeat; }
#checkout_menu span.last_a { padding:0px 10px 0px 0px; background:url('../image/checkout_last_a.gif') right top no-repeat; }
#checkout_menu .space { background:#ccc; width:35px; background:url('../image/checkout_sep.gif') left top no-repeat; }
#checkout_menu .space { background:#ccc; width:35px; background:url('../image/checkout_sep.gif') left top no-repeat; }

#checkout_menu span.actual { background-color:#f60; color:#fff; } 
#checkout_menu span.past { background-color:#3DA0E1; color:#fff; } 
#checkout_menu .actual_prev { background:url('../image/checkout_sep_prev.gif') left top no-repeat; }
#checkout_menu .actual_past { background:url('../image/checkout_sep_past.gif') left top no-repeat; }
#checkout_menu .past_past { background:url('../image/checkout_sep_past_past.gif') left top no-repeat; }
