@charset "UTF-8";
/* CSS Document */

div#consolle {
	width:1000px;
	height:204px;
	position:absolute;
	top:225px;
	z-index:10;
	margin-left:27px;
}

div#consolle a {
	margin:0px;
	padding:0px;
	text-decoration:none;
}

div.con_controller_left {
	width:23px;
	height:204px;
	position:relative;
	float:left;
}

div.con_controller_right {
	width:23px;
	height:204px;
	position:relative;
	float:left;
}

div.lc_off {
	background:url(../assets/bkg_consolle_left_off.png) no-repeat top right;
}

div.lc_on {
	background:url(../assets/bkg_consolle_left_on.png) no-repeat top right;
	cursor:pointer;
}

div.rc_off {
	background:url(../assets/bkg_consolle_right_off.png) no-repeat top left;
}

div.rc_on {
	background:url(../assets/bkg_consolle_right_on.png) no-repeat top left;
	cursor:pointer;
}


div.con_mask {
	width:900px;
	height:180px;
	padding:9px 0px 12px 0px;
	overflow:hidden;
	position:relative;
	float:left;
	background:url(../assets/bkg_consolle_mask.png) repeat-x;
}

div.consolleitems {
	width:900px;
	height:180px;
	position:absolute;
	left:0px;
	top:9px;
}

div.consolleitemmask {
	width:180px;
	height:180px;
	float:left;
	overflow:hidden;
	position:relative;
}

div.consolleitem {
	width:180px;
	height:180px;
	cursor:pointer;
	position:relative;
	width:auto;
}

div.consolletarget {
	float:left;
	position:relative;
	width:150px;
	height:150px;
	padding:15px;
	float:left;
}

div.consolletargetinternal {
	border-top:3px solid #3399CC;
}

div.consolleproducts {
	float:left;
}

div.consolleproduct {
	float:left;
	width:180px;
	height:150px;
	padding:15px 0px;
}


div.consolleactivator {
	width:180px;
	height:170px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	/*border:1px solid red;*/
	background:url(../assets/trasp.gif);
}

div.consolleactivatorsel {
}

div.consolleselectedline {
	top:15px;
	left:165px;
	width:15px;
	border-top:3px solid #3399cc;
	position:absolute;
}

div.consolleitemhover {
	background:#F2F2F2;
}

div.consolleitemtitle {
	width:150px;
	height:39px;
	border-bottom:1px dotted #b3b3b3;
	line-height:36px;
}

div.consolleitemtext {
	width:150px;
	height:32px;
	overflow:hidden;
	padding-top:8px;
}

div.consolleitemimage {
	width:150px;
	height:60px;
	padding-top:8px;
}

div.consolleproductinternal {
	position:relative;
	width:180px;
	height:150px;
	border-top:3px solid #3399CC;
}

div.consolleproducttitle {
	width:180px;
	height:30px;
	line-height:32px;
	text-align:center;
}

div.consolleproducttext {
	width:150px;
	height:44px;
	padding:0px 15px;
	overflow:hidden;
	text-align:center;
}

div.consolleproductimage {
	width:180px;
	height:75px;
	text-align:center;
}