@charset "utf-8";
body {
	margin: 0px;
	background-color:#FFFFFF;
}
#body_wrapper {
	font: Arial;
	font-size: 0.8em;
	overflow: hidden;
	width: 720px;
	height: 210px;
	padding-left: 10px;
}

.screenshot {
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	width: 45%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.screenshot .webshot_image {
	background-color: #1ED7EB;
	padding: 5px;
	margin: 0px;
	height: 182px;
	width: 300px;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
	padding-left: 5px;
	color: #333333;
	line-height: 1.2em;
	width: 50%;
	height: 100%;
}

.description h1 {
	font-size: 1.8em;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	letter-spacing: -0.1em;
	border-bottom-style: solid;
	border-bottom-color: #1ED7EB;
	border-bottom-width: 5px;
	font-family: Arial;
}

	.description p {
		margin: 0px;
	}
	
	.details {
		font-size: 0.75em;
	}
	
	.text01 {
		margin-top: 7px;
	}
	
	.links {
		margin-top: 7px;
		background-color: #1ED7EB;
		width: 50px;
		text-align: center;
	}
	
	.links:hover {
		background-color: #333;
	}
	
		.links a {
			background-color: transparent;
			color: #FFF;
			text-decoration: none;
			font-weight: 800;
		}
