html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	background: #d9d9d9 url('/elements/site/bg_body.jpg');
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
}

img {
	border: 0px;
}

.error {
	border: 2px red solid !important;
}

div#banner {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 3;
}

div#sprmrkt {
	position: absolute;
	top: 540px;
	left: 15px;
	z-index: 0;
	color: #727272;
}

ul#carrousel {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div#cart-position {
	margin: 20px 0px 0px 0px;
}

div#cart {
	width: 385px;
	height: 335px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
}

div#cart div.cart-item {
	height: 100px;
	border-bottom: 1px #d5aa96 solid;
	margin: 0px 0px 10px 0px;
}

div#cart div.cart-item h4 {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

div#cart div.cart-item h4 a {
	color: #FFFFFF;
	text-decoration: none;
}

div#cart div.cart-item img.cart-item-image {
	float: left;
	width: 70px;
	height: 85px;
	margin: 0px 10px 0px 0px;
}

div#cart div.cart-item ul {
	list-style: none;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	height: 42px;
}

div#cart div.cart-item-options div.cart-item-options-text {
	width: 100px;
	float: left;
	color: #d5aa96;
	text-transform: uppercase;
	font-size: 13px;
}

div#cart div.cart-item-options div.cart-item-options-toggles {
	width: 170px;
	float: right;
}

div#cart div.cart-item-options div.cart-item-options-toggles img {
	width: 22px;
	height: 22px;
  	float: right;
  	margin: 0px 5px 0px 0px;
}

div#cart div.cart-item-options div.cart-item-options-toggles input.cart-item-options-quantity {
	width: 22px;
	height: 18px;
  	background: url('/elements/site/bg_dropdown_options.jpg');
  	border: 0px;
  	margin: 0px 5px 0px 0px;
  	padding: 4px 0px 0px 0px;
  	text-align: center;
  	font-weight: bold;
  	float: right;
}

div#cart div.cart-item-options div.cart-item-options-toggles div.cart-item-options-price {
	width: 60px;
	height: 18px;
  	background: url('/elements/site/bg_dropdown_options.jpg');
  	border: 0px;
  	margin: 0px;
  	padding: 4px 0px 0px 0px;
  	text-align: center;
  	font-weight: bold;
  	float: right;
}

div.cart-address {
	line-height: 14px;
	font-size: 12px;
	color: #dfd9c8;
	margin: 20px 0px 0px 0px;
}

table.cart-overview {
	width: 100%;
	margin: 20px 0px 0px 0px;
}

table.cart-overview tr td.cart-description {
	border-bottom: 1px #000 solid;
	width: 250px;
	text-transform: uppercase;
}

table.cart-overview tr td.cart-quantity {
	border-bottom: 1px #000 solid;
	width: 75px;
	text-transform: uppercase;
}

table.cart-overview tr td.cart-size {
	border-bottom: 1px #000 solid;
	width: 75px;
	text-transform: uppercase;
}

table.cart-overview tr td.cart-total {
	border-bottom: 1px #000 solid;
	width: 75px;
	text-transform: uppercase;
}

table.cart-overview tr td {
	padding: 5px 0px 4px 0px;
}

table.cart-overview tr td a {
	color: #000000;
	text-decoration: none;
}

div#cart-tools {
	position: fixed;
	top: 337px;
	left: 670px;
}

.large-button {
	background: #000 url('/elements/site/img_arrow_large_right.png') no-repeat;
	background-position: 180px 15px;
	width: 207px;
	height: 42px;
}

div#cart-total {
	width: 360px;
	height: 215px;
	position: fixed;
	background: url('/elements/site/bg_carttotal.png') no-repeat;
	top: 110px;
	left: 670px;
}

div#cart-total h5 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	width: 200px;
	height: 32px;
	
}

div#cart-total h6 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	width: 200px;
	height: 32px;
	
} 

div#cart-total  h6 a:hover {
	color: #bc4815;
}


div#cart-total div#cart-total-summary {
	width: 205px;
	float: left;
}

div#cart-total div#cart-total-submit {
	width: 150px;
	float: left;
}

div#cart-total-submit h6 {
	margin: 110px 0px 0px 55px;
}

div#cart-total-submit h6 a {
	color: #FFFFFF;
	text-decoration: none;
}

#cart-total-list {
	margin: 0px 10px 0px 10px;
}

#cart-total-list tr td {
	padding: 10px 0px 0px 0px;
}

#cart-total-list tr td.padding-large {
	padding: 40px 0px 0px 0px;
}


div#cart-total-small {
	width: 300px;
	height: 200px;
	position: fixed;
	top: 114px;
	left: 670px;
}

div#cart-total-small div#cart-data {

	height: 224px;
}


div#cart-total-small table tr td.heading {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px #000 solid;
	padding: 0px 0px 4px 0px;
}

div#cart-total-small table tr td.content {
	padding: 4px 0px 20px 0px;
}

ul#categories_selection, ul#categories_selection li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul#categories_selection {
	margin: 20px 0px 0px 2px;
}

ul#categories_selection li {
	display: block;
	width: 220px;
	background: url('/elements/site/bg_arrow.png') no-repeat;
	background-position: 210px 5px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
}

ul#categories_selection li a {
	color: #FFFFFF;
	text-decoration: none;
}

ul#categories_selection li a:hover {
	color: #000000;
	text-decoration: none;
}

div#checkout {
	padding: 20px 0px 0px 0px;
}

div#checkout div.extras label, label {
	float: left;
	width: 150px;
	color: #f8f1de;
	padding: 0px;
	margin: 0px;
	line-height: 12px;
}

div#checkout div.extras input {
  	background: url('/elements/site/bg_dropdown_options.jpg');
  	border: 1px transparent solid;
	margin: 0px 0px 5px 0px;
	height: 16px;
}

div#checkout div.extras input.error {
	border: 1px red solid;
	background: #ffcdcd;
}

div#checkout-steps {
	position: absolute;
	margin: 40px 0px 0px 150px;
	
}

div#checkout-steps ul, div#checkout-steps ul li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#checkout-steps ul li {
	float: left;
	margin: 0px 20px 0px 0px;
	text-transform: uppercase;
}

div#checkout-steps ul li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

div#checkout-steps ul li a.active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


span.text {
	color: #f8f1de;
	text-transform: uppercase;
}

div.clear {
	clear: both;
}

div#content {
	width: 100%;
}

div#copyright {
	position: fixed;
	left: 238px;
	bottom: 3px;
	font-size: 11px;
	color: #727272;
}

div#copyright a {
	color: #727272;
	font-weight: bold;
}

div#disclaimer {
	position: fixed;
	top: 237px;
	left: 240px;
	width: 410px;
}

div.disclaimer_box_error {
	border: 2px red solid;
	margin: 0px 0px 2px 0px;
}

div#ecards {
	position: absolute;
	top: 150px;
	left: 630px;
	width: 425px;
}

div#ecards div#ecard-selected {
	float: left;
	width: 310px;
}

div#ecards div.ecard {
	float: right;
	width: 101px;
	margin: 0px 0px 18px 0px;
}

div.form {
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

div.form form {
	margin: 0px;
	padding: 0px;
}

div.form div.form-entry {
	background: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	width: 370px;
}

div.form div.form-entry label {
	float: left;
	color: #5a5a5a;
	font-style: italic;
	font-size: 11px;
	padding: 10px 0px 0px 10px;
	width: 100px;
}

div.form div.form-entry label.error {
	color: red;
}

div.form div.form-entry textarea {
	width: 360px;
	height: 167px;
	background: #000000;
	border: none;
	color: #CDCDCD;
	font-family: arial, verdana;
	font-size: 11px;
	padding: 8px 0px 0px 0px;
}

div.form div.form-entry input {
	width: 366px;
	background: #000000;
	border: none;
	height: 25px;
	color: #CDCDCD;
	padding: 8px 0px 0px 0px;
	font-family: arial, verdana;
	font-size: 11px;
}

div.form div.form-submit {
	position: absolute;
	top: 390px;
	left: 627px;
}

div.form div.form-message {
	position: absolute;
	top: 110px;
	left: 627px;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 11px;
}

div.form div.form-message a {
	color: #FFFFFF;
}

div#languages {
	position: fixed;
	left: 10px;
	bottom: 0px;
	z-index: 1;
}

div#languages ul, div#languages ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

div#navigation {
	background: #000000;
	margin: 10px 0px 0px 228px;
	text-align: left;
	z-index: 10;
	height: 40px;
	position:relative;
}

div#navigation ul, div#navigation ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

div#navigation ul {
	margin: 8px 0px 0px 10px;
	height: 40px;
}

div#navigation ul li {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
}

div#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

div#navigation ul li a:hover, div#navigation ul li a.active {
	color: #bc4815;
}

div#payment-flags {
	position: absolute;
	top: 307px;
	left: 560px;
	height: 20px;
	line-height: 0px;
}

div#product {
	margin: 10px 0px 0px 0px;
}

div#product div#product-price {
	background: #000000;
	position: fixed;
	left: 700px;
	width: 105px;
	padding: 10px 0px 8px 0px;
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}

div#product div#product-image {
	float: left;
	width: 196px;
}


div#product div#product-image img.thumb {
	width: 196px;
}

div#product div#product-image div#product-image-zoom {
	position: relative;
	top: -44px;
	left: 156px;
	width: 20px;
	height: 20px;
}

div#product div#product-image div#product-image-description {
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 15px;
}

div#product div#product-image div#product-image-description a {
	color: #FFFFFF;
}

div#product div#product-body {
	float: right;
	width: 220px;
	font-size: 13px;
	height: 192px;
}

div#product div#product-body p {
	margin: 0px;
	padding: 0px;
	line-height: 15px !important;
}

div#product div#product-body h3 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

div#product div#product-options {
	float: left;
	width: 173px;
	margin: 0px 0px 0px 10px;
}

div#product div#product-buy {
	float: left;
	width: 50px;
	margin: 0px;
}

div#product-list {
	clear: both;
	margin: 12px 0px 30px 228px;
}

div#product-list div.product-list-item {
	background: #FFFFFF;
	width: 207px;
	height: 209px;
	float: left;
	margin: 0px 12px 20px 0px;
	text-align: center;
}

div#product-list div.product-list-item img {
	height: 165px;
}

div#product-list div.product-list-item-name {
	background: #000000 url('/elements/site/bg_product_name.jpg') no-repeat;
	background-position: 185px 16px;
	height: 32px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	padding: 11px 0px 0px 10px;
	text-transform: uppercase;
	text-align: left;
}

div#product-list div.product-list-item-name a {
	color: #FFFFFF;
	text-decoration: none;
}

div#product-list div.product-list-item-name a:hover {
	color: #bc4815;
	text-decoration: none;
}

div.seperator {
	position: relative;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	margin: 15px 0px 0px 0px;
}

.text-small {
	font-size: 11px;
	text-transform: uppercase;
}

.text-large {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.text-medium {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.text-right {
	text-align: right;
}

div#text {
	background: #b14414 url('/elements/site/bg_text.jpg');
	margin: 0px 0px 0px 228px;
	text-align: left;
	z-index: 2;
	height: 450px;
}

div.text-black {
	background: #292826 url('/elements/site/bg_text_black.jpg') !important;
	height: 510px !important;
}

div.contact {
	background: #b14414 url('/elements/site/bg_contact.jpg') !important;
}

div.min_text_width {
	min-width: 995px;
}

img#pick_section {
	margin: 20px 0px 0px 0px;
}

div#text-scroll {
	height: 200px !important;
}

div#text div#text-content {
	padding: 20px 0px 20px 10px;
	width: 430px;
	z-index: 2;
}

div.text-contact {
	width: 480px !important;
	padding: 0px;
}

div#text div#text-content h1 {
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 20px;
}

div#text div#text-content h2 {
	font-weight: bold;
	font-size: 30px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 20px;
}

div#text div#text-content h2 a {
	color: #000000;
	text-decoration: none;
}

div.text-black div#text-content h2 {
	color: #cd0e0e !important;
}

div.text-black div#text-content h2 a {
	color: #cd0e0e !important;
}

div#text div#text-content h1 span.block {
	display: block;
}

div#text div#text-content p {
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

div#text div#text-content p.intro {
	font-weight: bold;
	font-size: 14px;
}


div#text div#text-content p a {
	color: #FFFFFF;
}

div#text div#text-line {
	border-bottom: 1px #FFF solid;
	position: relative;
	left: 0px;
	top: 90px;
	margin: 0px 0px 0px 10px;
	z-index: 8;
}

div#visual {
	width: 445px;
	margin: 0px;
	padding: 0px;
	float: right;
}

div#visual img {
	float: right;
	position: relative;
	z-index: 9;
}

div#visual div#visual-play {
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 20;
}

.visual_on_top {
	position: relative;
	z-index: 12;
}

span.sub-heading {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px 0px 5px 2px;
}

div#visual_footer {
	position: fixed;
	left: 230px;
	background: url('/elements/site/bg_hundredprocent.png') no-repeat bottom;
	width: 1190px;
	height: 250px;
}

div#visual_footer_tape {
	position: fixed;
	left: -25px;
	background: url('/elements/site/bg_tape.png') no-repeat bottom left;
	width: 1190px;
	height: 250px;
}


div#visual_footer_boots {
	position: fixed;
	left: 230px;
	background: url('/elements/site/bg_smallboots.png') no-repeat bottom;
	width: 1190px;
	height: 250px;
}

.news-button {
	background: #000000;
	height: 40px;
	float: left;
	margin: 20px 10px 0px 0px;
}

.news-button-next {
	width: 140px;
}

.news-button-previous {
	width: 170px;
}

.news-button h6 {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	
}

.news-button h6.right {
	padding: 10px 20px 0px 0px;
	text-align: right;
	
}

.news-button h6 a {
	color: #ffffff;
	text-decoration: none;
	
}

.news-button h6 a:hover {
	color: #cd0e0e;
}

.large-button h6 {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	
}

.large-button h6 a {
	color: #ffffff;
	text-decoration: none;
	
}

.large-button h6 a:hover {
	color: #bc4815;
}

.small-button {
	background: #000 url('/elements/site/img_arrow_small_left.png') no-repeat;
	background-position: 5px 8px;
	width: 90px;
	height: 25px;
	margin: 12px 0px 0px 0px;
}

.small-button span {
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	display: block;
	
}

.small-button span a {
	color: #FFFFFF;
	text-decoration: none;
}

.small-button span a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div.disclaimer_box {
	width: 410px;
	height: 67px;
	overflow-y: scroll;
	background: url('/elements/site/bg_textarea.png');
	border: 0px;
	padding: 5px;
	font-family: arial, verdana;
	font-size: 12px;
}

div.disclaimer_box p {
	color: #000000 !important;
	line-height: 16px !important;
	font-size: 11px !important;
}

div#text-scroller {
	height: 325px;
}

div#text-scroller-margin {
	margin: 10px 0px 0px 0px;
}

/*
	SPECIAL ELEMENT STYLING
*/

div.selectbox-wrapper {
	position: absolute;
	margin:0px;
	margin-top:-10px;
	padding:0px;
	font-size:0.8em;
	text-align:left;
	max-height:200px;
	z-index: 20;
}

div.selectbox-wrapper ul {
	position: relative;
	z-index: 20;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

div.selectbox-wrapper ul li.selected { 
	background-color: #EAF2FB;
}

div.selectbox-wrapper ul li {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	cursor: pointer;
  	background: url('/elements/site/bg_dropdown_options.jpg');
	color: #000000;
	font-weight: bold;
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	width: 158px !important;
}

div.selectbox-wrapper ul li:hover {
	background: #000000;
	color: #FFFFFF;
}

.selectbox {
	display : block;
	text-align:left; 	
	font-size: 14px;
	font-family: "Arial Narrow", Arial;
  	background: #000000 url('/elements/site/bg_dropdown.jpg') no-repeat;
  	background-position: 6px 15px;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	margin: 0px 5px 10px 0px;
	padding: 12px 0px 13px 25px;
	text-transform: uppercase;
	width: 150px;
	
	/*height:18px;*/
	cursor: pointer;
}

/*
	Default dropdown wrapper
*/
div.selectbox-defaultwrapper {
	position: absolute;
	margin: -5px 0px 0px 150px;
	padding: 0px;
	font-size: 0.8em;
	text-align:left;
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;

}

div.selectbox-defaultwrapper ul {
	width: 146px;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

div.selectbox-defaultwrapper ul li.selected { 
	background-color: #EAF2FB;
}

div.selectbox-defaultwrapper ul li {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 4px 0px 4px 5px;
	cursor: pointer;
  	background: url('/elements/site/bg_dropdown_options.jpg');
	color: #000000;
	font-size: 11px;
	text-transform: uppercase;
}

div.selectbox-defaultwrapper ul li:hover {
	background: #000000;
	color: #FFFFFF;
}

.selectbox-default {
	display : block;
	text-align:left; 
	color: #000000;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
  	background: url('/elements/site/bg_dropdown_default.png') right !important;
	margin: 0px;

}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	width: 21px;
	background: url('/elements/site/bg_scrollpane.png') repeat-y center;
}
.jScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url('/elements/site/img_scrollpane_top.png');
	height: 17px;
	width: 21px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url('/elements/site/img_scrollpane_bottom.png');
	height: 17px;
	width: 21px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.dropdown-default-large {
	width: 150px;
}