/*##########################################
Name: Default styling for Niceforms v.0.9
Author: Lucian Slatineanu
URL: http://www.badboy.ro/

Modified by: Basti
URL: http://www.arraystudio.com
##########################################*/

/*General styles not really related to the forms*/
* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

.search-category {
	padding-left: 35px;
	height: 25px;
	padding-top: 6px;
	font: 11px "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

/*Transparent items*/
.transparent {
	filter: alpha(opacity=0);
	opacity: 0;
	border: 0px solid #FFF;
	background: #FFF;
	z-index: 10;
	cursor: pointer;
}
.transparentFake {
	background: none;
	border: none;
}
.transparent2 {
	z-index: 10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index: 5;
	position: absolute;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.radioAreaUnchecked {
	background: url(images/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background: url(images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index: 5;
	position: absolute;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.checkboxAreaUnchecked {
	
}
.checkboxAreaChecked {
	
}

/*Text inputs*/
/*.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}*/

/*Text areas*/
/*.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}*/

/*Selects*/
.selectArea {
	cursor: pointer;
	width: 160px;
	height: 21px;
}
.drop-box .selectArea {
	cursor: pointer;
	width: 140px;
	height: 21px;
	background: transparent url(../img/arrow.gif) right 9px  no-repeat;
}
.selectArea .left {
	width: 8px;
	height: 21px;
	float: left;
}
.selectArea .right {
	width: 0px;
	height: 0px;
	float: right;
}
.selectArea .right a {
	display: block;
	width: 0px;
	height: 0px;
}

.selectArea .right i {
	display: none;
}
.selectArea .center {
	width: 125px;
	margin-left: 5px;
	margin-right: 20px;
	color: #333;
	padding-top: 3px;
}
.search-category .selectArea .center {
	padding-left: 7px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position: absolute;
	margin-top: 0px;
	margin-left: 3px;
	width: 138px;
	background: transparent url(../img/select-list-corners.png) 0px bottom  no-repeat;
	z-index: 20;
	padding-bottom: 10px;
}
.optionsDivInvisible {
	display: none;
}
.optionsDivVisible {
	display: block;
}
.optionsDivVisible p {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	background: #707175;
}
/*aici am adaugat .specialOption span*/
.optionsDivVisible a, .specialOption span {
	color: #F2F2F2;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}
/*aici am adaugat .specialOption span */
.specialOption span {
	background-color: #555;
}
.optionsDivVisible a:hover {
	color: #FFF;
	background: #333;
	border-color: #cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width: 69px;
	height: 26px;
	color: #FFF;
	font-weight: bold;
	padding: 2px 5px;
	cursor: pointer;
	border: none;
}
.buttonSubmitHovered {
	background-position: left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position: absolute;
	left: -999px;
	width: 10px;
	height: 10px;
}
