

#gebrauchtmaschinen {
	width:680px;
}

/*  Grid  */
.Grid {
	empty-cells: show;
	border-spacing: 0px;
	background-color: #fff;
	border: 1px solid #d6d2c2;
	border-collapse: collapse;
}

.GridTitle {
	background-color: #ebeadb;
}

.GridTitle td {
	text-align: center;
	border-bottom: 3px solid #d6d2c2;
	padding: 2px;
}

.GridItem td {
	text-align: center;
	white-space: nowrap;
	padding: 2px;
	border: 1px solid #d6d2c2;
	/*cursor: pointer;*/
}

.GridItem:hover {
	
	background-color : #ebeadb;
	/*cursor: pointer;*/
}

.GridItemActive td,
.GridItemOver td {
	text-align: center;
	white-space: nowrap;
	padding: 2px;
	border: 1px solid #d6d2c2;
	background-color : #ebeadb;
	/*cursor: pointer;*/
}

/**
 * Kontakt CSS
 */

.PCSG_Contact .item {
	clear	: both;
	float	: left;
	margin	: 10px 0;
	width	: 90%;
	padding	: 10px;
	background: #F0F0EB;
	border	: 1px solid #EAEADA;
}

.PCSG_Contact .message {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #738FE6;
	background-color: #B6C5F2;
	color: #383B44;
	font-weight: bold;
	text-align: center;
}

.PCSG_Contact .error {
	padding: 10px;
	margin: 10px;
	border: 1px solid #AA3939;
	background-color: #FFBFBF;
	color: #383B44;
	font-weight: bold;
	text-align: center;
}

.PCSG_Contact br {
	font-size: 1px;
}

.PCSG_Contact td {
	padding-bottom: 10px;
}

.PCSG_Contact label {
	display	: block;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #ACA5A3;
}

.PCSG_Contact input,
.PCSG_Contact .checkbox,
.PCSG_Contact select,
.PCSG_Contact textarea {
	border	: 1px solid #ACA5A3;
	padding	: 2px;
	width: 95%;

}

.PCSG_Contact .inputerror,
.PCSG_Contact .checkboxerror,
.PCSG_Contact .selecterror,
.PCSG_Contact .textareaerror {
	border	: 1px solid #AA3939;
	background-color: #FFBFBF;
	padding	: 2px;
	width: 95%;

}



.PCSG_Contact .title {
	margin-top: 10px;
}

.PCSG_Contact input.active,
.PCSG_Contact select.active,
.PCSG_Contact textarea.active {
	border	: 1px solid #B6C5F2;
	background-color: #ffffff;
	padding	: 2px;
}

.PCSG_Contact input.active,
.PCSG_Contact select.active,
.PCSG_Contact .input {

}

.PCSG_Contact .checkbox {
	border	: 1px solid #F0F0EB;
	width	: 20px;
}

.PCSG_Contact textarea {
	width	: 99%;
	height	: 100px;
}

.PCSG_Contact .submit {
	cursor	: pointer;
	width	: auto;
}

.PCSG_Contact .required {
	color: #F4701E;
}

.PCSG_Contact input.input_big {
	width	: 400px;
}

.sButton_middle2 a div {
	color:#000000;
}

.sButton_middle2 a div {
	color:#000000;
}

.sButton,
.sButtonHover {
	margin-bottom:0px !important;
	margin-left:6px !important;
}


#moreitems .entry {
	border-bottom: 1px dashed #ACA5A3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	float: left;
	width: 400px;
	margin-left: 20px;
}

#moreitems .entry .opener {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0px;
	left: -20px;
	cursor: pointer;
	background: url('img/minus.png') no-repeat;
}

#moreitems .entry .plus {
	background: url('img/plus.png') no-repeat;
}


.sheets {
    clear:both;
    margin:3px;
    padding:3px;
    text-align:center;
}

.sheets a {
    border:1px solid #949490;
    color:#5A5A43;
    font-size:10px;
    line-height:24px;
    margin-right:2px;
    padding:2px 5px;
    text-decoration:none;
}

.sheets a:hover, .sheets a.active {
    background-color:#717171 !important;
    border:1px solid #717171;
    color:#FFFFFF !important;
}

.sheets span.current {
    background-color:#DADADA;
    border:1px solid #DADADA;
    color:#717171;
    font-weight:bold;
    margin-right:2px;
    padding:2px 5px;
    position:relative;
    top:1px;
}
.sheets span.disabled {
    border:1px solid #CCCCCC;
    color:#CCCCCC;
    margin-right:2px;
    padding:2px 5px;
    position:relative;
    top:1px;
}
