/*element styles */
*{ margin: 0; padding: 0; }

body { font: .75em Arial, Helvetica, Sans-Serif; color: #454545; line-height: 1.6em; }

a { font-weight: bold; text-decoration: none; color: #555555; cursor: pointer; border: none; }
a:hover { color: #808080; }
h1 { color: #fff; text-align: right; font-size: 1.4em; font-weight: normal; text-transform: uppercase; letter-spacing: 2px; padding-top: 20px; }
h2 { color: #555555; font-size: 1.4em; line-height: 1em; padding: 0; margin: 0 0 10px; }
/* added to keep the colors of the headers consistent */
h3 { color: #555555; font-size: 1.5em; line-height: 1em; padding: 0; margin: 0 0 10px; }
h4 { font-size: 13px; text-transform: uppercase; font-weight: bold; }
img { border: 0; }
table { margin-top: 15px; border: solid 1px #ccc; }
th { background-color: #e4e4e4; padding: 5px 5px 5px 2px; text-align: left; }
td { padding: 3px; line-height: 120%; }
/*form p { padding-top: 1em; }*/
input { color: #4e4e4e; }
textarea { font-family: Arial, Helvetica, Sans-Serif; color: #4e4e4e; font-size: 1.1em;}
button { color: #4e4e4e; }
em { color: #555555; font-weight: bold; }
form p { margin-top: 10px; }
table h3 { background-color: #e4e4e4; padding: 5px 0px 5px 5px; font-size: 1em; }
sup { font-size: 9px; }
hr { border: 0px; height: 1px; background-color: #ccc; color: #ccc; margin: 10px 0;}
/* class styles */
.caption { font-size: .8em; line-height: 1.3em; text-align: center;}
.odd { background-color: #f5f5f5;}
.color { height: 100px; width: 100px; }
.toprow { padding-bottom: 0px; }
.clean { border-style: none; margin-top: 0px;}
.warning {  background-color:#eFeFeF; color: #555; font-weight: bold;  }
.price { color: #555555; margin-top: 5px; font-weight: bold; }
.price-large { color: #555555; margin-top: 5px; font-weight: bold; font-size: 1.8em; }
.clear { clear: both; }
.inner-mult { display: none; }
.hide-print { }

/*id styles nested relevantly to cascade */
#wrap {  }
	#logo { height: 82px; width: 370px;  }
	#minilogo img {float: right; display: none;}
        #title { position: relative; top:-90px; }
	#logoprint { display: none; }

#navcontainer {  display: none; }
        #line{border-bottom: 1px solid #555;position:relative; top: -50px;}

#popareafull, .popareafull { float: left;  padding: 5px 5px; margin: 0 0 0 0; text-align: left; }
	#popareafull h2, .popareafull h2 { font-size: 1.3em; }
	#popareafull ul, .popareafull ul { padding-left:20px; list-style-image:url(../images/bullet.gif); vertical-align:middle; margin-bottom: 10px; }
	#popareafull ul li, .popareafull ul li { vertical-align: middle; padding-bottom: 0px; padding-top: 0px; margin-bottom:5px; margin-top: 0px; }

#maincontent { clear: both; }

#choicearealeft { float: left; width:65%; padding: 5px 15px 0 10px; margin: 0 0 25px 0; text-align: left;}
	#formarealeft p { margin: 0 0 15px; }

#choiceareafull { float: left;  padding: 5px 15px 0 10px; margin: 0 0 25px 0; text-align: left;}
	#formarealeft p { margin: 0 0 15px; }

#productarea {position:relative; top:70px; width:200px; float:right; text-align: center; border:1px solid #ccc; padding:6px;}
	#info {border:1px solid #ccc; padding:3px;}
        #info ul li { list-style: none;}
	#productarea p {}
	#price {color: #555555; margin-top: 5px; font-weight: bold; font-size: 1.8em; }

#backnext { float: right; margin-top: 15px; text-align: right; }

#footer {text-align: center; clear: both; padding: 10px; margin: 15px 10px 10px 0; border-top: 1px solid #ccc; line-height: 1em; }

/* Customer Expectations CSS */
.expectations ul { list-style:none; color: #555555; font-weight: bold; padding-left:20px; padding-bottom: 0px; }
.expectations ul ul { list-style:none; padding: 0px 0px 0px 25px; color: #000000; font-weight:normal; }
.expectations em { color: #555555; font-size: 9px; }
.expectations h3 { font-size: 1.5em; line-height: 1em; padding-left: 10px; margin: 0 0 10px; }
.expectations p { padding-bottom: 20px; padding-left: 45px; }
.expectsub { color: #555555; font-weight:bold; }
.expectcomplete { font-weight:bold; padding-left: 25px; }

.features td { padding: 15px 5px 15px 5px; border-top: 1px solid #ccc; }
.features strong { font-size: 1.3em; }
.features h2 { font-size: 1.2em; margin-top: 10px; margin-bottom: 0px; }
.features ul { list-style: none; color: #555555; font-weight: bold; padding: 5px 0px 0px 20px; }
.features ul li { color: #454545; }
.features #price { font-size: 1.1em; }

.expecthead { padding-top: 15px; }

.expectations table { margin: 0px 0px 10px 50px; }
.expectations input { margin: 0px 0px 10px 50px; vertical-align:middle; }

/*popup styles only*/
#dhtmltooltip { font-size: .8em; line-height: 1.4em; color: #333333; position: absolute; left: -300px; width: 150px; border: 1px solid #999999; padding: 8px; background-color: #e5e5e5; visibility: hidden; z-index: 100; }
#dhtmlpointer{ position:absolute; left: -300px; z-index: 101; visibility: hidden; }

/* dashboard tabs */
div#dashboard div.ui-tabs-panel a {
	color: #555555;
}
.buttons{
    display: none;
    margin-top: 20px;
    clear: both;
    float: right;
}

.buttons #next{
    margin-left: 10px;
}

.buttons #back{
    margin-right: 10px;
}
/*
Hardware style
*/
#hardwareForm, #operatorForm{
    width: 500px;
    float: left;
}

.hardwareWithTextBox, .hardwareWithCheckBox{
    clear: both;
}
.hardwareWithTextBox p, .hardwareWithCheckBox p{
    float: left;
    max-width: 600px;
}
.hardwareWithTextBox input[type="text"] {
    float: right;
    width: 30px;
}
/* end dashboard tabs */

/*Dimensions selection pages..*/

.installation_options {
	margin: 10px 0px 0px 0px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	text-align: left;
        padding:10px;

}

.radio_choices {
	margin: 0px 0px 10px 20px;
}

/* Error message style for partial */
#errorExplanation {
    border: solid 1px #555;
    padding:5px;

}

#errorExplanation ul{
    margin-left: 15px;
}

/* Model selections */
#colorcontent{
    margin-top: 15px;
}

/*Styling the choices made*/
.no-border {
	border:none;
}
.choice {
	width:100%;
	border: solid 1px #ccc;
	background:white;
	padding-bottom:10px;
	border-collapse:collapse;
	/*Only chrome/safari can see shadow...*/
	box-shadow: 1px 2px 5px #888;
	/*Only mozilla*/
	-moz-box-shadow:1px 2px 5px #888;
	/*Possible IE fix for box shadow*/
	zoom:1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);

	margin:3px;
	padding:10px;
}

.choice img{
	margin:3px 5px 3px 3px;
	float:left;
}
.choice label{font-weight:bold; }

.model_choice{
	display:inline-block;
        zoom: 1;
	*display:inline;
	width:25%;
        height:80px;
	vertical-align:top;

}
.model_choice label{
	display:inline-block;
        zoom: 1;
	*display:inline;
	vertical-align:middle;
}
.model_choice img{
	float:none;
	height:75px;
	display:block;
	zoom: 1;
	*display:inline;
	padding:0px;
	margin:0px;
	vertical-align:middle;
}
.color_choice{
	border:solid 1px #ccc;
	padding:10px;
	display:inline-block;
	zoom: 1;
	*display:inline;
	width:20%;
        vertical-align:top;
}
.color_choice p{
    vertical-align: center;
    text-align: center;
    margin-top:5px;
}
.color_swatch{
	border:solid 1px #333;
	vertical-align:middle;
        margin: 5px 15px 0px;
	vertical-align: middle;
	display:inline-block;
	zoom: 1;
	*display:inline;
	width:95px;
	height:50px;
}
label[for='lite']{
    display:block;
}
.window_choice{
    display:inline-block;
    width:130px;
    height:80px;
    padding:7px 10px;
    margin:5px;
    text-align:left;
}
.window_choice input{
    float:none;
    position: static;
}
.section_choice{ width:80px; height:15px; margin:10px; padding:7px;}

.hardware_choice{
    width:95%;
    padding:25px 15px;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.hardware_choice table{
    border:none;
    margin:7px;
}
.hardware_choice input[type="checkbox"]{
    float:left;

}
.hardware_choice img{
    float:right;
    text-align:center;
    width: 40px;
    height: auto;
}
#springs{font-weight: bold; padding:10px 15px;}
#springs select{margin-left:5px;}
.description li{
    position:relative;
            left:20px;
            top:5px;
    list-style:disc;
}
.description p{
    text-indent:15px;
}
.operator_choice{
    display:inline-block;
	zoom:1;
	*display:inline;
	width:95%;
        padding:10px;
        border:solid 1px #ccc;
        border-width:0px 0px 1px;
}
.operator_content{
    width:95%;
    padding:5px;
    padding-top: 15px;
}
.operator_title{
    font-weight:  bold;
}
.operator_choice img{
	width:60px;
    margin-right:5px;
    margin:3px 5px 3px 3px;
    float:left;

}
.simple_overlay{
    display: none;
}
.operator_tabs{
    color:#808080;
    background-color: #f4f4f4;
    font-size:12px;
    margin:3px;
    border: solid 1px #ccc;
    border-bottom: none;
    padding: 6px;

}
.operator_tabs a {color:#808080;}
.operator_tabs a:hover{color:#808080;}
.current{

    background:white;
    border-bottom: solid 1px white;
}
.operator_table {
    width:70%;
    border:none;
    border-collapse:collapse;
    text-align:center;
    margin-top: 3px;
    padding-top: 2px;
}
.operator_table tr {
	border-top:solid 1px #ccc;
}
.table_header{border-bottom:solid 1px #ccc;}
.garage_door_results{
    border:solid 1px #777;

}
.garage_door_results table{
    border:none;
    width:300px;

}
.door_display{
    float:left;
    /*height:215px;*/
    /*width:291px;*/
    margin:10px 60px 5px 25px;
    border:solid 10px #222;
    border-radius:5px;
    background: transparent;
    -moz-border-radius:5px;
    box-shadow: 1px 2px 5px #888;
    -moz-box-shadow:1px 2px 5px #888;
    /*Possible IE fix*/
    zoom:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);

}
.door_display_notice{
    padding:10px;
}
.garage_door_results a{
    color:#555555;
    font-size: 15px;
}
.garage_door_result_headers
{
    color:white;
    padding:  5px;
    background:#777;

    border-bottom: solid 1px #555;

}
.garage_door_result_headers h4{display:inline;}
.garage_door_result_headers a{
  display: inline;
  color:white;
  margin-left:100px;

}
.garage_door_price_header{
    float:right;
    cursor: default;
}
.garage_door_showhide{

    margin-bottom:10px;
   margin-top:20px;
}

.hide_price {display:none}
.hide_cost_data {display:none}

#entry_door_disclaimer{ margin-top:35px; margin-bottom: 35px; display:block;}






/*summary page*/

div.page_break_after { 
    float: none;
    page-break-after: always;
}
div.page_break_before { 
    float: none;
    page-break-before: always;
}

.print_no_wrap{
    white-space:nowrap;
}

.noprint { 
  visibility: hidden; 
} 

.chrome_border_for_print{
    margin: 0px 30px;
}
.print_padding-right{padding-right:30px}