@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial;
	text-decoration:none;
	border-collapse:collapse;
}
/*body*/
body {
	background:url(/img/body_bg.jpg);
	min-width:950px;
}

a {
    color: #930A98;
    text-decoration: none;
}

a:hover {
    color: #E5FABF;
    background: #930A98;
}

a img {
	border:none;
    background: none;
}
h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
}

h3 a {
    font-size: 120%;
}

h4 {
    font-size: 130%;
}
h5,h6,h7 {
    font-size: 120%;
}


p {
    padding-bottom: 5px;
}

input {
    font-size: 11px;
}
li {
	margin-left:20px;
}

/*header*/
#header {
	background: url(/img/uzor.jpg) no-repeat top left;
	height: 246px;
	margin-bottom:-35px;
	//margin-bottom:-25px;
}

#header_info {
	width: 508px;
}
#header_foto {
	float:left;
}
#header_contact {
	float:right;
}
#contact {
	width:217px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin-top:-12px;
}
#logo {
	float:right;
	padding: 0 5px 0 0;
}
#logo a {
	background:none;
}
/*header end*/
/*menu*/
#menu {
	margin:auto;
	width:950px;
	height: 45px;
	//height: 35px;
}

#extended_buttons {
	clear:both;
}

#feedback a {
	float:left;
	background:url(/img/feedback.png) no-repeat;
	width:154px;
	height:45px;
	cursor:pointer;
	margin-bottom:-15px;
}
* html #feedback a {
	margin-bottom:-5px;
}
#feedback a:hover,
#feedback a.active
{
	background:url(/img/feedback.png) no-repeat 0 -45px;
}
#shopping a {
	float:right;
	background:url(/img/shopping.png) no-repeat;
	width:154px;
	height:45px;
	position:relative;
	cursor:pointer;
	margin-bottom:-15px;
}
#shopping a:hover,
#shopping a.active
{
	background:url(/img/shopping.png) no-repeat 0 -45px;
}
#shopping_text {
	color:#FFFFFF;
	font-size:10px;
	padding:19px 5px 5px 48px;
	position:absolute;
}
#buttons {
	clear:both;
	position:relative;
}

#buttons a {
	display:inline-block;
	zoom: 1;
	position:absolute;
	cursor:pointer;
}

#about {
	left:16px;
	top:9px;
	background:url(/img/about.png) no-repeat;
	width: 255px;
	height: 63px;
}

#about:hover,
#about.active {
	background:url(/img/about.png) no-repeat 0 -63px;
}

#catalog {
	left:240px;
	top:10px;
	background:url(/img/catalog.png) no-repeat;
	width: 253px;
	height: 60px;
}
#catalog:hover,
#catalog.active {
	background:url(/img/catalog.png) no-repeat 0 -60px;
}

#articles {
	background:url(/img/articles.png) no-repeat;
	left:460px;
	top:0;
	width: 254px;
	height: 61px;
}
#articles:hover,
#articles.active {
	background:url(/img/articles.png) no-repeat 0 -61px;
}
#price {
	background:url(/img/price.png) no-repeat;
	left:682px;
	top:10px;
	width: 254px;
	height: 56px;
}
#price:hover,
#price.active {
	background:url(/img/price.png) no-repeat 0 -56px;
}
/*menu end*/


/* Horizontal Line */
hr {
	background: #333333;
	height: 2px;
	border: 1px solid;
}

hr.separator {
	background: #333333;
	height: 1px;
	width: 75px;
	border: 0px;
}

hr.fullline {
	height: 1px;
	width: 100%;
	color: #CBD1E0;
}
/*content*/


ul {
	margin: 0;
}

li {
	line-height: 15px;
	padding-left: 2px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#content {
	margin:auto;
	min-height:300px;
	width:949px;
}
#tbl{
	width:900px;
	background:#fcacfc;
	margin:35px 0 0 20px;
	height: 300px;
}

#left_snake {
	background:url(/img/left_snake.jpg) repeat-y top;
	width:53px;
}

#content_left_text,
#content_right_text,    
#content_merge_text {
	padding:35px 0;
	font-size:11px;
	vertical-align:top;	
    
}

#content_left_text div#wrapper {
	width:150px;
}

#content_right_text div#wrapper {
	width:552px;
}

#content_merge_text div#wrapper {
	width:799px;
}


#content_right_text p,
#content_right_text li,
#content_right_text dl,
#content_right_text strong {
	line-height:15px;
}

#content_right_text li {
	margin-left: 15px;
}

#catalog_tbl {
	font-size:10px;
	line-height:12px;
}
#catalog_tbl a {
	background: url(/img/catalog_img_fon.jpg) no-repeat;
	text-align:center;
	text-decoration:none;
	color:#fcacfc;
	display:block;
	width:145px;
	height:248px;
	position:relative;
	padding: 13px 15px 8px 20px;
}
#catalog_tbl a:hover {
	background: url(/img/catalog_img_fon.jpg) no-repeat 0 -269px;
	color:#fff;
}
#center_snake {
	background:url(/img/center_snake.jpg) repeat-y top;
	width:110px;
}
#right_snake {
	background:url(/img/right_snake.jpg) repeat-y top;
	width:52px;
}


.article_intro {
	margin: 5px 5px 25px 5px;
}

.article_pad p {
	padding-bottom:15px;
}


.more {
	float:right;
}

img.model_preview {
    margin-top: 5px;
    max-width: 135px;
    max-height: 210px;
}
.group_thumb {
	font-weight:bold;
	font-size:13px;
	line-height:17px;
}

.hidden_anchor {
    width: 1px;
    height: 1px;
    font-size: 1px;
    
}

#catalog_tbl img.model_preview {    
    width:expression(document.body.clientWidth > 135 ? "135px": "auto" );
    height:expression(document.body.clientHeight > 210 ? "210px": "auto" );
}

#catalog_struct {
	font-size:12px;
}
#catalog_struct .current {
    font-weight: bold;
}

#catalog_struct li {
    list-style-position: inside;
    list-style-image: url("/img/ico/arrow.gif");
    margin: 0 0 7px 0;
    padding: 0;
}
#catalog_struct > li > a {
	font-weight:bold;
	font-size:16px;
}
#catalog_struct li li {    
    margin-left: 17px;
    text-indent: -17px;
}
#catalog_struct ul {
	margin: 5px 0 25px 15px;
}
/*content end*/
/*footer*/
#footer {
	background:url(/img/footer.png) no-repeat center bottom;
	margin:auto;
	width:950px;
	height:58px;
	margin-top:-20px;
}
#footer table {
	width:900px;
	height:58px;
	color:#fcacfc;
	text-align:center;
	font-size:10px;
}
#footer table td{
	padding-top: 10px;
}
#footer a {
	color:#fcacfc;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
#counters {
	text-align:left;
	padding-left:45px;
}
/*footer end*/
/*model*/
/*#pop_body {
	background:#fff;
	width:865px;
	height:535px;
	margin:auto;
}
#pop_body img {
	padding:20px;
}
#pop_body a {
	color:#000000;
}
#pop_body a:hover {
	text-decoration:underline;
}
#pop_body h2 {
	text-align:center;
}
#model_description {
	font-size:12px;
	text-align:justify;
	vertical-align:top;
	padding:20px;
}*/

.photos {
    padding-right: 10px;
	width:200px;
	margin: 0 10px 10px 0;
	float:left;
}

.photos a {
    background: none;
}

#model_size {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	border:1px solid #930A98;
	padding: 5px;
	margin:auto;
	overflow: hidden;
	display:-moz-inline-stack;
	display: inline-block;
	_overflow:hidden;
    zoom:1;
	clear: both;
}

* html #model_size {
    display:inline;
}

#model_size legend {
	padding: 2px;
	width: 90%;
	color: #fff;
	background:#930A98; 
}
#shopping_size {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	/*background: #FFFFFF;*/
	border:1px solid #930A98;
	padding: 5px;
	margin:auto;
}
#shopping_size legend {
	padding: 2px;
	width: 60%;
	color: #fff;
	background:#930A98; 
}
#model_size table {
	border-collapse:separate;
	margin:auto;
}
#model_size table td {
	border:1px solid #930A98;
	padding:1px;
	height:20px;
	vertical-align:middle;
}
.mouse_pointer {
	cursor:pointer;
}

#notice {
    margin: 20px;
    font-size: 9px;
}

/*model end*/
/*feedback*/
#feedback_body {
	margin:auto;
	background:#fff;
	color:#000;
	width:700px;
	height:475px;
	font-size:12px;
}
#feedback_body h3{
	font-size:18px;
	text-align:center;
	padding:15px 0 30px 0;
}
#feedback_form {
	border-right: 2px #000 solid;
	padding:30px;
	text-align:right;
	line-height:30px;
	font-weight:bold;
}
#feedback_form strong{
	color:#FF0000;
}
#feedback_contact {
	padding:20px;
	text-align:right;
	line-height:20px;
	vertical-align:top;
}
#feedback_body a {
	color:#000000;
	float:right;
	padding-right:20px;
}
#feedback_body a:hover {
	text-decoration:underline;
}
#info_feedback {
	line-height:normal;
	padding-bottom:10px;
}
/*feedback end*/

ul#messages {
    margin-bottom: 10px;
    padding: 0;
    /*max-height: 100px;
    overflow: auto;*/
}

ul#messages > li {
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 1px 0 1px 0;
    padding : 5px;
    min-height: 34px;
    line-height: 34px;
    vertical-align: middle;
}

ul#messages > li > div.icon,
ul#messages > li > a.close {
    height:32px;
    width:32px;
    font-size:1px;
    display:block;
}

ul#messages > li > a.close {
    float: right;
}

ul#messages > li > div.icon {
    /*background:url(/img/msg/rupor.png) center center no-repeat;*/
    float: left;
    margin: 0 20px 0 20px;
}

ul#messages > li.ok > a.close {
    background:url(/img/msg/ok_close.png) center center no-repeat;
}

ul#messages > li.error > a.close {
    background:url(/img/msg/err_close.png) center center no-repeat;
}

ul#messages > li.ok {
    background:#9aff9a url(/img/msg/ok_gradient.png) repeat-x top;
    border: 1px solid #66cc66;
    color: #336600;
}


ul#messages > li.error {
    background:#ff9999 url(/img/msg/err_gradient.png) repeat-x top;
    border: 1px solid #ff6666;
    color: #cc0033;
}

.w1p {
    width: 1%;
    white-space: nowrap;
}

.w100p {
    width: 100%;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/*sticker*/
.sticker_new {
    background:url(/img/stiker_new.png) no-repeat top left;
    position:absolute;
    width:38px;
    height:45px;
    top:14px;
    left:20px;
}
.sticker_sale {
    background:url(/img/stiker_sale.png) no-repeat top left;
    position:absolute;
    width:38px;
    height:48px;
    top:11px;
    left:20px;
}

.out_of_stock {
    font-weight: bold;
    color: #ff6633;
}
/*sticker end*/
table.list_table {
	border-color:#930A98;
}
table.list_table th {
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: #930A98;
}

table.list_table th,
table.list_table td
{
    padding: 5px;
    border-color:#930A98;
}
table.separate {
    border-collapse: separate;
}
.dialog {
    border:1px solid #930A98;
    padding:3px;
    background: #ffffcc;
}
.mt15 {
    margin-top: 15px;
}
.contacts_table p {
	padding-bottom: 15px;
}
.feedbacktable td {
	line-height:25px;
}
.red_text { 
	color:#FF0000;
}

.grey {
    color: #777;
}

#captcha {
	padding: 5px 2px 0 0;
}