
/*
chekbox/radio cuccai *****************************************************************************************************************
*/

/* Radio button */
.gvRadio {
	height: 21px;
	width: 21px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	background-image: url(../images/gvRadio.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 5px;
	display: block;
	float: left;
}
.gvRadio.checked {background-position: left bottom;}	
.gvRadio input{
	background-color:transparent;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	height: 21px;
	width: 21px;
	padding: 0px;
	margin: 0px;
	border:none;
	padding-bottom:2px;
}



/* Checkbox */
span.gvCheck {
	height: 21px;
	width: 21px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	background-image: url(../images/gvCheck.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 7px;
	display: block;
	float: left;
}
span.gvCheck.checked {background-position: left bottom;}
span.gvCheck input {
	background-color:transparent;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	height: 21px;
	width: 21px;
	padding: 0px;
	margin: 0px;
	border:none;
	padding-bottom:2px;
}

.coll_2 span.gvCheck {
	background-image: url(../pic/gvCheckbox_w.gif);
}


.error_div span.gvCheck {
	background-image: url(../pic/gvCheckbox_error.gif);
}









/*
select cuccai ************************************************************************************************************************
*/

/* nem kell ezeket valtoztatni */
div.gvSelect {padding: 0px;margin: 0px;cursor: pointer;}
div.gvSelect div.gvS_headArea {padding: 0px;margin: 0px;float: left;}
div.gvSelect div.gvS_headArea div.gvS_headText {overflow: hidden;white-space: nowrap;float: left;}
div.gvSelect div.gvS_headArea div.gvS_headArrow {float: left;}
div.gvSelect div.gvS_optionsArea {overflow: auto;display: none;position: absolute;}

/* alap beallitasok a legordulore */
div.gvSelect {
	width: 180px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: left;
	color: #4c4c4c;
	font-size: 12px;
	float: left;
	background: url(../images/gvSelect.head_bg.gif) no-repeat left top;
}
/* feljec terulet */
div.gvSelect div.gvS_headArea {
	width: 180px;
	height: 39px;
	background: url(../images/gvSelect.head_arrow.gif) no-repeat right top;
}
div.gvSelect div.gvS_headArea:hover { background: url(../images/gvSelect.head_arrow.gif) no-repeat right -39px; }
/* fejlec szoveg resz */
div.gvSelect div.gvS_headArea div.gvS_headText {
	width: 142px;
	height: 27px;
	padding: 12px 0px 0px 0px;
	text-align:center;
}
/* fejlec nyil */
div.gvSelect div.gvS_headArea div.gvS_headArrow {
	width: 38px;
	height: 39px;
}
/* optionok terulete */
div.gvSelect div.gvS_optionsArea {
	width: 178px;
	max-height: 260px;
	height: expression( this.scrollHeight > 259 ? "260px" : "auto" ); /* sets max-height for IE */
	border:1px solid #999999;
	border-top: 0px;
	background-color: #ebebea;
}
/* optionok */
div.gvSelect div.gvS_optionsArea div {
	padding: 7px 3px 7px 12px;
	line-height: 12px;
	font-size: 12px;
	display: block;
}
/* optionok over */
div.gvSelect div.gvS_optionsArea div.over {
	background-color: #949494;
	color:white;
}
/* disabled optionok */
div.gvSelect div.gvS_optionsArea div.disabled {
	color: #a8a8a8;
}


#ordering_boxes div.gvSelect { width:162px; background: url(../images/gvSelect.head_bg.ordering.gif) no-repeat left top; }
#ordering_boxes div.gvSelect div.gvS_headArea { width:162px; height:29px; background: url(../images/gvSelect.head_arrow.ordering.gif) no-repeat right top; }
#ordering_boxes div.gvSelect div.gvS_headArea:hover { background: url(../images/gvSelect.head_arrow.ordering.gif) no-repeat right -29px; }
#ordering_boxes div.gvSelect div.gvS_headArea div.gvS_headText { width:119px; height: 22px; padding: 7px 0px 0px 5px; }
#ordering_boxes div.gvSelect div.gvS_headArea div.gvS_headArrow { height:28px; }
#ordering_boxes div.gvSelect div.gvS_optionsArea { width:160px; }
#ordering_boxes div.gvSelect div.gvS_optionsArea div { padding: 4px 3px 4px 12px; }




/* egyedi optionok */
/*
div.gvSelect div.custom1 {
	color: #000000;
	text-indent: 21px;
	background: url(img/custom1.gif) no-repeat;
}
div.gvSelect div.custom2 {
	color: #ff2222;
}*/

