/* Skeleton
------------------------------ */
#default_left {
	float: left;
	width: 390px; }

#default_right {
	float: right;
	width: 570px; }
/*------------------------------ 
Skeleton */

/* Section: Title
------------------------------ */
#default_title {
	font-size: 22px;
	font-weight: bold;
	padding: 0 20px; }
/*------------------------------ 
Section: Title */

/* Section: Image
------------------------------ */
#default_image {
	margin: 50px 0 0 0; }

#default_image img {
	border: none;
	display: block;
	outline: none; }
/*------------------------------ 
Section: Image */

/* Section: Navigation
------------------------------ */
#default_navigation {
	float: right;
	margin: 0 0 10px 0;
	width: 360px; }

#default_navigation div.navigation_back {
	background-image: url("../style_img/navigation.background.back.default.png");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	padding: 10px 0 0 0;
	text-align: center;
	width: 180px; }

#default_navigation div.navigation_back span {
	background-image: url("../style_img/navigation.arrow.back.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 50px; }

#default_navigation div.navigation_next {
	background-image: url("../style_img/navigation.background.next.default.png");
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
	padding: 10px 0 0 0;
	text-align: center;
	width: 180px; }

#default_navigation div.navigation_next span {
	background-image: url("../style_img/navigation.arrow.next.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 50px 0 0; }

#default_navigation a {
	color: #000000;
	font-weight: bold;
	text-decoration: none; }

#default_navigation a:hover {
	color: #BED0E7; }
/*------------------------------ 
Section: Navigation */

/* Section: Types
------------------------------ */
#default_types {
	float: right;
	height: 32px;
	margin: 10px 0 0 0;
	width: 360px; }

#default_types div {
	float: left;
	height: 32px;
	margin: 0 0 0 8px;
	width: 32px; }

#default_types div:first-child {
	margin: 0; }

#default_types div img {
	border: none;
	display: block;
	height: 32px;
	outline: none;
	width: 32px; }
/*------------------------------ 
Section: Types */

/* Section: Description
------------------------------ */
#default_description {
	background-color: #000000;
	color: #FFFFFF;
	float: right;
	margin: 10px 0;
	width: 570px; }
/*------------------------------ 
Section: Description */