/*html { width:100%; height: 100%; }

body
{
	height:100%;
	margin:0;
	padding:0;
	font-size: 80.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} */

form { margin:0; padding:0;}
form.main-form
{ 
	display: block;
	margin:0; 
	padding:0;
	width:100%;
	height:100%;
}
 
#page-wrapper
{	
	min-height:100%;	  
	margin: 0 auto;
	width: 1024px;
	overflow: hidden;
}

* html #page-wrapper { height: 100%; }

#header {
	height: 105px; width: 100%;
	border: 0 solid green;
	margin: 15px 0 20px 0;
}
#header #logo {
	float: left;
	border: 0 solid #000;
	height: 105px; width: 420px;
	margin: 1px 0;
}
#header #contacts {
	width: 190px !important; 
	height: 85px;
	border: 0 solid red;
	position: absolute;
	margin: 10px 0 0 550px;
	font-size: 125%;
}
#header #contacts td { vertical-align: middle; padding:2px 3px;}
#header #links {
	position: absolute;
	margin: 10px 0 0 850px;
	width: 170px;
	border: 0 solid red;
}
#header #links ul { margin: 0; padding: 0;}
#header #links ul li { list-style: none; margin: 0 0 0.5em 0;}
#header #links a { color: #c7242c; font-size: 110%;}


.txt { 
	width: 100%;
	margin: 2em 0;
	color: #767777;
	line-height: 17px;
	font-size: 90%;
	text-align: justify;
}

#service-menu {
	width: 99.9%;
	margin: 0;
	height: 110px;
	background: #f3f3f3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 2px 2px #999;
	-moz-box-shadow: 0 2px 2px #999;
	-webkit-box-shadow: 0 2px 2px #999;
	padding-bottom: 10px;
	behavior: url('/js/PIE.htc');
}
#service-menu td.menu-item span.images { height: 100px !important; margin: 10px 0; border: 0 solid red; display: block;}
#service-menu td.menu-item a {
	color: #323232;
	font-size: 130%;
	font-weight: bold;
}
#service-menu td.menu-item a:hover { 
	color: #c7242c;
}

#slider {
	text-align: center;
	border-radius: 12px;
}

.serv-menu {
	width: 100%; height: 50px;
	margin: 1em 0;	
	overflow: hidden;
}
.serv-menu td {
	float: left;
	background: url(/img/menu-bg.jpg) repeat-x;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	list-style: none;
	padding: 0 10px 0 0; //padding: 0 5px 0 0;
}
.serv-menu td a {
	padding: 15px 0 15px 55px; 
	color: #fff;
	font-size: 100%;
	width: 90%; //width: 85%;
	display: block;
	text-decoration: none;
}
.serv-menu td.no-links {
	background: none !important;
}


/*============================== /////////////////////////// ============================*/


#cart { position: absolute; top: 0; right: 0; width: 200px; overflow: hidden;}
#cart div.block-content { height: 78px; padding: 0 18px;}
#cart .corners { overflow: hidden; height: 5px;}
#cart .corner { width:5px; height: 5px; }
#cart .left-bottom { float: left; background-position: -5px 0;}
#cart .right-bottom { float: right;}
#cart, #cart a { outline: none;}
#cart p { margin: 0; height: 50px; position: absolute; top: 6px; overflow: hidden;}
#cart i, #cart a { display: block}
#cart i { position: absolute; top: 55px;  font-style:normal; padding-right: 25px; }
#cart i a { text-decoration: none; }
#cart i a:hover { text-decoration: underline; }

/*#compare {  overflow:hidden; position: absolute; bottom: 0; right: 0; width: 200px; height:22px;}*/
#compare .corner { width:5px; height: 5px; background-position: 0 -542px;}
#compare .left-top { float: left; background-position: -5px -542px;}
#compare .right-top { float: right; }
#compare .block-content { padding: 2px 18px 4px;}
#compare a { text-decoration: none; outline: none; }
#compare a:hover { text-decoration: underline;}
#compare a.close { position:absolute; right:8px; top:9px; width: 6px; height: 5px;}

#breadcrumb-search { width: 990px; margin: 13px auto 0px auto; overflow: hidden;}
#breadcrumb { /*margin: 0 250px 18px 0; padding-left: 13px;*/ min-height: 24px; margin-bottom: 10px;}
#breadcrumb a, #breadcrumb span, #breadcrumb i { font-size:0.85em; padding:0; text-decoration:none; vertical-align: top; line-height: 18px;}
#breadcrumb i { padding:0 3px;}
#breadcrumb img { vertical-align: top; position: relative; top:3px; }
#breadcrumb a:hover { text-decoration:underline; }

#search {  width:190px; overflow: hidden; float:right; margin-top:2px; margin-right: 4px;}
#search .form-textbox { float: left; width:135px;}
#search .form-textbox-border { padding-left: 20px; height: 20px; overflow:hidden; }
#search .form-textbox-border input { width: 110px; height: 18px;}
#search .form-button { float: right; width:48px; }
#search .form-button input { 
width:48px;  
border: none;
font-family: Arial, Tahoma;
background: url('images/bg/logout.png') no-repeat 0 100%; 
}

#subscribe {zoom:1; }
#subscribe .form-textbox-border { float: left; height: 20px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -khtml-box-sizing: border-box;}
#subscribe .form-textbox-border input { width: 95%; float: left; padding: 0 2px; height: 18px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -khtml-box-sizing: border-box;}
#subscribe .form-button { float: right; clear: left; margin-top: 10px; }
#subscribe .form-button input { padding: 0 3px;  overflow: visible;}

.form-box input { vertical-align: top;}
.form-textbox-border input {border:1px solid; padding:0; margin:0;}
.form-textbox-border {border: 1px solid; }
.form-button {border: 1px solid;}
.form-button input:-moz-focus-inner { border: 0; padding: 0; }/*Remove button padding in FF*/
.form-button input { display: block; border: none; background: none; padding:0; margin:0; cursor: pointer; cursor: hand; outline: none; font-family: Georgia, serif; font-size: 12px; height: 19px;}

/*#content { width: 990px; margin: 0 auto 4em auto; overflow: hidden;}*/

div.sidebar-mode #workarea { width: 555px; margin-right:17px;}

#footer-wrapper, #footer, #space-for-footer  { height: 120px; }
#footer-wrapper {} 
.footer { 
	position: relative; 
	width: 1024px; 
	margin: 0 auto;
	height: 115px;
	background: #F3F3F3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 5px;
	havior: url('/js/PIE.htc');
}
.footer ul.footer-menu { clear: both; margin-left: 20px;}
.footer ul.footer-menu li {
	float: left;
	margin: 0 1em 0 0;
	display: block;
}
.footer ul.footer-menu li a { color: #c7242c; }

.footer #copyright { padding:21px 0 0 20px; font-size: 0.85em; width: 49%; margin-top: 0; float: left;}
.footer #copyright p { margin:0;}
.footer #es { width: 29%; float: right; margin: 15px 20px 0 0; font-size: 0.85em}

#footer-links { width:50%; position:absolute; right:25px; top: 20px; }
#footer-links ul { margin:0; padding:0; list-style: none; text-align: right; }
#footer-links li { display: inline; padding-left:1.5em;}

/* Rounded block */
div.rounded-block { padding: 10px 0; overflow: hidden; position:relative; margin: 0 0 2em; zoom:1;}
div.rounded-block div.corner 
{
	height:20px;
	width:20px;
	position:absolute;
	left:-10px;
	top:-10px;
	overflow: hidden;
}

div.rounded-block div.right-top, div.rounded-block div.right-bottom { margin-left: 100%; }
div.rounded-block div.left-bottom, div.rounded-block div.right-bottom { top: auto; }
div.rounded-block div.block-content { padding: 0 21px;}

/* Inline Filter */
div.inline-filter { margin: 0.5em 0 2em;}
div.inline-filter b { padding: 0.2em 0.3em 0.3em ; font-weight: normal;}
div.inline-filter b, div.inline-filter a { margin-right: 0.5em;}

/*Catalog Item List*/
table.catalog-item-filter { width: 100%; }
div.catalog-item-filter-body { width:75%; display: block;  padding-bottom: 1em;}
div.catalog-item-filter-body-inner { padding:0.5em 1em; }
div.catalog-item-filter-title { padding-bottom: 1em; display: none;} 
#js div.catalog-item-filter-title { display: block;}
#js div.catalog-item-filter-body { display: none; }
div.catalog-item-filter-title a { text-decoration: none; border-bottom: 1px dashed; outline: none;}

#catalog_item_filter_body .catalog-item-filter-body-inner #catalog_item_filter_table {margin: 0;}
#catalog_item_filter_body .catalog-item-filter-body-inner #catalog_item_filter_table td {
padding:0.3em 0;
border: none;
}

div.filter-active div.catalog-item-filter-title span { padding: 0.35em 0.5em 0.65em; display: inline-block; }

table.catalog-item-filter td { padding: 0.3em 0;}
table.catalog-item-filter td.field-name {font-size:0.95em;  width: 35%;}
table.catalog-item-filter td.field-control { font-size:0.95em;  width: 45%;}
span.filter-textbox { display: block; width: 100%;}
span.filter-textbox input { width: 95%; float: left;}
span.filter-dropdown select { width: 100%;}

div.catalog-item-sorting { padding: 1em 0 1em;}
div.catalog-item-sorting a { margin:0 0.3em;}
div.catalog-item-sorting a.selected {padding:0.4em 0.6em 0.6em; }
div.catalog-item-sorting a.desc {padding-right: 1.3em; }
div.catalog-item-sorting a.asc {padding-right: 1.3em; }

div.catalog-item-list { padding: 1.3em 0 0 0;}
div.catalog-item  
{
	overflow: hidden; 
	margin: 0; 
	padding: 0.65em 0 0.65em 0; 
	position:static;
	zoom:1; 
	border: 1px solid white;
}
div.catalog-item-separator {background: url(images/fade-catalog.gif) no-repeat left center; height: 1.7em; font-size: 1em;}
div.catalog-item-info { float: left; width: 330px;}
div.catalog-item div.catalog-item-links { float: right; width: 188px;}
div.catalog-item-title { margin-bottom: 1em;}
div.catalog-item-title a { font-size: 1.4em; line-height: 1.4em; margin-top: -4px;}

div.catalog-item-title span.sticker,  h1 span.sticker { color: red;  padding-right: 0.2em; white-space: nowrap; vertical-align:super; }
div.catalog-item-title span.sticker { font-size: 1em;}
h1 span.sticker { font-size: 0.6em; line-height: 1.3em; zoom:1;}

div.catalog-item-preview-text { margin-bottom: 1em; }
div.catalog-item-image {float:left; margin:4px 10px 0 0; overflow:hidden; text-align:center; width:75px; zoom:1;}
div.catalog-item-desc { margin-left:87px; }
div.no-picture-mode div.catalog-item-desc { margin-left: 0;}
div.catalog-item-price { }
div.catalog-item-price span { padding:0.2em 0.3em; display:inline-block;}

div.catalog-item-links a, div.catalog-item-links span  
{
	text-decoration: none; 
	padding-left: 20px; 
	display: block; 
	float: left; 
	clear: left; 
	margin-bottom: 1em; 
	outline: none;
	zoom:1;
	white-space: nowrap;
}

div.catalog-item-hover { border: 1px solid red; position:relative;}
div.catalog-item-hover div.catalog-admin-links { display: block; }

/* Admin Links */
div.catalog-admin-links
{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	zoom:1;
}

div.catalog-admin-links a  
{
	display: block; 
	padding: 0.3em 0.6em 0.4em; 
	font-size: 0.85em;
	color: white !important;
	margin: 1px 1px 0 0;
	text-decoration: none;
	background: #dc1a35 url(images/catalog-item-btn-bg.png) repeat-x 0 0;
}

div.catalog-admin-links a:hover { text-decoration: underline;}

/* Admin Buttons */
div.catalog-admin-buttons { overflow: hidden; margin-top: 1.5em; zoom:1;}
div.catalog-admin-buttons a  
{
	float: left; 
	background: url(images/admin-button-bg.gif) no-repeat right 0; 
	height: 27px; 
	line-height: 25px; 
	text-decoration: none;
	font-family: Arial;
	font-size: 1.2em;
	padding: 0;
	margin: 0 10px 0 0;
	outline: none;
	cursor: hand;
	cursor: pointer;
}
div.catalog-admin-buttons span { display: block; height: 27px; background: url(images/admin-button-bg.gif) no-repeat; margin-right: 3px; padding:0 8px 0 11px; float: left;}
div.catalog-admin-buttons a:hover { background-position: right -27px; }
div.catalog-admin-buttons a:hover span { background-position: 0 -27px}

/* Catalog Section List */
div.catalog-section-list {margin: 2.1em 0 0 0;}
div.catalog-section  
{
	overflow: hidden; 
	margin: 0; 
	padding: 0.9em 0 0.9em 0; 
	position:static;
	border: 1px solid white;
	cursor: default;
}
div.catalog-section-separator {background: url(images/fade-catalog.gif) no-repeat left center; height: 1.8em; font-size: 1em;}
div.catalog-section-hover { position: relative; border: 1px solid red;}
div.catalog-section-hover div.catalog-admin-links { display: block; }

div.catalog-section-image {float:left; margin-right:10px; overflow:hidden; text-align:center; width:75px;}
div.catalog-section-info { margin-left:87px; }
div.catalog-section-desc { margin-bottom: 0.6em; width: 80%;}
div.no-picture-mode div.catalog-section-info { margin-left: 0;}
div.catalog-section-title { margin-bottom: 1em;}
div.catalog-section-title a { font-size: 1.4em; line-height: 0.7em;}
table.catalog-section-childs { width: 80%;}
table.catalog-section-childs td { width: 33.33%; padding: 0.3em 0.5em 0.3em 0; vertical-align: top;}
table.catalog-section-childs a { padding-left: 8px; display: block; }
table.catalog-section-childs a:hover { text-decoration: underline; }

/* Catalog Detail Item */
div.catalog-detail { position: static; border: 1px solid white; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { border: 1px solid red; position: relative;}

table.catalog-detail td { padding:0; vertical-align: top;}
div.catalog-detail-line 
{
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
	background: url(images/title-line.gif) no-repeat;
}

div.catalog-detail-image { margin: 0 25px 0 0; border: 1px solid; padding: 2px; }
div.catalog-detail-images { overflow: hidden;  margin: 0 25px 0 0;}
div.catalog-detail-images div.catalog-detail-image { position: relative; float: left; margin: 10px 10px 0 0; width:50px; height:50px; overflow:hidden; padding: 2px; text-align:center; }
div.catalog-detail-images div.catalog-detail-image a { width: 100%; height: 100%; display: block;}
div.catalog-detail-images div.catalog-detail-image img { vertical-align: middle;}

td.catalog-detail-desc { width: 100%;}
div.catalog-detail-price { font-family: Arial; }
div.catalog-detail-price label { font-size: 1.5em; }
div.catalog-detail-price p { font-size: 1.5em; margin: 0.5em 0 0;}
div.catalog-detail-buttons { overflow: hidden; margin-top: 1.5em;}
div.catalog-detail-buttons a  
{
	float: left; 
	background: url(images/button-bg.gif) no-repeat right 0; 
	height: 33px; 
	line-height: 30px; 
	text-decoration: none;
	font-family: Arial;
	font-size: 1.5em;
	padding: 0;
	outline: none;
	cursor: hand;
	cursor: pointer;
	text-shadow:1px 1px 1px #EEEEAA;
}
div.catalog-detail-buttons span { display: block; height: 33px; background: url(images/button-bg.gif) no-repeat; margin-right: 3px; padding:0 12px 0 15px; float: left;}
div.catalog-detail-buttons a.disabled { background-position: right -33px; text-shadow:1px 1px 1px #EEE;}
div.catalog-detail-buttons a.disabled span { background-position: 0 -33px}
div.catalog-detail div.catalog-item-links { margin: 1em 0 0; overflow: hidden;}

div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; top: 0.31em; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property span { float: left; position: relative; top: 0.31em; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }

div.catalog-detail-full-desc { width: 80%; text-align: justify; word-spacing: -0.3ex;}

/*Catalog Item Card */
div.catalog-item-cards {position: relative; margin-bottom:9px; zoom:1; }
table.catalog-item-card {  width: 100%; table-layout: fixed;}
table.catalog-item-card td { padding: 0; vertical-align: top;}
table.catalog-item-card tr.top td { height: 5px; border: none;}
table.catalog-item-card tr.bottom td { height: 5px; border: none;}

table.catalog-item-card .corner { width: 5px; height: 5px; font-size: 1px; background: url(images/catalog-item-card-sprite.gif) no-repeat; }
table.catalog-item-card .left-top { float: left; background-position: 0 0;}
table.catalog-item-card .left-bottom { float: left; background-position: 0 -5px; }
table.catalog-item-card .right-top { float: right; background-position: -5px 0;}
table.catalog-item-card .right-bottom { float: right; background-position: -5px -5px;}
table.catalog-item-card td  
{
	width: 50%; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-khtml-box-sizing: border-box;
	border-left: 1px solid #e5e5e5; 
	border-right: 1px solid #e5e5e5; 
	height:100%;
}
table.catalog-item-card td.delimeter { width: 8px;  border:none;}
table.catalog-item-card .border-top { border-top: 1px solid #e5e5e5; margin: 0 5px;}
table.catalog-item-card .border-bottom { border-bottom: 1px solid #e5e5e5; margin: 4px 5px 0;}

div.catalog-item-card { padding: 9px 10px 10px 10px; }
div.catalog-item-card .item-image { width:75px; text-align:center; float: left; margin: 5px 10px 0 0; overflow: hidden; }
div.catalog-item-card .item-detail { bottom:13px; position:absolute; margin-left:85px; left:auto; clear: both; font-size: 0.85em;}
div.catalog-item-card .item-info { margin-left: 85px; margin-bottom: 1.5em;}
div.no-picture-mode .item-info,  div.no-picture-mode .item-detail { margin-left: 0;}
div.catalog-item-card p { margin: 0 0 0.5em; font-size: 0.85em;}
div.catalog-item-card p.item-price { padding-top: 0.2em; }
div.catalog-item-card p.item-price span { background: #e6e6e6; padding: 0.2em 0.3em;}
div.catalog-item-card p.item-price s { color: #aaa;}
div.catalog-item-card p.item-desc { max-height: 6em; overflow: hidden; position: relative; zoom:1;}
div.catalog-item-card p.item-title  { font-weight: bold; font-size: 0.95em; margin:0 0 0.5em;}
div.catalog-item-card .item-desc-overlay 
{
	background:url(images/fader.png) no-repeat scroll right center transparent;
	top:5em;
	display:block;
	height:1em;
	position:absolute;
	right:0;
	width:165px;
}

/* Content Block */
div.content-block { padding: 0.85em 1.2em 1.2em; border: 1px solid; margin: 0 0 15px;}
div.content-block h3 { font-size: 1.0em; font-weight:bold; margin: 0 0 1em 0; font-family: Verdana;}

/* Special Offer Block */
div.content-block-special { border: none; }
div.content-block-special .item-image { text-align: center; margin: 1em 0;}
div.content-block-special .item-image a { border: 1px solid; display: inline-block; padding: 3px;}
div.content-block-special .item-name { margin:1em 0;}
div.content-block-special .item-desc { font-size: 0.85em; margin: 1em 0;}
div.content-block-special .item-price {font-size: 0.85em; }
div.content-block-special .item-price span { font-weight: bold;}

/* Subscribe Block */
div.content-block-subscribe { border: none; overflow: hidden;}

/* Content Block List */
dl.block-list { margin: 0; padding:0; font-size: 0.85em;}
dl.block-list dt { margin: 0}
dl.block-list dd { margin:0 0 1em; padding:0;}
dl.block-list a { text-decoration: none;}
dl.block-list a:hover {  text-decoration: underline;}

a.rss-icon { background: url(images/rss.gif) no-repeat; width: 16px; height: 16px; float: right;}

/* News List */
div.news-list { margin: 1.3em 0 2em; padding: 0;}
div.news-item { margin: 0 0 1.3em; position: static; border: 1px solid white;}
div.news-date { margin: 0 0 0.5em; }
div.news-title { font-size: 1.2em; margin: 0 0 0.5em; }
a.news-detail-link { display: block; margin: 1em 0 0; outline: none;}

div.news-item-hover { border: 1px solid red; position:relative;}
div.news-item-hover div.catalog-admin-links { display: block; }

/*FAQ List */
div.faq-list { margin: 1.3em 0 2em; }
div.faq-item {position: static; border: 1px solid white;}
div.faq-item-hover { border: 1px solid red; position:relative;}
div.faq-item-hover div.catalog-admin-links { display: block; }

/* Order List */
div.order-item { margin: 0 0 2em 0; zoom:1; }
div.order-title-inner { padding: 8px 12px 10px 12px; overflow: hidden; zoom: 1;}
div.order-title-inner span { font-weight: bold; float: left;} 
div.order-title-inner a { float: right; }
div.order-title .r1 {}
div.order-title .r2, div.order-title .r0 { border-left: 1px solid; border-right: 1px solid;}

div.order-info { overflow: hidden; padding: 1em 11px 1em 11px; border-bottom: 1px solid; border-right: 1px solid; border-left: 1px solid; zoom:1; }
div.order-details { float: left; width: 60%;}
div.order-status-info { float: right; width: 30%;}
div.order-status-date { margin-bottom: 0.7em;}
div.order-status { margin-bottom: 0.7em; padding: 0.2em 0.6em 0.3em; }
div.order-status-links a { display: block; outline: none; margin-bottom: 0.3em;}

div.order-props p { margin: 0 0 0.5em 0;}
div.order-items { margin: 1em 0 0 1.5em; }
div.order-items ol { padding: 0 0 0 1.5em; margin: 0.5em 0 0;}
div.order-items li { margin: 0 0 0.5em 0;}
div.order-buttons {text-align: center;}
div.order-buttons input { padding-left: 0.5em; padding-right: 0.5em; overflow: visible;}

table.order-properties { width: 100%;}
table.order-properties td { vertical-align: top; padding:0 0.5em 0.3em; }
table.order-properties td.field-name { text-align: right; width: 50%; color: #7f7f7f;}
table.order-properties td.field-value { width: 50%; }
table.order-properties td.field-title { text-align: center; font-weight: bold; padding: 0.5em;}

div.order-checkout div.order-title-inner, div.order-full-summary div.order-title-inner { padding: 2px 12px 4px; }
div.order-checkout table.cart-items tfoot td, div.order-full-summary table.cart-items tfoot td { border: none;}
div.order-checkout div.order-item, div.order-full-summary div.order-item { margin: 0 0 1.2em 0;}

/* Subscription */
div.subscription { width: 80%; margin: 0 0 2em;}
div.subscription-title-inner { font-weight: bold; padding: 8px 12px 10px 12px; overflow: hidden; zoom: 1;}
div.subscription-title .r2, div.subscription-title .r0 { border-left: 1px solid; border-right: 1px solid;}
div.subscription-form { padding: 17px 11px 0; border: 1px solid; border-top:none; margin: 0 0 1.5em;}
table.subscription-layout { width: 100%; }
table.subscription-layout td { vertical-align: top; padding: 0 0 20px;} 
table.subscription-layout td.field-name { width: 70px; text-align: right; padding-right: 7px;}
table.subscription-layout td.field-form {  }
input.subscription-textbox { width: 230px;}
input.subscription-email { width: 150px;}
div.subscription-format { white-space:nowrap; float: right; margin-right:1em;}
div.subscription-rubric { padding: 0 0 1em; overflow: hidden;}
div.subscription-rubric input { float: left; margin-right: -23px;}
div.subscription-rubric label { margin-left: 23px; display: block; padding-top: 2px;}
div.subscription-rubric span { display:block; margin-top: 0.25em; font-size: 0.85em; }
div.subscription-notes { margin: 1em 0 1.5em;}
div.subscription-utility p { font-size: 0.85em;}
div.subscription-buttons { margin-top: 1em;}

/* Cart Item List */
table.cart-items { width: 100%; }
table.cart-items td { border-bottom: 1px solid; white-space: nowrap; text-align:center; padding: 0.5em;}
table.cart-items td p { margin: 0 0 0.3em;}
table.cart-items td.cart-item-name p { text-align: right;}
table.cart-items td.cart-item-name { width: 100%; white-space: normal; text-align: left;}
table.cart-items td.cart-item-price {  text-align: right;}
table.cart-items thead td.cart-item-price { text-align: center;}
td.cart-item-quantity input { width: 40px; text-align: center;}
div.cart-ordering { overflow: hidden; margin-top: 1em; }
div.cart-code { float: left; }
div.cart-code input { width: 240px;}
div.cart-buttons { float: right; }
div.cart-buttons input { padding-left: 0.5em; padding-right: 0.5em; overflow: visible;}
td.cart-item-actions a.cart-delete-item { width: 16px; height: 16px;  display: inline-block; } 
td.cart-item-actions a.cart-shelve-item, td.cart-item-actions a.cart-unshelve-item { font-size: 0.85em; display: inline-block;  vertical-align: top;}
td.cart-item-actions a.cart-shelve-item { margin-left: 1em; } 

/*Compare Grid */
div.compare-props { border:1px solid ; padding: 1em; margin: 0 0 2em;}
div.compare-buttons { margin-top: 1em; text-align: right;}
div.compare-buttons input { padding-left: 0.5em; padding-right: 0.5em; overflow: visible;}
table.compare-props { width: 100%; }
table.compare-props td { width: 33.33%; vertical-align: top;}
table.compare-props a { text-decoration: none; }
table.compare-props input { float: left; margin-right: -23px;}
table.compare-props label { margin-left: 23px; display: block; padding-top: 2px;}

div.compare-grid { overflow: auto; overflow-y:visible; padding-bottom: 1.5em; width: 100%;}
table.compare-grid { }
table.compare-grid td { padding: 11px 8px 10px 15px; font-size: 0.85em; vertical-align: top;}
table.compare-grid thead td { border-left: 1px solid; font-weight: bold; }
table.compare-grid td.compare-property { /*border: none;*/ white-space: nowrap; font-weight: bold;}
table.compare-grid .compare-delete-item { margin-left: 15px; width: 16px; height: 16px;  display: inline-block; float: right;}

/*Site Map */
table.map-columns { width: 100%; }
table.map-columns td { vertical-align: top; padding: 0;}
table.map-columns ul { padding:0 0 2em 0; font-weight: bold;}
table.map-columns li { /*margin: 0 0 1.5em 0 !important;*/margin: 0 0 0.5em 0}
table.map-columns li li { margin: 0 0 0.6em 0 !important;}
table.map-columns ul ul { font-weight: normal; padding:0 0 0 1.5em; margin: 0.6em 0}

/* Navigation */
div.navigation { font-size:100%; line-height:200%; }
span.navigation-title { padding-right:0.65em; font-weight: bold;}
div.navigation a { text-decoration:underline; padding:0.2em 0.3em;}
span.nav-current-page { padding:0.2em 0.3em; }
div.navigation span.arrow { font-size:100%; font-family:Times, serif; }
div.navigation span.ctrl { font-size:85%; }

/*Common Elements */
div.content-form input.input-submit { font-size:1.3em; overflow:visible; padding:0 0.5em;}
div.content-form { width: 75%; font-size:0.95em;}

/* Sales */
div.sale_bestseller_days, div.sale_bestseller_type {display:none;}

/* Round Corners*/
.r0, .r1, .r2, .r3, .r4 { overflow: hidden; font-size:1px; display: block; height: 1px;}
.r4 { margin: 0 4px; }
.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }

/* Tags cloud */
div.search-cloud { text-align:center; } 
div.search-cloud a { line-height:1.4em; text-decoration:none; }
div.search-cloud a:hover { text-decoration:underline; }

/* Search results*/
div.search-item { margin: 0 0 1.5em; padding: 0 0 1.5em; border-bottom: 1px solid;}
div.search-result { margin: 1em 0;}
div.search-preview {margin: 0.5em 0;}
div.search-page input.search-query {width: 99%; border: 1px solid; font-size:1.3em;}
div.search-page input.search-button { font-size: 1.2em; }

/* Content Forms: commons styles */
div.content-form
{
	position:relative; 
	zoom:1;
	padding-bottom: 2.5em;
	/*padding-left:2.5em;*/
}

div.content-form div.form-input span {font-size: 1.5em;}
div.content-form div.form-input input, div.content-form div.form-input textarea, div.content-form div.form-input select
{	
	margin: 0;
	border:1px solid;
	font-size:1.117em; 
	font-family:Verdana, Tahoma, Sans-Serif;
	margin-bottom: 8px;
	
}

div.content-form div.form-input input, div.content-form div.form-input textarea { padding: 0.3em; }

div.content-form div.legend
{
	top:-0.7em; 
	float:left; 
	padding: 0 3px; 
	background:white; 
	position:relative; 
	z-index:10; 
	font-size: 1.8em; 
	font-family:Arial, Verdana, Tahoma, Sans-Serif;
}

div.content-form div.form-input input, div.content-form div.form-input textarea {width:75%;}
div.content-form div.fields { clear: both; }
div.content-form input.input-submit { overflow:visible; padding:0 0.5em;}
div.content-form div.field { padding:0; margin: 0 0 0.8em 0; display: block; }
div.content-form div.field label.field-title
{
	display: block;
	font-size: 1.4em;
	margin-bottom: 3px;
	font-family:Arial, Verdana, Tahoma, Sans-Serif; 
	white-space: nowrap;
}

div.content-form div.description {font-size: 0.9em; }
div.content-form div.field-checkbox { margin: 0.3em 0; font-size: 1.4em;}

/*Error  OK messages*/
.errortext, .notetext
{
	display: block;
	margin:0 0 1.5em 0;
	padding:0.4em 1.117em;
	border: 1px solid;
}

.errortext ul, .notetext ul {padding:0.3em 0 0.3em 2em; margin:0;}
.errortext ul li, .notetext ul li {margin:0; padding:0;}






/* Text */
body { background-color: #FFF; color: #000;}

a:link {color:#506CBC;}
a:visited {color:#506CBC;}
a:hover {color:#EA0000;}
a:active {color:#506CBC;}

h5 { color: #CE0000; }

hr, .hr { border-color: #E9E9E9;}

/* Layout */

#schedule div.telephone { color: #FFF; background: url(images/icons-sprite.gif) no-repeat 0px -326px; }
#schedule div.schedule { color: #ADBACC; }

#user-links a { color: #ADBACC; }

#cart { background: #51729F url(images/cart-box-sprite.gif) repeat-x 0 -5px; }
#cart .corner { background-image:url(images/cart-box-sprite.gif); background-repeat: no-repeat; }
#cart, #cart a { color: #fff; }
#cart i { background: url(images/icons-sprite.gif) no-repeat right -468px; }

#compare { background: #FFA733; }
#compare .corner { background-image:url(images/icons-sprite.gif); background-repeat: no-repeat; }
#compare a { color: #FFF; }
#compare a.close { background:url(images/icons-sprite.gif) no-repeat 0 -567px;}

#breadcrumb { color: #bcbcbc; }
#breadcrumb a, #breadcrumb span { color:#7A7A7A;}

.form-textbox-border { border-color: #D6D6D6; background-color: white;}
.form-textbox-border input { border-color: white;}
.form-button input { color: #FFF; }
.form-button { border-color: #BDBDBD #9D9D9D #999999 #B0B0B0; background: #A3A3A3;}

#search .form-textbox-border { background: white url(images/icons-sprite.gif) no-repeat 2px -381px; }

div.catalog-item-filter .r0 { border-color: #FFF; }
div.catalog-item-filter-body-inner, div.catalog-item-filter .r1 { background-color: #e6e6e6; }
div.catalog-item-filter-title a { border-color: #506CBC;}
div.catalog-item-filter-title a:hover { border-color: #EA0000;}

div.filter-active div.catalog-item-filter-title span { background-color: #e4edf7; }

div.catalog-item-sorting a.selected { background-color: #e6e6e6; color: #000;}
div.catalog-item-sorting a.desc { background-image: url(images/icons-sprite.gif); background-repeat: no-repeat; background-position: right -185px;}
div.catalog-item-sorting a.asc {  background-image: url(images/icons-sprite.gif); background-repeat: no-repeat; background-position: right -228px;}

div.catalog-item-price span { background-color:#e6e6e6; }

div.catalog-item-links a, div.catalog-item-links span { background: url(images/icons-sprite.gif) no-repeat; }
div.catalog-item-links span.catalog-item-available { background-position: 0 -56px; color: #0E9500;}
div.catalog-item-links span.catalog-item-not-available { background-position: 0 -83px; color: #CC1300;}
div.catalog-item-links a.catalog-item-compare { background-position: 0 0; }
div.catalog-item-links a.catalog-item-compared { background-position: 0 -27px; color: #B3B3B3;}
div.catalog-item-links a.catalog-item-buy { background-position: 0 -110px; color: #C19100;}
div.catalog-item-links a.catalog-item-in-the-cart { background-position: 0 -137px; color: #B3B3B3;}

table.catalog-section-childs a { color: #000; background: url(images/icons-sprite.gif) no-repeat 0 -508px; }

div.catalog-detail-image { border-color: #ccc; }
div.catalog-detail-price label { color: #999999; }
div.catalog-detail-price p { color: #000;}
div.catalog-detail-buttons a { color: #000 !important; }
div.catalog-detail-property { border-color: #ccc;}
div.catalog-detail-property b, div.catalog-detail-property span { background: white; }

div.catalog-admin-buttons a { color: #FFF !important; }

/* Inline Filter */
div.inline-filter b { background: #e6e6e6; }

/* Content Block */
div.content-block { border-color: #e5e5e5;}
div.content-block h3 { color: #CE0000; }

/* Special Offer Block */
div.content-block-special { background-color: #f2f5f8; }
div.content-block-special .item-image a { border-color: #cfc19c;}

/* Subscribe Block */
div.content-block-subscribe { background-color: #F3F3F3; }

/* Content Block List */
dl.block-list dt { color: #999999;}
dl.block-list a { color: #000 !important; }

/* News List */
div.news-date { color: #919191;}

/* Order List */

div.order-title b, div.order-title-inner { background-color: #e6e6e6;}
div.order-title-inner span { color: #353535;} 
div.order-title .r2, div.order-title .r0 { border-color: #FAFAFA;}

div.order-info { border-bottom-color: #F0F0F0; border-right-color: #F7F7F7; border-left-color: #F7F7F7;}
div.order-status { background-color: #A4A4A4; color: #FFF;}
div.order-status-n { background-color: #FFAE00;}
div.order-status-deny { background-color: #F20000;}
div.order-status-p { background-color: #3ABE00;}

div.order-items { color: #7F7F7F}

/* Subscription */
div.subscription-title b, div.subscription-title-inner {background-color:#E6E6E6;}
div.subscription-title .r2, div.subscription-title .r0 {border-color:#FAFAFA;}
div.subscription-form { border-color: #E5E5E5;}
div.subscription-rubric span, div.subscription-format span, div.subscription-utility p { color: #787878; }

/* Cart Item List */
table.cart-items thead td { color: #7F7F7F;}
table.cart-items td { border-color: #E5E5E5; }
td.cart-item-actions a.cart-delete-item { background: url(images/icons-sprite.gif) no-repeat 0 -83px; } 

/*Compare Grid */
div.compare-props { border-color: #E5E5E5; }
div.compare-props label { color: #000; }
div.compare-props label.unchecked { color: #b2b2b2;}

table.compare-grid thead td { background-color: #ECECEC; border-color: #D9D9D9; }
table.compare-grid tr.alt td { background-color: #F6F6F6;}
table.compare-grid .compare-delete-item { background: url(images/icons-sprite.gif) no-repeat 0 -83px;  }

/* Paging */
span.nav-current-page { background-color:#e6e6e6; }
div.navigation span.disabled, div.navigation span.arrow, div.navigation span.ctrl   { color:#7E7E7E;}

/* Search results*/
div.search-item, table.search-filter td { border-color: #e6e6e6;}
div.search-page input.search-query, div.search-page input.search-suggest, table.search-filter input.input-field, table.search-filter select.select-field { background: #F8F7F7; border-color: #D9D9D9; }
div.search-advanced, div.search-item-meta, div.search-item-meta a, div.search-advanced-result a { color: #8a8a8a !important;}
div.search-sorting b { background: #e6e6e6; }

/*Common Elements */
div.content-form div.form-input input, div.content-form div.form-input textarea, div.content-form div.form-input select
{
	background: #F8F7F7;
	border-color: #DEDEDE;
}
div.content-form div.field-error div.form-input input, 
div.content-form div.field-error div.form-input textarea, 
div.content-form div.field-error div.form-input select
{
	color: red;
	background:	#fff8d3;
}
div.content-form div.field label.field-title { color:#555; }
div.content-form div.description { color:#979797;}

div.content-form div.field-error div.form-input input, 
div.content-form div.field-error div.form-input textarea, 
div.content-form div.field-error div.form-input select
{
	color: red;
	background:	#fff8d3;
}

/*Error  OK messages*/
.errortext, .starrequired { color: red;}  
.errortext, .notetext { background:#FFFEEB; border-color: #FFD482;}






/* _wrap
========================================== */

#spacer {
width:100%;
height:35px;
position:relative;
clear:both;
}


.news-block {
font-size: 12px;
}
.news-block p a {
padding-left: 10px;
overflow: visible;
text-decoration:none;
background:url('images/bg/li-black.png') no-repeat 0 5px;
}
.news-block p a:hover {
text-decoration:underline;
}

#left-menu { width: 100%;overflow: hidden; list-style-type: none; margin: 0 0 30px 3px; padding: 0;}
#left-menu a { font-size: 1.1em; outline: none; text-decoration: none;}
#left-menu ul a { font-size: 0.95em !important; outline: none; vertical-align:top; }
#left-menu li.current { padding: 0; overflow: hidden; zoom:1; display: block; margin-top: 0.3em;}
#left-menu li.current ul { padding: 0 0 0 12px;}
#left-menu .current a  { padding: 1px 10px 2px 13px;  display: block; zoom:1; font-style:normal; font-size: 0.95em !important; vertical-align:top;}
#left-menu .current ul a { padding:0;}
#left-menu ul { font-weight: normal; margin: 0.5em 0 0 -4px; padding: 0; list-style-type: none;}
#left-menu ul ul { margin: 0.5em 0 0 0em; }
#left-menu li li { margin-bottom: 0.5em; padding:0 13px 0; text-indent: 0; background: none;}
#left-menu li { background: url('images/bg/left-menu-arrow.gif') no-repeat 0 6px; padding:0 0 0 11px; margin-bottom: 0.85em; }
#left-menu li li li { margin-bottom: 0.3em; }            

.alignright {
float: right;
padding: 5px 0 15px 15px;
}
.right-col table {
width: 100%;
margin: 10px 0 20px 0;
}
.right-col .catalog-top table td {

}
.right-col table th, .right-col  table td {

}
.right-col table th {
}
.right-col table td {
}



#left .right-col .shop-detail table, #left .right-col .YMaps-b-balloon-wrap .YMaps-b-balloon-frame {
margin: 0;

}
#left .order-add table {
}
#left .right-col .YMaps-b-balloon-wrap .YMaps-b-balloon-frame {width: auto;}
#left .right-col .YMaps-b-balloon-wrap .YMaps-b-balloon-frame td, #left .right-col .YMaps-b-balloon-wrap .YMaps-b-balloon-frame th {padding: 0; border: none;}
#left .right-col .catalog-top .shop-detail table td {

}
#left .right-col .shop-detail table th, #left .right-col .shop-detail table td {

}
#left .right-col .shop-detail table th {
}
#left .right-col .shop-detail table td, #left .right-col .catalog-detail td, #left .order-add table td, #left .review-add table td   {
}

#left .order-add table td, #left .ask-the-expert table td, #left .register-for-inspection table td, #left .review-add table td  { 

}
#left .trunks td, #left .trunks th {
padding:5px;
vertical-align:top;
font-size:13px;
}
.scroll {
width: 530px;
overflow-x: scroll;
}



.accessories-catalog {
font-size: 13px;
}
.accessories-catalog th {
border-bottom: 1px solid #d5d5d5;
border-top: 1px solid #d5d5d5;
}
.accessories-catalog p {margin: 0 0 5px 0;}
.accessories-catalog img {
position: relative;
float: left;
vertical-align: middle;
margin-right: 5px;
}



/*==================================правая колонка===================*/
#right {
width:177px;
position: relative;
float:left;
top: -67px;
padding-left:5px;
font-family: Tahoma, Arial;
}
#right .way {
width: 158px;
position: relative;
left: -5px;
padding: 14px 12px;
margin:0 0 75px 0;
font-size: 12px;
background: #f1f1f1;
}
#right .way strong {
display: block;
padding: 4px 0 0 4px;
}
#right .way p {
margin: 0 0 8px 4px;
padding: 0 0 0 7px;
background: url('images/bg/left-menu-arrow.gif') no-repeat 0 6px;
}
#right .way i {
width: 182px;
height: 10px;
display: block;
position: absolute;
top:0;left:0;
background: url('images/bg/greyblock-top.png') no-repeat 0 0;
}
#right .way b {
width: 182px;
height: 70px;
display: block;
position: absolute;
bottom:-60px;left:0;
background: url('images/bg/way-bottom.png') no-repeat 0 0;
}
/*=================добавить отзыв в правой колонке=======================*/
#right .review {
margin:0 0 30px 7px;
}
#right .right-column-reviews {
margin-top: 30px;
}
#right .right-column-reviews textarea  {
width:158px;
height: 58px;
padding: 5px 10px;
margin: 0 0 10px 0;
border:1px solid #8e9fb7;
color:#333;
font-size: 12px;
font-family: Tahoma, Arial; 
}
#right .right-column-reviews .prop_mail_phone, #right .right-column-reviews .prop_name, #right .right-column-reviews .text_capcha {
width: 158px;
padding: 2px 10px;
margin: 0 0 10px 0;
border:1px solid #8e9fb7;
font-size: 12px;
color:#333; 
font-family: Tahoma, Arial;
}

/*=================формы=====================*/
#left .right-col .review-add table td {
vertical-align: top;
}
#left .right-col .review-add table td.title {
width:60%;
}
#left .right-col select {
width:183px;
}
#left .right-col textarea {
width: 320px;
height: 100px;
padding: 2px 10px;
margin: 0 0 10px 0;
border:1px solid #8e9fb7;
font-size: 12px;
color:#333; 
font-family: Tahoma, Arial;
}
#left .order-add table td textarea.prop_order {
width:454px;
}
#left .right-col .prop_mail_phone, #left .right-col .prop_name, #left .right-col .text_capcha, #left .right-col .prop_phone, #left .right-col .prop_mail, #left .right-col .prop_vin, .prop_model {
width: 320px;
padding: 2px 10px;
margin: 0 0 10px 0;
border:1px solid #8e9fb7;
font-size: 12px;
color:#333; 
font-family: Tahoma, Arial;
}
#left .right-col .prop_phone, #left .right-col .prop_mail {
width: 158px;
}
#left .right-col .title {
width:25%;
}
#left .right-col .text_capcha {
width: 130px;
margin: 20px 0 0 10px;
}
#left .right-col .capcha img {
float:left;
}
#left .right-col .data-table img, #left .right-col .data-table select {margin-bottom : 10px;}
#right .right-column-reviews img {
display: block;
margin-bottom: 10px;
}
#right .right-column-reviews .submit, #left .right-col .submit {
width: 123px;
height: 30px;
border: none;
font-size: 12px;
text-align: center;
font-family: Tahoma, Arial;
color:#fff;
font-weight: bold;
background: url('images/bg/button-send.png') no-repeat 0 0;
}
#left .right-col .submit {
position: relative;
left:352px;
top:5px;
}
#left .review-add table td .PREVIEW_TEXT {
width: 285px;
height: 220px;
margin:0 10px 0 0;
}
#left .right-col .review-add table td input {
margin:0 0 13px 0;
}
#left .right-col .review-add table td .text_capcha {
width: 158px;
margin:10px 0 0 0px;
}
#left .right-col .review-add table td .submit {
left:0;
margin: 0;
}
#left .right-col .review-add table .prop_mail_phone, #left .right-col .review-add table .prop_name {
width: 158px;
display: block;
} 


#left .login {
margin-bottom: 25px;
font-size: 13px;

}
#left .login .enter {
font-size: 12px;
font-family: Tahoma, Arial;
font-weight: bold;
}
#left .login .enter a {
width: 188px;
display: block;
text-decoration: none;
padding: 0 0 0 10px;
outline: none;
line-height: 30px;
color:#fff;
background: url('images/bg/enter.png') no-repeat 0 0;
}
#left .login .enter a:hover {
background: url('images/bg/enter.png') no-repeat 0 100%;
}
#left .login .registr {
padding: 0 0 0 10px;
}
/*#left .login .logout {
width: 48px;
padding: 0px 20px 0px 10px;
line-height: 30px;
color:#fff;
text-decoration: none;
outline: none;
font-size: 12px;
background: url('images/bg/logout.png') no-repeat 0 100%; 
} */

.basket-top {
height: 45px;
position:relative;
float: right;
right:-9px;
top:-29px;
overflow: hidden;
}
#cart-status {
display: block;
padding: 0px 17px 0px 43px;
font-style: normal;
font-size: 13px;
line-height: 45px;     
background:url('images/bg/cart-status.png') no-repeat 0 0;
}
* html #cart-status {
top:-31px;
background:url('images/bg/cart-status-ie.png') no-repeat 0 0;
}
#cart-status p.empty, #cart-status p.noempty {
padding: 0px 0 0 38px;
margin: 0;            
}
#cart-status p.empty {
width: 270px;
background: url('images/bg/basket-empty.png') no-repeat 0 50%;
}
#cart-status p.noempty {
width: 434px;
background: url('images/bg/basket-noempty.png') no-repeat 0 50%;
}
#cart-status p.order-detail {
width: 120px;
padding:0 0 0 10px;
background: none;
}
 
.basket-top span.delivery {
width:115px;
line-height:45px;
display: block;
font-size: 13px; 
position: absolute;
top:0px;right:-9px;
padding: 0 17px 0 36px;
background:url('images/bg/cart-status.png') no-repeat 0 0;
} 
* html .basket-top span.delivery {
background:url('images/bg/cart-status-ie.png') no-repeat 0 0;
}



#right .right-column-reviews .gray-text {
color:#999;
}
#left .right-col .data-table {
margin: 0;
}
#left .right-col .data-table td {
padding: 0;
border: none;
}

.car-brands .news-list div.news-item {
padding: 4px 0 4px 10px;
background: url('images/bg/left-menu-arrow.gif') no-repeat 0 9px;
}
.car-brands .news-item {
margin:0;
}
.car-brands .news-detail .detail_picture {
padding: 5px;
float: left;
margin: 0 10px 0 0;
border: 1px solid #999;
}
.car-brands .news-detail .news-detail {
margin-bottom: 10px;
}

#left .right-col div.photo-gallery table td {
padding: 5px 0;
border: none;
text-align: center;
}


#left .right-col .map-columns td {
padding:0;
border:none;
font-size:13px;
}
#left .right-col table.map-columns li li, #left .right-col table.map-columns li {
padding:0 0 0 17px;
background:url('images/bg/map-li.png') no-repeat 0 8px;
}
#left .right-col table.map-columns li div {
padding-top:10px;
}

.footer-bottom {
	width: 99.9%;
}

a.form-mail {
	font-size: 90%;
	color: #C7242C;
}

.data-table input[type=text],
.data-table textarea {
	height:25px; width: 350px;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.data-table textarea { height: 100px; margin-bottom: 15px;}
td.form-name { padding-right: 10px; text-align: right;}

td.logo-brend a:hover img { border: 1px solid #999;}
td.logo-brend a { height: 45px; }

.toyota-img { margin-top: 3px; }
img.lexsus-img { width: 193px; height: 28px; margin-top: 2px; margin-right: 2px;}