
#productlist {

}

#productlist .titlename {
    margin-bottom: 10px;
    padding: 8px 5px;
    border: 1px solid #AEAEAE;
    -moz-border-radius:5px;
    border-radius: 5px;
	background-image: url(../../images/bar.gif);
	font-weight: bold;
}

#productlist .item { 
    position: relative;   
	float: left;
    width: 336px;
    height: 120px;
    overflow: hidden;
    margin: 0px 8px 8px 0;
    padding:2px;
    border: 1px solid #AEAEAE;
    -moz-border-radius:5px;
    border-radius: 5px;         
}

#productlist .item:hover {
    background-color: #F0F0F0;
	border: 1px solid #FF0000;    
}

#productlist .item .image {   
    position: absolute;  
    top:10px;
    left:5px;
    width: 145px;
    height: 100px;
    overflow: hidden;
    text-align:center;
}
#productlist .item .title {   
    position: absolute;  
    top:0px;
    left:150px;
    height: 50px;
    overflow: hidden;
    text-align: left;
    padding-left:10px;
}
#productlist .item .price {    
    position: absolute;  
    top:65px;
    left:150px;
    height: 25px;
    overflow: hidden;
    text-align: left;
    padding-left:10px;
}
#productlist .item .action {   
    position: absolute;  
    top:95px;
    left:170px;  
    height: 30px;
    text-align: center;
}

#productlist .item .action .checkprice,
#productlist .item .action .gotostore { 
    float:left; 
    display:block;
    width: 70px; 
    height: 20px;
    text-align: center;    
	background-image: url(../../images/deals2.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
	font-size:11px;	
    -moz-box-shadow: 1px 1px 5px #808080; 
}

#productlist .item .action .checkprice { 
	margin-left: 7px;
	margin-right: 8px;
}

#productlist .item .action .checkprice:hover,
#productlist .item .action .gotostore:hover { 
	color: #FF0000;
}
