
/**---------------Public Settings---------------**/
body{
	font-family: Helvetica, Verdana,Arial,sans-serif;
	color:#2D2D2D;
	background-color:#FFFFFF;
	background: url(../images/body-background.gif);
	background-attachment: fixed;
}

#container {
	margin-top: 3px solid #FFF;
	width: 1000px;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding-bottom: 30px;
	overflow: hidden;
	
	
	min-height: 600px;
	*height:600px;
}
#header{
	margin-bottom: 20px;
	width:100%;
	height: 126px;
	background: url(../images/header_bg.jpg) top left repeat-x;
	position: relative;
	    /* CSS3 Properties */
    box-shadow:0 1px 5px #210634;
 　 -moz-box-shadow:0 1px 5px #210634;
  　-webkit-box-shadow:0 1px 5px #210634;
}
#logo{
	position: absolute;
	top:10px;
	left:20px;
}
#main{
	padding-top: 15px;
}
#footer{
	text-align: center;
	line-height: 18pt;
	font-size: 11px;
	margin-bottom: 40px;
	padding: 10px 0px;
}

/**---------------classes to use---------------**/

.tight { padding: 0px; margin:0px; }
.clear{ clear:both; }
.hide{ display: none; }

.infoModal{
	background-color: #dbdbdb;
}


p.infoRow{
	line-height: 28px;
	font-size: 14px;
}

p.infoRow span{
	display: inline-block;
	font-weight: bold;
	width: 115px;
}

span.subspan{
	display: inline-block;
	font-weight:lighter;
	color: #886b2c;
	width: 110px;
	font-size: 12px;
}


.nav_up{
	padding:7px;
	background-color:white;
	border:0px solid #CCC;
	position:fixed;
	background:transparent url(../images/up.png) no-repeat top left;
	background-position:50% 50%;
	width:40px;
	height:40px;
	bottom:65px;
	opacity:1.0;
	right:20px;
	z-index: 99;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.nav_down{
	padding:7px;
	background-color:white;
	border:0px solid #CCC;
	position:fixed;
	background:transparent url(../images/down.png) no-repeat top left;
	background-position:50% 50%;
	width:40px;
	height:40px;
	bottom:20px;
	opacity:1.0;
	right:20px;
	z-index: 99;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}


/**Home**/


.less{
	padding: 0px;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	cursor: pointer;
	text-align: left;
}

.less:hover{
	background-color: #d6d6c2;
	color: #393939;
}




#loginBox{
	width: 300px;
	margin: 0 auto;
}


#loginBox span{
	font-size: 12px;
	display: inline-block;
	width: 100px;
}

#header #control{
	position: absolute;
	right: 30px;
	top:0px;	
	
	padding: 20px;
	padding-right: 0px;
	font-family:Verdana;
	font-size: 12px;
}

#header #nav{
	position:absolute;
	top:90px;
	left: 30px;
}



.st_form{
	margin:0 auto;
	/*padding-bottom: 50px;*/
	padding-top: 10px;
	position: relative;
	width: 97%;
	line-height: 40px;
}

.st_form #sortOption{
	position: absolute;
	right: 50px;
	top:10px;
	width: 900px;
	text-align: right;
	color: #8c8051;
	font-size: 13px;
}

.st_form #left{
	float: left;
	width: 450px;
}

.st_form #right{
	float: left;
	width: 300px;
}


/********Category*********/

ul.sortCategory,ul.sortCategoryItem
{
	list-style: none;
}

ul.sortCategory li{
	font-size: 12px;
	line-height: 19px;
	height: 19px;
	width: 300px;
	border: 1px solid #A7A7a7;
	margin: 5px 0 5px 0 ;
	padding: 5px;
	background-color:#F0F0F0;
	cursor: move;
}

ul.sortCategoryItem{
	width: 600px;
}

ul.sortCategoryItem li{
	float:left;
	font-size: 10px;
	line-height: 16px;
	height: 120px;
	width: 120px;
	border: 1px solid #A7A7a7;
	margin: 5px;
	padding: 5px;
	background-color:#F0F0F0;
	cursor: move;
	text-align: center;
}
ul.sortCategoryItem li IMG{
	margin-bottom: 5px;
}





















