/* COMMUNS */
	.cartAdd, .viewMore  {
		background-color: #A0A70E;
		border: 1px solid #A0A70E;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 132px;
		font-weight: bold;
		color: white;
		font-family: arial, tahoma, verdana;
		padding: 3px 0;
		margin-left: 3px;
	}

	.cartAdd:hover {
		cursor:hand;
	}
	
	.viewMore {
		background-color: #c95f9c;
		border: 1px solid #c95f9c;
		width: 168px;
		margin:3px 0 0 0;
	}

	.formCartQuantityChoice {
		width: 32px;
		margin: 0;
		padding: 0;
		border: 1px solid #cccccc;
		padding: 3px 0;
		text-align: center;
	}
	
	.homepage .browseElements, .widgetElements li {
		height: 370px !important;
	}

/* CADDIE */
	.checkoutSteps {
		text-align: right;
	}

	.checkoutShippingTable img{
		width: 80px;
	}
	
	.cartHeader th {
		background: #F0F2D2;
	}
	
	.cartFooter {
		background:  #F0F2D2;
	}
	
	.cartTable th, .cartTable td {
		padding: 3px;
	}
	
	.gridViewTotalQuantity {text-align: right;}
	.gridViewTotalQuantityLabel {font-weight: bold;}
	.gridViewTotalQuantityValue {display:inline-block; text-align: center; width: 35px; font-weight: bold;padding: 5px;}
	
/* PRIX */
	.priceElements {
		/*height: 55px;*/
		overflow: hidden;
	}

	.priceBigPrice {
		font-family: arial, tahoma, verdana;
		font-weight: bold;
		color: #2458A1;
		font-size: 18px;
	}

	.priceStrikePrice {
		font-size: 12px;
		color: red;
	}
	
	.pricesGrid {
		border-collapse: collapse;
	}
	
	.pricesGrid .gridHeader th, .pricesGrid .gridLine td {
		text-align: center;
	}
	
	.pricesGrid td {
		border: none;
		vertical-align: top;
	}
	
	.pricesGrid th {
		border: none;
		vertical-align: bottom;
	}
	
	.pricesGrid th.gridProductName, .pricesGrid td.gridSubskuName {
		border-right: 1px solid #A7B47A;
		text-align: right;
		font-weight: bold;
		/*width: 130px;*/
	}
	
	.pricesGrid .gridHeader {
		border-bottom: 1px solid #A7B47A;
	}
	
	.pricesGrid .gridLinePrice, .pricesGrid .gridLineQuantity {
		font-weight: bold;
		border-left: 1px solid #A7B47A;
		width: 35px;
	}
	
	.pricesGrid .gridProductSku {
		font-style: italic;
		font-size: 90%;
		color: gray;
	}
	
	.pricesGrid .gridLineStock {
		color: #cc0000;
		font-size: 10px;
		font-style: italic;
		display: block;
		text-align: center;
	}
	
	.pricesGrid .gridLine input {
		width: 20px;
		text-align: center;
	}

/* LISTE */
	.browseProductsList {
		display: block;
	}

	.browseElements, .widgetElements li {
		background-color: white;
		float: left;
		height: 405px;
		margin: 5px 3px 0;
		overflow: hidden;
		padding: 5px;
		width: 230px;
	}

	.browseProductsList .browseProductImage, .snapshotImage {
		background-color: white;
		border: none;
		padding: 0;
		width: 230px;
		height: 307px;
		border: 1px solid #cccccc;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	.browseProductsList .browseProductImage td a, .widgetElements .snapshotImage td a {
		width: 230px;
		height: 307px;
	}

	.widgetElements .snapshotImage td {
		height: 307px;
	}

	.browseProductDesc {
		display: none;
	}
	
	.browseProductName, .widgetElements .snapshotName {
		font-size: 13px;
		font-weight: bold;
		font-family: arial, tahoma, verdana;
		/*height: 30px;*/
		overflow: hidden;
		line-height: normal;
		margin: 5px 0 0 0;
	}

	.browseProductName a, .snapshotName a {
		color: black;
		text-decoration: none;
	}
	
	.browseProductsList .browseProductImage img, .snapshotImage img {
		max-width: 230px;
		max-height: 307px;
		border: none;
		_width: 230px; _height: 307px; /* IE6 */
	}

	.browseProductsList .odd .browseProductImage {
		float: none;
		margin-right: 0;
	}

	.browseProductsList .odd, .browseProductsList .pair {
		text-align: center;
	}

	.browseProductsList .pair .browseProductImage {
		float: none;
		margin-left: 0;
	}

	.browseProductsList .pair {
		text-align: center;
	}
	
	.browseBrand {
		display: block;
		margin: 0 0 5px 0;
		font-size: 11px;
		font-weight: bold;
		font-family: arial, tahoma, verdana;
	}

	.snapshotPrice {
		width: 125px;
		padding-right: 45px;
		text-align: right;
	}
	
	.priceBigPrice {
		text-align: center;
	}

	.browseProductStock {
		display: none;
	}

	.browseCartButton, .snapshotCartButton {
		/*width: 100%;
		text-align: center;*/
		display: none;
	}
	
	.browseCategoryNavigation {
		margin-bottom: 5px;
	}
	
	.browseSortingTools {
		margin-top: 5px;
	}
	
	.browseSortBy {
		margin: 0 0 0 25px;
	}
	
	.browsePromotionImg {
		position: absolute;
		margin: -25px 0 0 190px;
	}


/* CATEGORIES */
	.browseChildCategory {
		margin: 10px 7px;
		border-color: #E6E6E6;
	}
	
	.browseChildCategory .browseCategoryName {
		font-size: 12px;
		font-weight: bold;
		background-color: #E6E6E6;
		height: 28px;
	}
	
	.browseChildCategory .browseCategoryName a{
		color: #59441B;
	}

/* FLYPAGE */
	.flypageName , .flypageBrand {
		color: #59441B;
		font-size: 18px;
		margin-bottom: 0;
	}
	
	.flypageBrand {
		color: #59441B;
		font-size: 14px;
	}

	.flypageSalesInfos {
		float: right;
		margin-top: 20px;
	}

	.flypagePrice .priceBigPrice {
		text-align: right;
	}

	.flypagePrice .priceBigPrice .priceStrikePrice {
		color: #d80000;
	}

	.flypageCartButton {
		margin-top: 20px;
	}

	.flypageCartButton .formCartAdd {
		margin-top: 10px;
		text-align: right;
	}

	.flypageCartButton .formCartAttributName {
		font-weight: bold;
		display: inline-block;
		width: 100px;
		text-align: right;
	}

	.flypageCartButton select {
		width: 100px;
	}
	
	.flypage .flypageViewer {
		border: none;
		padding: 0 0 5px 0;
	}
	
	.flypage .flypageViewer a {
		display: block;
		text-align: right;
		margin-bottom: 5px;
	}
	
	.flypage .flypageViewer .default {
		margin-bottom: 0;
	}
	
	.flypageDetails {
		margin-top: 20px;
	}
	
	.flypage .pricesGrid {
		margin-bottom: 10px;
	}
	
	.flypage .pricesGrid td, .flypage .pricesGrid th {
		padding: 5px;
	}
	
	.flypage .cartAdd {float: right}
	
	.stockOnOrderSupplier {
		margin: 10px 0;
		text-align: right;
		color: #cc0000;
		font-style: italic;
	}

/* WIDGET */
	.widgetElements li {
		border: none;
	}
	
	.widgetElements .snapshotPrice {
		width: auto;
		padding: 0;
	}
	
/* MENU CATEGORIES */
#categorymenu {
	width: 180px;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 99;
}

#categorymenu ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#categorymenu a {
	display: block;
	text-decoration: none;
	color: #313D47;
	font-size: 14px;
	padding: 5px 0 5px 25px;
	background: transparent url(https://www.funadventure.fr/data/template/puce.gif) no-repeat 5px center;
}

#categorymenu img {
	float: left;
	width: 25px;
	margin-right: 5px;
}

#categorymenu li h2 > a:hover, #categorymenu li h2 > .CurrentPage, #categorymenu li:hover h2 > a, #categorymenu li h2 > .CurrentPageParent {
	color: #9FA71D;
	background: #313D47 url(https://www.funadventure.fr/data/template/puce.gif) no-repeat 5px center;
}

#categorymenu .CategorySubLevelsContainer {
	display: none;
	position: absolute;
	left: 200px;
	padding: 5px;
	background: #cecece;
	margin: -40px -30px;
}

#categorymenu .CategorySubLevelsBlock {
	padding: 10px;
	width: 440px;
	background: white;
}

#categorymenu .CategorySubLevelCol {
	float: left;
	padding: 5px;
	margin: 5px;
	width: 200px;
}

#categorymenu .CategorySubLevelCol li {
	margin: 0 0 10px 0;
	border-top: 1px dotted black;
}

#categorymenu .CategorySubLevelCol ul li {
	margin: 0 0 0 20px;
	/*border-bottom: 1px dotted black;*/
	border-top: none;
}

#categorymenu .CategorySubLevelCol a:hover {
	color: #A0A70E;
	background: #efefef url(https://www.funadventure.fr/data/template/puce.gif) no-repeat 5px center;
}

#categorymenu h2 {
	font-size: 90%;
}

#categorymenu h3 {
	font-size: 100%;
}

#categorymenu h4 {
	font-size: 80%;
} 