body {
	margin: 0;
	padding: 0;
	background: #ffffff url("../img/background.jpg") repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;	
}

div#nojs {
	background: red;
	padding: 10px;
	margin: 10px;
	font-size: 12px;
	position: relative;
}

h3 {
	font-size: 12px;	
}

img {
	border: 0;	
}

span.explanation {
	font-style: italic;
	font-size: 9px;	
}

div#helpdiv {
			position: absolute;
			left: 68%;
			width: 210px;
			background: #EFF7FE;
			font-style: italic;
			font-size: 12px;
			border-style:solid;
			border-width:1px;
			border-color: #83A8CC;
			font-weight: bold;
			padding: 10px;
		}

.success {
	background: #E6EFC2; 
	color: #529214; 
	border-color: #C6D880; 
	padding: .8em;
}
.error {
	background: #FBE3E4; 
	color: #D12F19; 
	border-color: #FBC2C4; 
	padding: .8em;
}

	div#login {
		width: 325px;
		height: 65px;
		position: absolute;
		top: 0;
		right: 100px;
		background: url("../img/login_background.jpg") no-repeat;
		text-align: center;
		color: #fff;
	}
	
		div#login a {
			color: #FFF;
		}
		
		input.login {
			width: 100px;
			border: 1px solid #ff007f;
		}
		
		input.loginsubmit {
			color: #ff007f;
			background-color: #2A2A2A;
			border: 0;
		}
	
	img#logo {
		position: absolute;
		top: 45px;
		left: 3%;
		z-index: 1000;
	}
	
	div#bck_menu {
		position: absolute;
		top: 115px;
		width: 	620px;
		border: 0;
		z-index: 1;
		background-color: #FF007F;
		right: 0;
	}
	
	ul#nav {
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
	}
	
	ul#nav li {
		display: inline;
	}
	
	ul#nav li a {
		background: #ff007f;
		color: #000000;
		border: 0;
		font: 1.5em "Verdana",Arial,sans-serif;
		line-height: 1em;
		padding: 0px 15px;
		padding-bottom: 100px;
		text-align: center;
		text-decoration: none;
	}
	
	ul#nav li a:hover, #nav li a:focus, #nav li a:active {
		background: #ffffff;
		color: #ff007f;
		border: none;
		text-decoration: underline;
		padding-bottom: 125px;
		padding-top: 22px;
	}

	div#main {
		width: 876px;
		margin: auto;
		margin-top: 150px;
		z-index: 1000;
		position: relative;
		border: 0;
	}
	
		div#main-top {
			background: url("../img/main-top.png") no-repeat;
			border: 0;
			line-height: 11px;
		}
		
		div#main-body {
			background: url("../img/main-background.png") repeat-y;
			padding: 10px;
			border: 0;
		}
		
		div#qui {
			font-size: 12px;
		}
		
			div#forms {
				text-align: center;
				position: relative;
				top: -120px;
			}
		
			img#corner {
				height:134px;
				left:450px;
				position:relative;
				top:-15px;
				width:411px;
				z-index: 2;
			}
			
			img#content_push {
				position: relative;
				top: -145px;
			}
			
			div#actes {
				text-align: center;
				font-size: 16px;
				color: #FB307D;
				font-weight: bold;
				font-style: italic;
				font-family: Verdana;
			}
			
			#pics {
				position: relative;
				top: -15px;
				left: -5px;
			}
			
			ul#slides {
				display: none;
				font-size: 16px;
				color: #FB307D;
				font-weight: bold;
				font-style: italic;
				font-family: Verdana;
				text-align: right;
				list-style-type: none;
			}
		
			div.middleform {
				margin: auto;
				width: 50%;
			}
			
			div.middleformbig {
				margin: auto;
				width: 80%;
			}
			
			
			div.middleform label, div.middleformbig label {
				float: left;
				width: 200px;
			}
			
			p.rightoption {
				text-align: right;
			}
			
			table.checkout {
				width: 100%;
			}
			
			table.checkout td {
				padding: 5px;
			}
			
			label.billingaddress {
				width: 200px;
				text-align: left;
				float: left;
			}
			
		
		div#main-bottom {
			background: url("../img/main-bottom.png") no-repeat;
			z-index: 1000;
			height: 31px;
		}
		
	div#bottom {
		width: 876px;
		margin: auto;
		margin-top: 10px;
		text-align: center;
	}
	
		div#bottom a {
			color: #000;
		}
		
			p.copyright {
				color: #ff409f;
			}
	
	
	

/*---- ADMIN ----*/
div.elem-header {
	display: none;
	background: #E3E3E3;
	padding: 15px;
}

div.elem-header label {
	float: left;
	width: 100px;
}

div.elem-section {
	width: 80%;	
	border: 1px dashed green;
	margin: auto;
}

div.elem-question {
	width: 60%;
	border: 1px dashed blue;
	margin: auto;
}

div.elem-links {
	display: none;
	padding: 15px;
	background: #F3F3F3;	
}

div.next-step {
	text-align: right;	
}
	
 ul#pacs-list {
	list-style-type: none; 
	list-style-image: none;
	text-align: center;
	font-size: 12px;
	position: relative;
 }

 ul#pacs-list li {
	display: inline;
 }
 
 ul#message_answer li {
	width:14%; 
	height:50px;
	overflow:hidden;
 }
 
  ul#message_answer li:hover {
  	position:relative;
 	overflow:visible;
 	z-index:5000;
 	width:300px;
 	background-color:#EEE;
 	height:auto;
 }
 
 ul#message_answer li.show {
 	font-weight:bold;
 	width:19%;
 }
		
 ul#pacs-list a {
	color: #002772;
 }
