/*
URI: www.wlan-shop.nl
Description: Het oranje thema
Author: D de Leeuw - Wlan-shop BV

Copyright Wlan Shop BV - Dit werk is auteursrechtelijk beschermd.


[Table Of Contents]

0- Skeleton
1- Classes
2- Searchbar
3- Productpagina
4- Productenoverzicht


*/


/* 0- Skeleton
-----------------------------------------*/
div#skeleton_navbar {
	border-top:1px solid #d76715;
	border-bottom:1px solid #d76715;
	
	/*Background gradient*/
	background: #ef7921;
	background: -moz-linear-gradient(top, #f98833 0%, #e77725 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f98833), color-stop(100%, #e77725));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98833', endColorstr='#e77725', GradientType=0 );
	
	/*Box shadow*/
	-webkit-box-shadow:inset 0px 1px 0px #fb9e56;
	-moz-box-shadow:inset 0px 1px 0px #fb9e56;
	box-shadow:inset 0px 1px 0px #fb9e56;
}

div#skeleton_searchbar, div#skeleton_breadcrumb {background-color:#fcf2eb;}

/* 1- Classes
-----------------------------------------*/
.attention {color:#dc6914;}

/* 2- Searchbar
-----------------------------------------*/
form#zoeken input#zoekstring {
	border-color:#f7af79;
}

/* 4- Productpagina
-----------------------------------------*/
div#prodsidebar,
div.bundel div.bundelsidebar {
	background:#fcf2eb;
}

/* 5- Productenoverzicht
-----------------------------------------*/
table.prodlijst tr:hover td {
	background:#fcf2eb;
}

