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

table#productspecs {
width: 100%;
}

div#productLeft {
padding-top: 20px;
width: 40%;
float: left;
}

div#productRight {
width: 57%;
float: right;
padding: 15px 0 0 5px;
}

div.specheader {
display: block;
position: relative;
height: 17px;
color: #FFFFFF;
font-size: 75%;
background: #333333;
padding: 0 0 0 10px;
}

div#buttoncorral {
width: 100%;
border-top: solid 2px #666666;
padding: 20px 0 10px 0;
margin: 20px 0 10px 0;
}


table#productspecs td{
padding: 5px 0 0 0;
}

.specentry  {
margin: 5px 0 0 0;
}

.specentry li {
list-style-type: square;
margin-left: 15px;
}

img.productshot {
width: 100%;
margin: 0 0 10px 0;
}

img.mflogo {
width: 150px;
padding-bottom: 10px;
}

img.swatch {
width: 20px;
margin: 3px 3px 0 0;
border: solid 1px;
}

input#quotebtn {
border: none;
outline: none;
margin: 0 auto;
display: block;
height: 32px;
width: 150px;
padding: 10px 0 0 0;
text-indent: -9999px;
background: url(/images/quoteBtn.png) no-repeat;
}

.helpModal input {
position: absolute;
border: none;
outline: none;
right: 1px;
top: 1px;
height: 15px;
width: 15px;
text-indent: -9000px;
background: url(/images/helpBtn.png) no-repeat;
}

h3#blankbtn {
margin: 0 auto;
display: block;
height: 32px;
width: 150px;
padding: 10px 0 0 0;
text-indent: -9999px;
background: url(/images/blankBtn.png) no-repeat;
}

h3#helpbtn {
position: absolute;
right: 1px;
top: 1px;
height: 15px;
width: 15px;
text-indent: -9000px;
background: url(/images/helpBtn.png) no-repeat;
}


h3#price {
width: 100%;
height: 20px;
text-align: center;
font-size: 200%;
margin: 15px 0 10px 0;
}
