@charset "iso-8859-2";
/* CSS Document */

/********************************************************************************/
/*									GLOBAL OBJECTS
/********************************************************************************/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px;
	background: none;
}
ul {
	margin: 10px 0;
	padding-left: 20px;
}
p {
	margin: 10px 0;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}
a {
	text-decoration: none;
	color: #a45431;
	
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
a:hover {
	color: #981e1e;
}
hr {
	clear: both;
	border: 0px;
	background: none;
	margin: 4px 0;
	border-bottom: 1px solid #aca78a;
}
/*************** INPUT TEXT *****************/
*html input.txt,
*html input.text,
*html textarea,
*html select {
	margin: 6px 0;
	padding: 3px 6px;
	border: 1px solid #d4d1c0;
	background: #fff;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #969386;
}
input[type=text],
input[type=password],
input.txt,
input.text,
textarea,
select {
	margin: 6px 0;
	padding: 2px 6px;
	border: 1px solid #d4d1c0;
	border-color: rgba(0, 0, 0, 0.3);
	background: #fff;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #969386;

	-moz-border-radius: 16px;
	-webkit-border-radius:16px;
	border-radius: 16px;
	
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

input[type=text]:hover,
input[type=password]:hover,
input.txt:hover,
input.text:hover,
textarea:hover,
select:hover {
	border-color: #a6a393;
	border-color: rgba(0, 0, 0, 0.4);
	color: #7e7a69;
	/*
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc; */
}
input[type=text]:focus,
input[type=password]:focus,
input.txt:focus,
input.text:focus,
textarea:focus,
select:focus {
	border-color: #605e53;
	border-color: rgba(0, 0, 0, 0.5);
	color: #48463c;
	/*
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa;
	box-shadow: 0px 0px 4px #aaa; */
}
textarea {
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
select {
	padding: 4px 5px;
}
optiongroup {

}
option {
	padding: 0px 6px;
}
/*************** BUTTON *****************/
*html input.btn,
*html input.button {
	border: 1px solid #5d3f1e;
	background: #614627;
	padding: 2px 10px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: #342310 0px 1px 0px;
	cursor: pointer;
	margin: 10px 0;
	
}
input[type=button],
input[type=submit],
input.btn,
input.button {
	
	border: 1px solid #5d3f1e;
	background: #614627;
	padding: 2px 10px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: #342310 0px 1px 0px;
	cursor: pointer;
	margin: 10px 0;
	
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	
}
input[type=button]:hover,
input[type=submit]:hover,
input.btn:hover,
input.button:hover {
	border-color: #472e12;
}

input[type=checkbox],
input[type=radiobutton] {
}
/*************** SEARCH FIELD *****************/
div.search-input {
	position: relative;
	width: 160px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
div.search-input input.txt {
	display: block;
	width: 146px;
	margin: 0px auto;
}
div.search-input div.search-go {
	display: block;
	position: absolute;
	right: 8px;
	top: 6px;
	width: 12px;
	height: 12px;
	background: url('http://mellplasztika.hu/common/images/searchfield-icon.png') no-repeat left top;
	cursor: pointer;
}
div.search-input div.search-go:hover {
	background-position: right;
}


/********************************************************************************/
/*								SEARCHBOX
/********************************************************************************/
#searchbox {
	position: absolute;
	top: -24px;
	right: 10px;
	z-index: 100;
}
#searchbox h5 {
	display: none;
}


/********************************************************************************/
/*								MESSAGE BOX
/********************************************************************************/
.msgbox {
/*	font: normal 14px/18px Georgia, "Times New Roman", Times, serif;*/
	margin: 10px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	color: #404040;
	text-shadow: #fff 0px 1px 0px;
	border: 1px solid #f5eaa9;
	background: #fcf3b5 url('http://mellplasztika.hu/common/images/msgbox-hint.png') no-repeat 8px 6px;
}
html > body .msgbox.info {
	text-shadow: #f9ffef 0px 1px 0px;
	border-color: #c1e2a0;
	background: #c6e7bc url('http://mellplasztika.hu/common/images/msgbox-info.png') no-repeat 8px 6px;
}
html > body .msgbox.alert {
	color: #fff;
	text-shadow: #a43d2a 0px 1px 0px;
	border-color: #c54d35;
	background: #d65036 url('http://mellplasztika.hu/common/images/msgbox-alert.png') no-repeat 8px 6px;
}

.msgbox .msg {
	border: 1px solid #ffffc7;
	padding: 5px 10px 6px 34px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: none;
	text-align: left;
}
html > body .msgbox.info .msg {
	border-color: #d5f6cb;
}
html > body .msgbox.alert .msg {
	border-color: #f06a50;
}

/********************************************************************************/
/*								TOOLTIP
/********************************************************************************/

.tooltip {
	z-index: 100;
	background: #000;
	border: 1px solid #fff;
	padding: 8px 10px;
	display: none;
	max-width: 300px;
	color: #fff;
	text-align: left;
	font-size: 12px;
	color: #fff;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}

/*********************************************************************************/
/*							PAGE-RIGHT											 */
/*********************************************************************************/
div#page-right div.kep a{
	border:none;
	text-decoration:none;
}
div#page-right div.kep img,
div#page-right div.kep a img
{	
	-webkit-box-shadow: #999 0px 0px 4px;
	border: 5px solid white;
	margin: 0px 10px 5px;
}

div#page-right div.link-list a{
	
}


/**************************************************************************/
/*								SITE GROUP HEADER
/**************************************************************************/

#siteGroupHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
#siteGroupHeader .wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
#siteGroupHeader #sgContentFrame {
	position: relative;
	overflow: hidden;
	height: 0px;
}
#siteGroupHeader #sgContentFrame .sgContent {
	position: relative;
	padding-top: 4px;
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px;
}
#siteGroupHeader #sgContentFrame .sgContent a {
	color: #fff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
#siteGroupHeader #sgContentFrame .sgContent a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
}
#siteGroupHeader #sgControlBtn {
	position: absolute;
	z-index: 20;
	right: 0px;
	bottom: -30px;
	width: 216px;
	height: 28px;
	padding: 2px 0 0 4px;
	cursor: pointer;
	text-align: center;
	font: normal 12px/28px Arial, Helvetica, sans-serif;
	text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px;
}
#siteGroupHeader #sgControlBtn:hover {
	background-position: 12px 13px;
}
#siteGroupHeader #sgControlBtn.opened {
}
#siteGroupHeader #sgControlBtn.opened:hover {
	background-position: 12px 11px;
}

div.page-content img.percent100{
	width:100%;
}