@charset "UTF-8";


/* ------------------------- Showroom */
.showroomAdress {
	margin-top: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF6666;
	padding-left: 4px;
	margin-left: 2px;
}


/* ------------------------- hunterTop */
.hunterTop {
	width: 578px;
	float: left;
	border: 1px solid #CCCC66;
}

.hunterCont {
	padding: 5px 10px;
	line-height: 140%;
}


/* ------------------------- leftMenu*/
.bdyMainLeft ul {
	text-align: right;
}

.bdyMainLeft li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


/* ------------------------- box*/
.hunterWrap {
	padding-bottom: 25px;
	margin-bottom: 25px;
	background: no-repeat bottom;
}

.hunterLeft {
	margin: 0px;
	padding: 5px 10px 0px;
	height: 220px;
	width: 220px;
	float: left;
	background: no-repeat;
}

.hunterCap {
	margin: 0px;
	padding: 0px;
	width: 335px;
}


.hunterRightWrap {
	width: 335px;
	float: right;
}
.hunterRight {
	margin: 0px;
	padding: 5px 9px;
	width: 315px;
	float: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
}
.hunterRight  dl {
	width: 295px;
	margin: 0px;
	padding: 10px 0px 0px;
}
.hunterRight  dt {
	padding-left: 5px;
	margin-bottom: 5px;
	color: #FF0000;
	background: no-repeat left 2px;
	font-weight: bold;
	border-bottom: 1px none #CCCCCC;
	text-align: left;
}
.hunterRight  dd {
	margin-bottom: 10px;
	color: #666666;
	padding-left: 20px;
	line-height: 130%;
	text-align: left;
}
.hunterFeature {
	padding-left: 50px;
	background: url(../img-showroom/show-feature.gif) no-repeat left 3px;
}

/* ------------------------------------------------------------------------
	This you can edit. Use PrettyPhoto
------------------------------------------------------------------------- */

div.pictureHolder .top .left { 
	background: url(../images/prettyPhoto/tl.gif) top left no-repeat;
} /* Top left corner */

div.pictureHolder .top .middle {
	background: #fff;
} /* Top pattern/color */

div.pictureHolder .top .right {
	background: url(../images/prettyPhoto/tr.gif) top left no-repeat;
} /* Top right corner */

div.pictureHolder .content a.next:hover {
	background: url(../images/prettyPhoto/btnNext.gif) center right no-repeat; cursor: pointer;
} /* Next button */

div.pictureHolder .content a.previous:hover {
	background: url(../images/prettyPhoto/btnPrevious.gif) center left no-repeat; cursor: pointer;
} /* Previous button */

div.pictureHolder .content a.close {
	width: 52px; height: 26px; background: url(../images/prettyPhoto/btnClose.gif) center left no-repeat; cursor: pointer;
} /* Close button */

div.pictureHolder .bottom .left {
	background: url(../images/prettyPhoto/bl.gif) top left no-repeat;
} /* Bottom left corner */

div.pictureHolder .bottom .middle {
	background: #fff;
} /* Bottom pattern/color */

div.pictureHolder .bottom .right {
	background: url(../images/prettyPhoto/br.gif) top left no-repeat;
} /* Bottom right corner */

div.pictureHolder .loaderIcon {
	background: url(../images/prettyPhoto/loader.gif) top left no-repeat;
} /* Loader icon */

/* ------------------------------------------------------------------------
	DO NOT CHANGE Use PrettyPhoto
------------------------------------------------------------------------- */

div.prettyPhotoOverlay {
	background: #000;
	position: absolute; top: 0; left: 0;
	z-index: 1;
	width: 100%;
}

div.pictureHolder {
	position: absolute; z-index: 2;
	top: 50%; left: 50%;
	width: 100px;
}

div.pictureHolder .top {
	position: relative;
	height: 20px;
}
* html div.pictureHolder .top {
	padding: 0 20px;
}

div.pictureHolder .top .left {
	position: absolute;
	left: 0;
	width: 20px; height: 20px;
}

div.pictureHolder .top .middle {
	position: absolute;
	left: 20px; right: 20px;
	height: 20px;
}

* html div.pictureHolder .top .middle {
	position: static;
}

div.pictureHolder .top .right {
	position: absolute;
	top: 0; left: auto; right: 0;
	width: 20px; height: 20px;
}

div.pictureHolder .content {
	position: relative;
	background-color: #fff;
	text-align: left;
	width: 100%; height: 40px;
}

div.pictureHolder .content .details {
	display: none;
	margin: 10px 15px 0 20px;
}

div.pictureHolder .content .details p {
	float: left; clear: left; margin: 0;
}

div.pictureHolder .content div.hoverContainer {
	position: absolute; z-index: 2000;
	top: 0; left: 0;
	width: 100%;
}

div.pictureHolder .content a.next {
	position: relative; z-index: 2000;
	display: block; float: right;
	text-indent: -10000px;
	width: 49%; height: 100%;
	background: url(../images/en/buttons/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
}	

div.pictureHolder .content a.previous {
	cursor: pointer;
	display: block;
	text-indent: -10000px;
	width: 49%; height: 100%;
	background: url(../images/en/buttons/btnPrevious.gif) -10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */ 
}

div.pictureHolder .content a.close {
	float: right;
	display: block;
	text-indent: -10000px;
}

div.pictureHolder .bottom {
	position: relative;
	height: 20px;
}

* html div.pictureHolder .bottom {
	padding: 0 20px;
}

div.pictureHolder .bottom .left {
	position: absolute;
	left: 0;
	width: 20px; height: 20px;
}

div.pictureHolder .bottom .middle {
	position: absolute;
	left: 20px; right: 20px;
	height: 20px;
}

* html div.pictureHolder .bottom .middle {
	position: static;
}


div.pictureHolder .bottom .right {
	position: absolute;
	top: 0; left: auto; right: 0;
	width: 20px; height: 20px;
}

div.pictureHolder .loaderIcon {
	display: none;
	position: absolute;
	top: 50%; left: 50%;
	margin: -16px 0 0 -16px;
	width: 32px; height: 32px;
}

div.pictureHolder #fullResImage {
	display: block; margin: 0 auto;
}
.hunterType {
}
.hunterWrap h3 {
	font-size: 120%;
	font-weight: normal;
	color: #333333;
	background: #CCCCCC;
	padding-left: 10px;
	text-align: center;
	border-top: 1px solid #666666;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.hunterRight p {
	padding: 5px;
	text-align: left;
}
.hunterWrap h4 {
	text-align: left;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px none #999999;
	font-weight: bold;
	margin-right: auto;
	color: #333333;
}

.bdyMainLeft dt {
	text-align: right;
	margin-bottom: 5px;
	border-bottom: 1px dotted #666666;
	padding-bottom: 5px;
	color: #333333;
	border-top: none;
}
.bdyMainLeft dd {
	margin-bottom: 5px;
	border-bottom: 1px dotted #666666;
	text-align: right;
	padding-bottom: 5px;
}

/* ------------------------------------------------------------------------
	facebox
------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------
	facebox
------------------------------------------------------------------------- */

#facebox .b {
  background:url(../facebox/b.png);
}

#facebox .tl {
  background:url(../facebox/tl.png);
}

#facebox .tr {
  background:url(../facebox/tr.png);
}

#facebox .bl {
  background:url(../facebox/bl.png);
}

#facebox .br {
  background:url(../facebox/br.png);
}

#facebox {
	position: absolute;
	top: 0;
	left:0;
	z-index: 100;
	text-align: left;
	margin: 0px;
}

#facebox .popup {
	position: absolute;
	top:0;
	left:-270px;
	
}

#facebox table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 640px;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
	z-index: 99;
	background: url(../facebox/black.gif) repeat;
	height: 100%;	
	
}



* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
