body, html {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

p,td,li,ul,div,pre,blockquote {
	font: 12px/18px 'lucida grande', 'lucida sans', verdana, geneva, helvetica, arial, sans-serif;
	color: #333;
	text-align: left;
}
td {
	valign: top;
}
h1 {
	font: 22px/30px 'lucida grande', 'lucida sans', verdana, geneva, helvetica, arial, sans-serif;
	color: #09c;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}
h2 {
	font: 17px/23px 'lucida grande', 'lucida sans', verdana, geneva, helvetica, arial, sans-serif;
	font-weight: normal;
	color: #888;
	margin-bottom: 3em;
}
h3 {
	font: 13px 'lucida grande', 'lucida sans', verdana, geneva, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #390;
	margin-top: 2em;
	margin-bottom: 1em;
}
h4 {
	font: 10px 'lucida grande', 'lucida sans', verdana, geneva, helvetica, arial, sans-serif;
	color: #c30;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin-top: 2em;
}
h5 {
	font: 12px/18px 'lucida grande', 'lucida sans', verdana, geneva, helvetica, arial, sans-serif;
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
	padding-left: 14px;
}
a,
a:link,
a:active,
a:visited {
	text-decoration: underline;
	color: #369;
}
a:hover {
	background-color: #6699CC;
	text-decoration: none;
	color: #FFFFFF;
}
select {
	font-size: 10px;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
}
#masthead {
	width: 760px;
	margin: 20px 0;
	padding: 0;
}
#feature {
	padding: 4px;
	margin: 0 0 10px 0;
	background-color: #f1f1f1;
	border-top: 3px solid #ccc;
}
#feature p {
	margin-top: 0;
	line-height: 13px;
	font-size: 10px;	
}
#detail_image {
	padding: 0;
	margin: 20px auto 20px auto;
	background-color: #fff;
	width: 500px;
}
#sidebar {
	width: 220px;
	float: right;
	margin: 0px 0 50px 0;
	padding: 0;
	border-top: 3px solid #ccc;
}
#nav {
	margin: 10px 0 0 0;
}
#nav ul{
	padding:0px; 
	margin: 0px;
}
#nav li{
	list-style-type:none;
	display:block; 
	padding:0px;
	margin:0px;
}
#nav a {
	padding: 4px 4px 4px 15px;
	margin: 0;
}
#nav a,
#nav a:link,
#nav a:active,
#nav a:visited {
	text-decoration: none;
	font-weight: bold;
	background: #fff url(images/nav_bg_off.gif) no-repeat left center;
	color: #666;
}
#nav a:hover {
	text-decoration: none;
	font-weight: bold;
	background: #fff url(images/nav_bg_on.gif) no-repeat left center;
	color: #09c;
}

#nav a.on,
#nav a.on:link,
#nav a.on:active,
#nav a.on:visited,
#nav a.on:hover {
	text-decoration: none;
	font-weight: bold;
	background: #fff url(images/nav_bg_on.gif) no-repeat left center;
	color: #09c;
}

#nav li.buy a,
#nav li.buy a:link,
#nav li.buy a:active,
#nav li.buy a:visited {
	color: #f60;
}
#nav li.buy a:hover {
	color: #f60;
}

#nav li.buy a.on,
#nav li.buy a.on:link,
#nav li.buy a.on:active,
#nav li.buy a.on:visited,
#nav li.buy a.on:hover {
	color: #f60;
}

#subscribe {
	border-top: 3px solid #ccc;
	margin-top: 50px;
	padding: 10px 8px 8px 8px;
	background: #f3fbfe url(images/bg_robins_egg.gif) repeat-x bottom;
}
#subscribe h5{
	margin-top: 0;
	padding-top: 0;
}
#main {
	width: 500px;
	float: left;
	margin-top: 0;
	margin-bottom: 50px;
	padding: 10px 0 0 0;
	border-top: 3px solid #ccc;
}
#main .edition_listing {
	padding: 4px;
	margin-bottom: 2px;
	background: #f4f4f5 url(images/bg_gray.gif) repeat-x bottom;
}
#main li {
	background: #fff url(images/bullet.gif) no-repeat left 6px;
}
#footer {
	clear: both;
	margin: 50px 0 0 0;
	border-top: 1px solid #ccc;
}
#footer p {
	font-size: 10px;
	color: #666;
}

.emph {
	color: #FFFFCC;
}

.demph {
	color: #666;
	font-weight: normal;
}

.note {
	color: #999;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
}

.print_details {
	font-size: 10px;
	line-height: 13px;
}
.price {
	font-size: 14px;
	font-weight: bold;
	color: ;
	color: #336699;
}
td.cart {
	valign: middle;
	align: right;
}
.highlight {
	background: #FFF4D3;
	color: #000000;
}
