/* Kim's stuff: */

table.leftnav {
	width: 200px;
	padding-right: 10px;
	padding-top: 15px;
}

table.leftnav tr td {
	border: 10px;
	font-size: 12px;
	font-family: Arial, Verdana, sans serif;
	line-height: 16px;
}

table.leftnav tr td h1 {
	font-size: 14px;
}

table.leftnav tr td h2 {
	font-size: 14px;
}

table.leftnav tr td h3 {
	font-size: 12px;
}

table.leftnav tr td a, table.leftnav tr td a:visited {
	text-decoration: none;
	color: #0000ee;
}

table.leftnav tr td p {
	margin-left: 10px;
}

table.leftnav tr td ul {
}

table.leftnav tr td li {
	margin: 10px 0px 0px 0px;
	line-height: 14px;
}

table.leftnav tr td a:hover {
	text-decoration: underline;
}

table.leftnav tr td *.high {
	text-decoration: underline;
}

a.bottom {
	color: #ffffff;
	background-color: #3333aa;
	padding: 5px;
	text-decoration: none;
}

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

a.bottom img {
	text-decoration: none;
}

table.admin_input {
	width: 100%;
}

table.admin_input tr th,  table.admin_input tr td {
	vertical-align: top;
}

table.admin_input tr th {
	text-align: right;
	white-space: nowrap;
}

table.admin_input tr th .description, table.admin_input tr td .description, span.description {
	color: #cccccc;
	font-size: 14px;
	line-height: 14px;
}

.grey_button a {
	font-size: 12px;
	text-decoration: none;
	margin: 5px 10px 5px 0px;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	background-color: #aaaaaa;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-radius: 2px;
	color: #000000;
}

.grey_button a:hover {
	border-radius: 2px;
	text-decoration: none;
	background-color: #cccccc;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
}

div.the_buttons {
	padding: 5px 0px 10px 0px;
	text-align: right;
}

div.item_container {
	margin: 5px;
	font-family: Times New Roman, Times, serif;
	word-wrap: break-word;
	word-break: hyphenate;
	overflow: hidden;
	width: 640px;
}

div.slide_show {
	float: left;
	width: 300px;
	margin: 0px 15px 15px 0px;
	text-align: center;
	font-size: 16px;
	color: #aaaaaa;
	font-style: italic;
}

div.slide_show div.thumbs {
	height: 120px;
	padding: 0px 0px 10px 0px;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

div.slide_show div.thumbs table.thumbs {
	height: 100%;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

div.slide_show div.thumbs table.thumbs tr td {
	xwidth: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;

	font-size: 9px;
	line-height: 11px;
}

div.slide_show div.thumbs table.thumbs tr td a img {
	padding: 5px;
}

div.slide_show div.thumbs table.thumbs tr td a.active img {
	background-color: #ff0000;
}

img#preview {
	width: 300px;
}

table.items_grid {
	width: 100%;
}

table.items_grid tr th, table.items_grid tr td {
	width: 33%;
}

table.items_grid tr td {
	width: 33%;
	line-height: 16px;
	vertical-align: middle;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

table.items_grid tr td.image {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

table.items_list {
	width: 100%;
}

table.items_list th, table.items_list td {
	line-height: 20px;
	vertical-align: top;
	padding-bottom: 20px;
}

table.items_list td {
	width: 100%;
	padding-left: 10px;
}

table.items_list td p.title {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

table.items_list td p.headline {
	line-height: 18px;
}

div.short_description {
	height: 62px;
	overflow-y: hidden;
}

div.debug2 {
	background-color: #cccccc;
}

div.debug {
	border-top: 1px solid #cccccc;
	margin-top: 5px;
	padding-top: 5px;
	color: #cccccc;
}

div.debug:before {
	content: "DEBUGGING: ";
	font-weight: bold;
}

div.category {
	margin: 10px 0px 10px 0px;
}

hr.category {
	border-bottom: 1px solid #cccccc;
	clear: both;
}

div.category img {
	float: left;
	margin: 0px 20px 10px 0px;
}

.shadow {
	-moz-box-shadow: 3px 3px 5px #AA9D72; /* Firefox */
	-webkit-box-shadow: 3px 3px 5px #AA9D72; /* Safari/Chrome */
	box-shadow: 3px 3px 5px #AA9D72; /* Opera and other CSS3 supporting browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#AA9D72')";/* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#AA9D72');/* IE 5.5 - 7 */ 
}

.error {
	color: #ff0000;
}

.error a {
	color: #ff0000;
}

.message {
	color: #00cc00;
}

ul.more {
	display: none;
}

p.more {
	padding-top: 10px;
	position: relative;
	left: -10px;
}

div.sort {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
}

ul.sort {
	display: inline;
}

ul.sort li {
	list-style-type: none;
	display: inline;
	margin: 0px 6px 0px 6px;
}

ul.sort li.on {
	font-weight: bold;
}

ul.sort li a {
	text-decoration: none;
}

ul.sort li.on a {
	color: #922c22;
	font-size: 17px;
}

ul.sort li a:hover {
	text-decoration: underline;
}

table.search {
	width: 100%;
}

table.search tr th {
	white-space: nowrap;
	text-align: right;
	padding-right: 10px;
}

table.search tr td {
	width: 100%;
}

table.search tr td input.wide {
	width: 80%;
}

table.search tr.border th, table.search tr.border td {
	border-bottom: 2px solid #777777;
}

table.checkboxes tr th, table.checkboxes tr td {
	vertical-align: top;
	border: none;
	font-size: 14px;
	line-height: 16px;
	border: none;
}

table.search tr td table.checkboxes tr th, table.search tr td table.checkboxes tr td {
	border: none;
}

table.this_or_that {
	border: none;
	width: 1px;
}

table.this_or_that td {
	border: 0px;
	white-space: nowrap;
}

table.admin_items {
	width: 100%;
	border-collapse: collapse;
}

table.admin_items tr.odd {
	background-color: #dddddd;
}

table.admin_items_nav {
	width: 100%;
}

table.admin_items_nav tr td {
	white-space: nowrap;
	width: 33%;
	padding: 0px 10px 0px 10px;
}

table.admin_items_nav tr td.back {
	text-align: left;
	width: 70px;
}

table.admin_items_nav tr td.next {
	text-align: right;
	width: 70px;
}

table.admin_items_nav tr td.middle {
	text-align: center;
}


table.admin_orders {
	width: 100%;
	border-collapse: collapse;
}

table.admin_orders tr th {
	text-align: left;
}

table.admin_orders tr th.right {
	text-align: right;
}

table.admin_orders tr th, table.admin_orders tr td {
	padding: 5px;
	font-size: 14px;
	line-height: 16px;
}

table.admin_orders tr td.total {
	text-align: right;
	white-space: nowrap;
}

table.admin_orders tr.odd {
	background-color: #dddddd;
}

table.admin_orders tr td.order_description {
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
}

table.admin_orders tr td.order_description p {
	padding-bottom: 6px;
}

table.admin_orders_nav {
	width: 100%;
}

table.admin_orders_nav tr td.middle {
	width: 100%;
	text-align: center;
}


table.cart {
	border-collapse: collapse;
	width: 100%;
}

table.cart tr th {
	padding: 3px;
	white-space: nowrap;
	text-align: center;
}

table.cart tr td {
	border: 1px dotted #cccccc;
	padding: 3px;
}

table.cart tr td.subtotal, table.cart tr td.price {
	text-align: right;
	white-space: nowrap;
}

table.cart tr th.subtotal, table.cart tr th.total, table.cart tr td.total {
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
}

table.cart tr td.ordernumber {
	vertical-align: top;
	padding-top: 0px;
	text-align: center;
	font-weight: bold;
}

div.cart_note {
	font-size: 16px;
	font-style: italic;
}

table.cart_customer tr td table tr td.name, table.cart_customer tr td table tr td.name tr td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table.create_account {
	border-collapse: collapse;
}

table.create_account tr th, table.create_account tr td {
	border: none;
}

div.checkout_type {
	width: 400px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #cccccc;
	padding: 10px;
	-moz-box-shadow: 3px 3px 5px #003561; /* Firefox */
	-webkit-box-shadow: 3px 3px 5px #003561; /* Safari/Chrome */
	box-shadow: 3px 3px 5px #003561; /* Opera and other CSS3 supporting browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#003561')";/* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#003561');/* IE 5.5 - 7 */ 

}

div#cvv_panel {
	display: none;
	z-index: 10;
	position: absolute;
	top: 170px;
	left: 300px;
	border: 1px solid #000000;
	width: 300px;
	background-color: #ffffff;
	margin: 10px;
	padding: 10px;
	-moz-box-shadow: 3px 3px 5px #003561; /* Firefox */
	-webkit-box-shadow: 3px 3px 5px #003561; /* Safari/Chrome */
	box-shadow: 3px 3px 5px #003561; /* Opera and other CSS3 supporting browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#003561')";/* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#003561');/* IE 5.5 - 7 */ 
}

.disabled {
	background-color: #cccccc;
}

input.wants {
	width: 300px;
}

textarea.wants {
	width: 300px;
	height: 100px;
	float: left;
	margin-right: 5px;
}

div.tags {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #dddddd;
	text-align: center;
}

div.tags a {
	margin: 0px 10px 0px 10px;
	white-space: nowrap;
}

div.all-tags {
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
}

div.all-tags a {
	margin: 0px 10px 0px 10px;
	white-space: nowrap;
}

/* EOF (kim.css) */
