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


#dropinboxv2cover{
width: 320px; /*change width to desired */
/* height: 300px; */  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:fixed; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 300px; /*change width to above width-20. */
/* height: 280px; */ /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid red; /*Customize box appearance*/
background-color: #efefef;
padding: 0px;
position:fixed; /*Don't change below 3 rules */
right: 40px;
top: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

#dropinboxv2 #adcontainer {
background-color:#efefef;
width:280px;
margin-top:0px;
padding:10px;
}

#dropinboxv2 #adcontainer a#closebox {
float:right; 
margin-left: 10px;
}

#dropinboxv2 #adcontainer img {
border: 0;
}

#dropinboxv2 #adcontainer p.indent {
font-weight:normal;
color:#000000;
font-size:12px;
margin-left:11px;
}

#dropinboxv2 #adcontainer .offer {
color:#FF0000;
font-weight:bold;
font-size:13px;
}

#dropinboxv2 #adcontainer .title {
font-weight:bold;
color:#0b319e;
font-size:14px;
}

#dropinboxv2 #adcontainer a#name {
text-decoration:none;
color:#0b319e;
font-size:13px;
font-weight: bold;
}

#dropinboxv2 #adcontainer img#logo {
float:right;
margin:0px 30px 0 0;
}

#dropinboxv2 #adcontainer a.embeddedlink {
text-decoration:underline;
color:#0b319e;
}

