/*
	http://www.csscompressor.com/
	Ez a tuti:
	http://www.cssdrive.com/index.php/main/csscompressor/
	http://www.cssdrive.com/index.php/main/csscompressoradvanced/
*/

@import url('order.css') screen;
@import url('contact.css') screen;

/*
Mindent nullázunk
*/
* {
	margin: 0px;
	padding: 0px;
}

/**/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #515151;
	line-height: 124%;
	word-spacing: -0.1em;
}

input, textarea {
	padding: 2px;
}

/*
Felsorolás korrekció:
  - behúzás megadása
  - listaelem megadása
*/
li {
	margin-left: 30px;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

/*
A képekről levesszük a keretet.
*/
img {
	border: 0px;
}

/*
H1 cím (főcím)
*/
h1 {
	font-size: 1.5em;
	font-weight: bold;
	/*color: #013d5c;*/
	color: #162008;
	padding-bottom: 4px;
}

#green {
	color: #6caf23;
}

#gray {
	color: #162008;
}

/*
H2 cím (alcím)
*/
/*
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #404040;
	padding-bottom: 5px;
	text-align: left;
}*/

/*
H3 cím
*/
/*
h3 {
	font-size: 1.08em;
	font-weight: bold;
	color: #0072b5;
	padding-bottom: 3px;
}*/

/* mehet a common-ba */
h2 {
	margin: 0px 0px 5px 0px;
	font-size: 1.6em;
	font-weight: normal;
	color: #0072b5;
}

h2 b, h2 strong {
	font-weight: normal;
}

h3 {
	/*padding: 0px 0px 0px 3px;*/
	margin: 0px 0px 6px 0px;
	font-size: 1.4em;
	font-weight: normal;
	color: #162008;
	/*background: url('common/images/elements/f.png') no-repeat left bottom;
	border-left: 3px solid #6caf23;*/
}

h3 b, h3 strong {
	font-weight: normal;
}
/* eddig */

h3#n {
	font-size: 1.4em;
	font-weight: normal;
	color: #0072b5;
	padding: 8px 0px;
}

h2 span, h3 span {
	display: none;
}

/*
H4 cím
*/
h4 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
	color: #515151;
}

.pFeaturedBox h4 {
	background-color: #e6e6e6;
	padding: 6px 8px 2px 8px;
	margin: 0px 0px 8px 0px;
	border-bottom: 3px solid #d6d6d6;
}

/*
Linkek
*/
a:link, a:active, a:visited {
	color: #0072b5;
	text-decoration: underline;
}

a:hover {
	color: #0072b5;
	text-decoration: none;
}

/*
PAGE CONTAINER
*/
.Container {
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background: url('/hu-HU/style/images/bg.png') #0072b5 top left repeat-x;
	padding-bottom: 5px;
}

/*
MENU PANEL
*/
.MenuPanel {
	width: 1000px;
	height: 95px;
	margin: 0px auto 0px auto;
}

/*
Logo
*/
.Logo {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: -5px;
}

/* Logo */
.LogoLink {
	float: left;
}

.LogoLink span {
	display: none;
}

.LogoLink a  {
	background: url('/hu-HU/style/images/company/Logo.png') top left no-repeat;
	width: 165px;
	height: 90px;
	display: block;
}
/**/


/* About */
.AboutLink {
	background: url('/hu-HU/style/images/company/About.png') top left no-repeat;
	float: left;
}

.AboutLink span {
	display: none;
}

.AboutLink a:link, .AboutLink a:active, .AboutLink a:visited  {
	background: url('/hu-HU/style/images/company/About.png') top left no-repeat;
	width: 165px;
	height: 90px;
	display: block;
}

.AboutLink a:hover {
	background: url('/hu-HU/style/images/company/About-over.png') top left no-repeat;
}
/**/

/* Products */
.ProductsLink {
	background: url('/hu-HU/style/images/company/Products.png') top left no-repeat;
	float: left;
}

.ProductsLink span {
	display: none;
}

.ProductsLink a:link, .ProductsLink a:active, .ProductsLink a:visited  {
	background: url('/hu-HU/style/images/company/Products.png') top left no-repeat;
	width: 165px;
	height: 90px;
	display: block;
}

.ProductsLink a:hover {
	background: url('/hu-HU/style/images/company/Products-over.png') top left no-repeat;
}
/**/

/* Downloads */
.DownloadsLink  {
	background: url('/hu-HU/style/images/company/Downloads.png') top left no-repeat;
	float: left;
}

.DownloadsLink span {
	display: none;
}

.DownloadsLink a:link, .DownloadsLink a:active, .DownloadsLink a:visited  {
	background: url('/hu-HU/style/images/company/Downloads.png') top left no-repeat;
	width: 165px;
	height: 90px;
	display: block;
}

.DownloadsLink a:hover {
	background: url('/hu-HU/style/images/company/Downloads-over.png') top left no-repeat;
}
/**/

/* References */
.ReferencesLink {
	background: url('/hu-HU/style/images/company/References.png') top left no-repeat;
	float: left;
}

.ReferencesLink span {
	display: none;
}

.ReferencesLink a:link, .ReferencesLink a:active, .ReferencesLink a:visited  {
	background: url('/hu-HU/style/images/company/References.png') top left no-repeat;
	width: 165px;
	height: 90px;
	display: block;
}

.ReferencesLink a:hover {
	background: url('/hu-HU/style/images/company/References-over.png') top left no-repeat;
}
/**/

/* Contact */
.ContactLink {
	background: url('/hu-HU/style/images/company/Contact.png') top left no-repeat;
	float: left;
}

.ContactLink span {
	display: none;
}

.ContactLink a:link, .ContactLink a:active, .ContactLink a:visited  {
	background: url('/hu-HU/style/images/company/Contact.png') top left no-repeat;
	width: 165px;
	height: 90px;
	display: block;
}

.ContactLink a:hover {
	background: url('/hu-HU/style/images/company/Contact-over.png') top left no-repeat;
}
/**/

/* HEADER PANEL */
.HeaderPanel {
	width: 1000px;
	height: 290px;
	margin: 0px auto 0px auto;
}

/* CONTENT PANEL */
.ContentPanel {
	width: 1000px;
	margin: 0px auto 0px auto;
}

.ContentPanelTop {
	height: 20px;
	background: url('/hu-HU/style/images/elements/ContentBackgroundTop.png') top left no-repeat;
}

.ContentPanelMiddle {
	background: url('/hu-HU/style/images/elements/ContentBackground.png') top left repeat-y;
}

.ContentPanelBottom {
	height: 20px;
	background: url('/hu-HU/style/images/elements/ContentBackgroundBottom.png') top left no-repeat;
}

.ContentText {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	width: 700px;
	float: left;
	text-align: left;
}

.ContentText strong {
	/*color: #404040;*/
}

#description p {
	padding-bottom: 5px;
	/*text-align: left;*/
}

#description li {
	/*list-style-type: square;*/
}

.IdentityImagesBorder {
	border: 1px solid #e0e0e0;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 2px;
}

.IdentityImages {
	width: 220px;
	height: 147px;
	background: #d6e8f2;
}

.IdentityImagesBorder2 {
	border: 1px solid #e0e0e0;
	/*float: right;
	margin-left: 15px;
	margin-bottom: 15px;*/
	padding: 2px;
}

.IdentityImages2 {
	width: 220px;
	height: 147px;
	background: #d6e8f2;
}


.ProductsListBackground {
	width: 700px;
	background: #d6e8f2;
}

.ProductsList {
	padding: 15px;
}

.ProductsListImage {
	background: #ffffff;
	width: 90px;
	height: 90px;
	margin-right: 15px;
	float: left;
}

.ProductsListItem {
	margin-left: 105px;
}

.ProductsListItem a:link, .ProductsListItem a:active, .ProductsListItem a:visited {
	color: #0072b5;
	text-decoration: underline;
	background: url('/hu-HU/style/images/elements/arrow.gif') top right no-repeat;
	padding-right: 8px;
}

.ProductsListItem a:hover {
	color: #0072b5;
	text-decoration: none;
	background: url('/hu-HU/style/images/elements/arrow.gif') top right no-repeat;
	padding-right: 8px;
}
/* End */

/**
 * Featured Box
 * 215px széles
 */
.FeaturedBox {
	padding-left: 750px;
	padding-right: 25px;
	text-align: left;
}

.quote {
	/*padding: 10px;
	background-color: #ffffcc;
	border-top: 1px solid #ff9231;
	border-bottom: 1px solid #ff9231;*/
}

	.quote cite {
		padding: 0px 0px 6px 0px;
		display: block;
		font-style: normal;
	}

	.quote span {
		font-size: 1.4em;
		font-weight: bold;
	}
	
	.quote .Opinion {
		text-align: right;
	}

/* FOOTER PANEL */
.FooterPanel {
	width: 1000px;
	margin: 0px auto 0px auto;
}

.FooterBackground {
	background: url('/hu-HU/style/images/elements/FooterBackground.png') bottom left no-repeat;
	padding: 0px 25px;
}

.FooterTop {
	height: 20px;
	background: url('/hu-HU/style/images/elements/FooterTop.png') top left no-repeat;
}

.FooterBottom {
	height: 19px;
	background: url('/hu-HU/style/images/elements/FooterBottom.png') top left no-repeat;
}

.FooterPanel a:link, .FooterPanel a:active, .FooterPanel a:visited {
	color: #767676;
	text-decoration: none;
}

.FooterPanel a:hover {
	color: #404040;
	text-decoration: underline;
}

	.FooterBox1 {
		width: 310px;
		padding: 5px 0px 20px 0px;
		margin: 0px 0px 0px 10px;
		float: left;
		/*border-right: 1px dotted #767676;*/
	}

	.FooterBox2 {
		width: 310px;
		margin: 5px 0px 20px 0px;
		margin: 0px 0px 0px 10px;
		float: left;
		/*border-right: 1px dotted #767676;*/
	}

	.FooterBox3 {
		padding: 5px 0px 20px 0px;
		margin: 0px 0px 0px 665px;
	}

	.Copyright {
		border-top: 1px solid #a8a8a8;
		padding: 10px 0px 0px 0px;
	}

#sitemap {
	padding-bottom: 15px;
	font-size: 0.85em;
	color: #999999;
}

#sitemap a:link, #sitemap a:active, #sitemap a:visited {
	color: #767676;
	text-decoration: underline;
}

#sitemap a:hover {
	color: #767676;
	text-decoration: none;
}

#sitemapItem {
	padding-left: 25px;
}

.Partners p {
	margin: 0px;
	padding: 0px;
}

.FullContentText {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}

.FullContentText strong {}

.FullContentText p {}

/* Contact Form: Main Form */
/* Start */
.MainForm p {
	margin-bottom: 5px;
}

.FormRow {}

.FormRowLeft {
	float: left;
	padding-right: 5px;
	width: 160px;
}
/* End */

/* Prices */
#prices {
	width: 50%;
	float: left;
}

#pricerow {
	background: #f6f6f6;
	border-bottom: dotted 1px #e6e6e6;
	padding: 3px;
}

#pricealternaterow {
	background: #ffffff;
	border-bottom: dotted 1px #e6e6e6;
	padding: 3px;
}

/* Funkciólista */
.efTableLeft {
	width: 75%;
	float: left;
}

.efTableRight {
	text-align: right;
}

.flrow {
	background: #ffffff;
	padding: 3px 10px;
	border-bottom: 1px dotted #dedede;
}

.flarow {
	background: #f6f6f6;
	padding: 3px 10px;
	border-bottom: 1px dotted #dedede;
}

.baseprice {
	/*font-size: 1.1em;*/
}

/* Funkciólista */
.FunctionList li {
	padding-bottom: 2px;
}
/**/

/*
Tabber
*/
/*
REQUIRED to hide the non-active tab content.
But do not hide them in the print stylesheet!
*/
.tabberlive .tabbertabhide {
	display: none;
}

/*
.tabber = before the tabber interface is set up
.tabberlive = after the tabber interface is set up
*/
.tabber {}

.tabberlive {
	margin-top: 1em;
}

/*
ul.tabbernav = the tab navigation list
li.tabberactive = the active tab
*/
ul.tabbernav {
	margin: 0px;
	padding: 3px 0px;
	border-bottom: 1px solid #e0e0e0;
	font: bold 12px Arial, sans-serif;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	background: #e6e6e6;
	text-decoration: none;
}

ul.tabbernav li a:link {
	color: #515151;
}

ul.tabbernav li a:visited {
	color: #515151;
}

ul.tabbernav li a:hover {
	color: #515151;
	background: #d6d6d6;
	border-color: #e0e0e0;
}

ul.tabbernav li.tabberactive a {
	background-color: #f3f6f9;
	border-bottom: 1px solid #f3f6f9;
}

ul.tabbernav li.tabberactive a:hover {
	color: #515151;
	background: #f3f6f9;
	border-bottom: 1px solid #f3f6f9;
}

/*
.tabbertab = the tab content
Add style only after the tabber interface is set up (.tabberlive)
*/
.tabberlive .tabbertab {
	padding: 5px;
	border: 1px solid #e0e0e0;
	border-top: 0px;
}

.tabberlive .tabbertab h2 {
	display: none;
}

.tabberlive .tabbertab h3 {
	/*display: none;*/
}

/* Example of using an ID to set different styles for the tabs on the page 
.tabberlive#tab1 {}

.tabberlive#tab2 {}

.tabberlive#tab2 .tabbertab {
	height: 200px;
	overflow: auto;
}*/

.tabberlive .tabbertab {
	padding: 10px;
	background: #f3f6f9;
}

.date {
	font-size: 0.85em;
	color: #999999;
}

.info {
	padding: 5px 10px 5px 10px;
	border-top: solid 1px #0072b5;
	border-bottom: solid 1px #0072b5;
	background-color: #ddeffa;
}

/* YouTube */
.youtube {
	float: right;
	margin: 0px 0px 10px 10px;
	/*padding: 2px;
	border: solid 1px #e0e0e0;*/
}

.youtube object {
	width: 320px;
	height: 230px;
}

/* Company */
.Company {
	padding: 10px 0px 10px 25px;
}

.Company span {
	display: none;
}

.Company a {
	display: block;
	width: 50px;
	height: 24px;
	text-decoration: none;
}

.Company a:link, .Company a:active, .Company a:visited {
	background: url('/hu-HU/style/images/company/rose-software-logo-black-and-white.png') top left no-repeat;
}

.Company a:hover {
	background: url('/hu-HU/style/images/company/rose-software-logo-color.png') top left no-repeat;
}

/* News */
.News {
	width: 325px;
	float: left;
	padding: 0px 20px 0px 0px;
	border-right: solid 1px #999999;
	text-align: left;
}

.NewsArchive {
	margin: 0px 0px 0px 365px;
	text-align: left;
}

.NewsArchive #empty {
	color: #999999;
	font-style: italic;
}

.BreakingNews {
	background-color: #ffd9d9;
	border-top: solid 1px #ff0000;
	border-bottom: solid 1px #ff0000;
	padding: 10px 10px 10px 10px;
}

.body p {
	padding: 0px 0px 6px 0px;
}

/* Table */
.table {
	width: 100%;
	border: solid 1px #e0e0e0;
	padding: 2px 2px 2px 2px;
}

.table #title {
	background-color: #f3f6f9;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	font-size: 1.1em;
	border-bottom: dotted 1px #dedede;
}

.table #row {
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
	border-bottom: dotted 1px #dedede;
}

.table #arow {
	background-color: #f6f6f6;
	padding: 5px 10px 5px 10px;
	border-bottom: dotted 1px #dedede;
}

.tableLeft {
	width: 50%;
	float: left;
	font-weight: bold;
}

.tableRight {}

/* Árak */
.price {}
	
	.price p {
		padding: 2px 0px;
	}

	.price b {
		font-size: 1.8em;
		color: #ff0000;
	}

/* Lightbox */	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("/hu-HU/style/images/lightbox/prev.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("/hu-HU/style/images/lightbox/next.gif") right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Errors */
#messagelayer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 998;
	visibility: hidden;
}

#messagecontent {
	position: fixed;
	width: 500px;
	top: 50px;
	left: 50%;
	margin: 0px 0px 0px -250px;
	padding: 10px;
	background-color: #ffffff;
	border: 5px solid #919191;
	z-index: 999;
	visibility: hidden;
}

	#messagecontent a:link, #messagecontent a:active, #messagecontent a:visited {
		color: #0072b5;
		text-decoration: none;
	}

	#messagecontent a:hover {
		color: #0072b5;
		text-decoration: underline;
	}
	
	#messagecontent #mcImg {
		width: 60px;
		padding: 10px 10px 0px 0px;
		float: left;
	}
	
	#messagecontent #mcImg img {
		width: 60px;
	}
	
	#messagecontent #mc {
		margin: 0px 0px 0px 70px;
	}
	
	#messagecontent #mcLink {
		border-bottom: 1px solid #dedede;
		padding: 0px 0px 5px 0px;
	}
	
	#messagecontent #mcTitle {
		padding: 15px 0px 0px 0px;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	#messagecontent #mcMessage {
		padding: 5px 0px 10px 0px;
	}
	
	#messagecontent #mcTips {
		padding: 0px 0px 10px 0px;
		/*font-style: italic;*/
		color: #999999;
	}
	
	#messagecontent #mcButton {}
	
		#messagecontent #mcButton .btn {
			padding: 6px;
			margin: 10px 0px;
		}

/*
Globális CSS osztályok
*/

/* float */
.fl_left {
	float: left;
}

/* text align */
.ta_center {
	text-align: center;
}

.ta_right {
	text-align: right;
}

.clear {
	clear: both;
	display: block;
}

#clear { /* törölni */
	clear: both;
	height: 0px;
}

.important {
	color: #ff0000;
}

#required { /* törölni */
	color: #ff0000;
}

.good {
	color: #99cc00;
}

#links {
	text-indent: -9999px;
}

#KeywordCloud {
	/*display: none;*/
	text-indent: -9999px;
}

abbr {
	text-decoration: none;
	border: none;
}

#al em {
	font-style: normal;
}