@charset "UTF-8";

/* toppegetab */

div.show-tab01, div.show-tab02, div.show-tab03 {
	position: relative;
}

div.show-tab01 h3 {
	position: absolute;

	left: 211px;

	top: -26px;
}

div.show-tab02 h3 {
	position: absolute;

	left: 326px;

	top: -26px;
}

div.show-tab03 h3 {
	position: absolute;

	left: 435px;

	top: -26px;
}

div#tab02, div#tab03 {
	display: none;
}

/* =========== tab template 01 =========== */

div.tab-template01 {
	background-image: url(../img/tab_template/tab-background01.gif);

	height: 326px;
}

div.tab-template01 ul.shortcut-link {
	padding-top: 5px;

	right: 0px;
}

div.tab-template01 ul.shortcut-link li {
	padding-left: 18px;

	padding-right: 12px;

	float: right;

	border: none;
}

div.tab-template01 ul.shortcut-link li a {
	font-size: 10px;

	padding-left: 14px;

	background-image: url(../img/tab_template/icon_triangle.gif);

	background-position: left center;

	background-repeat: no-repeat;

	display: block;
}

div.tab-template01 dl {
	padding: 28px 10px 0 12px;
}

/* ==== IE6 ==== */

*html div.tab-template01 dl {
	padding: 0px 10px 0 12px;

	margin-top: 26px;
}

*html div.tab-template01 dl dd{
}

/* ==== IE7 ==== */

*+html div.tab-template01 dl {
	padding: 0px 10px 0 12px;

	margin-top: 26px;
}

div.tab-template01 dl dt {
	background-image: url(../img/tab_template/tab_back_parts_dt.gif);

	background-repeat: no-repeat;

	width: 73px;

	height: 96px;

	float: left;
}

div.tab-template01 dl dd {
	background-image: url(../img/tab_template/tab_back_parts_dd.gif);

	background-repeat: no-repeat;

	width: 201px;
	overflow: hidden;
	height: 97px;

	float: left;
}

div.tab-template01 dl dd.new-condo {
	background-image: url(../img/tab_template/tab_back_parts_dd_new.gif);
}

div.tab-template01 dl dd p {
	padding: 0 10px 0;

	font-size: 12px;
}

div.tab-template01 dl dd p a.condo-link {
	padding-top: 10px;

	padding-bottom: 4px;

	color: #2C618A;
line-height: 1.1em;
	font-weight: bolder;

	font-size: 12px;

	width: 158px;

	display: block;
}

div.tab-template01 dl dd p span.tab-location {
	font-size: 10px;
	color: #6C165F;
	line-height: 18px;
}


/* =========== tab template 02 =========== */

div.tab-template02 {
	background-image: url(../img/tab_template/tab-background02.gif);

	height: 280px;
}

div.tab-template02 img {
	padding: 10px 10px 0 12px;
}

/* ==== IE6 ==== */

*html div.tab-template02 img {
	padding: 0px 10px 0 12px;

	margin-top: 8px;
}

*html div.tab-template01 dl dd {
	height: 99px;
}


/* =========== tab template 03 =========== */

div.tab-template03 {
	background-image: url(../img/tab_template/tab-background03.gif);

	height: 195px;
}

div.tab-template03 ul.shortcut-link {
	padding-top: 5px;
}

div.tab-template03 ul.shortcut-link li {
	padding-left: 20px;

	padding-right: 10px;

	float: right;

	border: none;
}

div.tab-template03 ul.shortcut-link li a {
	font-size: 10px;

	padding-left: 14px;

	background-image: url(../img/tab_template/icon_triangle.gif);

	background-position: left center;

	background-repeat: no-repeat;

	display: block;
}

div.tab-template03 img {
	padding: 28px 10px 0 12px;
}

/* ==== IE6 ==== */

*html div.tab-template03 img {
	padding: 0px 10px 0 12px;

	margin-top: 26px;
}