

p {
	margin: 0px;
	margin-top: 10px;
}



/* HEADER */

#header {
	width: 960px;
	height: 90px;
	background-color: #da5478;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#header_link {
	padding-top: 20px;
	padding-left: 30px;
}

.pic_bg {
	width: 576px;
	height: 436px;
	background-image: url(../images/pic_bg.gif);
	background-repeat: no-repeat;
}

.pic {
	padding: 33px;
}



/* LINKS */

.links {
	color: #595959;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 8px;
}

.links_row {
	width: 514px;
	padding-top: 7px;
	padding-bottom: 6px;
	border-top: 1px;
	border-top-color: #e0e0e0;
	border-top-style: solid;
	overflow: hidden;
}

.links_date {
	color: #d77b82;
	font-size: 11px;
	font-weight: bold;
	padding-right: 8px;
}

.links_title {
	color: #595959;
	font-size: 12px;
	font-weight: bold;
	padding-right: 8px;
}

.links_title a {
	color: #595959;
}

.links_title a:hover {
	color: #191919;
	text-decoration: underline;
}

.links_words {
	color: #999999;
	font-size: 11px;
}

.links_comments {
	text-align: right;
	color: #7f7f7f;
	font-size: 11px;
}



/* SETS */

.set_bg {
	display: block;
	float: left;
	width: 293px;
	height: 308px;
	background-image: url(../images/set_bg_off.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.set_bg a {
	display: block;
	width: 283px;
	height: 298px;
	background-image: url(../images/set_bg_off.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.set_bg a:hover {
	background-image: url(../images/set_bg_on.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.set_bg_home {
	display: block;
	float: left;
	width: 283px;
	height: 298px;
	background-image: url(../images/set_bg_off.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.set_bg_home a {
	display: block;
	width: 283px;
	height: 298px;
	background-image: url(../images/set_bg_off.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.set_bg_home a:hover {
	background-image: url(../images/set_bg_on.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.set {
	padding-top: 22px;
	padding-left: 22px;
	padding-right: 22px;
}

.pic_bg {
	width: 576px;
	height: 436px;
	background-image: url(../images/pic_bg.gif);
	background-repeat: no-repeat;
}

.pic {
	padding: 33px;
}

.set_name {
	padding-top: 17px;
	color: #191919;
	font-size: 15px;
	font-weight: bold;
}

.set_name a {
	color: #191919;
}

.set_date {
	padding-top: 1px;
	color: #7f7f7f;
	font-size: 11px;
	font-weight: bold;
}

.set_date a {
	color: #7f7f7f;
}

.set_desc {
	font-size: 12px;
	line-height: 18px;
	height: 52px;
	padding-top: 7px;
	color: #191919;
	padding-bottom: 1px;
}

.set_desc a {
	color: #191919;
}

.set_number {
	padding-top: 11px;
	color: #dc567d;
	font-size: 12px;
	font-weight: bold;
}

.set_number a {
	color: #dc567d;
}

.set_rated {
	float: right;
}



/* PICS */

#pics_year {
	width: 308px;
	height: 349px;
	background-image: url(../images/pics_bg.gif);
	background-repeat: no-repeat;
}

#misc_bg {
	width: 328px;
	background-image: url(../images/bg_misc.jpg);
	background-repeat: no-repeat;
}

.misc_set {
	display: block;
	width: 308px;
	height: 88px;
	background-image: url(../images/misc_bg_off.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.misc_set a {
	display: block;
	width: 308px;
	height: 88px;
	background-image: url(../images/misc_bg_off.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.misc_set a:hover {
	background-image: url(../images/misc_bg_on.gif);
	background-repeat: no-repeat;
}

.misc_name {
	float: left;
}

.misc_title {
	font-weight: bold;
	color: #191919;
	font-size: 13px;
}

.misc_title a {
	color: #191919;
}

.misc_date {
	color: #7f7f7f;
	font-size: 12px;
}

.misc_date a {
	color: #7f7f7f;
}

.misc_number {
	float: right;
	color: #f3a8b2;
	font-size: 12px;
	font-weight: bold;
}

.misc_number a {
	color: #f3a8b2;
}

.misc_desc {
	font-size: 12px;
	line-height: 18px;
	display: block;
	color: #191919;
}

.misc_desc a {
	color: #191919;
}


/* SET PICS */

.title_name {
	float: left;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 22px;
	font-weight: bold;
}

.title_number {
	float: right;
	padding-top: 12px;
	padding-right: 20px;
	font-size: 13px;
	color: #dc567d;
	font-weight: bold;
}

#set_grey {
	background-color: #f2f2f2;
	padding-left: 22px;
	padding-right: 22px;
}

#set_border {
	width: 872px;
	background-color: #ffffff;
	border: 1px;
	border-color: #d7d7d7;
	border-style: solid;
}

#set_pic_bg {	
	width: 820px;
	background-image: url(../images/set_pic_bg.gif);
}

.set_pic {
	float: left;
	height: 80px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 6px;
	padding-bottom: 6px;	
}

.set_pic a {
	float: left;	
}

.set_pic a:hover {
	outline-style: solid;
	outline-color: #ffffff;
	outline-width: 2px;
	float: left;	
}

.info_time {
	text-align: center;
	padding-bottom: 3px;
	font-size: 15px;
	color: #595959;
}

.info_date {
	padding-top: 6px;
	font-size: 13px;
	color: #602927;
	font-weight: bold;
}

.info_desc {
	padding-top: 5px;	
	padding-bottom: 8px;
	font-size: 12px;
	line-height: 18px;
}

.info_text {
	padding-top: 5px;	
	padding-bottom: 11px;
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 12px;
	line-height: 18px;
}

.info_text a {
	color: #cd2b2f;
}

.info_text a:hover {
	text-decoration: underline;
}



/* SEARCH */

#search_head {
	height: 60px;
	width: 576px;
	background-image: url(../images/search_bg.jpg);
	background-repeat: no-repeat;
}

.search_head_text {
	font-size: 16px;
	font-style: italic;
	color: #ffffff;
	padding-top: 21px;
	padding-left: 30px;
}



/* FAVOURITES */

.box_pages {
	height: 48px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px;
	border-left-color: #dedede;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #dedede;
	border-right-style: solid;
	background-color: #ffffff;
}

.pages {
	padding-top: 7px;
	padding-bottom: 7px;
}

.title_favourites {
	float: left;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 10px;
	font-size: 22px;
	font-weight: bold;
}

.title_page {
	font-size: 16px;
	font-weight: normal;
}

.fav_year {
	display: block;
	float: left;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #191919;
	font-weight: bold;
}

.fav_year a {
	font-size: 14px;
	color: #191919;
	font-weight: normal;
}

.fav_year a:hover {
	text-decoration: underline;
}

.fav_line {
	display: block;
	float: left;
	width: 1px;
	height: 34px;
	background-color: #e5e5e5;
}




/* COMMENT RESPONSE */

.synopsis {
	color: #191919;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.synopsis_title {
	color: #191919;
	padding-top: 14px;
	font-size: 19px;
	font-weight: bold;
}

.continue {
	color: #cd2b2f;
	font-size: 11px;
}

.continue a {
	color: #cd2b2f;
	font-weight: bold;
}

.continue a:hover {
	color: #cd2b2f;
	text-decoration: underline;
}