#filter{
	text-align: left;
	border-bottom: 1px solid silver;
	margin: 0 0 0 0;
	background-color: #edf2f7;
}

#filter h4{
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 20px;
	padding: 0;
}

.filter-form{
	margin: 0 0 10px 20px;
	padding:0;
}

.filter-select{
	font-size: 10px;
	width: 300px;
	color: gray;
	border: 1px solid silver;
	margin-right: 10px;
}

.filter-select-large{
	font-size: 10px;
	width: 400px;
	color: gray;
	border: 1px solid silver;
	margin-right: 10px;
}

.filter-edit{
	font-size: 10px;
	border: 1px solid silver;
	margin-right: 10px;
}

.filter-button{
	font-size: 10px;
	border: 1px solid silver;
	margin-right: 10px;
	padding: 1px 10px;
}

#breadcrumbs,#breadcrumbs a,#breadcrumbs a:link,#breadcrumbs a:visited,#breadcrumbs a:active {
	color: black;
	font-weight: bold;
}

#grouplist{
}

#grouplist a,#grouplist a:link,#grouplist a:visited,#grouplist a:active{
	font-size:10px;
	text-align:center;
	display:block;
	width: 130px;
	height:140px;
	border: 1px solid red;
	border:0;
	float:left;
	color: black;
	font-weight: bold;
	overflow: hidden;
}

#categorygallery{
	border: 0;
}

.categorytable {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	border: 1px solid silver;
}

.categorytable tr {
	background: white;
}

.categorytable td {
	padding: 2px 2px 2px 5px;
}

.categorytable tr.active {
	background: #FF493F;
}

.categorytable tr.active_hover {
	background: #FF7C2B;
}

.categorytable tr.stripe_hover {
	background: #FF7C2B;
}

.categorytable tr.hover {
	background: #FF7C2B;
}

.categorytable th{
	font-size: 14px;
	font-weight: bold;
}

.categorytable a{
	color: black;
}

.subcategorytable{
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
	border: 1px solid silver;
}

.subcategorytable tr {
	background: white;
}

.subcategorytable td {
	padding: 2px 2px 2px 5px;
}

.subcategorytable tr.active {
	background: #FF493F;
}

.subcategorytable tr.active_hover {
	background: #FF7C2B;
}

.subcategorytable tr.stripe_hover {
	background: #FF7C2B;
}

.subcategorytable tr.hover {
	background: #FF7C2B;
}

.subcategorytable th{
	font-size: 14px;
	font-weight: bold;
}

.subcategorytable a{
	color: black;
}


.retailprice{
	font-weight: bold;
}

.offerprice{
	color: red;
}

.producttable {
	text-align: center;
	font-size: 12px;
	padding: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}

.producttable tr{
	vertical-align: middle;
}

.producttable .imagecol{
	width: 100px;
	padding:2px;
}

.producttable .imagecol img{	
	padding:0;
	border: 0 !important;
	margin: 0 !important;
}

.producttable .pricecol{
	width: 120px;
}

.producttable .codecol{
	width: 150px;
}

.productcell {
	border: 1px solid silver;
	padding: 4px;
	width: auto;
	margin:0;
}

.productcell a{
	font-weight:bold;
	text-decoration:underline;
}

.price {
	color: #800000;
	font-weight: bold;
}

.product-cell-description{
	margin-top: 10px;
	color: gray;
	font-size:11px;
	font-weight: bold;
}

/******** PRODUKTS *********/
#product {
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	font-size: 14px;
}

#productpicture{
	width: 280px;
	overflow: hidden;
	float: left;
	text-align: center;
	border: 1px solid silver;
}

#productactions{
	text-align: right;
}

#productactions a,#productactions a:active,#productactions a:hover,#productactions a:link{
	color: #FF4040;
}

#productdescription {
	margin-left: 10px;
	width: 280px;
	float: left;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
}

.productspecs{
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	padding:0;
	margin:0;
	border: 1px solid #F0F0F0;
	border-collapse: collapse;
	color: black;
}

.productspecs td{
	font-size: 13px;
	padding:2px;
	margin:0;
}

.productspecs tr.stripe0{
	background-color: #F0F0F0 !important;
}

.productspecs tr.stripe1{
	background-color: white !important;
}

.productspecs td.title{
	font-weight: bold;
	width: 33%;
}

.productspecs td.value{
	padding-left: 10px;
	width: auto;
}

#productback, #productback a {
	color: white !important;
}

.c, .break {
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
	clear: both;
}

.std_btn,.large_btn{
	margin:0 2px 0 2px;
	padding:0;
	width: 100px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}

.large_btn{
	width: 150px;
}

.spacer{
    margin: 0 10px 0 10px;
}

.page-header{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0 10px 0 10px;
}

#basket-empty{
	font-size: 18px;
	font-weight: normal;
	padding-top: 50px;
	padding-bottom: 100px;
	text-align: center;
}

#basket-list{
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	text-align: center;
}

#basket-table{
	font-size: 12px;
	font-weight:normal;
	border:0;
	margin:0;
	padding:0;
	width: 600px;
	table-layout: fixed;
	background: #436B13;
}

#basket-table th{
	font-weight:bold;
	padding: 2px 0 2px 0;
	overflow: hidden;
}

#basket-table td{
	padding: 2px 0 2px 10px;
}

#basket-table th.basket-name{
	width: auto;
}
#basket-table th.basket-price{
	width: 100px;
}
#basket-table th.basket-count{
	width: 80px;
}
#basket-table th.basket-controls{
	width: 20px;
}

#basket-table td.basket-name{
	text-align: left;
}
#basket-table td.basket-price{
	text-align: right;
	padding:2px 0 2px 0;
}
#basket-table td.basket-count{
	text-align: center;
	padding:2px 0 2px 0;
}

#basket-table td.basket-controls{
	padding:0;
	text-align: center;
}

#basket-table td.basket-total{
	padding:0;
	text-align: right;
	border:0;
}

#basket-list .price2{
	font-size: 10px;
	color: silver;
}

#basket-table td.basket-totalprice{
	padding:0;
	text-align: right;
	border:0;
}

#basket-actions{
	margin: 5px 10px 0 10px;
	text-align: right;
}

#basket-table input{
	font-size: 12px;
	width: 40px;
	padding: 0 2px 0 2px;
}

#basket-actions input{
	border:0;
	margin:0;
	padding:0;
	font-size: 10px;
	width: 80px;
	background: #f3c309;
	border: 1px outset #f3c309;
}

#order-finish{
	font-size: 18px;
	padding: 20px 10px 20px 10px;
	text-align: center;
}

/********************* F O R M A *****************************/

.std_list #basket-table{
	width: 600px !important;
}

.highlight td{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #F0D0F0;
}

#basket-table input,.std_form .field,.std_form .field-short,.std_form .field-long,.std_form .field-checkbox,.std_form .largefield{
	border: 1px solid #294E1B;
	background: #CBED9E;
}

#basket-table td{
	border-bottom: 1px solid #294E1B;
	color: white !important;
}

#basket-table td a,#basket-table td a:hover,#basket-table td a:visited,#basket-table td a:active {
	color: white !important;
}

#basket-table th{
	background: #294E1B;
	border-bottom: 1px solid #294E1B;
	color: white;
}

.std_btn,.large_btn{
	background: #dcffd1;
	border:1px outset #3e9025;
	color: black;
}

.std_form .actions {
	background: #294E1B;
	border-top: 1px solid #356322;
}

.std_form fieldset{
	color: black;
	border-bottom: 1px dotted #294E1B;
	background: white;
}

.std_list fieldset{
	color: black;
	/* border-bottom: 1px dotted #294E1B; */
	/* background: #436B13; */
	background: transparent;
	color: white;
}

.std_list .actions {
	/* background: #294E1B; */
	background: transparent;
	/* border-top: 1px solid #356322; */
	border:0;
}

.basket-controls img{
	border: 0 !important;
}

.stripe{
	/*background-color: #436B13 !important;*/
	background-color: #edf2f7 !important;
}

.stripe0{
	background-color: transparent !important;
}

.stripe1{
	/*background-color: #436B13 !important;*/
	background-color: transparent !important;
}

.orderform{
	padding:0 !important;
	margin:0 !important;
}

/* PAGER */
#pagecounter{
}

#pagecounter .prevbutton,#pagecounter .nextbutton{
	margin: 7px 5px 0 5px;
	font-size: 12px;
	color: black;
	float: right;
}

.pager-button{
	float:right;
	width:28px;
	height:26px;
	text-align:center;
	background: transparent;
}

.pager-button a, .pager-button a:hover, .pager-button a:link, .pager-button a:active{
	color: black;
	font-weight: bold;
	display: block;
}

.pager-button div{
	margin:2px;
	height:19px;
	padding-top: 1px;
	border: 1px solid silver;
}

.pager-button .active{
	border: 1px solid white !important;
	background:silver !important;
}

.currentModel {
	font-weight: bold;
	font-size: 16px;
}

.otherModels {
	font-size: 10px;
	color: gray;
	font-weight: normal;
}

.otherModels a{
	font-size: 10px;
	color: gray;
	font-weight: bold;
}

