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

table, table td{border-collapse: collapse; border-spacing: 0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;} 
fieldset,img {border:0;} 
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:normal;} 
ol,ul {list-style:none;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;} 
q:before,q:after {content:'';} 
abbr,acronym { border:0;} 
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

html, body{
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	background-color:#fff;
	font-family:tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	line-height:14px;
	color: #000;
}

body {
	background: #fff url(../images/main_bg.jpg) no-repeat 50% top;
}

a, a:visited, a:hover, a:link, a:active {
	color:#000;
	outline:none;
}

a:hover {
	text-decoration:none;
}

h1, .h1 {
	color:#913d7b;
	font-size:1.5em;
	line-height:1.5;
}

h1.margined {
	margin-bottom:20px;
	margin-top:0;
}

h2, .h2, h3, .h3 {
	font-size:1.08em;
	font-weight:bold;
}

.content_inner h3, .content_inner .h3 {
	margin-bottom:10px;
}

.gray, .gray a, .gray span, .gray div, .gray p {
	color:#818181;
}

.blue {
	color:#6e70ad;
}

.red {
	color:#913d7b;
}

.code {
	font-size:1.2em;
}

.num {
	font-size:1.35em;
}

.heightest {
	line-height:1.7;
}

input {
	color:#9c9c9c;
	font-size:1em;
	height:auto;
	border:none;
	background:#fff;
	width:auto;
}

input.radiobutton {
	width:auto;
	height:auto;
}

input.btn, input.img, input.btn2 {
	width:auto;
	height:24px;
	cursor:pointer;
}

label {
	vertical-align:top;
}

label input {
	height:auto;
	margin:0 3px;
}

.btn, .btn2 {
	position:relative;
	height:25px;
	background:url(../images/btn_r1_l.png) no-repeat left top;
	display:block;
	width:100%;
/*	padding:0 6px;*/
	line-height:25px;
}

.btn input, .btn2 input, .btn a, .btn2 a {
	position:relative;
	text-decoration:none;
	padding-left:3px;
	font-size:1.1em;
	vertical-align:top;
	color:#fff;
	font-weight:bold;
	background-image:none!important;
	background-color:transparent!important;
	padding-bottom:3px;
	height:24px;
}

.btn2 input {
	padding:0 0 3px 0;
}

.btn .sub, .btn2 .sub {
	background:url(../images/btn_r1_r.png) no-repeat right top;
	position:absolute;
	padding-right:8px;
	width:100%;
	height:100%;
	text-align:center;
	/*overflow:hidden;*/
}

.btn2 {
	height:22px;
	background:url(../images/btn_r2_l.png) no-repeat left top;
	line-height:22px;
}

.btn2 .sub {
	padding-right:4px;
	background:url(../images/btn_r2_r.png) no-repeat right top;
}

.bold {
	font-weight:bold;
}

.inline div, .inline span, .inline p, .inline a {
	display:inline!important;
}

.inline .after {
	margin-left:15px;
}

#wrapper {
	width:100%;
	min-height:100%;
	-height:100%;
	position:relative;
}

#container, #footer {
	width:1003px;
	margin:0 auto;
	position:relative;
}

#container {
	padding-bottom:86px;
}

#header {
	width:100%;
	background:transparent url(../images/menu_bg.png) no-repeat left bottom;
	height:44px;
	position:relative;
	z-index:10000;
	padding-top:46px;
}

#main_menu, #search {
	float:left;
}

#search {
	width:243px;
}

#main_menu {
	width:699px;
	margin-right:61px;
}

#main_menu ul {
	float:right;
}

#main_menu ul li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:0.93em;
	position:relative;
	z-index:10000;
	text-transform:uppercase;
	line-height:44px;
	vertical-align:middle;
	padding:0 18px 0 13px;
	background:url(../images/menu_spacer.png) no-repeat right top;
}

#main_menu ul li a {
	color:#933d7c;
	text-decoration:none;
	font-weight:bold;
}

#main_menu ul li a:hover, #main_menu ul li.active a {
	color:#cd2532;
}

#main_menu ul li.active .submenu a {
	color:#000;
}

.submenu {
	position:absolute;
	z-index:1000;
	background:url(../images/submenu_bg.png) repeat left top;
	border:1px solid #cce3e1;
	top:44px;
	*top:43px;
	left:0;
	margin-left:-4px;
	visibility:hidden;
}

.submenu .submenu_list {
	display:block;
}

.sub_item {
	display:block;
	height:36px;
	background:url(../images/submenu_spacer.png) no-repeat left bottom;
	line-height:33px;
	width:176px;
}

.last {
	background:none;
}

#main_menu .sub_item a {
	text-transform:none;
	color:#000;
	font-size:1.03em;
	font-weight:normal;
	padding-left:17px;
}

#main_menu .sub_item a:hover {
	color:#000;
	text-decoration:none;
}

#search form {
	height:24px;
	margin-left:44px;
	width:100%;
	position:relative;
	margin-top:10px;
}

#search .input_txt {
	width:209px;
}

#search .input_txt input {
	width:100%;
}

#search input.img {
	display:inline;
	position:absolute;
	right:0;
	top:4px;
}

.input_txt {
	position:relative;
	z-index:1;
	height:24px;
	background:url(../images/inp_l.png) no-repeat left top;
}

.input_txt .sub {
	background:url(../images/inp_r.png) no-repeat right top;
	position:absolute;
	padding-right:5px;
	width:100%;
	/*overflow:hidden;*/
	z-index:2;
	/*clip: rect(auto, auto, auto, 100%);*/
}

.input_txt .sub input {
	margin-left:5px;
	background-color:transparent;
	vertical-align:middle;
	line-height:22px!important;
	height:24px;
}

input.search {
	background:transparent url(../images/search.png) no-repeat left top;
	width:21px;
	height:21px;
}

#main {
	margin-top:57px;
}

#left, #right {
	float:left;
}

#left {
	width:316px;
	padding-left:10px;
}

#logo {
	margin-left:-5px;
	margin-bottom:20px;
}

.margined {
	margin-top:30px;
}

.margined2 {
	margin-top:20px;
}

.products {
	margin-top:60px;
}

.products_items div {
	margin-top:15px;
}

#authorization {
	width:214px;
}

.top {
	width:100%;
	background:#ccebe5 url(../images/round_fromtop_t.gif) no-repeat left top;
}

#authorization .wrap_content {
	padding:0 27px 10px 17px;
}

#authorization form table {
	width:100%;
}

#authorization form table td {
	vertical-align:middle;
	padding-right:5px;
	padding-bottom:5px;
	height:32px;
}

#authorization form table td.inp {
	width:100%;
	padding-right:0;
}

#authorization form table .btn2 {
	width:20px;
}

.contacts span, #online span {
	display:block;
}

.contacts span span, #online span span {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-right:5px;
}

.round_bottom {
	width:214px;
	height:4px;
	font-size:0;
	background:url(../images/round_fromtop_b.gif) no-repeat left bottom;
}

#right {
	width:667px;
	padding-left:10px;
}

#promo_block {
	margin-top:-57px;
	width:100%;
	background:transparent url(../images/gallery_bg.png) no-repeat left bottom;
	*background:transparent url(../images/gallery_bg.gif) no-repeat left bottom;
	/*overflow:hidden;*/
	position:relative;
	padding-bottom:0px;
	z-index:1;
}

#promo_block .sub_promo {
	overflow:hidden;
	position:relative;
}

#promo_block table {
	width:100%;
}

#promo_block table td {
	padding-top:20px;
}

#promo_block table td .item_wrap {
	width:667px;
	position:relative;
	z-index:1;
}

#promo_block .gallery3d_wrapper {
	position:relative;
	left:0;
	top:0;
	height:287px;
	margin-top:15px;
}

#promo_block .gallery3d {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:390px;
	z-index:1;
}

#promo_block .description {
	width:218px;
	height:100%;
	position:absolute;
	right:0;
	left:auto;
	top:20px;
}

#promo_block .description .btn {
	width:100px;
	margin-bottom:15px;
	margin-left:5px;
}

#promo_block .description .page_nums {
	margin:0 0 0 10px;
}

#promo_block .name, #promo_block .gal_product .product_name {
	text-transform:uppercase;
	font-size:1.2em;
	width:100%;
	text-align:center;
	font-weight:bold;
}

#promo_block .name {
	width:auto;
	white-space:nowrap;
	line-height:1.8;
}

#promo_block .gal_product {
	position:absolute;
	width:110px;
	height:115px;
	z-index:1;
	/*overflow:hidden;*/
	cursor:pointer;
}

#promo_block .gal_product .img {
	position:relative;
	display:block;
	z-index:1;
}

#promo_block .gal_product .img img {
	display:block;
	margin:0 auto;
}

#promo_block .gal_product .product_name {
	position:absolute;
	bottom:22px;
	display:none;
	z-index:1;
}

#promo_block .gal_product .cont_descr {
	position:absolute;
	visibility:hidden;
}

#promo_block .txt {
	padding:5px;
	/*min-height:90px;
	*height:90px;*/
	margin-bottom:12px;
}

#promo_block .gal_product .num {
	width:19px;
	height:19px;
	line-height:19px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	position:absolute;
	right:0;
	bottom:35px;
	background-color:#a7ccc8;
	font-size:0.9em;
	margin-right:-20px;
}

.col1, .col2, .col3 {
	float:left;
}

.col1 {
	width:155px;
	margin-right:40px;
}

.col2 {
	width:215px;
	margin-right:60px;
}

.col3 {
	width:170px;
}

.vert div {
	margin-top:18px;
}

.vert_img div {
	margin-top:16px;
	text-align:center;
}

.date {
	font-weight:bold;
}

.main_wrap {
	padding-right:23px;
}

#presents {
	float:left;
	width:100%;
	padding-top:15px;
	margin-bottom:45px;
}

.with_shadow {
	border-top:1px solid #b9dbd7;
	background:url(../images/shadow_bg.gif) no-repeat left top;
}

#products {
	width:100%;
}

#products .product {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:159px;
	margin-right:2px;
}

.round_top {
	width:100%;
	height:4px;
	font-size:0;
	background:url(../images/round_frombottom_t.gif) no-repeat left bottom;
}

.product span, .product img {
	text-align:center;
	width:100%;
	display:block;
	padding-top:5px;
}

.product img {
	width:auto;
	height:auto;
	margin:0 auto;
}

.product .round {
	min-height:254px;
	*height:254px;
}

.product .img_wrap {
	height:43px;
}

.product .description {
	padding:0 4px;
}

ul.regular {
	padding-top:10px;
	margin:0!important;
	list-style-type:none!important;
}

ul.regular li {
	background:url(../images/li_bg.gif) no-repeat left 5px;
	padding-left:9px;
	line-height:1.2;
	padding-bottom:8px;
	margin:0!important;
}

.bottom {
	width:100%;
	height:auto;
	background:url(../images/round_frombottom_b.gif) no-repeat left bottom;
}

.c_l {
	background:url(../images/round_frombottom_cl_b.gif) no-repeat left bottom;
}

.c_r {
	background:url(../images/round_frombottom_cr_b.gif) no-repeat left bottom;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
	overflow:hidden;
}

.content {
	padding:0 26px;
}

.content_carcas {
	width:100%;
}

.content_carcas td {
	vertical-align:top;
}

.content_carcas .content_main {
	width:100%;
}

.content .content_inner {
	padding-right:20px;
}

.tabled_list table {
	width:100%;
}

#fullsearch {
	margin-bottom:20px;
}

.fullsearch_tbl td {
	vertical-align:middle;
	padding-bottom:4px;
}

.fullsearch_tbl td select{
	margin-right:10px;
}

.content .content_inner table td {
	vertical-align:top;
}

.content .content_inner ul, .content .content_inner ol {
	list-style-type:disc;
	margin:1em 0 1em 1.25em;
	padding-left:0.3em;
}

.content .content_inner ul li, .content .content_inner ol li {
	margin:0.3em 0 0.3em 0;
}

.tabled_list table td {
	padding-bottom:15px;
}

.news_date {
	font-weight:bold;
	padding-right:8px;
	font-size:1.1em;
}

.news_item_full {
	display:block;
	margin-bottom:15px;
}

.news_item_full div {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}

.news_item_full .news_date {
	width:60px;
}

.news_item_full .news_title {
	width:365px;
}

.arrow_left, .arrow_right {
	width:14px;
	height:9px;
	/*background:url(../images/arrow_left.png) no-repeat left top;*/
}

.arrow_right {
	/*background:url(../images/arrow_right.png) no-repeat left top;*/
}

.paginator {
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.page_nums {
	margin:0 40px;
}

.page_nums ul {
	width:auto;
	margin:0!important;
}

.page_nums ul li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:22px;
	height:22px;
	line-height:22px;
	color:#6e70ad;
	text-align:center;
	margin:0!important;
}

.page_nums ul li.active {
	background:url(../images/active_bg.png) no-repeat left top;
}

.page_nums ul li a, .page_nums ul li span {
	color:#6e70ad;
	text-decoration:none;
}

.page_nums ul li a:hover {
	color:#cd2532;
}

.page_nums ul li.active a, .page_nums ul li.active span {
	color:#fff;
}

.paginator .arrow_left, .paginator .arrow_right {
	position:absolute;
	left:0;
	top:6px;
}

.paginator .arrow_right {
	right:0;
	left:auto;
}

.content_main .paginator {
	margin-top:40px;
}

.products_list {
	padding-right:30px;
}

.product_item {
	width:100%;
	border-bottom:1px solid #b9dad6;
	padding-bottom:28px;
	margin-bottom:30px;
}

.product_item span.h1, .product_item span.category, .product_item span.date {
	display:block;
	margin:3px 0;
}

.product_item .btn {
	width:100px;
	margin-top:10px;
}	

.product_item p {
	text-align:justify;
	margin-bottom:15px;
}

.product_item p.description {
	margin-bottom:0;
}

.product_item p img {
	float:left;
}

.product_item span.category {
	font-size:0.92em;
	text-transform:uppercase;
}

.last {
	border:none;
}

#footer {
	clear:both;
	height:56px;
	display:block;
	padding-top:30px;
	margin-top:-86px;
}

#footer table {
	width:100%;
	height:45px;
}

#footer table .col1 {
	width:336px;
	margin:0;
}

#footer table .col2 {
	width:466px;
	margin:0;
}

#footer table .col3 {

}

#footer .counters {
	padding:10px 0 5px 0;
}

.stext td {
	padding:5px 0;
}

.form_table {
	width:auto;
}

.form_table td {
	padding: 0 10px 10px 0;
	vertical-align:bottom!important;
}

.form_table td .input_txt {
	width:160px;
	/*display:inline-block;
	margin-right:15px;*/
}

.form_table td .btn {
	width:90px;
}

/* FORUM STYLES*/

.dle_forum table, .dle_forum td {
	border-collapse: separate;
	border-spacing: 1px;
}

.dle_forum input.search {
	width:auto;
	height:auto;
	background:#8399B1;
	border:2px solid #8399B1;
	padding:1px;
	color:#fff;
}

#dropmenudiv a {
	display:block;
}

.button {
	width:auto!important;
}

.editor_button {
	cursor:pointer;
	float:left;
	padding-left:2px;
	padding-right:2px;
}

.editor_button select {
	font-family:tahoma;
	font-size:11px;
}

/*END FORUM STYLES*/

.mceEditor {
	position:relative;
	z-index:100;
}