/* HOSTROCKET CSS DOCUMENTATION */

/*************************************************   RESET   *************************************************/

ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* IE PNG FIX 
* { behavior: url(iepngfix/iepngfix.htc) }*/




/************************************************ POPUP *******************************************************/

.black_overlay{display:none; position:absolute; top:0%; left:0%; width:100%; height:100%; background-color:black; z-index:1001; -moz-opacity:0.8; opacity:.80; filter:alpha(opacity=80);}
.white_content {display:none; position:absolute; top:0%; left:0%; width:100%; height:100%; z-index:1002; overflow:auto; text-align:center}
.popup{margin:20px auto 0 auto; width:467px; height:357px; background:url(images/bg_popup.jpg) no-repeat; padding-top:10px}
.popup_close{float:right; margin-right:10px; width:31px; height:31px; background:url(images/popup_close.jpg) no-repeat 0 0; text-decoration:none; display:block;}
.popup_close:hover{background:url(images/popup_close.jpg) no-repeat 0 -31px;}
.popup #sale_ends {margin-top:12px; float:left;}
.popup_action{margin-top:10%;}
.popup_action a{margin-bottom:10px; color:#cc0000; display:block}


