@charset "utf-8";
/**
 * StyleName : _base
 * -Side contents styles
 */


/** Side contents 
------------------------------ **/

/** Ads **/
#sideAds250
{
	margin-bottom:20px;
}

/** Services **/
#sideServices
{
	width:250px;
	padding-top:4px;
}
#sideServices_body
{
	padding:0 12px;
	width:226px;
}
.sideServices h2,.sideMobile h2
{
	overflow:hidden;
	font-size:14px;
	padding: 15px 0;
	color:#555;
	margin-bottom:8px;
}
.sideServices ul
{
	width:230px;
}
.sideServices ul li a
{
	line-height:20px;
	width:200px;
	padding:8px 21px 8px 5px;
	display:block;
	background-position:right 10px;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#999;
}

/** Mobile **/
#sideMobile
{
	width:250px;
	padding-top:15px;
	margin-bottom:30px;
}
#sideMobile_outer
{
	padding:0 12px 15px 12px;
}
.sideMobile .qrcode
{
	float:left;
	margin-left:-8px;
}
.sideMobile p
{
	padding-top:5px;
	line-height:20px;
}

/** Feed **/
#sideFeed
{
	width:250px;
	height:41px;
	margin-bottom:10px;
}
#sideFeed a
{
	display:block;
	overflow:hidden;
	width:195px;
	height:31px;
	padding:0 10px 10px 45px;
	line-height:41px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

/** Contact **/
#sideContact
{
	width:250px;
	height:41px;
	margin-bottom:20px;
	padding-bottom:10px;
}
#sideContact a
{
	display:block;
	overflow:hidden;
	width:195px;
	height:31px;
	padding:0px 10px 10px 45px;
	line-height:41px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

/** Banners **/
#sideBanners
{
	width:250px;
	padding-top:35px;
}
#sideBanners_outer
{
	padding-bottom:35px;
}
.sideBanner
{
	width:250px;
}
.sideBanner_outer
{
	width:250px;
	margin-bottom:5px;
}
.sideBanner_body
{
	padding:4px;
	border:solid 1px #ccc;
	background-color:#fff;
}