html {
	font-size: 14px;
}
body {
	width: 1000px;
	margin: 0 auto 0 auto;
	font-family: arial;
	background-color: #fff;
	color: #4D4D4D;
	background: url('background/2018_tavasz.jpg') no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1 {
	width: 99%;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #4C4C4C;
}
h1.christmas {
	border-bottom: 1px solid red;
	color: #065410;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.overline {
	text-decoration: line-through;
	line-height: 2em;
}
.red {
	color: red;
}
.biggerFont {
	font-size: 1.3em;
}
.smallerFont {
	font-size: 0.9em;
}
/*********************************************

	MAIN MENU

*********************************************/
#mainmenu {
	position: relative;
	top: 0px;
	height: 1.8em;
	border: 1px solid #4C4C4C;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4D4D4D;
	overflow: hidden;
}
#mainmenu ul {
	position: relative;
	top: -15px;
	left: -40px;
}
#mainmenu li {
	list-style-type: none;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	margin-right: 0px;
}
#mainmenu ul li:first-child {
	border: 0;
}
#mainmenu li a {
	text-decoration: none;
	color: #FFF;
}
#mainmenu li a:hover {
	color: #F96161;
}
/*********************************************

	MAIN CONTAINER

*********************************************/
#mainContainer {
	min-height: 57em;
	border-left: 1px solid #4C4C4C;
	border-right: 1px solid #4C4C4C;
	overflow: hidden;
	background-color: #FFFFFF;
}
/*********************************************

	LEFT MENU

*********************************************/
#leftmenu {
	display: inline-block;
	float: left;
	width: 200px;
}
#leftmenuTitle {
	color: #fff;
	font-weight: bold;
	padding: 3px 0 3px 5px;
}
.sidebarmenu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font: bold 12px Arial;
  width: 200px; /* Main Menu Item widths */
  z-index: 100;
}
.sidebarmenu ul li{
  position: relative;
}
.sidebarmenu ul li a{
  display: block;
  overflow: auto; /*force hasLayout in IE7 */
  color: #00016D;
  text-decoration: none;
  padding: 6px;
}
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
  color: #FFF;
  background-color: #4D4D4D;
}
.sidebarmenu ul li a:visited{
  color: #FFF;
  background-color: #4D4D4D;
}
.sidebarmenu ul li a:hover{
  background-color: #4D4D4D;
  color: #F96161;
}
.sidebarmenu ul li ul{
	position: absolute;
	width: 150px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
}
.sidebarmenu a.subfolderstyle{
	background: url(right.gif) no-repeat 97% 50%;
}
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
/*********************************************

	CONTENT

*********************************************/
#contentContainer {
	display: inline-block;
	float: right;
	width: 775px;
	position: relative;
	padding-left: 20px;
}
/*********************************************

	MAINPAGE TEXT

*********************************************/
#mainpageText {
	padding: 10px;
	font-size: 14px;
}
/*********************************************

	HEADER

*********************************************/
#header {
	width: 1000px;
	height: 140px;
	overflow: hidden;
}

#headerText {
	position: relative;
	top: 0px;
	text-align: justify;
	padding-left: 10px;
	color: #00016D;
	font-size: 18px;
}
/*********************************************

	FOOTER

*********************************************/
#footer {
	border-top: 1px solid #4C4C4C;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #4C4C4C;
	background-color: #FFF;
}
/*********************************************

	CONTACT

*********************************************/
#contactInfoContainer {
	overflow: hidden;
}
.contactInfoContainerCommon {
	display: inline-block;
}
#contactInfoContainerLeft {
	float: left;
	padding-top: 0px;
}
#contactInfoContainerLeft li {
	list-style-type: none;
	margin-top: 10px;
	margin-left: -1.7em;
	margin-right: 1.0em;
}

#contactInfoContainerRight {
	float: right;
	width: 480px;
}
#contactFormContainer {
	margin-top: 10px;
	overflow: hidden;
	width: 19em;
}
#contactFormContainer {
	display: none;
	margin-bottom: 20px;
}
.contactContainer {
	border: 1px solid #4C4C4C;
	padding: 5px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#contactForm label {
	display: inline-block;
	padding: 3px;
	font-weight: bold;
}
.contactRefreshButton {
	float: right;
	margin-right: 2.7em;
	margin-top: 1em;
}
.errorMessage {
	color: red;
	margin: 3px 0 3px 0;
}
/*********************************************

	PRODUCT LIST ITEM

*********************************************/
.productListItem {
	width: 54em;
	height: 13em;
	margin-bottom: 0.5em;
	border: 1px dotted #4D4D4D;
}
.productListItem.christmas {
	border: 1px dotted red;
}
.productListItem.christmas div.productListItemTitle {
	background-color: #065410;
}
.productListItemLeft {
	display: inline-block;
	width: 20em;
	float: left;
	overflow: hidden;
	text-align: center;
	padding-top: 1em;
}
.productListItemRight {
	display: inline-block;
	width: 33em;
	float: right;
	overflow: hidden;
	height: 13em;
}
.productListItemTitle {
  display: block;
  background-color: #4D4D4D;
  color: #FFF;
  padding: 0 0.3em;
  text-decoration: none;
  font-size: 1.5em;
}
.productListItemParams {
  color: #4D4D4D;
  padding-top: 0.4em;
  font-size: 1.1em;
}
.productListItemParams img.detailLabelChristmas img.detailLabelEaster {
	left: 7.5em;
}
.statusImagePadding {
	margin-bottom: 2px;
	width: 25px;
}
.detailLabel {
	float: right;
	position: relative;
	top: -2em;
	z-index: 900;
}
.detailLabelChristmas {
	/*float: right;*/
	position: relative;
	top: -5.2em;
	left: 24em;
}
.detailLabelEaster {
	float: right;
	position: relative;
	top: -5.2em;
	left: 8.6em;	
}
/*********************************************

	PRODUCT DETAILS

*********************************************/
.productDetailsContainer {
	overflow: hidden;
	font-size: 14px;
}
.productDetailsLeft {
	display: inline-block;
	width: 48%;
	float: left;
	padding-left: 10px;
}
.productDetailsLeftRow {
	margin-bottom: 5px;
}
.productDetailsLeftDescriptionSpacer {
	border-bottom: 1px dotted #4C4C4C;
}
.productDetailsLeftDescription {
	margin-top: 20px;
	margin-bottom: 15px;
}
.productDetailsLeftDescription ul li {
	list-style-type: none;
	text-indent: -40px;
}
.productDetailsRight {
	display: inline-block;
	width: 50%;
	float: right;
	text-align: center;
}
.productgallery {
	width: 125px;
	margin: 3px;
}
.first {
	border: 1px dotted #4C4C4C;
	display: block;
	width: 96%;
	padding: 3px;
}
.other {
	width: 120px;
	margin: 3px;
	vertical-align: middle;
}
.productNotFound {
	display: block;
	height: 95px;
	width: 500px;
	background-image: url('error.png');
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-left: 50px;
}
.productNotFoundMessage {
	width: 370px;
	position: relative;
	left: 120px;
	font-size: 20px;
	padding-top: 20px;
}

.formRow label {
	display: inline-block;
	width: 8em;
}
/*********************************************

	SIMPLE SEARCH

*********************************************/
#simpleSearchForm {
}
/*********************************************

	COMPLEX SEARCH

*********************************************/
#complexSearchForm {

}
/*********************************************

	RANDOM BOX

*********************************************/
.randomBoxLink {
	text-decoration: none;
}
.randomBox {
	border: 0.1em solid #4D4D4D;
	-moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -khtml-border-radius: 0.3em;
    border-radius: 0.3em;
	margin-bottom: 1em;
	margin-left: 0.3em;
}
.newRandomBox {
	border: 0.1em solid #ef0b0b;
	-moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -khtml-border-radius: 0.3em;
    border-radius: 0.3em;
    margin-bottom: 1em;
	margin-left: 0.3em;
}
.randomBoxHeader {
	background-color: #4D4D4D;
	text-align: justify;
	padding: 0.2em;
	color: #FFF;
}
.newRandomBoxHeader {
	background-color: #ef0b0b;
	text-align: justify;
	padding: 0.2em;
	color: #FFF;
}
.randomBoxNewIcon {
	z-index: 999999;
	float: right;
}
.randomBoxBody {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: center;
}

.randomBoxBodyImg {
	margin-left: 2.6em;
}

#flags {
	position: relative;
	top: -52px;
	left: 0;
	display: inline-block;
	float: right;
}

#flags img {
	height: 20px;
	margin-right: 0.5em;
	cursor: pointer;
}


.marquee {
  width: 998px;
  overflow: hidden;
  color: #EF0B0B;
  background: white;
  font-size: 2em;
  border-left: 1px solid #4C4C4C;
  border-right: 1px solid #4C4C4C;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#fblikebox {
	margin-left: 5px; 
	margin-bottom: 10px; 
	margin-top:5px;
}
/*********************************************

	CATALOG BOX

*********************************************/
#catalogLeftBox {
	border: 0.1em solid #4D4D4D;
	-moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -khtml-border-radius: 0.3em;
    border-radius: 0.3em;
	margin-bottom: 1em;
	margin-left: 0.3em;
	margin-top: 0.3em;
	background-color: #4D4D4D;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

#catalogLeftBox a {
	color: #FFF;
	text-decoration: none;
	font-size: 2em;
}
/*********************************************

	CATALOG LIST

*********************************************/
.catalogListContainer {
	border: 1px dotted #4D4D4D;
	display: inline-block;
	width: 17em;
	min-height: 4em;
	margin: 0.2em;
	padding: 0.2em;
	vertical-align: top;
}
.catalogListContainerTitle {
	border-bottom: 1px solid #4D4D4D;
	padding: 0.1em;
	font-weight: bold; 
}
.catalogListContainerDescription {
	padding: 0.3em;
	text-align: justify;
}
.catalogListContainerFileLink {
	margin-top: 0.3em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.3em;
	background-image: url('download.png');
	background-repeat: no-repeat;
	background-size: 2em;
	background-position: 0.1em 0.1em;
}
.catalogListContainerFileLink a {
	text-decoration: none;
	color: #4D4D4D;
	font-weight: bold;
	padding-left: 2em;
}
.catalogListContainerFileLink a:hover {
	color: #F9615C;
}
.catalogManufacturer {
	padding-left: 10px;
}
/*********************************************

	LAST LOGIN

*********************************************/
#lastLogin {
	width: 18em;
	font-weight: bold;
	padding-right: 2em;
	text-align: right;
	position: relative;
	right: 0;
	top: -2.6em;
	float: right;
}
/*********************************************

	MAINPAGE PRODUCT

*********************************************/
#mainPageProductContainer {
	display: inline-block;
	width: 55em;
	padding-bottom: 1em;
}
#mainPageProductContainer a {
	text-decoration: none;
	color: #4c4c4c;
}
.mainPageProduct {
	display: inline-block;
	float: left;
	width: 17.7em;
	margin: 0.5em 0 0 0.5em;
	height: 19em;
}
.mainPageProductHeader {
    background-color: #4d4d4d;
    color: #fff;
    padding: 0.2em;
    text-align: justify;
}
.mainPageProductImage {
	height: 11em;
}
.mainPageProductName {
	padding: 0.3em;
	font-weight: bold;
	border-top: 1px dotted #4d4d4d;
	border-bottom: 1px dotted #4d4d4d;
	min-height: 3.5em;
}
.mainPageProductDetails {
	position: relative;
	bottom: 0;
}
.mainPageProductDetails img {
	width: 2em;
	float: left;
	padding-top: 0.1em;
}
.mainPageProductDetails div {
	width: 6.8em;
	display: inline-block;
	padding: 0.3em;
	padding-top: 0.5em;
}
.greyBorder {
	border: 0.1em solid #4D4D4D;
	-moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -khtml-border-radius: 0.3em;
    border-radius: 0.3em;
	margin-bottom: 1em;
	margin-left: 0.3em;
}
.mainPageProductNewIcon {
	z-index: 999999;
	float: right;
}
.mainPageImageVertical {
	margin-top: 0.4em;
	margin-left: 2em;
}
.mainPageChristmasIcon {
	width: 3em;
	float: right;
}
.mainPageEasterIcon {
	width: 2.5em;
	float: right;
}
/*********************************************

	TAG

*********************************************/
.productDetailsFooter {
	float: left;
	margin-top: 1em;
	width: 90%;
	background-image: url('tags.png');
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: 0.5em;
	opacity: 0.5;
}
.productDetailsFooter ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 0.3em;
}
.productDetailsFooter ul li a {
	text-decoration: none;
	color: #4c4c4c;
}
/*********************************************

	BLINK

*********************************************/
.blinkMe {
	color: yellow !important;

	-webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
/*


*/
#informativeText {
	background-color: #4d4d4d;
	color: #FFF;
	padding: 10px;
	margin: 10px;
}

