/* main */
html * {margin:0;padding:0;}
img {border:0;vertical-align:middle;}
p {padding-bottom:1em;}
input, select {vertical-align:middle;font-size:12px;font-family:"Tahoma",Arial,Verdana,Tahoma,sans-serif;}
option {padding-left:5px;}

body {
	font:normal 12px/1.2em "Tahoma",Arial,Verdana,Tahoma,sans-serif;
	color:#060605;
	background-color:#d2cfb4;
}

a:link,a:hover,a:visited,a:active {
	font:normal 1em/1.2em "Tahoma",Arial,Verdana,Tahoma,sans-serif;
	color:#060605;
	text-decoration:underline;
}
a:hover {text-decoration:none;}
strong a:link,strong a:hover,strong a:active,strong a:visited {font-weight:bold;}

h1,h2,h3,h4,h5,h6, .dop, .dots {
	font-family:"Tahoma",Arial,Verdana,Tahoma,sans-serif;
	line-height:normal;
	font-weight:normal;
	color:#060605;
}

h1 {font-size:2.5em;padding-top:5px;}
.dop {font-size:1.2em;color:#682020;padding-bottom:5px;}
.dots {font-size:1.3em;color:#880d0d;margin:1em 0 1em 0;padding-bottom:0px;line-height:25px;}
.dotsm {font-size:14px;color:#880d0d;margin:7px 17px 0 0;padding-bottom:0px;line-height:25px;}

.accs {font-size:1.3em;color:#880d0d;margin:0;padding-bottom:0px;line-height:25px;}

.clear {
	font-size:1px;
	line-height:0%;
	clear:both;
	display:block;
	float:none;
	height:0%;
	overflow:hidden;
}

.right {float:right;}
.myriad {font-family:"Myriad Pro",Myriad,Verdana,Arial,Tahoma,sans-serif;}
form fieldset {border:0;}
form fieldset ul {list-style:none;}

.tooltip:hover span {
display:block;
}

.tooltip { position: relative; display:block; margin-right:5px;float:left}
.tooltip span {
  position: absolute;
  right: -3px;
  top: -78px;
  display: none;
  min-width: 50px;
  padding: 3px 8px;
  white-space: nowrap;
  font-size: 11px;
  text-align: right;
  background-color: rgba(128,128,128,.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  font-weight:bold;
}
.tooltip span small {
  position: absolute;
  right: 10px;
  bottom: -6px;
  border-top: 11px solid rgba(128,128,128,.8);
  border-left: 11px solid transparent;
  margin-bottom:-5px;
}

/*not all and (-webkit-min-device-pixel-ratio:0) {
  .tooltip span {top:500px;}
}*/


#ordform
{margin-left:10px;
}

#messto input[type="text"] {
font-size:13px;
padding:3px;
background-color:#FFFFFF;
}

#messto input[type="submit"]
{
margin-top:5px;
padding:1px 3px;
font-size:13px;
}

input[type="text"], input[type="password"], select, textarea
{padding:5px;
font-size:14px;
background-color:#EFEFEF;
border:1px solid #C9CACB;
}

input[type="submit"]
{padding:3px 5px;
font-size:14px;
}

#reg_form input[type="text"], #reg_form input[type="password"]
{padding:3px;
font-size:13px;
}

#reg_form input[type="submit"]
{padding:1px 3px;
font-size:13px;
}

.sdone, .serror
{
padding:7px 7px;
display:block;
font-size:14px;
font-family:Arial;
}

.sdone
{
background-color:#D6F0D5;
border:1px dashed #A4DEA3;
color:#112E10;
}

.serror
{
background-color:#FFD4C0;
border:1px dashed #E68F6B;
color:#370000;
}

.imgdone, .imgerror
{
background-repeat:no-repeat;
background-position:0 2px;
height:16px;
width:16px;
margin-right:5px;
margin-top:-1px;
float:left;
}

.imgdone
{
background:url('/images/done.png');
}

.imgerror
{
background:url('/images/error.png');
}


div#wrapper {
	width:1200px;
	margin:0 auto;
	background:#fff url(i/main.bg.gif) repeat-y left;
	position:relative;
}


div#header {height:193px;background:url(i/header.bg.jpg) no-repeat left top;}
div#header .icons {position:absolute;right:45px;top:0;}
div#header .icons li {display:block;float:left;padding:27px 0 3px;width:21px;margin-left:15px;}
div#header .icons li.active {background-color:#f2f1e9;}
div#header .icons a {
	display:block;
	width:11px;height:11px;
	background-image:url(i/icons.small.gif);
	background-repeat:no-repeat;
	float:left;
	text-align:left;
	text-indent:-100em;
	overflow:hidden;
	outline:none;
	margin-left:4px;
}
div#header .icons a.home {background-position:0 0;}
div#header .icons a.sitemap {background-position:0 -25px;}
div#header .icons a.contact {background-position:0 -50px;}


div#header .search {
	position:absolute;
	top:83px;left:47px;
	width:206px;height:72px;
	background:url(i/search.bg.gif) no-repeat left top;
	z-index:2;
}
div#header .search .submit {
	position:absolute;
	right:0;top:0;
	background:transparent url(i/search.btn.gif) no-repeat left top;
	width:44px;
	height:51px;
	border:0;
}
div#header .search .text {
	background:none;
	text-align:right;
	padding:1px 2px;
	margin-top:15px;
	width:150px;
	border:0;
}
div#header .search label {
	display:block;
	text-transform:uppercase;
	color:#2b314a;
	padding-top:17px;
	padding-left:1px;
	font-size:.9em;
}

div#header .search label a {	text-decoration:none;
	border-bottom: 1px dashed #000000;
}

div#header .search label a:hover {
	text-decoration:none;
	border-bottom: 1px solid #000000;
}

div#header .logo, div#header .logo2 {
	position:absolute;
	left:47px;top:32px;
	width:191px;height:56px;
	z-index:3;
}
div#header .logo p, div#header .logo2 p {
	display:block;
	background:url(i/dimshop.logo.png) no-repeat;
	height:63px;
	text-align:left;
	text-indent:-100em;
	outline:0;
	padding:0;
}
div#header .logo2 {width:306px;height:63px;left:auto;right:50px;top:56px;}
div#header .logo2 p {height:63px;background-image:url(i/dim.logo2.png);}


div#main .leftside {width:273px;float:left;padding-bottom:106px;}
div#main .middlecol {width:666px;float:left;}
div#main .rightside {width:261px;float:left;padding-bottom:106px;}

div#main-wrap-left {background:url(i/strip.left.gif) no-repeat left bottom;}
div#main-wrap-right {background:url(i/strip.right.gif) no-repeat right bottom;}

div#footer {background:#d2cfb4 url(i/footer.bg.jpg) no-repeat center top;padding-top:34px;text-align:center;}
div#footer .wrap {border-top:2px solid #5d6e76;background-color:#f9fcf7;padding:.5em;font-size:.9em;color:#495053;}
div#footer p {padding-bottom:0;}


div#main .leftside .wrap {min-height:730px;height:auto !important;height:730px;}
div#main .rightside .wrap {min-height:734px;height:auto !important;height:734px;}

h2.title, div.title {
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:left top;
	text-align:left;
	text-indent:-1000em;
}
div#main .title.shop{background-image:url(i/shop.bottom.jpg);width:273px;height:96px;}
div#main .title.shop-top{background-image:url(i/shop.top.jpg);width:120px;height:54px;margin-top:-54px;position: relative;}
div#main .title.basket{background-image:url(i/basket.jpg);width:261px;height:96px;background-position:right top;}
div#main .title.basket-top{background-image:url(i/basket.top.jpg);width:261px;height:58px;margin-top:-58px;background-position:right bottom;position: relative;}
div#main .dots {border-top:2px dotted #737272;border-bottom:2px dotted #737272;padding-left:19px;text-align:center;}
div#main .dotsm {border-top:2px dotted #737272;border-bottom:2px dotted #737272;padding-left:0px;text-align:center;}
/*div#main .dotsm:hover {background-color:#CFCFCF;}*/
div#main .dotsm a {text-decoration:none; display:block; padding:4px 0;}
div#main .dotsm a:hover {color:#242424; background-color:#BAE0FC; /*background: url("/assets/i/dimhover.png") repeat-y scroll 0 0 transparent;*/}
/*background-color:#BAE0FC*/
div#main .accs {border-top:2px dotted #737272;border-bottom:2px dotted #737272;padding-left:0px;text-align:center;}
div#main table.tlogos {text-align:center;width:90%;margin:-5px 0 5px 0}
div#main table.tlogos td {padding: 12px 0;}
div#main .fav_link {text-decoration:none;color:#804000}
div#main .remlabel {margin-top:-14px;margin-left:17px;display:block}

div#main ul.catelogue {list-style:none;padding-left:20px;padding-bottom:20px;margin-top:15px;font-size:14px;}
div#main ul.catelogue li {padding-left:10px;line-height:17px;color:#3f3c3c;padding:3px 0}
div#main ul.catelogue li span {margin:1px 6px 0 0; width:30px; height:15px; display:block; float:left; background-image:url('/images/logos.jpg');}
div#main ul.catelogue li a {color:#3f3c3c;text-decoration:none;}
div#main ul.catelogue li a.mid {font-size:15px}
div#main ul.catelogue li a.big {font-size:19px}
div#main ul.catelogue li a.bigger {font-size:18px}
div#main ul.catelogue li li {padding-left:13px;}
div#main ul.catelogue li ul {padding-bottom:20px;list-style:none; margin-top:10px}
div#main ul.catelogue li.active {background:url(i/check_min.gif) no-repeat 0px 1px; font-weight:bold;line-height:17px;}

div#main ul.nav {padding:0px 0 25px;margin-top:-10px;list-style:none;}
div#main ul.nav li {border-bottom:2px dotted #737272;font-size:1.3em;padding-left:53px;}
div#main ul.nav li a {text-decoration:none;color:#000;line-height:25px;}
div#main ul.nav li.active {background:url(i/check.gif) no-repeat 33px 1px; font-weight:bold;line-height:25px;}

div#main ul.navr {padding:0px 0 25px;margin: 40px 35px 0pt 55px;list-style:none;}
div#main ul.navr li {font-size:1.3em;border-bottom:1px dashed #8C8C8C;text-align:center;}
div#main ul.navr li a {text-decoration:none;color:#000;line-height:25px;}
div#main ul.navr li.active {background:url(i/check.gif) no-repeat 33px 1px; font-weight:bold;line-height:25px;}

div#main ul.catelogue li a:hover, div#main ul.nav li a:hover, div#main ul.navr li a:hover {text-decoration:underline;}

div#basket {padding-left:45px;padding-top:30px;color:#000;padding-right:25px;}
div#basket .thumb {float:left;margin-right:7px;}
div#basket .item {border-bottom:2px dotted #8c8c8c;padding:4px;margin-bottom:10px;}
div#basket .itemu {border-top:2px dotted #8c8c8c;border-bottom:2px dotted #8c8c8c;padding:4px;margin-bottom:10px;padding-top:10px;}
div#basket p {padding-bottom:0;line-height:18px;position:relative;}
div#basket p.remove {float:right;margin-top:10px;margin-bottom:5px}
div#basket p.remove a {display:block;line-height:27px;color:#fff;background:url(i/btn.bg.gif) no-repeat center;text-decoration:none;padding:0 17px;font-weight:bold;}
div#basket span.cnt {position:absolute;right:2px;font-weight:bold;}
div#basket span.cnt span {padding:0 2px;cursor:pointer;}

.advsearch {display:none}

div.order {
	width:164px;height:87px;
	background:url(i/order.gif) no-repeat center;
	margin-left:58px;
	margin-top:30px;
	text-align:center;
}

div.order a:link, div.order a:active, div.order a:visited, div.order a:hover {color:#000;text-decoration:none;font-weight:bold;line-height:85px;}
div.order a:hover {text-decoration:underline;}

div#main .middlecol h1 {
	background:url(i/stripe.blue.jpg) no-repeat center;
	height:36px;
	overflow:hidden;
	line-height:34px;
	margin:22px 0 15px;
	padding:0;
	text-align:center;
	color:#fff;
	font-size:2em;
}
div#main .middlecol .wrap {padding:0 35px 5px;}

div#main .description  {padding-left: 30px;padding-bottom: 35px;}
div#main .description  .thumb {float:left;margin-right: 50px;}
div#main .description  p {line-height: 25px;font-size:1.2em;color:#000;padding-top: 20px;}

div#main .middlecol .text {border-top:2px dotted #05b7fc;border-bottom: 2px dotted #05b7fc;padding: 1em 1.1em 0;margin:0 10px;}
div#main .middlecol .textup {border-top:2px dotted #05b7fc;padding: 1em 1em 0.9em 1em;margin:0 10px 0 10px;}
div#main .middlecol .textdw {border-bottom:2px dotted #05b7fc;padding: 1em 1em 0em 1em;margin:0 10px 0 10px;}
div#main .middlecol .textb {border-bottom:2px dotted #05b7fc;padding: 1em;margin:0;}
div#main .middlecol .textt {border-top:2px dotted #05b7fc;border-bottom:2px dotted #05b7fc;padding: 1em 1em 0.9em 1em;margin:0;}
div#main .middlecol .textb2 {border-bottom:2px dotted #C4E4FB;padding: 1em;margin:0;}
div#main .middlecol .textt2 {border-top:2px dotted #C4E4FB;border-bottom:2px dotted #C4E4FB;padding: 1em 1em 0.9em 1em;margin:0;}

div#main .middlecol p.ind {text-align:justify; text-indent:30px;}

div#main .middlecol .text,
div#main .middlecol .textup {text-align:justify; text-indent:20px;}

div#main .middlecol .gallery ul {text-align: center;padding: 25px 0;}
div#main .middlecol .gallery li {list-style: none;padding: 0 20px;display: inline;}

div#main .navlinks {position: absolute;bottom:0;left:0;padding: 5px 300px 5px 307px;width:595px;}

div#main .cost {font-weight:bold;color:#22647e;}
div#main .bold {font-weight:bold;}
div#main #cart .cost_action{margin-left:36px}
div#main .middlecol .cost s{/*font-weight:normal*/}
div#main .cost_action{/*color:red;*/display:block}

div#main .green {color:#008000;}

div#main p.add, div#main p.rem {text-align:center;margin:0 0 -20px 0; padding:0}
div#main p.add a {display:block;line-height:27px;color:#fff;background:url(i/btn.bg.gif) no-repeat center;text-decoration:none;padding:0 7px;font-weight:bold;}
div#main p.rem a {display:block;height:27px;font-size:10px; color:#fff;background:url(i/button.gif) no-repeat center;text-decoration:none;padding:0 7px;font-weight:bold;}

div#main #next p {padding-top:1em;}
div#main #status p {padding-top:0;}

div#main p.icq {text-align:center;padding:25px 0 0 20px;}
div#main p.work {text-align:center;padding:20px 0 0 20px;font-weight:bold;}

div#main p.faq {text-align:center;padding:20px 30px 0 50px;font-weight:bold;}
div#main p.faq a {color:#0000FF;text-decoration:none;font-weight:bold;}
div#main p.faq a:hover {text-decoration:underline;}

div#main .txt {margin-top:20px;}
div#main .txt p  {padding: 0 15px 10px 15px; text-align:justify; text-indent:20px;}
div#main .txt ol {padding: 0 15px 10px 35px;text-align:justify;}
div#main .txt li {padding: 4px 0;}
div#main p.inds {padding: 0 10px 10px 5px; text-align:justify; text-indent:15px;}

div#main .txtind {margin-top:20px;}
div#main .txtind p {padding: 0 15px 10px 15px; text-align:justify;}
div#main .txtind p.ind {text-indent:20px;}
div#main .txtind p.quest {padding: 10px 15px 10px 15px;font-weight:bold;}

div#main .txt p.up {font-size:17px; text-align:center; text-indent:0px; padding-bottom:20px;line-height:21px;}

div#main .gallery {text-align:center;margin-bottom:12px;text-indent:0px;}
div#main .counter {text-align:center;padding:90px 0 0 20px;}

div#main p.fall {padding-bottom: 15px; text-align:justify; text-indent:20px;}
div#main .bred {font-size:14px; color:#FF0000;}
div#main .act {font-size:11px; color:#808080; display:block; margin:5px}

div#main .remind {position: absolute;
border: 1px solid;
padding: 5px;
margin:0;
width: 0px;
height: 0px;
display:none;
background-color: #F0F0F0;
}

div#main ul.catelogue li .ny {margin-left:-7px; margin-bottom:-1px; background:url(i/snow.jpg) no-repeat 0px 1px;  padding-left:20px;line-height:18px;}

div#main .zoom {margin-top:-10px; display:block;}
div#main .zoom a {font-size:7pt; color:#808080; text-decoration:none;}

div#main table.gallery {margin-bottom:10px;}
div#main td.galpreview {text-align:center;}
div#main td.commpreview {padding-left:10px;text-align:left;}

div#main table.pictures, div#main table.picturest {margin: 0 auto; text-align:center;}
div#main table.pictures td {padding: 5px 15px;}
div#main table.picturest td {padding: 5px; width:25%;}

div#main table.tablereg {text-align: left; margin-left: 3px; margin-bottom: 8px;}
div#main table.tablereg td {padding: 3px;}
div#main .tableregleft {font-weight: bold;}
div#main .bmail {color:#808080; font-size:10px;}
div#main .ered {color:#FF0000;}
div#main .auth {margin:-10px 0 20px -10px; padding-bottom:20px; border-bottom: 2px dotted #8C8C8C;}
div#main .auth .top {text-align:center;font-weight:bold;}
div#main .auth .bottom {text-align:center;}
div#main .auth table td {padding:1px;}
div#main .auth p {line-height:1.2em;}
div#main table.histtable, div#main table.pertable {border-collapse: collapse; margin: 0 auto;}
div#main table.histtable td {padding: 2px; border:1px dotted #CACACA; border-collapse: collapse;}
div#main table.pertable td {padding: 3px; border:1px dotted #CACACA; border-collapse: collapse;}
div#main table.pertable a {color:#0000FF;}
div#main table.mytable td {padding: 3px;}
div#main table.mytable ol {margin: 8px 0 0 20px;}
div#main table.mytable li {margin: 5px;}
div#main table.thr {margin: 0 0 0 20px;}
div#main table.thr td {padding: 2px;}
div#main table.thrt {border-collapse: collapse; margin: 0 auto;}
div#main table.thrt td {padding: 4px; text-align:center; border:1px solid #808080;}
div#main table.thrt td.empt {border-top:0; border-bottom:0;}
div#main table.thrt td.theader {font-weight:bold;background-color:#D7D7D7;}

td.dmct {background: url('/images/sprites/dmc.png') repeat scroll 0 0 #C0C0C0;}
td.anchort {background: url('/images/sprites/anchor.png') repeat scroll 0 0 #C0C0C0;}
td.fincat {background: url('/images/sprites/finca-perle.png') repeat scroll 0 0 #C0C0C0;}

#city-map1,#city-map5,#city-map8{width:100%; height:350px;margin-bottom:10px;position:relative}
#allpvz1,#allpvz5,#allpvz8{display:none}
a.pvzms{font-weight:bold;text-decoration:none}


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	color:#000000;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.ac_results em {float:right;font-style:italic;color:#808080}

table.tabledch {text-align:center;border-collapse:collapse}
table.tabledch td, table.tabledch th {border:1px solid #C0C0C0;border-collapse:collapse}
table.tabledch th {padding:5px;background-color:#DADADA}
table.tabledch td {padding:6px 5px; cursor:pointer}

a.clearcart {/*font-size:14px;*/text-decoration:none;border-bottom:1px dashed #000000}
a.clearcart:hover {/*border-bottom:1px solid #000000*/}

.greyt {color:#808080}

div#main #del1 p, div#main #del2 p, div#main #del3 p, div#main #del4 p, div#main #del5 p, div#main #del6 p {padding-top:10px}

a.citylink {border-bottom:1px dashed #000000;text-decoration:none}
a.citylink:hover {border-bottom:1px solid #000000;}

a.activeaccs {font-style:italic;text-decoration:none;border-bottom:1px dashed #000000}
a.activeaccs:hover {border-bottom:1px solid #000000}

.loop
{position: absolute;
margin:-22px 0 0 52px;
}

.loop img
{background: none repeat scroll 0 0 rgba(255, 255, 255);
border-radius: 8px;
/*box-shadow: 0 0 4px #fff, 0 4px #fff inset;*/
padding: 6px;
}

.loop:hover img
{
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.99);
box-shadow: 0 0 4px #f00, 0 0 4px #f00 inset;
}


/* lightbox */

body:after {
  content: url(/images/close.png) url(/images/loading.gif) url(/images/prev.png) url(/images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* SimpleModal Basic Modal Dialog */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height:115px; width:485px; color:#444; background-color:#F0F0F0; border:3px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}