@charset "utf-8";
/* CSS Document */

html, body{
	background: #2b2b2b;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/* page structure */
/* ------------ */
.mainwrapper,
.contentwrapper{
	width: 100%;
	margin: 0;
	float: left;
}

.contentwrapper{
	padding: 15px 0 0 0;
}

.headerwrapper{
	background: url(/images/bg_headerwrapper.png) top center no-repeat;
	width: 100%;
	height: 161px;
	margin: 0;
	float: left;
}

.navwrapper{
	background: url(/images/bg_navwrapper.png) top center no-repeat;
	width: 100%;
	height: 48px;
	margin: 0;
	float: left;
}

.subwrapper{
	background: url(/images/bg_subwrapper.png) top center no-repeat;
	width: 100%;
	height: 62px;
	margin: 10px 0 0 0!important;
	float: left;
}

.footerwrapper{
	background: #1b1b1b;
	width: 100%;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	padding: 26px 0;
	margin: 0;
	float: left;
}

.copyrightwrapper{
	background: #141414;
	width: 100%;
	padding: 20px 0 10px 0;
	margin: 0;
	float: left;
}

/* page elements */
.header{
	width: 1024px;
	height: 161px;
	margin: 0 auto;
}

.headerForum{
	width: 1024px;
	height: 161px;
	margin: 0 auto;
}

.nav,
.sub{
	width: 1024px;
	height: 48px;
	margin: 0 auto;
}

.maincontent,
.footer,
.copyright{
	width: 1024px;
	margin: 0 auto;
}

.maincolumn{
	width: 696px;
	margin: 0;
	float: left;
}

.sidebar{
	width: 314px;
	margin: 0;
	float: left;
}

.forumSidebar{
	float: left;	
}

/* header elements */
.logo{
	background: url(/images/logo.png) 0px 0px no-repeat;
	width: 268px;
	height: 107px;
	margin: 26px 0 0 2px;
	float: left;
}

.leaderboard{
	background: url(/images/bg_leaderboard.png) 0px 0px no-repeat;
	width: 734px;
	height: 96px;
	margin: 32px 0 0 20px;
	float: left;
}
.leaderboard img{
	margin: 2px;
	float: left;
}

/* nav and searchbar elements */
.nav ul{
	width: 774px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}
.nav ul li{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3a3a3a;
	text-align: center;
	line-height: 48px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
}
.nav ul li a{
	display: block;
	padding: 0 20px;
	text-decoration: none;
}
.nav ul li a:link,
.nav ul li a:visited{
	color: #ffffff;
	text-decoration: none;
}
.nav ul li a:hover{
	color: #FFC200;
	text-decoration: none;
}

.searchbar{
	background: url(/images/bg_searchbar.png) 0px 0px no-repeat;
	width: 240px;
	height: 48px;
	margin: 0;
	float: left;
}
.searchbar input.searchfield{
	background: transparent;
	width: 195px;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #3b3b3b;
	line-height: 12px;
	border: 0;
	padding: 6px 0 6px 10px;
	margin: 11px 0 0 1px;
	float: left;
}
.searchbar input.gobutton{
	background: url(/images/btn_gobutton-up.png) 0px 0px no-repeat;
	width: 33px;
	height: 26px;
	border: 0;
	margin: 11px 0 0 0;
	float: left;
	cursor: pointer;
}
.searchbar input.gobutton:hover{
	background: url(/images/btn_gobutton-over.png) 0px 0px no-repeat;
}

/* main column elements */
.maincolumn-entry{
	width: 696px;
	margin: 0 0 15px 0!important;
	float: left;
}

.maincolumn-entry2{
	width: 696px;
	margin: 10px 0 0 0!important;
	float: left;
}

.maincolumn-entry{
	width: 696px;
	margin: 0 0 0 0;
	float: left;
}
.maincolumn-title{
	background: url(/images/bg_maincolumn-title.png) 0px 0px no-repeat;
	width: 696px;
	height: 43px;
	margin: 0;
	float: left;
}
.maincolumn-title h1{
	height: 43px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 43px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	float: left;
}
.maincolumn-title h2{
	background: url(/images/bg_tbutton-up.png) 0px 0px repeat-x;
	height: 23px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 23px;
	letter-spacing: -1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
	margin: 10px 10px 10px 0;
	float: right;
}
.maincolumn-title h2 a{
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
.maincolumn-title h2 a:link,
.maincolumn-title h2 a:visited{
	color: #fff;
	text-decoration: none;
}
.maincolumn-title h2 a:hover{
	background: url(/images/bg_tbutton-over.png) 0px 0px repeat-x;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.maincolumn-rank{
	background: url(/images/bg_tbutton-up.png) 0px 0px repeat-x;
	width: 23px;
	height: 23px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 23px;
	letter-spacing: -1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
	margin: 10px;
	float: left;
}

.maincolumn-body{
	background: url(/images/bg_maincolumn-body.png) 0px 0px repeat-y;
	width: 696px;
	margin: 0;
	float: left;
	overflow: hidden;
	position: relative;
}
.maincolumn-bodyReply{
	background: url(/images/replybg.jpg) 0px 0px no-repeat;
	background-color: #151515;
	width: 676px;
	margin: 0;
	float: left;
	overflow: hidden;
}

.maincolumn-thumb{
	margin: 4px 4px 0 6px;
	float: left;
	height: 120px;
	overflow: hidden;
}

.maincolumn-thumb2{
	margin: 4px 4px 0 6px;
	float: left;
	height: 112px;
	overflow: hidden;
	border: 1px solid #000000;
}

.maincolumn-thumb2:hover{
	border: 1px solid #ffffff;
}

.maincolumn-subtitle{
	width: 528px;
	height: 29px;
	border-bottom: 1px solid #0f0f0f;
	margin: 2px 0 0 0;
	float: left;
}
.maincolumn-subtitle h1{
	height: 29px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: left;
	text-transform: uppercase;
	line-height: 29px;
	letter-spacing: -1px;
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
}
.maincolumn-subtitle h2{
	background: url(/images/bg_mcsubtitle-h2.png) center right no-repeat;
	height: 29px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: left;
	text-transform: uppercase;
	line-height: 29px;
	letter-spacing: -1px;
	padding: 0 8px 0 0;
	margin: 0 8px 0 0;
	float: right;
}
.maincolumn-subtitle h3{
	height: 29px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: left;
	text-transform: uppercase;
	line-height: 29px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 10px 0 8px;
	float: right;
}

.maincolumn-subrating{
	height: 29px;
	margin: 0;
	float: right;
}
.maincolumn-subrating img{
	margin: 6px 0;
	float: left;
}

.maincolumn-comment{
	width: 528px;
	border-top: 1px solid #262626;
	margin: 0;
	float: left;
}
.maincolumn-comment h1{
	width: 518px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 30px;
	letter-spacing: -1px;
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
}
.maincolumn-comment p{
	width: 498px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #4f4f4f;
	text-align: justify;
	padding: 0 15px;
	margin: 0;
	float: left;
}

.maincolumn-footer{
	background: url(/images/bg_maincolumn-footer.png) 0px 0px no-repeat;
	width: 696px;
	height: 6px;
	margin: 0 0 0 0;
	float: left;
}

.maincolumn-footer5{
	background: url(/images/bg_maincolumn-footer.png) 0px 0px no-repeat;
	width: 696px;
	height: 6px;
	margin: 0 0 10px 0!important;
	float: left;
}

/* full column elements */
.fullcolumn-title{
	background: url(/images/bg_fullcolumn-title.png) 0px 0px no-repeat;
	width: 1024px;
	height: 43px;
	margin: 0;
	float: left;
}

.fullcolumn-title h1{
	height: 43px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 43px;
	letter-spacing: -1px;
	padding: 0 0 0 16px;
	margin: 0;
	float: left;
}
.fullcolumn-title h2{
	background: url(/images/bg_tbutton-up.png) 0px 0px repeat-x;
	height: 23px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 23px;
	letter-spacing: -1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
	margin: 10px 10px 10px 0;
	float: right;
}
.fullcolumn-title h2 a{
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
.fullcolumn-title h2 a:link,
.fullcolumn-title h2 a:visited{
	color: #fff;
	text-decoration: none;
}
.fullcolumn-title h2 a:hover{
	background: url(/images/bg_tbutton-over.png) 0px 0px repeat-x;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.fullcolumn-body{
	background: url(/images/bg_fullcolumn-body.png) 0px 0px repeat-y;
	width: 1024px;
	margin: 0;
	float: left;
}

.fullcolumn-content{
	width: 1024px;
	margin: 0;
	float: left;
}

.fullcolumn-preview{
	background: #222;
	width: 252px;
	border: 1px solid #343434;
	margin: 4px 4px 0 6px;
	float: left;
}
.fullcolumn-preview img{
	margin: 5px 5px 0 5px;
	float: left;
}
.fullcolumn-preview h1{
	width: 100%;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 28px;
	padding: 0;
	margin: 0;
	float: left;
}
.fullcolumn-preview h1 a:link,
.fullcolumn-preview h1 a:visited{
	color: #fff;
	text-decoration: none;
}
.fullcolumn-preview h1 a:hover{
	color: #fff;
	text-decoration: none;
}

.fullcolumn-infobar{
	width: 754px;
	height: 29px;
	border-bottom: 1px solid #0f0f0f;
	margin: 2px 0 0 0;
	float: left;
}
.fullcolumn-infobar h1{
	height: 29px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: left;
	text-transform: uppercase;
	line-height: 29px;
	letter-spacing: -1px;
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
}
.fullcolumn-infobar h2{
	background: url(/images/bg_mcsubtitle-h2.png) center right no-repeat;
	height: 29px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: left;
	text-transform: uppercase;
	line-height: 29px;
	letter-spacing: -1px;
	padding: 0 8px 0 0;
	margin: 0 8px 0 0;
	float: right;
}
.fullcolumn-infobar h3{
	height: 29px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: left;
	text-transform: uppercase;
	line-height: 29px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 10px 0 8px;
	float: right;
}

.fullcolumn-subrating{
	height: 29px;
	margin: 0;
	float: right;
}
.fullcolumn-subrating img{
	margin: 6px 0;
	float: left;
}

.fullcolumn-subsection{
	width: 754px;
	border-top: 1px solid #262626;
	padding: 10px 0;
	margin: 0;
	float: left;
	z-index: -100!important;
}

.fullcolumn-comment{
	width: 345px;
	margin: 0;
	float: left;
	overflow: hidden;
}
.fullcolumn-comment h1{
	width: 335px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 20px;
	letter-spacing: -1px;
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
}
.fullcolumn-comment p{
	width: 315px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #4f4f4f;
	text-align: justify;
	padding: 0 15px;
	margin: 0;
	float: left;
}

.fullcolumn-mainrating{
	background: url(/images/bg_vertdiv.png) top left repeat-y;
	width: 407px;
	margin: 0;
	float: left;
	z-index: -100;
}
.fullcolumn-mainrating h1{
	width: 391px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 20px;
	letter-spacing: -1px;
	padding: 0 0 0 16px;
	margin: 0;
	float: left;
	z-index: -99!important;
}
.fullcolumn-mainrating h1 a:link,
.fullcolumn-mainrating h1 a:visited,
.fullcolumn-mainrating h1 a:hover{
	color: #fff;
	text-decoration: none;
}
.fullcolumn-mainrating h2{
	width: 391px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: left;
	line-height: 10px;
	letter-spacing: -1px;
	padding: 0 0 0 16px;
	margin: -3px 0 5px 0;
	float: left;
	z-index: -99!important;
}
.fullcolumn-mainrating h2 a:link,
.fullcolumn-mainrating h2 a:visited{
	color: #4f4f4f;
	text-decoration: none;
}
.fullcolumn-mainrating h2 a:hover{
	color: #fff;
	text-decoration: none;
}
.fullcolumn-mainrating ul{
	width: 380px;
	list-style-type: none;
	padding: 0;
	margin: 10px 0 5px 20px;
	float: left;
	z-index: 100!important;
}
.fullcolumn-mainrating ul li{
	background: url(/images/bg_ratingoption.png) 0px 0px no-repeat;
	width: 169px;
	height: 25px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 25px;
	letter-spacing: -1px;
	padding: 0 8px;
	margin: 0 5px 5px 0;
	float: left;
	z-index: 100!important;
}
.ratingTextIE{
	float: left;
}
.fullcolumn-mainrating ul li img{
	margin: 5px 0 0 0;
	float: right;
	z-index: 101!important;
}

.fullcolumn-subtitle{
	width: 1012px;
	height: 37px;
	border-top: 1px solid #0f0f0f;
	border-bottom: 1px solid #262626;
	margin: 4px 6px;
	float: left;
}
.fullcolumn-subtitle-label{
	width: 100%;
	height: 35px;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #0f0f0f;
	margin: 0;
	float: left;
}
.fullcolumn-subtitle-label h1{
	height: 35px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 35px;
	letter-spacing: -1px;
	padding: 0 0 0 41px;
	margin: 0;
	float: left;
}
.fullcolumn-subtitle-label h1.mediagallery{
	background: url(/images/h1_mediagallery.png) 9px 6px no-repeat;
}
.fullcolumn-subtitle-label h1.usercomments{
	background: url(/images/h1_usercomments.png) 9px 9px no-repeat;
}

.fullcolumn-subtitle-label h2{
	background: url(/images/bg_tbutton-up.png) 0px 0px repeat-x;
	height: 23px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 23px;
	letter-spacing: -1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
	margin: 7px 7px 7px 0;
	float: right;
}
.fullcolumn-subtitle-label h2 a{
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
.fullcolumn-subtitle-label h2 a:link,
.fullcolumn-subtitle-label h2 a:visited{
	color: #fff;
	text-decoration: none;
}
.fullcolumn-subtitle-label h2 a:hover{
	background: url(/images/bg_tbutton-over.png) 0px 0px repeat-x;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.fullcolumn-footer{
	background: url(/images/bg_fullcolumn-footer.png) 0px 0px no-repeat;
	width: 1024px;
	height: 6px;
	margin: 0 0 15px 0;
	float: left;
}

.fullcolumn-footer2{
	background: url(/images/bg_fullcolumn-footer.png) 0px 0px no-repeat;
	width: 1024px;
	height: 6px;
	margin: 0 0 0 0;
	float: left;
}

/* user comments elements */
.usercomment{
	background: #222;
	width: 1010px;
	border: 1px solid #343434;
	margin: 0 6px 4px 6px;
	float: left;
}

.usercomment-title{
	width: 990px;
	border-bottom: 1px solid #1b1b1b;
	padding: 10px;
	margin: 0;
	float: left;
}
.usercomment-title h1{
	width: 100%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 14px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	float: left;
}
.usercomment-title h1 a:link,
.usercomment-title h1 a:visited,
.usercomment-title h1 a:hover{
	color: #fff;
	text-decoration: none;
}
.usercomment-title h2{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: left;
	line-height: 10px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	float: left;
}
.usercomment-title h2 a:link,
.usercomment-title h2 a:visited{
	color: #4f4f4f;
	text-decoration: none;
}
.usercomment-title h2 a:hover{
	color: #fff;
	text-decoration: none;
}

.usercomment-post{
	width: 990px;
	border-top: 1px solid #343434;
	padding: 10px;
	margin: 0;
	float: left;
}
.usercomment-post p{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4f4f4f;
	text-align: justify;
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
}
.usercomment-post h1{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #4f4f4f;
	text-align: justify;
	padding: 0;
	margin: 0;
	float: left;
}
.usercomment-post a:link,
.usercomment-post a:visited{
	color: #a9a9a9;
	text-decoration: none;
}
.usercomment-post a:hover{
	color: #fff;
	text-decoration: none;
}

/* media gallery elements */
.fullcolumn-gallery{
	width: 997px;
	text-align: center;
	padding: 27px 0 8px 27px;
	margin: 0;
	float: left;
}
.mediagallery-entry{
	background: #222;
	border: 1px solid #343434;
	padding: 5px;
	margin: 0 15px 15px 0;
	float: left;
}

/* sidebar elements */
.sidebar-title{
	background: url(/images/bg_sidebar-h1.png) 0px 0px no-repeat;
	width: 314px;
	height: 43px;
	padding: 0;
	margin: 0;
	float: left;
}
.sidebar-title h1{
	height: 43px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 41px;
	letter-spacing: -1px;
	padding: 0 0 0 16px;
	margin: 0;
	float: left;
}

.sidebar-title h2{
	background: url(/images/bg_tbutton-up.png) 0px 0px repeat-x;
	height: 23px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 23px;
	letter-spacing: -1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
	margin: 10px 10px 10px 0;
	float: right;
}
.sidebar-title h2 a{
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
.sidebar-title h2 a:link,
.sidebar-title h2 a:visited{
	color: #fff;
	text-decoration: none;
}
.sidebar-title h2 a:hover{
	background: url(/images/bg_tbutton-over.png) 0px 0px repeat-x;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.sidebar-subtitle{
	background: url(/images/bg_sidebar-body.png) 0px 0px repeat-y;
	width: 314px;
	height: 46px;
	padding: 0;
	margin: 0;
	float: left;
}
.sidebar-subtitle-label{
	width: 302px;
	height: 43px;
	border-top: 1px solid #0f0f0f;
	border-bottom: 1px solid #262626;
	padding: 0;
	margin: 0 6px;
	float: left;
}
.sidebar-subtitle h1{
	width: 292px;
	height: 43px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 41px;
	letter-spacing: -1px;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #0f0f0f;
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
}

.sidebar-body{
	background: url(/images/bg_sidebar-body.png) 0px 0px repeat-y;
	width: 314px;
	text-align: center;
	margin: 0;
	float: left;
}

.faq-body{
	width: 500px;
	text-align: center;
	margin: 0;
	float: left;
}

.sidebar-banner{
	margin: 4px 0 0 0;
}
.sidebar-banneri{
	margin: 0 auto;
	margin-top: 4px;
	border: 1px solid #000000!important;
	padding: 0px!important;
	width: 300px!important;
	height: 250px!important;
	overflow: hidden;
	position: relative;
	
}
.sidebar-banner2{
	margin: 0 auto;
	margin-top: 4px;
	border: 1px solid #FFFFFF!important;
	padding: 0px!important;
	width: 300px!important;
	height: 250px!important;
	overflow: hidden;
	position: relative;
}
.adfix{
	position: absolute;
	top: -1px!important;
	left: -1px!important;
	margin: 0px!important;
	padding: 0px!important;
	border: none!important;
	background: none!important;
	width: 300px;
	height: 250px;
}

/* various ul types for sidebar */
.sidebar-body ul.camlist{
	width: 302px;
	list-style-type: none;
	padding: 0;
	margin: 0 6px;
	float: left;
}
.sidebar-body ul.camlist li{
	width: 302px;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #0f0f0f;
	padding: 4px 0;
	margin: 0;
	float: left;
}
.sidebar-body ul.camlist li:first-child{
	border-top: 0;
	border-bottom: 1px solid #0f0f0f;
}
.sidebar-body ul.camlist li:last-child{
	padding: 4px 0 0 0;
	border-top: 1px solid #262626;
	border-bottom: 0;
}

ul.camlist h1{
	width: 102px;
	/*height: 77px;*/
	padding: 0;
	margin: 0;
	float: left;
}

ul.camlist h2{
	width: 190px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 14px;
	padding: 0 0 0 10px;
	margin: 5px 0 0 0;
	float: left;
}
ul.camlist h2 a:link,
ul.camlist h2 a:visited,
ul.camlist h2 a:hover{
	color: #fff;
	text-decoration: none;
}
ul.camlist h3{
	width: 190px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7e7e7e;
	text-align: left;
	line-height: 10px;
	letter-spacing: -1px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	float: left;
}
ul.camlist p{
	width: 180px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: justify;
	line-height: 10px;
	letter-spacing: -1px;
	padding: 0 10px;
	margin: 0 0 10px 0;
	float: left;
}

.sidebar-body ul.browselist{
	width: 302px;
	list-style-type: none;
	padding: 0;
	margin: 4px 6px 0 6px;
	float: left;
}
.sidebar-body ul.browselist li{
	background: url(/images/bg_browselist_li-up.png) 0px 0px no-repeat;
	width: 302px;
	height: 30px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: left;
	line-height: 30px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 0 4px 0;
	float: left;
}

.sidebar-body ul.browselist li span{
	font-size: 10px;
	float: right;
	letter-spacing: 0;
}
.sidebar-body ul.browselist li img{
	margin: 7px 0 8px 0;
}
.sidebar-body ul.browselist li:first-child{
	margin: 0 0 4px 0;
}
.sidebar-body ul.browselist li:last-child{
	margin: 0 0 4px 0;
}
.sidebar-body ul.browselist li a{
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
.sidebar-body ul.browselist li a:link,
.sidebar-body ul.browselist li a:visited{
	color: #4f4f4f;
	text-decoration: none;
}
.sidebar-body ul.browselist li a:hover{
	background: url(/images/bg_browselist_li-over.png) 0px 0px no-repeat;
	color: #fff;
	text-decoration: none;
}

.faq-body{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	color: #CCCCCC;
}

.faq-body ul.browselist{
	margin: 10px;
	padding: 0;
}

.faq-body ul.browselist li{
	background: url(/images/faqbg-trans.png) 0px 0px no-repeat;
	width: 490px;
	height: 30px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: center;
	line-height: 30px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 0 4px 0;
	float: left;
	list-style-image: none;
	list-style: none;
}

.faq-body ul.browselist li span{
	font-size: 10px;
	float: right;
	letter-spacing: 0;
}
.faq-body ul.browselist li img{
	margin: 7px 0 8px 0;
}
.faq-body ul.browselist li:first-child{
	margin: 0 0 4px 0;
}
.faq-body ul.browselist li:last-child{
	margin: 0 0 4px 0;
}
.faq-body ul.browselist li a{
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
.faq-body ul.browselist li a:link,
.faq-body ul.browselist li a:visited{
	color: #4f4f4f;
	text-decoration: none;
}
.faq-body ul.browselist li a:hover{
	background: url(/images/faqbg-trans.png) 0px 0px no-repeat;
	color: #fff;
	text-decoration: none;
}

.sidebar-footer{
	background: url(/images/bg_sidebar-footer.png) 0px 0px no-repeat;
	width: 314px;
	height: 6px;
	margin: 0 0 15px 0;
	float: left;
}

/* pagination bar elements */
.pagination{
	width: 1024px;
	height: 48px;
	margin: 0;
	float: left;
}
.pagination h1{
	width: 124px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 48px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	float: left;
}
.pagination h1 a{
	display: block;
	text-decoration: none;
}
.pagination h1 a:link,
.pagination h1 a:visited{
	color: #3a3a3a;
	text-decoration: none;
}
.pagination h1 a:hover{
	color: #fff;
	text-decoration: none;
}

.pagelinks{
	width: 776px;
	height: 48px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 48px;
	letter-spacing: -1px;
	margin: 0;
	float: left;
}
.pagelinks a{
	display: block;
	padding: 0 8px;
	text-decoration: none;
	display: inline;
}
.pagelinks a:link,
.pagelinks a:visited{
	color: #3a3a3a;
	text-decoration: none;
}
.pagelinks a:hover{
	color: #fff;
	text-decoration: none;
}

/* footer elements */
.fsection,
.fsection-alt{
	background: url(/images/bg_fsection.png) top right repeat-y;
	width: 250px;
	float: left;
}
.fsection{
	margin: 0 8px 0 0;
}
.fsection-alt{
	margin: 0;
}

.fsection h1,
.fsection-alt h1{
	background: url(/images/bg_fsection-h1.png) 0px 0px no-repeat;
	width: 225px;
	height: 45px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	line-height: 45px;
	letter-spacing: -1px;
	padding: 0 0 0 14px;
	margin: 0 0 6px 0;
	float: left;
}
.fsection h1 span,
.fsection-alt h1 span{
	color: #00c0ff;
}

.fsection ul,
.fsection-alt ul{
	width: 239px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

.fsection ul li,
.fsection-alt ul li{
	width: 239px;
	height: 25px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
	line-height: 25px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 0 3px 0;
	float: left;
}
.fsection ul li a,
.fsection-alt ul li a{
	display: block;
	padding: 0 0 0 29px;
	text-decoration: none;
}
.fsection ul li a:link,
.fsection-alt ul li a:link,
.fsection ul li a:visited,
.fsection-alt ul li a:visited{
	color: #333;
	text-decoration: none;
}
.fsection ul li a:hover,
.fsection-alt ul li a:hover{
	background: url(/images/bg_fsection-li.png) 0px 0px no-repeat;
	color: #fff;
	text-decoration: none;
}

/* copyright elements */
.copyright p,
.copyright h1{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
	padding: 0;
	float: left;
}
.copyright p{
	margin: 0;
}
.copyright h1{
	margin: 10px 0;
}
.copyright a:link,
.copyright a:visited{
	color: #333;
	text-decoration: none;
}
.copyright a:hover{
	color: #fff;
	text-decoration: none;
}

/* thumb structure */
.thumbs img{
border: 1px solid #000;
}

.thumbs:hover img{
border: 1px solid #fff;
}

.thumbs:hover{
color: red; /* Dummy definition to overcome IE bug */
}

/* thumb structure */
.thumbs2 img{
border: none;
}

.thumbs2:hover img{
border: none;
}

.thumbs2:hover{
color: red; /* Dummy definition to overcome IE bug */
}
