@charset "UTF-8";

/*
---------------------------------------------------------------------
Reset CSS
---------------------------------------------------------------------
*/


.orangebold {
	color: #ff8400;
	font-size: 1.2em;	
}

.blackbold {
	color: #000000;
	font-size: 1.2em;	
}

.orange {
	color: #ff8400;
}

.hsub {
	color: #000000;
	font-size: 1.1em;
	padding-bottom: 6px;	
}

.hsub2 {
	color: #000000;
	font-size: 1.3em;
	padding-bottom: 6px;	
}

.intabs {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}

.intabs li{
	background-color: #f9fafa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-top: 3px;
}

.innertableft {
	width: 435px;
	float: left;
}

.innertabright {
	width: 232px;
	float: right;
}

.pitb {
list-style-type: none;
padding: 0;
margin: 0;
}

.pitb li{
	background-image: url('../images/orangebullet.gif');
	background-color: #f9fafa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: 10px 2px;
}
.pitb_clear{
	background-image: url('../images/orangebullet.gif');
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: 10px 2px;
}

.pitb_cleargrey{
	background-image: url('../images/arrow_bullet.gif');
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: 10px 4px;
}

.pitb_rightcol{
	background-image: url('../images/orangebullet.gif');
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: 10px 5px;
}
.pitb_rightcolflame{
	background-image: url('../images/hot_topic_bullet.gif');
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: 10px 4px;
}
.l1{
	border-bottom:1px solid #e2e6e7;
	padding-left: 5px;
	padding-right:5px;
}
.l2{
	padding-left:5px;
	padding-right:5px;
}
.lh{
	background-color:#d9eaea;
}
.right {
	float: right;
}
.left {
	float: left;
}
.action{
	color: #ff8400;
	font-size: 1.3em;
	padding-bottom: 6px;	
}
.actionbox{
	height:80px;
	width: 350px;
	float:right;
}
.buybox{
	height:60px;
	width: 150px;
	float:right;
}
.arrow{
	float:left;
	position:relative;
}

.formentry
{
    background-color:#f9fafa;
    width:100%;
    border:1px solid #e2e6e7;
}
.formentryshort
{
    background-color:#f9fafa;
    width:200px;
    border:1px solid #e2e6e7;
}
.moreinfo{
	color:#0386a8;
	font-weight:bold;
	cursor:pointer;
}
.infopanel{
	color:#576067;
	width: 300px;
	background-color:#DCE8EB;
	border-style:solid;
	border-color:#7A8D91;
	border-width: 3px;
	padding: 15px;
	display:none;
	position:absolute;
	z-index:20;
}
.white{
    color:#fff;
}

.headerblack{
	font-size: 16px;
	color:#000000;
}