body {
	background-color: #FFFFFF;
	cursor: default;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	width: 800px;
	margin: 0 auto;
}


hr {
	color: #191970;	
}

h1 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #191970;
	margin: 10px;
}

h2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #191970;
	margin: 10px;
}

.header {
	width: 800px;
	height: 95px;
	background-color: #191970;
	text-align: left;
}

.error_text {
	color: red;
	text-align: center;
	margin: 10px;
	font-weight: bold;
	font-size: 14px;
}

.logo {
	float: left;
	background-color: #191970;
	width: 398px;
	height: 100%;
}

.logo a img {
	border: 0px;
}

.current_order {
	float: left;
	background-color: #191970;
	width: 198px;
	margin-top: 7px;
	text-align: center;
}

.current_order_head {
	color:  #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 5px;
}

.current_order_data {
	color:  #FFFFFF;
	font-size: 15px;
}

.links {
	float: left;
	background-color: #191970;
	width: 198px;
	height: 100%;
	color: #FFFFFF;
	text-align: right;
}

.links a {
	font-size: 13px;
	font-weight: bold;	
	color: #FFFFFF;
	text-decoration: none;
}

.links a:hover {
	text-decoration: underline;
}

.links2 {
	text-decoration: none; 
	font-size: 11px;
	color: #191970;
}

.links2:hover {
	text-decoration: underline;
}

.menu ul {
	padding: 0; 
	margin-left: 25px; 
	list-style: none;
}

.menu ul li {
	float:left; 
	background: url(../images/menubackgroundmo_o.jpg) 0 0 repeat-x; 
}

.menu ul li a {
	display: block; 
	text-decoration: none; 
	width: 125px; 
	height: 38px; 
	text-align: center; 
	color: #ffffff; 
	background: url(../images/menubackground.jpg) 0 0 repeat-x; 
	line-height: 38px; 
	font-size: 11px;
	font-weight: bold;
}

.menu ul li a:hover {
	background: url(../images/menubackgroundmo_o.jpg) 0 0 repeat-x; 
	text-decoration: underline;
}

.main_panel {
	float: right;
	width: 635px;
	padding: 5px;
	clear: right;
}

.side_panel {
	float: left;
	width: 150px;
}

.side_panel_box {
	border: 1px solid #191970;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #F0F0F0;
}

.side_panel_head {
	cursor: default; 
	Background-Color: #191970; 
	color: #FFFFFF;
	text-align: center;
	margin: 3px;
	font-size: 13px;
	padding: 2px;
}

.side_panel_content {
	background-color: #E8EEFA;
	text-align: center;
}

.side_panel_title {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	color: #191970;
}

.side_panel_name {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	color: #191970;
}

.side_panel_input {
	width: 125px;
	border: 1px solid #B0B0B0;
}

.center_object_1050px {
	margin: 0px auto;
	width: 1050px;
}

.center_object_800px {
	margin: 0px auto;
	width: 800px;
}

.center_object_750px {
	margin: 0px auto;
	width: 750px;
}

.center_object_700px {
	margin: 0px auto;
	width: 700px;
}

.center_object_650px {
	margin: 0px auto;
	width: 650px;
}

.center_object_600px {
	margin: 0px auto;
	width: 600px;
}

.center_object_550px {
	margin: 0px auto;
	width: 550px;
}

.center_object_500px {
	margin: 0px auto;
	width: 500px;
}

.center_object_450px {
	margin: 0px auto;
	width: 450px;
}

.center_object_400px {
	margin: 0px auto;
	width: 400px;
}

.center_object_350px {
	margin: 0px auto;
	width: 350px;
}

.center_object_300px {
	margin: 0px auto;
	width: 300px;
}

.center_object_250px {
	margin: 0px auto;
	width: 250px;
}

.center_object_200px {
	margin: 0px auto;
	width: 200px;
}

.center_object_150px {
	margin: 0px auto;
	width: 150px;
}

.center_object_100px {
	margin: 0px auto;
	width: 100px;
}

.clear_floats {
	clear: both;
}

.clear_floats_line {
	clear: both;
	border-top: 1px solid #191970;
	margin: 10px;
}

.large_button {
	width: 200px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

.medium_button {
	width: 125px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

.medium_button_right {
	float: right;
	width: 125px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

.small_button {
	width: 100px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

.tiny_button {
	width: 77px;
	float: left;
	margin: 0 auto;
	text-align: center;
}

a.button {
    background: transparent url('../images/bg_button_a_o.png') no-repeat scroll top right;
    color: #000000;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span_o.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    cursor: pointer;
} 

a.button:active {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

a.button_small {
    background: transparent url('../images/bg_button_a_o.png') no-repeat scroll top right;
    color: #000000;
    display: block;
    font: normal 10px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button_small span {
    background: transparent url('../images/bg_button_span_o.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
    cursor: pointer;
} 

a.button_small:active {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_small:active span {
    background-position: bottom left;
    padding: 6px 0 4px 10px; /* push text down 1px */
}

.question {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.answer {
	font-size: 12px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

.half_hr {
	width: 50%;
	text-align: left;
	margin-bottom: 25px;
}

.featured_item {
	border: 1px solid #191970;
	float: left;
	width: 175px;
	margin-right: 10px;
	margin-top: 5px;
	text-align: center;
}

.featured_item_price {
	background-color: #E8EEFA;
	font-size: 12px;
}

.featured_item_button {
	background-color: #E8EEFA;
	font-size: 12px;
}

.featured_item_title {
	background-color: #E8EEFA;
	font-size: 12px;
	font-weight: bold;
	color: #191970;
	padding: 5px;
}

.featured_item_image {
	cursor: default;
	margin-bottom: 10px;
}

.featured_item_image img {
	max-height: 175px;
	max-width: 175px;
	margin-top: 10px;
}

.announcement {
	overflow: hidden;
	margin-top: 5px;
	text-align: left;
	color: #000000;
	font-size: 17px;
}

.front_page_item {
	margin-top: 15px;
	float: left;
	width: 195px;
	border: 1px solid #191970;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

.front_page_image {
	cursor: default;
	height: 100px;
	margin-bottom: 10px;
}

.front_page_image img {
	max-height: 100px;
	max-width: 175px;
	margin: 5px;
}

.front_page_title {
	background-color: #E8EEFA;
	font-size: 11px;
	display: table-cell;
	height: 30px;
	width: 195px;
	font-weight: bold;
	color: #191970;
	vertical-align: middle;
}

.front_page_button {
	font-size: 12px;
	font-weight: bold;
	background-color: #E8EEFA;
	height: 30px;
	color: #191970;
}

.section_view {
	float: left;
	width: 200px;
	margin: 3px;
	border: 1px solid #191979;
	padding: 1px;
}

.section_view_image {
	height: 100px;
	margin-bottom: 10px;
}

.section_view_image img {
	max-height: 100px;
	max-width: 195px;
	margin: 2px;
}

.section_view_title {
	background-color: #E8EEFA;
	font-size: 11px;
	display: table-cell;
	height: 28px;
	width: 200px;
	font-weight: bold;
	color: #191970;
	vertical-align: middle;
}

.section_view_sports {
	background-color: #E8EEFA;
	font-size: 11px;
	padding: 1px;
	width: 198px;
}

.section_view_price {
	background-color: #E8EEFA;
	font-size: 12px;
	padding: 1px;
	width: 198px;
	font-weight: bold;
}

.section_view_button {
	text-align: center;
	background-color: #E8EEFA;	
}

.paging {

}

.disable_paging_link {
	color: gray;
	text-decoration: none;
	cursor: default;
	margin-right: 15px;
	margin-left: 15px;
	font-size: .75em;
	font-weight: bold;
}

.enable_paging_link {
	color: #191970;
	text-decoration: none;	
	margin-right: 15px;
	margin-left: 15px;
	font-size: .75em;
	font-weight: bold;
}

.enable_paging_link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.enable_paging_link:visited {
	color: #191970;
	text-decoration: none;	
	margin-right: 15px;
	margin-left: 15px;
	font-size: .75em;
	font-weight: bold;
}

.buy_item {
	width: 635px;
}

.buy_image {
	width: 300px;
	float: left;
	height: 100%;
}

.buy_image img {
	border: none;
}

.buy_image_main {
	max-width: 295px;
	max-height: 500px;
}

.buy_image_thumbnails {
	border: 1px solid black;
    padding: 5px;
    height: 75px;
    background-color: white;
}

.buy_details {
	width: 300px;
	float: left;
	height: 100%;
	text-align: left;
	margin-left: 10px;
}

.buy_details img {
	height: 75px;
	text-align: left;
	padding: 2px;
}

.buy_catalog_number_details {
	margin-top: 20px;
	width: 300px;
	border: 1px solid #191970;
	background-color: #E8EEFA;
	
}

.small_text {
	font-size: 0.75em;
	text-align: left;
	margin: 10px;
}

.small_text_center_2 {
	font-size: 0.75em;
	text-align: center;
	margin: 10px;
}

.small_text_error {
	font-size: 0.75em;
	text-align: left;
	margin: 2px;
	color: red;
}

.buy_quantity {
	float: left;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	color: #191970;
	width: 140px;
}

.buy_quantity input {
	width: 35px;
	border: 1px solid #B0B0B0;
}

.buy_quantity_error {
	float: left;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	color: red;
	width: 140px;
}

.buy_quantity_error input {
	width: 35px;
	border: 1px solid red;
}

.buy_title {
	float: left;
	width: 140px;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 13px;
	text-align: center;
	color: #000000;
	padding: 2px;
}

.buy_data {
	float: right;
	width: 140px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
	padding: 2px;
}

.engraving {
	width: 635px;
}

.engraving_img {
	width: 140px;
	float: left;
}

.engraving_img img {
	max-width: 100px;
	max-height: 325px;
}

.engraving_title {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #191970;
	margin: 5px;
}
	
.engraving_data {
	text-align: center;
	font-size: 12px;
	color: #191970;
	margin: 5px;
}

.engraving_2 {
	width: 475px;
	float: right;
	text-align: left;
	margin-left: 10px;
}

.special_instructions {
	text-align: center;
	padding: 5px;
	background-color: #E8EEFA;
	border: 1px solid #171790;
	width: 465px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.special_instructions textarea{
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	border: 1px solid #B0B0B0;
}

.engraving_main_title {
	cursor: default; 
	Background-Color: #191970; 
	color: #FFFFFF;
	text-align: center;
	margin: 3px;
	font-size: 13px;
	padding: 2px;
}

.engraving_titles_2 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	color: #191970;
	margin: 7px;
}

.button_background {
	background-color: #191970; 
	margin-top: 10px;
	text-align: center;
}

.hidden {
	display: none;
}

.medal_ribbon_image_preview {
	height: 100px;
	width: 150px;
	margin-top: 25px;
} 

.engraving_div {
	width: 475px;
	float: right;
	text-align: left;
	margin-left: 10px;
}

.special_instructions {
	text-align: center;
	padding: 5px;
	background-color: #E8EEFA;
	border: 1px solid #171790;
	width: 465px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.special_instructions textarea{
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	border: 1px solid #B0B0B0;
}

.engraving_lines {
	font-size: 12px;
	font-weight: bold;
	color: #191970;
	margin: 2px;
	width: 208px;
	float: right;
	height: 20px;
	line-height: 20px;
}

.engraving_lines input{
	text-align: center;
	width: 200px;
	border: 1px solid #B0B0B0;
}


.engraving_lines_title {
	font-size: 12px;
	font-weight: bold;
	color: #191970;
	margin: 2px;
	width: 60px;
	float:left;
	height: 20px;
	line-height: 20px;
	text-align: left;
}

.engraving_lines_wrap {
	width: 285px;
	margin: 0 auto;
}
  
.award_engraving_left {
	float: left;
	background-color: #E8EEFA;
	width: 285px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #191970;
	padding-bottom: 5px;
}

.award_engraving_right {
	float: right;
	background-color: #E8EEFA;
	width: 285px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #191970;
	padding-bottom: 5px;
}

.engraving_lines_2 {
	font-size: 12px;
	color: #191970;
	height: 20px;
	line-height: 20px;
}

.engraving_lines_3 {
	font-size: 12px;
	color: #191970;
	width: 275px;
}

.cart {
	width: 635px;
}

.cart_title_short {
	float: left;
	width: 73px;
	Background-Color: #191970; 
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart_title_medium {
	float: left;
	width: 100px;
	Background-Color: #191970; 
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart_title_long {
	float: left;
	width: 157px;
	Background-Color: #191970; 
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart_data {
	float: left;
	width: 73px;
	Background-Color: #E8EEFA; 
	color: #191970;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #191970;
	height: 28px;
	line-height: 28px;
}

.cart_data_medium {
	float: left;
	width: 100px;
	Background-Color: #E8EEFA; 
	color: #191970;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #191970;
	height: 28px;
	line-height: 28px;
}

.cart_data_title {
	background-color: #E8EEFA; 
	font-size: 11px;
	display: table-cell;
	height: 38px;
	width: 146px;
	color: #191970;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	border-bottom: 1px solid #191970;
}

.cart_data_title div {
	background-color: #E8EEFA; 
	font-size: 11px;
	display: table-cell;
	height: 38px;
	width: 146px;
	color: #191970;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

.cart_data_long {
	float: left;
	width: 157px;
	border-bottom: 1px solid #191970;
	Background-Color: #E8EEFA;
	height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart_data_long div {
	background-color: #E8EEFA; 
	color: #191970;
	text-align: center;
	font-size: 11px;
}

.cart_image {
	margin-top: 20px;
	width: 300px;
	float: left;
}

.cart_totals {
	margin-top: 20px;
	width: 275px;
	float: right;
}

.cart_totals_title {
	float: left;
	width: 100px;
	Background-Color: #191970; 
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #191970;
	border-right: 1px solid #191970;
}

.cart_totals_data {
	float: left;
	width: 100px;
	Background-Color: #E8EEFA; 
	color: #191970;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #191970;
	border-right: 1px solid #191970;
}

.cart_totals_title2 {
	float: left;
	width: 100px;
	Background-Color: #191970; 
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #191970;
	border-right: 1px solid #191970;
}

.cart_totals_data2 {
	float: left;
	width: 100px;
	Background-Color: #E8EEFA; 
	color: #191970;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #191970;
	border-right: 1px solid #191970;
}

.very_small_text {
	font-size: 0.65em;
	text-align: left;
	margin: 10px;
}

.center_2_large_buttons {
	width: 375px;
	margin: 0 auto;
}

.large_button_div_wrap_float {
	width: 175px;
	float: left;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

.large_button_div_wrap_float2 {
	width: 175px;
	float: right;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

.engraving_catalog_number_title {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #191970;
	margin: 5px;
}
	
.engraving_catalog_number {
	text-align: center;
	font-size: 12px;
	color: #191970;
	margin: 5px;
}

.engraving_div {
	width: 475px;
	float: right;
	text-align: left;
	margin-left: 10px;
}

.engraving_logo_title {
	font-size: 13px;
	font-weight: bold;
	color: #191970;
	height: 20px;
	line-height: 20px;
}

.engraving_logo_data {
	height: 20px;
	line-height: 20px;
}

.logo_preview img {
	height: 75px;
}

.buy_quantity2 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	color: #191970;
	width: 140px;
	margin: 0px auto;
}

.buy_quantity2 input {
	width: 35px;
	border: 1px solid #B0B0B0;
}

.buy_quantity_error2 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	color: red;
	width: 140px;
	margin: 0px auto;
}

.buy_quantity_error2 input {
	width: 35px;
	border: 1px solid red;
}

.create_account_div {
	width: 635px;
}

.create_account_input_div {
	float: left;
	width: 155px;
}

.create_account_title {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #191970;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
}

.create_account_title_error {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: red;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
}

.create_account_input_wrapper {
	height: 25px;
	text-align: left;
	
.create_account_input_div {
	float: left;
	width: 155px;
}

.create_account_title {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #191970;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
}

.create_account_title_error {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: red;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
}

.create_account_input_wrapper {
	height: 25px;
	text-align: left;
}

.create_account_input span {
	font-size: 11px;
}

.create_account_select {
	width: 142px;
	border: 1px solid #B0B0B0;
}

.create_account_select_error {
	width: 142px;
	border: 1px solid red;
}

.create_account_input {
	width: 140px;
	border: 1px solid #B0B0B0;
}

.create_account_input_error {
	width: 140px;
	border: 1px solid red;
}
}

.create_account_input_div span {
	font-size: 11px;
}

.create_account_select {
	width: 142px;
	border: 1px solid #B0B0B0;
}

.create_account_select_error {
	width: 142px;
	border: 1px solid red;
}

.create_account_input {
	width: 140px;
	border: 1px solid #B0B0B0;
}

.create_account_input_error {
	width: 140px;
	border: 1px solid red;
}

.hide_me {
	display: none;
}

.required_field {
	text-align: center;
	color: #191970;
	padding-top: 10px;
}

.contact_us_div_wrap {
	width: 635px;	
}

.contact_us_sub_div_wrap {
	width: 315px;
	float: left;
}

.contact_us_div {
	width: 24%;
	float: left;
}

.contact_us_input_div {
	width: 74%;
	float: left;
	text-align: left;
}

.contact_us_textarea {
	border: 1px solid #B0B0B0;
	text-align: left;
}

.contact_us_textarea_error {
	border: 1px solid red;
	text-align: left;
}

.change_password_input_div {
	float: left;
	width: 310px;
}

.head_table_head_div {
	margin-top: 10px;
}

.head_table_head_div div{
	float: left;
	width: 121px;
	cursor: default; 
	Background-Color: #191970; 
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	padding: 3px;
}

.head_table_body_div {
	margin-top: 1px;
	height: 56px;
	background-color: #FFFFFF;
	color: #191970;
	border: 2px solid white;
}


.head_table_body_div div{
	float: left;
	width: 120px;
	text-align: center;
	font-size: 13px;
	padding: 3px;
	line-height: 50px;
}

.head_table_body_div_2 {
	margin-top: 1px;
	height: 56px;
	background-color: #E8EEFA;
	color: #191970;
	border: 2px solid white;
}


.head_table_body_div_2 div{
	float: left;
	width: 120px;
	text-align: center;
	font-size: 13px;
	padding: 3px;
	line-height: 50px;
}

.past_order_images {
	display: block;
	text-decoration: none;
	border: none;
	max-height: 50px;
	text-align: center;
	margin: 0 auto;
	max-width: 100px;
}

.head_table_body_div_2:hover {
	margin-top: 1px;
	height: 56px;
	background-color: #E8EEFA;
	color: #191970;
	cursor: pointer;
	border: 2px solid #191970;
}


.head_table_body_div_2 div:hover{
	float: left;
	width: 120px;
	text-align: center;
	font-size: 13px;
	padding: 3px;
	line-height: 50px;
}

.head_table_body_div:hover {
	margin-top: 1px;
	height: 56px;
	background-color: #FFFFFF;
	color: #191970;
	cursor: pointer;
	border: 2px solid #191970;
}


.head_table_body_div div:hover{
	float: left;
	width: 120px;
	text-align: center;
	font-size: 13px;
	padding: 3px;
	line-height: 50px;
}

.thick_line {
	height: 10px;
	background-color: #191970;
}

.order_details {
	width: 635px;
}

.order_details_div_img {
	width: 315px;
	float: left;
	height: 100%;
}

.order_details_div_img img {
	max-width: 200px;
	max-height: 325px;
}

.order_details_div {
	width: 300px;
	float: left;
	height: 100%;
	text-align: left;
	margin-left: 10px;
}

.order_details_div img {
	height: 75px;
	text-align: left;
	padding: 2px;
}

.order_details_title {
	float: left;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 13px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px;
}

.order_details_data {
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
	padding: 2px;
}

.order_details_title_1_Line {
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px;
}

.order_details_data_1_Line {
	margin-left: 20px;	
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
	color: #191970;
}

.sub_head_text_div {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #191970;
	margin: 10px;
}

.table_head {
	cursor: default; 
	Background-Color: #191970; 
	color: #FFFFFF;
	text-align: center;
	margin: 3px;
	font-size: 13px;
	padding: 2px;
}

.table_sub_head_float_left {
	width: 144px;
	float: left;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	color: #191970;
	background-color: #E8EEFA;
}

.table_body_float_left {
	width: 144px;
	float: left;
	font-size: 12px;
	text-align: center;
	padding: 2px;
	color: #191970;
}

.table_sub_head_float_right {
	width: 144px;
	float: right;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	color: #191970;
	background-color: #E8EEFA;
}

.table_body_float_right {
	width: 144px;
	float: right;
	font-size: 12px;
	text-align: center;
	padding: 2px;
	color: #191970;
}

.table_wrapper {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #191970;
	margin-top: 20px; 
}

.small_text_center {
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	background-color: #E8EEFA;
	color: #171790;
	font-weight: bold;	
}

.or_class {
	height: 100px;
	line-height: 100px;
	font-style: italic;
	font-size: 25px;
	font-weight: bold;
	color: #191970;
}

.left_side_titles {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	color: #191970;
}

.head_text_div {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #191970;
	margin: 10px;
}

.checkout_shipping_wrap {
	width: 635px;
	text-align: center;
}

.checkout_shipping_left {
	width: 210px;
	float: left;
	padding: 20px;
}

.checkout_shipping_right {
	width: 315px;
	float: right;
}   

.small_text3 {
	font-size: 0.75em;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 50px;
}

.thick_hr {
	width: 100%;
	height: 20px;
	background-color: #191970;
	margin-top: 20px;
	margin-bottom: 20px;
}

.center_date {
	margin: 0px auto;
	width: 250px;
}
