/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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: 11px;
    font-family: Arial,Helvetica,sans-serif;
    /*font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;*/
    line-height: 1.125em;
    color: #333;
}

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

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

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

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

body a {
    text-decoration: none;
    color: #333;
}

body a:hover {
    text-decoration: underline;
}
html, body {
    height: 100%;
}

body {
    background-color: #E4E4E4;
    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;

    border-left: 1px solid #C54913;
    border-right: 1px solid #C54913;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

* html #layoutDiv {
    width: 1002px;
}

#navigationCell {
    float: left;
    width: 247px;
    padding-bottom: 3em;
    margin: 0 8px 0 6px;
}

#contentCell {
    float: left;

    width: 700px;
    margin-left: 20px;
}

#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: 23.5%;
    float: left;
}

#headerLinks li h2 {
    margin: 0;
    font-size: 1em;
}

#headerLinks li h2 a:hover {
    text-decoration: underline;
}

#headerLinks li p {
    padding: 1em 1em 0 0;
}

#headerLinks li p a {
    float: left;
    overflow: hidden;
    margin-right: 1em;
}

* 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;
}




#contacts {
    /*position: absolute;*/
    /*top: 6px;*/
    /*right: 10px;*/
    float: right;
    margin-top: 6px;
    margin-right: 1em;

    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 1.3em;
}

#contacts dt, #contacts dd {
    float: left;
    padding: 0.2em 0;
}

#contacts dt.phone {
    display: none;
}

#contacts dd.phone {
    font-weight: bold;
    color: #E77817;
    padding-right: 1em;
    border-right: 1px solid #333333;
    margin-right: 1em;
}

#contacts dt.icq {
    display: none;
}

#contacts dd.icq {
    padding-left: 20px;
    background: url('/images/icq.gif') 0 50% no-repeat;
    padding-right: 1em;
    border-right: 1px solid #333;
    margin-right: 1em;
}

#contacts dt.email {
    margin-right: 0.5em;
}




#navigationMenu {
    position: absolute;
    right: 12px;
    top: 33px;

    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#navigationMenu li {
    float: left;
    font-weight: bold;
    padding: 5px 1em 5px 1em;
    background-color: #524E5E;
}

#navigationMenu li.first a {
    padding-left: 24px;
    border: 0;
}

#navigationMenu li a {
    padding-left: 1em;
    color: white;
    text-decoration: none;
    overflow: hidden;
}

* html #navigationMenu li a {
    height: 0.1%;
    overflow: visible;
}

#navigationMenu li a:hover {
    color: white;
    text-decoration: underline;
}





#basket {
    position: absolute;
    right: 12px;
    top: 123px;

    background: url(/images/basket.png) no-repeat;
    font-weight: bold;
    padding: 0 0 5px 28px;
}

#basket a {
    text-decoration: none;
}

#basket span{
    color: #03980F;
    font-size: 18px;
    font-weight: normal;
}

#header {
    position: relative;
    height: 185px;

    margin: 0 -1px 6px -1px;
    background: #f5f5f5 url(/images/head.png) no-repeat;
}

#header #logo {
    position: absolute;
    top: 60px;
    left: 30px;
}


#header #searchForm {
    position: absolute;
    top: 82px;
    right: 27px;
}

#header #searchForm input.baseInput {
    width:150px;

    color: #7D8E9C; /* silver color for search hint */
}

#header #searchForm input.active {
    color: black;
}


/* navigation menu common */
#navigationCell .navigationMenuItem {
    padding: 1em 2em 1em 2em;
    border-top: 1px dashed silver;
}

#navigationCell .navigationMenuItem h3 {
    margin-top: 0;
}


/* navigation tree */
#navigationCell #navigationTree {
    padding-bottom: 1em;
    padding-left: 1em;
}

#navigationCell #navigationTree h3 {
    background: #524E5E url(/images/h2-bg.png) repeat-x scroll 0 0;
    color: white;
    padding: 5px 10px 5px 20px;
    margin: 0 0 9px -1em;
}

#navigationCell #navigationTree a {
    text-decoration: none;
}



/* COMPARE PREVIEW */
#navigationCell #comparePreview,
#navigationCell #partnerSites {
    background-color: #f5f5f5;
}

#navigationCell #comparePreview ul {
    margin-right: 30px;
}

#navigationCell #comparePreview li {
    clear: both;

    margin: 0.5em 0;

    position: relative;
}

* html #navigationCell #comparePreview li {
    height: 0.1%;
    overflow: visible;
}

#navigationCell #comparePreview li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#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 .login,
#navigationCell #login .password {
    width: 127px;
}

#navigationCell #login td {
    vertical-align: middle;
    padding: 0 0 3px 0;
}

#navigationCell #login td label{
    padding-right: 20px;
}

#navigationCell #login .baseButton {
    background: #03980F url(/images/bg_green.png) repeat-x scroll 0 0;
}

#navigationCell #login p {
    overflow: hidden;
}

* html #navigationCell #login p {
    height: 0.1%;
    overflow: visible;
    margin-top: 1em;
}

#navigationCell #login .register {
    float: right;
}

#navigationCell #login .remindPassword {
    float: left;
}



/* partnerSites */
#partnerSites ul {
    list-style-position: outside;
    list-style-type: none;
    height: 31px;
}

#partnerSites ul li {
    float: left;
    margin-right: 1em;
}


/* contacts */
#breadCrumb {
    position: absolute;

    bottom: 3px;
    left: 0;

    overflow: hidden;
}

* html #breadCrumb {
    height: 0.1%;
    overflow: visible;
}

#breadCrumb strong {
    float: left;

    padding: 0 2em 0 0;
    font-weight: bold;
}

#breadCrumb li {
    float: left;
    padding: 0.3em 0.5em;
}

#breadCrumb li a {
    padding-right: 0.5em;
}

#breadCrumb li.last a {
    color: #03980F;
}

#contentCleaner {
    clear: both;
    height: 5em;
}

#footer {
    border-top: 1px solid #FC9514;
    background-color: #C54913;
    text-align: center;

    padding: 1em 0;
    height: 1.5em;

    position:absolute;
    bottom: 0;
    width:100%;
}

#footer a {
    color: white;
    font-weight: bold;
}

/* 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;
    background: transparent url(/images/bullet3.gif) no-repeat 5px 50%;
}

.treeview li.collapsable-last,
.treeview li.collapsable,
.treeview li.expandable-last,
.treeview li.expandable {
    background: none
}


/* 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: #e5e5e5;
    padding: 0.2em 0.5em;
    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;
}
/* 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: #D1691B;
    color: white;
}

#contentCell .delivery {
    color: #D87E3A;
}

#contentCell .deliveryAvailable {
    color: #0A9916;
}


.money {
    white-space: nowrap;
}

#contentCell .money {
    color: #C73E10;
}

input.baseInput, textarea.baseInput {
    border: 1px solid #97949D;
    padding: 0.2em 0.5em;
}

.baseButton {
    border: none;
    padding: 0.1em 1em;
    cursor: pointer;
    /*background: #03980F url(/images/h201.png) repeat-x scroll 0 0;*/
    background: #D1691B url(/images/bg_red.png) repeat-x scroll 0 0;
    color: white;
}

a.baseButton {
    display: block;
    text-decoration: none;
    color: white;
    float: left;
    padding: 0.5em 1.5em;
}

a.baseButton:hover {
    color: white;
    text-decoration: none;
}

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

.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;
}

/* FILTERS */
#contentCell .filtersForm {
    overflow: hidden;
    margin-bottom: 2em;
}

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

#contentCell .filtersForm td {
    padding: 0;
}

#contentCell .filter {
    float: left;
    margin: 0 30px 20px 0;
    padding: 0 0 0 20px;
    /*overflow-y: hidden;*/
    height: 115px;

    background: url(/images/bg_line.gif) no-repeat left top;
}

* html #contentCell .filter {
    height: 125px;
}

*:first-child+html #contentCell .filter {
    height: 125px;
}

#contentCell .filter h3 {
    margin: 0 0 10px 0;
    padding: 0;
}

#contentCell .filter ul {
    margin-right: 20px;
}

#contentCell .filter ul li {
    white-space: nowrap;
    padding: 0 0 3px 0;
}

/*IE6*/
* html #contentCell .filter ul li {
    padding: 0 0 0 0;
}

/*IE7*/
*:first-child+html #contentCell .filter ul li {
    padding: 0 0 0 0;
}

#contentCell .availableFilter {
    padding: 1em 1em 1em 26px;
    float: left;
    background-color: #F5F5F5;
}

#contentCell .actionDiv {
    text-align: left;
    float: left;
    padding: 0.7em 2em;
}

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



/* PAGINATION */
.paginationPageLinks {
    padding: 1em 0;

    font-size: 1.1em;
}

.paginationPageLinks li {
    display: inline;
}

.paginationPageLinks li a,
.paginationPageLinks li span {
    padding: 0.2em 0.5em;
}

.paginationPageLinks li .activePage {
    color: #E77817;
}

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

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




.paginationSizeLinks {
    float: right;
    padding: 1em 0;
    font-size: 1.1em;
}

.paginationSizeLinks ul {
    display: inline;
    font-weight: bold;
}

.paginationSizeLinks li {
    display: inline;
    padding: 0.2em 0;
}

.paginationSizeLinks li .active {
    color: #E77817;
}





.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 p {
    margin-bottom: 0.5em;
}

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

#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 {
    white-space: nowrap;
    margin-bottom: 0.2em;
}

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

/*
#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 .deliveryAvailable {
    /*background: url("/images/good/delivery_available.gif") 0% 50% no-repeat;*/
}
*/


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

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

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

#contentCell .rolltable thead th,
#contentCell .rolltable tfoot th {
    background: #03980F url( /images/bg_green.png ) repeat-x scroll 0 0;
    color: white;
    padding: 0.5em 1em;
    text-align: center;
}

#contentCell .rolltable thead td a,
#contentCell .rolltable thead th a {
    color: white;
}

#contentCell .rolltable td,
#contentCell .rolltable th
{
    vertical-align: middle;
    padding-left: 10px;
}

#contentCell .rolltable td {
    border-bottom: 1px silver dashed;
}

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

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

    font-size: 19px;
}

#contentCell .rolltable td.price a {
    color: #D87E3A;
    margin-right: 5px;
}

* html #contentCell .rolltable td.price a {
    color: #D87E3A;
    margin-right: 5px;
}

#contentCell .rolltable td.price .delivery {
    display: block;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    margin-top: 5px;
}

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

#contentCell .rolltable td.action {
    width: 34px;
    padding: 2px 0;

    position: relative;
}

#contentCell .rolltable td.action img {
    margin-bottom: 1px
}

#contentCell .rolltable th .money {
    color: #333;
}

#contentCell .rolltable tfoot th .money {
    color: white;
}


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

.subNewsList .date {
    position: absolute;
    color: #03980F;
    margin-left: -6.5em;
}


/* EVERY SINGLE PAGE */
#contentCell h1 {
    color: #03980F;
}

/* LIST 1 */
.templatesTovarList1 .subNavigationNodeList a {
    padding-left: 15px;
}



/* 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;
}



/* 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: 5em;
}

* 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 .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: left;
    width: 250px;
    margin: 0 11px 2em 0;
    padding-right: 30px;
    background: url(/images/bg_line.gif) no-repeat right top;
    text-align: center;
    
    overflow: hidden;
}

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

.tovarPages #contentCell h2 {
    text-align: center;
    background: #03980F url(/images/bg_green.png) repeat-x scroll 0 0;
    color: white;
    padding: 0.5em 1em;
    font-size: 12px;
    clear: both;
}

.tovarPages #contentCell .descriptionPart h2 {
    text-align: left;
    background: none;
    color: #333333;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    clear: none;
}

.tovarPages #contentCell .descriptionPart .textfield ul {
    width: 400px;
    overflow: hidden;
}

.tovarPages #contentCell .actionsWrapper {
    text-align: left;
}

.tovarPages #contentCell .goodActions {
    margin-top: 1.5em;
}

.tovarPages #contentCell .goodImage .price {
    margin-top: 1.5em;
}

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

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


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

.tovarPages #contentCell .goodImage .delivery {
    display: block;
    margin: 3px 0 0 33px;
}

.tovarPages #contentCell .rolltable {
    width: 700px;
}

.tovarPages #contentCell .integrity td {
    background-color: #F5F5F5;
    padding: 0.5em 1em;
}

.tovarPages #contentCell .integrity th {
    border-bottom: 1px dashed silver;
    padding: 0.5em 1em;
}




/*  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: left;
    margin-right: 2em;
}

.newsGroupView #contentCell hr {
    display: block;
    visibility: hidden;
    clear: both;
}

.newsGroupView #contentCell h2 {
    margin-top: 3em;
    margin-bottom: 1em;
}

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

/* PRESENTS */
.presents #contentCell h2 {
    clear: both;
    margin-top: 2em;
    margin-bottom: 1em;
}

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

/* MAIN INDEX */
.index #contentCell h2 a {
    color: #03980F;
}

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

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

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

.index #contentCell .goodItem {
    float: left;

    width: 203px;
    padding-left: 7px;
    margin-right: 20px;

    background: url(/images/bg_line.gif) top left no-repeat;
}

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

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

.index #contentCell .goodItem h3 {
    color: #03980F;
    margin: 0 0 1em 1em;
    height: 2.2em;
    overflow: hidden;
    border-bottom: 1px dashed silver;
    padding-top: 1px;   /* do not remove - IE bugfix */
}

.index #contentCell .goodItem h3 a {
    color: #03980F;
    text-decoration: none;
}

.index #contentCell .goodItem h3 a:hover {
    text-decoration: underline;
}

.index #contentCell .goodItem .imageField {
    float: left;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
    margin: 0 1em;
}

.index #contentCell .goodItem .imageField img {
    vertical-align: middle;
}

.index #contentCell .goodItem p {
    height: 120px;
    overflow: hidden;
}

.index #contentCell .goodItem .actions {
    border: 1px solid #f5f5f5;
    border-top: 1px dashed silver;
    background-color: #F5F5F5;
    display: block;
    overflow: hidden;
    padding: 1em 0 0.5em 1em;
}

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

.index #contentCell .goodItem .moneyDelivery {
    display: block;
    float: left;

    margin-right: 1.5em;
    padding: 0.2em 1em 0.2em 0.3em;
    border-right: 1px dotted silver;
}

.index #contentCell .goodItem .money {
    font-size: 1.5em;
    margin-left: 0.5em;
    display: block;
}

.index #contentCell .goodItem .delivery {
    display: block;
    margin-top: 0.5em;
}

.index #contentCell .goodItem .buttons {
    padding-top: 0.7em;
}

.index #contentCell .goodItem .buttons .baseButton {
    padding: 0.2em 0.5em;
}

.index #contentCell .goodItem .buttons .addToBasket {
    /*margin-bottom: 0.2em;*/
    /*margin-left: 2px;*/
}

/*
.index #contentCell .goodItem .buttons .moreInfo {
    background: #686573 url(/images/bg_grey.png) repeat-x scroll 0 0
}
*/

.index #contentCell .specialOffers {
    float: left;
}

.index #contentCell .bannerImage {
    display: block;
    float: right;
    width: 33%;
    margin-top: 1.5em;
    margin-left: 1em;
}

.index #contentCell .bannerImage img {
}



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

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

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

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

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

.orderPages #contentCell .actionCell {
    margin: 1em 0 2em 0;
}


/* 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;
}

/* LOGIN (REGISTER) */
.login #contentCell .loginPart,
.login #contentCell .fastRegisterPart,
.login #contentCell .fullRegisterPart {
    float: left;
    width: 200px;
    background: url(/images/bg_line.gif) no-repeat left top;
    padding: 0 10px 0 20px;
}

.login #contentCell .fullRegisterPart {
    padding-right: 0;
}

* html .login #contentCell .fastRegisterPart .baseButton {
    width: 124px;
}

*:first-child+html .login #contentCell .fastRegisterPart .baseButton {
    width: 134px;
}

.login #contentCell .loginPart h2,
.login #contentCell .fastRegisterPart h2,
.login #contentCell .fullRegisterPart h2 {
    margin: 0 0 1em 0;
}

.login #contentCell .loginPart td,
.login #contentCell .fastRegisterPart td,
.login #contentCell .fullRegisterPart td {
    vertical-align: middle;
}

.login #contentCell .loginPart .baseInput,
.login #contentCell .fastRegisterPart .baseInput,
.login #contentCell .fullRegisterPart .baseInput {
    width: 120px;
}

.login #contentCell .fullRegisterPart a {
    text-decoration: underline;
}

.login #contentCell .fullRegisterPart a:hover {
    text-decoration: underline;
}

.login #contentCell .remindPasswordPart {
    clear: both;

    background-color: #EDEDED;
    color: #5F5B59;

    padding-bottom: 1em;

    width: 450px;
}

.login #contentCell .remindPasswordPart h2 {
    margin: 0;
    padding: 1em;
    background-color: white;
}

.login #contentCell .remindPasswordPart p {
    font-size: 10px;
    font-weight: bold;
    font-family: Tahoma,Arial,Helvetica,sans-serif;

    margin: 1em 1em 1em 16px;
}

.login #contentCell .remindPasswordPart form {
    margin: 0 1em 0 1em;
}


.login #contentCell .remindPasswordPart .baseButton {
    background: #686573 url(/images/bg_grey.png) repeat-x scroll 0 0;
}

.login #contentCell .loginPart .baseButton {
    background: #03980F url(/images/bg_green.png) repeat-x scroll 0 0;
}
