.toolbar table td { text-align: center; }
.toolbar table table { text-align: center;}

.toolbar .title { border-bottom: 1px dotted #aaa; padding-bottom: 3px; margin-bottom: 3px; }

.design-container { position: relative; height: 250px; width: 95%; overflow: auto; }

.line,
.toolbar img { cursor: pointer; }
.line, .details-box {
	zoom: 1;
	margin-bottom: 2px;
	padding: 3px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #eee !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #eeeeee, #dddddd); /* for firefox 3.6+ */
}
.active-status { padding-left: 16px; }
.selected .active-status { background: url("/images/icons/active-line.png") no-repeat scroll 0 0 transparent; }
.selected {
	border: 2px solid #86b392;
	background-color: #E8FFEE !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8FFEE', endColorstr='#BFFFD0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E8FFEE), to(#BFFFD0)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #E8FFEE, #BFFFD0); /* for firefox 3.6+ */
}
.line .attributes {
	float: right;
}

.line.selected .options-container { display: block; }
.options-container { display: none; }
.options-container .options-list { /*display: none;*/ }
.options-container .options-title { font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; border-bottom: 1px dotted #86b392; }


/* Tool Tips */
.tool-tip { color: #fff; width: 139px; z-index: 13000; }
.tool-title { font-size: 11px; margin: 0; padding: 8px 8px 8px; background-color: #444; }
.tool-text { font-size: 11px; padding: 4px 8px 8px; background-color: #444; }

.tip-wrap {}
.tip-wrap .tip-top {}
.tip-wrap .tip { background-color: #fff; padding: 10px; border-radius: 5px; border: 1px solid #ccc;}
.tip-wrap .tip .tip-title {}
.tip-wrap .tip-bottom {}

.slideshow {
	-webkit-transition:opacity 1s ease-out;
	-moz-transition:opacity 1s ease-out;
	-o-transition:opacity 1s ease-out;
	-ms-transition:opacity 1s ease-out;
	opacity:1;
	margin: 0;
	padding: 0;
}

.step-container { width: 100%; border: 0; }
.step-container .step-intro { border-bottom: 1px dotted #cccccc; margin: 0 0 5px 0; }
#slideshow-container {height:600px; margin: 10px auto; overflow:hidden; position:relative;}
#slideshow-nav { text-align:center; cursor:default; padding-left: 0; margin: 0; }
#slideshow-nav li {
	width: 220px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;

	padding: 10px 5px 10px 5px;
	background: #ddd;
	border-radius: 2px;
	text-decoration: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
#slideshow-nav li.current{
	background-color: #0C3 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6891e7', endColorstr='#304ea6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#6891e7), to(#304ea6)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #6891e7, #304ea6); /* for firefox 3.6+ */
	color: #fff !important;
}

#slideshow {}
#slideshow .slide {
	position:absolute;
	/*width: 900px;*/
	width: 100%;
}

.btn-next { float: right; }
.btn.action { height: 2.05em !important; }
.btn {
	color: white;
	background-color: #6891E7;
	border-color: #304EA6 #304EA6 black;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .45);
	text-shadow: 0 0 0 transparent,0 1px 0 rgba(0, 0, 0, .45);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#6891e7,EndColorStr=#304ea6);
	background-image: -moz-linear-gradient(top,#6891e7 0,#304ea6 100%);
	background-image: -ms-linear-gradient(top,#6891e7 0,#304ea6 100%);
	background-image: -o-linear-gradient(top,#6891e7 0,#304ea6 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#6891e7),color-stop(100%,#304ea6));
	background-image: -webkit-linear-gradient(top,#6891e7 0,#304ea6 100%);
	background-image: linear-gradient(to bottom,#6891e7 0,#304ea6 100%);
	height: 2.95em;
	padding: 0 0.91em;
	border-width: 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.btn:hover {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#304ea6,EndColorStr=#557cd1);
	background-image: -moz-linear-gradient(bottom,#557cd1 93%,#304ea6 100%);
	background-image: -ms-linear-gradient(bottom,#557cd1 93%,#304ea6 100%);
	background-image: -o-linear-gradient(bottom,#557cd1 93%,#304ea6 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(93%,#557cd1),color-stop(100%,#304ea6));
	background-image: -webkit-linear-gradient(bottom,#557cd1 93%,#304ea6 100%);
	background-image: linear-gradient(to top,#557cd1 93%,#304ea6 100%);
}

.btn:active {
	color: white;
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.75),0 1px 0 #fff;
	-ms-box-shadow: inset 0 1px 3px rgba(0,0,0,0.75),0 1px 0 #fff;
	-o-box-shadow: inset 0 1px 3px rgba(0,0,0,0.75),0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.75),0 1px 0 #fff;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.75),0 1px 0 #fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#304ea6,EndColorStr=#6891e7);
	background-image: -moz-linear-gradient(bottom,#6891e7 0,#304ea6 100%);
	background-image: -ms-linear-gradient(bottom,#6891e7 0,#304ea6 100%);
	background-image: -o-linear-gradient(bottom,#6891e7 0,#304ea6 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#6891e7),color-stop(100%,#304ea6));
	background-image: -webkit-linear-gradient(bottom,#6891e7 0,#304ea6 100%);
	background-image: linear-gradient(to top,#6891e7 0,#304ea6 100%);
}

.proof-preview {  border: 0; width: 100%; }

.col-title { text-align: center; padding: 5px; font-size: 14px; }

#lineDetails {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	border: 1px solid #DDD;
	padding: 5px;
	background-color: #eee !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #eeeeee, #dddddd); /* for firefox 3.6+ */
}

.details-box {}
.details-box .title { font-size: 15px; padding: 5px; text-align: center; }

/* QUOTE */
.option-item { font-weight: bold; }
.option-detail { padding-left: 10px; display: none; }
#lblTotalPrice { font-size: 18px; }