body, html {
	min-width: 990px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}

/* Header */
div.header {
	width:100%; 
	height:123px; 
	background-image:url(images/bg_header.jpg); 
	background-repeat:no-repeat; 
	background-position:top center;	
}

/* Top Navigation */
table.navigation {
	color: #818181;
	font-size: 15px;	
}

/* Midbar */
div.midbar {
	width:100%; 
	height:316px; 
	background-image:url(images/bg_midbar.jpg); 
	background-repeat:repeat-x; 
	background-position:top center;	
}

/* Footer */
div.footer {
	width:100%; 
	height:156px; 
	background-image:url(images/bg_footer.jpg); 
	background-repeat:no-repeat; 
	background-position:top center;	
}
span.footer_heading {
	font-size: 12.5px;
	font-weight: bold;
	color: #b1b1b1;
}

span.footer_text {
	font-size: 11.5px;
	color: #767676;
}

/* Pagination */
div.pagination {
	min-width: 15px;
	background-color: #FFFFFF;
	border: 1px solid #424242;
	text-align: center;
	font-size: 12px;
	padding: 6px 6px 6px 6px;
	margin-right: 4px;
	position: relative;
	float: left;
}

div.pagination:hover {
	min-width: 15px;
	background-color: #eeeeee;
	border: 1px solid #424242;	
	text-align: center;	
	font-size: 12px;
	cursor: pointer;
	padding: 6px 6px 6px 6px;
	margin-right: 4px;
	position :relative;
	float: left;
}

div.pagination_current {
	min-width: 15px;
	background-color: #eeeeee;
	border: 1px solid #424242;	
	text-align: center;	
	font-size: 12px;
	cursor: pointer;
	padding: 6px 6px 6px 6px;
	margin-right: 4px;	
	position: relative;
	float: left;
}

/* Search Box */
div.searchbox_frame {
	width: 320px;
	height: 25px;
	background-color: #e7e7e7;
	border: 1px solid #424242;	
	padding: 10px 10px 10px 0px;
	text-align: left;
}

div.searchbox_input {
	width: 252px;
	height: 27px;
	background-image: url(images/searchbox_bg.png);
	background-repeat: no-repeat;
	padding: 2px 0px 5px 10px;
}

/* Mouseover "Tooltip" */
.tooltip {
position:absolute;
left:-2000px;
width:351px;
height:auto;
display:none;
}

.tipHeader {
	height:8px;
	background:url(images/mouseover_bg/mouseover-bg-top.png) no-repeat;
}


.tipBody {
	background:url(images/mouseover_bg/mouseover-bg-mid.png) repeat-y;
	padding:0px 12px 5px 10px;
}

.tipFooter {
	height:8px;
	background:url(images/mouseover_bg/mouseover-bg-bot.png) no-repeat;
}

/* Misc */
product {
	cursor: pointer;	
}

/* Fixed Cover Image */
div.site-message-fixed {
			position: fixed;
			top: 0px;
			}
