﻿/* .visualdropdownCheckMark
{
    position: absolute;
    z-index: 1;
    float: right;
    visibility: hidden;
} */

.visualdropdownQuestion
{
    float:left;
    display:inline;
    width: 95%;
}

.errorDisplay .visualdropdownQuestion .visualdropdownInputLink
{       
    border: 2px solid #D72D3A;
}

.errorDisplay .visualdropdownQuestion .visualdropdown_wrapper
{       
    border: 2px solid #D72D3A;  
}

.visualdropdown_header_text
{
    margin: 12px 5px 5px 20px;
    float: left;
}
    
.visualdropdownTitleLabel
{
    float: left;
    text-decoration: underline;
    margin-left: -15px;
    _margin-left: -7px;
}  

.visualdropdownOptionText
{
    display: none;
    margin: 15px 5px 13px 20px;
    float: left;
    _position: relative;
    _left: -20px;
}

.visualdropdownInputLink
{
    display: inline;
    font-size: 12px;
    height: 24px;
    float: left;
    color: #000;  
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 0px;
    *padding-bottom: 3px;
    padding-top: 5px;
    *width: 113px;
}

.visualdropdownSelected
{
    background: #ddd; /* for non-css3 browsers */
    background-position: -moz-linear-gradient(top,  #fff,  #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #ddd); /* for firefox 3.6+ */
    /* border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
    
    border: 1px solid #acc3d9;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;

    /* firefox's individual border radius properties */
    -moz-border-radius-topleft:10px; /* top left corner */
    -moz-border-radius-topright:10px; /* top right corner */
    -moz-border-radius-bottomleft:0px; /* bottom left corner */
    -moz-border-radius-bottomright:0px; /* bottom right corner */

    /* webkit's individual border radius properties */
    -webkit-border-top-left-radius:10px; /* top left corner */
    -webkit-border-top-right-radius:10px; /* top right corner */
    -webkit-border-bottom-left-radius:0px; /* bottom left corner */
    -webkit-border-bottom-right-radius:0px; /* bottom right corner */
    
    -moz-box-shadow: 1px 2px 6px #b9b9b9;
    -webkit-box-shadow: 1px 2px 6px #b9b9b9;
    box-shadow: 1px 2px 6px #b9b9b9;
    _width: 63px; 
}

.visualdropdown_wrapper
{
    overflow-x: hidden;
    overflow-y: auto;
    *overflow-x: hidden;
    *overflow-y: hidden;
    display:none;
    clear: both;
    border-radius: 5px;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
          
    background-color: white;
    border: 1px solid #acc3d9;
    margin-bottom: 10px;
    font-size: 12px;
    
    background: #ddd; /* for non-css3 browsers */
    background-position: -moz-linear-gradient(top,  #fff,  #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #ddd); /* for firefox 3.6+ */
    color: #000;
    
    -moz-box-shadow: 1px 2px 6px #b9b9b9;
    -webkit-box-shadow: 1px 2px 6px #b9b9b9;
    box-shadow: 1px 2px 6px #b9b9b9;
    padding-bottom: 5px;
    zoom: 1;
    
    *position:relative;
    *padding-bottom: 30px;
    _float: left;
    _overflow: visible;
    _width: 100%;
}

.visualdropdownOption
{
    /* border: 5px solid white; */
    float: left;
	height: 78px;
	width: 115px;
    margin: 2px 2px 12px 10px;
    text-align: center;
    display: inline;
    cursor: pointer;
    position: relative;
    _padding: 0px;
    _margin: 0px;
    _height: 90px;
}

.visualdropdownOption:hover
{
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #acc3d9;
    height: 76px;
	width: 113px;
	left: -1px;
	top: -1px;
}

#FoundationShape_options .visualdropdownOption, #RoofShape_options .visualdropdownOption
{
    margin-bottom: 26px !important;
   _margin-bottom: -5px !important;
   _width: 135px;
   _position: relative;
   _top: 20px;
}


li.visualdropdownOption.visualdropdownOptionSelected
{
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #acc3d9;
    height: 76px;
	width: 113px;
	left: -1px;
	top: -1px;
	_padding: 0px;
    _margin: 0px;
    _height: 70px;
    _float: left;
}

.visualdropdownOptionSelected, .visualdropdown-label, .visualdropdown-image 
{
    *position: relative;
    *top: -20px;
    _padding: 0px;
    _margin: 0px;
}
.question_label.visualdropdown_label
{
    margin-bottom: 0px;
}

.visualdropdownArrow
{
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #004A8D;
    float: right;
    position: relative;
    top: 5px;
    right: 8px;
    margin-left: 16px;
    margin-right: -20px;
    *margin-left: -10px;
    _display: none;
}

.visualdropdownCheckMark
{   
    /* position: absolute; */
    z-index: 1;
    float: right;
    visibility: hidden;
    background-image: url(../Images/visualdropdown/checkMark.gif);
	height: 20px;
	width: 20px;
	position: relative;
    top: -3px;
    right: -3px;     
}

.FoundationShape_HShape
{    
	background-image: url(../Images/visualdropdown/FoundationShape_HShape.gif);
	height: 73px;
	width: 110px;
	background-repeat: no-repeat;
    background-position:50% 50%;
    margin-bottom: 4px;
    _margin: 0px;
    _padding: 0px;
}

.FoundationShape_TShape
{    
	background-image: url(../Images/visualdropdown/FoundationShape_TShape.gif);
	height: 73px;
	width: 110px;
	background-repeat: no-repeat;
    background-position:50% 50%;
    margin-bottom: 4px;
    _margin: 0px;
    _padding: 0px;
}

.FoundationShape_LShape
{    
	background-image: url(../Images/visualdropdown/FoundationShape_LShape.gif);
	height: 73px;
	width: 110px;
	background-repeat: no-repeat;
    background-position:50% 50%;
    margin-bottom: 4px;
    _margin: 0px;
    _padding: 0px;
}

.FoundationShape_SquareorRectangle
{    
	background-image: url(../Images/visualdropdown/FoundationShape_SquareorRectangle.gif);
	height: 73px;
	width: 110px;
	background-repeat: no-repeat;
    background-position:50% 50%;
    margin-bottom: 4px;
    _margin: 0px;
    _padding: 0px;
}

.FoundationShape_IrregularComplex
{    
	background-image: url(../Images/visualdropdown/FoundationShape_IrregularComplex.gif);
	height: 73px;
	width: 110px;
	background-repeat: no-repeat;
    background-position:50% 50%;
    margin-bottom: 4px;
    _margin: 0px;
    _padding: 0px;
}

.FoundationShape_UShape
{    
	background-image: url(../Images/visualdropdown/FoundationShape_UShape.gif);
	height: 73px;
	width: 110px;
	background-repeat: no-repeat;
    background-position:50% 50%;
    margin-bottom: 4px;
    _margin: 0px;
    _padding: 0px;
}

.FoundationShape_ZShape
{    
	background-image: url(../Images/visualdropdown/FoundationShape_ZShape.gif);
	height: 73px;
	width: 110px;
	background-repeat: no-repeat;
    background-position:50% 50%;
    margin-bottom: 4px;
    _margin: 0px;
    _padding: 0px;
}

.RoofShape_Flat
{    
	background-image: url(../Images/visualdropdown/RoofShape_Flat.gif);
	height: 73px;
	width: 110px;
	background-repeat: no-repeat;
    background-position:50% 50%;
    margin-bottom: 4px;
    _margin: 0px;
    _padding: 0px;
}

.RoofShape_ComplexCustom
{    
	background-image: url(../Images/visualdropdown/RoofShape_ComplexCustom.gif);
	height: 73px;
	width: 120px;
	background-repeat: no-repeat;
    background-position:50% 50%;
    margin-bottom: 4px;
    _margin: 0px;
    _padding: 0px;
}

.RoofShape_Gable
{    
	background-image: url(../Images/visualdropdown/RoofShape_Gable.gif);
	height: 73px;
	width: 110px;
	background-repeat: no-repeat;
    background-position:50% 50%;
    margin-bottom: 4px;
    _margin: 0px;
    _padding: 0px;
}

.RoofShape_Gambrel
{    
	background-image: url(../Images/visualdropdown/RoofShape_Gambrel.gif);
	height: 73px;
	width: 110px;
	background-repeat: no-repeat;
    background-position:50% 50%;
    margin-bottom: 4px;
    _margin: 0px;
    _padding: 0px;
}

.RoofShape_Hip
{    
	background-image: url(../Images/visualdropdown/RoofShape_Hip.gif);
	height: 73px;
	width: 110px;
	background-repeat: no-repeat;
    background-position:50% 50%;
    margin-bottom: 4px;
    _margin: 0px;
    _padding: 0px;
}

.RoofShape_Mansard
{    
	background-image: url(../Images/visualdropdown/RoofShape_Mansard.gif);
	height: 73px;
	width: 110px;
	background-repeat: no-repeat;
    background-position:50% 50%;
    margin-bottom: 4px;
    _margin: 0px;
    _padding: 0px;
}

.RoofShape_Shed
{    
	background-image: url(../Images/visualdropdown/RoofShape_Shed.gif);
	height: 73px;
	width: 110px;
	background-repeat: no-repeat;
    background-position:50% 50%;
    margin-bottom: 4px;
    _margin: 0px;
    _padding: 0px;
}
