body {
	font-family: "Trebuchet MS", Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #336666;
	background-repeat:repeat-x;
	color: #707070;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 18px;
	color: #669999;
	padding-bottom: 0;
		line-height: 20px;
	
}

h3 {
	font-size: 15px;
	color: #669999;
	padding-bottom: 0;
		line-height: 18px;
	
}

.left a img {
	display: block;
}

.left h2 + a img {
    margin-top: 40px;
    margin-bottom: 0px;
}


.right h3 {
	font-size: 14px;
}

.right h3:nth-of-type(1) {
	margin-left: -16px;
    margin-right: -10px;
}

.right h3 a, .right h2 a {
	text-decoration: none;
}

a { color: #336666; font-weight:bold;
	text-decoration: underline;
}

a:hover { text-decoration: underline; color:#000000;
}

img {
	border: 0;
}

.content {
	width: 800px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(images/bg_content.gif)
}

.left {
	width: 150px;
	padding: 0;
	vertical-align: top;
}

.main {
	width: 450px;
	padding: 0;
	vertical-align: top;
}

.maincontent {
	width: 410px;
	padding: 20px;
	vertical-align: top;
}

.right {
	width: 160px;
	padding: 20px;
	vertical-align: top;
	text-align: right;
	color: #999966;
	font-size: 12px;
	font-weight: bold;
}

.right p, .right h3, .right h2 {
	text-align: center;
}

.footer {
	width: 760px;
	padding: 20px;
	background: #999966;
	color: #fff; 
}

.footer a {
	color: #fff;
}

.footer a:hover { text-decoration: underline; color:#000000;
}


/* back-to-top */

#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 670px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #999966;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #B4B477;
}
/* arrow icon (span tag) */
#back-top span {
	width: 54px;
	margin-left: 27px;
	height: 54px;
	display: block;
	margin-bottom: 7px;
	background: #999966 url(images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-moz-box-shadow: 0 2px 4px black;
	-webkit-box-shadow:	0 2px 4px black;
	box-shadow: 0 2px 4px black;
}
#back-top a:hover span {
	background-color: #B4B477;   /*999966*/
}

#fix {
	background-image: url('images/strip.gif');
	background-repeat:repeat-x;
}

.slideshow {
	height: 260px;
	width: 160px;
	background: white;
	padding: 0;
	margin: 0;
}

.slideshow_image {
	display: block;
	position: absolute;
	max-height: 260px;
	width: 158px;
	padding-top:1px;
	padding-left:1px;
}

.sellerIcons {
  float: left;
  /* height: 90px;
  width: 90px; */
  height: 60px;
  width: 60px;
}
.withRight {
  /*padding-right: 16px;*/
  padding-right: 56px;
}
.last {
  float: right;
  /* height: 90px;
  width: 90px; */
  height: 60px;
  width: 60px;
}

.bam {
	height: 58px !important;
	width: 58px !important;
	border: 2px solid #ddd; 
	border-radius: 8px;
}
/* bookstore link fixes */
/* have to add important since this stylesheet loads first, and don't want to change all the pages */

.nav_small {
	/* font-size: 10px !important; */
}

ul.MenuBarVertical ul, ul.MenuBarVertical ul li {
/*	width: 156px !important;*/
	width: 120px !important;
}

ul.MenuBarVertical ul li a {
	padding-right: 12px !important;
/*	width: 156px !important;*/
	width: 120px !important;
}
ul.MenuBarVertical a {
	background-repeat: repeat-x !important;
	background-size: cover !important;
}