/*mod_yoo_drawer.css*/

a:focus { outline: none; }

div.yoo-drawer { 
	position: relative;
	width: 97%;
}

div.yoo-drawer ul.list {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	height: 475px;
	_BORDER-BOTTOM:silver 1px solid;
}
 
div.yoo-drawer ul.list .item {
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	width: 100%;
}

div.default-v div.yoo-drawer span.header-r,
div.default-v div.yoo-drawer span.header-m {
	display: block;
	
}

div.default-v div.yoo-drawer .header-l {
	margin: 0px;
	padding: 0px;
	background: url(header_l-1.png) 0 0 no-repeat;
	line-height: 25px;
	color: #646464;
	font-size: 100%;
	font-weight: bold;
}

div.default-v div.yoo-drawer .header-r {
	padding: 0px 10px 0px 10px; 
	_padding: 0px 0px 0px 0px;
	background: url(header_r-1.png) 100% 0 no-repeat;
	
}

div.default-v div.yoo-drawer .header-m {
	height: 25px;
	background: url(header_m-1.png) 0 0 repeat-x;
}

div.default-v div.yoo-drawer .item-bg {
	padding: 0px 1px 0px 1px;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	background: #ffffff;
}

div.default-v div.yoo-drawer .item-m {
	background: #ffffff;
}

div.default-v div.yoo-drawer .active .item-m {
	background: url(item_m_hover-1.png) 0 100% repeat-x;
}

div.default-v div.yoo-drawer .item-bl {
	background: url(item_bl-1.png) 0 100% no-repeat;
	_background: url(my90210.jpg) bottom no-repeat !important;
}

div.default-v div.yoo-drawer .active .item-bl {
	background: url(item_bl_hover-1.png) 0 100% no-repeat;
}

div.default-v div.yoo-drawer .item-br {
	padding: 0px 10px 0px 10px;
	background: url(item_br-1.png) 100% 100% no-repeat;
	_background: none !important;
	_padding: 0px !important;
}

div.default-v div.yoo-drawer .active .item-br {
	background: url(item_br_hover-1.png) 100% 100% no-repeat;
}

div.default-v div.yoo-drawer .item-b {
	height: 10px;
	background: url(item_b-1.png) 0 100% repeat-x;
	_background: none !important;
}

div.default-v div.yoo-drawer .active .item-b {
	background: url(item_b_hover-1.png) 0 100% repeat-x;
}

div.default-v div.yoo-drawer .article {
	padding: 18px 10px 0px 10px;
	font-size: 95%;
	line-height: 125%;
	overflow: hidden;
}

div.default-v div.yoo-drawer li.item1 .article {
	padding: 10px 10px 0px 10px;
}

div.default-v div.yoo-drawer .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #323232;
}

body.yootools-black div.default-v div.yoo-drawer .header-l {
	background: url(header_l.png) 0 0 no-repeat;
	color: #646464;
}

body.yootools-black div.default-v div.yoo-drawer .header-r {
	background: url(header_r.png) 100% 0 no-repeat;
}

body.yootools-black div.default-v div.yoo-drawer .header-m {
	background: url(header_m.png) 0 0 repeat-x;
}

body.yootools-black div.default-v div.yoo-drawer .item-bg {
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
	background: #141414;
}

body.yootools-black div.default-v div.yoo-drawer .item-m {
	background: #141414;
}

body.yootools-black div.default-v div.yoo-drawer .active .item-m {
	background: url(item_m_hover.png) 0 100% repeat-x;
}

body.yootools-black div.default-v div.yoo-drawer .item-bl {
	background: url(item_bl.png) 0 100% no-repeat;
}

body.yootools-black div.default-v div.yoo-drawer .active .item-bl {
	background: url(item_bl_hover.png) 0 100% no-repeat;
}

body.yootools-black div.default-v div.yoo-drawer .item-br {
	background: url(item_br.png) 100% 100% no-repeat;
}

body.yootools-black div.default-v div.yoo-drawer .active .item-br {
	background: url(item_br_hover.png) 100% 100% no-repeat;
}

body.yootools-black div.default-v div.yoo-drawer .item-b {
	background: url(item_b.png) 0 100% repeat-x;
}

body.yootools-black div.default-v div.yoo-drawer .active .item-b {
	background: url(item_b_hover.png) 0 100% repeat-x;
}

body.yootools-black div.default-v div.yoo-drawer .article h3 {
	color: #787878;
}


.item-b{_display:none;}

.fs18{
font-size:18px;
}

.descP{
font-size: 12px; color: #000000; padding-bottom:5px; _border-bottom:1px solid silver;
}

.item-m{height:195px;}

.innerContainer{text-align:center;}

#ie6_header-l{_BORDER-RIGHT: silver 1px solid; _BORDER-LEFT: silver 1px solid;}


#ID_item1{position: absolute; top: 0px; z-index: 4;}
#ID_item2{position: absolute; top: 90px; z-index: 3;}
#ID_item3{position: absolute; top: 180px; z-index: 2;}
#ID_item4{position: absolute; top: 270px; z-index: 1;}

.floatRight{float:right;}