﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:100%; 
	color: #333333;
	background-color: #CCCCCC;
}
#wrapper {
	width: 960px;
	margin: 0px auto 0 auto;
	background: url('images/container.jpg');
	background-repeat: repeat-y;
}
#masthead {
	width: 960px;
	height: 120px;
	background-image: url('images/masthead.jpg');
	background-repeat: no-repeat;
}
#masthead_sub {
	float: right;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 200px;
	margin-top: 26px;
}
#top_nav {
	width: 960px;
	height: 35px;
	background-image: url('images/top_nav.jpg');
	padding-top: 2px;
	background-repeat: no-repeat;
}
#container {
	width: 77%;
	float: left;
	margin-right: 2%;
}
#content_1col {
	margin-right: 30px;
	margin-left: 30px;
}
#footer {
	width: 960px;
	clear: both;
	text-align: center;
	background-image: url('images/footer.jpg');
	padding-top: 6px;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	height: 140px;
}
#ExtraComments {
	display: none;
}

/* MAIN Styles */
h1 {
	color: #004961;
}
h2 {
	color: #004961;
}
h3 {
	color: #004961;
	margin-bottom: 0%;
}
ul {
	margin-top:3px;
	margin-bottom:3px;
}
li {
	margin-bottom: 6px;
	font-size: 100%; 
}
p {
	font-size: 100%; 
}
a:link {
	text-decoration: underline;
}
a:visited {
}
a:hover {
	color: #6699FF;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
	border-width: 0px;
}
hr {
}
img {
	border-width: 0px;
}

/* TOP NAV Styles */
#top_nav p {
	margin: 3px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #CCCCCC;
}
#top_nav a:link {
	text-decoration: none;
	color: #004961;
}
#top_nav a:visited {
	text-decoration: none;
}
#top_nav a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#top_nav a:active {
	text-decoration: none;
}

/* FOOTER Styles */
#footer p {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	font-size: 70%;
}
#footer a:link {
	text-decoration: underline;
}
#footer a:visited {
}
#footer a:hover {
	text-decoration: none;
}
#footer a:active {
	text-decoration: underline;
}
form {
	margin-bottom: 6px;
}

/* TABLE styles */
table {
	border-style: none;
}
td {
	font-size: 100%; 
}
td p {
}
td h1 {
	margin: 0px;
}
td h2 {
	margin-top: 0px;
}

/* Other styles */
.left-padding {
	padding-left: 20px;
}
.right-padding {
	padding-right: 20px;
}
.small {
	font-size: 70%;
	text-align: left;
}
.sharethis {
	clip: rect(auto, auto, auto, auto);
	text-align: center;
}
.centered {
	text-align: center;
}
.alert {
	border: thin solid #990000;
	background-color: #FFFFCC;
	padding: 3px 6px 3px 6px;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 120%;
	clear:right; 
}
.fading-bkgd {
	background-image: url('../images/fading_background.png');
}
.no-topmargin {
	margin: 0px;
}
.linkcode {
	margin-top: 9px;
	margin-bottom: 36px;
	padding: 5px;
	border: 1px solid #555;
	width: 80%;
}
.strikethrough {
	text-decoration: line-through;
}
.bundle {
	padding: 6px 18px 6px 18px;
	border: thin solid #000000;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.medium {
	font-size: 120%;
}
.red {
	color: #CC0000;
}
.price {
	color: #900;
	font-size: 120%;
	font-weight:bold;
}
.cover {
	width: 220px;
	float: left;
	margin-top: 30px;
}
.description {
	float: right;
	width: 680px;
	margin-bottom: 18px;
}
.alsobought {
	clear: both;
	background-color: #FFFFCC;
	width: 84%;
	margin: 0px auto 0 auto;
}
.sale_alert {
	background-color: #CCFFCC;
	border: thin solid #008000;
	color: #008000;
	text-align: center;
	font-size: x-large;
}
