.dmEasyQuote_loading{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff url('../images/icon_loading.gif') no-repeat center center;
	opacity: 0.8;
}

.dmDebug{
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	text-indent: 5px;
	background: #ffcece;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	margin-bottom: 5px;
}

#dmEasyQuote_mainCont{
    position: relative;
    width: 100%;
    min-height: 50px;
}

/*---  ---*/
#dmEasyQuote_mainCont .dmEasyQuote_step{
    border: 0;
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
}

#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepContent{
    border: 2px solid #ccc;
    border-bottom: 0;
    border-top: 0;
    padding: 10px;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepContent table,#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepContent table tr, #dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepContent table td{
    border: 0;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepContent .dmEasyQuote_stepTitle{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #444;
    margin-bottom: 5px;
    border-bottom: 1px dotted #DEDEDE;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepContent .dmEasyQuote_stepDesc{
    width: 100%;
    color: #444;
    margin-bottom: 15px;
    margin-top: 10px;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepContent .dmEasyQuote_stepQuestionCont{
    margin-bottom: 20px;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepContent .dmEasyQuote_stepQuestion{
    display: block;
    width: 100%;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepContent .dmEasyQuote_radio, #dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepContent .dmEasyQuote_checkbox{
    display: block;
    float: left;
    clear: both;
    margin-left: 5px;
    vertical-align: top;
}

#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepContent .dmEasyQuote_stepAnswerInfo{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent url('../images/icon_info.png') no-repeat top left;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepContent .dmEasyQuote_stepAnswerImg{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent url('../images/icon_photo.png') no-repeat top left;
}

#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepToolbar{
    border: 2px solid #ccc;
    border-top: 1px solid #ccc;
    height: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ddd url('../images/bg_stepToolbar.jpg') repeat-x top left;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepToolbar a.next, #dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepToolbar a.prev{
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    color: #444;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
    text-shadow: 0 1px 1px #fff;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepToolbar a.next:hover, #dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepToolbar a.prev:hover{
    background: #ddd;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepToolbar a.next{
    float: right;
    border-bottom-right-radius: 8px;
    clear: right;
    border-left: 1px solid #dcdcdc;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepToolbar a.prev{
    float: left;
    border-bottom-left-radius: 8px;
    clear: left;
    border-right: 1px solid #dcdcdc;
}

#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepTopToolbar{
    border: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #ddd url('../images/bg_stepToolbar.jpg') repeat-x top left;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepTopToolbar a.next, #dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepTopToolbar a.prev{
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    color: #444;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
    text-shadow: 0 1px 1px #fff;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepTopToolbar a.next:hover, #dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepTopToolbar a.prev:hover{
    background: #ddd;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepTopToolbar a.next{
    float: right;
    border-top-right-radius: 8px;
    clear: right;
    border-left: 1px solid #dcdcdc;
}
#dmEasyQuote_mainCont .dmEasyQuote_step .dmEasyQuote_stepTopToolbar a.prev{
    float: left;
    border-top-left-radius: 8px;
    clear: left;
    border-right: 1px solid #dcdcdc;
}

#dmEasyQuote_mainCont table.dmEasyQuote_reviewstep_result{
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    width: 100%;
}
#dmEasyQuote_mainCont table.dmEasyQuote_reviewstep_result tr td{
    border-bottom: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    padding: 2px 3px;
}
#dmEasyQuote_mainCont table.dmEasyQuote_reviewstep_result tr.dmEasyQuote_resultSep td{
    background: #555;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#dmEasyQuote_mainCont table.dmEasyQuote_reviewstep_result tr td table.dmEasyQuote_childTable{
    width: 100%;
}
#dmEasyQuote_mainCont table.dmEasyQuote_reviewstep_result tr td table.dmEasyQuote_childTable tr td{
    border: 0 !important;
}
#dmEasyQuote_mainCont table.dmEasyQuote_reviewstep_result tr td table.dmEasyQuote_childTable tr td.withborder{
    border-right: 1px solid #ccc !important;
}
#dmEasyQuote_mainCont .dmEasyQuote_subtotal{
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}

/*---  ---*/
.dmEasyQuote_completeform{
    width: 100%;
    margin-top: 20px;
}
.dmEasyQuote_completeform .text{
    padding-bottom: 10px;
}
.dmEasyQuote_completeform .row{
    margin-bottom: 5px;
    margin-left: 0;
    clear: both;
}
.dmEasyQuote_completeform .row label{
    float: left;
    min-width: 100px;
    line-height: 23px;
    display: block;
    font-weight: bold;
    clear: left;
}
.dmEasyQuote_completeform .row input{
    width: 250px;
    height: 15px;
    padding: 3px;
    border: 1px solid #ccc;
}
.dmEasyQuote_completeform .row input.dmError{
    border: 1px solid red;
}
.dmEasyQuote_completeform .row textarea{
    width: 250px;
    height: 100px;
    padding: 3px;
    border: 1px solid #ccc;
}


/*--- Graphic Layout ---*/
.dmEasyQuote_radioGraphic{
}
.dmEasyQuote_radioGraphic .dmEasyQuote_thumb{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    float: none;
    display: block\0/ !important;
}
.dmEasyQuote_radioGraphic .dmEasyQuote_thumb img{
    display: block;
    max-height: 150px;
    max-width: 120px;
}
.dmEasyQuote_radioGraphic .dmEasyQuote_thumb span{
    display: inline-block;
    float: left;
    height: 0px;
    width: 1px;
    vertical-align: middle;
}
.dmEasyQuote_radioGraphic .dmEasyQuote_label{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.dmEasyQuote_radioGraphic input[type=radio]{
    margin: 2px auto;
    display: block;
}

.dmEasyQuote_checkboxGraphic{
}
.dmEasyQuote_checkboxGraphic .dmEasyQuote_thumb{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    float: none;
    display: block\0/ !important;
}
.dmEasyQuote_checkboxGraphic .dmEasyQuote_thumb img{
    display: block;
    max-height: 150px;
    max-width: 120px;
}
.dmEasyQuote_checkboxGraphic .dmEasyQuote_thumb span{
    display: inline-block;
    float: left;
    height: 0px;
    width: 1px;
    vertical-align: middle;
}
.dmEasyQuote_checkboxGraphic .dmEasyQuote_label{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.dmEasyQuote_checkboxGraphic input[type=checkbox]{
    margin: 2px auto;
    display: block;
}

table.dmEasyQuote_graphicGrid{
    border: 0;
    width: 100%;
}
table.dmEasyQuote_graphicGrid tr, table.dmEasyQuote_graphicGrid tr td{
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}
table.dmEasyQuote_graphicGrid tr td{
    display: table-cell !important;
    float: none !important;
}

#dmEasyQuote_step_form .paymentMethods .paymentLabel {

    display: inline-block;
}