/* CSS Document */

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

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

h1 {}

h2 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
}

h3 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
}

h4 {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	margin:0 0 10px 0;
}

h5 {}
h6 {}

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

a {
	color:#3D8D94;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0 none;
}

ul {}
ol {}
li {}
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 {
	
}

#content {
	padding:20px;
}

.product {
	border-bottom:2px solid #CCCCCC;
	margin-bottom:20px;
	padding-bottom:20px;
}

.product .details {
	margin-right:20px;
	width:440px;
}

.product .price {
	padding-top:30px;
	width:100px;
}

.product .buy {
	padding-top:30px;
	width:100px;
}

#footer {
	padding:0 0 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;
}
