@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Titillium+Web:400,200,300,600,700,900);

html {
	font-size: 100%;
	height: 100%;
}
body {  
	font-size: 14px; 
	font-family: 'Open Sans', arial, sans-serif;
	color: #515561;
	background:#fff;
	letter-spacing: 1px;
}
ul, menu, dir {
	display: block;
	list-style-type: none;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	-webkit-padding-start:0;
}
h1 { 
	padding:20px 0 5px 0;
	margin:0;
	font-size:30px;
	color: #4c5368;
	font-weight:700; 
	letter-spacing:2px;
	text-shadow: 2px 2px 2px #dfe9f1;
}
h2, legend, h3 {
	padding:0 0 5px 0;
	margin:0;
	font-size:21px;
	color:#5d635e;
	font-weight:500; 
	letter-spacing:2px;
	text-shadow: 2px 2px 2px #dfe9f1;
	display:block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
#terms h3, #subscribe h3 {
	padding:0 0 5px 0;
	margin:0;
	font-size:21px;
	color:#5d635e;
	font-weight:500; 
	letter-spacing:2px;
	text-shadow: 2px 2px 2px #dfe9f1;
}
h1 > a, h2 > a {
	text-decoration: none;
	border-style: none;
}
a:link, a:visited {
	color: #0d78c9;
	text-decoration: none;
}
a:hover { color: #19c90d; }
a img {
	border: none;
	text-decoration: none;
}
p {
	line-height: 150%;
	color: #423737;
	-webkit-margin-before: 5px;
	-webkit-margin-after: 5px;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
.section p {
	margin:10px 0 20px 0;
}
h2 span, h3 span, h4 span { font-weight: bold; }
form {
	padding:0;
}
#header span {
	font-size: 12px;
	padding: 10px 0 0 0;
	display: block;
	color: #9aa0b4;
	text-align: center;
}
#stage-left form, #stage-right form, #stage-center form {
	padding: 15px;
	zoom:1;
}
fieldset {
	border-style: none;
	margin: 0;
	width: 100%;
	padding: 0;
}
table {
	text-align: left;
}
thead tr th { 
	font-weight: 400;
	color:#4b5d69;
	font-size: 14px;
	text-align: left;
}
tbody td, tbody th {
}
tfoot tr td {
	font-size: 15px;
	font-weight: 700;
	color: #485A66;
	letter-spacing: 1px;
}
tbody tr td {
	font-size: 14px;
	font-weight: 300;
	color: #4b5d69;
	letter-spacing: 1px;
}
td, th {
	border-top:2px solid #edf6f6;
	padding:10px 0;
}
#header, #footer, #content {
	display: block;
	width: 960px;
	margin: 0 auto;
}
#header a { 
	color: #7CAC5C;
	font-weight: 700;
}
#header a:hover { color: #0d78c9; }
#header h1 span { color: #00CC00; }
#footer {
}
#stage-left {
	float: left;
	display:block;
	width:500px;
}
#stage-right {
	float: right;
	display: block;
	width:435px;
}
#stage-right, #stage-left { 
	padding: 0; 
}
#stage-center {
	padding:1em;
	margin: 1em auto;
}
#register, #checkout, #access-request {
	border: 6px solid #f7f8fc;
	box-shadow: 0px 0px 8px #e6e6e7;
	background: #fff;
}
#footer img { }
#states { display:none; }
#thankyou {
	padding: 1em;
	background: #efefef;
	border: 1px solid #ccc;
}
#login-submit, #access-submit { 
	background: #81b349;
	border: 2px solid #76a93c;
	text-shadow: 2px 2px 2px #1D7E21;
	box-shadow: 0px 0px 8px #afafcf;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 2px;
	padding: 2px 6px 3px 6px;
	text-shadow: 2px 2px 2px #1D7E21;
	margin: 10px 0 0 0;
	font-family: 'Titillium Web',arial,sans-serif;
}
#login-submit {
	margin: 10px 0 17px 0;
}
#login-submit:hover {
	background: #568a1c;
	transition: background-color 0.8s ease;
	border: 2px solid #568a1c;
	transition: border 0.5s ease;
}
#reg-submit, #order-submit, #mandatory-submit {
	background: #4ca848;
	border: 6px solid #47a343;
	text-shadow: 2px 2px 2px #2e7524;
	box-shadow: 0px 0px 8px #afafcf;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 3px 5px 3px 5px;
	margin:10px 0 0 0;
	font-family: 'Titillium Web',arial,sans-serif;
	transition: background-color 0.5s ease;
	transition: border 0.5s ease;
}
#mandatory-submit:hover, #reg-submit:hover, #order-submit:hover {
	background: #2e7524;
	border: 6px solid #2e7524;
}
.cont {
	padding:20px;
	margin:30px 0 30px 0;
	border: 6px solid #f7f8fc;
	box-shadow: 0px 0px 8px #e6e6e7;
	background: #fff;
}
#order-details { }
#order-confirmation table {
	border:none;
	width: 98%;
}
#order-confirmation table th, #order-confirmation table td { 
	vertical-align: top;
	font-size:14px; 
}
#order-confirmation table tbody th {
	font-weight:500;
	text-shadow: 2px 2px 2px #dfe9f1;
	vertical-align: top;
	font-size:14px;
	text-align: left;
}
#shipping-methods {
	padding: 15px 0 10px 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px #dfe9f1;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}
a#access-back {
	margin: 0 0 0 10px;
}
#terms, #subscribe {
	border: 1px dotted #ccc;
	background: #efefef;
	padding: 1em;
	margin: 1em 0em 0em;
	border: 4px solid #ECEAF8;
	background: #F5F8FC;
	padding: 15px;
	margin: 30px 0 20px 0;
}
#ui-cover { background: #fff; }
#verisign, #cengage{
}
#badges img{padding: 1em;}
#bbblink{
	display: block;
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
#bbblinkimg{
	padding: 0px;
	border: none;
}

#ship-address-options ul li{list-style:none;}
#ship-address-options a{
	display: block;
	padding: 0.5em;
	border-bottom: 1px solid #E1F0F5;
}
#ship-address-options a:hover{ background: #EAF5F9; 
}