* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    font-size: 13px;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.error {
    color: #990000;
}
.success {
    color: #2bd210;
}
.btn {
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-radius: 3px;
    color: #333;
    padding: 8px;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.btn:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}

.btn:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

.btn[disabled="disabled"], .btn[disabled="disabled"]:hover, .btn[disabled="disabled"]:active {
    background: #eee;
    color: #bbb;
    text-shadow: none;
    cursor: default;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.hide {
    display: none;
}
.float_left {
    float: left;
}
#loader {
    background: url(../images/spinner.gif) no-repeat center center;
    width: 99px;
    height: 124px;
    margin-left: -50px;
    position: absolute;
    left: 50%;
    top: 200px;
}
#ps_left {
    width: 300px;
    min-height: 480px;
    float: left;
    padding: 5px;
    background: #4d4d4d;
    color: #fff;
    position: relative;
}
#ps_left a {
    color: #F8E9C7;
}

#ps_left img {
    display: block;
    margin: 0 auto;
    padding: 2px;
    border: 1px solid #777;
    height: 100px;
}
#ps_header {
    padding: 3px;
    background: url(../images/header_bg.png) repeat;
    box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.2);
    min-height: 125px;
}
#ps_top_left {
	float:left;
	width:300px;
}
#ps_left .current_section {
    margin-bottom: 10px;
    text-align: center;
}

#ps_headertext {
    position: absolute;
    left: -48px;
    top: 55px;
    width: 125px;
    text-align: center;
    float: left;
    margin: 0px 2px;
    -ms-transform: rotate(270deg); /* IE 9 */
    -moz-transform: rotate(270deg); /* Firefox */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
    -o-transform: rotate(270deg); /* Opera */

    /* -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;*/
}
.header_buttons {
    overflow: auto;
    overflow-y: hidden;
    margin: 0 0 0 40px;
    white-space: nowrap;
}
.header_buttons li {
    display: inline-block;
    margin: 2px;
    margin-right: 10px;
    border: 1px solid #ddd;
    background: #fff;
    min-width: 53px;
}
.header_buttons li img {
    height: 100px;
	border:none;
	width:auto;
}
.header_buttons li:hover, .header_buttons li.selected {
    border: 3px solid #4d4d4d;
    margin: 0px;
    margin-right: 8px;
}
.header_buttons li p {
    text-align: center;
}
#header_loader {
    width: 60px;
    margin: 10px auto 0;
    display: none;
}
.help{
	margin:8px;
}
.help p{
	margin:5px;
}
.helpTip{
	position:absolute;
	top:5px;
	right:8px;
	cursor:help;
}
#ps_right {
    padding: 10px;
    float: left;
    position: relative;
}
.stage_controls {
    margin-bottom: 5px;
}
.progress_btn{
	font-weight:bold;
	color:blue;
}
.zoom_buttons, .progress_steps, .share_estimate {
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 3;
}
.zoom_buttons {
    margin: 0 auto;
    width: 90px;
}
.zoom_buttons p, .progress_steps p, .share_estimate p {
    margin-bottom: 5px;
}
.zoom_buttons .btn, .progress_steps .btn, .share_estimate .btn {
    height: 40px;
    display: inline-block;
    text-decoration: none;
    float: left;
    line-height: 100%;
}
.zoom_buttons .btn {
    font-size: 1.5rem;
    width: 40px;
}
.progress_steps {
    float: left;
}
.progress_steps .previous {
    margin-right: 10px;
}
.share_estimate {
    float: right;
}
.share_estimate .share_tab {
    margin-left: 10px;
    float: right;
}
#zoom_out {
    margin-left: 10px;
    line-height: 90%;
}

#container {
    border: 1px solid #ddd;
   /* height: 455px;*/
    min-width: 500px;
	background: url(../images/header_bg.png) repeat;
}
.ast {
    color: #990000;
}
.item_description {
    margin-top: 20px;
}
.item_description > p, .item_description > .zebra {
    padding: 10px 5px;
    margin-top: 10px;
}
.item_description > .zebra:nth-child(odd) {
    background: #686868;
}
.item_description p strong, .item_description .left {
    width: 150px;
    display: inline-block;
}
.item_description .extras button {
    margin-bottom: 10px;
}
.item_description .extras {
    padding-top: 10px;
    border-top: 1px solid #686868;
    margin-top: 10px;
}
.item_description .zebra > span {
    width: 115px;
    display: inline-block;
}
.item_description .extras p {
    display: block;
    margin-top: 10px;
    font-weight: normal;
    font-size: 11px;
}
.red {
    color: #ff0000;
}
.dyntable {
    width: 100%;
    border: none;
    border-spacing:0;
    border-collapse:collapse;
}
.dyntable th {
    text-align: left;
    padding: 8px 10px;
    color: #fff;
    text-shadow: 1px 1px #444;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #777;
}

.dyntable th:nth-child(odd) {
    background: #555;
}

.dyntable th:nth-child(even) {
    background: #666;
}

.dyntable tfoot tr td {
    padding: 8px 10px;
    border-right: 1px solid #FFF;
    color: #000;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    background: #eeeeee;
}
#sharemsg {
    position:absolute;
    width:100%;
    text-align:center;
    top:40px
}
.share_preview, #cboxLoadedContent {
    overflow: hidden !important;
}
.share_preview {
    position: relative;
}
.share_preview .field {
    margin-bottom: 10px;
}
.share_preview .preview_img {
    position: absolute;
    width: 100px;
    right: 0;
    top: 0;
}
.share_preview .preview_img img {
    width: 100%;
}
#txtmsg {
    height: 80px;
}
.share_preview h2 {
    margin-bottom: 30px;
}
.share_preview label {
    display: block;
}
.share_preview textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    border: 1px solid #777;
}
.share_preview .subline {
    text-align: right;
}
.share_preview .field button {
    margin-right: 10px;
}
.share_preview  .loader {
    display: none;
}

.sliderbot {
    width: 150px;
    float: left;
    margin-top: 10px;
	margin-left:5px;
}
.inchesdiv {
    float: left;
    margin-top: 3px;
}

#notification {
    position: absolute;
    top: 100px;
    width: 350px;
    left: 50%;
    margin-left: -175px;
    text-align: center;
    background: #F6F8C9;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 5;
    display: none;
}
#estimate_table_body tr td:first-child {
    font-weight: bold;
}
#estimate_table_body tr td {
    border: 1px solid #ddd;
    padding: 8px 10px;
    border-right: 1px solid #fff;
    color: #000;
    vertical-align: top;
    background: #eee;
}
#estimate_table_body tr td:nth-child(even) {
    background: #f7f7f7;
}
#estimate_table_body tr td:nth-child(odd) {
    background: #eee;
}
#estimate_table_footer {
    text-align: right;
}
.footer {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    color: #aaa;
    left: 0;
}
.footer p {
    height: 15px;
}
.zoomin{
	background-image:url(/images/icons/zoomin.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width: 36px;
    height: 36px;
    position:absolute;
    top: 85px;
    left: 180px;
    border: none;
}
.itemImg{
	text-align:center;
	position:relative;
}