/*-- Side CSS --*/

  div.region-left.bg {
  	background:url(/images/template/bg-side-left.gif) top right no-repeat;
  	min-height:620px;
  }


  /* side box */
  
  
  ul.sidemenu {
    list-style-type:none;
	margin:0px 0px 15px 0px;
	padding:0px;
	border-bottom:1px solid #fff;
	margin-right:1px;
  }
 
  ul.sidemenu li {
    background-position:5px center;
	background-repeat:no-repeat;
	border-bottom:1px solid #ddd;
	border-top:1px solid #fff;
	position:relative;
  }
 
  ul.sidemenu a {
	font-size:15px;
	font-weight:bold;
	display:block;
	padding:15px 0px 15px 60px;
 }
 
 ul.sidemenu div {
	letter-spacing:-1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	position:absolute;
	color:#fff;
	width:27px;
	height:27px;
	top:5px;
	left:0px;
	background:url(/images/common/side/dot.png) no-repeat;
	text-align:center;
	padding-top:5px;
 }
  
	div.side-mobile{
		background:url(/images/home/side-mobile.jpg) no-repeat;
		width:260px;
		height:160px;
		padding:20px;
		margin-bottom:30px;
	}


div.side-sell{
	border:1px solid #f5e082;
	background:#ffffe5;
	padding:20px;
	margin-bottom:20px;
}

div.side-sell a.button {
	display:block;
	margin-top:20px;
	background:#ed6482 url(/images/home/but-sell.gif) no-repeat;
	font-size:22px;
	text-shadow: 0 1px 0 #990540; 
	height:41px;
	width:165px;
	color:#fff;
	padding:13px 0px 0px 0px;
}

 
