body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#444;
}
p {
	line-height: 16px;
	color:#444;
}
a {
	color:#008ecc;
}
h1 {
	padding-top: 32px;
	font-size: 24px;
	color: #000;
}
strong {
	font-weight: bold;
}
h3 {
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	color:#FFF;
	padding-left: 18px;
	background-color: #008ECC;
	position: relative;
}
h3 .h3_arrow {
	width: 15px;
	height: 5px;
	background-image: url(../images/h3_arrow.png);
	position: absolute;
	bottom:-4px;
	left:17px;
}
h4 {
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#000;
}
h5 {
	padding: 0;
	margin: 0;
	font-size:12px;
	font-weight: bold;
	color:#000;
	border: none;
}
.sep {
	width: 100%;
	height: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: solid 1px #E5E5E5;
	border-bottom: solid 1px #FFF;
	font-size: 0;
	line-height: 0;
}
.sep2 {
	width: 100%;
	height: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: dashed 1px #CBCBCB;
	font-size: 0;
	line-height: 0;
}
.groupwrapper {
	width: 934px;
	margin:0 auto;
}

.topright_link {
	margin-top: 6px;
	padding: 4px 8px 3px 8px;
	display: inline-block;
	float: right;
	font-size:11px;
	font-weight:lighter;
	text-transform: uppercase;
	text-decoration: none;
	color:#FFF;
	background-color: #008ecc;
}






.ordersteps_wrapper {
	width: 100%;
	height: 80px;
	margin-bottom: 30px;
	background-color: #FFF;
}
.ordersteps_center {
	width: 934px;
	margin: 0 auto;
}
.ordersteps_outter {
	position: relative;
	float:left;
	left: 50%;
}
.ordersteps {
	padding-top: 23px;
	position: relative;
	float:left;
	left: -50%;
}
.os_step {
	float: left;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	border: solid 5px #c2c3c4;
	border-radius: 17px;
	text-align: center;
	font-size: 12px;
	color: #666;
	position: relative;
	z-index: 99;
}
.os_step.currstep {
	height: 30px;
	border-radius: 30px;
	top: -6px;
	line-height: 30px;
	border: solid 7px #94bb0d;
	color: #333;
	font-size: 15px;
}
.os_line {
	float: left;
	width: 70px;
	height: 6px;
	margin-top: 12px;
	background: #868789;
	background: -moz-linear-gradient(top, #868789 0%, #606062 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#868789), color-stop(100%,#606062));
	background: -webkit-linear-gradient(top, #868789 0%,#606062 100%);
	background: -o-linear-gradient(top, #868789 0%,#606062 100%);
	background: -ms-linear-gradient(top, #868789 0%,#606062 100%);
	background: linear-gradient(to bottom, #868789 0%,#606062 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868789', endColorstr='#606062',GradientType=0 );
}






.bottomnav {
	width: 100%;
	height: 43px;
	margin-top: 30px;
	margin-bottom: 50px;
	background-color: #FFF;
}
.bottomnav_hmiddle {
	width: 934px;
	height: 43px;
	display: table-cell;
	vertical-align: middle;
}



.co_back {
	display: block;
	height: 30px;
	padding-right: 10px;
	padding-left: 38px;
	margin-left: -20px;
	color:#FFF;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #999;
	background-image: url(../images/cobottomnavgrey_arrow.png);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
}
.co_next {
	display: block;
	height: 30px;
	padding-right: 38px;
	padding-left: 10px;
	margin-right: 10px;
	color:#FFF;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #94BA0D;
	background-image: url(../images/cobottomnavgreen_arrow.png);
	background-repeat: no-repeat;
	background-position: top right;
	float:right;
}


footer p {
	color:#FFF;
}



.multimediamodal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(/img/sbmodal_overlay.png);
	z-index: 9999999999;
	overflow: auto;
	display: none;
}
.mltmdia_imgwrapper {
	width: 50px;
	min-height: 50px;
	margin: 0 auto;
	margin-top: 80px;
	border: solid 3px #FFF;
	background-color: #FFF;
}
.mltmdia_imgwrapper img {
	height: auto;
	max-width: 100%;
}


.ordertopnotice {
	width:890px;
	padding:15px 20px;
	margin:0 auto;
	margin-bottom:30px;
	background-color:#FFF;
}
.ordertopnotice .otn_icon {
	float:left;
}
.otn_text {
	float:right;
	width: 840px;
	font-size: 16px;
	color:#212121;
}
.otnt_title {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
	text-transform: uppercase;
}
.otnt_desc {
	line-height: 21px;
}












