body,html,div,ul,ol,li,form,fieldset,dl,dt,dd,h1,h2,h3,p {
	margin				: 0px;
	padding				: 0px;
}

#page div,#page ul,#page li {
    overflow            : hidden;
}

body {
	font				: 12px "Trebuchet MS",Arial,Helvetica,Sans-Serif;
	color				: #f6f6f6;
    background          : #000000;
}

body img,body form,body fieldset {
	border				: 0px;
}

a {
	color				: #a96939;
	text-decoration		: underline;
}

a:hover {
	text-decoration		: none;
}

input.text,select {
	font       			: 12px "Trebuchet MS",Arial,Helvetica,Sans-Serif;
	height				: 18px;
	border				: 1px solid #000000;
	color				: #212121;
	padding				: 1px 2px;
	margin              : 1px 0px;
	width               : 350px;
}

select {
    height              : 21px;
    width               : 356px;
}

textarea {
	font				: 12px "Trebuchet MS",Arial,Helvetica,Sans-Serif;
	border				: 1px solid #000000;
	color				: #212121;
	padding				: 1px 2px;
	margin              : 1px 0px;
    width               : 350px;
    height              : 120px;
}

input.checkbox {
    margin              : 0px 3px 1px 0px;
    vertical-align      : middle;
}

ul {
	list-style-type		: none;
}

.clear {
	display				: block;
	clear				: both;
	height				: 0em;
	margin				: 0em;
	padding				: 0em;
	overflow			: hidden;
}

#page {
    width				: 920px;
	margin				: 10px;
    overflow            : hidden;
}

#top {
    width               : 920px;
    height              : 290px;
    overflow            : hidden;
    position            : relative;
    background          : url(../images/bg-top.jpg) no-repeat top right;
}

#top img {
    position            : absolute;
    top                 : 40px;
    left                : 270px;
}

#top ul {
    font-size           : 16px;
    position            : absolute;
    top                 : 100px;
    left                : 20px;
}

#top ul li {
    padding             : 5px 20px 5px 40px;
    background          : url(../images/bg-menu-item.jpg) no-repeat 8px 5px;
}

#top ul li a {
    color               : #fff;
}

#sidebar {
    float               : left;
    width               : 180px;
    display             : inline;
}

#content {
    width               : 720px;
    float               : right;
    display             : inline;
}

#content div.error {
    text-align          : right;
    padding             : 2px 0;
}

#page div.item {
    float               : left;
    display             : inline;
    width               : 156px;
    height              : 160px;
    padding             : 10px 24px 10px 0px;
    overflow            : hidden;
    position            : relative;
    font-size           : 12px;
}

#page div.item a img {
    border              : 3px solid #bac9cb;
    position            : absolute;
    top                 : 5px;
    left                : 0px;
    width               : 150px;
    height              : 112px;
    background          : #fff url(../images/bg-item.jpg) no-repeat 7px 35px;
}

#page div.item p {
    color               : #fff;
    font-size           : 14px;
    overflow            : hidden;
    width               : 156px;
    height              : 32px;
    line-height         : 16px;
    position            : absolute;
    top                 : 126px;
    left                : 0px;
    text-align          : justify;
}

#page div.item a:hover img {
    border              : 3px solid #c8101d;
}

#page div.item a {
    color               : #660000;
}

#content div.accessDenied {
    width               : 600px;
    margin              : 50px auto;
    font-size           : 13px;
    text-align          : center;
}

#content div.pager {
	text-align			: right;
	padding				: 10px 15px 10px 0px;
}

#content div.pager a {
	text-decoration		: none;
	color				: #777777;
	padding				: 0px 5px;
	font-weight			: bold;
}

#content div.pager a.active {
	background			: #212121;
	color				: #fff;
}

#content div.pager a:hover {
	text-decoration		: underline;
	color               : #c8101d;
}

#content div.code {
    text-align          : center;
}

#content div.watchedToday {
    text-align          : right;
    padding-bottom      : 10px;
    font-size           : 10px;
}

#content iframe {
    margin              : 0px auto;
}

#page h1 {
    font                : 16px Arial,Sans-Serif;
    color               : #f2dbef;
    margin              : 3px 0px 10px 0px;
}

#page h2 {
    font-size           : 20px;
    color               : #f2dbef;
    font-weight         : bold;
    margin              : 15px 0px 5px 0px;
    padding-bottom      : 2px;
    border-bottom       : 1px solid #bac9cb;
}

#content div.addComment {
    width               : 356px;
    margin              : 0px auto;
    border              : 1px solid #bac9cb;
    padding             : 5px;
    background          : #545454;
}

#content div.addComment img {
    float               : left;
    border				: 1px solid #000000;
	margin              : 1px 1px 1px 0px;
}

#content div.addComment input.captcha {
    width               : 100px;
}

#content div.message {
    width               : 500px;
    border              : 1px solid #ff0000;
    padding             : 10px;
    margin              : 10px auto;
    text-align          : center;
    background          : #f8f0f0;
    color               : #212121;
}

#content div.comment {
    border-bottom       : 1px solid #efefef;
    margin              : 3px 0px;
    padding             : 3px 0px;
}

#content div.comment p {
    padding-top         : 3px;
    text-align          : justify;
    font-size           : 13px;
}

#content div.comment b {
    font-size           : 13px;
    color               : #660000;
}

#footer {
    font-size           : 11px;
    color               : #fff;
    text-align          : center;
    padding             : 10px;
    margin-top          : 10px;
    border-top          : 1px solid #bac9cb;
}

#footer a {
    color               : #fff;
}

#adult {
    width               : 500px;
    margin              : 50px auto;
    border              : 1px solid #eae4d9;
    padding             : 20px;
}

div.center {
    text-align          : center;
}
