@charset "utf-8";
/* CSS Document */

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #fff;
	background-color:#000;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear{clear:both}
.gap{height:10px;}

a{color:#000; text-decoration:none;}
a:hover{color:#c67a21;	text-decoration:underline;}

h1{ font:27px Arial, Helvetica, sans-serif; font-weight:bold; color:#f99200;}

h3{font:25px Arial, Helvetica, sans-serif;}

h4{padding-top:7px;font:13px Arial, Helvetica, sans-serif;color:#847e7e;font-weight:bold;}

h5{font:19px Arial, Helvetica, sans-serif;color:#c67a21;}

h6{font:21px Arial, Helvetica, sans-serif;color:#fff;margin-top:10px;}

/*main
------------------------------------------------------------------------------------------*/

#wrapper{
	width:1000px;
	margin:0 auto;
	height:auto;
}

#container{
	margin:0 auto;
	height:auto;
	width:960px;
}

/*header*/

#header{
	margin:10px 0 0 0;
}

.hleft{
	float:left;	
	margin-top:8px;
	padding-right:20px;
}

.hright{
	float:right;	
	width:222px;
	margin-top: 10px;
}

.hmid{
	float:left;	
	height:68px;
	width:468px;
	margin:15px 0 5px 0;
}

#loginlt{
	float:left;
	background:url(../images/login_lt.jpg) no-repeat;
	width:8px; height:87px;
	background-position:left;
}

#loginrt{
	float:right;
	background:url(../images/login_rt.jpg) no-repeat;
	width:8px;
	height:87px;
	background-position:left;
	padding-right:5px;
}

#loginmid{
	float:left;
	background:url(../images/login_mid.jpg) repeat-x;
	width:201px;
	height:87px;
	
}

.textbox{
	margin-top:4px;	
	background:url(../images/textbox.jpg) no-repeat;
	border:0;
	height:20px;
	width:182px;
	padding:4px 0 0 10px;
	font:11px Arial, Helvetica, sans-serif;
	color:#beb2b2;
}

/*header ends*/
/*nav*/


.nav_lt{
	float:left;
	background:url(../images/nav_lt.jpg) no-repeat;
	width:11px;
	height:38px;
}

.nav_rt{
	float:right;
	background:url(../images/nav_rt.jpg) no-repeat;
	width:11px;
	height:38px;
	background-position:left;
}

.nav_mid{
	float:left;
	background:url(../images/nav_mid.jpg) repeat-x;
	height:38px;
	width:938px;
}

.nav_mid li{
	float:left;	
	display:inline;
	height:38px;
}

.nav_mid li a{
	font:18px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	margin:0 10px 0 10px;
	line-height:38px;
	height:38px;
}

.nav_mid li a:hover{
	color:#414141;	
}

.separator{
	border-right:2px solid #fff;	
}

.searchbg{
	background:url(../images/searchbg.png) no-repeat;
	background-position:right;
	width:193px;
	height:36px;
	padding-left:14px;
	position:absolute;
	border:0;
}

.search{
	background:url(../images/search.png) no-repeat;
	height:34px;
	width:129px;
	border:0;
	/*margin-left:55px; */
	margin-top:2px;
	font:14px Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#999999;
	padding-top:8px;
	padding-left:10px;
}
#sort_bar {
	margin-top: 15px;
	margin-left: 20px;
	width:96%;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: orange;
	border: 1px solid #404040;
	
}
#sort_bar th {
	font-weight: bold;
	width: 50px;
}
#sort_bar td {
	color:black;
	width: 300px;
}
/*nav ends*/
/*news*/

#newsflash h2{
	font:15px Arial, Helvetica, sans-serif;
	color:#999998;
	font-style:italic;
	font-weight:bold;
}

.title{
	color:#ffa200;
	padding:0 10px 0 25px;
}

.bar{
	padding:0 15px 0 15px;	
}

/*news ends*/
/*video*/
.content{
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	width:958px;
	padding-bottom:10px;
	position: relative;
}
#ltvideo{float:left;
	background:url(../images/video_lt.jpg) no-repeat;
	width:11px;
	height:36px;
}

#rtvideo{
	float:right;
	background:url(../images/video_rt.jpg) no-repeat;
	width:11px;
	height:36px;
	background-position:left;
}

#videomid{
	float:left;
	background:url(../images/video_mid.jpg) repeat-x;
	height:36px;
	width:938px;
}

#videomid h2{
	font:18px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:35px;
	padding-left:10px;
}
/*video ends*/
/*content starts*/
.ltcontent{
	/*float:left;*/
	width:600px;
}

.ltcontent li {
	display: inline;
}
.ltcol{
	float:left;
	margin:0 45px 0 20px;
	border:1px solid #333333; /*important*/
	width:160px;
}

.rtcol{
	float:right;
	border:1px solid #333333; /*important*/
	width:160px;
}

.midcol{
	float:left;
	border:1px solid #333333; /*important*/
	width:160px;
}

.left{float:left; margin-top:5px;}
.right{float:right; margin-top:5px;}
p{font:12px Arial, Helvetica, sans-serif;}

#rtcontent{
	float:right;
	width:320px;
	border:1px solid #333333; /*important*/
	margin-right:20px;
	height:390px;
	position: absolute;
	top: 10px;
	right: 5px;
}

.rttitle{
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	margin:2px 0 0 2px;
	font:14px Arial, Helvetica, sans-serif;
	text-align:center;
	height:25px;
	line-height:25px;
	width:300px;
	margin-left:10px;
}

.rtcont{
	width:305px;
	padding-left:10px;
	margin-top:5px;
}

/*content2*/

/*detail */

#detail_list table{
	margin-top:20px;
}
#detail_list tr {
	height: 30px;
}
#detail_list th {
	width: 150px;
	font-size: 18px;
	font-weight: bold;
}
#detail_list td {
	color: orange;
}

.ctbg{
	margin-left:20px;
}
.contentlt{
	background:url(../images/contentlt.jpg) no-repeat;
	height:155px;
	width:12px;
	float:left;
}

.contentrt{
	background:url(../images/contentrt.jpg) no-repeat;
	height:155px;
	width:12px;
	float:right;
}

.contentmid{
	background:url(../images/contentmid.jpg) repeat-x;
	height:155px;
	width:570px;
}

.image{
	float:left;	
	margin-top:10px;
}

.cttext{
	float:right;
	margin-top:10px;
	width: 415px;
	height: 100%;
}

.lttext{
	float:left;	
}

.rttext{
	float:right;
}

.midtext{
	float:left;	
	margin-left:10px;
}

.ctsold{
	font:17px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#b60808;
	text-transform:uppercase;
}

.ctdiv{margin-left:10px;}
.cttxt{
	font:19px Arial, Helvetica, sans-serif;
	color:#b60808;
	margin-top:5px;
}

.ytext{
	font:19px Arial, Helvetica, sans-serif;
	color:#c67a21;
	margin-top:5px;
	font-weight:bold;
}

.rs{ font: 40px Arial, Helvetica, sans-serif; font-weight:bold; margin-top:0px; text-align:center;}

.lasttext{
	font:12px Arial, Helvetica, sans-serif;
	color:#c67a21;
	margin-top:5px;
	margin-left:10px;
}
#full_size_product {
	float: left;
	width: 930px;
	margin-left: 25px;
	margin-right: 25px;
	background-image: url(/images/media_bg_slice.png);
	background-repeat: repeat-x;
}
	#full_size_product div#full_info {
		float: left;
		width: 586px;
		height: 300px;
		margin-left: 20px;
		margin-top: 10px;
	}
	
.price_button {
	width: 108px; 
	height:36px; 
	background-image:url('/images/price_button.jpg');
	float: left;
	text-align: center;
	margin-left: 3px;
	
}
.price_button div a:link {
	color:black;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.price_button div a:visited {
	color:black;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.price_button div a:hover {
	color:white;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.lasttext a{
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

.lasttext a:hover{
	color:#c67a21;
	text-decoration:underline;
}

.salecont{
	width:350px;
	margin-top:5px;
}

.salelt{
	background:url(../images/salelt.jpg) no-repeat;
	height:88px;
	width:7px;
	float:left;
}

.salert{
	background:url(../images/salert.jpg) no-repeat;
	height:88px;
	width:7px;
	float:right;
}

#rtcontent1{
	float:right;
	width:320px;
	margin-right:25px;
	height:auto;
}

.salemid{
	background:url(../images/salemid.jpg) repeat-x;
	height:88px;
	width:336px;
	float:left;
}

.simage{float:left;	margin-top:5px;}
.stext{width:250px; float:right;}

.left{float:left;}
.right{float:right;}
.mid{float:left; margin-top:5px;}

.majestics{font:14px Arial, Helvetica, sans-serif; font-weight:bold; color:#fff;}
.mtxt{padding-right:50px;  font:14px Arial, Helvetica, sans-serif; font-weight:bold; color:#fff;}
.city{ font:14px Arial, Helvetica, sans-serif; font-weight:bold; color:#eb8531; padding-left:20px;}
.records{padding-top:4px;}
.records p{font:12px Arial, Helvetica, sans-serif; font-weight:bold; color:#c67a21;}
.text{font:9px Arial, Helvetica, sans-serif; color:#c91111;}
.srs{font:16px Arial, Helvetica, sans-serif; font-weight:bold; padding-left:50px;}

.right a{font:12px Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; line-height:20px;}
.right a:hover{color:#c67a21; text-decoration:underline;}
.left img{padding-left:15px;}

/*footer
/*topfooter*/


/*botfooter*/

#botfooter{
	width:948px;
	margin-left:10px;
}

.firstrw{
	background-color:#eff0f2;
	height:62px;
	border-bottom:2px solid #fff;
}

.scndrw{
	background-color:#f6f7f9;
	height:62px;
	border-bottom:2px solid #fff;
}
.pdrt{ padding-right:30px;}
.pdrt1{padding-right:15px;}

.box{ margin-top:10px;}

.hlinks a{
	font:14px Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

.flttext a{font:12px Arial, Helvetica, sans-serif;color:#6d6e70;}

.topics{width:120px; margin-top:10px;}

.topics p{ font: 14px Arial, Helvetica, sans-serif; color:#000; text-align:right;}

.details{
	width:200px;
	padding-left:15px;
}

.minutes a{font: 14px Arial, Helvetica, sans-serif; color:#000;}

.details p{ font: 12px Arial, Helvetica, sans-serif; color:#000;}
.details a{color:#000;}

.fleft{float:left;width:305px;}

.fright{float:right;width:335px;}

.scdtext{ padding-left:0px; padding-top: 5px;}

.heading{padding-right:145px;padding-top:8px;}

.simage a img{ border:1px solid #000;}
.simage a:hover img{ border:1px solid #c67a21;}
.image a img{ border:1px solid #000;}
.image a:hover img{border:1px solid #c67a21;}


