/* CSS Document */

/*****************************************************************
 Elementos HTML
*****************************************************************/
body {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.kitMiroirs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.kitMiroirs h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #F9964C;
	margin: 5px 5px 5px 5px;;
}

.kitMiroirs h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #007FA0;
	margin: 0px;
}

.kitMiroirs h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
}

.kitMiroirs a {
	color: #006699;
	text-decoration: underline;
}
.kitMiroirs a:hover {
	text-decoration: none;
}

.kitMiroirs select {
	border:1px solid #B6B7B8;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.kitMiroirs select option {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-style: solid;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-color: #E8E8E8;
	padding: 2px 5px 2px 5px;
}
.kitMiroirs select option:hover {
	background-color: #E2E3E4;
	background: #E2E3E4;
	border-left-color: #999999;
	border-right-color: #999999;
}

.kitMiroirs input {
}
.kitMiroirs input:disabled {
	background-color: #F8F8F8;
}

.kitMiroirs td {
	vertical-align: top;
}

/*************************************************************
 Elementos de la pagina
*************************************************************/
.kitMiroirs #contenedor_general {
	width: 770px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.kitMiroirs #header {
	background: #FFFFFF;
	padding: 0px 0px 10px 0px;
}

.kitMiroirs #header_tel {
	margin-top: -25px;
	margin-left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9933;
	margin-bottom: 8px;
}

.kitMiroirs #navegacion {
	padding: 10px 5px 10px 15px;
}
.kitMiroirs #navLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C4C4C4; /*#007FA0;*/
	background: #FFFFFF;
	/*background-image: url(../images/linea.gif);*/
	background-position: bottom;
	background-repeat: repeat-x;
	height: 19px;
}
.kitMiroirs #navLinks a {
/*	display: compact;*/
	color: #666666;
	text-decoration: none;
}
.kitMiroirs #navLinks a:hover {
	color: #FF9933;
	text-decoration: none;
}

.kitMiroirs #contenido {
	padding: 10px;
	margin: 0px 0px 0px 0px;
}

.kitMiroirs #footer {
	padding: 3px 23px 3px 23px;
	background: #007FA0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.kitMiroirs #footer_end {
	background-image: url(../images/footer_bottom.gif);
	background-repeat: repeat-x;
	height: 33px;
}

/*******************************************************
 Home
*******************************************************/

.home {
	padding-right: 20px;
	padding-left: 20px;
}

.home ul {
	list-style: circle;
}
.home ul li {
	margin: 10px;
}

.home #imagenGrande {
	float: left;
	width: 250px;
	height: 350px;
}
.home #imagenGrande img {
	border-style: solid;
	border-width: 10px;
	border-color: #007FA0;
	/*max-width: 225px;*/
}

.home #explicacion {
	float: right;
	width: 280px;
}

.home #tablaImagenes {
	text-align: center;
}

.home #tablaImagenes img {
	margin: 1px;
	border: 1px solid #CCCCCC;
}
.home #tablaImagenes img:hover {
	margin: 0px;
	border: 2px solid #F9964C;
}

/*******************************************************
 Formulario pedido
*******************************************************/

.votreDevis {
}

.votreDevis #devis {
	width: 430px;
	float: left;
}

.votreDevis #choisir_produit {
	float: left;
	width: 130px;
	padding: 5px;
}

.votreDevis #choisir_details {
	margin-left: 150px;
	width: 250px;
	padding: 5px;
/*	visibility: collapse;*/
}

.votreDevis #choisir_encoche {
	padding: 5px;
	margin-top: 8px;
}

.votreDevis #choisir_quantite {
	padding: 5px;
	margin-top: 8px;
}

.votreDevis #choisir_forme {
	padding: 5px;
	margin-top: 8px;
}

.votreDevis #choisir_faconage {
	padding: 5px;
	margin-top: 8px;
}

.votreDevis #columnaDerecha {
	margin-left: 438px;
}

.votreDevis #espacioColori{
	padding: 5px;
}

.votreDevis #selectProduit {
	margin-top: 25px;
	margin-left: 15px;
}

.coloriImage {
	margin: 1px;
	border: 1px solid #DDDDDD;
}
.coloriImage_selected {
	margin: 0px;
	border: 2px solid #F9964C;
}
.numeroField {
	background-color: #FFFFFF;
	border:1px solid #B6B7B8;
	width: 50px;
	text-align: center;
}
.prixField {
	background-color: #FFFFFF;
	border:1px solid #B6B7B8;
	width: 50px;
	text-align: right;
}
.quantField {
	background-color: #FFFFFF;
	border:1px solid #B6B7B8;
	width: 20px;
	text-align: right;
}
.radioForme {
	text-align: center;
	margin-bottom: 5px;
}
.imageForme {
	text-align: center;
}
.imageForme img {
	width: 60px;
	height: 60px;
}
.titleForme {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	/*display: none;*/
}

.radioEncoche {
	text-align: center;
	margin-bottom: 5px;
}
.imageEncoche {
	text-align: center;
}
.imageEncoche img {
	width: 60px;
	height: 60px;
}
.titleEncoche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	/*display: none;*/
}

.radioColori {
	text-align: center;
	margin-bottom: 5px;
}
.imageColori {
	text-align: center;
}
.imageColori img {
	width: 52px;
	height: 47px;
}
.titleColori {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	/*display: none;*/
}

/*******************************************************
 Carrito
*******************************************************/

.kitMiroirs #carrito {
	padding: 5px;
	margin-bottom: 10px;
}
.kitMiroirs #carrito td {
	vertical-align: middle;
}
.contenidoCarrito {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
}
.imagenCarrito {
	text-align: center;
}
.imagenCarrito img {
	max-height: 30px;
	max-width: 30px;
}

/*******************************************************
 Envio
*******************************************************/

.kitMiroirs #finalizarEnvio {
	width: 350px;
}
.kitMiroirs #finalizarEnvio input {
	width: 150px;
}
.optionsEnvoye {
	padding: 12px 0px 10px 0px;
	/*background-image: url(../images/linea.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	margin: 0px 12px 10px 0px;
}
.optionsEnvoye td {
	vertical-align: bottom;
	padding-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

/*******************************************************
 Misc
*******************************************************/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.subrayado {
	padding: 12px 0px 10px 0px;
	background-image: url(../images/linea.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0px 10px 0px;
}

.caja {
	background: #007FA0;
	padding: 4px 6px 4px 6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
}

.radioButton {
	border: 0px solid #FFFFFF;
}
.imgRealisation {
	border:#007FA0 3px solid;
}