/*  

CONTENTS ------------------------------------------

*01: Reset
*02: Util classes & Phrase Elements
*03: Default Styles (Typography, colour)
*04: Structure (layout, size, positioning)
*05: Common Containers & Subclasses

*/

/* *01: Reset -----------------------------------------------------------------------------------------------------------------*/

body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{display:block;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* *02: Util Classes ----------------------------------------------------------------------------------------------------------*/

.center 				{ text-align: center; }
.right 					{ text-align: right !important; }
.left 					{ text-align: left !important; }
.small 					{ font-size: 0.9em !important;}
.float-right 			{ float: right; }
.float-left 			{ float: left;}
.clear 					{ clear: both; }
.clear-left				{ clear: left; }
.uppercase 				{ text-transform: uppercase; }
.nowrap 				{ white-space: nowrap; }
.offscreen				{ position: absolute; left: -9999px; top: -9999px; }
.hidden					{ display: none !important; }
.self-clear 			{ zoom: 1; }
.self-clear:after 		{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.no-right-margin		{ margin-right: 0 !important; }
.no-left-margin			{ margin-left: 0 !important; }
.no-top-margin			{ margin-top: 0 !important; }
.no-bottom-margin		{ margin-bottom: 0 !important; }
.top-margin				{ margin-top: 15px !important; }
.bottom-margin			{ margin-top: 15px !important; }
.no-bottom-border       { border-bottom: none !important; }
.no-right-border        { border-right: none !important; }
.hot					{ cursor:pointer; }
.script-only			{ display : none; } /* javascript css should turn this on */
.light					{ font-weight:normal !important ;}
.inline					{ display: inline; vertical-align:middle; }
.relative				{ position: relative; }
.block					{ display: block !important; }
.todo					{ background-color: fuchsia; }

/* *02a: Phrase Elements -------------------- */
strong, .bold 			{ font-weight: bold !important; /*letter-spacing:1px;*/ }
em						{ font-style: italic; }
#ie6 em 				{ margin-left: -1px; }
code					{ font-family: Courier, serif; color: #FF0000; font-size: 0.5em; }
cite					{ font-style: italic; }
abbr, acronym			{ border-bottom: 1px dotted; cursor: help; }
q						{ color: #fff; }
blockquote				{ color: #fff; font-size: 1.1em; margin: 0 0 0.5em 0; }

/* *03: Default Styles --------------------------------------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 "Times New Roman"; /* set font size to 10px (a nice round number) - 1.4 line height */
	font-style:italic;
	background: url(../images/layout/bkg/page.gif) repeat-y 50% #d4d4d4;
	
	color: #333;	
}

h1 { font-size: 3.0em; line-height: 1.1em; color: #000; margin:0;padding:0; }

h2, h3, h4, h5, h6 { letter-spacing: 0px; margin-bottom: 0; }

h2 { margin:0;line-height:1em;font-size:2em;padding:10px 0 0 0;color:#00adff; }
h3 { font-size: 1.6em; margin: 1em 0 0.5em 0; }
h4 { font-size: 1.4em; margin: 1em 0 0.5em 0; }

p { font-size: 1.4em; color: #000; line-height: 1.4em; margin: 0.5em 0 0.5em 0; }

a { color: #00adff; text-decoration:none; }
h2 a {color: #000;}

a:hover, a:active { text-decoration:line-through; color: #00adff !important; }


ul li {
	list-style: disc;
	margin-left: 2em;
}

ul.no-markers li {
	list-style: none;
	margin-left: 0;
}

ol li {
	list-style-type: decimal;
	margin-left: 2em;
}

/*#ie6 .png { behavior: url(/Css/iepngfix.htc); }*/

.loading
{
	/* TODO: add background animated loading image */
	min-height: 20px;
	padding:5px;
}

.button
{
	text-transform:uppercase;
	display:inline-block;
	color: #fff;
	font-size: 10px;
	padding:3px 0;
	border:1px solid #ddd;
	margin:0;
	background:#00adff;
	zoom:1;
}


.button:hover
{
	color:#00adff;
	background:#fff;
}

/* *04: Structure -------------------------------------------------------------------------------------------------------------*/

#wrapper
{
	width:970px;
	background:url(../images/layout/bkg/grunge.gif);
	margin:0 auto;
}

#header
{
	
}

#logo
{
		
}

#content-wrapper
{
	position:relative;
	margin:0 45px;
	width:880px;
	overflow:hidden;
	
}

#sidebar
{
	float:left;
	width:205px;
}

#content
{
	float:left;
	width:675px;
}


h1.shipping-info, h1.terms-and-conditions,h1.contact,h1.about-our-store
{
	display:block;
	width:615px;
	height:60px;
}

h1.shipping-info span, h1.terms-and-conditions span,h1.contact span,h1.about-our-store span
{
display:none;
}

h1.shipping-info{
	background:url(../images/layout/headings/shipping-info.gif) no-repeat 0px 0px;
}
h1.terms-and-conditions{
	background:url(../images/layout/headings/terms--conditions.gif) no-repeat  0px 0px;
}
h1.contact{
	background:url(../images/layout/headings/contact.gif) no-repeat  0px 0px;
}
h1.about-our-store{
	background:url(../images/layout/headings/about-our-store.gif) no-repeat  0px 0px;
}

#content p
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:1.2em;
	font-style:normal;
	padding-right:50px;
}

p.margin-top{

	margin-top:2em;
}

/* Main Nav Styles============= */ 

#main-nav li
{
	font-size:1.4em;
	list-style:none;
	margin:0;
	text-transform:uppercase;
	padding-top:10px;
}

#main-nav li li
{
	font-size:1em;
	margin-left:20px;
	padding:0;
}

#main-nav li a
{
	color:#000;
}

#main-nav li a:hover, #main-nav li a.selected
{
	text-decoration:none!important;
	background:#00adff;
	color:#fff!important;
}

#main-nav a.sub-selected
{
	text-decoration:line-through;
	color:#00adff;
}

/* End Main Nav Styles============= */ 

/* Product Page Styles============= */ 

#product-viewer
{
	float:left;
	width:241px;
}


#product-detail
{
	background:url(../images/layout/bkg/product-divider-large.gif) no-repeat 0px 60px;
	margin-left:40px;
	width:390px;
	float:right;
}

span.on-special
{
	text-decoration:line-through;
}

span.sale-price
{
	color:#f00;
}


/* End Product Page Styles========= */ 



/* Product Gallery Styles========== */ 

#gallery
{
	width:243px;
	overflow:hidden;
	position:relative;
	margin-top:5px;
}

#gallery li
{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin-right:5px;
}

#gallery li.last
{
	margin-right:0!important;
}

.sold-out
{
	position:absolute;
}

/* End Product Gallery Styles====== */ 

#homepage-features h2.header
{
	padding-bottom:10px !important;
}





/* Footer Styles=================== */ 

#footer
{
	width:970px;
	height:80px;
	background:url(../images/layout/bkg/footer.gif) no-repeat;
}


#footer-nav
{
	padding-top:30px;
	margin-left:45px;
}

#footer-nav li
{
	font-size:1.4em;
	list-style:none;
	float:left;
	margin:0;
	padding:0 3em 0 0;
}

#footer-nav a
{
	color:#000;
}

.product-list li
{
	list-style:none;
	display:block;
	width:214px;
	height:400px;
	margin:0;
	float:left;
	margin-left:16px;
}

/* End Footer Styles=============== */ 

/* Product List Styles============= */ 

.product-list li.row
{
	clear:left;
	margin-left:0px;
}

.product-list .image
{
	margin-bottom:5px;
}

.product-list .description
{
	background:url(../images/layout/bkg/product-divider.gif) no-repeat;	
	zoom:1;
	position:relative;
	width:214px;
}

.product-list .description h2
{

	
}

.product-list .description p
{
	margin:0;
	font-style:italic!important;
	font-family:Times New Roman, Serif!important;

}

p.price {
 color:#00adff;
}
	
/* End Product List Styles========= */ 


/* Cart Styles===================== */ 

.add-to-cart
{
	margin-top:2em;
	background:#eee;
	padding:1em;
}

.add-to-cart label
{
	font-size:1.4em;
	margin-right:.5em;
}

/* CART TABLE */
.proceedButton {
	float:right;
}

.proceedButton.top {
	float:left;
}

.cart-tab {
	clear:both;
	width:100%;
	border-collapse:collapse;
	margin:1em 0;
	padding:0;
}
.cart-tab th, .cart-tab td {
	border:1px solid #ccc;
	border-width:1px 0;
	padding:5px 2px;
	font-size:1.4em;
}
.cart-tab .altRow th, .cart-tab .altRow td {
	background:#DFDFDF;
}
.cart-tab .totalRow td {
	border-top:3px double #999;
	border-bottom:0;
}
.cart-tab th, .cart-tab .total, .cart-tab .title {
	font-weight:bold;
	line-height:1.2em;
}

.cart-tab .total {
	font-size:2em;
}
.cart-tab .total, .cart-tab .price {
	text-align:right;
}

#shipping {
	border:3px solid #999;
	float:right;
	margin-top:1em;
	padding:1em;
	width:300px;
}
#shipping select
{
	font-size:1.4em;
}


#shipping h2 {
	font-weight:bold;
	margin-bottom:0.5em;
}

#calcs {
	clear:both;
	font-size:1.4em;
}

.grandTotal {
	border-bottom:3px double #CCCCCC;
	font-size:2em;
	font-weight:bold;
	padding:0.2em;
	text-align:right;
	margin-bottom:1em;
}

.subTotal, .tax {
	padding:0.2em;
	text-align:right;
}

.message
{
	text-align:center;
	color:#000;
	background:#ddd;
	padding:1em;
	font-size:2em;
	font-weight:bold;
	clear:both;
	margin:1em 0;
}

.message strong
{
	color:#00adff;
}

.free-ship
{
	padding-top:1em;
}

.note
{
	width:400px;
}


#micro-cart
{
	Margin-right:40px;
	margin-top:20px;
	overflow:hidden;
	zoom:1;
}

#micro-cart .cart-items
{
	font-family:Arial;
	font-size:1em;
	font-style:normal;
}

#micro-cart .total
{
	font-weight:bold;
}

#micro-cart .view-cart
{
	float:right;
}

#micro-cart .view-cart a
{
	display:block;
	background:url(../images/layout/bkg/cart-link.gif) no-repeat  0px 3px;
	font-size:1.4em!important;
	color:#000;	
	width:88px;
}


/* End Cart Styles================= */ 



/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 675px;	 
	height:550px;	
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
.items {	
	position:absolute;
	width:20000em;	
	clear:both;
}


/* single item */
.items div {
	float:left;
	width:675px;
	height:550px;
}

.navigator
{
	text-align:center;
	position:absolute;
	top:500px;
	width:675px;
}

.navigator li
{
	list-style:none;
	margin:0;
	padding:5px 15px;
	cursor:pointer;
	display:inline;
	font-size:1.5em;
	color:#00ADFF;

	font-style:normal;
}

.navigator li.active{
	color:#fff;
}



/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 

	
/* *05: Common Containers & Subclasses -------------------------------------------------------------------------------------------------------------*/





