body {
	color: #334;
	background-color: #BFDFFF;
}

body,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote {
	font-family: sans-serif;
}

hr {
	color: #002f70;
	height: 0px;
	border-style: none;
	border-top: 1px solid #002f70;
	border-top-style: solid;
	margin: 8px 0px;
}

div.main-container {
    width: 1200px;
    margin-left: auto; 
    margin-right: auto;
}

table.menu {
	margin-top: 20px;
	width: 100%;
	border-spacing: 6px 2px;
}

td.menu {
	font-size: 100%;
	border: 1px solid #002f70;
	background-color: #48b4fd;
}

div.menu {
	text-align: center;
	background-color: #ffffff;
}

td.menu-space {
	font-size: 40%;
}

div.main-left {
	border: 1px solid #002f70;
	width: 260px;
	top: 8px;
	position: absolute;
	background-color: white;
}

td.main {
	border-style: none;
	vertical-align: top;
}

div.main-right {
	border: 1px solid #002f70;
	margin-left: 265px;
	background-color: white;
}

div.main-right h1 {
	margin: 16px 0px 0px;
}

div.PageMenu {
	padding: 0px 8px;	
}

div.text {
	margin: 15px 15px 15px 15px;
}

div.menu a:link, div.menu a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

div.Note {
	color: #555;
	font-size: 75%;
	margin: 8px 18px 8px;
}

div.Detail {
	float: left;
	margin-top: 10px;
	border: 1px solid #aaa;
	padding: 3px;
	position: relative;
	/*width: 300px;*/
}

div.Detail div.Name {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 5px
}

div.Detail div.Image {
	max-width: 256px;
	max-height: 256px;
	text-align: center;	
}
div.Detail img.PlaceHolder {
	visibility: hidden;
}

div.Detail div.Image img,
div.Detail div.PlaceHolder img {
	padding: 3px;
	border: 1px solid #ddd;
	max-width: 250px;
	max-height: 250px;
	display: block;
	background-color: white;
}
div.Detail div.Image > img.Grow {
	position: absolute;
	top: 5px;
	left: 5px;
}
div.Detail div.Image:HOVER > img.Grow  {
	max-width: 400px;
	max-height: 400px;
	z-index: 5;
	top: -50px;
	left: -50px;
	z-index: 99999;
}

div.Detail div.Hide {
	visibility: visible;
}

div.Detail:HOVER div.Hide {
	visibility: visible;
}

div.Detail:HOVER {
	background-color: #BFDFFF;
}

div.Detail div.Price {
	font-weight: bold;
	font-size: 130%;
	text-align: right;
	margin-top: 0.8em;	
}

div.Description {
	margin-bottom: 0.8em;	
}

div.Detail div.Attribute {
	font-weight: bold;
}
	
div.Detail span.Content {
	font-style: italic;
	font-weight: normal;
}

div.Clear {
	clear: both;
}

a.ActivePage {
	border: 1px solid #aaa;
	padding: 2px;
	font-weight: bold;
}

div.Thumbnail a {
	color: inherit;
	text-decoration: inherit;
	display: block;
}

div.Thumbnail {
	font-weight: bold;
	float: left;
	text-align: center;
	width: 148px;
	border: 1px solid #aaa;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 70%;
}
div.Thumbnail div.Image {
	width: 144px;
	height: 144px;
	display: table-cell;
	vertical-align: middle;
}

div.Thumbnail:HOVER {
	background-color: #BFDFFF;
}

div.Thumbnail img {
	max-width: 144px;
	max-height: 144px;
	border-style: none;
	vertical-align: text-bottom;
}

div.SendSuccess {
	background-color: #88DD88;
	border: 1px solid #00DD00;
	margin: auto;
    text-align: center;
    width: 25em;
}