/* SUB-rotr-content 
==================================================================================================== */

* {margin: 0; padding: 0; outline: none;}
img {border: none;}

.rotr-container {
	overflow: hidden;
	margin: 0 auto;
	padding:20px;
}


#rotr-content-sub {
	float: left;
	width: 380px;

}
#rotr-content-sub img {
	padding: 5px; 
	background: #ececec; 
	float: left;
}
#rotr-content-sub ul {
	margin: 0; padding: 0;
	list-style: none;
}
#rotr-content-sub ul li{
	margin: 0; padding: 14px 10px;
	width: 380px;
	float: left;
}
#rotr-content-sub ul li.hover {
	cursor: pointer;
}
#rotr-content-sub ul li.on {
	background: #fff;
	cursor: default;
}
html #rotr-content-sub ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
}
#rotr-content-sub ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 200px;
}	
#rotr-content-sub ul li p {display: none;}

#rotr-content-sub ul					{ margin-right: 40px; }
#rotr-content-sub ul li				{ border-top: 1px solid #222; }
#rotr-content-sub ul li h2			{ color: #eee; display: block; padding: 10px; text-decoration: none; font-size: 1.2em;  }
								 
#rotr-content-sub ul li:hover, 
#rotr-content-sub ul li.on			{ background: #56abe9; }
#rotr-content-sub ul li:active		{}

/* rotr-content 
====================================================================================================*/

#rotr-content {
	width: 598px; height: 448px;
	float: right;
	position: relative;
	overflow: hidden;
	color: #fff;
	border: 1px solid #121212;
}

#rotr-content:hover { cursor: pointer; border: 1px solid #222;}

#rotr-content a { color: white; }
#rotr-content img {width: 600px; height: 450px;}
#rotr-content h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 -17px;	padding: 10px 10px 0 10px;
}
#rotr-content p {
	font-size: 1.1em;
	padding: 10px;	margin: 0;
	line-height: 1.3em;
}
.block small {  
	font-size: 1em; 
}
#rotr-content .block small {margin-left: 10px; display:none; }
#rotr-content .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
#rotr-content .block{
	width: 100%;
	background: #111;
}

#rotr-content:hover .block {
	background: #222;
}

#rotr-content a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
#rotr-content a.show {background-position: left bottom;} 

p.home { background: #000; border: 1px solid #222; color: white; font-weight: bold; padding: 20px; }