body, td {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	scrollbar-3d-light-color : #E9DCCB;
	scrollbar-arrow-color : white;
	scrollbar-base-color : #E8C89F;
	scrollbar-dark-shadow-color : #E8C89F;
	scrollbar-face-color : #E8C89F;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : #E8C89F;
}
a, a:visited, a:active {
	color: #0000AA;
}
a:hover {
	color: #008800;
}
a.menu, a:visited.menu, a:active.menu, a:hover.menu {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.nav, a:visited.nav, a:active.nav {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #0000AA;
}
a:hover.nav {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #008800;
}
h1, .headline {
	color: #096; 
	font-size:20px;
	font-weight: bold;
}
h2, .subhead {
	color: #096; 
	font-size: 16px; 
	font-weight: bold;
	margin-top:1.2em;
}
h3 {
	color: #333; 
	font-size:15px;
	font-weight:bold;
}
.layout {
	background-color: #CCCCCC;
}
.title {
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	color: #005297;
}
hr {
	color: black;
	height: 1px;
}
.controltitle {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.field_comment {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}
.field_warning {
	font-family: verdana;
	font-size: 11px;
	color: #DD0000;
	font-weight: bold;
}
.top_right {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}
.tab1_title {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}
.product_header {
	color: #000000;
	font-weight: bold;
}
.watermark {
	background-attachment: fixed;
	background-image: url(i/watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.product_table {
	border: 1px solid black;
}
.cart_table {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.suggest {
	background-color:#fff;
	display:none;
	position:absolute;
	border:1px solid #d7d7d7;
	padding:5px 8px 5px 8px;
	text-align:left;
	top:40px; 
	left:0px; 
	width:384px;
}
.alert {
	background-color:#ffc; 
	border:3px solid #eee; 
	text-align:center; 
	padding:10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
	z-index: 0;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: fixed;
	_position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -2000px;
	top: 50px;
	_top: 125px; 
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 25px; /*position where enlarged image should offset horizontally */
}
