﻿.product-selector 
{
    margin-top: .75em;
}

.product-selector .slider 
{
    vertical-align: middle;
    padding: .5em 0 .5em 0;
}

.product-selector .application td 
{
    padding: .75em 0 .75em 0;
}

.product-selector .application .label 
{
    padding-right: 1em;
}

.product-selector .or 
{
    text-align: center;
}

.product-selector .market 
{
    vertical-align: top;
    width: 100px;
    padding-right: 30px;
}

.product-selector .market .product-selector-market
{
    width: 100%;
}

.product-selector .market label 
{
    float: left;
}

.product-selector .market .ProductSelector 
{
    float: right;
}

.product-selector .values 
{
    font-size: .8em;
    line-height: 1.2em;
}

.product-selector .values span 
{
    float: left;
    width: 45px;
    text-align: right;
}

.product-selector .values div 
{
    white-space: nowrap;
    line-height: 1.4em;
}

.product-selector .values sup 
{
    line-height: 0;
}


.product-selector-background 
{
    height: 211px;
	width: 675px;

	padding: 0 0 10px 16px;
 	margin: 0 0 0 1px;

    background: transparent url('../images/product-selector-background.gif') no-repeat;
}

.product-selector-background h3 {
	margin: 0 0 0 4px;
	font-size: 13px;
	line-height: 16px;
}

.product-selector-background h2 
{
    margin: 0 0 0 2px;
    padding: 14px 0 0 0;

    color: #a80532;
    
    font-weight:normal;

    font-size: 18px;
    line-height: 21px;
}

.product-selector-button 
{
    position: relative;
    top: -4px;
}