@charset "utf-8";
/* CSS Document */

/*---------------------------------
Global styles
---------------------------------*/
/* text-decoration:none; */
a, img a, img, a img {border:0;	outline:0;}

img, object, embed, video {max-width: 100%;}

table { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; border-collapse: collapse; border-spacing: 0; }

form
{
	padding:0px;
	/*margin:0px;*/
}

div
{
  padding:0;
  margin:0;
}

input
{
  padding:1px 0 1px 0;
  margin:0px;
  border:1px solid grey;	
}

/* only to clear floats - to be used with any class as addition */
.clear {
	clear: both;
}

/*---------------------------------
Primary Styles
---------------------------------*/
body {
	/*background:url(../img/body_bg.jpg) repeat left top;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#5d5e5f;
	padding:0px;
	margin:auto;
}

/*========header========*/

.header_top
{
	/*background:#545456 url(../img/header_top_bg.jpg) repeat-x left bottom;*/
	/*height:66px;*/
	padding:0 0 0 9px;
	position:relative;
	z-index:11;
}

.header_bottom
{
	/*background:url(../img/shadow.png) repeat-x left bottom;*/
	padding:0 0 10px 0;
}



.container
{
	width:300px;
	margin:auto;
	/*padding:10px;*/
}

.container_small
{
	width:300px;
	margin:auto;
	/*padding:10px;*/
}

.logo
{
	/*float:left;*/
	text-align:center;
	margin:0 auto 0 auto;
	width:280px;	
	height:80px;
}

/*========footer========*/

.footer
{
	/*background:#000;*/
	/*padding:40px 20px 15px 20px;*/
}

.list
{
	width:100%;
	font-size: 8px;
	overflow:hidden;
	white-space:nowrap;	
}

.list_group
{
  font-size: 8px;	
}

.list_column_30
{
	width:30px;
	white-space:nowrap;
	overflow:hidden;	
}

.list_column_40
{
	width:40px;
	white-space:nowrap;
	overflow:hidden;	
}

.list_column_50
{
	width:50px;
	white-space:nowrap;
	overflow:hidden;	
}

.list_column_60
{
	width:60px;
	white-space:nowrap;
	overflow:hidden;
}

.list_column_65
{
	width:65px;
	white-space:nowrap;
	overflow:hidden;
}

.list_column_70
{
	width:70px;
	white-space:nowrap;
	overflow:hidden;	
}

.list_column_75
{
	width:75px;
	white-space:nowrap;
	overflow:hidden;
}

.list_column_100
{
	width:100px;
	white-space:nowrap;
	overflow:hidden;
}

.list_column_105
{
	width:105px;
	white-space:nowrap;
	overflow:hidden;
}

.list_column_110
{
	width:110px;
	white-space:nowrap;
	overflow:hidden;
}

.list_column_130
{
	width:130px;
	white-space:nowrap;
	overflow:hidden;
}

.list_column_140
{
	width:140px;
	white-space:nowrap;
	overflow:hidden;
}

.list_column_150
{
	width:150px;
	white-space:nowrap;
	overflow:hidden;
}

.list_column_160
{
	width:160px;
	white-space:nowrap;
	overflow:hidden;
}

.list_column_170
{
	width:170px;
	white-space:nowrap;
	overflow:hidden;
}

.list_column_240
{
	width:240px;
	white-space:nowrap;
	overflow:hidden;
}

.list_column_end
{
	white-space:nowrap;
	overflow:hidden;
}

.list_column_space
{
	width:2px;
	white-space:nowrap;
	overflow:hidden;
}

.list_sort
{
  cursor:pointer;	
}

.click1 {
cursor:pointer;
}

.click2 {
cursor:pointer;
}

.lightbox
{
	width:450px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-225px;
	margin-top:-127px;
	background:#FFF;
	border-radius:6px;
	padding:27px 0 32px 0px;
	text-align:center;
	color:#858484;
	font-size:14px;
	z-index:999;
	display:none;
}
.lightbox2
{
	width:450px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-225px;
	margin-top:-127px;
	background:#FFF;
	border-radius:6px;
	padding:27px 0 32px 0px;
	text-align:center;
	color:#858484;
	font-size:14px;
	z-index:999;
	display:none;
}

.lightbox label
{
	color:#000000;
	font-weight:bold;
}

.lightbox2 label
{
	color:#000000;
	font-weight:bold;
}

.form 
{
  width:380px;	
}

.form div
{
  text-align:left;
  margin:5px 0 0 0;
}

.form label
{
	font-weight: bold;
	display: inline-block;
	width: 120px;
}

.form input
{
	width:250px;
}

.form .input_narrow
{
	width:125px;
}

.form select
{
	width:250px;	
}
