/*****************************************
SimpleCart(js)
Written By Brett Wejrowski
Demo Site by Stephen McKinney

The Style's for the SimpleCart(js) are in
the Header of index.html. The following
Just makes the rest of the site look
pretty
*****************************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {
	line-height: 1;
	background-color: #2E5C99;
}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
:focus { outline: 0;}
ins { text-decoration: none;}
del { text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0;}
#content{
	background:url(images/bg_content.gif);
	width:1044px;
	height:562px;
	margin:90px auto 20px auto;
}
#header{
	padding:20px 0;
	margin-left:20px;
	background:url(images/logo-kite-school-dvd.gif) bottom left no-repeat;
	width:600px;
	float:left;
}
h1{
	width:284px;
	height:0;
	font-size:0px;
	padding-top:60px;
	overflow:hidden;
}
h2{
	font-size:22px;
	color:#429132;
	font-family: Arial, Helvetica, sans-serif;
}
#catalog{
	width:770px;
	margin:30px 0 0 10px;
	float:left;
	height:444px;
}
#catalog li{
	float:left;
	margin:25px 25px 75px 25px;
}
#catalog li img{
	display:block;
}
.Price{
	display:block;
	float:left;
	background:url(images/span.png);
	width:33px;
	height:21px;
	line-height:20px;
	margin:6px 4px 0 0;
	color:#fff;
	font-size:15px;
	padding:2px 0 0 5px;
	font-weight:lighter;
	
}
b{
	float:left;
	font-size:15px;
	color:#333;
}
b a{
	font-size:12px;
	color:#c23f26;
}
#sidebar{
	float:right;
	margin-right:5px;
	width:248px;
	margin-top:-70px;
	
}
#sidebar a.simpleCart_checkout,
.checkoutEmptyLinks a.simpleCart_checkout{
	display:-moz-inline-box;
	display:inline-block;
	width:87px;
	height:25px;
	background:url(images/btnCheckout.gif);
	overflow:hidden;
	margin-left:100px;
	vertical-align:middle;
	text-indent:-9999px;
	font-size:0;
}
a.btnCheckout:hover{
	background-position:87px 0;
}
#downloadContainer{
	width:230px;
	font-size:11px;
	font-weight:normal;
	margin-top:15px;
}
#downloadContainer a{
	color:#222;
	text-decoration:none;
}
#downloadContainer a:hover{
	text-decoration:underline;
}
h3{
	font-size:22px;
	color:#c23f26;
	padding-bottom:4px;
	margin-bottom:9px;
	border-bottom:1px dashed #d1d4d5;
}
#footer{
	clear:both;
	margin-top:15px;
	text-align:center;
	font:normal 11px Helvetica, Arial, sans-serif;
	color:#e7ebf0;
	opacity:.999;
}
#footer a{
	color:#aaa;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#smallLogo{
	margin-top:2px;
	vertical-align:bottom
}
/*************************
my cart page
*************************/
.alsoContainer{
	float:left;
	clear:left;
	padding:15px 0;
}
.alsoInfo,
.alsoImage
{
	float:left;
}
.alsoImage{
	margin-right:8px;
}
.alsoInfo{
	margin-right:9px;
	width:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #2E5C99;
	font-weight: bold;
}
.detail {
	font-size: 0.7em;
}
#sidebar .alsoContainer a{
	color:#c23f26;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 5px;
}
#sidebar .alsoContainer a:hover{
	color:#c23f26;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 5px;
}
.alsoPrice{
	color:#418932;
	font-size:13px;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
}
.checkoutEmptyLinks{
	float:left;
	clear:left;
	width:530px;
	padding-left:261px;
	font-family: Arial, Helvetica, sans-serif;
}
.checkoutEmptyLinks a{
	color:#000;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
/*************************
Top Frame
*************************/

#topFrame{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:30px;
	text-indent:50px;
	border-top-width: 0.5px;
	border-top-style: solid;
	background-image: url(images/background-menu.gif);
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-repeat: repeat-x;
	text-align: center;
}
#topFrame a{
	color:#2E5C99;
	font-weight:bold;
	line-height:32px;
}
.inline {
	display: inline;
}
li {
	font-family: "Helvetica", Geneva, Arial, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: left;
	list-style-type: none;
	margin-right: 20px;
	text-transform: uppercase;
	text-indent: 2em;
	font-weight: bold;
}
.menushop {
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #2E5C99;
}
.a.menushopCopie {
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #2E5C99;
}
#topFrame a:hover {
	color:#333333;
	font-weight:bold;
	line-height:32px;
}
.commander, .commander a     {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	float: left;
	clear: both;
	margin-right: 9px;
}
.break {
	clear: both;
	float: left;
	height: 1px;
	width: 240px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-top: 15px;
	margin-bottom: 10px;
}
.conditions {
	font-size: 0.7em;
	width: 400px;
	float:left;
	clear:left;
	padding-left:221px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
}

