/*
Basic styles
*/

body{
	margin: 0px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

/* Top_bar */

.top_bar td{
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	color: #C0C0C0;
}

/* Info */
.info {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

.info th {
	padding-top: 11px;
	padding-bottom: 2px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: #FFFFFF 1px dotted;
}

.info td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.info small {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;;
	font-size: 8px;
	color: gray;
}

.info a {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;	
	text-decoration: underline;
	font-weight: bold;
}

.info a:hover {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


/* Menu */

.menu {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
}

.menu a {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


.menu a:hover {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #D4D4D4;
	text-decoration: underline;
}

/* Banner */

.banner {
	padding-right: 12px; 
}

.searchBox{
  	background-image: url('../images/magnifying-glass.gif');
  	background-repeat: no-repeat;
  	padding-left: 20px;
  	padding-bottom: 5px;
}

/* Middle */

.middle td {
	font-family : Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
}

.middle strong{
	padding-left: 15px;
	padding-right: 15px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.middle ul {
	margin-left: 17px;
	margin-top: 3px;
	padding-left: 12px;
}

.middle li {
	list-style-image: url(../images/bullet_toggle_arrow.gif);
	list-style-type: none;
	list-style-position:  inherit;
}

.middle a {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #4B7FBB;
	text-decoration: none;
}

.middle a:hover {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #BFBFC1;
	text-decoration: none;
}

.middle em {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.middle h1 {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

.middle img {
	padding-bottom: 5px;
}

.middle .photo {
	margin-left: 15px;
	border: #C9C9C9 1px solid;
	padding: 2px 2px 2px 2px;
}

/* Prices */
.prices th  { 
	color: #000000; 
	font-size: 11px; 
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif; 
	font-weight: bold; 
	padding-left: 15px; 
	border-bottom: 1px solid #c9c9c9 }

.prices td {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
