#goods {
    display:block;
    margin:20px 0px 0px 40px;
    overflow:hidden;
    width:820px;
}

#goods .item {
    float:left;
    width:250px;
    height:250px;
    margin:10px 10px 10px 10px;
}

#goods .item .price {
    display:block;
    position:absolute;
    color:#ffe400;
    font-weight:bold;
    margin:-40px 0px 0px 193px;
    font-family:Tahoma;
    font-size:14px;
}

#goods .item img {
    width:196px;
    height:147px;
    position:absolute;
    margin:25px 0px 0px 25px;
}

#goods .item .overlay {
    display:block;
    position:absolute;
    background:url(item.png) no-repeat;
    width:250px;
    height:250px;   
    margin:0px 0px 0px 0px;
}

#goods .item .thumb {
    position:absolute;
    display:block;
    width:190px;
    height:150px;
    margin:-180px 0px 0px 30px;
}

#goods .item h2 {
    font-family:Verdana;
    font-size:12px;
    font-weight:normal;
    margin:183px 0px 0px 30px;
    text-align:left;
    width:150px;
}

#goods .item .variants {
	margin:5px 0px 0px 23px;
	overflow:hidden;
}

#goods .item .variants span {
	display:block;
	position:absolute;
	width:40px;
	height:35px;
	background:url(thumb.png) no-repeat;
	margin:-31px 0px 0px -4px;
}

#goods .item .variants a {
	margin:0px 0px 0px 6px;
	display:block;
	float:left;
}

#goods .item .variants img {
	width:34px;
	height:26px;
	position:relative;
	margin:0px;	
}

#banners {
    margin:20px 0px 0px 90px;
    width:710px;
}

#banners a {
    opacity:0.4;
    filter:alpha(opacity=40);
    display:block;
    overflow:hidden; 
    margin:10px 0px 10px 0px;
}

#banners a:hover {
    opacity:1;
    filter:alpha(opacity=100);
}

#banners .left {
    float:left;
}

#banners .right {
    float:right;
}

#likes {
	display:block;
	margin:20px 0px 20px 250px;
	width:800px;
	height:25px;
}

#likes .item {
	display:block;
	float:left;
	margin:0px 0px 0px 10px;
	width:100px;
}