@charset "UTF-8";
/* CSS Document */

#store-header {
	position:absolute;
	top:0;
	left: 50%;
	width:799px;
	height:55px;
	color: #000000;
	padding: 15px 0 0 0;
	margin: 0 0 15px -399px;
	z-index:100;
	background-color: #FFFFFF;
	border-bottom:2px solid #00a5e5;
}
#store-center {
	width:440px;
	float:right;
	background-color: #ffffff;
	padding-top:75px;
	padding-bottom:10px; /* needed to make room for footer */
	padding-right: 10px;
	padding-left: 10px;
	margin-top:10px;
	
}
#store-left {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:left;
	padding-top:75px;/*needed to make room for header*/
	padding-bottom:5px;/* needed to make room for footer */
	padding-left: 0px;
	padding-right: 10px;
	margin-top:10px;
	font-size: 0.95em;	
	
	
}
#store-right {
	position:relative;/*ie needs this to show float */
	width:135px;
	float:right;
	padding-top:75px;/*needed to make room for header*/
	padding-left: 10px;
	margin-top:10px;
	font-size: 0.95em;
	line-height: 1.25em;
}

#store-footer {
	width:798px;
	clear:both;
	border-top:2px solid #00a5e5;
	color: #666;
	text-align:left;
	position: inherit;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
}

/* Store 3-column SKU menu list */
table.grid-store {
	color: #404040;
	width: 100%;
	background-color: #FFF;
	border: 0px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 0.9em;
	line-height: 1.25em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	
}
table.grid-store td {
	border-width: 0px;
	width: 33%;
	padding: 5px 10px;
	border-style: inset;
	border-color: #6699CC;
	border-left: 1px #999 solid;
	text-align: left;
	vertical-align: top;
}
table.grid-store td.rtcol {
	border-width: 0px;
	width: 33%;
	padding: 5px 10px;
	border-style: inset;
	border-color: #6699CC;
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	text-align: left;
	vertical-align: top;
}
table.grid-store li {
	font-size:1.2em;
	line-height: 1.3em;
}
table.grid-store img {
	padding: 0 0 5px 0;
}


/* Headline for SKU name */
h1.storeh1 {
	font-size: 1.25em;
	font-weight: bold;
	padding: 0 0 1em 0;
	margin: 0;
}

/* Headline blurb for Sample items */
h2.sampleh2 {
	font-size: 1em;
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 1.1em;
}


/* SKU bulleted list in Store page */
ul.skulist {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0 16px;
	padding: .75em 0 1em 0;
}
ul.skulist li {
	padding-bottom: 0.9em;
	margin-left: 0px;
	line-height: 1em;
}
/* SKU name and related info */
#prod-columns-bottom .title,
#prod-columns-bottom .grades,
#prod-columns-bottom .price {
  font-size: 12px;
  margin: 0 0 1px 0;
  display: block;
}
#prod-columns-bottom .title {
  font-weight: bold;
}
#prod-columns-bottom .price {
  font-size: 11px;
}
/* Below SKU name - From $x.xx/student */
.from {font-size:0.8em; color:#666;}

/* Gray Classroom Editon label brand under SKU name*/
.ce {font-size:0.85em; color:#666;}

form {
margin: 0;
padding: 0;
}

/* Buy Now table with subscription term pricing */
table.months {
	color: #404040;
	width: 100%;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 1em;
	line-height: 1.25em;
	margin: 5px 0 10px 0;
}
table.months td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #6699CC;
	border: 1px #6699CC solid;
	text-align: left;
	vertical-align: middle; 
}
table.months td.price {
	width: 33%;
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #6699CC;
	border: 1px #6699CC solid;
	text-align: left;
	vertical-align: middle; 
}

/* Store upper left slideshow storeslidesfade.js */
#storeSlides {
	position:relative;
	margin:auto;
	width:170px;  /* need to show in Dreamweaver layout */
	height:200px;
	padding-bottom: 10px;	
}
#storeSlides img {
	display:none;
	position:absolute;
	top:0;
	left:0;
}

/* Sample Assignments and Curriculum Units */
table.store4col {
	width: 100%;
	margin: 0;
	font-size: .9em;
	line-height: 1.25em;
}
table.store4col td {
	width: 25%;
	padding: 0 15px 10px 0;
	text-align: left;
	vertical-align: top;
}

/* Specs & Requirements */
table.store2col {
	width: 100%;
	margin: 0;
}
table.store2col td {
	width: 50%;
	padding: 0 15px 10px 0;
	text-align: left;
	vertical-align: top;
}

/* Student Licenses */
p.zero {padding: 0; margin: 0;}

/* Add to Cart Submit button */
p.atc {padding: 5px 0 10px 0; margin: 0;}

/* Buy Now label */
p.buynow {margin: 0; padding: 0;}

/* Learn more link under Sample button */
p.lm {margin: 0; padding: 5px 0 0 0;}

/* Label above Sample H2 */
p.samplelabel {margin: 0; padding: 0 0 2px 0;}

/* Store nav crumb */
p.storecrumb {
	padding: 0 0 -10px 0;
	font-size: .90em;
	margin: 0 0 5px 0;
}
.hide { display: none; }


/* Balloon tooltips in Curriculum Units, tip1 left units */
a.storetip1 {color:#00c;}
a.storetip1 b {display:none;}
a.storetip1:hover {border:0; position:absolute; z-index:500; text-decoration:none; color: #FD4312;}
a.storetip1:hover b {
	display:block;
	position:absolute;
	top:160px;
	left:5px;
	padding:5px;
	font-weight:normal;
	color:#000;
	border:1px solid #888;
	background:#ffc;
	width:350px;
	font-size: 1em;
	line-height: 1.25em;
}
a.storetip1:hover b em {position:absolute; left:10px; top:-6px; width:11px; height:6px; background:#fff url(/images/tooltip.gif) 0 0; display:block; font-size:1px;}

/* Balloon tooltips in Curriculum Units, tip2 right units */
a.storetip2 {color:#00c;}
a.storetip2 b {display:none;}
a.storetip2:hover {border:0; position:absolute; z-index:500; text-decoration:none; color: #FD4312;}
a.storetip2:hover b {
	display:block;
	position:absolute;
	top:160px;
	left:-170px;
	padding:5px;
	font-weight:normal;
	color:#000;
	border:1px solid #888;
	background:#ffc;
	width:350px;
	font-size: 1em;
	line-height: 1.25em;
}
a.storetip2:hover b em {position:absolute; left:340px; top:-6px; width:11px; height:6px; background:#fff url(/images/tooltip.gif) 0 0; display:block; font-size:1px;}


/* Used in Assignment Types */
table.storegrid {
	color: #000;
	width: 99%;
	background-color: #fff;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
table.storegrid td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #6699CC;
	border: 1px #6699CC solid;
	text-align: left;
	vertical-align: top;
}
table.storegrid p {
	padding: 0;
	margin: 0 0 7px 0;
}
table.storegrid td.pic {
	border-width: 1px;
	padding: 10px;
	border-style: inset;
	border-color: #6699CC;
	border: 1px #6699CC solid;
	text-align: left;
	vertical-align: top;
	width: 130px;
}
table.storegrid td.obj {
	border-width: 1px;
	padding: 10px;
	border-style: inset;
	border-color: #6699CC;
	border: 1px #6699CC solid;
	text-align: left;
	vertical-align: top;
	font-size: 1.25em;
	line-height: 1.2em;
}

.storetour1 {
	width: 100%;
	position: relative;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
.storetour1 img {
	padding:0;
	margin:1px;
	border: 1px solid #999999;
}

/* Items and Amount in Cart */
.cartitems {
	clear: both;
	float: right;
	color: #FD4312;
	padding: 0;
	margin: 2px 0;
	font-size: .9em;
}
img.creditcard {
	float: right;
	position: relative;
	vertical-align: top;
	clear: left;
}

input.cart-btn { 
	background: url(images/btn-add-to-cart.png) no-repeat 0 0; 
	width: 171px; 
	height: 26px; 
	border: 0; 
	margin-top: 5px;
	cursor: pointer; 
}

input.cart-btn:hover { 
	background: url(images/btn-add-to-cart.png) no-repeat -172px 0; 
	width: 171px; 
	height: 26px; 
	border: 0; 
	margin-top: 5px;
	cursor: pointer; 
}

#add { text-align: right; width: 55px; }

ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.nav li {
  float: left;
}

#header-navigation-main {
  float: right;
  clear: right;
}

#header-navigation-main.inner {
  margin: 6px 0px 0 0;
}

  #header-navigation-main.inner li {
    font-weight: bold;
    font-size: 15px;
    margin: 0 29px 0 0;
  }
  
  #header-navigation-main.inner li.last {
    margin: 0;
  }

/* Choose section nav (featured on home page) */
        
    .choose-section li a {
      display: block;
      width: 161px;
      height: 32px;
      background-image: url('images/top-store-menu.png');
      background-repeat: no-repeat;
      background-position: 0 0;
      text-indent: -5000px;
      overflow: hidden;
    }
    
    .choose-section li a:hover {
      background-position: 0 -33px;
    }
        
  .choose-section li + li {
    margin: 0 0 0 6px;
  }
        
    .choose-section li + li a {
      background-position: -166px 0;        
    }
    
    .choose-section li + li a:hover {
      background-position: -166px -33px;        
    }
    
ul.thumbnails-sm {
  overflow: hidden;
  margin-left: 0;
  margin-top: -10px !important;
  padding-left: 0 !important;
  margin-bottom: 25px;
}
      
ul.thumbnails-sm li {
  /*background: url('../images/css/content/ul-thumbnails-sm-li-background.png') 0 0 no-repeat;*/
  margin: 2px 0 0 0;
  padding: 2px 2px 0 4px;
  width: 90px;

  overflow: hidden;
  float: left;
}

ul.thumbnails-sm li a img {
  display: block;        
  height: 54px;  
  border: 1px solid #ccc;
} 


