@charset "utf-8";
/* CSS Document */


#content{margin:0 auto;overflow:hidden;position:relative;width:800px;}
#pContent{}
.bClose { width:66px;height:12px;background: url(close.png) no-repeat;color:#3e2e48;cursor:pointer;font-weight:bold;position:absolute;right:20px;text-decoration:none;top:20px;}
.xPopup { background: url(bg.png) no-repeat; display:none;height:252px;padding:0px 0px 30px 20px;width:464px; }
.xPopup h1{font-family:Arial, Helvetica, sans-serif;margin:0px;padding:0px;font-size:20px;color:#757575;line-height:51px;height:48px;padding-top:3px;}

/*Rebate Popup Container */
.popup-rebates{width:446px;height:215px;padding-right:10px;overflow-x:hidden;overflow-y:auto;}

.popup-rebates .rebate-body{
	border-bottom:1px dotted #cbdada;
	padding-top:15px;
	padding-bottom:15px;
}
.popup-rebates .rebate-body-description{width:100%;}
.popup-rebates .rebate-body-description li{margin-left:20px;}
.popup-rebates .rebate-body-download{ padding-top:10px;}
.popup-rebates .rebate-download{
text-decoration:none;
background:url(/files/images/download.png) no-repeat center left;
width:26px;
padding:5px 30px;
height:26px;
}
.popup-rebates .rebate-body-download a:hover{text-decoration:underline;}
.popup-rebates .rebate-date{
	margin-bottom:7px;
	font-size:11px;
	color:#333;
}