html{

}

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


#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:#B2D234;
	}
	#header #logo #search-form #search-input{
		background-color:#EC0B8E;
		width:245px;
		height:27px;
		font-size:18px;
		color:#B2D234;
		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 -28px;
		}

		#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 #most-viewed:hover{
			background-position:0px -28px;
		}
        
        #content #left #menulong{
            width:446px;
            height:21px;
            display:block;
            background-image: url('../i/menu.long.png');
            color: white;
            font-size: 14px;
            font-weight: bold;
            padding-top: 5px;
            padding-left: 10px;
            text-align:center;
        }
        
        #content #left #menulong:hover{
            background-position: 0 -26px;
        }

	#content #right{
		float:right;
		width:300px;
		background-color: #FFF5CE;
		margin-bottom:20px;
		padding-top:15px;
		padding-bottom:15px;
		text-align:center;
	}
    
        #content #konkurs-wprapper{
            text-align: center;
        }
        
            #content .konkurs-wrapper h1{
                font-size: 32px;
                font-weight: bold;
                margin-bottom: 10px;
                padding-bottom: 10px;
                background-image: url('/media/i/dot.png');
                background-repeat: repeat-x;
                background-position: bottom;
                text-align: center;
            }
            
                            #content .konkurs-wrapper h1 a{
                                color: #EC0B8E;
                            }
        
    	#content #right h3{
    		color:#FFB400;
    	}
        
        #content #right #orderMovieWrapper{
            padding: 5px;
        }
        
            #content #right #orderMovieWrapper h3{
                font-size: 26px;
                margin-bottom: 10px;
            }
        
            #content #right #orderMovieWrapper hr{
                border: none;
                height: 3px;
                background: url('/media/i/dot.png');
                
            }
        
            #content #right #orderMovieWrapper form{
                padding: 5px;
                display:  none;
            }
            
                #content #right #orderMovieWrapper form input{
                    margin: 10px;
                }
            
                #content #right #orderMovieWrapper form img{
                    margin-left: -10px;
                }                    
            	
                #content #right #orderMovieWrapper form input[type="text"]#orderEmail{
                    display: none;
                }
                
                #content #right #orderMovieWrapper form input[type="text"]#orderMovieInput{
                    background: orange;
                    color: blue;
                }
                
                #content #right #orderMovieWrapper form input[type="text"]{
                    background: #EC0B8E;
                    padding: 5px;
                    border: none;
                    color: #B2D234;
                    font-weight: bold;
                }
                
                #content #right #orderMovieWrapper form button#orderButton{
                    border: none;
                    text-indent: -9999px;
                    background: url('/media/i/submit-arrow.png');
                    width: 31px;
                    height: 25px;
                    cursor: pointer;
                }
            
	
	#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;
            }

	.video-browser{
		margin-top:10px;
		margin-bottom:20px;
		width:500px;
	}
	.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-block;
            float: left;
			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;
        position: relative;
	}

		.video-browser #view-video #video-box{
			padding:10px;
			padding-top:15px;
		}
        
        .video-browser #view-video #hoverLink{
            z-index: 100;
            position: absolute;
            top: 30px;
            left: 170px;
        }
        
            .video-browser #view-video #hoverLink #closeHoverLink{
                float: right;
            }
            
        
    #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;
                }
		
#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{
	width:850px;
	margin:0 auto;
	display:block;
	background-image: url('/media/i/bg_bottom.png');
	height:62px;
}

    #footer .links{
        padding-top: 30px;
        width:100%;
        font-size: 13px;
    }
    
        #footer .ad{
            font-size: 12px;
            margin-top: 3px;
        }

        #footer .links a{
            color: blue;
            margin: 0 5px;
            vertical-align: middle;
        }
        
        #footer .links a:hover{
            color:blue
        }
        
        #footer .links a:visited{
            color:blue;
        }

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

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

    #content #mail2friend input{
        color : #B2D234;
        font-weight:bold;
        border :0px;
        height:25px;
        font-size:16px;
        line-height:16px;
        background-color : #EC0B8E;
    }
    
    #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;
    }
    
    
 .rightWrap {
    float: right;
    width: 250px;
    background-color:#666666;
}
#ad {
    z-index:+99999999;
    line-height:20px;
    text-align: right;
    display: block;
    width: 750px;
    height: 220px;
    /*margin-left: -453px;*/
    margin-left: -378px;
    position: fixed;
    top: 111px;
    left: 50%;
}

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

a.ciufciaLink{
    float: right;
}

    a#ciufciaLink img{
        
    }
    
#orderMoviePage{
    
}

    #orderMoviePage h1{
        padding: 5px;
    }
    
    #orderMoviePage p{
        margin: 10px 0;
        font-weight: bold;
        font-size: 11px;
        text-align: center;
    }

    #orderMoviePage p.return{
        text-align: center;
    }
    
.page-konkurs{
    padding: 10px;
    text-align: center;
}

    .page-konkurs h1{
        margin: 10px;
    }
    
    .page-konkurs strong{
        font-weight: bold;
    }
    
    .page-konkurs .price{
        text-align: center;
        font-size: 16px;
        color: #EC0B8E;
    }
    
    .page-konkurs p{
        margin: 10px;
        font-size: 14px;
        line-height: 20px;
    }
