@charset "UTF-8";
/* CSS Document */

/* GLOBAL */

html, body {
margin:0;
padding: 0;

}

body {
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color: #FFFFFF;
line-height: 12px;
text-align: center;	
}

td {
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

a img {
border: none;
}

a {
text-decoration: none;
color: #047299;
}

a:hover {
	color: #069ac0;
}

p, label {
font-size:12px;
line-height: 16px;
}

#wrapper{
width: 920px;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
background-color: #FFFFFF;
text-align: center;
}

.center {
text-align: center !important;
}

.margin{
margin-bottom:10px;
}

.orderEdit {
font-size: 10px;
}

input, textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

}

.hr {
width:100%;
height:1px;
background-color: #CCCCCC;
margin-top:20px;
}

.clear {
clear:left;
}

.fl {
float:left;
margin-bottom:10px;
margin-right:5px;
}

/* HEADER */

#header #logo {
float: left;
margin:29px 0 0 26px;
padding:0;
}

#header {
margin:0; 
padding:0;
height:180px;
width: 920px;
background:url(/ecom/theme/topbar_bg_empty.gif) bottom no-repeat;
text-align:left;
}

#header.full {
background:url(/ecom/theme/topbar_bg_full.gif) bottom no-repeat;
}

#header ul a {
color: #333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border-right: 1px solid #cccccc;
padding: 5px 10px 5px 5px;
position:relative;
top: 12px;
margin:0;
}
#header a:hover {
	color: #069ac0;
}

#header ul {
	list-style:none;
	height: 38px;
	max-height: 38px;
	width: 450px;
	float:right;
	margin: 0;
	padding: 0;
	background:url(/ecom/theme/topnav_bg.gif) no-repeat right;
	text-align: center;
}

#header ul li {
	display: inline;
	height:38px;
}

#header ul #last a {
	border: none;
	padding-right:4px;
}

#header #topbar {
	height:71px;
	width: 920px;
	clear:both;
	position:relative;
	top:31px;
}

#header #topbar ul {
	clear:both;
	background:none;
	float:left;
	position:relative;
	left:10px;
	height:31px;
	text-align: left;
}

#header #topbar #searchform {
	height:40px;
	width: 547px;
	position: relative;
	top:1px;
	float:left;
	right: -170px;
	overflow:hidden;
}

#header #topbar img{
	float:left;
	margin-right:5px;
}

#header #topbar .searchbut {
	position: relative;
	top:3px;
	float:left;

}

#header #topbar .searchtxt  {
	float:left;
	margin-right:1px;
	width: 195px;
}

#header #topbar .searchdrop  {
	margin-right:2px;
}

#header #topbar .searchtxt, #header #topbar .searchdrop  {
	position: relative;
	top:10px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 11px;
	border:1px solid #c0c0c0;
	height:19px !important;
}


#header #topbar #cart {
	float:right;
	position:relative;
	top:1px;
	width:190px;
	height:40px;
}

#header #topbar #cart a  {
	width:190px;
	height:40px;
	display:block;
	text-indent: -9000px;
	overflow: hidden;
}

#breadcrumbs {
	text-align: left;
	height: 20px;
	margin:8px 0 0 16px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#breadcrumbs a {
	color: #333;
}

#breadcrumbs a:hover {
	color: #069ac0;
}

#breadcrumbs .divider {
	color: #069ac0;
}

#user {
margin:0;
padding:10px 10px 0 0;
display:inline;
text-align:right;
float:right;
}

#sublinks {
width: 700px !important;
}

/* LEFT SIDE NAV */

#cataloguelist {
	width: 200px;
	font-size: 11px;
	margin-top:0px;
	padding-top:0px;
}

#cataloguelist  a {
	color: #333;
}

#cataloguelist a:hover {
	color: #069ac0;
}

#cataloguelist h2 {
	color:#069ac0;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	height: 40px;
	text-indent:-9000px;
	margin:0px;
}

#cataloguelist h2.catalog {
	background:url(/ecom/theme/nav_catalogue.jpg) no-repeat;
}

#cataloguelist h2.curriculum {
	background:url(/ecom/theme/title_curriculum.gif) no-repeat;
}

#cataloguelist h2.educational{
	background:url(/ecom/theme/title_educational.gif) no-repeat;
}

#cataloguelist ul {
	list-style:none;
	list-style-position:outside;
	text-indent: 0;
	margin:0px 0px 10px 0px;
	padding:0;
}

#cataloguelist li {
	margin:0;
	padding:0;
	text-indent: 13px;
}

#cataloguelist li a {
	padding:3px 0px 4px 0px;
	height: 13px;
	display:block;
	border-top: 1px solid #c0c0c0;
	margin:0;
	background:url(cat_arrow_up.gif) right no-repeat;
}

#cataloguelist li a:hover {
	color:#FFFFFF;
	background: #07b4de url(cat_arrow_over.gif) right no-repeat;
}

#cataloguelist #catlink {
	margin-top:10px;
	font-size:10px;
	padding:10px 6px 0px 0px;
	display:block;
	text-align:right;
}

#cataloguelist a#catlink {
	color:#999999;	
}
#cataloguelist a:hover#catlink  {
	color:#069ac0;	
}

/* HOME */

#home {
text-align: left;
margin: 0px 15px 0px 15px;
}

#home img {
height: 150px;
margin-bottom:7px;
}
#home #promotion img {
height: 109px;
width: 500px;
}

#home #teachers {
padding-right:4px;
}

#home p{
margin-bottom:19px;
}

#home #tagline {
height: 38px;
width: 500px;
background:url(home_tagline.gif) no-repeat right;
text-indent: -9000;
}

/* CATEGORY LINKBOXES */

.linkbox {

width:156px;
float:left;
margin: 10px 10px 0px 0px;

}

.linkbox .title {
height:40px;
width: 160px;
border-bottom:1px solid #cccccc;
border-top: 1px dashed #cccccc;
font-size:11px;

}

.linkbox .img {
height:80px;
width: 120px;
}

.linkbox .title a {
display:block;
height: 34px;
width: 160px;
padding:6px 0px 0px 0px;
background:url(../theme/category_arrow.gif) right no-repeat;
position:relative;
z-index:1;
cursor:pointer;
}

.linkbox .title em {
width: 131px;
display:block;
font-style:normal;
padding-left:5px;
}

/* CONTENT */

#title{
border-bottom: 1px solid #cccccc;
height:81px;
width:500px;
position:relative;
}

#title.banner {
margin-bottom:70px;
border-bottom: none !important;
}

#title h1 {
width: 380px;
font-size:20px;
font-weight: normal;
color: #069ac0;
margin:0;
padding:0 0 10px;
position:absolute;
bottom:0;
}

#title img {
height: 80px;
width:120px;
position:absolute;
right:0;
}

#title.banner img {
height: 60px;
width:500px;
bottom:-55px;
}

#page {
text-align: left;
margin: 0px 15px 0px 15px;
}

#page p a {
text-decoration: underline;
color: #047299;
}

#page p a:hover {
color: #069ac0;
}

#page h3 {
color:#777777;
font-weight: bold;
font-size:16px;
margin-top:30px;
}

#page .highlight{
color: #047299;
}

#page .toplink{
font-size:10px;
text-align:right;
}

#page .toplink a{
color: #666666;
text-decoration:none;
}

#page .toplink a:hover{
color: #069ac0;
text-decoration:underline;
}

#page #partnerlist p{
width: 330px;
}

#page #partnerlist img{
float:right;
}

#showcase {
height: 120px;
width:500px;
margin:10px 0 0 0;
padding:0;
}

#showcase img {
float: right;
margin: 0px 0px 0px 10px;
}

#showcase p {
margin:0;
}

#showcase h3 {
margin:0px 0px 5px 0px;
}
#showcase .showcase-link {
float:right;
margin-top:20px;
display:block;
background:url(button_view_more.gif) no-repeat;
width:103px;
height:25px;
text-indent:-9999px;
outline:none;
}

#key {
padding-top:10px;
}

#key li {
display:block;
list-style:none;
height:30px;
text-indent:40px;
margin-bottom:5px;
}

#key #key-new {background:url(New_Product.jpg) no-repeat left; padding-top:8px;}
#key #key-awa {background:url(Award_Winner.jpg) no-repeat left; padding-top:8px;}
#key #key-fav {background:url(Staff_Favourite.jpg) no-repeat left; padding-top:8px;}
#key #key-hom {background:url(For_Home_Use.jpg) no-repeat left; padding-top:8px;}
#key #key-sch {background:url(For_School_Use.jpg) no-repeat left; padding-top:8px;}

#teacher-catlist {
width:245px;
float:left;
margin:0px 0px 10px 0px;
height:240px;
}

#teacher-catlist ul {
margin:0;
list-style:disc inside;
list-style-position:outside;
text-indent: 0;
padding-left: 0px; 
}

#teacher-catlist li {
margin:0;
list-style:disc inside;
text-indent: 0;
padding-left: 0px; 
color: #cccccc;
}

#teacher-catlist h3 {
margin:0px 0px 10px 0px;
}

#sitemap-cat {
list-style:none;
text-indent: 0;
padding-left: 0px;
}

#sitemap-cat, #sitemap-cat, #sitemap-cat ul {
list-style:none;
}

#sitemap {
list-style:disc;
color: #cccccc;
}

#sitemap-cat .sitemap-title{
list-style:url(list_bullet_01.gif); 
}

#sitemap-cat ul ul li{
list-style:disc ;
color: #cccccc;
}

#sitemap-cat h4 {
color: #666666;
font-size:12px;
margin:10px 0px 10px 0px;
}

.prodtitle {
font-weight: bold;
}

#exhibitions {
width:500px;
border-collapse:collapse;
margin-bottom:20px;
}

#exhibitions td {
width:500px;
padding: 10px 0px 10px 0px;
}

#exhibitions tr {

}

#exhibitions h2{
font-size:14px;
font-weight: bold;
color: #069ac0;
margin:0;
padding:0;
display:inline;
float:left;
width:320px;
}

#exhibitions .event {
border-bottom: 1px dashed silver;
vertical-align:top;
padding-top:30px;
}

#exhibitions .location, #exhibitions .venue, #exhibitions .time {
border-bottom: 1px solid silver;
background-color: #f9f9f9;
}

#exhibitions  .time {
text-align:right;
padding-right:5px;
width:150px;
}

#exhibitions em {
float:right;
width:180px;
text-align:right;
}

#exhibitions .location {
font-weight: bold;
width:200px;
padding-left:5px;
}

#exhibitions .time {

}

/* ACCOUNTS */

#page #new-customer, #page #return-customer {
width: 245px;
float:left;
}

#page #new-customer a, #page #return-customer a {
float:right;
font-size:10px;
}

#page #return-customer a {
margin-top:17px;
}

#page #new-customer {
margin-right:10px;
height: 220px;
}

#page #return-customer {
height: 220px;
}

#page #return-customer label {
width: 70px;
display:block;
float:left;
}


#page #return-customer input.login-email{
margin-bottom:10px;
}

#page #return-customer label.login-email, #page #return-customer label.login-pass{
margin-top:3px;
}

#signin1 {
float:right;
width:103px;
margin-top:10px;
}

/* PRODUCT LIST */ 

#productlist {
font-size: 12px;
margin-top:20px;
border-collapse:collapse;
width:500px;
}

#productlist .item-img {
width:130px;
border-bottom: 1px solid #c0c0c0;
padding:0;
margin:0;
}

#productlist .item-title {
vertical-align:top;
padding-top:10px;
height:80px
}

#productlist .item-links{
text-align:right;
border-top: 1px dashed #c0c0c0;
border-bottom: 1px solid #c0c0c0;
height:40px !important;
}

#productlist .item-links a img{
padding: 0px 0px 2px 5px;
margin-left:5px;
}

#productlist .item-price{
color:#FF0000;
font-weight:bold;
border-top: 1px dashed #c0c0c0;
border-bottom: 1px solid #c0c0c0;
height:40px !important;
vertical-align:middle; 
}

#productlist .item-price .price-old{
color:#333;
font-weight:normal;
text-decoration:line-through;
}

/* OFFERS */


#specials {
font-size: 12px;
margin-top:20px;
border-collapse:collapse;
width:500px;
}

#specials a {
color: #047299;
text-decoration:none;
}

#specials a:hover {
color: #069ac0;
}

#specials .item-img {
width:130px;
padding: 10px 0px 10px 0px;
border-bottom: 1px solid #c0c0c0;
}

#specials .item-title {
padding: 10px 0px 0px 0px;
vertical-align:top;
}

#specials .item-links{
text-align:right;
height:25px;
padding: 0px 0px 10px 0px;
border-bottom: 1px solid #c0c0c0;
}

#specials .item-links a {
margin-left:5px;
}

#specials .price-old, #specials .price-new {
font-weight:bold;
color:#F0284C;
}

#specials .price-old {
text-decoration:line-through;
}


/* STAFF / SALES REPS */

#map-ireland {
margin:10px 0px 10px 140px;
}

.staff-member {
border-bottom: 1px solid #CCCCCC;
margin-bottom:10px;
height:143px;
}

.staff-member img {
float:left;
position:relative;
top:-4px;
margin-right:10px;
}

.staff-member h4 {
margin:0 0 5px 0px;
padding-top:12px;
color: #069ac0;
font-weight:normal;
font-size:12px;
}

.staff-member .title {
margin:0 0 16px 0px;
}

.staff-member .area {
margin:0 0 16px 0px;
font-size:11px;
}

.staff-member .phone {
margin:0px 0px 5px 0px;
}

.staff-member a {
color: #069ac0;
font-size:10px;
}

.staff-member a:hover {
text-decoration:underline;
}

.staff-member.main .phone{
margin-top:47px;
}


/* CONTACT FORM*/

#contactform label {
display:block;
width: 150px;
padding: 10px 0px 5px 0px;
}

#contactform input {
width: 250px;
border: 1px solid #cccccc;
height:22px;
}

#contactform textarea {
width: 500px;
height: 200px;
border: 1px solid #cccccc;
overflow:auto;
}

#contactform .send {
text-align:right;
position: relative;
left:400px;
margin-top:10px;
width: 103px;
border: none;
height:25px;
}

#contactform input, #contactform textarea {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 12px;
}

/* SEARCH RESULTS */

#results {
font-size: 12px;
margin-top:20px;
border-collapse:collapse;
width:500px;
}

#results tr {
border-bottom: 1px solid #c0c0c0;
}

#results td {
text-align:left;
border-bottom:1px solid #c0c0c0;
}

#results a {
color: #047299;
}

#results a:hover {
color: #069ac0;
}

#results .item-img {
width:130px;
padding:0 !important;
}

#results .item-title {
padding: 0px 10px 0px 10px;
}

#results .item-link {
width:123px;
vertical-align:bottom;
padding-bottom:10px;
}

/* CHECKOUT */

#checkout {
font-size: 12px;
margin-top:20px;
border-collapse:collapse;
width:500px;
}

#checkout a {
text-decoration:underline;
color: #047299;
}

#checkout a:hover {
text-decoration:underline;
color: #069ac0;
}

#checkout input {
width: 30px;
}

#checkout tr {
border-bottom: 1px solid #c0c0c0;
padding:5px;
}

#checkout td {
padding:7px;
text-align:left;
border-bottom:1px solid #c0c0c0;
}

#checkout th {
text-align:left;
padding-bottom:15px;
border-bottom:1px solid #c0c0c0;
}

#checkout .item-img {
width:130px;
padding:0 !important;
}

#checkout .item-title {
width:150px;
}

#checkout .item-rem, #checkout #head-rem {
text-align:center;
padding-right:5px;
}

#checkout .item-qty, #checkout #head-qty{
text-align:center;
}

#checkout .item-tot, #checkout #head-tot {
font-weight:bold;
text-align:right;
}

#checkout-total {
text-align: right;
border-bottom:1px solid #c0c0c0;
padding-bottom:5px;
}

#checkout-total p {
font-weight:bold;
padding: 10px 3px 10px 0px;
margin:0 0 10px 0px;
border-bottom:1px solid #c0c0c0;
}

#checkout-total p strong {
color:#FF0000;
}

#checkout-total #shop-back {
float:left;
}



/* CALLOUTS */

#callouts {
width: 190px;
}

#callouts .calloutbox {
width: 190px;
margin-bottom:10px;
}

#callouts .signup {
height:110px;
background:url(/ecom/theme/callout_sign_in.gif) no-repeat; 
}

#callouts .signup a {
display:block;
height: 110px;
width:190px;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

#callouts .signup p {
margin:0px;
width: 170px;
visibility:hidden;
}

#callouts .pspotlight {
height:170px;
background:url(/ecom/theme/callout_spotlight_product.gif) no-repeat; 
}

#callouts .sspotlight {
height:170px;
background:url(/ecom/theme/callout_spotlight_series.gif) no-repeat; 
}

#callouts .sspotlight a, #callouts .pspotlight a, #callouts .checkthisout a {
display:block;
height:170px;
width: 190px;
}

#callouts .pspotlight img {
position:relative;
top:46px;
left: 35px;
}

#callouts .sspotlight img {
position:relative;
top:53px;
left: 35px;
}

#callouts .checkthisout {
background:url(callout_check_this_out.gif) no-repeat;
height:170px;
width: 190px;
overflow:hidden;
}

#callouts .idea {
height:170px;
width: 190px;
overflow:hidden;
}

#callouts .checkthisout p {
margin:0;
font-size:11px;
line-height:14px;
padding: 50px 0px 0px 10px;
width:165px;
overflow:hidden;
z-index:1;
cursor:pointer;
}

#callouts .checkthisout a {
color: #666666;
}

#callouts .checkthisout a:hover {
color: #069ac0;
}

/* FOOTER */

#foot {
	height:42px;
	width:920px;
	background:url(/ecom/theme/footer_bg.gif) no-repeat;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin-top:40px;
	color: #999999;
}

#foot ul{
	list-style:none;
	float:left;
	padding:0;
	margin:10px 0 0 10px;
}

#foot li{
	display:inline;
	padding: 10px;
	background:url(/ecom/themefooter_divider.gif) no-repeat right;
}


#foot a{
	color: #666666;
}

#foot a:hover{
	color: #069ac0;
}

#foot #credit a {color: #999999;}

#foot #credit a:hover {color: #069ac0;}

#foot p{
	float:right;
	margin: 10px 10px 0px;
	font-size: 10px;
}

/* LEGACY */


/*#headline3 {
float:right;
margin:0;
padding:0;
outline:1px solid red;
color:#FF0000;
font-weight:bold;
}
#headline3 img{
padding-left:10px;
padding-top:5px;
}

#headline3 a img{
padding-top:0;
}*/


#about{
	margin-top: 20px;
	display: inline;
	float: right;
}

#signin {
	float: right;
	margin-left: 655px;
	margin-top: 20px;
	padding-right: 10px;
}

#newCustomer{
	float: right;
	margin-top: 15px;
	padding-right: 10px;
}

#search{
	margin-top: 70px;
}

#middle{
	margin-top: -20px;
	}

#educational{

	margin-top: 20px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	background-image: url(Background_button.jpg);
	font-size: 12px;
	font-weight: bold;
}

#curriculum{
	margin-top: -12px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	background-image: url(Background_button.jpg);
	font-size: 12px;
	font-weight: bold;
}

#leftBox{
	margin-top: 0px;
	width: 200px;
}

#list1{
	margin-top: -10px;
	margin-left: -40px;
}

#list1 li{
	list-style-type: none;
	font-size: 12px;
        line-height: 20px;
	border-bottom: 1px solid #cccccc;
	padding-left: 10px;
	padding-top: -5px;
	padding-bottom: -5px;
	background-image: url(Arrow.jpg);
}

#list1 a{
	color: #666666;
	border-color: #666666;
	border: thick;
	}

#list2{
	margin-top: -10px;
	margin-left: -40px;
	}

#list2 li{
	list-style-type: none;
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px solid #cccccc;
	padding-left: 10px;
	padding-top: -5px;
	padding-bottom: -5px;
	background-image: url(Arrow.jpg);
}

#list2 a{
	color: #666666;
	border-color: #666666;
	border: thick;
	}

#allCategories{
	float: right;
	}

#allCategories a{
	color: #999999;
	font-size: 10px;
	}


#centerBox{
	width: 400px;
	padding-left: 0px;
	padding-top: 60px;
	float: left;
	position: absolute;
	display: inline;
	top: 260px;
	height: 800px;
	}


#centerBox10{
	width: 400px;
	margin-left: -485px;
	padding-top: 60px;
	float: left;
	position: absolute;
	display: inline;
	top: 260px;
	}

#twoBox{
	width: 150px;
}

#Box110_Description {
	font-size:12px;
	height:30px;
	padding-bottom: 1px;
	color: #069AC0;
	padding-left: 2px;
	text-align: left;
	width: 130px;
}

#Button_blue{
	padding-top: 41px;
	padding-bottom: 1px;
	float: right;
	}

#logo_right{
	float: right;
	}

#headline{
	color: #e50000;
	font-size:24px;
	padding-top: 0px;
	padding-bottom: 24px;
	padding-left: 5px;
	border-bottom: 1px solid #cccccc;
}
#headline2{
	color: #e50000;
	font-size:18px;
	padding-top: 0px;
	padding-bottom: 44px;
	padding-left: 5px;
	border-bottom: 1px solid #cccccc;
}

#headline_logo{
	float: right;
	margin-top: -40px;
}
#banner_logo{
	float: center;
	padding-top: 34px;
}

#description_head{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 18px;
	padding-left: 5px;
}

#description_content{
	color: #666666;
	font-size: 12px;
	padding-left: 5px;
        text-align: Left;
}

#more{
	border-bottom: 1px solid #cccccc;
	padding-left: 415px;
	font-size: 10px;
	margin-top: 5px;
	padding-bottom: 15px;
	}

#more a{
	color: #e50000;
}


#boxBook{
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	border-bottom: 1px solid #cccccc;
}

#boxBook10{
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;

}

#book_Center{
	width: 360px;
	float:left;
	margin-left: 140px;
	margin-top: -118px;

}


#book_Center10{
	width: 240px;
	float:left;
	position: absolute;
	margin-left: 260px;
	margin-top: -240px;

}
#book_Header{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

#book_Header10{
	width: 90px;
	padding-left: 150px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

#book_description{
	font-size: 8px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
	margin-right: 0px;
}

#book_description10{
	font-size: 8px;
	margin-top: 10px;
	padding-bottom: 45px;
	border-bottom: 1px solid #cccccc;
}

#book_description li{
	font-size: 12px;
	}

#book_description10 li{
	font-size: 12px;
}

#book_price{
	margin-top: 10px;
	color: #e50000;
	font-size: 12px;
	font-weight: bold;
}

#book_price10{
	margin-bottom: 10px;
	margin-top: 10px;
	color: #e50000;
	font-size: 12px;
	font-weight: bold;
}

#ButtonLine{
	margin-top: 10px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}

#addCart{
	float: right;
	margin-top: -20px;
	margin-right: 0px;
}

#new{
	float: right;
	margin-right: 10px;
	margin-top: -24px;

}

#award{
	position: absolute;
	margin-top: -110px;
	margin-left: 270px;
}


#ProductDetail{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #666666;
	font-size: 18px;
	padding-left: 5px;
}

#ProductList{
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

#ProductDescription{
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}


#description_footer{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #666666;
	font-size: 18px;
	padding-left: 5px;
}

#description_foot{
	padding-bottom: 20px;
	padding-left: 5px;
	border-bottom: 1px solid #cccccc;
}

#top{
	margin-top: 20px;
}

#top a{
	color: #666666;
	font-size:10px;
}


#rightBox{
	width: 190px;
	
	margin-top: 0px;
	postion: absolute;
	float: right;
	display: inline;
}
	
	

	
#firstBox{
	font-size: 14px;
	height: 85px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	background-image:url(BlueBox.jpg);
}

#secondBox{
	font-size: 14px;
	height: 190px;
	padding-bottom: 0px;
	padding-top: 10px;
	margin-bottom: 5px;
	background-image: url(SecondBox.jpg);
	padding-left: 5px;
}

#thirdBox{
	font-size: 14px;
	height: 90px;
	padding-bottom: 0px;
	padding-top: 10px;
	margin-bottom: 5px;
	background-image: url(ThirdBox.jpg);
	padding-left: 5px;
}


#fourthBox{
	font-size: 14px;
	height: 189px;
	width: auto;
	padding-bottom: 0px;
	padding-top: 10px;
	margin-bottom: 5px;
	background-image: url(FourthBox.jpg);
	padding-left: 5px;
}

#firstHeader, #secondHeader, #thirdHeader, #fourthHeader {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 15px;
}

#firstDescription a{
	color: #ffffff;
}

#secondDescription a{
	color: #ffffff;
}

#thirdDescription a{
	color: #ffffff;
}


#fourthDescription a{
	color: #ffffff;
}

#MayLikeTitle{
	color: #E50000;
	font-size:16px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#Box11{
	width:166px;
}

#Box21{
	width: 166px;
	float:left;
	position: absolute;
	margin-left: 168px;
	margin-top: -159px;
	
}

#Box31{
	width: 166px;
	float: left,
	position: absolute;
	margin-left: 336px;
	margin-top: -159px;
}	
	
	#img11{
	border-right: 1px solid #cccccc;
	margin-left: 20px;
	}

#img31{
	margin-left: 20px;
	}


#Box11_Description{
	margin-top: 5px;
	font-weight: bold;
}

#clear{
	clear: both;
	}
	

#centerBox1{
	width: 500px;
	margin-left: 215px;
	padding-top: 20px;
	float: left;
	position: absolute;
	display: inline;
	top: 260px;
	height: 1290px;
	}
	
	#headline1{
	color: #e50000;
	font-size:24px;
	padding-top: 0px;
	padding-bottom: 24px;
	padding-left: 5px;
	}
	
	#parents{
		margin-top: 15px;
		}
	
	#teachers{
		margin-top: 15px;
		}
	
	
	#line11{
		width: 500px;
		border-top: 1px solid #cccccc;
		margin-top: 15px;
		}
		
		
	#blueBox li{
	color: #FFFFFF;
	list-style-type: none;
	line-height: 20px;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: -40px;
	background-image: url(blue.jpg);
}

	#blueBox a{
	color: #FFFFFF;
	font-weight: bold;
	}

#Box110{
	margin-top: 10px;
	width:166px;
}

#Box210{
	marting-top: 10px;
	width: 166px;
	float:left;
	position: absolute;
	margin-left: 168px;
	margin-top: -137px;
	
}

#Box310{
	margin-top: 10px;
	width: 166px;
	float: left;
	position: absolute;
	margin-left: 336px;
	margin-top: -137px;
}	
	
#img110{
	text-align: left;
	width: 150px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	}



#Box110_Description a{
	color: #069AC0;
}

#twoBox{
	width: 150px;
	padding-bottom: 50px;
	border-bottom: 1px solid #cccccc;
}

#Box110_Description {
	float: left;
	height: 30px;
	padding-bottom: 10px;
	color: #069AC0;
	padding-left: 2px;
	text-align: left;
	width: 150px;
	margin-top: 5px;
}

#Button_blue{
	margin-top: -40px;
	float: right;
	}

