/*------FONTFACE PART-------*/

@font-face {
    font-family: 'antonioregular';
    src: url('../fonts/antonio-regular-webfont.eot');
    src: url('../fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-regular-webfont.woff') format('woff'),
         url('../fonts/antonio-regular-webfont.ttf') format('truetype'),
         url('../fonts/antonio-regular-webfont.svg#antonioregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'archivo_narrowregular';
    src: url('../fonts/archivonarrow-regular-webfont.eot');
    src: url('../fonts/archivonarrow-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/archivonarrow-regular-webfont.woff') format('woff'),
         url('../fonts/archivonarrow-regular-webfont.ttf') format('truetype'),
         url('../fonts/archivonarrow-regular-webfont.svg#archivo_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'edelsansregular';
    src: url('../fonts/edelsans_regular-webfont.eot');
    src: url('../fonts/edelsans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/edelsans_regular-webfont.woff') format('woff'),
         url('../fonts/edelsans_regular-webfont.ttf') format('truetype'),
         url('../fonts/edelsans_regular-webfont.svg#edelsansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*--------------------------*/

body{
	margin:0px;
    color: #666666;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#545454;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
}
h1{
	font-family:Trebuchet MS,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Geneva,Verdana,sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#545454;
	text-transform:uppercase;
	text-shadow:#C9C9C9 1px 1px 1px;
}
.topmenubg{
	text-align:center;
	height:85px;
	background-image:url(../mainimages/vertical.png);
	background-repeat:repeat-x;
	background-position:0px 17px;
}
.topmenucontent{
	display:inline-block;
	width:910px;
	height:85px;
}
.toplogo{
	width:170px;
	height:85px;
	background-image:url(../mainimages/facturi_logo.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	float:left;
	padding:0px 0px 0px 4px;
}

.topmenus{
	display:inline-block;
	height:85px;
	float:left;
	text-transform:uppercase;
}
.menubutton{
	display:inline-block;
	float:left;
	height:85px;
	margin:0px 1px 0px 1px;
}
.menubutton a{
	display:inline-block;
	text-decoration:none;
	border-bottom:#DDD 5px solid;
	color:#545454;
}
.menubutton a:hover, .mactive a{
	border-bottom:#5285C6 6px solid;
}
.menubutton a:hover{
	color:#000 !important;
}
.menubutton h5{
	margin:0px;
	padding:15px 4px 0px 5px;
	font-family:'edelsansregular',Trebuchet MS,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Geneva,Verdana,sans-serif;
	font-size:17px;
	font-weight:normal;
	line-height:64px;
}
.bannerbg{
	height:279px;
	background-image:url(../mainimages/bannerbg1.png);
	background-repeat:repeat-x;	
	background-position:center top;
	background-color:#477EC3;
	text-align:center;
}
.banner{
	display:inline-block;
	height:270px;
	width:900px;
}
.bannerbox{
	background-image:url(../mainimages/banner.png);
	background-repeat:no-repeat;	
	background-position:center top;
	text-align:right;
}
/* ===========================================  LOGIN */
#login_part{
	float:right;
    text-align: left;
	padding-top:3px;
}
.login_box_{
	float:right;
    text-align: left;
	padding-top:3px;
}
.login_user_box
{
	float:left;
}
.login_pass_box
{
	float:right;
}
.login_box h2{
	margin:0px 0px 5px 0px;
}
.login_box input[type=email], .login_box input[type=text], .login_box input[type=password]{
	font-family:'edelsansregular';
	width:130px;
	margin:0px 0px 0px 3px;
	background-color:#FFFFFF;
	border:1px solid rgba(0,0,0,0.2);
	box-shadow:0px 2px 8px rgba(0,0,0,0.17) inset;
	color:#003B5F;
}
.login_box form{
	margin:0px;
	display:block;
}
.login_box .login_button input{
	width:228px;
	margin:0px;
	font-size:14px;
	font-weight:bold;
}
.login_box .login_button{
	margin:0px 0px 0px 0px;
	display:inline-block;
	
}
#login_error{
    background-color: #FF6600;
    border: 1px solid #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: none;
    padding: 8px;
    z-index: 999;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	position:absolute;
	margin-top:6px;
	width:314px;
}
#login_error .close{
    background-color: #FF7E29;
    border: 1px solid #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: normal;
    height: 19px;
    line-height: 15px;
    margin-top: -16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    width: 19px;
}
#login_error .close:hover {
	font-weight:bold;
	text-shadow:none; 
	
}
/* button */
.but_normal
{
    background-color: #E7F1FF;
    border: 1px solid #BEBEBE;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 0px 3px #BEBEBE;
    color: #003B5F;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: inherit;
	/*font-family: "antonioregular";*/
    height: 28px;
    margin: 0px;
    min-width: 120px;
    padding: 0px 0px 0px 0px;
}
.but_normal:hover, .but_normal:focus
{
    background-color: #5285C6;
    border: 1px solid #528700;
    box-shadow: 0px 0px 4px #BEBEBE;
    color: #FFFFFF;
}

input[type="text"],input[type="email"], input[type="password"], select{
	padding:3px;
	font-size:14px;
	/*font-family: "archivo_narrowregular";*/
	color:#002E8B;
	border:#CCC 1px solid;
	border-left:#666 1px solid;
	border-top:#666 1px solid;
	background-color:#fcfce6;
	display:inline-block;
}

/* ===========================================  LOGIN END */

/* ===========================================  SLOGEN */
.slogen
{
	color:#FFF;
	text-align:justify;
	width:570px;
	display:inline-block;
	font-size:16px;
	padding:5px 0px 0px 0px;
	text-shadow: 0 1px 3px #33547C;
}
/* ------------------------------------------------------------------------------ small link ---------------------- */
.smalllink{
	color:#187EAD;
	padding:3px 5px 0px 0px;
	cursor:pointer;
}
.smalllink:hover{
	color:#990000;
	text-decoration:underline;
}
/* ------------------------------------------------------------------------------ small link ---------------------- */
/* ===========================================  BANNER PLACE */
.bannplace
{
	border:0px;
	border-spacing:0px;
	width:870px;
	height:279px;
	table-layout:fixed;
	display:inline-table;
}
/* ===========================================  BANNER PLACE */
/*==================================kozepso lap*/
.center_page{
	width:900px !important;
	text-align:left;
	margin:auto;
}
.shadowpanel{
	table-layout:fixed;
	border:none;
	border-spacing:0px;
	padding:0px;
}
.shadowpanel td{
	border:0px;
	padding:0px;
}
.cptl{
	width:20px;
	height:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.cptc{
	height:20px;
	background-image:url(../mainimages/vertical.png);
	background-position:0px -393px;
	background-repeat:repeat-x;
}
.cptr{
	width:20px;
	height:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-20px 0px;
	background-repeat:no-repeat;
}
.cpcl{
	width:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-80px 0px;
	background-repeat:repeat-y;
}
.cpcc{
	background-color:#FFF;
}
.cpcr{
	width:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-100px 0px;
	background-repeat:repeat-y;
}
.cpbl{
	width:20px;
	height:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-40px 0px;
	background-repeat:no-repeat;
}
.cpbc{
	height:20px;
	background-image:url(../mainimages/vertical.png);
	background-position:0px -373px;
	background-repeat:repeat-x;
}
.cpbr{
	width:20px;
	height:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-60px 0px;
	background-repeat:no-repeat;
}
/*==================================kozepso lap*/
.footerbg{
	height:320px;
	text-align:center;

	background: rgba(214,214,214,1);
	background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 2%, rgba(92,92,92,1) 2%, rgba(51,51,51,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(2%, rgba(214,214,214,1)), color-stop(2%, rgba(92,92,92,1)), color-stop(100%, rgba(51,51,51,1)));
	background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 2%, rgba(92,92,92,1) 2%, rgba(51,51,51,1) 100%);
	background: -o-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 2%, rgba(92,92,92,1) 2%, rgba(51,51,51,1) 100%);
	background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 2%, rgba(92,92,92,1) 2%, rgba(51,51,51,1) 100%);
	background: linear-gradient(to bottom, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 2%, rgba(92,92,92,1) 2%, rgba(51,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#333333', GradientType=0 );

}
.footerdiv{
	display:inline-block;
	width:900px;
	text-align:left;
	padding:0px 10px 10px 10px;
	height:280px;
	color:#C9C9C9;
}
/*=====================================================maincontent*/
.mc h1 a{
	color:#545454;
	text-decoration:none;
	cursor:pointer;
}
.mc h1 a:hover{
	color:#000000;
}

/*======================================================innertable*/
.innertable{
	width:100%;	
}
.innertable > div{
/*	background-color:#F1F1F1; */
/*	border:#E3E3E3 1px solid; */
	padding:5px 10px 5px 10px;
}
/*=============================================breadcrumb*/
.breadcrumb{
	border-bottom:1px solid #D1D1D1;
}
.breadcrumb a{
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #C9C9C9;
	color:#000;
}
.breadcrumb a:hover{
	text-decoration:underline;
}
/*================================================footer*/
.footertable{
	width:940px;
	display:inline-table;	
}
.footertable>tbody>tr>td{
	padding-left:30px;
}
.footertable>tbody>tr>td:nth-child(1):not([colspan]){
	width:30%;
}
.footertable h1{
	color:#999;	
	font-size:20px;
	padding:10px 20px 5px 5px;
	text-shadow: 1px 1px 1px #292929;
}
.footertable .borderbox{
	border-right:#999 1px solid;
	min-height:150px;
}
.footertable .noborderbox{
	min-height:150px;
	margin-right:30px;
}
.footertable b{
	color:#FFF;
	font-weight:normal;
}
.footertable p{
	color:#999;
	font-size:14px;
	text-indent:30px;
}
.footer_logo{
	width:310px; 
	height:45px;
	background-image:url(../mainimages/gsystem_footer_logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	float:right;
	margin:10px 30px 0px 0px;
}
/* ================================ slideshow gallery */
#bannslide{
	margin:0px 0px 3px 5px;
	
	overflow:hidden;
	
}
.slideshowlite {
	position: relative;
	overflow: hidden;
}

.slideshowlite a
{
	position: absolute;
	left:0px;
	z-index: 1;
	height: 100%;
	text-align: center;
	margin:20px 5px 5px 10px;
}

.slideshowlite>div  {
	position: absolute;
	z-index: 1;
	border: none;
	display:none;
}
.bnojs{
	display:none;
}

/* pagination control */

.slideshowlite ul,
.slideshowlite ol {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0px;
	right: 45px;
	z-index: 3;
}

.slideshowlite ul li,
.slideshowlite ol li {
	float: left;
	margin: 0 3px;
	width: 16px;
}

.slideshowlite ul li a {
	position: relative;
	display: block;
	width: 8px;
	height: 6px;
	padding-top: 2px;
	text-decoration: none;
	background: #FFFFFF;
	border: 3px solid #FFFFFF;
	text-align: center;
	font-size: 11px;
	border-radius:9px;
	box-shadow:0px 0px 3px #000000;
}

.slideshowlite ul li a.current {
	border: 3px solid #FFFFFF;
	box-shadow:0px 0px 5px #000000;
	background: #333333;
}

.slideshowlite ul li a:hover {
	box-shadow:0px 0px 5px #000000;
	background: #467700;
}
	
/* caption control */

.slideshowlite ol {
	top: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 3px 10px;
}

	.slideshowlite ol li {
		width: 100%;
	}
/* ================================ slideshow gallery */	
/* ===================================================== WBOX (whitebox) ===== */
.wbox
{
	background-image:url(../mainimages/w_adbox_bg.png);
	background-position: 0 -58px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 7px #000000;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    width: 480px;
	height:100px;
}
/* ===================================================== WBOX (whitebox) ===== */
/* ============================================================================== ad box styles */
/* add box 1 */
.adbox1{
	table-layout:fixed;
	border:0px;
	border-spacing:0px;
	padding:0px;
	text-align:left;
	height:100px;
	width:480px;
}
.adbox1>tbody>tr>td:nth-child(1)
{
	width:110px;
	padding:0px;
}
.adbox1>tbody>tr>td:nth-child(1)>div
{
	width:125px;
	height:135px;
	position:absolute;
	background-image:url(../mainimages/ads_bg.png);
	background-repeat:no-repeat;

	background-position:-160px -13px;
	top:-12px;
	left:-17px;
	
	cursor:pointer;
}
.adbox1>tbody>tr>td:nth-child(2)
{
	width:205px;
	padding:0px 5px 0px 0px;
	font-family: Trebuchet MS,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Geneva,Verdana,sans-serif;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
	text-shadow: 1px 1px 1px #FFFFFF;
	line-height:20px;
	cursor:pointer;
}
.adbox1>tbody>tr>td:nth-child(3)
{
	width:160px;
	padding:0px;
}
/* get started button */
.getstarted_button{
	width:160px;
	height:70px;
	background-image:url(../mainimages/ads_bg.png);
	background-repeat:no-repeat;
	background-position:-2px -5px;
}
.getstarted_button:hover{
	background-position:-2px -85px;	
	cursor:pointer;
}
.getstarted_button>b{
	display:block;
	width:115px;
	margin:0px 45px 0px 0px;
	padding:6px 0px 0px 0px;
	color:#FFF;
	text-shadow:1px 1px 2px #333333;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}
.getstarted_button>small{
	display:block;
	width:115px;
	margin:0px 45px 0px 0px;
	padding:0px;
	color:#FFF;
	text-shadow:1px 1px 2px #333333;
	text-align:center;
	font-size:12px;
	line-height:12px;
}
/* ================================ slideshow gallery */
#bannslide{
	margin:0px 0px 3px 5px;
	
	overflow:hidden;
	
}
.slideshowlite {
	position: relative;
	overflow: hidden;
}

	.slideshowlite a
	{
		position: absolute;
		left:0px;
		z-index: 1;
		height: 100%;
		text-align: center;
		margin:20px 5px 5px 10px;
	}

	.slideshowlite>div  {
		position: absolute;
		z-index: 1;
		border: none;
		display:none;
	}
	.bnojs{
		display:none;
	}

/* pagination control */

.slideshowlite ul,
.slideshowlite ol {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0px;
	right: 45px;
	z-index: 3;
}

	.slideshowlite ul li,
	.slideshowlite ol li {
		float: left;
		margin: 0 3px;
		width: 16px;
	}
	
	.slideshowlite ul li a {
		position: relative;
		display: block;
		width: 8px;
		height: 6px;
		padding-top: 2px;
		text-decoration: none;
		background: #FFFFFF;
		border: 3px solid #FFFFFF;
		text-align: center;
		font-size: 11px;
		border-radius:9px;
		box-shadow:0px 0px 3px #000000;
	}
	
	.slideshowlite ul li a.current {
		border: 3px solid #FFFFFF;
		box-shadow:0px 0px 5px #000000;
		background: #333333;
	}
	
	.slideshowlite ul li a:hover {
		box-shadow:0px 0px 5px #000000;
		background: #467700;
	}
	
/* caption control */

.slideshowlite ol {
	top: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 3px 10px;
}

.slideshowlite ol li {
	width: 100%;
}

/* ================================ slideshow gallery */	
/* ------------ banbox ------------*/
.slidebox{
	border:0px;
	border-spacing:0px;
	text-align:left;
}
.slidebox p{
	font-size:15px;
}
.slidebox h2{
	margin-top:0px;
}
.slidebox td
{
	padding:10px;
}
/* ------------ banbox ------------*/
/* --------------------------------------------------- main page text part -------------- */
.text1{
	text-align:justify;
	text-indent:20px;
}
.text1 strong{
	color:#000000;
}
/* --------------------------------- section_type -------------------------------------- */
.section_type0, section_type1
{
	border:0px;
	border-spacing:0px;
	margin:0px;
	text-align:left;
}
.section_type0>tbody>tr>th,
.section_type1>tbody>tr>th
{
	padding:0px 5px 0px 5px;
	text-align:left;
}
.section_type0>tbody>tr>td:nth-child(1){
	padding:0px 20px 0px 5px;
}
.section_type1>tbody>tr>td:nth-child(2){
	padding:0px 5px 0px 20px;
}

.show_img_a
{
	text-decoration:none;
	border:0px;
}
.show_img
{
	border:4px solid #FFFFFF;
	border-radius:4px;
	box-shadow:0px 2px 8px #B0B0B0;
}
.show_img_a>.show_img:hover
{
	box-shadow:0px 2px 8px #487FC3;
}
.contacttable,
.contacttable table
{
	border:0px;
}
.contacttable td
{
}
.contacttable h3
{
	margin:8px 0px 2px 0px;
}
.contacttable p
{
	font-size:15px;
}
.contacttable p a
{
	color:#333333;
}
.contacttable p a:hover
{
	color:#000000;
}
.contacttable textarea
{
	width:98%; 
	height:50px; 
	background-color: #FCFCE6; 
	border-color:#666666 #CCCCCC #CCCCCC #666666; 
	border-style:solid; 
	border-width:1px; 
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 14px; 
	font-weight: bold; 
	color: #002E8B;
	padding: 3px;
}
.whybuy
{
 	background-image: url("../mainimages/why.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 498px;
    margin-left: -82px;
    margin-top: -472px;
    position: absolute;
    width: 333px;
}
.readmore
{
	text-align:right;
}
.readmore>a
{
	color:#034E84;
	font-weight:bold;
}
.h4nr
{
	margin:0px 10px 5px 0px;
	float:left;
	width:30px;
	height:40px;
	font-size:35px;
	font-weight:bold;
	display:inline;
	text-shadow: 1px 1px 3px #8F8F8F;
}
.firefox_icon
{
	width:60px;
	height:60px;
	background-image:url("../mainimages/firefox_icon_s.png");
	background-repeat:no-repeat;
	background-position:center center;
}
.inbrowser
{
	font-size:12px;
	line-height:12px;
	margin-bottom:5px;
	cursor:pointer;
}
.footclist h4
{
	margin:7px 0px 2px 0px;	
}
.footclist b a
{
	color:#FFFFFF;
	text-decoration:none;
}
.footclist b
{
	font-size:16px;
	font-weight:bold;
}
.regbox_table
{
	border:0px;
	border-spacing:0px;
	table-layout:fixed;
	display:inline-table;
	text-align:left;
}
.regbox_table h5
{
	margin:0px;
	font-size:13px;
}
.regbox_table td
{
	border:0px solid #999;
	padding:4px 0px 4px 0px;
	overflow:hidden;
}
.regbox_table a
{
	font-size:10px;
	text-decoration:underline;
	color:#000000;
	cursor:pointer;	
}
.regbox_table img
{
	border:1px solid #E4E4E4;
}
.regbox
{
	padding:5px;
	box-shadow: 0px 0px 5px #BBBBBB;
	border-radius:3px;
	text-align:center;	
}
.regbutton
{
	width:200px;
	height:75px;
	border:0px;
	background-color:transparent;
	background-image:url("../mainimages/regbutton.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
    color: #FFFFFF;
    font-family: Trebuchet MS,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Geneva,Verdana,sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
	padding: 0px 0px 0px 8px;
    text-shadow: 1px 1px 2px #333333;
	cursor:pointer;
}
.regbutton:hover, .regbutton:focus
{
	background-position:0px -74px;
}
.regerror
{
    background: none repeat scroll 0 0 #FCF9B2;
    border: 1px solid #F98770;
    color: #880808;
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px;
    padding: 5px 10px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 1px #666666;
}
/* ===========================================  .PRICETABLE  ====== start */
.pricetable
{
	width:850px;
	float:left;
	padding:20px 0px 20px 0px;
	margin-left:15px;
	/*background-color:rgba(255,255,255,0.3);
	border-radius:20px;*/
}
/*names*/
.pricetable .names_col
{
	display:inline-block;
	width:35%;
	float:left;
	padding-top:50px;
	padding-bottom:50px;
}
.pricetable .names_col > div > div
{
	background-color:#62A4E1;
	height:25px;
	border-top:1px solid #62A4E1;
	border-bottom:1px solid #90C1EF;
	border-left:1px solid #4493DC;
	line-height:25px;
	padding-left:10px;
	color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

}
.pricetable .names_col > div
{
	-webkit-box-shadow: -10px 0px 19px -10px rgba(0,0,0,0.5) !important;
	-moz-box-shadow: -10px 0px 19px -10px rgba(0,0,0,0.5) !important;
	box-shadow: -10px 0px 19px -10px rgba(0,0,0,0.5) !important;
}
.pricetable .names_col > div > div.list_start
{
	border-top-left-radius:4px;
	border-top:1px solid #4493DC !important;
}
.pricetable .names_col > div > div.list_end
{
	border-bottom-left-radius:4px;
	border-bottom:1px solid #4493DC;
}

.pricetable .names_col > div > div.list_spacing
{
	margin-top:147px;
}

.pricetable > div:nth-child(2)
{
	box-shadow: -19px 0px 19px -22px rgba(0,0,0,0.75);
}
.pricetable > div:nth-child(2) > div:nth-child(1)
{
	border-top-left-radius:4px;
}
.pricetable > div:nth-child(2) > div:nth-last-child(1)
{
	border-bottom-left-radius:4px;
}
.pricetable > div:nth-last-child(1)
{
	box-shadow: 19px 0px 19px -22px rgba(0,0,0,0.75);
}
.pricetable > div:nth-last-child(1) > div:nth-child(1)
{
	border-top-right-radius:4px;
}
.pricetable > div:nth-last-child(1) > div:nth-last-child(1)
{
	border-bottom-right-radius:4px;
}

/*basic*/
.pricetable .basic_col
{
	display:inline-block;
	width:180px;
	float:left;
}
.pricetable .basic_col > div
{
	background-color:#FFF;
	border-left:1px solid rgba(0,0,0,0.15);
}
.pricetable .basic_col > div:nth-child(2n)
{
	border-top-color:#F2F2F2;
	background-color:#F2F2F2;
}
.pricetable .basic_col > div:nth-child(1)
{
	border:0px;
	height:40px;
	border-top:1px solid rgba(0,0,0,0.15);
	text-align:center;
	line-height:40px;
	font-size:20px;
	color:#FFFFFF;
	margin-top:10px;
}
.pricetable .basic_col > div.buttonsbox
{
	padding-top:5px;
	text-align:center;
	height:140px;
	border-bottom:1px solid #D9D9D9;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.pricetable .basic_col > div.buttonsbox > span
{
	font-size:23px;
	color:#6A9600;
}
.pricetable .basic_col > div.buttonsbox > span > b
{
	font-size:26px;
}
/*active*/
.pricetable .active
{
	display:inline-block;
	width:180px;
	float:left;
	-webkit-box-shadow: -19px 0px 19px -19px rgba(0,0,0,0.5), 19px 0px 19px -19px rgba(0,0,0,0.5) !important;
	-moz-box-shadow: -19px 0px 19px -19px rgba(0,0,0,0.5), 19px 0px 19px -19px rgba(0,0,0,0.5) !important;
	box-shadow: -19px 0px 19px -19px rgba(0,0,0,0.5), 19px 0px 19px -19px rgba(0,0,0,0.5) !important;
	position:relative;
}
.pricetable .active > div:nth-child(1)
{
	border:0px;
	height:50px;
	background-color:#4C7DD6;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-top:1px solid rgba(0,0,0,0.15);
	border-left:1px solid rgba(0,0,0,0.15);
	border-right:1px solid rgba(0,0,0,0.15);
	text-align:center;
	line-height:50px;
	font-size:24px;
	color:#FFFFFF;
}
.pricetable .active > div
{
	background-color:#FFF;
}
.pricetable .active > div:nth-child(2n)
{
	border-top-color:#F2F2F2;
	background-color:#F2F2F2;
}
.pricetable .active > div.buttonsbox
{
	padding-top:5px;
	text-align:center;
	height:140px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom:1px solid #D9D9D9;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(230,230,230,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(230,230,230,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(230,230,230,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(230,230,230,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(230,230,230,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
}
.pricetable .active > div.buttonsbox:nth-last-child(1)
{
	padding-bottom:10px;
}
.pricetable .active > div.buttonsbox > span
{
	font-size:23px;
	color:#6A9600;
}
.pricetable .active > div.buttonsbox > span > b
{
	font-size:26px;
}
/*---*/

.pricetable .current{
	font-size:15px;
	font-weight:bold;
	color:#6A9600;
	line-height:35px;
	margin:5px 5px 0px 5px;
	border: 1px dashed #6A9600;
	border-radius:5px;
	cursor:default;
}

/*---*/

.pricetable .set_button{
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:35px;
	margin:3px 5px 0px 5px;
	background-color:#6A9600;
	border: 1px solid #89B128;
	border-radius:5px;
	cursor:pointer;
	box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.55);
}
.pricetable .set_button:hover{
	font-size:14px;
	line-height:33px;
	margin:4px 6px 0px 6px;
	box-shadow:none;
	background-color:#89b128;
}

/*---*/

.pricetable .yes, .pricetable .no
{
	height:25px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #D1D1D1;
}
.pricetable .yes
{
	background-image:url("../mainimages/yes.png");
}
.pricetable .no
{
	background-image:url("../mainimages/no.png");
}

.pricetable select {
    padding:5px 0px 0px 3px;
    margin: 0;
	border: 1px solid #429600;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color:#6A9600;
    outline:none;
    display: inline-block;
    /*-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;*/
    cursor:pointer;
	font-size: 22px;
	height: 16px;
	height:40px;
	width: 95%;
	background:#FFFFFF;
	text-align:center;
}
.pricetable .spacer0{
	height:43px;
}
.pricetable .check_box
{
	margin: 10px auto 0px auto;
	display:inline-block;
	width:25px;
	height:25px;
	border:1px solid rgba(43, 43, 43, 0.43);
	border-radius:10px;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15) inset;
	cursor:pointer;
}
.pricetable .check_box > div
{
	display:inline-block;
	width:13px;
	height:13px;
	border-radius:10px;
	margin:5px 0px 0px 0px;
}
.pricetable .check_box:hover > div
{
	width:19px;
	height:19px;
	margin:2px 0px 0px 0px;
    background-color: #61dc00;
    border: 1px solid rgba(69, 188, 30, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2) inset;
}
.pricetable .check_box.selected:not(:hover) > div
{
	background-color:#56C400;
	box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.30) inset;
	border: 1px solid #127E00;
}



/* ===========================================  .PRICETABLE  ====== end */
