﻿#topicsHeader {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 18px;
}

#suggestBox {
	width: 400px;
	float: left;
}

#suggestionsBox {
	clear: both;
	position: absolute;
	z-index: 10;
}

#suggest {
	float: left;
	border: 1px solid #a9a9a9;
	background-color: #EFEFEF;
	color: #333333;
	font-weight: bold;
	width: 490px;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 6px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 25px;
}

#suggestLabel {
	margin:0;
	margin-top:2px;
	color:#ababab;
}

#suggestions {
	display: none;
	width: 508px;
	height: 120px;
	border: 1px solid #FFEBBC;
	background-color: #ffffff;
	color: #898989;
	font-size: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 20px;
}

div.row {
	overflow: hidden;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
}

div.row * {
	cursor: pointer;
}

div.row:hover , div.row:focus , div.row.selected {
	background-color: #FFEBBC;
}

.label {
	float: left;
	cursor: default;
}

.type {
	float: right;
	font-size: 12px;
	cursor: default;
}

#status {
	display: none;
	overflow: hidden;
	width: 510px;
	height: 26px;
	text-align: center;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	background-color: #FECB4E;
}

#topicSearch {
	float: right;
	width: 128px;
	height: 32px;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	border: 0;
	margin: 7px 35px 0 0;
	background: transparent url('/img/buttons.png') 0 -296px no-repeat;
}

.headerTitle {
	clear:both;
	height: 52px;
	line-height: 52px;
	font-size: 21px;
	font-weight: bold;
	color: #333333;
	padding-left: 16px;
	border-bottom: 1px solid gray;
}

.scrollable {
	float: left;
	width: 860px;
	height: 250px;
	margin: 0 auto;
	margin-top: 40px;
	
	/* required settings */
	position:relative;
	overflow:hidden;
}

.scrollable .items {
	display: none;
	
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.scrollable .items img {
	/*width: 124px;
	height: 124px;*/
	border: 1px solid #ffffff;
}

.items div {
	width: 860px;
	float:left;
}

#loading {
	position: relative;
	margin: 0 auto;
	color: #ababab;
}

.buttonArea {
	display: none;
	margin-top: 80px;
	float: left;
	height: 122px;
	width: 50px;
}

div.topic {
    text-align: center;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 132px;
	height: 190px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
}

div.topicImage {
	display: table-cell;
    text-align: center;
    vertical-align: middle;	
	overflow: hidden;
	border: 1px solid #c9c9c9;
	width: 132px;
	height: 132px;
	margin-bottom: 15px;
}

div.topicImage * {
	vertical-align: middle;
}

div.topicImage {
    display: block;
}

div.topicImage span {
    display: inline-block;
    height: 100%;
}

button.next {
	width: 32px;
	height: 24px;
	border: 0;
	cursor: pointer;
	background: transparent url('/img/buttons.png') 0 -51px no-repeat;
}

button.next.disabled , button.next.disabled:hover {
	cursor: default;
	background-position: 0 -77px;
}

button.prev {
	width: 32px;
	height: 24px;
	border: 0;
	cursor: pointer;
	background: transparent url('/img/buttons.png') no-repeat;
}

button.prev.disabled , button.prev.disabled:hover {
	cursor: default;
	background-position: 0 -26px;
}

#resultsContainer {
	display: none;
}

#results {
	overflow: hidden;
	float: right;
	width: 709px;
}

#loading {
	width: 120px;
	margin: 0 auto;
	margin-top: 100px;
	color: #ababab;
}

#loading img {
	vertical-align: middle;
}
