@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #9e9273;
	font: 11px Verdana, Arial, sans-serif;
	line-height:14px;
	background: #ff7900;
}
.clear {
	clear: both;
	margin:0;
	padding:0;
}
#layerHeader {
	width:auto;
	height:50px;
}
a.btnClose:link, a.btnClose:visited, a.btnClose:active {
	display:block;
	margin:17px 0 0 367px;
	width:40px;
	height:31px;
	background: url(../imgPopUp/btClose.gif) no-repeat 0 0;
}
a.btnClose:hover {
	background: url(../imgPopUp/btClose.gif) no-repeat 0px -31px;
}
#layerContent {
	width:302px;
	margin: 0px auto 0px auto;
	color:#FFFFFF;
}
#layerContent img {
	border: 1px solid #ffffff;
}
#layerFooter {
	width:auto;
}
#itemsNumber {
	float:left;
	width:367px;
	padding:7px 0 0 0;
	margin:0;
}
#itemsNumber ul {
	display: inline;
	margin: 0;
	padding:0;
}
#itemsNumber li {
	display:inline;
	list-style:none;
	margin: 0;
	padding:0 0 0 8px;
	float:right;
}
/* Links
-------------------------------------------------------------------------*/
#itemsNumber li a {
	display:inline;
	list-style:none;
	margin: 0;
	float:left;
	background:#753200;
	color:#FFFFFF;
	text-decoration:none;
	padding:1px 2px;
	border: 1px solid #ffffff;
}
#itemsNumber li a:hover {
	display:inline;
	list-style:none;
	margin: 0;
	float:left;
	background:#b95400;
	color:#FFFFFF;
	text-decoration:none;
	padding:1px 2px;
	border: 1px solid #aa612f;
}
/*= End
-------------------------------------------------------------------------*/
