/* CenterShoes CSS
*/

/** General elements **/

body
{
	background: #fff;

	margin: 0;
	padding: 0;
	
	font-family: "Verdana", "Helvetica Neu", "Arial", "Sans";
	font-size: 16px;
}

html, body
{
	height: 100%;
}

a
{
	color: #ed1c24;
}

a:hover
{
	text-decoration: none;
}

/** Boxed element (rounded corners from left and right) **/
.box
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	font-size: 80%;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 19px;
	
	height: 21px;
	
	padding: 0 12px;
	
	cursor: pointer;
}

/** Overall page layout **/

/* Fixed page is 896 pixels width */
#page
{
	width: 896px;

	margin: 0 auto;
	
	overflow: hidden;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

/** Header **/

#header
{
	margin-top: 21px;
}

/** Branding **/

h1
{
	margin: 0;
	padding: 0 0 70px 0;

	font-size: 110%;
	
	color: #f71015;
}

h1 a
{
	float: left;
	display: block;
	position: relative;
	width: 166px;
	height: 58px;
}

h1 a span
{
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 170px;
	height: 52px;
	
       background: url(/i/centrobuv_logo.gif) no-repeat;
	/** background: url(/i/brand.jpg) no-repeat; **/
}

/** Upper phone **/

#header address
{
	position: relative;
	float: right;
	
	color: #fff;
	background: #f71015;
	
	margin: 0 19px 0 0;
	padding: 3px 6px;
}

#header address span
{
	display: block;
	position: absolute;
	z-index: 10;
	width: 194px;
	height: 36px;
	
	top: 0;
	left: 0;
	
	background: url(/i/phone.png) no-repeat;
}

/** Top navigation **/

#nav
{
	float: left;

	margin: -31px 0 0 203px;
	padding: 0;
	
	text-transform: uppercase;
	font-size: 54%;
	
	list-style: none;
}

#nav li
{
	float: left;
	
	margin-right: 18px;
}

#nav li a
{
	color: #515151;
	
	text-decoration: none;
}

#nav li a:hover, #nav li a.active
{
	color: #ed1c24;
	
	text-decoration: underline;
}

/** Sub (bottom) navigation **/

#subnav
{
	width: 100%;
	height: 41px;
	
	margin: -3px 0 0 0;
	padding: 0;
	
	text-transform: lowercase;
	line-height: 40px;
	font-size: 100%;
	font-family: "Arial Narrow"
	font-weight: bolder;
	
	overflow: hidden;
		
	background: url(/i/subnav.png) no-repeat top left;

	list-style: none;
}

#header img#subnav
{
	width: 100%;
	height: auto;
}

#subnav li
{
	float: left;
	
	margin-right: 20px;
}

#subnav li.pivot
{
	margin-left: 37px;
}

#subnav li a
{
	text-decoration: none;
	
	color: #515151;
}

#subnav li a:hover, #subnav li a.active
{
	color: #ed1c24;
}

/** Big heading image **/

#header img, #map, #tags
{
	margin: 0;
	padding: 0;
	
	width: 896px;
	height: 338px;
}
#tags
{
position:absolute;
z-index:101;
background-color: white;
left:0;
top:0;
}

/** Tags container **/

#tags
{	
	overflow: hidden;
}

/*#tags form
{
	margin-top: 13px;
	margin-bottom: 15px;
	
	font-size: 90%;
	text-align: right;
	
	clear: both;
}

#tags form label
{
	vertical-align: top;
	color: #555;
	
	margin-bottom: 20px;
	
	float: right;
}

#tags form input
{
	width: 350px;
}
*/
#tags form a
{
	background-color: #cacaca;
	color: #000;
	
	float: right;
	display: block;
	
	margin-left: 10px;
	vertical-align: top;
}

#tags form a:hover
{
	color: #333;
}

#tags ul
{
	margin: 0 0 0px 0;
	padding: 0;
	
	font-family: "Tahoma";
	font-weight: 100;
	font-size: 140%;
	
	color: #fff;
}

#tags ul li
{
	display: inline;
	margin-right: 20px;
}

#tags ul li a
{
	white-space: nowrap;
	text-decoration: none;
	color: #000;
}

#tags ul li a:hover, #tags ul li a.active
{
	color: #f71015;
	text-decoration: underline;
}

/** Map container **/

#map
{
	background: #eee;
}

#map
{
font-family: Verdana;
font-size:73%;
color:black;
}
#map dl
{
	color:#333333;
	margin:2em 0 0 3px;
	padding:0;
}
#map dl dt {
	color:#9F9F9F;
	float:left;
	text-align:left;
	white-space:nowrap;
	width:120px;
}
/** Backlog and third-level navigation **/

#backlog
{
	position: absolute;
	width: 896px;
	height: 338px;
	display: none;
	z-index: 100;
	
	margin: 0;
	padding: 0;
	
	background: #000;
	
	-moz-opacity:.70; 
	filter:alpha(opacity=70); 
	opacity:.70;
}

#thirdnav
{
	z-index: 101;
	position: absolute;
	width: 896px;
	height: 338px;
	display: none;
	
	overflow: hidden;

	margin: 0;
	padding: 0;
	
	color: #fff;
}

#thirdnav a.help
{
	position: absolute;
	bottom: 20px;
	right: 55px;
}

#backlog.ready, #thirdnav.ready
{
	display: block;
}

#thirdnav ul
{
	margin: 40px 0 40px 40px;
	padding: 0 40px 0 0;
	
	float: left;
	height: 258px;
	
	list-style: none;
	
	border-right: dotted 2px #fff;
}

#thirdnav ul li
{
	margin-bottom: 5px;
}

#thirdnav ul li a
{
	color: #fff;
	
	font-size: 100%;
	font-variant: small-caps;
	text-decoration: none;
}

#thirdnav ul li a:hover, #thirdnav ul li a.active
{
	color: #f71015;
}

#thirdnav ul.last
{
	clear: right;
	
	border-right: none;
}

/** Content blog **/

#content
{
	margin-top: 11px;
	padding-bottom: 40px;
	
	overflow-x: hidden;
}

/** Helpers **/

.helpers
{
	margin: 0;
	padding: 0 0 37px 0;
	
	list-style: none;
}

a.help, a.tips
{
	float: right;
	display: block;
}

a.help
{
	background-color: #f71015;
	color: #fff;
}

a.help:hover
{
	color: #ccc;
}

a.tips
{
	margin: 0 0 0 8px;
	
	background-color: #fec300;
	color: #515151;
}

a.tips:hover
{
	color: #888;
}


/** Current page block **/

p.current
{
	font-size: 80%;

	margin: 0;
	padding: 0 0 5px 0;

	border-bottom: solid 1px #cacaca;
}

p.current select
{
	width: 250px;
	color: #555;
}

.map p.current
{
	margin-top: 10px;
}

/** Catalogue headings **/

#catalogue h2, .text h2
{
	margin: 4px 0 0 0;
	padding: 0 0 6px 0;
	
	/*border-bottom: solid 1px #cacaca;*/

	font-size: 125%;
	font-weight: normal;
	font-family: "Arial Narrow";
	
	color: #333;
	
	clear: both;
}

/** Textual contents **/

.text h2, #fancy_div h2
{
	margin: 7px 0 15px 0;

	font-size: 170%;
	font-family: "Arial Narrow";
	
	color: #444;
	
	border-bottom: solid 1px #555;
}

.text
{
	font-size: 75%;
	line-height: 140%;
	
	margin-bottom: 30px;
}

.text h3
{
	margin-top: 20px;
	margin-bottom: 3px;
	margin-left: 0;
	text-indent: 0;

	font-size: 110%;
	font-weight: bolder;
}

.text strong, .text-inner strong
{
	font-weight: bold;
}
.text em, .text-inner em
{
	font-style: italic;
}

.text ul
{
	margin: 10px 0 10px 30px;
}

.text ul li
{
	list-style: disc;
}

.text-inner
{
	color: #555;
	
	margin-left: 230px;
	
	margin-top: 10px;
}

.text-inner ul
{
	margin: 10px 0 10px 30px;
}

.text-inner ul li
{
	list-style: disc;
}

.text-inner h3
{
	font-size: 135%;
	color: #555;
	
	margin-bottom: 15px;
}

/** Textual menu **/

#textnav
{
	margin-top: 10px;
	
	float: left;
	width: 200px;
	
	font-size: 130%;
	font-weight: normal;
}

#textnav li
{
	margin-bottom: 5px;
}

#textnav li a
{
	color: #515151;
	text-decoration: none;
}

#textnav li a:hover,
#textnav li a.active
{
	color: #f82025;
}

/** Cities list **/

.citiesnav
{
	float: left;
	
	width: 150px;

	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 20px;

	font-size: 70%;
}

.citiesnav li
{
	margin-bottom: 4px;
}

.citiesnav li a
{
	color: #111;
	text-decoration: none;
}

.citiesnav li a:hover,
.citiesnav li a.active
{
	color: #f82025;
	text-decoration: underline;
}

/** Catalogue subentries  **/

ul.subcatalogue
{
	margin: 10px 0 0 0;
	padding: 0 0 30px 0;
	
	list-style: none;
}

ul.subcatalogue li, x:-moz-any-link
{
	float: left;
}

ul.subcatalogue li, x:-moz-any-link, x:default 
{
	float: left;
	white-space: nowrap;
}

ul.subcatalogue li a, x:-moz-any-link
{
	float: none;
}

ul.subcatalogue li a, x:-moz-any-link, x:default 
{
	float: left;
}

ul.subcatalogue li a
{
	background-color: #cacaca;
	color: #000;
	
	margin-right: 14px;
	margin-bottom: 10px;
	
	float: left;
}

ul.subcatalogue li a:hover
{
	color: #555;
}

/** Items collection **/

ul.items, ul.items-list
{
	margin: 40px auto 0 auto;
	padding: 0 0 120px 0;
	
	list-style: none;
	
	width: 896px;
	
	position: relative;
}

ul.items li, ul.items-list li
{
	float: left;
	
	width: 200px;
	
	text-align: center;
	
	border-right: dotted 1px #aaa;
	
	position: relative;
}

ul.items-list li
{
	width: 298px;
	height: 130px;
	
	border-right: none;
	border-bottom: solid 1px #cacaca;
	
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.items-list li div
{
	height: 110px;

	border-right: dotted 1px #aaa;
}

ul.items li p, ul.items li a.zoom
{
	display: none;
}

ul.items li.open
{
	width: 280px;
	
	text-align: left;
	
	position: relative;
	/*float:left;*/
}

ul.items li.open a.zoom, ul.items-list li a.zoom
{
	z-index: 80;
	float: left;
	position: absolute;
	width: 13px;
	height: 13px;
	
	left: 0;
	top: 90px;
	margin-top: 0px;
	margin-left: 8px;
	
	font-size: 60%;
	text-decoration: none;
	
	zoom: 1;
	overflow: hidden;
	
	cursor: pointer;
	cursor: hand;
	
	display: block;
	
	background: none;
}

ul.items li.open a.zoom span, ul.items-list li a.zoom span
{
	z-index: 81;
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	
	overflow: hidden;
	
	background: url(/i/zoom.png) no-repeat;
}

ul.items li.open img, ul.items-list li img
{
	margin: 0 0 0 10px;

	float: left;
}

ul.items-list li img
{
	margin-left: 8px;
}

ul.items li.open div
{
	/*margin: 0 0 0 14px;*/
	padding: 5px 0 0 0;
	
	float: left;
	text-align: left;
	
	width: 100px;
	
	display: block;
}

ul.items-list li div
{
	float: none;
	width: auto;
}

ul.items li.open div a.zoom
{
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	
	color: #444;
	
	background: url(/i/zoom.png) no-repeat;
	
	margin: 2px 0 0 0;
	padding: 0 0 0 18px;
}

ul.items li.open div strong
{
	color: #7f7f7f;
	
	font-size: 80%;
	font-weight: bolder;
	
	margin: -5px 0 0 2px;
	
	display: block;
}

ul.items-list li div strong
{
	color: #7f7f7f;

	font-size: 80%;
	font-weight: bolder;
}

ul.items li.open div em, ul.items-list li div em
{
	color: #f71015;
	
	white-space: nowrap;
	font-size: 180%;
	font-family: "Arial";
	font-style: normal;
	
	display: block;
	
	margin-top: 3px;
}

ul.items-list li div p
{
	text-align: left;
	margin-left: 160px;
}

ul.items li.full div
{
	font-size: 95%;
	margin: 0 0 0 7px;
}

ul.items li.open div span.info, ul.items-list li div span.info
{
	color: #333;
	
	margin-top: 0px;
	margin-bottom: 0;
	
	display: block;
	
	white-space: nowrap;
	font-size: 60%;
}


ul.items li.pivot, ul.items li.switch, ul.items-list li.pivot div
{
	border-right: none;
}

ul.items li.switch
{
	width: 5px;
	
	text-align: left;
}

ul.items li img, ul.items-list li img
{
	/*width: 140px;*/
	height: 100px;
}

div.items-outer
{
	clear: both;
	border-top: solid 1px #cacaca;
	position: relative;
}

div.items-outer a.rewind,
div.items-outer a.forward
{
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	z-index: 39;
	
	margin-top: 35px;
	
	font-size: 60%;
	
	text-decoration: none;
	
	cursor: pointer;
	cursor: hand;
}

div.items-outer a.rewind span,
div.items-outer a.forward span
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	z-index: 40;
}

div.items-outer a.rewind 
{
	left: 0;
	top: 0;
}

div.items-outer a.forward
{
	top: 0;
	right: 5px;
}

div.items-outer a.rewind span
{
	background: url(/i/arrow.png) 0 0;
}

div.items-outer a.rewind:hover span
{
	background: url(/i/arrow.png) 0 -19px;
}

div.items-outer a.forward span
{
	background: url(/i/arrow.png) -19px 0;
}

div.items-outer a.forward:hover span
{
	background: url(/i/arrow.png) -19px -19px;
}

/** Footer **/

#footer
{
	width: 896px;
	overflow: hidden;

	margin: -40px auto 0;
	
	font-size: 11px;
	
	position: relative;
	margin-top: -40px;
	height: 30px;
	clear: both;
}

#footer div
{
	padding-top: 8px;
	border-top: solid 6px #cacaca;
}

#footer p
{
	float: right;
}

#footer p a
{
	color: #000;
}

/** Popup tip (see also basic.js) **/
#popup-tips
{
	position: absolute;
	width: 900px;
	height: 447px;
	
	background: url(/i/tips.png) no-repeat;
	
	top: 370px;
	left: 0;
	z-index: 1001;
	
	display: none;
}
/*
#popup-tips, x:-moz-any-link
{
	top: 105%;
}

#popup-tips, x:-moz-any-link, x:default 
{
	top: 400px;
}*/

/** Fancybox **/

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	display: none;
	z-index: 930;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 1000;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/i/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 1100;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/i/fancybox/fancy_loading.gif') no-repeat;
	z-index: 1120;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1130;
	padding: 18px 18px 33px 18px;
	margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
	height:610px !important;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 1140;
	position: absolute;
}

div#fancy_div {
	background: #fff;
	color: #000;
	height: 100%;
	width: 100%;
	z-index: 1150;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 1160;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/i/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 1810;
	display: none;
	cursor: pointer;
	cursor: hand;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 1910; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 1920; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/i/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/i/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 1070;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 2070;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/i/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/i/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/i/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/i/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/i/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/i/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/i/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/i/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 2100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/i/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/i/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/i/fancybox/fancy_title_right.png) repeat-x;
}

/** Rouble **/
div em span.rouble { font-size:80%; }
div em span.rouble-h:after { content: '\2013'; }
div em span.rouble-h { position:absolute; margin:.2ex 0 0;}

/** Load box **/
.loader-box
{
	position: absolute;
	left: 40%;
	top: 34px;
	
	font-size: 110%;
	
	color: #777;
	background: #eee;
	
	padding: 9px 15px;
}

/** Details of item **/

/** Details **/

div.details img
{
	display: none;
	
	width: 380px;
	height: 270px;
}

div.details ul.info,
ul.items li div.details ul.info,
ul.items-list li div.details ul.info,
div.details ul.tags,
ul.items li div.details ul.tags,
ul.items-list li div.details ul.tags,
div.details ol,
div.details h2
{
	display: none;
}

ul.items li div.details
{
	display: none;
}

ul.items li.open div.details
{
	display: block;
}

#fancy_div img
{
	margin: 30px 0 0 20px;

	float: left;
}

#fancy_div div
{
	margin: 35px 0 0 14px;
	padding: 5px 0 0 0;

	float: left;

	text-align: left;
	font-size: 110%;
	font-family: "Arial";

	width: 180px;

	display: block;
}

#fancy_div div strong
{
	color: #7f7f7f;

	font-size: 140%;
	font-weight: normal;
	line-height: 80%;

	margin: 0;

	display: block;
}

#fancy_div div em
{
	color: #f71015;

	white-space: nowrap;
	font-size: 150%;
	font-family: "Arial";
	font-style: normal;
	font-weight: bolder;

	display: block;

	margin-top: 15px;
}

#fancy_div div ul.info
{
	color: #555;

	margin-top: 15px;
	margin-bottom: 0;

	/*white-space: nowrap;*/
	font-size: 75%;
}

#fancy_div div ul.tags
{
	margin-top: 15px;
	
	font-size: 65%;
}

#fancy_div div ul.tags li
{
	color: #858585;
	display: inline;
}

#fancy_div div ul.tags li a
{
	color: #858585;
}

#fancy_div h2
{
	font-size: 120%;
	clear: both;
	display: block;
	font-family: "Arial Narrow";
	
	padding-top: 40px;
	margin: 0 30px 0 30px;
	
	color: #555;
	border-bottom-color: #aaa;
}

/** 404 page **/

.e-404 h2
{
	margin-top: 20px;
	padding-left: 3px;
	padding-bottom: 10px;
	border-bottom: solid 1px #aaa;
	font-family: "Arial Narrow";
	font-weight: normal;
	font-size: 180%;
}

.e-404 h3
{
	margin-top: 35px;
	
	font-size: 130%;
	color: #555;
}

.e-404 p
{
	margin-top: 25px;
	
	color: #555;
}

.e-404 ul
{
	margin: 10px 0 0 30px;
	color: #888;
}

.e-404 li
{
	list-style: disc;
}

/** Shops **/

ul.shops
{
	float: left;
	margin-bottom: 20px;
}

ul.last
{
	float: none;
	clear: right;
}

ul.shops li
{
	width: 440px;
	/*height: 170px;*/
	overflow: hidden;
	
	margin-bottom: 5px;

}

ul.shops dl
{
	color: #333;
	
	margin: 2em 0 0 3px;
	padding: 0;

	font-size: 73%;
}

ul.shops dl dt
{
	color: #9f9f9f;

	float: left;

	width: 120px;

	white-space: nowrap;
	text-align: left;
}

ul.shops dl dd
{
	margin-left: 120px;
	margin-bottom: 5px;

	width: 290px;
}

ul.shops dl dd h2
{
	font-weight: bolder;
}
#actions
{
	float:left;
	width:583px;
	margin-right:15px;
}
#news
{
	float:right;
	width:298px;
}
	#news .date
	{
		font-family: Verdana,Tahoma;
		font-size: 9px;
		color:#515151;
	}
	#news a
	{
		font-family: Arial;
		font-size: 13px;
		color:#515151;
		text-decoration: underline;
	}	
	#news a:hover
	{
		font-family: Arial;
		font-size: 13px;
		color:#515151;
		text-decoration: none;
	}
	#news a:visited
	{
		font-family: Arial;
		font-size: 13px;
		color:#515151;
		text-decoration: underline;
	}


/*** XEK scroller ***/
.scroll-wrapper{
	width: 217px;
	height: 254px;
	overflow: hidden;
	position: relative;
	float: left;
	
	border-right: dotted #FFFFFF 2px;
	margin:40px 0 40px 40px;
	}
.scroll-wrapper	ul{
	position: absolute;
	top: 0;
	
	margin: 0 !important;
	padding-right: 28px !important; 
	float: none !important;
	border: none !important;
	width: 167px;
	}
.scroll-wrapper .up{
	position: absolute;
	left: 195px;
	top: 0;
	z-index: 2;
	}
.scroll-wrapper .down{
	position: absolute;
	left: 195px;
	top: 238px;
	z-index: 2;
	}

/*#thirdnav{
	display: block !important;
	opacity: 1 !important;
	}*/