@charset "UTF-8";

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/


/* Panel Tab/button */
.tab {
	width: 950px;
	height: 0px;
	position: relative;
}
.tab ul.login {
	display: block;
	float: right;
	clear: right;
	height: 75px;
	margin: 0;
	position: absolute;
	width: 88px;
	left: 846px;
	top: 0px;
}

.tab ul.login li {
	text-align: left;
	padding: 0;
	display: block;
	float: left;
	width: 95px;
	height: 77px;
	background: url(/kori/kouri/img/brand_bt.gif) no-repeat 0 0;
}

.tab ul.login li a {
}

.tab ul.login li a:hover {
	color: white;
}
.tab .sep {
	color:#414141
}
.tab a.open, .tab a.close {
	height: 77px;
	line-height: 0px;
	padding-left: 0px;
	cursor: pointer;
	display: block;
	width: 95px;
	position: relative;
	top: 0px;
}
.tab a.open {
	background: url(/kori/kouri/img/brand_bt.gif) no-repeat left 0;
}
.tab a.close {
	background: url(/kori/kouri/img/brand_bt.gif) no-repeat left 0;
}
.tab a:hover.open {
	background: url(/kori/kouri/img/brand_bt.gif) no-repeat left -79px;
}
.tab a:hover.close {
	background: url(/kori/kouri/img/brand_bt.gif) no-repeat left -79px;
}
/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    z-index: 999;
    text-align: center;
    margin: auto;

}
#panel {
	width: 620px;
    margin-left: 330px;
	padding: 10px 0 8px;
	color: #333;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	background: #fff url(/kori/kouri/img/brand_bg.gif) repeat-x top;

}
#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: #333;
}
#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: #333;
}
#panel p {
	margin: 0px 0px 0px 22px;
	padding: 0px 20px 10px 0px;
}
#panel p.st {
	padding: 15px 0px 33px 0px;
}
#panel a {
	text-decoration: none;
	color: #15adff;
}
#panel a:hover {
	color: white;
}
#panel a-lost-pwd {
	display: block;
	float: left;
}
#panel .content {
	margin: 0 auto;
	padding: 18px 0px 0px 8px;
	text-align: left;
}
#panel .content .left {
	width: 602px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #999;
}
#panel .content .section {
	width: 550px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 15px;
}
#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: 333;
	height: 16px;
}
#panel .content input:focus.field {
	background: #545454;
}
/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login, #panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
#panel .loginClose {
	display: block;
	position: absolute;
	right: 8px;
	top: 10px;
	width: 63px;
	text-align: left;
}


.serviceBlock {
	width:560px;
	margin:10px 0px 25px 22px;
	padding:0px;
	float:left;
}
.serviceBlock.odd {
	margin:0 0 15px 0px;
}
.serviceBlock dl {
	background:#fff;
	padding:1px 5px 1px 1px;
}
.serviceBlock dl dt img.serviceThum {
	float:left;
	margin-right:13px;
}
.serviceBlock dl dt img.serviceTitle {
	padding:5px 0 12px 0;
}
.serviceBlock dl dd {
	overflow:hidden;
	padding:0 0 12px 3px;
}
.serviceDetail {
	text-align:right;
	padding: 0px 3px 5px 0px;
}
#group_area {
	width:560px;
	margin: 5px 0px 20px 26px;
}
#group_area ul {
	margin: 0px;
}
#group_area li {
	float:left;
	margin:0 0px 25px 2px;
	width:180px;
	list-style:none;
}
