.swatch_wraper{
 
}

.formulari_link{
text-decoration:underline;
cursor:pointer;
color:#666;
}

.formulari{
	display:none;
}

.transfer1 {border:5px solid #333;}


.swatch_null{
	
	font-size:12px;
	
	
	border:1px solid #fff;
	height:10px;
	width:10px;
	margin:0px;
	padding:1px;
	background-color:#transparent;
}

.swatch{
	cursor:pointer;
	font-size:13px;
	text-decoration:none;
	border:1px solid #fff;
	height:15px;
	width:15px;
	margin:3px;
	padding:2px;
	background-color:#transparent;
	text-align:center;
	
}

.swatch:hover{
	border:1px solid #111;
	padding:4px;
	margin:1px;
}

.selected{
	border:2px solid #111;
	padding:4px;
	margin:0px;
}

.selected:hover{
	border:2px solid #111;
	padding:4px;
	margin:0px;
}

.swatch_part{
	cursor:pointer;
	font-size:9px;
	color:#999999;
	text-align:center;
	text-decoration:underline;
	border-bottom:5px solid #fff;
	height:40px;
	width:80px;
	padding:2px;
	background-color:#fff;
	margin:2px;
	margin-bottom:10px;
}

.swatch_part:hover{
	border-bottom:5px solid #666;
	padding:2px;
	margin:2px;
	margin-bottom:10px;
}

.selected_part{
	border-bottom:5px solid #333;
	padding:2px;
	margin:2px;
	margin-bottom:10px;
}

.selected_part:hover{
	border-bottom:5px solid #333;
	padding:2px;
	margin:2px;
	margin-bottom:10px;
}

.selected_part_alone{
	border-bottom:5px solid #fff;
	padding:2px;
	margin:2px;
	margin-bottom:10px;
	cursor:default;
}
.selected_part_alone:hover{
	border-bottom:5px solid #fff;
	padding:2px;
	margin:2px;
	margin-bottom:10px;
	cursor:default;
}
.fletxa{
	cursor:pointer;
	padding:5px;
	display:none;
}

.taula_talles{
	width:980px;
	color: #333;
}

td.talla{
	cursor: pointer;
	border:1px solid white;
}

td.talla:hover{
	cursor: pointer;
	background-color:#ccc;
	font-weight:bold;
}

td.talla_selected{
	cursor: pointer;
	background-color:#ccc;
	border:1px solid #666;
	font-weight:bold;
	color:#000;
}

.boto_carro{
	
}

.talla_no_ue{
	font-size: 10px;
	color:#666;
}


.NomPreu{
    float:left;
	font-size:12px;
	color:#696057;
	text-align:left;
	position:relative;
	z-index:9;
	left:0px;
	top:0px;
		
}

.NomPreu small{
	font-size:12px;
	color:#bfa867;
	display:none;
}




/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #fff;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #fff;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -50px;
  left: 50%;
  margin-left: -11px;
  height: 50px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: #fff;
}
.cluetip-jtip #cluetip-outer {
  border: 0px solid #a0a0a0;
  position: relative;
  background-color: #fff;
  padding-top:0px;

}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 0px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 5px;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
  filter: alpha(opacity=50);
  opacity: .5;
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -99px;
  left: 60px;
  margin-left: 0px;
  height: 100px;
  width: 50px;
}





/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
