/*@charset "UTF-8";*/
/* CSS Document */

/********** GENERAL **********/
* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
p {
	padding-left: 10px;
	padding-right:10px;
	text-align:justify;
}
li {
	list-style-type: none;
}
table {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
td  {
	border-top: 1px #999 solid;
	padding: 5px 5px 5px 5px;
	text-align:left;
	height: 40px;
	vertical-align:top;
}

a:link , a:visited { 	
	text-decoration: none;
	color: #999999;
}
a:hover, a:active { 
	text-decoration: none;
	color: #3f6ea4;
}
a img {
	background: none;
	border: none;
}
h1 {
	padding-left: 10px;
	font-variant: small-caps;
	border-bottom: solid 1px #e9e9e9;
	margin-bottom: 20px;
	padding-bottom: 3px;
	color:#999999;
	font-size: 14px;
}
h4 {
	/*text-align: center;*/
	padding-left: 10px;
	color: #3f6ea4;
	font-variant: small-caps;
	font-size: 12px;
	margin-bottom: 5px;
}
.strongly {
	color: #3f6ea4;
	font-weight: bold;
	font-variant: small-caps;
}
span {
	margin-left: 10px;
}
#solidline {
	height: 1px;			
	float:none;
	margin-left: 5px; 	
	border-top: #999999 1px solid;
}
#dottedline {
	height: 1px;			
	float:none;
	border-top: #999999 1px dotted;
}
#spacer30x15 {
	width: 30px; 
	height: 15px; 
	float: left;
}
#spacer20x15 {
	width: 20px; 
	height: 15px;
	margin-left: 5px;
	float: right;
}
#ckeditor {
	float:left;
	margin-bottom:2px;
	margin-top:1px;
	margin-left:-10px;
}

/********** MAIN FORM **********/
.label {
	width: 160px; 		
	height: auto; 			
	float:left;
	padding-left: 10px;
	padding-top: 2px;
	font-variant: small-caps;
	margin-right: 10px;
}

.input {
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	float: none;
	height: 13px;
	width: 250px;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: 2px;
}

.title {
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	float: none;
	height: 13px;
	width: 493px;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: 2px;
}

.select {
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	float: none;
	height: 18px;
	width: 258px;
	padding-left: 2px;
	margin-bottom: 2px;
}

.checkbox {
}

.button {
	float: left;
	width: 62px;
	height: 22px;
	border-bottom: #696969 1px solid;
	border-right: #696969 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	background-color:#f7f8fd; 
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 10px;
	margin-left: 0px;
	color: #3f6ea4;
	font-weight: bold;
	font-variant: small-caps;
	cursor: pointer;
}
.mandatory {
	color:#FF0000;
}
/********** CODE FIELDS **********/
.code {
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background: url(../images/bg_code.gif) no-repeat;
	float: none;
	height: 13px;
	width: 50px;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: 2px;
	color:#ffffff;
	font-weight:bold;
}


/********** FILE FIELDS **********/
.file {
	position: relative;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	cursor: pointer;
}
.upload {
	background:url(../images/upload.png) no-repeat top left;
	display: block;
	overflow: hidden;
	cursor: pointer;
	width: 17px;
	height: 17px;
	float:left;
	margin-left:10px;
}
.erase {
	background:url(../images/erase.png) no-repeat top left;
	display: block;
	cursor: pointer;
	width: 17px;
	height: 17px;
	float:left;
	margin-left:10px;
}
.download {
	background:url(../images/download.png) no-repeat top left;
	display: block;
	overflow: hidden;
	cursor: pointer;
	width: 17px;
	height: 17px;
	float:left;
	margin-left:10px;
}
.remove {
	background:url(../images/remove.png) no-repeat top left;
	display: block;
	cursor: pointer;
	width: 17px;
	height: 17px;
	float:left;
	margin-left:10px;
}

.show {
	float:left;
}


/********** LOGIN/LOGOUT FORM  **********/
.label2 {
	width: 65px; 		
	height: auto; 			
	float:left;
	padding-left: 22px;
	padding-top: 2px;
	font-variant: small-caps;
}
.input2 {
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	float: none;
	height: 15px;
	width: 150px;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: 2px;
}
.button2 {
	float: right;
	width: 62px;
	height: 22px;
	border-bottom: #696969 1px solid;
	border-right: #696969 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	background-color:#f7f8fd; 
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 26px;
	margin-left: 0px;
	color: #3f6ea4;
	font-weight: bold;
	font-variant: small-caps;
	cursor: pointer;
}
#signup  {
	float: left;
	width: 62px;
	margin-left: 22px;
	margin-top:5px;
}
#changedata  {
	float: left;
	width: 200px;
	margin-left: 22px;
	margin-top:5px;
}
#pswrecovery  {
	float: right;
	width: 140px;
	margin-right: 26px;
	margin-top:5px;
	text-align:right;
}

/*********** SIDE FORM **********/
.label3 {
	width: 100px; 		
	height: auto; 			
	float:left;
	padding-top: 2px;
	padding-left: 10px;
	font-variant: small-caps;
}
.input3 {
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	float: none;
	height: 15px;
	width: 135px;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: 2px;
	padding-right: 5px;
}
.textarea3 {
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	float: none;
	height: 60px;
	width: 135px;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: 2px;
	padding-right: 5px;
}
.button3 {
	float: none;
	width: 120px;
	height: 22px;
	border-bottom: #696969 1px solid;
	border-right: #696969 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	background-color:#f7f8fd; 
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left:10px;
	color: #3f6ea4;
	font-weight: bold;
	font-variant: small-caps;
	cursor: pointer;
}

/********** RESET FLOAT **********/
.clear {
	clear: both;
}

/********** MAIN BODY **********/
#body {
	background: url(../images/bg.gif) repeat-y;
	background-color:#ffffff;
	width: 980px;
	padding: 0 12px;
	border-bottom: solid 2px #e9e9e9;
	border-top: solid 2px #e9e9e9;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 30px;
	-overflow-x: hidden;
	text-align:left;
}

/********** TOPPER **********/
#topper {
	background-color: #f8f8f8;
	/*background: url(../images/bg_topper.gif) repeat-x top;*/
	width: 980px;
	height: 40px;
	z-index: 10000;
}
#lang {
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	cursor: pointer;
	z-index: 20000;
}
#user {
	float: right;
	padding-top: 20px;
	padding-right: 10px;
	z-index: 20000;
}

/********** HEADER **********/
#header {
	background: url(../images/bg_header.gif) repeat-x;
	width: 980px;
	padding-top: 15px;
	height: 80px;
}
#header ul {
	float: right;
	font-size: 12px;
	height: 40px;
}
#header ul li {
	float: left;
	padding-right: 10px;
	height: 40px;
	font-variant: small-caps;
}
#header a {
	padding-top: 25px;
}
#logo {
	float: left;
	background: url(../images/logo.png) no-repeat left;
	margin-left: 40px;
	width: 200px;
	height: 40px;
	padding-top: 20px;
}
#home {
	float: left;
	background: url(../images/ico_home.png) no-repeat left;
	padding-left: 43px;
	padding-top: 0px;
	padding-bottom: 35px; 
	padding-right: 20px;
}
#contacts {
	float: left;
	background:url(../images/ico_contacts.png) no-repeat left;
	padding-left: 43px;
	padding-top: 15px;
	padding-bottom: 35px; 
	padding-right: 5px;
}
#shopping {
	float: left;
	background:url(../images/ico_shopping.png) no-repeat left;
	padding-left: 43px;
	padding-top: 15px;
	padding-bottom: 35px; 
	padding-right: 0px;
}
#login {
	float: left;
	background:url(../images/ico_login.png) no-repeat left;
	padding-left: 43px;
	padding-top: 15px;
	padding-bottom: 35px; 
	padding-right: 0px;
}

/********** BANNER **********/
#banner {
	background: #ffffff; 
	width: 670px; 
	height: 200px; 
	margin-top: 10px;
	margin-right: 10px;
	float:right;
	z-index:1;
}

/********** CONTENT **********/
#content {
	background: url(../images/bg_left.gif) repeat-x top;
	width: 980px;
	margin-top: 10px;
	border-bottom: solid 5px #e9e9e9;
	padding-bottom: 20px;
}
#left_imgbox {
	float:left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none; 
}
#right_imgbox {
	float:right;
	padding-top: 5px; 	
	padding-bottom: 10px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none; 
}
#center_imgbox {
	float:none;
	padding-top: 5px; 	
	padding-bottom: 10px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
}
.imgzoom a {
	padding-bottom: 5px;
	padding-top:5px;	
	display:block;	
}

/********** INFOBOX **********/
.frame {
	overflow: hidden;
	background: url(../images/frame.png) no-repeat;
	width: 335px;
	height: 195px;
	float: left;
	padding-left: 5px;
	padding-top: 10px;
	margin-left:2px;
}
.frm_title {
	font-weight: bold; 	
	font-size: 12px;
	font-variant:small-caps;
	text-align: left;
	color: #3f6ea4;
}
.frm_content {
	float:none;
	width: 320px;
	height: 140px;
	margin-top: 20px; 
}
.frm_img {
	float:left;
	width: 200px;
	height: 140px;
}
.frm_txt {
	float:left;
	width: 115px;
	height: 140px;
	padding-left:5px;
	overflow:hidden;
	text-align:left;
}

/********** TICKET **********/
#ticket, #ticketkeys {
	min-height: 15px;			
	float:none;
	margin-left: 5px; 	
	font-weight: normal; 	
	 		
	overflow: hidden;
	border-top: #999999 1px solid;
	padding-top: 4px; 	
	padding-bottom: 2px;	
	padding-left: 5px;
}
#ticket:hover {
	background:#f5f5f5;
}
.td_title {
	width: 270px;
	height: 15px;			
	float: left;
	padding-top: 0px; 	
}
.td_entry {
	width: 60px;
	float: left; 
	text-align: right;
	padding-right: 5px;
}
.td_status {
	width: 120px;
	float: left; 
}
.td_author {
	width: 170px;
	height: 15px;			
	float: left; 
}
.td_datetime {
	width: 115px;
	float: left; 
}
.td_edit {
	background: url(../images/edit.png) no-repeat top;
	width: 15px;
	height: 15px;
	float: left; 
	padding-left: 10px;
	border:0;
	cursor:pointer;
}
.td_show {
	background: url(../images/show.png) no-repeat top;
	width: 15px;
	height: 15px;
	float: left; 
	padding-left: 8px;
	border:0;
	cursor:pointer;
}
.td_delete {
	background: url(../images/delete.png) no-repeat top;
	width: 15px;
	height: 15px;
	float: left; 
	padding-left: 15px;
	cursor: pointer;
}

.td_allegati {
	width: 400px;
	float: left; 
}
.td_email {
	width: 300px;
	float: left; 
}
.td_phonenumber {
	float: left; 
}

/********** FOOTER **********/
#footer {
	margin-top: 10px;
	background: url(../images/bg_footer.gif) repeat-x top;
	width: 980px;
	height: auto;
	font-size: 10px;
	text-align:center;
	padding-top:9px;
}

/********** SHOPONLINE **********/
#shoponlinekeys {
	float:none;
	height: 21px;			
	margin-left: 5px; 	
	font-weight: normal; 	
	overflow: hidden;
	border-top: #999999 1px solid;
	padding-left: 5px;
	padding-top: 2px;
	cursor:pointer;
}
#scrollerbar {
	float: left; 
	width: 150px;
	height: 18px;			
	padding-top: 1px;
	padding-left: 10px;
}
.scroller {
	float: left; 
	width: 18px;
	height: 18px;			
}
.paging {
	float: left; 
	width: 55px;
	height: 13px;
	border:1px #999 solid;
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
	cursor: default;
}

.productnamekey {
	float: left; 
	width: 100px;
	padding-left:25px;
	background: url(../images/ordinamento.png) no-repeat left;
	padding-top: 3px;
}
.brandkey {
	float: left; 
	width: 205px;
	padding-left:25px;
	background: url(../images/ordinamento.png) no-repeat left;
	padding-top: 3px;
}
.pricekey {
	float: left; 
	width: 50px; 		
	padding-left:25px;
	background: url(../images/ordinamento.png) no-repeat left;
	padding-top: 3px;
}
.availablekey {
	float: left; 
	width: 57px; 		
	padding-left:25px;
	background: url(../images/ordinamento.png) no-repeat left;
	padding-top: 3px;
}




#shoponline {
	float:none;
	height: 150px;			
	margin-left: 5px; 	
	font-weight: normal; 	
	overflow: hidden;
	border-top: #999999 1px solid;
	padding-bottom: 1px;
	padding-left: 5px;
}
#shoponline #info {
	float: left; 
	width: 360px; 		
	height: 150px; 
} 
#shoponline #description {
	float: none; 
	width: 360px; 		
	height: 129px;
	overflow: auto;
} 
#shoponline #pieinfo {
	float: none;
	width: 360px;
	height: 15px;
	padding-top: 3px; 
	border-top: 1px #999 dotted;
}
#shoponline #allegati {
	float: left;
	width: 305px;
	height: 15px;
}
.price {
	color: #3f6ea4;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}
.notes {
	color: #999999;
	font-size: 9px;
	text-align: right;
}
#shoponline #pricelist {
	float: left; 
	width: 100px; 		
	height: 150px; 	
	padding-top: 50px;		
}
#shoponline #shoppingchart {
	float: left; 
	width: 60px; 		
	height: 150px; 			
	padding-top:10px;
}
#shoponline:hover {
	background-color:#f5f5f5; 
}
#shoponline #shoppingchart img:hover {
	cursor: pointer;
}

.submitorder {
	background: url(../images/fullcart.png) no-repeat;
	border:none;
	float: right;
	width: 60px;
	height: 55px;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-right: 15px;
	margin-left: 0px;
	cursor: pointer;
}
.submitcart {
	background: url(../images/addtocart.png) no-repeat;
	border:none;
	float: none;
	width: 57px;
	height: 55px;
	margin-top: 5px;
	margin-left: 5px;
	cursor: pointer;
}

.label4 {
	width: 60px; 		
	height: auto; 			
	float:right;
	
	font-variant: small-caps;
	text-align:right;
}
.input4 {
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	float: right;
	height: 15px;
	width: 50px;
	text-align:right;
	padding-right: 5px;
}

/********** ORDER ONLINE **********/
#order, #orderkeys {
	min-height: 15px;			
	float:none;
	margin-left: 5px; 	
	font-weight: normal; 	
	overflow: hidden;
	border-top: #999999 1px solid;
	padding-top: 2px; 	
	padding-bottom: 5px;	
	padding-left: 5px;
}
#order:hover {
	background:#f5f5f5;
}
.td_product {
	width: 330px;
	height: 15px;			
	float: left;
}
.td_number {
	width: 90px;
	height: 15px;			
	float: left; 
	text-align: right;
	padding-right: 5px;
}
.td_refresh {
	background: url(../images/refresh.png) no-repeat top;
	width: 22px;
	height: 22px;
	float: right; 
	margin-left: 5px;
	cursor: pointer;
	border:0;
}


