@charset "UTF-8";
/* CSS Document */

.item  {
margin-left:55px;
width:400px;
}

.item_img {
position:relative;
float:left;
width:200px;
}

.item_description {
position:relative;
float:right;
width:200px;
}

.item_pay {
position:relative;
clear:both;
padding-left:300px;
width:100px;
margin-bottom:40px;
}


.item_description p {
padding: 0 0 0 0;
margin: 0 0 0 0;
}

img.paypal {
padding-left:30px;
border: 0px;
}