/*
 * General
 */

 html {
 overflow-y: scroll;
 }
 
.span2-4 {
    width: 172px;
}

#content {
    min-height: 240px;
}

a.btn,
a.btn:visited,
.content-main a.btn, 
.content-main a.btn:visited {
    color: #363636;
}

.content-main a.btn-danger,
.content-main a.btn-danger:visited {
    color: #fff;
}

.content-main a {
    color: #0000ff;
}

.content-main a:visited {
    color: #000080;
}

.dark-links li.active a,
.dark-links li.active a:visited {
    color: #fff;
}

.dark-links a,
.dark-links a:visited {
    color: #363636;
}

.dark-links a:hover {
    color: #101010;
}

.btn-primary {
}

.fs-red,
.fs-red a { color: #ee1c25; }

a.btn#new-address{
	color: white;
}

.no-display { display: none; }
form .not { display: none; }

td.a-right, th.a-right, .a-right { text-align: right; }
td.a-right ul, .a-right ul { text-align: left; }
td.a-center, th.a-center, .a-center { text-align: center; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover { outline: 0; }

.input-number { width: 25px; }

[class^="fs-icon-"],
[class*=" fs-icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../images/site/fs-sprite.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.fs-icon-expanded { background-position: 0 0; }
.fs-icon-collapsed { background-position: -14px 0; }


/*
 * Header
 */

header#main {
    min-height: 90px;
    position: relative;
}

header#main #logo-area{
    min-height:100px;
    background-repeat: repeat-x;
}

#logo-container {
    padding: 10px 5px;
    display: block;
}
@media (min-width: 1200px) {
    #logo-container {
        padding: 10px 42px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    #logo-container {
        padding: 10px 20px;
    }
}

header#main #top-nav {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 0;
}

header#main #top-nav #top-links {
    margin-right: 20px;
}

#top-links a {
    padding: 5px 5px;
}

header#main #top-nav .search {
    padding-top: 12px;
}


/*#search-bar { margin-top: 10px;}*/

.ui-autocomplete {
    z-index: 999 !important;
    position: absolute;
    cursor: default;
    background-color:#fff;
    list-style:none;
    padding:15px;
    line-height:25px;
    border: 1px solid grey;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul.horizontal li {
    display: inline-block;
    float: left;
}

ul.inline, ol.inline {
	margin-left: 0;
	list-style: none;
}

ul.inline > li, ol.inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

/*
 * main menu
 */

ul#main-nav li {
    width: 120px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

    ul#main-nav li a {
	display: block;	
	padding: 10px 0 5px 0;
	border: 1px solid #dddddd;
	background-color: #fbfbfb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
    }

    ul#main-nav li.active a {
	background-color: #363636;
	color: #fff;
	border-bottom: 1px solid #363636;
    }

    ul#main-nav li#menu-11,
    ul#main-nav li#menu-24 { width: 225px; }
    ul#main-nav li#menu-12 { width: 129px; }


ul#main-sub-nav,
ul#main-sub-nav.breadcrumb,
ul#main-sub-nav li {
    background-color: #363636;
}

    ul#main-sub-nav.breadcrumb {
	clear: both;
	background-image: none;
	padding: 0;
	margin: 0 0 5px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
    }

    ul#main-sub-nav li {
	position:relative;
	padding: 4px 8px;
	border-top: 0;
    }

    ul#main-sub-nav li a {	
	color: #fff;
	display: block;	
	text-shadow: none;
	padding: 5px 0; 
	font-size: 1.1em;
    }

    ul#main-sub-nav li#m70 a {
	font-weight: bold;
	color: #FFFD82;
    }

    ul#main-sub-nav ul.main-sub-nav-details {
	border: 1px solid #dddddd;
	position: absolute;
	z-index: 9;
	left: -9999px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    }

    ul#main-sub-nav ul.main-sub-nav-details { white-space:nowrap; }
    ul#main-sub-nav li:hover ul.main-sub-nav-details { position:absolute; left: 0; }
    ul#main-sub-nav ul.main-sub-nav-details li { 
	display: block; 
    }

    ul#main-sub-nav ul.main-sub-nav-details li,
    ul#main-sub-nav ul.main-sub-nav-details li a {
	color: #333;
	background-color: #fff;
    }


.top-breadcrumb ul.breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

/* Login/signup pages */
.form-login {
    max-width: 360px;
    margin: 0 auto;
}


/* Large desktop */
@media (min-width: 1200px) {
    .span2-4 {
	width: 210px;
    }

    ul#main-nav li#menu-2,
    ul#main-nav li#menu-3,
    ul#main-nav li#menu-23 {
        width: 170px;
    }

    ul#main-nav li#menu-11 {
	width: 219px;
    }
    ul#main-nav li#menu-12,
    ul#main-nav li#menu-24{
	width: 220px;
    }

    ul#main-sub-nav li {
	padding: 4px 20px;
    }

    div.product-grid {
	margin: 0 0 0 15px;
    }

}

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
    .span2-4 {
        width: 128px;
    }

    ul#main-nav li { width: 85px; }
    ul#main-nav li#menu-11 { width: 155px; }
    ul#main-nav li#menu-24 { width: 178px; }
    ul#main-nav li#menu-12 { width: 135px; }

    ul#main-sub-nav li {
        padding: 5px 4px;
    }

    ul#main-sub-nav li a {
	font-size: 1em;
    }

    div.product-grid {
	margin: 0 30px 0 35px;
    }

    #footer-bottom .inner1 {
	margin-right: 10px;
    }

    .footer-catalog strong {
	display: block;
	clear: both;
    }

	#footer-bottom div.footer-links-outer {
	    margin-left: 15px;
	    margin-right: 0px;
	}
}


div.dl-divider {
    margin: 0;
    margin-bottom: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 2px;
}

.index-image-large {
    margin-bottom: 15px;
}

.index-leader-3 h3 {
    font-size: 20px;
    line-height: 24px;
    color: #ee1c25;
    margin-bottom: 0;
}

.index-leader-3 a,
.index-leader-3 li a,
.index-leader-5 a,
.index-leader-5 li a {
    text-decoration: none;
}

.index-leader-3 a:hover h3,
.index-leader-5 a:hover h4 {
    text-decoration: underline;
}

.index-leader-5 h4 {
    font-size: 16px;
    line-height: 20px;
    color: #ee1c25;
    margin-bottom: 0;
}

.index-leader-3 .thumbnail,
.index-leader-5 .thumbnail {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.index-leader-3 .thumbnails li,
.index-leader-3 ul.thumbnails {
    margin-bottom: 0;
}


.index-leader-5 .thumbnails .span2 {
    width: 17%;
}

#index-notice-container {
	height: 45px;
}

#index-notice {
margin-bottom: 0px;
}

a.carousel-control {
  color: white;
  margin-top: 0px;
}

.itembox-border {
	border: 1px solid #dadada;
	padding: 10px;
}


.black-contrast {
	background-color: black;
	color: white;
}

.red-contrast {
	background-color: red;
	color: white;
}


/*
 * Product filter box
 */
.product-filter-list .filter {
    color: #777;
    min-height: 20px;
    /*padding-left: 19px;*/
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.product-filter-list .filter-top {
    border-top: 1px solid #e3e3e3;
    -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0 ;
        border-radius: 4px 4px 0 0;
}

.product-filter-list .filter-bottom {
    padding: 19px;
    -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
}

.product-filter-list .filter-heading {
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 10px;
    cursor: pointer;
}

.product-filter-list .filter .option {
    padding-left: 19px;
}
.product-filter-list ul.short {
    max-height: 200px;
    overflow-y: auto;
}

.product-filter-list a .count {
    font-size: .9em;
    color: #666;
}

/* line up product-list nav items */
.product-list-navigation { text-align: right; }
.product-list-navigation form {display: inline; position:relative; top: -11px; }
.product-list-navigation .pagination { display: inline; }

.product-grid {
    width: 200px;
    height: 320px;
    float: left;
    text-align: center;
    margin: 0 15px 0 15px;
}

.product-grid-top {
    min-height: 260px;
}

.product-grid p {
    margin: 0 0 3px;
}

.address-grid {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.address-grid address {
    min-height: 100px;
    min-width: 250px;
    margin-bottom: 5px;
}

.address-grid .address-change-btn {
    clear: both;
}

/* Product ribbon */

.wrapper {
    margin: 0 auto;
    width: 150px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.ribbon-wrapper {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    right: 0;
}

.ribbon-red {
    font: 15px Sans-Serif;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 1px 0;
    left: -5px;
    top: 20px;
    width: 145px;
    background-color: #FF0000;
    color: #ffffff;
}

.product-grid .cat-product-image { min-height: 170px; }
.product-detail-tab-pane { min-height: 200px; }

.product-sample-image {
	height: 25px;
	width: 25px;
}

.thumbnail > a > img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.result {
    text-align:center;
    display:none;
    background-color:#fff;
    z-index:5;
    position:absolute;
    border:1px solid black;
    padding:5px;
    width: 180px;
    min-height:100px;
    opacity:0.95; /* transparency */
    filter:alpha(opacity=95); /* IE transparency */
}

/*
 * Product detail page.
 */
h1.product-detail-name {
    font-size: 22px;
    line-height: 28px;
    font-weight: 900;
}

.product-summary-info .product-name-box { margin-bottom: 15px; }
.product-summary-info .well { margin-bottom: 0; }

.product-detail-price {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}

.low-price strong {
    font-size:18px;
}

.cart-add .form-horizontal {
    padding-top: 10px;
}
.cart-add .form-horizontal .control-label {
    width: 50px;
}
.cart-add .form-horizontal .controls {
    margin-left: 65px;
}

tr.table-no-borders td {
    border: 0;
}

.table tbody tr.table-no-borders:hover td {
    background-color: inherit;
}

.product-image-wrapper {
	height: 250px;
	margin: 0 auto;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.product-image-wrapper img {
	max-width: 100%;
	max-height: 100%;
}

.image-wrapper {
    height: 18px;
    overflow: hidden;
    position: relative;
    text-align:right;
    padding-right: 10px;
}

.ribbon-lg-view {
    display:none;
}

/* film chart */
#chart-container{
    overflow: auto;
	max-height: 400px;
}

/* cart */
table#est-shipping { width: 100%; }

.educator-supply-list-cart,
.estimate-shipping {
   width: 400px;
}

/* checkout */
.ship-options .rate-name {
    display: block;
    float: left;
    min-width: 320px;
}

.coupon-box {
    display: inline;
    float: right;
}

/* product details */
    /* accessories/related items tab */
    #tabs-prod-related .related-detail { clear: both; }
    #tabs-prod-related .related-detail img { float: left; max-height: 80px; width: auto; }
    #tabs-prod-related .related-detail hr { clear:both; }
    #tabs-prod-related .related-detail .related-text { margin-left: 150px; }
    
.facebook-like {
	border:0px;
	max-height:20px;
	width:75px;
}







/*
 * Footer
 */
footer {
    padding-bottom: 50px;
}

.footer-newsletter .span12 {
    border-top: 1px solid #ddd;
/*    border-bottom: 1px solid #ddd; */
    padding-top: 12px;
    padding-bottom: 12px;
}

.footer-newsletter .newsletter-headline {
    font-size: 16px;
    font-weight: bold;
    padding-right: 1em;
}

.footer-newsletter form {
    margin: 0;
}

.footer-bottom-outer{
    border-top: 1px solid #ddd;
    padding-top: 12px;
    border-bottom: 1px solid #ddd;
}

#footer-bottom .question {
    font-size: 1.4em;
}

#footer-bottom .phone {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}

#footer-bottom .footer-links-outer {
    margin-left: -15px;
    margin-right: 15px;
}

.footer-links {
    width: 50%;
}

.footer-links li {
    line-height: 20px;
}

.footer-catalogs img {
    margin-right: 10px;
}

.footer-catalog-l p,
.footer-catalog-r p {
    font-size: 12px;
    line-height: 16px;
}

.footer-catalog-l a,
.footer-catalog-r a {
    text-decoration: none;
}

.footer-catalog-l a:hover strong,
.footer-catalog-r a:hover strong {
    text-decoration: underline;
}

.footer-social-icons .footer-icon {
    float: left;
    margin: 10px 5px 10px 10px;
}

.footer-copy {
    margin: 15px 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 12px;
    color: #888;
}

.footer-copy small {
    font-size: 10px;
    color: #333;
}

div.inner {
    width: 95%;
}

/*
 * Freestyle Pages...
 */
.freestyle-page {
    padding-bottom: 20px;
    line-height: 18px;
}

h1.product-detail-name, .index-leader-5 h1, .freestyle-page h1, h1 { font-size: 24px; font-weight:100; }
h2.product-detail-name, .index-leader-5 h2, .freestyle-page h2, h2 { font-size: 20px; font-weight:100; }
h3.product-detail-name, .index-leader-5 h3, .freestyle-page h3, h3 { font-size: 18px; font-weight:100; }
h4.product-detail-name, .index-leader-5 h4, .freestyle-page h4, h4 { font-size: 16px; font-weight:100; }
h5.product-detail-name, .index-leader-5 h5, .freestyle-page h5, h5 { font-size: 14px; font-weight:100; }

.freestyle-page .img {
    text-align: center;
    margin-bottom: 20px;
}

.freestyle-page .masonry-gallery .img {
    margin-bottom: 0px;
}

.freestyle-page .lead {
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
}

.freestyle-page .img .caption {
    font-size: 11px;
}

.freestyle-page .img-right {
    float:right;
    margin-left: 10px;
}

.freestyle-page .img-left {
    float:left;
    margin-right: 10px;
}

.freestyle-page .thumnail-200h {
    max-height: 200px;
    overflow: hidden;
}

.freestyle-page .page-body a,
.freestyle-page .page-body p a,
.freestyle-page .page-body li a {
    color: blue;
    text-decoration: underline;
}

table.event-calendar td {
    width: 14%;
}

table.event-calendar .calendar-cell {
    min-height: 65px;
}

#intl-form label {
    font-weight: bold;
    margin-top: 10px;
}

#intl-form table {
    width: 100%;
}

#intl-form form input.wide,
#intl-form form textarea.wide {
    width: 400px;
}

.notes, .legend {
    cursor:pointer;
}

.submit-control {
    left: -9999px;
    position: absolute;
}

.catalog-gallery-intro {
    font-size: 1.4em;
    text-align: center;
    margin: 10px 40px;
}
.catalog-gallery .gallery-thumbnail {
    min-height: 200px;
    padding-left: 30px;
}

/*perfect-print*/
.white-text {
    color: white;
}

.yellow-text, a.yellow-text {
    color: yellow;
}

.red-bg {
    background-color: red;
}
.black-bg {
    background-color: black;
}

div.grey-bg {
    background-color: #ebebeb;
}

.perfect-print-leader {
	font-size:54px;
	letter-spacing: -1px;
	padding: 15px;
}

.pp-text, .pp-text b {
	font-style: normal;
	font-weight: bold;
	text-align:  center;
}



.pp-title, h1.pp-title {
	line-height: 27px;
	font-size:27px;

}

.pp-lead-box {
	margin: 10px;
}

.pp-padding {
	padding: 5px;
}

.pp-img-size {
	height: 155px;
}

div.pp-box a, div.pp-box a:hover {
	color: black;
}

div.cc-banner {
    z-index: 2000000001;
}