@charset "utf-8";
/* CSS Document */

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video/*, th, td, tr*/ {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration: none;
	color: #AAAAAA;
}
a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

html, body {
	height: 100%;/* needed to base 100% height on something known*/
	/*	text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #100E0E;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#bg-zone{
	z-index:-999;
	height:100%;
	width:100%;
	text-align:center;
	background-image: url(../img/bg2.png);
	background-repeat: no-repeat;
	background-position: center top;		
}
#bg-zone-image {
	left: 0px;
	position: fixed;
	_position: absolute;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	_right:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth);
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 100%;
	z-index: 0; /*for Chrome*/
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	height: auto;
	min-height: 730px;
	z-index: 0;
	background-image: url(../img/content-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
header {
	height: auto;
	width: 440px;
	display: block;
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
	position: relative;
	text-align: right;
	margin-left: 0px;
	overflow: visible;
}
header h1 {
	float: right;
	height: 61px;
	width: 210px;
	display: block;
	position: relative;
	font-size: 12px;
	font-weight: normal;
}
nav {
	width: 440px;
	height: auto;
	padding: 0px;
	display: block;
	margin: 0px;
	position: relative;
	float: right;
	text-align: right;
}
nav h1 {
	position: absolute;
	right: -2000px;
	display: none;
}
#logo {
	width: 470px;
	height: auto;
	position: relative;
	margin: 0px;
	float: left;
	text-align: center;
}

#container #content {
	display: block;
	float: left;
	background-color:rgba(0,0,0,0.6);
	border-color:rgba(72,72,72,0.6);
	border-width:1px;
	border-style:solid;
	max-width: 530px;
	min-width: 450px;
	height: auto;
	padding: 0px;
	position: relative;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
#container #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 120%;
	font-weight: normal;
	color: rgb(204,204,204);
	text-align: left;
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #bfffffff,Positive = true)";
	zoom: 1;


filter:progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #bfffffff,Positive = true);
	text-align: left;
	display: block;
	margin: 20px;
}
#searchbox {
	position: relative;
	height: 25px;
	width: 160px;
	background-color: transparent;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#search {
	background-image: url(../img/otsi_input_bg.png);
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	padding-left: 5px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	text-align: left;
	vertical-align: text-top;
	background-repeat: no-repeat;
	background-position: left top;
}
#search_button {
	height: 29px;
	width: 29px;
	position: absolute;
	right: -35px;
	top: 0px;
}
#page-footer {
	width: auto;
	font-size: 12px;
	color: #999;
	height: 30px;
	left: 0px;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(72,72,72,0.6);
}
#lang {
	display: block;
	height: 30px;
	width: auto;
	text-align: left;
	padding: 0px;
	position: absolute;
	left: 5px;
	top: -30px;
	vertical-align: text-bottom;
	margin: 0px;
	overflow: hidden;
}
#lang a img  {
	vertical-align: middle;
}
#footer-in {
	display: block;
	width: 380px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 0px;
	margin-top: auto;
	padding-top: 0px;
	float: left;
	line-height: 30px;
}
#page-footer #footer-right {
	width: 120px;
	height: 30px;
	float: left;
	text-align: right;
	line-height: 30px;
	color: #999999;
	font-size: 12px;
}

.sendtofriend {
	padding-top: 10px;
	display: block;
	text-align: right;
}
.menu_edit_img{
	background:url('../img/icons/edit.png') no-repeat;
	width:10px;
	height:12px;
	vertical-align:middle;
}
body a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#webmail_frame {
	background-color: #FFF;
}

/*Join newsletter*/
#event_recipient_email_container {
	float: right;
	clear:both !important;	
}
#event_recipient_email_title {
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 5px;
	color: #AAAAAA;
}
#event_recipient_name_text {
	margin-bottom: 10px;
	text-align: right;		
}
#event_recipient_name_text span {
	margin-right: 5px;
	white-space: nowrap;
}
#event_recipient_name {
	border: 1px solid #CCC;
	float: right;
	width: 112px;
}
#event_recipient_email_text {
	text-align: right;	
}
#event_recipient_email_text span {
	margin-right: 5px;
	white-space: nowrap;
}
#event_recipient_email {
	border: 1px solid #CCC;
	float: right;
	width: 112px;
}
#send-button {
	display: block;
	margin-top: 10px;
	text-align: right;
}
#send-button input {
}

/*mini shoppingCart*/
#miniCart_container {
	background-image:none !important;
	text-align: left;
	width: 200px;
	height: auto;
	min-height: 70px;
	/* Firefox v1.0+ */
	-moz-border-radius: 5%;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 4%/5%;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 4%/5%;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgb(233,233,233);/*	font-size: 12px;*/
	float: right;
	clear:both !important;
}
#miniCart_title {
	font-weight: bold;
	margin: 10px;
	display: block;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}
#miniCart_items {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#miniCart_items span {
	color: #C00;
	padding-left: 2px;
}
#miniCart_total {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#miniCart_total span {
	color: #C00;
	padding-left: 2px;
	padding-right: 2px;	
}
/*special offers box*/
#special_offers {
	float:right;
	overflow:hidden;
}
#special_offers div {
		float:right !important;
}
#item_title  {
    font-size: 14px !important;
    font-weight: normal;
}
/*Multilist view 2*/
.multi2-row {
	background-color: rgba(154,154,154,0.20);
	position: relative;
	-webkit-box-shadow: 1px 1px 3px #3C3C3C;
	box-shadow: 1px 1px 3px #3C3C3C;
	border: 1px solid #BBBBBB;
}
.multi2-eshop_image {

}
#multi2-item_title {
	margin-top:10px;
	font-size: 14px;
	line-height: normal;
	text-align: left;
	text-decoration: none;
}
#multi2-item_description {
}
#multi2-item_amount {
}
#multi2-item_price {
	position: absolute;
	right: -9px;
	top: 0px;
	border-top: thin solid #E6E5E5;
	border-bottom: thin solid #E6E5E5;
	border-left: thin solid #E6E5E5;
	padding: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(239,239,239,1.00) 82.38%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(239,239,239,1.00) 82.38%);
	color: #555555;
}
.AdBanner2 {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.50);
	color: #CCCCCC;
}
.AdBanner2 a {
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}