/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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;
}
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { zoom: 1; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/* Button
----------------------------------*/

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */





/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }* {
    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;
}
