@charset "utf-8";
/**
 * StyleName : _base
 * -Side contents styles
 */


/** Side contents 
------------------------------ **/

/** Ads **/
#sideAds250
{
	margin-bottom:20px;
}

/** Services **/
#sideServices
{
	width:250px;
	margin-bottom:25px;
}
.sideServices h2
{
	overflow:hidden;
	font-size:14px;
	padding:12px 20px 12px 20px;
	color:#fff;
}
.sideServices ul
{
	width:220px;
	padding:15px 15px 14px 15px;
}
.sideServices ul li
{
	background-color:#fff;
	padding:15px 15px 15px 15px;
	margin-bottom:1px;
}
.sideServices ul li a
{
	display:block;
	padding-left:20px;
	line-height:160%;
	text-decoration:none;
	color:#51c2e2;
}
.sideServices ul li a:hover
{
	text-decoration:underline;
}

/** Mobile **/
#sideMobile
{
	width:250px;
	padding-bottom:15px;
	margin-bottom:30px;
}
.sideMobile h2
{
	padding:28px 50px 15px 15px;
	font-size:14px;
}
.sideMobile .qrcode
{
	float:left;
	margin:20px 10px 0 10px;
}
.sideMobile p
{
	padding:20px 10px 0 0;
	line-height:20px;
}

/** Feed **/
#sideFeed
{
	width:250px;
	height:51px;
	margin-bottom:15px;
}
#sideFeed a, #sideContact a
{
	display:block;
	overflow:hidden;
	width:185px;
	height:41px;
	padding:0 10px 10px 55px;
	line-height:51px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

/** Contact **/
#sideContact
{
	width:250px;
	height:51px;
	margin-bottom:20px;
}

/** Banners **/
#sideBanners
{
	width:250px;
	margin-bottom:20px;
}
.sideBanner
{
	width:250px;
}
.sideBanner_outer
{
	padding-top:5px;
}
.sideBanner_body
{
	width:240px;
	padding:0 5px;
	margin-bottom:10px;
}