.phone_container {
width: 300px;
height: 155px;
float: left;
text-align: center;
padding: 11px;
}

.dealsbigbadge {
width: 45px;
height: 45px;
position:absolute;
margin-top: 30px;
margin-left: 258px;
}


.phone_container .wrap {
width: 300px;
height: 155px;
text-align: left;
background-image: url(../images/handsetbackground.png);
background-repeat: no-repeat;
}


.phone_container .wrap .more_image {
float: right;
text-align: center;
height: 100px;
width: 108px;
margin-right: 10px;
margin-left: 10px;
}

.phone_container .wrap .more_image .more{
background: url(../images/moreinfo.png) no-repeat;
margin-top: 10px;
width: 108px;
height: 17px;
line-height: 14px;
display: block;
color: white;
font-size: 10px;
padding-top: 1px;
text-transform: uppercase;
}

.phone_container .wrap .more_image .more:hover{
background-image: url(../images/moreinfohover.png);
text-decoration: none;
}

.dealsbigtext {
padding-left: 10px;
padding-top: 5px;
line-height: 14px;
font-size: 8pt;
color: gray;
}

.dealsbigtext p{
margin: 0px;
}

.phone_container .wrap a.name {
background: url(../images/handsettitlebackground.png) no-repeat left 7px;
width: 206px;
height: 23px;
line-height: 15px;
padding: 10px 0px 0px 7px;
color: white;
display: block;

}

.phone_container .wrap .name:hover {
background: url(../images/handsettitlebackgroundhover.png) no-repeat left 7px;
text-decoration: none;
}