table.catalog_cat_header {
	border-collapse: collapse;
	margin: 8px 0 10px 0;
}
table.catalog_cat_header tr {
	vertical-align: top;
}
table.catalog_cat_header td {
	padding-right: 8px;
}
table.catalog_cat_header td+td {
	padding-right: 0;
}
table.catalog_layout {
	border-collapse: collapse;
	margin-top: 12px;
}
table.catalog_layout tr {
	vertical-align: top;
}
table.catalog_layout td {
	width: 140px;
}
table.catalog_layout td+td {
	width: 410px;
}
#content table.catalog_layout h1 {
	margin-top: 0;
}
/* sub categories */
#catalog_list_subcats {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#catalog_list_subcats li {
	list-style: none;
	display: block;
	text-align: center;
	float: left;
	width: 150px;
	height: 100px;
	padding: 5px;
	margin: 5px 10px 5px 0;
	background-image: url(../images/p_cadre_cat.png);
}
#catalog_list_subcats li a {
	text-decoration: none;
	display: block;
	color: #630;
	height: 100px;
	overflow: hidden;
}
#catalog_list_subcats li a:hover {
	color: #006;
}
#catalog_list_subcats strong {
	display: block;
}
/* product list */
#catalog_list_products {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.twocols #catalog_list_products, .twocols #catalog_list_subcats {
	width: 540px;
}
#catalog_list_products li {
	list-style: none;
	display: block;
	text-align: center;
	float: left;
	width: 160px;
	height: 240px;
	padding: 5px;
	margin: 5px 10px 5px 0;
}
#catalog_list_products li a.prod {
	text-decoration: none;
	display: block;
	color: #630;
	font-size: 1.2em;
	font-weight: normal;
	height: 180px;
	border-top: 1px solid #ccc0b1;
	border-left: 1px solid #ccc0b1;
	border-right: 1px solid #ccc0b1;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	overflow: hidden;
}
#catalog_list_products li a.prod:hover {
	color: #006;
}
#catalog_list_products li a.prod img {
	margin-top: 10px;
}
#catalog_list_products strong.price {
	display: block;
	text-align: right;
	color: #003;
	padding: 5px;
	border-left: 1px solid #ccc0b1;
	border-right: 1px solid #ccc0b1;
}
#catalog_list_products strong.promo {
	color: #060;
	background-image: url(../images/p_promo.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#catalog_list_products strong.new {
	background-image: url(../images/p_new.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#catalog_list_products a.buy, #catalog_list_products span.buy {
	display: block;
	width: 160px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#catalog_list_products a.dispo {
	background-image: url(../images/b_panier_dispo.png);
}
#catalog_list_products a.rupture {
	background-image: url(../images/b_panier_rupt.png);
}
#catalog_list_products a.reserver {
	background-image: url(../images/b_panier_resa.png);
}
/* Product page */
#catalog_cadre_haut {
	width: 560px;
	background-image: url(../images/p_cadre_haut.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#catalog_cadre_gauche {
	float: left;
	width: 160px;
}
#catalog_img {
	padding-top: 10px;
	text-align: center;
}
#catalog_cadre_gauche ul {
	margin: 5px 0 5px 0;
}
#catalog_cadre_gauche ul li {
	margin: 0 0 0 10px;
	padding: 5px 0 5px 34px;
	list-style: none;
	background-position: left;
	background-repeat: no-repeat;
}
#catalog_cadre_gauche ul li#catalog_joueurs {
	background-image: url(../images/p_joueurs.png);
}
#catalog_cadre_gauche ul li#catalog_duree {
	background-image: url(../images/p_duree.png);
}
#catalog_cadre_gauche ul li#catalog_age {
	background-image: url(../images/p_age.png);
}
#catalog_cadre_droit {
	margin-left: 170px;
}
#catalog_entete {
	margin-top: 12px;
	border-bottom: 1px solid #339;
}
#catalog_entete th {
	text-align: left;
	width: 265px;
}
#catalog_entete h1 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}
#catalog_entete td {
	text-align: center;
	width: 140px;
}
#catalog_entete td#catalog_prix {
	text-align: right;
	background-position: center left;
	background-repeat: no-repeat;
}
#catalog_prix.promo {
	background-image: url(../images/p_promo.png);
}
#catalog_prix.new {
	background-image: url(../images/p_new.png);
}
#catalog_prix big {
	font-weight: bold;
	color: #003;
}
#catalog_prix.promo big {
	color: #060;
}
#catalog_prix small {
	display: block;
	text-decoration: line-through;
}
#catalog_achat {
	margin: 0 0 15px 140px;
	width: 244px;
	height: 55px;
}
#catalog_achat div {
	display: block;
	float: left;
	padding: 6px;
	text-align: center;
	width: 100px;
	height: 43px;
	background-image: url(../images/p_panier_info.png);
	background-repeat: no-repeat;
}
#catalog_achat a, #catalog_achat span {
	display: block;
	width: 129px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#catalog_achat.dispo a {
	background-image: url(../images/p_panier_dispo.png);
}
#catalog_achat.rupture a, #catalog_achat.rupture span {
	background-image: url(../images/p_panier_rupt.png);
}
#catalog_achat.reserver a, #catalog_achat.reserver span {
	background-image: url(../images/p_panier_resa.png);
}
#catalog_summary {
	padding: 0 12px 12px 0;
	text-align: justify;
}
#catalog_retour {
	clear: left;
	display: block;
	margin: 12px 0 0 380px;
	padding-bottom: 12px;
	width: 154px;
	height: 24px;
	background-image: url(../images/p_retour_liste.png);
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
#catalog_retour:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#catalog_cadre_bas {
	clear: left;
	margin-top: 12px;
	width: 566px;
	background-image: url(../images/p_cadre_bas.png);
	background-position: 0 23px;
	background-repeat: no-repeat;
}
#catalog_cadre_bas ul#tab_toc {
}
#catalog_cadre_bas ul#tab_toc li {
	margin: 0 0 0 5px;
	list-style: none;
	float:left;
}
#catalog_cadre_bas ul#tab_toc li a {
	display: block;
	color: #9d835c;
	text-decoration: none;
	height: 20px;
	width: 100px;
	text-align: center;
	padding: 4px 5px 0 5px;
	background-image: url(../images/p_onglets.png);
	background-position: -111px 0;
}
#catalog_cadre_bas ul#tab_toc li a:hover {
	background-position: 0 0;
}
#catalog_cadre_bas ul#tab_toc li.active a {
	color: #49310c;
	background-position: 0 0;
}
#catalog_cadre_bas div.tab_panel {
	min-height: 100px;
	clear: left;
	text-align: justify;
	padding: 5px 10px 10px 10px;
}
#catalog_cadre_bas #sub_details li {
	list-style: none;
	margin: 10px 0 5px 10px;
	font-weight: bold;
}
#catalog_cadre_bas #sub_details li span {
	font-weight: normal;
}
#catalog_cadre_bas #sub_images img {
	margin: 0 20px 20px 0;
	float: left;
}
.tab_hide {
	display: none;
}
/* Comments */
ul#catalog_comment_list {
}
ul#catalog_comment_list li {
	list-style: none;
	margin: 0 10px 15px 5px;
}
ul#catalog_comment_list li span {
	color: #036;
	display: block;
}
ul#catalog_comment_list li span strong {
	color: #630;
	font-weight: normal;
}
ul#catalog_comment_list li em {
	display: block;
	padding-top: 6px;
}
#catalog_comment_div a {
	display: block;
	margin: 10px 0 0 5px;
	text-indent: -9999px;
	overflow: hidden;
	width: 239px;
	height: 24px;
	background-image: url(../images/p_comment_ajouter.png);
}
#catalog_comment_div a.creer {
	background-image: url(../images/p_comment_nouveau.png);	
}
#catalog_comment_div a.ajouter {
}
#catalog_comment_form {
	padding: 5px;
	/* border: 1px solid #eee4c8;
	background-color: #f3ecd8; */
}
#catalog_comment_form p {
	font-size: .85em;
}
#catalog_comment_form ol {
	margin: 1em 0 0 0;
}
#catalog_comment_form ol li {
	list-style: none;
	margin: 4px 0 3px 0;
}
#catalog_comment_form ol li label {
	display: block;
	width: 140px;
	float: left;
}
#catalog_comment_form ol li input {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 200px;
}
#catalog_comment_form ol li textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 360px;
	height: 100px;
}
#catalog_comment_load {
	padding: 0 0 0 140px;
}
#catalog_comment_load span {
	padding: 3px 20px 3px 0;
}
#catalog_comment_load button {
	padding: 1px 5px 1px 5px;
}
#catalog_comment_form.ajax-load input, #catalog_comment_form.ajax-load textarea, #catalog_comment_form.ajax-load button {
	color: #ccc;
}
#catalog_comment_form.ajax-load #catalog_comment_load span {
	background-image: url(/images/spinner.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#catalog_comment_error {
	padding: 4px;
	border: 1px solid #900;
	background-color: #ffcccc;
	display: none;
}
/* search form */
#catalog_search {
}
#catalog_search ol {
}
#catalog_search ol li {
	list-style: none;
	margin: 5px 0 4px 10px;
}
#catalog_search ol li label {
	display: block;
	width: 140px;
	float: left;
	padding: 2px;
	margin-right: 3px;
	background-color: #ec9;
}
#catalog_search ol li.error label {
	background-color: #c33;
}
#catalog_search ol li input, #catalog_search ol li textarea, #catalog_search ol li select {
	padding: 2px;
	border: 1px solid #c96;
	background-color: #eee;
}
#catalog_search ol li input {
	width: 280px;
}
#catalog_search ol li textarea {
	width: 280px;
	height: 130px;
}
#catalog_search ol li.error input, #catalog_search ol li.error textarea {
	border-top: 1px solid #c33;
	border-right: 1px solid #f99;
	border-bottom: 1px solid #f99;
	border-left: 1px solid #c33;
	/* background-color: #f99; */
}
#catalog_search ol li input:focus, #catalog_search ol li textarea:focus {
	border: 1px solid #630;
	background-color: #eee;
}
#catalog_search button {
	margin-left: 146px;
	padding: 1px 6px 2px 6px;
	color: #310;
	border-top: 1px solid #fc0;
	border-right: 1px solid #960;
	border-bottom: 1px solid #960;
	border-left: 1px solid #fc0;
	background-color: #c93;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
}
#catalog_search button:hover {
	cursor: pointer;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* search results */
#content p.page_stats {
	margin: .5em 500px .5em 10px;
	padding: 2px 0 2px 5px;
	background-color: #fff2e4;
	border: 1px solid #ffcc99;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.page_new {
	display: block;
	float: right;
	width: 154px;
	height: 24px;
	background-image: url(../images/p_nouvelle_recherche.png);
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
a.page_recall {
	display: block;
	float: right;
	width: 154px;
	height: 24px;
	background-image: url(../images/p_affiner.png);
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 10px;
}

.page_ination {
	clear: left;
	text-align: center;
	padding: 1em;
	line-height: 1.75em;
}
.page_ination a, .page_ination span {
	padding: 1px 5px 1px 5px;
	background-color: #c96;
	text-decoration: none;
	color: #fff;
}
.page_ination a:hover {
	background-color: #963;
}
.page_ination span.cur {
	background-color: #630;
}
.page_ination span.tznPagingDisabled {
	background-color: #db8;
}
hr {
	clear: left;
	border: 0 none;
	background-color: transparent;
	visibility: hidden;
	margin: .5em 0;
}
/* basket popup */
#cmspop h1 {
	height: 50px;
	text-indent: -9999px;
	background-image: url(../images/cassette-glow.png);
	background-position: center;
	background-repeat: no-repeat;
}
#cmspop p {
	margin: 1em;
	text-align: center;
}
#cmspop button {
	padding: 5px;
	color: #fff;
	background-color: #696;
	border-top: 1px solid #9c9;
	border-right: 1px solid #363;
	border-bottom: 1px solid #363;
	border-left: 1px solid #9c9;
	cursor: pointer;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}