/****************** HTML ****************/
* {
	margin: 0;
	padding:0;
}
body {
	font-family: Arial, Tahoma, Verdana, "Trebuchet MS";
	font-size:13px;
	background: #bebebe;
}
a {
	color: #000000;	
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.em {
	color: #7a2531;
}
.up {
	position:absolute;
	top:0;
	left:0;
}

#footer {
	text-align: left;
	width: 750px;
	color: #7c7c7c;
	margin: 0px auto;
	padding-top: 20px;
	font-size: smaller;
	background: url(/images/page_bot.gif) top no-repeat;
}
#footer a {
	color: #7c7c7c;
}
#logo {
	background: #fff url(/images/logo.gif) repeat-x;
	height: 50px;
	width: 750px;
	margin: 0px auto;
}
#logo #title {
	width: 288px;
	height: 50px;
	background: url(/images/logo_title.gif) left no-repeat;
}
#logo #links {
	width: 750px;
	height: 65px;
	background: url(/images/logo_links.gif) left top no-repeat;
}


/***************** nav ****************************/
#nav {
	text-align: left;
	background: url(/images/nav.gif) #fff;
	border-left: 1px solid #676767;
	border-bottom: 1px solid #676767;
	border-top: 1px solid #686868;
	width: 750px;
	height: 20px;
	overflow: hidden;
	margin: 0px auto;
}
#nav a {
	display: block;
	float: left;
	text-align: center;
	color: #666;
	padding-top: 2px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	width: 149px;
	height: 20px;
	border-right: 1px solid #888888;
}
#nav a:hover {
	color: #e8171a;
}
/***************** end of nav ****************************/

/***************** banner ****************************/
#banner {
	width: 750px;
	height: 257px;
	margin: 0px auto;
}
/***************** end of banner ****************************/

#page {
	/*padding-top: 20px;*/
	width: 750px;
	background: url(/images/page.gif) no-repeat #fff;
	margin: 0px auto;
}
#navi {
	position: relative;
	/*top: -1px;*/
	left: 5px;
	color: #000066;
	font-size: smaller;
}
#navi a {
	color: #000066;
}
#form {
	width: 500px;
	float: right;
}
#form .label {
	padding-left: 15px; 
}
#form .help {
	float: right;
}
#form .hidden {
	display: none;
}
#form .shown {
	display: block;
}
#form .text {
	width: 300px;
}
#form .botton {
	width: 304px;
}
.button {
	background-image: url(/images/button.gif);
	border: 1px solid #7f9db9;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
}
.paypal_submit {
	height: 40px;
	font-size: 20px;
}
#form .dropdown {
	width: 304px;
}
#form .grown {
	height: 22px;
}

.error {
	color: #e8171a;
}

#form2 {
	padding: 10px;
	padding-left: 20px;
}
#info {
	width: 205px;
	height: 380px;
	padding: 10px;
	border: 1px dashed #ddd;
	margin: 5px;
	margin-right: 10px;
	background-color: #efefef;
}
#info .apartir {
	background-color: #fff;
	padding: 3px;
}
/****************** end of info ****************/

/*************** testi ************************/
.poster {
	font-weight: bold;
}
.lugar {
	color: #808080;
}
.date {
	font-weight: normal;
	color: #808080;
	font-size:smaller;
}
.date_x {
	font-weight: bold;
}
.message {
	text-indent: 10px;
}
/*************** end of testi ************************/

		
/****************** tooltip ****************/
.tooltip {
	text-decoration: none;
}
.tooltip a {
	text-decoration: none;
}
.tooltip em {
	display: none;
	font:12px/14px "Courier New", Courier, monospace;
	color:#333333;
}
.tooltip iframe {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;

}
.tooltip:hover {
	border: 0;
	position: relative;
	z-index: 500;
	
}
.tooltip:hover em {
	display: block;	
	position: absolute;
	left: -300px;
	top: 20px;
	margin-top: 5px;
	border: 2px solid #000066;
	background: #FFF;
	padding: 10px;
	width: 300px;
	z-index: 505;
}
.tooltip iframe {
	display: block;	
	visibility: visible;
	position: absolute;
	left: -305px;
	top: 20px;
	background: #FFF;
	width: 300px;
	z-index:501;
	width:300px;
	height: 80px;
}
.tooltip:hover em img {
	float: left;
	padding-right: 5px;
	border: 0;
}
.tooltip:hover em .titre {
	line-height: 25px;
	color:#000000;
}

