*+html #dialog
{
	position: fixed;
	top: 50px;
	left: 500px;
	background: #CCCCCC;
	width: 300px;
	height: 480px;
	z-index: 5;
	padding: 5px;
	display: none;
	padding-top: 6px;
}

#dialog
{
	position: fixed;
	top: 50px;
	left: 500px;
	background: #CCCCCC;
	width: 300px;
	height: 480px;
	z-index: 5;
	padding: 5px;
	display: none;
	border: 1px black solid;
}


#first
{
	display: none;
	z-index: 5;
}

.close
{
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(../img/close.png) right no-repeat;
	bottom: 10px;
	float: right;
	cursor:pointer;
	display: none;
	right: 10px;
}

.back
{
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(../img/back.png) right no-repeat;
	bottom: 10px;
	float: right;
	cursor:pointer;
	display: none;
	right: 50px;
}

.ajax
{
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../img/ajax.gif) right no-repeat;
	bottom: 10px;
	float: left;
	cursor:pointer;
	display: none;
	z-index: 10;
}

#second
{
	display: none;
	z-index: 5;
}

#third
{
	display: none;
	z-index: 5;
}

#dialog ul li a
{
	display: block !important;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
			
}

#dialog ul li a:hover
{
	color: #FFFFFF !important;
			
}


#dialog ul li
{
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	height: 25px;
	padding-left: 5px;
	padding-top: 5px;
	background:#FFFFFF;
	margin: 0 auto;
	cursor: pointer;
	border: 1px solid white;
}

*+html #dialog ul li
{
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	height: 25px;
	padding-left: 5px;
	padding-top: 5px;
	background:#FFFFFF;
	margin: 0 auto;
	margin-top: -1px;
	cursor: pointer;
	border: 1px solid white;
}

#dialog ul li:hover
{
	background: #CCCCCC url(../img/point.png) no-repeat right;
	color: #FFFFFF;
}

.elem
{
	position: relative;
	float: left;
	width: 215px;
	height: 225px;
	background: #CCCCCC;
	margin-right: 4px;
	margin-top: 4px;
	overflow: hidden;
}

.el_title
{
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 10px;
}

.elem img
{
	height: 161px;
	width: 215px;
}

#dialog ul
{
}
