/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results strong {
    font-weight: bold;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;

    text-align: left;
}

.ac_loading {
	background: white url('/resources/images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
* {
    margin: 0;
    padding: 0;
    /*text-decoration: none;*/
    outline: none;
    font-size: 100%;
    /*font-family: Times, serif;*/
}

body {
    line-height: 1.4em;
    background: white;
    color: black;
}

code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext {
    font: inherit;
    /*white-space: normal;*/
}

input, select {
    vertical-align: middle;
}

dfn, i, cite, var, address, em {
    font-style: normal;
}

th, b, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a, img, iframe, form, fieldset, abbr, acronym, object, applet, table {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td, center {
    text-align: left;
    vertical-align: top;
}

q { quotes: "" ""; }

ul, ol, dir, menu { list-style: none; }

sub, sup { vertical-align: baseline; }

/*a, a:link, a:visited { color: black; }*/

hr { display: none; }

font {
    color: inherit !important;
    font: inherit !important;
    color: inherit !important;
}

marquee {
    overflow: inherit !important;
    -moz-binding: none;
}

blink { text-decoration: none; }

nobr { white-space: normal; }





/* TYPOGRAPHY */
body {
    font-size: 75%;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    line-height: 1.125em;
    color: #52687B;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 1.4em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    line-height: 1.4em;
}

h2 {
    font-size: 1.4em;
    font-family: Arial;
    color:#44599b;
    line-height: 1.3em;
}

h3 {
    font-size: 1em;
}

a {
    text-decoration: none;
    color: black;
}

th {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

body a {
    color: #52687B;
    text-decoration: underline;
}

body a:hover {
    color: #E77817;
}

h2 a {
    text-decoration: underline;
    color:#44599b
}

h2 a:hover {
    text-decoration: underline;
}
html, body {
    height: 100%;
}

body {
    background-color: #d1dffb;
    text-align: center;
    padding: 0;
    margin: 0;
}

/* LAYOUT */
#layoutDiv {
    position: relative;

    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */

    background: white url("/images/header/navigation_bg.png")  left top  repeat-y;

    border-left: 1px solid black ;
    border-right: 1px solid black;
    min-width: 1000px;
    max-width: 1150px;
    width: expression(document.body.clientWidth < 1000? "1000px" : document.body.clientWidth > 1150? "1150px" : "auto");
    margin: 0 auto;
    text-align: left;
}

#navigationCell {
    float: left;
    width: 280px;
    padding-bottom: 3em;
}

#contentCell {
    float: left;

    width: 70%;
    margin-left: 2%;
    padding-bottom: 3em;

    background-color: white;
}

* html #contentCell {
    width: 71.9%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.8%;
}

#headerLinks {
    clear: both;
    padding: 2em 0 2em 0;
    border-bottom: 1px solid #E77817;
    background-color: white;
    overflow: hidden;
}

* html #headerLinks {
    height: 0.1%;
    overflow: visible;
}

#headerLinks li.first {
    margin-left: 24px;
}

#headerLinks li {
    width: 19%;
    float: left;
}


#headerLinks li h2 {
    margin: 0;
    font-size: 1em;
}

#headerLinks li h2 a {
    text-decoration: none;

    padding-left: 20px;
    background: url("/images/header/splash_active_bg.gif") 0 0.25em no-repeat;
}

#headerLinks li h2 a:hover {
    text-decoration: underline;
}

#headerLinks li p {
    padding: 1em 1em 0 0;
}

#headerLinks li p a {
    float: left;
    margin-right: 1em;
    overflow: hidden;
}

* html #headerLinks li p a {
    height: 0.1%;
    overflow: visible;
}

#headerLinks li p a img {
    border: 1px solid #DCE6FD;
}

#headerLinks li p a:hover img {
    border-color: #E77817;
}




#navigationLine {
    background: #E25D14 url("/images/header/basket_bg.png") repeat-x left top;
    font-size: 12px;
}




#navigationMenu {
    clear: both;
    float: left;
    height: 24px;
    overflow: hidden;

    background: #E25D14 url("/images/header/links_bg.png") repeat-x left top;
}

* html #navigationMenu {
    height: 0.1%;
    overflow: visible;
}

#navigationMenu li {
    float: left;
    font-weight: bold;
    padding: 5px 1em 0 0;
    height: 24px;
}

#navigationMenu li.first a {
    padding-left: 24px;
    border: 0;
}

#navigationMenu li a {
    padding-left: 1em;
    color: white;
    text-decoration: none;
    border-left: 1px solid white;
    overflow: hidden;
}

* html #navigationMenu li a {
    height: 0.1%;
    overflow: visible;
}

#navigationMenu li a:hover {
    color: white;
    text-decoration: underline;
}

#navigationLine {
    height: 24px;
}

#navigationLine .splitter {
    background: url("/images/header/header_splitter_bg.png") left top no-repeat;
    width: 20px;
    height: 24px;
    float: left;
}

* html #navigationLine .splitter {
    margin-right: -3px;
}

#basketInMenu {
    background: #E5EDFD url('/images/header/basket_bg.png') left top repeat-x;
    float: right;
}

#basketInMenu h3 {
    display: inline;
    margin-right: 0.5em;
}

#basketInMenu  a {
    text-decoration: none;
}

#basketInMenu .floatBasket .basket a img {
    
}

#basketInMenu .floatBasket {
    height: 30px;
}

#basketInMenu .floatBasket .basket {
    background: #E5EDFD url('/images/header/basket_bg.png') left top repeat-x;
    height: 24px;
}

#basketInMenu .floatBasket table {
    height: 30px;
}

#basketInMenu .floatBasket table td {
    background-image: url("/interface/case_shadow_ico2.png");
    background-position: 0px 1px;
    background-repeat: no-repeat;
}

#basketInMenu .floatBasket table td.bk {
    background-image: url("/interface/case_shadow.png");
    background-repeat: repeat-x;
    background-position: right top;
    height: 30px;
}




#basketInMenu #basket {
    float:right;
}

#basketInMenu #basket table {
    float: right;
}

#basketInMenu #basket table td.bk {
}

#basketInMenu #basket .basket a {
    margin-top: 4px;
    margin-right: 6px;
    margin-left: 5px;
    float: left;

}

#basketInMenu #basket_empty {
    height: 24px;
}


#basket {

    white-space: nowrap;
    text-align: right;

    margin-left: 0;

    overflow: hidden;
}

* html #basket {
    height: 0.1%;
    overflow: visible;
}


#basket img.stamp {
    vertical-align: middle;
}

#basket .goods {
    margin-left: 2px;
}

#basket .cost {
    margin-left: 1em;
}

#basket i {
    font-weight: bold;
}

#header {
    position: relative;
    height: 100px;
    background-color: white;
    background-position: left;
    background-repeat: no-repeat;
    font-family: Arial;
}

#header #logo {
    position: absolute;
    top: 14px;
    left: 24px;
}

#header #contacts {
/*    width: 300px;*/
/*    background: url("/images/header/logo_splitter.gif") 0% 50% no-repeat;*/
    font-size: 11px;
}

#header #contacts tr td {
    padding: 2px;
    padding-left: 0px;
    padding-right: 5px;
}

#header #contacts dt {
}

#header #contacts dt {
    float: left;
    clear: both;
}

#header #contacts dt.phone {
    display: none;
}

#header #contacts dd.phone {
    font-size: 1.4em;
    color: #E25D14;
}


#header #contacts .icq {
    margin-top: 0.5em;
    min-height: 17px;
    height: auto !important;
    height: 17px;
}

#header #contacts dt.icq {
    padding-left: 20px;
    background: url("/images/header/icq.gif") 0% 50% no-repeat;
}

#header #delivery {
    position: absolute;
    top: 38px;
    right: 284px;
    width: 200px;
    background-color: white;
    z-index: 100;
    padding-left: 20px;
}



#delivery img {
    float: left;
}



#delivery table {
    position: relative;
    top: -17px;
    margin-left: 5px;
    float: left;
}

#delivery table td {
    padding-right: 1em;
    padding-bottom: 3px;
}

#delivery table td.bold {
    font-weight: bold;
}



#header #searchForm {
    position: absolute;
    top: 20px;
    right: 24px;
}


#header #searchForm input.baseInput {
    width:150px;

    color: #7D8E9C; /* silver color for search hint */
}

#header #searchForm input.baseButton {
    width: 60px;    
}

#header #searchForm input.active {
    color: black;
}



#navigationCell #search {
    padding-top: 1em;
    padding-left: 2em;
    padding-bottom: 1em;
    border-bottom: 1px dotted #FF9500;
}

#navigationCell #search #searchForm input.baseInput {
    width:150px;

    color: #7D8E9C; /* silver color for search hint */
}




#navigationCell {
    background-color: #ECF2FE;
}

#rightHeaderBlock {
    background-position: right;
    background-repeat: no-repeat;
    width: 549px;
    height: 99px;
    float:right;
}

#rightHeaderBlock .navigationMenuItem {
    position: absolute;
    float: right;
    top: 20px;
    right: 24px;
    font-size: 0.9em;
}


#rightHeaderBlock .navigationMenuItem h3 {
    display: none;
}

#rightHeaderBlock .navigationMenuItem p {
    font-size: 1em;
}

#rightHeaderBlock .navigationMenuItem .login {
    width: 88px;
    margin-right: 8px;
}

#rightHeaderBlock .navigationMenuItem .password {
    width: 50px;
    margin-right:10px;
}

#rightHeaderBlock .navigationMenuItem .baseButton {
    width: 60px;
}

#rightHeaderBlock .navigationMenuItem input {
    font-size: 1em;
}

#rightHeaderBlock .navigationMenuItem span.errorMessage {
    font-size: 0.8em;
}

#rightHeaderBlock .loginInfo {
    position: absolute;
    float: right;
    top: 25px;
    right: 54px;
    font-size: 0.9em;
}

#rightHeaderBlock .loginInfo .info {
    font-weight: bold;
}

#rightHeaderBlock .loginInfo li {
    margin-bottom: 0.4em;
    padding-left: 14px;
}

#rightHeaderBlock .loginInfo li.person {
    background-image: url('/interface/chel.gif');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}


#rightHeaderBlock .loginInfo li.exit {
    background-image: url('/interface/exit.gif');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}


#rightHeaderBlock #delivery ul {
    list-style: circle;
}

#rightHeaderBlock #delivery li {
    line-height: 1.8em;
}


/* navigation menu common */
#navigationCell .navigationMenuItem {
    border-top: 1px dotted #FF9500;
    padding: 1em;
}

#navigationCell .navigationMenuItem h3, #navigationCell #navigationTree h3 {
    background: transparent url('/interface/arrow_gor.gif') no-repeat left;
    padding-left: 12px;
    margin-top: 0;
}

#navigationCell .navigationMenuItem h4 {
    margin-top: 0;
    font-size: 1.1em;
}


#navigationCell .navigationMenuItem .response {
    margin-bottom: 10px;
    font-size: 0.9em;
}

#navigationCell .navigationMenuItem .response span.user {
    color: #E77817;
}

#navigationCell .navigationMenuItem .xls {
    padding-left: 2em;
    background-image: url('/interface/xls.gif');
    background-repeat: no-repeat;
    height:1.2em;
}

/* navigation tree */
#navigationCell #navigationTree {
    padding: 1em 0 1em 2em;
}

#navigationCell #navigationTree h3 {
    margin-left: -1em;
}

#navigationCell #navigationTree a {
    text-decoration: none;
}



/* compare preview */
/*#navigationCell #comparePreview a, #navigationCell #comparePreview p {*/
    /*margin-left: 1em;*/
/*}*/

#navigationCell #comparePreview {
    position: fixed;
    background-color: #ee9468;
    top: 0px;
    right: 10px;
    color: white;
    border: 1px white solid;
}

#navigationCell #comparePreview div {
    margin: 2px 5px 2px 5px;
}


#navigationCell #comparePreview div a {
    margin: 0;
    color: white;
    margin: 3px;
    text-decoration: none;
}

#navigationCell #comparePreview div a:hover {
    text-decoration: underline;
}

#navigationCell #comparePreview ul {
    margin-left: 1em;
    margin-right: 30px;
}

#navigationCell #comparePreview li {
    clear: both;

    margin: 0.5em 0;

    position: relative;
    overflow: hidden;
}

* html #navigationCell #comparePreview li {
    height: 0.1%;
    overflow: visible;
}

#navigationCell #comparePreview .description {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

#navigationCell #comparePreview .action {
    position: absolute;
    top: 0;
    right: -30px;
}



/* login form */
#navigationCell #login form {
    margin-left: 1em;
}

#navigationCell #login span, #navigationCell #login p {
    padding: 0.5em 0 0.5em 1em;
}

#navigationCell #login .login {
    width: 80px;
}

#navigationCell #login .password {
    width: 40px;
}

/* partnerSites */
#partnerSites ul {
    list-style-position: outside;
    list-style-type: none;
    height: 31px;
    margin-left: 2em;
}

#partnerSites ul li {
    float: left;
    margin-right: 1em;
    margin-top: 1em;
}


/* contacts */
#breadCrumb {
    clear: both;
    background-color: #FAFCFE;

    border-bottom: 1px solid #D9E5FD;
    overflow: hidden;
}

* html #breadCrumb {
    height: 0.1%;
    overflow: visible;
}

#breadCrumb a {
    text-decoration: none;
}

#breadCrumb .titlePart {
    float: left;

    padding: 0.3em 2em 0.3em 2em;

    background: #D7E3FD url("/images/header/breadcrumb_bd.gif") no-repeat 100% 50%;
}

#breadCrumb .breadcrumb {
    display: inline;
    float: left;
}

#breadCrumb .breadcrumb li {
    float: left;
    padding: 0.3em 0.5em;
}

#breadCrumb .breadcrumb li a {
    padding-right: 0.5em;
    border-right: 1px solid #52687B;
}

#breadCrumb .breadcrumb li.last a {
    border-right: 0;
}

#contentCleaner {
    clear: both;
    height: 4em;
}

* html #contentCleaner {
    height: 6em;
}

#footer {
    border-top: 1px solid #D9E5FD;
    background-color: white;
    text-align: center;
    padding: 1em 0;
    height: 4em;

    position:absolute;
    bottom: 0;
    width:100%;
}

#footer .counters {
    margin: 1em;
    text-align: center;
}


/* NAVIGATION TREE */
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview li {
	margin: 0;
	padding: 3px 0 3px 16px;
}

.treeview li {
    background-image: url(/images/treeview/treeview-default-line.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.treeview li .hitarea {
}

.treeview li.last, .treeview li.collapsable-last, .treeview li.expandable-last { background-position: 0 -1766px }

.treeview li.level1 {
    font-weight: bold;
    line-height: 1.3em;
}

.treeview li.level2,
.treeview li.level3,
.treeview li.level4,
.treeview li.level5
{
    font-weight: normal;
    color: #52687B;
    line-height: 1em;
}

.treeview li.sel1 a,
.treeview li.sel2 a
{
    color: #E77817;
}

.treeview li.sel1 a:hover,
.treeview li.sel2 a:hover
{
    color: red;
}


/* HIT AREA */
.treeview .hitarea {
	background: url(/images/treeview/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview .hitarea-expandable { background-position: -80px -3px; }
.treeview .hitarea-expandable-last { background-position: -32px -70px; /*0 -3px;*/ }

.treeview .hitarea-collapsable { background-position: -64px -25px; }
.treeview .hitarea-collapsable-last { background-position: 0 -114px; /*0 -25px ;*/ }


.treeview a.selected {
    background-color: white;
    display: block;
}



#ajaxMessage {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99;

    color: white;
    font-weight: bold;

    border: 1px solid black;
    padding: 0.5em 1em;
}

.ajaxMessageLoading {
    background-color: #ACF;
}

.ajaxMessageSuccess {
    background-color: #9C9;
}

.ajaxMessageError {
    background-color: #FCA;
}

.aboutCompany p {
    line-height: 1.4em;
}




/* ADMIN UI */
#adminPanel {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;

    background-color: #FFAA66;
    color: #333;

    padding: 1em;
}

#adminPanelButton {

    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;

    background-color: #FF9933;
    border: 1px solid white;
    color: white;

    padding: 0.5em;
    cursor: pointer;
}


/* callback */

#callbackContent {
    background-color:red;
}

#TB_ajaxContent p {
    margin-right: 10px;
    text-align:justify;
}


#TB_window {
    border-width: 1px;
}

form.fhickForm input:focus {
    border: 1px #FF9933 solid;
}

form.fhickForm input[type='text'],
form.fhickForm input[type='password'],
form.fhickForm textarea,
form.fhickForm select
{
    width: 300px;
    padding:0;
}


form.fhickForm table td {
    padding:5px;
}

form.fhickForm h2 {
    margin-top:3px;
}

form.fhickForm table td.required,
form.fhickForm .required
{
    color: red;
}

form.fhickForm p {
    clear: both;
    font-size: 0.9em;
}

form.fhickForm .baseButton {
    width: 80px;
    float: right;
}

form.fhickForm select {
    border: 1px solid #7D8E9C;
}

form.fhickForm {
    padding-top: 3px;
}

form.fhickForm span.rich-message,
form.fhickForm div.error
{
    color: red;
    float: left;
    font-size: 10px;
    white-space: nowrap;
    position: relative;
    background-color: white;
    margin-left: 5px;
}

#TB_title {
    background-color: #E5EDFD;
    color: #52687B;
    font-weight: bold;
}

#TB_closeWindowButton {
    text-decoration: none;
}

#callback {
    position: absolute;
    top: 19px;
    left: 235px;
}



#callback .nowork {
    margin-bottom: 2px;
    color: #EE6622;
    line-height: 1.5em;
}

#header #callback .phone {
    font-size: 1.4em;
    color: #E25D14;
    margin-bottom: 6px;
}

#header #callback .phone span {
    font-size: 12px;
    color: #52687B;

}

#header #callback .callTime {
    font-size: 10px;
    margin-top: 8px;
    margin-bottom: 2px;
}

#header #callback .callTime a {
    text-decoration: none;
}

#header #callback .callTime .up {
    font-size: 8px;
    position: relative;
    top: -5px;

}

#header #callback .callTime a:hover {
    text-decoration: underline;
}

#userEditForm table td input {
    float: left;
}

#userEditForm table td.required {
    color: #E25D14;
}

#brands ul.brandList li {
    float: left;
    margin-bottom: 0.5em;
    margin-left: 1em;
}

#brands ul.brandList li {
    height: 30px;
    margin-left:30px;
}


#contentCell .cards {
    margin-bottom: 2em;
}

#contentCell .cards td {
    vertical-align:middle;
}

#contentCell .visa {
    margin-left: 23px;
    margin-top: 5px;
    margin-bottom: 1em;
}

#contentCell .mastercard {
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 1em;
}


.orderCardpayment #contentCell li {
    list-style-type: decimal;
    list-style-position:inside;
}

.orderCardpayment #contentCell p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.orderCardpayment #contentCell p.order {
    font-weight: bold;
    margin-top: 3em;
}

#contentCell .textfield ul.num li {
    list-style-type: decimal;
    list-style-position:outside;
    margin-left: 2em;
}

#contentCell .textfield p {
    line-height: 1.5em;
    text-align:justify;
}

#piter1 {
    width: 380px;
    float: left;
    margin-left: 40px;
}

#piter2 {
    width: 380px;
    float: left;
}

#contentCell .deliveryCompanies ul.num li {
    list-style-type: decimal;
    list-style-position:outside;
    margin-left: 4em;
}

/* --- order ----*/

.orderUserInfo {
    background-color: #f5f5f5;
    float:left;
    width: 100%;
    margin-bottom: 10px;
    clear:both;
    padding: 10px;
    font-size: 0.9em;
}

.orderUserInfo h2 {
    margin-top: 0px;
    margin-bottom: 3px;
    font-size: 1.2em;
    float:left;
}


.orderUserInfo h3 {
    margin-top: 10px;
    margin-left: 5px;
    float: left;
}


.orderUserInfo div {
    float: left;
    clear: both;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.orderUserInfo .warning {
    color: #E25D14;
    float: left;
    margin-bottom: 5px;
}

.orderUserInfo div.button {
    text-align:right;
    float:right;
}

.orderUserInfo br {
    clear: both;
}

.orderUserInfo b {
    font-weight: bold;
}

#contentCell .orderUserInfo li {
    padding: 2px 0 2px 0;
}
.reqiredBox {

}

#contentCell .personalInfoBox {
    width: 94%;
    float: left;
}

#contentCell .rekvititiInfoBox,
#contentCell .addressInfoBox {
    width: 45%;
    float: left;
    clear: none;
    margin-right: 13px;
}


.orderPages #contentCell .addressInfoBox,
.orderPages #contentCell .personalInfoBox,
.orderPages #contentCell .rekvititiInfoBox
{
    clear: both;
    width: 94%;
}



#contentCell .goodRatings .stars {
    padding-left: 0;
}


#contentCell .bmr .r {
    font-size: 1.5em;
    color: #E25D14;
    width: 10px;
}

#contentCell .bmr p {
    width: 90%;
    line-height: 1.5em;
}

#contentCell .bmr .ps {
    font-style:italic;
    margin-top: 2em;

}


#contentCell h2.line {
    background-image: url("/interface/h2_bg.jpg");
    background-repeat: repeat-x;
    background-position: 0 5px;
}

#contentCell h2.line span {
    background-color: white;
    white-space: nowrap;
    padding-right: 10px;
}


#contentCell div.blockHeader {
    color: #44599B;
    font-size: 1.2em;
    background-color: #ECF2FE;
    padding: 5px;
}

#errorSearchStr {
    font-size: 10px;
    color: #E25D14;

}

.floatBasket {
    top: 0;
    position:fixed;
}

.staticBasket {
    position:relative;
}


#smsNotifCheckBoxDiv span {
    background-image:url("/images/filter_q.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 14px;
    cursor: pointer;
}


.cloud {
    text-align: left;
    line-height: 1.5em;
    margin-left: 13px;
    font-family: arial;    
}

.cloud a {
    text-decoration: none;
}

.cloud a:hover {
    text-decoration: underline;
}

.cloud .cloud5 {
    font-size: 15px;
    font-weight: bold;
}


.cloud .cloud4 {
    font-size: 15px;
    color: #72889B;
}

.cloud .cloud3 {
    font-size: 11px;
}


.goodMarketingAction {
    float: left;
    margin-top: 30px;
}

.goodMarketingActionText {
    margin-top:20px;
}

.goodMarketingActionText a {
    color: #E25D14;
}


#titleAddr {
    position: absolute;
    left: 500px;
    top: 15px;
    line-height: 1.6em;
    font-size: 11px;
}

#titleAddr .addrInfo {
    color: #E25D14;
}

#titleAddr .metro {
    background-image: url("/interface/M.png");
    background-repeat:no-repeat;
    color: #44599b;
    height: 21px;
    padding-left: 35px;
    padding-top: 3px;
    font-weight: bold;
}

#titleAddr a {
    color: #44599b;
}




#headerBook {
    float: right;
    position: absolute;
    top: 15px;
    right: 20px;
    line-height: 1.3em;
    font-size: 11px;
}

#headerBook b {
    font-weight:bold;
}

#headerBook td {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align:middle;
}


#headerBook .book {
    background-image: url("/interface/book.png");
    background-repeat:no-repeat;
    background-position: 0 6px;
    padding-left: 45px;
    
}
#headerBook .book a {
    color: #E25D14;
}


#headerBook .auth {
    background-image: url("/interface/avtoriz.png");
    background-repeat:no-repeat;
    background-position: 11px 10px;
    padding-left: 30px;
}

#headerBook .auth a {
    color: #E25D14; 
}


#headerBook .delivery {
    background-image: url("/interface/delivery.gif");
    background-repeat:no-repeat;
    padding-left: 45px;
    background-position: 0 6px;
}

#headerBook .delivery a {
    text-decoration: none;

}


#contentCell table.ttAddr td {
    padding: 0;
    padding-right: 30px;
}

#contentCell table.ttAddr2 td {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* FORMS */
.prettySubmitButton {
    /*display: block;*/
    width: 10em;
    padding: 0.5em 1em;
    margin-top: 1em;

    border: 1px solid silver;
    text-align: center;
    white-space: nowrap;

    background-color: #DA2625;
    color: white;
}

.money {
    white-space: nowrap;
}

input.baseInput, textarea.baseInput, .baseButton {
    border: 1px solid #7D8E9C;
    padding: 0.2em 0.5em;
}

.baseButton {
    padding: 0.1em 0.5em;
    cursor: pointer;
    background: #D6E2FC url('/images/base/button_bg.gif') left top repeat-x;
    margin-left: 1em;
}

a.baseButton {
    display: block;
    text-decoration: none;
    color: black;
    float: left;
    padding: 0.3em 1em;
}

a.baseButton:hover {
    color: black;
}

input.errorInput, textarea.errorInput {
    border-color: red;
}

.multipleInput {
    overflow: hidden;
}

* html .multipleInput {
    overflow: visible;
    height: 0.1%;
}

.multipleInput .baseInput {
    float: left;
    clear: both;
    margin: 0.2em 0;
}



/* MESSAGES */
.fatalMessage {
    display: block;
    color: red;
}

.errorMessage {
    display: block;
    color: red;
}

.warningMessage {
    display: block;
    color: red;
}

.infoMessage {
    display: block;
    color: green;
}

.pageFatalMessage, .pageErrorMessage, .pageWarningMessage, .pageInfoMessage {
    display: block;
    font-size: 1.3em;
    font-weight: bold;

    margin: 0.2em 0 0.2em 0; /* look for #contentCell margin */
    padding: 0.5em 1em;
    text-align: center;
    border-style: solid;
    border-width: 2px;
}

.pageFatalMessage {
    color: #F33;
    border-color: #F66;
}

.pageErrorMessage {
    color: #F33;
    border-color: #F66;
}

.pageWarningMessage {
    color: #F90;
    border-color: #F90;
}

.pageInfoMessage {
    color: #0A0;
    border-color: #0C0;
}

#contentCell hr {
    display: block;
    height: 0;
    border: 0;
    visibility: hidden;
    clear: both;
    margin-bottom: 1em;
}

/* FILTERS */
#contentCell #toggleFilters {
    float: right;
    text-decoration: none;
    border-bottom: 1px dashed;
}

#contentCell #toggleFilters.inactive {
    cursor: default;
    color: silver;
}


#contentCell .filtersForm,
#contentCell #filtersLight {
    clear: left;
}

#filtersLight {
    background-color: #E0E0E0;
}

#contentCell #filtersLight .filterLight {
    float: left;
    margin: 0.5em 0em 0.5em 0.5em;
    min-width: 128px;
    padding-right: 0.5em;
}

#contentCell #filtersLight select {
    width: 150px;
}

#contentCell #filtersLight,
#contentCell .filtersBlock {
    background-color: #F0F0F0;
    float: left;
}

#contentCell .filtersBlock {
    margin-bottom: 1em;
}

#contentCell .paginationTop {
    float: left;
    clear: both;
    width: 100%;
}

#contentCell .paginationTop .paginationInformation {
    float: right;
    padding-top: 1em;
    clear: left;
}

#contentCell #filtersLight .filterLight h3 {
    margin: 0;
    padding: 0.3em 1em 0.5em 0;
}

#contentCell #filtersLight .filterLight h3 a {
    background-image: url("/images/filter_q.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;

}

#contentCell .filtersForm {
    margin-top: 0.5em;
    overflow: hidden;
}

* html #contentCell .filtersForm {
    height: 0.1%;
    overflow: visible;
}

* #contentCell .filter {
    width: 142px;
}

#contentCell .filter {
    float: left;
    margin: 0.5em 0.5em 0.5em 0;
    border: 1px solid #7D8E9C;
    padding-bottom:1em;
    height: 150px;
    max-width: 180px;
    min-width: 128px;
}

#contentCell .filter h3 {
    margin: 0;
    padding: 0.3em 1em;
    background: #D6E2FC url(/images/base/button_bg.gif) repeat-x scroll left top;
    border-bottom: 1px solid #7D8E9C;
}

#contentCell .filter ul {
    overflow: auto;
    height: 130px;
}

#contentCell .filter ul li {
    padding: 0.2em 0.5em;
}

#contentCell .filter .checked {
    background-color: #F9F9FF;
    border-bottom: 1px solid #E6E6E6;
}

#contentCell .filtersForm .availableFilter {
    margin-bottom: 1em;
    padding: 0.4em 0.6em;
    float: left;
    margin-right: 1em;
    margin-top: 1em;
}

#contentCell .filtersForm hr {
    margin-bottom: 0.5em;
}

#contentCell .filtersForm .actionDiv {
    clear: none;
    margin-top: 1em;
    margin-bottom: 1em;

}

#contentCell .actionDiv {
    clear: both;
    text-align: left;
}

#contentCell .actionDiv input {
    background-color: silver;
    padding: 3px;
    width: 70px;
}

#contentCell h1 {
    margin-bottom: 0.5em;
}

#contentCell .assembly {
    margin-top: 1.3em;
    font-size: 1.2em;
    font-weight: bold;
    background-image: url("/interface/memoryIcon.png");
    background-repeat: no-repeat;
    padding-left: 50px;
    height: 40px;
    width: 20em;
    line-height: 1.3em;
    border: 1px #E0E0E0 solid;
}


#contentCell .assembly a {
    text-decoration: none;
}

#contentCell .assembly a:hover {
    color: #E77817;
}

/* PAGINATION */
.paginationPageLinks {
    padding: 1em;
    float: left;
}

.paginationPageLinks li {
    display: inline;
}

.paginationPageLinks li * {
    padding: 0.2em 0.5em;
}

.paginationPageLinks li .activePage {
    background-color: #ECF2FE;
}

.paginationPageLinks li a {
    text-decoration: underline;
    background-color: white;
}

.paginationPageLinks {
    text-align: center;
    font-size: 1.1em;
}

.paginationPageLinks li img {
    vertical-align:middle;
}

.paginationTable td {
    padding: 1em 1em 1em 1em;
}

.paginationTable th a {
    padding-right: 12px;    /* for sort arrows */

    background-repeat: no-repeat;
    background-position: right;
}

.paginationTable th .desc {
    background-image: url('/interface/arrow_down.gif');
}

.paginationTable th .asc {
    background-image: url('/interface/arrow_up.gif');
}

.paginationTable .moneyCell {
    white-space: nowrap;
    text-align: right;
}



/* COMMONS */
#contentCell h2 {
/*    padding-left: 15px;
    background: url("/interface/arrow_gor.gif") no-repeat left;*/
}


#contentCell h2.withArrow {
    clear: both;    
}

#contentCell .goodActions {
    float:left;
    clear:both;
}

#contentCell .goodActions li {
    display: inline;

    white-space: nowrap;
    padding: 0;
}

#contentCell .goodActions li.add {
    background-image: url("/interface/case_bg.jpg");
    background-repeat:no-repeat;
    background-position:left center;
    height: 25px;
    width: 100px;
    float: left;
    cursor: pointer;
}

#contentCell .goodActions li.add a {
    color: white;
    padding-left: 30px;
    padding-top: 4px;
    float: left;
}

#contentCell p {
    margin-bottom: 0.5em;
}

#contentCell .textfield_clean {
    clear: both;
}

#contentCell .textfield p {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#contentCell p.addons {
    margin-top: 2em;
    line-height: 1.3em;
}

#contentCell .textfield b, #contentCell .textfield strong {
    font-weight: bold;
}


#contentCell .textfield li {
    margin-left: 1.5em;
    padding-bottom: 0.5em;
}

#contentCell .textfield ul {
    list-style: disc;
}

form.inline {
    display: inline;
}

form.inline input {
    vertical-align: middle;
}

form.inline .baseInput {
    margin-right: 0.5em;
}

#contentCell li, #contentCell td {
    padding: 0.3em 0.5em;
}



/*good actions*/
#contentCell .goodActions {
    text-align: left;
}

#contentCell .goodActions li img {
    vertical-align: middle;
    margin-right: 0.5em;
}

#contentCell .goodActions li form {
    display: inline;
}

#contentCell .goodActions li.compare {
    margin-left: 2em;
}

#contentCell .delivery {
    display: block;
    width: 17em;
    text-align: left;
    padding-left: 30px;
    min-height: 24px;
    height: auto !important;
    height: 24px;
    background: url("/images/good/to_contact.gif") 0% 50% no-repeat;
}

#contentCell .store {
    width: 250px;
    float: left;
}


#contentCell .store li {
    margin-top: 1em;
    text-align: left;
    float:left;
}

#contentCell .store li.deliveryAvailable
{
    font-weight: bold;
    background: url("/images/good/delivery_available.gif") 5px 50% no-repeat;
    padding-left: 34px;
}

#contentCell .rolltable .deliveryAvailable {
    background: url("/images/good/delivery_available.gif") 0px 50% no-repeat;
    padding-left: 20px;
    width: 80px;
}

#contentCell .rolltable .deliveryCell {
}

#contentCell .store li.deliveryNotAvailable {
    font-weight: bold;
    width: 150px;
    background: url("/images/good/cancel.jpg") 5px 50% no-repeat;
    padding-left: 34px;
}


#contentCell .store li.callback {
    background: url("/interface/callback_small.jpg") 0% 50% no-repeat;
    padding-left: 34px;
    clear: both;
    line-height:24px;
    width: 100%;

}


/* ROLL TABLE */
#contentCell .rolltable {
    width: 100%;
}

#contentCell .rolltable th {
    text-align: left;
}

#contentCell .rolltable thead th,
#contentCell .rolltable tfoot th {
    background: #D6E2FC url(/images/base/button_bg.gif) repeat-x scroll left top;
    border-right: 1px solid white;
    padding: 0.5em 1em;
    text-align: center;
}

#contentCell .rolltable td,
#contentCell .rolltable th {
    vertical-align: middle;
    border-bottom: 1px #E0E0E0 solid;
}


#contentCell .rolltable td a {
    text-decoration: none;
    display: block;
    overflow: hidden;
}

#contentCell .underlineHref td a {
    text-decoration: underline;
    line-height: 1.5em;
}

* html #contentCell .rolltable td a {
    height: 0.1%;
    overflow: visible;
}

#contentCell .rolltable td.pn {
    width: 130px
}

#contentCell .rolltable td.price,
#contentCell .rolltable th.price {
    width: 100px;
    text-align: right;
    padding-right: 0.5em;
}

#contentCell .rolltable td.price .delivery {
    display: block;

    text-align: right;
    font-size: 0.8em;

    width: auto;
    height: auto;
    min-height: 1px;

    padding-left: 0;

    background: none;

    color: #ABC;
}

#contentCell .rolltable td.price .deliveryAvailable {
    color: #E62;
}

#contentCell .rolltable td.price .request {
    font-size: 0.8em;
}


#contentCell .rolltable td.price .money {
    font-size: 1.3em;
}

#contentCell .rolltable th.totalTitle {
    text-align: right;
}

#contentCell .rolltable td.action {
    width: 30px;
}

* html #contentCell .rolltable td.action {
    width: 58px;
}

#contentCell .rolltable td.action a {
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    float: left;
}

#contentCell .rolltable col.odd {
    background-color: #F5F5F5;
}

#contentCell .rolltable td ul {
    list-style: circle;
    margin-left: 1.2em;
    
}


/* NEWS STUFF */
.subNewsList {
    padding-left: 7em;
}

.subNewsList .date {
    position: absolute;
    margin-left: -7.5em;
}

.subNewsList .more {
    text-align: right;
}

.subNewsList .more a {
    color: #E77817;
}

label {
    cursor: pointer;
}



/*----- login -----*/

.loginPart,
.fastRegisterPart,
.fullRegisterPart    
{
    float: left;
    font-size: 0.9em;
    width: 31%;
    margin-right: 10px;
}


.remindPasswordPart {
    clear:both;
    background-color: #f0f0f0;
    margin-top: 2em;
    font-size: 0.9em;
    float: left;
    padding: 10px;
    width: 100%;
}


.remindPasswordPart h2 {
    margin-top: 0;

}


a.button {
    float: right;
    clear: both;
    background-image: url("/images/base/button_bg.gif");
    background-repeat: repeat-x;
    background-position: left top;
    background-color:#D6E2FC;
    border: 1px solid #7D8E9C;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    vertical-align:middle;
    color: black;
    font-size: 0.9em;
}

a.button:hover {
    color: black;
}

#brands.navigationMenuItem {
    text-align: justify;
}

#brands.navigationMenuItem div {
    padding-left: 10px;
}




a.ft1 {
    font-size: 13px;
    line-height: 1.4em;
    font-weight: bold;
    color: #E77817;
}

a.ft2 {
    font-size: 13px;
    line-height: 1.4em;
    font-weight: bold;
}

a.ft3 {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: bold;
}


a.ft4 {
    font-size: 12px;
    line-height: 1.4em;
}

a.ft5 {
    font-size: 11px;
    line-height: 1.4em;
}



.no_underline {
    text-decoration: none;
}


ol {
    list-style-position:inside;
}


#contentCell .bigSplit {
    height: 10em;
}


.qtip-content b {
    font-weight: bold;
}

.qtip-content p {
    margin-top: 0.5em;
    margin-bottom: 0.5em; 
}


.notfound_info {
    float: left;
    clear: both;
}/* LIST 1 */
.templatesTovarList1 .subNavigationNodeList a {
    padding-left: 15px;
    background: url("/interface/marker.gif") no-repeat left;
}


.templatesTovarGroupIcons .groupBlock {
    clear: both;
    margin-top: 2em;
}


.templatesTovarGroupIcons #contentCell .groupBlock  .subNavigationNodeList a {
    padding-left: 15px;
    background: url("/interface/marker.gif") no-repeat left;
}

.templatesTovarGroupIcons #contentCell .groupBlock .image {
    float: left;
    margin-right: 2em;
}

.templatesTovarGroupIcons #contentCell .groupBlock .groupData {
    float: left;
    width: 70%;
}

.templatesTovarGroupIcons #contentCell .groupBlock h2 {
    margin-bottom: 0.5em;
    margin-top:0;
}

.templatesTovarGroupIcons #contentCell .groupBlock li {
    float: left;
}


/* LIST 2 */
.list2 #contentCell .subNavigationNodeList {
    overflow: hidden;
}

* html .list2 #contentCell .subNavigationNodeList {
    height: 0.1%;
    overflow: visible;
}

.list2 #contentCell .subNavigationNodeList li {
    padding: 0.3em 1em 0.3em 0;
    float: left;
    overflow: hidden;
}

* html .list2 #contentCell .subNavigationNodeList li {
    height: 0.1%;
    overflow: visible;
}

.list2 #contentCell .subNavigationNodeList li a {
    white-space: nowrap;
    padding-left: 15px;
    background: url("/interface/marker.gif") no-repeat left;
}



/* templatesMemory */

.templatesMemory #contentCell .subNavigationNodeList {
    overflow: hidden;
}

* html .templatesMemory  #contentCell .subNavigationNodeList {
    height: 0.1%;
    overflow: visible;
}

.templatesMemory #contentCell .subNavigationNodeList li {
    padding: 0.3em 1em 0.3em 0;
    float: left;
    overflow: hidden;
}

* html .templatesMemory  #contentCell .subNavigationNodeList li {
    height: 0.1%;
    overflow: visible;
}

.templatesMemory  #contentCell .subNavigationNodeList li a {
    white-space: nowrap;
    padding-left: 15px;
    background: url("/interface/marker.gif") no-repeat left;
}



/* LIST 4*/
.list4 #contentCell .vendorCode {
    width: 130px;
}

.list4 #contentCell .goodTable .price {
    white-space: nowrap;
    text-align: right;
}

.list4 #contentCell .goodTable .actions {
    width: 20px;
}



/* LIST LAST */
.templatesTovarListLast #contentCell ul.goodList {
    overflow: hidden;
}

* html .templatesTovarListLast #contentCell ul.goodList {
    height: 0.1%;
    overflow: visible;
}

.templatesTovarListLast #contentCell li.goodItem {
    overflow: hidden;
    margin-bottom: 2em;
    margin-top: 2em;
}

* html .templatesTovarListLast #contentCell li.goodItem {
    height: 0.1%;
    overflow: visible;
}

.templatesTovarListLast #contentCell h2 {
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    background: none;
}

.templatesTovarListLast #contentCell .goodHeader {
    border-bottom: 1px solid #D9E5FD;
}

.templatesTovarListLast #contentCell h2 a {
    text-decoration: none;
}

.templatesTovarListLast #contentCell .vendorCodeHeader {
    float: right;
    margin-left: 2em;
    margin-bottom: 0.5em;
}

.templatesTovarListLast #contentCell .information {
    margin: 0 0 1em 1em;
    float: right;
}

.templatesTovarListLast #contentCell .goodActions li {
    display: block;
    margin: 0;
    padding-top: 1em;
}

.templatesTovarListLast #contentCell .goodActions li.compare {
    clear: both;
}

.templatesTovarListLast #contentCell .goodActions li.add a {
    padding-top: 0px;
}


.templatesTovarListLast #contentCell .picture {
    float: left;

    padding: 0 20px 3em 0;
    background-color: white;
    text-align: center;
}

.templatesTovarListLast #contentCell .description {
    margin-top: 1em;
}

.templatesTovarListLast #contentCell .delivery {
    width: 10em;    
}

.templatesTovarListLast #contentCell .price {
    margin-top: 0.5em;
    text-align: left;
}

.templatesTovarListLast #contentCell .money {
    font-size: 1.6em;
    color: #E77817;
}





/* TOVAR */
.tovarPages #contentCell .goodImage {
    float: right;
    width: 250px;
    margin: 0 0 2em 3em;
    text-align: center;
    
    overflow: hidden;
}


* html .tovarPages #contentCell .goodImage {
    height: 0.1%;
    overflow: visible;
}

.tovarPages #contentCell .actionsWrapper {
    text-align: left;
    float: left;
    margin-top: 1em;
}

.tovarPages #contentCell .goodActions {
    height: 1.5em;
}

.tovarPages #contentCell .goodImage .price {
    line-height: 2.5em;
}


.tovarPages #contentCell .goodImage .money {
    font-size: 2em;
    color: #E77817;
}

.tovarPages #contentCell .goodImage .actions {
    margin-top: 1em;
    font-weight: bold;
    font-size: 1.1em;
}

.tovarPages #contentCell .goodImage hr {
    clear: both;
}

.tovarPages #contentCell .goodImage .actions li {
    padding-bottom: 0.5em;
}

.tovarPages #contentCell .goodImage .delivery {
    display: block;
    margin-top: 1em;
}

.tovarPages #contentCell .goodSmallImage {
    float: left;
    border: 1px silver solid;
    margin-top: 2em;
}

.tovarPages #contentCell .goodImage .art {
    text-align: left;
    margin-top: 2em;
    float: left;
    width: 240px;
}

.tovarPages #contentCell .goodImage .sale {
    margin-top: 1em;
    margin-bottom:1em;
    text-align: left;
    float: left;
    width:240px;
    line-height: 1.5em;
    background-color: #f0f0f0;
    padding: 5px;

}

.tovarPages #contentCell .goodImage .sale .red {
    color: red;
    font-weight: bold;
}

.tovarPages #contentCell .goodImage .opt {
    font-size: 1em;
    line-height: 1.5em;
}



.tovarPages #contentCell .rolltable {
    width: auto;
}



.tovarPages #contentCell .filterQtip {
    background-image: url("/images/filter_q.png");
    background-position: right 4px;
    background-repeat: no-repeat;
    padding-right: 15px;
    text-decoration: none;
}

.templatesTovarProprietary #contentCell h2.equipment {
    clear: both;
}


#contentCell .rolltable td.price .delivery {
    display: block;
    
}

#contentCell .rolltable th {
    height: 20px;
}

#contentCell .rolltable col.odd {
    
}

#contentCell .rolltable td.image {
    text-align: center;
}

#contentCell .rolltable td .red {
    color: red;
}


/*  MEMORY PROPRIETARY */
.templatesProprietary #contentCell .vendorTable {
    width: 600px;
}

.templatesProprietary #contentCell .vendorTable th, .vendorTable td {
    vertical-align: middle;
}

.templatesProprietary #contentCell .vendorTable h3 {
    text-transform: capitalize;
    font-size: 2em;
    padding: 0.5em 1em;
    margin: 0;
}

.templatesProprietary #contentCell .vendorTable td {
    padding: 0.7em 0;
}

.templatesProprietary #contentCell .vendorTable td ul {
    overflow: hidden;
}

* html .templatesProprietary #contentCell .vendorTable td ul {
    height: 0.1%;
    overflow: visible;
}

.templatesProprietary #contentCell .vendorTable td li {
    padding: 0.3em 1em 0.3em 0;
    float: left;
    overflow: hidden;
}

* html .templatesProprietary #contentCell .vendorTable td li {
    height: 0.1%;
    overflow: visible;
}

.templatesProprietary #contentCell .vendorTable td li a {
    white-space: nowrap;
    padding-left: 15px;
    background: url("/interface/marker.gif") no-repeat left;
}



/* NEWS */
.newsGroupView #contentCell .picture {
    float: right;
    margin-left: 1em;
}

.newsGroupView #contentCell hr {
    display: block;
    visibility: hidden;
    clear: both;
    margin-bottom: 1em;
}

.newsGroupView #contentCell .paginationPageLinks {
    clear: both;
}

.newsGroupView h2 {
    font-size:1.1em;
}

.newsGroupView h2 a {
    text-decoration: underline;
}
/* PRESENTS */
.presents #contentCell h2 {
    clear: both;
}

.presents #contentCell .picture {
    float: right;
    margin: 0 0 2em 1em;
}

/* MAIN INDEX */
.index #epilogue {
    clear: both;
    
    font-size: 0.8em;
    border-top: 1px solid #D9E5FD;
    background-color: white;
    padding: 1em 0 3.5em 0;
    text-align: center;
}

.index #epilogue a {
    margin-right: 0.5em;
}

* html .index #epilogue {
    padding: 0.5em 0 3.5em 0;
}

.index #contentCell hr {
    margin-bottom: 3em;
}

/* good list */

.index #contentCell .goodList {
    margin-top: 1em;
    overflow: hidden;
}

* html .index #contentCell .goodList {
    height: 0.1%;
    overflow: visible;
}

.index #contentCell .goodList hr {
    background-color: #E5EDFD;
    color: #E5EDFD;
    visibility: visible;
    height: 1px;
    margin: 0;
}

* html .index #contentCell .goodList hr {
    margin-top: -3px;
    margin-bottom: -3px;
}

/* good item */

.index #contentCell .goodList .goodItem {
    float: left;
    width: 24%;
    border-right: 1px solid #E4EDF7;
    font-size: 0.9em;
}

.index #contentCell .goodList .goodItem dd {
    margin: 0.3em 0em;
 }

* html .index #contentCell .goodList .goodItem {
    margin-top: -3px;
    margin-bottom: 3px;
}

.index #contentCell .goodList .last {
    border-right: 0;
}

.index #contentCell .goodItem h3 {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0;
    height: 3.7em;
    overflow: hidden;
    line-height:1.2em;
}

.index #contentCell .goodItem div.titleInfo {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0;
    height: 3.7em;
    overflow: hidden;
    line-height:1.2em;
    float: left;
    text-decoration: none;
}

.index #contentCell .goodItem dl {
    margin: 1em;
}

.index #contentCell .goodItem dt {
    float: left;
    clear: both;
    margin-right: 1em;
}

.index #contentCell .goodItem .imageField {
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin: 0.5em;
}

.index #contentCell .goodItem .price {
    text-align: center;
    font-size:1em;
    float: left;
    margin-left: 5em;
}

.index #contentCell .goodItem .price .money {
    background-color: #E77817;
    color: white;
    font-size: 1.4em;
    padding: 0px 3px 1px 3px;
    -moz-border-radius: 2px;
    margin-bottom: 2em;
}

.index #contentCell .goodItem .moneyBlue .money {
    background-color: #ecf2fe;
    color: #44599b;
}

.index #contentCell .goodItem img {
    margin-top: 5px;
}


.index #contentCell .specialOffers {
    float: left;
    width: 60%;
}

.index #contentCell .bannerImage {
    display: block;
    float: right;
    margin-top: 2.5em;
    margin-left: 2em;
    clear:both;
}


.index #contentCell .bannerImage img {
}

.index #contentCell .block1 .goodItem {
}


.index #contentCell .block1 td.leftCol {
    padding-right: 10px;
}


.index #contentCell .block1 td.rightCol {
    width: 380px;
}

.index #contentCell .newsBlock {
    padding-top: 2px;
    padding-bottom: 1em;
    padding-left: 5px;
    padding-right: 3px;
    margin-top: 20px;
}

.index #contentCell .newsBlock h2 {
    margin-top: 5px;
    clear: none;
}

.index #contentCell .block1 hr {
    margin-bottom: 0px;
}


.index #contentCell .titleBlock1 {
    display: block;
    float: right;
    margin-top: 0px;
    margin-left: 2em;
    width: 250px;
    line-height: 1.5em;
}

.index #contentCell .titleBlock1 h2 {
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 14px;
}
.index #contentCell .titleBlock1 h2.line {
    background-position: 0px 3px;
}



/* ORDER */
.orderPages #contentCell table.order .valueCell {
    text-align: center;
}

.orderPages #contentCell .rolltable tr:hover {
    background: none;
}

.orderPages #contentCell .baseButton {
    margin-top: 1em;    
}

.orderPages #contentCell .actionLine {
    overflow: hidden;
}

.orderPages #contentCell .actionLine input {
    float: left;
    font-weight: bold;
    height: 2em;

}

* html .orderPages #contentCell .actionLine {
    height: 0.1%;
    overflow: visible;
}

.orderPages #contentCell .actionCell {
    margin-top: 1em;
}


.orderPages #contentCell  #tc1 {
    width: 350px;
    float: left;
}

.orderPages #contentCell  #tc1 a {
    cursor:pointer;
    text-decoration: none;
}

.orderPages #contentCell  .deliveryCompanies {
    margin-bottom: 1em;
    float: left;
}

.orderPages #contentCell  .deliveryCompanies li {
    clear: left;
}

.orderPages #contentCell  .deliveryCompanies li div {
    float: left;
    width: 250px;
}

.orderPages #contentCell  .deliveryCompanies li div div {
    width: 150px;
}

.orderPages #contentCell  .deliveryCompanies li div input[type='text'] {
    width: 200px;
}

.orderPages #contentCell  .deliveryCompanies li {
}

.orderPages #contentCell  .deliveryCompanies li .info {
    color: #E77817;
}

.orderPages #contentCell  .deliveryCompaniesList {
    list-style: none;
    margin-left: 3em;
    margin-bottom: 1em;
    float: left;
}

.orderPages #contentCell  .deliveryCompanies .deliveryCompaniesList li {
    line-height: 1.5em;
}

.orderPages #contentCell  h2 {
    clear: both;
}




/* USER PAGES */
.userIndex #contentCell .actionCell {
    margin-top: 1em;
}

.userIndex #contentCell #logoutForm {
    float: right;
    margin-top: -3em;
}

/* SEARCH PAGE */
.search #header #searchForm input.baseInput {
    color: black;
}

/* TEST */
.test #contentCell #classNodeTree {
    float: left;
}

.test #contentCell #classNodeTree li {
    padding: 3px 0 3px 16px;
}

.test #contentCell form .baseButton {
    float: left;
    clear: both;
    margin: 0.2em 0;
}

.clear {
	clear:both;
    height:1px;
    overflow:hidden;
}

.tip {
    border-bottom: 1px #E77817 dashed;
}


h2.responses {
    clear:both;
    margin-top: 3em;
}

.responseRequest {
    float: left;
    clear:both;
    width: 100%;
}

.responseRequest a.button {
    float: none;
    margin-top: 1em;
    margin-bottom: 1em;
    
}

#responsesContainer {
    float:left;
    margin-top: 2em;
    width: 100%;
    line-height: 1.4em;
}

#responsesContainer ul li span.name {
    font-weight: bold;
    line-height: 2em;
}

#responsesContainer .line {
    border-bottom: 1px silver solid;
}


/* goodList2 */

#contentCell .goodList2 .goodItem{
    width: 15%;
    float: left;
    font-size: 0.8em;
    margin-right: 10px;
    margin-top: 20px;
}

#contentCell .goodList2 .goodItem1{
    width: 30%;
    float: left;
    font-size: 0.8em;
    margin-right: 10px;
    margin-top: 20px;

}



#contentCell .goodList2 .imageField {
    width: 100px;
    height: 100px;
    text-align:center;
}

#contentCell .goodList2 .price {
    color: #E77817;
    font-weight: bold;
    text-align:center;
}

#contentCell .goodList2 .name {
    height: 55px;
    overflow: hidden;
    margin-top: 5px;
}


.billInfo {
    margin-top:1em;
}

.actionLine .baseButton {
    margin-left:0px;
    margin-right:1em;
}
