body *, html * {
	padding: 0px;
	margin: 0px;
}

body{
	text-align: center;
	font-size: 13px;
	font-family: "Trebuchet MS";
	background: #FFF1E8 url('../images/main_background.jpg') center top no-repeat;
}

a{
	font-weight: bold;
	color: #000;
}
a:hover{
	text-decoration: none;
}

div.clr{
	clear: both;
}
div.pt20{
	padding-top: 20px;
}
div.dir-right{
	text-align: right;
}

/**
 * FORMS, INPUTS
 */
#leftSide #loginBox form{
	margin-top: 10px;
}
 
div.left-box-cntr input{
	width: 208px;
	height: 18px;
	border-left: 1px #939393 solid;
	border-top: 1px #939393 solid;
	border-right: 1px #6f6f6f solid;
	border-bottom: 1px #6f6f6f solid;
	font-size: 13px;
	font-family: "Trebuchet MS";
	margin-bottom: 5px;
}
div.left-box-cntr .input-label{
	font-family: Verdana;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 4px;
}

.button{
	display: block;
	height: 23px;
	width: auto;
	overflow: hidden;
	padding: 0px;
}
.button a{
	text-decoration: none;
}
.button a div{
	float: left;
	padding: 0px;
	margin: 0px;
	height: 23px;
	cursor: pointer;
}
.button a div.left{
	width: 5px;
	background: url('../images/button_sprite.gif') left top no-repeat;
}
.button a div.right{
	width: 5px;
	background: url('../images/button_sprite.gif') right bottom no-repeat;
}
.button a div.middle{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px !important;
	height: 21px;
	background-image: url('../images/button_sprite.gif');
	background-position: 0px;
}

/*button over*/
.button a:hover div.left{
	background: url('../images/button_over_sprite.gif') left top no-repeat;
}
.button a:hover div.right{
	background: url('../images/button_over_sprite.gif') right bottom no-repeat;
}
.button a:hover div.middle{
	background-image: url('../images/button_over_sprite.gif');
}

/**
 * Basic elements, formats
 */

/* main container */
#mainContainer{
	top: 0px;
	width: 1000px;
	height: auto;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	/*background: url('../images/circle_background.jpg') left top no-repeat;*/
	/* teszt 
	height: 1000px;*/
}

#header{
	width: 1000px;
	height: 150px;
	background: url('../images/en/header.png') left top no-repeat;
}
#flagContainer{
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 72px;
	height: 15px;
	width: 125px;
	background: url('../images/flags.gif') left top no-repeat;
}

.fb-panel-min{
	float: right;
}
.fb-panel-full{
	margin-top: 10px;
}

#flagContainer a{
	display: block;
	width: 19px;
	height: 13px;
	cursor: pointer;
	margin-right: 4px;
	float: left;
}

#contentContainer{
	width: 1000px;
	height: auto !important;
	background: url('../images/content_background_middle.jpg') center top repeat-y;
	/*position: absolute; */
	margin: 0px !important;
	padding-bottom: 20px;
}
#contentContainer table{
	margin-top: -15px;
}
/* SAFARI HACK */
html*#contentContainer table{
	margin-top: -5px;
	/* IE HACK */
	*margin-top: -15px;
}
/* OPERA HACK */
html:first-child #contentContainer table { margin-top: -5px; }

#contentFooter{
	width: 1000px;
	height: 29px;
	background: url('../images/content_background_bottom.jpg') center top repeat-y;
	color: #888;
}
#leftSide{
	width: 250px;
	padding-left: 30px;
	margin-top: 20px;
	*margin-top: 0px;
	float: left;
}
#mainContent{
	width: 665px;
	height: auto !important;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	line-height: 16px;
}

/**
 * BOXES
 */
 
/**
 * LEFT SIDE
 */
div.left-box-cntr{
	width: 250px;
	height: auto !important;
	background: url('../images/left_box_background_bottom.gif') left bottom no-repeat;
	padding-bottom: 8px;
}
div.left-box-cntr div.header{
	padding: 20px;
	padding-right: 0px;
	padding-top: 15px;
	height: 18px;
	background: url('../images/left_box_background_top.gif') left top no-repeat;
	color: #6E0E12;
	font-weight: bold;
	font-size: 20px;
	font-family: "Trebuchet MS";
}
div.left-box-cntr div.no-underline{
	background: url('../images/box_background_top.gif') left top no-repeat;
}
div.left-box-cntr div.content{
	border-left: 1px solid #FFCDAB;
	border-right: 1px solid #FFCDAB;
	width: 212px;
	height: auto;
	overflow: hidden;
	padding: 18px;
}

/**
 * LOGIN BOX
 */
#leftSide #loginBox{
	background: url('../images/login_box_bg.jpg') top left no-repeat;
	height: 474px !important;
	width: 250px;
}
#leftSide #loginBox div.header,
#leftSide #loginBox div.content{
	border: 0px;
	background: none;
}

#leftSide #loginBox div.content form #userEmail{
	margin-bottom: 20px !important;
}

#leftSide #loginBox div.content form a.forget-data{
	display: block;
	padding: 0px;
	margin: 0px;
	padding-right: 14px;
	font-family: Arial;
	font-size: 11px;
	color: #DE1D26;
	background: url('../images/dbarrow_to_right.gif') right center no-repeat;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	width: 196px;
}

#leftSide #loginBox div.content form div.remember-me{
	float: left;
	margin-top: 26px;
}

#leftSide #loginBox div.content form div.remember-me input#userRemember{
	/*display: block;*/
	float: left;
	border: 0px;
	width: 13px;
	height: 13px;
	background: url('../images/cbx_bg.gif') left top no-repeat;
	margin-top: 3px;
	margin-right: 5px;
}

#leftSide #loginBox div.content form div.signIn{
	margin-top: 23px;
	float: right;
}
#leftSide #loginBox div.content div.register{
	margin-top: 25px;
	float: right;
}

/**
 * TELL FRIEND
 */
div#tellFriend div.content form{
	padding-top: 25px;
}

div#tellFriend div.content form div.invite{
	margin-top: 24px;
	float: right;
}

/**
 * CONTENT
 */

div.box-cntr{
	margin-top: 10px;
	width: 665px;
	height: auto !important;
	padding-bottom: 10px;
}

div.box-cntr div.header{
	padding-top: 25px;
	padding-left: 30px;
	padding-bottom: 0px;
	height: 39px;
	background: url('../images/big_box_header.gif') left top no-repeat;
	color: #6E0E12;
	font-weight: bold;
	font-size: 20px;
	font-family: "Trebuchet MS";
}
div.box-cntr div.content{
	background: url('../images/big_box_content.gif') left bottom no-repeat;
	height: auto;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
}
div#indexPage div.content{
	padding-bottom: 0px;
}

h3.content-title{
	color: #6E0E12;
	font-weight: bold;
	font-size: 20px;
	font-family: "Trebuchet MS";
	background: url('../images/header_underline.gif') left bottom repeat-x;
}
h3.content-title span{
	padding-right: 10px;
	background: #ffffff;
}

span.jabbear-name{
	font-weight: bold;
}

div#frontInfo{
	background: url('../images/front_info_bg.jpg') left top no-repeat;
	width: 650px;
	height: 489px;
	margin-left: -17px;
	margin-top: 22px;
}
div#frontInfo div.descr{
	width: 237px;
	height: auto;
	margin-left: 12px;
	padding-top: 30px;
}
div#frontInfo div.descr h3{
	color: #6E0E12;
	font-size: 18px;
	font-family: "Trebuchet MS";
	font-weight: 600;
	border-bottom: 2px solid #fff;
	height: 34px;
	margin-bottom: 20px;
}

div#frontInfo div.descr div{
	padding-left: 15px;
}

/*div#frontInfo div.descr div*/ ul{
	display: block;
	list-style-type: none;
}
/*div#frontInfo div.descr div*/ ul li{
	display: block;
	background: url('../images/list_style_image.gif') left 5px no-repeat;
	padding: 0px;
	margin: 0px;
	padding-left: 8px;
}
div#frontInfo div.descr div ul li{
	height: 16px;
}

div#frontInfo div.info-footer{
	margin-top: 80px;
	* margin-top: 65px;
	margin-left: 22px;
}
div#frontInfo div.info-footer input{
	cursor: pointer;
}
div#frontInfo div.info-footer input.download{
	margin-right: 35px;
}


#mainContent div.no-bottom-padding{
	padding-bottom: 0px !important;
}

div.news-box{
	padding-left: 25px;
	width: 585px;
	height: auto;
	background: url('../images/news_icon.gif') left top no-repeat;
	margin-bottom: 13px;
}
div.news-box div.title, div.news-box .news-body{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #333333;
}
div.news-box div.title{
	font-weight: bold;
	* font-weight: bolder;
	margin-bottom: 5px;
}

/**************
	TABS
**************/

ul.tab{
}

ul.tab li{
	display: block;
	float: left;
	background: url('../images/tab_sprite.png') left top no-repeat;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	margin-left: -5px;
	padding: 0px;
	padding-left: 8px;
	cursor: pointer;
	position: relative;
}
ul.tab li * {
	cursor: pointer;
}

ul.tab li.first{
	margin-left: 0px;
}

ul.tab li a{
	display: block;
	text-decoration: none;
}
ul.tab li a.tab-right{
	padding: 0px;
	margin: 0px;
	padding-right: 15px;
	background: url('../images/tab_sprite.png') right -40px no-repeat;
	height: 20px;
}
ul.tab li a.tab-right span.tab-middle{
	display: block;
	padding-top: 5px;
	background: url('../images/tab_sprite.png') right -20px repeat-x;
	height: 15px;
}
ul.tab li.ui-tabs-selected{
	z-index: 1000 !important;
	background-image: url('../images/tab_active_sprite.png');
}
ul.tab li.ui-tabs-selected a.tab-right,
ul.tab li.ui-tabs-selected a.tab-right span.tab-middle{
	background-image: url('../images/tab_active_sprite.png');
}
.ui-tabs-hide{
	display: none;
}
.ui-tabs-panel{
	border: 1px solid #FFCCAB;
	padding: 8px;
	height: auto;
}

/******************************
		DOWNLOADS
*******************************/
body.download  div.section{
	margin-left: 10px;
}
body.download  div.section ul li p {
	margin-top: 10px;
	margin-bottom: 5px;
}

table.download{
	width: 617px;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	margin-top: 9px !important;
	* margin-top: 0px;
}
table.download col.features{
	width: 156px;
	padding-left: 5px;
}
table.download col.free,
table.download col.plus,
table.download col.extra{
	width: 150px;
}

table.download thead th{
	height: 25px !important;
}
table.download thead th{
	border-left: 2px solid #fff;
	background-color: #D9C1C2;
	color: #6E0E12;
	text-align: center;
}
table.download thead th.first{
	background: #fff url('../images/download_thead_first_background.jpg') left top no-repeat;
	font-weight: normal;
	color: #fff;
	padding-left: 5px;
	text-align: left;
	border: none !important;
}
table.download thead th.last{
	background: #fff url('../images/download_thead_last_background.jpg') left top no-repeat;
}

table.download tbody td{
	background-color: #ECE0E0;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	height: 25px;
	text-align: center;
}
table.download tbody td.first{
	border-left: none;
	text-align: left;
	padding-left: 5px;
}
table.download tbody td.no,
table.download tbody td.yes{
	background: #ECE0E0 url('../images/download_yes.jpg') center center no-repeat;
}
table.download tbody td.no{
	background-image: url('../images/download_no.jpg');
}

table.download tbody tr.price td{
	font-weight: bold;
}

table.download tfoot td{
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	background-color: #F2ECEC;
	height: 25px;
}
table.download tfoot td.first{
	border-left: none;
	background: #fff url('../images/download_tfoot_first_background.jpg') left top no-repeat;
}
table.download tfoot td.last{
	background: #fff url('../images/download_tfoot_last_background.jpg') left top no-repeat;
}
table.download tfoot td a{
	margin-left: 19px;
}
.download-header{
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 5px;
	height: 18px;
	width: 606px;
}
form#downloadLanguage{
	display: block;
	margin: 10px;
}
select.language{
	width: 200px;
	height: 20px;
	border: 1px solid #999999;
}
form a.download-language{
	float: right;
	margin-top: -20px;
}
/* SAFARI HACK */
html* form a.download-language{
	margin-top: 0px;
	/* IE BACK HACK */
	*margin-top: -20px;
}
/* OPERA HACK */
html:first-child form a.download-language { margin-top: 0px; }

/* Szenti */
form#registerForm input {
	width: 250px;
	margin-bottom: 5px;
}
form#registerForm {
	padding: 20px;
}

form#registerForm a div.middle{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px !important;
	font-size: 13px;
	height: 21px;
	background-image: url('../images/button_sprite.gif');
	background-position: 0px;
}

form#registerForm a:hover div.left{
	background: url('../images/button_over_sprite.gif') left top no-repeat;
}
form#registerForm a:hover div.right{
	background: url('../images/button_over_sprite.gif') right bottom no-repeat;
}
form#registerForm a:hover div.middle{
	background-image: url('../images/button_over_sprite.gif');
}

.registerError {
	border: 2px solid red !important;
}

#captchaError{
	color: red;
}
.pwdError{
	color: red;
  clear:right;
	margin-top: -24px;
	float: right;
	width: 300px;
}

#invitedEmailDiv {
	font-size: 16px !important;
	font-weight: bold !important;
	padding-bottom: 5px;
}

.signOut
{
	float: right;
	padding-top: 40px;
	padding-right: 20px;
}

#logoutBox
{
	margin-bottom: 5px;
}

#tellComment
{
	width: 206px !important;
	overflow: auto;
}
#supportOs
{
	width: 202px !important;
}
#supportType
{
	width: 200px !important;
}
#loggedUser{
	font-size: 14px;
}
.errorFont{
	color: red !important;
	text-align: center !important;
	font-weight: bold;
}
