body {
	background: url(../img/bd_bg.gif) repeat-x top;
	background-color: #000000;
	font: 12px Tahoma;
	margin: 5px;
}
a {
	text-decoration: none;
}
img {
	border:none;
}
.clear {
	clear: both;
}
#box {
	width: 930px;
	border: 1px solid #8c8c8c;
	position:relative;
	margin:0 auto;
	text-align:left;
	background-color: #DDDDDD;
}
#head {
	position: relative;
	height: 125px;
	z-index: 100;
}
#head_msg {
	position: absolute;
	left: 138px;
	top: 5px;
	width: 762px;
	height: 90px;
	overflow: hidden;
	background: transparent url(../img/head_msg_bg.png) no-repeat top;
}
#head_bg {
	position: absolute;
}
div#lang_box {
	position: absolute;
	left: 905px;
	top: 5px;
	width: 20px;
	height: 90px;
	background: url(../img/lang_bttn.gif) no-repeat top;
	line-height: 22px;
	text-align: center;
}
div#head_menu {
	position: absolute;
	top: 100px;
	left: 138px;
	height: 25px;
}
div#lang_box a {
	text-decoration: none;
	color: #8c8c8c;
}
div#lang_box:hover {
	background: url(../img/lang_bttn_over.gif) no-repeat top;
}
div#lang_box:hover a {
	text-decoration: none;
	color: #b2b2b2;
}
div#lang_box a:hover {
	text-decoration: none;
	color: #dddddd;
}
div#lang_box .current_lang {
	color: #ffffff;
}
div#lang_box:hover .current_lang {
	color: #ffffff;
	cursor: default;
}
div#body {
	position: relative;
	z-index: 1;
	color: #3f3f3f;
	background: #dddddd url(../img/body_bg.gif) repeat-x scroll left top;
}
div#body_2 {
	/*height:450px;*/
	width: 920px;
	min-height: 450px;
	height: auto !important;	/* IE6 Hacks */
 	height: 450px;				/* IE6 Hacks */
	padding:5px;
}
div#body_2.startup {
	background: transparent url(../img/index.jpg) no-repeat scroll left top;
}
#body a {
	color: #3d3d3d;
	font-variant: small-caps;
	border-bottom: 1px dotted #FF7D00;
	font-weight: normal;
}
#body a:hover {
	border-bottom: 1px solid #FF7D00;
	color: #000000;
}
#body a.no_link {
	cursor: default;
	border-bottom: 1px dotted #999999;
}
#cat_path {
	font-variant: small-caps;
	letter-spacing:1px;
	color: #FF7D00;
	font-weight: bold;
	margin-bottom:10px;
	text-indent: 10px;
}
#footer {
	position: relative;
	left: 0px;
	top: 0;
	width: 930px;
	height: 25px;
	background: url(../img/footer_row.gif) repeat-x top;
	z-index: 100;
	clear: both;
}
#footer_icon {
	position: relative;
	float: left;
	cursor: default;
	color: #b2b2b2;
	text-indent: 28px;
	line-height: 25px;
	font-variant: small-caps;
	letter-spacing: 1px;
	padding-top: 2px;
	height: 25px;
	width: 250px;
	background: url(../img/footer_icon.gif) no-repeat top left;
}
#footer_menu {
	position: relative;
	top: 5px;
	float:right;
}
#silent {
	display: none;
}
.dump {
	color: #3f3f3f;
	text-align:left;
	width: 930px;
}
div#loading {
	position: fixed;
	right: 50%;
	top: 40%;
	background: url("../resource/frame.php?w=34&h=34") no-repeat scroll 0 0 #ffffff;
	width: 34px;
	height: 34px;
	z-index: 1000;
}
div#loading div {
	background: url("../img/loading.gif") no-repeat scroll 50% 50% transparent;
	padding: 17px;
}
/* Menu */
.menu, .nav, .menu .nav li {
	margin:0px; padding:0px;
}
.menu li {
	float:left; display:inline; cursor:pointer; list-style:none; width: 150px; padding:1px 1px 1px 0px; position:relative;
}
.menu li ul.first {
	left:-1px; top:19px;
}
.menu li a {
	width:150px; 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;
}
.menu .nav li {
	width:100%; background-color:#3d3d3d; height:19px; width:152px;
}
.menu li a {
	display:block; width:inherit; height:inherit; height:18px;
}
.menu ul.nav {
	display:none;
}
.menu li:hover > a {
	color: #b2b2b2;	background: url(../img/cat_bttn_over.gif) no-repeat top;
}
li:hover > .nav {
	display:block; position:absolute; width:152px; top:-1px; left:151px; z-index:1000; background-color:#3d3d3d; padding-top:1px;
}
.menu li:hover {
	position:relative; z-index:2000;
}
.menu li a span.arrow {
	color:#FF7D00; position:absolute; right:25px; width:18px;
}
.menu li.bd_cat > a {
	color:#FF7D00
	;
}
.menu li.bd_cat a span.blink {
	text-decoration: blink;
}
.menu li.no_cat {
	cursor: default;
}
.menu li.no_cat_clickable {
	cursor: pointer;
}
/* EOF Menu */
div#image_box {
	position: fixed;
	display: none;
	top: 50px;
	cursor:pointer;
	background-color: #dddddd;
	background-color: #cccccc;
	background-color: rgba(204, 204, 204, 0.6);
	border: 1px solid #dddddd;
	border-radius:10px;
	background-image:none;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 1000;
}
div#image_box img {
	/*border: 1px dotted #3f3f3f;*/
	margin:10px;
}

div#message_box {
	position: fixed;
	display: none;
	top: 50px;
	width: 300px;
	padding: 10px;
	border: 1px solid #3f3f3f;
	background: #DDDDDD url(../img/body_bg.gif) repeat-x scroll left top;
	z-index: 1000;
}
#message_text {
	cursor:default;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
div.button {
	cursor:pointer;
	display: block;
	width: 150px;
	height:18px;
	margin: 0px auto;
	text-decoration: none;
	border: 1px solid #3f3f3f;
	background: url(../img/cat_bttn.gif) no-repeat top;
	color: #8c8c8c;
	text-align: center;
	font: 13px Tahoma;
	letter-spacing:1px;
	font-variant: small-caps;
}
div.button:hover {
	color: #b2b2b2;
	background: url(../img/cat_bttn_over.gif) no-repeat top;
}
div#maintainance {
	background: url(../img/bd_bg.gif) repeat-x scroll center top #000000;
	border: 1px solid #FF7D00;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 30px;
	position: relative;
	text-align: center;
	top: 100px;
	width: 310px;
	box-shadow:1px 2px 3px rgba(102, 102, 102, 0.75);
}div#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: right; width: 700px;
}
#photos_box {
	padding-bottom: 10px; /* damn IE */
}
.frame_310 {
	float: left; cursor: pointer; width: 300px; height: 250px; background: #ffffff url(../resource/frame.php?w=310&h=250) no-repeat; margin: 10px; margin-bottom: 0px;
}
.frame_225 {
	float: left; cursor: pointer; width: 225px; height: 250px; background: #ffffff url(../resource/frame.php?w=225&h=250) no-repeat; margin: 10px; margin-bottom: 0px;
}
.frame_150 {
	float: left; cursor: pointer; width: 150px; height: 150px; background: #ffffff url(../resource/frame.php?w=150&h=150) no-repeat; margin: 10px; margin-bottom: 0px;
}
.frame_50 {
	float: left; width: 50px; height: 50px; background: #ffffff url(../resource/frame.php?w=50&h=50) no-repeat; margin: 10px;
}
.frame_225:hover {
	background-color: #FF7D00;
}
.frame_150:hover {
	background-color: #FF7D00;
}
.frame_50:hover {
	background-color: #FF7D00;
}
#body div.frame_150 a {
	border-bottom: none;
}
.frame_150 img {
	padding: 2px; width: 146px; height: 146px; margin:0px;
}
.frame_50 img {
	padding: 2px; width: 46px; height: 46px;
}
div.zoom_icon {
	background-image: url("/img/zoom.gif"); height: 16px; left:10px; margin:2px; position:relative; top:-33px; width:16px;
}
div.frame_150:hover div.zoom_icon {
	border:2px solid #ff7D00; margin:0;
}
div#boat_list div.frame_150 a {
	display:block; height:146px; margin:2px; background-position:50% 50%;
}
div#boat_list div.boat_name {
	display:none; background-color:rgba(100, 100, 100, 0.6); color:#FFFFFF; font-size:16px; line-height:20px; height:22px; margin:2px; position:relative; text-align:center; top:-24px;
}
div#boat_list div.frame_150:hover div.boat_name {
	display:block;
}
.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: 487px; height: 174px; 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;
}
/*=============TOOLTIP===========*/
.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 {
	height:3px; background:transparent url(../img/tooltip_bottom.gif) no-repeat;
}
.icon_set {
	display: none;
}
/*=============GEARSHOP===========*/
.shadow_s {
	box-shadow: 0 1px 2px #666666;
}
.shadow_m {
	box-shadow: 1px 2px 3px rgba(102, 102, 102, 0.75);
}
.shadow_none {
	box-shadow: none;
}
div#class_head {
	width: 734px; margin: 0pt auto; height: 125px; border-bottom: 1px dotted rgb(255, 125, 0);
}
div.class_button {
	float:left; height:100px; margin:6px; text-align:center; width:80px; background: #ffffff url(../resource/frame.php?w=80&h=100) no-repeat;
}
div.class_button:hover {
	color:#ffffff; cursor:pointer; margin:4px; width:84px; height:104px; background: #FF7D00 url(../resource/frame.php?w=84&h=104) no-repeat;
}
div.class_button div.class_img {
	background-color:#FFFFFF; background-position:50% 50%; background-repeat:no-repeat; height:97px; margin:2px; width:76px;
}
div.class_button div.class_label {
	color:#FFFFFF; font-size:11px; line-height:13px; margin:2px; position:relative; top:-16px; width:76px; background-color:#777777; background-color:rgba(33, 33, 33, 0.6);
}
div.class_button:hover div.class_label {
	width:80px; top:-16px; font-size:12px; line-height:14px; text-shadow:0 0 2px #000000;
}
div.class_button:hover div.class_img {
	width:80px; height:100px;
}
div#class_current {
	height:107px; margin:0; position:relative; top:5px; width:90px; top:2px; cursor:auto; background: #FF7D00 url(../resource/frame.php?w=90&h=107) no-repeat;
}
div#class_current div.class_label {
	font-size:13px; line-height:15px; margin:2px; position:relative;top:-17px; width:86px;
}
div#class_current div.class_img {
	width:86px; height:103px; background-repeat:no-repeat; background-position:50% 50%;
}
div#item_page {
	display:none; height: 281px; position:fixed; width: 585px; z-index: 100; background-color:#cccccc; background-color:rgba(204, 204, 204, 0.6); border: 1px solid #dddddd; border-radius:10px;
}
div#item_page.standart {
	/*background-image:url(../resource/frame.php?w=585&h=370); background-repeat:no-repeat;*/
}
div#item_page.extended {
	/*background-image:url(../resource/frame.php?w=585&h=370); background-repeat:no-repeat;*/
}
div#current_item {
	background-color:#ffffff; cursor:auto;
}
div#current_info {
	position:relative; top:5px; right:5px; background-color:#ffffff; cursor:default; padding:5px; width:300px; height:240px; text-align:left;
}
div.item_property {
	clear:left; margin:5px; width:450px; height:30px
}
div.item_property span {
	float:left; width:120px; line-height:30px; text-align:right; margin-right:5px;
}
div.item_color {
	width:10px; height:10px; float:left; border:1px solid #ffffff;
}
div.item_status {
	color: #FF7D00; font-weight: bold; margin: 20px 0; padding: 10px; text-align: center; float:right;
}
div#item_descr {
	height:210px; overflow-y: scroll;
}
a.imagelink {
	position: relative; top: 2px;
}
a.imagelink:hover {
	background-image:none;
}
a.imagelink img {
	border-bottom: 1px dotted #FF7D00;
}
a.imagelink img:hover {
	border-bottom: 1px solid #FF7D00; background-color:#ffffff;
}
div#item_descr ul {
	margin:10px 0 0; padding-left: 20px;
}
div#item_descr ol {
	margin:10px 0 0; padding-left: 30px;
}
div#item_descr li {
}
div#item_pricebox {
	border-top:1px dotted #999999; padding:5px; margin-top:5px;
}
div#item_price {
	float:left; width:65px; font-weight:bold; font-size:14px;
}
div#item_pricebox span {
	background-image:url(../img/tip_icon.gif); float:left; height:14px; margin-left:5px; position:relative; top:2px; width:16px;
}
select#currency_selector {
	float:left; border: 1px solid #999999; font-size: 11px;
}
div#order {
	display:block; position:relative; top:75px;
}
div#item_tabs {
	float: left; height: 15px; margin-left: 15px; width: 553px; padding-left:10px;
}
div.item_tab {
	background-color:#DDDDDD; border:1px solid #666666; border-bottom:none; float:left; margin-left:3px; text-indent:5px; width:70px; cursor:pointer; line-height:14px; border-radius: 5px 5px 0 0;
}
div.item_tab:hover {
	background-color:#DF6E00;
}
div.item_tab.active {
	background-color:#ffffff; position:relative; top:2px; cursor:default; z-index:10;
}
div.item_order {
	display:none; background: transparent url(../resource/frame.php?w=555&h=77) no-repeat; float:left; margin-left:15px; width:555px; background-color:#ffffff; height:77px; position:relative;
}
div.box_close {
	color:#FF7D00; cursor:pointer; padding:5px 10px; font-weight:bold; font-variant:small-caps; float:right; position:relative; top:-2px; right:30px; display:none; background-color:#ffffff; border:1px solid #777777; border-top:none; border-radius:0px 0px 5px 5px;
}
div.box_close:hover {
	color: #DF6E00;
	text-shadow:0px 0px 1px #000000;
}
div#image_box > div.box_close {
	padding:3px 10px
}
div.move {
	background-color:#FFFFFF; color:#FF7D00; cursor:pointer; font-size:36px; padding:0 5px 2px 5px; position:absolute; top:135px; z-index:100; display:none; border:1px solid #999999;
}
div.move:hover {
	color: #DF6E00; text-shadow:0px 0px 1px #000000;
}
div.move.next {
	float:right; right: -15px; border-radius:0px 5px 5px 0px; border-left:none;
}
div.move.prev {
	float: left; left: -15px; border-radius:5px 0px 0px 5px; border-right:none;
}
div#item_code {
	border:1px solid #888888; float:right; margin-right:10px; text-align:center; width:100px; background-color:#dddddd
}
div.item_code {
	color: #999999; display: none; position: relative; top: -25px; margin-right:15px; text-align:right
}
div.catalog_item:hover div.item_code {
	display:block;
}
.small_caps {
	font-variant:small-caps;
}
.big_caps {
	font-variant:small-caps;
}
.select_prop {
	width:25px; height:25px; float:left; border:1px solid #888888; cursor:pointer; margin:2px; background-color:#dddddd; line-height:24px; text-align:center;
}
.select_prop:hover {
	border:2px solid #FF7D00; margin:1px;
}
.color_B { /* blue */
	background-color:#2222FF;
}
.color_J { /* yellow */
	background-color:#dddd00;
}
.color_O { /* orange */
	background-color:#ff9911;
}
.color_R { /* red */
	background-color:#ff0000;
}
.color_N { /* black */
	background-color:#000000;
}
.color_P { /* grey */
	background-color:#999999;
}
.color_Z { /* green */
	background-color:#00cc00;
}
.color_V { /* purple */
	background-color:#660099;
}
.color_W { /* white */
	background-color:#efefef;
}
.color_H { /* Khaki green */
	background-color:#9DAF6D;
}
.color_C { /* Carbon */
	background-image: url(../img/camo.gif);
}
.color_K { /* Kamo */
	background-image: url(../img/carbon.gif);
}
#size_XXXS, #size_XXXL {
	font-size:10px;
}
.select_prop.selected {
	border:2px solid #FF7D00; margin:1px; cursor:default; box-shadow: none;
}
.select_prop.selected.size {
	background-color:#bbbbbb;
}
div#catalog_page_block {
	position:fixed; background-color:#000000; width:100%; height:100%; overflow:hidden; z-index:100; top:0px; left:0px; opacity:0.65;
}
div#catalog_page {
	width:765px; margin:0 auto; overflow:hidden; padding-bottom:10px;
}
div.catalog_item {
	width:225px; text-align:center; margin:15px; float:left;
}
div.item_name {
	padding:5px; margin:2px 2px 0; font-size:18px; line-height:22px; text-align:center; background-color:#777777; color:#ffffff; text-shadow: #333333 0px 0px 1px;
}
div.item_name span {
	margin-left:5px; font-size:10px; line-height:14px;
}
div.item_name.manuf {
	background-image: url(../img/manufacturers.png); background-repeat: no-repeat;
}
div.item_name.manuf.m1 {
	background-position: 2px 4px;
}
div.item_image {
	margin:0px 2px 2px; height:214px; cursor:pointer; background-color:#ffffff; overflow:hidden;
}
div.item_image:hover div#zoom_icon{
	border:2px solid #FF7D00; margin:0px;
	/*filter:alpha(opacity=100); opacity:1.0;*/
}
div.no_image {
	background: #ffffff url(../img/no_image.gif); cursor: auto;
}
div.item_image img {
	margin:10px;
}
div.item_image.no_fullsize {
	cursor:auto;
}
div.item_image span {
	float:right; position:relative; top:185px; right: 15px
}
div#zoom_icon {
	background-image: url(../img/zoom.gif); height:16px; left:25px; position:absolute; margin:2px; top:236px; width:16px;
}
div.extra_img {
	float:right; position:relative; top:-40px; right:6px;
}
div.extra_img div {
	background-color:#FFFFFF; border:1px solid #888888; float:right; height:30px; left:-2px; margin:2px; overflow:hidden; width:30px; cursor:pointer;
}
div.extra_img div:hover {
	border:2px solid #FF7D00; margin:1px;
}
div.extra_img img{
	margin: 0px;
}
