body {
	font-size: 14px;
	color:#333;
}

#container {
	padding: 0px 10px;
	background: url('../images/research_top_bg.gif');
	background-repeat: repeat-x;
	background-position: 50px 0px;
}

#wrap h1 {
	font-size: 25px;
	margin: 10px 40px;
}

#wrap h2 {
	font-size: 18px;
	clear: both;
	float: left;
	font-weight: bold;
}

#wrap p {
	margin: 10px 0;
}

#wrap a { color: #333; }

#wrap p a {
	color: #333;
	text-decoration: underline;
}

#wrap a:hover {
	color: #333;
	text-decoration: none;
}

#header {
	position: relative;
	width: 980px;
	margin: 20px auto;
	height: 138px;				
}

#header img#cfmrlogo {
	position: absolute;
	left: 0;
}

#header img#research_reports_online {
	padding: 0;
	margin: 60px 0 0 165px;
}

#wrap {
	width:980px;
	margin:25px auto 0;
	padding-bottom: 20px;
	overflow: hidden;
	background: #EDEBE0;
	border-top: solid 5px #FFC400;
	border-left: solid 1px #FFC400;
	border-right: solid 1px #DDDBD0;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
}

#nav {
	margin: 15px 40px;
	float: right;
}

#nav a {
	text-decoration: underline;
}

#nav a:hover {
	text-decoration: none;
}

#nav li {
	float: left;
	color: #333;
	padding-left: 20px;
}

/* ---------- LIST & DETAILS PAGES ---------- */

.item {
	width: 860px;
	height: auto;
	background: #fff;
	margin: 0 auto;
	padding: 20px;
	margin-bottom:10px;
	border: 1px solid #DDDBD0;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

.item strong, .item em {
	display: inline;
	line-height: 20px;
	margin-bottom: 10px;
}

.item b {
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	display: block;
	margin-bottom: 10px;
}

.left {
	width: 500px;
	margin: 0;
	float: left;
	color: #333;
	line-height: 20px;
	margin-left: 20px;
}

.item p a {
	color: #333;
	font-weight: normal;
}

.icon {
	width: auto;
	float: left;
	height: 130px;
	border: 3px solid #DDDBD0;
	background: #fff;
}

.right {
	float: right;
	text-align: center;
	margin-left: 30px;
	width: 200px;
}

.right p {
	line-height: 20px;
}

.right b {
	color: #F86D06;
}

.right strong {
	display: inline;
	padding-bottom: 10px;
}

.right em {
	font-style: normal;
	text-decoration: line-through;
}

/* ---------- CART PAGE ---------- */

#cart_list {
	width: 900px;
	height: auto;
	float: left;
	background: #fff;
	margin: 0 0 10px 40px;
	border: 1px solid #DDDBD0;
	overflow: hidden;
	position: relative;
}

.cart_list_item {
	float: left;
	padding: 10px;
	width: 900px;
	border-bottom: 1px solid #eee;
}

.cart_list_item:last-child {
	border-bottom: 0;
}

.cart_list_item strong {

	display: block;
	line-height: 20px;
	margin-bottom: 10px;
}

.cart_list_item b {
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	display: block;
	margin-bottom: 10px;
}

.cart_list_price {
	float: left;
	text-align: right;
	width: 200px;
}

.cart_list_price strong {
	font-weight: normal;
}

.cart_list_price a {
	font-size: 12px;
}

.button:hover, .button a:hover, #checkout_buttons input#checkout:hover {
	color: #333;
	background: #FFD23C;
    cursor: pointer;
}

#checkout_buttons {
	text-align: center;
	margin-top: 40px;
}

.button, #checkout_buttons input#checkout {
	background: #FFC400;
	width: auto;
	border: 0;
	font-size: 14px;
	margin: 10px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
	padding: 6px;
	font-weight: bold;
	float: none;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 0px 1px 2px #888;
	box-shadow: 0px 1px 2px #888;
	cursor: pointer;
}

input#continue_shopping {
	width: auto;
	border: 0;
	font-size: 12px;
	margin: 5px auto;
	color: #999;
	background: transparent;
	text-decoration: underline;
	padding: 8px;
	font-weight: bold;
	float: none;
	cursor: pointer;
}

.error_row {
	color:red; 
	background-color:white;
	padding: 3px;
}

#confirm_text {
	padding: 10px 10px 10px 10px;
}

#confirm_button {
	text-align: center;
}

#thankyou_text {
	padding: 10px 20px 10px 20px;
}

input.confirm_submit {
	font-size: 14px;
	font-weight: bold;
	background: red;
	border: 0;
	color: #fff;
	margin-top: 10px;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;			
}

input.confirm_submit:hover {
	background: #DC1211;
}

/*
.item input {
	font-size: 12px;
	width: 200px;
	float: left;
	padding: 5px;
}
*/

/*.item input.button { display: block; width: 100px; padding: 10px; margin: 0 auto; }*/

.item select {
	width: auto;
	font-size: 12px;
}

.item label {
	display: block;
	text-align: right;
	width: 125px;
	margin-right: 20px;
}

.item table tr { width: 460px; float: none;}

.item table tr td {
	padding: 5px 0; /* form input spacing */
}

.contact_information, .payment_information {
	height: auto;
	float: left;
	background: #fff;
	margin-left: 40px;
	padding: 20px;
	border: 1px solid #DDDBD0;
	overflow: hidden;
	position: relative;
}

.contact_information table, .payment_information table {
	clear: both;
}

table tr {
	margin: 5px 0;
}

.contact_information { width: 420px; }
.payment_information { width: 360px; }

form div {
	margin-bottom: 15px;
}