/* * * * * * * * * * * * * * * * * * * * * * * * * GENERAL * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 
body {
	background: url( '../images/bg_body_gradient.png' ) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
}
a { border: 0; text-decoration: none; }
a img { border: none; }
p { padding: 0; margin: 0 0 2px 0; }
#wrapper {
	background: url( '../images/bg_nancy_shadow.png' ) no-repeat 0px 190px;
	margin: 0 auto;
	padding-bottom: 20px;
	width:773px;
}
#banner { margin: 20px 0; }
br.clearer { clear: both; height: 0; width:0; }
.topspace {margin-top: 8px; }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * * * * * BLOCKS * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 
.block { color: white; }
/* block - default size = big */
.block .top { background: url( '../images/bg_block_fullwidth_top.png' ) no-repeat; width: 775px; height: 15px; }
.block .middle { background: url( '../images/bg_block.png' ) repeat; width: 755px; padding: 0 10px; }
.block .bottom { background: url( '../images/bg_block_fullwidth_bottom.png' ) no-repeat; width: 775px; height: 15px; }
/* block - mid size */
.block.mid .top { background: url( '../images/bg_block_midwidth_top.png' ) no-repeat; width: 508px; }
.block.mid .middle { width: 488px; }
.block.mid .bottom { background: url( '../images/bg_block_midwidth_bottom.png' ) no-repeat;	width: 508px; }
/* block - small size */
.block.small .top {	background: url( '../images/bg_block_smallwidth_top.png' ) no-repeat; width: 259px; }
.block.small .middle { width: 239px; }
.block.small .bottom { background: url( '../images/bg_block_smallwidth_bottom.png' ) no-repeat;	width: 259px; }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * BUTTONS * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 
.button { cursor: pointer; background: url( '../images/bg_button.png' ) no-repeat; width: 123px; border:0; height: 26px; }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * * * * * LAYOUT * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 
.left {	float: left; }
.right { float: right; }
.center { width:100%; text-align: center; display: block; }
/* news layout */
.block.news .content {
	width:100%;
	height: 220px;
	overflow:auto;
}
#news_title { margin-left: 25px; }
.block.forum .content,
.block.club .content,
.block.newsletter .content,
.block.networks .content,
.block.legal .content {
	overflow:hidden;
	width: 100%;
	height: 55px;	
}
.block.eoc .content {
	height: 143px;	
}
.block.forum,
.block.club,
.block.networks {
	margin-bottom: 8px;
}
#nlEmail {
	float: left;
	width: 100px;
	background: black;
	color: #9a9a9a;
	border: 1px solid #333232;
	margin-top:1px;
	padding-left:5px;
	height:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.block .logos {
	text-align: center
}
.block .logos img {
	float: left;
	margin-left: 13px;
}
.block.networks .logos img {
	margin: 5px 0 0 30px;
}
.block.eoc .column_1,
.block.eoc .column_2,
.block.eoc .column_3 {
	float: left;
}
.block.eoc .column_1 {
	width: 70px;
	margin: 0 0 0 10px;
}
.block.eoc .column_2 {
	width: 285px;
	margin: 30px 20px 0 20px;
}

#titleDisplayer {
	line-height:25px;
	float:left;
	width:420px;
	margin-left:200px;
	text-align:center;
	font-size: 1.3em;
}

.differences {position:relative;width:782px;	height:850px;}
.differences .foreground{
	position:absolute;
	left:0;
	top:10px;
	background: url('http://www.microapp.com/exemples/nancydrew/images/differences/foreground_logo_and_path.png') no-repeat top;
	width:782px;
	height:691px;
	z-index:10;
}
.differences .background{
	position:absolute;
	background: url('http://www.microapp.com/exemples/nancydrew/images/differences/background_left_and_right.png') no-repeat top;
	width:381px;
	height:657px;
	z-index:1;
	top:170px;
}
.differences .background.left{left:0;}
.differences .background.right{right:0;}

.differences .background .element{
	width:88%;
	margin:10px auto;
	text-align:center;
	color:#fff;
	font-size:12px;
}
.differences .background .element .bullet{
	text-align:left;
	background:url('http://www.microapp.com/exemples/nancydrew/images/differences/picto_magnifier.png') no-repeat left;
	padding-left:30px;
	line-height:25px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * CAROUSEL * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.block .content .jcarousel-skin-default .jcarousel-container-horizontal {
	width:685px;
	height:120px;
}
.block .content .jcarousel-skin-default .jcarousel-clip-horizontal {
	width:670px;
	margin-left:10px;
	height:120px;
}
.block .content .jcarousel-skin-default .jcarousel-item {
	width: 77px;
	height:120px;
	margin: 0 10px;
}
.block .content .jcarousel-skin-default .jcarousel-item.lastItem {
	margin: 0;
}
.block .content .jcarousel-skin-default .jcarousel-prev-horizontal {
	background: url( '../images/button_carousel_left.png' ) no-repeat;
	margin-top: 8px;
	width:36px;
	height:36px;
}
.block .content .jcarousel-skin-default .jcarousel-next-horizontal {
	background: url( '../images/button_carousel_right.png' ) no-repeat;
	margin: 8px 0 0 5px;
	width:36px;
	height:36px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


