@CHARSET "UTF-8";

html, body {
	background-color: #fff;
	height: 100%;
	line-height: 1.4em;
	margin: 0;
	width: 100%;
}
.latters {
    vertical-align: top;
    width: 210px;
    display: inline-block;
    margin: 0px 5px 15px 0px;
}
#wrap {
	background: url(/f/img/noise-f1.gif) whitesmoke;
	padding-bottom:15px;
}
.headerline {
	height: 80px;
	background: url(/f/img/headerline.png);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin-bottom: 15px;
}
.searchline {
	background-position: 0% 0%;
	display: inline-block;
	text-align: center;
	padding-top: 20px;
}
.brand-logo {
	background-image: url('/f/img/logo.png');
	
	background-repeat: repeat-x;
	float: left;
	height: 48px;
	margin: 10px 0 24px 0;
	overflow: hidden;
	position: relative;
	text-indent: -10000px;
	width: 196px;
}
.user-menu {
	color: #fff;
	font-size: 1.2em;
	height: 40px;
	margin-right: 12px;
	overflow: hidden;
	position: relative;
	text-align: right;
	top: 20px;
}
.user-menu a {
	border-bottom: 1px dashed #fff;
	color: #fff;
	cursor: pointer;
	font-size: 1.5em;
	text-decoration: none;
}
.basis-page {
	background-color:#fff;
	min-height: 40px;
	padding-top: 10px;
	text-indent: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
 	border: 1px solid #d4d4d4;
  	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
  	border-radius: 4px;
  	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  	*zoom: 1;
}
.footer {
	font-size: .9em;
	background-color: #fff;
	color:#999;
	border-top:solid 1px #ccc;
}
.footer a {
	color:#777;
	text-decoration: underline;
	font-weight:bold;
}
.footer a:hover {
	color:#333;
}
.footer-list {
	margin-top: 20px;
}

/* Page list */ 
.page-list .thumbnail {
	background-color: #fff;
}
.page-list h1 {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
.page-list h2 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
.page-list h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.page-list a {
	text-decoration: underline;
}
.page-list .h1 {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
.page-list .h2 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
.page-list .h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
/* ITEM */

#item h1 {
	color:#555;
	font-size: 1.6em;
	line-height: 24px;
}
#item h1 small {
	font-size: .7em;
}
#item a {
	text-decoration: underline;
}
#item .breadcrumb {
	background-color: #fff;
}

.social-button-container {
	overflow: hidden; 
}          
.social-button {
	float: left;
	width: 100px;
	height: 22px;
}
.rebl {
    width: 650px;
/*	height: 300px;*/
    display: block;
	margin: 0 auto;
}
.adleft {
    float: left;
}
.adright {
    float: right;
}