/* CSS Document */

a {
	text-decoration:none;
	font-weight:bolder;
	color:#FF00FF;
}

.cartimg {
position:relative;
top:20px;
left:30px;
}

.carttxt {
/*position:relative;*/
/*left:28px; */
font-family:Georgia, "Times New Roman", Times, serif;
padding-top:20px;
padding-left:28px;
font-style:italic;
font-size:10px;
}

.carttotal {
position:relative;
top:19px;
left:28px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:200;
font-size:11px;
display:inline;
}

body {
	/*background-color: #400000;*/
	background-color: #211313;
	background-image: url("/images/flourish1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}


#bg {
     height: 100%;  /*height of bg! */
	background-image: url("/images/flourish2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
} 

#content {
   position: relative;
   z-index: 1;
} 

.border_left {
	background-image: url("/images/left_edge_in.gif");
	background-repeat: repeat-y;
}
.border_right {
	background-image: url("/images/right_edge_in.gif");
	background-repeat: repeat-y;
}

.border_left_index {
	background-image: url("/images/left_edge_index.gif");
	background-repeat: repeat-y;
}
.border_right_index {
	background-image: url("/images/right_edge_index.gif");
	background-repeat: repeat-y;
}

.cart_total {	
 	position:relative;
 	top:0;
 	right:0;
	left:600;
 	width:150px;
	z-index:999;
}
