* {
  margin:0;
  padding:0;
}
#qs_wrap {
  margin: 20px 0 0 20px;
  width: 270px;
}

.content_wrap {
  margin: 10px 10px 0 0;
  width: 620px;
}

.sidebox_wrap {
  margin: 10px 0 0 0;
  width: 265px;
}

#qs_menu {
  width: 265px;
  height: 23px;
}
#qs_sale_button {
  float: left;
  width: 132px;
  height: 23px;
  background: white;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #AAA;
  cursor: default;
  text-align: center;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #1a2188;
}

#qs_rent_button {
  float: left;
  width: 131px;
  height: 23px;
  background: #DDD;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #AAA;
  cursor: pointer;
  cursor: hand;
  text-align: center;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #777;
}

#qs_hor_spacer{
  width: 263px;
  height:5px;
  display: block;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #AAA;
}

#qs_sale_box{
  width: 263px;
  display: block;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #AAA;
}

#qs_rent_box{
  width: 263px;
  display: none;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #AAA;
}

.sidebar_wrap fieldset {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #1a2188;
  border: 1px solid #AAA;
  padding: 0 0 5px 0;
}

.sidebar_wrap legend {
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  color: #1a2188;
  padding: 0 5px 0 5px;
  margin-left:10px;
}

.content_wrap fieldset {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #1a2188;
  border: 1px solid #AAA;
  padding: 0 0 5px 0;
}

.content_wrap legend {
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  color: #1a2188;
  padding: 0 5px 0 5px;
  margin-left:10px;
}

#qs_wrap fieldset {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #1a2188;
  border: 1px solid #AAA;
  padding: 0 0 5px 0;
}

#qs_wrap legend {
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  color: #1a2188;
  padding: 0 5px 0 5px;
  margin-left:10px;
}

.qs_select {
  height:20px;
  width:150px;
  margin: 0 0 3px 0;
  border:1px solid #AAA;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #1a2188;
  background:#EEE;
}

input.up, input.dn {
  margin: 0;
  height: 20px;
  width: 25px;
  padding: -10px 0 0 0;
  color: #424b6d;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
}

input.spin-integer {
  margin: 0;
  padding: 3px 0;
  text-align: center;
  border: medium none;
  width: 25px;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #1a2188;
  background:#EEE;
}

/* trigger button */
#download_now {
	background:transparent url(currency.png) no-repeat scroll 0 0;
	display:block;
	height:32px;
	margin-bottom:30px;
	overflow:hidden;
	text-indent:-999em;
	width:159px;
	cursor:pointer;
}

/* mouseover state */
#download_now:hover {
	background-position:0 -33px ;		
}

/* clicked state */
#download_now:focus {
	background-position:0 -66px;
}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(black_arrow_big.png);
	height:175px;
	padding:28px 5px 10px 0;
	width:365px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	text-align:left;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}
.tooltip.bottom {
	background:url(black_arrow_big_bottom.png);	
	height:160px;
	padding:53px 30px 0 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}



/* style the trigger elements */
#menubar img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}
#menutip {
	display:none;
	background:transparent url(black_arrow.png);
  font-family:Arial;
	font-size:12px;
  text-align:center;
	height:95px;
	width:160px;
	padding:15px 25px 10px 25px;
	color:#fff;	
}
#menutip.bottom {
	background:url(black_arrow_bottom.png);	
	width:160px;
  margin-top:40px
	padding-top:60px;
	height:95px;
}










/*Drop Down Menu Styles*/
#ddmenu {
	background:url(menubg2.gif) repeat-x;
	margin: 0;
	padding: 0;
	height:43px;
	width:700px;
}
	
#ddmenu li {	
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
}

#ddmenu li a {	
	background:url(top-dotted2.gif) right no-repeat;
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	width: 70px;
	color: #fff;
	text-transform:uppercase;
	white-space: nowrap;
	text-align:center;
}

#ddmenu li a:hover {	
	background: #000 url(top-dotted2.gif) right no-repeat;
}
	
#ddmenu li ul {	
	margin: 3px 0 0 10px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:600px;
}

#ddmenu li ul li {	
	display:inline;
}

#ddmenu li ul li a {
	width: auto;	
	background: url(bottom-dotted2.gif) right no-repeat;
	display: inline;
	color: #d9d9d9;
	font-size: 11px;
	padding: 3px 10px;
}

#ddmenu li ul li a:hover {	
	background: #000 url(bottom-dotted2.gif) right no-repeat;
	padding: 3px 10px;
}
