@charset "utf-8";
/* CSS Document */

#body_product #imgarea{
	float:left;
	width:180px;
	margin-left:10px;
	text-align:center;
}

#body_product #imgarea img{
	margin:15px auto;
}


#body_product #prices{
	width:323px;
	margin-left:190px;
	margin-bottom:15px;
}

#prices ul#tabs{
	list-style:none;
	overflow:hidden;
	position:relative;
	height:39px;
	margin-left:-7px;
}

#prices ul#tabs li{
	float:left;
	margin-left:7px;
	cursor:pointer;
}

#prices .area{
	background:#ecf9fc;
	border-bottom:1px solid #aadae4;
	overflow:hidden;
	margin-top:-2px;
	padding:10px 0;
}

#childPersonal{
	overflow:hidden;
}

#childEducational, #childBusiness, #eduTerms, #busTerms, #perTerms{
	overflow:hidden;
	color:#333;
}

#description{
	width:450px;
}

a#supplierlink{
	float:right;
	background:url(../images/selected_product_link.gif) no-repeat center top;
	padding-top:90px;
	width:160px;
	text-align:center;
	font-size:9pt;
	font-weight:bold;
	text-decoration:underline;
}

ul#screenshots{
}


ul.cleanlist{
	margin:0;
	margin-left:20px;
}

ul.cleanlist li{
	background:url(/images/bg_ul_list.gif) no-repeat 2px;
	padding-left:15px;
	float:none;
	color:#666;
	line-height:1.4;
}
ul.cleanlist ul{
	margin-left:20px;
}
table#sd_prices{
	color:#666;
	border-collapse: collapse;
}
table#sd_prices th{
	text-align:left;
}
table#sd_prices td{
	width:200px;
	padding:3px 10px;
}

table#sd_prices tr.on{
	background:#dcf3f8;
}

#featured p{
	padding:2px 10px 5px;
	line-height:1.3;
}
#featured p a{
	font-size:10pt;
}
#featured p a:hover{
	text-decoration:underline;
}

.area p{
	margin:0;
	font-size:9pt;
	color:#333;
}

#purchasearea{
	width:460px;
	margin-left:10px;
}
.area a:hover{
	text-decoration:underline;
}

#purchasearea p{
	text-align:justify;
}

#prices #customerType{
	padding-left:20px;
}

p.notes{
	font-size:1em;
	line-height:1.2;
	margin-bottom:3px;
	margin-top:-10px;
}

h3.no{
	padding:0 0 0 10px;
	font-size:1.1em;
}


/*//////////////////////////////////////// CHILD ITEMS //////////////////////////////////////// */

.childitem{
	width:300px;
	color:#666;
	border-bottom:1px solid #aadae4;
	margin:3px 10px;
}

.childitem td{
	vertical-align:top;
}
.childitem .item_title{
	width:300px;
	font-size:1.3em;
	color:#078AAA;
	font-weight:bold;
}

.childitem .item_price{
	color:#072B4E;
	font-size:12pt;
	font-weight:bold;
}

.childitem .item_buy{
	overflow:hidden;
}

.childitem a.buy{
	background:url(/images/button_buy.gif) no-repeat;
	height:22px;
	width:43px;
	display:block;
	cursor:pointer;
	display:block;
	float:right;
}
.childitem a.buy:hover{
	background-position:0 -22px;
}

/*//////////////////////////////////////// BASKET ///////////////////////////////////////////// */

#sidebasket{
	border-collapse:collapse;
	width:100%;
	margin-bottom:-2px;
	color:#333;
}

#sidebasket li{
	padding:2px 10px;
	border-bottom:1px #999 dotted;
	background:none;
	font-weight:normal;
	line-height:normal;
	font-size:8pt;
}

#sidebasket #basket_subtotal {
	text-align:right;
	font-size:12pt;
	background:#0fa1c4;
	padding-right:10px;
	color:#FFF;
	border:none;
	margin:12px 0;
}

#sideBasketArea ul li span{
	font-size:13pt;
	font-weight:bold;
	float:right;
	margin-right:5px;
}

#sideBasketArea ul li span.qty{
	font-size:10pt;
	float:none;
	margin:0;
	font-weight:normal;
}

a#checkout{
	padding-top:1px;
	height:21px;
	width:160px;
	background:url(/images/button_checkout.gif) no-repeat;
	margin:15px 5px 0px 17px;
	display:block;
}
a#checkout img{
	margin-left:136px;
	display:none;
}
a#checkout:hover{
	background-position:0px -22px;
}

a.basket_remove{
	background:url(/images/buttom_basket_remove.gif) no-repeat;
	height:14px;
	width:15px;
	margin-top:1px;
	cursor:pointer;
	display:block;
	float:right;
}

a.basket_remove:hover{
	background-position:0 -14px;
}