﻿/* styles for print
@import url('print-global.css') print;
*/

/* styles for handheld devices
@import ('handheld.css') handheld;
*/

/**************************/
/*** MAIN HTML ELEMENTS ***/
/**************************/

body
{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 0.72em;
	background: #fff;
	margin: 0;
	padding: 10px 0 20px 0;
	text-align: center;
}

img
{
	border: 0;
}

td a
{
	color: #ff7300;
}

blockquote
{
	color: #5C5D62;
	line-height: 130%;
	margin-left: 10px;
	margin-right: 40px;
	padding-left: 30px;
	border-left: 3px solid #ccc;
}

hr
{
	border: 0;
	height: 1px;
	background: #ccc;
	color: #ccc;
}

form
{
	margin: 0;
}

h1, h2, h3, h4, h5, h6, h7
{
	font-family: /* arial,*/ verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1
{
	font-size: 200%;
	color: #ff7300;
}

h2
{
	color: #333;
	font-size: 150%;
	letter-spacing: -1px;
}

h3
{
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	color: #ff7300;
	font-size: 105%;  
	width: 100%;
}

h4
{
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	color: #686A6F;
	font-size: 130%;
	width: 100%;
	margin: 25px 0 2px 0;
}

h5
{
	font-size: 120%;
	color: #333;
	width: 595px;
	background: #f1f1f1;
	padding: 4px;
	margin: 10px 0 10px 0;
}  

h6
{
	color:#ff7300;
	font-size:110%;
	font-weight: bold;
}

h7
{
	color: #333;
	font-size: 110%; 
}

.nofloat h5
{
	font-size: 120%;
	color: #333;
	width: 595px;
	background: #f1f1f1;
	padding: 4px;
}



/***********************/
/*** GENERIC CLASSES ***/
/***********************/

.none
{
	display: none;
}

.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.justify
{
	text-align: justify;
}

.orange
{
	color: #ff7300;
}

.grey
{
	color: #666;
}

.padded
{
	padding-right: 10px;
}

.clearfloat
{
	clear:left;
	float:left;
	margin-top: 0;
}



/***************************/
/*** MAIN FORMATTING IDS ***/
/***************************/

#pagewrap
{
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 760px;
}

#header
{
	width: 760px;
	margin: 4px auto 4px auto;
}

#header img	 /* targeted at the logo in the header */
{
	float: left;
	margin-bottom: 4px;
}

#leftcol
{
	float: left;
	width: 600px;
	color: #5C5D62;
	height: auto;
}
		
#leftcol a,
#leftcol-landingpage a
{
	color: #ff7300;
}

#leftcol p,
#leftcol li
{
	line-height: 150%;
}

#leftcol-landingpage	/* gyorsmenü nélkül */
{
	float: left;
	width: 760px;
	color: #5C5D62;
	height: auto;
}

#rightcol
{
	float: right;
	width: 150px;
	height: auto;
	text-align: left;
	color: #5C5D62;
}

#footer
{
	clear: both;
	width: 760px;
	color: #999;
	line-height: 200%;
	border-top: 1px solid #999;
	padding-top: 5px;
	margin: 20px auto 0 auto;
	text-align: left;
}

#footerlinks
{
	float: right;
	text-align: right;
}

#footerlinks a
{
	margin-right: 10px;
	text-decoration: none;
}

#footerlinks a:link,
#footerlinks a:visited
{
	color: #999;
}

#footerlinks a:hover
{
	color: #ff7300;
	text-decoration: underline;
}



/********************/
/*** LOCALE LINKS ***/
/********************/

#header #prefs
{
	float: right;
	width: 150px;
	height: 40px;
	color: #18222e;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	background: transparent url("/pics/world.gif") top center no-repeat;
}

#header #prefs a
{
	text-decoration: none;
	color: #333;
}

#header #prefs a:hover,
#header #prefs a.selected
{
	color: #ff7300;
}



/******************/
/*** QUICKLINKS ***/
/******************/

#quicklinksbox
{
	background: #ff7300;   
	float: left;
	width: 150px; 
}

.rightcolboxtitle	/* titles in right column */
{
	background: #ff7300; 
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
	text-align:center;
}

#quicklinks		/* ul list of links within orange box in right column */
{
	font-size: 0px !important;
	padding: 0;		/*removes indent Mozilla and NN7*/
	margin: 0;		/*removes indent IE and Opera*/
	list-style-type: none;
}

#quicklinks li
{
	margin: 0;
}

#quicklinks a
{
	color: #fff;
	display: block;
	padding: 4px 8px 7px 20px;
	font-weight: bold;
	font-size: 11px !important;
	border-bottom: 1px solid #ffab00; 
	background: url("/pics/orangebutton.gif") 5px 5px no-repeat;
	text-decoration: none;
	line-height: 11px;
}

#quicklinks a:hover
{
	background: url("/pics/orangebutton-hover.gif") 5px 5px no-repeat;
}

#quicklinks a.new_quicklink
{
	background-position: 5px 5px;
	color: #fff;
	display: block;
	padding: 4px 8px 7px 20px;
	font-weight: bold;
	font-size: 11px !important;
	/*border-bottom: 1px solid #ffab00;*/
	background: url("/pics/greybutton.gif") 5px 5px no-repeat;
	text-decoration: none;
	line-height: 11px;
	background-color: #8B8C90;
}

#quicklinks a.new_quicklink:hover
{
	background-position: 5px 5px;
	color: #fff;
	display: block;
	padding: 4px 8px 7px 20px;
	font-weight: bold;
	font-size: 11px !important;
	/*border-bottom: 1px solid #ffab00;*/
	background: url("/pics/greybutton-hover.gif") 5px 5px no-repeat;
	text-decoration: none;
	line-height: 11px;
	background-color: #8B8C90;
}

#quicklinks .rightcolboxtitle
{
	margin: 5px 0;
}

#rightcol-localmenu
{
	width: 150px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	color: #999;
	background: #f6f6f6;
}
  
#rightcol-localmenu a:link,
#rightcol-localmenu a:visited,
#rightcol-localmenu a:active
{
	color: #686a6f;
	text-decoration: none;
}

#rightcol-localmenu a:hover
{
	color: #ff7300;
	text-decoration: underline;
}


#rightcol-localmenu .rightcolboxtitle
{
	border-bottom: 1px solid #fff;
}

#rightcol-localmenu .middle
{  
	padding: 0;
	margin: 0;
}

.localmenulist	/* applies to both product overview and store page */
{
	font-size: 0px !important;
	padding: 0;		/*removes indent Mozilla and NN7*/
	margin: 0;		/*removes indent IE and Opera*/
	list-style-type: none;
}

.localmenulist ul
{
	padding: 0;
	margin: 0;
}

.localmenulist li
{
	margin: 0;
	text-align: left;
}

.localmenulist li a
{
	color: #fff;
	display: block;
	padding: 8px;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #D9D9D9;
	line-height: 15px;
}

.localmenulist ul	/* nested list for categorized product lists */
{
	font-size: 0px !important;
	padding: 0;		/*removes indent Mozilla and NN7*/
	margin: 0;		/*removes indent IE and Opera*/
	list-style-type: none;
}

.localmenulist ul li
{
	margin: 0;
	text-align: left;
}

.localmenulist ul li a
{
	color: #fff;
	display: block;
	padding: 2px 8px 2px 20px;
	font-weight: normal;
	font-size: 10px;
	border: 0;
}

.orangebot
{
	font-size: 0px !important;
	background: #fff url("/pics/roundedcornersorange.gif") no-repeat;
	height: 10px;
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
}



/*************************/
/*** GLOBAL NAVIGATION ***/
/*************************/

#globalnavigation
{
	height: 35px;
	color: #fff;
	background: url("/pics/bg-globalnav2.jpg") repeat-x;
	margin: 5px 0;
	padding: 5px 0 0 5px;
	font-size: 10px !important;
	clear: left;
	position: relative;
	z-index: 1000;
}

.wrap
{
	width: 760px;
	height: 16px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	padding: 0;
}

#listnav
{
	float: left;
	margin: 0;
	padding: 0;
}

#listnav li
{
	list-style: none;
	display: inline;
	margin: 0 50px 0 0;
	padding: 0;
	font-size: 10px !important;
}

#listnav li a
{
	color:white;
	font-weight: bold;
	text-decoration: none;
}



/*******************/
/*** YPMENUSLIDE ***/
/*******************/

.menu
{
	background-color: #959699;
	text-align: left;
	color: #fff;
	-moz-opacity: 0.95; 
	opacity: 0.95;
}
  
.menu a
{
	color: #fff;
	font-size: 11px !important;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #fff;
	padding: 4px;
}

.menu a:link,
.menu a:hover,
.menu a:visited,
.menu a:active
{
	color: #fff;
	font-size: 11px !important;
	display: block;
	padding: 4px;
}

.menu :hover
{
	color: #fff;
	font-size: 11px !important;
	background-color: #ff7300;
}

#menuContainers
{
	position: absolute;
	top: 0px;
	left: -10px;
}



/*******************/
/*** BREADCRUMBS ***/
/*******************/

#breadcrumbs
{
	border-bottom: 1px solid #ccc;
	height: 23px;
	margin-bottom: 10px;
}
  
#bcrumbstext
{
	color: #999;
	font-size: 10px !important;
	margin: 0;
	padding: 5px 0 0 0;
	float:left;
	height:auto;
	width:550px; /* was 400 */
}

#bcrumbstext a
{
	color: #999;
	font-size: 10px !important;
	margin: 0;
	padding: 5px 0 0 0;
	text-decoration: none;
}

.crumb
{
	color: #999;
	font-size: 8px !important;
	margin: 0;
	padding: 5px 0 0 0;
}

#breadcrumbs .tools
{ 
	color: #999;
	font-size: 10px !important;
	padding: 5px 0 0 0;
	float:right;
}

#breadcrumbs .tools a
{
	color: #999;
	padding: 5px 0 0 0;
	text-decoration: none;
}



/*********************/
/*** CONTENT PAGES ***/
/*********************/


.dropcap
{
    display: block;
    float: left;
    font-size: 36px;
    line-height: 32px;
    font-weight: bold;
    padding: 0px 6px 0px 0px;
}


/* orange buttons */

.sliding-orange-button a
{
	text-decoration: none;
	border: 0;
	cursor: pointer;
	color: #fff;
	font-family: verdana, helvetica, arial;
	font-size: 10pt !important;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.sliding-orange-button span
{
	background: url("/pics/left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	height: 26px;
	float: left;
	color: #fff;
	white-space: nowrap;
}

.sliding-orange-button p
{
	float: left; 
	background: url("/pics/right.gif") no-repeat right top;
	margin: 0;
	padding: 3px 10px 0 6px;
	height: 26px;
	color: #fff;
	white-space: nowrap;
}

a.icon-orange-button,
a.icon-orange-button-favicon
{
	background: url("/pics/btn-icon-left.gif") no-repeat left top;
	cursor: pointer;
	margin: 0 10px 0 0;
	padding: 0 0 0 26px;
	height: 26px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	float: left;
}

a.icon-orange-button div,
a.icon-orange-button-favicon div
{
	background: url("/pics/btn-icon-right.gif") no-repeat right top;
	text-decoration: none;
	border: 0;
	color: #fff;
	font: bold 10pt arial, helvetica, verdanda, sans-serif !important;
	white-space: nowrap;
	height: 26px;
	padding: 5px 8px 0 0;
	margin: 0;
	float: left;
}

a.icon-orange-button div span,
a.icon-orange-button-favicon div span
{
	color: #18222E;
	text-decoration: none;
	border: 0;
}

a.icon-orange-button-favicon
{
	background: url("/pics/btn-favicon-left.gif") no-repeat left top;
}


/* Üdvözlő szöveg */

.greeting
{
	color: #ff7300;
	font-size: 120%;
	font-weight: bold;
}

