<style type="text/css">
<!-- 

/*added*/
content img {
  border: none;
}

/* default page styles here */
/*body {
	font-family:'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;
	font-size:12px;
}*/

/* standard text font */
/*.text {
	color : 000000;
	font-family:'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;
	font-size:12px;
	background-color: ;
	font-weight : ;
}*/

/*.text a:link, .text a:visited  {
	color : #80BE14;
	text-decoration: underline;
	font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;
}*/

/*.text a:hover {
	color : #80BE14;
	text-decoration: none;
	font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;
}*/

.xxsmall {
	color : 000000;
	font-family:'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;
	font-size:10px;
	background-color: ;
	font-weight : ;
}

/* this style is used to display the page title throughout the cart & 
checkout pages */
/*.maintitle {
	color:#80BE14;
	font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;
	font-weight : bold;
	font-size:18px;
}*/
.maintitle {
	color:#3E768D;
  font-family:'Century Gothic',Arial,Helvetica,sans-serif;
  font-size:18px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
}

.maintitle a {
	color: #3e768d; 
	}
	
.maintitle a:hover {
	color: #3e768d;
	}
	
.maintitle a:visited {
	color: #3e768d;
	}



/* this style is used to display the welcome message */
/*.welcomeMsg {
	color:#000000; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;
	text-align: center;
}*/

.welcomeMsg {
	color:#3E768D;
  font-family:'Century Gothic',Arial,Helvetica,sans-serif;
  font-size:18px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
}

/* the following styles are used on the search results page */
/*.filetitle {
	font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;
	font-size: 12px;
	color: #80BE14;
	font-weight: bold;
	}*/
	

.filetitle{
  font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
  font-size:100%;
	color:#4E869B;
  font-weight:normal;
}
	
.fileprice {
	/*color: #990000;*/
	color: #4E869B;
}	

.author {
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;
	font-size: 12px;
	color: #000000;*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#AFC6DC;
	font-size:0.95em;
	}

td {
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	}


/*
The following 3 styles are used for the td's in the heading row of the 
shopping cart table, and also for the bottom row of the same table (where 
the subtotal is displayed).  These styles are also used on search.php

cartheadinglefttd and cartheadingrighttd are useful if you want to specify 
border styles for the td's and the ends of the row.  The td's in the 
middle of the row have style set to cartheadingtd, which only specifies 
top and bottom styles, not right/left. 
*/
td.cartheadingtd {
	color :white;
	/*background-color:#80BE14;*/
	background-color:#AFC6DC;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
	font-weight : bold;
	font-size:16px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

td.cartheadinglefttd {
	color : ;
	/*background-color:#80BE14 ;*/
	background-color: #AFC6DC;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
	font-weight : bold;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}

td.cartheadingrighttd {
	color : ;
	/*background-color: #80BE14;*/
	background-color: #AFC6DC;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
	font-weight : bold;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

/* cartitemtd:  used for the td's displaying the items in the cart.  Used 
on cart.php (non-secure) and confirm_order.php (secure page).  Also used 
on search.php */
td.cartitemtd {
	color : 000000;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
	/*background-color:#F1F0EF ;*/
	background-color: #E2E2E2;
	font-weight : ;
}

/* checkoutheadingtd: used for the tds of the heading rows of the tables 
in the secure checkout pages */
.checkoutheadingtd {
	color : white;
	/*background-color: #80BE14;*/
	background-color: #AFC6DC;
	font-weight : bold;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
	border-top: 1px solid ;
	border-bottom: 1px solid ;
}

/* checkoutinfoareatd:  used for the td's in the billing info, shipping 
info, and credit card info tables in the secure checkout pages */
.checkoutinfoareatd{
	color : 000000;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
	/*background-color:#F1F0EF ;*/
	background-color: #E2E2E2;
	font-weight : ;
}

.cartheadingtd A:link {
	color : white;
	text-decoration: underline;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
}

.cartheadingtd A:visited {
	color : white;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
	text-decoration: underline;
}
.cartheadingtd A:hover {
	color : white;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
	text-decoration: none;
}

.checkoutheadingtd A:link {
	color : white;
	text-decoration: underline;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
}

.checkoutheadingtd A:visited {
	color : white;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
	text-decoration: underline;
}
.checkoutheadingtd A:hover {
	color : white;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
	text-decoration: none;
}

a.cartitemtd {
	/*color : #80BE14;*/
	color: #536B97;
	text-decoration:underline;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
}

td.cartitemtd a {
	/*color : #80BE14;*/
	color: #536B97;
	text-decoration:underline;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
}

td.cartitemtd a:hover {
	/*color : #80BE14;*/
	color: #536B97;
	text-decoration:none;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
}

td.cartitemtd a:visited {
	/*color : #80BE14;*/
	color: #536B97;
	text-decoration:underline;
	/*font-family: 'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial,
sans-serif;*/
	font-family:Verdana,Helvetica,sans-serif;
}
/*buttons*/
.btn {
	vertical-align: middle;
	padding: 3px;
	margin: 1px;
	/*background: #80BE14;*/
	background: #AFC6DC;
	/*border: 1px solid #7DA721;*/
	border:1px solid #536B97;
	/*color: #efefef;*/
	color: #ffffff;
	font-size: 12px;
}

.btn:hover {
	/*background: #efefef;*/
	background: #ffffff;
	/*border: 1px solid #ACE149;*/
	border: 1px solid #3E768D;
	/*color: #7DA721;*/
	color: #536B97;

}

.inactivebtn {
	vertical-align: middle;
	padding: 3px;
	margin: 1px;
	/*background: #efefef;*/
	background: #E2E2E2;
	/*border: 1px solid #BFBFBF;*/
	border: 1px solid #3E768D;
	color: #949494;
	font-size: 12px;
}


-->
</style>
