/* fonts */

@font-face {
    font-family: "MetroDF";
    font-style:  normal;
    font-weight: normal;
    src: url("http://www.jkautoparts.es/fonts/METRODF0.eot");
}

@font-face {
    font-family: "Airstrip Four";
    font-style:  normal;
    font-weight: normal;
    src: url("http://www.jkautoparts.es/fonts/AIRSTRI0.eot");
  }

@font-face {
    font-family: "Antique Olive";
    font-style:  normal;
    font-weight: normal;
    src: url("http://www.jkautoparts.es/fonts/ANTIQUE0.eot");
  }
/*******************************************************************************/
/* Standard elements
**********************************/
body {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:772px;
}

hr {
	height:1px;
	color:#2588E6;
}

h1 {
	font-family:"MetroDF";
	font-size:20px;
	color:#2588E6;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2588E6
}

h1 a:link {
	text-decoration: none;
}

h1 a:visited {
	text-decoration: none;
	color:#2588E6;
}

h2 {
	font-family:"Airstrip Four";
	font-size:16px;
	color:#FF6600;
	color:#2588E6;
	text-transform:capitalize;
/*	text-transform:uppercase;*/
}

h3 {
	font-family:"Airstrip Four";
	font-size:12px;
	color:#2588E6;
	text-align:center;
	margin-bottom:0px;
	text-transform:uppercase;
}

h4 {
	font-family:"MetroDF";
	font-size:14px;
	font-weight:bold;
	color:#6E6C6D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E6C6D;
	margin-top:0px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
/*	color:#6E6C6D;*/
	color:#333333;
}

p.contact {
	margin-top:5px;
	margin-bottom:5px;
}

em {
	color: #2588E6;
	font-style:normal;
}

img.repuestos {
	margin-left: 50px;
}

textarea {
	overflow:auto;
	margin-right:60px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* Regiones */
#mainContent
{
	width: 560px;
	float:left;
	margin-top:5px;
}

#mainContent ul
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#6E6C6D;
	text-align:right;
	list-style-type:none;
	margin-right:50px;
}

#mainContent ul.listado {
	margin-top:50px;
}

#mainContent ul.listadoProductos {
	margin-top:50px;
	font-size:14px;
	color:orange;
}

#menuFooter ul {
	background-color:#8ABEE5;
/*	background-color:#BABABA;*/

	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
}

#menuFooter ul li {
	display:inline;	
	margin-left:15px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

#menuFooter ul li a {
	color:#FFFFFF;
	text-decoration:none;
}


/* clases */
/************************ RIGHT COLUMN ***********************/
#rightCol {
	float:right;
	display:inline;
	margin-right:21px;
	padding-right:0px;
	margin-top:5px;
}
/************************ BOX CONTACTO ***********************/
#contacto {
	width:175px;
	height:150px;
	/*background-color:#EBF6FC;*/
	margin-top:10px;
	/*border:1px solid #AAAAAA;*/
}

#contacto table {
	margin: 0px 0px 0px 0px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}

#contacto table thead tr th{
	font-size:0px;
	padding:0px 0px 0px 0px ;
	height:3px;
	background-image:url('img/cont_superior.jpg');
	background-repeat:no-repeat;
}

#contacto table tfoot tr th{
	font-size:0px;
	padding:0px 0px 0px 0px;
	height:3px;
	background-image:url('img/cont_inferior.jpg');
	background-repeat:no-repeat;
}

#contacto table tbody tr td {
	background-color:#EBF6FC;
	padding-right:5px;
}

#contacto table tbody tr td p{
	margin-top:2px;
	margin-bottom:2px;
	background-color:#EBF6FC;
	text-align:center;
	font-size:11px;
}

#contacto table tbody td.contactBorder{
	font-size:0px;
	width:8px;
	background-image:url('img/cont_borde.jpg');
	background-repeat:repeat-y;
	padding-right:0px;
	padding-left:0px;
}

/***************** NOTICIAS ****************************************************/

#noticias {
	width:175px;
	/*background-color:#EBF6FC;*/
	/*border:1px solid #AAAAAA;*/
}

#noticias table {
	margin: 0px 0px 0px 0px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}

#noticias table thead tr th{
	font-size:0px;
	padding:0px 0px 0px 0px ;
	height:7px;
	background-image:url('img/not_superior.jpg');
	background-repeat:no-repeat;
}

#noticias table tfoot tr th{
	font-size:0px;
	padding:0px 0px 0px 0px;
	height:7px;
	background-image:url('img/not_inferior.jpg');
	background-repeat:no-repeat;
}

#noticias table tbody tr td {
	background-color:#EBF6FC;
	font-size:9px;
	padding-right:5px;
}

#noticias table tbody tr td p {
	font-size:11px;
	text-align:justify;
	margin-top:5px;
	margin-bottom:4px;
}

#noticias table tbody td.notLeft{
	width:2px;
	background-image:url('img/not_izq.jpg');
	background-repeat:repeat-y;
}

#noticias table tbody td.notRight{
	font-size:0px;
	width:3px;
	padding-right:0px;
	padding-left:0px;
	background-image:url('img/not_der.jpg');
	background-repeat:repeat-y;
}

.newsLink {
	color:#4096EB;
	text-align:right;
}

.newsLink a:visited{
	color:#4096EB;
}

/**********************************PAGINA INICIO ***********************************/
/************************************ ORANGE BOX INICIO *********************/
/*#orangeBox {
	width:175px;
	margin-top:10px;
}*/

table.orangeBox {
	margin: 0px 0px 0px 0px;
	width:560px;
	border-collapse:collapse;
	border-spacing:0px;
}

table.orangeBox thead tr th{
	font-size:0px;
	padding:0px 0px 0px 0px ;
	height:5px;
	background-image:url('img/barranaranja_top.gif');
	background-repeat:no-repeat;
}

table.orangeBox tfoot tr th{
	font-size:0px;
	padding:0px 0px 0px 0px;
	height:6px;
	background-image:url('img/barranaranja_bottom.gif');
	background-repeat:no-repeat;
}

table.orangeBox tbody tr td {
	background-color:#F19A3E;
	/*background-color:#E9A55E;*/
}
#linkFormPedido {
	width:175px;
	background-color:#F19A3E;
}
table.orangeBox tbody td.orangeLeft{
	width:2px;
	background-image:url('img/barranaranja_izq.jpg');
	background-repeat:repeat-y;
}

table.orangeBox tbody td.orangeRight{
	font-size:0px;
	width:3px;
	padding-right:0px;
	padding-left:0px;
	background-image:url('img/barranaranja_der.jpg');
	background-repeat:repeat-y;
}

/************************************ REPUESTOS  ***********/
table.repuestos tr td {
	text-align:center;
	vertical-align:bottom;
}

table.repuestos tr td a {
	text-decoration:none;
}

table.repuestos tr td a:hover h3 {
	text-decoration:none;
	color:#E9A55E;
}

#formContacto {
	width:100%;
	margin-top: 30px;
}

#formContacto table {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6E6C6D;
}

#formContacto input {
	width: 99%;
	color: #555555;
	background: #ebf5fc;
	border: 1px solid #cecccc
}

#formContacto table tr td textarea {
	width:99%;
	color: #cecccc;
	background-color: #ebf5fc;
	border: 1px solid #cecccc;
	height:130px;
}

#formContacto div.submit input {
	font-family:"MetroDF";
	font-size:16px;
	width:90px;
	color: #FFFFFF;
	background: #E9A55E;
	border-style:none;
	border-width:0px;
	margin-left:465px;
	margin-top:10px;
}
/************************************************ form pedido *******************************************/
#formPedido table {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6E6C6D;
}

#formPedido input {
	/*width: 99%;*/
	color: #555555;
	background: #ebf5fc;
	border: 1px solid #cecccc
}

#formPedido div.submit input {
	font-family:"MetroDF";
	font-size:16px;
	width:90px;
	color: #FFFFFF;
	background: #E9A55E;
	border-style:none;
	border-width:0px;
	margin-left:465px;
	margin-top:10px;
}






/******************************************** enlaces  ************************************************/

#enlaces a {
	margin-left:10px;
}

#enlaces a:hover {
	font-weight:bold;
	color:#E9A55E;
}

/*********************************************************** PIE ********************************************/
#pie p {
	font-size:10px;
	text-indent:0px;
}
/**************************************** tabla recomendados ****************************************************/
#recomendados table tr td {
	vertical-align:top;
	margin-bottom:20px;
	width:250px;
	height:100px;
}

#recomendados table {
	width:100%;
	margin-top:10px;
}

#linkFormPedido {

	height:30px;
	width:175px;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #999999;
	background-color:#F19A3E;
	text-align:center;
	
}

#linkFormPedido a:link {
	color:#333333;
	text-decoration:none;
}

#linkFormPedido a:visited{
	color:#333333;
	text-decoration:none;
}

#linkFormPedido h3 {
	color:#555555;
	margin-top:8px;
}

/************************************ Listado de marcas *************************************/
#listadoMarcas table {
	text-align:center;
}

#listadoMarcas table tr td {
	width:170px;
	height:170px;
}

.whiteText {
	color:#FFFFFF;
	font-weight:bold;
}






