html, body
{
    background: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Tahoma;
    position: relative;
}

.page-container
{
    min-height: 100%;
    _height: 100%;
}

.page
{
    width: 100%;
    min-width: 1000px;
    width: expression(document.body.clientWidth > 1000 ? "100%": "1000px");
    padding-bottom: 44px;
    overflow: hidden;
}

img
{
    border: 0;
}

input, textarea
{
    outline-style: none;
    resize: none;
}

a
{
    color: #116083;
    font-family: Tahoma;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

.linkdashed a
{
	border-bottom: 1px dashed #116083;
	text-decoration: none;
}

.linkdashed a:hover
{
	border-bottom: 0;
}

a.ldashed
{
	border-bottom: 1px dashed #116083 !important;
	text-decoration: none !important;
}

a.ldashed:hover
{
	border-bottom: 0 !important;
}

a.linksmall
{
	font-size: 8pt;
}

.float-left
{
    float: left;
}
.float-right
{
    float: right;
}

.floatcontainer
{
	overflow: hidden;
	zoom: 1;
}

.clear
{
    clear: both;
}
.hidden
{
    display: none;
}

.justtext
{
	padding: 0 20px;
}

h2 
{
/*	font-family: tahoma; */
	font-family: georgia; 
	font-size: 19pt;
	margin: 0 0 30px 0;
}

h3
{
/*	font-family: tahoma; */
	font-family: georgia;
	font-size: 13pt;
	margin: 20px 0 20px 0;
}

p
{
	font-family: tahoma;
	font-size: 10pt;
	line-height: 20px;
}

p.small
{
	font-family: tahoma;
	font-size: 8pt;
	line-height: 18px;
}

p.grey
{
	color: #555;
}

span.smalltext
{
	color: #555;
	font-size: 10pt;
}

.textpadding
{
	margin: 0 20px;
}

.textcenter
{
	text-align: center;
}

.colorred
{
	color: red !important;
}

.colorgreen
{
	color: green !important;
}

/*
	Page header
*/

.page-top
{
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	height: 43px;
	padding: 0 20px;
}

.page-top a
{
	border-bottom: 1px dashed #116083;
	font-size: 8pt;
	text-decoration: none;
}

.page-top a:hover
{
	border-bottom: 0px !important;
}

.page-top a.uarr,
.page-top a.darr
{
	background: url(../img/darr.gif) right center no-repeat;
	border: 0px;
	display: inline-block;
	font-size: 8pt;
	height: 5px;
	width: 5px;
	padding-left: 5px;
	margin-left: 0;
}

.page-top a.uarr
{
	background-image: url(../img/uarr.gif);
}

.region
{
	font-size: 8pt;
	float: left;
	width: 280px;
	padding: 13px 0 3px 0;
	position: relative;
	zoom: 1;
}

.popregion {
	position: absolute;
	left: 0px;
	z-index: 101;
}

* html .popregion {
	top: 25px;
	width: 195px;
}

.popregion .middle
{
	background: #f8f8f8;
	border: 1px solid #ccc;
	padding: 15px 10px 10px 13px;
}

.popregion .bottom
{
	background: url(../img/popupauth_bottom.gif) no-repeat;
	height: 9px;
	width: 195px;
}

.popregion .fieldsubbody
{
	padding: 0 0 5px 0;
}

.popregion .fieldsubbody select
{
	width: 220px;
}

.curdate
{
	color: #116083;
	float: left;
	font-size: 8pt;
	margin: 13px 0 0 10px;
}

.auth
{
	float: right;
	font-size: 1px;
	padding: 13px 0 3px 0;
	position: relative;
	z-index: 10;
	zoom: 1;
}

.auth a
{
	border: 0;
	cursor: pointer;
	margin-left: 40px;
	text-decoration: underline;
}

.auth a:hover
{
	text-decoration: none;
}

.popupauth
{
	height: 125px;
	width: 195px;
	position: absolute;
	top: 8px;
	left: -5px;
	z-index: 15;
	zoom: 1;
}

.popupauth .middle
{
	background: #f8f8f8;
	height: 81px;
	padding: 5px 0 0 13px;
}

.popupauth .top
{
	background: url(../img/popupauth_top.gif) no-repeat;
	height: 25px;
	width: 46px;
	padding: 5px 0 0 149px;
}

.popupauth .bottom
{
	background: url(../img/popupauth_bottom.gif) no-repeat;
	height: 9px;
	width: 195px;
}

* html .popupauth form
{
	display: inline;
}

.popupauth input
{
	border: 1px solid #e5e4e9;
	height: 18px;
	width: 165px;
	text-align: center;
	margin: 0 0 8px 0;
}

.popupauth a
{
/*	border-bottom: 1px solid #116083;*/
/*	border: 0;*/
	margin: 0;
/*	text-decoration: underline;*/
}

.popupauth a:hover
{
/*	border-bottom: 0;*/
/*	text-decoration: none;*/
}

.popupauth .links
{
	padding: 0 15px 0 0;
	overflow: hidden; 
	zoom: 1; 
}

/*
	Top menu
*/

.topmenu
{
	height: 40px;
	line-height: 45px;
	padding: 0 0 0 0;
	overflow: hidden;
	zoom: 1;
}

.topmenu.submenu
{
	background: url(../img/dot.gif) 0px 49px repeat-x;
	line-height: 48px;
	margin: 20px 20px 40px 20px;
	padding: 0 0 12px 0;
	text-align: center;
}

.topmenu.submenu ul
{
	background: #fff;
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin: 0 auto;
	*display: inline;
	_overflow: hidden;
	zoom: 1;
}

.topmenu.submenu ul li
{
	float: none !important;
	display: inline-block;
	*display: inline;
	overflow: hidden;
	zoom: 1;
}

.topmenurightpart
{
	float: right;
	padding: 0 20px 0 0;
}

.topmenurightpart a
{
	font-size: 14px;
}

.topmenu ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

.topmenu li
{
	float: left;
	margin: 0 25px 0 20px;
}

* html .topmenu li
{
	display: inline;
}

.topmenu li a
{
	font-family: georgia; /* +++ */
	font-size: 16px;
}

.topmenu li.big a
{
	font-size: 23px;
}

.topmenu li.active a
{
	color: #c0c0c0;
	text-decoration: none;
}

/*
	Logo
*/

.logo, 
.logo-profile 
{
	float: left;
	width: 223px;
	padding: 16px 0 0 20px;
}

.logo-profile
{
	height: 72px;
	text-align: center;
	overflow: hidden;
}

.logo-profile table
{
	height: 72px;
	width: 220px;
}

.logo-profile table td
{
	vertical-align: middle;
}

.logo .betaversion
{
	color: #c0c0c0;
	font-size: 8pt;
	position: absolute;
	margin: -3px 0 0 25px;
}

.logo .title,
.logo .title a
{
	color: #000;
/*	font-family: tahoma; */
	font-family: georgia;
	font-size: 28pt;
	line-height: 30px;
	text-decoration: none;
}

.logo .subtitle
{
	font-size: 10pt;
	line-height: 35px;
}

.logo .subtitle a
{
	font-family: georgia; /* +++ */
	font-size: 18pt;
}

.logo .subtitle a.margin
{
/*	margin: 0 45px 0 0; */
	margin: 0 55px 0 0;
}

/*
	Search
*/

.search
{
	height: 80px;
	padding: 0 20px 0 0;
	overflow: hidden;
	zoom: 1;
}

.searchcolumn
{
	margin: 0 0 0 243px;
}

.searchbox
{
	background: url(../img/searchbox_bg.gif) left top repeat;
	height: 65px;
	margin: 14px 0 0 0;
	position: relative;
}

* html .searchbox
{
	zoom: 1;
}


.searchbox .srt
{
	background: url(../img/searchbox_angle.png) left top repeat-x;
	height: 10px;
	width: 18px;
	position: absolute;
	right: 0px;
	top: 0px;
}

* html .searchbox .srt
{
	right: -1px;
}

.searchform
{
	padding: 12px 0 0 12px;
	overflow: hidden;
	zoom: 1;
}

.searchform.transparency {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.searchform form
{
	display: inline;
}

.searchform table
{
	border-collapse: collapse;
	width: 100%;
}

.searchform td
{
	height: 22px;
	padding: 0;
}

.searchform a
{
	cursor: pointer;
}

.searchinput
{
	background: #fff;
}

.searchinput input
{
	background: 0;
	border: 0px;
	height: 16px;
	width: 99%;
}

.searchicon
{
	background: #fff;
	width: 30px;
}

.searchicon .icon
{
	background: url(../img/icons16.gif) 0px 0px no-repeat;
	font-size: 1px;
	height: 16px;
	width: 16px;
	margin: 0 0 0 5px;
}

.searchfilter
{
	background: url(../img/darr_searchbox.gif) 85px center no-repeat;
	background-color: #fff;
	border-left: 1px solid #e5e5e5;
	font-size: 1px;
	width: 100px;
}

.searchfilter a
{
	font-size: 8pt;
	margin: 0 0 0 7px;
	padding: 0 15px 0 0;
	text-decoration: none;
}

.searchsubmit
{
	width: 85px;
	text-align: center;
}

.searchsubmit input
{
	height: 22px;
	width: 55px;
}

.searchlinks
{	
	color: #fff;
	font-size: 8pt;
	padding: 8px 14px 2px 11px;
	overflow: hidden;
	zoom: 1;
}

.searchlinks a
{
	color: #fff;
	font-size: 8pt;
}

.search-expanded 
{
	float: right;
}

.search-example
{
	float: left;
}

.search-example a 
{
	border-bottom: 1px dashed #fff;
	text-decoration: none;
}

* html .search-example a 
{
	position: relative;
}

.search-example a:hover
{
	border-bottom: 0px;
}

.popupsearchfilter
{
	background: #fff;
	border: 1px solid #e5e5e5;
	width: 98px;
	position: absolute;
	margin: 18px 0 0 0px;
}

.popupsearchfilter ul
{
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}

.popupsearchfilter ul li
{
	margin: 0 0 5px 0;
}

/*
	Footer
*/

.footer
{
	background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    clear: both;
	color: #000;
	font-size: 8pt;
    height: 43px;
    margin-top: -44px;
    position: relative;
    width: 100%;
    min-width: 1000px;
    width: expression(document.body.clientWidth > 1000 ? "100%": "1000px" );
}

.footer .copyright
{
	float: right;
	padding-right: 20px;
}

.footerbanner
{
	float: right;
	margin: 6px 40px 0 0;
	padding: 0 !important;
}

.footer div
{
	padding: 13px 0 0 10px;
}

.footer a
{
	margin: 0 0 0 10px;
}

/*
	Content structure
*/

.content
{
	width: 100%;
    max-width: 1280px;
    width: expression(document.body.clientWidth < 1280 ? "100%": "1280px");
    margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}

.leftpart
{
	margin: 0 250px 0 0;
}

* html .leftpart
{
	zoom: 1;
}

.rightpart
{
	float: right;
	padding: 0 20px 0 0;
	width: 220px;
}

/*
	Firms list
*/

.rightpart .rightcaption
{
	background: url(../img/greydot.png) left center repeat-x;
	margin: 0 0 20px 20px;
	width: 160px;
}

.rightpart .rightcaption.noline
{
	background: 0;
}

.rightpart .rightcaption h1,
.rightpart .rightcaption h1 a,
.rightpart .rightcaption span,
.rightpart .rightcaption span a
{
	background-color: #f6f6f6;
	color: #000;
	font-family: georgia; /* +++ */
	font-size: 15pt;
	font-weight: normal;
	padding: 0 10px 0 0;
}

.rightpart .rightcaption.smaller span,
.rightpart .rightcaption.smaller span a
{
	font-size: 12pt;
}

.rightpart h2,
.rightpart h2 a
{
	background-color: #f6f6f6;
	font-family: georgia; /* +++ */
	font-size: 15pt;
	font-weight: normal;
}

.rightpart .lightbg span,
.rightpart .lightbg span a
{
	background-color: #fafafa;
}

.rightpart h2 a,
.rightpart .rightcaption a
{
	color: #000;
	margin: 0;
	text-decoration: none;
}

.rightpart a
{
	font-size: 10pt;
}
	
.firms 
{
	padding: 0 0px;
	overflow: hidden;
	zoom: 1;
}

.firms .all
{
	float: right;
	margin: 0 0 40px 0;
}

.firms .all a
{
	font-size: 8pt;
}

.firms ul
{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.firms ul li
{
	font-size: 8pt;
	line-height: 15px;
	padding: 0 0 20px 0;
	vertical-align: top;
}

.firms ul li a
{
	line-height: 17px;
}

.firms.grey li
{
	color: #626262;
}

.firms ul
{
	padding-left: 30px;
}

.firms.producers a,
.firms.shops a
{
	font-size: 8pt;
}

/*
	Goods list
*/

.goodslist
{
	margin: 0 0 50px 0;
}

.goodslist .icons16
{
	background-color: #f6f6f6;
	float: left;
	padding: 4px 8px 0 0;
}

.goodslist .icons16 span
{
	background: url(../img/icons16.gif) 0px 0px no-repeat;
	display: block;
	font-size: 1px;
	height: 16px;
	width: 16px;
}

.goodslist .icons16 span.compare
{
	background-position: -16px 0; 
}

.goodslist .icons16 span.recycle
{
	background-position: -32px 0; 
}


.goodslist ul
{
	margin: 0;
	padding: 0 0 15px 50px;
}

.goodslist .link
{
	padding: 0 0 0 30px;
}

.goodslist .total
{
	font-size: 8pt;
	padding: 0 0 5px 30px;
}

.goodslist a
{
	font-size: 8pt;
}

.goodslist a.remove
{
	color: #d33;
	margin: 0 0 0 5px;
	text-decoration: none;
}

.goodslist .cartempty
{
	font-size: 12pt;
	padding: 0 0 10px 30px;
}

.goodslist ul li small
{
	color: #555;
	font-size: 8pt;
}

/*
	Consult
*/

.consult
{
	margin: 0px 0 50px 0;
}

.contacts .consult
{
	margin: 10px 0 15px 20px;
}

.consult h2
{
	margin-left: 20px;
}

.consult ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.consult ul li
{
	font-size: 10pt;
	line-height: 23px;
}

.consult .icons16
{
	float: left;
	padding: 4px 8px 0 0;
}

.consult .icons16 span
{
	background: url(../img/icons16.gif) 0px 0px no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}

.icons16 span.icq { background-position: -80px -16px; }
.icons16 span.mail { background-position: -64px -16px; }
.icons16 span.skype { background-position: -65px 0px; width: 15px; }
.icons16 span.tel { background-position: -80px 0px; }

/*
	Page path
*/

.pagepath
{
	font-size: 8pt;
	height: 60px;
	width: 99%;
	margin: 0 0 20px 0;
}

.pagepath .padding
{
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	height: 37px;
	margin: 0 0 0 20px;
	padding: 23px 0 0 0;
}

.pagepath a
{
	font-size: 8pt;
}

.pagepath .icons
{
	float: right;
}

.pagepath .icons22
{
	float: left;
	margin: 0 24px 0 0;
}

.pagepath .icons22 a
{
	background: url(../img/icons22.gif) 0px 0px no-repeat;
	display: block;
	height: 22px;
	width: 22px;
}

* html .pagepath .icons22
{
	display: inline;
}

.pagepath .icons22 a.icon1 { background-position: 0 0;}
.pagepath .icons22 a.icon2 { background-position: -22px 0;}

/*
	Page header
*/

.pageheader
{
	font-family: georgia;
	font-size: 19pt;
	margin: 0 0 18px 20px;
}

.pageheader a
{
	border-bottom: 1px dashed #116083;
	font-size: 8pt;
	margin: 0 0 0 22px;
	text-decoration: none;
}

.pageheader a:hover
{
	border-bottom: 0;
}

.pageheader span.news
{
	font-size: 9pt;
	margin: 0 0 0 30px;
}

.pageheader span.news a
{
	font-size: 9pt;
	margin: 0;
	border: 0;
	text-decoration: underline;
}

.pageheader span.news a:hover
{
	text-decoration: none;
}

.pageheader span.news a.active
{
	border: 0px;
	color: #333;
	text-decoration: none;
}

/*
	discount
*/

.discount ul
{
	font-size: 10pt;
	list-style-type: none;
	margin: 0 0 0 28px;
	padding: 0;
}

.discount ul li
{
	margin: 0 0 30px 0;
}

.discount .caption
{
	margin: 13px 0;
}

.discount .caption a
{
	font-size: 13pt;
}

.notfound
{
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 0 20px;
}

label.error
{
	color: #ab0000;
	display: block;
	font-size: 10pt;
}

.pagination
{
	padding: 0 20px 30px 20px; 
	text-align: center;
}

.pagination a
{
	margin: 0 2px;
}

.pagination a.active
{
	font-size: 15pt;
	text-decoration: none;
}

/*
	rightcol styles
*/
.rightbox
{
	background-color: #f6f6f6;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 3px solid #ececec;
	padding: 10px 20px 10px 10px;
}

.rightbox.lightbg
{
	background-color: #fafafa !important;
}

.rightbox.topbox
{
	border-top: 1px solid #e1e1e1;
}

.rightbox.bottombox
{
	border-bottom: 1px solid #e1e1e1 !important;
}

.header-error
{
	color: #db0000;
	font-size: 8pt;
	float: left;
	margin: 13px 0 0 70px;
}

.header-error .icon
{
	background: url(../img/icons12.gif) -12px 1px;
	display: block;
	float: left;
	height: 12px;
	width: 12px;	
	margin: 0 5px 0 0;
}

.fptext
{
	color: #555;
	display: none;
	font-size: 9pt;
	line-height: 18px;
	padding: 0 0 20px 0;
}

.fplink 
{
	padding: 0 0 10px 0;
}

.fplink a
{
	border-bottom: 1px dashed #1e6fad;
	font-family: tahoma;
	font-size: 11pt;
	text-decoration: none;
}

.fplink a:hover
{
	border-bottom: 0;
}

.searchcatresult a
{
	font-size: 9pt;
}

.searchcatresult ul
{
	line-height: 18px;
}

.catfull
{
	float: left;
	width: 48%;
	padding: 0 0 40px 0;
}

.catfull ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}

.catfull ul li
{
	padding-top: 30px;
}

.catfull ul li a
{
	color: #000;
	font-size: 15pt;
	text-decoration: none;
}

.catfull ul li a:hover
{
	color: #116083;
	text-decoration: underline;
}

.catfull ul li ul li
{
	padding-top: 20px;
}

.catfull ul li ul li a
{
	font-size: 10pt;
}

.catfull ul li ul li ul li
{
	padding: 0;
}

.catfull ul li ul li ul li a
{
	font-size: 8pt;
}

.catfull ul li span
{
	color: #777;
	font-size: 7pt;
	margin: 0 0 0 10px;
}

a.linkremove
{
	color: #333;
	text-decoration: none;
}

/*
	Notice
*/
.notice
{
	background: #fcedee;
	border: 1px solid #ad1e1e;
	font-size: 10pt;
	width: 50%;
	padding: 10px 10px 17px 10px;
	margin: 0 0 20px 0;
}

.notice.pos
{
	background: #edfcee;
	border: 1px solid #1ead1e;
	width:90%;
	margin: 0 0 20px 20px;
}

.rightpart .notice
{
	width: 90%;
}

.notice h3
{
	font-size: 14pt;
	font-weight: normal;
	margin: 10px 0 20px 0;
}

.notice p
{
	line-height: 18px;
	margin: 5px 0 !important;
	padding: 0 !important;
}

#notice-control
{
	margin: 0 20px 30px;
}

#notice-control a
{
	border-bottom: 1px dashed #3b900f;
	color: #3b900f;
	text-decoration: none;
}

#notice-control a:hover
{
	border-bottom: 0;
}

