.home_sprite{background: url(../images/cache_image/home_sprite.gif) no-repeat top left;}
#left{
	margin-left:20px;
    width:560px;
    float:left;
}
h1{
    font-size:28px;
    font-weight:bold;
    margin:40px 0 0 0;
    padding:0;
    display:inline-block;
    color:black;
}
h2{
    font-size:18px;
    color:#b1b1b1;
    margin-top:7px;
    border:none;
    padding:0;
    line-height:1.2;
    font-weight:normal;
}
#para{
    margin-top:20px;
    width:535px;
    line-height:1.6;
    color:#3f3f3f;
}
#list{
    margin-top:30px;
    width:475px;
}
#list .item{
    background-position:0 -382px;
    padding:1px 0 0 30px;
    margin-bottom:15px;
}
#list .header{
    font-weight:bold;
    margin-bottom:2px;
}
#list .description{
    color:#838383;
}
#action{
    margin-top:30px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding:7px;
    background-color:#eeeeee;
    width:535px;
}
#action .header{
    font-size:14px;
    color:#9e9e9e;
    font-weight:bold;
    margin-bottom:15px;
}
#action .button_section{
    margin:0 0 10px 15px;
}
#action .brand{
    color:#797979;
}
#action a{
    display:inline-block;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height:44px;
    padding:0 10px 0 10px;
    line-height:1.5;
    vertical-align:middle;
    color:white;
    font-weight:bold;
    font-size:30px;
    text-decoration:none;
    text-shadow: 1px 1px 1px black;
    -moz-box-shadow: 1px 1px 1px #5c5c5c;
    -webkit-box-shadow: 1px 1px 1px #5c5c5c;
    box-shadow: 1px 1px 1px #5c5c5c;
}
#action a.orange{
    background-position:0px -723px;
}
#action a.orange:hover{
    background-position:0px -788px;
    text-shadow: 1px 1px 1px black;
}
#action a.blue{
    background-position:0px -592px;
}
#action a.blue:hover{
    background-position:0px -658px;
    text-shadow: 1px 1px 1px black;
}
#action a.black{
    background-position:0px -454px;
}
#action a.black:hover{
    background-position:0px -523px; 
    text-shadow: 1px 1px 1px black;
}
#right{
    float:left;
    postion:relative;
    width:370px;
    height:460px;
    background-position:75px -870px;
    padding-top:230px;
}
#right .section{
    border-bottom:1px solid #d6d6d6;
    margin:0 0 10px 50px;
    padding-top:10px;
    width:200px;
    height:75px;
    background-position:center center;
    background-repeat:no-repeat;
}
#right .last_section{
    border-bottom:none;
    margin-bottom:0;
}
#right #section_warranty{
    background-position:50px 20px;
    height:115px;
}
#right #section_ratings{
    background-position:25px -100px;
    height:50px;
}
#right #rating{
    margin:0 auto 0 auto;
    padding:3px 4px 0 0;
    width:144px;
    height:17px;
    text-align:right;
    color:white;
    background-position:0 -116px;
}
#right #rating_count{
    margin-top:5px;
    text-align:center;
    color:#6b6b6b;
    font-size:10px;
}
#right #section_direct{
    background-position:20px -170px;
}
#right #section_ship{
    background-position:30px -270px;
}

/* micro-blog */
#micro-blog{
	border-top:1px solid #808080;
	padding:15px 15px 0 58px;
	margin-top:50px;
	color:#464646;
	background-image:url(../images/design/home/mr_basketball.gif);
	background-repeat:no-repeat;
	background-position:15px 15px;
}
#micro-blog .post{
	margin-top:25px;
	line-height:1.7;
}
#micro-blog .post div, #micro-blog .post img{
	margin-top:10px;
}
#micro-blog img{
	padding:3px;
	border:1px solid #808080;
	display:block;
	clear:left;
}
#micro-blog a{
	color:#464646;
    display:block;
    text-decoration:none;
}
#micro-blog a:hover{
	color:black;
}
