 /* COMMUNS */
	.cartAdd, .viewMore  {
		background-color: #124188;
		border: 1px solid #124188;
		-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;
	}

/* CADDIE */
	.checkoutSteps {
		text-align: right;
	}


/* PRIX */
	.priceElements {
		height: 55px;
		overflow: hidden;
	}

	.priceBigPrice {
		font-family: arial, tahoma, verdana;
		font-weight: bold;
		color: #e2007a;
		font-size: 18px;
	}

	.priceStrikePrice {
		font-size: 12px;
		color: red;
	}

/* LISTE */
	.browseProductsList {
		display: block;
	}

	.browseElements, .widgetElements li {
		width: 170px;
		margin: 10px 5px;
		padding: 4px;
		float: left;
		height: 285px;
		overflow: hidden;
		border: 1px solid #cccccc;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: white;
	}

	.browseProductsList .browseProductImage, .snapshotImage {
		background-color: white;
		border: none;
		width: 170px;
		height: 140px;
	}

	.browseProductsList .browseProductImage td a, .widgetElements .snapshotImage td a {
		width: 170px;
		height: 140px;
	}

	.widgetElements .snapshotImage td {
		height: 140px;
	}

	.browseProductDesc {
		display: none;
	}
	
	.browseProductName, .widgetElements .snapshotName {
		font-size: 12px;
		font-weight: bold;
		font-family: arial, tahoma, verdana;
		height: 45px;
		overflow: hidden;
		line-height: normal;
		margin: 10px 0;
	}

	.browseProductName a, .snapshotName a {
		color: black;
		text-decoration: none;
	}
	
	.browseProductsList .browseProductImage img, .snapshotImage img {
		max-width: 170px;
		max-height: 140px;
		border: none;
		_width: 170px; _height: 140px; /* 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;
	}

	.browseProductPrice, .snapshotPrice {
		width: 125px;
		padding-right: 45px;
		text-align: right;
	}

	.browseProductStock {
		display: none;
	}

	.browseCartButton, .snapshotCartButton {
		width: 100%;
		text-align: center;
	}

	.browseCategoryNavigation {
		border: 1px solid #cdcdcd;
		background-color: #f1f1f1;
		padding: 5px;
		text-align: left;
		font-weight: bold;
		color: black;
		font-size: 14px;
	}

	.browseCategoryNavigation a {
		color: #e2007a;
	}


	/* CATEGORIES */
	.browseChildsCategorys a {
		text-decoration: none;
	}

	.browseChildsCategorys img {
		max-width: 170px;
		max-height: 150px;
		_width: 170px; _height: 150px; /* IE6 */
	}

	.browseCategoryImage {
		width: 170px; height: 150px;
	}

	.browseCategoryImage td a {
		display: block;
		width: 170px;
		height: 150px;
	}

	.browseChildCategory {
		float: left;
		text-align: center;
		border: 1px solid #cccccc;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		height: 177px;
		margin: 10px 5px;
		padding: 4px;
	}

	.browseChildCategory .browseCategoryName{
		display: block;
		font-weight: bold
		height: 28px;
		width: 168px;
		background-color: #cccccc;
		border: 1px solid #cccccc;
		-moz-border-radius: 0 0 5px 5px;
		-khtml-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
		margin-top: 3px;
	}

	.browseCategoryName a {
		color: #c95f9c;
		font-weight: bold;
	}

	.browseSku {
		display: block;
		font-size: 85%;
		color: gray;
	}


/* FLYPAGE */
	.flypageName {
		color: #2e3391;
		font-size: 18px;
	}

	.flypageSku {
		display: block;
		color: gray;
	}

	.flypageSalesInfos {
		float: right;
	}

	.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;
	}