.foo{}
.*
{
	margin: 0px;
	padding: 0px;
}
/* HTML ELEMENTS*/
body
{
	color: #808080;
	font: 68.75%/160% Verdana, Arial, Helvetica, sans-serif;
	background: #333333 url('images/background.jpg') repeat-x 0px -1px ;
	margin: 0px;
	padding: 0px;
}
a
{
	color: #FFCC00;
	text-decoration: underline;
}

a:hover
{
	color: #FFFF00;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	color: #ffffff;
	margin-top: 1.2em;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
}
h1
{
	font-size: 2.0em;
}
h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.1em;
}

h4
{
	font-size: 0.8em;
}


input[type=text], textarea, select
{
	border: solid 1px #bfc2c5;
	background: #f5f6f8;
}
input[type=text]:hover, textarea:hover, select:hover, input[type=text]:focus, textarea:focus, select:focus
{
	color:#000000;
	background-color: #e9ebed; 
	border: solid 1px #9198a0;
}
#page
{
	margin: 0px auto 0px auto;
	width:1010px;
}
/* OUTER */
#outer
{
	margin: 0px auto 0px auto;
	width: 970px; /* !!! WIDTH OF PAGE */
}

/* HEADER */
#header-container
{

	background-position:bottom;
	background-repeat:no-repeat;
	height:155px;
	width:100%;
	background-image: url('images/header.png');
}

#header-left
{
	float:left;
}
#header-right
{
	float:right;
}
#header-main
{ }

/* MENU */

#menu-container
{
	/*background: #FFFFFF url('images/moomenu1.png') repeat-x;	*/
	height: 30px;
	width: 100%;
	margin-top:5px;
	background-color:#808080;
}
#menu-left
{
	float:left;
	width:0px;
	padding:0px;
	text-align:center;
}
#menu-right
{
	float:right;
	padding:2px;
}
#menu-main
{
	height: 30px;
	float:left;
	/*padding:5px;*/
}

#menu-submenu
{
	margin-top: 0px;
	border-style: none none solid none;
	border-color: #586673;
	width: auto;
	height: 30px;
	background-color: #586673;
	position: relative;
	border-width: 1px;
}

/* CONTENT */
#content-container
{
	width: 970px;
	min-height:600px;
}
#content-top
{
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom:0px;
	width:100%;
}
#content-left
{
	float:left;
	width:200px;
}

#content-right
{
	float:right;
	width:200px;
}
#content-main
{
	margin: 0px 0px 0px 200px;
}
#content-main .content-main-shop 
{
	margin: 0px 200px 0px 0px !important;
}
#content-main p
{
	margin-bottom:0.6em;
}

#content-main-top
{
	width: 100%;
	height: 70px;
	color: #AF0A0A;
	overflow: auto;
}
#content-main-top ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}
.content-module
{
	/*border: 1px dotted #C0C0C0;*/
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #333333;
}
#content-main .content-module p
{
	margin:0px !important;
	padding:0px !important;
}

/* FOOTER */
#footer-container
{
	/*
	background-color: #999999;
	border-color: #999999;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	width: 100%;
	height: 80px;*/
}
#footer-left
{/*
	height:80px;
	width:50%;
	float:left;*/
}
#footer-right
{
	/*
	width:48%;
	float:right;
	text-align:right;	
	padding: 5px 5px 5px 0px;*/
}
#footer-main
{
}

/* BOTTOM PAGE */
#bottom-container
{
	margin: 0px auto 0px auto;
	width: 970px; /* !!! WIDTH OF PAGE */
	/*background-color: #333333;	*/
}
#bottom-main
{
	padding:5px;
	text-align:center;
}

/* MODULE ON PAGE */
#module-container
{
	margin-bottom: 10px;	
	margin: 5px;
	border: solid 1px #666666;
	/*background-color:#f8f8f8;*/
}
#module-header
{
	padding: 0em 0.5em 0em 0.5em;
	text-align:center;
	/*background: #F2F2F2 url('images/h3.png') repeat-x;*/
	/*background-color: #E63900;*/
}
#module-content
{
	border-color: #333333;
	padding: 5px 5px 5px 5px;
	border-top-style: solid;
	border-top-width: 3px;
}
#module-content ul
{
	margin:0px;
	padding:0px;
}
#module-content ul li
{
	margin-left:14px;
}
.module-included #module-content, .module-included #module-container, .module-included #module-header
{
	border-style: none !important;
	margin:0px;
	padding:0px;
}

.module-container
{
	margin-bottom: 10px;	
	margin: 5px;
	border: solid 1px #666666;
}
.module-content
{
	border-color: #333333;
	padding: 5px 5px 5px 5px;
	border-top-style: solid;
	border-top-width: 3px;
}

.bullet-list ul ul
{
	margin: 2px 0 2px 10px;
}
.bullet-list li
{
/*	margin-left: 14px;*/
}

.clear
{
	clear: both;
}


/* MODAL POPUP */
#modalpopup-container {
	text-align:center;
	vertical-align:middle;
	padding:5px;
	max-width:800px;
	background-color: #FFFFFF;
}
#modalpopup-top
{
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
#modalpopup-main
{
}
.modalBackground
{
	background-color:Gray;
	filter: alpha(opacity=80);
}
.modalBackground-moz 
{
	background-color:Gray;
	-moz-opacity: 0.7;
}

/* SHOP */
#shop-product-container
{
	margin-top:5px;
	width:100%;
}
#shop-product-left
{
	float:left;
}
#shop-product-right
{
	float:right;
	width:200px;
	text-align:center;
	padding-right:10px;
}
#shop-product-main
{
	margin: 0px 215px 0px 0px;
}

.shop-product-panel-image
{
	padding: 2px;
	margin: 2px;
	color: #000000;
	border-style: solid;
	border-width: 2px;
	width: 200px;
	vertical-align: middle;
	text-align: center;
}
.shop-product-panel-price
{
	border: 2px solid #FF3300;
	padding: 2px;
	margin: 2px;
	width: 200px;
	vertical-align: middle;
	text-align: center;
}
.shop-product-panel-quantity
{
	padding: 2px;
	margin: 2px;
	color: #000000;
	border-style: solid;
	border-width: 2px;
	width: 200px;
	vertical-align: middle;
	text-align: center;
}
#update-panel-progress
{
	border: solid 2px #E63900;
	background: #FFFFFF url('images/loading30.gif') no-repeat center 35px;
	padding: 10px;
	text-align: center;
	vertical-align:middle;
	width: 200px;
	height: 60px;
	left:40%;
	top:30%;
	z-index: 99;
	position: absolute;
}
.order-state
{
	height:16px;
	width:16px;
	display:block;
	background-repeat:no-repeat;
}
.order-state-text
{
	height:16px;
	min-width:16px;
	display:block;
	background-repeat:no-repeat;
	padding-left:18px;
}
.order-state-1
{
	background-image: url('images/icon/16x16/status-16-1.png');
}
.order-state-2
{
	background-image: url('images/icon/16x16/status-16-2.png');
}
.order-state-3
{
	background-image: url('images/icon/16x16/status-16-3.png');
}
.order-state-4
{
	background-image: url('images/icon/16x16/status-16-4.png');
}
.order-state-5
{
	background-image: url('images/icon/16x16/status-16-5.png');
}

/*border: thin solid #FF0000;*/
div.contact-foto
{
	float:right;
	width:180px;
	margin: 0 0 auto auto;
	background-color:#ffffff;
	text-align:center;	
}

/*AutoComplete flyout */
.searchText_completionListElement
{
	background-color:#ffffff!important;
	margin: 0px !important;
	padding: 0px;
	margin-top: 15px !important;
	color: #7A7A7A;
	border: 1px solid #7A7A7A;
	cursor: default;
	overflow: auto;
	height: 200px;
	min-width: 150px;
	text-align: left;
	list-style-type: none;
	z-index: 100;
}

/* AutoComplete highlighted item */

.searchText_highlightedListItem
{
	background-color: #7A7A7A;
	color: #FFFFFF;
	padding: 1px;
}

/* AutoComplete item */

.searchText_listItem
{
	background-color: #FFFFFF;
	color: #999999;
	padding: 1px;
}
.captcha-validation-text
{
	color: #FF3300;
	padding-left:10px;
}

.language-box
{
	position:relative;
	width:50px;
	left:0px;
	top:2px;
	text-align:left;
}

.button-sk
{
	border:none;
	background: url(images/sk.png) no-repeat 0 0;
	cursor:pointer;
	display: inline-block;
	margin-top:4px;
	width: 22px;
	height: 16px;
}
.button-en
{
	border:none;
	background: url(images/en.png) no-repeat 0 0;
	cursor:pointer;
	display: inline-block;
	margin-top:4px;
	width: 22px;
	height: 16px;
}

