@CHARSET "UTF-8";

* {
	font-family: Arial, Sans;
}

p {
	font-size: 9pt;
}

a {
	text-decoration: none;
	font-size:12px;
}

a:hover {
	text-decoration: underline;
}

body {
	margin:0px;
	padding:0px;
	min-width: 1000px;
}

#content {
	width: 1000px;
}

table {
	width: 100%;
}

img {
	border: 1px solid #999;
	padding: 5px;
}

img.icon {
	border: none;
	padding: 0px;
	margin: 0px;
}

h1 {
	margin-top: 0px;
	font-size: 14pt;
	color: #2a2f32;
}

#title {
	height: 99px;
	background: #353d40 url(/lib/images/Tomoem_Banner1000x100.jpg) no-repeat 0 0;
}

#breadcrumbs {
	margin-top: 10px;
	width: 90%;
	/*clear: both;*/
	font-size: 9pt;
	border: none;
	padding-left: 20px;
}

#breadcrumbs a {
	color: #161b5e;
	text-decoration: underline;
}

#right_column {
	float:right;
	width: 77.5%;
	min-width: 785px;
}

#left_column {
	width: 18.5%;
	min-width: 185px;
}

#left_column a {
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px solid #999;
	border-bottom: none;
	text-decoration: none;
	color: #999;
}

#left_column a:hover {
	background-color: #f1f1f1;
	color: #161b5e;
}

#left_column a.last {
	border-bottom: 1px solid #999;
}

#left_column a.active {
	color: green;
}

#left_column a.last_active {
	border-bottom: 1px solid #999;
	color: green;
}

#right_column, #left_column {
	margin-top: 10px;
	padding: 5px;
}

#gallery {
	clear:both;
	border: 1px solid #999;
	font-size: 9pt;
}

.gallery_title {
	background-color: #e0e0e0;
	padding: 3px;
	font-size: 10pt;
	font-weight: bold;
}

#pagination {
	text-align: center;
	margin-top: 10px;
}

#pagination span.active_page {
	color: red;
}

.product_casing {
	border: 1px solid #999;
	padding: 5px;
	width: 210px;
	margin: auto;
	margin-bottom: 10px;
}

.product_casing img {
	padding: 0px;
	border: none;
}

#footer {
	background-color: #2a2f32;
	clear: both;
	font-size: x-small;
	color: #999;
	text-align:center;
	padding: 10px;
	margin-top: 10px;
}

#shopping_cart {
	border: 1px solid #999;
	font-size: 9pt;
}

#shopping_cart thead {
	background-color: #f1f1f1;
	font-weight: bold;
}

#shopping_cart tbody tr td {
	padding: 5px;
	vertical-align:top;
}

#shopping_cart tbody tr td.nowrap {
	white-space:nowrap;
}

.row_one {
	background-color: #e1e1e1;
}

.row_two {
	background-color: #f1f1f1;
}

#search {
	float:right;
	font-size: 9pt;
}

.search_title, .search_title a {
	display:block;
	margin-bottom: 10px;
	font-weight: bold;
	color: blue;
}

.search_results {
	font-size: 9pt;
}

.search_results #header {
	background-color: #f1f1f1;
}

.search_results td {
	vertical-align: top;
	border-bottom: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px 0px 10px 10px;
}

.search_results #header td {
	border: 1px solid #e1e1e1;
	font-size: 8pt;
	padding: 2px 0px 0px 2px;
}

#sort_options {
	text-align: center;
	clear: both;
	font-size: 9pt;
}

.label {
	font-size: 9pt;
	text-align: right;
	vertical-align: top;
	background-color: #f1f1f1;
	width: 150px;
	color: #2a2f32;
	border: 1px solid #e1e1e1;
}

.checkout {
	width: auto;
}

.checkout input.sized {
	width: 250px;
}

.user_info select.sized {
	width: 105px;
}
	
.checkout select.sized {
	width: 255px;
}

span.required {
	float:left;
	color: red;
	font-size: 9pt;
}

table.receipt {
	width: 100%;
	border: 1px solid #999;
	font-size: 9pt;
	margin-bottom: 10px;
}

table.receipt thead tr td {
	background-color: #353d40;
	color: #ffffff;
}

table.receipt tbody tr td {
	vertical-align: top;
}

.alt_bg_one {
	background-color: #f0f0f0;
}

.alt_bg_two {
	background-color: #e0e0e0;
}

h1.receipt {
	font-size: 12pt;
}

.checkout_sign_in {
	float: right;
	width: 350px;
}

.checkout_sign_in thead tr td {
	font-size: 14px;
	background-color: #353d40;
	color: #ffffff;
	text-align: center;
}

table.user_info {
	margin-bottom: 20px;
	font-size: 12px;
}

table.user_info thead tr td {
	background-color: #f1f1f1;
	font-weight: bold;
	color: #2a2f32;
	border: 1px solid #e1e1e1;
}

.form_overlay {
	position: absolute;
	width: 400px;
	padding: 10px;
	border: 1px solid #999;
	background-color: #FFFFFF;
}

DIV#news {
	margin-left: 20px;
	margin-right: 20px;
}

DIV#news {
	border: 1px solid #999;
	background-color: #f1f1f1;
}

DIV#news ul {
	list-style-image: url(/lib/images/news-icon.gif);
}

DIV#news h1 {
	background-color: #353d40;
	color: #ffffff;
	padding: 2px;
	margin: 0px;
	font-size: 10pt;
}

DIV#news h2 {
	color: #353d40; 
	font-size: 12pt;
}

DIV#news ul li.separator {
	list-style-image: none;
	list-style-type: none;
}

DIV#news h2 span.date {
	font-size: 8pt;
	color: #999;
}

DIV#news p {
	margin: 10px;
}

.out_of_stock {
	color: lightgray;
}