/* PERSISTANT style sheet for STEPPING STONES */

/* GENERAL */

body {
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #CCE5FF;
	background-image: url(../_images/texture1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
html p {
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: lighter;
}

a:link, a:visited {
	font-weight: bold;
	color: #306;
	text-decoration: none;
	background: transparent;
}
a:hover {
	font-weight: bold;
	color: #306;
	text-decoration: underline;
	background: transparent;
}
a:active {
	font-weight: bold;
	color: #606;
	text-decoration: none;
	background: transparent;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
	margin-top: 20px;
	margin-bottom: 10px;
}
li {
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	font-weight: lighter;
}
p, td, li, ul, ol, h1, h2, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}




/* TABLE DESIGN */

/* page */

#page {
	border-width: 0;
	border-style: none;
	width: 740px;
	position: relative;
}

/* header */

#header {
	height: 91px;
	width: 740px;
	border-bottom: 5px solid #FFF;
	background-color: #FFF;
}

/* menu */

#menu {
	height: 34px;
	width: 740px;
	font-size: 13.5px;
	font-weight: lighter;
	color: #FFF;
	background-image: url(../_images/menu1.gif);
	border-bottom: 5px solid #FFF;
}
#menu a:link, #menu a:visited {
	color: #FFF;
	font-weight: lighter;
	text-decoration: none;
}
#menu a:hover {
	color: #306;
	font-weight: lighter;
	text-decoration: none;
}
#menu a:active {
	color: #306;
	font-weight: lighter;
	text-decoration: underline;
}
#contact {
	border: 3px solid #FFF;
	width: 694px;
	background-color: #E5F2FF;
}
#books {
	background-color: #807FFF;
	font-weight: bold;
	color: #FFF;
}
.youarehere {
	color: #306;
}

/* CONTENT DESIGN */

/* content div */

.content {
	padding: 20px;
}
.contentpic {
	float: right;
	margin: 0px 0px 0px 25px;
}
.footer {
	font-size: 11px;
	font-weight: lighter;
}
.hide {
	display: none;
}
.bold {
	font-weight: bold;
}

/* description tables */

.text {
	width: 480px;
	vertical-align: top;
}
.image {
	width: 220px;
	vertical-align: top;
	padding-top: 50px;
	padding-left: 25px;
}
.illustration {
	text-align: right;
}
.emphasis {
	color: #039;
	font-size: 14px;
	line-height: 19px;
	font-style: italic;
	font-weight: lighter;
}
.right {
	float: right;
}
.left {
	float: left;
}
.emphasis2 {
	color: #C33;
}
.submit {
	width: 94px;
	border: none;
	height: 19px;
	background-image: url(../_images/add.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.text form p a img {
	margin-bottom: -6px;
}
.content_form_script   {
	font-size: 13px;
	line-height: 40px;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: lighter;
}
#page tr #page1 #header tr td #cart_total p.pbold {
	font-weight: bold;
}

.content_form_script p {
	margin-right: 1px;
	padding-right: 10px;
}
.content_form_script .input_display {
	display: block;
}
.submit_order {
	width: 94px;
	border: none;
	height: 19px;
	background-image: url(../_images/emailorder.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#header tr td #cart_total {
	height: 25px;
	width: 300px;
	position: absolute;
	left: 419px;
	top: 15px;
}
#page tr #page1 #header tr td #cart_total p {
	color: #FFF;
	line-height: 25px;
	text-align: right;
}
#page tr #page1 #header tr td #cart_total p img {
	margin-bottom: -6px;
}
#page tr #page1 #header tr td #cart_total p img.img_checkout {
	margin-bottom: -4px;
}

simpleCart_items table{
	border: 0px solid #ccc;
	/* [disabled]float:left; */
		}
		.simpleCart_items th{
			font-family: Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#333;
			text-align:left;
			padding:10px 30px;
			border-bottom:1px solid #ccc;
			background: #ededed;
			background: -moz-linear-gradient(top,  #f7f7f7 0%, #ededed 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ededed));
			background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
			background: -o-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
			background: -ms-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
			background: linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 );
		}
		.simpleCart_items td{
			padding:10px 10px;
			vertical-align:middle;
			border-bottom:1px solid #ccc;
			font-size:14px;
			
		}
		.item-image,
		.item-image img{}
		.item-name{width:250px; font-size:14px;}
		.emphasis{width:50px; font-size:14px;}
		.item-quantity {
			width:10px;
			text-align:center;
			font-size:14px;
		}
		.item-quantity input{
			width:10px;
			text-align:center;
			font-size:14px;
		}
		.item-price {
			width:20px;
			font-size:14px;
			text-align:center;
		}
		.item-subtotal{
			width:20px;
			font-size:14px;
			text-align:center;
		}
		.simpleCart_total {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* [disabled]float:left; */
	width: 30px;
	display:inline;
		}
		.simpleCart_shipping {
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			margin-bottom:10px;
			margin-top:10px;
			display: inline;
		}
		.simpleCart_grandTotal {
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			margin-bottom:40px;
			display:inline;
		}
		.simpleCart_checkout {
			width: 94px;
			height:19px;
			background-image:url(../_images/emailorder.gif);
		}
		#subtotal {
	float: left;
	height: 24px;
	width: 170px;
	margin-left: 435px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	    }
#footer {
	float: left;
	height: auto;
	width: auto;
}
#page tr #page1 .content #footer .right img {
	float: right;
}
		#shipping {
	float: left;
	height: 24px;
	width: 170px;
	margin-left: 435px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	    }
		#grandtotal {
	float: left;
	height: 24px;
	width: 170px;
	margin-left: 435px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	    }
#cart_header {
	height: 91px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_images/header.jpg);
}
.text form a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page tr #page1 .content p a {
	font-size: 90%;
}
