/* Basics */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background: #eae5ea url(body-bg.png) top left repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}
.image-link img {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	padding: 5px;
	width: 100px;
	height: 100px;
}
.back {
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	background: url(bullet-backward.png) left no-repeat;
}
.back:hover {
	text-decoration: underline;
}

/* Main */
.main {
	width: 750px;
	margin: 0px auto;
	text-align: left;
}

/* Menu */
.menu {
	height: 36px;
	margin: 0px;
	padding: 0px;
}
.menu-logo {
	width: 160px;
	height: 35px;
	float: left;
	text-align: right;
	margin: 0;
	padding: 0;
}
.menu-links {
	width: 580px;
	height: 35px;
	float: right;
	text-align: right;
	padding: 0px 10px 0px 0px;
}
.menu-links ul {
	margin: 0;
	padding: 0;
	height: 35px;
	list-style: none;
	display: inline;
}
.menu-links li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.menu-links a:link, .menu-links a:active, .menu-links a:visited {
	line-height: 35px;
	vertical-align: middle;
	margin-left: 15px;
	text-align: center;
	color: #FFF;
	border-left: 1px solid #56657e;
	padding-left: 15px;
}
.menu-links a:hover {
	text-decoration: underline;
}
.menu-links .active a:link,
.menu-links .active a:active,
.menu-links .active a:visited,
.menu-links .active a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* My Menu */
.my {
	background: #FFF;
	padding: 10px 10px 0px 10px;
}
.my table {
	background-image: url(my-bg.png);
	background-repeat: no-repeat;
	width: 730px;
	height: 25px;
	padding: 0px 10px;
}
.my-menu, .my-cart {
	color: #000;
	height: 20px;
}
.my-menu {
	text-align: left;
}
.my-cart {
	text-align: right;
}
.my-menu ul, .my-cart ul {
	margin: 0;
	padding: 0;
	height: 20px;
	list-style: none;
	display: inline;
}
.my-menu li, .my-cart li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.my-menu .bullet, .my-cart .bullet {
	background-image: url(my-bullet.png);
	background-position: middle left;
	background-repeat: no-repeat;
	padding: 0px 4px 0px 7px;
}
.my-menu a:link, .my-menu a:active, .my-menu a:visited, 
.my-cart a:link, .my-cart a:active, .my-cart a:visited {
	vertical-align: middle;
	text-align: center;
	color: #000;
}
.my-menu a:hover, .my-cart a:hover {
	text-decoration: underline;
	color: #000;
}
.my-menu .heading, .my-cart .heading {
	background: transparent;
	font-weight: bold;
	padding-right: 5px;
}

/* Content */
.content {
	background-image: url(content-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFF;
	padding: 15px 20px 20px 20px;
	clear: both;
}

/* Footer */
.footer {
	font-size: 10px;
	text-align: center;
	padding: 5px;
	padding-top: 10px;
}
.footer a:link, .footer a:active, .footer a:visited {
	color: #000;
}

/* Header Store & Promo Box */
.header {
	background: #FFFFFF url(content-top.png) top left no-repeat;
	height: 5px;
	padding: 0px;
	margin: 0px;
}
.store {
	width: 100%;
	height: 60px;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
}
.store .blank img {
	border: 0;
	width: 500px;
	height: 60px;
}
.store .promo-form {
	height: 60px;
	margin: 0;
	padding: 0;
}
.store .heading {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	padding-right: 5px;
	color: #FFF;
}
.store .text {
	vertical-align: top;
	text-align: center;
	color: #FFF;
	height: 50%;
	font-size: 12px;
	padding-top: 5px;
}
.store form {
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: 5px;
}
.store .form {
	vertical-align: bottom;
}
.store form #code {
	width: 60px;
}
.store a:link, .store a:active, .store a:visited {
	color: #FFF;
}

/* Hide */
.print-only, .screen-hide {
	display: none;
}
