body{
	color:#000000;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	font-family:"arial","helvetica",sans-serif;
}
.mail,big{font-family:arial black;font-weight:bold;}

h1 {
background: url("http://ad.lemon-s.com/img/logos.gif") no-repeat scroll 0 0 transparent;
font-size: 120%;
height: 31px;
padding: 3px 0 0 35px;
}

h2{
	margin:10px 0;
	font-size: 120%;
	color:#000000;
	background-color:#DEDEDE;
	border:solid #636363;
	border-width:1px;
	clear: both;
}
h3,h4{font-weight:bold;}
.red{color:#ff0000;}
.white{color:#ffffff;}
.ex{background:url(./img/external.png) center right no-repeat;padding-right:13px;}
.b{font-weight:bold;}
.info{color:#666666;}
.e{border:solid #636363;border-width:1px;}
.img{border:solid #636363;border-width:1px;}
hr{color:#636363;}
table.table{
    border-top:1px solid #636363;
    border-left:1px solid #636363;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.table th{
    border-right:1px solid #636363;
    border-bottom:1px solid #636363;
    background-color:#EEEEEE;
    padding:0.3em 1em;
}
.table td{
    border-right:1px solid #636363;
    border-bottom:1px solid #636363;
    padding:0.3em 1em;
}
.header{
	color:#FFFFFF;
	background:#636363;
	height: 36px;
	position: relative;
	z-index: 100;
	text-align: left;
	border-bottom:1px solid #636363;
}
form{
	margin: 0;
	padding: 0;
}
#srchBtn{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 7px;
	right: 0;
}
#srchInput{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 8px;
	right: 80px;
}
.menu {
	font-size: 80%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 10px;
	left: 0;
	color: #fff;
}
.menu li{
	float:left;
	margin-right:10px;
}
.menu li a{
	color:#ffffff;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#srchBox {
    background-color: transparent;
    border: 0 none;
    color: #000000;
    float: right;
    padding-top: 5px;
    text-align: left;
}

.ad{
float: right;
margin:10px 0 0 0;
}
.ad_h{
margin:15px;
}


#footer{
	margin-top:10px;
	padding:18px 0 50px 0;
	background:#EFEFEF;
	border-top:1px solid #DDDDDD;
font-size:small;
}
#footer .pagetop{
display:block;
float:right;
}
.ind{
	margin:0;
	padding:0;
}
.ind li{
	list-style-type:none;
	float:left;
}
.code{
	width:98%;
	margin:10px auto;
	padding:10px;
	background:#EFEFEF;
	border:1px dashed #636363;
}
xmp,pre{
	font-size:small;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 */
	word-wrap: break-word; /* IE 5.5+ */
}
.clearfix{
	zoom:1;
}
.clearfix:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


