/* CSS Document */

body {
background-color:#000;
}

.wrap {
width:750px;
background-color:#fff;
margin:auto auto;
border:double 2px #ddd;
padding:2px;
}

.product1 {
background-color:#C2CBF5;
width:690px;
min-height:170px;
margin-bottom:0px;
}

.product2 {
background-color:#fff;
width:690px;
min-height:170px;
margin-bottom:0px;
}

.productimg {
float:left;
width:100px;
margin-left:-25px;
padding-top:5px;
}

.producttext {
float:left;
font-size:12px;
margin-top:-5px;
margin-left:-5px;
width:175px;
color:#000;
}

.producttext_right {
color:#000;
float:left;
font-size:12px;
width:370px;
margin-left:-10px;
margin-top:-10px;
}

.productpageimg {
float:left;
width:457px;
margin:3px;
}

.bonuswrap{
width:700px;
border:dashed 2px #1547CC;
padding:10px;
margin:10px;
}