@charset "UTF-8";
/* CSS Document */

body {
	font-family: "fira-sans";
	background-image:url(../i/KKR_DSC_3061.jpg);
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.vertmiddle {
	vertical-align: middle;
}
.inline {
	display: inline;
}
.hang {
    margin-top: 0px;
    margin-bottom: 0px;
    text-indent: 0em;
    margin-left: 2em;
}
.size18em {
	font-size: 1.8em;
}
.size14em {
	font-size: 1.4em;
}
.size12em {
	font-size: 1.2em;
}
.size1em {
	font-size: 1em;
}
.size09em {
	font-size: 0.9em;
}
.size08em {
	font-size: 0.8em;
}
.size07em {
	font-size: 0.7em;
}
.weight300 {
	font-weight: 300;
}
.weight400 {
	font-weight: 400;
}
.weight700 {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
.red {
	color:rgba(255,19,4,1.00);
}
.grey {
	color:rgba(126,126,126,1.00);
}
.border-bottom {
	border-bottom: thin solid rgba(130,130,130,1.00);
}

#main_container {
	background-color: rgba(43,43,43,1.00);
	width: 1100px;
	margin: 10px auto;
	padding: 10px 50px;
	-webkit-box-shadow: 
		-100px 0px 80px 0px rgba(0, 0, 0, 1),
		0px 100px 80px 0px rgba(0, 0, 0, 1),
		100px 0px 80px 0px rgba(0, 0, 0, 1),;
	-moz-box-shadow:
		-100px 0px 80px 0px rgba(0, 0, 0, 1),
		0px 100px 80px 0px rgba(0, 0, 0, 1),
		100px 0px 80px 0px rgba(0, 0, 0, 1);
	box-shadow:
		-100px 0px 80px 0px rgba(0, 0, 0, 1),
		0px 100px 80px 0px rgba(0, 0, 0, 1),
		100px 0px 80px 0px rgba(0, 0, 0, 1);
}

#menu_container {
	margin: 10px 0 0 25px;
	/*overflow: hidden;*/
}

#top_logo {
	padding: 5px 20px;
	margin-bottom: 10px;
	float: left;
}

#top_right {
	width: 66%;
	float: left;
	padding: 10px 10px 0 10px;
	text-align: right;
}

#top_menu {
	text-align: right;
	width: 100%;
	font-size: 1em;
	color: rgba(128,128,128,1.00);
}
.menubutton {
	padding: 0 2em 0 0;
	float: right;
}

#main_menu {
	text-align: right;
	margin-top: 10px;
	
}

#home_top {
	background-color: rgba(255,255,255,1.00);
	border: rgba(255,0,4,1.00) thin solid;
	border-radius: 30px;
	padding: 30px;
	overflow: hidden;
	clear: both;
}

#image-loop {
	width: 300px;
	float: left;
}

.featured {
	width: 315px;
	background-color: rgba(255,255,255,1.00);
	float: left;
	margin: 0 0 0 30px;
	padding: 0 12px 12px 12px;
}
.featuredhead {
	height: 34px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	border-bottom: thin solid rgba(130,130,130,1.00);
}
.featuredbox {
	height: 154px;
	overflow: scroll;
}
.featuredtitle {
	font-size: 16px;
	font-weight: 300;
	padding: 8px 0 0 12px;
}

.news {
	width: 315px;
	background-color: rgba(255,255,255,1.00);
	float: left;
	margin: 0 0 0 30px;
	padding: 0 12px 12px 12px;
}
.newshead {
	height: 34px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	border-bottom: thin solid rgba(130,130,130,1.00);
}
.newsbox {
	height: 154px;
	overflow: scroll;
}
.newstitle {
	font-size: 16px;
	font-weight: 300;
	padding: 8px 0 0 12px;
}

#search {
	margin: 30px 0;
}

#search-mfg {
	columns: auto 4;
	-webkit-columns: auto 4; /* Safari and Chrome */
	-moz-columns: auto 4; /* Firefox */
}

#mfg-list {
}

#search-cat {
	columns: auto 4;
	-webkit-columns: auto 4; /* Safari and Chrome */
	-moz-columns: auto 4; /* Firefox */
}

#cat-list {
}


#main {
	width: 672px;
	margin: 0 0 30px 0;
	background-color: rgba(255,255,255,1.00);
	border: rgba(255,0,4,1.00) thin solid;
	border-radius: 30px 0 0 30px;
	padding: 30px;
	overflow: hidden;
	float: left;
	min-height: 550px;
	clear: both;
}

#control {
	width: 366px;
	margin: 0 0 30px 0;
	/*background-color: rgba(255,255,255,1.00);*/
	/*border: rgba(255,0,4,1.00) thin solid;*/
	/*border-radius: 0 30px 30px 0;*/
	/*padding: 30px;*/
	/*overflow: hidden;*/
	float: right;
	min-height: 300px;
}


#mainadmin {
	width: 1040px;
	margin: 0 0 30px 0;
	background-color: rgba(255,255,255,1.00);
	border: rgba(255,0,4,1.00) thin solid;
	border-radius: 30px;
	padding: 30px;
	overflow: hidden;
	float: left;
	min-height: 550px;
}
#mainadmin2 {
	width: 1040px;
	margin: 0 0 30px 0;
	background-color: rgba(255,255,255,1.00);
	border: rgba(255,0,4,1.00) thin solid;
	border-radius: 30px;
	padding: 30px;
	overflow: hidden;
	float: left;
}
#mainlogo {
		
}

#footer {
	width: 800px;
	margin: 0 auto 30px auto;
	background-color: rgba(72,72,72,1.00);
	border: rgba(0,0,0,1.00);
	border-radius: 20px;
	padding: 14px 10px 6px 10px;
	overflow: hidden;
	min-height: 30px;
	text-align: center;
	color: rgba(193,193,193,1.00);
	vertical-align: middle;
}

/*search results pages*/
#mfgname {
	font-size: 24px;
	font-weight: 700;
	padding: 12px 0;
}
#mfglist {
	padding: 6px;
}
.selectbox {
	padding: 24px 24px 12px 24px;
	background-color: rgba(255,255,255,1.00);
	border: thin solid rgba(255,255,255,1.00);
	border-radius: 15px;
}
#MANUFselect {
	margin-bottom: 24px;
}
#CATEGselect {
	margin-bottom: 24px;
}
#PARTsearch {
}
.margin20 {
	margin: 20px;
}
.detaillink {
	display: inline;
	text-align: center;
	font-size: .8em;
	padding-left: .5em
}
.listpad {
	padding: 6px 2px 2px 2px;
}
.listpad2 {
	padding: 6px 6px 2px 6px;
}
.search-thumb-header {
	width: 80px;
	height: 75px;
	text-align: center;	
}
.search-thumb-image-box {
	width: 80px;
	height: 75px;
	text-align: center;	
}
.search-thumb-image {
	vertical-align: middle;
	max-width: 75px;
	max-height: 75px;
}
.search-thumb-div {
	width: 75px;
	height: 75px;
	background-color:#FFFFFF;
	/*border:#D1D1D1 1px solid;*/
	float: left;
	margin: 1px;
	text-align: center;
	white-space: nowrap;
	font: 0/0 a;
}
.search-thumb-helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.related-thumb-header {
	width: 53px;
	height: 50px;
	text-align: center;	
}
.related-thumb-image-box {
	width: 53px;
	height: 50px;
	text-align: center;	
}
.related-thumb-image {
	vertical-align: middle;
	max-width: 50px;
	max-height: 50px;
}
.related-thumb-div {
	width: 50px;
	height: 50px;
	background-color:#FFFFFF;
	/*border:#D1D1D1 1px solid;*/
	float: left;
	margin: 1px;
	text-align: center;
	white-space: nowrap;
	font: 0/0 a;
}
.related-thumb-helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.cart-button {
	background-color:rgba(16,120,192,1.00);
	font-size: 1.2em;
	padding: 0 3px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	border-radius: 4px;
}
div.add-to-cart-button input {
    background:url(/i/icon_add_to_cart-26.png) no-repeat;
    cursor:pointer;
    width: 26px;
    height: 26px;
    border: none;
    margin-top: 3px;
}
div.add-to-cart-button-part input {
    background:url(/i/icon_add_to_cart-26.png) no-repeat;
    cursor:pointer;
    width: 26px;
    height: 26px;
    border: none;
    /*padding-top: 20px;*/
}
.cart-down {
	margin-top: 10px;
}
div.add-to-list-button input {
    background:url(/i/icon_add_to_list-26.png) no-repeat;
    cursor:pointer;
    width: 26px;
    height: 26px;
    border: none;
}
div.delete-button input {
    background:url(/i/icon_trash.png) no-repeat;
    cursor:pointer;
    width: 18px;
    height: 20px;
    border: none;
}
.tabcart {
	font-weight: 300;
	font-size: 14px;
	width: 100%;
}
.tabcart tr {
	padding: 4px 0;
	line-height: 1.0;
}
.weight500 {
	font-weight: 500;
}
.inline {
	display: inline;
	padding: 0;
}
.cartbox {
	height: 400px;
	overflow: scroll;
	background-color:rgba(255,255,255,1.00);
	padding: 6px;
}
.cartblock {
	overflow: scroll;
	background-color:rgba(255,255,255,1.00);
	padding: 6px;
}
.listbox {
	/*height: 500px;*/
	overflow: scroll;
	background-color:rgba(255,255,255,1.00);
	padding: 6px;
}
.cartmessage {
	font-weight: 400;
	font-size: .9em;
	color:rgba(16,120,192,1.00);
	line-height: 1em;
	padding-bottom: .5em;
}
.backlink {
	float: right;
	width: 20%;
	text-align:right;
}


/*basic content pages*/
.pagetitle {
	font-size: 24px;
	font-weight: 700;
	padding: 12px 0;
}
.pagesubhead {
	font-size: 1.2em;
	font-weight: 500;
	padding: 1em 0 .1em 0;
	border-bottom: thin solid rgba(138,138,138,1.00);
}
.pagesection {
	font-size: 1em;
	font-weight: 400;	
	padding: 1em 0 0 6em;
}
.pagesection2 {
	font-size: 1em;
	font-weight: 400;	
	padding: 1em 0 0 1em;
}
.pagesectionlink {
	font-size: 1em;
	font-weight: 400;	
	padding: 1em 0 0 6em;
	text-align:right;
}

/*single part page items*/
.partmanufacturer {
	font-size: 1.1em;
	font-weight: 300;
	padding: 12px 0 0px 0;
	color:rgba(138,138,138,1.00);
}
.partname {
	font-size: 2em;
	font-weight: 400;
}
.part-s-attr {
	font-size: 1.4em;
	font-weight: 400;
	font-style: italic;
}
.partnameFP {
	font-size: 1.4em;
	font-weight: 400;
}
.attributes {
	padding: 12px 0 12px 0;
	font-size: 1em;
	font-weight: 400;
	border-bottom: thin solid rgba(138,138,138,1.00);
	width: 47%;
}
.addlinfo {
	padding: 12px 0 12px 0;
	font-size: 1em;
	font-weight: 400;
	/*border-bottom: thin solid rgba(138,138,138,1.00);*/
	width: 47%;
}
.part-description {
	padding: 12px 0 0 0;
	font-size: 1em;
	font-weight: 400;
	width: 47%;
}
.status {
	padding: 6px 0 0 24px;
	font-size: .8em;
	font-weight: 300;
	/*width: 47%;*/
}
.partnumber {
	padding: 12px 0 12px 24px;
	font-size: 1.2em;
	font-weight: 400;
	width: 100%;

}
.price {
	padding: 12px 0 12px 24px;
	font-size: 1em;
	font-weight: 400;
}
.productshot1 {
	margin: 0 0 1em 1em;
	float: right;
	/*border: thin solid rgba(148,148,148,1.00);*/
	/*width: 45%;*/
	width: 316px;
	max-height: 400px;
}
.storyshot1 {
	margin: .75em 0 1em 1em;
	float: right;
	/*border: thin solid rgba(148,148,148,1.00);*/
	/*width: 45%;*/
	width: 316px;
	max-height: 400px;
}
.storyshot2 {
	margin: .75em 0 1em 1em;
	float: left;
	/*border: thin solid rgba(148,148,148,1.00);*/
	/*width: 45%;*/
	width: 316px;
	max-height: 400px;
}
.center-img {
	display: block;
	margin: auto;
}
.enlarge {
	font-size: 0.8em;
	font-weight: 300;
	text-align:center;
}
.description {
	font-size: 1em;
	padding: 1em 0 1em 1em;
}
.relateditems {
	background-color: rgba(240,240,240,1.00);
	padding: 0 1em;
}
.relatedheader {
	width: 100%;
	clear: both;
	font-size: 1.4em;
	font-weight: 300;
	padding: .2em 0;
	border-bottom: thin solid rgba(138,138,138,1.00);
}
.fpt-header {
	margin-top: 1em;
}
.gearheader {
	background-color:rgba(65,65,65,1.00);
	color:rgba(233,233,233,1.00);
}
.nopadding {
	padding: 0;
}
.gearleftpad {
	padding-left: 1em;
}
.gearrightpad {
	padding-right: 1em;
}
.toppad {
	padding-top: .5em;
}
.bottompad {
	padding-bottom: .5em;
}
.rp-button {
	background-color:rgba(255,19,4,1.00);
	font-size: 1em;
	padding: .2em .2em 0 .2em;
	text-align: center;
	color: rgba(255,255,255,1.00);
	border-radius: 4px;
	width: 8%;
	float: right;
	margin: .2em .5em;
}
.rp-button-not {
	background-color:rgba(176,176,176,1.00);
	font-size: 1em;
	padding: .2em .2em 0 .2em;
	text-align: center;
	color: rgba(255,255,255,1.00);
	border-radius: 4px;
	width: 8%;
	float: right;
	margin: .2em .5em;
}
.extraphoto-group {
	padding: auto;
}
.extraphoto {
	width: 73px;
	height: 73px;
	background-color:#FFFFFF;
	border:#D1D1D1 1px solid;
	float: left;
	margin: 1px;
	text-align: center;
	white-space: nowrap;
	font: 0/0 a;
}
.extraphoto2 {
	width: 73px;
	height: 73px;
	background-color:#FFFFFF;
	/*border:#D1D1D1 1px solid;*/
	float: left;
	margin: 1px;
	text-align: center;
	white-space: nowrap;
	font: 0/0 a;
}
.extra-helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.extrathumb {
	vertical-align: middle;
	max-height: 73px;
	max-width: 73px;
}

/*cart formatting*/
.maincartheader {
	
}
.maincarttext {
	
}
.maincartcontainer {
	width: 85%;
	margin: 1em auto;
}
.mainlistcontainer {
	width: 85%;
	margin: 1em auto;
}
.customer-input {
	font-size: 1.2em;
	padding: .25em .5em;
}
.customer-input-small {
	font-size: 1em;
	padding: .25em .5em;
}
.ordernumber {
	width: 100%;
	text-align:center;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: .5em;
}
.billingblock {
	width: 40%;
	float: left;
	margin: 0 0 0 10%;
}
.shippingblock {
	width: 40%;
	float: left;
	margin: 0 5% 0 0;
}

/* hose builder formatting */
.radio1 {
	padding: .5em 2em;
	float: left;
}
.clear {
	clear: both;
}
.hosetablerow {
	padding: .5em 1em;
	border: #7E7E7E thin solid;
}
/*Racer blocks*/
.racer-label {
	display: inline;
	padding: 0 0 .5em 0;
	font-weight: 400;
	color: #666666;
	padding-bottom: .25em;
}
.racer-info {
	display: inline;
	padding: 0 0 .5 .5em;
	font-weight: 300;
}
.racer-line {
	margin: .5em;
	padding-left: .5em;
	display: block;
}

/*Select Options page*/
.option-row {
	clear: both;
	width: 100%;
	/*margin: 1em 0;*/
	padding: .5em 0;
	border-top: thin rgba(0,0,0,1.00) solid;
}
.option-row-header {
	clear: both;
	width: 100%;
	padding: .5em 0;
}
.option-row-header-cell {
	float: left;
	font-style: italic;
	background-color:rgba(200,200,200,1.00);
	display: inline;
	padding: .25%;
}
.option-header {
	clear: left;
	width: 49%;
	float: left;
	margin: .5em 0;
}
.option-list-item {
	width: 35%;
	float: left;
	/*clear: right;*/
	margin: .5em 0;
}
.option-selector {
	width: 49%;
	float: left;
	clear: right;
	margin: .5em 0;
}
.option-line-price {
	width: 7%;
	float: left;
	clear: right;
	margin: .5em 0;
	text-align: right;
	padding-right: 1%;
}
.option-line-update {
	width: 100%;
	float: right;
	clear: both;
	margin: .5em 0;
	text-align: center;
}
.option-container {
	width: 50%;
}
.option-display {
	float: left;
	margin: 0 1em 1em 0;
}
.option-buttons-down {
	padding-top: 1em;
}