body
	{
	margin: 50px;
	padding: 0px;
	background-color: #505050;
	}
	
/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table 
	{
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: 'osans', arial, sans-serif;
	font-weight: normal;
	color: #444444;
	line-height: normal !important;
	}

/* --- hyperlinks --- */
div.p_table a
	{
	color: #fff;
	text-decoration: none;
	}
	
/* --- lists --- */
div.p_table ul
	{
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
	}
	
div.p_table li
	{
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
	}

/* --- div aligns --- */
div.p_table .align_center
	{
	text-align: center;
	font-size:14px;
	font-weight:normal;
	}
	
/* --- div rounded corners --- */
/* --- border radius 3px --- */	
div.p_table .radius3
	{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
/* --- border radius 5px top left --- */	
div.p_table .radius5_topleft
	{
	border-radius: 5px 0px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	}
	
/* --- border radius 5px top right --- */	
div.p_table .radius5_topright
	{
	border-radius: 0px 5px 0px 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	}
	
/* ==================== HEADINGS  ==================== */
/* ------ common styles ------  */
div.p_table h1,
div.p_table h2,
div.p_table h3
	{
	margin: 0px;
	padding: 0px !important;
	font-weight: 700 !important;
	border: 0 !important;
	line-height: normal !important;
	}
	
div.p_table h1
	{
	font-family: 'osans', arial, sans-serif;
/*	font-size: 48px;*/
	font-size:32px;
	}
	
div.p_table h1 span
	{
	font-family: 'osans', arial, sans-serif;
/*	font-size: 59px;*/
	font-size: 32px;
	letter-spacing:0px;
	}

div.p_table h2
	{
	font-family: 'osans', arial, sans-serif;
/*	font-size: 30px;*/
	font-size: 22px;
	font-weight: 600 !important;
	text-rendering: optimizeLegibility;
	}
	
div.p_table h3
	{
	font-size: 13px;
	}	
	
/* ==================== COLUMNS  ==================== */
/* ------ common styles ------  */
/* --- header row 1 ---  */
div.p_table div.caption_column li.header_row_1 ,
div.p_table div.column_1 li.header_row_1,
div.p_table div.column_2 li.header_row_1,
div.p_table div.column_3 li.header_row_1,
div.p_table div.column_4 li.header_row_1,
div.p_table div.column_5 li.header_row_1
	{
	height: 42px;
	width: 100%;
	padding: 4px 0px 0px 0px !important;
	border-radius: 6px 6px 0 0;
	}
	
/* --- header row 2 ---  */
div.p_table div.caption_column li.header_row_2,
div.p_table div.column_1 li.header_row_2,
div.p_table div.column_2 li.header_row_2,
div.p_table div.column_3 li.header_row_2,
div.p_table div.column_4 li.header_row_2,
div.p_table div.column_5 li.header_row_2
	{
	height: 61px;
	width: 100%;
	padding: 3px 0px 7px 0px !important;
	}
	
/* --- caption correction --- */
div.p_table div.caption_column li.header_row_2
	{	
	height: 53px;
	width: 100%;
	padding: 12px 0px 6px 10px !important;
	}
	
/* ==================== CAPTION COLUMN  ==================== */
div.p_table div.caption_column
	{
	width: 199px;
	height: 100%;
	float: left;
	border-right: 1px solid #E8E8E8;
	}

/* =================== COLUMN STYLE 1  ==================== */
div.p_table div.column_1
	{
	width: 159px;
	height: 100%;
	float: left;
	position: relative;
	border-right: 1px solid #E8E8E8;
	}
	
/* ==================== COLUMN STYLE 2  ==================== */
div.p_table div.column_2
	{
	width: 159px;
	height: 100%;
	float: left;
	position: relative;
	border-right: 1px solid #E8E8E8;
	}	
	
/* ==================== COLUMN STYLE 3  ==================== */
div.p_table div.column_3
	{
	width: 159px;
	height: 100%;
	float: left;
	position: relative;
	border-right: 1px solid #E8E8E8;
	}
	
/* ==================== COLUMN STYLE 4  ==================== */
div.p_table div.column_4
	{
	width: 159px;
	height: 100%;
	float: left;
	position: relative;
	border-right: 1px solid #E8E8E8;
	}
/* ==================== COLUMN STYLE 5  ==================== */
div.p_table div.column_5
	{
	width: 160px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ========== COLUMN HOVERS ========== */
div.p_table div.column_1,
div.p_table div.column_2,
div.p_table div.column_3,
div.p_table div.column_4,
div.p_table div.column_5
	{
	/* transitions */
	-webkit-transition: box-shadow 0.25s ease;
	-moz-transition: box-shadow 0.25s ease;
	-o-transition: box-shadow 0.25s ease;
	-ms-transition: box-shadow 0.25s ease;
	transition: box-shadow 0.25s ease;	
	}

div.p_table div.column_1:hover,
div.p_table div.column_2:hover,
div.p_table div.column_3:hover,
div.p_table div.column_4:hover,
div.p_table div.column_5:hover
	{
	position: relative;
	z-index: 100;
	left: -5px;
	top: -15px;
	/* shadow */
	box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	background-color: rgba(124, 124, 124, 0.16);
	}
	
div.p_table div.column_1:hover li.row_style_1,
div.p_table div.column_2:hover li.row_style_1,
div.p_table div.column_3:hover li.row_style_1,
div.p_table div.column_4:hover li.row_style_1,
div.p_table div.column_5:hover li.row_style_1,
div.p_table div.column_1:hover li.row_style_2,
div.p_table div.column_2:hover li.row_style_2,
div.p_table div.column_3:hover li.row_style_2,
div.p_table div.column_4:hover li.row_style_2,
div.p_table div.column_5:hover li.row_style_2,
div.p_table div.column_1:hover li.row_style_3,
div.p_table div.column_2:hover li.row_style_3,
div.p_table div.column_3:hover li.row_style_3,
div.p_table div.column_4:hover li.row_style_3,
div.p_table div.column_5:hover li.row_style_3,
div.p_table div.column_1:hover li.row_style_4,
div.p_table div.column_2:hover li.row_style_4,
div.p_table div.column_3:hover li.row_style_4,
div.p_table div.column_4:hover li.row_style_4,
div.p_table div.column_5:hover li.row_style_4
	{
	min-height: 28px;
	padding-top: 12px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	}
	
div.p_table div.column_1:hover li.header_row_1,
div.p_table div.column_2:hover li.header_row_1,
div.p_table div.column_3:hover li.header_row_1,
div.p_table div.column_4:hover li.header_row_1,
div.p_table div.column_5:hover li.header_row_1
	{
	padding-left: 5px !important;
	padding-right: 5px !important;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	}	

div.p_table div.column_1:hover li.header_row_2,
div.p_table div.column_2:hover li.header_row_2,
div.p_table div.column_3:hover li.header_row_2,
div.p_table div.column_4:hover li.header_row_2,
div.p_table div.column_5:hover li.header_row_2
	{
	padding-left: 5px !important;
	padding-right: 5px !important;
	}
	
div.p_table div.column_1:hover li.footer_row,
div.p_table div.column_2:hover li.footer_row,
div.p_table div.column_3:hover li.footer_row,
div.p_table div.column_4:hover li.footer_row,
div.p_table div.column_5:hover li.footer_row
	{
	padding-left: 5px !important;
	padding-right: 5px !important;
	}	
	
/*==================== DATA ROWS  ====================*/
/* ------ common styles ------  */
div.p_table li.row_style_1,
div.p_table li.row_style_2,
div.p_table li.row_style_3,
div.p_table li.row_style_4
	{
	width: 100%;
	height: 100%;
	min-height: 26px;
	padding-top: 9px !important;
	float: left;
	}

div.p_table li.row_style_1 span,
div.p_table li.row_style_2 span,
div.p_table li.row_style_3 span,
div.p_table li.row_style_4 span
	{
	padding-left: 10px !important;
	padding-right: 10px !important;
	}
	
div.p_table li.row_style_1 span.check, li.row_style_2 span.check, li.row_style_3 span.check, li.row_style_4 span.check {
background: url(../images/icon-check.png) center center no-repeat;
}
/* --- white ---  */
div.p_table li.row_style_1
	{
	background-color: #ffffff;
	}
	
/* --- light gray ---  */
div.p_table li.row_style_2
	{
	background-color: #f6f6f6;
	}
	
/* --- mid gray ---  */
div.p_table li.row_style_3
	{
	background-color: #ebebeb;
	}
	
/* --- dark gray ---  */
div.p_table li.row_style_4
	{
	background-color: #e3e3e3;
	}
	
/*========== FOOTER  ==========*/
/* ------ common styles ------  */
div.p_table li.footer_row
	{
	width: 100%;
	height: 40px;
	padding-top: 14px !important;
	padding-bottom: 6px !important;
	float: left;
	border-top: 1px solid #d3d3d3;
	background-color: #e2e2e2; /* background color for non-css3 browsers */
	}
	
/* --- button --- */
div.p_table a.sign_up
	{
	color: #FFF;
	background-color: #F47E2A;
	border-color: #D00700;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#F9B535),color-stop(100%,#EF4720));
	background-image: -webkit-linear-gradient(top,#F9B535,#EF4720);
	background-image: -moz-linear-gradient(top,#f9b535,#ef4720);
	background-image: -o-linear-gradient(top,#f9b535,#ef4720);
	background-image: linear-gradient(top,#f9b535,#ef4720);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFF9B535',endColorstr='#FFEF4720');
	font-size: 18px;
	line-height: 18px;
	padding: 8px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	font-weight: 600;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width:120px;
	letter-spacing:-1px;
	}

/* --- button hover --- */
div.p_table a.sign_up:hover
	{
	background-color: #F5882D;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#FAC039),color-stop(100%,#F15122));
	background-image: -webkit-linear-gradient(top,#FAC039,#F15122);
	background-image: -moz-linear-gradient(top,#fac039,#f15122);
	background-image: -o-linear-gradient(top,#fac039,#f15122);
	background-image: linear-gradient(top,#fac039,#f15122);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFFAC039',endColorstr='#FFF15122');
	}

/* --- button active --- */
div.p_table a.sign_up:active
	{
	background-color: #F16425;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#F68E2C),color-stop(100%,#EC3B1E));
	background-image: -webkit-linear-gradient(top,#F68E2C,#EC3B1E);
	background-image: -moz-linear-gradient(top,#f68e2c,#ec3b1e);
	background-image: -o-linear-gradient(top,#f68e2c,#ec3b1e);
	background-image: linear-gradient(top,#f68e2c,#ec3b1e);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFF68E2C',endColorstr='#FFEC3B1E');
	}
	
/* ==================== COLUMN RIBBONS  ==================== */
/* --- base --- */
div.column_ribbon
	{
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0;
	}
	
/* --- hover--- */	
div.p_table div.column_1:hover div.column_ribbon,
div.p_table div.column_2:hover div.column_ribbon,
div.p_table div.column_3:hover div.column_ribbon,
div.p_table div.column_4:hover div.column_ribbon
	{
	right: -10px;
	}
	
/* ------ ribbon styles ------  */
/* --- style1--- */	
div.ribbon_style1_best { background: url(../images/ribbons/ribbon_style1_best.png); }
div.ribbon_style1_buy { background: url(../images/ribbons/ribbon_style1_buy.png); }
div.ribbon_style1_free { background: url(../images/ribbons/ribbon_style1_free.png); }
div.ribbon_style1_free_caps { background: url(../images/ribbons/ribbon_style1_free_caps.png); }
div.ribbon_style1_fresh { background: url(../images/ribbons/ribbon_style1_fresh.png); }
div.ribbon_style1_gift_caps { background: url(../images/ribbons/ribbon_style1_gift_caps.png); }
div.ribbon_style1_heart { background: url(../images/ribbons/ribbon_style1_heart.png); }
div.ribbon_style1_hot { background: url(../images/ribbons/ribbon_style1_hot.png); }
div.ribbon_style1_hot_caps { background: url(../images/ribbons/ribbon_style1_hot_caps.png); }
div.ribbon_style1_new { background: url(../images/ribbons/ribbon_style1_new.png); }
div.ribbon_style1_new_caps { background: url(../images/ribbons/ribbon_style1_new_caps.png); }
div.ribbon_style1_no1 { background: url(../images/ribbons/ribbon_style1_no1.png); }
div.ribbon_style1_off5 { background: url(../images/ribbons/ribbon_style1_off5.png); }
div.ribbon_style1_off10 { background: url(../images/ribbons/ribbon_style1_off10.png); }
div.ribbon_style1_off15 { background: url(../images/ribbons/ribbon_style1_off15.png); }
div.ribbon_style1_off20 { background: url(../images/ribbons/ribbon_style1_off20.png); }
div.ribbon_style1_off25 { background: url(../images/ribbons/ribbon_style1_off25.png); }
div.ribbon_style1_off30 { background: url(../images/ribbons/ribbon_style1_off30.png); }
div.ribbon_style1_off35 { background: url(../images/ribbons/ribbon_style1_off35.png); }
div.ribbon_style1_off40 { background: url(../images/ribbons/ribbon_style1_off40.png); }
div.ribbon_style1_off50 { background: url(../images/ribbons/ribbon_style1_off50.png); }
div.ribbon_style1_off75 { background: url(../images/ribbons/ribbon_style1_off75.png); }
div.ribbon_style1_pack { background: url(../images/ribbons/ribbon_style1_pack.png); }
div.ribbon_style1_pro { background: url(../images/ribbons/ribbon_style1_pro.png); }
div.ribbon_style1_sale { background: url(../images/ribbons/ribbon_style1_sale.png); }
div.ribbon_style1_save { background: url(../images/ribbons/ribbon_style1_save.png); }
div.ribbon_style1_save_caps { background: url(../images/ribbons/ribbon_style1_save_caps.png); }
div.ribbon_style1_top { background: url(../images/ribbons/ribbon_style1_top.png); }
div.ribbon_style1_top_caps { background: url(../images/ribbons/ribbon_style1_top_caps.png); }
div.ribbon_style1_trial { background: url(../images/ribbons/ribbon_style1_trial.png); }

/* --- style2--- */
div.ribbon_style2_best { background: url(../images/ribbons/ribbon_style2_best.png); }
div.ribbon_style2_buy { background: url(../images/ribbons/ribbon_style2_buy.png); }
div.ribbon_style2_free { background: url(../images/ribbons/ribbon_style2_free.png); }
div.ribbon_style2_free_caps { background: url(../images/ribbons/ribbon_style2_free_caps.png); }
div.ribbon_style2_fresh { background: url(../images/ribbons/ribbon_style2_fresh.png); }
div.ribbon_style2_gift_caps { background: url(../images/ribbons/ribbon_style2_gift_caps.png); }
div.ribbon_style2_heart { background: url(../images/ribbons/ribbon_style2_heart.png); }
div.ribbon_style2_hot { background: url(../images/ribbons/ribbon_style2_hot.png); }
div.ribbon_style2_hot_caps { background: url(../images/ribbons/ribbon_style2_hot_caps.png); }
div.ribbon_style2_new { background: url(../images/ribbons/ribbon_style2_new.png); }
div.ribbon_style2_new_caps { background: url(../images/ribbons/ribbon_style2_new_caps.png); }
div.ribbon_style2_no1 { background: url(../images/ribbons/ribbon_style2_no1.png); }
div.ribbon_style2_off5 { background: url(../images/ribbons/ribbon_style2_off5.png); }
div.ribbon_style2_off10 { background: url(../images/ribbons/ribbon_style2_off10.png); }
div.ribbon_style2_off15 { background: url(../images/ribbons/ribbon_style2_off15.png); }
div.ribbon_style2_off20 { background: url(../images/ribbons/ribbon_style2_off20.png); }
div.ribbon_style2_off25 { background: url(../images/ribbons/ribbon_style2_off25.png); }
div.ribbon_style2_off30 { background: url(../images/ribbons/ribbon_style2_off30.png); }
div.ribbon_style2_off35 { background: url(../images/ribbons/ribbon_style2_off35.png); }
div.ribbon_style2_off40 { background: url(../images/ribbons/ribbon_style2_off40.png); }
div.ribbon_style2_off50 { background: url(../images/ribbons/ribbon_style2_off50.png); }
div.ribbon_style2_off75 { background: url(../images/ribbons/ribbon_style2_off75.png); }
div.ribbon_style2_pack { background: url(../images/ribbons/ribbon_style2_pack.png); }
div.ribbon_style2_pro { background: url(../images/ribbons/ribbon_style2_pro.png); }
div.ribbon_style2_sale { background: url(../images/ribbons/ribbon_style2_sale.png); }
div.ribbon_style2_save { background: url(../images/ribbons/ribbon_style2_save.png); }
div.ribbon_style2_save_caps { background: url(../images/ribbons/ribbon_style2_save_caps.png); }
div.ribbon_style2_top { background: url(../images/ribbons/ribbon_style2_top.png); }
div.ribbon_style2_top_caps { background: url(../images/ribbons/ribbon_style2_top_caps.png); }
div.ribbon_style2_trial { background: url(../images/ribbons/ribbon_style2_trial.png); }

/* ==================== TOOLTIP  ==================== */
/* --- base --- */
div.p_table a.tooltip
	{
	position: relative;
	text-decoration: underline;	
	}
	
div.p_table a.tooltip:hover
	{
	color: #999999;
	text-decoration: none !important;
	}
	
div.p_table a.tooltip:hover:after, div.p_table a.tooltip:hover:before
	{
    display: block;
	}

/* --- tooltip container --- */
div.p_table a.tooltip:before
	{
	content: attr(rel);
	display: block;
	width: 140px;
    position: absolute;
	z-index: 1000;
    bottom: 150%;
    left: -10px;
    padding: 5px 10px 8px 10px;
	text-align: left;
    color: #ffffff;
    display: none;
	/* background */
	background: #404040; /* CSS2 */
	background: -moz-linear-gradient(top, #4e4e4e 0%, #404040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#404040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* IE10+ */
	background: linear-gradient(top, #4e4e4e 0%,#404040 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
	/* border-radius */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* box-shadow */
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	/* text-shadow */
	text-shadow: 0px 1px 0px #292929;
	}
	
/* --- tooltip arrow --- */
div.p_table a.tooltip:after
	{
	content: "";
	display: block;
    width: 0;
    height: 0;
    position: absolute;
	z-index: 1000;
	bottom: 18px;
	left: -2px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
	border-top: 6px solid #404040;
    display: none;
	background: transparent;	
	}
sup {
    font-size: 18px;
    position: relative;
    top: -10px;
    left: 0px;
}
.infow {
    background: url(../images/info_w.png) 10px 2px no-repeat;
    width: 8px;
    height: 22px;
    float: right;
    display: block;
    right: 0px;
    cursor:help;
}
.info-title {
    border-bottom: 1px solid #B5B6B6;
    padding-bottom: 5px;
    font-weight: bold;
    font-size:15px;
}
.info-content {
    padding: 3px;
    width:160px;
    text-align:left !important;
}