/* Div styles */

.paginationT, .paginationB {
	width: 100%;	
}

	.paginationT {
		margin-bottom: 10px;
		
		border-bottom:
			1px solid
			#ddd;
	}
	
	.paginationB {
		padding-top: 5px;
		margin-top: 25px;
		
		border-top:
			1px solid
			#ddd;
	}
	
.grid_item .image_container {
	margin-bottom: 5px;
}

.list_item .image_container {
	float: left;
	width: 100px;
	margin-right: 10px;
}

.poster_details {
	margin-bottom: 5px;
	
	font-size: 10px;
}


/* Table styles */

.refine_table {
	width: 100%;	
	margin-bottom: 25px;
	
	border: 
		1px solid
		#bbb;
	border-bottom:
		2px solid
		#bbb;
	border-left-color: #ddd;
	border-top-color: #ddd;
	background:
		url('/images/body-table_bg.jpg')
		left bottom
		repeat-x;
}

	.refine_table th {
		padding: 4px;
		
		color: #fff;
		text-align: left;
		text-shadow:
			0px 1px
			0px
			#000;
			
		background:
			#c00
			url('/images/body-table_th_bg.jpg')
			left top
			repeat-x;
	}
	
	.refine_table td {
		padding: 4px 4px 10px;
		
		text-align: left;
		vertical-align: top;
	}

.refine_options_table, .pagination_table, .results_table {
	width: 100%;
}

	.refine_options_table td {
		padding: 0px;
		
		text-align: left;
		vertical-align: top;
	}
	
	.pagination_table th {
		width: 50%;
		padding: 0px 2px 5px;
		
		font-weight: normal;
		color: #444;
	}	
	
	.pagination_table td {
		width: 50%;
		padding: 5px 2px;
		
		font-size: 11px;
		color: #444;
		
		border-top:
			1px dotted
			#ddd;
		background: #f3f3f3;
	}
	
	.results_table {
		width: 100%; 
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	
	.results_table td.grid_item, .results_table td.list_item {
		width: 33%;
		padding: 10px;

		font-size: 11px;
		text-align: center;
		vertical-align: top;
		
		cursor: pointer;
		
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background:
			#fff
			url('/images/body-search_results_grid_bg.jpg')
			left bottom
			repeat-x;
	}
	
		.results_table td.list_item {
			width: auto;
			padding: 5px;
			
			text-align: left;
			
			background:
				#fff
				url('/images/body-search_results_list_bg.jpg')
				left bottom
				repeat-x;
		}
	
			/*.results_table td.grid_item:hover,*/ .results_table td.list_item:hover {
				border:
					1px solid
					#888;
				border-bottom:
					2px solid
					#888;
				border-left-color: #aaa;
				border-top-color: #aaa;
			}


/* Form styles */

.sort_select {
	width: 121px;
	padding: 1px;
	
	font: 11px Arial, sans-serif;
	color: #666;
	
	border:
		1px solid
		#ccc;
	border-left-color: #999;
	border-top-color: #999;
	background: #fff;
}


/* Text/Image/Object styles */

.options {
	width: 100%;
	margin: 5px 0px 15px;
}

	.options li {
		display: block;
		
		font-size: 11px;
		color: #666;
		list-style-type: none;
	}
	
.suggestions {
	width: 100%;
	margin-top: 10px;
}

	.suggestions li {
		margin-bottom: 5px;
		
		color: #c02;
		list-style-position: inside;	
	}
	
		.suggestions li span {
			font-weight: normal;
			color: #333;	
		}


/* Link styles */

.options li a {
	font-size: 12px;
}

.refine_more, .refine_less {
	padding-left: 15px;
	
	font-size: 11px;
	font-weight: bold;
}

	.refine_more {
		background:
			url('/images/btn-search_refine.gif')
			no-repeat;
	}
	
	.refine_less {
		background:
			url('/images/btn-search_refine.gif')
			left bottom
			no-repeat;
	}

.suggestion_link {
	color: #c02 !important;
}

.pagination_table th .pag_link {
	padding: 0px 3px;
	text-align: center;
}

.grid_item .result_item, .list_item .result_item {
	display: block;
	
	margin-bottom: 15px;
	
	font-size: 12px;
	font-weight: bold;
	color: #333 !important;
}

	.list_item .result_item {
		display: inline;
		margin-bottom: 0px;
	}
	
		.list_item .result_item span {
			display: inline-block;
			margin-bottom: 10px;
			
			font-size: 12px;
			text-decoration: underline;
		}
	
		.grid_item .result_item:hover, .list_item .result_item:hover {
			color: #c00 !important;
		}

.grid_item .result_item img, .list_item .result_item img {
	display: block;

	max-width: 141px;
	width: expression(document.clientWidth > 141 ? '141px':'auto');
	max-height: 166px;
	height: expression(document.clientHeight > 166 ? '166px':'auto');
	margin: 0px auto;
	
	border:
		2px solid
		#333;
}

	.list_item .result_item img {
		width: 96px;
		max-height: none;
		margin: 0px;
	}

	.grid_item .result_item:hover img, .list_item .result_item:hover img {
		border-color: #c02;	
	}


/* Button styles */

.btn-pag_prevset, .btn-pag_prevpage, .btn-pag_nextset, .btn-pag_nextpage {
	width: 20px;
	height: 15px;
	
	vertical-align: middle;
}

	.btn-pag_prevset {
		margin-right: 5px;
		
		background:
			url('/images/btn-pag_prevset.gif')
			no-repeat;
	}
	
	.btn-pag_prevpage {
		margin-right: 5px;
		
		background:
			url('/images/btn-pag_prevpage.gif')
			no-repeat;
	}
	
	.btn-pag_nextset {
		margin-left: 5px;
		
		background:
			url('/images/btn-pag_nextset.gif')
			no-repeat;
	}
	
	.btn-pag_nextpage {
		margin-left: 5px;
		
		background:
			url('/images/btn-pag_nextpage.gif')
			no-repeat;
	}

	.btn-pag_prevset:hover, .btn-pag_prevpage:hover, .btn-pag_nextset:hover, .btn-pag_nextpage:hover {
		background-position: right center;	
	}
	
.btn-layout_grid, .btn-layout_list, .active_layout {
	padding-left: 25px;
	margin-right: 15px;
	
	font-weight: bold;
}

	.btn-layout_grid {
		background:
			url('/images/btn-search_grid.gif')
			left top
			no-repeat;		
	}
	
	.btn-layout_list {
		background:
			url('/images/btn-search_list.gif')
			left top
			no-repeat;		
	}

	.active_layout, .active_layout:hover {
		color: #c00 !important;
		text-decoration: none !important;
		
		background-position: left bottom;	
	}


