
#page {
	background: #fff !important;
}

#general-header {
	height: 120px;
}
#general-pageheading {
	display: none !important;
}

#iHeaderbar {
	padding: 0 40px;
	width: 980px;
	margin: 25px auto 0;
}

#iOpenquotesdetailpage {
	width: 980px;
	margin: 0 auto;
	padding-top: 30px;
}

#iOpenquotesdetailpage h3 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#iOpenquotesdetailpage h3 .quotesizewrapper {
	font-size: 9pt;
	display: inline-block;
	position: absolute;
	right: 0;
}
#iOpenquotesdetailpage h3 .quotesizewrapper > label {
	display: inline-block;
	font-weight: 700;
	margin-right: 5px;
	font-size: 11pt;
}
#iOpenquotesdetailpage h3 .quotesizewrapper > span {
	font-weight: 400;
	padding: 3px 5px;
	margin: 0 2px;
}
#iOpenquotesdetailpage h3 .quotesizewrapper > span.selected {
	border: 3px solid #444;
	border-radius: 3px;
}

#iOpenquotesdetailpage .quotedetailheader {

}

#iDetlist {
	margin-bottom: 30px;
}
#iOpenquotesdetailpage .quotedetailheader label,
#iDetlist > .detblock label,
#iNotes label {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #ddd;
}
#iDetlist > .detblock .description {
	font-size: 14pt;
}

#iNotes {
	margin-bottom: 30px;
}
#iSidebar .labelblockwrapper {
	margin: 20px 0;
	text-align: center;
}
#iSidebar > .labelblockwrapper > .label-block:first-child {
	margin-left: 0;
}
#iSidebar > .labelblockwrapper > .label-block {
	display: inline-block;
	font-size: 9pt;
	margin-left: 15px;
	margin-bottom: 0;
}
#iSidebar > .labelblockwrapper > .label-block > span {
	font-size: 16pt;
	font-weight: bold;
	display: block !important;
	text-align: center;
}
#iSidebar .detailswrapper {
	padding-left: 40px;
}
#iSidebar .detailswrapper > label {
	position: relative;
}
#iSidebar .detailswrapper > label > span {
	margin-left: 10px;
	font-weight: bold;
	position: absolute;
	left: 50px;
}

#iLinksuccess {
	margin-left: 20px;
	vertical-align: middle;
}
#iLinksuccess a {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-decoration: none;
	display: inline-block;
}
#iLinksuccess a:hover .linktext,
#iLinksuccess a:active .linktext {
	text-decoration: underline;
}
#iLinksuccess .linktext {
	color: #08c;
}

.bloglink {
	margin-left: 20px;
	font-size: 16pt;
}

/* Calendar */
.calendar {
	position: relative;
	width: 112px;
	height: 117px;
	background: url(/static/openquotes/calendar.png);
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0 auto;
}
.calendar .divide {
	position: absolute;
	height: 1px;
	border-top: 1px solid #000;
	background: #2d2d2d;
	width: 100px;
	z-index: 20;
	top: 40px;
	left: 6px;
}
.calendar .number {
	font-size: 48px;
	font-weight: 700;
	line-height: 75px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	width: 100px;
	padding-top: 2px;
	padding-left: 8px;
	text-shadow: -1px -1px 0 #aaa;
}
.calendar .day {
	font-size: 18px;
	color: #3ab03a;
	margin-top: -12px;
	padding: 0 6px;
	text-align: center;
	width: 100px;
}
.calendar .day.expired {
	color: #c00;
	background: none !important;
	font-size: 16px;
}

.ajaxloader {
	vertical-align: middle;
}
