@charset "utf-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* Commonly used to style section titles. */
h2 {
	color: #F5A01F;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #F7A01F;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #666666;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #666666;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 795px;
	position: relative;
}
#outerWrapper #topbar {
	background-image: url("../images/background.jpg");
	height: 62px;
	padding-top: 10px;
}
body #outerWrapper #topbar #phone {
	float: left;
	display: inline;
	margin-top:9px;
}
body #outerWrapper #topbar #skype {
	float: left;
	display: inline;
	margin-top:9px;
}
body #outerWrapper #topbar #chat {
	float: left;
	margin-right: 20px;
	display: inline;
	margin-top:9px;
}
#outerWrapper #topbar #sutitle {
	float: left;
	height: 20px;
	width: 350px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
  display: block;
	margin-left: 0px;
}

#outerWrapper #topbar #social #content2 {
	padding-top: 5px;
	text-align: center;
	height:25px;
	width:219px;
	float:right;
}
#areaclientes {
	position:absolute;
	text-align:right;
	width:100px;
	height:20px;
	z-index: 5;
	top: 19px;
	left: 665px;
}
#areaclientes a:hover{
	text-decoration:none;
	color:#333;
}

#areaclientes a{
	color:#F5A01F;
}

#client {
	width:219px;
}

#join {
	width:70px;
	float:right;
	padding:6px 5px 0 0;
	font-size:12px;
	color:#F5A01F;
}
#client img {
	float:right;
}

#outerWrapper #topbar #social #searchidbox {
	width:219px;
	float:right;
	background-image: url(../images/br_.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
#outerWrapper #topbar #social #searchidbox #izquier {
	background-image:url(../images/bl_3.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:219px;

}
#outerWrapper #topbar #social #searchidbox #izquier form {
	padding:5px 9px;
}
#outerWrapper #topbar #searchidbox #content {
	padding-top: 5px;
	text-align: center;
}
#outerWrapper #topbar #social {
	float:left;
	width:243px;
}
#outerWrapper #topbar #social #content {
	margin-left:24px;
}
#outerWrapper #topbar #social #content a:link {
	color: #F5A01F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outerWrapper #topbar #social #content a:visited {
	color: #F5A01F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outerWrapper #topbar #social #content a:hover {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outerWrapper #topbar #social #content a:focus {
	color: #F5A01F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outerWrapper #topbar #social #content a:active {
	color: #F5A01F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outerWrapper #topbar #social #searchidbox {
	width:219px;

	float:right;
	background-image: url(../images/br_.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
#outerWrapper #topbar #social #searchidbox #izquier {
	background-image:url(../images/bl_3.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:219px;

}
#outerWrapper #topbar #social #searchidbox #izquier form {
	padding:5px 9px;
}

#outerWrapper #header {
	background-image: url("../images/background.jpg");
	background-repeat: repeat-y;
    height: 159px;
}
#outerWrapper #header #logo {
	float: left;
	display: block;
	width: 222px;
	height: 159px;
	margin-left: 24px;
}
#outerWrapper #header #images {
	padding-left: 5px;
	display: block;
	float: left;
	width: 389px;
	height: 159px;
}
#outerWrapper #header #banners {
	padding-left: 5px;
	display: block;
	float: left;
	width: 520px;
	height: 159px;
}
#outerWrapper #navbar {
	background-image: url("../images/background.jpg");
	background-repeat: repeat-y;
	height: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 24px;
	padding-left: 24px;
}
#outerWrapper #navbar #button{
	float: left;
}
#outerWrapper #contentWrapper {
	background-image: url("../images/background.jpg");
	background-repeat: repeat-y;
	overflow: hidden;
	height: auto;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 167px;
	margin-left: 14px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D5D7;
}
#outerWrapper #contentWrapper #leftColumn1 #navlist {
	width: 163px;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 2px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #999;
}
#outerWrapper #contentWrapper #leftColumn1 #navlist a:link {
	text-decoration: none;
	color: #999;
}
#outerWrapper #contentWrapper #leftColumn1 #navlist a:hover {
	text-decoration: none;
	color: #F5A01F;
}
#outerWrapper #contentWrapper #leftColumn1 #navlist a:visited {
	color: #999;
}
#outerWrapper #contentWrapper #leftColumn1 #navlist a:focus {
	color: #999;
}
#outerWrapper #contentWrapper #leftColumn1 #navlist a:active {
	color: #999;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 10px 24px 0 204px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: auto;
}
#outerWrapper #bottomBar {
	background-image: url("../images/background.jpg");
	background-repeat: repeat-y;
    height: 66px;
}
#outerWrapper #footer {
	background-image: url("../images/background.jpg");
	background-repeat: repeat-y;
	height: auto;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #footer #links {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
#outerWrapper #footer #copyright {
	color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#outerWrapper #footer #shortcut {
	font-size: 11px;
	color: #666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 15px;
}
#outerWrapper #footer #shortcut #title {
	font-size: 10px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	width: 110px;
	padding-bottom: 6px;
	margin-left: 8px;
	margin-right: 8px;
}
#outerWrapper #footer #shortcut #item {
	width: 110px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 4px;
	padding-bottom: 2px;
}
#outerWrapper #footer #shortcut a:link {
	color:#666;
	font-weight: normal;
}
#outerWrapper #footer #shortcut a:visited {
	color: #666;
	font-weight: normal;
}
#outerWrapper #footer #shortcut a:hover {
	color:#F5A01F;
	text-decoration: none;
	font-weight: normal;
}
#outerWrapper #footer #shortcut a:focus {
	color: #666;
	font-weight: normal;
}
#outerWrapper #footer #shortcut a:active {
	color: #666;
	font-weight: normal;
	padding-top: 10px;
}
.hide {
	display:none;
}
.select {
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	height:19px;
}
.searchnum {
	width: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #808080;
	color: #666;
	height: 15px;
	float: left;
}
a.button {
	display:block;
	color:#999;
	height:30px;
	line-height:29px;
	text-decoration:none;
	width:160px;
	float: left;
	font-size:12px;
}
a:hover.button {
	color: #F5A01F;
	text-decoration: none;
	font-weight: normal;
}
.newsletter {
	text-indent:25px;
	display:block;
	background-image: url("../images/envelope.gif");
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
.comments {
	text-indent:25px;
	display:block;
	background-image: url("../images/comments.gif");
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
.iframe {
	width: 269px;
	height: 100px;
}
#outerWrapper #footer #banner {
	margin-left: 14px;
	width: 745px;
	height: 133px;
}
#outerWrapper #footer #slogan {
	height: 30px;
	width: 488px;
	margin-left: 143px;
	margin-top: 14px;
}
#outerWrapper #footer #links {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
#outerWrapper #footer #copyright {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.searchnum {
	width: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #D5D5D7;
	color: #666;
	height: 15px;
}
.boxheader {
	height: 23px;
	width: 163px;
	color: #FFF;
	background-color: #989A9D;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
	border: 1px solid #D5D6D7;
}
.boxcontent {
	height: 132px;
	width: 163px;
	background-color: #FFF;
	border-bottom: 1px solid #D5D6D7;
	border-left: 1px solid #D5D6D7;
	border-right: 1px solid #D5D6D7;
}
.boxcontentNews{
	height: 75px;
	width: 163px;
	background-color: #FFF;
	border-bottom: 1px solid #D5D6D7;
	border-left: 1px solid #D5D6D7;
	border-right: 1px solid #D5D6D7;
}
.iframe {
	width: 269px;
	height: 100px;
}
#imagen img {
	float:left;
	display:inline;
}
#freenights {
	padding-top: 7px;
	padding-bottom: 7px;
	width: 170px;
	text-align:center;
	border: 1px solid #333;
	background: none repeat scroll 0% 0% rgb(247, 143, 30);
	font-weight: bold;
	-moz-border-radius: 4px 4px 4px 4px;
}
#freenights a {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
#freenights a:hover {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	text-decoration:none;
}
.menu {
	text-align:left;
	width:747px;
	padding:0 0px;
	margin:0;
}
.menu li {
	float: left;
	list-style: none;
	display: inline;
	margin: 0px;
}
.menu li a {
	line-height: 28px;
	text-align: center;
	color:#FFF;
	font-size:12px;
	float: left;
	width:104px;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
}
.menu li.apartments a {
	width: 108px;
	background: transparent url(../images/boton.gif) no-repeat scroll 0 0;
}
.menu li.apartments a:hover {
	background: transparent url(../images/boton.gif) no-repeat scroll 0 -28px;
	text-decoration:none;
}
.menu li.studios a {
	width: 80px;
	background: transparent url(../images/boton.gif) no-repeat scroll -108px 0;
}
.menu li.studios a:hover {
	background: transparent url(../images/boton.gif) no-repeat scroll -108px -28px;
	text-decoration:none;
}
.menu li.onebedroom a {
	width:103px;
	background: transparent url(../images/boton.gif) no-repeat scroll -188px 0;
}
.menu li.onebedroom a:hover {
	background: transparent url(../images/boton.gif) no-repeat scroll -188px -28px;
	text-decoration:none;
}
.menu li.twobedroom a {
	width:107px;
	background: transparent url(../images/boton.gif) no-repeat scroll -291px 0;
}
.menu li.twobedroom a:hover {
	background: transparent url(../images/boton.gif) no-repeat scroll -291px -28px;
	text-decoration:none;
}
.menu li.corporatespecials a {
	width:150px;
	background: transparent url(../images/boton.gif) no-repeat scroll -398px 0;
}
.menu li.corporatespecials a:hover {
	background: transparent url(../images/boton.gif) no-repeat scroll -398px -28px;
	text-decoration:none;
}
.menu li.aboutus a {
	width:87px;
	background: transparent url(../images/boton.gif) no-repeat scroll -548px 0;
}
.menu li.aboutus a:hover {
	background: transparent url(../images/boton.gif) no-repeat scroll -548px -28px;
	text-decoration:none;
}
.menu li.findanagent a {
	width:112px;
	background: transparent url(../images/boton.gif) no-repeat scroll -635px 0;
}
.menu li.findanagent a:hover {
	background: transparent url(../images/boton.gif) no-repeat scroll -635px -28px;
	text-decoration:none;
}
#outerWrapper #contentWrapper #content5 {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top: 0;
	margin-right: 24px;
	margin-bottom: 0;
	margin-left: 14px;
	height: auto;
	text-align: justify;
}
#infoCaption {
	font-size: 21px;
	color: #F5A01F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 25px;
	padding: 5px 10px;
}
#infoCaptionError {
	font-size: 21px;
	color: #C00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 25px;
	padding: 5px 10px;
	text-align: center;
}
#infoCaptionOk {
	font-size: 21px;
	color: #0C0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 25px;
	padding: 5px 10px;
	text-align: center;
}
#infoCaptionAlert {
	font-size: 21px;
	color: #C00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-left: 130px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#infoCaptionshort {
	font-size: 21px;
	color: #F5A01F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 15px;
	padding: 5px 10px;
	float: left;
}
#contactTel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contactTitle {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contactTitlePlus {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-bottom: 2px;
	background-image:url("../images/plus.png");
	background-repeat: no-repeat;
	float:left;
	padding-left:30px;
	height: 24px;
	cursor: pointer;
}
#contactTile {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contactItem {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-top: 2px;
	margin-bottom: 2px;
}
.formborder {
	border-style:solid;
	border-width:1px;
	border-color:#fff;
	color:#fff;
	background-image: url("../images/form_button_over.jpg");
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
}
.formborder:hover {
	border-style:solid;
	border-width:1px;
	border-color:#fff;
	color:#fff;
	background-image: url("../images/form_button.jpg");
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
	cursor: pointer;
}
#contentText {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #666;
	height: auto;
}
#contentText h2 {
	font-size: 12px;
	font-weight: bold;
	color: #F5A01F;
}
.topagent {
	float:right;
	margin-right:10px;
	width: auto;
	background-color: #F5A01F;
}
.topagentpic {
	border: 1px solid #FFF;
	margin-left: 5px;
	height: 51px;
	width: 51px;
}
.topagentpic2 {
	border: 1px solid #FFF;
	margin-left: 5px;
	height: 61px;
	width: 61px;
	margin-top: 10px;
}
.review {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
	padding: 10px;
}
.reviewby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F5A01F;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.reviewday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #F5A01F;
	padding-left: 10px;
}
.reviewname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.reviewtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	padding: 10px;
}
.oops {
	font-size: 14px;
	color: #C00;
	border: 1px solid #C00;
	height: auto;
	text-align:center;
	background-color:#F5DEE4;
	width: 85%;
	margin-left: 50px;
	padding: 10px;
}
.title {
	padding-bottom: 8px;
}
.reviewed {
	font-weight: bold;
	color: #F5A01F;
}
.pic {
	border: 1px solid #FFF;
}
.agent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
}
.more a:link {
	color: #F5A01F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
}
.more a:visited {
	color: #F5A01F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
}
.more a:hover {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}
.more a:focus {
	color: #F5A01F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
}
.more a:active {
	color: #F5A01F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
}
#contactTel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contactTitle {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contactTitlePlus {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-bottom: 2px;
	background-image:url("../images/plus.png");
	background-repeat: no-repeat;
	float:left;
	padding-left:30px;
	height: 24px;
	cursor: pointer;
}
#contactTile {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contactItem {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-top: 2px;
	margin-bottom: 2px;
}
.collapse {
	text-align: justify;
	width: 685px;
	padding: 10px;
	display:none;
	padding-left: 30px;
}
.locTitle {
	font-size:14px;
	color:#C60;
	font-weight:bold;
	padding: 5px;
}
.locAddress {
	padding: 5px;
}
.locContent {
	padding: 5px;
}
.locCheck {
	padding: 5px;
	font-weight: bold;
	color: #333;
}
#filter {
	width:100px;
	float:left;
	display:inline;
}
#contenido {
	margin-left:152px;
}
#apts {
	width:100%;
	padding-left:18px;
	margin-bottom:20px;
	float:left;
	display:inline;
}
#pic {
	height:55px;
	width:120px;
	background-color:#999;
	padding:2px 2px 5px 5px;
	float:left;
	display:inline;
	margin-top:4px;
	border:solid 1px #000;
}
#pic2 {
	width:121px;
	float:left;
	display:inline;
	text-align:right;
	margin-top:2px;
	margin-bottom:1px;
	line-height:7px;
}
#picture {
	width:52px;
	height:39px;
	float:left;
	display:inline;
}
#myviewed {
	font-size:16px;
	margin:15px 0px;
	color:#333;
	font-weight:bold;
	float:left;
	display:inline;
	width:100%;
	margin-left:20px;
}
#viewed {
	width:143px;
	float:left;
	display:inline;
	margin-left:7px;
	margin-top:5px;
}
#price {
	float:left;
	display:inline;
	width:60px;
	margin:3px 0px 4px 6px;
}
#price a {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#more {
	float:left;
	display:inline;
	width:60px;
	margin-left:6px;
}
#more a {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#loading {
	font-size:16px;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	font-weight:bold;
}
#btnreview {
	height:62px;
	width:140px;
	text-align:center;
	float:left;
	display:inline;
	padding-top:10px;
}
#infoThumb {
	margin-top: 5px;
	margin-bottom: 5px;
}
#infoThumb font {
	margin-left: 60px;
}
#infoSubtitle {
	font-weight: bold;
	color: #949599;
	font-size: 16px;
}
#infoPrice {
	font-size: 20px;
	font-weight: bold;
	color: #F90;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#infoPriceLine {
	font-size: 20px;
	font-weight: bold;
	color: #C00;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-decoration: line-through;
}
#infoPriceSave {
	font-size: 20px;
	font-weight: bold;
	color: #F90;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#infoLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 2px;
}
#infoContent {
	height: auto;
	margin-left: 19px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#infoContent1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	height: 220px;
	margin-left: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-right: 8px;
}
#infoContent1 a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
#infoContent1 a:hover {
	font-weight: normal;
	text-decoration: underline;
}
#infoContent2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	height: 220px;
	margin-left: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-right: 8px;
}
#infoContent3 {
	height: 220px;
	margin-left: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-right: 8px;
}
#infoTitle {
	font-weight: bold;
	color: #333;
	padding-left: 6px;
}
#infoTitle2 {
	font-weight: bold;
	color: #F90;
}
#infoItems {
	font-weight: bold;
	color: #949599;
	padding-left: 6px;
}
#infoItemsTable {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
}
#infoItemsTableLarge {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 500px;
}
#infoPlanner {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
#infoPics {
	border: 1px solid #333;
	height: 300px;
	width: 400px;
	text-align: center;
	margin-left: 10px;
}
#infoPics2 {
	margin-right: 10px;
	border: 1px solid #333;
	height: 300px;
	width: 225px;
	float: right;
}
#infoPicsText {
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
#areaText {
	text-align: justify;
}
#areaTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#areaPics {
	border: 1px solid #333;
	height: 223px;
	width: 317px;
	text-align: center;
	margin-left: 10px;
}
#areaPics2 {
	margin-right: 10px;
	border: 1px solid #333;
	height: 223px;
	width: 317px;
	float: right;
}
#infoPicsText2 {
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 10px;
}
#infoThumb2 {
	margin-top: 20px;
}
#infoPrice2 {
	font-size: 25px;
	font-weight: bold;
	color: #F90;
	padding-top: 20px;
	padding-bottom: 20px;
}
#infoPrice2 a:link {
	font-weight: bold;
	text-decoration: none;
	color:#F90;
	font-weight:normal;
}
#infoPrice2 a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#F90;
	font-weight:normal;
}
#infoPrice2 a:hover {
	font-weight: bold;
	text-decoration: underline;
	color:#F90;
	font-weight:normal;
}
#infoPrice2 a:active {
	font-weight: bold;
	text-decoration: none;
	color:#F90;
	font-weight:normal;
}
#notAvailable {
	color: #E83131;
	background-color: #FFECEC;
	margin-top: 10px;
	margin-right: 19px;
	margin-bottom: 50px;
	margin-left: 19px;
	border: 1px solid #E83131;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#specialNote {
	color: #000;
	margin-right: 11px;
	margin-left: 19px;
	margin-bottom: 6px;
	font-size: 11px;
}
#spLink {
	color: #F90;
	margin-top: 6px;
	margin-bottom: 6px;
}
#spLink a:link {
	text-decoration: none;
	color:#F60;
	font-weight:normal;
}
#spLink a:visited {
	text-decoration: none;
	color:#F60;
	font-weight:normal;
}
#spLink a:hover {
	text-decoration: underline;
	color:#F60;
	font-weight:normal;
}
#spLink a:active {
	text-decoration: none;
	color:#F60;
	font-weight:normal;
}
#neighbor {
	padding-left: 19px;
	padding-right: 19px;
	text-align: justify;
}
#infoNopromo {
	font-size: 25px;
	font-weight: bold;
	color: #F90;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.bordeform2 {
	margin-left: 25px;
}
