
	
/* ==================== FONT FACE  ==================== */	
@font-face 
	{
	font-family: 'YanoneKaffeesatzRegular';
	src: url('font/YanoneKaffeesatz-Regular-webfont.eot');
	src: local('-'), url('font/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('font/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('font/YanoneKaffeesatz-Regular-webfont.svg#webfontlKPF1zIT') format('svg');
	font-weight: normal;
	font-style: normal;
	}	

/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.q_table 
	{
	width: 990px; /* --- width sum of div.caption_column, div.column_11, div.column_12, div.column_13, div.column_14, div.column_15 --- */
	height: 100%;
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #303030;
	line-height: normal !important;
	}

/* --- main border --- */
div.q_table .frame_border1
	{
	background-color: #ffffff;
	padding-left: 10px !important;
	padding-right: 10px !important;
	float: left;
	}
	
/* --- hyperlinks --- */
div.q_table a
	{
	color: #303030;
	text-decoration: none;
	}
	
/* --- lists --- */
div.q_table ul
	{
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
	}
	
div.q_table li
	{
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
	}

/* --- div aligns --- */
div.q_table .align_center
	{
	text-align: center;
	}
	
/* --- div rounded corners --- */
/* --- border radius 3px --- */	
div.q_table .radius3
	{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
/* --- border radius 5px --- */	
div.q_table .radius5
	{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}	
	
/* --- border radius 5px top left --- */	
div.q_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.q_table .radius5_topright
	{
	border-radius: 0px 5px 0px 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	}
	
/* --- border radius 5px bottom right --- */	
div.q_table .radius5_bottomright
	{
	border-radius: 0px 0px 5px 0px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	}
	
/* --- border radius 5px bottom left --- */	
div.q_table .radius5_bottomleft
	{
	border-radius: 0px 0px 0px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	}
	
/* ==================== HEADINGS  ==================== */
/* ------ common styles ------  */
div.q_table h1,
div.q_table h2,
div.q_table h3
	{
	margin: 0px;
	padding: 0px !important;
	font-weight: normal !important;
	border: 0 !important;
	color: #ffffff;
	}
	
div.q_table h1
	{
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	font-size: 48px;
	}

div.q_table h2
	{
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	font-size: 28px;
	}
	
div.q_table h3
	{
	margin-top: 3px;
	font-size: 13px;
	}

/* ==================== COLUMNS  ==================== */
/* ------ common styles ------  */
div.q_table div.caption_column li.header_row_11 ,
div.q_table div.caption_column li.header_row_12
	{
	background-color: #ffffff;
	}

/* --- header row 1 ---  */
div.q_table div.caption_column li.header_row_11 ,
div.q_table div.column_11 li.header_row_11,
div.q_table div.column_12 li.header_row_11,
div.q_table div.column_13 li.header_row_11,
div.q_table div.column_14 li.header_row_11,
div.q_table div.column_15 li.header_row_11
	{
	height: 39px;
	width: 100%;
	padding: 1px 0px 0px 0px !important;
	}
	
/* ------ decor light line ------  */
div.q_table div.caption_column li.decor_line1,
div.q_table div.column_11 li.decor_line1,
div.q_table div.column_12 li.decor_line1,
div.q_table div.column_13 li.decor_line1,
div.q_table div.column_14 li.decor_line1,
div.q_table div.column_15 li.decor_line1
	{
	height: 1px;
	width: 100%;
	float: left;
	}
	
/* --- header row 2 ---  */
div.q_table div.caption_column li.header_row_12,
div.q_table div.column_11 li.header_row_12,
div.q_table div.column_12 li.header_row_12,
div.q_table div.column_13 li.header_row_12,
div.q_table div.column_14 li.header_row_12,
div.q_table div.column_15 li.header_row_12
	{
	height: 88px;
	width: 100%;
	padding: 5px 0px 7px 0px !important;
	}
	
/* --- caption correction --- */
div.q_table div.caption_column li.header_row_12
	{	
	height: 88px;
	width: 100%;
	padding: 5px 0px 8px 10px !important;
	line-height: 40px !important;
	/* IE box model hack */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); /* IE8 */
	}	
	 
/* ==================== CAPTION COLUMN  ==================== */
div.q_table div.caption_column
	{
	width: 170px;
	height: 100%;
	float: left;
	}

/* =================== COLUMN STYLE 1  ==================== */
div.q_table div.column_11
	{
	width: 187px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN STYLE 2  ==================== */
div.q_table div.column_12
	{
	width: 187px;
	height: 100%;
	float: left;
	position: relative;
	}	
	
/* ==================== COLUMN STYLE 3  ==================== */
div.q_table div.column_13
	{
	width: 187px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN STYLE 4  ==================== */
div.q_table div.column_14
	{
	width: 187px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN STYLE 5  ==================== */
div.q_table div.column_15
	{
	width: 187px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* ------ common styles ------  */
div.q_table div.column_11:hover li.header_row_12,
div.q_table div.column_12:hover li.header_row_12,
div.q_table div.column_13:hover li.header_row_12,
div.q_table div.column_14:hover li.header_row_12,
div.q_table div.column_15:hover li.header_row_12
	{
	/* removed border radiuses */
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	}
	
div.q_table div.column_11:hover li.footer_row1,
div.q_table div.column_12:hover li.footer_row1,
div.q_table div.column_13:hover li.footer_row1,
div.q_table div.column_14:hover li.footer_row1,
div.q_table div.column_15:hover li.footer_row1
	{
	/* added border radiuses */
	border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	}
	
div.q_table div.column_11:hover li.row_style_11,
div.q_table div.column_12:hover li.row_style_11,
div.q_table div.column_13:hover li.row_style_11,
div.q_table div.column_14:hover li.row_style_11,
div.q_table div.column_15:hover li.row_style_11,
div.q_table div.column_11:hover li.row_style_12,
div.q_table div.column_12:hover li.row_style_13,
div.q_table div.column_13:hover li.row_style_12,
div.q_table div.column_14:hover li.row_style_13,
div.q_table div.column_15:hover li.row_style_12
	{
	color: #ffffff;
	}
	
div.q_table div.column_11:hover li.row_style_11 a,
div.q_table div.column_12:hover li.row_style_11 a,
div.q_table div.column_13:hover li.row_style_11 a,
div.q_table div.column_14:hover li.row_style_11 a,
div.q_table div.column_15:hover li.row_style_11 a,
div.q_table div.column_11:hover li.row_style_12 a,
div.q_table div.column_12:hover li.row_style_13 a,
div.q_table div.column_13:hover li.row_style_12 a,
div.q_table div.column_14:hover li.row_style_13 a,
div.q_table div.column_15:hover li.row_style_12 a
	{
	color: #ffffff;
	}
	
/*==================== DATA ROWS  ====================*/
/* ------ common styles ------  */
div.q_table li.row_style_11,
div.q_table li.row_style_12,
div.q_table li.row_style_13
	{
	width: 100%;
	height: 100%;
	min-height: 28px;
	padding-top: 12px !important;
	float: left;
	/* transitions */
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;	
	}

div.q_table li.row_style_11 span,
div.q_table li.row_style_12 span,
div.q_table li.row_style_13 span
	{
	padding-left: 10px !important;
	padding-right: 10px !important;
	}
	
/* --- white ---  */
div.q_table li.row_style_11
	{
	background-color: #ffffff;
	}
	
/* --- lighter gray ---  */
div.q_table li.row_style_12
	{
	background-color: #f6f6f6;
	}
	
/* --- darker gray ---  */
div.q_table li.row_style_13
	{
	background-color: #ebebeb;
	}
	
/* ==================== FOOTER ==================== */
/* ------ common styles ------  */
div.q_table li.footer_row1
	{
	width: 100%;
	height: 40px;
	padding-top: 14px !important;
	padding-bottom: 6px !important;
	float: left;
	background-color: #ffffff;
	/* transitions */
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	}
	
/* ==================== BUTTONS ==================== */
/* ------ common styles ------  */
div.q_table a.button_1,
div.q_table a.button_2,
div.q_table a.button_3,
div.q_table a.button_4,
div.q_table a.button_5
	{
	width: 130px;
	height: 37px;
	padding: 3px 0px 0px 0px !important;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	outline: none;
	/* shadow */
	box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	/* font */
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	color: #ffffff;
	font-size: 24px;
	/* poz correction */
	position: relative;
	top: 1px;
	/* transitions */
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	}
	
/* ------ hover common styles ------  */	
div.q_table div.column_11:hover a.button_1,
div.q_table div.column_12:hover a.button_2,
div.q_table div.column_13:hover a.button_3,
div.q_table div.column_14:hover a.button_4,
div.q_table div.column_15:hover a.button_5
	{
	background: 0;
	filter: 0; /* IE5.5 - 7 */
	-ms-filter: 0; /* IE8 */
	border: 0;
	color: #ffffff;
	position: relative;
	top: -5px;
	/* shadow */
	box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
	}
	
/* ==================== COLUMN RIBBONS  ==================== */
/* --- base --- */
div.column_ribbon
	{
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0;
	}
	
/* ------ ribbon styles ------  */
/* --- style1--- */	
div.ribbon_style1_best { background: url(../images/ribbon_style1_best.png); }
div.ribbon_style1_buy { background: url(../images/ribbon_style1_buy.png); }
div.ribbon_style1_free { background: url(../images/ribbon_style1_free.png); }
div.ribbon_style1_free_caps { background: url(../images/ribbon_style1_free_caps.png); }
div.ribbon_style1_fresh { background: url(../images/ribbon_style1_fresh.png); }
div.ribbon_style1_gift_caps { background: url(../images/ribbon_style1_gift_caps.png); }
div.ribbon_style1_heart { background: url(../images/ribbon_style1_heart.png); }
div.ribbon_style1_hot { background: url(../images/ribbon_style1_hot.png); }
div.ribbon_style1_hot_caps { background: url(../images/ribbon_style1_hot_caps.png); }
div.ribbon_style1_new { background: url(../images/ribbon_style1_new.png); }
div.ribbon_style1_new_caps { background: url(../images/ribbon_style1_new_caps.png); }
div.ribbon_style1_no1 { background: url(../images/ribbon_style1_no1.png); }
div.ribbon_style1_off5 { background: url(../images/ribbon_style1_off5.png); }
div.ribbon_style1_off10 { background: url(../images/ribbon_style1_off10.png); }
div.ribbon_style1_off15 { background: url(../images/ribbon_style1_off15.png); }
div.ribbon_style1_off20 { background: url(../images/ribbon_style1_off20.png); }
div.ribbon_style1_off25 { background: url(../images/ribbon_style1_off25.png); }
div.ribbon_style1_off30 { background: url(../images/ribbon_style1_off30.png); }
div.ribbon_style1_off35 { background: url(../images/ribbon_style1_off35.png); }
div.ribbon_style1_off40 { background: url(../images/ribbon_style1_off40.png); }
div.ribbon_style1_off50 { background: url(../images/ribbon_style1_off50.png); }
div.ribbon_style1_off75 { background: url(../images/ribbon_style1_off75.png); }
div.ribbon_style1_pack { background: url(../images/ribbon_style1_pack.png); }
div.ribbon_style1_pro { background: url(../images/ribbon_style1_pro.png); }
div.ribbon_style1_sale { background: url(../images/ribbon_style1_sale.png); }
div.ribbon_style1_save { background: url(../images/ribbon_style1_save.png); }
div.ribbon_style1_save_caps { background: url(../images/ribbon_style1_save_caps.png); }
div.ribbon_style1_top { background: url(../images/ribbon_style1_top.png); }
div.ribbon_style1_top_caps { background: url(../images/ribbon_style1_top_caps.png); }
div.ribbon_style1_trial { background: url(../images/ribbon_style1_trial.png); }

/* --- style2--- */
div.ribbon_style2_best { background: url(../images/ribbon_style2_best.png); }
div.ribbon_style2_buy { background: url(../images/ribbon_style2_buy.png); }
div.ribbon_style2_free { background: url(../images/ribbon_style2_free.png); }
div.ribbon_style2_free_caps { background: url(../images/ribbon_style2_free_caps.png); }
div.ribbon_style2_fresh { background: url(../images/ribbon_style2_fresh.png); }
div.ribbon_style2_gift_caps { background: url(../images/ribbon_style2_gift_caps.png); }
div.ribbon_style2_heart { background: url(../images/ribbon_style2_heart.png); }
div.ribbon_style2_hot { background: url(../images/ribbon_style2_hot.png); }
div.ribbon_style2_hot_caps { background: url(../images/ribbon_style2_hot_caps.png); }
div.ribbon_style2_new { background: url(../images/ribbon_style2_new.png); }
div.ribbon_style2_new_caps { background: url(../images/ribbon_style2_new_caps.png); }
div.ribbon_style2_no1 { background: url(../images/ribbon_style2_no1.png); }
div.ribbon_style2_off5 { background: url(../images/ribbon_style2_off5.png); }
div.ribbon_style2_off10 { background: url(../images/ribbon_style2_off10.png); }
div.ribbon_style2_off15 { background: url(../images/ribbon_style2_off15.png); }
div.ribbon_style2_off20 { background: url(../images/ribbon_style2_off20.png); }
div.ribbon_style2_off25 { background: url(../images/ribbon_style2_off25.png); }
div.ribbon_style2_off30 { background: url(../images/ribbon_style2_off30.png); }
div.ribbon_style2_off35 { background: url(../images/ribbon_style2_off35.png); }
div.ribbon_style2_off40 { background: url(../images/ribbon_style2_off40.png); }
div.ribbon_style2_off50 { background: url(../images/ribbon_style2_off50.png); }
div.ribbon_style2_off75 { background: url(../images/ribbon_style2_off75.png); }
div.ribbon_style2_pack { background: url(../images/ribbon_style2_pack.png); }
div.ribbon_style2_pro { background: url(../images/ribbon_style2_pro.png); }
div.ribbon_style2_sale { background: url(../images/ribbon_style2_sale.png); }
div.ribbon_style2_save { background: url(../images/ribbon_style2_save.png); }
div.ribbon_style2_save_caps { background: url(../images/ribbon_style2_save_caps.png); }
div.ribbon_style2_top { background: url(../images/ribbon_style2_top.png); }
div.ribbon_style2_top_caps { background: url(../images/ribbon_style2_top_caps.png); }
div.ribbon_style2_trial { background: url(../images/ribbon_style2_trial.png); }

/* ==================== TOOLTIP  ==================== */
/* --- base --- */
div.q_table a.tooltip
	{
	position: relative;
	text-decoration: underline;	
	}
	
div.q_table a.tooltip:hover
	{
	color: #999999;
	text-decoration: none !important;
	}
	
div.q_table a.tooltip:hover:after, div.q_table a.tooltip:hover:before
	{
    display: block;
	}

/* --- tooltip container --- */
div.q_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.q_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;	
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ==================== STYLES VARIOUS ==================== */

/* ==================== HEADINGS ==================== */
div.q_table h1.caption
	{
	color: #a56949;
	}
	
div.q_table h1.caption span
	{
	color: #bfae71;
	}

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
div.q_table div.column_11 li.header_row_11
	{
	border-bottom: 1px solid #977643;
	background-color: #a78f56; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c5b474, #a98e55); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5b474', endColorstr='#a98e55'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5b474', endColorstr='#a98e55'); /* IE8 */
	background: -ms-linear-gradient(top, #c5b474, #a98e55); /* IE9 */
	background: -moz-linear-gradient(top, #c5b474, #a98e55); /* Firefox */ 
	background: -o-linear-gradient(top, #c5b474, #a98e55); /* Opera 11  */
	background: -webkit-linear-gradient(top, #c5b474, #a98e55); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c5b474), color-stop(1, #a98e55)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.q_table div.column_11 li.decor_line1
	{
	background-color: #d6ca98; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98); /* W3C */
	background: -ms-linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98); /* IE9 */
	background: -moz-linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98); /* Firefox */ 
	background: -o-linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98); /* Opera 11  */
	background: -webkit-linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #d6ca98), color-stop(0.5, #e9e2c7), color-stop(1, #d6ca98)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.q_table div.column_11 li.header_row_12
	{
	background-color: #a78f56; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c0ae72, #a78f56); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0ae72', endColorstr='#a78f56'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0ae72', endColorstr='#a78f56'); /* IE8 */
	background: -ms-linear-gradient(top, #c0ae72, #a78f56); /* IE9 */
	background: -moz-linear-gradient(top, #c0ae72, #a78f56); /* Firefox */ 
	background: -o-linear-gradient(top, #c0ae72, #a78f56); /* Opera 11  */
	background: -webkit-linear-gradient(top, #c0ae72, #a78f56); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c0ae72), color-stop(1, #a78f56)); /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
div.q_table div.column_12 li.header_row_11
	{
	border-bottom: 1px solid #487d29;
	background-color: #5f9836; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #7cb746, #5b9433); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cb746', endColorstr='#5b9433'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cb746', endColorstr='#5b9433'); /* IE8 */
	background: -ms-linear-gradient(top, #7cb746, #5b9433); /* IE9 */
	background: -moz-linear-gradient(top, #7cb746, #5b9433); /* Firefox */ 
	background: -o-linear-gradient(top, #7cb746, #5b9433); /* Opera 11  */
	background: -webkit-linear-gradient(top, #7cb746, #5b9433); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7cb746), color-stop(1, #5b9433)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.q_table div.column_12 li.decor_line1
	{
	background-color: #a5cf62; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #a5cf62, #cee58e 50%, #a5cf62); /* W3C */
	background: -ms-linear-gradient(left, #a5cf62, #cee58e 50%, #a5cf62); /* IE9 */
	background: -moz-linear-gradient(left, #a5cf62, #cee58e 50%, #a5cf62); /* Firefox */ 
	background: -o-linear-gradient(left, #a5cf62, #cee58e 50%, #a5cf62); /* Opera 11  */
	background: -webkit-linear-gradient(left, #a5cf62, #cee58e 50%, #a5cf62); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #a5cf62), color-stop(0.5, #cee58e), color-stop(1, #a5cf62)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.q_table div.column_12 li.header_row_12
	{
	background-color: #5f9836; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #7eb548, #5f9836); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb548', endColorstr='#5f9836'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb548', endColorstr='#5f9836'); /* IE8 */
	background: -ms-linear-gradient(top, #7eb548, #5f9836); /* IE9 */
	background: -moz-linear-gradient(top, #7eb548, #5f9836); /* Firefox */ 
	background: -o-linear-gradient(top, #7eb548, #5f9836); /* Opera 11  */
	background: -webkit-linear-gradient(top, #7eb548, #5f9836); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7eb548), color-stop(1, #5f9836)); /* Chrome 10, Safari */
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
div.q_table div.column_13 li.header_row_11
	{
	border-bottom: 1px solid #9f3c1e;
	background-color: #ad4922; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ca6734, #ad4922); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca6734', endColorstr='#ad4922'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca6734', endColorstr='#ad4922'); /* IE8 */
	background: -ms-linear-gradient(top, #ca6734, #ad4922); /* IE9 */
	background: -moz-linear-gradient(top, #ca6734, #ad4922); /* Firefox */ 
	background: -o-linear-gradient(top, #ca6734, #ad4922); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ca6734, #ad4922); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ca6734), color-stop(1, #ad4922)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.q_table div.column_13 li.decor_line1
	{
	background-color: #d8843d; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #d8843d, #eabc59 50%, #d8843d); /* W3C */
	background: -ms-linear-gradient(left, #d8843d, #eabc59 50%, #d8843d); /* IE9 */
	background: -moz-linear-gradient(left, #d8843d, #eabc59 50%, #d8843d); /* Firefox */ 
	background: -o-linear-gradient(left, #d8843d, #eabc59 50%, #d8843d); /* Opera 11  */
	background: -webkit-linear-gradient(left, #d8843d, #eabc59 50%, #d8843d); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #d8843d), color-stop(0.5, #eabc59), color-stop(1, #d8843d)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.q_table div.column_13 li.header_row_12
	{
	background-color: #ad4922; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c4612d, #ad4922); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4612d', endColorstr='#ad4922'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4612d', endColorstr='#ad4922'); /* IE8 */
	background: -ms-linear-gradient(top, #c4612d, #ad4922); /* IE9 */
	background: -moz-linear-gradient(top, #c4612d, #ad4922); /* Firefox */ 
	background: -o-linear-gradient(top, #c4612d, #ad4922); /* Opera 11  */
	background: -webkit-linear-gradient(top, #c4612d, #ad4922); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c4612d), color-stop(1, #ad4922)); /* Chrome 10, Safari */	
	}






/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
div.q_table div.column_14 li.header_row_11
	{
	border-bottom: 1px solid #6d6d6d;
	background-color: #7e7e7e; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #9a9a9a, #7f7f7f); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a9a9a', endColorstr='#7f7f7f'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a9a9a', endColorstr='#7f7f7f'); /* IE8 */
	background: -ms-linear-gradient(top, #9a9a9a, #7f7f7f); /* IE9 */
	background: -moz-linear-gradient(top, #9a9a9a, #7f7f7f); /* Firefox */ 
	background: -o-linear-gradient(top, #9a9a9a, #7f7f7f); /* Opera 11  */
	background: -webkit-linear-gradient(top, #9a9a9a, #7f7f7f); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9a9a9a), color-stop(1, #7f7f7f)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.q_table div.column_14 li.decor_line1
	{
	background-color: #b7b7b7; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #b7b7b7, #d8d8d8 50%, #b7b7b7); /* W3C */
	background: -ms-linear-gradient(left, #b7b7b7, #d8d8d8 50%, #b7b7b7); /* IE9 */
	background: -moz-linear-gradient(left, #b7b7b7, #d8d8d8 50%, #b7b7b7); /* Firefox */ 
	background: -o-linear-gradient(left, #b7b7b7, #d8d8d8 50%, #b7b7b7); /* Opera 11  */
	background: -webkit-linear-gradient(left, #b7b7b7, #d8d8d8 50%, #b7b7b7); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #b7b7b7), color-stop(0.5, #d8d8d8), color-stop(1, #b7b7b7)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.q_table div.column_14 li.header_row_12
	{
	background-color: #7e7e7e; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #999999, #7e7e7e); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#7e7e7e'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#7e7e7e'); /* IE8 */
	background: -ms-linear-gradient(top, #999999, #7e7e7e); /* IE9 */
	background: -moz-linear-gradient(top, #999999, #7e7e7e); /* Firefox */ 
	background: -o-linear-gradient(top, #999999, #7e7e7e); /* Opera 11  */
	background: -webkit-linear-gradient(top, #999999, #7e7e7e); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999999), color-stop(1, #7e7e7e)); /* Chrome 10, Safari */	
	}
	

	
/* ==================== COLUMN STYLE 5 ==================== */
/* --- header row 1 ---  */
div.q_table div.column_15 li.header_row_11
	{
	border-bottom: 1px solid #e8851e;
	background-color: #f0aa2d; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f2bb34, #ec9a26); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2bb34', endColorstr='#ec9a26'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2bb34', endColorstr='#ec9a26'); /* IE8 */
	background: -ms-linear-gradient(top, #f2bb34, #ec9a26); /* IE9 */
	background: -moz-linear-gradient(top, #f2bb34, #ec9a26); /* Firefox */ 
	background: -o-linear-gradient(top, #f2bb34, #ec9a26); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f2bb34, #ec9a26); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2bb34), color-stop(1, #ec9a26)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.q_table div.column_15 li.decor_line1
	{
	background-color: #f7d149; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #f7d149, #fbe669 50%, #f7d149); /* W3C */
	background: -ms-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149); /* IE9 */
	background: -moz-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149); /* Firefox */ 
	background: -o-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149); /* Opera 11  */
	background: -webkit-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f7d149), color-stop(0.5, #fbe669), color-stop(1, #f7d149)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.q_table div.column_15 li.header_row_12
	{
	background-color: #f0aa2d; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f2b935, #ed9e28); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2b935', endColorstr='#ed9e28'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2b935', endColorstr='#ed9e28'); /* IE8 */
	background: -ms-linear-gradient(top, #f2b935, #ed9e28); /* IE9 */
	background: -moz-linear-gradient(top, #f2b935, #ed9e28); /* Firefox */ 
	background: -o-linear-gradient(top, #f2b935, #ed9e28); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f2b935, #ed9e28); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2b935), color-stop(1, #ed9e28)); /* Chrome 10, Safari */	
	}
	
	
	
	
	
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
div.q_table div.column_11:hover li.row_style_11
	{
	background-color: #b6a266;
	}
	
div.q_table div.column_11:hover li.row_style_12
	{
	background-color: #a78f56;
	}
	
div.q_table div.column_11:hover li.footer_row1
	{
	background-color: #b6a266;
	}
	

	/* --- column 2 ---  */	
div.q_table div.column_12:hover li.row_style_11
	{
	background-color: #70a940;
	}
	
div.q_table div.column_12:hover li.row_style_13
	{
	background-color: #5f9836;
	}
	
div.q_table div.column_12:hover li.footer_row1
	{
	background-color: #70a940;
	}

/* --- column 3 ---  */	
div.q_table div.column_13:hover li.row_style_11
	{
	background-color: #bc5728;
	}
	
div.q_table div.column_13:hover li.row_style_12
	{
	background-color: #ad4922;
	}
	
div.q_table div.column_13:hover li.footer_row1
	{
	background-color: #bc5728;
	}




/* --- column 4 ---  */
div.q_table div.column_14:hover li.row_style_11
	{
	background-color: #8e8e8e;
	}
	
div.q_table div.column_14:hover li.row_style_13
	{
	background-color: #7e7e7e;
	}
	
div.q_table div.column_14:hover li.footer_row1
	{
	background-color: #8e8e8e;
	}


/* --- column 5 ---  */
div.q_table div.column_15:hover li.row_style_11
	{
	background-color: #f0ae30;
	}
	
div.q_table div.column_15:hover li.row_style_12
	{
	background-color: #ed9e28;
	}
	
div.q_table div.column_15:hover li.footer_row1
	{
	background-color: #f0ae30;
	}

	
	
/* ==================== BUTTONS ==================== */
div.q_table a.button_1
	{
	border-bottom: 1px solid #90763f;
	background-color: #b9a567; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #cabc78, #a89057); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cabc78', endColorstr='#a89057'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cabc78', endColorstr='#a89057'); /* IE8 */
	background: -ms-linear-gradient(top, #cabc78, #a89057); /* IE9 */
	background: -moz-linear-gradient(top, #cabc78, #a89057); /* Firefox */ 
	background: -o-linear-gradient(top, #cabc78, #a89057); /* Opera 11  */
	background: -webkit-linear-gradient(top, #cabc78, #a89057); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cabc78), color-stop(1, #a89057)); /* Chrome 10, Safari */
	}
	
div.q_table a.button_2
	{
	border-bottom: 1px solid #478025;
	background-color: #5f9836; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #85c14c, #609937); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85c14c', endColorstr='#609937'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85c14c', endColorstr='#609937'); /* IE8 */
	background: -ms-linear-gradient(top, #85c14c, #609937); /* IE9 */
	background: -moz-linear-gradient(top, #85c14c, #609937); /* Firefox */ 
	background: -o-linear-gradient(top, #85c14c, #609937); /* Opera 11  */
	background: -webkit-linear-gradient(top, #85c14c, #609937); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #85c14c), color-stop(1, #609937)); /* Chrome 10, Safari */
	}	
	
div.q_table a.button_3
	{
	border-bottom: 1px solid #973416;
	background-color: #bc5728; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ce6630, #ae4a22); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce6630', endColorstr='#ae4a22'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce6630', endColorstr='#ae4a22'); /* IE8 */
	background: -ms-linear-gradient(top, #ce6630, #ae4a22); /* IE9 */
	background: -moz-linear-gradient(top, #ce6630, #ae4a22); /* Firefox */ 
	background: -o-linear-gradient(top, #ce6630, #ae4a22); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ce6630, #ae4a22); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ce6630), color-stop(1, #ae4a22)); /* Chrome 10, Safari */
	}




	
div.q_table a.button_4
	{
	border-bottom: 1px solid #676767;
	background-color: #909090; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #a1a1a1, #7f7f7f); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1a1a1', endColorstr='#7f7f7f'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1a1a1', endColorstr='#7f7f7f'); /* IE8 */
	background: -ms-linear-gradient(top, #a1a1a1, #7f7f7f); /* IE9 */
	background: -moz-linear-gradient(top, #a1a1a1, #7f7f7f); /* Firefox */ 
	background: -o-linear-gradient(top, #a1a1a1, #7f7f7f); /* Opera 11  */
	background: -webkit-linear-gradient(top, #a1a1a1, #7f7f7f); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a1a1a1), color-stop(1, #7f7f7f)); /* Chrome 10, Safari */
	}
		
div.q_table a.button_5
	{
	border-bottom: 1px solid #e6861a;
	background-color: #f0aa2d; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f4c538, #ed9f28); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4c538', endColorstr='#ed9f28'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4c538', endColorstr='#ed9f28'); /* IE8 */
	background: -ms-linear-gradient(top, #f4c538, #ed9f28); /* IE9 */
	background: -moz-linear-gradient(top, #f4c538, #ed9f28); /* Firefox */ 
	background: -o-linear-gradient(top, #f4c538, #ed9f28); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f4c538, #ed9f28); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4c538), color-stop(1, #ed9f28)); /* Chrome 10, Safari */
	}
	
	