/*
** Here we go for some definitions about the boutique
=================================================================== */

/* Premier conteneur */
table.bt-table { background-color: #ffffff; float: left; width: 439px; }

.produits-dispo { float: right; width: 100%; background-color: #fafafa; height: 30px; line-height: 30px; color: #990000; font-weight: bold; border-bottom: 1px solid #B8C3CB; text-align: center; }

/* Produit phare */
.bt-produits-img { width: 160px; float: left; border-right: 1px solid #b8c3cb; }

h4.bt-luthier { font-size: 1.3em; font-weight: bold; padding: 4px 0 2px 6px; }
p.bt-luthier-info { line-height: 1.3em; font-size: 1.1em; padding-left: 16px; }
div.bt-more-photo { border-top: 1px solid #b8c3cb; background-color: #ffffff; text-align: center; margin-top: 6px; }

ul.bt-produit-desc { list-style-image: none; list-style-position: outside; list-style-type: none; font-size: 1.1em; }
ul.bt-produit-desc li { padding: 6px; border-bottom: 1px dashed #b8c3cb; }
ul.bt-produit-desc li:hover { background-color: #b8c3cb; }

/* Produits suivants */
.bt-produits-list { width: 100%; border-bottom: 6px solid #000; overflow: hidden; }
/*.second { border-bottom: 1px solid #000; } <= si on souhaite séparer la seconde ligne de la première */

.bt-produits-list img { margin: 2px 6px; }

.bt-produits-list ul { padding: 4px 0 0 10px; }
.bt-produits-list li { line-height: 1.8em; }
.bt-produits-list .bt-produit-desc li:hover { background-color: #b8c3cb; }
ul.bt-produit-desc li span { text-transform: uppercase; }

.bt-produits-list .bt-p1,
.bt-produits-list .bt-p2 { border-right: 6px solid #000; }
.bt-produits-list .bt-p1, .bt-produits-list .bt-p2, .bt-produits-list .bt-p3 { width: 266px; float: left; min-height: 198px; }

.bt-produits-next {
	padding: 0 6px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	height: 30px;
	line-height: 30px;
}

/* Input : et si on mettait de la forme ?? */
input.bt[type=submit] {
	background: #FFFFFF url(http://www.laguitare.com/theme/images/icon_search_mediator.gif) no-repeat 2px 1px;
	padding: 2px 4px 2px 28px;
	border: 1px solid #B4BAC0;
}
input.bt:hover[type=submit] { background-color: #f1f1ff; border: 1px solid #C4CAD0; cursor: pointer; }