.clear
{
	clear:				both;
}

#categorie_products
{
	padding-top: 16px;
}
#categorie_left_side
{
	float:				left;
}

#categorieTable
{
	background-color:	white;
}

#categorie_content
{
	min-height:			547px;
	height: auto !important;
	height: 547px;
	padding:			7px; 
	float:				right; 
}

.product
{
	width:				290px;
	height:				406px;
	margin:				0px 8px 0px 0px;
	background-color:   white;
	font-family:		Arial, Helvetica, Verdana, sans-serif;
	font-size:			12px;
	overflow:			hidden;
	float:				left;

}

.firstRow
{
	margin-top: 12px;
}

.mid-col
{
	margin-left:		12px;
	margin-right:		12px
}

.item_image
{
	padding:			0px 0px;
	height:				310px;
}

img.productMainImage
{
	width:				248px;
	height:				260px;
}

#line-spacer
{
	height:				9px;
}

.item_price,.item_price_old
{
	color:				#525455;
	font-size:			12px;
	font-weight:		bold;
}

.item_label
{
	padding:			7px 15px 0 15px;
	color:				#000000;
	font-size:			12px;
	text-transform:		uppercase;
	font-weight:		bold;
}

.item_price,
.item_price_sale
{
	padding:			0px 15px 0 15px;
	color:				#000000;
	font-weight:		normal;
}

.item_label a
{
	padding:			0;
}

.item_price_sale
{
	color:				#990000;
	font-size:			12px;
	font-weight:		bold;
}

.item_price_sale .item_price_old,
.item_price_sale .item_price
{
	padding:			0;
}

.item_price_old
{
	text-decoration:	line-through;
}

.categorie_av_sizes
{
	display:			block;
	background-color:	#ffffff; 
	border-bottom:		#cccccc 1px solid;
	border-right:		#cccccc 1px solid;
	border-left:		#cccccc 1px solid;
}

div.av_size
{
	position:			absolute; 
	z-index:			4000; /*IS 40*/
	width:				120px; 
	height:				auto;
}

div.av_size_header{
	font-size: 11px; 
	font-family: Arial,Verdana; 
	color: #525455;
	padding-left: 10px;
	padding-top: 8px;
    padding-bottom: 4px;
	background-color: white;
	width: 100px;
}

div.av_size_single
{
	float:				left; 
	text-align:			center;
	width:				33%;
	margin:				4px 0px;
	font-size:			11px; 
	font-family:		Arial,Verdana; 
	color:				#525455; 
}
.productFooter
{
	position:			relative; /*IS*/
	height: 48px;
	border-bottom: 2px solid #cecfcf;
	width:				100%; /*IS*/
}
.colorIconSmall
{
	vertical-align:		bottom;
}

.colorIconBig
{
	position:			absolute; 
	top:				228px; 
	right:				19px; 
	z-index:			20;
	padding:			2px;
	background-color:	white;
}

a.prod_color_link
{
	display:			block;
	margin-right:		7px;
	padding:			0px;
	border:				1px solid #d2d2d3;
	float:				left;
}

a.prod_color_link:hover
{
	border:				1px solid #525455;
}

.item_aval_colors
{
	position: absolute;
	right: 0px;
	height:				21px;
	padding:			11px 15px 0 15px;
	line-height:		11px;
	font-size:			11px;
	float:				right;
}

#category_background_container
{
	float:			left;
	background-position:	8px bottom;
	background-repeat:	no-repeat;
}

a.product_link
{
	position:			relative;
	display:			block;
	width:				290px;
	height:				310px;
}

img.productMainImageFront
{
	position:			absolute;
	top:				0px;
	left:				0px;
}

img.productMainImageBack
{
	position:			absolute;
	top:				0px;
	left:				0px;
}

/* BREADCRUMBS */
#breadcrumbs_row {
	color: #CECFCF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	text-transform: uppercase;
}
	#breadcrumbs_row span.breadcrumb_spacer {
		font-size: 1.3em;
	}
	#breadcrumbs_row a.breadcrumbLink {
		color: #CECFCF;
	}
		#breadcrumbs_row a.breadcrumbLink:hover {
			text-decoration: underline;
		}
	#breadcrumbs_row span.breadcrumbLink {
		color: #888888;
	}
