/* LIST */

.list-container {
	width: 589px;
	min-height: 50px;
	border-bottom: 1px solid #999;
	cursor: pointer;
	color: #000;
}

.list-border {
	padding: 10px;
}

/* LIST (AD) EXTRAS */
.border {
	background-color: #fbff84;
	border: 5px solid #edcd24;
	padding: 5px;
}

.list-title {
	font-size: 1.2em; text-decoration: underline;
}

	.list-title a {
		color: #000;
		text-decoration: underline;
	}

.list-icon {
	background-color: #005aff; padding: 1px 8px 0 8px; color: #fff;
	margin-left: 10px; font-size: 11px; text-transform: uppercase;
}

.list-text {
	margin-top: 4px; width: 400px;
}

.list-image {
	margin-bottom: 8px; border: 1px solid #000;
}



/* PAGING */
#paginationControl {
    padding: 1em;
	margin: 0 0 1em 0;
    /* margin: 1em 0; */
    font-size: 1em;
	clear: left;
}

#paginationControl a {
    display: block;
	float: right;
    padding: 0.4em 0.4em;
    margin-right: 1em;
    border: 1px solid #196FC7;
	text-decoration: none;
}


#paginationControl a:hover {
	background: #ddeaf8;
}

.pagingActive a {
	background: #ddeaf8;
}

.pagingDisabled a {
	color: #666;
}



/* STORIES */
.stories-date {
	color: #787878; font-size: 1.4em; padding-bottom: 5px; padding-top: 30px;
}

.stories-list {
	width: 100%; font-size: 1.4em; padding: 10px;
	border-bottom: 1px solid #999; cursor: pointer;
	background: url("../images/misc/lovestories_arrow.gif") center right no-repeat;
}

	.stories-left {
		width: 45%; text-align: right;
	}
	
	.stories-middle {
		width: 10%; color: #C5C5C5; font-size: 1.6em; text-align: center;
	}
	
	.stories-right {
		width: 45%;
	}
	
	

