@import url(common.css);

/* == JS STUB ======================================================= */
 .js-dependant {
	display: none !important;
}

.js-enabled .js-dependant {
	display: block !important;
}


/* == END OF JS STUB ================================================ */

/* == SKINNING ====================================================== */

/*  normal */

#tpl-title-wrapper {
	color: white;
}
#tpl-main-menu li a {
	color: white;
}
#tpl-main-menu li a:hover {
	color: black;
	background: white;
}
#tpl-main-menu li a .tpl-active-area {
	border-color: white;
}
.grp-index #tpl-title {
	color: white;
}
.grp-index #tpl-credits {
	color: #d7d7d7;
	white-space: nowrap;
	/* background-image: url(../img/template/credits-logo-ffffff.gif); */
}
.grp-index #tpl-credits:hover {
	color: #ffffff;
	white-space: nowrap;
	/* background-image: url(../img/template/credits-logo-ffffff.gif); */
}

/* dark */

.grp-index-dark #tpl-title-wrapper {
	color: #464646;
}
.grp-index-dark #tpl-main-menu li a {
	color: #464646;
}
.grp-index-dark #tpl-main-menu li a:hover {
	color: white;
	background: #a8a8a8;
}
.grp-index-dark #tpl-main-menu li a .tpl-active-area {
	border-color: #464646;
}
.grp-index-dark  #tpl-title {
	color: #a8a8a8;
}
.grp-index-dark  #tpl-credits {
	color: #a1a1a1;
}
.grp-index-dark  #tpl-credits:hover {
	color: #464646;
}
.grp-index-dark .home-item-info-data-shade {
	background: #b4a06b;
}
.grp-index-dark {
	color: #464646;
}
.grp-index-dark a {
	color: #b4a06b;
	/* color: #464646; */
}
body.grp-index-dark {
	background: #eeeeee;
}
/* == END OF SKINNING =============================================== */

html, body {
	height: 100%;
	width: 100%;
	border: none 0px;
	margin: 0px;
	padding: 0px;
	background: #888888;
}

body {
	position: relative;
	color: white;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	text-decoration: none
}

#home-carcass,
.home-carcass-inner {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	position: relative;
	vertical-align: bottom;
}

.tpl-fullwidth {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

#home-rel-top {
	height: 20px;
	width: 100%;
	margin: 0px 0px -20px 0px;
	position: relative;
	z-index: 10;
}

.home-rel-top-inner {
	position: relative;
}

#home-rel-middle {
	width: 100%;
	position: absolute;
	background: yellow;
	height: 20px;
	margin: 0px 0px -20px 0px;
	z-index: 1;
}

#home-rel-bottom {
	width: 100%;
	height: 500px;
	margin: 0px;
	position: relative;
	overflow: hidden;
	z-index: 9;
}

#home-rel-left,
#home-rel-right {
	height: 128px;
	position: relative;
	z-index: 10;
}


#tpl-carcass-left,
#tpl-carcass-right {
	padding: 0px;
	width: 0px;
	vertical-align: middle;
}
/* == SCROLLER ====================================================== */
.home-gallery-button {
	position: absolute;
	z-index: 10;
	width: 66px;
	height: 128px;
	overflow: hidden;
}
	.home-gallery-button img {
		position: absolute;
		top: 0px;
		left: 0px;
	}

#home-gallery-button-prev {
	left: 10px;
}
#home-gallery-button-next {
	right: 10px;
}
	#home-gallery-button-next img {
		left: -46px;
	}


#home-info-stripe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.home-info-frame {
	position: absolute;
	width: 0%;
	bottom: 0px;
	left: 0px;
	height: 100%;
	overflow: hidden;
}

.home-info-frame-inner {
	position: relative;
	height: 100%;
}

#skn-active-frame-1 #home-info-frame-1 {width: 100%}
#skn-active-frame-2 #home-info-frame-2 {width: 100%}
#skn-active-frame-3 #home-info-frame-3 {width: 100%}
#skn-active-frame-4 #home-info-frame-4 {width: 100%}
#skn-active-frame-5 #home-info-frame-5 {width: 100%}
#skn-active-frame-6 #home-info-frame-6 {width: 100%}
#skn-active-frame-7 #home-info-frame-7 {width: 100%}
#skn-active-frame-8 #home-info-frame-8 {width: 100%}


#js-background-1,
#js-background-2 {
	background: transparent 0px 0px no-repeat;
}
/* == END OF SCROLLER =============================================== */


/* == ITEM INFO ===================================================== */

.home-item-title-annotation {
	display:block;
	text-align:right; 
	font-size:24px; 
	line-height:28px;
	margin-bottom:10px;
}

.home-item-info {
	position: absolute;
	right: 30px;
	bottom: 20px;
}
.home-item-info-data {
	width: 371px;
}
.home-item-info-data-group {
	width: 371px;
	position: relative;
	font: normal normal normal 16px/19px Arial, sans;
	height: 38px;
	border-bottom: solid 1px;
}
.home-item-info-data-group-last {
	border-bottom: 0px;
}
.home-item-info-data-title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 142px;
	padding: 9px 0px 0px 10px;
}

.home-item-info-data-value {
	position: absolute;
	top: 0px;
	left: 152px;
	width: 209px;
	padding: 9px 0px 10px 10px;
}

.home-item-info-data-value a {
	position: relative;
	z-index: 10;
}

.home-item-info-data-shade {
	display: none;
	clear: both;
	height: 38px;
	width: 100%;
	background: #ffffff;
/*	opacity: .23;
	-moz-opacity: .23;
	filter: alpha(opacity=23); /* now is provided by script */
}

.js-hover .home-item-info-data-shade {
	display: block;
}

.home-info-frame h2 {
	position: absolute;
/*	right: 47px; */
	right: 60px;
/*	bottom: 213px; */
	bottom: 113px;
	font: normal normal normal 48px/58px 'Century Gothic', sans;
	margin: 0px;
	padding: 0px;
	
}

.home-spacer {
	width: 1000px;
	height: 0px;
	overflow: hidden;
}
/* == END OF ITEM INFO ============================================== */

/* == SPINNER ======================================================= */
#js-spinner {
	position: absolute;
	height: 32px;
	width: 32px;
	overflow: hidden;
	top: 48px;
	left: 300px;
	display: none;
}

#js-spinner-image {
	position: absolute;
	top: 0px;
	left: 0px;
}	
/* == END OF SPINNER ================================================ */
