/* MAKE SELECTED */

a.navbuy{
	background:url(../images/nav_buy_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/* DIVS */

div.productbox{
	overflow:hidden;
	position:relative;
	width:967px;
	margin-bottom:10px;
}

div#leftcolumn{
	float:left;
	width:308px;
}

div#rightcolumn{
	float:right;
	width:649px;
	position:relative;
	text-align:left;
	background:#ffc211;
}

div#productdescription{
	width:415px;
	padding:10px;
	border-right:#FFF 10px solid;
	background:#ebebeb;
}
div#productnavigation{
	position:absolute;
	right:0px;
	top:0px;
	width:200px;
	text-align:left;
}

div#lookinside{
	width:308px;
	height:40px;
	text-align:left;
	text-indent:-9999px;
	background:#ffc211 url(../images/lookinside.jpg) top no-repeat;
	margin-top:10px;
	margin-bottom:10px;
}

/* TEXT STYLES */
h1.pth1{
	width:415px;
	height:43px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	background:url(../images/h1_phonicsthings.jpg) left no-repeat;
}
h1.ptbanh1{
	width:415px;
	height:43px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	background:url(../images/h1_ptbanners.jpg) left no-repeat;
}
h1.mmh1{
	width:415px;
	height:43px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	background:url(../images/h1_multiplicationmats.jpg) left no-repeat;
}
h1.lmatsh1{
	width:415px;
	height:43px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	background:url(../images/h1_literacymats.jpg) left no-repeat;
}
h1.lmatsbigh1{
	width:415px;
	height:43px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	background:url(../images/h1_literacymatsbig.jpg) left no-repeat;
}
h1.lmatspostersh1{
	width:415px;
	height:43px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	background:url(../images/h1_literacymatsposters.jpg) left no-repeat;
}
h2.whylitmats{
	width:415px;
	height:38px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	background:url(../images/h2_whyliteracymats.jpg) left no-repeat;
}
h3.litmatsproducts{
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	background: url(../images/litmatsproducts.jpg) left no-repeat;
}
h3.ptproducts{
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	background: url(../images/ptproducts.jpg) left no-repeat;
}

#productdescription p{
	line-height:17px;
}

/* CLASSES */
img.centerimg{
	margin-left:8px;
	margin-right:8px;
}

/* THUMBNAILS */
div#productphotos{
	width:308px;
	text-align:left;}
#productphotos img{
	margin-bottom:8px;
	border:none;
}

/* PURCHASE */
div#purchase{
	padding:10px;
	width:288px;
	background:#004ba7;
	color:#FFF;
	font-size:16px;
	margin-top:10px;
}
div#purchase p{
	margin-top:0px;
	margin-bottom:10px;
}

/* PRODUCT NAVIGATION */
#productnavigation ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#productnavigation li{
	list-style:none;
	margin:0px;
	padding:0px;
}

#productnavigation li a{
	display:block;
	width:200px;
	height:31px;
	text-indent:-9999px;
	margin-bottom:5px;
	cursor:pointer;
}

a.lmbook{
	background:url(../images/products/literacymats/pn_book.jpg) top no-repeat;
}
a.lmbook:hover{
	background:url(../images/products/literacymats/pn_book_over.jpg) top no-repeat;
}
a.lmbigbook{
	background:url(../images/products/literacymats/pn_bigbook.jpg) top no-repeat;
}
a.lmbigbook:hover{
	background:url(../images/products/literacymats/pn_bigbook_over.jpg) top no-repeat;
}
a.lmposters{
	background:url(../images/products/literacymats/pn_posters.jpg) top no-repeat;
}
a.lmposters:hover{
	background:url(../images/products/literacymats/pn_posters_over.jpg) top no-repeat;
}
a.ptbook{
	background:url(../images/products/phonicsthings/pn_book.jpg) top no-repeat;
}
a.ptbook:hover{
	background:url(../images/products/phonicsthings/pn_book_over.jpg) top no-repeat;
}
a.ptbanners{
	background:url(../images/products/phonicsthings/pn_banners.jpg) top no-repeat;
}
a.ptbanners:hover{
	background:url(../images/products/phonicsthings/pn_banners_over.jpg) top no-repeat;
}
