/*light grey line C8C8C8 */

/*
	LAYOUT RELATED
*/

div.centering_div {
	/*position: float;*/
	margin-left: auto;
	margin-right: auto;
	width: 1124px;
}
div.float_container_div {
	/*background: #FF0000;
	position: relative;
	margin-left: auto;
	margin-right: auto;*/
	border: 1px solid #7D7878;
	float: left;
	width: 1024px;
	padding: 50px;
	
	background-color:transparent;
	/*background-image:url(images/test/background.png);*/
	/*background-attachment: fixed;*/
	background-position:right top;
	background-repeat:no-repeat;
}
div.top_banner {
	/*background: #FFFF00;*/
	float: left;
	clear: left;
	width: 1000px;
}
div.left_menu_box {
	background: #7D7878;
	float: left;
	width: 124px;
	height: 334px;
	padding: 5px;
}
div.left_spacer_box {
	/*background: #FFFFFF;*/
	float: left;
	width: 50px;
	height: 340px;
}
div.content_box {
	/*background: #0000FF;*/
	float: left;
	border: 1px solid #7D7878;
	width: 471px;
	
	/*height: 296px; 296*/
}
div.content_box_step1 {
	/*background: #0000FF;*/
	float: left;
	/*border: 1px solid #7D7878;*/
	width: 471px;
	/*height: 296px; 296*/
}
div.right_content {
	/*background: #00FF00;*/
	float: left;
	width: 335px;
	height: 290px;
	/*padding: 5px;*/
}
div.bottom_box {
	/*background: #FFFFFF;*/
	clear: both;
	float: left;
	width: 1000px;	
}
div.nav_content_box {
	/*background: #FFFFFF;*/
	clear: both;
	float: right;
	width: 820px;
	padding-top: 175px;/*175*/
}
div.scroll_container_box {
	/*background: #FFFFFF;*/
	clear: both;
	float: right;
	width: 844px;
	overflow: hidden;
}
div.scroll_image_container {
	/*background: #FF00FF;*/
	position: relative;
	height: 110px;
	width: 475px;
	overflow: hidden;
}
div.scroll_image_inside {
	float: left;
	/*background: #FF00FF;*/
	height: 100px;
}
div.nav_arrow {
	float: left;
	height: 100px;
}
div.inner_item_box {
	/*background: #0000FF;*/
	position: relative;
	width: 471px;
	height: 296px; /*296*/
	overflow: hidden;
}
div.item_menu {
	background: #FFFFFF;
	position: absolute;
	top: 296px;
	left: 0px;
	height: 50px;
	width: 471px;
	
	/*opacity: .80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);*/
}
div.order_container {
	/*background: #0000FF;*/
	position: relative;
	left: 10px;
	border: 1px solid #7D7878;
	width: 325px;
	padding: 5px;
	/*height: 296px; 296*/
}
div.step2_right_container {
	/*background: #0000FF;*/
	position: relative;
	left: 10px;
	/* border: 1px solid #7D7878;*/
	width: 325px;
	padding: 5px;
	/*height: 296px; 296*/
}
div.step_1_detail_container {
	/*background: #0000FF;*/
	position: relative;
	left: 10px;
	/*border: 2px solid #7D7878;*/
	width: 325px;
	padding: 5px;
	/*height: 296px; 296*/
}
div.login_container {
	/*background: #0000FF;*/
	position: relative;
	width: 100%;
	padding: 5px;
	height: 292px; /*296*/
}
div.main_content_container {
	/*background: #0000FF;*/
	position: relative;
	width: 99%;
	
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	/*height: 292px; 296*/
}
div.right_nav_menu {
	position: relative;
	left: 481px;
	top: 0px;
	width: 100px;
	padding: 5px;
}
div.calendar_div {
	position:absolute;
	left:0px;
	top:0px;
	
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	
	padding: 2px;
	
	background-color: #FFFFFF;
	
	visibility: hidden;
}
div.time_div {
	position:absolute;
	left:0px;
	top:0px;
	
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	
	padding: 2px;
	
	background-color: #FFFFFF;
	
	visibility: hidden;
}
div.flash_box_step1 {
	position: relative;
	left: -22px;
	top: -6px;
}
div.right_nav_menu_step1 {
	position: relative;
	left: 481px;
	top: -100px;
	padding: 5px;
}
div.calendar_anchor {
	/*background: #0000FF;*/
	position: relative;
	left: 47px;
	top: -20px;
	height: 5px;
	width: 5px;
}
div.error_container_step1 {
	position: relative;
	left: 10px;
	padding: 5px;
}

/*
	TEXT RELATED
*/

.dark_grey_text {
	color: #7D7878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.dark_grey_bold_text {
	color: #7D7878;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.black_bold_text {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.red_bold_text {
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.white_bold {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.grey_small {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.light_grey_small_bold {
	color: #C8C7C7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.black_small {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.black_small_bold {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.grey_small_bold {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/*
	IMAGE STUFF
*/

img.nav_arrow {
	border: none;
}

/*
	Safari only disable resize of text areas
*/
textarea {
	resize: none;
}
