@charset "utf-8";
/* CSS Document */
div#contentHolder div#sideBar div#newestEntries{
	height: 45px;
	width: 160px;
	top: -45px;
	position: absolute;
	background-image: url('/images/newest_entries.png');
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 64px;
	font-size: 14px;
	font-weight: bold;
	line-height: 45px;
}

/* phone list css taken from tele2 */
#phones .phone {
    float: left;
    height: 135px;
    position: relative;
    width: 160px;
}
#phones .phone img {
    bottom: 0;
    left: 0;
    position: absolute;
}
#phones .phone .productTitle {
    font-size: 12px;
    left: 80px;
    line-height: 15px;
    margin-top: 25px;
    position: relative;
    width: 95px;
}
#phones .phone .price {
    font-size: 20px;
    font-weight: bold;
    left: 80px;
    margin-top: 5px;
    position: relative;
}
#phones .phone a.btnMoreSmall {
    display: block;
    height: 28px;
    /*text-indent: -999em;*/
    bottom: 5px;
    left: 80px;
    position: absolute;
    background-image: url("/uploads/images/btn-more-small-lv.png");
    width: 63px;
    text-decoration: none;
}
#phones .ru .phone .btnMoreSmall {
    background-image: url("/uploads/images/btn-more-medium-ru.png");
    width: 61px;
}
#phones .phone a.btnMoreSmall:hover {
    background-position: left bottom;
}
#phones .ru .phone a.btnMoreSmall:hover {
    background-position: 0 -30px !important;
}

