@charset "utf-8";
/* CSS Document */

/*---------------Tab CSS-----------*/
.tabs {
	padding-bottom: 0px; /*padding-top: 8px;*/
}

.tabs ul li { /*display: inline-block;*/
	float: left;
	/*margin-left: -1px;*/
	width: 14.27%;
	border-top: 3px solid #293139; /*margin-right: 4px;*/
}

.bindtabs ul li { /*display: inline-block;*/
	float: left;
	/*margin-left: -1px;*/
	width: 9.5%;
	border-top: 3px solid #293139; /*margin-right: 4px;*/
}

.tabs ul li a {
	text-decoration: none;
}
/*------tabs------------*/
.activeTab .stepNavBg {
	background-image: url(../../images/stapNavActiveBg.png);
	height: 62px;
	background-repeat: no-repeat;
}

.activeTab .stepNavCircleBg {
	background-image: url(../../images/stapNavActiveCircle.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 24px;
	margin: 0 auto;
	top: 7px;
	position: relative;
}

.activeTab .stepNavText p {
	color: #fff;
	font-size: 13px;
	/* padding: 24px 20px 0px;*/
	padding-top: 10px;
	text-align: center;
}

.activeTab .stepNavArrow {
	background-image: url(../../images/stepNavarrow.png);
	width: 8px;
	height: 5px;
	margin: 0 auto;
	position: relative;
	top: 7px;
}

.inactiveTab .stepNavBg {
	background-image: url(../../images/stapNavInActiveBg.png);
	height: 65px;
	background-repeat: no-repeat;
	border-right: 1px solid #bcbebe;
}

.inactiveTab .stepNavCircleBg {
	background-image: url(../../images/stapNavInActiveCircle.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 24px;
	margin: 0 auto;
	top: 7px;
	position: relative;
}

.inactiveTab .stepNavText p {
	color: #000000;
	font-size: 13px;
	/* padding: 24px 20px 0px;*/
	padding-top: 10px;
	text-align: center;
}

.inactiveTab .stepNavArrow {
	display: none;
}

.completedTab .stepNavBg {
	background-image: url(../../images/stepNavAquaBg.png);
	height: 65px;
	background-repeat: no-repeat;
	border-right: 1px solid #bcbebe;
}

.completedTab .stepNavCircleBg {
	background-image: url(../../images/completedCircle.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 24px;
	margin: 0 auto;
	top: 7px;
	position: relative;
}

.completedTab .stepNavText p {
	color: #000000;
	font-size: 13px;
	/* padding: 24px 20px 0px;*/
	padding-top: 10px;
	text-align: center;
}

.completedTab .stepNavArrow {
	display: none;
}
/*---------------Enf of Tab CSS-----------*/
.heading {
	background-color: #e3e3e3;
	color: #df0027;
	padding: 8px 0px 3px 14px;
}

.clear {
	overflow: hidden;
}

.formSection { /*padding-left: 10px;*/
	background-color: #f1f1f1;
	padding-bottom: 10px;
	color: #333333;
}

.firstRow {
	border-top: none;
}

.grayButton {
	background-color: #6d6f72;
	padding: 8px 26px;
}

.cancelBtn {
	margin-right: 10px;
}

.grayTwoButton {
	background-color: #6d6f72;
	padding: 8px 12px;
	color: #FFFFFF;
	border-radius:4px;
}

.fltLeft {
	float: left;
}

.quoteNum ul li {
	float: left;
	padding: 5px 14px;
	border-right: 1px solid #293133;
	font-size: 12px;
}

.quoteNum li.noRightBorder {
	border-right: none;
}

.contenth3 {
	display: block;
	color: #df0027;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 3px;
	font-weight: lighter;
	padding-left: 20px;
	font-size: 1.17em;
}

.dirtyTab .stepNavBg {
	background-image: url(../../images/stepNavAquaBg.png);
	height: 62px;
	background-repeat: no-repeat;
	border-right: 1px solid #bcbebe;
}
.dirtyTab .stepNavCircleBg {
	background-image: url(../../images/dirtyCircle.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 24px;
	margin: 0 auto;
	top: 7px;
	position: relative;
}
.dirtyTab .stepNavText p {
	color: #000000;
	font-size: 13px;
	/* padding: 24px 20px 0px;*/
	padding-top: 10px;
	text-align: center;
}
.content {
	padding: 0 14px 0 14px;
}

.nextBtn {
	padding: 8px 10px 8px 20px;
	position: relative;
	left: 24px;
	background-color: #df0027;
	width: 90px;
}

.arrowEast {
	background-color: #fff;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #df0027;
	display: inline-block;
	height: 0px;
	line-height: 0;
	position: relative;
	vertical-align: middle;
	width: 0px;
	font-size: 31.67px;
	border-width: 0.53em 0.53em 0.53em 0.5em;
	bottom: 0px;
	left: 15px;
	margin-bottom: 2px;
}

.fltRight {
	float: right;
}

input[type="button"].addLink,input[type="button"].addWaterLeLink,input[type="button"].addWaterHpLink
	{
	color: #074b88;
	font-size: 9px;
	border: none;
	padding: 0;
	background: #f1f1f1 url(../../images/plus.png) no-repeat left center;
	padding-left: 10px;
}

input[type="button"].removeLink,input[type="button"].removeWaterLink,input[type="button"].removeWaterTbLink
	{
	color: #293139;
	font-size: 9px;
	background: #f1f1f1 url(../../images/remove.png) no-repeat left center;
	border: none;
	width: 49px;
	padding: 0;
	padding-left: 10px;
}

.rightButtons {
	width: 28%;
}

.quoteTextOne {
	font-family: 12px;
	color: #293133;
}

.arrowWest {
	background-image: url(../../images/preButtonArrow.png);
	height: 30px;
	width: 11px;
	display: inline-block;
	position: relative;
}

.buttonNextStyle {
	color: #fff;
	border: none;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	behavior: url(../umbrella/pie/PIE.htc);
	border-radius: 4px;
}
.avatar{
    background: url(../../images/user.png);
            width: 32px;
    height: 26px;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    top: 8px
}