@CHARSET "UTF-8";
body {
	margin: 0;padding: 0 0 30px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}


img {
	border:none;
	}
	
.reset {
	margin: 0;padding: 0;
	list-style-type: none;
	}

.clear {
	clear:both;
	}

.align-right {
	float: right;
	}
	
.align-left {
	float: left;
	}
	
.align-center {
	text-align: center;
	}

.border-left-right {
	border-left: 1.5px solid #E2E8E9;
	border-right: 1.5px solid #E2E8E9;
	}

.red {
	color: #cc0000;
	}

.hide {
	display: none;
	}
	
h1, h2, h3, h4, h5, h6, ul, form {
	margin: 0;padding: 0;
	list-style-type: none;
	font-weight: normal;
	}

a {
	color: #335E80;

	}
	
h1 {
	display:inline;
}

.rating {
	width: 92px;
	background:url(../assets/bg-rating.gif) 2px 2px no-repeat;
	text-decoration: none;
	display: inline-table;
	}
	
dl dt {
	float: left;
	margin-bottom: 5px;
	margin-right:50px;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	}
dl dd {
	width: 300px;
	float: left;
	margin: 0 0 5px;
	padding: 0;
	}
	
img {
	border: 0;
	vertical-align: middle;
	}

.fleft {
	float: left;
	}

.fright {
	float: right;
	}

.mg10r {
	margin-right: 10px;
	}

.mg10l {
	margin-left: 10px;
	}
	
.mg20r {
	margin-right: 20px;
	}

.mg20l {
	margin-left: 20px;
	}

.tip {
	padding: 10px;
	border: 1px solid #FFCC66;
	background-color: #FFFFCC;
	}

.black {color:#000}
.bold14 {font-size: 14px;font-weight: bold;}

ul.bullet {
	margin-top: 10px;
	}
	
ul.bullet li {
	margin-bottom: 5px;
	}
	
ul.bullet li a {
	padding-left: 10px;
	background: url(../assets/bg-a-list.gif) 0 4px no-repeat;
	font-weight: bold;
	color: #003366;
	}
	
.button {
	border: 2px solid #F4F7F8;
	background: url(../assets/bg-button.jpg) 0 0 repeat;
	padding: 1px 10px 2px;
	font-size: 12px;
	font-weight: bold;
	}

select {
	border: 1px solid #ccc;
	padding: 1px;
	font-size: 13px;
	color: #666;
	width: 200px;
	}
	
.round {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

.ads728 {
	width: 728px;
	height: 90px;
	position:relative;
	z-index:10000;
	}

	.adv160right {
		height:600px;
	}
	
#trail {
	background-color:#efefef;
	font-size:13px;
	font-weight:bold;
	padding: 3px;
	text-align:center;
}

#trail a {
	text-decoration:none;
	padding:0px 5px;
	margin:0 3px;
}

#trail a.links {
	border:1px solid #ccc;
	background-color:#fff;
}

#trail a.selected {
	color:#cc0000;
		border:1px solid #ccc;
	background-color:#fff;
}
	
/* LAYOUT
--------------------------------------------------------------*/

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	}

#print-wrapper {
	padding:10px;
	text-align:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#home-content {
	}
	
#small-content {
	width: 500px;
	float: left;
	margin-left: 10px;
	min-height:600px;
	}
	
	
#small-pages-content {
	width: 650px;
	float: left;
	margin-left: 10px;
	}

#article-list {
	width: 160px;
	float: left;
	}

#sidebar-left {
	width: 160px;
	float: left;
	}

#sidebar {
	width: 300px;
	float: right;
	}

#sidebar-small-right {
	width: 180px;
	float: right;
	}

#content {
	width: 660px;
	float: left;
	}

#review-search {
	width: 500px;
	float: left;
	margin-left: 10px;
	}

/* Header
--------------------------------------------------------------*/
#header {
	margin-bottom: 10px;
	padding: 10px 0;
	}
	
/* Menu
--------------------------------------------------------------*/
#menu {
	background:#E5EBEC url(../assets/bg-main-menu.gif) left center repeat-x;
	border: 1px solid #cc0000;
	padding: 0px;
	}

#menu ul li { 
	list-style-type: none;
	margin: 0; padding: 0;
	float: left;
	border-right: 1px solid #cc0000;
	}
	
#menu ul li a { 
	font-size: 15px;
	font-weight:bold;
	color: #000;
	padding:5px 10px;
	display:block;
	text-decoration: none;
	}
	
#menu ul li a:hover, #menu ul li a.selected { 
	color: #ffffff;
	background:#cc0000 url(../assets/bg-main-menu-selected.gif) left center repeat-x;
	}
	
	/* Submenu
	----------------------*/
	#submenu {
		padding: 3px 0 ;
		color:color: #335E80;
	}
	
	#submenu a {
		padding: 0 5px;
		text-decoration: none;
	}

/* Content
---------------------------------------------------------------*/

#container h1 {
	margin: 10px 0;
	font-size: 1.8em;
	font-weight:bold;
	color: #cc0000;
	}

#content .feed {
	position: relative;
	margin-top: -35px;
	margin-right:10px;
	float: right;
	}
	
.half {
	width: 49%;
	float: left;
	}
	
 h1 {
	margin-bottom: 15px;
	}

.content-box {
	background: url(../assets/bg-content-box.gif) top right no-repeat;
	padding: 0 10px 0 0 ;
	}
	
	.content-box h2 {
		padding: 20px 0 10px 0;
	}
	
	h2 {
		font-size: 2em;
		color: #cc0000;
		padding: 5px 0 10px;
	}
	
	h3 {
		font-size: 1.5em;
		color: #cc0000;
	}
	
	h3 span {
		background-color: #ffffff;
		padding-right: 10px;
	} 
	
	p.box-title span {
		background-color: #ffffff;
		padding-right: 10px;
		font-size: 14px;
		font-weight: bold;
	} 
	
	/* Homepage
	----------------------------*/
	
	div.bestbuy .random_data {
		font-size: 14px;
		font-weight:bold;
		margin:0; padding:0;
		position: absolute;
	}
		div.bestbuy .random_data a {
			color: #000000;
			text-decoration:none;
			text-align: left;
			background-color: #ffffff;
			margin:0; padding:0;
		}
		
		div.bestbuy .random_data span.rating {
			background-color: #ffffff;
		}
	
	.search {
		width: 350px;
		float: left;
		margin-top: 4px;
	}
	
	.search  {
		background:#fff url(../assets/bg_search_box_top.gif) left top no-repeat;
	}
	
	.bestbuy {
		width: 290px;
		float: left;
		margin-left: 20px;
	}
	
		.bestbuy h3 {
			font-weight: bold;
		} 
	
	#homeboxes {
		margin-top: 10px;
		border-top: 1px dotted #ccc;
	}
	
	#homeboxes h3 {
		font-size: 15px;
		font-weight: bold;
		color: #CC0000;
		background: url(../assets/bg-h3-home.jpg) bottom right no-repeat; 
		padding-bottom: 5px;				
	}
	
	div.bestbuy h2 {
		padding: 0px 0 10px;
	}
	
	div.bestbuy a {
		text-align: center;
		display: block;
		margin-top: 30px;
	}
	
	.fieldset {
		margin: 0px 10px 0 0;
		padding: 20px 10px;
		background: url(../assets/bg_search_box_bottom.gif) left bottom no-repeat;
	}
	
	.search h2 {
		margin: 0;
		padding: 5px 0 0;
	}
	
	.search h2 a {
		color:#fff;
		text-decoration:none;
		font-size: 14px;
		font-weight: bold;
		padding: 0;		
		width: 40%;
		padding: 0px 10px;
	}
	
	.fieldset label {
		width: 100px;
		float: left;
	}
	
	.trinity {
		width: 33%;
		float: left;
		margin-top: 20px;
	}
		.trinity img {
			border: 0px;
		}
	.trinity-content {
		padding: 10px;
	}
	
	.trinity h3 {
		font-weight: bold;
		font-size:1.5em;
		margin-bottom: 10px;
		color: #333;
	}
	.trinity .feed {
		width: 16px;
		height: 16px;
		display: block;
		position: relative;
		float: right;
		margin-top: -30px;
		margin-right: 20px;
	}
	
	.trinity h3 img {
		vertical-align: text-top;
	}
	
	.trinity-content {
		margin: 0 10px ;
	}
	
	ul#categories li {
		width: 140px;
		float: left;
		margin-bottom: 7px;
	}
	
	ul#categories li a {
		text-decoration: none;
	}
	ul.articles li {
		clear: both;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #ccc;
	}
	
	ul.articles p.title {
		font-weight: bold;
		margin: 0 0 5px;
		font-size: 13px;
	}
	
	ul.articles p.excerpt {
		margin: 0;
		font-size: 11px;
	}
	
	ul.articles .thumb {
		margin-right: 10px;
	}
	
	ul.comments li {
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #ccc;
		padding-left: 20px;
		background: url(../assets/comment.png) 0 0 no-repeat;
	}
	
	/* SIDEBAR
	---------------------------*/
	#sidebar .box {
		margin: 10px 0;
	}
	
	#sidebar .box h3 {
		font-size: 15px;
		margin-bottom: 10px;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}
	
	#sidebar .box ul li {
		clear: both;
		border-bottom: 1px dotted #ccc;
		padding: 5px 0 0 0;
	}
	
	#sidebar .box ul li .list-title {
		margin: 0 0 5px 0;
	}
	
	#sidebar .box ul li .list-excerpt {
		margin: 0 ;
	}
	
	#sidebar .box ul li .list-title a {
		font-weight: bold;
		color: #000;
		text-decoration: none;
		font-size: 13px;
	}
	
	#sidebar .box ul li img {
		margin: 0 5px 5px 0;
	}
	
	#sidebar-left .review-data {
		background: url(../assets/bg_sidebar_left.gif) 0 0 repeat;
		padding: 10px 5px;
	}
	
	/* VIDEOS
	---------------------------*/
	
	#video-content {
		width: 500px;
		float: left;
		margin-left: 10px;
	}
	
	#videolist {
		background: url(../assets/bg-content-box.gif) top right no-repeat;
		padding-top:20px;
	}
	
	#videolist ul li {
		width: 120px;
		float: left;
		margin: 0 0px 20px 20px;
		height: 120px;
		border: 1px solid #ccc;
		padding: 5px;
	}
	
	#videolist ul li p {
		margin: 0;
		padding: 3px;
		text-align: center;
	}
	
	#videolist ul li p a {
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}
	
	/* POST - article page
	---------------------------*/
	div#addthis {
		width: 150px;
		float:right;
		margin-top:-30px;
	}
	
	.post {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ccc;
		line-height: 1.5em;
		font-size: 14px;
		}
		
		.post p {
			margin: 10px 0;
		}
		
		.post .post-date {
			color: #666;
			margin: 0 0 10px;
			font-size:11px;
		} 
		
		.post .picture {
			margin-right:10px;
			padding:5px;
			border:1px solid #efefef;
		}
		
		.post ul {
			list-style-type: disc;
			margin:10px 0 10px 20px;
		}
		
		.post ul li {
			margin-bottom: 10px;
		}
		
	#post-details {
		border-collapse:collapse;
		border-color:#ccc;
		font-size:12px;
		margin-top:20px;
	}
	
	#post-details th {
		width:250px;
	}
	
	#post-details caption {
		font-size:13px;
		font-weight:bold;
		padding:3px;
		background-color:#efefef;
	}
		
	/* Review listing page
	---------------------------------*/
		/* Filter sidebar
		-----------------------------*/
		.filters ul ul {
			margin-left: 10px;
		}
	
	.review-box {
		border: 3px solid #DBE3E5;
		padding: 0;
	} 
	
	.review-box h3 {
		margin: 0 0 10px 0;
		padding:2px 10px;
		color: #CC0000;
		background-color: #DBE3E5;
		font-size: 16px;
	}
	
	.review-box ul {
		margin: 0 10px 10px 30px;
		list-style-type: square;
	}
	
	.tbl_review {
		margin: 0 10px 10px;
		border-collapse: collapse;
	}
	
	.tbl_review h4 {
		margin-bottom: 20px;
		font-size: 17px;
		color:#003366;
		font-weight: bold;
	}
	
	/*.tbl_review .rating {
		background: url(../assets/bg-whatcar-rating.jpg) 0 0 no-repeat;
		padding:3px 0 3px 100px;
	}*/
	
	.tbl_review .car_row {
		border-bottom: 2px solid #ccc;
	}
	
	.trail {
		background-color: #DBE3E5;
		text-align: right;
		padding: 5px 10px;
	}
	
	.trail a {
		text-decoration: none;
		color: #000000;
		padding: 0 3px;
	}
	
	.trail a.selected {
		font-weight: bold;
		text-decoration: underline;
	}
	
	/* Reviews
	--------------------------------*/
	#category-list {
		margin-top:20px;
		background: url(../assets/bg-content-box.gif) top right no-repeat;
	}
	
	#category-list p{
		margin:0 0 5px 0; 
	}
	
	#category-list p.category-description {
		margin-bottom:10px;
	}
	
	#category-list h3 {
		margin-bottom: 20px;
		margin-top: -15px;
		position: relative;
	}
	
	#category-list ul li {
		width: 300px;
		float: left;
		margin-bottom: 20px;

	}
	
	#category-list .category-content {
		padding: 0 10px 10px 10px;
		background: url(../assets/bg-content-box-bottom.gif) bottom left no-repeat;
		min-height:105px;
	}
	
	#category-list .category-content a.title {
		font-size: 15px;
		color: #cc0000;
		margin-bottom: 10px;
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom: 1px solid #E2E9EA;
		display: block;
	}
	
	/* Review detail page
	--------------------------------*/
	#review-header {
		border-bottom: 2px solid #c00;
		margin-bottom: 20px;
		background: url(../assets/bg-review-header.gif) left bottom repeat-x;
	}
	
	#review-title {
		width: 700px;
		margin:0 auto;
	}
	
	#review-title h3 {
		font-size: 18px;
		font-weight:normal;
		padding-right: 5px;
		margin: 20px 0;
		border-bottom: 1px solid #ccc;
	}
	
	.car_image {
		width: 200px;
		float: right;
		margin: 0 10px;
		text-align: center;
	}
	
	ul#sections{
		height: 23px;
	}
	
	ul#sections li {
		width: 100px;
		float: left;
	}
	
	ul#sections li a {
		display: block;
		padding: 3px 0;
		text-align: center;
		font-size: 16px;
		text-decoration: none;
		color:#000;
		border:solid #ededed;
		border-width:1px 1px 0px 1px;
	}
	
	ul#sections li a.selected {
		background: #cc0000 url(../assets/bg-section-item.jpg) 0 0 repeat-x;
		color: #ffffff;
		font-weight: bold;
	}
	
	#review-content {
		width: 800px;
		float: right;
	}
		#review-content p {
			margin: 0 0 10px 0;
			line-height: 17px;
		}
		
		#review-content #verdict {
			width: 480px;
			float: left;
		}
	#review-detailed-content {
		width: 600px;
		float: left;
		margin-top: 20px;
	}
	
	#review-content .adv160right {
		margin-top: 20px;
	}
	
	#review-detailed-content h3 {
		font-weight: normal;
		font-size: 18px;
		margin: 10px 0;
	}
	
	#editions-container {
		height: 250px;
		overflow: auto;
		padding: 5px;
		border: 1px solid #E2E9EA;
	}
	
	#editions-container ul li {
		margin-bottom: 3px;
		padding-bottom: 3px;
		border-bottom: 1px dotted #ccc; 
	}
	
	#editions-container ul li a {
		text-decoration: none;
	}
	
	.print-tab {
		position:absolute;
		margin-top:7px;
		margin-left:460px;
	}
	
	/*---------------------*/
	
	#full-verdict {
		margin-bottom:20px;
	}
	
	#full-verdict td{
		margin-bottom: 3px;
		padding-bottom: 3px;
		border-bottom: 1px solid #E2E8E9;
	}
	
	#full-verdict a {
		color: #003366;
		text-decoration: none;
		font-weight: bold;
	}
	
	#full-verdict a:hover {
		color: #cc0000;
	}
	
	h3.underline {
		padding-bottom: 3px;
		border-bottom: 1px solid #E2E8E9;
		margin-bottom: 10px;
		font-weight: normal; 
	}
	
	/*
	-----------------------------------*/
	#compare-wrapper {
		width: 800px;
		float: left;
	}
	
	table#car_compare {
		background-color: #F1F4F5;
		margin-left: 176px;
	}
	
	table#car_compare td.car_photo {
		background: url(../assets/bg_td_compare.gif) 0 0 no-repeat;
		width: 200px;
		padding-bottom: 30px;
	}
	
	table#car_compare td.car_photo p {
		padding: 0 10px;
		font-size: 13px;
		font-weight: bold;
	}
	
	/* COMMENTS
	-----------------------------------*/
	.comment {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #E2E8E9;
	}
	
	.comment h3 {
		font-size: 15px;
		margin-bottom: 5px;
		color: #333;
	}
	
	.comment-rating {
		width: 170px;
		float: left;
	}
	
	.comment-rating li {
		clear: both;
	}
	
	.comment-rating li span {
		width: 80px;
		display: block;
		float: left;
	}
	
	.comment-content {
		width: 320px;
		float: right;
	}
	
a.button-link {
	background-color: #E2E9EA;
	color: #003366;
	text-decoration: none;
	padding: 3px 10px;
	}
	
	/* Article list menu
	--------------------------*/
	#article-list h3 {
		background-color: #E6EDED;	
		font-size: 12px;
		padding: 3px 7px;
		margin-right: 10px;
	}
	
	#article-list ul {
		margin-right: 10px;
		padding:5px;
		background-color: #E6EDED;
	} 
	
	#article-list ul li {
		margin-bottom: 5px;
		color: #cc0000;
		list-style-type: square;
		margin-left: 15px;
	}
	
	#article-list ul li a {
		text-decoration: none;
	}
	
	/* Articole
	-----------------------------------------*/
	.big-news {
		width: 200px;
		float: left;
		padding: 5px;
	}
	
	.big-news .thumb {
		margin-bottom: 5px;
	}
	
	.big-news p.title {
		font-size: 18px;
		margin-bottom: 5px;
	}
	
	.small-news {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px dotted #ccc;
	}
	
	.small-news .thumb {
		float: left;
		margin-right: 10px;
	}
	
	.small-news p.title {
		font-size: 14px;
		margin-bottom: 5px;
		font-weight: bold;
	}
	.small-news p.excerpt {
		margin: 0 0 5px;
	}
	
	.read-more, .read-more a{
		margin: 0;
		color: #cc0000;
	}
	
	/* Galerie foto
	-----------------------------------------*/
	#gallery a {
		padding: 5px;
		margin: 0 5px 5px 0;
		border: 2px solid #ccc;
		display: inline-table;
	}
	
	#gallery ul li {
		float: left;
	}
	
	
	/* USER PROFILE
	-----------------------------------------*/
	fieldset.form {
		margin-bottom: 10px;
		padding: 10px;
	}
	
	fieldset.form legend {
		padding: 0 10px;
		font-size: 13px;
		font-weight: bold;
	}
	
/* FOOTER
---------------------------------------------*/
#footer {
	margin-top: 20px;
	background-color: #E2E9EB;
	padding: 10px;
	color: #ffffff;
	}
	
#footer a {
	text-decoration: none;
	}
	
p#copyright {
		font-size: 11px;
		color: #666;
		margin: 5px 0 0 0;
	}
	p#copyright a {
		text-decoration: none;
		color: #cc0000;
	}
	p#copyright a:hover {
		text-decoration: underline;
	}

/* ADVERTISMENTS
----------------------------------------------*/
.adv300right {
	width: 300px;
	height:250px;
	float: right;
	}
	
.adv160right {
	width: 160px;
	float: right;
	}

	/* MAGAZINE
-----------------------------------------------*/
.box  {
	margin-bottom:10px;
}
.box .thumbs {
	width: 150px;
	float:left;
	margin-bottom:10px;
}

#sidebar .title {
	font-weight:bold;
}

.form {
	padding:10px;
	border:2px solid #E2E9EA;
}

	.form th {
		text-align:left;
	}
