﻿/* layout */
* {
	font-family:tahoma;
}
html,body {
	margin:10;
	padding:10;	
}
body {
	font-size:11px;	
}

body p{
	padding:0px;
	margin:0px;
}
		
#header {	
	width:577px;
	height:127px;
	position:relative;		
}

#header .header {		
	position:absolute;		
	z-index:200;
	left:240px;
	top:30px;
	font-size:28px;
	letter-spacing:-1px;
	xfont-weight:bold;
}

#header .subHeader {		
	position:absolute;		
	z-index:200;	
	left:250px;
	top:70px;
	font-size:18px;
	xfont-weight:bold;
	color:#ffffff;
}

#header .subHeader a{
	color:#ffffff;
}

.body{
	float:left;		
	width:403px;
	padding-left:10px;
	padding-right:15px;
	color:#333333;
	text-align:justify;	
	border-right:solid 1px #E5E5E5;	
	
	
}

.fullBody {
	float:left;		
	width:545px;
	padding-left:10px;	
	color:#333333;
	text-align:justify;	
}

.contentPage-body
{
	clear:both;
	margin-bottom:20px;	
	position:relative;
}

.contentPage-body img
{
	display:none;
}

h1{
	margin:10px 0px 20px 0px;
	padding:0px;
	font-size:18px;
	text-transform:uppercase;
	color:#000000;
	float:left;
	
}

/* Series */
#series{
	
}

#series h1{
	margin:5px 0px 5px 0px;
	padding:0px;
	font-size:14px;
}

#series .control{
	clear:both;
}

#series .line{
	padding-bottom:10px;
	xborder-bottom:solid 2px #D6D6D6;
	margin-bottom:10px;
}

#series #body
{
	
}

#series .filter{
	float:right;
}

#series #model-list a
{
	display:none;
}

.list{
	margin-top:20px;
	width:393px;
	overflow-x:hidden;
}

.full{
	margin-top:20px;
	width:550px;
}

#model-list{
	width:460px;
}

#model-list  a{
	float:left;
	margin-right:26px;
	margin-bottom:7px;
	cursor:pointer;
	width:80px;
	
}

#model-list a.sel{	
	font-weight:bold;	
}

#model-list .model{
	float:left;
	margin-right:30px;
}

#model-details{
	clear:both;	
	margin-top:20px;	
}

#model-details .modelItem{	
	clear:both;
	margin-bottom:30px;
}

#model-details .pdf{
	display:none;
}

#model-details .img{
	float:left;
	margin-right:15px;
}

#model-details .text{
	float:left;
}

#model-details .pdf{
	clear:both;
	margin-top:10px;
}

#model-details .text h3{	
	margin-bottom:5px;
	color:#000000;
}
#model-details .text ul{
	margin:10px 0px 10px 20px;
	padding:0px 0px 0px 0px;
}

#model-details .text li{	
	list-style-image:url(../Images/Bullets/BLT_red.gif);	
}


#list{
	margin-top:30px;
	xmargin-left:30px;
	text-align:left;
}

.withFilter{
	xmargin-left:30px;
}

#list .item{
	margin-bottom:20px;
	clear:both;
}

#list .item .img{
	float:left;	
	margin-top:4px;	
}

#list .item .img img{	
	margin-right:15px;
}

#list .item .text{
	float:left;
	width:270px;	
}

#list .item .text h3{
	margin-bottom:5px;
	color:#000000;
}

#list .item .pdf{
	display:none;
}

/**/

.more{
	display:none;
}

.back{
	display:none;
}

select, #ExpansionCategory{
	display:none;
}


#footer {	
	padding:10px 0;	
	clear:both;
}
#footer * {
	color:#cbcbcb;	
}

/* /layout */


/* misc */
a {
	color:#CC0000;
	text-decoration:none;
}
a:hover {
	color:#000000;
}
select,input {
	font-size:100%;
}
img {
	border:none;
}

h1{
	xfont-size:14px;		
}

h2{
	font-size:12px;
}

h3{
	font-size:11px;
}

form {
	margin:0;
}
.hidden {
	xdisplay:none;
}

.clear {
	clear:both;
}

.txt {
	border:1px solid #AEAEAE;
	height:13px;
	background:#fff url('../Image/Misc/InputBg.gif') no-repeat  left top;
	font-size:11px;
	padding-left:2px;
}
textarea {
	border:1px solid #AEAEAE;
	font-size:11px;
	background:#fff url('../Image/Misc/TABg.gif') no-repeat  left top;
}
.btn {
	color:#4077B9;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	font-family:verdana;
	border:none;
	height:21px;
	background-repeat:no-repeat;
	background-color:transparent;
}
.btn.btn2 {
	background-image:url('../Image/Misc/BtnBg2.gif');
	width:164px;
}

.print{
	background:url(../Images/Misc/BTN_print.gif) no-repeat;
	width:82px;
	height:24px;
	display:block;		
}

@media print {
	.print{		
		display:none;
	}
}

/* /misc */

