@charset "utf-8";
.error {
	text-align: center;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*background-color: #FF0000;*/
	margin: 5px;
	padding: 3px 10px;
	color: #FF0000;
	display: inline-block;
}

.system_msg {
	text-align: center;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #0099CC;
	margin: 5px;
	padding: 6px 10px;
	color: #FFF;
}

.no_download {
	width: 70%;
	text-align: center;
	font-weight: bold;
	color: #CF204C;
	background: #FFCCCC;
	border: 1px solid #CF204C;
	margin-top: 10px;
	padding: 15px 10px 15px 10px;
}

.hover_link:hover {
	cursor: pointer;
}

.download_row {
	margin-top: -10px;
}

.download_item {
	position: relative;
	width: 160px !important;
	padding: 5px;
	margin: 0px 0px 5px 5px !important;
	height: 270px;
	background: #fff;
	border: 1px solid #0099CC;
}

.download_thumb {

}

.thumb_div {
	margin: 0px auto;
	text-align: center;
}

.download_title {
	font: normal Tahoma,Arial,sans-serif;
 	border-bottom: 1px solid #0099CC;
	padding: 2px 3px 2px 3px;
	margin: 0px 0px 10px 0px;
	height: 60px;
}

.download_buttons {
	/*border-top: 1px solid #0099CC;
	margin-top: 2px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	height: 18px;*/
	background-color:#0099CC;
	color: #FFFFFF;
	font-size:14px;
	line-height:25px;
	margin-top:10px;
	text-align:center;
}

.thumb_div a, .download_buttons a {
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.download_text {
	width: 160px;
	position: absolute;
	bottom: 5px;	
	line-height: 12px;
	font-size: 10px;
	letter-spacing: 0px;
	margin: 10px 0px 0px 0px;
}

.similar_items {
	margin-top: 15px;
	padding: 5px;
	background: #fff;
	border: 1px solid #0099CC;
}

.similar_item {
	position: relative;
	width: 160px;
	padding: 10px;
	height: 200px;
	background: #fff;
	border-left: 1px solid #0099CC;
}

.similar_item_title {
	border: none;
	text-align: center;
	padding: 2px 0px 3px 0px;
	height: 60px;
}

.item_vertical img {
/*	height: 250px;
	width: auto !important;
*/}

.similar_horizontal {
	width: 160px;
}

.similar_vertical {
	height: 140px;
}

.horizontal {
	margin: 25px 0px 0px 0px;
	width: 160px;
}

.vertical {
	margin: 4px 0px 0px 0px;
	height: 140px;
}

.item_details {

}

.item_thumb {
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
}

.item_thumb img {
/*	width: 250px; */
}

.item_download {
	float: left;
}

.item_download li {
	list-style: none;
	width: 200px;
}

.item_download h3 {
	margin: 0px 0px 3px 0px;
}

.item_download_button {
	background-color: #0099CC;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 14px;
	/*width: 150px;
	height: 65px;*/
}

.item_description {
	padding: 5px;
	background: #fff;
	border: 1px solid #0099CC;
	width: 230px;
}

.input_button {
	/*background-color: #AABFD0;
	border: 1px solid #CCC;
	color: #333;
	margin-top: 15px;
	padding: 0px 10px 0px 10px;*/
	background-color:#0099CC;
	border:medium none;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.submit_btn {
	width: 100px !important;
	color: #FFF !important;
}

.right_column_title {
	text-align: center;
	font: normal 16px Tahoma,Geneva,Kalimati,sans-serif;
	color: #fff;
	background: #AA272F;
	padding: 3px 0px;
	border-bottom: 1px solid #AA272F;
}

.right_column_content {
	padding: 10px 15px;
	border-bottom: 5px solid #AA272F;
}

#top_browse em {
	color: #5F769F;
}

.not_available {
	background-color: #FF0000;
	color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 100%;
	width: 100%;
}

a.page_buttons, #top_browse a {
	color: #0099CC !important;
	text-decoration: none !important;
	border: none !important;
}

a.page_buttons:hover, #top_browse a:hover {
	text-decoration: underline !important;
}

.pages_list {	
	text-align: right;
}

.pages_list_ul li {
	list-style: none;
	display: inline;
	padding: 3px;
	vertical-align: top;
}

.pages_list_ul li a {
	color: #ccc;
	vertical-align: top;
	text-decoration: underline;
	border: none;
}

.pages_list_ul li .image_link {
	border: none;
	text-decoration: none;
}

.active {
	color: #BEDD70 !important;
	font-weight: bold;
}

.required {
	color: #FF0000;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
	margin: 0px auto;
}

.align_right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.v_hidden {
	visibility: hidden;
}

.d_none {
	display: none;
}