/* reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
	font-family: Georgia, Times, "Times New Roman", sans;
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    vertical-align: baseline;
    outline: none;
    -moz-outline: none;
    text-shadow: #000 0 0 0;
    color: #dee5ed;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; }

a img { border: none; }

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
    vertical-align: baseline;
    outline: none;
    -moz-outline: none;
}

ul, ol, li {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}

/* main */

body {
	background-color: #000;
	behavior:url("../css/csshover3.htc");
}

.dinoBtn:hover, .dinoBtnHover{
	text-decoration: none;
}

.floatSoundBtn{
	float: left;
	width: 100%;
	cursor: pointer;
	padding: 10px 0 0 0;
	height: 35px;	
}
	.floatSoundBtn span.pFx{
		float: left;
		display: block;
		width: 15px;
		height: 11px;
		line-height:0;
		margin: 1px 3px 0 0;
		padding: 0;
		background-color: transparent;		
		background-image: url(../img/bg_float-sound.png);
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	.floatSoundBtn span.text{	
		float: left;
		width: 100px;
		font-size: 11px;
		line-height: 14px;
		color: #FAAE50;	
	}
	
	.floatSoundBtnHovered span.pFx {
		background-position: bottom center;		
	}

.fl {
	float: left;
}
.fr {
	float: right;
}
#pWrapper {
    width: 960px;
    /*height: 1500px;*/
    margin: 0px auto;

}

#pContainer {
    width: 960px;
}

    #pHeader {
        position: relative;
        float: left;
        margin: 0 auto;
		padding: 0 0 0 30px;
        width: 930px;
        height: 150px;
        background-color: #000;
    }
    	#pHeader .topLogoFlashContainer{
    		float: left;
    		padding-top: 30px;
    	}
	    #pHeader .topLogoLink{
			display: block;
			float: left;
			width: 231px;
			height: 101px;
		}
	    #pHeader .topMenu{
			float: left;
			padding: 66px 0px 0px 21px;
		}
		.topMenu a{
			display:block;
			text-indent:-9999px;
			width:90px;
			height:67px;
			float:left;
			background-image:url(../img/sprite_topmenu.gif);
			background-repeat:no-repeat;
			cursor:pointer;
		}
        
			#menu_show{background-position:0 0; width: 80px;}
			#menu_show:hover,#menu_show.hover{background-position:0 -66px; width: 80px;}

			#menu_dinok{background-position:-79px 0; width: 67px;}
			#menu_dinok:hover,#menu_dinok.hover{background-position:-79px -66px; width: 67px;}

			#menu_fotok{background-position:-146px 0; width: 122px;}
			#menu_fotok:hover,#menu_fotok.hover{background-position:-146px -66px; width: 122px;}

			#menu_eloadasok{background-position:-268px 0; width: 94px;}
			#menu_eloadasok:hover,#menu_eloadasok.hover{background-position:-268px -66px; width: 94px;}
			
            #menu_jatek{background-position:-362px 0; width: 65px;}
			#menu_jatek:hover,#menu_jatek.hover{background-position:-362px -66px; width: 65px;}

			#pHeader .topEggsFlashContainer{
				float: right;
				width: 250px;
				height: 150px;
			}

	#pContent {
		position:relative;
	    float: left;
	    clear: left;
	    margin: 0px;
		padding: 0px 128px 200px;
	    width: 704px;
	    overflow: hidden;
    	background: transparent url(../img/bg.gif) top left repeat-y;
	}

	#pContent h2 {
		margin-left: -20px;
		padding-bottom: 3px;
	}
	#pContent h3 {
		padding-bottom: 15px;
	}

		img.frameRight {
			position: absolute;
			top: -10px;
			right: 0px;
			z-index: 10;
		}
		img.frameLeft {
			position: absolute;
			top: -10px;
			left: 0px;
			z-index: 9;

		}


#pFooter {
    clear: left;
    position: relative;
    padding: 40px 0px 20px 40px;
    text-align: center;
    background-color: #000;
	width: 960px;
    height: 90px;
}
	.footerDinosFlashContainer {
		clear: left;
		position: absolute;
		top: -200px;
		left: 170px;
		width: 625px;
		height: 275px;
    }

	#pFooter span {
		float: left;
		text-align: center;
        font-weight: bold;
        width: 120px;
	}    

	#pFooter span a{
        color: #C6BDD2;
    }
    
	#pFooter span a:hover{
        text-decoration: none
    }
    
	#pFooter div.left {
		float: left;
		text-align: left;
        margin-top: -20px;
	}
    
	#pFooter div.right {
		float: right;
		text-align: right;
	}

	#pFooter p {
        float: right;
		padding-right: 100px;
		color: #796274;
		font-size: 12px;
		font-weight: bold;
        }

	#pFooter .pfooterLogo {
		float: left;
        clear: both;
		margin-top: 12px;
	}


.pr10 {
	padding-right: 10px;
}
.pr20 {
	padding-right: 20px;
}

.pFx {
	visibility: visible;
}

/* content */

p {
	padding-bottom: 24px;
}
img.mainPic {
	margin: 0px -128px 0px 36px;
}
div.box {
	float: left;
	padding: 19px 15px;
	margin-bottom:  15px;
	background: #201023 url(../img/bg_box.gif) repeat-x;
	border: 1px solid #413249;
	width: 680px;
}
div.box div.doubleListContainer{
	width: 320px;
}
div.box ul {
	width: 295px;
	list-style: none;
}
div.dinoContainer {
	clear: both;
	padding-bottom: 10px;
}

div.dinoPress {
	clear: both;
	padding-bottom: 10px;
}

/* game start */

div.dinoGame {
	clear: both;
	padding-bottom: 10px;
}

div.dinoGame .wideBox{
    width: 500px;
    margin: 30px 70px;
    padding: 20px;
    text-align: center;
    background: #3B3351;
    border: 5px solid #160B18;
}

div.dinoGame .wideBox strong{
    color: #B77716;
    font-size: 16px;
}

div.dinoGame .left{
    float: left;
    width: 340px;
    padding: 20px;
    background: #403856;
}

.gameForm table thead th{
    text-align: center;
    padding: 5px 0 15px 0;
}

.gameForm table tbody{
    background: #160B18;
}

.gameForm table tbody input{
    float: right;
}

.gameForm table tbody td{
    vertical-align: top;
    padding: 7px 10px;
}

.gameForm table tbody td textarea{
    width: 310px;
    margin: 5px 0;
    padding: 5px;
    border: 0;
    background: #403856;
	font-family: Georgia, Times, "Times New Roman", sans;
    font-size: 12px;
    color: #dee5ed;      
}

.gameForm table tfoot input{
    float: right;
    margin: 10px 0 0 0;
    padding: 3px 6px;
	font-family: Georgia, Times, "Times New Roman", sans;
    font-size: 11px;
    color: #160B18;  
    background: #dee5ed;
    border:0;
}

.gameForm table tfoot input:hover{
    background: #A8BBCF; 
    cursor: pointer;
}

div.dinoGame .right{
    float: right;
    width: 220px;
    padding: 20px;
    background: #3B3351;
    border: 5px solid #160B18;
}

/* game end */

div.dinoGallery {
	position:relative;
}
div.gallery {
	padding: 15px;
	border: 0 none;
	background: transparent none repeat-x;
}
div.gallery:hover {
	background: #201023 url(../img/bg_box.gif) repeat-x;
}
div.gallery .pic {
	position: relative;
}
div.gallery .pic a img {
	border: 1px solid #f7b460;
}

div.gallery .pic a.icoZoom {
	position: absolute;
	bottom: 15px;
	right: 30px;
	display: block;
	width: 21px;
	height: 21px;
	background: transparent url(../img/ico_zoom.png) no-repeat top left;
}

	.gallery h3 {
		padding-bottom: 10px;
		margin: 0px;
		font-size: 24px;
		font-weight: bold;
	}
	.gallery .title {
		padding: 2px 5px 0px;
		margin-bottom: 10px;
		height: 22px;
		font-size: 14px;
		font-weight: bold;
		background: transparent url(../img/bg_title.png) repeat-x top left;
	}
		.gallery .title div {
			padding-right: 34px;
			font-size: 14px;
		}
		.leftArrow {
			padding-left: 10px;
			background: transparent url(../img/ico_left-arrow-white.gif) no-repeat left 8px;
		}
		.leftArrowGold {
			padding-left: 10px;
			color: #faae50;
			background: transparent url(../img/ico_left-arrow-gold.gif) no-repeat left 8px;
		}
		a.leftArrowGold,
		a.leftArrowGold:hover,
		a.leftArrowGold:visited,
		a.leftArrowGold:active {
			color: #faae50;
			text-decoration: none;
		}
		a.leftArrowGold:hover {
			text-decoration: underline;
		}


	.leftPic .pic,
	.leftPic .title,
	.leftPic h3,
	.leftPic .content {
		float: left;
		/*width: 420px;*/
		width: 396px;
	}
	.leftPic .pic {
		padding-right: 15px;
		width: 231px;
	}
	div.rightPic {/*643*/
		margin-right: 35px;
		width: 643px;
		float:right;

	}
	.rightPic .pic,
	.rightPic .title,
	.rightPic h3,
	.rightPic .content {
		/*float: right;*/
		text-align: left;
		/*width: 420px;*/
		width: 380px;
	}
	.rightPic .pic {
		padding-left: 15px;
		width: 231px;
	}

div.eloadasContainer {
	float: left;
	margin-right: 20px;

}
div.dates div.list{
	float: left;
}
div.dates div.list ul {
	width: 333px;
}
div.dates div.video {
	float: left;
	padding-top: 35px;
	text-align: center;
	width: 340px;
}
div.dates li {
	padding-bottom: 10px;
}
div.dates .leftArrow {
	background-position: left 9px;
}

#soundplayercont {
    position: absolute;
    left: -1000px;
}

div.dinoImagesContainer {
	float: left;
    padding: 50px 10px 40px 50px;
    background: #201023 url(../img/bg_box.gif) repeat-x scroll 0 0;
   	margin: 0 0 30px 32px;
    /* width: 450px;*/
    width: 590px;
    text-align: center;
}

ul.dinoImages {
    /*width: 500px;*/
}

ul.dinoImages li {
    float: left;
}

.dinoImages li {
    border:1px solid #4F4F4F;
    display:block;
    float:left;
    height:75px;
    margin:0 10px 10px 0;
    overflow:hidden;
    width:80px;
}

.dinoImages li img {
    margin:0 auto;
    border:0 none;
    display:block;
}

#floatingMenu {
	position: absolute;
	/*top: 10px;
	right: -128px;*/
	top: 87px;
	right: 0px;
	z-index: 200;
	width: 158px;
	border: 8px solid #160b18;
	background-color: #3b3351;
}
#floatingMenu div.container {
	padding: 35px 15px 15px;
	position: relative;
}
#floatingMenu img {
	position: absolute;
	top: -70px;
	left: -83px;
}
#floatingMenu li {
	cursor: pointer;
}
.container_extra-eloadas {
    position: absolute; 
    top: 30px; 
    left: 295px;
}
a.colorbox_extra-eloadas {
    color: #EEAE54; 
    font-size: 15px; 
    text-decoration: none;
}
#extra-eloadas {
    padding: 15px 15px 0px;
    width: 550px;
    background-color: #CFC2C4;
}
#extra-eloadas p {
    color: #48262C;
}

#extra-eloadas a {
    color: #48262C;
    font-weight: bold;
}