@charset "UTF-8";
@import url('reset.css');
@import url('font/font.css');

// világoskék:	#00adef
// sötétkék:	#0b1b51
// piros:		#eb0019
// szürke:		#bfc0c1
// border: 1px solid #f00; 

body {
	font-family: 'DINRegular', Verdana; font-size:13px; line-height:22px; color:#555;
}

.tooltip {
	display:none; font-size:18px; padding: 10px 20px; color:#eb0019; background: url("../images/white_bg_90.png") repeat; font-family: 'DINBlack', Verdana; border: 1px solid #bfc0c1;
}

#page {
	width: 979px; min-height: 843px; background: url("../images/bg.png") no-repeat top left; margin: 0 auto;
}

#container {
	width: 791px; margin: 0 auto; position: relative;
}

#pageLeft {
	position: absolute; width: 34px; height: 64px; top: 390px; left: -35px;
}
#pageRight {
	position: absolute; width: 34px; height: 64px; top: 390px; right: -33px;
}

#basket a {
	position:  absolute; left: 565px; top: 30px; width: 61px; height: 55px; background: url("../images/basket_head.png") no-repeat top left; z-index:100; font-family: 'DINBlack', Verdana; font-size: 35px; color: #fff; text-align: center; padding: 30px 0 0 4px; text-decoration: none;
}

#basketWindow { position: absolute; left: 370px; top: 109px; width: 400px; background: url("../images/white_bg_90.png") repeat top left; border: 1px solid #00adef; padding: 15px; z-index: 99; display: none; text-align: center;
}
#basketWindow .button1 {
	background-color: #0b1b51; padding: 5px 10px; color: #00adef; -moz-border-radius:4px; -webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:10px;behavior:url(../lib/border-radius.htc); font-family: 'DINBlack'; font-size: 10px; line-height: 12px; text-transform: uppercase; text-decoration: none; margin-right: 6px;
}
#basketWindow .button2 {
	background-color: #00adef; padding: 5px 10px; color: #0b1b51; -moz-border-radius:4px; -webkit-border-radius:4px;-khtml-border-radius:4px;behavior:url(../lib/border-radius.htc); font-family: 'DINBlack'; font-size: 10px; line-height: 12px; text-transform: uppercase; text-decoration: none;
}

#basketWindow input {
	background: none; border: none; text-align: left; margin: 0; height: 23px;
}
#basketWindow input[type=radio], #basketWindow input[type=checkbox] {
	width: 25px; float: left; margin: 0;
}
#basketWindow .productQuantity {
	font-family: Verdana; font-weight: normal; font-size: 10px; line-height: 15px; width: 30px; float: left; text-align: left; color: #555;
}
#basketWindow .productName {
	font-family: Verdana; font-weight: bold; font-size: 12px; line-height: 15px; width: 180px; float: left; text-align: left;
}
#basketWindow .productPrice {
	font-family: Verdana; font-weight: bold; font-size: 18px; line-height: 23px; width: 140px; float: right; color: #eb0019; text-align: right;
}
#basketWindow .productPrice span {
	font-family: Verdana; font-weight: bold; color: #0b1b51; font-size: 12px; line-height: 21px; text-transform: uppercase;
}
#basketWindow .productClear {
	clear: both; height: 10px;
}
#basketWindow h1 {
	margin: 20px 40px; text-align: center; font-family: 'DINBlack', Verdana; font-weight: normal; font-size: 18px; line-height: 23px; color: #eb0019;
}
#logo {
	background: url("../images/logo.png") no-repeat top left; display: block; width: 192px; height: 20px; float: left; margin: 78px 0 0 19px;
} 
#logo a {
	display: block; width: 192px; height: 20px; text-decoration: none;
}
#logo span {
	display: none;
}

#lang {
	float: right; margin: 88px 19px 0 0;
	
}
#lang a {
	font-family: 'DINBlack', Verdana; color: #00adef; font-size: 10px; text-decoration: none;
}

.clear10px {
	font-size: 0; height: 10px; clear: both;
}
#issuuContainer {
	margin-left: 30px;
}
#menuContainer {
	width: 791px; height: 75px; display: block; // border: 1px solid #f00;
}
#menuContainer h1 {
	font-family:  'DINBlack', Verdana; font-size: 20px; line-height: 25px; text-align: center; margin-top: 15px; font-weight: normal;
}
#mainMenu {
	margin: 17px 20px 10px 20px; height: 25px; 
}
#mainMenu li {
	float: left; font-family: 'DINBlack', Verdana; font-size: 20px; line-height: 25px; margin-right: 88px; text-transform: uppercase;
}
#mainMenu li.last-item {
	margin-right: 0;
}
#mainMenu li a {
	color: #fff; text-decoration: none;
}
#mainMenu li a:hover, #mainMenu li.active a {
	color: #0b1b51;
}

#subMenuDiv {
	position: relative;  margin: 0 20px 0px 20px; height: 20px; overflow: hidden;
}

#subMenuDivContent {
	position: absolute; top:  0px;
}

#subMenuDivContent.menu1 {
	top:  0px;
}

#subMenuDivContent.menu2 {
	top:  -20px;
}

#subMenuDivContent.menu3 {
	top:  -40px;
}

#subMenuDivContent.menu4 {
	top:  -60px;
}
#subMenuDivContent.menu5 {
	top:  -80px;
}

#subMenu {
	float: left; 
}
#subMenu li {
	float: left; font-family: 'DINBlack', Verdana; font-size: 12px; line-height: 20px; margin-right: 8px; text-transform: uppercase;
}
#subMenu li.last-item {
	margin-right: 0;
}
#subMenu li a {
	color: #00adef; text-decoration: none;
}
#subMenu li a:hover, #subMenu li.active a {
	color: #eb0019;
}

#productMenu {
	width: 210px; float: left; text-align: right; // border: 1px solid #f00;
}
p#productMenu.category {
	font-family: 'DINBlack', Verdana; font-size: 12px; line-height: 20px; padding-right: 15px; text-transform: uppercase;color: #eb0019; width: 195px;
}
#productMenu li a {
	font-family: 'DINRegular', Verdana; font-size: 16px; line-height: 20px; margin-bottom:10px; color: #818181; padding-right: 15px; padding-left: 25px; text-decoration: none; display: block;	
}
#productMenu li a:hover {
	color: #333;	
}
#productMenu li.active a {
	font-family: 'DINBlack', Verdana ;color: #0b1b51;	
}

#productCover {
	float: left; width: 255px; height: 330px; 
}
#productCover img {
	border: 1px solid #c3c3c3;  
}
#productCover p.link {
	margin-top: 15px;
}
#productCover p.link a {
	text-decoration: none; font-family: 'DINBlack', Verdana; font-size: 16px; line-height: 19px; color: #0b1b51; text-transform: uppercase;
}
#productInfo {
	float: left; width: 290px; padding: 0 15px;font-family: 'ClarendonLight', Verdana; font-size: 14px; line-height: 18px; color:  #333;
}
#productInfo h1 {
	font-family: 'ClarendonBlack', Verdana; font-size: 24px; color: #000; line-height: 30px; margin: 0 0 10px 0; font-weight: normal;
}
#productInfo p, #productInfo textarea {
	font-family: 'ClarendonLight', Verdana; font-size: 14px; line-height: 18px; color:  #333;
}
#productInfo a span {
	display: none;
}
#productInfo a img {
	margin-top: 15px;
}

#productInfo ul {
	list-style: none;
		margin: 0;
		padding-left: 20px;
//		list-style-type:square;
		list-style-image: url(../images/bullet2.gif);
		
}

#productInfo li {
	padding-left: 0px; margin: 0;
}
#productInfo .subscribe {
	font-family: 'DINBlack', Verdana; color: #0b1b51; font-size: 18px; line-height: 21px; color: #eb0019; text-transform: uppercase; margin: 20px 0 10px 0;
}
#productInfo input {
	background: none; border: none; float: left; text-align: left;
}
#productInfo input[type=checkbox], #productInfo input[type=radio] {
	width: 20px;
}
#productInfo .desc {
	font-family: Verdana; font-weight: bold; color: #0b1b51; font-size: 12px; line-height: 14px; display: block; width: 135px; float: left;
}
#productInfo .price {
	font-family: Verdana; font-weight: bold; color: #0b1b51; font-size: 18px; line-height: 21px; color: #eb0019; float: right;
}
#productInfo .price span {
	font-family: Verdana; font-weight: bold; color: #0b1b51; font-size: 12px; line-height: 21px; text-transform: uppercase;
}
#productInfo p.sub {
	clear: both; margin-bottom: 35px;
}
#productInfo .button1 {
	background-color: #0b1b51; padding: 5px 10px; color: #00adef; -moz-border-radius:4px; -webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:10px;behavior:url(../lib/border-radius.htc); font-family: 'DINBlack'; font-size: 14px; line-height: 17px; text-transform: uppercase; text-decoration: none; margin-right: 6px;
}
#productInfo .button3 {
	background-color: #eb0019; padding: 5px 10px; color: #fff; -moz-border-radius:4px; -webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:10px;behavior:url(../lib/border-radius.htc); font-family: 'DINBlack'; font-size: 14px; line-height: 17px; text-transform: uppercase; text-decoration: none; margin-right: 6px;
}

#productInfo .productClear {
	clear: both; height: 5px;
}


#company blockquote {
	font-family: 'DINRegular', Verdana; font-size: 20px; line-height: 24px; color: #939393; text-transform: uppercase; width: 400px; margin-left: 250px;
}
#company .bqstart {
     float: left; font-family: 'ClarendonLight', Verdana; height: 32px; margin-left: -32px; margin-top: -35px; padding-top: 42px; margin-bottom: -32px; font-size: 66px; color: #eb0019;
 }
#company .bqend {
     float: right; font-family: 'ClarendonLight', Verdana; height: 25px; margin-top: 0px; padding-top: 22px; font-size: 66px; color: #eb0019;
 }
#company h1 {
	font-size: 30px; line-height: 35px; font-family: 'ClarendonBlack', Verdana; margin: 100px 0 20px 310px; font-weight: normal;
}

#company p {
	margin-left: 310px; font-family: 'ClarendonLight', Verdana; width: 380px; color: #333; margin-bottom: 10px;
}
#company p strong {
	font-family: 'ClarendonBlack', Verdana; font-weight: normal;
}
#company img {
	margin: 40px 0 10px 310px;
}

#contact h1 {
	font-size: 30px; line-height: 35px; font-family: 'ClarendonBlack', Verdana; margin: 0px 0 5px 95px; font-weight: normal;
}
#contact p {
	margin: 0px 0 0 95px; font-family: 'ClarendonLight', Verdana; width: 600px; color: #333; line-height: 20px;
}
#contact p strong {
	font-family: 'ClarendonBlack', Verdana; font-weight: normal;
}
#contact img {
	margin: 20px 0 0 95px;
}

#management {
	margin-top: 10px; position: relative;	

}

#management blockquote {
	font-family: 'DINRegular', Verdana; font-size: 18px; line-height: 24px; color: #939393; text-transform: uppercase; width: 250px; margin-left: 460px; margin-top: 100px;
}
#management .bqstart {
     float: left; font-family: 'ClarendonLight', Verdana; height: 45px; margin-left: -30px; margin-top: -45px; padding-top: 50px; margin-bottom: -45px; font-size: 60px; color: #eb0019;
 }
#management .bqend {
     float: right; font-family: 'ClarendonLight', Verdana; height: 25px; margin-top: 0px; padding-top: 20px; font-size: 60px; color: #eb0019;
 }
#management h1 {
	font-size: 15px; line-height: 25px; font-family: 'ClarendonBlack', Verdana; font-weight: normal; position: absolute; top: 400px; left: 460px;
}

#management h2 {
	font-size: 12px; line-height: 16px; font-family: 'ClarendonLight', Verdana; font-weight: normal; position: absolute; top: 420px; left: 460px;
}



#news {
	padding: 0 25px;font-family: 'ClarendonLight', Verdana; font-size: 14px; line-height: 18px; color:  #333;
}

.separator {
	height: 20px; clear: both; border-top: 1px solid #0b1b51; margin: 25px 100px 0 100px;
}

#news .date {
	font-family: 'DINBlack', Verdana; font-size: 12px; line-height: 20px; margin-bottom: 15px; color: #eb0019; margin: 5px 0 0px 0; float: right; width: 180px; padding-top: 10px; border: 1px solid #f900; text-align: right; display: block;
}

#news .clear {
	clear: both; height: 10px;
}

#news p {
	font-family: 'ClarendonLight', Verdana; font-size: 14px; line-height: 18px; color:  #333; 
}

#news h1 {
	font-family: 'ClarendonBlack', Verdana; font-size: 24px; color: #000; line-height: 30px; margin: 10px 0 0px 0; font-weight: normal; float: left; width: 550px;  border: 1px solid #f900; display: block;
} 
.pic_right {
	margin: 0px 0px 10px 10px; float: right;
}

.pic_left {
	margin: 0px 10px 10px 0px; float: left;
}
