@import url("css/modules.css");
@import url("css/fkcstyles.css");
@import url("css/dnnhacks.css");
@import url("css/ie6.css");

/********************************************************/
/* Zonamarket.it DotNetNuke main Skin style sheet		*/
/* Created by: Davide Carfi					 			*/	
/* Version: 1.1	Date: 11.01.2010						*/
/*------------------------------------------------------*/
/*		TABLE OF CONTENTS								*/
/*------------------------------------------------------*/
/*	[1]	SITE MASTER SETUP								*/
/*	[2]	PAGE SKINS LAYOUT								*/
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/*	[1]	SITE MASTER SETUP								*/
/*------------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	background: grey;
}

a:link, a:visited, a:hover, a:active { color: #000080; text-decoration: underline;}
a.CommandButton:link , a.CommandButton:visited, a.CommandButton:hover, a.CommandButton:active{ color: #000080; text-decoration: underline;}

/*------------------------------------------------------*/
/*	[2]	PAGE SKINS LAYOUT								*/
/*------------------------------------------------------*/

#page-container {
	background: white;
	width: 900px;
	margin: auto;
}
	#header {
		background-image:url('images/bg.png');
		height: 87px;
	}
		#logo {
			float: left;
			position:relative; 
			left:12px;
			top:12px;
		}
		/*----- ACTIONS: ZONAcontatti | ZONAsitemap ----*/
		
		#actions {
			float: left;
			position:relative; 
			left:230px;
			top:30px;
			color: #FF9900;
			font-family: Tahoma;
			font-size: 14px;
			width:430px;
		}
			#actions a:link {
				color:#FF9900;
				text-decoration: none;
			}
			#actions a:visited {
				color:#FF9900;
				text-decoration: none;
			}
		/*----- END ACTIONS ----*/
		
		#search{
			
		}
			.searchbutton {
				margin-top: 0px;
				margin-left: 4px;
				float:left;
				width:50px;
			}
	/*----- END HEADER ----*/
	
	#headRowA {
		width: 700px;
		min-height:615px;
		float:left;
	}
		/*----- Breadcrumb: Sei in Home > ... ----*/
		#BreadcrumbBox{
			position:relative;
			top:-10px;
		}
		span.BreadcrumbStart{
			font-family: Tahoma;
			font-size: 10px;
			color: #000080;
			padding-left:10px;
		}
		span.BreadcrumbStart a:link, span.BreadcrumbStart a:visited, span.BreadcrumbStart a:hover, span.BreadcrumbStart a:active {
			color:#000080; 
			background-color:transparent; 
			text-decoration:none; 
			border-bottom:1px dashed #000080;
			font-family: Tahoma;
			font-size: 10px;
		}
		
		.Breadcrumb{
			font-family: Tahoma;
			font-size: 12px;
			color: #000080;
		}
		#dnn_dnnBREADCRUMB_lblBreadCrumb a:link , #dnn_dnnBREADCRUMB_lblBreadCrumb a:visited , #dnn_dnnBREADCRUMB_lblBreadCrumb a:hover, #dnn_dnnBREADCRUMB_lblBreadCrumb a:active { 
			color:#000080; 
			background-color:transparent; 
			text-decoration:none; 
			border-bottom:1px dashed #000080;
			font-family: Tahoma;
			font-size: 10px;
		}
	/*-----	END BREADCRUMB ----*/
	/*----- END ROW A ----*/
	
	#headRowB {
		width:200px;
		float:right;
	}
		.leftOrangeline{
			background-image: url('images/orange_1x1.png');
			background-repeat: repeat-y;
		}
		#ZMRegisterLoginBox{
			float: right;
			width:215px;
			position: relative;
			top: -30px;
		}
		#ZMRegisterTitle{
			font-family: Tahoma;
			font-size: 16px;
			color: #EF7F01;
			font-weight: bold;
			padding-left:5px;
		}
		#ZMRegisterText{
			padding-left:5px;
			padding-top: 2px;
			float: left;
			top: -15px;
			width: 170px;
		}
		#ZMMiniBoxContainer{
			padding-top:40px;
		}
		#ZMMiniBox{
			border: 1px solid #FF9933;
			width:120px;
			height:80px;
			float:left;
			padding-left: 5px;
		}
		#ZMFotoBoxContainer{
			padding-top:15px;
		}
		#ZMLogin{
			text-align: center;
			background-image:url('images/LoginBg.bmp');
			width:165px;
		}
	/*----- END ROW B ----*/	
	
	#footer {
		clear: both;
		width: 900px;
	}
		#banner{
			background-image: url('images/bg.png');
		}
		#copyright{
			clear: both;
			text-align: center;
			color: #FFFFFF;
		}
			.copyright-text{
				font-family: Tahoma, Arial, Helvetica;
				font-size: 8.5pt;
				font-weight:bold;
			}
			#copyright a:link {
				color:white;
				text-decoration: none;
			}
			#copyright a:visited {
				color:white;
				text-decoration: none;
			}
	/*----- END FOOTER ----*/

