/*********INPUTS*********/

/*****Default input behavior*****/
/*
.input-cont {
	position:relative;
}

.input-active {
	color: #6d6e6e;
	background-color: #FFF;
}

.input-default {
	color: #8f8f90;
	background-color: #d5d7d8;
}

.delete-input-icon  {
	width: 15px;
	height: 15px;
	background-image: url(../images/delete-icon.gif);
	position: absolute;
	cursor: pointer;
	display: none;
	left:5px;
	top: 8px;
}

.search-input  {
	width: 180px;
	height: 25px;
	padding-left:20px;
}

.search-input-icon {
	width: 20px;
	height: 20px;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	position:absolute;
	display: block;
	left:2px;
	top: 5px;
}

.date-input  {
	width: 180px;
	height: 25px;
	padding-left:20px;
}

.date-input-icon {
	width: 25px;
	height: 15px;
	background-image: url(../images/calender-icon.png);
	background-repeat: no-repeat;
	position:absolute;
	display: block;
	left:6px;
	top: 7px;
}
*/
/*********INPUTS*********/

/*

.navi-subItem {
	margin-top:5px;
}

.header-btn {
	width: 8px;
	height: 9px;
	position: absolute;
	cursor: pointer;		
}

.header-btn-up {
	width: 9px;
	height: 8px;
	background-repeat:no-repeat;
	background-image: url(../images/arrow-sort-up.png);
}

.header-btn-down {
	width: 9px;
	height: 8px;
	background-repeat:no-repeat;
	background-image: url(../images/arrow-sort-down.png);
}


.productrow {
	cursor:pointer;
}
*/