/*
Theme Name: CutterBike
Description: CutterBikes Theme
Version: 1.0
Author: Rolo aka 'barracuda'<rgarro@backcountry.com>
Author URI: http://www.brightvoid.com/
*/

/*html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #9FC54E;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #AAAAAA;
}

#shade {
}

#wrapper {
	background: url(images/wrapper-bg.jpg) repeat-y left top;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 44px;
	text-align: left;
	width: 850px;
}
div#wrapper-top, div#wrapper-bottom {
	display: block;
	height: 20px;
	width: 938px;
}
div#wrapper-top {
	background: url(images/wrapper-top.jpg) no-repeat left top;
	margin: 10px auto 0 auto;	
	}
div#wrapper-bottom {
	background: url(images/wrapper-bottom.jpg) no-repeat left top;
	margin: 0 auto 10px auto;
}

a {
	font-size: 12px;
	color: #AAAAAA;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #959595;
}
a:hover {
	text-decoration: none;
	color: #9DC34D;
}
a:active {
	text-decoration: none;
	color: #AAAAAA;
}

#header {
	background-repeat: no-repeat;
	height: 80px;
	margin-top: 20px;
	display: block;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#topnav {
	text-align: right;
	margin-top: 45px;
	list-style-type: none;
}
	#topnav li {
		display: inline;
	}


#topnav a{
letter-spacing: -0.4pt;
}

#sidebar {
	margin: 20px 0 0 -5px;
	width: 160px;
	float: left;
}

#main {
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	width:650px;
}
#main h1{
	font-size: 20px;
	color: #3B3B3B;
	padding-bottom: 10px;
}

#main h2{
	font-size: 18px;
}

#main h3{
	font-size: 15px;
	margin-top: 15px;
}
#main img.alignright {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#main .subcat-item{
	display: list-item;
	padding-bottom: 5px;
	margin-left: 15px;
}
#main .subcat-itemb{
	display: block;
	padding-bottom: 5px;
	margin-left: 15px;
	color: #666;
	font-size: 16px;
	width: 40%;
	float: left;
	margin-bottom: 10px;
	}
#main .subcat-itemb li{
	display: list-item;
	margin-left: 15px;
	list-style-type: square;
	margin-top: 5px;
}
#main .subcat-itemb li a{
	display: list-item;
	color: #999;	
}
#parentnav {
	list-style-type: none;
	margin: 0 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#parentnav ul {}

#parentnav li {
	margin-left: 0px;
	list-style-type: none;
}
#parentnav a{
	font-size: 20px;
	letter-spacing: -0.6pt;
	line-height: 18pt;
	padding-left: 15px;
}

#parentnav  a:hover {
	color: #9DC34D;
	background-image: url(images/line.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#parentnav .current-cat a {
	color: #9DC34D;
	background-image: url(images/line.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#parentnav .current-cat-parent a {
	color: #9DC34D;
	background-image: url(images/line.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#childnav {
	list-style-type: none;
	margin: 0 0 20px 0;
}
#childnav li {
	margin: 4px 0px 4px 0px;
	list-style-type: none;
	clear: both;
}
#childnav a{
	font-size: 15px;
	letter-spacing: -0.6pt;
	line-height: 16pt;
	padding: 2px 0px 4px 15px;
	float: left; /*align the menu option in case it has more than one line*/
}

#childnav a:hover {
	color: #9DC34D;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#childnav .current-cat a {
	color: #9DC34D;
	background: url(images/line.jpg) no-repeat left top;
}

#childnav .current-prod a {
	color: #9DC34D;
	background: url(images/line.jpg) no-repeat left top;
}


#childnav a #menuOption{ /*This align the menu options when they are 2 lines instead of 1*/
	width: 140px;
	clear: none;
}

#toplogo{
	float:left;
}

#product_view{

}

#product_view h1{
	margin-bottom: 5px;
}
#product_view .extrinfo{
	padding-bottom: 5px;	
	}
#product_image{
	float:left;
	width: 50%;
	border: 1px solid #CCC;
	padding: 3px;
}

#desc_and_bottom_line{
	clear:both;
	width: 645px;
	float: left;
}
#desc_and_bottom_line h2{
	color: #3B3B3B;
	padding-bottom: 5px;
	padding-top: 15px;
}
#desc_and_bottom_line p{
	text-align: justify;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
	display: block;
	padding-bottom: 10px;	
}	
#product_details{
	width: 40%;
	float: left;
	clear: right;
	margin-left: 40px;
}
#product_details h2{
	color: #3B3B3B;
	padding-bottom: 5px;
}
#product_details .even{
	background-color: #EBEBEB;
}
#product_details .key {
	color: #333;	
}
#product_details .key {
	color: #666;	
}	
#buylink{
	background-color: #8FC943;
	padding: 5px;
	color: #FFF;
	float: left;
}	

#product_details a img{
 border: none !important; 
}