@charset "windows-1250";
/* CSS Document */

#productForm {
}

#productTable {
	width: 100%;
}

#productTable th {
	height: 60px;
	background-color: #324d84;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 10px;
}

#productTable th .little {
	font-size: 9px;
	text-transform: none;
	font-weight: normal;
}

#productTable th.count div {
	padding-left: 10px;
}

#productTable td {
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #375490;
}

#productTable .idNum {
	width: 89px;
	border-right: 1px solid #375490;
}

#productTable .idNum div {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#productTable .image {
	width: 32px;
	border-right: 1px solid #375490;
}

#productTable .image div {
	padding-left: 8px;
	padding-top: 3px;
}

#productTable .desc {
	width: 219px;
	border-right: 1px solid #375490;
}

#productTable .desc div {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 7px;
}

#productTable .price {
	width: 76px;
	border-right: 1px solid #375490;
}

#productTable .price  div {
	text-align: right;
	padding-right: 10px;
}

#productTable .price .noDph {
	padding-top: 4px;
	padding-bottom: 0px;
}

#productTable .price .dph {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 4px;
}

#productTable .count {
	width: 84px;
}


#productTable .count input {
	width: 35px;
	height: 20px;
	font-size: 11px;
	padding-top: 3px;
	margin-right: 5px;
	margin-top: 4px;
}

#productTable .count div {
	float: left;
}

#productTable .count .input {
	padding-left: 10px;
}

#productTable .count .btn {
	padding-top: 0px;
	margin-top: 4px;
}

/*
	paging
*/

#pagingBox {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#pagingBox .paging {
	float: left;
}

#pagingBox .paging .activePage {
	color: #49bf1b;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 25px;
}

#pagingBox .paging .active {
	color: #49bf1b;
	font-size: 14px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 5px;
}

#pagingBox .buttons {
	float: right;
}

/*
	right panel / basket
*/
