
/* -- DISCOVER -- */

.discover_background
{
	background-color:#eee;
}

.top_left_view_panel
{
	background-color:#eee;	
	height: 350px;	
	
	
}
.bottom_left_view_panel
{
	background-color:white;
	
	margin-top:10px;
	
	/*border-right: solid 1px #777;*/
	border: solid 1px #888; /*box-shadow: 3px 3px 2px #888888;*/
	min-height: 500px;	
	padding:10px;
	
}
.right_view_panel
{	
	padding:5px;
	
}

.right_content
{
	background:#fafafa;	
	padding:20px;
	min-height: 750px;
	border: solid 1px #888; /*box-shadow: 3px 3px 2px #888888;*/
}

.discover-category-name
{
	font-weight:bold;
	font-size:1.4em;
}
.share_container
{
	background:white;
	/*border-right: solid 1px #777;
	border-bottom: solid 1px #777;		*/
	border: solid 1px #888; /*box-shadow: 3px 3px 2px #888888;*/
}
.share_content
{
	height:295px;overflow:auto;margin-top:15px;
	padding-left:8px;
	
}
.news_container
{
	max-width:450px;
}

.news_article
{
	margin-bottom:25px;
}

.news_ticker
{
	position:relative;
	
	font-family:Georgia;
	font-size:16px;
	font-weight: bold;
	line-height: 140%;
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	background:#e9e9e9;
	border-color:#aaa;
	color:#555;
	/*
	color:#000000;
	border-width:1px;
	border-color:#999999;
	background:#ffffcc;*/
	padding: 1px 6px 1px 6px;
    border-radius: 4px;
	cursor:pointer;
	margin-right:2px;
	
}

.news_ticker:hover
{
	/*border-width:2px;
	left:-1px;
	margin-right:0px;*/
	background:#f0f0f0;	
	border-color:#999;
	color:#444;
}

.faq_item
{
	margin-bottom:20px;
}
.faq_heading
{
	position:relative;
	
	font-family:Georgia;
	font-size:16px;
	font-weight: bold;
	line-height: 140%;
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	background:#ebebeb;
	border-color:#aaa;
	color:#666;
	/*
	color:#000000;
	border-width:1px;
	border-color:#999999;
	background:#ffffcc;*/
	padding: 1px 6px 1px 6px;
    border-radius: 4px;
	cursor:pointer;
	margin-right:2px;
	
}

.faq_heading:hover
{
	/*border-width:2px;
	left:-1px;
	margin-right:0px;*/
	background:#f3f3f3;	
	border-color:#999;
	color:#444;
}

.faq_body
{
	line-height:150%;
	font-family:Georgia;
	font-size:18px;
	max-width:800px;
}

.news_title
{
	color:#000000;
	font-family:Georgia;
	font-size:16px;
	font-weight: bold;
	line-height: 175%;	
}

.news_description
{
	color:#333333;
	font-family:Georgia;
	font-size:15px;
	line-height: 140%;
	max-width: 100px;
	 
}