/*////////////////////////////
//   SINGLE PRODUCT VIEW
////////////////////////////*/

#breadcrumb {
	height: 26px;
	background: url(images/product_box_head_bg.gif) repeat-x;
	border: 1px solid #dddddd;
	margin-bottom: 30px;
	}

#breadcrumb ul {
	padding-top:6px;
	}

#breadcrumb li {
	padding: 0 20px;
	display: inline;
	background: url(images/product_breadcrumb_divider.gif) no-repeat right;
	}

#breadcrumb li a {
	color: #444444;
	text-decoration: none;
	}

#breadcrumb li a:hover {
	text-decoration: underline;
	}

#breadcrumb li.last {
	background: none;
	}

#product_showcase {
	margin-bottom: 10px;
	}

#product_showcase #product_pic {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 20px;
	}

#product_showcase #product_info {
	float: left;
	width: 315px;
	}

#product_showcase #product_info #product_title h2 {
	font-size: 18px;
	color: #266eb7;
	margin: 5px 0 3px 0;
	}

#product_showcase #product_info #product_title h1 {
	font-size: 18px;
	color: #266eb7;
	margin: 5px 0 3px 0;
	padding:0;
	letter-spacing:0;
}

#product_showcase #product_info #product_topic {
	font-size: 15px;
	margin: 17px 0 4px 0;
	}

#product_showcase #product_info #product_code {
	color: #e78e00;
	margin-bottom: 20px;
	}

#product_showcase #product_info #product_offers {
	margin:10px 0 20px 0;
	background:#fff3df;
	border: 1px solid #ffd897;
	padding:4px 6px;
	width:281px;
	}

#product_showcase #product_info #product_short_description p {
	margin-right: 6px;
	}

#product_showcase #product_info #product_price {
	margin-bottom: 10px;
	}

#product_showcase #product_info #product_price span {
	color: #226bb6;
	font-weight: bold;
	padding-left: 4px;
	}

#product_showcase #product_info #product_add span {
	display: block;
	}
	
/*	
#product_showcase #product_info #product_add ul {
	margin-left: 20px;
	padding-top: 5px;
	float: left;
	}
*/

#product_showcase #product_info #product_add ul {
	padding-top: 25px;
	}
	
#product_showcase #product_info #product_add ul li {
	padding: 2px 0 2px 20px;
	margin-right: 10px;
	display: inline;
	}

#product_showcase #product_info #product_add ul li a:hover {
	text-decoration: underline;
	}

#product_showcase #product_info #product_add ul li.wishlist {
	background: url(images/icon_wishlist.gif) no-repeat;
	}
	
#product_showcase #product_info #product_add ul li.share {
	background: url(images/enews_comments.gif) no-repeat;
	}

#product_showcase #product_info #product_video_clip {
	background: url(/images/icon_film_go.png) no-repeat left center;
	margin-bottom: 10px;
	padding-left: 22px;
	text-decoration: none;
	}

/*#product_showcase #product_info #product_video_clip:hover {
	text-decoration: underline;
	}*/
	
#product_showcase #product_info #product_on_demand {
	background: url(/images/icon_film_go.png) no-repeat left center;
	padding-left: 22px;
	margin-bottom: 10px;
	text-decoration: none;
	}

/*#product_showcase #product_info #product_on_demand:hover {
	text-decoration: underline;
	}*/
	
#product_showcase #product_info #product_lab_list {
	background: url(/images/icon_list.png) no-repeat left center;
	padding-left: 22px;
	margin-bottom: 10px;
	text-decoration: none;
	}

#product_showcase #product_info #product_resource_list {
	background: url(/images/icon_pdf.png) no-repeat left center;
	padding-left: 22px;
	padding-bottom:2px;
	margin-bottom: 10px;
	text-decoration: none;
	}
	
#product_showcase #product_info #product_video_clip:hover,
#product_showcase #product_info #product_on_demand:hover,
#product_showcase #product_info #product_lab_list:hover,
#product_showcase #product_info #product_resource_list:hover {
	text-decoration: underline;
	}
	
#product_tabbed_info {
	border: 1px solid #dddddd;
	margin-bottom: 30px;
	}

#product_tabbed_info #tabs {
	background: url(/images/product_box_head_bg.gif) repeat-x top;
	}

#product_tabbed_info #tabs ul {
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
	list-style-type: none;
	height: 14px;
	padding: 9px 10px 5px 10px;
	}

#product_tabbed_info #tabs li {
	display: inline;
	}
	
#product_tabbed_info #tabs li a {
	padding: 6px 10px;
	color: #666;
	text-decoration: none;
	}
	
#product_tabbed_info #tabs li a:hover {
	text-decoration: underline;
	}
	
#product_tabbed_info #tabs li.selected {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	}
	
#product_tabbed_info #tabs li.selected a {
	border: 1px solid #DDDDDD;
	border-bottom: none;
	background-color: #fff;
	color: #000;
	position: relative;
	top: 0px;
	padding-top: 3px;
	}
	
#product_tabbed_info #tabs li.selected a:hover {
	text-decoration: none;
	}
	
#product_tabbed_info #description {
	padding: 20px;
	}
	
#product_tabbed_info #resources {
	padding: 20px;
	display: none;
	}
	
#product_tabbed_info #resources p span {
	color: #999999;
	}
	
#product_tabbed_info #resources ul {
	line-height: 24px;
	margin-bottom: 20px;
	}
	
#product_tabbed_info #resources ul li {
	padding-left: 22px; 
	}
	
#product_tabbed_info #resources ul li span {
	color: #999999;
	}
	
#product_tabbed_info #resources ul li.movie {
	background: url(/images/icon_movie.png) no-repeat left center;
	}
	
#product_tabbed_info #resources ul li.flv {
	background: url(/images/icon_movie.png) no-repeat left center;
	}

#product_tabbed_info #resources ul li.pdf {
	background: url(/images/icon_pdf.png) no-repeat left center;
	}

#product_tabbed_info #resources ul li a:hover {
	text-decoration: underline;
	}
	
#product_tabbed_info #resources ul.subnav {
	margin-bottom: 25px;
	margin-top: -15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	}
	
#product_tabbed_info #resources ul.subnav li {
	display:inline;
	margin-right:20px;
	padding-left:0;
	background:none;
	}
	
#product_tabbed_info #resources ul.subnav li a {
	color:#999999;
	}
	
#product_tabbed_info #resources ul.subnav li a.selected {
	color: #444444;
	}
	
#product_tabbed_info #requirements ul {
	line-height: 20px;
	margin-bottom: 20px;
	}
	
#product_tabbed_info #requirements ul li {
	padding-left: 20px; 
	}
		
#product_tabbed_info #requirements ul li.bulleted {
	background: url(/images/bullet_orange.gif) no-repeat left top;
	}
	
#product_tabbed_info #column-left {
	float: left;
	margin-right: 20px;
	width: 235px;
	}

#product_tabbed_info #column-right {
	float: left;
	width: 235px;
	}

#product_tabbed_info #resources .scrollbar_content {
	float: left;
	width: 460px;
	height: 170px;
	overflow: hidden;
	margin-bottom: 8px;
	padding: 2px 4px;
	border: 1px solid #dddddd;
	}
	
#product_tabbed_info #resources .scrollbar {
	float: right;
	width: auto;
	}
	
#product_tabbed_info #resources .scrollbar .arrow_top {
	background: url(/images/arrow_up.gif) no-repeat;
	width: 7px;
	height: 5px;
	margin-bottom: 8px;
	}

#product_tabbed_info #resources .scrollbar .arrow_bottom {
	background: url(/images/arrow_down.gif) no-repeat;
	width: 7px;
	height: 5px;
	margin-top: 8px;
	}
	
#product_tabbed_info #resources .scrollbar .bar {
	border-left: 1px solid #cbd5df;
	width: 1px;
	height: 150px;
	margin: 0 3px;
	}
	
#product_tabbed_info #resources .scrollbar .selector {
	background-color: #c5c6c7;
	cursor: pointer;
	width: 5px;
	left: -3px;
	}
	
#product_tabbed_info #benefits {
	padding: 20px;
	display: none;
	}
	
#product_tabbed_info #sys_req, #requirements {
	padding: 20px;
	display: none;
	}

#product_tabbed_info #eula {
	padding: 20px;
	display: none;
	}

#product_tabbed_info #testimonials {
	padding: 20px;
	display: none;
	}

#product_tabbed_info #testimonials p {
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
	
#product_tabbed_info #testimonials p:first-child {
	border: none;
	margin-bottom: 0;
	}
	
#product_tabbed_info #testimonials p:last-child {
	border: none;
	margin-bottom: 0;
	}
	
#product_tabbed_info #testimonials span {
	font-weight: bold;
	}
	
#product_tabbed_info #bible {
	padding: 20px;
	}
	
#product_tabbed_info #history {
	padding: 20px;
	display: none;
	}
	
#product_tabbed_info #language {
	padding: 20px;
	display: none;
	}
	
#product_tabbed_info #math {
	padding: 20px;
	display: none;
	}

#product_tabbed_info #science {
	padding: 20px;
	display: none;
	}

#product_tabbed_info #electives {
	padding: 20px;
	display: none;
	}

#product_tabbed_info #preschool {
	padding: 20px;
	}

#product_tabbed_info #health {
	padding: 20px;
	display: none;
	}
	
#product_tabbed_info #hor-math {
	padding: 20px;
	display: none;
	}

#product_tabbed_info #penmanship {
	padding: 20px;
	display: none;
	}

#product_tabbed_info #phonics {
	padding: 20px;
	display: none;
	}

#product_tabbed_info #pe {
	padding: 20px;
	display: none;
	}

#product_tabbed_info #spelling {
	padding: 20px;
	display: none;
	}

#product_tabbed_info #interlock {
	padding: 20px;
	}

#product_tabbed_info #volumes {
	padding: 20px;
	display: none;
	}

#product_tabbed_info #language {
	padding: 20px;
	display: none;
	}

#product_tabbed_info #teaching {
	padding: 20px;
	display: none;
	}

div.product_others {
	border: 1px solid #DDDDDD;
	margin-bottom: 30px;
	}
	
div.product_others div.title {
	height: 28px;
	background: url(images/product_box_head_bg.gif) repeat-x;
	border-bottom: 1px solid #dddddd;
	}
	
div.product_others div.title p {
	padding: 5px 0 0 20px;
	}

div.product_others div.item {
	padding: 20px 16px;
	width: 100px;
	background: url(images/product_item_divider.gif) no-repeat right;
	float: left;
	text-align: center;
	}
	
div.product_others div.item_last {
	padding: 20px 16px;
	width: 100px;
	float: left;
	text-align: center;
	}

div.product_others div.item div.item_title,
div.product_others div.item_last div.item_title {
	margin: 22px 0 5px 0;
	}

div.product_others div.item div.item_price,
div.product_others div.item_last div.item_price  {
	margin: 5px 0;
	}

div.product_others div.item div.item_img,
div.product_others div.item_last div.item_img  {
	margin: 15px 0;
	}

div.product_others div.item div.item_button,
div.product_others div.item_last div.item_button  {
	margin: 10px 0;
	}
	

/*////////////////////////////
//   PRODUCT LIST VIEW
////////////////////////////*/

div.product_list {
	padding: 20px 0;
	border-bottom: dotted 1px #dddddd;
	}
	
div.product_list div.thumb {
	float: left;
	margin-right: 15px;
	}
	
div.product_list div.info {
	float: left;
	width: 418px;
	}

#content_area div.product_list div.info p.title {
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	}
	
#content_area div.product_list div.info p.description {
	padding-bottom: 10px;
	}
	
div.product_list div.info div.bottom {
	width: 418px;
	}
	
div.product_list div.info div.bottom .bottom_button {
	float: left;
	margin-right: 20px;
	}
	
#content_area div.product_list div.info div.bottom p.bottom_price {
	float: left;
	padding-bottom: 0;
	padding-top: 2px;
	width: 150px;
	}
	
#content_area div.product_list div.info div.bottom p.bottom_price span {
	font-weight: bold;
	color: #226bb6;
	}
	
#content_area div.product_list div.info div.bottom p.bottom_id {
	float: left;
	padding-bottom: 0;
	padding-top: 2px;
	text-align: left;
	color: #e08b00;
	width: 135px;
	}

	
