.requestformcontent {
    width: 98%;
}


/*#imagemap
{
	display:inline;
	float:left;
}*/

label {
    margin-left: .2em;
}

.model_image {
    display: inline;
    float: left;
    text-align: center;
}

.modelselector {
    background: #FFF;
    clear: both;
    overflow: auto;
    margin-left: 0px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #AAAAAA;
    padding-right: 0px;
    width: 380px;
}

.image_and_description {
    float: left;
    display: inline-block;
}

.climatevariable {
    /* margin-left: 1.0em; */
    padding-left: 1.0em;
    /* float:left; */
    /*padding-left:280px;*/
}

.modelSelectorTab {
    display: block;
    margin-left: 1.0em;
    margin-top: 1.0em;
    padding-left: 1.0em;
}

.modelSelectorTab ul {
    float: left;
    display: block;
    margin-top: 1.0em !important;
    margin-left: .5em !important;
    height: 300.0em;
}

.modelSelectorTab p {
    max-width: 190px;
    min-width: 150px;
}

.modelSelectorTab li {
    margin-top: 1.0em;
    list-style-position: inside;
    list-style-type: none;
}


/* has to be height of 59em to cover the longest description for a GC Model */


/* if the descriptions are made longer then this will have to be increased  */

.ccsnav {
    display: block;
    text-decoration: none;
    width: 170px;
    /*height: 59em;*/
    margin: 0;
    padding: 0;
    float: left;
    background-color: #EEE;
}

.ccsnav div {
    list-style-position: inside;
    list-style-type: none;
    padding: 5px;
    display: block;
    background-color: #EEE;
}

.ccsnav a {
    font-size: 11px;
    text-decoration: none;
}

.ccsnav p {
    text-align: center;
}

.ccsnav div.activeDIV {
    background-color: #FFF;
    font-weight: bold;
    border: thin dotted #000000;
    border-right: none;
    background-image: url('/image/arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.ccsnav div label {
    padding: 0px;
}

.ccsnav div.activeDIV a {
    color: #000;
}

.ccsnav a:focus {
    outline: none;
}

.clearfloat {
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.summaryitem {
    display: block;
    clear: both;
    margin: 20px 0 10px 0;
}

.summaryleft {
    display: block;
    text-decoration: none;
    width: 15em;
    margin: 0;
    padding: 0;
    float: left;
}

.summaryright {
    margin-left: 16em;
}