html, body {width: 100%;height: 100%;}

body {
	background: #001429;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, sans-serif;
	font-size: 13px;
	color: #8c9da6;
}

form {
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}

#wrapper_media {
	width: 100%;
	min-height: 100%;
	background: #8bb2c3 url('../images/content-grad.png') repeat-x;
}


#top-bar {
	font-size: 11px;
	color: #133b65;
	height: 28px;
	line-height: 28px;
	clear: both;
}

#top-bar-left, #top-bar-right {
	text-align: right;
	float: left;
	width: 499px;
}

#top-bar-left {
	background: url('../images/top-bar.png') no-repeat 0 -2px;
}

#top-bar-right {
	background: url('../images/top-bar.png') no-repeat;
	background-position: 113px 26px;
}

#top-bar a {
	color: #133b65;
	text-decoration: none;
}

#top-bar a:hover {
	text-decoration: underline;
}

#top-menu {
	clear: both;
	height: 146px;
	background: url('../images/top-grad.png') repeat-x;
}

#logo {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 325px;
	height: 70px;
	text-indent: -2000px;
	font-size: 1px;
	background: url('../images/logo.png') no-repeat;
}

#user-menu {
	width: 387px;
	height: 37px;
	float: right;
	background: url('../images/top-bar.png') no-repeat 0px -30px;
}

#user-menu span {
	display: block;
	margin-left: 105px;
	margin-top: 4px;
	font-size: 13px;
}

#user-menu span a {
	text-decoration: none;
	color: #8c9da6;
}
#user-menu span a:hover {
	text-decoration: underline;
}

#logo a, #logo a:active, #logo a:visited, #logo a:hover {
	width: 100%;
	height: 100%;
	display: block;
	color: #001429;
}

#top-menu-links {
	clear: both;
	height: 49px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	background: url('../images/menu-buttons.png') no-repeat 385px;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 15px;
	line-height: 49px;
}

#top-menu-links a {
	display: block;
	width: 100%;
	height: 49px;
}


#top-menu-links ul {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
#top-menu-links li {
	display: block;
	float: left;
	height: 49px;
	width: 106px;
	font-size: 12px;
	text-align: center;
	background: url('../images/menu-buttons.png') -534px 0;
}

#top-menu-links li.hover {
	background: url('../images/menu-buttons.png') -640px 0;
}

#top-menu-links li.small {
	width: 66px !important;
}

#top-menu-links li.shover {
	background: url('../images/menu-buttons.png') -746px 0;
}

#top-menu-links a {
	color: #484848;
	text-decoration: none;
}

#top-menu-links li#tm-first {
	width: 9px;
	background: url('../images/menu-buttons.png') -515px 0;
}

#top-menu-links li.separator {
	width: 10px;
	background: url('../images/menu-buttons.png') -524px 0;
}

#top-menu-links li#tm-last {
	float: right;
	margin-right: 10px;
	width: 70px;
	background: url('../images/menu-buttons.png') -812px 0;
	font-size: 10px;
}
#page-title {
	height: 20px;
	line-height: 20px;
	background: #376e8d;
	border: 1px solid #74a5d4;
	border-bottom: 0;
	font-size: 12px;
	color: #fff;
	display: block;
	float: left;
	padding: 0 10px;
	margin-left: 32px;
	margin-top: 6px;
}

#page-title a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#page-title a:hover {
	text-decoration: underline;
}

#content, #content_media {
	overflow: hidden;
	background: #8bb2c3 url('../images/content-grad.png') repeat-x;
}


#content_media a {
	color: #0A2B39;
}
#content_media a:hover {
	text-decoration: none;
}


#container {
	clear: both;
	overflow: hidden;
	padding: 38px 17px
}

.gbox {
	width: 185px;
	height: 182px;
	background: url('../images/test.gif') no-repeat;
	overflow: hidden;
}

.gbox-small {
	width: 183px;
	height: 110px;
	background: url('../images/gbox-small.gif') no-repeat;
}

.gbox-small h3 {
	background: none !important;
}

.gbox a {
	color: #fff;
	text-decoration: none;
}

.gbox a:hover {
	text-decoration: underline;
} 


div.title h3 {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	background: url('../images/box-bg.png') 0;
	height: 28px;
	color: #000;
	line-height: 28px;
	overflow: hidden;
	width: 150px;
}

div.title {
	overflow: hidden;
	margin: 0 auto;
	width: 150px;
}

.gbox div.text {
	font-size: 11px;
	color: #fff;
	padding: 0 10px;
	margin: 0;
} 

.gbox div.text .bigger {
	font-size: 13px;
	line-height: 14px;
}

.gbox div.text .big {
	font-size: 13px;
	line-height: 20px;
}

.gbox p {
	padding: 0;
	margin: 5px 0;
}

.gbox .input {
	width: 155px;
}

.gbox .button {
	display: block;
	margin: 4px auto;
}



#content .left, #content .right, #content .middle {
	float: left;
}

#content .left, #content .right {
	width: 185px;
}

#content .middle {
	width: 576px;
	margin: 0 9px;
	overflow: hidden;
}


table.tab-middle {
	width: 100%;
	height: 100%;
}


#t-top-left {
	background: #5f7284 url('../images/mid.gif') no-repeat;
	width: 10px;
	height: 138px;
}

#t-top-right {
	background: #5f7284 url('../images/mid.gif') no-repeat -10px 0;
	height: 138px;
	width: 10px;
}

#t-bottom-left {
	background: url('../images/bottom-left.gif') no-repeat bottom;
	height: 130px;
	width: 10px;
}

#t-bottom-right {
	background: url('../images/bottom-right.gif') no-repeat 0 bottom;
	height: 130px;
	width: 10px;
}

#t-center {
	height: 268px;
	background: #5f7284 url('../images/mid-grad-top.png') repeat-x;
	color: #ddf4ff;
	font-size: 11px;
	line-height: 13px;
}

#t-center .date {
	color: #000;
}

#t-body {
	width: 100%;
	height: 100%;
	background: url('../images/mid-grad-bottom.png') repeat-x bottom;
}

#t-body a, #t-body a:active, #t-body a:visited {color: #DDF4FF; text-decoration: underline;}
#t-body a:hover {text-decoration: none}

.normal-content, .light-content {
	overflow: hidden;
	width: 100%;
	clear: both;
}
.normal-content {background: url('../images/nc-grid.png') repeat-x 0 26px;}
.light-content {background: url('../images/lc-grid.png') repeat-x 0 26px; margin-top: 20px;}

.nc-title h3 a {color: #cfcfcf;}
.nc-title h3, .lc-title h3 {
	line-height: 26px;
	font-size: 12px;
	float: left;
	padding: 0 10px;
	color: #cfcfcf;
	font-weight: normal;
	margin: 0;
	margin-left: 32px;
}

.nc-title h3 {
	height: 26px;
	background: #26506c;
	border: 1px solid #74a5d4;
	border-bottom: 0;
}

.nc-title h3.inactive {
	background:url("../images/lc-title-inactive.png") repeat scroll 0 0 #39708F;
	border-color: #c4cbce;
	border-style: solid solid none;
	border-width: 1px 1px 0;	
	color: #6f7880;
}

.lc-title {padding-left: 140px;}
.lc-title h3 {
	background: #39708f url('../images/lc-title-inactive.png');
	border: 1px solid #c4cbce;
	border-bottom: 0;
	display: block;
	float: left;
	margin-right: 10px;
	margin-left: 0;
	color: #6f7880;
	height: 25px;
} 
.lc-title h3.active, .lc-title h3.current {
	background-image: none;
	border-color: #74a5d4;
	color: #cfcfcf;
	height: 26px;
}

.lc-title h3.current a {
	color: #cfcfcf !important;
}

.lc-title h3.active a {
	color: #cfcfcf;
}
.lc-title h3 a {
	display: block;
	color: #6f7880;
	text-decoration: none;
}


.lc-content {background: url('../images/lc-bg.gif') repeat-x;}
.lc-content a, .lc-content {color: #224d5f;}


.nc-content {background: url('../images/nc-bg.gif') repeat-x;color: #b8dbe9;}

.nc-content, .lc-content {
	overflow: hidden;
	width: 944px;
	clear: both;
	border: 1px solid #74a5d4;
	border-top: 0;
	padding: 10px;
}

.normal-content-small {
	width: 734px;
	margin: 0 auto;
	margin-bottom: 20px; 
}
.normal-content-small .nc-content {
	width: 712px !important;
}

.nc-content a {
	text-decoration: underline;
	color: #b8dbe9;
}

.nc-content a:hover {
	text-decoration: none;
	color: #b8dbe9;
}

.nc-floatl {float: left;}

.w10 {width: 9% !important;}
.w20 {width: 19% !important;}
.w22 {width: 22% !important;}
.w23 {width: 23% !important;}
.w25 {width: 24% !important;}
.w30 {width: 29% !important;}
.w40 {width: 39% !important;}
.w50 {width: 49% !important;}
.w60 {width: 59% !important;}
.w70 {width: 69% !important;}
.w75 {width: 74% !important;}
.w77 {width: 76% !important;}
.w80 {width: 79% !important;}

h4 {
	margin: 0; margin-bottom: 10px;
	color: #fff;
}

img.car {
	border: 1px solid black;
	width: 94px;
	height: 94px;
}

img.car-movie {
	border: 1px solid black;
	
	width: 94px;
}


img.avatar {
	border: 1px solid black;
	width: 94px;
	height: 94px;
}
img.default-avatar {
	border: 2px solid orange !important;
}

.photos {
	margin: 0 auto;
}
.photos .photo img {display: block; margin: 0 auto; clear: both;}

.photos .photo {
	padding: 10px;
	width: 150px;
	height: 110px;
	overflow: hidden;
	float: left;
	text-align: center;
}

ul {
	padding-left: 25px; 
	margin-left: 0;
}

fieldset {
	border: 1px solid #74a5d4;
	padding: 0 10px;
}
legend {
	color: #fff;
	border: 1px solid #74a5d4;
	padding: 2px 10px;
}

form div.line, form div.single-line {
	clear: both;
	width: 100%;
	margin: 5px 0;
	overflow: hidden;
}

form .bsubmit {
	padding: 0px 7px;
}

.no-border {
	border: 0 !important;
}

ul.login-options, ul.login-options-add, ul.club-options {
	margin: 0;
	padding-left: 20px;
}

ul.club-options {
	margin-top: 5px;
}

ul.login-options li, ul.login-options-add li {
	line-height: 21px;
	font-size: 13px;
}


ul.club-options li{
	line-height: 25px;
	font-size: 13px;
}

#loginForm div.line label {
	width: 75px;
}

#loginForm div {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}

.yellow-message {
	padding: 5px;
	margin-bottom: 10px;
	color: yellow;
}

.yellow {color: yellow !important;}
.red {color: #d72727 !important}
.bold {font-weight: bold !important;}
.aright {text-align: right !important;}
.aleft {text-align: left !important;}

.small {
	font-size: 11px;
	color: #fff;
}

h3.black {
	color: #000;
	font-weight: normal;
}

#loginForm div.submit {
	text-align: center;
}


form div.line label{
	color: #000;
	float: left;
	display: block;
	width: 30%;
	height: 22px;
	line-height: 22px;
}

form div.single-line {
	text-align: center;
	color: #fff;
	font-size: 11px;
}

form div.line table {width: 100%}
form div.line table td {width: 50%;}


form div.line label.error {
	width: 68% !important;
	margin-left: 30%;
}

input.error, select.error, textarea.error {
	border: 1px solid red !important;
}

label.error, label.logincheck {
	font-size: 11px !important;
	color: yellow !important;
}

form div.single-line input {
	float: left;
	margin-left: 35%;
}
form div.single-line label {
	display: block;
	float: left;
	padding-top: 2px;
}


.bsubmit {
	float: none;
}

form div.line input, form div.line select, form div.line textarea {
	border: 1px solid #0c2135;
	padding: 3px;
	font-size: 11px;
}

form div.line textarea {
	width: 350px;
	height: 60px;
}

form div.line textarea.fixed {
	height: 45px;
}

#checkLoginAvailability {
	font-size: 11px;
}

.list {
	margin-top: 25px;
	overflow: hidden;
	width: 768px;
	clear: both;
}

.list-all {margin: 10px auto !important;}

.list-wide {margin: 10px auto;}

.clear {
	clear: both;
	overflow: hidden;
}

.nc-content .list, .lc-content .list {
	margin: 10px auto;
}

p.pagination {text-align: right; color: #000;}
p.pagination a {color: #000;}
p.pagination a:hover {text-decoration: none;}

.list-width-7 {width: 896px;}
.list-width-7 .list-entities {width: 894px;}
.list-width-6 {width: 768px;}
.list-width-6 .list-entities {width: 766px;}
.list-width-5 {width: 640px;}
.list-width-5 .list-entities {width: 638px;}
.list-width-4 {width: 512px;}
.list-width-4 .list-entities {width: 510px;}
.list-width-3 {width: 384px}
.list-width-3 .list-entities {width: 382px;}
.list-width-2 {width: 256px}
.list-width-2 .list-entities {width: 254px;}
.list-width-1 {width: 128px}
.list-width-1 .list-entities {width: 126px;}
.list-width-1 .list-entities li {margin: 0 auto; clear: both; float: none;}

.list-wide-1 {width: 222px;}
.list-wide-1 .list-entities {width: 220px;}
.list-wide-1 .list-entities li {margin: 0 auto; clear: both; float: none;}

.list-wide-2 {width: 444px;}
.list-wide-2 .list-entities {width: 442px;}
.list-wide-3 {width: 666px;}
.list-wide-3 .list-entities {width: 664px;}
.list-wide-4 {width: 888px;}
.list-wide-4 .list-entities {width: 886px;}



.list-title h3 {
	background: #1c3f5b;
	border: 1px solid #54778a;
	border-bottom: 0;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	float: left;
	padding: 0 10px;
	color: #cfcfcf;
	
	font-weight: normal;
	margin: 0;
	margin-left: 32px;
} 

.list-entities {
	background: url('../images/list-grid.png') repeat;
	width: 100%;
	overflow: hidden;
	clear: both;
	border: 1px solid #54778a;
	border-top: 0;
}
.list-no-title .list-entities {
	border-top: 1px solid #54778A !important;
}

.list-title {
	background: 0;
	border-bottom: 1px solid #54778a;
	height: 26px;
}

.list-entities ul {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.list-entities li {
	display: block;
	float: left;
	cursor: pointer;
}

.list-entities li.entity {
	width: 126px;
	padding-bottom: 1px;
	height: 100%;
}

.list-wide .list-entities li.entity {
	width: 220px !important;
}

.list-entities li.entity-separator {
	width: 2px;
	height: 175px;
	background: url('../images/lists.png') no-repeat left bottom;
}

.entity-img {
	width: 100%;
	height: 129px;
	text-align: center;
}

.entity-img img {
	margin-top: 15px;
	/*border: 0;*/
}

.entity-dsc {
	width: 100%;
	height: 46px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}

.list-entities li.active .entity-dsc {
	background: url('../images/lists.png') -2px 0;
}

.inactive a {text-decoration: none !important; display: inline !important;}
.inactive a:hover {text-decoration: none !important;}
.inactive li {cursor: auto !important;}
.inactive .entity-dsc {padding-top: 4px !important; height: 42px !important;}
.inactive .entity-dsc, .inactive .entity-dsc a {line-height: 17px !important; font-weight: normal !important;}

.list-entities ul#recent-users a, .list-entities ul#recent-cars a, .list-entities ul#recent-clubs a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.list-entities ul#recent-cars a.car {
 	line-height: 15px !important;
 	height: 30px !important;
}
.list-entities ul#recent-cars a.user {
 	line-height: 15px !important;
 	height: 15px !important;
 	font-weight: normal !important;
}

.list-entities ul#recent-clubs a {
	line-height: 23px !important;
	height: 46px;
}
.list-entities ul#recent-clubs a span {font-weight: normal;}

.list-entities ul#recent-cars img, .list-entities ul#recent-clubs img {
	border: 1px solid #000;
}

#recent-comments {
	padding: 10px;
	color: #B8DBE9;
	background: url('../images/recent-grid.png') repeat-x;
}
#recent-comments li {
	float: none;
	cursor: auto;
	width: 100%;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
#recent-comments li a {
	color: #fff;
}


.clear-both {
	overflow: hidden;
	clear: both
}
.floatl {
	float: left;
}

.center {
	text-align: center;
}

div.top-options {
	text-align: right;
	margin: 5px;	
}

#bottom {
	height: 87px;
	background: url('../images/bottom-grad.png') repeat-x;
}

#bottom-text {
	width: 600px;
	height: 100%;
	float: left;
	color: #fff;
	font-size: 11px;
}

#bottom-text a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#bottom-text a:hover {
	text-decoration: underline;
}

#bottom-text div {
	padding: 25px;
}

#bottom-links {
	width: 384px;
	height: 36px;
	float: right;
	margin-top: 51px;
	line-height: 36px;
	font-size: 11px;
	color: #fff;
	background: url('../images/top-bar.png') no-repeat 0 -67px;
	text-align: right;
}

#bottom-links a {color: #fff;text-decoration: none;}
#bottom-links a:hover {text-decoration: underline;} 

#bottom-links span {
	margin-left: 30px;
	display: block;
}
#footer {
	height: 40px;
	line-height: 40px;
	color: #3e7694;
	text-align: center;
	font-size: 11px;
}
#footer a {
	color: #3E7694;
}
#footer a:hover {
	text-decoration: none;
}

.hidden {
	display: none !important;
}


div.errors p {
	font-weight: bold;
	color: #fff;
}

div.errors li {
	color: yellow;
}


#user-header, #club-header {
	padding-top: 15px;
	padding-left: 10px;
}

#user-image, #club-image {
	float: left;
	display: block;
}

#user-maininfo, #club-maininfo {
	margin-left: 10px;
	float: left;
	color: #99d0e5;
}

#club-maininfo a {
	color: #b4def1;
	text-decoration: none;
	font-weight: bold;
}
#club-maininfo a:hover {
	text-decoration: underline;
}

#club-desc {
	float: left;
	width: 500px;
	padding-left: 5px;
}

.bright {
	color: #b8dbe9 !important;
}

#user-about {
	width: 800px;
	float: left;
}

#user-about #car-comments {
	margin-top: 20px;
}

#user-photos {
	padding-top: 100px;
	width: 140px;
	float: left;
}

#user-maininfo label, #user-about label, #club-maininfo label {
	color: #153440;
	font-weight: bold;
}

#saveCar .line input {
	float: left;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	width: 22px;
	height: 22px;
}

#saveCar .line label {
	width: 50%;
}

#saveAddCar .loading {
	color: #000;
	font-size: 11px;
	line-height: 22px;
}

#user-about label {
	height: 24px;
	display: block;
	float: left;
	width: 200px;
	margin-right: 7px;
	text-align: right;
}

#user-about .long {
	float: left; 
	width: 590px;
}

.clear {
	clear: both;
}

#user-name, #club-name {
	color: #b4def1;
	font-size: 18px;
	font-weight: bold;
	min-height: 24px;
	width: 550px;
	line-height: 24px;
}

#user-name span {
	font-size: 13px;
	color: #fff;
}

#user-status {line-height: 18px; height: 18px;}
#user-status label {line-height: 18px; display: block; float: left; padding-right: 5px;}

#saveAbout label.error, #saveAddCar label.error {
	display: inline;
	float: left !important;
	clear: none !important;
	margin: 0;
	margin-left: 215px;
}

#saveAddCar {
	color: #000;
}

#saveAddCar .car-photo {
	display: block;
	width: 250px;
	float: left;
}

#car-details {
	padding: 25px;
}

#ch-image{
	float: left;
	padding-right: 15px;
}

#car-details {
	color: #d9f2ff;
}
#car-head {
	overflow: hidden;
	clear: both;
}
#ch-name {
	font-family: Tahoma;
	font-size: 23px;
	font-weight: bold;
}

#ch-details span.label {
	display: block;
	width: 110px;
	color: #0a2b39;
	font-weight: bold;
	float: left;
}

#ch-details {
	line-height: 24px;
}

#car-info {
	clear: both;
	margin-top: 20px;
	overflow: hidden;
}

#ci-right, #ci-left {
	float: left;
}
#ci-left {
	width: 755px;
}
#ci-right {
	margin-left: 9px;
	width: 125px;
}

#ci-left div.field {
	overflow: hidden;
	clear: both;
	line-height: 20px;
}
#ci-left .label {
	display: block;
	width: 207px;
	color: #0a2b39;
	font-weight: bold;
	float: left;
	text-align: right;
}
#ci-left .value {
	display: block;
	margin-left: 10px;
	float: left;
	width: 500px;
}
div.sep {
	clear: both;
	background: url('../images/car-sep.gif') no-repeat;
	width: 679px;
	height: 2px;
	margin: 6px 0;
	margin-right: 30px;
	float:  right;
	font-size: 1px;
}
#ci-right .label, #user-photos .label {
	width: 96px;
	height: 28px;
	line-height: 28px;
	background: url('../images/ci-right-label.gif') no-repeat;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
} 

#ci-right .padding {
	text-align: center;
	margin: 10px 0;
}

#car-comments, #forum-container, #add-thread, #message {
	border: 1px solid #3a6d9d;
	background: #5888a2 url('../images/car-comments-bg.gif') repeat-x;
	width: 680px;
	overflow: hidden;
	margin-left: 46px;
	padding: 6px;
}
#message {
	padding-right: 10px!important
}

#car-ratings {
	border: 1px solid #3a6d9d;
	background: url('../images/rating-bg.png') repeat-x;
	height: 49px;
	line-height: 49px;
	width: 680px;
	padding: 0 6px;
	overflow: hidden;
	margin-top: 18px;
	margin-left: 46px;
	margin-bottom: 10px;
	color: #b9e8ff;
	font-size: 13px;
	font-weight: bold;
}

#car-ratings div {float: left;}
#car-ratings .cr-text {margin-top: -3px;}
#cr-current {
	background: url('../images/rating-star-white.png') repeat-x;
	width: 175px;
	height: 49px;
	margin-left: 5px;
}
#cr-current-value {background: url('../images/rating-star-green.png') repeat-x; height: 100%;}
#cr-value {font-size: 17px; font-weight: bold; margin-left: 5px; margin-right: 50px;}
#cr-add {margin-left: 5px;}
#cr-add a {
	display: block;
	float: left;
	width: 35px;
	height: 49px;
	background: url('../images/rating-star-white.png') no-repeat;
	font-size: 1px;
	text-indent: -2000px;
}
#cr-add a.active {background: url('../images/rating-star-green.png') no-repeat;}

.message-show {
	width: 95%;
	overflow: hidden;
}

#cc-title, #ac-title, #ac-login {
	color: #0a2b39;
	font-weight: bold;
}
.cc-comment {
	margin-top: 8px;
	clear: both;
	overflow: hidden;
}

.cc-comment .cc-avatar {
	width: 96px;
	height: 96px;
	float: left;
	overflow: hidden;
}

.cc-comment .cc-body {
	min-height: 81px;
	float: left;
	margin-left: 6px;
	border: 1px solid #d2d2d2;
	background: #84acbc;
	color: #fff;
	width: 500px;
	padding: 6px 12px;
	overflow: hidden;
}

.cc-comment .cc-name, .cc-comment .cc-date {
	color: #b9e8ff;
	float: left;
	width: 49%;
}

.cc-comment .cc-name {font-weight: bold;}
.cc-comment .cc-name a {color: #B9E8FF; text-decoration: none;}
.cc-comment .cc-name a:hover {text-decoration: underline;}
.cc-comment .cc-date {text-align: right;}

.cc-comment .cc-text {
	margin-top: 5px;
}

#add-comment {
	clear: both;
	margin-left: 102px;
	margin-top: 30px;
}

#ac-text, #ac-save {
	margin-top: 5px;
}

#ac-text textarea {
	border: 1px solid #d2d2d2;
	background: #82a8bb;
	width: 524px;
	height: 104px;
}

#ac-text .error {
	display: block;
	clear: both;
	margin: 3px 0;
	font-weight: bold;
	float: none;
	text-align: left;
}

#ac-save button, button.small, form div.single-line input, input.button {
	background: url('../images/button-small.png') no-repeat;
	width: 104px;
	line-height: 24px;
	height: 24px;
	color: #000;
	border: 0;
	cursor: pointer;
	font-size: 11px;
	font-family: Tahoma;
}

form div.single-line input.checkbox {
	background: none;
	width: 13px;
	height: 13px;
}

form div.single-line input {
	padding-bottom: 1px;
}

a.button {
	background: url('../images/button-small.png') no-repeat;
	width: 104px;
	line-height: 24px;
	height: 24px;
	color: #000;
	border: 0;
	cursor: pointer;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
}

a.button:hover {
	color: #000;
}

#ac-login {
	margin-bottom: 20px;
}

div.rating {
	background: url('../images/star-1.png') no-repeat; 
	width: 79px;
	height: 14px;
	float: left;
}

div.rating-value {
	background: url('../images/star-2.png') no-repeat;
	width: 70%;
	height: 14px;
}
div.score {
	float: left;
	line-height: 14px;
	padding-left: 5px;
}

#add-avatar div {
	margin: 5px 0;
}

#forum-container, #message-container {
	margin: 0 auto;
	width: 99%;
	color: #153440;
}
#forum-container {
	width: 90%;
	padding: 5px 30px;
}

#forum-container a,  #message-container a {
	color: #153440;
	font-weight: bold;
	text-decoration: none;
}
#forum-container a:hover,  #message-container a:hover {
	text-decoration: underline;
}

#forum-table {
	width: 100%;	
}

#forum-table .head td {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url('../images/rating-bg.png') repeat-x bottom;
	height: 35px;
	vertical-align: middle;
}

#forum-table .head .title {width: 60%;}
#forum-table .head .author {width: 20%;}
#forum-table .head .date {width: 20%;}

#forum-table td {
	border: 1px solid #d2d2d2;
	background: #84ACBC;
	padding: 5px;
	text-align: center;
	vertical-align: top;	
}

#forum-table .post .title {text-align: left;}
#forum-title, #add-thread-title, #message-title {color: #0A2B39; font-weight: bold;}
#forum-table .post .author a { color: #B9E8FF;}
#forum-table .post .date {color: #b9e8ff;}
#forum-table .post .count {color: #b9e8ff;}

#forum-table .post .post-author {width: 126px; padding: 0; text-align: left; font-size: 11px;}
#forum-table .post .post-author p {padding: 0 5px;}
#forum-table .post .post-author .list {margin: 0;}
#forum-table .post .post-author .list .list-entities {background: none; border: 0;}
#forum-table .post .post-author li.active .entity-dsc {background-image: none !important;}
#forum-table .post .post-avatar {width: 96px; height: 96px; margin: 10px auto;}
#forum-table .post .post-nick {text-align: center;}
#forum-table .post .post-nick a {color: #fff; font-size: 12px;}
#forum-table .post .post-body {text-align: left; width: 700px; overflow: hidden;}
#forum-table .post .post-body .post-header {width: 700px; overflow: hidden; border-bottom: 1px solid #153440; margin: 0 auto; font-size: 11px; margin-bottom: 10px; padding: 5px 0; height: 13px;}
#forum-table .post .post-body .post-content {width: 700px; overflow: hidden;}
.message-show .post .post-body .post-header {width: 490px !important; overflow: hidden;}

#forum-add, .forum-add {
	margin-top: 10px;
	text-align: right;
}

.forum-add {float: right;}

#thread-title {
	margin: 7px 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	float: left;
	clear: both;
}

#add-thread, #message {
	margin: 0 auto;
	width: 90%;
	color: #153440;
	padding: 5px 30px;
}

#add-thread label, #message label {width: 15%;}
#add-thread label.error, #message label.error {margin-left: 15%; clear: both;}
#add-thread input, #message input {width: 300px;}
#add-thread textarea, #message textarea {width: 400px; height: 150px; float: left; margin-right: 5px;}


table.messages a:hover, table.messages a, table.messages {color: #153440}
table.messages a {text-decoration: none;}
table.messages a:hover {text-decoration: underline !important;}

#forum-table .head .msg-date {width: 130px;}
#forum-table .head .msg-from {width: 100px;}
#forum-table .head .msg-del {width: 40px;}
#forum-table .message .msg-title {text-align: left;}
#forum-table .message .msg-title a.bold {font-weight: bold;}

.checkbox-delete {margin: 0; padding: 0;}

.sorting {width: 888px; margin: 10px auto; color: #000; clear: both;}

.sorting p {
	display:block;
	float: left;
	width: 440px;
}

p {margin: 1em 0;}
blockquote.bbcode {
	padding: 10px;
	margin: 10px;
	border: 1px solid black;
}

#bbbuttons {
}

#bbbuttons button {
	width: 63px;
	font-size: 11px;
}

#bbold {
	font-weight: bold;
}
#bitalic {
	font-style: italic;
}
#bunderline {
	text-decoration: underline;
}

#content_media {
	height: 100%;
	width: 100%;
	color: #000;
	overflow: visible !important;
}
#youtube_movie, #car_photo {
	padding-top: 20px;
	width: 650px;
	text-align: center;
}

#car_photo img {
	display: block;
	margin: 0 auto;
	border: 1px solid black;
}

#car_photo .normal-content {
	width: 600px;
	margin: 10px auto;
}
#car_photo .nc-title h3.first {
	margin-left: 32px;
}
#car_photo .nc-title h3 {
	margin-left: 10px;
}
#car_photo .nc-content {
	width: 600px;
	text-align: center;
}

#car_photo h3 {
	cursor: pointer;
}

.hidden {
	display: none;
}

#car_photo input {
	width: 400px;
	margin-bottom: 4px;
}
#car_photo label {
	width: 150px;
	display: block;
	float: left;
	clear: left;
	line-height: 20px;
}
#forum-images {
	margin: 5px 0;
}


#recent-comments li span {
	color: #fff;
}
#recent-comments li span.date {
	width: 135px;
	display: block; 
	float: left	;
}
#recent-comments li a.active {
	text-decoration: none;
	cursor: text;
	color: #B8DBE9;
}