/*************************************************************************************\

							CSS FOR SKSOURCE DETAILS PAGE

\*************************************************************************************/

#sksource_info_content {
	margin: 0;
	padding: 0;
	text-align: center;
}

#sksource_info_header {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

#sksource_info_header_left {
	display: block;
	position: relative;
	float: left;
	width: 384px;
	height: 269px;
	background: url('../../images/sksource_info_header.jpg') top left no-repeat;
}

#sksource_info_header_right {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 356px;
	height: 269px;
}

#sksource_info_header_right h2 {
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}

#sksource_info_header_right p {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}

#sksource_info_header_right a {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #00f;
}

#sksource_info_body {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

#sksource_info_body_left {
	display: block;
	position: relative;
	margin: 0;
	padding: 5px;
	width: 45%;
	float: left;
	background: #eee;
	border-right: 1px solid black;
}

#sksource_info_body_left h3 {
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}

#sksource_info_body_left p {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}

#sksource_info_body_left a {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #00f;
}

#sksource_info_body_right {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 45%;
	float: left;
}

#sksource_info_body_right ul {
	display: block;
	list-style-type: none;		
}

#sksource_info_body_right li {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding: 5px 0px 0px 0px;
}

#sksource_info_body_right li img {
	display: inline;
	position: relative;
	margin: 0px 5px 0px 0px;

}

#sksource_info_body_right p {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding: 5px;
}

#sksource_info_body_right a {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #00f;
}