/*
/*  view.css
/*  Created August 22, 2006
*/

.sidebar {
	float: right;
	width: 260px;
}

* html .sidebar {
  margin-top: 4px;
}

.sidebar h3 {
	font-size: 24px;
	font-style: italic;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 0px;
}

* html .sidebar h3 {
  overflow: hidden;
  width: 240px;
}

* html .sidebar .hr {
  margin-bottom: 12px;
  margin-top: -8px;
}

p.address {
	margin-top: 4px;
	margin-bottom: 8px;
}

* html p.address {
  margin-bottom: 16px;
}

.rating {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}

.sidebar h4 {
	margin-top: 10px;
}

.sidebar p {
	color: #585858;
	margin-bottom: 10px;
}

.sidebar form {
  margin-bottom: 14px;
}

ul.plain {
  padding: 0px;
  margin-left: 0px;
  list-style: none;
}

ul.plain a {
  color: #757575;
}

ul.options {
	padding: 0px;
	list-style: none;
}

ul.options a {
	color: #757575;
	padding-left: 20px;
}

ul.options li {
	background-image: url('../../images/bullets/red.png');
	background-repeat: no-repeat;
	background-position: 1px 3px;
	margin: 2px 0px;
}

ul.options li.red { 
	background-image: url('../../images/bullets/red.png'); }
ul.options li.yellow { 
	background-image: url('../../images/bullets/yellow.png'); }
ul.options li.blue { 
	background-image: url('../../images/bullets/blue.png'); }
ul.options li.green { 
	background-image: url('../../images/bullets/green.png'); }
	
ul.reviews {
  padding: 0px;
  list-style: none;
  margin-top: 18px;
}

ul.reviews li {
  background-image: url('../../images/quote.png');
  background-repeat: no-repeat;
  background-position: 0px 1px;
	font-family: 'Trebuchet MS', 'Verdana',
		'Bitstream Vera Sans', sans-serif;
	font-size: 12px;
	font-style: italic;
	padding-left: 24px;
	color: #777;
	margin: 6px 0px;
}

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

.frame {
	background-image: url('../../images/frames/billboard/frame.png');
	background-repeat: no-repeat;
	width: 497px; height: 221px;
	padding: 11px;
	margin-top: 14px;
	position: relative;
}

* html .frame {
  width: 519px; height: 243px;
}

.frame img {
  position: absolute;
}

* html .frame img {
  top: 11px;
}

.features h3 {
	font-size: 20px;
	margin-top: 14px;
	margin-bottom: -10px;
}

.phone {
	font-family: 'Myriad Pro', 'Trebuchet MS', sans-serif;
	text-shadow: 0px 3px 3px #000;
	font-weight: 800;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.phone .close {
	position: absolute;
	right: 6px; top: 50px;
	cursor: pointer;
}

.phone .name {
	width: 620px;
	font-size: 48px;
	letter-spacing: -2px;
	font-style: italic;
	margin-bottom: -80px;
	margin-left: 20px;
	line-height: 48px;
}

.phone .number {
	font-size: 132px;
	letter-spacing: -4px;
	padding: 10px;
	white-space: nowrap;
}

.photos ul {
  list-style: none;
  padding: 0px;
  text-align: center;
  margin: 0px -6px;
  margin-top: -6px;
  overflow: hidden;
}


.photos ul li {
  float: left;
  padding: 7px;
  border: 1px solid #ddd;
  margin: 6px;
}

.extras {
  overflow: hidden;
}

* html .extras {
  margin-bottom: -12px;
}

.extras h3 {
  margin-top: 8px;
}

.extras .none {
  color: #aaa;
}

.extras .coupons,
.extras .giveaways {
  float: left;
  width: 194px;
  margin: 0px 28px;
  margin-top: -14px;
}

* html .extras .coupons,
* html .extras .giveaways {
  width: 190px;
  margin: 0px 14px;
  
}

* html .extras p.none {
  margin-top: 12px;
}

* html .sections {
  clear: left;
}

* html #ie_float_fix {
  clear: left;
}

* html .sidebar .submit {
  margin-top: -8px;
  margin-bottom: 8px;
}
