#left_box {
	position: relative;
	float: left;
	width: 220px;
	min-height: 300px;
	height: auto !important;	/* IE6 Hacks */
 	height: 300px;				/* IE6 Hacks */
	text-align: center;
}
#boat_name{
	font: 20px Tahoma;
	letter-spacing:1px;
	font-variant: small-caps;
	font-weight:bold;
	padding-top: 10px;
}
#sub_model {
	color: #FF7D00;
	padding: 10px;
}
#sub_model a {
	cursor: pointer;
}
#order_this {
	display: block;
	cursor: pointer;
	width: 180px;
	height: 90px;
	margin: 0px auto;
	margin-top: 10px;
	background: url(../img/big_bttn.gif) no-repeat center;
}
#order_this:hover {
	background: url(../img/big_bttn_over.gif) no-repeat center;
}
#order_this div {
	cursor: pointer;
	color: #FF7D00;
	padding-top: 25px;
	text-align: center;
}
#order_this div span{
	font: 18px Tahoma;
}
.boat_price {
	display: none;
}
#photos_box, #icon_box, #text_box {
	position: relative;
	float: left;
	width: 680px;
}
#photos_box {
	padding-bottom: 10px; /* damn IE */
}
.frame_150 {
	float: left;
	cursor: pointer;
	width: 150px;
	height: 150px;
	background: #ffffff url(../img/frame_150.gif) no-repeat;
	margin: 10px;
	margin-bottom: 0px;
}
.frame_50 {
	float: left;
	width: 50px;
	height: 50px;
	background: #ffffff url(../img/frame_50.gif) no-repeat;
	margin: 10px;
}
.frame_150:hover {
	/*background-color: #dfdfdf;*/
	background-color: #FF7D00;
}
.frame_50:hover {
	/*background-color: #dfdfdf;*/
	background-color: #FF7D00;
}
#body div.frame_150 a {
	border-bottom: none;
}
.frame_150 img {
	padding: 2px;
	width: 146px;
	height: 146px;
}
.frame_50 img {
	padding: 2px;
	width: 46px;
	height: 46px;
}

.boat_list {
	position: relative;
	float: left;
	width: 100%;
}
.boat_class {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #FF7D00;
}
.boat_class_name {
    padding:5px 2px 5px 2px;

	float: left;
	width: 180px;
	height: 150px;
	padding: 10px;
	background: transparent url(../img/big_bttn.gif) no-repeat 20px 40px;
}
.boat_class_name div {
    width: 95%;
    margin: 0px auto;
    padding:50px 0px 40px 10px;

	cursor: default;
	color: #FF7D00;
	font: 20px Tahoma;
	letter-spacing: 1px;
	font-variant: small-caps;
	text-align: center;
}
.boat_class_name div span {
	display: block;
	font: 12px Tahoma;
}
.boat_class_list {
	max-width: 715px;
	float: left;
	padding-bottom:10px;
}
.tab_button {
	display: block;
	float: left;
	cursor: pointer;
	width: 150px;
	height: 18px;
	margin: 1px 1px 0px 0px;
	text-decoration: none;
	background: url(../img/cat_bttn.gif) no-repeat top;
	color: #8c8c8c;
	text-indent: 25px;
	font: 13px Tahoma;
	letter-spacing: 1px;
	font-variant: small-caps;
}
.tab_button_hover {
	height: 31px;
	color: #b2b2b2;
	background: url(../img/cat_bttn_over.gif) no-repeat;
}
.tab_button_open {
	height: 31px;
	color: #b2b2b2;
	background: url(../img/tab_bttn_over.gif) no-repeat;
	z-index:900;
}
#tab_box {
	width: 488px;
	height: 176px;
	background: transparent url(../img/frame_490.gif) no-repeat;
	margin: 10px;
	padding:1px;
	padding-left: 2px;
}
.text_tab {
	position: relative;
	display: none;
	padding: 10px;
	width: 467px;
	top:-7px;
	height: 129px;
	overflow: auto;
}
#tab_empty {
	position: relative;
	padding: 10px;
	top:30px;
}

/* Tooltipi */
.has_tooltip {
	/*cursor: help;*/
}
.tooltip {
	width: 200px;
	z-index:1000;
}
.tooltip .top_div {
	background: transparent url(../img/tooltip_arrow.gif) no-repeat;
	height: 14px;
}
.tooltip .text {
	color: #ff7d00;
	background-color: #3d3d3d;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 4px 7px 4px;
	font-size: 9px;
}
.tooltip .bottom_div {
	background: transparent url(../img/tooltip_bottom.gif) no-repeat;
	height: 3px;
}
.icon_set {
	display: none;
}