/*Fotoregali Css nuova pagina categoria categotto*/

/*REGOLE PER NUOVA PAGINA CATEGORIA PRODOTTO*/

#categPage_container {
	position:relative;
	/*background-color: #FFFFFF;*/
	width: 760px;
	height:auto;
	margin: 0 auto;
	text-align:left;
	background:url(/App_Themes/Main/images/NEW_ProdPage/bg_categ.gif) left top repeat-y;

}
#categPage_content-big {
	position:relative;
	height:1350px;
	background:url(/App_Themes/Main/images/NEW_ProdPage/bg_categ-page.gif) left top no-repeat;
}
#categPage_content-medium {
	position:relative;
	height:1000px;
	background:url(/App_Themes/Main/images/NEW_ProdPage/bg_categ-page.gif) left top no-repeat;
}
#categPage_content-small {
	position:relative;
	height:800px;
	background:url(/App_Themes/Main/images/NEW_ProdPage/bg_categ-page.gif) left top no-repeat;
}
#categPage_title {
	position:relative;
	float: left;
	width: 445px;
}
#categPage_title h1 {
	font-weight:140%;
	color:#b65da5;
	text-align:left;
	margin:3.5em 2.0em 2.0em 3.0em;
}
#categPage_mainText {
	position:relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom:1.5em;
}
#categPage_mainText p {
	margin-left:4.4em;
}
#categPage_product {
	position:relative;
	float: right;
	width: 93%;
	height: auto;
	background:transparent;
	margin:0 auto;
}

/*titolo categoria*/
.tit_categ {
	position:absolute;
	top:0;
	left:0;
	width: 35px;
	height: 245px;
}
.tit_categ img{
	border:0;
}
.tit_categ a {
	text-decoration:none;
	border:0;
}
.tit_categ a:hover {
	text-decoration:none;
	border:0;
}
/*fine titolo categoria*/


/*Regole box view prodotti*/
#categPage_viewProd {
	background-color: #FFFFFF;
	width:100%;
	margin:1.0em 3.0 1.0em 0;
}
.view_Prod{
	background:#FFFFFF;
	color:#496969;
	position:relative;
	float:left;
	width:198px;
	height:320px;
	/*height:auto;*/
	margin-right:2em;
	margin-bottom:1.5em;
	padding:0;
	border: 1px solid #666666;
}
.view_Prod p{
	padding:3px 8px 3px 8px;
	
}
.view_Prod span{
	color:#FF0000;
	font-weight: bold;
	font-size:110%;
}
.view_Prod_BoxImg{
	position:relative;
	width:90%;
	height:130px;
	text-align:center;
	margin:0 auto;
	border:none;
}
.view_Prod_BoxImg img{
	border:none;
}
.view_Prod_BoxImg a{
	position:relative;
	width:90%;
	height:130px;
	text-align:center;
	margin:0 auto;
	border:none;
}

/*.categ_PromoBox{
	background:transparent;
	color:#496969;
	position:relative;
	float:left;
	width:100%;
	height:300px;
	margin-bottom:0.5em;
	padding:0;
	color:#496969;
	text-align:center;
}*/
.categ_PromoBox{
	background:transparent;
	color:#496969;
	position:relative;
	float:left;
	width:200px;
	height:300px;
	margin-right:2em;
	margin-bottom:1.5em;
	padding:0;
	color:#496969;
	text-align:center;
}
.categ_PromoBox h2 {
	font-weight:bold;
	font-size:110%;
	color:#fe451a;
	margin:5px 0 5px 0;
}
.categ_PromoBox span{
	display:block;
	position:relative;
	border-bottom: 1px solid #666666;
}
.categ_PromoBox span p{
	font-size:110%;
	padding:0 5px 10px 5px;
}

.view_Prod_BoxImg a:hover
.view_Prod_BoxImg a:link
.view_Prod_BoxImg a:active
.view_Prod_BoxImg a:visited{
	text-decoration:none;
	border:none;
}
*/
.puls_go{
	position:absolute;
	/*width:210px;
	height:40px;*/
	bottom:0;
}
.puls_go a{
	position:absolute;
	display:block;
	font-variant:small-caps;
	margin:20px 0 0 25px;
	line-height:40px;
	width:185px;
	height:40px
	bottom:0;;
	text-decoration:none;
	border:none;
	/*background:url(../my_images/per_web/NovitaPromo/bg_pulsGo.gif) right top no-repeat;*/
	background:url(/App_Themes/Main/images/NEW_ProdPage/bg_pulsGo.gif) right top no-repeat;
}
.puls_go a:hover
.puls_go a:link
.puls_go a:active
.puls_go a:visited{
	text-decoration:none;
	border:none;
}
.view_Prod h2 {
	font-weight:bold;
	font-size:110%;
	color:#496969;
	margin:5px 0 5px 0;
}
#view_Prod img {
	border:none;
	margin:10px; 
}

/*Fine regole box view prodotti*/

/*Regole pag promo*/
#promoPage_container {
	position:relative;
	/*background-color: #FFFFFF;*/
	width: 760px;
	height:auto;
	margin: 0 auto;
	text-align:left;
	background:url(/App_Themes/Main/images/NovitaPromo/bg_promo.gif) left top repeat-y;
}

#promoPage_content-big {
	position:relative;
	height:1450px;
	background:url(/App_Themes/Main/images/NovitaPromo/bg_promo-page.gif) left top no-repeat;
}
#promoPage_content-medium {
	position:relative;
	height:1000px;
	background:url(/App_Themes/Main/images/NovitaPromo/bg_promo-page.gif) left top no-repeat;
}
#promoPage_content-small {
	position:relative;
	height:800px;
	background:url(/App_Themes/Main/images/NovitaPromo/bg_promo-page.gif) left top no-repeat;
}
#promoPage_title {
	position:relative;
	float: left;
	width: 445px;
}
#promoPage_title h1 {
	font-weight:140%;
	color:#fe451a;
	text-align:left;
	margin:3.5em 2.0em 2.0em 3.0em;
}
.view_Prod-Promo{
	background:#FFFFFF;
	color:#496969;
	position:relative;
	float:left;
	width:198px;
	height:258px;
	margin-right:2em;
	margin-bottom:1.5em;
	padding:0;
	border: 1px solid #666666;
}
.view_Prod-Promo p{
	padding:3px 8px 3px 8px;
	
}
.view_Prod-Promo h2{
	font-weight:bold;
	font-size:110%;
	color:#fe451a;;
	margin:5px 0 5px 0;	
}
.special {
	font-size:110%;
	margin:10px;
	line-height:120%;
}
.codice-promo {
	font-size:125%;
	color:#FF3300;
	font-weight:bold;
	font-variant:small-caps;
	border:none;
}

/*Fine regole pag Promo*/

/*area pulsanti servizi*/
#categPage_services {
	position:absolute;
	width:290px;
	top:0;
	right:0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	margin-bottom:15px;
}
#areaServices{
	background-color: #FFFFFF;
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	margin:0;
	padding:0;
}

#areaServices li{
	display:inline;
}
#areaServices img {
	border:none;
}
#categPage_buttons {
	position:relative;
	width:290px;
	margin-top:15px;
	background-color: #FFFFFF;
}
#areaButtons {
	background-color: #FFFFFF;
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	margin:0;
	padding:0;
}

#areaButtons li{
	float:left;
	display:inline;
}
#areaButtons img {
	margin-right:7px;
	margin-bottom:6px;
	border:none;
}
/*fine area pulsanti servizi*/
