@charset "utf-8";
/* CSS Document */

a:active, a:focus {
  outline: none;
}

a:link {text-decoration:none;}
	
a:visited {text-decoration:none;}

/* Style for the search form input box in header */
input.headsearch {
	font-size: 14px;
	color:#999999;
	height: 28px;
	width: 420px;
	float: left;
	margin: 0px;
	padding: 0px 0px 2px 10px;
	border: 1;
	border-radius: 10px;
	/*background:url(../images/searchbg.png) no-repeat 0 0;*/
	_margin: 1px 5px 0 0; /* IE tweak */
	_padding: 2px 0 3px 3px; /* IE tweak */
	_height: 21px; /* IE tweak */
	border: solid; /* IE does not handle input form field backgrounds well at this time.*/
	border-color: #AEADAC; /* IE does not handle input form field backgrounds well at this time.*/
	border-width: 1px; /* IE does not handle input form field backgrounds well at this time.*/
	background: #FFFFFF; /* IE does not handle input form field backgrounds well at this time.*/
}

input.headsearch:focus {
	color:#000;
	border-color:#666;
	/*background:url(../images/searchbg.png) no-repeat 0 -20px;*/
	background:#FFFFFF; /* IE does not handle input form field backgrounds well at this time.*/
}

/* Style for the search form input box on category pages */
input.catsearch {
	font-size: 14px;
	color:#999999;
	height: 24px;
	width: 420px;
	float: left;
	margin: 0px;
	padding: 0px 0px 2px 10px;
	border: 1;
	border-radius: 5px;
	/*background:url(../images/searchbg.png) no-repeat 0 0;*/
	_margin: 1px 5px 0 0; /* IE tweak */
	_padding: 2px 0 3px 3px; /* IE tweak */
	_height: 21px; /* IE tweak */
	border: solid; /* IE does not handle input form field backgrounds well at this time.*/
	border-color: #AEADAC; /* IE does not handle input form field backgrounds well at this time.*/
	border-width: 1px; /* IE does not handle input form field backgrounds well at this time.*/
	background: #FFFFFF; /* IE does not handle input form field backgrounds well at this time.*/
}

input.catsearch:focus {
	color:#000;
	border-color:#666;
	/*background:url(../images/searchbg.png) no-repeat 0 -20px;*/
	background:#FFFFFF; /* IE does not handle input form field backgrounds well at this time.*/
}

.catsearchtitle {float:left; line-height:26px;}

/* Style for the search form input box in overlay bar */
input.search {
	font-size:13px;
	color:#999;
	height:20px;
	width:120px;
	float:left;
	margin:2px 5px 0 0;
	padding:0 0 2px 3px;
	border:0;
	/*background:url(../images/searchbg.png) no-repeat 0 0;*/
	_margin:1px 5px 0 0; /* IE tweak */
	_padding:2px 0 3px 3px; /* IE tweak */
	_height:21px; /* IE tweak */
	_border:solid; /* IE does not handle input form field backgrounds well at this time.*/
	_border-color:#858585; /* IE does not handle input form field backgrounds well at this time.*/
	_border-width:1px; /* IE does not handle input form field backgrounds well at this time.*/
	background:#F4F3EA; /* IE does not handle input form field backgrounds well at this time.*/
}

input.search:focus {
	color:#000;
	/*background:url(../images/searchbg.png) no-repeat 0 -20px;*/
	background:#FFFFFF; /* IE does not handle input form field backgrounds well at this time.*/
}

.searchtitle {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #888888;
	text-decoration: none;
	font-weight: bold !important;
	font-style: normal;
}

.searchgo {
	width:55px;
	height:32px;
	margin:0px;
	position:relative;
	float:left;
	right:15px;
}

.catsearchgo {
	width:30px;
	height:20px;
	margin:0px;
	position:relative;
	float:left;
	right:15px;
}

.horzrule {
 	margin-top:5px;
	margin-bottom:5px;
	height: 15px;
	position:relative;
	background-image: url(../images/hr_dash.png);
	background-repeat:repeat-x;
	float:left;
	border:none;
}

.horzrule_solid {
 	margin-top:5px;
	margin-bottom:5px;
	height: 15px;
	position:relative;
	background-image: url(../images/hr_solid.png);
	background-repeat:repeat-x;
	float:left;
	border:none;
}

.cartinfo { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: normal;
	text-align:right;
} 

#cartinfolist { 
	width: 150px;
	padding:0px; 
	margin:20px 0 0 0; 
} 

#cartinfolist li { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #938D6F;
	font-weight: bold;
 	list-style-type:none; 
	height: 20px;
	text-align:left;
} 

/* Header category and search field font */
.header {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold !important;
	font-style:normal;
}

.header  a:link, .header a:visited{
	color: #FFFFFF;
	text-decoration:none;
}

.hittrack {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

.hittrack a:link, .hittrack a:visited{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

.hittrack a:hover{
	text-decoration:underline;
}

.headerbartext {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	display:inline;
}

.searchresultinfo {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height:175%;
	color:#333;
}

/* FOOTER */
.footertext {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#888888;
	line-height:175%;
	text-decoration:none;
}

.footertext a:link, .footertext a:visited {
	color:#888888;
	text-decoration:none;
}

.footertext a:hover {
	color:#888888;
	text-decoration:underline;
}

.footersubtext {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#888888;
	line-height:175%;
	text-decoration:none;
}

.OtherLinks {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#FFF;
}

.OtherLinks a:link, .OtherLinks a:visited {
	text-decoration:none;
	color:#FFF;
}

.OtherLinks a:hover {
	text-decoration:underline;
	color:#FFF;
}
/* ---------------- */


/* ITEMS */
.itemnames {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color:#333;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
}

.itemnotice {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:150%;
	color:#B87033;
}

.itemnotice a:link, .itemnotice a:visited {
	text-decoration:none;
	color:#B87033;
}

.itemnotice a:hover {
	text-decoration:underline;
	color:#B87033;
}

.noticered {
	margin-top:10px;
	margin-bottom:10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#8A4134;
	font-weight:bold;
	line-height:150%;
}

.relateditemnames {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#333;
	line-height:120%;
	text-decoration:none;
	font-weight:bold;
}

.relateditemnames a:link, .relateditemnames a:visited {
	text-decoration:none;
	color:#333333;
}

.relateditemnames a:hover {
	text-decoration:underline;
	color:#333333;
}

.itemcontent {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:150%;
}

.itemcontent a:link, .itemcontent a:visited {
	text-decoration:none;
	color:#8A4134;
}

.itemcontent a:hover {
	text-decoration:underline;
	color:#8A4134;
}

.itemcontentsmall {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color:#333;
	line-height:150%;
}

.itemnumber {
	margin-top:10px;
	margin-bottom:10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#333;
	line-height:150%;
}

.itemstock {
	margin-top:10px;
	margin-bottom:10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#8A4134;
	font-weight:bold;
	line-height:150%;
}

.itempricing {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#333;
	line-height:150%;
}

.itemXstatusinfo {
	margin-top:10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#8A4134;
	font-weight:bold;
	line-height:150%;
}

.itemcopy {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:150%;
	color:#333;
}

.itemprice {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight:bold;
	line-height:200%;
	color:#8A4134;
	display:inline; /* Inline prevents carriage return after closing div tag */
}

.itempriceqtypricing {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:200%;
	color:#8A4134;
	display:inline; /* Inline prevents carriage return after closing div tag */
}

.itempricesmall {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height:150%;
	text-decoration:none;
	color:#8A4134;
	display:inline; /* Inline prevents carriage return after closing div tag */
}

.itempricesmall a:link, .itempricesmall a:visited{
	text-decoration:none;
	color:#8A4134;
}

.itemorigprice {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height:200%;
	color:#8A4134;
	display:inline; /* Inline prevents carriage return after closing div tag */
}

/* -------------- */

/* CATEGORIES */
.categorylistcurrent {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#666666;
	text-decoration:none;
}

.categorylistname {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

.categorylistname a:link, .categorylistname a:visited {
	color:#666666;
	text-decoration:none;
}

.categorylistname a:hover {
	color:#666666;
	text-decoration:underline;
}

.categoryboxcontent {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#666;
	text-decoration:none;
}

.itemlistingcontent {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#333;
	line-height:150%;
}

.itemlistingcontent a:link, .itemlistingcontent a:visited {
	color:#666;
	text-decoration:none;
}

.itemlistingcontent a:hover {
	color:#666;
	text-decoration:underline;
}

.itemlistingnamelinks {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

.itemlistingnamelinks a:link, .itemlistingnamelinks a:visited {
	color:#333;
	text-decoration:none;
}

.itemlistingnamelinks a:hover {
	color:#333;
	text-decoration:underline;
}

.downloadinstructions {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#333;
}

.RLcurriculumDesc {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#333;
}

.RLitemnames {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#333;
	line-height:120%;
	text-decoration:none;
	font-weight:bold;
}

.RLitemnames a:link, .RLitemnames a:visited {
	text-decoration:none;
	color:#333;
}

.RLitemnames a:hover {
	text-decoration:underline;
	color:#333;
}
/* -------------------- */


/* Styles that are used accross all affiliates, for callout customization */
.paginationlinks {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#666666;
	text-decoration:none;
}

.paginationlinks a:link, .paginationlinks a:visited {
	color:#666666;
	text-decoration:none;
}

.paginationlinks a:hover {
	color:#666666;
	text-decoration:underline;
}

/* INFO PAGES */
.copy {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#333;
	line-height:150%;
}

.copylarge {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color:#333;
	line-height:150%;
}

.copy a:link, .copy a:visited {
	text-decoration:none;
	color:#8A4134;
}

.copy a:hover {
	text-decoration:underline;
	color:#8A4134;
}

.copyheading {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#8A4134;
	line-height:150%;
}

.copyheadingsmall {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#8A4134;
	line-height:150%;
}
/*------------------*/

/* Styles from AGPH CSS file that may be used in descriptions stored in the display maintenance web tables */

.Size1FontArial {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.Size2FontArial {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.Size3FontArial {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

/* jwplayer */
.videoplayer {
	margin-top:15px;
}


.modal {
		background-color:#fff;
		position:absolute;
		z-index:9999;
		display:none;
		width:450px;
		padding:15px;
		text-align:center;
		border:2px solid #333;
	
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-box-shadow: 0 0 50px #ccc;
		-webkit-box-shadow: 0 0 50px #ccc;
}

/* close button positioned on upper right corner */
.modal .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* PAGE BUTTONS */

#cart { /* cart button, header */ 
	background:transparent url(../images/cart_button18.png) no-repeat scroll 0 0;
    background-size: 68px 48px;
	display:inline-block;
	height:24px;
	width:68px;
	margin-right:20px;
	margin-top: 6px;
	overflow:hidden;
	cursor:pointer;
	float:right;
}

#cart:hover { /* mouseover state for cart button */
	background-position:0 -25px;		
}

.enews_sample {
	width:107px;
	height:19px;
	background-image:url(../Images/emailsample.png);
    background-size: 107px;
}

.enews_sample:hover { /* mouseover state for samples button */
	background-position:0 -19px;
}

/* Styles below are declared in system templates, and customizable by declaring CSS under these classes */
.OrderFormAddAllAndReset_AddAllButton {
	width:100px;
	height:25px;
	position:relative;
	background-image:url(../Images/add_all_cart.png);
	border:none;
	cursor:pointer;
	color:#FFF;
	font-size: 13px;
	padding:0px;
	margin:0px;
}

.OrderFormAddAllAndReset_ResetButton {
	width:60px;
	height:25px;
	position:relative;
	background-image:url(../Images/reset_form.png);
	border:none;
	cursor:pointer;
	color:#FFF;
	font-size: 13px;
	padding:0px;
	margin:0px;
}

/* YOUTUBE Video Scalability */

.auto-resizable-iframe {
	 max-width: 660px;
	 margin: 20px auto;
     background-color:#000000;
}
	
.auto-resizable-iframe > div {
	 position: relative;
	 padding-bottom: 65%;
	 height: 0px;
}
	
.auto-resizable-iframe iframe {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
}

/* DOWNLOAD JOB PAGES */
.download-item-row-even {
	background-color:#DDDDDD;
}

.download-item-row-odd {
	background-color:#FFFFFF;
}
	
/* --------------------------- */

/* ---------------- SLIDEITMOO FEATURES SLIDER------------- */
#SlideItMoo_outer {  
	width:570px; 
	height:230px;
	margin:0px auto 10px;  
	display:block; 
	position:relative; 
	padding:0px 10px 0px;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:54px; 
	height:220px; 
	bottom:0px; 
	right:5px; 
	background:url(../images/slideitmoo_forward.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(../images/slideitmoo_back.png) no-repeat center;  
}
/* DISABLED BUTTON STYLES */
#SlideItMoo_outer .SlideItMoo_forward_disable,
#SlideItMoo_outer .SlideItMoo_back_disable{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:54px; 
	height:220px; 
	bottom:0px; 
	right:5px; 
	background:url(../images/slideitmoo_forward_disabled.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back_disable { 
	left:5px; 
	background:url(../images/slideitmoo_back_disabled.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:475px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 13px 0px; 
	font-size:11px; 
	width:130px; 
	text-align:center; 
	color:#000000;
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; padding:2px; }
#SlideItMoo_items a img{ border:none; }