@charset "UTF-8";
/*
	Skywash Stylesheet
	Written by Anik
	Khanik.com
*/

body {
	background-color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7C7C7C;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #78797B;
	text-decoration: none;
}

a:hover, a:active {
	color: #05173F;
	text-decoration: none;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	color: #C9CBCC;
	margin-bottom: 20px;
}

h4 a:link, h4 a:visited {
	color: #C9CBCC;
}

h4 a:hover, h4 a:active {
	color: #919195;	
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0 0 12px 0;
}

strong {
	color: #333;
}

i {
	font-style: normal;
	color: #F00;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	border: #D1D1D1 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C7C7C;
	padding: 2px 4px 2px 4px;
	magin: 0;
}

input, textarea {
	width: 210px;
}

textarea {
	width: 150px;
}

select {
	width: 220px;
}

.clear, .spacer_5, .spacer_10, .spacer_15, .spacer_20 {
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	height: 1px;
}

.spacer_5 {
	height: 5px;
}

.spacer_10 {
	height: 10px;
}

.spacer_15 {
	height: 10px;
}

.spacer_20 {
	height: 20px;
}

/* Header*/

#header {
	width: 1000px;
	margin: 20px auto;
}

#header .right {
	width: 260px;
	text-align: left;
}

/* Body */

#body_wrapper {
	width: 1000px;
	margin: 20px auto;
}

#popout {
	background: #FFF;
	padding: 10px;
}

#popout p {
	line-height: 150%;
}

.popout_container {
	width: 640px;
	margin: 0 auto;
}

.top div {
   background: url(../images/tl.png) no-repeat top left;
}

.top {
   background: #FFF url(../images/tr.png) no-repeat top right;
}

.bottom div {
   background: url(../images/bl.png) no-repeat bottom left;
}

.bottom {
   background: #FFF url(../images/br.png) no-repeat bottom right;
}

.top div, .top, .bottom div, .bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}

#body {
	background: #FFF url(../images/bg.jpg) left bottom  no-repeat;
	text-align: left;
	padding: 20px;
	margin: 0 auto;
	height: 680px;
	width: 960px;
}

#sidebar {
	float: right;
	width: 240px;
}

#mainbar {
	float: left;
	width: 700px;
}

.title {
	border-bottom: #CCC 1px solid;
	padding-bottom: 10px;
	clear: both;
}

.title .right {
	width: 340px;
}

.products, .products li {
	list-style: none;
}

.products {
	margin: 0;
	padding: 0;
}

.products li {
	float: left;
	width: 160px;
	margin-right: 20px;
	padding: 20px 0 40px 0;
}

.products li.last {
	margin: 0;
}

.products li a {
	text-decoration: underline;
	font-weight: bold;
}

.cartHeaders {
	display: none;
}

.simpleCart_items {
	margin-bottom: 20px;
}

.itemContainer {
	clear: both;
	padding: 10px 0;
	font-size: 11px;
}

.itemName {
	float: left;
	width: 95px;
	padding-right: 5px;
}

.itemPrice {
	float: left;
	width: 48px;
	color: #418932;
}

.itemQuantity {
	float: left;
	width: 37px;
	margin-top: -5px;
	vertical-align: middle;
}

.itemQuantity input {
	width: 25px;
	border: 1px solid #ccc;
	padding: 3px 2px;
}

.itemTotal {
	float: left;
	width: 45px;
	color: #c23f26;
}

.totalRow {
	clear: both;
	padding-top: 10px;
}

.totalItems {
	float:  left;
	width: 156px;
	text-align: right;
}

.totalPrice {
	float: right;
	text-align: left;
	width: 55px;
}

a.simpleCart_empty {
	float: left;
	padding-top: 6px;
}

a.simpleCart_checkout {
	float: right;
	width:87px;
	height:25px;
	background:url(../images/btnCheckout.gif);
	overflow:hidden;
	vertical-align:middle;
	text-indent:-9999px;
	font-size:0;
}

a.simpleCart_checkout:hover {
	background-position:87px 0;
}

#questions a {
	text-decoration: underline;
	font-weight: bold;
}

#number {
	font-size: 14px;
	padding: 5px 10px;
}

#checkout p {
	margin: 0 0 5px 0;
}

#checkout .title {
	margin-bottom: 10px;
}

#checkout .itemContainer {
	padding: 0;
	font-size: 12px;
}

#checkout .itemPrice {
	width: 48px;
}

#checkout .itemName {
	width: 102px;
	padding-bottom: 5px;
}

#checkout .itemQuantity {
	width: 20px;
	text-align: center;
	margin: 0;
}

#checkout .itemTotal {
	width: 50px;
}

.final {
	width: 50px;
	float: right;
	font-size: 14px;
	font-weight: bold;
}

.total {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	width: 170px;
	float: left;
}

.column {
	float: left;
	width: 225px;
	margin-right: 20px;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

dd {
	margin: 0 0 10px 0;
	padding: 0;
}

dd p {
	margin: 0 0 5px 0;
	line-height: 125%;
}

.last {
	margin: 0;
}

.reset {
	border: 0;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}

.right {
	float: right;
}

/* Footer */

#footer {
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 10px;
	width: 240px;
}

#tooltip h3, #tooltip div {
	margin: 0;
	width: auto;
}