body{
    background: url('images/nbackground.gif') repeat-x top center #fff;
    margin: 0;
    text-align: center;
    font-family: Helvetica, Arial, Verdana;
    font-size: 16px;
    color: #333366;
}
#container{
    width: 910px;
    text-align: left;
    margin: auto;
}
#header{
    width: 910px;
    height: 119px;
    overflow: hidden;
}
#header #advert{
    display: block;
    margin-top: 30px;
    width: 650px;
    text-align: right;
    float: right;
}
#menu{
    clear:both;
    height:46px;
    overflow: hidden;
}
#menu a{
    line-height: 46px;
    display: block;
    width: 100px;
    text-align: center;
    float: left;
    border-right: 1px solid #404264;
    color: #9296b5;
    text-decoration: none;
}
#menu a:hover{
    height: 46px;
    background: url('images/menubg.gif') repeat-x;
}
#menu #search{
    text-align: right;
    float: right;
    width: 290px;
    padding: 12px 0 10px 0;
}
#menu #search input, #menu #search select{
    background: #3f445d;
    border: 1px solid #5a6083;
    color: #fff;
}
#userpanel{
    clear: both;
    border: 1px solid #bacfd4;
    background: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0 0 0;
}
#content{
    clear: both;
    margin-top: 5px;
    width: 910px;
    font-size: 14px;
}
#content a{
    text-decoration: none;
    color: #c6241f;
}
#content a:hover{
    color: #d95b57;
}
#content .readmore{
    text-align: right;
    margin: 5px 0 5px 0;
}
#content .readmore a{
    display: inline-block;
    width: 80px;
    line-height: 22px;
    height: 22px;
    text-align: center;
    background: #dce6e8;
    color: #518e03;
}
#content .readmore a:hover{
    background: #e9f0f4;
}
#content .whiteboxa{
    background:#fff;
    border:1px solid #bacfd4;
}
#content .whitebox{
    background:#fff;
    border:1px solid #bacfd4;
    padding:2px 10px 2px 10px;
}
.footer{
    border: 1px solid #bacfd4;
    background: #fff;
    clear: both;
    text-align: right;
    line-height: 40px;
    font-size: 12px;
    margin: 10px 0 0 0;
}
.footer .floatleft{
    float: left;
    text-indent: 15px;
}
h2{
    background: #bacfd4;
    font-size: 22px;
    color: #2e324d;
    margin: 0px 0px 5px 0;
    text-indent: 10px;
    line-height: 35px;
}
h3{
    color: #99cc33;
    font-size: 22px;
    margin: 5px 5px 5px 10px;
}
h4{
    background: #bacfd4;
    font-size: 16px;
    color: #2e324d;
    margin: 0px 0px 5px 0;
    text-indent: 10px;
    line-height: 28px;
}
h5{
    border: 1px solid #bacfd4;
    background: #ececec;
    font-size: 14px;
    color: #2e324d;
    margin: 0px 0px 2px 0;
    text-indent: 10px;
    line-height: 26px;
}

/* comments */

.comment {
    border: 1px solid #bacfd4;
    background: #fff;
    padding: 5px;
    margin-bottom: 5px;
}
.comment .userAvatar {
    float: left;
    margin-right: 10px;
    border: 1px solid #bacfd4;
}
.comment .byLine {
    margin-top: 8px;
    float: right;
    font-size: 10px;
    font-style: italic;
}
.comment .endLine{
    height: 1px;
    clear: both;
}

/* forum */

.h4_ft{
    border: 0;
    background: #3c7b8a;
    color: #fff;
    margin:0;
}
.h4_t{
    border: 0;
    margin:0;
}

.greyout {
    color: #bfbfbf;
}

.bquote {
    border: 1px #bfbfbf solid;
    background-color: #e7e7e7;
    display: block;
    padding: 3px 3px 3px 3px;
    font-style: italic;
}

.forumDesc {
    color: #6f6f6f;
}

.rowAlt1 {
    background-color: #ffffff;
}

.rowAlt2 {
    background-color: #eeeeee;
}

.rowAlt3 {
    background-color: #f9f9f9;
}

.threadRow {
    line-height: 28px;
    height: 28px;
}

.threadRow .left {
    padding-left: 12px;
}

.forumCap {
    height: 1px;
    background: #bacfd4;
}

.forumGap {
    height: 8px;
}

.forumRow {
    line-height: 16px;
    height: 40px;
    background: #fff;
}

.forumRow .left {
    padding-left: 20px;
}

.forumRow .edge, .threadRow .edge {
    background: #bacfd4;
    width: 1px;
}

.forumRow td {
    padding: 3px 0 3px 0;
}

.forumRow .lastPostInfo {
    line-height: 14px;
    font-size: 12px;
}

.forumBreadTrail {
    background-color: #dddddd;
    font-weight: bold;
    padding-left: 5px;
}

.forumPost {
    background-color: #fcfcfc;
    border: 1px solid #dddddd;
    padding: 5px;
}

.forumSide {
    background-color: #f4f4f4;
    border: 1px solid #dadada;
    padding: 5px;
}

.forumEditPost {
    border: 1px solid #999999;
    background-color: #fcfcfc;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    display: block;
}

.forumEditPostText {
    margin-top: 8px;
    border-top: 1px solid #cccccc;
    padding-top: 2px;
    font-size: 10px;
    line-height: 12px;
    font-style: italic;
}

.forumEditPost:hover {
    text-decoration: none;
    background-color: #ffffff;
}

.inlineError {
    margin: 3px;
	padding: 3px;
	border: 1px solid #af0505;
	background-color: #ffb5b5;
	text-align: center;
	line-height: 15px;
}

/* pagination */

.paginSect a{
    display: inline-block;
    padding: 3px 8px 3px 8px;
    line-height: 22px;
    height: 22px;
    text-align: center;
    background: #dce6e8;
    color: #2e324d;
    font-weight: bold;
}
.paginSect a:hover{
    background: #e9f0f4;
}
.paginSect .sel{
    display: inline-block;
    padding: 3px 8px 3px 8px;
    line-height: 22px;
    height: 22px;
    text-align: center;
    background: #2e324d;
    color: #dce6e8;
    font-weight: bold;
}

/* from old */

#content .newsimg{
    margin: 0px 10px 10px 10px;
    border: 4px solid #c9d7dc;
    float: left;
}
#content .smallimg{
    margin-right: 10px;
    border: 5px solid #c9d7dc;
    float: left;
}
#content .gallimg{
    margin: 10px;
    border: 5px solid #c9d7dc;
}
#content .arrows{
    margin: 15px 0 15px 0;
    border: 0px;
}
#content hr{
    border: 0px;
    border-top: 3px dotted #ffffff;
    margin: 0 10px 3px 10px;
    clear: both;
}
#content .caption{
    color: #333333;
    font-style: italic;
}
#content .small{
    font-size: 10px;
}
#content .ac_select{
    width: 200px;
}

#content #leftside{
    float: left;
    width: 600px;
}
#content #imgselect{
    margin: 10px;
    border: 5px solid #cc6633;
}
        
#content #rightside{
    float: right;
    width: 300px;
    border: 1px solid #bacfd4;
    background: #fff;
}
#content #rightside p{
    margin: 0 0 0 10px;
}
#content #rightside b{
    width: 110px;
    display: block;
    float: left;
}
#content #rightside i{
    font-weight: bold;
    font-style: normal;
}
#content #rightside u{
    margin-top: 2px;
    text-decoration: none;
    font-size: 10px;
}
#content #rightside .gap{
    border: 1px solid #dadcdf;
    clear: both;
    margin: 0 0 6px 0;
}

.cclBox a{
    width: 288px;
    height: 55px;
    display: block;
    clear: both;
    margin: 6px;
    display: block;
    background:url('http://www.vlturbo.com/images/side_bga.gif') center center no-repeat;
}
.cclBox a:hover {
    background: url('http://www.vlturbo.com/images/side_bgr.gif') center center no-repeat;
}
.cclBox a p {
    margin: 0px 6px 6px 6px;
    color: #c6241f;
}
.cclBox .dBlock {
    display: block;
    height: 6px;
    line-height: 6px;
    font-size: 6px;
}
.cclBox span {
    color: #333366;
}
.cclBox a img {
    margin-right: 10px;
    border: 3px solid #c9d7dc;
    float: left;
}
#content #rightside h3 {
    background: #f8fafb;
    padding: 5px 5px 5px 10px;
    border-top: 1px solid #eef3f4;
    border-bottom: 1px solid #eef3f4;
    margin: 0 0 5px 0;
}

#content .viewtable a{
    display: block;
    float: left;
    height: 100px;
    width: 150px;
    line-height: 100px;
    font-size: 16px;
    text-align: center;
    background-color: #eee;
    border: 2px solid #c9d7dc;
    margin: 20px 36px 20px 36px;
}

.pagebuttons
{
    margin: 0 0 3px 0;
}
.pagebuttons a
{
    cursor: pointer;
    border: 1px solid #999999;
    background-color: #cccccc;
    height: 16px;
    padding: 0 5px 0 5px;
}

.star-rating{
    display:block;
    float: left;
    position: relative;
    top: -2px;
    padding: 0px;
    width: 84px;
    height: 16px;
}
.star-rating .blank-voting{
    position: absolute;
    background: url('images/starrating.gif') top left repeat-x;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 16px;
    display: block;
}
.star-rating .current-rating{
    background: url('images/starrating.gif') bottom left repeat-x;
    text-indent: -9000px;
    height: 16px;
    display: block;
}
.star-rating .voted-rating{
    background: url('images/starrating.gif') center left repeat-x;
    height: 16px;
    text-indent: -9000px;
    display: block;
}
.star-rating .current-voting{
    position: absolute;
    top: 0px;
    left: 0px
    width: 80px;
    height: 16px;
    display: block;
}
.star-rating span{
    display: block;
    font-size: 10px;
    letter-spacing: 20px;
    cursor: default;
}
.star-rating a{
    float: left;
    top: -16px;
    height: 16px;
    width: 16px;
    display: block;
    text-indent: -9000px;
}
.star-rating a:hover{
    background: url('images/starrating.gif') center left repeat-x;
    text-indent: 0px;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
}

#iframe{
    background-color: #e7eaed;
    padding: 5px;
    text-align: center;
}
#iframe a{
    text-decoration: none;
    color: #cc6633;
}
#iframe a:hover{
    color: #666666;
}
#iframe .thumbimg{
    margin: 3px;
    border: 5px solid #ffffff;
    cursor: pointer;
}
#iframe .thumbselect{
    margin: 3px;
    border: 5px solid #666666;
    cursor: pointer;
}

.ulist{
    clear: both;
    padding: 8px;
}
.ulist a{
    font-size: 16px;
}
.ulist b{
    display: inline-block;
    text-align: right;
    width: 85px;
}
.ulist .userAvatar{
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}