@charset "utf-8";

@import "reset.css";
@import "base.css";

/* #billboard */
#billboard{
	background: #588CBA url("../images/bg_billboard.jpg") no-repeat 0 0;
	height: 319px;
	margin: 0 auto;
	overflow: hidden;
	width: 842px;
}
#billboard h2{
	float: left;
	padding: 120px 0 0 65px;
	width: 237px;
}
#billboard #panel{
	background: transparent url("../images/bg_panel.png") no-repeat;
	background-position: 0px 79px;
	float: right;
	height: 155px;
	padding: 79px 37px 0 0;
	text-align: left;
	width: 274px;
}
* html #billboard #panel{
	margin-top: 79px;
	padding-top: 0px;	
}
#billboard #panelwrap{
	height: 115px;
	overflow: hidden;
	padding: 20px;
	width: 234px;
}
#billboard #panel p{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px 0;
}
#billboard #panel p.forwin{
	color: #ccc;
	font-size: 11px;
	line-height: 14px;
}
/* **************************************************************-************************************************************** */

/* .tabs-nav */
.tabs-nav{
	margin: 0;
	padding: 0 20px;
	text-align: left;
	width: 514px;
}
.tabs-nav li{
	display: inline;
}
.tabs-nav li a{
	background: transparent no-repeat 0 0;
	display: block;
	float: left;
	height: 27px;
	margin: 0 10px 0 0;
	overflow: hidden;
	text-indent: -999em;
}
.tabs-nav li.nav_overview, .tabs-nav li.nav_overview a{ background-image: url("../images/nav_overview.gif"); width: 48px; }
.tabs-nav li.nav_screenshot, .tabs-nav li.nav_screenshot a{ background-image: url("../images/nav_screenshot.gif"); width: 133px; }
.tabs-nav li a:hover{
	background-position: 0 -27px;
}
.tabs-nav li.tabs-selected a{
	background-position: 0 -54px;
}
.tabs-hide{
	display: none;
}
/* **************************************************************-************************************************************** */

#overview, 
#screenshot{
	background: #fff url("../images/bg_overview.gif") no-repeat 0 0;
	padding: 22px 11px 0 11px;
	width: 532px;
}
#overview h2, 
#screenshot h2{
	margin: 0 0 20px 0;
}

/* .box */
.box{
	padding: 0 0 24px 0;
	width: 255px;
}
.shelf, 
.meta{
	float: left;
}
.fast, 
.portable{
	float: right;
}
.box .boxicon{
	float: left;
}
.box h3{
	float: right;
	margin: 0 0 8px 0;
	width: 197px;
}
.box p{
	float: right;
	font-size: 12px;
	line-height: 16px;
	width: 197px;
}
/* **************************************************************-************************************************************** */

/* #screenshot */
#gallery{
	background: #fff url("../images/loading.gif") no-repeat 50% 50%;
	height: 370px;
	margin: 0 auto;
	width: 530px;
}
#slidecaption{
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 10px 0;
	text-align: center;
}
.thumb img {
	
}
#scrollDiv {
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
	width:430px;
}
#thumbs {
	margin: 5px;
}
/* **************************************************************-************************************************************** */