/* overall general css stylesheet minding monsters */

html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #dbdbdb;
	color: #1c1c1c;
	padding: 0;
	margin: 0;
	overflow: auto;
}

textarea { font-family: Arial, Helvetica, sans-serif; }

h1 {
	font-size: 26px;
	line-height: 26px;
	margin: 0;
}

h2 { 
	font-size: 23px;
	line-height: 26px;
	margin: 0;
	font-weight: bolder;
}

h3 {
	font-size: 18px;
	line-height: 26px;
	margin: 0;
}

h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

h5 {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

a {
	color: #1c1c1c;
	text-decoration: none;
	outline: none;
}

.special_link {
	text-decoration: underline;
}

a img {
	border: 0;
}

form {
	margin: 0px; 
	padding: 0px;
}

div#overal_wrap {
	background-color: #dbdbdb;
	color: #1c1c1c;
	width: 764px;
	height: 100%;
	min-height: 100%;
	top: 0;
	margin: 0 auto;
	padding: 0;
}

div#page_content {
	position: absolute;
	top: 90px;
	background-color: #dbdbdb;
	width: 764px;
	/*height: 100%;*/
	/*min-height: 100%;*/
}

* html div#page_content {
	padding-left: 1px;
	padding-right: 1px;
}

div#header {
	position: absolute;
	top: 0;
	height: 90px;
	width: 766px;
}

div#mainlogo {
	float: left;
}

.menuitem { 
	position: relative;	
	top: 41px;
	float: left;
}

* html .menuitem {
	top: 42px;
}

#loggedin_area {
	width: 480px;
	padding-top: 7px;
	float: right;
	color: #cecdcd;
}

* html #loggedin_area {
	height: 15px;
	padding-top: 6px;
}

#login_area {
	width: 480px;
	padding-top: 7px;
	float: right;
	color: #cecdcd;
}

* html #login_area {
	height: 15px;
	padding-top: 6px;
}

.login_item {
	float: right;
}

#login_logout {
	padding-left: 10px;
	text-decoration: underline;
}

* html #login_logout a {
	text-decoration: underline;
}

.login_item:hover a {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

* html .ie6_bug:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

.login_item a {
	color: #cecece;
	font-weight: bold;
	font-size: 11px;
}

.login_key {
	padding-right: 1px;
}

.my_page {
	padding: 0 10px 0 10px;
}

.my_page a {
	font-weight: bold;
	color: white;
}

.login_welcome {
	font-weight: bold;
	color: white;
}

div#login_space {
	padding-right: 21px;
}

* html #login_loggedin {
}

.general_extra_width {
	padding-right: 20px;
}

.general_page_top_height {
	height: 30px;
	min-height: 30px;
}

.general_extra_height {
	height: 5px;
	min-height: 5px;
	line-height: 5px;
}

.general_footer_extra_height {
	height: 15px;
	min-height: 15px;
	line-height: 15px;
}

.addClearance {
	height: 0;
	line-height: 0;
	min-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

div#page_footer {
	padding-top: 25px;
	text-align: center;
	width: 100%;
}

.footer_menu_item {
	font-size: 11px;
	color: #1c1c1c;
}

.footer_cp_menu_item {
	font-size: 10px;
	color: #1c1c1c;
}

.footer_menu {
	padding-right: 4px;
}

.global_msg_title {
	padding-top: 40px;
	font-size: 14px;
	font-weight: bold;
}

#general_msg_overall {
	min-height: 385px;
	height: 385px;	
}

.global_msg_body {
	padding-top: 10px;
	height: 200px;
	min-height: 200px;
	/* padding-bottom: 40px; */
}

#theTimeline { 
	float: left;
	padding-top: 10px;
}

.timeline_item { 
	float: left;
	padding-right: 8px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

#timeline_time {
	float: left; 
	width: 274px; 
	height: 54px;
}

.timeline_item p {
	margin:0;
	padding:0;
}

#timeline_overview p {
	margin-bottom: 10px;
}

.intro_text {
	padding: 25px 0 15px 0;
}

.question_looper {
	line-height: 18px;
}

.detail-container {
	width: 500px;
	float: left;
	padding-bottom: 10px;
}

.detail-key {
	float: left;
	width: 100px;
}

.detail-value {
	float: left;
	width: 300px;
}

#coupon-container {
	padding-top: 10px;
}

#coupon-code {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
}

#coupon-code input {
	border: 1px solid #1c1c1c;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	height: 16px;
}

#coupon-submit {
	float: left;
	padding-top: 10px;
}

#coupon-fail {
	padding-bottom: 10px;
	color: #ba1b1b;
	font-weight: bold;
	display: none;
}