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				: 11px Arial,Sans-Serif;
	color				: #373737;
    background          : #fff url(../images/bg-body.jpg) repeat-x 0 0;
}

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

a {
	color				: #1a1a1a;
	text-decoration		: underline;
}

a:hover {
	text-decoration		: none;
}

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

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

textarea {
	font				: 12px Arial,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				: 970px;
	margin				: 0 auto;
    overflow            : hidden;
    background          : url(../images/bg-page.jpg) no-repeat 0 0;
}

#top {
    width               : 970px;
    height              : 146px;
    overflow            : hidden;
    position            : relative;
}

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

#sidebar {
    float               : right;
    width               : 232px;
    display             : inline;
    padding-top         : 47px;
}

#sidebar div.box {
    background          : url(../images/bg-sidebar-box.jpg) repeat-y 0 0;
    padding             : 2px 7px 2px 2px;
}

#sidebar div.box p {
    margin              : 2px 10px;
}

#sidebar div.comments a {
    margin-top          : 10px;
    display             : block;
    height              : 123px;
    background          : url(../images/bg-sidebar-comment.jpg) no-repeat center bottom;
    text-align          : center;
}

#sidebar div.comments span {
    color               : #956363;
}

#sidebar div.corners {
    background          : url(../images/bg-sidebar-corners.jpg) no-repeat 0 0;
    height              : 10px;
}

#sidebar ul {
    width               : 202px;
    margin              : 3px auto;
}

#sidebar ul li {
    padding             : 4px 3px 6px 19px;
    width               : 180px;
    background          : url(../images/bg-sidebar-menu.jpg) no-repeat 0 0;
    margin-top          : -1px;
    font-size           : 12px;
}

#sidebar ul li a b {
    font-weight         : bold;
    color               : #cc0000;
}

#sidebar h3.comments {
    width               : 232px;
    height              : 56px;
    background          : url(../images/ico-comments.jpg)
}

#content {
    width               : 730px;
    float               : left;
    display             : inline;
}

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

#page div.item {
    float               : left;
    display             : inline;
    width               : 210px;
    height              : 177px;
    overflow            : hidden;
    position            : relative;
    background          : url(../images/bg-item.jpg) no-repeat 0 0;
    margin              : 5px 13px;
}

#page div.item img {
    position            : absolute;
    top                 : 33px;
    left                : 30px;
    width               : 150px;
    height              : 112px;
}

#page div.item p {
    color               : #cc453a;
    font-size           : 11px;
    overflow            : hidden;
    width               : 200px;
    height              : 18px;
    line-height         : 16px;
    position            : absolute;
    top                 : 9px;
    left                : 5px;
    text-align          : center;
    font-weight         : bold;
}

#page div.item span {
    color               : #7a664a;
    position            : absolute;
    left                : 122px;
    top                 : 157px;
}

#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;
}

#content div.options {
    text-align          : center;
    padding             : 20px 0px;
}

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

#page h2 {
    font-size           : 19px;
    color               : #8b0518;
    font-weight         : bold;
    margin              : 3px 0px 20px 5px;
}

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

#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 #d4d4d4;
    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               : #ba8a46;
    text-align          : right;
    padding             : 4px;
    background          : url(../images/bg-footer.jpg) repeat-x 0 0;
    margin-top          : 10px;
}

#footer a {
    color               : #ba8a46;
}

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

div.center {
    text-align          : center;
}
