@CHARSET "UTF-8";

@import url('/css/layouts/general.css');

#breadcrumb_trail{
	display: none;
}
div#col3_content{
	top: 0;
}
div#col3_content .content{
	padding: 20px 10px 10px;
	position: relative;
	margin-top: 30px;
	clear: none;
	float: none;
	left: 0;
	width: auto;
	background: #333 url('/images/layouts/paragraph_top.jpg') repeat-x top left;	
}
div#col3_content h1{
	height: 35px;
	width: 692px;
	margin-bottom: 22px;
	background: none;
	color: #fff; 
	line-height: 35px;
	text-align: left;
}
div#col3_content .subcolumns.content_top{
	height: 400px
}
#col3_content .page_nav{
	display: none;
}
#col3_content .filter{
	display: none;
}

#col3_content.home{
	background-color: transparent;
}

/* Gadget */
.home #new_product{
	float: right;
	background: #4d4d4d url('/images/layouts/nuovi_arrivi.gif') no-repeat left top;
}
.home #offerts{
	float: left;
	background: #4d4d4d url('/images/layouts/offerte.gif') no-repeat left top;
}
.home #new_product, 
.home #offerts{
	width: 328px;
	height: 358px;
	/*	height: 382px;*/
	padding: 44px 7px 0;
	margin-bottom: 60px;
}
.home #new_product div.row,
.home #offerts div.row{
	width: 154px;
	height: 170px;
	/*height: 182px;*/
	float: left;
	margin: 0 5px 9px;
	background-color: #fff;
}
.home #new_product .row .image,
.home #offerts .row .image{
	width: 154px;
	height: 154px;
	float: left;
	padding: 0;
	border: none;
}
.home #new_product:hover,
.home #offerts:hover{
	background-color: #b3b3b3;
}
.home #new_product .more,
.home #offerts .more{
	width: 36px;
	height: 27px;
	float: right;
	border-top: 1px solid #4b4b4b;
	background: #4d4d4d url('/images/layouts/more_background.png') no-repeat left bottom;
}
.home #new_product .more a,
.home #offerts .more a{
	display: block;
	height: 18px;
	width: 25px;
	margin: 2px 6px 5px;
}
.home #new_product:hover .more,
.home #offerts:hover .more{
	border-top: 1px solid #aeaeae;
	background-color: #b3b3b3;
}
.home #new_product .more a,
.home #offerts .more a{ 
	background: transparent url('/images/layouts/+.gif') no-repeat left top;
}
.home #new_product div.row_content,
.home #offerts div.row_content{
	padding: 0;
	width: 154px;
}
.home #new_product div.row_content .title,
.home #offerts div.row_content .title{
	display: none;
}
.home #new_product div.row_content .price,
.home #offerts div.row_content .price {
	width: 154px;
	padding:0;
	background-color: #b3b3b3;
}
.home #new_product div.row .row_content .price .origPrice,
.home #offerts div.row .row_content .price .origPrice{
	text-decoration: line-through;
	color: #000;
	float: left;
	text-align: left;
	width: 48%;
	padding: 2px 0 2px 3px;
}
.home #new_product div.row_content .price .offerPrice,
.home #offerts div.row_content .price .offerPrice{
	color: #c00;
	float: right;
	width: 48%;
	text-align: right;
	padding: 2px 3px 2px 0;
}
