/* Spoke calc product list specific */
.products-grid {float: left; width: 185px;}
li.item{float:none; min-height: 220px;}
.products-grid li.lititle{float:none; font-weight: bold; font-size:14px; min-height: 20px;}
.products-grid select { width: auto; }

/*  End Spoke calc product list specific */

#calcSelects {
    background-color: #D3D3D3;
    padding: 0 15px 0 15px;
    margin: 0 0 8px 0;
}
.inputFloat {
    float: right;
}

.adminList li {
	float: left;
	padding: 5px 0 0 15px;
}
.adminList label {
    
}
#viewDisclaimer {
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}


.spokeResult {
	font-weight: 600;
	
}
.spokeResult span {
    font-weight: 900;
    
}
/* form sections */
#stock {
	width: 275px;
	float: left;
	display: inline;
	z-index: 200;
}
#customInput {
	background: url('/spoke/img/frontHub.png') no-repeat 0 100px;
	position: relative;
	float: right;
	width: 600px;
	/*left: 300px;*/
	height: 400px;
}
#customInputNew {
    position: relative;
    float: right;
    width: 600px;
    /*left: 300px;*/
    height: 400px;
}
.hubCompTitle {}
.erd {
    background: url('/spoke/img/erd.png') no-repeat 0 0;
    width: 600px;
    height: 70px;

}
.axle_width_desc, .loDescr, .lctfDescr, .rctfDescr, .roDescr, .lfdDescr, .rfdDescr {position: absolute; line-height: 1em;}
.erd input {
    position: absolute;
    left: 260px;
    top: 25px;

}
.erd #erdDesc {
    position: absolute;
    left: 220px;
    top: 45px;
}
div.axle_width {
	position: absolute;
	left: 222px;
	top: 100px;
}
.axle_width_desc {left: 212px; top: 83px;}
div.lfd {
    position: absolute;
    left: -10px;
    top: 290px;
}
.lfdDescr{left: 24px; top: 313px; width: 30px;}
div.rfd {
    position: absolute;
    left: 550px;
    top: 290px;
}
.rfdDescr{left: 583px; top: 240px; width: 50px;}
div.lo {
    position: absolute;
    left: 102px;
    top: 141px;
}
.loDescr{left: 95px;  top: 115px; width: 90px;}
div.lctf {
    position: absolute;
    left: 199px;
    top: 141px;
}
.lctfDescr{left: 180px; top: 163px; width:70px;}
div.rctf {
    position: absolute;
    left: 282px;
    top: 141px;
}
.rctfDescr{left: 262px; top: 126px;}
div.ro {
    position: absolute;
    left: 420px;
    top: 141px;
}
.roDescr{left: 420px; top: 166px;}
div.diam {
    position: absolute;
    left: 10px;
    top: 364px;
}

/* validate */
label.error, p.error {
    background: url('/cw/images/unchecked.gif') no-repeat;
    padding-left: 16px;
    margin-left: .3em;
    font-weight: bold;
    color: #DF280A;
}

/* The following was all supplied from the form gen and much of it is likely unneeded */
body {
	margin:8px 0 16px;
	text-align:center;
}

#form_container {
	background:#fff;
	margin:0 auto;
	text-align:left;
}

#top {
	display:block;
	height:10px;
	margin:10px auto 0;
}

#footer {
	width:640px;
	clear:both;
	color:#999999;
	text-align:center;
	padding-bottom: 15px;
	font-size: 85%;
}

#footer a{
	color:#999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}

#bottom {
	display:block;
	height:10px;
	margin:0 auto;
	width:650px;
}

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

/**** Logo Section  *****/
.category-head {
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background:url("/skin/frontend/default/pwb/images/gradient35.png") repeat scroll 0 0 transparent;
	border:1px solid #CCCCCC;
	min-height:35px;
	margin:0;
	width: 918px;
	text-align: center;
	margin: 0 auto;
}
h1 {
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
	background:url("/skin/frontend/default/pwb/images/gradient45.png") repeat scroll 0 0 #262626;
	background-color:#262626;
	margin:0;
	min-height:0;
	padding:0;
	text-decoration:none;
	text-indent:-8000px;
	
}

h1 a {
	display:block;
	height:100%;
	min-height:40px;
	overflow:hidden;
}

img {
	behavior:url(/spoke/css/iepngfix.htc);
	border:none;
}


/**** Form Section ****/

input.custom { width: 40px; }
input.small { width:25%; }
select.small { width:25%; }
input.medium { width:50%; }
select.medium { width:250px; }
input.large { width:99%; }
select.large { width:100%; }

.appnitro {
	font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
}



form ul {
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	/*width:100%;*/
}
/*
form li {
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}
*/
form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons {
	clear:both;
	display:block;
	margin-top:10px;
}

* html form li {
	height:1%;
}

* html .buttons {
	height:1%;
}

* html form li div {
	display:inline-block;
}

form li div {
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 3px;
}

form li span {
	color:#444;

	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li div.left {
	display:inline;
	float:left;
	width:48%;
}

form li div.right {
	display:inline;
	float:right;
	width:48%;
}

form li div.left .medium {
	width:100%;
}

form li div.right .medium {
	width:100%;
}

.clear {
	clear:both;
}

form li div label {
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li span label {
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li .datepicker
{
	cursor:pointer !important;
	float:left;
	height:16px;
	margin:.1em 5px 0 0;
	padding:0;
	width:16px;
}

.form_description {
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
	padding: 20px 0 0 0;
}

.form_description[class]
{
	display:block;
}

.form_description h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
}

.form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}



form li.section_break
{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:97% !important;
}

form ul li.first
{
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}

form .section_break h3
{
	font-size:110%;
	font-weight:400;
	line-height:130%;
	margin:0 0 2px;
}

form .section_break p
{
	font-size:85%;

	margin:0 0 10px;
}

/**** Buttons ****/
input.button_text
{
	overflow:visible;
	padding:0 7px;
	width:auto;
}

.buttons input
{
	font-size:120%;
	margin-right:5px;
}

/**** Inputs and Labels ****/
label.description {
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

span.symbol {
	font-size:115%;
	line-height:130%;
}

input.text {
	background:#fff url(/spoke/img/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
	text-align: center;
}


select.select {
	color:#333;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	background:#fff url(/spoke/img/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}

select.select[class] {
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class] {
	margin:1px 0;
}

ul, ol, #sCalc ul {
    list-style: none;
    margin-bottom: 10px;
}
input[type="text"] {
    height: 21px;
}

@media screen and (max-width: 660px) {
    #customInput {
        max-width: 100%;
        background-size: contain;
        width: 290px;
    }
    #form_container {
        max-width: 100%;
    }
    .erd {
        max-width: 100%;
        background-size: contain;
    }
    form.appnitro {margin: 0;}
    .erd #erdDesc {
        left: 80px;
        top: 25px;
    }
    .erd input {
        left: 120px;
        top: 7px;
    }
    div.axle_width {
    left: 105px;
      top: 93px;
    }
    .axle_width_desc {
      left: 95px;
      top: 80px;
    }
    .loDescr {
      left: 0px;
      top: 100px;
    }
    #lo {width: 30px;}
    div.lo {
      left: 47px;
      top: 115px;
    }
    .lctfDescr {
      left: 90px;
      top: 136px;
    }
    div.lctf {
      left: 94px;
      top: 115px;
    }
    div.rctf {
      left: 130px;
      top: 115px;
    }
    .rctfDescr {
      left: 170px;
      top: 109px;
    }
    div.lfd {
      top: 175px;
    }
    .lfdDescr {
      left: 14px;
      top: 200px;
    }
    div.rfd {
      left: 255px;
      top: 170px;
    }
    .rfdDescr {
      left: 219px;
      top: 185px;
    }
    div.diam {
      top: 250px;
    }
    .roDescr {
      left: 210px;
      top: 146px;
    }
    div.ro {
      left: 210px;
      top: 121px;
    }
}