/* default elements */
div, body, html {
	margin: 0; 
	padding: 0;
}

ul {
	margin-top: 0px;
}

body, div {
	font-family: Tahoma, Arial, Verdana; 
	font-size:13px; 
	color:#dfe2df;
}

body { background: #313232 url(/_img/template/background.gif); }

td { vertical-align: top; }

img { border: 0px; }


#wrapper, #footer, #header { 
	margin: 0 auto;
	width: 953px;
}

#contentContainer {
 width: 953px;
 background: #131414 url(/_img/template/content-vertical-fill.gif) repeat-y;
}

#logo {
	padding: 0px!important;
	margin: 0px!important;
}

#nav {
	float: right;
	height: 43px;
	width: 704px;
	text-align: right;
}

#nav img {
	margin: 0px!important;
	padding: 0px!important;
}

.rounded {
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

iframe {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

#topNav { margin-bottom: 21px; }
#headerWrapper { background: url(/_img/template/header-background.gif); }

#header {
 color: #333;
 padding: 0 0 0 29px;
 height: 123px;
 width: 926px;
}

div#leftColumn, #leftColumn div {
	color: #4f5257;
	font-size: 11px!important;
}

div#leftColumn { 
 display: inline;
 width: 224px;
 padding: 0;
 float: left;
 margin-right: 25px;
 background: url(/_img/template/left-col-header.gif) no-repeat left top;
}

#leftColumnContent { 
 margin: 28px 8px 28px 32px;
}

#leftNav {
	margin: 0 0 12px 0;
}

#leftNav span
{
	background: url(/_img/template/nav-bullet.gif) no-repeat right center;
	padding-right: 10px;
	line-height: 20px;
	width: auto;
}

#leftNav hr {
	margin-top: 4px;
}

#leftNav .toolLinks span
{
	background-image: url(/_img/template/tool-link-bullet.gif);
	color: #3b688e;
	margin-top: 20px;
}

#leftColumn .toolLinks a:hover, #leftColumn .toolLinks a:link, #leftColumn .toolLinks a:active, #leftColumn .toolLinks a:visited {
	color: #3b688e;
}

#leftColumn a:hover, #leftColumn a:link, #leftColumn a:active, #leftColumn a:visited {
	color: #4f5257;
	text-decoration: none;
	font-weight: bold;
}

#leftColumn a:hover {
	text-decoration: underline;
}

#leftColumn #ads {
	color: #424242;
	margin: 0 auto;
	margin-top: 100px;
}

#leftColumn #ads img {
	margin-bottom: 10px;
}

#rightColumn { 
 float: right;
 color: #333;
 padding: 19px 0px;
 width: 686px;
 display: inline;
 position: relative;
 margin-right: 18px;
}

#rightColumn a:link, #rightColumn a:hover, #rightColumn a:active, #rightColumn a:visited {
	color: #de6a25;
}

#rightColumn a:hover {
	text-decoration: none;
}

#footer { 
	background: url(/_img/template/footer.gif) no-repeat;
	clear: both;
	height: 80px;
	padding: 42px 0 0 0;
}

#footer #leftContent 
{
	color: #acadad!important;
	float: left;
}

#footer #rightContent {
	color: #acadad!important;
	float: right;
	text-align: right;
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #acadad;
	text-decoration: none;
}

.clear { clear: both; background: none; }

.pageHeading {
	background: #383737 url(/_img/template/heading-background.gif) repeat-x;
	color: #ffffff;
	padding: 12px 29px;
	margin-bottom: 5px;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
}

.pageHeading a:link, .pageHeading a:hover, .pageHeading a:active, .pageHeading a:visited,
h1 a:link, h1 a:hover, h1 a:active, h1 a:visited  {
	color: #FFFFFF!important; 
}

.curvyContent {
	background: #343333;
	padding: 23px 29px;
}

#nowSellingPhotos ul li { list-style-type: none; height: 66px; }
#nowSellingPhotos ul, #nowSellingPhotos li { margin: 0px; padding: 0px; }

#homepageAd {
	float: right;
	padding: 0px!important;
}

.moreComments {
	height: 1px;
	width: 1px;
	border: 0px;
	background-color: #FFFFFF;
	display: none;
	visibility: hidden;
}

/* Modal Dialog Styles */
#GB_overlay {
  background-image: url(overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(/_img/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_img/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}
/* Table Styles */
.detailTable, .tableCommon {
	margin-top: 2px;
}

.formTable th {
	text-align: right;
	vertical-align: top;
	color: #E86E1C;
}

.error {
	color: #CC0000;
}

.tableCommon .highlightRow, .rowHover {
	background-color: #f68026!important;
	color: #000000!important;
}

.tableCommon td a:link, .tableCommon td a:visited, .tableCommon td a:hover, .tableCommon td a:active {
	color: #eeeeee;
}

.rowHover td a:link, .rowHover td a:hover, .rowHover td a:visited, .rowHover td a:active {
	color: #000000!important;
}

.tableCommon .oddRow {
	background-color: #424141;
	color: #eeeeee;
}

.tableCommon .evenRow {
	background-color: #252424;
	color: #eeeeee;
}

.tableCommon td {
	font-size:11px;
	padding: 3px;
	vertical-align: top;
}

.tableCommon th, .detailTable thead th, .darkFeatureBox {
	font-size: 11px!important;
	color: #eeeeee;
	background-color: #131414;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

.lightFeatureBox strong {
	color: #000000;
}

.lightFeatureBox 
{
	background-color: #bbbff7;
	border: solid 1px #153366;
	padding: 5px;
}

.darkFeatureBox {
	border: solid 1px #000000;
	padding: 5px;
}

.darkFeatureBox td, .darkFeatureBox strong
{
	color: #FFFFFF;
}

.tableCommon th, .detailTable thead th {
	padding: 5px;
	padding-right: 10px;
	vertical-align: middle;
}

.tableCommon th a:link, .tableCommon th a:visited {
	color: #FFFFFF;
}

.detailTable th {
	color: #E86E1C;
	font-weight: normal;
	vertical-align: top;
	padding-top: 4px;
}

.detailTable, .detailTable td, .detailTable th {
	border: 0px;
}

.detailTable tbody th {
	font-size:11px;
	text-align: right;
	width: 140px;
}

.detailTable th a:link, .detailTable th a:active, .detailTable th a:visited
{
	font-size:11px;
	color: #FFFFFF;
	font-weight: normal;
}

.messageBox {
	width: 100%;
	border: solid 2px #888888;
	background-color: #DDDDDD;
	padding: 6px;
}

.smallPrint {
	font-size: 10px;
}

.highlight {
	padding: 4px;
	border: solid 1px #EE3931;
	background-color: #FEDAD4;
	color: #EE3931;
	margin-bottom: 10px;
	clear: both;
	width: 500px;
}

.highlight ul 
{
	margin-bottom: 0px;
	margin-top: 5px;
	color: #EE3931;
}

.highlight strong {
	color: #EE3931;
}

.sitemap li {
	list-style-type: none;
	line-height: 20px;
}

ul.sitemap  {
	margin-left: 0px;
}

.sitemap div {
	margin-bottom: 0px;
	margin-top: 10px;
}

.sitemap div, .sitemap div a:link, .sitemap div a:hover, .sitemap div a:active, .sitemap div a:visited {
	color: #de6a25!Important;
}

/* Listing Styles */
table.listingSearchResults {
	margin: 0px 0px 0px -8px;
}

table.listingSearchResults td {
	border: solid 1px #212222;
	background: #424141;
	margin: 10px;
	padding: 10px;
}

#viewListing {
	float: right;
	margin-top: 4px;
}

#viewVirtualTour img {
	margin-top: 4px;
	margin-bottom: -5px;
}

.listingDetailsBoxDivider
{
	clear: both;
	padding: 10px;
}
	
.listingDetailsBox, .listingDetailsBox .tableCommon {
	width: 100%;
}

.listingDetailsHeader {
	background: #1d1c1c;
	padding: 5px 10px 0px 10px;
	margin: 0px -10px 10px -10px;
	height: 20px;
	font-weight: bold;
	font-size: 16px!important;
	color: #FFFFFF;
	height: 26px;
}

.listingDetailsHeaderButton {
	float: right;
	font-size: 10px;
	padding: 0px;
}

.listingFeatureImage {
	float: right;
	border: 0px;
	margin-left: 10px;
}

.listingSummary strong {
	line-height: 16px;
}

.listingDetailsBox ul {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 10px;
}

.listingDetailsLeft { float: left; }
.listingDetailsRight { float: right; }
.listingDetailsLeft li, .listingDetailsRight li
{
    width: 300px;
    list-style-type: none;
}

/* Picture Styles */
.PictureList
{
	padding: 0;
	margin: 0;
	margin-left: 0px !important;
	display:block;
}
div.pic
{
	float: left;
	height:180px;
	width: 166px;
	margin: 0px 5px 5px 0px;
	border: solid 1px #212222;
	background-color: #424141;
	overflow:hidden;
	padding: 5px 5px 5px 0px;
	text-align: center;
}

div.pic span 
{
	display: block;
	overflow:visible;
	margin-left: 4px;
}

div.pic a
{
	padding: 0;
}

div.pic img
{
	border: none;
}

.right {
	float: right;
}

.pageEditBox {
	float:right;
	border:1px solid gainsboro;
	font-size:8pt;
	padding:10px;
	margin-top:50px;
}

/* Lightbox Styles */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

