/* CSS Document */

body {
	 margin:0;
	 border:none;
	 padding:0px;
}
.clearfloat { clear:both; }
a {
	color:#1BBCF0;
	text-decoration:none;
}
a:hover {
	color:#CCEC00;
	text-decoration:none;
}
a.scuro {
	color:#4a4a4a;
	font-weight:bold;
}
a.scuro:hover {
	color:#222;
}
h1 {
	font-family:'Trebuchet MS', Times, serif; font-weight:bold;font-size:36px; /*color:#446f1f;*/ color:#006600; text-shadow: 1px 1px 2px #CCCCCC; display:inline;
}
h2, a.h2 {
	font-family:'Trebuchet MS', Times, serif; font-weight:bold; font-size:18px; color:#00CCFF; display:inline; text-decoration:none;
}
a.h2:hover {
	text-decoration:underline;
}
h3 {
	font-family:'Trebuchet MS', Times, serif; font-weight:bold;font-size:18px; color:#1BBCF0; display:inline;
}
.thumb {
	border:2px solid #CCCCCC;
	margin:0px 2px 0px 2px;
	cursor:pointer;
	filter:alpha(opacity=30);
	-moz-opacity: 0.6;
	opacity: 0.6;
	width:40px;
	height:40px;
}
.thumb:hover {
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.foto {
	max-width:450px;
}
.language_select {
	background-color:#006600;
	color:#FFFFFF;
	font-family:'Lucida Grande', Arial;
	font-size:11px;
	border:1px solid #003300;
}
.submit {
	/*background-color:#006600;*/
	background-image:url(../images/logout_bg.png);
	color:#000000;
	font-family:'Lucida Grande', Arial;
	font-size:11px;
	text-decoration:none;
	border:0px;
	height:18px;
	cursor:pointer;
}
.submit:hover {
	color:#666666;
}
.bluebox, .bottom_bluebox
{
margin-left:-10px; margin-top:-14px; background-color:#f0f8ff; width:780px; padding:10px; background-image:url(../images/top_blue.gif); background-repeat:repeat-x;
}
.bottom_bluebox
{
margin-bottom:-10px; margin-top:0px;
}
.floatBox {
	float:right; margin:0px 20px; background-color:#f0f8ff; padding:10px; line-height:26px; border:1px solid #DDECEC; width:180px; -webkit-border-radius:6px; -moz-border-radius:6px;
	-webkit-box-shadow:1px 2px 2px #777; -moz-box-shadow:1px 2px 2px #777; box-shadow:1px 2px 2px #777;
}
.floatBox h2 {
	margin:-10px -10px 0px -10px; background-color:#FFFFFF; width:184px; display:block; padding:6px 6px 6px 10px; -webkit-border-radius:6px; -moz-border-radius:6px;
	text-shadow:1px 1px 2px #BBB;
}

#howcontainer { width:auto; font-size:12px; line-height:18px; background:url(http://www.scoobike.ch/images/prodPage_imgs/fiche_mid_top.gif);
	background-repeat:repeat-x; background-position:top; overflow:auto; padding:10px 20px 10px 20px; background-color:#FFFFFF;
	-webkit-border-radius:6px; -webkit-box-shadow:1px 2px 2px #777; -moz-border-radius:4px; -moz-box-shadow:1px 2px 2px #777;
	font-size:12px;
}
.smartcontainer { width:29%; font-size:12px; line-height:16px; background:url(http://www.scoobike.ch/images/prodPage_imgs/fiche_mid_top.gif);
	background-repeat:repeat-x; background-position:top; overflow:auto; padding:10px; background-color:#FFFFFF;
	-webkit-border-radius:6px; -webkit-box-shadow:1px 2px 2px #777; -moz-border-radius:4px; -moz-box-shadow:1px 2px 2px #777;
	font-size:12px; height:160px; overflow:hidden;
}
#smLeft {
	float:left; margin-right:1.6%;
}
#smMiddle {
	float:left;
}
#smRight {
	float:right;
}

/* ADMIN DYNAMIC INPUT FIELDS */
.admin {
	border:1px dashed #CCCCCC; padding-left:0px; margin:1px;
}
.admin:hover {
	border:2px dashed #CCCCCC; margin:0px; background-color: #FEFFEA;
}
.admin:focus {
	background-color: #FFFFCC;
}
.admin_h2 {
	font-family:'Trebuchet MS', Times, serif; font-weight:bold; font-size:18px; color:#00CCFF; width:100%;
}
.admin_text {
	border:1px dashed #CCCCCC; padding-left:0px; margin:1px; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#666666; height:200px; width:100%; clear:both; line-height:20px; resize:none;
}
.admin_author, .admin_date {
	font-family: Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#666666; clear:both;
}
.admin_button {
	font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#1BBCF0; padding:4px; width:150px; clear:both; border:2px solid #1BBCF0; margin:0px;background-color: #FFFFFF;
}
.admin_button:hover {
	background-color: #FFFFCC; border-color:#CCCCCC; cursor:pointer; color:#AAAAAA; font-weight:bold;
}
.admin_input_text {
	font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#1BBCF0; padding:4px; width:200px; border:2px solid #1BBCF0; margin:0px; background-color: #FFFFFF;
}
.admin_menu {
	border:1px solid #DDECEC; background-color:#FFFFFF; width:150px; display:none; position:absolute; top:0px; left:0px; -webkit-border-radius:4px; -webkit-box-shadow:2px 2px 4px #000; -moz-border-radius:4px; -moz-box-shadow:2px 2px 4px #000;
}
.admin_submenu, .admin_format_submenu {
	height:30px; border:0px; background-color:transparent; width:100%; overflow:hidden;
}
.admin_submenu:hover, .admin_format_submenu:hover {
	background-color:#EEE; cursor:pointer; -webkit-border-radius:4px; -moz-border-radius:4px;
}
.admin_format_submenu {
	height:20px; text-align:center; font-size:11px;
}

.admin_login_button {
	border:0px; background-image:url(../images/login_button.png); width:26px; height:18px; cursor:pointer;
}

/* FLAGS */
.flag_fr, .flag_en, .flag_fr_sel, .flag_en_sel {
	width:16px; height:16px; background-repeat:no-repeat; border:none; padding:0px; margin-left:2px; margin-right:2px;
}
.flag_fr_sel, .flag_en_sel {
	-webkit-opacity:0.6; -moz-opacity:0.6;
}
.spacing_label { display:inline-block; width:66px; }
.text_input, .textarea_input { width:200px; border:1px solid #CCCCCC; background-color:#FFFFFF;
	padding:4px; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:12px; color:#666666; }
.textarea_input { width:266px; height:80px; }

#home_blackBox {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index: 900;
	text-align: center;
	line-height: 0;
	background-color:#CCEC00;
	-webkit-opacity:0.6;
	-moz-opacity:0.6;
	opacity:0.6;
	display:none;
}

.feedback_box {
	clear:both;
	margin-bottom:1px;
	background-color:#f0f8ff;
	background-image: url(../images/top_blue.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:10px 4px;
	padding-left:20px;
}
.feedback_box a {
	font-family:'Trebuchet MS', serifs;
	font-style:italic;
	font-size:14px;
	color:#666666;
}
.feedback_box:hover a {
	color:#222222;
}
#dialog_tem {
	background-color:#ffffff;
	color:#666666;
	border:6px solid #33CCFF;
	width:700px;
	height:auto;
	position:absolute; 
	z-index:1000;
}
#feedback {
	font-family:'Trebuchet MS', Times, serifs;
	font-size:16px;
	padding:40px 20px;
}
#author {
	display:block;
	text-align:right;
	font-style:italic;
	margin-top:10px;
	padding:10px;
}