body {
	font-family:arial, helvetica, sans-serif;
	font-size:.95em;
	margin:0;
	padding:0;
	/*background:url('/images/header-bg.jpg') repeat-x top center #000;*/
	background-color:#000;
	color:#fff;
}
input,
select,
textarea {
	font-family:arial, helvetica, sans-serif;
}
input.styled,
input.input-text,
textarea.input-text {
	width:97%;
	border:none;
	background:#696969;
	padding:5px;
}
input#amount {
	width:50%;
}
input.bttn {
	background:#02C102;
	font-size:14px;
	border:none;
	padding:7px;
}
/*a, a:link, a:active, a:visited {
	color:#02C102;
}
a:hover {
	color:#d6f13a;
}
*/
div.inner {
	width:960px;
	margin:0 auto;
	position:relative;
}
#header .inner {
	height:224px;
	z-index:1000;
}
#header h1,
#logo {
	margin:0;
	padding:0;
	position:absolute;
	left:-50px;
	top:0;
	text-indent:-9999px;
	background:url('/images/logo.png') no-repeat scroll top left;
	width:335px;
	z-index:1001;
	height:224px;
}
#header ul#account {
	position:absolute;
	top:10px;
	right:0;
	background:#fff;
	font-size:11px;
	line-height:11px;
	margin:0;
	padding:0;
	z-index:1000;
	list-style:none;
}
#header ul#account li {
	float:left;
}
#header ul#account li a {
	color:#000;
	text-decoration:none;
	float:left;
	padding:5px 7px;
	font-weight:bold;
	position:relative;
}
#header ul#account li img {
	position:absolute;
	z-index:1001;
	top:20px;
	left:0;
	display:none;
}
#header ul#account a:hover,
#header ul#account a.here {
	color:#02C102;
}
#header ul#account a.here img {
	display:inline;
}
#header ul#account li.cart a {
	font-weight:normal;
}
#header ul#account li.checkout a {
	background:#000;
	color:#fff;
	width:67px;
	text-align:center;
}
#search-form {
	margin:0;
/*	padding:17px;
*/	background:#02c102;
	position:absolute;
	top:50px;
	right:0;
	width:324px;
}
#search-form input {
	float:left;
	border:none;
	background:#fff;
	padding:0;
	display:inline;  /*ie*/
}
#search-form input.styled {
	width:240px;
	height:21px;
	font-size:14px;
	padding:6px 6px 0;
}
#search-form input.bttn {
	width: auto;
}

#blog-items {
    float:left;
    width:350px;
    overflow:hidden;
}
#blog-items .hentry {
    margin-bottom:1em;
}
#blog-items .hentry p {
    margin:0 0 1em;
}
.bttn-view-all-sm {
    float:right;
    font-size:11px;
    line-height:11px;
}
#page-items {
    float:right;
    width:350px;
    overflow:hidden;
}
.v-middle {
    vertical-align:middle;
}

/*#header ul#account .link-logout {
	font-weight: normal;
	padding-left: 0;
}*/


#header ul#navigation {
	margin:0;
	padding:0;
	position:absolute;
	top:139px;
	left:275px;
	width:725px;
	list-style:none;
}
#header ul#navigation li {
	float:left;
	margin:0;
	padding:0;
}
#header ul#navigation li a {
	float:left;
	height:44px;
	text-indent:-9999px;
	padding:0 8px;
}
#header ul#navigation li a:hover,
#header ul#navigation li a.here {
	background-color:#02c102 !important;
}
#header ul#navigation li a#team {
	background:url('/images/nav/team.gif') no-repeat top center;
	width:62px;
	height:44px;
}
#header ul#navigation li a#boards {
	background:url('/images/nav/boards.gif') no-repeat scroll top center;
	width:81px;
	height:44px;
}
#header ul#navigation li a#contact {
	background:url('/images/nav/contact.gif') no-repeat scroll top center;
	width:93px;
	height:44px;
}
#header ul#navigation li a#dealers {
	background:url('/images/nav/dealers.gif') no-repeat scroll top center;
	width:84px;
	height:44px;
}
#header ul#navigation li a#history {
	background:url('/images/nav/history.gif') no-repeat scroll top center;
	width:81px;
	height:44px;
}
#header ul#navigation li a#news {
	background:url('/images/nav/news.gif') no-repeat scroll top center;
	width:63px;
	height:44px;
}
#header ul#navigation li a#shop {
	background:url('/images/nav/shop.gif') no-repeat scroll top center;
	width:62px;
	height:44px;
}
#header ul#navigation li a#video {
	background:url('/images/nav/video.gif') no-repeat scroll top center;
	width:69px;
	height:44px;
}
#product-side-nav {
	width:138px;
	float:left;
	display:inline;
	margin:0 24px 0 0;

}
#main .inner {
	z-index:1 !important;
}
.main {
	padding-top: 35px;
}
#product-side-nav h3 {
	font-size:24px;
	font-weight:normal;
	padding:5px;
	color:#fff;
	background:#7a7a7a;
	margin:0;
}
#product-side-nav h3.on {
	background:#fff url(/images/splatter-subnav.gif) top right no-repeat;
	color:#000;
}
#product-side-nav h3 a {
	color:#000;
	text-decoration:none;
	display:block;
}
#product-side-nav ul {
	background:#fff;
	margin:0 0 2px;
	padding:0 0 5px;
	list-style:none;
	font-size:12px;
}
#product-side-nav ul li {
	padding:0;
}
#product-side-nav ul li a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:2px 0 2px 10px;
}
#product-side-nav ul li.here a,
#product-side-nav ul li a:hover {
	background:#02c102;
}
#product-side-nav ul li.sub a {
	padding:2px 0 2px 20px;
}
#product-side-nav ul li.sub span.pointer {
	color:#a34a9c;
}
#product-images {
	float:left;
	display:inline;
	width:350px;
	margin:0 100px 0 0;
	position:relative;
	z-index:31;
}
#big-image {
	position:relative;
	z-index:31;
	width:350px;
}
img#product-splatter {
	position:absolute;
	top:0;
	left:0;
}
img#more-images-arrow {
	position:absolute;
	top:0px;
	left:321px;
	z-index:31;
}
#additional-images {
	position:absolute;
	top:0;
	left:350px;
	width:75px;
	height:397px;
	overflow:hidden;
	z-index:30;
}
#additional-images ul {
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
}
#additional-images ul li  {
	margin:0;
	padding:0;
	position:relative;
}
#additional-images ul li img {
	margin:0 0 2px;
	padding:0;
	float:left;
	clear:left;
}
#additional-images #scroll-down {
	position:absolute;
	bottom:-5px;
	*bottom:0;
	left:0;
	border-top:2px solid #000;
	z-index:100;
}
#additional-images #scroll-up {
	position:absolute;
	top:0;
	left:0;
	height:15px;
	border-bottom:2px solid #000;
	z-index:100;
}

#next-prev-product img {
	padding:20px 0;
}
#next-prev-product img#next {
	float:right;
}
#next-prev-product img#previous {
	float:left;
}
#related-products {
	clear:both;
	background:#2f2f2f;
	padding:20px 20px 10px;
	font-size:14px;
	margin:0 0 30px;
}
#related-products h3 {
	font-size:10px;
	margin:0 0 10px;
	padding:0;
	text-transform:uppercase;
}
#related-products ul {
	list-style:none;
	margin:0;
	padding:0;
}
#related-products ul li  {
	margin:0 0 20px;
	padding:0;
}
#related-products li img {
	float:left;
}
#related-products li p {
	padding-left:90px;
	margin:6px 0;
}
#related-products li div.price {
	font-size:12px;
	padding-left:90px;
	font-weight:bold;
}
#related-products a {
	color:#fff;
	text-decoration:none;
}
a.green {
	background:#02C102;
	color:#fff !important;
	font-size:10px;
	text-decoration:none;
	padding:2px 5px;
}
#product-info {
	float:left;
	display:inline;
	width:347px;
	position:relative;
	font-size:14px;
	top:-5px;
}
#product-info h1 {
	font-size:36px;
	line-height:40px;
	margin:0;
	padding:0;
	clear:both;
	font-weight:normal;
}
#product-info p {
	margin:1em 0;
}
#product-info div.price {
	float:left;
	font-weight:bold;
}
#product-info div.price strike {
	color:#777;
	margin:0 10px 0 0;
}
#product-info p.style {
	float:right;
	margin:0 0 10px;
	font-size:12px;
	line-height:12px;
	*line-height:20px;
	color:#fff;
}
#product-info div.description {
	clear:both;
	padding:5px 0 0;
	font-size:13px;
	line-height:24px;
}
#product-info .product-options-wrapper {
	display:block;
	margin:0 0 20px;
}
#product-info .options {
	clear:both;
	padding:40px 0 0;
}
#product-info .options .element {
	display:block;
	padding:0 0 10px;
}
#product-info .options .element select {
	width:175px;
}
#product-info .product-options-bottom .element {
	margin-bottom:20px;
}
#product-info .options label {
	color:#02C102;
	display:block;
	text-transform:uppercase;
	font-size:10px;
	margin:0 0 2px;
}
#product-info input.add-to-cart {
	background:#02C102;
	font-size:24px;
	border:none;
	margin:0 0 4px 0;
}
#additional-info {
	margin:40px 0 0;
}
ul.tabs {
	list-style:none;
	margin:10px 0 0;
	padding:0;
	float:left;
}
ul.tabs li {
	font-size:22px;
	line-height:22px;
	float:left;
	width:133px;
	margin:0;
	padding:10px 20px;
}
ul.tabs li.on {
	background:#2f2f2f;
}
ul.tabs li a {
	color:#fff;
	display:block;
	width:100%;
	text-decoration:none;
}
#additional-info-panel {
	background:#2f2f2f;
	float:left;
	padding:10px 20px;
	font-size:12px;
	line-height:16px;
	width:306px;
	_overflow:hidden;
}
#additional-info-panel input.styled {
	background:#696969;
	border:none;
	padding:5px;
	width:75px;
}
#additional-info-panel input.bttn {
	display:block;
	margin:15px 0;
}
#additional-info-panel p {
	margin:0 0 1em;
}
.colors h3 {
	font-size:11px;
	color:#fff;
	font-weight:normal;
	margin:30px 0 5px;
	text-transform:uppercase;
}
.colors ul {
	list-style:none;
	margin:0;
	padding:0;
}
.colors ul li {
	float:left;
	margin:0 5px 5px 0;
}
.colors ul li a {
	text-decoration:none;
}
.colors ul .swatch {
	background:#333;
	width:70px;
	border:1px solid #222;
	height:13px;
	
}
.colors ul small {
	display:block;
	text-transform:uppercase;
	font-size:10px;
	color:#7a7a7a;
}
a.video {
	background:url('/images/icon-video.gif') left center no-repeat;
	padding-left:20px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	display:block;
	margin:0 0 5px 0;
}
a.add {
	background:url('/images/icon-add.gif') left center no-repeat;
	color:#fff;
	padding-left:20px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	display:block;
	margin:0 0 10px 0;
}
a.send-to-friend {
	float:right;
	clear:right;
	color:#02C102;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 14px 0 0;
	background:url('/images/arrow-grn.gif') right center no-repeat;
	
}
ul.rating {
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
ul.rating li {
	width:16px;
	height:15px;
	float:left;
	background:url('/images/rating-off.gif') no-repeat scroll top left;
	text-indent:-9999px;
	margin:0 4px 0 0;
}
ul.rating li.on {
	background:url('/images/rating-on.gif') no-repeat scroll top left;
	
}
ul.breadcrumb {
	font-size:10px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	list-style:none;
	position:absolute;
	top:-8px;
	right:0;
}
ul.breadcrumb li {
	float:left;
	margin:0 3px 0 0;
}
ul.breadcrumb li a {
	float:left;
	color:#02C102;
	text-decoration:none;
	background:url(/images/breadcrumb-arrow-right.gif) right center no-repeat;
	padding-right:12px;
}
ul.breadcrumb li.last a {
	background:url(/images/breadcrumb-arrow-down.gif) right center no-repeat;
}
.step-tag {
	position:absolute;
	left:-1em;
	font-size:16px;
	font-weight:bold;
}

#footer-top {
	margin:20px 0 0;
	clear:both;
	font-size:14px;
	background:url('/images/footer-fade.jpg') top left repeat-x;
}
#footer-top form {
	float:left;
	margin:20px 0;
	width:520px;
	display:inline;
}
#footer-top label {
	font-weight:bold;
	margin:0 10px 0 0;
	line-height:25px;
	float:left;
	display:inline;
}
#footer-top input.bttn {
	border:none;
	padding:0;
	margin:0;
	float:left;
	display:inline;
}
#footer-top input.styled {
	width:200px;
	border:none;
	float:left;
	padding:6px;
	height:13px;
	background:#fff;
}
#footer-top ul {
	float:right;
	margin:25px 0;
	padding:0;
	list-style:none;
}
#footer-top ul li {
	float:left;
	margin:0 0 0 10px;
}
#footer-top ul li a {
	color:#fff;
	padding:0 10px;
	text-decoration:none;
}
#footer-bottom {
	clear:both;
	padding:10px 20px;
	font-size:10px;
	background:url('/images/footer-fade.jpg') top left repeat-x;
}
#footer-bottom ul.find-us {
	float:right;
	padding:0;
	margin:0;
	list-style:none;
	font-size:13px;
}
#footer-bottom ul.find-us li {
	float:left;
	margin:0 0 0 10px;
}
#footer-bottom ul.find-us li a {
	padding:0 5px;
	color:#00ff00;
	text-decoration:none;
}
#footer-bottom ul {

	margin:10px 0;
	padding:0;
	list-style:none;
}
#footer-bottom ul li {
	float:left;
	margin:0 10px 0 0;
}
#footer-bottom ul li a {
	color:#fff;
	text-decoration:none;
}
div.wide-wrapper {
	float:right;
	width:795px;
}
ul.product-listing {
	list-style:none;
	margin:0;
	padding:0;
	*padding-bottom:20px;
	text-align: left;
}
ul.product-listing li {
	float:left;
	display:inline;
	margin:0 51px 39px 0;
	width:160px;
	padding:0;
	text-align: left;
}
ul.product-listing li.end {
	margin-right:0;
}
ul.product-listing li div.image {
	position:relative;
}

ul.product-listing li div.image .featured,
ul.product-listing li div.image .best {
	position:absolute;
	bottom:0;
	left:0;
	text-transform:uppercase;
	background:#fb5117;
	width:100%;
	font-size:12px;
	text-align:center;
	padding:3px 0;
}

ul.product-listing li div.image .best {
	background:#02C102;
}

ul.product-listing h3 {
	margin:10px 0 0;
	padding:0;
	font-size:14px;
	line-height:14px;
}
ul.product-listing h3 a {
	color:#fff !important;
	text-decoration:none;
	text-transform:uppercase;
}
ul.product-listing div.price {
	margin:5px 0;
	font-size:12px;
}
#shopping-cart-window,
#shopping-cart-window-checkout,
#shopping-cart-window-dealers {
	width:100%;
	height:auto;
	top:31px;
	left:0;
	position:absolute;
	z-index:999;
}
#shopping-cart-window-checkout {
	z-index:888;
}
#shopping-cart-window .inner,
#shopping-cart-window-checkout .inner,
#shopping-cart-window-dealers .inner {
	width:960px;
}
#shopping-cart,
#dealers-screen {
	background:#FFFFFF url(/images/cart-splatter.gif) no-repeat 115px 23px;
	color:#000;
	clear:left;
	padding:120px 90px 90px;
	border-bottom:20px solid #000;
}
#shopping-cart h2,
#checkout-screen h2,
#dealers-screen h2 {
	font-size:71px;
	line-height:71px;
	margin:0;
	padding-left:115px;
}
ul.cart-items {
	list-style:none;
	margin:0;
	padding:0;
}
ul.cart-items li.divider {
	height:1px;
	overflow:hidden;
	background:#ccc;
}
ul.cart-items li {
	margin:10px 0;
}
ul.cart-items div.item,
ul.cart-items div.pricing {
	height:3.5em;
}
ul.cart-items div.item {
	float:left;
	width:340px;
	padding:15px 20px;
	border-right:1px solid #ccc;
}
ul.cart-items div.item img {
	float:left;
}
ul.cart-items div.item h3,
ul.cart-items div.item p {
	padding-left:85px;
	margin:0;
}
ul.cart-items div.item h3 {
	margin:0;
}
ul.cart-items div.item h3 a {
	text-decoration:none;
	color:#000;
	font-size:18px;
}
ul.cart-items div.item p.style {
	font-size:12px;
}
ul.cart-items div.options {
	width:249px;
	padding:15px 20px;
	float:left;
	font-size:11px;
}
ul.cart-items div.options .element {
	float:left;
	margin:0 10px 0 0;
}
ul.cart-items div.options .element label {
	display:block;
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:5px;
	font-weight:bold;
}
ul.cart-items div.options a {
	text-decoration:none;
	color:#ff7100;
	font-weight:bold;
	display:block;
	margin:0 0 10px;
}
ul.cart-items div.pricing {
	float:right;
	border-left:1px solid #ccc;
	padding:15px 20px;
}
ul.cart-items div.pricing p {
	margin:0 0 5px;
	font-size:12px;
}
ul.cart-items div.pricing div.price {
	font-size:18px;
	font-weight:bold;
}
#checkout-screen ul.cart-items div.item h3 a {
	color:#4c4c4c;
}
#checkout-screen ul.cart-items .option-block p span {
	color:#FFF;
}
#shopping-cart p.subtotal {
	float:right;
	font-size:24px;
	font-weight:normal;
	margin:0 0 24px;
}
.buttons {
	float:right;
	clear:both;
	margin:10px 0 0;
}
.buttons a {
	margin:0 0 0 10px;
	white-space:nowrap;
}
.buttons a.green,
.buttons a.orange {
	font-size:24px;
	color:#000;
	padding:4px 8px;
	font-weight:bold;
}
input#place-order {
	background:rgb(148, 179, 32);
	font-size:24px;
	color:#fff;
	padding:4px 8px;
	font-weight:bold;
	border:none;
	text-transform:uppercase;
	float:right;
}

.buttons a.orange {
	background:#ff7100;
	text-decoration:none;
}
#dealer-images{
	margin: 0 0;
}
#dealer-images ul{
	list-style: none;
}
#dealer-images ul li{
	float: left;
	margin: 0 0 10px 10px;
}


/* One-Page checkout */
/*
.one-page-checkout li.section { position:relative; }
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { border:1px solid #bbb6a5; border-top:0; padding:15px 20px; background:#faf7ee; }
.one-page-checkout .head { margin-bottom:0; padding:4px 8px 6px 8px; background:url(../images/opc_off_head_bg.gif) repeat-x 0 100% #eee; border-width:0 1px 0 1px; border-color:#D9DDE3; border-style:solid; border-top:1px solid #fff; }
.one-page-checkout .tool-tip { right:8px; }
*/
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
/*
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#d0dce1; border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #BBAFA0; background:#F9F3E3; padding-bottom:5px; cursor:default; }
*/
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
/*
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#a4b3b9; }
.one-page-checkout .active h3 { color:#F18200; }
.one-page-checkout .allow .step-count { background:#dbe6eb; }
.one-page-checkout .active .step-count { color:#fff; border:1px solid #f19900; background:#F18200; }
.one-page-checkout .active .box { display:block; border-color:#BBAFA0; background:#FBFAF6 url(../images/multi_address_box_bg.gif) 0 0 repeat-x; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { border:1px solid #A3AEB3; background:#eee; margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 8px; background:#eee; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #A3AEB3; background:#D0DCE1; color:#5e8ab4; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; }
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }
*/


#checkout-screen {
	background:#000;
	border:10px solid #fff;
	border-top:none;
	clear:both;
	padding:20px 80px 80px;
}
#checkout-splatter {
	position:absolute;
	top:40px;
	left:137px;
	z-index:1003;
}
#checkout-header {
	position:relative;
	top:-44px;
	z-index:1001;
}
#checkout-header ol {
	margin:0 0 0 40px;
	padding:0;
	position:absolute;
	right:0;
	bottom:7px;
	list-style:none; /*numbers in manually since ie doesn't like displaying the normal numbers on a li floated left*/
}
#checkout-header ol li {
	float:left;
	color:#4c4c4c;
	margin:0 0 0 40px;
}
#checkout-header ol li.here {
	color:#02C102;
}
#checkout-screen #shipping-info {
	float:left;
	width:375px;
}
#checkout-screen form {
	margin:0;
}
#checkout-screen form .wrapper {
	padding:20px 0;
	border:1px solid #262626;
	border-width:1px 0 1px;
}

form .row {
	margin:0 0 1em;
	clear:both;
}
form .row label.side {
	text-align:right;
	float:left;
	width:115px;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
}
form .row .element {
	float:left;
}
form .row .element label {
	font-size:13px;
	color:#ff7100;
}
div.divider {
	background:#333;
	height:1px;
	overflow:hidden;
	margin:1em 0;
}
#checkout-screen h3 {
	margin:0;
	font-size:18px;
}
#checkout-screen h3 small {
	color:#4c4c4c;
	font-size:14px;
}
#checkout-screen .page-head h3,
.page-head h3,
.one-page-checkout-progress h3 {
	margin:0;
	font-size:42px !important;
	line-height:48px !important;
}
.one-page-checkout-progress h4 {
	color:#fff;
	margin:0 0 5px;
}
address {
	font-style:normal;
}
#checkout-screen form input.styled {
	width:230px;
	border:none;
	padding:3px;
	font-size:14px;
}
#checkout-screen form input#address2 {
	width:120px;
}

#checkout-screen form input#zip {
	width:55px;
}
#checkout-screen form input#city {
	width:120px;
}

#checkout-screen #shipping-method-container {
	float:right;
	width:230px;
}
ul#shipping-methods {
	list-style:none;
	margin:20px 0 0;
	padding:0;
}
ul#shipping-methods li {
	padding:15px 15px 15px 50px;
	margin:0;
	position:relative;
	font-size:14px;
	line-height:14px;
}
ul#shipping-methods li.here {
	background:#2e2e2e;
}
ul#shipping-methods input {
	position:absolute;
	left:7px;
	top:33%;
}
ul#shipping-methods span {
	margin:0;
	padding:0;
}
ul#shipping-methods span.green {
	font-weight:normal;
	color:#02C102;
}
ul#shipping-methods .price {
	display:inline;
	color:#ff7100;
}
/*#checkout-screen p.subtotal {
	font-size:20px;
	float:right;
	margin:30px 0 0;
}*/
div.shopping-cart-totals {
	float:right;
	font-size:20px;
	float:right;
	margin:30px 0 0;
}
.search-header {
	position:relative;
	background:#87a220;
	color:#000;
	padding:2px 2px 2px 20px;
	font-size:30px;
	margin:0 0 20px;
	font-weight:bold;
}

div#mens-womens {
	position:relative;
	margin:0 0 40px;
}

.left {
	float:left !important;
}
.right {
	float:right !important;
}


/* ========================================== */
/* = some styling of prebuilt magento pages = */
/* ========================================== */
.dashboard-welcome {
	margin:0 0 2em;
}
.dashboard-welcome p {
	font-size:14px;
	line-height:20px;
}
.inner-head h5 {
	float:left;
	margin:0 10px 0 0;
	color:#777;
	font-size:18px;
	line-height:18px;
}
.head h4 {
	margin:0 10px 0 0;
	color:#777;
	font-size:20px;
	line-height:24px;
}

.inner-head a {
	text-decoration:none;
	font-size:10px;
	line-height:18px;
}
.col-1 h6,
.col-2 h6 {
	margin:0 0 5px;
}
a.bttn {
	font-style:normal;
	background:#02C102;
	color:#fff;
	border:none;
	padding:7px;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	float:left;
	margin:5px 0 0;
	text-decoration:none;
	font-family:arial, helvetica, sans-serif;
}
.customer-name div.input-box {
	float:left;
	width:48%;
}
.primary-address-list ol,
.address-list ol {
	list-style:none;
	margin:0;
	padding:0;
}
.primary-address-list ol li,
.address-list ol li {
	padding:0 0 30px;
	margin:0 0 10px;
	clear:both;
	border-bottom:1px solid #333;
}
.primary-address-list h5 {
	margin:0;
	color:#777;
	padding:0;
}
span.opc-please-wait {
	clear:left;
	display:block;
	padding:20px 0;
}
ol#checkoutSteps {
	list-style:none;
	margin:0 0 20px;
	padding:0 0 20px;
	clear:both;
}
ol#checkoutSteps p.required {
	float:left;
}
ol#checkoutSteps li {
	margin:0 0 1em;
	list-style:none;
	position:relative;
	padding:0 0 1em;
	border-bottom:1px solid #444;
}
ol#checkoutSteps li ul {
	margin:0 0 1em;
}
ol#checkoutSteps li li {
	border:none;
	margin:0;
	padding:0;
}
ol#checkoutSteps .head {
	line-height:32px;
	font-size:12px;
}
ol#checkoutSteps .head h3 {
	font-size:24px;
	line-height:32px;
	margin:0 20px 0 0;
}
ol#checkoutSteps .head h3 span {
	color:#02C102;
	font-weight:normal;
}
ol#checkoutSteps h4 {
	color:#777;
	margin:0 0 5px;
}
/*ol#checkoutSteps*/
a.back {
	background:#ff5015 none repeat scroll 0 0;
	border:medium none;
	color:#000;
	font-family:arial,helvetica,sans-serif;
	font-size:18px;
	line-height:23px;
	padding:5px 20px;
	text-transform:uppercase;
}
dl.shipment-methods {
	background:#232323;
	padding:20px;
	float:left;
	margin:10px 0;
}
dl.shipment-methods dt {
	color:#777;
	text-transform:uppercase;
	font-size:10px;
}
dl.shipment-methods dd {
	margin:0 0 10px;
}
dl.shipment-methods li {
	padding:3px 0 !important;
}
ol.checkout-agreements {
	background:#232323;
	padding:20px;
	float:left;
	margin:10px 0;
	clear:left;
}
ol.checkout-agreements li {
	margin:0 0 10px;
}
ol.checkout-agreements li label {
	color:#777;
	text-transform:uppercase;
	font-size:10px;
}
#checkout-payment-method-load dd {
	float:left;
	margin:0;
	padding:0;
	width:500px;
}
ol#checkoutSteps .button-set {
	clear:both;
}
.checkout-payment-method-load dt {
	display:none;
}
.discount {
	clear:both;
	float:none;
	margin-top:1ex;
	overflow:auto;
	width:100%;
}
	.discount button {
		background:#02C102;
		border:none;
		color:#FFF;
		padding:5px 10px;
		text-transform:uppercase;
	}
	.discount h3 {
		margin-bottom:0.2ex;
	}
	.discount input.input-text {
		font-size:0.8em;
		width:200px;
	}
	.discount label {
		clear:both;
		display:block;
		float:none;
		margin-bottom:0.2ex;
		overflow:auto;
		width:100%;
	}
#payment-tool-tip {
	background:#FFFFFF;
	left:20px;
	padding:10px;
	position:absolute;
	top:0 !important;
	width:453px;
	z-index:3000;
}
#payment-tool-tip-close {
	position:absolute;
	top:10px;
	right:10px;
}
#payment-tool-tip-close img {
	border:none !important;
}
a.cvv-what-is-this {
	font-size:10px;
}
.section ul {
	margin:0 !important;
	padding:0 !important;
}
.section p {
	margin:.5em 0 0 !important; 
}
.one-page-checkout-progress ol {
	list-style:none;
	padding:0;
	margin:2em 0;
}
.one-page-checkout-progress ol li {
	float:left;
	font-size:10px;
	line-height:10px;
	margin-right:20px;
	color:#777;
}
.one-page-checkout-progress ol address {
	font-size:10px;
	line-height:12px;
	font-style:italic;
}

.col2-set {
	clear:both;
}
.col-1,
.col-2 {
	float:left;
	width:48%;
}
.col-2 {
	float:right;
}
.col-1 p,
.col-2 p,
address {
	margin:0 0 1em;
	font-size:12px;
	line-height:20px;
}
.col-1 h4,
.col-2 h4 {
	margin:1em 0 .5em;
	font-size:18px;
	font-weight:normal;
}
ul.form-list {
	list-style:none;
	margin:0 0 1em;
	padding:0;
}
ul.form-list li {
	margin:0 0 5px;
}
ul.form-list label {
	color:#777;
	font-size:10px;
	text-transform:uppercase;
}
p.required {
	color:#777;
	font-size:10px;
	text-transform:uppercase;
}
div.input-box {
	margin:0 0 .5em;
}
label {
	color:#777;
	font-size:10px;
	text-transform:uppercase;
}
.button-set p.required {
	margin:0;
}
form fieldset {
	border:none;
	padding:0;
	margin:0;
}
form fieldset legend {
	color:#777;
	font-size:10px;
	padding:0;
	text-transform:uppercase;
}
.button-set p,
.button-set a,
.button-set button {
	margin-left:10px !important;
	text-decoration:none;
}
.button-set p.required {
	float:right;
	font-size:10px;
	color:#777;
}
.button-set a {
	font-size:10px;
	float:right !important;
	float:left;
	margin:0 10px 0 0;
}
.group-select ul {
	list-style:none;
	margin:0;
	padding:0;
}
.group-select h4 {
	margin:1em 0 5px;
}
ol#checkoutSteps button {
	background:#02C102;
	color:#fff;
	border:none;
	padding:5px 20px;
	text-transform:uppercase;
	font-size:18px;
	font-family:arial, helvetica, sans-serif;
}
#reviews-panel h3 {
	margin:0;
	font-size:18px !important;
	line-height:32px !important;
}
#reviews-panel h4 {
	margin:0;
}
#reviews-panel fieldset {
	border:none;
	padding:0;
	margin:0;
}
#product-review-table {
	border-collapse:collapse;
	margin:1em 0;
	width:97%;
}
#product-review-table th {
	text-align:center;
}
#product-review-table td {
	background:#444;
	border:2px solid #2f2f2f;
	padding:5px;
}
#product-review-table td.label {
	text-align:right;
	color:#777;
	font-size:10px;
	text-transform:uppercase;
}
#reviews-fieldset div.input {
	margin:0 0 10px;
}
#reviews-fieldset div.input input,
#reviews-fieldset div.input textarea {
	background:#444;
	border:1px solid #555;
	color:#fff;
	padding:5px;
	width:297px;
}
#reviews-fieldset div.input textarea {
	height:100px;
}
#reviews-fieldset button {
	background:#02C102;
	color:#fff;
	padding:7px;
	text-transform:uppercase;
	border:none;
}
.data-table h5 {
	font-size:16px;
	line-height:18px;
	color:#999;
	margin:0;
	padding:0;
}
ul.messages {
	margin:0;
	padding:0;
	list-style:none;
}
ul.messages li {
	list-style:none;
}
ul.messages li.success-msg,
ul.messages li.error-msg {
	padding:10px;
	margin:0 0 10px;
	background:#d6f13a;
	color:#000;
}
ul.messages li.error-msg {
	background:#fc062d;
	color:#fff;
}
ul.messages a {
	color:#fff !important;
}
.data-table {
	margin:1em 0 2em;
	border-collapse:collapse;
	width:780px;
}
.data-table td,
.data-table th {
	font-size:12px;
	padding:10px;
	line-height:12px;
	border-bottom:1px solid #333;
}
.data-table th {
	text-align:left;
	color:#777;
	text-transform:uppercase;
}
.data-table td.a-center {
	font-size:12px;
	text-align:center;
	line-height:32px;
}
.data-table td textarea {
	height:90px;
	width:200px;
	color:#fff;
	padding:4px;
	font-size:11px;
	background:#333;
	border:1px solid #000;
}
a.link-remove {
	background:#cc0000;
	color:#fff;
	padding:2px 5px;
	text-decoration:none;
}
a.link-cart {
	background:#02C102;
	color:#fff;
	padding:2px 5px;
	text-decoration:none;
	
}
#customer-reviews ol {
	list-style:none;
	margin:0;
	padding:0;
}
#customer-reviews ol li {
	margin:0 0 2px;
	padding:10px;
	background:#222;
}
table.ratings-list {
	width:100%;
	margin:10px 0;
}
table.ratings-list td {
	width:80%;
	padding:5px;
}
table.ratings-list td.label {
	width:20%;
	text-align:right;
	color:#777;
	font-size:10px;
	text-transform:uppercase;
}
div.rating-box {
	background:#111;
	padding:1px;
}
div.rating-box .rating {
	height:3px;
	background:#02C102;
}
div.ratings div.rating-box {
	margin:10px 0;
}
.review-meta {
	display:block;
	font-size:10px;
	line-height:10px;
	color:#444;
}
.form-button,
.large-form-button {
	background:#02C102;
	color:#fff;
	padding:7px;
	text-transform:uppercase;
	border:none;
	font-family:arial, helvetica, sans-serif;
}
.large-form-button {
	font-size:18px;
	line-height:21px;
	float:right;
}
#dealerLocatorContainer fieldset {
	margin:0 0 2em;
}
#dealerLocatorContainer label {
	width:75px;
	line-height:20px;
	float:left;
}
#checkout-dealers-results #dealerLocatorContainer label {
	float:none;
}
#dealerLocatorContainer small.subtitle_detail {
	margin-left:75px;
	color:#777;
	font-size:10px;
}
#dealerLocatorContainer .bttnwrap {
	margin-left:75px;
}
table#dealerResult {
	border-collapse:collapse;
}
#dealerResult th {
/*	background:#333;*/
	padding:10px;
}
#dealerResult td {
	padding:10px;
	border-bottom:1px solid #333;
}
#dealerLocatorContainer #map {
	margin:0 0 2em;
}
#product_sendtofriend_form h4 {
	margin:0;
}
#product_sendtofriend_form .addElement {
	position:relative;
}
#product_sendtofriend_form .remove-icon {
	position:absolute;
	right:-10px;
	top:0;
}
#messages_product_view {
	margin:0 0 0 160px;
}
ul.disc {
	list-style:disc !important;
	margin:1em 0 1em 1em !important;
}
#checkout-payment-method-load dt {
	display:none;
}
#checkout-review-table .attributes-col h4 {
	color:#fff;
}
#checkout-review-table .item-options {
	color:#777;
}
.order-info {
	font-size:12px;
	line-height:16px;
}
.order-info h4 {
	color:#646464;
}
dl.item-options dd,
dl.item-options dt {
	float:left;
}
dl.item-options dt {
	color:#777;
	margin:0 5px 0 0;
}
dl.item-options dd {
	margin:0 15px 0 0;
}
.account-box h6 {
	color:#777;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}
#overlay {
	background:#000;
	z-index:1000;
	position:absolute;
	top:0;
	width:100%;
	left:0;
}
#where-to-buy-container {
	position:absolute;
	top:400px;
	left:0;
	width:100%;
	z-index:1000;
	
}	
#where-to-buy-window {
	position:relative;
	width:520px;
	background:#000;
	padding:20px;
	margin:0 auto;
	border:10px solid #fff;
	z-index:10001;
}	
#where-to-buy-window h3 {
	font-weight:normal;
	font-size:12px;
	line-height:12px;
	margin:0 0 20px;
	text-transform:uppercase;
}			
div.retailer-logo {
	float:left;
	width:50%;
	text-align:center;
	margin:0 0 20px;
	height:100px;
}
img.retailer-image {
	display:block;
	margin:0 auto 5px;
}
a.wtb-color-link {
	font-size:9px;
	line-height:20px;
	background:#333;
	padding:4px 4px;
	margin:0 1px 0;
	color:#ccc;
	text-decoration:none;
	white-space:nowrap;
	text-transform:uppercase;
}
a#close-login {
	background:url('/images/close-icon.png') no-repeat scroll top left;
	width:18px;
	height:18px;
	position:absolute;
	top:-18px;
	right:-18px;
	cursor:pointer;
}
a#where-to-buy {
	float:left;
	clear:both;
	background:#999;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:24px;
	padding: 2px 6px 3px 6px;
	margin:10px 0 30px;
}

/*
 * styles for pager toolbar
 */
.pager {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0;
	color: #6C6C6C;
	font-weight: bold;
	font-size: 0.8em;
}
.pager-limit {
	float: left;
}
.pager-count {
	float: right;
}
.pager a {
	text-decoration: none;
	color: #6C6C6C;
	padding: 3px 3px 2px 3px;
}
.pager a:hover {
	color: #000;
	background-color: #02C102;
}
.pager-selected {
	color: #000 !important;
	background-color: #02C102;
	padding: 3px 3px 2px 3px;
}
.pager img {
	border: 0;
}
.credits {
	font-size:10px;
	line-height:10px;
	width:960px;
	margin:0 auto;
	padding:20px 0 30px;
	color:#333;
	background:#000;
	text-align:right;
}
.credits a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

ul.product-listing ul.color-swatches {
	clear:both;
	float:none;
	padding:0;
	margin:7px 0 0;
}
ul.product-listing ul.color-swatches li {
	float:left;
	width:12px;
	height:6px;
	overflow:hidden;
	padding:1px;
	float:left;
	margin:0 3px 0 0;
	border:1px solid #000;
	outline:1px solid #fff;
}
.option-block {
	margin:1em 0 1em;
	clear:both;
	font-size:11px;
}
.option-block p {
	position:relative;
	font-weight:bold;
	margin:0 0 5px !important;
	padding:0 !important;
	text-transform:uppercase;
	color:#02C102;
}
.option-block p span {
	color:#fff;
}
.option-block ul li a {
	color:#fff !important;
	text-decoration:none !important;
}
.option-block ul li {
	float:left;
	margin:0 3px 0 0;
	width:45px;
	height:25px;
}
.option-block ul li div {
	border:1px solid #000;
	height:23px;
	width:43px;
	line-height:23px;
	
}
.option-block ul li.selected div {
	border:2px solid #fff;
	height:21px;
	line-height:21px;
	width:41px;
}
.option-block ul li.selected div span {
	border:1px solid #fff;
	float:left;
	height:19px;
	width:34px;
	padding-left:5px;
	color:#fff !important;
	line-height:17px;
}
.option-block ul.sizes li {
	background:#333;
}
.option-block ul.sizes li.selected {
	background:#333;
}
.option-block ul.sizes li a  {
	float:left;
	color:#999 !important;
	width:38px;
	height:23px;
	padding-left:8px;
	line-height:25px;
	text-decoration:none;
}
.option-block ul.sizes li.selected a {
	color:#fff !important;
	border:3px solid #fff;
	height:19px;
	padding-left:5px;
	width:33px;
	line-height:19px;
}
.option-block ul {
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}
#product-options-wrapper {
	display:none;
}
.product-options-bottom div.element {
	display:none !important;
}
.cart-items .option-block ul.sizes li.selected a {
	border:3px solid #333;
}
.cart-items .option-block {
	float:left;
	clear:none;
	margin:0 20px 0 0;
	padding:0;
}
.cart-items .option-block p {
	color: rgb(119, 119, 119);
}
.cart-items .option-block p span{
	color: rgb(0, 0, 0);
}
#validation-error {
	background: rgb(169, 24, 28);
	color: white;
	margin: 10px 0px;
	padding: 5px;
	font-size:12px;
}

.banner {
	width:960px;
	margin: 20px auto;
	position: relative;
}
.banner img {
	display:block;
	margin: 0 auto;
}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */