#left ol, #left ul, #left li,
#right ol, #right ul, #right li
{
	margin:0px;
	padding:0px;
	list-style:none;
}

/* begin side banner */
#side-slide li {
width:216px;
height:150px;
}
/* end side banner */


/* side ym */
h2.hdg_side-ym {
margin:0; padding:0;
width:292px;
height:55px;
background:url(../images/hdg_sideym.png) no-repeat;
}

#right .side-ym {
min-height:160px;
background:url(../images/bg_sidelivechat.png) top repeat-x;
border:1px solid #000;
background-color:#000;
}

/* side service */
#right h2.hdg_side-service {
margin:0; padding:0;
margin-top:20px;
width:292px;
height:62px;
background:url(../images/hdg_sideservice.png) no-repeat;
}

#right .side-service {
background:url(../images/bg_sideservice.png) top repeat-x;
background-color:#222;
}

#right .side-service li {
padding:7px 20px;
}

#right .side-service li:first-child {
padding-top:15px;
}

#right .side-service li:last-child {
padding-bottom:15px;
}

/* LATEST NEWS */
#right ul.latestnews li {
padding:12px;
}

#right ul.latestnews li a {
color:#fff;
}

#right ul.latestnews li:nth-child(even) {
background-color:#1f1a1d;
}

#right ul.latestnews li:nth-child(odd) {
background-color:#121315;
}

/* begin side cart */
.cart a{
	font-size:18px;
	color:#ffffff;
	line-height:50px;
	font-weight:normal;
	padding:0 15px;
}

.cart a:hover{
	color:#ccc;
	text-decoration:none;
}


/*===============================================================left=======================================================================*/

#left .sidecat li {
	list-style-image:url(../images/bullet1.jpg);
	list-style-position:inside;
	padding:3px 0px 3px 0px;
	border-bottom:1px dotted #ddd;
}

#left .sidecat li:last-child {
border:none;
}

#left .sidecat li a {
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#1b76ae;
	text-transform:capitalize;
}

#left .sidecat li a:hover{
color:#d61c17;
text-decoration:none;
}

#left .sidecat li:last-child {
}

#left .sidecontent {
	background-color:#fff;
	padding:13px 13px;
	border:2px solid #c8c5c5;
	border-top:none;
	
	-moz-border-radius:0px 0px 3px 3px;
	-o-border-radius:0px 0px 3px 3px;
	-webkit-border-radius:0px 0px 3px 3px;
	-khtml-border-radius:0px 0px 3px 3px;
	border-radius:0px 0px 3px 3px;
}

#left .sidecontent a {
}

#left div.sidetesti {
background:#fff;
color:#000;
}

/*===============================================================right=======================================================================*/
#right .usernav li {
background:url(../images/bg_usernav.png) repeat-x top;
border-bottom:1px solid #333;
line-height:45px;
padding:0 10px;

-moz-transition-duration:.3s;
-o-transition-duration:.3s;
-webkit-transition-duration:.3s;
-khtml-transition-duration:.3s;
-ms-transition-duration:.3s;
transition-duration:.3s;
}

#right .usernav li:hover {
background-position:bottom;
}

#right .usernav li:last-child {
border:none;
}

#right .usernav li a {
font-size:14px;
color:#ccc;
display:block;

-moz-transition-duration:.3s;
-o-transition-duration:.3s;
-webkit-transition-duration:.3s;
-khtml-transition-duration:.3s;
-ms-transition-duration:.3s;
transition-duration:.3s;
}

#right .usernav li a:hover {
text-decoration:none;
color:#fff;
}

