html{

}

body{
	background-color:#9fcc25;
	text-align: center;
	font-family: Comic Sans MS;
	color:#000000;
}


.print{
    display:none;
}

#header{
	height:239px;
	background-image: url('/media/i/header.jpg');
	background-repeat: repeat-x;
	text-align:center;	
	padding-top:10px;
}
	#header #logo{
		display:block;
		width:850px;
		height:112px;
		background-image: url('/media/i/logo.png');
		margin:0 auto;
	}
	#header #logo a{
		text-indent: -9999px;
		display:block;
		width:400px;
		height:100px;
		float:left;
	}
	#header #logo #search-form{
		float:right;

		margin-top:50px;
		height:40px;
		padding-top:10px;
		width:400px;
		font-size:18px;
		color:#ffb400;
	}
	#header #logo #search-form #search-input{
		background-color:#a6c92b;
		width:245px;
		height:27px;
		font-size:18px;
		color:#3da3e3;
		margin-left:10px;
		border:0px;
		padding-left:5px;
	}
	#header #logo #search-form #search-submit{
		vertical-align: bottom;
	}
	
	.input-container label{
		font-size:14px;
		color:#FFB400;
		width:100px;
		text-align:right;
		display:block;
		float:left;
		margin-top:15px;
		font-weight: bold;
		margin-right:5px;
	}
	.img-submit{
	
	}
	
	#report-abuse, #report-bad-link{
		display:none;
	
	}
	
	.input-field{
		margin-top:10px;
		background-color:#EC0B8E;
		width:245px;
		height:27px;
		font-size:18px;
		color:#B2D234;
		border:0px;
	}

	.textarea-field{
		margin-top:10px;
		background-color:#EC0B8E;
		width:245px;
		height:100px;
		font-size:18px;
		color:#B2D234;
		border:0px;
	}
	
	.feedback-success{
		margin-top:5px;
		margin-bottom:5px;
		padding:15px;
		color:#FFB400;
		font-weight:bold;
		font-size:16px;
		text-align:center;
		border:3px dotted #FFB400;
	
	}

	.feedback-failure{
		margin-top:5px;
		margin-bottom:5px;
		padding:15px;
		color:#EC0B8E;
		font-weight:bold;
		font-size:16px;
		text-align:center;
		border:3px dotted #EC0B8E;
	
	}
	
	.feedback-failure{
	
	
	}
	
#content{
	width:810px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	margin:0 auto;
	margin-top:-127px;
	background-color: #FFF;
	font-size:11px;
	padding-bottom:20px;
	padding-top:10px;
}

    #content .topmargin{
        margin-top:10px;
    }
    
	#content #age-menu #age-menu-label{
		float:left;
		text-align:right;
		margin-left:80px;
		width:200px;
		color:#FFB400;
		font-size:16px;
		margin-bottom:10px;

	}
	#content #age-menu img{
		float:right;
		margin-right:150px;
		margin-bottom:10px;

	}
	#content #age-menu #stars{
		clear:both;
		background-image: url('/media/i/star.png');
		background-repeat: repeat-x;
		background-position:-15px 0px;
		height:20px;
		margin-bottom:10px;
	}
	
	#content #left{
		float:left;
		width:500px;
		margin-bottom:20px;
	}
		#content #left #last-added{
			float:left;
			display:block;
			height:23px;
			width:205px;
			background-image: url('/media/i/menu.png');
			background-repeat: no-repeat;
			background-position:-241px 0px;
			font-size:16px;
			color:#ffffff;
			padding-left:10px;
			padding-top:5px;
			margin-bottom:10px;
		}
		#content #left #last-added:hover{
			background-position:-241px -29px;
		}

		#content #left #most-viewed, .button{
			float:left;
			display:block;
			height:23px;
			width:231px;
			background-image: url('/media/i/menu.png');
			background-repeat: no-repeat;
			background-position:0px 0px;
			font-size:16px;
			color:#ffffff;
			padding-left:10px;
			padding-top:5px;
			margin-bottom:10px;
		}
        
        #content #left .button_small{
			float:left;
			display:block;
			height:18px;
			width:180px;
			background-image: url('/media/i/button_small.png');
            background-position: center;
            background-repeat: no-repeat;
			font-size:12px;
			color:#ffffff;
			padding-left:10px;
			padding-top:5px;
			margin-bottom:10px;   
        }
        
		#content #left #most-viewed:hover{
			background-position:0px -29px;
		}
        
            #content #left .video-browser .preview  {
                margin: 0 auto;
                vertical-align: middle;
                width: 144px;
                float: left;
                display: inline-block;
            }
            
                #content #left .video-browser .preview a div{
                    margin-top: 10px;
                }

	#content #right{
		float:right;
		width:300px;
		background-color: #f5cfaa;
		margin-bottom:20px;
		padding-top:15px;
		padding-bottom:15px;
		text-align:center;
        position: relative;
	}
	#content #right h3{
		color:#f4630b;
	}	
	
	#content h1{
		font-size:18px;
		color:#EC0B8E;
	}
    
        #content .category_description{
            margin: 5px;
            line-height:14px;
        }
        
            #content .category_description .description{
                margin: 15px 0;
                font-size:13px;
            }
            
#content #recommend{
        
    }
    
    
        #content #recommend ul{
            margin-top: 20px;
        }
        
            #content #recommend ul li{
                margin-left: 30px;
                min-height: 120px;
                
            }
                a{
                    color: #6c9213;
                }
            
                #content #recommend ul li h2{
                    color: #6c9213;
                    font-size: 14px;
                    font-weight: bold;
                    margin-left: 155px;
                }
                
                #content #recommend ul li p{
                    margin-left: 155px;
                    margin-top: 10px;
                }
                
                    #content #recommend ul li p.more{
                        font-weight: bold;
                        text-align: right;
                    }
            
                #content #recommend ul li img{
                    float: left;
                }
	

	.video-browser{
		margin-top:10px;
		margin-bottom:20px;
		width:500px;
        position: relative;
	}
	.video-browser h1{
		color:#EC0B8E;
		margin-bottom:15px;
        font-size:16px;
	}	
    
        .video-browser h1 a{
            color:#EC0B8E;
        }
        
        .videoa-bowser h1 a:hover{
            color:#EC0B8E;
        }
        
        .videoa-bowser h1 a:visited{
            color:#EC0B8E;
        }
    
		.video-browser .preview{
			width:144px;
			height:130px;
			display:inline-table;
			background-image:url('/media/i/preview-bg.png');
			background-repeat: no-repeat;
			padding-top:13px;
			padding-left:17px;
			
		}

		.video-browser .description{
			
			font-size:12px;
			padding-top:4px;
			width:330px;
			float:right;
			line-height: 1.3;
		}
		.video-browser .video-description{
			font-size:12px;
			padding-top:20px;
			margin-left:15px;
			width:330px;
			line-height: 1.3;
		}
		
		.video-browser #report-section{
			margin-top:20px;
			margin-left:15px;
		}
			.video-browser .description strong{
				font-weight: bold;
			}

			.video-browser .description p{
				margin-top:3px;
			}
			
		.big-dot{
			margin-top:10px;
			background-image:url('/media/i/big-dot.png');
			background-repeat: repeat-x;
			height:11px;
			margin-bottom:10px;
		}	
			
		.video-browser .hr{
			margin-top:25px;
			background-image:url('/media/i/dot.png');
			background-repeat: repeat-x;
			height:3px;
			margin-left:30px;
			margin-right:30px;
		
		}
		
	.video-browser #view-video{
		width:500px;
		height:350px;
		background-image: url('/media/i/view-bg.png');
		background-repeat: no-repeat;
	}

		.video-browser #view-video #video-box{
			padding:10px;
			padding-top:15px;
		}
		
#right li{
	margin-top:14px;
}

		
#right li a{
	font-size:17px;
	color:#000000;
}
	

#pagination{
	text-align: center;
		
}	
	#pagination a {
		font-size:14px;
		color:#EC0B8E;
		
	}	
	#pagination .selected{
		font-size:14px;
		color:#000000;
		font-weight:bold;
		
	}	
	
	
#footer{
    font-size: 12px;
	width:850px;
	margin:0 auto;
	display:block;
	background-image: url('/media/i/bg_bottom.png');
	height:62px;
    position: relative;
}

    #footer #certificate{
        position: absolute;
        top: 0px;
        left: -80px;
    }

    #footer .links{
        padding-top: 30px;
        width:100%;
        height: 100%;
    }

        #footer .links a{
            color: #3a7813;
            margin: 0 10px;
            vertical-align: middle;
        }
        
        #footer .links a:hover{
            color:#3a7813;
        }
        
        #footer .links a:visited{
            color:#3a7813;
        }

#error-main-container{
    text-align:center;
    font-size:18px;
    line-height: 26px;
}


.print{
    display:none;
}

#content #mail2friend{
    font-size: 12px;
    margin: 15px;
    width: 100%;
    text-align:center;
    
}

    #content #mail2friend input{
        color : #1367b2;
        font-weight:bold;
        border :0px;
        height:25px;
        font-size:16px;
        line-height:16px;
        background-color : #a6c92b;
    }
    
    #content #mail2friend #search-submit{
        vertical-align:bottom;
    }
    

#cloud{
    width:100%;
    height:100%;
    
}

    #cloud .cloud_item{
        display:inline;
    }
    
        #cloud .cloud_item a {
            color:#3a7813;
            display:inline;
        }
        
        #cloud .cloud_item a:hover {
            color:#3a7813;
        }
        
        #cloud .cloud_item a:visiteda{
            color:#3a7813;
        }
    
#sitemap{
    
}

    #sitemap h1{
        
    }

    #sitemap ul{
        list-style: circle;
        padding-left: 20px;
    }
    
#o_projekcie{
    
}

    #o_projekcie li{
       list-style-type:  disc;
       margin:3px;
       margin-left: 15px; 
    }
    

#menulong{
    display: block;
    font-size:14px;
    line-height: 22px;
    font-weight: bold;
    color: white;
    text-align: center;
    width: 452px;
    height:27px;
    background-image: url('../i/buttonbig.png');
}

#menulong:hover{
    background-position: 0px -29px;
}

#menulong a{
    color: white;
    text-decoration: none;
}

#menulong a:hover{
    color: white;
    text-decoration: none;
}

    
.topmargin{
    margin-top:10px;
}

#ad {
    z-index:+99999999;
    line-height:20px;
    text-align: right;
    display: block;
    width: 750px;
    height: 120px;
    margin-left: -375px;
    position: fixed;
    top: 110px;
    left: 50%;
}

#contentAd{
    margin: 0 auto;
    text-align: center;
    width: 750px;
    display: block;
    background-color: yellow;
}

.CiufciaAdLink{

}

#hoverLink{
    z-index: 10;
    position: absolute;
    top: 120px;
    left: 140px;
    font-weight: bold;
}

#floatingCoverAd{
    position:  absolute;
    width: 200px;
    background-color: #f5cfaa;
    top: 5px;
    left: 50px;
}

#floatingCoverAd .closeFCA{
    display: block;
    text-align: right;
    font-weight: bold;
}
