* {  margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; }

body { margin: 0px; height: 100%; }

p,li,div,td { 
	font-size: 12px; 
	color: black; 
	text-align: left;
}

h1 { 
	font-size: 24px; 
	font-weight: normal; 
	color: #00135c;
	margin: 0px; 
	padding-bottom: 10px; 
	margin-left: 10px; 
	text-align:left; 
}

h2 { 
	font-size: 18px; 
	font-weight: normal; 
	color: black; 
	margin: 0px; 
	padding-bottom: 10px; 
	text-align:left; 
}


/*
 *	links
 */
 
a  { font: 12px Arial, Helvetica, sans-serif; color: #247e9f; text-decoration: underline; }
a:hover { text-decoration: none; } 



/*
 *	GENERICS
 */
 
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
input, textarea { font: 12px Arial, Helvetica, sans-serif; }
input[type=submit] { color: black; }

ul { padding-left: 10px; line-height: 17px; margin: 10px 0px; }
li { padding-left: 5px; line-height: 17px; }


.wrapper {
	margin: auto;
	background-image: url(../imatges/wrapper.jpg);
	background-repeat: repeat-x;
}

.content { 
	width: 1041px; 
	margin: auto;
}

.foto img { border: 1px solid #9A9A9A; padding: 2px; }

/*
 *	header
 */
.header { 
	position: relative;
	height: 139px;
	background-image: url(../imatges/header.png);
	background-repeat: no-repeat;
}

a.index {
	display:block;
	height:94px;
	left:25px;
	position:absolute;
	text-decoration:none;
	top:15px;
	width:170px;
}

/*
 *	MENU
 */

.subnav {
	left:319px;
	position:absolute;
	top:97px;
}

.subnav a {
	display: block;
	float: left;
	padding: 5px 10px 4px 10px;
	color: #414141;
	font-style: italic;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: -1px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	font-weight:bold;
	font-family: "Arial black", Geneva, Arial;
}

.subnav a:hover,
.subnav a.active {
	border-left: 2px solid #8e8e8d !important;
	border-right: 2px solid #8e8e8d !important;
	background-image: url(../imatges/subnav-a-hover.jpg)  !important;
	background-repeat: repeat-x  !important;
}

.mainnav {
	background-image: url(../imatges/mainnav.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 50px;
	display: table;
	width:100%;
}

.mainnav-content {
	float: left;
	width: 769px;
	text-align: justify;
}

.mainnav-content  p,
.mainnav-content  div,
.mainnav-content  td
{
	text-align: justify;
}

/*
 *	sidebar
 */

.sidebar {
	float: left;
	margin-left: 31px;
	margin-right: 17px;
}



.sidebar-top {
	width: 181px;
	height: 63px;
	background-image: url(../imatges/sidebar-top.jpg);
	background-repeat: no-repeat;
}

.sidebar-top h2 {
	padding-top: 16px;
	padding-left: 17px;
	color: black;
}


.sidebar-middle {
	width: 181px;
	background-image: url(../imatges/sidebar-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 50px;
}

.sidebar-middle ul { margin: 0px; padding: 0px; display: inline; }
.sidebar-middle li { 	
	margin: 0px;
	display: block;
	padding-left: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: none;
}

.sidebar-middle a {
	font-weight:bold;
	font-size: 14px;
	letter-spacing: -1px;
}

.sidebar-middle a:hover {
	color: #434343;
}



/*
 *	TAULA DE PRODUCTES
 */
 
table.products {
	
}

table.products tr td {
	padding: 5px;
	border-bottom: 1px dotted #434343;
	line-height: 17px;
	padding-top: 15px;
}



.category-box {
	position: relative;
	width: 234px;
	height:139px;
	background-image: url(../imatges/category-box.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 20px;
	margin-top: 20px;
}
.category-box-impar {
	margin-left: 50px;
}

.category-box p {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: -1px;
}


.category-box-image {
	position: absolute;
	top: 34px;
	left: 6px;
	width: 220px;
	height: 94px;
	text-align: center;
}

.apartat-contingut h1 {
	padding: 10px 0; 
	margin: 0px; 
	color: black;
}

.footer {
	background-image: url(../imatges/footer.jpg);
	background-repeat: no-repeat;
	height: 109px;
	width: 1024px;
	margin-left: 8px;
}


/*
 * carrito


#carrito {
    width: 200px;
    text-align: center;
    border: 1px solid #999;
    background-color: #ebebeb;
    padding: 10px;
    float: right;

    margin-top: 50px;
    margin-right: 50px;
}
 */

#carrito {
    background-image: url(../imatges/cartheader.png);
    width: 260px; padding-right: 17px;
    height: 34px; padding-top: 17px;

    text-align: right;
    float: right;

    margin-top: 30px;
    margin-right: 50px;
    filter:alpha(opacity=80);
    opacity: 0.8;
    cursor: pointer;
}

#carrito:hover {
    filter:alpha(opacity=100);
    opacity: 1;
}

#carrito * {
    font-size: 14px;
    font-weight: bold;
}

.botocompra {
    display: block;
    background-image: url('../imatges/add.png');
    background-repeat: no-repeat;
    width: 201px;
    height: 52px;
    text-align: center;
    text-decoration: none;
}

.oferta,
.preu {
    width: 100%;
    text-align: center !important;
    font-size: 18px;
    color: red;
    font-weight: bold;
    margin-bottom: 5px;
}
.taxat {
    text-decoration: line-through;
    font-size: 16px !important;
    color: #5A5A5A !important;
}