@charset "UTF-8";
/* CSS Document */
div#consollesimple {
	width:1000px;
	height:204px;
	position:absolute;
	top:120px;
	z-index:10;
	margin-left:27px;
}

div#consolle_s_int {
	width:1000px;
	position:relative;
}

div#consolle_s_controller_left {
	width:23px;
	height:204px;
	position:relative;
	float:left;
}

div#consolle_s_controller_right {
	width:23px;
	height:204px;
	position:relative;
	float:left;
}

div#consolle_s_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.consolle_s_items {
	position:absolute;
	left:0px;
	top:9px;
	width:900px;
}

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.consolle_s_item {
	float:left;
	width:150px;
	height:150px;
	padding:15px;
	cursor:pointer;
	position:relative;
}

div.consolle_s_activator {
	width:180px;
	height:180px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

div.consolle_s_activatorsel {
}

div.consolle_s_selectedline {
	top:15px;
	right:0px;
	width:15px;
	border-top:3px solid #3399cc;
	position:absolute;
}

div.consolle_s_itemhover {
	background:#F2F2F2;
	height:150px;
}

div.consolle_s_iteminternal {
	position:relative;
	width:150px;
	height:150px;
	border-top:3px solid #3399CC;
}

div.consolle_s_itemtitle {
	width:150px;
	height:39px;
	border-bottom:1px dotted #b3b3b3;
	line-height:36px;
}

div.consolle_s_itemtext {
	width:150px;
	height:32px;
	overflow:hidden;
	padding-top:8px;
}

div.consolle_s_itemimage {
	width:150px;
	height:60px;
	padding-top:8px;
}

div.consolle_s_childmask {
	float:left;

}

div.consolle_s_child {
	float:left;
	display:table-row;
}

div.consolle_s_childitem {
	float:left;
	width:180px;
	height:150px;
	padding:15px 0px;
	display:table-cell;
	cursor:pointer;
}

div.consolle_s_childiteminternal {
	position:relative;
	width:180px;
	height:150px;
	border-top:3px solid #3399CC;
}

div.consolle_s_childitemtitle {
	width:180px;
	height:30px;
	line-height:32px;
	text-align:center;
}

div.consolle_s_childitemtext {
	width:150px;
	height:44px;
	padding:0px 15px;
	overflow:hidden;
	text-align:center;
}

div.consolle_s_childitemimage {
	width:180px;
	height:75px;
	text-align:center;
}