/* Slider
http://www.freshdesignweb.com/free-beautiful-css3-table-style.html
*/
#fdw-pricing-table {
	margin: 158px auto 30px auto;
	text-align: center;
	width: 90%; /* total computed width */
	zoom: 1;
	}

	#fdw-pricing-table:before, #fdw-pricing-table:after {
	  content: "";
	  display: table
	}

	#fdw-pricing-table:after {
	  clear: both
	}

	/* --------------- */	

	#fdw-pricing-table .plan {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 20px;
	width: 16%;
	float: left;
	_display: inline; /* IE6 double margin fix */
	position: relative;
	margin: 0 5px 30px 5px;
	-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
	box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
	display: block;
	min-width: 200px;
	}

	#fdw-pricing-table .plan:after {
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 10px;
	  right: 4px;
	  width: 80%; 
	  top: 80%; 
	  -webkit-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);   
	  -moz-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
	  box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
	  -webkit-transform: rotate(3deg);    
	  -moz-transform: rotate(3deg);   
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);	
	}	
	
	#fdw-pricing-table .popular-plan {
	top: -20px;
	padding: 40px 20px;
	}
	
	/* --------------- margin: -20px -20px 20px -20px; */	

	#fdw-pricing-table .header {
	position: relative;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 40px;
	margin: -20px -20px 20px -20px;
	border-bottom: 6px solid;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
	text-shadow: 0px 1px #FFF;
	color: #666;
	}

	#fdw-pricing-table .header:after {
		position: absolute;
		bottom: -8px; left: 0;
		height: 3px; width: 100%;
		content: '';
		background-image: url(images/bar.png);
	}
	
	#fdw-pricing-table .popular-plan .header {
		margin-top: -40px;
		padding-top: 60px;		
	}

	#fdw-pricing-table .plan0 .header{
	border-bottom-color: #b8242b;
	}
	#fdw-pricing-table .plan1 .header{
	border-bottom-color: #da402b;
	}

	#fdw-pricing-table .plan2 .header{
	border-bottom-color: #e2752b;
	}

	#fdw-pricing-table .plan3 .header{
	border-bottom-color: #86c380;
	}

	#fdw-pricing-table .plan4 .header{
	border-bottom-color: #556470;
	}			
	
	/* --------------- */

	#fdw-pricing-table .price{
	font-size: 45px;
	color: #888;
	text-shadow: 0px 1px 1px #CCC;
	}

	#fdw-pricing-table .monthly{
	font-size: 13px;
	margin-bottom: 20px;
	text-transform: none;
	color: #999;
	}

	/* --------------- */

	#fdw-pricing-table ul {
		margin: 20px 0;
		padding: 0;
		list-style: none;
	}

	#fdw-pricing-table li {
		padding: 10px 0;
	}
	
	/* --------------- */
		
	#fdw-pricing-table .signup {
	position: relative;
	padding: 10px 20px;
	color: #fff;
	font: bold 14px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	background-color: #72ce3f;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.15);
	opacity: .9;
	box-shadow: 0px 1px 1px #666;
	margin-bottom: 10px;
	}

	#fdw-pricing-table .signup:hover {
		opacity: 1; 
		box-shadow: 0px 1px 1px #999;        
	}

	#fdw-pricing-table .signup:active {
		
		box-shadow: 0px 0px 0px #dcdcdc;      
	}			

	#fdw-pricing-table .plan0 .signup{
	background: #b8242b;
	}
	#fdw-pricing-table .plan1 .signup{
	background: #da402b;
	}

	#fdw-pricing-table .plan2 .signup{
	background: #e2752b;
	}

	#fdw-pricing-table .plan3 .signup{
	background: #86c380;
	}

	#fdw-pricing-table .plan4 .signup{
	background: #556470;
	}	
	
	/* end --------------- */
@media (max-width:1000px){
#fdw-pricing-table .plan {
	
	padding: 20px;
	width: 90%;
	
	_display: inline; /* IE6 double margin fix */
	position: relative;
	margin: 0 auto 80px auto;	
	display: block;
	}
#fdw-pricing-table {
	margin: 40px auto;
	float: none;
	text-align: center;
	width: 75%; /* total computed width */
	zoom: 1;
	padding: 0px 17px 0px 0px;
	}
#fdw-pricing-table .popular-plan .header {
		margin-top: -20px;
		padding-top: 40px;		
	}
}
