@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}
body {
	color:#f5f5f5;
	font-size:12px;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	/*background: url(../img/bg_body.jpg) no-repeat fixed 50% top transparent;*/
	background-color:#0D0D0D;
	height:100%;
}
a, a:visited {
	color:#D0111B;
	text-decoration:none;
	outline:none;
}
a:hover {
	/*color:#0058B0;*/
	text-shadow: 0 0 10px rgba(255, 15, 15, 0.75);
	text-decoration:none;
}
ul {
	list-style-type:square;
	padding-left:20px;
}
ul li, ol li {
	line-height:16px;
	margin-bottom:10px;
}
.clear {
	clear:both;
}
.disabled {
	background-color:#efefef;
}
.center {
	text-align:center !important;
}
.text_right {
	text-align:right !important;
}
h1, .h1 {
	display:block;
	background-color:#9C0000;
	border-radius:4px;
	font-size:14px;
	margin:0 0 15px;
	padding:0;
	color:#fff;
	text-transform:uppercase;
	padding:10px 13px;
}
h2, .h2 {
	display:block;
	font-size:16px;
	margin:0 0 7px;
	padding:0;
	/*color:/#0058B0;*/
	text-transform:uppercase;
}
h3, .h3 {
	display:block;
	font-size:18px;
	margin:17px 0 7px;
	padding:0;
	color:#f5f5f5;
	font-family:'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
h4, .h4 {
	display:block;
	font-size:16px;
	margin:17px 0 7px;
	padding:0;
	color:#f5f5f5;
	font-family:'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
p {
	line-height:18px;
	text-align:justify;
	margin:0 0 15px;
	display:block;
}
th, td {
	padding:3px;
}
th {
	text-align:left;
}
input, select, textarea {
	padding:9px 8px 7px;
	color:#A0A0A0;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #555;
	background-color:#2B2C2E;
	font-size:12px;
	outline:none;
}
ol {
	display:block;
	margin-bottom:25px;
}
ol li {
	margin-bottom:3px;
}
.button {
	border-radius:4px;
	font-weight:bold;
	padding:5px 12px;
	cursor:pointer;
	outline:none;
	font-weight:bold;
	color:#fff;
	margin:0;
	background:linear-gradient(to bottom, #9C0000 0%, #CB0606 100%) repeat scroll 0 0 transparent;
}
.button:hover {
	background:linear-gradient(to bottom, #9C0000 50%, #CB0606 100%) repeat scroll 0 0 transparent;
}
.notify {
	color:#009933;
	background-color:#BBFFD1;
	padding:7px 15px;
	margin-bottom:15px;
	font-weight:bold;
	border-radius:6px;
}
.error {
	color:#CC0000;
	background-color:#FFBFBF;
	padding:7px 15px;
	margin-bottom:15px;
	font-weight:bold;
	border-radius:6px;
}
.common_block {
	padding:20px;
}
.common_block_bg {
	background-color:rgba(0, 0, 0, 0.5);
	border-radius:4px 4px 0 0;
}
.full_radius {
	border-radius:4px;	
}
#top_header_box {
	height:81px;
	position:relative;
	z-index:1000;
	background:#0D0D0D;
}
#top_header_box_bottom {
	height:10px;
	background:#9c0000;
	background: linear-gradient(to bottom, #9c0000 0%, #cb0606 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c0000', endColorstr='#cb0606', GradientType=0 ); /* IE */
	position:relative;
	z-index:1000;
}
#bottom_footer_box_top {
	height:10px;
	background:#9c0000;
	background: linear-gradient(to bottom, #cb0606 0%, #9c0000 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0606', endColorstr='#9c0000', GradientType=0 ); /* IE */
	position:relative;
	z-index:1000;
}
#bottom_footer_box {
	height:53px;
	background-color:#0D0D0D;
	position:relative;
	z-index:1000;
}
#wrapper_box {
	background:url("../img/bg_wrapper.jpg") no-repeat fixed top transparent;
	padding:7px 0;
}
#wrapper {
	width:980px;
	padding:10px;
	margin:0 auto;
	background: rgba(0,0,0,0.5);
	border-radius:4px;
	min-height:400px;
}
#header {
	width:1000px;
	margin:0 auto;
	padding:0 20px;
}
#header .logo {
	float:left;
	margin-top:11px;
}
#header .social {
	float:right;
	margin:27px 0 0;
}
#header .social_text {
	float:right;
	color:#777;
	margin-right:3px;
	line-height:25px;
	margin-top:23px;
}
#header .social img {
	border:0;
	width:31px;
	height:31px;
}
#header .social a {
	margin-left:4px;
}
#header .admin_title {
	background-color:#333;
	border-radius:6px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:15px 0 5px;
	padding:8px 15px;
	text-transform:uppercase;
}
#header .header_side {
	float:right;
}
div#menu {
	margin-top:12px;
	width:960px;
}
#main {
	/*margin-bottom:20px;*/
}
#main .paginate {
	text-align:right;
}
#main_nav {
	background: #9c0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #9c0000 0%, #cb0606 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c0000), color-stop(100%,#cb0606)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9c0000 0%,#cb0606 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9c0000 0%,#cb0606 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9c0000 0%,#cb0606 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9c0000 0%,#cb0606 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c0000', endColorstr='#cb0606',GradientType=0 ); /* IE6-9 */
	height:35px;
	position:relative;
}
#main_nav_list {
	left: 10px;
	display:block;
	position:relative;
	list-style:none;
	margin:0 auto;
	width:1000px;
}
#main_nav_list > li {
	border-right: 1px solid #333333;
    float: left;
    height: 12px;
    line-height: 13px;
    margin: 11px 25px 11px 0;
    padding-right: 25px;
}
#main_nav_list li.last {
	border-right:0;
}
#main_nav_list li a {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#main_nav_list li a:hover {
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
}
#main_nav .top_search_box {
	position:absolute;
	right:100px;
	top:19px;
}
.top_search_box {
	float:right;
	margin:25px 10px 0 0;
}
.top_search_box .common_search_box {
	background-color:#2B2C2E;
	padding:7px 8px;
	border:1px solid #555;
	color:#a0a0a0;
	border-radius:5px 0 0 5px;
	width:130px;
}
.top_search_box .search_button {
	background: linear-gradient(to bottom, #9C0000 0%, #CB0606 100%) repeat scroll 0 0 transparent;
	border: 0 none;
	border-radius: 0 5px 5px 0;
	color: #F5F5F5;
	cursor: pointer;
	font-weight: bold;
	height: 31px;
	text-transform: uppercase;
	position:relative;
	top:2px;
	padding-left:7px;
	padding-right:7px
}
.top_search_box .search_button:hover {
	background: linear-gradient(to bottom, #9C0000 50%, #CB0606 100%) repeat scroll 0 0 transparent;
}
#mini_footer {
	background: url(../img/bg_mini_footer.png) no-repeat left bottom transparent;
	height:170px;
	width:1084px;
	margin:-170px auto 0;
}
.left {
	margin:15px 30px 20px 12px;
	float:left;
	width:608px;
}
.left a.mail {
	display:block;
}
.right {
	margin:15px 12px 30px 0;
	float:left;
	width:256px;
	padding:15px 20px 0;
	border-radius:10px;
	border:1px dashed #e0e0e0;
}
.add {
	margin-bottom:5px;
}
#footer {
	width:1000px;
	margin:0 auto;
	padding:0 20px;
}
#footer .footer_block {
	float:left;
	border:1px dashed #E0E0E0;
	padding:5px;
	width:220px;
	height:140px;
	margin-right:10px;
	border-radius:8px;
}
#footer .footer_block img {
	display:block;
	border:0;
	border-radius:6px;
}
#footer .footer_block_last {
	margin-right:0;
}
#footer .bottom {
	padding:15px 0 25px;
}
#footer .bottom_box {
	border-bottom: 1px dotted #222222;
    margin-bottom: 5px;
}
#footer .bottom_box_content {
	float:left;
	width:183px;
	margin-right:20px;
}
#footer .bottom_box_content span {
	display:inline-block;
	width:50px;
	line-height: 20px;
}
#footer .bottom_box_content_last {
	margin-right:0px;
}
#footer .bottom_box_content h1 {
	background:none;
	padding:0;	
}
#footer .bottom_box_content ul {
}
#footer .bottom_box_content ul li {
}
#footer .bottom .copyright {
	float:left;
	color:#fff;
	font-size:11px;
	margin-top:6px;
}
#footer .bottom .powered {
	float:right;
	color:#fff;
	font-size:11px;
	margin-top:6px;
}
/* Main */
#header .main_links {
	float:right;
	margin:10px 12px 0 0;
}
.main_login {
	width:600px;
	margin:30px auto 50px;
}
.main_left {
	margin-right:10px;
	float:left;
	width:290px;
	min-height:400px;
}
.main_left ul li, .main_left ol li {
	margin-bottom:0;
}
.main_left ul {
	padding-left:30px;
}
.main_left ul li a, .main_left ul li a:visited {
	text-decoration:none;
}
.main_left ul li a:hover {
}
.main_right {
	float:left;
	width:680px;
}
.main_right h1 {
	margin-top:0;
}
.main_right h1 {
	/*ont-size:24px;*/
}
.search_box {
	padding:15px 20px 10px;
	border:3px solid #ddd;
	border-radius:10px;
	background-color:#eee;
	margin-bottom:22px;
}
.main_table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:752px;
	margin-top:10px;
}
.main_table a {
	color:#0066FF;
}
.main_table th {
	text-align:left;
	padding:7px 15px;
	background-color:#363636;
	color:#fff;
}
.main_table td {
	padding:7px 15px;
	border-left:1px solid #ddd;
}
.main_table_nocell th {
	text-align:left;
	padding:7px 5px 3px;
	vertical-align:top;
}
.main_table_nocell td {
	padding:3px 5px;
}
.main_table_right {
	border-right:1px solid #ddd;
}
.main_table tr:nth-child(odd) {
/*background:#e0e0e0;*/
}
.main_table tr:nth-child(even) {
 background:#e4e4e4;
}
.main_results {
}
.main_results .results_left {
	float:left;
}
.main_results .results_right {
	float:right;
	text-align:right;
	padding-top:4px;
}
.main_results .results_right a {
	margin-left:3px;
}
.main_title {
	display:block;
	margin:-10px 0 20px;
	padding:7px 15px;
	font-size:16px;
	color:#fff;
	border-radius:6px;
	background-color:#363636;
	font-weight:bold;
}
/* Admin */
#admin #header {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
#header .admin_links {
	float:right;
	margin:10px 12px 0 0;
}
.admin_login {
	width:600px;
	margin:30px auto 50px;
}
.admin_left {
	margin:0 15px 0 12px;
	float:left;
	width:150px;
	padding-right:15px;
	border-right:1px dashed #ddd;
	min-height:400px;
}
.admin_left ul li, .admin_left ol li {
	margin-bottom:0;
}
.admin_left ul {
	padding-left:30px;
}
.admin_left ul li a, .admin_left ul li a:visited {
	text-decoration:none;
}
.admin_left ul li a:hover {
}
.admin_right {
	margin-right:12px;
	float:left;
	width:752px;
}
.admin_right h1 {
	margin-top:0;
}
.admin_right h1 {
	font-size:24px;
}
.search_box {
	padding:15px 20px 10px;
	border:3px solid #ddd;
	border-radius:10px;
	background-color:#eee;
	margin-bottom:22px;
}
.admin_table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:752px;
	margin-top:10px;
}
.admin_table a {
	color:#0066FF;
}
.admin_table th {
	text-align:left;
	padding:7px 15px;
	background-color:#363636;
	color:#fff;
}
.admin_table td {
	padding:7px 15px;
	border-left:1px solid #ddd;
}
.admin_table_nocell th {
	text-align:left;
	padding:7px 5px 3px;
	vertical-align:top;
}
.admin_table_nocell td {
	padding:3px 5px;
}
.admin_table_right {
	border-right:1px solid #ddd;
}
.admin_table tr:nth-child(odd) {
/*background:#e0e0e0;*/
}
.admin_table tr:nth-child(even) {
 background:#e4e4e4;
}
.admin_results {
}
.admin_results .results_left {
	float:left;
}
.admin_results .results_right {
	float:right;
	text-align:right;
	padding-top:4px;
}
.admin_results .results_right a {
	margin-left:3px;
}
.admin_title {
	display:block;
	margin:-10px 0 20px;
	padding:7px 15px;
	font-size:16px;
	color:#fff;
	border-radius:6px;
	background-color:#363636;
	font-weight:bold;
}
/* Pagination */
.paginate {
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 0;
	margin: 3px 0;
}
.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px 0 2px 4px;
	border:1px solid #333;
	text-decoration:none;
	color: #D0111B;
	border-radius:4px;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #D0111B;
	color: #D0111B;
}
.paginate span.current {
	background-color: #D0111B;
    border: 1px solid #D0111B;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 2px 0 2px 4px;
    padding: 2px 5px;
}
.paginate span.disabled {
	background-color: #111111;
    border: 1px solid #333333;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    margin: 2px 0 2px 4px;
    padding: 2px 5px;
}
.paginate li {
	padding:4px;
	margin-bottom:3px;
	background-color:#FCC;
	list-style:none;
}
.paginate ul {
	margin:6px;
	padding:0px;
}
/* Validation */
#frm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #c22;
	margin-left:7px;
	font-style: italic
}
.block {
	display: block;
}
form.cmxform label.error {
	display: none;
}
/* Dashboard */
#dashboard_wrapper {
}
#dashboard_wrapper .dashboard_box {
	border:2px solid #ddd;
	border-radius:6px;
	min-width:200px;
	padding:6px;
	float:left;
	margin:0 10px 15px 0;
	background-color:#e5e5e5;
}
#dashboard_wrapper .dashboard_box_title {
	text-align:center;
	margin-top:2px;
	margin-bottom:8px;
}
ul#nav_side_dealer {
	list-style:none;
	display: block;
	text-transform: uppercase;
	margin-top:0;
	list-style: square inside none;
}
ul#nav_side_dealer li {
	margin: 0 0 7px;
}
ul#nav_side_dealer li a {
	color: #D0111B;
}
ul#nav_side_dealer li a:hover {
	color: #D0111B;
	text-shadow: 0 0 10px rgba(255, 15, 15, 0.75);
}