body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	text-align: center;
}

a, a:link, a:active, a:visited {
	color: #ff8f04;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

a:focus {
	outline: none;
}

p, address {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	font-size: 100%;
}

	p.tenpix {
		font-size: 0.9em;
	}
	
	p.ninepix {
		font-size: 0.8em;
	}

ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	list-style-type: none;
}
			
	ul li {
		padding: 4px 0px 4px 10px;
		margin: 0px;
		background: url(../images/bullet.gif) no-repeat left center;
	}

strong {
	font-weight: bold;
}

img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

div, span, form, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form input, form select, form textarea {
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
}

h1 span, h2 span, h3 span, h4 span {
	display: none;
}

table {
	margin: 0px 0px 15px 0px;
	font-size: 100%;
	border-collapse: collapse;
}
	
	table tr td {
		padding: 5px 7px;
		margin: 0px;
		border-bottom: 2px solid #fff;
	}

.clear {
	display: block;
	clear: both;
}

/* Page parts */

#barMain {
	margin: 0px auto;
	width: 98%;
	text-align: left;
}

	#barTop {
		float: left;
		width: 667px;
		height: 92px;
	}
	
		#barTop h1 {
			float: left;
			margin-top: 13px;
			width: 117px;
			height: 68px;
			background: url(../images/logo_trhsk.gif) no-repeat;
		}
		
			#barTop h1 a {
				float: left;
				width: 117px;
				height: 68px;
			}
		
		#barLogin {
			display: none;
		}
		
		#barNEW {
			display: none;
		}
			
	#barMiddle {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
	
/* search boxes */

.searchBox {
	display: none;
}

/* menu bottom */

#menuBottom {
	display: none;
}
			
#barCopy {
	display: none;
}

/* main menu */

#menuMain {
	display: none;
}
	
/* sub menu */

#boxMenuSub {
	display: none;
}
	
/* sub menu positions */

	
/* menu left */

#boxMenuLeft {
	display: none;
}
	
/* right parts */

#boxRight {
	float: right;
	width: 588px;
}

	#boxRight .title {
		float: left;
		padding: 2px 0px;
		margin: 10px 0px;
		width: 100%;
		background: #e2e2e2;
	}
	
		#boxRight .title h3 {
			display: inline;
			float: left;
			width: auto;
			margin: 0px;
			padding: 6px 10px 8px 10px;
			font-size: 100%;
			color: #000;
		}
		
		#boxRight .title .date {
			float: right;
			padding: 7px 10px;
			color: #000;
			font-size: 0.8em;
			text-align: right;
		}
		
			#boxRight .title .date strong {
				color: #000;
			}
			
	#boxRight p {
		display: block;
		float: left;
		padding: 0px 10px;
	}
	
	#boxRight .linkarrow {
		display: block;
		float: right;
		padding: 0px 10px;
		margin: 0px 0px 10px 0px;
		color: #000;
		text-decoration: none;
		background: url(../images/btn_continue_arrow.gif) no-repeat 0px 3px;
	}
	
	#boxRight .linkarrow:hover {
		text-decoration: underline;
	}
	
/* detail parts */

#barDetail {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

	#barDetail .listItem {
		width: 100%;
		margin-bottom: 2px;
	}
	
	#barDetail h4 {
		margin: 10px 0px 15px 0px;
		padding: 0px;
		font-size: 100%;
		font-weight: bold;
		color: #000;
	}

#barBackBtn {
	display: none;
}

#barLeftDetail {
	
}

	#barLeftDetail #detailFlashGallery {
		display: none;
	}
	
	#barLeftDetail .separatedDotted {
		display: none;
	}
	
	#barLeftDetail #flashHypo {
		display: none;
	}
	
	#printAddress {
		width: 100%;
		clear: both;
		display: block;
	}

	#printAddress #barControl {
		display: none;
	}
	
		#printAddress table {
			width: 250px;
			clear: both;
		}
		
		#printAddress h4 {
			float: left;
			width: 100%;
			margin: 15px 0px 15px 0px;
			padding: 0px;
			font-size: 100%;
		}
		
		#printAddress p {
			margin: 0px;
		}
		
		#printAddress .separatedDotted {
			background: none;
			border: 0px;
		}
		
		#printAddress address {
			margin: 1px 0px 0px 0px;
			font-style: normal;
		}
		
			#printAddress address img {
				display: none;
			}
		
		#printAddress table td {
			padding: 0px 10px 0px 0px;
		}
			
#barRightDetail {
	display: block;
	float: left;
	width: 100%;
}

	#barRightDetail .separatedDotted {
		display: block;
		width: 100%;
		padding: 0px;
	}
	
	#barRightDetail p.tenpix, #barRightDetail h4 {
		float: none;
		display: block;
	}
	
	#barRightDetail p.tenpix {
		padding-bottom: 15px;
	}

	#barRightDetail #barInfoBasic {
		width: 100%;
		padding: 3px 0px 5px 0px;
	}
	
		#barRightDetail #barInfoBasic p.controlItem {
			display: none;
		}
	
		#barRightDetail #barInfoBasic strong {
			color: #000;
		}
	
		#barRightDetail #barInfoBasic p {
			margin-top: 3px;
		}
		
		#barRightDetail #barInfoBasic p.ninepix {
			margin: 0px 0px 7px 0px;
		}
	
		#barRightDetail #barInfoBasic .left {
			float: left;
			width: 45%;
		}
		
			#barRightDetail #barInfoBasic .left strong {
				float: left;
				width: 90px;
			}
		
		#barRightDetail #barInfoBasic .right {
			float: right;
			width: 45%;
			text-align: right;
		}
		
		#barRightDetail #barInfoBasic .right p {
			clear: right;
			margin: 0px 10px 12px 0px;
			text-align: right;
		}
		
			#barRightDetail #barInfoBasic .right p.ninepix {
				margin: 0px 10px 0px 0px;
			}
		
		#barRightDetail #barInfoBasic .iconMap {
			display: none;
		}
		
		#barRightDetail #barInfoBasic span {
			display: inline;
			margin: 5px 10px 10px 0px;
			float: right;
		}
		
			#barRightDetail #barInfoBasic span.iconGood {
				display: none;
			}
			
			#barRightDetail #barInfoBasic span.iconNormal {
				display: none;
			}
			
			#barRightDetail #barInfoBasic span.iconBad {
				display: none;
			}
		
		#barRightDetail #iconsList {
			display: none;
		}
			
/* tables */

table.properties {
	float: left;
	width: 300px;
	margin: 10px 40px 10px 0px;
}

	table.properties td {
		font-size: 0.9em;
		padding: 2px 10px 2px 0px;
	}
	
	table.properties td.title {
		width: 150px;
		font-weight: bold;
	}

/* search boxes */

#barSearchList {
	display: none;
}

/* icons */

#iconsList {
	display: none;
}

.listItem .iconsItem {
	display: none;
}

/* common */

.separatedSolid {
	float: left;
	margin-bottom: 10px;
	padding: 5px 0px;
	width: 100%;
	background: url(../images/separator_solid.gif) repeat-x bottom;
}

.separatedSolidTiny {
	float: left;
	padding: 5px 0px;
	width: 100%;
	background: url(../images/separator_solid.gif) repeat-x bottom;
}

.separatedDotted {
	float: left;
	padding: 2px 0px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.separatedDottedLine {
	float: left;
	margin: 7px 0px;
	width: 100%;
	height: 1px;
	background: url(../images/separator_dotted.gif) repeat-x;
	overflow: hidden;
}

.separatedDottedTiny {
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

/* forms */


	
/* flash */

#flashStreet {
	display: none;
}

#flashGallery {
	display: none;
}

#insertFlashGallery {
	display: none;
}

#detailFlashGallery {
	display: none;
}

/* list */

#listHeader {
	float: left;
	width: 100%;
}

	#listHeader span {
		float: right;
		font-size: 0.9em;
	}
	
		#listHeader span strong {
			font-size: 1.1em;
			font-weight: bold;
			color: #000;
		}

#listSorter {
	display: none;
}
	
#barMiddle .listPager {
	display: none;
}
	
#listInfoNew {
	display: none;
}
	
.listItem {
	float: right;
	margin-top: 8px;
	width: 423px;
}
	
	.listItem .separatedDotted {
		width: 615px;
	}
	
	.listItem .title {
		float: left;
		padding: 2px 0px;
		width: 100%;
		font-weight: bold;
	}
	
		.listItem p {
			float: left;
			padding-left: 10px;
			margin-bottom: 0px;
			line-height: 1.5em;
		}
		
		.listItem p.controlItem {
			display: none;
		}
		
		.listItem .title .price {
			display: inline;
			float: right;
			margin-right: 10px;
			height: 26px;
			font-weight: normal;
			color: #000;
			line-height: 26px;
		}
		
			#barMiddle .listItem .title h3 {
				display: inline;
				float: left;
				width: auto;
				margin: 0px;
				padding: 0px;
				font-size: 1.27em;
				color: #000;
				line-height: 26px;
			}
			
				.listItem .title h3 a {
					color: #000;
					text-decoration: none;
				}
		
			.listItem .title .price strong {
				color: #000;
			}
			
			.listItem .title .price div {
				float: left;
				padding-left: 11px;
			}
			
			.listItem .title .price div.end {
				display: none;
			}
		
		.listItem .left {
			float: left;
		}
		
		.listItem .right {
			float: right;
			padding: 3px 10px;
			font-size: 0.9em;
			text-align: right;
		}
		
			.listItem .right a {
				padding: 5px 0px;
			}
		
			.listItem .right strong {
				color: #000;
			}
		
		.listItem .photo {
			float: right;
			padding-top: 2px;
			width: 145px;
			overflow: hidden;
		}
		
/* data list */

table.listData {
	width: 100%;
}

	table.listData tr td {
		vertical-align: top;
		background: #f4f4f4;
	}

/* title */

#barMiddle h2 {
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 1.09em;
}

#barMiddle h3 {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
	color: #000;
	font-weight: bold;
	font-size: 1.09em;
}

	#barMiddle h3.red {
		color: #000;
	}