#style_list {
    color: #939393;
}

#style_list .style_row{
    height:182px;
	margin-bottom:1px;
    width: 100%;
    overflow: hidden;
}

#style_list .style_description{
    border:1px solid #303030;
	height:140px;
	padding:20px;
	text-align:justify;
	width:410px;
    overflow:hidden;
    float:left;
    margin-right:1px;
}

#style_list .style_item{
    float:left;
}
#style_list .normal{
    margin-right:1px;
}

#style_list .last{
    margin-right:0px !important;
}

#style_list .style_img{
	width:226px;
    height:182px;
    background-repeat:no-repeat;
cursor:pointer;
}
#style_list .style_title {
    background-color:#292929;
    color:#FFFFFF;
	font-weight:bold;
	height:37px;
    padding-right:5px;
	padding-left:8px;
	padding-top:8px;
	position:relative;
	top:137px;
	width:172px;
    text-transform:uppercase;
}
#style_list .emptycolor2{
    background-color: #474747;
	width:226px;
    height:182px;
}
#style_list .emptycolor3{
    background-color: #373737;
	width:226px;
    height:182px;
}
#style_list .emptycolor0{
    background-color: #2c2c2c;
	width:226px;
    height:182px;
}


