/*
//*******
//  filename: html_style.css
//  author:   Zack Brown
//  date:     23rd April 2007
//  comments:
//
//  Default css file for clearing element styles for extension by
//  other additional cascading stylesheets.
*/

#shop_basket
{
	position: absolute;
	top: 50px;
	right: 20px;
	border: 1px solid #6197AE;
	width: 300px;
	color: #000000;
	background: #ECF7F7;
}

#shop_basket_admin
{
	position: absolute;
	top: 70px;
	right: 20px;
	border: 1px solid #6197AE;
	width: 300px;
	color: #000000;
	background: #ECF7F7;
}

#shop_search_wrapper
{
	border: 1px solid #6197AE;
	color: #000000;
	background: #FFFFFF;
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

#shop_search_header ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 27px;
}

#shop_search_header li
{
	float: left;
	display: inline;
	margin: 5px 0px 0px 14px;
	padding: 0px;
}

#shop_search_header a
{
	display: block;
	margin: 0px;
	padding: 3px 10px 6px 10px;
	text-decoration: none;
	color: #FFFFFF;
	background: inherit;
}

#shop_search_header .selected_search_menu,
#shop_search_header a:hover,
#shop_search_header .selected_search_menu a
{
	color: #000000;
	background: #FFFFFF;
}

#shop_search_header
{
	color: #000000;
	background: #6197AE;
	margin: 0px;
	padding: 0px;
	height: 27px;
}

.shop_item_table
{
	width: 98%;
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

.shop_item_table th,
.shop_item_table th a
{
	color: #FFFFFF;
	background: #6197AE;
	margin: 0px;
	padding: 2px;
}

.shop_item_table td
{
	margin: 0px;
	padding: 1px;
}

.shop_item_table #item_image_thumb_col,
.shop_item_table #item_stock_col,
.shop_item_table #item_price_col
{
	width: 60px;
}

.shop_item_table #item_purchase_col
{
	width: 105px;
}

.shop_item_table #item_title_col
{
	text-align: left;
}

.shop_item_table .item_title_cell a
{
	text-decoration: none;
}
.shop_item_table .item_title_cell a:hover
{
	color: #338899;
	background: inherit;
	margin: 0px;
}

.shop_item_table .item_stock_cell
{
	text-align: center;
	font-weight: bold;
}

 .item_price_cell
{
	text-align: center;
}

.shop_item_table .item_purchase_cell
{
	text-align: center;
}

.item_image_thumb
{
	width: 50px;
	height: 50px;
	border: 1px solid #000000;
	margin: 5px;
	padding: 0px;
}

a.hover_link
{
    position: relative;
	text-decoration: none;
}

a.hover_link:hover
{
	z-index: 25;
}

.hover_bubble
{
	display: none;
	border: 1px solid #6197AE;
	background: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.hover_bubble img.item_image
{
	border: 1px solid #000000;
	margin: 5px;
	padding: 0px;
	float: left;
}

a.hover_link:hover span.hover_bubble
{
    display:block;
    position:absolute;
    top: 7px; 
	left: 7px;
	z-index: 24;
}

#shop_item_image_wrapper
{
	margin: 10px;
}

#shop_item_image_wrapper img
{
	border: 1px solid #6197AE;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	color: #000000;
	background: #ECF7F7;
	vertical-align: top;
}

