*
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

form
{
	display:inline;
}

input
{
	color: black;
}

select
{
	color: black;
}

img
{
	border: 0px;
}

a 
{
	color: white;
}

a:visited
{
	color: white;
}

body
{
	background-color: #000000;
	background-image: url(kcbackground.jpg);
	background-repeat: repeat-x;
	padding-bottom: 50px;
	color: white;
	margin: 0px;
	padding:0px;
}

#header
{
	background-image: url(kcheader.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
	height: 99px;
	margin: 0px;
	padding:0px;
}

#nav
{
	background-image: url(nav_bar.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 52px;
	text-align: center;
}

#content
{
	width: 900px;
	margin: 0 auto;
}


#crumbtrail
{
	margin-top: 7px;
	/*width: 790px;*/
	border-bottom: 1px solid white;
	padding: 5px;
	text-align: left;
	font-size: 80%;
	font-weight: bold;
}

#crumbtrail ul
{
	list-style:none;
}
	
#crumbtrail ul li
{
	display:inline;
	margin-left:5px;
}
	

#crumbtrail li a
{
	/*background:url(navigate_right.gif) no-repeat center left;
	padding-left: 22px;*/
	text-decoration:none;
}

#crumbtrail li a:hover
{
	text-decoration:underline;
}
	
#crumbtrail li a:visited
{
	color: white;
}
		
#crumbtrail li.first a
{
	padding-left: 0px;
	background: none;
}

#sb_category_list
{
	width: 100%;
}

#sb_category_list div.item
{
	/*width:275px;*/
	float: left;
	padding: 3px;
}

#sb_category_list div.item a
{
	display: block;
	background-color: #222222;
	border: 1px solid white;
	width:285px;
	padding: 3px;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

#sb_category_list div.item a:hover
{
	background-color: #111111;
}

#sb_photo_none
{
	clear: both;
	text-align:center;
}

#sb_photo_list
{
	width: 100%;
	clear: both;
	/*
	height: 65%;
	overflow: auto;
	border: 1px solid white;
	*/
}

#sb_photo_list > div
{
	padding: 15px;
	margin: 0 auto;
	float: left;
	width: 420px;
	text-align: center;
}

#sb_photo_list div h4
{
	font-size: 80%;
}

#sb_photo_list div h5
{
	font-weight: normal;
	font-size: 70%;
}

#sb_photo_list div a
{
	text-decoration: none;
}

#sb_photo_list div img
{
	border: 2px solid white;
	margin: 3px;
}


#sb_photo_detail
{
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 70%;
}

#sb_photo_detail h4
{
	font-size: 120%;
	color: #7E6262;
}

#sb_photo_detail img.photo
{
	border: 2px solid white;
	margin: 3px;
}

#sb_photo_detail td.prices
{
	/*float: left;*/
	text-align: left;
	font-weight: bold;
	font-size: 105%;
}

#sb_photo_detail td.prices td
{
	/*background-color: #222222;*/
	/*border: 1px solid white;*/
	padding: 4px;
	margin: 5 auto;
	white-space: nowrap;
}


#sb_photo_detail td.prices td.price
{
	text-align: right;
}

#sb_photo_detail div.prices td.desc
{
	white-space: nowrap;
}

#sb_photo_detail div.info
{
	width: 380px;
	float: right;
}

#sb_search
{
	float:left;
	display:inline;
	margin: 3px;
}


div.batch
{
	display:inline;
	margin: 3px;
	margin-top: 5px;
	margin-right: 0px;
	font-size: 80%;
	font-weight: bold;
	float: right;
}

div.batch a
{
	text-decoration: none;
	margin: 0px 0px 0px 5px;
}

div.batch span
{
	text-decoration: none;
	margin: 0px 0px 0px 5px;
}


table.order-items
{
	width: 100%;
}

table.order-items span.option
{
	display:block;
	margin-left: 15px;
	font-size: 80%;
}


table.order-items tr
{
	vertical-align: top;
}

table.order-items tr.highlight
{
	background-color: #111111;
}

table.order-items tr:hover
{
	/*background-color: #222222;*/
}


table.order-items th
{
	background-color: #555555;
	text-align: center;
	padding: 3px;
}

table.order-items th.description
{
	text-align: left;
}

table.order-items th.subtotal
{
	text-align: right;
}

table.order-items td
{
	text-align: center;
	padding: 3px;
}

table.order-items td.description
{
	text-align: left;
}

table.order-items td.subtotal
{
	text-align: right;
}

table.order-items tr.subtotal td.label
{
	text-align: right;
	font-weight: bold;
	border-right: 2px solid white;
	border-top: 2px solid white;
}

table.order-items tr.shipping td.label
{
	text-align: right;
	font-weight: bold;
	border-right: 2px solid white;
}

table.order-items tr.tax td.label
{
	text-align: right;
	font-weight: bold;
	border-right: 2px solid white;
}


table.order-items tr.total td.label
{
	text-align: right;
	font-weight: bold;
	border-right: 2px solid white;
}

table.order-items tr.subtotal td.total
{
	text-align: right;
	font-weight: bold;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
}

table.order-items tr.total td.total
{
	text-align: right;
	font-weight: bold;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
}

table.order-items tr.shipping td.total
{
	text-align: right;
	font-weight: bold;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
}

table.order-items tr.tax td.total
{
	text-align: right;
	font-weight: bold;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
}

span.error
{
	margin-left: 5px;
	font-style: italic;
	padding:2px;
	background-color:#ff5555;
	font-size: 80%;
	display:block;
	width:100%;
	text-align:center;
}

#sb_category_list div.item
{
	/*width:275px;*/
	float: left;
	padding: 3px;
}

div.button_bar
{
	text-align: center;
}

div.button_bar div.button
{
	display:inline;
	margin-right: 5px;
}

div.button_bar div.button a
{
	background-color: #222222;
	border: 1px solid white;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

div.button_bar div.button a:hover
{
	background-color: #111111;
}
