/* vB4 Promo */
#vb4_container {
 background:url(/images/gravity_promo_gradient.png) repeat-x; 
 margin: 0;
 position:relative;
 -moz-box-shadow: -8px 2px 8px #333333;
 -webkit-box-shadow: 0 2px 8px #333333;
 z-index: 10;
}

#vb4 {
 margin: auto;
 background: transparent url(/images/gravity_promo_bg.png) no-repeat 0 0;
 height:131px;
 position:relative;
}

#vb4_link {
 position:absolute;
 top:0;
 left:0;
 width:580px;
 height:132px;
}

#vb4_content {
 position:absolute;
 right:0;
 top:0;
 width:324px;
 background: transparent url(/images/gravity_promo_title.png) no-repeat 0px 0px;
 min-height: 64px;
}

#vb4_content p {
 font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
 margin-top:40px;
 margin-bottom:26px;
 color:#FFF;
 font-size:11px;
 height:54px;
 overflow:hidden;
}

#vb4_content ul {
 margin:0px;
 padding:0;
 position:absolute;
 bottom:0;
}

#vb4_content li {
 list-style-type:none;
 display:inline;
 margin-right:10px;
}

#vb4_content li a {
 color:#FFFF66;
 font-weight:bold;
 font-size:13px;
 text-decoration:none;
}

#vb4_close {
 position:absolute;
 bottom:0;
 right:0;
 background: transparent url(/images/vb4_promo_minimize.png) no-repeat 0 0;
 width: 28px;
 height: 27px;
}

.promo_closed #vb4_content p {
 display:none;
}

.promo_closed #vb4 {
 height:126px;
}

.promo_closed #vb4_content { 
 top:52px;
 bottom:16px;
 background-position: 0px 6px;
}

#vb4_container.promo_closed {
 margin-top: -64px;
}

.promo_closed #vb4_close {
 background: transparent url(/images/vb4_promo_maximize.png)
}

/* End vB4 Promo */
