.bigselect{
	padding-bottom:7px;	
}
.bigselect .dd {
	/*display:inline-block !important;*/
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3f4446;
	font-weight:bold;
	font-size:14px;
	float:left;
	width:309px !important;
	height:34px;
	line-height:34px;
}
.bigselect .dd .ddTitle {
	background:url(../images/layout/frontend/forms/dd-big-normal.png) left top no-repeat;
	padding-left:10px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:34px;
	line-height:34px;
}
.bigselect .dd .ddTitle_active{
	background:url(../images/layout/frontend/forms/dd-big-hover-top.png) left top no-repeat;	
}

.bigselect .dd .ddTitle span.textTitle {
	text-indent:1px; 
	overflow:hidden; 
	line-height:34px;
}

.bigselect .dd .ddChild {
	position:absolute;
	display:none;
	margin:0;
	width:309px !important;
	overflow:auto;
	overflow-x:hidden !important;
	background:url(../images/layout/frontend/forms/dd-big-hover-bottom.png) left bottom no-repeat;
}
/*.bigselect .dd .ddChild .opta a, 
.bigselect .dd .ddChild .opta a:visited {padding-left:10px}*/

.bigselect .dd .ddChild a {
	display:block;
	padding:0px 0 0px 10px;
	text-decoration:none;
	color:#006f30;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-weight:normal;
}
.bigselect .dd .ddChild a:hover {
	color:#00a651;
}

.bigselect .dd .ddChild a.selected {
	color:#00a651;
}
/* ---------------------------------------------- */
.hidden {display:none;}

/*********************************************************************************************/

.smallselect .dd {
	/*display:inline-block !important;*/
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3f4446;
	font-weight:normal;
	font-size:12px;
	float:left;
	width:179px !important;
	height:23px;
	line-height:23px;
}
.smallselect .dd .ddTitle {
	background:url(../images/layout/frontend/forms/dd-small-normal.png) left top no-repeat;
	padding-left:10px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:23px;
	line-height:23px;
}
.smallselect .dd .ddTitle_active{
	background:url(../images/layout/frontend/forms/dd-small-hover.png) left top no-repeat;	
}

.smallselect .dd .ddTitle span.textTitle {
	text-indent:1px; 
	overflow:hidden; 
	line-height:23px;
}

.smallselect .dd .ddChild {
	position:absolute;
	display:none;
	margin:0;
	width:179px !important;
	overflow:auto;
	overflow-x:hidden !important;
	background:url(../images/layout/frontend/forms/dd-small-hover.png) left bottom no-repeat;
}

.smallselect .dd .ddChild a {
	display:block;
	padding:0px 0 0px 10px;
	text-decoration:none;
	color:#006f30;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.smallselect .dd .ddChild a:hover {
	color:#00a651;
}

.smallselect .dd .ddChild a.selected {
	color:#00a651;
}

/* ------------------------- */

.small-input{
	width:99px;
	height:23px;
	background:url(../images/layout/frontend/forms/small-input.png) left top no-repeat;	
}
.small-input-2{
	width:79px !important;
	background:url(../images/layout/frontend/forms/small-input-2.png) left top no-repeat !important;
}
	.small-input input{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#3f4446;
		background-color:transparent;
		border:0;	
		width:85%;
		padding:3px 2px 2px 10px;
	}
	
.large-input{
	width:429px;
	height:23px;
	background:url(../images/layout/frontend/forms/large-input.png) left top no-repeat;	
}
	.large-input input{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#3f4446;
		background-color:transparent;
		border:0;	
		width:92%;
		padding:3px 2px 2px 10px;
	}
	
.medium-input{
	width:169px;
	height:23px;
	background:url(../images/layout/frontend/forms/medium-input.png) left top no-repeat;	
}
	.medium-input input{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#3f4446;
		background-color:transparent;
		border:0;	
		width:85%;
		padding:3px 2px 2px 10px;
	}