/*  
Theme Name: QUASiMOTO
Theme URI: http://www.qmoto.co.nz/new/
Description: A wordpress theme designed for a motorcycle e-commerce site. Requires the WP e-Commerce Plugin and harnesses the power of <a href="http://mootools.net">MooTools</a>.
Version: 1.2
Author: Adrian Hodge
Author URI: http://www.adrianhodge.com/
*/
*{
margin:0;padding:0;position: static}
body{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:.7em;background-color:#363c3b;text-align: center;color:#000}
#container{ 
width: 960px;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #ffd900 url(images/body_bg.gif) left top repeat-y;margin: 0 auto;/* the auto margins (in conjunction with a width) center the page */
text-align: left;/* this overrides the text-align: center on the body element. */
}
#header{ 
background:url(images/header.jpg) no-repeat;height:168px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
position:relative;width:960px} 
#header h1{
margin: 0;/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0;/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menu{clear:both;position:absolute;bottom:6px;color:#FFF;font-weight:bold;background:#c90011 url(images/bg_menu.gif) top repeat-x;width:100%}
#footer a,#menu a{color:#FFF;text-decoration:none}
#menu ul{list-style:none;height:28px;line-height:28px}
#menu li{float:left;border-right:1px solid #8b2020;text-transform:uppercase}
#menu li:hover{background:url(images/menu_hover.gif) repeat-x;cursor:pointer}
#menu li a{display:block;padding:0 10px}
#menu li input{background-color:#a88f91;border:1px solid #8b2020;margin:5px 0 0 10px}
#sidebar{
float: left;/* since this element is floated, a width must be given */
width: 174px;/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#sidebar h3, #sidebar a.category, span.categories, #sidebar a.productlink, ul.PeCategories h3{
height:32px;line-height:32px;font-size:12px;background: #c90011;color:#FFF;padding-left:10px;margin:1px 0;text-decoration:none;font-weight:bold}
#sidebar h3:hover, #sidebar a.category:hover, #sidebar a.productlink:hover{background-color:#545958;cursor:pointer}
#sidebar ul{list-style:none}
#sidebar ul ul{padding:3px 0 5px 0}
#sidebar ul ul li a,#sidebar ul li a{color:#CCC;text-transform:uppercase;font-size:.8em;background-color:#666;display:block;margin:2px 0 0 0;padding-left:5px;line-height:18px;text-decoration:none}
#sidebar ul ul li a:hover,#sidebar ul li a:hover{background-color:#333}
#sidebar ul ul li a#fancy_collapser_link{
border:none;display:inline;height:13px;padding:0px;width:13px}
#sidebar ul ul li.current_page_item a{background-color:#ffd900;color:#000;width:172px}
#mainContent{ 
/*margin: 0 0 0 180px;/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
padding: 0 20px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
float:left;width:746px}
#mainContent h2{font-size:30px;margin:10px 0;font-weight:normal;font-family:Tahoma, Myriad, "Myriad Pro"}
#mainContent h3{margin:10px 0} 
#mainContent p, #mainContent ul, #mainContent ol, #mainContent blockquote{margin-bottom:15px}
#mainContent table td{padding:3px}
#mainContent ul, #mainContent ol, #mainContent blockquote{margin-left:20px}
.oldprice{color:#C30}
.frame{border:1px solid #666}
#footer{background:#545958;text-align:center;padding:10px;color:#CCC;margin-bottom:30px} 
.fltrt{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;margin-left: 8px}
.fltlft{ /* this class can be used to float an element left in your page */
float: left;margin-right: 8px}
.clearfloat{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;height:0;font-size: 1px;line-height: 0px}
.producttext ul{margin:0 0 0 20px}
.producttext p{margin:0 0 20px 0}
.post,.entry{margin:10px 0}
div.producttext ul li{
list-style:none;list-style-image:url(images/bullet.gif)} 
.postmetadata{border-top:1px solid #666;margin-top:10px}
.imagesTextLink{background:#FFF url(images/pictures.gif) left bottom no-repeat;padding-left:20px}
a.imagesTextLink{text-decoration:none;color:#9D0F25}
a.word{background:url(images/word.gif) left bottom no-repeat;padding:2px 0 2px 20px;display:block;margin:0 20px}
a.excel{background:url(images/excel.gif) left bottom no-repeat;padding:2px 0 2px 20px;display:block;margin:0 20px}
/*WP E-COMMERCE STYLES*/
#sideshoppingcart{color:#CCC}
#sideshoppingcart a{color:#FFD900}
.odd{background-color:#E6C300}
a.wpsc_product_title{color:#333}
.cattitles{font-size:1.6em;font-weight:bold;margin:20px 0 10px}
h2.prodtitles{font-size:1.4em;margin:0 0 10px 0}