/* Estils per a contingut */
#leftcolumn {
	float: left;
	width: 130px;
	margin: 5px 0 0 10px;
}
#centercolumn {
	margin-left: 150px;
	padding-top: 5px;
}

#centercolumn #pci_header {
	text-align: center;
	margin: 15px 5px 5px 5px;
}

/* Estils generals */
a img {
	border: 0;
}

/* Botons */
#bt_enviarpedidos {
	margin: 10px auto;
	width: 130px;
}

/* Zona de botons */
div#pci_buttons {
	margin-left: 10px;
}
div#pci_buttons_left {
	float: left;
	width: 330px;	
}
div#pci_buttons_right img {
	padding-left: 50px;
}

/* Formulari de búsqueda */
#search_form {
	border: solid 1px #333;
	padding: 3px;
	background: #f0f0f0;
	text-align: center;
}
#searchbox {
	width: 90px;
	background-image: url('images/search.png');
  	background-repeat: no-repeat;
  	padding-left: 20px;
} 
#search_form input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC;
	margin: 4px; 
	padding: 1px; 
	background: #FFF;
	color: #CC0000;
}

/* Menú de categories de producte */
#product_categories {float:left; padding:0; margin:3px 0 0 0; list-style:none; position:relative; width:130px; z-index: 100;}
#product_categories ul {padding:0; margin:0; list-style:none; width:130px; height:auto; background: url(images/trans.gif); position:absolute; left:-9999px; top:0;}
#product_categories table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#product_categories li {float:left; margin-bottom:1px;}
#product_categories li a {display:block; float:left; width:130px; height:2.0em; background:#88f; color:#000; line-height:2.0em; font-family:arial, sans-serif; font-size:11px; text-decoration:none; text-indent:1em;}
#product_categories li a.fly {background:#88f url(../images/right-arrow.gif) no-repeat right center;}

#product_categories li:hover {position:relative;}
#product_categories li a:hover {position:relative; background-color:#e60; color:#fff;}
#product_categories li:hover > a {background-color:#e60; color:#fff;}

#product_categories ul li a {background:#aaf;}
#product_categories ul li a.fly {background:#aaf url(../images/right-arrow.gif) no-repeat right center;}
#product_categories ul ul li a {background:#ccf;}
#product_categories ul ul li a.fly {background:#ccf url(../images/right-arrow.gif) no-repeat right center;}
#product_categories ul ul ul li a {background:#ddf;}

#product_categories li a.current,
#product_categories ul li a.current,
#product_categories ul ul li a.current,
#product_categories ul ul ul li a.current {background-color:#c40; color:#fff;}

#product_categories :hover ul,
#product_categories :hover ul :hover ul,
#product_categories :hover ul :hover ul :hover ul {left:130px;}

#product_categories :hover ul ul,
#product_categories :hover ul :hover ul ul {left:-9999px;}

#product_categories ul li:hover > a {background-color:#e60; color:#fff;}
#product_categories ul ul li:hover > a {background-color:#e60; color:#fff;}

/* Llistat d'arbre de categories */
p.treelist {
	padding-left: 40px;
}
p.treelist a {
	text-decoration: none;
	color: #c40;
}
p.treelist a:hover {
	text-decoration: underline;
}

/* Llistat de categories */
div#categories ul {
	list-style: none;
}
div#categories ul li {
	float: left;
	width: 120px;
	height: 150px;
	margin: 3px;
	padding: 3px;
	text-align: center;	
}
div#categories ul li img {
	width: 120px;
	height: 120px;
}
div#categories ul li p {
	margin: 0;
	font-size: 14px;
}
div#categories a {
	text-decoration: none;
}
div#categories a:hover {
	text-decoration: underline;
}

/* Llistat de productes */
div#products p.searchcount {
	font-size: 10px;
	font-weight: bold;
	margin: 15px 40px;
	padding: 10px;
	text-align: center;
}
div#products ul {
	list-style: none;
}
div#products ul li {
	float: left;
	width: 120px;
	min-height: 215px;
	margin: 3px;
	padding: 3px;
	text-align: center;	
}
div#products ul li img {
	width: 120px;
	height: 120px;
}
div#products ul li p {
	margin: 0;
	font-size: 14px;
}
div#products p.product_description {
	
}
div#products p.product_price {
	font-weight: bold;
}
div#products a {
	text-decoration: none;
}
div#products a:hover {
	text-decoration: underline;
}

/* Detalls de producte */
div#product_details img#product_image {
	float:left;
	width: 400px;
	height: 400px;
}
div#product_details p.desc_prod {
	font-weight: bold;
	font-size: 18px;
	color: #06246f;
	margin: 3px;
}
div#product_details p.detalles {
}
div#product_details p.PVP {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin: 0px 4px 0px 400px;
}
div#product_details p.buy {
	margin: 3px;
}
#orderbt {
	font: bolder 16px Arial, Sans-serif; 
	border: 1px solid #CCC;
	padding: 10px; 
	background: #F0F0F0;
	color: #CC0000;
	margin-left: 450px;
	margin-top: 10px;
	width: 100px;
	text-align: center;
	/*cursor: pointer;*/	
}
div#product_details a {
	color: #CC0000; 
	text-decoration: none;
}
div#product_details a:hover {
	text-decoration: underline;
}
div#product_details .notice {
	margin-top:15px;
	font-style: italic;
	text-align: center;
}
div#product_details .notice-warning {
	margin: 10px 10px 10px 410px;
	padding: 5px;
}
div#product_details .btOrder {
	margin: 6px auto;
	width: 170px;
	font-size: 13pt;
}
div#product_details p img {
	margin: 8px 0 0 20px;
}

/* Taules de preus */
div#product_details table {
	text-align: center;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	border-collapse: collapse;
	width: 240px;
}
div#product_details table td,th {
	border: 1px solid black;
	padding: 5px;
}
div#product_details table th {
	background: #6a6aff;
	color: white;
}



/* Paginación de tablas */
#pagination {
	width: 400px;
	margin-left: 300px;
	padding: 5px;
}
#pagination ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}
#pagination li {
	float:left;
	border: 1px solid #A0A0A0;
	padding: 1px 0 1px 0;
	margin: 0 2px 0 2px;
	min-width: 15px;
	text-align: center;
}
#pagination li.spacer {
	border: none;
}
#pagination li.disabled {
	color: #d0d0d0;
	border: 1px solid #d0d0d0;
}
#pagination li.current {
	font-weight: bold;
	background-color: #ddddee;
}
#pagination a {
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	color: #646464;
}
#pagination a:hover {
	background-color: #ddddee;
}


/* Detalls de producte */
.details_brand {
	color: #c40;
	font-weight: bold;
}
.details_model {
	color: #06246f;
	font-size: medium;
	font-weight: bold;
}
.details_description {
	
}
.details_price {
	/*
	border: solid 1px black;
	width: 40px;
	margin: 10px 0px 10px 5px;
	text-align: right;
	background: #f0f0f0;
	*/
	padding: 5px 0 5px 0px;
	font-size: large;
	color:#c40;	
}
.details_sfcode {
	font-size: xx-small;	
}
#addtocart {
	font: bolder 16px Arial, Sans-serif; 
	border: 1px solid #CCC;
	padding: 10px; 
	background: #F0F0F0;
	color: #CC0000;
	margin-left: 450px;
	margin-top: 10px;
	width: 100px;
	text-align: center;	
}

/* Característiques tècniques */
#tech_specs {
	clear: both;
}
#tech_specs h1 {
	padding: 30px 0 5px 0;
}
#tech_specs table,tr,td {
	border-collapse: collapse;
	border: solid 1px black;
}
.tech_name {
	font-weight: bold;
	color:#c40;
	text-align: right;
	background: #f0f0f0;
	padding: 5px 5px 5px 5px;
	width: 140px;
	min-height: 40px;
}
.tech_value {
	width: 200px;
}

/* GALERÍA IMÁGENES */
#collapse_gallery{
	display:block;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	
	border:1px solid white;
	cursor: pointer;
	
	background:url(../images/gallery/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:400px;
	overflow:hidden;
}

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(../images/gallery/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:400px;
	overflow:hidden;
	float: left;
	margin: 5px;
}

#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:400px;
	overflow:hidden;
}

.slide{
	float:left;
}

.jqzoom img{
	border: 0;
}

#th_menu{
	/* This is the container for the thumbnails */
	height:60px;
}

#th_menu ul{
	list-style-type: none;
	text-align: center;
	margin:0px;
	padding:0px;
}

#th_menu li{
	/* Every thumbnail is a li element (active_bg.png) */
	display:inline-block;
	list-style: none;
	width:60px;
	height:60px;
	overflow: hidden;
	padding-top:10px;
}

#th_menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../images/gallery/pic_bg.png) repeat;
}

#th_menu li.act{
	/* The active state of the thumb */
	background:url(../images/gallery/active_bg.png) no-repeat;
}

#th_menu li.act:hover{
	/* The active state of the thumb */
	background:url(../images/gallery/active_bg.png) no-repeat;
}

#th_menu li.act a{
	cursor:default;
}

#th_menu a img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:none;
	width: 50px;
	height: 45px;
}

