
#shoppingcart {

	background-image:url(../images/cart.jpg);
     	background-repeat: no-repeat;
	background-position:right top;

	position: absolute;
	top: 60px;
	right: 250px;
	height: 40px;
	width: 150px;
	background: #ffffff;
	/* background: #D8D8D8; */
	
}



#shoppingcart p {
	margin: 0 1em 1em;
}

h1 {
	/* font-size: 80%; */
	font-size: 10px;
	margin: 0.5em 1em;
	
}


hh1 {

	font-family: 		Verdana, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 10px;
	margin: 0.5em 3em;
	
}




#booklist, #contents {
	font-size: 85%;
	position: absolute;
	top: 150px;
	/** left: 50px; **/
	left: 250px;
	/** width: 500px; **/
	width: 750px;
	background: #F9FCFF;
	border:#D2D0CA 1px solid;
}


.totals {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	position: absolute;
	top: 400px;
	/** left: 50px; **/
	left: 630px;
	/** width: 500px; **/
	width: 110px;
	/* background: #F9FCC; */
	background: #FFFFE3;
	
}



#ups{
	font-size: 85%;
	position: absolute;
	top: 530px;
	/** left: 50px; **/
	left: 250px;
	/** width: 500px; **/
	width: 750px;
	background: #F9FCFF;
	border:#D2D0CA 1px solid;
}


#checkout1 {
	background: #F9FCFF;
	background-image:url(../images/scart.gif);
     	background-repeat:no-repeat;
	background-position:right top;
	font-size: 85%;
	position: absolute;
	top: 150px;
	left: 200px;
	width: 750px;
	border:#D2D0CA 1px solid;
}


#checkout2 {
	font-size: 85%;
	position: absolute;
	top: 220px;
	left: 200px;
	width: 350px;
	background: #F9FCFF;
	border:#D2D0CA 1px solid;
}


#checkout3 {
	font-size: 85%;
	position: absolute;
	top: 220px;
	left: 600px;
	width: 350px;
	background: #F9FCFF;
	border:#D2D0CA 1px solid;
}



#paypal {
	background: #F9FCFF;  
	background-image:url(../images/paypal.gif);
     	background-repeat: no-repeat;
	background-position:right top;
	font-size: 85%;
	position: absolute;
	top: 300px;
	left: 350px;
	width: 500px;
	border:#D2D0CA 1px solid;
}


#booklist ul {
	list-style-type: none;
}

#booklist ul li {
	margin: 0 1em 1em;
}

#contents table {
	font-size: 90%;
	border-collapse: collapse;
}

#contents table td {
	border: 2px solid #D2D0CA; 
	width: 24%;
	margin: 0.5em;
}

#contents p, #contents button {
	margin: 2em;
}



#rotation {
	position: absolute;
	top: 150px;
	left: 230px;
	height: 400px;
	width: 350px;
	background: #ffffff;
	
}




/* ///////////////////////////////////////////////////////// */

#wrapper{
width: 350px;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 1px;
background: #D2D0CA;
}
.tab{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 0;
text-align: center;
background: #D2D0CA; url(images/greentab.jpg) no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}

