.cart{
	width:100%;
	border-collapse:collapse;
	border:1px solid #7C97B2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;
	box-shadow:0px 0px 3px #aaa;
	overflow:hidden;
}
.cart div{
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
}
.cart .header{
	height:28px;
	line-height:28px;
	background:#ededed;
	border-bottom:1px solid #7c97b2;
	font-weight:bold;
	text-align:center;
}
.cart .product{
	clear:both;
	height:70px;
	padding-top:10px;
/*	height:40px;
	line-height:40px;*/
	border-bottom:1px dashed #7c97b2;
}
.cart .quantity{
	float:left;
	width:60px;
	padding:0 0 0 20px;
	text-align:center;
}
.cart .productdescription{
	float:left;
	width:460px;
	padding:0px 20px;
	text-align:left;
}
.cart .quantity input{
	border:1px solid #7c97b2;
	padding:4px;
	width:40px;
	text-align:right;
}
.cart .price, .cart .unitprice{
	float:left;
	width:80px;
	padding:0 20px 0 0;
	text-align:right;
}
.cart .footer{
	min-height:64px;
	clear:both;
	background:#ededed;
	padding:10px 20px;
}
.cart .footer select#shipping{
	float:left;
	margin-top:12px;
	padding:4px;
	border:1px solid #7c97b2;
}
.cart input#promocode{
	float:left;
	margin-top:12px;
	margin-left:10px;
	border:1px solid #7c97b2;
	padding:4px;
	width:100px;
}
.cart .totals{
	float:right;
}
.cart .labelcolumn{
	float:left;
	width:80px;
	font-weight:bold;
	text-align:right;
}
.cart .pricecolumn{
	float:left;
	width:80px;
	text-align:right;
}
.cart .subtotal, .cart .discount, .cart .tax, .cart .shippingtotal, .cart .grandtotal{
	clear:both;
	padding:6px 0;
}
.cart .discount{
	color:#f00;
}
#checkout{
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	-webkit-appearance:none; /* tell mobile Safari to not style like a native Apple UI control */
	padding:8px;
	cursor:pointer;
	font-weight:bold;
	border:1px solid #7c97b2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	box-shadow:0 0 2px #4c4c4c;
	background:#f0f0f0;
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(50%, #ddf0ff),color-stop(50%, #fff)); /* Webkit (Safari < 5.1, Chrome < 10) */
	background-image:-webkit-linear-gradient(center bottom,#ddf0ff 50%,#fff 50%); /* Webkit (Safari 5.1+, Chrome 10+, iOS5+) */
	background-image:-moz-linear-gradient(center bottom,#ddf0ff 50%,#fff 50%); /* Mozilla Firefox 3.6+ */
	background-image:-ms-linear-gradient(center bottom,#ddf0ff 50%,#fff 50%); /* IE10 */
	background-image:-o-linear-gradient(center bottom,#ddf0ff 50%,#fff 50%); /* Opera 11.10+ */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ddf0ff'); /* IE6–IE9 */
	background-image:linear-gradient(center bottom,#ddf0ff 50%,#fff 50%);
}
#checkout:hover{
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(50%, #cdeeff),color-stop(50%, #e7f6fe)); /* Webkit (Safari < 5.1, Chrome < 10) */
	background-image:-webkit-linear-gradient(center bottom,#cdeeff 50%,#e7f6fe 50%); /* Webkit (Safari 5.1+, Chrome 10+, iOS5+) */
	background-image:-moz-linear-gradient(center bottom,#cdeeff 50%,#e7f6fe 50%); /* Mozilla Firefox 3.6+ */
	background-image:-ms-linear-gradient(center bottom,#cdeeff 50%,#e7f6fe 50%); /* IE10 */
	background-image:-o-linear-gradient(center bottom,#cdeeff 50%,#e7f6fe 50%); /* Opera 11.10+ */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#e7f6fe', EndColorStr='#cdeeff'); /* IE6–IE9 */
	background-image:linear-gradient(center bottom,#cdeeff 50%,#e7f6fe 50%);
}
.cart .messages{
	clear:both;
	padding-top:10px;
}
.hasPlaceholder {
	color: #ccc;
}


body {
	margin: 0 0 20px 0;
}
body, td {
	font-family: verdana;
	font-size: 10pt;
}
td {
	vertical-align: top;
}
img {
	border: none;
}
form {
	display: inline;
}
a {
	color: #000;
}
a:hover {
	color: #7C97B2;
}

h1, h2, h3, h4 {
	font-family: "Times New Roman";
}


.title {
	font-size: 14px;
	font-weight: bold;
/*    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);*/
}
.authors {
	margin-bottom: 20px;
}


.salebox {
	padding: 10px;
	float: right;
	border-collapse: collapse;
	border: 1px solid #7C97B2;
	margin: 0px 0px 10px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.salebox .img {
	text-align: center;
}
.salebox .details, .salebox .order {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin: 20px 0px 8px 0px;
}
.salebox .price {
	font-weight: bold;
	color: #316CA7;
}
.salebox .qty {
	margin-top: 8px;
}
.salebox .format {
	margin-top: 8px;
}
.salebox .addbtn {
	margin-top: 8px;
}


.offerboxtitle, .aaboxtitle {
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
}
.offerboxtitle {
	background: #EA3030;
}
.aaboxtitle {
	background: #316CA7;
}

.offerbox, .aabox {
	padding: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}
.offerbox {
	background: #f6d2d6;
}
.aabox {
	background: #E8E8F0;
}

.offerboximg {
	float: left;
	margin: 0px 10px 10px 0px;
}

table.offerbox {
	background: #f6d2d6;
	padding: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}

.productbox {
	float: left;
	padding: 20px 30px;
	border-color: #ccc;
	border-style: none solid solid none;
	border-width: 0px 1px 1px 0px;
	width: 328px;
	height: 150px;
	overflow: hidden;
}
.productbox .top {
/*	height: 100px;*/
}
.productbox .img {
	height: 110px;
	float: left;
	margin-right: 20px;
}
.productbox .price {
}
.productbox .format {
	margin-top: 15px;
}
.productbox a.title {
	display: block;
}

a.tablelink {
	text-decoration: none;
}
a.tablelink:hover {
	color: #7C97B2;
}

.content {
	text-align: left;
	width: 100%;
	vertical-align: top;
	padding: 0px 10px;
}
.copyright {
	margin-top: 10px;
	border-top: 1px solid #DFDFDF;
	width: 75%;
	padding-top: 10px;
}
.nav {
	width: 150px;
}
.navheader {
	background: #316CA7;
	padding: 3px 12px 3px 12px;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
}
.navheader a {
	color: #fff;
}
.navbox {
	border: 1px solid #7C97B2;
	background: #F8F8F9;
	padding: 10px 5px 10px 5px;
	font-size: 8pt;
	margin-bottom: 10px;
}
.navbox a {
	line-height: 1.5em;
}
.items {
	border-collapse: collapse;
	border: 1px solid #7C97B2;
	width: 100%;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.items .title {
	background: #ededed;
	padding: 5px 3px 5px 3px;
	border-bottom: 1px solid #7C97B2;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
}
.items .desc {
	padding: 5px 3px 5px 3px;
	width: 100%;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}


.level1 {
/*	color: #316CA7; */
	list-style: none;
}
.level2 {
/*	color: #316CA7; */
	list-style: none;
}
.level3 {
/*	color: #ABD; */
	list-style: none;
}

.search {
	background: url(search.gif) no-repeat;
	padding: 5px;
	width: 174px;
	height: 22px;
	border: none;
	float: right;
	font-size: 10px;
}

.gradientbox {
	padding: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #e6e2d7;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(230,226,215)), color-stop(1, rgb(255,255,255)));
	background-image: -moz-linear-gradient(center bottom, rgb(230,226,215) 0%, rgb(255,255,255) 100%);
}


/*

top blue menu

*/
.menu {
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	clear:both;
}
.menu ul {
/*	background:url(images/menu-bg.gif) top left repeat-x;
	height:43px;*/
	list-style:none;
	margin:0;
	padding:0;
}
.menu li {
	float:left;
}
.menu li a {
	color:#fff;
	display:block;
	font-weight:bold;
/*	line-height:16px;*/
/*	padding:0px 25px;*/
	padding:0px 5px;
	text-align:center;
	text-decoration:none;
}
.menu li a:hover {
	color:#c7c7c7;
	text-decoration:underline;
}
.menu li ul {
	background:#68a3de;
	border-left:1px solid #316ca7;
	border-right:1px solid #316ca7;
	border-bottom:1px solid #316ca7;
	display:none;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
/*	width:225px;*/
	z-index:200;
	/*top:1em;
	/*left:0;*/
}
.menu li:hover ul {
	display:block;
}
.menu li li {
	display:block;
	float:none;
/*	width:225px;*/
}
.menu li ul a {
	display:block;
	font-size:12px;
	font-style:normal;
	padding:4px 10px 4px 15px;
	text-align:left;
	text-shadow: none;
}
.menu li ul a:hover {
	background:#316ca7;
	color:#68a3de;
	opacity:1.0;
	filter:alpha(opacity=100);
}
/*.menu p{
	clear:left;
}	*/
/*.menu #current{
	background:url(images/current-bg.gif) top left repeat-x;
	color:#ffffff;
}*/


/*

superfish aorn menu

*/

#aornmenu {
	background: url("aornimages/box_shadow.png") repeat-y;
}
#content {
	background: url("aornimages/box_shadow.png") repeat-y;
	padding: 13px;
}
#footer {
	margin-top: 29px;
	background: url("aornimages/bottom.png") no-repeat;
	height: 8px;
}

.main-nav {
	margin: 0px 0px 0px 13px;
	font: 13px arial,verdana,sans-serif;
}

.sf-menu a {
	color:#000;
	font-weight: bold;
	font-size: 14px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height: 1.0;
	margin-top: 1%;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.7em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.main-nav li {margin-right: 2px;}

.sf-menu {
	float:			left;
/*	margin-bottom:	1em;*/
}
.sf-menu a {
	background: url('aornimages/nav_long_btn.gif') no-repeat right top;
	padding: .75em .75em .5em .75em; /*.75em 1em .5em 1em;*/
	text-decoration:none;
	display: block;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	text-shadow: #f0ece1 1px -1px 0px;
}
.sf-menu li {
	background:	url('aornimages/nav_sprites.gif') no-repeat;
	padding-left: 2px;
	display: block;
}

.sf-menu li li {
	background:		#eae7de; background-image: none;
	border-top: 1px solid white;
}
.sf-menu li li:first-child {border-top: none; }

.sf-menu li li a {
	background:		#eae7de; background-image: none;
}
.sf-menu li li li {
	background:		#eae7de;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	background:		url('aornimages/nav_sprites.gif') no-repeat left -36px;
	outline:		0;
}

.sf-menu li:hover li, .sf-menu li.sfHover li {background-image:none; }
	.sf-menu li:hover li:hover, .sf-menu li.sfHover li.sfHover {background: #ddd8c9;}

.sf-menu li:hover li a, .sf-menu li.sfHover li a {background-image:none; font-weight: normal;text-shadow: none;}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{background:url('aornimages/nav_long_btn.gif') no-repeat right -36px;}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('aornimages/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('aornimages/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}






#breadcrumb {
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url('i/bc_bg.gif'); 
    background-repeat:repeat-x;
	height:30px;
    line-height:30px;
    color:#888;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

#breadcrumb li {
    list-style-type:none;
    padding-left:10px;
	display:inline-block;
	float:left;
}

#breadcrumb a {
	display:inline-block;
    background-image:url('i/bc_separator.gif'); 
    background-repeat:no-repeat; 
    background-position:top right;
    padding-right: 15px;
    text-decoration: none;
    color:#333;
	outline:none;
}

.home {
    border:none;
    margin: 7px 0px;
}

#breadcrumb a:hover {
	color:#35acc5;
}
