/*
/*  index.css
/*  Created July 24, 2006
*/

#home_photo {
  float: left;
  margin: 20px 0px -2px;
  position: relative;
}

#home_photo img {
  z-index: 1;
  width: 500px;
  height: 280px;
}

#home_photo div.info {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

#home_photo div.info h3,
#home_photo div.info p.credit {
  position: absolute;
  bottom: 6px;
  margin: 0px;
  color: #fff;
}

* html #home_photo div.info * {
  white-space: nowrap;
}

#home_photo h3 {
  font-size: 18px;
  letter-spacing: 0px;
  left: 12px;
  text-align: left;
}

#home_photo p.credit {
  font-size: 11px;
  right: 12px;
  text-align: right;
}

#home_photo p.credit a {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #777;
}

#home_photo p.credit a:hover {
  text-decoration: none;
  border-bottom-color: #fff;
}

#home_search {
  width: 270px;
  float: right;
  margin: 20px 0px -10px 10px;
  background-image: url("../../images/search_top.png");
  background-repeat: no-repeat;
  background-color: #164d84;
}

* html #home_search {
  width: 270px;
  margin: 20px 0px -10px 0px;
}

#home_search h4 {
  margin: 0px;
  color: #fff;
}

#home_search form {
  margin: 0px;
  padding: 6px 10px 10px;
  overflow: hidden;
  background-image: url("../../images/search_bottom.png");
  background-position: 0px 100%;
  background-repeat: no-repeat;
}

* html #home_search form {
  height: 60px;
}

* html #home_search form div {
  display: inline;
}

#home_search input {
  margin: 2px 0px 0px;
  float: left;
}

#home_search div.field {
  margin-right: 56px;
}

#home_search div.field input {
  width: 100%;
  margin-right: 6px;
}

* html #home_search div.field input {
  width: 194px;
}

#home_search div.action input {
  width: 50px;
}

#extras {
  position: relative;
  margin: 20px 0px 10px -10px;
  line-height: 20px;
  background-image: url("../../images/news_middle.png");
  background-repeat: repeat-y;
  background-color: #dde3eb;
}

* html #extras {
  padding: 10px 0px 10px 10px;
  width: 270px;
  margin: 10px 0px 10px -10px;
}

#extras:before {
  content: url("../../images/news_top.png");
  display: block;
  width: 270px;
  height: 10px; 
  margin: -10px 0px 0px 0px;
  line-height: 0.1;
  font-size: 1px;
}

#extras:after {
  content: url("../../images/news_bottom.png");
  display: block;
  width: 270px;
  height: 10px;
  margin: 0px;
  line-height: 0.1;
  font-size: 1px;
}

#extras div.part {  
  margin: 0px 0px 4px;
  padding: 0px 10px 8px;
  border-bottom: 1px solid #bfced9;
}

* html #extras div.part {
  display: inline-block;
  margin: 0px 0px 4px -10px;
}

#extras div.centered {
  text-align: center;
}

#extras div.last {
  margin: 0px 0px;
  padding: 0px 10px;  
  border-bottom: none;
}

#extras h4 {
  color: #2a333c;
  margin: 0px -9px 8px;
  padding: 0px 9px 4px;
  background-image: url("../../images/news_part.png");
  background-repeat: repeat-x;
  background-position: 0px 100%;
}

#extras ul {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
  text-align: left;
  margin: 0px;
  padding-left: 0px;
}

#extras ul li {
  padding-left: 20px;
  background-image: url("../../images/news_bullet.png");
  background-repeat: no-repeat;
  background-position: 0px 0.3em;
}

#extras ul a:hover {
  color: #000c60;
}

#extras p {
  margin: 4px 0px;
}

.sidebar {
	width: 260px;
	float: right;
	margin-top: 10px;
}

.sidebar .hr {
  margin-top: 16px;
}

.sidebar p {
	color: #585858;
}

.sidebar input[type="search"] {
	width: 100%;
	margin: 0px -1px;
}

.main {
	float: left;
	width: 500px;
}

#featured {
  margin-top: 0px;
  padding-top: 12px;
}

* html #featured {
  padding-top: 10px;
}

#featured .shop {
  position: relative;
	overflow: hidden;
	padding: 0px 0px 16px 176px;
	clear: both;
}

#featured .shop .frame {
	background-image: url('../../images/frames/mini/frame.png');
	background-repeat: no-repeat;
	position: absolute;
	padding: 21px;
	margin-right: 6px;
/*  margin-left: -176px;*/
  left: 0px;
}

* html #featured .shop .frame {
  margin-top: 2px;
  margin-bottom: -10px;
  left: -88px;
}

#featured .shop h4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	margin-top: 14px;
	margin-bottom: -16px;	
	line-height: 28px;
}

#featured .shop .rating {
	float: right;
	margin-top: 12px;
	margin-right: 24px;
}

#featured .shop .address {
  color: #232323;
}

#featured .shop .description {
	overflow: hidden;
	height: 4.5em;
}

#featured .shop .more {
	margin: 0px;
	margin-top: -10px;
	font-weight: bold;
}

#featured .shop .more a:after {
	content: ' \00bb';
}
