body {
	font-family: Verdana;
	font-size: 12px;
}

a {
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
}
.prevbody {
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	font: normal 96% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Seriff;
}

.contblock {
/*	background-color: #333333;*/
	border: 1px solid #666666;
	font-size: 10px;
	color: white;
	margin:0;
	padding:0;
}

.felem {
  border: 1px solid #666666;
  float:left;
}

.felem_n {
  border: 1px solid #666666;
}


.title {
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	color: darkorange;
	text-align:center;
}

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin-right: 15px;}

h1 { font-size: 25px; margin-bottom: 0px; margin-top: 10px;}

h2 { font-size: 28px;  text-decoration: none;}

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }

h1 a:link {
	color: #FFFFFF;
}

/* Other Html Elements */

/* CUSTOMIZATION */
.leftgreenbox {
	width:7px;
	height: 19px;
	background-color: #66ff66;
	border: 1px solid black;
	float:left;
}

.rightredbox {
	width:7px;
	height: 19px;
	background-color: #ff6666;
	border: 1px solid black;
	float:right;
}

.highlighted:hover {
	background-color: #555555;
}

.bordered:hover {
   	border-top:1px solid red;
	border-bottom:1px solid red;
}

.sub_box_img{
  text-align: left;
}

.sub_box_img_info {
	text-align: justify;
	line-height: 16px;
}

.description {
/*	text-align: justify;*/
	line-height: 16px;
	margin-left: 10px;
	margin-right: 10px;
}

.picbox {
	text-align: center;
}

.startblock {
	background-color: #333333;
	border: 1px solid #666666;
	font-size: 10px;
	color: white;
	margin:0;
	padding:5px;
	float: left;
}

.startblock .item {
  	width: 190px;
	float: left;
	border: 1px solid gray;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	margin: 5px;
	color: gray;
}

.startblock .item:hover {
	cursor: pointer;
	background-color: #555;
	color: white;
	border: 1px solid white;
}

.prodlist {
    display: none;
	padding :5px;
}

.prodlist a {
  font-family: Verdana;
  font-size: 10px;
  text-decoration: none;
  font-weight:bold;
}


.prodetails {
	border: 1px solid gray;
}

.prodetails .title,
.messagebox .title {
	padding: 2px;
	background: #046;							/* hirdetes doboz cimsor hatterszin */
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px solid #009;							/* hirdetes doboz border color */
	height: 16px;
}

.prodetails .title .name {
  	float: left;
}

.prodetails .title .recdate {
	font-size:9px;
	line-height: 16px;
	float: right;
}

.prodlist .prodetails .content {
	margin: 2px;
	line-height: 15px;
	height: 95px;
}

.prodlist .prodetails .content .prodimage {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid gray;
}

.prodlist .prodetails .content .prodimage img {
	width: 60px;
	max-height: 60px;
}

.prodlist .prodetails .content .advertiserbox {
	width: 120px;
	height: 93px;
	float: right;
	padding: 2px;
	border-left: 1px solid gray;
	font-size: 10px;
}

.prodlist span.label,
.prodetails span.label {
	font-size: 12px;
	font-weight: bold;
}

.prodetails .content .prodtitle,
.prodetails .content .prodidstr,
.prodetails .content .prodprice {
	font-weight: bold;
}

.prodetails .content .prodtitle {
	font-size: 14px;
}

.prodetails .content .prodprice {
  	color: red;
}

.prodetails .content .prodtitlebig {
	font-weight: bold;
	font-size: 18px;
}

.prodetails .footer {
	text-align: right;
}

.prodetails .footer .stepper {
	float: left;
}

.detailbox {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 510px;
	margin-left: -22em;
	background: white;
	border: 1px solid #555;
}

.detailbox .prodetails .content {
	padding: 5px;
}

.detailbox .prodetails .content .prodimage {
	text-align: center;
}

.messagebox {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 430px;
	margin-left: -18em;
	background: white;
	border: 1px solid #555;
	z-index: 500;
}

.messagebox .content {
	padding: 5px;
}

.modform {
/*	border: 1px solid #666666;*/
	padding-top: 5px;
}

.modform span .labeldesc {
	font-size: 8px;
}

.errmsg {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

