@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin: 0;
	}
	
img {
	border: 0;
	}	
	
.logo{
	margin-left:15px;
	color: #333;
}

.photo{
	margin-top:20px;
	margin-right:15px;
}

.text-style, .password-style { 
     width: 200px; 
   }    

.mail {
	font-family:Verdana;
	font-size:small;
	}
	
.mail a:link, .mail a:visited {
	color:#999999;
	}
	
.mail a:hover {
	color:#F60;
	}

.warnings {
	color:#f33;
	font-size:small;
	background-image:url(image/warningIco.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}		

h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:small;
	font-weight: bold;
	}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bolder;
	color:#F90;
	}
	
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bolder;
}	
	
address {
	color:gray;
	font-style:normal;
	font-size:0.8em;
	text-align:center;
	padding-top:10px;
	}
	
/* Basic setup Start */	

body {
	margin:0 auto;
	background-color:#FC3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
	}
	
/*Basic setup End */
#mainsearch {
	width:1048px;
	margin:0 auto;
	padding:8px;
	text-align:center;
	}

#container {
	width:1048px;
	height:900px;
	background-image:url(image/bg-bar.jpg);
	background-repeat:repeat;
	margin:0 auto;
	}
	
#leftbar {
	width:250px;
	height:900px;
	float:left;
}

#leftbar a {
	display:block;
	margin-left:15px;
	padding:10px;
	color:black;
	width:210px;
	text-decoration:none;
	border-bottom:2px solid #CCC;
	font-weight: bolder;
}

#leftbar a:link, #leftbar a:visited {
	text-decoration:none;
	color:black;
	}
	
#leftbar a:hover {
	background-color:#FFFFCC;
	color:#F60;
	}

#navlist ul {
	margin-left:0;
	padding-left:0;
	white-space:nowrap;
	}
	
#navlist li {
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none;
	}

#navlist input#menubuttonY {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left:15px;
	padding: 0 10px 3px 0px; /*top right bottom left*/
	width: 172px;
	height: 30px;
	background: url(image/shop_selectY.gif) no-repeat;
	border: 0;
	}
	
#navlist input#menubutton {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left:15px;
	padding: 0 10px 3px 0px; /*top right bottom left*/
	width: 172px;
	height: 30px;
	background: url(image/shop_select.gif) no-repeat;
	border: 0;
	}
	
#content {
	width:750px;
	height:880px;
	background-color:#FFF;
	float:left;
	padding-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-left-radius: 20px;          	/*CSS3 */
	-moz-border-radius-bottomleft: 20px;     	/* Firefox */
	-webkit-border-radius-bottomleft: 20px;     /* Safari Chrome */
	border-bottom-right-radius: 20px;        /* CSS3 */
	-moz-border-radius-bottomright: 20px;    /* Firefox */
	-webkit-border-radius-bottomright: 20px;     /* Safari Chrome */
}

#content input#login_btn {
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px 0 10px 0 ;
	font-weight: bold;
	padding: 0 0 0px 5px; /*top right bottom left*/
	width: 110px;
	height: 25px;
	background: url(image/loginBG.gif) no-repeat;
	border: 0;
}

#footer{
	clear:both;
	width:auto;
	height:60px;
	background-color:#333;
	border-bottom-left-radius: 10px;          	/*CSS3 */
	-moz-border-radius-bottomleft: 10px;     	/* Firefox */
	-webkit-border-radius-bottomleft: 10px;     /* Safari Chrome */
	border-bottom-right-radius: 10px;        /* CSS3 */
	-moz-border-radius-bottomright: 10px;    /* Firefox */
	-webkit-border-radius-bottomright: 10px;     /* Safari Chrome */
	}
	
.nominal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999;
	padding-top:15px;
}

#table1 td, #table1 th {
padding:3px;
text-align:center;
}
