@charset "utf-8";
/**
 * StyleName : _base
 * -Side contents styles
 */


/** Side contents 
------------------------------ **/

/** Ads **/
#sideAds250
{
	margin-bottom:20px;
}

/** Services **/
#sideServices
{
	width:250px;
	margin:0 0 20px 0;
}
.sideServices h2
{
	padding:5px 0;
	font-size:14px;
}
.sideServices ul
{
	width:230px;
    padding:0;
}
.sideServices ul li
{
	width:250px;
	margin:5px 0;
	padding:3px 0;
	line-height:20px;
}
.sideServices ul li a
{
	max-width:230px;
	padding:0 0 0 20px;
}

/** Mobile **/
#sideMobile
{
	width:250px;
	margin:0 0 20px 0;
}
.sideMobile h2
{
	margin:1px;
    padding:9px 6px 9px 60px;
    font-size:14px;
	width:180px;
}
.sideMobile .qrcode
{
	float:left;
	margin:0 5px 0 0;
	width:100px;
	height:100px;
}
.sideMobile p
{
	padding:5px;
	line-height:20px;
}

/** Feed **/
#sideFeed
{
	width:248px;
	height:38px;
	margin:0 0 20px 0;
}
#sideFeed a
{
	display:block;
	overflow:hidden;
	width:188px;
    height:38px;
	margin:0;
    padding:0 0 0 60px;
    line-height:38px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

/** Contact **/
#sideContact
{
	width:248px;
	height:38px;
	margin:0 0 20px 0;
}
#sideContact a
{
	display:block;
	overflow:hidden;
	width:188px;
    height:38px;
	margin:0;
    padding:0 0 0 60px;
    line-height:38px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

/** Banners **/
#sideBanners
{
	width:250px;
	margin-bottom:20px;
}
.sideBanner
{
	width:250px;
	margin-bottom:20px;
}
.sideBanner_outer
{
	padding:4px;
}
.sideBanner_body
{
	width:240px;
}