h1, h2, h3, h4, h5, h6, h7, p, ul, ol, li, cite, hr, fieldset, img, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style-type: none;
	list-style: none;
}
.hidden, #hidden {
	position: absolute;
	display: none;
}
.cleaner {
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	width: 100%;
	text-align: center;
	font: 0.80em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #454143;
}
#body_bg {
	width: 100%;
	height: auto;
	background: #434141 url(../img/body_bg.jpg) repeat;
}
#site_bg {
	width: 100%;
	height: auto;
	background: #FFFFFF url(../img/site_bg.jpg) repeat-y top center;
}
#site {
	width: 990px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#waitingTable {
	background: transparent;
	width: 100%;
	height: 100%;
}
#waitingTable td {
	text-align: center;
	vertical-align: middle;
	background: transparent;
}
#waitingTable img, #waitingTable a img {
	text-decoration: none;
	border: none;
}
#content #waitingTable td {
	height: 100px;
}

/* ------ HEADER ------------ */
#header {
	width: 990px;
	height: 393px;
	background: url(../img/header_bg.png) no-repeat 0 0;
	position: relative;
}
#illustration {
	width: 900px;
	height: 279px;
	position: absolute;
	top: 96px;
	left: 42px;
	overflow: hidden;
}
#logozone {
	width: 900px;
	height: 72px;
	position: absolute;
	top: 24px;
	left: 38px;
	text-align: left;
	overflow: hidden;
}
#logo {
	color: #000000;
	font-size: 2.2em;
	font-weight: normal;
	margin: 10px 20px 0 20px;
	font-style: normal;
	background: none;
	padding-left: 0;
	overflow: hidden;
	height: 1.3em;
}
#logo a, #logo a:hover {
	color: #000000;
	text-decoration: none;
	font-style: normal;
}
#logo a img, #logo a:hover img {
	border: none;
	text-decoration: none;
}
#moto {
	color: #454345;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 20px 0 20px;
	overflow: hidden;
	height: 1.45em;
}
/* ------ HEADER ------------ */

/* ------ QUICK LINKS ------- */
#quickLinks {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 45px;
}

.lang {
  margin-left: 20px;
}
.lang a {
	color: #000000;
	text-decoration: underline;
}
.lang a:hover {
	color: #000000;
	text-decoration: none;
}
#languageSelect {
	padding: 0;
	margin: 0;
}
#languageSelectBody {
	margin: 0;
	padding: 0;
}
#languageSelect ul {
	display: none;
}
#languageFlags {
	padding: 0;
	margin: 0;
}
#languageSelect #languageFlags a {
	text-decoration: none;
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 0 0 7px;
	padding: 0;
	background: transparent center center no-repeat;
}
#languageList {
	padding: 0;
	margin: 0 0 0 5px;
	display: block;
	font-size: 0.9em;
}
/* IE6 */
*html #languageList {
	font-size: 0.8em;
}
#languageList .separator {
	display: inline;
}
.languageSelectbox {
	border: 1px solid #454345;
	font-size: 0.85em;
	height: 17px;
	margin: 0 0 0 5px;
	padding: 0;
}
/* IE6 */
*html .languageSelectbox {
	font-size: 0.7em;
	height: 15px;
}

#links a {
	color: #000000;
	text-decoration: underline;
	text-transform: lowercase;
	margin: 0 10px 0 0;
}
*html #links {
  font-size: 0.8em;
}
#links a:hover {
	color: #454345;
	text-decoration: none;
}
.homepage a {
	background: url(../img/homepage.png) no-repeat left;
	padding-left: 25px;
}
.print a {
	background: url(../img/print.png) no-repeat left;
	padding-left: 15px;
}
.sitemap a {
	background: url(../img/sitemap.png) no-repeat left;
	padding-left: 20px;
}
.rss a {
	background: url(../img/rss.png) no-repeat left;
	padding-left: 18px;
}
#links .separator {
	display: none;
}

/* ------ QUICK LINKS ------- */

/* ------ MAIN -------------- */
#main, #mainWide {
	width: 920px;
	margin-left: 38px;
	text-align: left;
	overflow: hidden;
	*margin-left: 0;
}

#content {
	width: 500px;
	_width: 490px;
	margin-left: 210px;
	_margin-left: 110px;
	float: left;
	overflow: hidden;
}
#mainWide #content {
	width: 710px;
	_width: 705px;
	margin-left: 210px;
	_margin-left: 110px;
	float: left;
	overflow: hidden;
}

#sidebar {
	width: 205px;
	float: left;
	margin: 0 0 0 -710px;
	padding: 0;
	overflow: hidden;
}
#mainWide #sidebar {
	width: 205px;
	float: left;
	margin: 0 0 0 -920px;
	padding: 0;
	overflow: hidden;
}

#right {
	width: 205px;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	overflow: hidden;
}

#rows #leftRow, #rows #rightRow  {
	width: 350px;
	float: left;
}
/* ------ MAIN -------------- */

/* ------ FOOTER ------------ */
#footer {
	width: 910px;
	height: 60px;
	background: url(../img/footer.jpg) no-repeat;
	margin-left: 40px;
	color: #000000;
	font-size: 1em;
	*margin-left: 12px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
#footerContent {
	padding: 30px 30px 10px 30px;
	position: relative;
}
#footerLeft {
	height: 20px;
	line-height: 1.3em;
	overflow: hidden;
	text-align: left;
	width: 420px;
	position: absolute;
	left: 40px;
	_float: left;
	_left: 0;
}
#footerRight {
	height: 20px;
	line-height: 1.3em;
	overflow: hidden;
	text-align: right;
	width: 420px;
	position: absolute;
	right: 40px;
}
#footerRight span {
	background: url(../img/footer_bell.jpg) no-repeat left top;
	padding-left: 25px;
}
/* ------ FOOTER ------------ */

/* ------ MENU -------------- */
#menuzone {
	width: 205px;
	background: url(../img/sidebox_top.jpg) no-repeat top;
	padding-top: 8px;
}
.menu li {
	width: 205px;
	overflow: hidden;
}
.menu li a {
	background: url(../img/menu.jpg) no-repeat left top;
	color: #454143;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	display: block;
	width: 170px;
	_width: 205px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 20px;
	cursor: pointer;
}
.menu li a span {
	display: block;
	width: 170px;
	overflow: hidden;
	cursor: pointer;
}
.menu li a:hover {
	background: url(../img/menu_hover.jpg) no-repeat left top;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
.menu li.open a, .menu li.selected a, .menu li.activeSelected a {
	background: url(../img/menu_hover.jpg) no-repeat left top;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.menu .level1 li a {
	background: url(../img/submenu.jpg) no-repeat left top;
	color: #454143;
	text-decoration: none;
	height: 22px;
	width: 160px;
	_width: 205px;
	line-height: 22px;
	display: block;
	overflow: hidden;
	padding-left: 25px;
	padding-right: 20px;
	font-weight: normal;
	cursor: pointer;
}
.menu .level1 li a span {
	display: block;
	width: 160px;
	overflow: hidden;
	cursor: pointer;
}
.menu .level1 li a:hover {
	background: url(../img/submenu_hover.jpg) no-repeat left top;
	text-decoration: none;
  	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
.menu .level1 li.selected a, .menu .level1 li.activeSelected a {
	background: url(../img/submenu_hover.jpg) no-repeat left top;
	text-decoration: none;
  	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
} 

.menu .level2 li a, .menu li .level1 li .level2 li a {
	background: url(../img/submenu2.jpg) no-repeat left top;
	color: #454143;
	text-decoration: none;
	height: 22px;
	width: 150px;
	_width: 205px;
	line-height: 22px;
	display: block;
	overflow: hidden;
	padding-left: 35px;
	padding-right: 20px;
	font-weight: normal;
	cursor: pointer;
}
.menu .level2 li a span {
	display: block;
	width: 150px;
	overflow: hidden;
	cursor: pointer;
}
.menu .level2 li a:hover, .menu li .level1 li .level2 li a:hover {
	background: url(../img/submenu2_hover.jpg) no-repeat left top;
	text-decoration: none;
  	color: #000000;
  	cursor: pointer;
	font-weight: bold;
}
.menu .level2 li.selected a, .menu .level2 li.activeSelected a, .menu li .level1 li .level2 li.selected a, .menu li .level1 li .level2 li.activeSelected a {
	background: url(../img/submenu2_hover.jpg) no-repeat left top;
	text-decoration: none;
  	color: #000000;
	font-weight: bold;
	cursor: pointer;
} 
/* ------ MENU -------------- */

/* ------ NAVIGATOR -------- */
#navigator {
	text-align: left;
	margin: 5px 10px 0 0;
	color: #000000;
	background: url(../img/navigator.jpg) no-repeat left top;
	padding-left: 15px;
	padding-bottom: 10px;
}
#navigator a.navFirstPage {
	color: #000000;
	background: url(../img/navigator_separator.jpg) no-repeat right;
	padding-right: 20px;
	padding-left: 10px;
	text-decoration: underline;
}
#navigator a {
	color: #000000;
	background: url(../img/navigator_separator.jpg) no-repeat right;
	padding-right: 20px;
	padding-left: 3px;
	text-decoration: underline;
}
#navigator a:hover {
	color: #454143;
	text-decoration: none;
}
#navCurrentPage {
	color: #000000;
	padding-left: 5px;
}
#navigator span span {
	display: none;
}
/* ------ NAVIGATOR -------- */

/* ------ SEARCH ----------- */
#searchBox {
	margin-top: 10px;
}
#searchBox fieldset {
	border: none;
}
#searchBox label {
	display: none;
}
#fulltextSearchText {
	background: url(../img/search_input.jpg) no-repeat;
	padding: 0px 10px 0 20px;
	width: 133px;
	height: 37px;
	border: none;
	float: left;
}
/* IE */
#fulltextSearchText {
	*padding: 10px 10px 0 20px;
	_width: 170px;
}

#fulltextSubmit {
	margin: 0;
	padding: 0;
	float: left;
	background: url(../img/search_btn.jpg) no-repeat;
	width: 37px;
	height: 37px;
	border: none;
	cursor: pointer;
	_margin: 0 0 0 -3px;
}
#fulltextSubmit:hover {
   margin: 0 0 0 0;
	padding: 0;
	float: left;
   background: url(../img/search_btn_hover.jpg) no-repeat;
   width: 37px;
	height: 37px;
	border: none;
	cursor: pointer;
	_margin: 1px 0 0 3px;
}

.submit {
	background: transparent url(../img/submit_bg.jpg) repeat-x top;
	color: #000000;
	border: none;
	height: 24px;
	padding: 0 15px 2px 15px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #000000;
	text-transform: uppercase;
}
/* IE */
.submit {
  *padding: 0 15px 0 15px;
  *margin: 0;
  *border: none;	
}
/* WebKit */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.submit { padding: 0 15px 0 15px; }
}
.submit:hover {
	background: url(../img/submit_hover.jpg) repeat-x top;
	color: #000000;
	border: none;
	height: 24px;
	padding: 0 15px 2px 15px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #000000;
	text-transform: uppercase;
}
/* IE */
.submit:hover {
  *padding: 0 15px 0 15px;
  *margin: 0;
  *border: none;	
}
/* WebKit */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.submit:hover { padding: 0 15px 0 15px; }
}
#fulltextSearchResult {
	padding-bottom: 10px;
}
#fulltextSearchResult fieldset {
	border: none;
	margin: 0;
	padding: 10px;
}
#rows #fulltextSearchResult fieldset {
	padding: 5px;
}
.search {
	margin-bottom: 5px;
	float: left;
	width: 170px;
	*width: 160px;
}
#mainWide .search {
	width: 240px;
} 
#rows .search {
	width: 324px;
}
.search label, .type label {
	width: 170px;
	float: left;
	margin-bottom: 10px;
	color: #434145;
	font-weight: bold;
	*width: 155px;
}
#mainWide #rows .search label, #mainWide #rows .type label {
	width: 318px;
	float: left;
	margin-bottom: 3px;
}
#mainWide .search label, #mainWide .type label {
	width: 230px;
}
.type {
	margin-bottom: 5px;
	float: left;
	width: 170px;
	margin-left: 15px;
	*width: 160px;
}
#mainWide .type {
	width: 240px;
}
#rows .type {
	margin-left: 0;
	width: 324px;
}
#fulltextSearchTextResult {
	background: url(../img/input_bg.png) no-repeat top left;
	width: 167px;
	border: 1px solid #000000;
	padding: 3px 2px;
	font-size: 1em;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	*width: 155px;
}
#mainWide #fulltextSearchTextResult {
	width: 227px;
}
#mainWide #rows #fulltextSearchTextResult {
	width: 318px;
}
/* IE7, IE8 */
#fulltextSearchTextResult {
	*padding: 2px 2px 2px 2px;
}
/* IE6*/
*html #fulltextSearchTextResult {
	padding: 2px;
	height: 23px;
}
#fulltextSearchTypeResult {
	background: url(../img/input_bg.png) no-repeat top left;
	width: 167px;
	height: 23px;
	border: 1px solid #000000;
	padding: 3px 2px 2px 2px;
	*width: 155px;
}
/* WebKit */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#fulltextSearchTypeResult { margin-top: 2px; }
}
#mainWide #fulltextSearchTypeResult {
	width: 227px;
}
#mainWide #rows #fulltextSearchTypeResult {
	width: 324px;
}
/* IE */
#fulltextSearchTypeResult {
	*padding: 2px;
	*margin-top: 1px;
}
.btnarea {
	float: left;
	margin-left: 15px;
	margin-top: 25px;
}
/* IE */
.btnarea {
  *margin-left: 5px;
}
#rows .btnarea {
	margin-left: 0;
	margin-top: 10px;
	float: right;
}
/* WebKit */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.btnarea { margin-top: 28px; }
}
p.size, .boxContent p.size {
	line-height: 1.3em;
	font-size: 0.9em;
	padding-bottom: 0;
	color: #646464;
}
/* ------ SEARCH ----------- */

/* ------ BOX ------------- */
.box {
	width: 480px;
	background: url(../img/box_bottom.jpg) no-repeat bottom center;
	padding-bottom: 25px;
	overflow: hidden;
	margin: 5px 5px 20px 5px;
}
#mainWide .box {
	width: 690px;
}
#mainWide #rows .box {
	width: 340px;
}
#sidebar .box, #right .box {
	width: 205px;
	overflow: hidden;
	margin-bottom: 20px;
	background: url(../img/sidebox_bottom.jpg) no-repeat bottom center;
	padding-bottom: 25px;
}
.boxTitle {
	margin: 0 0 7px 0;
	padding: 0 3px;
}
.boxTitle h2 {
	color: #000000;
	font-size: 1.8em;
	font-weight: normal;
}
#sidebar .boxTitle, #right .boxTitle {
	width: 205px;
	height: 25px;
	background: url(../img/sidebox_title.jpg) no-repeat top;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#sidebar .boxTitle h2, #right .boxTitle h2, #sidebar .boxTitle h1, #right .boxTitle h1 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 1px 0 0 0;
	text-transform: uppercase;
	height: 25px;
	overflow: hidden;
	width: 170px;
	padding: 0 25px 0 20px;
	color: #ffffff;
	font-style: normal;
	text-align: center;
}
.boxContent {
	padding: 0 3px;
}
#sidebar .boxContent, #right .boxContent {
	padding: 5px 15px 0 15px;
}

/* ------ BOX ------------- */

/* ------ WYSIWYG --------- */
h1, h2 {
	color: #000000;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	color: #000000;
	font-size: 1.4em;
	font-weight: normal;
}
h4, h5 {
	color: #000000;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: underline;
}
h6 {
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: underline;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #454143;
	text-decoration: underline;
}

.boxContent img, .boxContent a img {
	margin: 5px;
	border: 5px solid #e3e3e3;
}
.boxContent a:hover img {
	border: 5px solid #454143;
}

.boxContent p {
	margin-bottom: 7px;
	line-height: 1.6em;						   
}

.boxContent ol {
	margin: 10px 0 10px 30px;
}
.boxContent ol li ol {
	margin: 0 0 0 15px;
}
.boxContent ol li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 2px;
	padding-top: 2px;
}
.boxContent ol li ul {
	padding: 0 0 0 0;
}
.boxContent ol li ul li {
	list-style-type: none;
	background: url(../img/li.png) no-repeat 0px 7px;
	padding: 3px 0 2px 15px; 
}

.boxContent ul {
	padding: 10px 0 10px 10px;
}
.boxContent ul li {
	background: url(../img/li.png) no-repeat 0px 7px;
	padding: 3px 0 2px 15px;
}
#sidebar .boxContent ul li, #right .boxContent ul li {
	background: url(../img/li.png) no-repeat 0px 7px; 
}
.boxContent ul li ul {
	padding: 0 0 0 0;
}
.boxContent ul li ul li {
	background: url(../img/li.png) no-repeat 0px 7px;
	padding: 3px 0 2px 15px;
}
#sidebar .boxContent ul li ul li, #right .boxContent ul li ul li {
	background: url(../img/li.png) no-repeat 0px 7px;
}

.boxContent ul ol li, #sidebar .boxContent ul ol li, #right .boxContent ul ol li {
	background: none;
	padding-left: 0px;
}

blockquote {
	color: #454143;
	font-style: italic;
	margin: 0 5px;
	padding: 5px;
}

table {
	border-collapse: collapse;
	margin: 0 0 7px 1px;
}
*html .box table {
  font-size: 0.9em;
}
.modernTable {
	border-collapse: collapse;
	margin: 0 0 0 1px;
}
#sidebar .modernTable, #right .modernTable {
	margin-left: 1px;
}
.modernTable thead tr td {
	background: #000000;
	border: 1px solid #000000;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	color: #FFFFFF;
}
.modernTable tbody tr td {
	background: none;
	border: 1px solid #000000;
	padding-left: 8px;
	padding-right: 5px;
	margin: 0;
}
/* ------ WYSIWYG --------- */

/* ------ ARTICLES -------- */
.article {

}
#sidebar .article, #right .article {
	padding: 2px 0 2px 0;
	margin: 0 0 10px; 0;
}
.article h3 {
	margin-bottom: 3px;
	font-size: 1.2em;
	font-weight: bold;
}
.article h3 a {
	color: #000000;
	text-decoration: underline;
}
.article h3 a:hover {
	color: #000000;
	text-decoration: none;
}
.article ins {
	text-decoration: none;
	color: #b3b3b3;
	font-size: 0.85em;
}
.articleTime ins {
	color: #b3b3b3;
	text-decoration: none;
	font-size: 0.85em;
}
.article .articleContent {
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 1.6em;
}
.article .articleContent img {
	margin: 5px;
}

#sidebar .articleDetail, #right .articleDetail {
  padding-left: 3px;
  padding-right: 2px;
}
/* ------ ARTICLES -------- */

/* ------ PAGING ---------- */
.paging {
	float: right;
}
#sidebar .paging, #right .paging {
	float: none;
	padding-top: 5px;
	text-align: center;
	margin-top: 10px;
}
#rows .paging {
  float: none;
  padding-top: 5px;
  text-align: center;
  margin-top: 10px;
}
.leftEnd, .left  {
	color: #000000;
	font-weight: bold;
	line-height: 1.5em;
	margin-right: 3px;
	padding: 0 2px 2px 2px;
	text-decoration: none;
}
#sidebar .leftEnd, #sidebar .left, #right .leftEnd, #right .left {
	margin-right: 0;
}
.leftEnd:hover, .left:hover {
	color: #000000;
	text-decoration: underline;
}
.paging .selected {
	font-weight: bold;
	color: #ffffff;
	padding: 0 2px 2px 2px; 
	background: #000000;
}
.right, .rightEnd {
	color: #000000;
	font-weight: bold;
	line-height: 1.5em;
	margin-left: 3px;
	padding: 0 2px 2px 2px;
	text-decoration: none;
}
#sidebar .rightEnd, #sidebar .right, #right .rightEnd, #right .right {
	margin-right: 0;
}
.rightEnd:hover, .right:hover {
	color: #000000;
	text-decoration: underline;
}
.separator {
	display: none;
}
.paging a {
	padding: 0 2px 2px 2px;
}
#right .paging a, #sidebar .paging a {
  padding: 0 0 2px 0;
}
.paging a .pageText {
	color: #000000;
	line-height: 1.5em;
	text-decoration: underline;
	font-weight: bold;
}
.paging a:hover .pageText {
	color: #000000;
	text-decoration: none;
}
/* ------ PAGING ---------- */

/* ------ LINK and INFO --- */
.archive {
	margin-bottom: 5px;
}
.archive a {
	font-weight: bold;
}
#sidebar .archive, #right .archive {
	padding: 0;
}
.pagingInfo {
	float: left;
	padding-top: 3px;
	color: #000000;
}
#sidebar .pagingInfo, #right .pagingInfo {
	padding: 0;
	float: none;
}
#rows .pagingInfo {
  padding: 0;
  float: none;
}
#leftContent .pagingInfo, #rightContent .pagingInfo {
	float: none;
}
.back {
	margin-top: 5px;
}
.back a {
	font-weight: bold;
}

.rbcTags h4 {
	display: block;
	float: left;
	margin: 4px 7px 0 0;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.rbcTags h4 a {
	color: #000000;
	text-decoration: none;
}
.rbcTags h4 a:hover {
	color: #b3b3b3;
	text-decoration: underline;
}
.rbcTags .tags {
	line-height: 2em;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}

#sidebar .rbcBookmarks, #right .rbcBookmarks {
  padding-left: 5px;
  padding-right: 5px;
}
.rbcBookmarks img {
	margin: 0 0 0 0;
}
/* ------ LINK and INFO --- */

/* ------ TAGS ------------ */
ol.tags, .boxContent ol.tags {
	margin: 5px 0 5px 0;
	text-align: center;
	font-size: 0.95em;
	line-height: normal;
}
ol.tags li {
	padding: 0;
	list-style-type: none;
	list-style: none;	
	margin: 0 0.25em 0 0.25em;
	font-size: 1.2em;
	display: inline;
	text-align: left;
}
ol.tags a {
	color: #000000;
	text-decoration: underline;
}
ol.tags a:hover {
	color: #000000;
	text-decoration: none;
}
/* ------ TAGS ------------ */

/* ------ DISCUSSION --------- */
.diskuze {
	background: url(../img/new_post_bg.jpg) no-repeat top center;
	padding: 20px 40px 0 40px;
	overflow: hidden;
}
#mainWide .diskuze {
	background: url(../img/new_post_bg_wide.jpg) no-repeat top center;
}
#mainWide #rows .diskuze {
	background: url(../img/new_post_bg_rows.jpg) no-repeat top center;
}
#sidebar .diskuze, #right .diskuze {
	background: none;
	padding: 0;
	overflow: hidden;
}
.diskuze h5 {
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
#sidebar .diskuze h5, #right .diskuze h5 {
	margin-left: 5px;
}
.diskuze fieldset {
	border: none;
	padding: 10px 5px 0 5px;
}
#right .diskuze fieldset {
	padding: 5px 5px 0 3px;
}
.diskuze label {
	float: left;
	width: 123px;
	padding: 0 7px 0 0;
	margin-top: 5px;
	color: #434145;
	font-weight: bold;
}
#mainWide .diskuze label {
	padding: 0 7px 0 0;
	width: 163px;
}
#sidebar .diskuze label, #right .diskuze label {
	float: left;
	width: 170px;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #434145;
	font-weight: bold;
}
#rows .diskuze label {
	float: left;
	width: 238px;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 3px;
}
.diskuze #postAuthor, .diskuze #postEmail, .diskuze #postTitle, .diskuze .feWebFormInput {
	border: 1px solid #000000;
	width: 245px;
	padding: 3px 2px 3px 2px;
	font: 1em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	background: url(../img/input_bg.png) no-repeat left top;
	_height: 25px;
}
/* IE, IE8 */
.diskuze #postAuthor, .diskuze #postEmail, .diskuze #postTitle, IE8 */
.diskuze .feWebFormInput {
	*width: 240px;
}
/* IE6 */
*html .diskuze #postAuthor, *html .diskuze #postEmail, *html .diskuze #postTitle, /* IE6 */
*html .diskuze .feWebFormInput {
	width: 240px;
}
#mainWide .diskuze #postAuthor, #mainWide .diskuze #postEmail, #mainWide .diskuze #postTitle, #mainWide .diskuze .feWebFormInput {
	width: 415px;
}
/* IE, IE8 */
#mainWide .diskuze #postAuthor, #mainWide .diskuze #postEmail, #mainWide .diskuze #postTitle, IE8 */
#mainWide .diskuze .feWebFormInput {
	*width: 410px;
}
/* IE6 */
*html #mainWide .diskuze #postAuthor, *html #mainWide .diskuze #postEmail, *html #mainWide .diskuze #postTitle, /* IE6 */
*html #mainWide .diskuze .feWebFormInput {
	width: 408px;
}
#sidebar .diskuze #postAuthor, #sidebar .diskuze #postEmail, #sidebar .diskuze #postTitle, #sidebar .diskuze .feWebFormInput {
	width: 160px;
}
#right .diskuze #postAuthor, #right .diskuze #postEmail, #right .diskuze #postTitle, #right .diskuze .feWebFormInput {
	width: 160px;
	_width: 170px;
}
#rows .diskuze #postAuthor, #rows .diskuze #postEmail, #rows .diskuze #postTitle, #rows .diskuze .feWebFormInput {
	width: 238px;
}

.diskuze #postText, .diskuze .feWebFormTextarea {
	border: 1px solid #000000;
	width: 245px;
	height: 100px;
	float: left;
	padding: 3px 2px 3px 2px;
	font: 1em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../img/input_bg.png) no-repeat left top;
}
/* IE7, IE8 */
.diskuze #postText, IE8 */
.diskuze .feWebFormTextarea {
	*width: 240px;
}
/* IE6 */
*html .diskuze #postText, /* IE6 */
*html .diskuze .feWebFormTextarea {
	width: 242px;
}
#mainWide .diskuze #postText, #mainWide .diskuze .feWebFormTextarea {
	border: 1px solid #000000;
	width: 415px;
	height: 100px;
	float: left;
	padding: 3px 2px 3px 2px;
	font: 1em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../img/input_bg.png) no-repeat left top;
}
/* IE7, IE8 */
#mainWide .diskuze #postText, IE8 */
#mainWide .diskuze .feWebFormTextarea {
	*width: 410px;
}
/* IE6 */
*html #mainWide .diskuze #postText, /* IE6 */
*html #mainWide .diskuze .feWebFormTextarea {
	width: 412px;
}
#sidebar #postText, #right #postText, #mainWide #sidebar #postText, #mainWide #right #postText, #sidebar .feWebFormTextarea, #right .feWebFormTextarea, #mainWide #sidebar .feWebFormTextarea, #mainWide #right .feWebFormTextarea {
	width: 160px;
}
#right #postText, #mainWide #right #postText, #right .feWebFormTextarea, #mainWide #right .feWebFormTextarea {
	_width: 170px;
}
#mainWide #rows #postText, #mainWide #rows .feWebFormTextarea {
	width: 238px;
}

.diskuze .btn {
	float: right;
	margin: 5px 3px 0 0;
	*margin: 5px 4px 0 0;
}
/* WebKit */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.diskuze .btn { margin: 5px 1px 0 0; }
}
#sidebar .diskuze .btn, #right .diskuze .btn {
	float: right;
	margin: 5px 5px 0 0;
}
/* IE */
#sidebar .diskuze .btn, #right .diskuze .btn {
	float: right;
	*margin: 5px 0 0 0;
}
/* WebKit */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#sidebar .diskuze .btn, #right .diskuze .btn { 
	margin: 5px 0 0 0; 
	float: right;
  }
}
#rows .diskuze .btn {
	float: right;
	margin: 5px 0 0 0;
}

p.formError {
	color: #f52723;
	font-weight: bold;
}
.boxContent ul.formError {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}
ul.formError li, #sidebar ul.formError li, #right ul.formError li, #rows ul.formError li {
	padding-left: 0;
	background: none;
	color: #434145;
}
ul.formError li span {
	font-weight: bold;
	color: #f52723;
}


.diskuze h4 {
	margin-top: 7px;
}
.diskuze label.wrong {
	color: #f52723;
}
.diskuze #postAuthor.wrong, .diskuze #postEmail.wrong, .diskuze #postTitle.wrong, .diskuze .feWebFormInput.wrong {
	border: 1px solid #f52723;
}

.post {
	height: auto;
	margin: 0 0 5px 100px;
	overflow: hidden;
	padding: 0 0 0 10px;
	background: url(../img/small_bell.jpg) no-repeat 0 12px;
}
.level-1 {
	margin-left: 0px;
	background: none;
	padding-left: 0;
}
.level-2 {
	margin-left: 20px;
	background: url(../img/small_bell.jpg) no-repeat 0 12px;
	padding-left: 10px;
}
.level-3 {
	margin-left: 40px;
	background: url(../img/small_bell.jpg) no-repeat 0 12px;
	padding-left: 10px;
}
.level-4 {
	margin-left: 60px;
	background: url(../img/small_bell.jpg) no-repeat 0 12px;
	padding-left: 10px;
}
.level-5 {
	margin-left: 80px;
	background: url(../img/small_bell.jpg) no-repeat 0 12px;
	padding-left: 10px;
}
.post .head {
	padding: 5px 5px 0 5px;
	color: #1B1B1B;
}
.post .text {
	padding: 0 5px 0 5px;
}
.post .head h3 {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
.post .head p {
	margin: 0;
	padding: 0;
	color: #434145;
	font-size: 0.9em;
}
.post .head .date, .post .head .user, .post .head .title {
	color: #434145;
	text-transform: lowercase;
}
.post .head .userName {
	color: #000000;
	font-weight: bold;
}
.post .head span {
	color: #434145;
	font-weight: normal;
}
.post .head ins {
	text-decoration: none;
	font-weight: bold;
}
.post .reply {
	float: right;
	margin-right: 10px;
	text-transform: lowercase;
}

.newPost {
	font-weight: bold;
	margin-top: 5px;
}
/* ------ DISCUSSION --------- */

/* ------ FAQ ---------------- */
.question h3.title {
	cursor: pointer;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
}
.question h3.title:hover {
	color: #434145;
	font-weight: bold;
}
.hideAnswer {
	color: #434145;
	background: url(../img/faq_close.jpg) no-repeat;
	padding-left: 25px;
	font-weight: bold;
}
.viewAnswer {
	color: #000000;
	background: url(../img/faq_open.jpg) no-repeat;
	padding-left: 25px;
	font-weight: bold;
}
.answerBlock {
	margin-top: 5px;
	padding-left: 25px;
}
/* ------ FAQ ---------------- */

/* ----- LINKS -------------- */
.item {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#sidebar .item, #right.item {
  padding-left: 5px;
  padding-right: 5px;
}
.item h2.title {
	font-size: 1.2em;
	font-weight: bold;
}
.item h2.title a {
	color: #000000;
}
.item h2.title a:hover {
	color: #434145;
}
.item .uri {
	margin-bottom: 5px;
	font-size: 0.9em;
}
.item .uri a { 
	color: #646464;
	text-decoration: underline;
}
.item .uri a:hover {
	color: #000000;
	text-decoration: underline;
}
.itemContent {
	line-height: 1.5em;
}
/* ----- LINKS -------------- */

/* ---- SERVERMAP ----------- */
ul.ServerMap {
	padding: 0 0 0 0;
}
ul.ServerMap li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background: none;
	padding: 4px 0 4px 0;
}
ul.ServerMap li a {
	font-size: 1.2em;
	text-decoration: underline;
	font-weight: bold;
}

ul.ServerMap ul.level1 {
	padding: 5px 0 0 10px;
}
ul.ServerMap ul.level1 li {
	background: none;
	padding-left: 0;
}
ul.ServerMap ul.level1 li a {
	color: #000000;
	text-decoration: underline;
	background: url(../img/small_bell.jpg) no-repeat 0 5px;
	padding-left: 15px;
	font-weight: normal;
	font-size: 1em;
}
ul.ServerMap ul.level1 li a:hover {
	color: #434145;
}

ul.ServerMap ul.level1 ul {
	padding: 5px 0 0 10px;
}
ul.ServerMap ul.level1 ul li {
	background: none;
	padding-left: 5px;
}
ul.ServerMap ul.level1 ul li a {
	color: #000000;
	text-decoration: underline;
	background: url(../img/small_bell.jpg) no-repeat 0 5px;
	padding-left: 15px;
	font-weight: normal;
	font-size: 1em;
}
ul.ServerMap ul.level1 a:hover {
	color: #434145;
} 
/* ---- SERVERMAP ----------- */

/* ---- PRODUCTS ------------ */
.product {
	margin-bottom: 10px;
	margin-top: 10px;
}
#sidebar .product, #right .product {
	padding: 2px 5px;
	margin-top: 5px;
}
.product .title {
	font-size: 1.2em;
	font-weight: bold;
}
#sidebar .product .title, #right .product .title {
	margin-left: 0;
}
#rows .product .title {
	margin-left: 0;
}
.product .image {
	float: left;
	background: url(../img/product_img.jpg) no-repeat top;
	width: 130px;
	height: 144px;
	padding: 0;
	margin: 5px 10px 5px 0;
}
.product .image:hover {
	background: url(../img/product_img_hover.jpg) no-repeat top;
}
#sidebar .product .image, #right .product .image {
	margin: 5px 10px 5px 22px;
}
#rows .product .image {
	float: left;
	text-align: center;
	margin: 10px 10px 10px 0;
}
.product .image a {
	border: none;
	text-decoration: none;
	overflow: hidden;
	font-size: 85%;	
	cursor: pointer;
	font-weight: normal;
	text-align: center;
}
.product .image a span.obr {
	position: relative;
	display: block;
	margin: 0 auto 5px;
	width: 118px;
	height: 118px;
	padding-top: 11px;
	_margin-left: 5px;
	_height: 135px;
}
.product .image a span.obr span {
	*position: absolute;
	*top: 50%;
	*left: 50%;	
}
.product .image a span.obr img {
	margin: 0;
	border: 0;
	border: none;
	background: none;
}
.product .image a span.obr img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
	background: none;
	*position: relative;
	*top: -50%;
	*left: -50%;
	*margin: 0;
	*overflow: hidden;
	border: none;
}


.product .text {
	line-height: 1.5em;
}
#sidebar .product .text, #right .product .text {
	margin: 0;
}
#rows .product .text {
	margin-left: 0;
	margin-top: 10px;
}

.productDetail { 
  text-align: left;
}
.productDetail .image {
	display: block;
	margin: 0;
	text-align: center;	
}
.productDetail .image a {
	border: none;
	text-decoration: none;
}
.productDetail .image a img {
	text-decoration: none;
	background-color: #bababa;
	border: 5px solid #bababa;
}
#rows .productDetail .image a img {
	margin: 0;
}
.productDetail .image a:hover img {
	text-decoration: none;
   background-color: #454143;
	border: 5px solid #454143;
}
.productDetail .text {
	margin-top: 5px;
}
/* ---- PRODUCTS ------------ */

/* ---- PHOTOGALLERY -------- */
.photo118 {
	margin-top: 10px;
	overflow: hidden;
}
.photo118 a.photo {
	width: 120px;
	float: left;
	text-decoration: none;
}
.photo200 {
	margin-top: 10px;
	overflow: hidden;
}
.photo200 a.photo {
	width: 202px;
	float: left;
	text-decoration: none;
	margin: 0 0 10px 15px;
}
a.photo {
	margin: 0 0 10px 20px;
	overflow: hidden;
	font-size: 85%;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
	padding-bottom: 5px;
	text-decoration: none;
}
.photo118 a.photo {
	background: url(../img/photo118.jpg) no-repeat top center;
	height: 186px;
	width: 130px;
}
.photo118 .photo:hover {
	background: url(../img/photo118_hover.jpg) no-repeat top center;	
}
.photo200 a.photo {
	background: url(../img/photo200.jpg) no-repeat top center;
	width: 221px;
	height: 273px;
}
.photo200 .photo:hover {
	background: url(../img/photo200_hover.jpg) no-repeat top center;	
}

#mainWide .photo118 a.photo {
	margin: 0 0 10px 35px;
	padding-top: 7px;
}
#sidebar .photo118 a.photo, #right .photo118 a.photo {
	margin: 0 0 10px 25px;
	padding-top: 7px;
}
#mainWide .photo200 a.photo {
	margin: 0 0 10px 80px;
	padding-top: 11px;
}
#sidebar .photo200 a.photo, #right .photo200 a.photo {
	margin: 0 0 10px 0;
	padding-top: 11px;
}
#rows .photo118 a.photo {
	margin: 0 0 10px 25px;
	padding-top: 7px;
}
#rows .photo200 a.photo {
	margin: 0 0 10px 55px;
	padding-top: 11px;
}
a.photo:hover {
	font-weight: normal;
	text-decoration: none;
}
a.photo .name {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	display: block;
}
.photo118 a.photo .name {
	height: 30px;
	font-size: 1.1em;
	width: 120px;
	margin-left: 6px;
}
a.photo:hover .name {
	border: none;
	font-weight: normal;
	color: #434145;
	text-decoration: none;
}
.photo118 a.photo span.image {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 118px;
	height: 118px;
	overflow: hidden;
}
*html .photo118 a.photo span.image {
  width: 120px;
  height: 120px;
}
.photo200 a.photo span.image {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
*html .photo200 a.photo span.image {
  width: 202px;
  height: 202px;
}
a.photo span.image span {
	*position: absolute;
	*top: 50%;
	*left: 50%;	
}
a.photo span.image img {
	margin: 0;
	border: 0;
	border: none;
}
a.photo span.image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
	background: none;
	*position: relative;
	*top: -50%;
	*left: -50%;
	*margin: 0;
	*overflow: hidden;
	border: none;
}

.photofull {
	margin-top: 15px;
}
.photofull #imagebg {
	background: url(../img/photofull.jpg) no-repeat top center;
	width: 480px;
	height: 523px;
}
#mainWide .photofull #imagebg {
	width: 686px;
}
#mainWide #rows .photofull #imagebg {
	width: 221px;
	height: 273px;
	background: url(../img/photo200.jpg) no-repeat top center;
	padding-top: 11px;
	margin: 0 auto;
	text-align: center;
}
.photofull span.image {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;	
	width: 450px;
	height: 450px;
	_margin-left: 5px;
}
#mainWide .photofull span.image {
	_margin-left: 108px;
}
#rows .photofull span.image {
	width: 200px;
	height: 200px;
}
.photofull span.image img {
	margin: 0;
	border: 0;
}
#leftContent .photofull span.image, #rightContent .photofull span.image {
	width: 225px;
	height: 225px;
}
.photofull span.image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
	background: none;
	*position: relative;
	*top: -50%;
	*left: -50%;
	*margin: 0;
	*overflow: hidden;
}
/* IE6 */
* html .photofull span.image { width: 472px; height: 472px; }
/* IE7 and IE8 */
.photofull span.image span {
	*position: absolute;
	*top: 50%;
	*left: 50%;
}

.pagination {
	margin-bottom: 10px;
	margin-left: 11px;
}
#mainWide .pagination {
	margin-left: 115px;
}
#rows .pagination {
	margin-left: 0;
}
.pagination table {
	margin-left: 0;
}
.pagination .before {
	width: 130px;
	*padding-left: 3px;
}
#rows .pagination .before {
	width: 162px;
}
.pagination .control {
	width: 190px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rows .pagination .control {
	width: 324px;
}
.pagination .after {
	width: 130px;
	text-align: right;
}
#rows .pagination .after {
	width: 162px;
}

.pagination .prev {
	background: url(../img/submit_bg.jpg) repeat-x;
	color: #FFFFFF;
	margin-right: 10px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	text-transform: uppercase;
	text-align: right;
	position: relative;
}
/* IE6 */
* html .pagination .prev {
	margin-left: 0;
}
.pagination .next {
	background: url(../img/submit_bg.jpg) repeat-x;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	margin-left: 10px;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	text-transform: uppercase;
	position: relative;
	text-align: left;
}
/* IE6 */
* html .pagination .next {
	margin-right: 3px;
}
#leftContent .pagination .next, #rightContent .pagination .next {
	margin-left: 0;
	padding: 2px;
	text-align: center;
}
.pagination .prev:hover, .pagination .next:hover {
	color: #000000;
	text-decoration: none;
}
#slideshowControl {
	color: #FFFFFF;
	background: url(../img/submit_bg.jpg) repeat-x;
	padding: 2px 10px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	display: inline;
	text-transform: uppercase;
}
a#slideshowControl:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
/* ---- PHOTOGALLERY -------- */

/* ------- POOL ------------- */
#sidebar .poll {
	margin-left: 0;
	padding: 0 5px 0 5px;
}
.poll h3 {
	font-size: 1.1em;
	margin-bottom: 7px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#sidebar .poll h3, #right .poll h3 {
	padding-left: 0;
}
.poll img, .poll a img, .boxContent .poll img, .boxContent .poll a img {
	border: 1px solid #000000;
	text-decoration: none;
	margin: 0;
}
.poll .pollbar a {
	border: none;
	text-decoration: none;
}
.poll .pollbar {
	margin-top: 0;
	width: 100%;
}
#sidebar .pollbar a {
	*margin-top: 10px;
}
.poll .question {
	margin-bottom: 0;
	color: #434145;
	text-transform: uppercase;
}
#sidebar .poll .question {
	padding: 0;
}
.poll .question a {
	text-decoration: underline;
	color: #000000;
	text-transform: uppercase;
}
.poll .question a:hover {
	text-decoration: underline;
	color: #434145;
}
.poll p {

}
/* IE */
.poll p {
	*line-height: 1.5em;
	*margin-bottom: 0;
}
#sidebar .poll p {
	margin: 0 0 8px;
	padding: 0 5px 0 0;
}
/* IE */
#sidebar .poll .p {
	*line-height: 0.8em;
}
.poll .voted {
	background: none;
	padding: 5px 10px 0 10px;
	margin-top: 10px;
	text-align: right;
}
#sidebar .poll .voted, #right .poll .voted {
	background: none;
	padding: 0 5px 0 5px;
	margin-top: 5px;
	text-align: right;
}
#rows .poll .voted {
	padding: 20px 10px 0 10px;
}
.poll .voted strong {
	color: #000000;
	font-weight: bold;
}
/* IE */
#sidebar .poll p.voted {
	*padding-right: 10px;
	*line-height: 1.6em;
}
/* IE6 */
*html .poll .voted {
	padding-right: 15px;
}
/* ------- POOL ------------- */

/* ------- USER LOGIN ------- */
.privateAccessForm {
	overflow: hidden;
	margin: 0 13px 0;
	text-align: left;
	width: 480px;
}
/* IE */
.privateAccessForm {
	*margin: 0 13px 0;
}
*html .privateAccessForm table {
	font-size: 0.9em;
}
.privateAccessForm h2 {
	color: #000000;
	font-size: 1.5em;
	font-weight: normal;
	padding: 5px 10px;
}
.privateAccessForm form {

}
.privateAccessForm p {
	margin: 5px 0 5px 10px;
}
.privateAccessForm label {
	color: #1B1B1B;
	font-weight: bold;
	margin-left: 5px;
	width: 100px;
	display: block;
}
/* IE */
.privateAccessForm label {
	*margin-bottom: 15px;
}
.privateAccessForm fieldset {
	margin: 0;
	padding: 10px;
	border: none;
}
.privateAccessForm #postUserName, .privateAccessForm #postPasswd {
	background: url(../img/input_bg.png) no-repeat;
	border: 1px solid #000000;
	width: 167px;
	font-size: 1em;
	float: left;
	padding: 3px 2px;
	margin-bottom: 5px;
}
.privateAccessForm .error {
	margin: 10px 0 5px 20px;
	color: #F52723;
}
#lostPasswordLink , .formSuffixLinks  {
	margin: 5px 0 13px 13px;
	text-align: left;
}
/* IE */
#lostPasswordLink , /* IE */
.formSuffixLinks  {
	*margin: 5px 0 13px 13px;
}
#lostPasswordLink a , .formSuffixLinks a  {
	color: #000000;
	text-decoration: underline;	
}
#lostPasswordLink a:hover , .formSuffixLinks a:hover  {
	color: #000000;
	text-decoration: none;	
}
/* ------- USER LOGIN ------- */

/* --------- CONTACT ------- */
#contact {
	background: url(../img/contact_bg.jpg) no-repeat top left;
	width: 205px;
	margin: 0 0 15px 0;
	padding: 25px 0 0 0;
}
#contactTitle {
	margin: 0 0 7px 0;
}
#contactTitle h2 {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	font-style: normal;
}
#contactContent {
	padding: 10px 15px 10px 15px;
	text-align: center;
	color: #ffffff;
}
#contact p {
	margin-bottom: 5px;
}
#contact .name {
	font-weight: bold;
}
#contact .email a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#contact .email a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}
/* --------- CONTACT ------- */

.rbcWidgetArea {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}







/* -- forms ---------------------------------------- */

.diskuze label.groupLabel {
	margin-bottom: 5px !important;
}

.diskuze .formTextarea {
	margin-bottom: 5px;
}

.diskuze .formTextarea label {
	display: block !important;
}

.diskuze .choicesGroup {
	position: relative;
	float: right;
	width: 252px;
	margin: 0 0 10px;
}

.diskuze .choicesGroup label {
	float: none !important; 
	display: inline !important;
	margin: 0 !important;
	font-weight: normal !important;
}

.diskuze .choicesGroup input {
	position: relative !important;
	top: 2px;
	float: none !important;
	width: auto !important;
	height: auto !important;
	background: transparent none !important;
	border: none !important;
	margin: 5px 0 !important;
}

.diskuze select {
	width: 252px;
	margin-bottom: 10px;
	padding: 3px 2px;
	font-family: Arial,Helvetica,Tahoma,sans-serif;
}

.fileInput {
	position: relative;
	float: left;
	width: 254px;
	margin-bottom: 10px;
	white-space: nowrap;
}

.fileInputBase {
	height: 0px;
	width: auto;
	overflow: hidden;
}

.fileInputCover {
	position: relative;
	width: 254px;
	overflow: hidden;
}

.ie .fileInputBase
{
	height: auto;
	width: auto;
	overflow: hidden;
}

.ie .fileInputBase input
{
	position: absolute;
	display: block;
	top: -1px;
	left: -1px;
	width: 165px;
	height: 28px;
	font-size: 21px;
	z-index: 5;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.fileInputBase
	{
		height: auto;
		width: auto;
		overflow: hidden;
	}

	.fileInputBase input
	{
		position: absolute;
		display: block;
		top: -1px;
		left: -1px;
		width: 165px;
		height: 28px;
		font-size: 21px;
		z-index: 5;
		opacity: 0;
		filter: alpha(opacity=0);
		cursor: pointer;
	}
}

.fileInputText {
	position: relative;
	padding: 0 0 0 7px;
	white-space: nowrap;
	cursor: default;
}

.fileInputSelect {
	position: relative;
	display: inline-block;
	background: url("../img/submit_bg.jpg") 0 0 repeat-x;
	line-height: 24px;
	color: #000;
	padding: 0 15px;
	border: 1px solid #000000;
	cursor: pointer;
}

.fileInputSelect:hover {
	background-image: url("../img/submit_hover.jpg");
}

#mainWide .diskuze select, #mainWide .diskuze .fileInput, #mainWide .diskuze .fileInputCover, #mainWide .diskuze .choicesGroup {
	width: 422px;
}

#sidebar .diskuze select, #sidebar .diskuze .fileInput, #sidebar .diskuze .fileInputCover, #sidebar .diskuze .choicesGroup,
#right .diskuze select, #right .diskuze .fileInput, #right .diskuze .fileInputCover, #right .diskuze .choicesGroup {
	width: 166px;
	float: none;
}

#rows .diskuze select, #rows .diskuze .fileInput, #rows .diskuze .fileInputCover, #rows .diskuze .choicesGroup {
	width: 244px;
}


/* -- end: forms ----------------------------------- */

a, .g-link, .a-link { cursor: pointer; color: rgb(0, 115, 184); text-decoration: underline; transition: color 0.1s ease 0s; }
a:hover, a.state_hover, a:active, a:visited:hover, .g-link:hover, .g-link-text:hover, .a-link:hover { color: rgb(255, 101, 0) ! important; }
.l-container { position: relative; }
.l-container-h { max-width: 1448px; margin: 0px auto; position: relative; }
.g-clear, .g-clearfix:after { display: block; clear: both; height: 0px; overflow: hidden; visibility: hidden; }
.g-clearfix:after { content: ""; }
.l-columns { position: relative; }
.l-content { float: left; width: 100%; }
.l-content-h { min-height: 1px; position: relative; }
.l-aside { float: left; position: relative; }
.l-aside.side_left { margin-left: -100%; }
.l-columns.mod_catalog .l-content-h { margin-left: 281px; }
.l-columns.mod_catalog .l-aside.side_left { width: 255px; }
.l-columns.mod_footer .l-content-h { margin: 0px 180px; }
.l-columns.mod_footer .l-aside.side_left { width: 180px; }
.l-columns.mod_footer .l-aside.side_right { width: 200px; margin-left: -200px; }
span.ruble, .g-ruble { font-family: 'ALSRublRegular' ! important; font-size: 1em; -moz-user-select: none; }
.g-column-list { font-size: 0px; line-height: 0; position: relative; }
.g-column-item { display: inline-block; vertical-align: top; font-size: 13px; line-height: 18px; position: relative; }
.g-column-list.space_normal { margin-left: -16px; font-size: 0px; line-height: 0; }
.g-column-list.space_normal .g-column-item { display: inline-block; vertical-align: top; margin: 0px 0px 16px; padding-left: 16px; font-size: 13px; line-height: 18px; box-sizing: border-box; }
.g-column-list.view_3to5 .g-column-item, .g-column-list.view_3to5.width_single .g-column-item, .g-column-list.view_3to5 .g-column-item.width_single { width: 216px; }
@media only screen and (min-width: 1000px) {
	.g-column-list.view_3to5 .g-column-item { width: 100%; }
}
@media only screen and (max-width: 1999px) {
	.g-column-list.view_3to5 .g-column-item, .g-column-list.view_3to5.width_single .g-column-item, .g-column-list.view_3to5 .g-column-item.width_single { width: 100%; max-width: 33.3%; }
}
@media only screen and (min-width: 1200px) {
	.g-column-list.view_3to5 .g-column-item, .g-column-list.view_3to5.width_single .g-column-item, .g-column-list.view_3to5 .g-column-item.width_single { width: 100%; max-width: 25%; }
}
@media only screen and (min-width: 1400px) {
	.g-column-list.view_3to5 .g-column-item, .g-column-list.view_3to5.width_single .g-column-item, .g-column-list.view_3to5 .g-column-item.width_single { width: 100%; max-width: 20%; }
}
#js .g-hidden, #nojs .g-hidden { display: none; }
.g-font.size_12 { font-size: 11px; line-height: 16px; }
.g-font.size_smaller { font-size: 0.85em; line-height: 0.85em; }
.g-font.color_black { color: rgb(0, 0, 0); }
.g-font.color_gray { color: rgb(119, 119, 119); }
.g-font.color_lgray { color: rgb(153, 153, 153); }
.g-icon.set_arrow.scheme_black.size_1 { padding-left: 15px; }
.g-icon.set_arrow.scheme_black.size_1 .g-icon-h { margin-left: -15px; }
.g-icon.set_arrow.scheme_black.size_1.dir_ttb .g-icon-item { background-position: 0px 0px; }
.g-icon.set_arrow.scheme_black.size_1.dir_ltr .g-icon-item { background-position: 0px -54px; }
.b-sbutton { display: inline-block; vertical-align: top; white-space: nowrap; text-align: center; position: relative; -moz-user-select: none; background-clip: padding-box; }
.b-sbutton-text { text-decoration: none; }
.b-sbutton.set_system { vertical-align: top; overflow: visible; cursor: pointer; font: 0px/0 sans-serif; z-index: 1; }
.b-sbutton.set_system .b-sbutton-text { display: block; height: 100%; cursor: pointer; background-repeat: repeat-x; position: relative; z-index: 1; border-radius: 3px; background-clip: padding-box; box-sizing: border-box; transition: background 0.1s ease 0s, box-shadow 0.05s ease 0s; }
.b-sbutton.set_system .b-sbutton-text, .b-sbutton.set_system .b-sbutton-text img { vertical-align: middle; }
.b-sbutton.set_system.round_left .b-sbutton-text { border-radius: 3px 0px 0px 3px ! important; }
.b-sbutton.set_system.round_right .b-sbutton-text { border-radius: 0px 3px 3px 0px ! important; }
.b-sbutton.set_system .b-sbutton-input { left: 0px; top: 0px; position: absolute; width: 100%; height: 100%; margin: 0px; padding: 0px; outline: 0px none; font: 0px/0 sans-serif; cursor: pointer; border: 0px none; border-radius: 0px; background: url('undefined') repeat scroll 0% 0% transparent; box-shadow: none; opacity: 0; z-index: 2; }
.b-sbutton.set_system:hover { z-index: 2; }
.b-sbutton.set_system.size_1 .b-sbutton-text { height: 26px; padding: 4px 10px; font-size: 13px; line-height: 18px; }
.b-sbutton.set_system.size_2 .b-sbutton-text { height: 30px; padding: 5px 12px; font-size: 16px; line-height: 20px; }
.b-sbutton.set_system.scheme_gray .b-sbutton-text { color: rgb(0, 0, 0); text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75); background: linear-gradient(to bottom, rgb(216, 216, 216) 0px, rgb(199, 199, 199) 100%) repeat scroll 0% 0% transparent; }
.b-sbutton.set_system.scheme_gray:hover .b-sbutton-text, .b-sbutton.set_system.scheme_gray.state_hover .b-sbutton-text { color: rgb(0, 0, 0); background: linear-gradient(to bottom, rgb(232, 232, 232) 0px, rgb(219, 219, 219) 100%) repeat scroll 0% 0% transparent; }
.b-sbutton.set_system.scheme_gray:active .b-sbutton-text, .b-sbutton.set_system.scheme_gray .b-sbutton-input:active + .b-sbutton-text, .b-sbutton.set_system.scheme_gray.state_active .b-sbutton-text { color: rgb(0, 0, 0); background: linear-gradient(to bottom, rgb(216, 216, 216) 0px, rgb(199, 199, 199) 100%) repeat scroll 0% 0% transparent; box-shadow: 0px 1px 8px -2px rgba(0, 0, 0, 0.5) inset; }
.b-sbutton.set_system.scheme_blue .b-sbutton-text { color: rgb(255, 255, 255); text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7); background: linear-gradient(to bottom, rgb(70, 132, 187) 0px, rgb(35, 101, 168) 100%) repeat scroll 0% 0% transparent; }
.b-sbutton.set_system.scheme_blue:hover .b-sbutton-text, .b-sbutton.set_system.scheme_blue.state_hover .b-sbutton-text { color: rgb(255, 255, 255); background: linear-gradient(to bottom, rgb(57, 145, 222) 0px, rgb(27, 115, 196) 100%) repeat scroll 0% 0% transparent; }
.b-sbutton.set_system.scheme_blue:active .b-sbutton-text, .b-sbutton.set_system.scheme_blue > .b-sbutton-input:active + .b-sbutton-text, .b-sbutton.set_system.scheme_blue.state_active .b-sbutton-text { color: rgb(255, 255, 255); background: linear-gradient(to bottom, rgb(70, 132, 187) 0px, rgb(35, 101, 168) 100%) repeat scroll 0% 0% transparent; box-shadow: 0px 2px 10px -1px rgb(11, 72, 134) inset; }
.b-sbutton.set_system.state_active { cursor: default; }
.b-sbutton.set_system.state_active .b-sbutton-input { cursor: default; }
.b-sbutton.set_label { vertical-align: top; overflow: visible; cursor: default; font: 0px/0 sans-serif; }
.b-sbutton.set_label.size_0 { height: 18px; }
.b-sbutton.set_label.mod_quick-delivery.size_0 { background: url('set_label.mod_quick-delivery.size_0.png') repeat scroll 0% 0% transparent; width: 39px; height: 16px; }
.b-sbutton.set_stock { color: rgb(0, 0, 0); border-radius: 3px; }
.b-sbutton.set_stock.size_0 { height: 12px; padding: 2px 5px; font-size: 10px; line-height: 11px; }
.b-sbutton.set_stock.size_3 { height: 20px; padding: 2px 8px; font-size: 16px; line-height: 20px; }
.b-sbutton.set_stock.scheme_available { background-color: rgb(255, 228, 104); }
.b-sbutton.set_stock.scheme_request { background-color: rgb(213, 231, 255); }
.b-sbuttons-set { vertical-align: top; font-size: 0px; line-height: 0; white-space: nowrap; position: relative; }
.b-sbuttons-set-cell { display: inline-block; vertical-align: middle; font-size: 13px; line-height: 18px; }
.b-sbuttons-set-cell .b-sbutton { margin: 0px ! important; }
.b-sbuttons-set.spacing_0 { display: inline-block; }
.b-sbuttons-set.spacing_0 .b-sbutton .b-sbutton-text { border-radius: 0px; border-left: 1px solid; }
.b-sbuttons-set.spacing_0 .b-sbutton:first-child { margin-left: 0px; }
.b-sbuttons-set.spacing_0 .b-sbutton:first-child .b-sbutton-text { border-left: 0px none; }
.b-sbuttons-set.spacing_0 .b-sbutton.set_system.scheme_gray .b-sbutton-text { border-left-color: rgb(167, 167, 167); }
.b-sbuttons-set.spacing_1 { margin: 0px -5px; }
.b-sbuttons-set.spacing_1 .b-sbutton, .b-sbuttons-set.spacing_1 .b-sbuttons-set-cell { margin: 0px 5px; }
.b-sbuttons-set.mod_catalog-view .b-sbutton-text { padding-left: 6px ! important; padding-right: 6px ! important; }
.b-sbuttons-set.mod_catalog-view .b-sbutton-text img { margin-top: -1px; vertical-align: middle; transition: opacity 0.1s ease 0s; }
.b-sbuttons-set.mod_catalog-view .b-sbutton.state_active img { opacity: 0.35; }
.b-form-group.mod_catalog-filter .b-form-check { margin-top: 7px; }
#js .b-form-group.mod_catalog-filter .b-form-check.view_none { display: none; }
#js .b-form-group.mod_catalog-filter .b-form-check-text { white-space: nowrap; }
.b-form-check.size_1 { min-width: 1px; padding-left: 20px; }
.b-form-check.size_1 .b-input-radio, .b-form-check.size_1 .b-input-checkbox { margin: -1px 0px 0px -20px; }
.b-input.size_1 .b-input-field { height: 26px; padding: 3px 9px; font-size: 13px; line-height: 18px; }
.b-input.size_1 .b-input-placeholder { height: 26px; padding: 4px 10px; font-size: 13px; line-height: 18px; }
.b-input.size_1.action_reset .b-input-action { padding: 4px 10px; }
.b-input.size_1 .b-input-reset { width: 18px; height: 18px; background-position: 0px 0px; }
.b-input.size_1 .b-input-valid { width: 18px; height: 18px; background-position: -39px 0px; }
.b-input.size_1 .b-input-error { width: 18px; height: 18px; background-position: -78px 0px; }
.b-input-checkbox.scheme_system.size_1 .b-input-checkbox-h { width: 16px; height: 16px; background-position: 0px 0px; }
._b-title.mod_catalog { margin-bottom: 8px; }
.b-badge.set_product { left: -2px; top: -2px; position: absolute; font-size: 0px; line-height: 0; overflow: hidden; text-indent: -9999px; z-index: 10; }
.b-badge.set_product.size_1 { width: 72px; height: 72px; background: url('set_product.png') no-repeat scroll 0px 0px transparent; border-top-left-radius: 6px; }
.b-badge.set_product.size_1:after { content: ""; display: block; left: 0px; top: 0px; position: absolute; width: 100%; height: 100%; border-width: 2px 0px 0px 2px; border-style: solid none none solid; border-color: transparent -moz-use-text-color -moz-use-text-color transparent; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; border-top-left-radius: 6px; box-sizing: border-box; transition: border-color 0.1s ease 0s; z-index: 1; }
._b-product-card:hover .b-badge.set_product.size_1:after { border-color: rgb(56, 139, 209); }
.b-badge.set_product.size_1.mod_novelty { background-position: 0px -216px; }
.b-badge.set_product.size_1.mod_hot { background-position: 0px -288px; }
._b-product { position: relative; }
._b-product.view_grid.type_full { height: 280px; font-size: 13px; line-height: 18px; background-color: rgb(255, 255, 255); border-radius: 6px; }
._b-product.view_grid.type_full ._b-product-image { overflow: hidden; position: relative; z-index: 3; }
._b-product.view_grid.type_full ._b-product-image-h { display: block; padding: 14px; line-height: 140px; text-align: center; position: relative; box-sizing: border-box; }
._b-product.view_grid.type_full ._b-product-image-item { max-width: 100%; max-height: 100%; vertical-align: middle; }
._b-product.view_grid.type_full ._b-product-info { left: -2px; right: -2px; bottom: 0px; position: absolute; overflow: hidden; border-radius: 0px 0px 6px 6px; z-index: 5; pointer-events: none; }
._b-product.view_grid.type_full ._b-product-info:before { content: ""; display: block; top: 35px; left: 2px; right: 2px; bottom: 0px; position: absolute; font-size: 0px; line-height: 0; overflow: hidden; background: none repeat scroll 0% 0% rgb(255, 255, 255); border-radius: 0px 0px 6px 6px; }
._b-product.view_grid.type_full ._b-product-info-h { margin-bottom: -1px; padding: 8px 15px 14px; position: relative; pointer-events: auto; }
._b-product.view_grid.type_full ._b-product-info-shadow { height: 35px; font-size: 0px; line-height: 0; overflow: hidden; text-indent: -9999px; background: url('type_full.shadow.png') repeat-x scroll 50% 100% transparent; position: relative; }
._b-product.view_grid.type_full ._b-product-info-expandable { min-height: 106px; }
._b-product.view_grid.type_full ._b-product-info-expandable-h { min-height: 77px; }
._b-product.view_grid.type_full ._b-product-info-expandable-hh { margin-bottom: 3px; max-height: 42px; overflow: hidden; position: relative; }
._b-product.view_grid.type_full ._b-product-info-title { display: block; max-height: 60px; overflow: hidden; font-size: 16px; line-height: 20px; word-wrap: break-word; color: rgb(0, 0, 0); text-decoration: none; }
._b-product.view_grid.type_full ._b-product-info-list { margin-bottom: 3px; font-size: 11px; line-height: 16px; }
._b-product.view_grid.type_full ._b-product-info-item { margin-top: 2px; }
._b-product.view_grid.type_full ._b-product-info-price { margin: 0px -9px 0px -4px; font-size: 0px; line-height: 0; }
._b-product.view_grid.type_full ._b-product-info-price .b-sbutton.set_stock { margin-left: 4px; }
._b-product-info-h { position: relative; }
._b-product.type_full ._b-product-info-item:first-child { margin-top: 0px ! important; }
._b-product-card { display: block; position: relative; }
._b-product-card-front, ._b-product-card-rear { box-sizing: border-box; transition: border-color 0.1s ease 0s; }
._b-product-card.view_grid { display: block; position: relative; z-index: 1; }
._b-product-card.view_grid ._b-product-card-front { background: none repeat scroll 0% 0% rgb(255, 255, 255); position: relative; }
._b-product-card.type_full { position: relative; }
._b-product-card.type_full ._b-product-card-front, ._b-product-card.type_full ._b-product-card-rear { background-color: rgb(255, 255, 255); border: 2px solid transparent; border-radius: 6px; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25); }
._b-product-card.type_full ._b-product-card-front:hover, ._b-product-card.type_full ._b-product-card-rear:hover { border-color: rgb(56, 139, 209) ! important; }
._b-product-list { position: relative; }
._b-product-item { position: relative; }
._b-product-list.view_table { box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25); border-radius: 6px; }
._b-catalog-filter-section { margin: 20px 0px; }
._b-catalog-filter-section:first-child { margin-top: 0px ! important; }
._b-catalog-filter-section-item { padding: 8px 16px; }
._b-catalog-filter-section.scheme_default { background-color: rgb(255, 255, 255); border-radius: 6px; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25); }
._b-catalog-filter-section.scheme_default ._b-catalog-filter-section-item { border-top: 1px solid rgb(221, 221, 221); }
._b-catalog-filter-section.scheme_default ._b-catalog-filter-section-item:first-child { border-top: medium none ! important; border-radius: 6px 6px 0px 0px; }
._b-catalog-filter-section.scheme_default ._b-catalog-filter-section-item:last-child { border-radius: 0px 0px 6px 6px; }
._b-catalog-filter-section.scheme_default ._b-catalog-filter-section-item-head { -moz-user-select: none; }
._b-catalog-filter-section.scheme_default ._b-catalog-filter-section-item-body { margin-top: 8px; }
._b-catalog-filter-section.scheme_default ._b-catalog-filter-section-item-body:first-child { margin-top: 0px ! important; }
._b-catalog-filter-section-list { margin-left: 10px; }
._b-catalog-filter-section-list-item { margin-top: 7px; }
._b-catalog-filter-section-list-item:first-child { margin-top: 0px ! important; }
._b-catalog-filter-section-data-wrapper { margin-top: -8px; }
._b-catalog-filter-section-data { margin-left: -5px; font-size: 0px; line-height: 0; position: relative; }
._b-catalog-filter-section-data.is_2columns { white-space: nowrap; }
._b-catalog-filter-section-data.is_2columns ._b-catalog-filter-section-data-cell { width: 50%; white-space: normal; }
._b-catalog-filter-section-data-cell { display: inline-block; vertical-align: top; min-width: 50%; padding-left: 5px; font-size: 13px; line-height: 18px; box-sizing: border-box; }
._b-catalog-filter-section.view_recipes ._b-catalog-filter-section-item { border-top-color: rgb(243, 243, 243); }
._b-catalog-filter-section.view_filter ._b-catalog-filter-section-item:hover { background-color: rgb(255, 251, 239); }
#js ._b-catalog-filter-section.view_filter ._b-catalog-filter-section-item.is_expandable ._b-catalog-filter-section-item-body { display: none; }
.l-html.ui_v3.size_full .l-container { padding: 10px 0px 40px; }
.l-html.ui_v3.size_full .l-container-h { padding: 0px 32px; }
.b-header-userbar { background-color: rgb(238, 238, 238); position: relative; }
.b-header-userbar-h { max-width: 1448px; margin: 0px auto; position: relative; }
.b-header-userbar-logo { display: inline-block; vertical-align: top; font-size: 0px; line-height: 0; text-decoration: none; color: rgb(119, 119, 119); }
.b-header-userbar-logo-image { display: block; text-indent: -9999px; overflow: hidden; background: no-repeat scroll 0px 0px transparent; position: relative; }
.b-header-userbar-nav { font-size: 0px; line-height: 0; white-space: nowrap; overflow: hidden; position: relative; }
.b-header-userbar-nav-cell { display: inline-block; vertical-align: top; line-height: 18px; white-space: normal; }
.b-header-userbar-nav-item { color: rgb(0, 0, 0); }
.b-header-userbar-nav-item.mod_more { color: rgb(153, 153, 153); }
.b-header-userbar-nav-item.mod_region { display: none ! important; }
.b-header-userbar-options { display: inline-block; vertical-align: top; text-align: left; }
.b-header-userbar-options-line2 { margin: 3px 0px 0px 27px; font-size: 11px; line-height: 14px; }
.b-header-userbar-account-options-item { margin-right: 3px; }
.b-header-megabutton.mod_main .g-ruble { font-weight: normal ! important; }
.b-toolbar-slider-arrow.side_left { left: 0px; }
.b-toolbar-slider-arrow.side_left:after { background-position: 0px 0px; }
.b-toolbar-slider-arrow.side_left:hover:after { background-position: -10px 0px; }
.b-footer-top-title a, .b-footer-top-title .g-link, .b-footer-top-title .g-link .g-pseudo-h { color: rgb(0, 0, 0); }
.b-footer-top-item a, .b-footer-top-item .a-link, .b-footer-top-item .g-link { color: rgb(119, 119, 119); }
.l-container { position: relative; }
.l-content { float: left; width: 100%; }
.l-content-h { min-height: 1px; }
.l-aside, .l-aside-r { float: left; margin-left: -100%; }
.l-html.size_full .b-header-userbar-h { height: 42px; padding: 10px 32px; }
.l-html.size_full .b-header-userbar-logo-image { width: 133px; height: 30px; }
.l-html.size_full .b-header-userbar-logo-text { display: block; height: 10px; margin-top: 2px; font-size: 9px; line-height: 12px; text-align: center; }
.l-html.size_full .b-header-userbar-nav { margin-left: -16px; }
.l-html.size_full .b-header-userbar-nav-cell { margin-left: 10px; }
.l-html.size_full .b-header-userbar-nav-item { margin-left: 6px; font-size: 11px; }
.l-html.size_full .b-header-userbar-nav-item.child_first { font-size: 16px; margin-bottom: 2px; }
.l-html.size_full .b-header-userbar-nav-item.child_first:after { white-space: pre-line; content: "\A "; }
.l-html.size_full .b-header-userbar-nav-item.mod_region.role_second { display: inline ! important; }
.l-html.size_full .b-header-userbar-options.mod_account { width: 195px; padding-left: 12px; }
.gecko .b-input.size_1.type_text .b-input-placeholder { padding-left: 11px; }
.win .g-ruble { font-size: 1.05em; }
.win.ie8 .b-sbuttons-set.mod_catalog-view .b-sbutton-text img, .win.webkit .b-sbuttons-set.mod_catalog-view .b-sbutton-text img, .win.gecko .b-sbuttons-set.mod_catalog-view .b-sbutton-text img { margin-top: -3px; }
html, body { overflow: hidden; height:  1200px; }