/* CSS Document */

* {
	border:0 none;
	margin: 0px;
	outline:none;
	padding: 0px;
}

body {
	background:#333333 none repeat scroll 0 0;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

h1 {}

h2 {
	border-bottom:2px solid #CCCCCC;
	color:#003333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0 0 12px 0;
	padding-bottom:5px;
	text-transform:uppercase;
}

h3 {
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin:0 0 5px;
}

h4 {
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	margin:0 0 12px;
}

h5 {
	color:#f60000;
	font-family:Georgia,serif;
	font-size:13px;
	font-weight:normal;
	margin:0 0 12px;
}

h6 {}

p {
	font-size:11px;
	line-height:18px;
	margin-bottom:15px;
}

a {
	color:#DA4700;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0 none;
}

ul {
	margin:0 0 15px 25px;
}

ol {}

li {
	line-height:18px;
	padding-bottom:10px;
}

ul li {}

ol li {}

table {}

thead, tfoot {}

tr {}

th {}

td {}


/* =Layout
---------------------------------------------------------------------
*/

#outer_wrapper {
	width:100%;
}

#inner_wrapper {
	background:#FFFFFF none repeat scroll 0 0;
	margin:0 auto;
	width:700px;	
}

#header {
	
}

#nav {
	background:#006666 none repeat scroll 0 0;
	padding:7px 10px;
}

#nav a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#nav a:hover {
	text-decoration:underline;
}

#nav .separator {
	color:#999999;
	margin:0 5px;
}

#content {
	padding:20px 40px;
}

.book {
	margin-bottom:20px;
}

.book .image {
	margin-right:15px;
	width:100px;
}

.book .details {
	margin-right:15px;
	padding-top:15px;
	width:240px;
}

.book .details p {

}

.book .price {
	padding-top:15px;
	width:100px;
}

.book .buttons {
	padding-top:15px;
	width:150px;
}

.book .buttons p {

}

.download {
	margin-bottom:20px;
}

.download .details {
	margin-right:20px;
	width:350px;
}

.download .price {
	width:100px;
}

.download .buttons {
	width:150px;
}

a.back-to-store {
	margin-bottom:10px;
}

#footer {
	padding-bottom:20px;
	text-align:center;	
}

.clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}

.left {
	display:inline;
	float:left;
}

.right {
	display:inline;
	float:right;
}
