/* BASE STYLES
----------------------------------------------- */
html {
	overflow-y:scroll;
}
body {
font-family:Arial, Helvetica, sans-serif;
 color:#000000;
	margin:0px;
	background-image: url(http://www.msusurplusbooks.com/images/header-bg-repeat.jpg);
	background-repeat: repeat-x;
	font-size:12px;
}
a:link, a:visited {
	text-decoration:none;
	color:#539753;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}

H1, .h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color:#548654;
	font-weight:bold;
	margin-top:10px
}

H2, .h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#aa975a;
	font-weight:bold
}
H6, .h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#548654;
	font-weight:bold;
	margin:0px;
}
	p {
	margin:4px 0;
	line-height:normal;
}


.red_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#CC0000
}

.black_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000
}
.bold_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold
}
.border_r {
	border-right:1px solid #cccccc;
	padding:2px
}
.border_l {
	border-left:1px solid #cccccc;
	padding:2px
}	
.border_t {
	border-top:1px solid #cccccc;
	padding:2px
}
.border_b {
	border-bottom:1px solid #cccccc;
	padding:2px
}
.border {
	border:1px solid #cccccc;
	padding:2px
}
.bg_dddddd {
	background-color:#dddddd;
	color:#333333
}
.hr {
	border-bottom:1px solid #cccccc;
	margin:0px 0px 8px 0px
}

/* BUTTONS
----------------------------------------------- */
/******* ACTION BUTTON *******/

/* Both browsers apply these styles to the action button */
.actn_button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.actn_button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCE6F9')
	}
/* FireFox uses a background color and white gradient image for the blend */
html>body .actn_button_color {
	background: #A5D6FA url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR ACTION BUTTON *******/
.actn_button_color.actn_button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}	
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* REGULAR BUTTON *******/
/* Both browsers apply these styles to the regular button */
.button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#EDF3F7')
}
/* FireFox uses the background-color and white gradient image for the blend */
html>body .button_color {
	background: #C7E5FB url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR REGULAR BUTTON *******/
.button_color.button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* SPECIAL BUTTON STYLES*******/
.btn_small_update, .btn_small_change {
	font-size:9px
}		
.btn_update {
	font-size:9px
}	
.btn_continue {
	width:170px;
	padding:4px
}
.btn_add_to_cart{
	width:80px;
	* height:23px;
	font-size:11px;
	margin-top:5px;
	* padding:1px 0px 0px 0px
}
html>body .btn_add_to_cart {
	height:15px;
	padding:1px 0px 0px 0px
}
.btn_buy_it_now {
	width:80px;
	font-size:11px;
	margin:5px 0px 0px 5px;
	padding:0px
}
.btn_proceed_to_checkout {
  padding:2px 2px 2px 25px;
  width:190px;
  height:32px
}	
.btn_ordering_info {
 font-size:11px;
 width:150px
}
/******* END SPECIAL BUTTON STYLES*******/

/* box around product detail quantity and add to cart button
----------------------------------------------- */
.quantity {
	border:1px solid #CCCCCC; 
	width:250px; 
	white-space:nowrap;
	padding:10px
}

/* ADDED TO CART home page, product list and product detail pages
----------------------------------------------- */
.added_to_cart {
	background-color:#FFFAF4;
	border:1px solid #E2A269;
	margin:5px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333
	}
.added_to_cart A:link, .added_to_cart A:visited, .added_to_cart A:hover, .added_to_cart A:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333
	}

/* PRICE 
product list and some home pages
----------------------------------------------- */
.small_price {
	font-weight:bold
}

/* product detail page */
.large_price {
	font-weight:bold
}

.headPrice {
	font-weight:bold;
	color:#990000
}

/* TABS 
product detail page
----------------------------------------------- */
.tabcontainer {
	width:100%;
	position:relative;
	color:#ffffff
}
.tab_on {
	color:#aa975a;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#e5e5e5;
	padding:3px;
	width:165px;
	float:left;
	display:inline;
	white-space:nowrap
	}
.tab_off {
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#F5F5F5;
	padding:3px;
	width:165px;
	float:left;
	cursor:pointer;
	display:inline;
	white-space:nowrap
	}
.descriptioncontainer {
	width:100%;
	position:relative
}
.detaildesc {
	border-top:4px solid #e5e5e5;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
	border-bottom:2px solid #e5e5e5;
	padding:5px;
	margin-bottom:10px;
	width:99%;
	text-align:left
}

/****** MULTIPLE IMAGES ****** product detail page */
.click {cursor:pointer}
.imagesmallcontainer {
	background-color:#ffffff;
	border:2px solid #CCCCCC;
	float:left;
	height:65px;
	margin:8px 4px 2px 0px;
	overflow:hidden;
	width:65px
}
.hoverover {
	clear:both;
	float:left;
	font-size:11px;
	padding-bottom:2px;
	padding-top:2px;
	width:300px
}
.notavailable {
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#666666;
	padding:10px;
	text-align:center
}
/* ALL CATEGORIES PAGE
----------------------------------------------- */
.category_outline {
	width:99%;
	border:1px solid #dddddd;
	text-align:center;
	margin:5px;
	padding:0px
}
.chain {
	text-align:left;
	margin-left:5px;
	font-size:13px;
	padding:4px;
	font-weight:bold;
	color:#666666
	}
.chain A:link, .chain A:visited, .chain A:active, .chain A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#aa975a;
	font-size:13px;
	}
.all_categories {
	width:220px
}
.all_categories A:link, .all_categories A:visited, .all_categories A:active, .all_categories A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:16px;
	font-weight:normal
	}
.parent {
	margin-top:3px;
	margin-bottom:3px
}
.parent A:link, .parent A:visited, .parent A:active, .parent A:hover {
	font-weight:bold
	}
.parent_more {
	font-weight:bold;
	margin-top:5px;
	color:#aa975a
}
.parent_more A:link, .parent_more A:visited, .parent_more A:hover, .parent_more A:active {
	font-weight:bold;
	color:#aa975a
	}		
.sub_category {
	margin-top:5px;
	margin-bottom:5px
	}
.sub_category_more {	
	font-weight:bold;
	color:#aa975a
	}	
.sub_category_more A:link, .sub_category_more A:visited, .sub_category_more A:hover, .sub_category_more A:active {
	margin-left:1px;
	font-size:11px;
	font-weight:bold;
	color:#aa975a
	}	

.viewAllCategories {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:4px solid #aa975a;
	font-weight:100;
}

.viewAllCategories a:link, .viewAllCategories a:visited {
	color:#aa975a;
	text-decoration:none;
	font-weight:bold
}

.viewAllCategories a:hover {
	text-decoration:underline;
	background-color:#edecec
}	
/* CHECKOUT BREADCRUMB
----------------------------------------------- */
.breadcrumb_on {
	font-family:Arial, Helvetica, sans-serif;
	color:#aa975a;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle
}
.breadcrumb_off {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	padding-right:3px;
	font-size:13px;
	white-space:nowrap; 
	vertical-align:middle
}
.clear {
	clear:both
	}
.floatRight {
	float:right
	}
.floatLeft {
	float:left
	}
.note {
 	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px
	}	

/* e-gift cards */	
.egift_dashed_outline {
	border:3px dashed #b8dffb;
	height:99%;
	padding:3px;
	margin:5px
	}
.egift_background {
	padding:3px;
	}	
/* wish list */	
.create-wishlist {
	background:url(/images/2010/wishlist-banner.gif) no-repeat left top;
	width:285px;
	height:300px;
	text-align:center;
	}
.create-wishlist-content {
	padding-top:190px;
	width:280px;
	text-align:center;
	color:#999999;
	font-size:11px;
	}
.create-wishlist-text {
	padding:5px;
	width:260px;
	margin:0px 2px 0px 2px;
	text-align:center;
	font-size:13px;
}	
.find-wishlist {
	background:url(/images/2010/find-wishlist-banner.gif) no-repeat left top;
	width:280px;
	height:300px;
	text-align:center;
	}
.find-wishlist-content {
	padding-top:200px;
	margin:0px 0px 0px 30px;
	*margin:0px 0px 0px 25px;
	width:235px;
	}
.wishlist-label {
	font-size:11px;
	font-weight:bold;
	background-color:#def4fb;
	}
.wishies {
	padding-top:10px;
	padding-left:50px;
	background:url(/images/2010/wishies.gif) no-repeat left top;
	height:60px;
}
.wishies-find {
	padding-top:25px;
	background:url(/images/2010/wishies-find.gif) no-repeat left top;
	height:60px;	
	width:240px;
}	
.wishlist-heading {
	background-color:#ffffff;
	border-bottom:3px solid #def4fb;
	height:60px;
	}	
.wishlist-title {
	margin-top:10px;
	font-size:22px;
	color:#666666
	}			
.wishlist-table-border {
	border-top:2px solid #def4fb;
	}	
.wishlist_border_r {border-right:1px solid #e5e5e5;}
.wishlist_border_l {border-left:1px solid #e5e5e5;}
.wishlist_border_t {border-top:1px solid #e5e5e5;}
.wishlist_border_b {border-bottom:1px solid #e5e5e5;}
.wishlist_border {border:1px solid #e5e5e5;}	
.e-gift-card-banner
	{
		background:url(/images/2010/e-gift-card-banner.gif) no-repeat left top;
		width:526px;
		height:460px;
		margin-top:10px;
		clear:both;
	}
.e-gift-card-text
	{
		font-size:13px;
	}
.giftcard-entry {
		border: 1px solid #dedede; 
		padding:5px 5px 5px 8px;
		text-align:left;
		margin-top:15px;
		margin-bottom:5px;
		background-color: #f5f5f5;
		width:310px;
		font-size:11px;
	}	
.giftcard-balance {
		border: 4px solid #efefef; 
		padding:5px 5px 5px 8px;
		width:210px;
		font-size:11px;
		margin:10px 0px 10px 15px	
	}	
.giftcard-balance-amt {
		border: 3px solid #efefef; 
		padding:5px;
		width:180px;
		margin-top:8px
	}	
	
	


/* Custom form elements
----------------------------------------------- */
form {
	padding:0px;
	margin:0px;
}
.inputFormat {
	height:19px;
	font-size:12px;
	padding:1px;
	color:#333;
	vertical-align:middle;
}
#search input {
	vertical-align:middle;
	margin:0;
	padding:0;
}
.btnSearch {
	vertical-align:middle;
	margin:0;
	padding:0px;
	color:#0060B1;
	font-size:12px;
	cursor:pointer;
}
/* Top Menu
----------------------------------------------- */

.cartInfo {
	padding-top:5px;
	font-size:12px;
	line-height:3px;
}
.cartInfo a {
	display:block;
}
.cartInfo a:hover {
	background-color:#f6f6f6;
}
.cartInfo img {
	border:0;
	vertical-align:middle;
}
#myAccount, #shoppingCart {
	width:150px;
	font-weight:100;
 color:#000000;
}
.cartInfoHeadings {
 color:#548654;
	font-size:14px;
	font-weight:bold;
}
#myAccountDL, #shoppingCartDL {
	padding-left:18px;
}
.cartItem, .acctItem {
	padding:1px 0px 3px 0px
}
/* Top NavBar
----------------------------------------------- */
.navBar {
	height:61px;
 
}
.navBarInner {
	width:980px;
}
.navBarLeft {
 font-family:Arial, Helvetica, sans-serif;
	float:left;
	padding-top:5px;
}
.navBarRight {
 font-family:Arial, Helvetica, sans-serif;
	float:right;
	padding-top:5px;
	padding-right:35px;
}
.navBarRight2 {
 font-family:Arial, Helvetica, sans-serif;
	float:right;
	padding-top:8px;
	padding-right:20px;
	color:white;
	font-weight:bold;
	letter-spacing:1.5px;
}
.navBarLeft a:link, .navBarLeft a:visited, navBarRight a:link, .navBarRight a:visited {
	color:white;
	font-weight:bold;
	font-size:12px;

}
.search {
	width:150px;
	margin-top:5px;
}
/* Left Navigtaion Column
----------------------------------------------- */
.leftColumn {
	margin:5px 15px 5px 0px;
	width:200px;
	background-color:#f6f6f6;
 font-family:Arial, Helvetica, sans-serif;
}
.leftColumn h2 {
	display:block;
	font-weight:bold;
	font-size:18px;
 color:#548654;
	margin:0 !important;
	padding:10px;
	background-color:#e0efd2;
 background:url("/images/2010/header_bg.gif") repeat-x top center;
}
.vertNav {
	margin:0px;
	padding:0px;
	font-size:12px;
}
.vertNavLink a {
	font-weight:bold;
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:1px solid #ffffff;
}
.vertNavLink a:link, .vertNavLink a:visited {
	color:#666666;
	text-decoration:none;
}
.vertNavLink a:hover {
	text-decoration:underline;
	background-color:#e0efd2;
}
.vertNavLinkMisc {
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color:#e0efd2;
}
.vertNavLinkMisc a {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:1px solid #ffffff;
}
.vertNavLinkMisc a:link, .vertNavLinkMisc a:visited {
	color:#444;
	text-decoration:none;
}
.vertNavLinkMisc a:hover {
	text-decoration:underline;
	background-color:#e0efd2;
}
.viewMoreCat {
	display:none;
}
.viewMoreCats a {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:1px solid #ffffff;
	font-weight:100;
}
.viewMoreCats a:link, .viewMoreCats a:visited {
	color:#666666;
	text-decoration:none;
}
.viewMoreCats a:hover {
 color:#548654;
	text-decoration:underline;
	background-color:#e0efd2;
}
.leftSubCats a {
	padding:6px 4px 6px 35px;
	line-height:normal;
	display:block;
	border-bottom:1px solid #e0efd2;
	font-weight:100;
}
.leftSubCats a:link, .leftSubCats a:visited {
	font-weight:100;
}
.leftSubCats a:hover {
	text-decoration:underline !important;
}
/* Footer
----------------------------------------------- */
.footer {
	text-align:center;
	font-size:0.8em;
	font-family:arial;
	color:#686964;
	background-color:#e4e8de;
}
.footerBorder {
	padding:10px 0px 15px 0px;
	border-top:3px solid #e0efd2;
}
#stickyFooter {
	margin-top:25px;
	height:38px;
 background:url("/images/2010/footer_bg.gif") repeat-x top;
}
#mc_embed_signup_small {
	clear:left;
	font-family:Arial, sans-serif;
	color:#FFF
}
#mc_embed_signup_small form {
	position:relative;
	text-align:left;
	padding:5px 0 5px 3%
}
#mc_embed_signup_small h2 {
	font-weight:bold;
	padding:0;
	margin:15px 0;
}
#mc_embed_signup_small input {
	border:1px solid #999;
	-webkit-appearance:none;
}
#mc_embed_signup_small input[type=checkbox] {
	-webkit-appearance:checkbox;
}
#mc_embed_signup_small input[type=radio] {
	-webkit-appearance:radio;
}
#mc_embed_signup_small input:focus {
	border-color:#333;
}
#mc_embed_signup_small .button {
	clear:both;
	background-color: #00723f;
	border: 0 none;
	border-radius:4px;
	color: #fff;
	cursor: pointer;
	font-size:15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 5px  0;
	padding:0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}
#mc_embed_signup_small .button:hover {
	background-color:#3f5657;
}
#mc_embed_signup_small .small-meta {
	font-size: 11px;
}
#mc_embed_signup_small .nowrap {
	white-space:nowrap;
}
#mc_embed_signup_small .clear {
	clear:none;
	display:inline;
}
#mc_embed_signup_small label {
	font-size:16px;
	padding-bottom:10px;
	font-weight:bold;
}
#mc_embed_signup_small input.email {
	padding:8px 0;
	margin:0 4% 10px 0;
	text-indent:5px;
	width:95%;
	min-width:130px;
}
#mc_embed_signup_small input.button {
	width:40%;
	margin:0 0 10px 0;
	min-width:90px;
}
#mc_embed_signup_small div#mce-responses {
	float:left;
	top:-1.4em;
	padding:0em .5em 0em .5em;
	overflow:hidden;
	width:90%;
	margin: 0 5%;
	clear: both;
}
#mc_embed_signup_small div.response {
	margin:1em 0;
	padding:1em .5em .5em 0;
	font-weight:bold;
	float:left;
	top:-1.5em;
	z-index:1;
	width:95%;
}
#mc_embed_signup_small #mce-error-response {
	display:none;
}
#mc_embed_signup_small #mce-success-response {
	color:#529214;
	display:none;
}
#mc_embed_signup_small label.error {
	display:block;
	float:none;
	width:auto;
	margin-left:1.05em;
	text-align:left;
	padding:.5em 0;
}		

.hidden {
	display: none;
}

.hide {
	position: absolute;
	left: -9999px;
}
#searchwrapper {
width:290px; /*follow your image's size*/
height:30px;/*follow your image's size*/
background-image:url(http://msusurplusbooks.com/images/searchbox.png);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
float:right;
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:5px;
left:9px;
width:246px;
height:28px;
color:#CCC;
font-size:0.9em;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:260px;
width:21px;
height:32px;
}
div.feedburnerFeedBlock {
	border:2px solid #cccccc;
	padding:5px;
}
div.feedburnerFeedBlock ul {
	margin-left:0;
	padding-left:0;
	list-style-type: none
}
div.feedburnerFeedBlock ul li span.headline {
 font-family:Arial, Helvetica, sans-serif;
 font-size:18px;
 color:#aa975a;
	font-weight:bold;
	display:block;
	margin:10px 0 0 0;
}
div.feedburnerFeedBlock p.date {
 color:#aa975a;
	font-weight:bold;
	margin:0 0 10px 0;
}
#creditfooter {
	visibility:hidden;
	display:none
}
#mc_embed_signup{background:#fff; clear:left; font:14px; font-family:Arial,sans-serif;  width:400px;}	
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #00accd; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#008183;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;}
#mc_embed_signup input.button {width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}			
