li {
padding-bottom:3px;	
}
#container .compressor a {
color:#0072bc;
}
.kit_includes {
width: 310px;
height:330px;
float:left;
font-size:14px;
font-weight:bold;
}
.kit_includes p {
margin-left:40px;	
}
.kit_includes img {
display: block;
margin-left: auto;
margin-right: auto
}
.kit_includes span {
font-size:	 12px;
font-weight:normal;
}
.special {
width:242px;
padding:14px;
border:solid 1px #cccccc;	
}
.special_limit {
color:#ffffff;
padding:10px;
background-color:#cccccc;
text-align:center;
font-weight: normal;
width:252px;
}
 #fade { /*--Transparent background layer--*/
display: none; /*--hidden by default--*/
background: #000;
position: fixed; left: 0; top: 0;
width: 100%; height: 100%;
opacity: .10;
z-index: 9999;
}
.popup_block, .popup_block1{
display: none; /*--hidden by default--*/
background: #fff;
padding: 20px;
height: 250px;
width: 600px;
position: fixed;
top: 50%; left: 50%;
z-index: 99999;
/*--CSS3 Box Shadows--*/
-webkit-box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 210px #000;
box-shadow: 0px 0px 10px #000;
/*--CSS3 Rounded Corners--*/
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 2px solid #aebecc\0/;
/border: 2px solid #aebecc;
}
.popup_block1 {
height: 595px;
width: 925px;
left: 51%;	
top:55%
}
.close { 
color: #ff2299;
float: right;
font-size: 14px;
}
.popup_block a:hover {
color: #ff2299;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}