
img.vergroot
{
	cursor: pointer;
}
/* EIND */

html, body {
	margin:0;
	padding:0;
	font:12px/16px "Arial", sans-serif;
}

body {
	color:white;
	text-align:center;
	background:repeat-x #002e66 top center url(/agfx/_sanideal/bg_body.gif)
}



/*	Headers	*/
h1, h2, h3, h4, h5, h6 {
	margin:0 0 5px 0;
	padding:0;
	font-weight:normal;
	line-height:1em;
	color:black;
}

h1 {
	font-size:24px;
}

h2 {
	font-weight:bold;
	font-size:16px;
}

h3 {
	font-weight:bold;
	font-size:14px;
}

p {
	margin:0 0 1.5em 0;
	padding:0;
}

a {
	color:#0054a6;
}

a:hover {
	text-decoration:none;
}

img {
	border:0;
	margin:0;
	padding:0;
}



/*	Tables	*/
table {
	margin:0 0 1em 0;
	padding:0;
	border-collapse:collapse;
	border:none;
}

table caption,
table th,
table td {
	margin:0;
	padding:5px 10px;
	font-style:normal;
	text-align:left;
	vertical-align:top;
	color:black;
	font-size:12px;
	line-height:16px;
	background:white;
}

table th {
	color:#606060;
}

table tr.even th,
table tr.even td {
	background:#f9f9f9;
}

table caption {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:white;
	border:none;
	background:#539ed9;
}



/*	Forms	*/
body form p {
	clear:both;
	margin:0 0 5px 0;
}

form p span.error {
	display:none;
}

form p.showError span.error {
	display:block;
	font-size:11px;
	line-height:15px;
	padding:5px 10px 10px 20px;
	color:red;
	background:no-repeat 5px 3px url(/agfx/form/bg_form_error.gif)
}

body form p label,
body form p span.label {
	display:block;
	float:left;
	height:30px;
}

#main form p label.inline {
	position:relative;
	display:inline;
	top:-3px;
	float:none;
	width:auto;
}

form input.text,
textarea {
	padding:3px 5px;
	font:12px/16px "Arial", sans-serif;
	border:1px solid black;
	background:white;
	width: 240px;
}

body input {
	/*	Radio's, checkboxes	*/
	position:relative;
}

body form input.text,
body form select {
	position:relative;
	top:-4px;
}

body form input.text {
	width:135px;
}



/*	Forms in side	*/
#side form p label {
	width:100px;
	float:left;
}


/*	Forms in modals	*/
div.modal form p label {
	width:100px;
}

div.modal input.text {
	width:150px;
}

div.modal textarea {
	width:245px;
	height:100px;
}



/*	Generic classes
	***************/

.displayNone	{display:none}
.displayInline	{display:inline}

.clearBoth		{clear:both;}

p.artikelnr {
	display:none;
}

/*	Generic bits	*/
div.totals {
	text-align:right;
}

div.totals h2 {
	color:#7a7a7a;
	margin:0 0 5px 0;
}

div.totals strong {
	display:block;
	margin:12px 0 0 0;
	font-size:24px;
	line-height:24px;
}

div.totals span {
	display:block;
	font-size:11px;
	color:#7a7a7a;
}

div.noResults {
	clear:both;
	padding:5px;
	text-align:center;
	line-height:16px;
	border:1px solid #d2c060;
	background:#f8e994;
}



/*	Buttons
	*******/

.btnMore,
.btnLess {
	display:block;
	height:18px;
	margin:0;
	padding:0 20px 0 0;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	text-align:right;
	color:#0054a6;
	cursor:pointer;
	cursor:hand;
	background:no-repeat top right url(/agfx/btn/btn_more.gif);
}

.btnLess {
	background-image:url(/agfx/btn/btn_less.gif);
}

a.btnRemove {
	display:block;
	text-indent:-4096px;
	text-align:left;
	width:21px;
	height:21px;
	overflow:hidden;
	background:no-repeat 0 0 url(/agfx/btn/btn_remove.png);
}



/*	Medium button	*/
a.btnMed {
	float:left;
	height:25px;
	text-decoration:none;
	background:no-repeat 0 0 url(/agfx/btn/btn_med.gif);
}

a.btnMed span {
	display:block;
	margin:0;
	padding:0 7px;
	height:25px;
	line-height:25px;
	font-size:13px;
	color:#044f99;
	cursor:pointer;
	cursor:hand;
	background:no-repeat top right url(/agfx/btn/btn_med_end.gif);
}

#side a.btnMed 		{background-image:url(/agfx/btn/btn_med_side.gif)}
#side a.btnMed span	{background-image:url(/agfx/btn/btn_med_side_end.gif)}

a.btnMed:hover {
	background-position:0 -25px;
}

a.btnMed:hover span {
	color:#0561bb;
	background-position:100% -25px;
}

a.btnMedSubmit span {
	padding-right:25px;
	background-image:url(/agfx/btn/btn_med_submit_end.gif);
}

a.btnBig {
	position:relative;
	left:-3px;
	float:left;
	display:block;
	height:41px;
	text-decoration:none;
	background:no-repeat 0 0 url(/agfx/btn/btn_big.gif);
}

a.btnBig span {
	display:block;
	height:41px;
	padding:0 40px 0 20px;
	font-size:16px;
	line-height:41px;
	color:white;
	font-weight:bold;
	background:no-repeat 100% 0 url(/agfx/btn/btn_big_end.gif);
}

a.btnBig:hover {
	background-position:0 -41px;
}

a.btnBig:hover span {
	background-position:100% -41px;
}




/*	Button in checkout side	*/
a.btnSide {
	display:block;
	position:relative;
	left:3px;
	float:right;
	margin:0 0 18px 0;
	padding:0;
	text-decoration:none;
	background:no-repeat 0 0 url(/agfx/btn/btn_checkout_side.gif);
}

a.btnSide span {
	display:block;
	margin:0;
	padding:0 30px 0 9px;
	height:33px;
	line-height:32px;
	color:white;
	cursor:pointer;
	cursor:hand;
	background:no-repeat 100% 0 url(/agfx/btn/btn_checkout_side_end.gif);
}

a.btnSide.grey 		{background-image:url(/agfx/btn/btn_checkout_side_grey.gif);}
a.btnSide.grey span	{color:#373737;background-image:url(/agfx/btn/btn_checkout_side_grey_end.gif);}


a.btnSide:hover {
	background-position:0 -33px;
}

a.btnSide:hover span {
	background-position:100% -33px;
}



/*	Checkout button in cart panel	*/
a.btnCheckout {
	display:block;
	float:right;
	height:34px;
	line-height:35px;
	text-decoration:none;
	background:no-repeat 100% 0 url(/agfx/btn/btn_total_checkout.gif);
}

a.btnCheckout span {
	display:block;
	height:35px;
	margin:0 20px 0 0;
	padding:0 10px 0 16px;
	font-size:13px;

	font-weight:bold;
	color:white;
	white-space:nowrap;
	cursor:pointer;
	cursor:hand;
	background:no-repeat 0 0 url(/agfx/btn/btn_total_checkout.gif);
}

a.btnCheckout:hover			{background-position:100% -35px}
a.btnCheckout:hover span	{background-position:0 -35px}



/*	To Cart buttons	*/
a.btnToCart,
a.btnPriceReqBig {
	display:block;
	line-height:25px;
	height:26px;
	color:#0054a6;
	font-weight:bold;
	text-decoration:none;
	background:no-repeat 100% 0 url(/agfx/btn/btn_add_to_cart.gif);
}

a.btnToCart span,
a.btnPriceReqBig span {
	display:block;
	height:26px;
	margin:0 14px 0 0;
	padding:0 0 0 28px;
	cursor:pointer;
	cursor:hand;
	background:no-repeat 0 0 url(/agfx/btn/btn_add_to_cart.gif);
}

a.btnPriceReqBig		{background:no-repeat 100% 0 url(/agfx/btn/btn_price_req.gif);}
a.btnPriceReqBig span	{padding-left:14px;background:no-repeat 0 0 url(/agfx/btn/btn_price_req.gif);}

a.btnToCart:hover,
a.btnPriceReqBig:hover		{background-position:100% -26px;}

a.btnToCart:hover span,
a.btnPriceReqBig:hover span	{background-position:0 -26px;}



/*	To Cart button in related products	*/
#related ul.results a.btnToCart,
#related ul.results a.btnToCart span {
	height:21px;
	cursor:pointer;
	cursor:hand;
	background-image:url(/agfx/btn/btn_add_to_cart_small.gif);
}

#related ul.results a.btnToCart span {
	margin:0 12px 0 0;
	padding:0 0 0 22px;
	font-weight:normal;
	font-size:10px;
	line-height:20px;
}

#related ul.results a.btnToCart.btnPriceRequest span {
	padding-left:14px;
	background-image:url(/agfx/btn/btn_price_req_small.gif);
}

#related ul.results a.btnToCart:hover {
	background-position:100% -21px;
}
#related ul.results a.btnToCart:hover span {
	background-position:0 -21px;
}



/*	No outline on buttons	*/
a.btnMed:active,
a.btnSide:active,
a.btnCheckout:active,
a.btnToCard:active,
a.btnMoreInfo:active,
#btnCatInfo a:active,
a.btnBig:active
{outline:none}

a.btnMed:focus,
a.btnSide:focus,
a.btnCheckout:focus,
a.btnToCart:focus,
a.btnMoreInfo:focus,
#btnCatInfo a:focus,
a.btnClosePanel:focus,
a.btnBig:focus
{-moz-outline-style:none}





/*	Basic layout
	************/

#wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:960px;
	color:black;
	background:white;
}

#header {
	position:relative;
	height:150px;
	background:#377fb5 no-repeat top left url(/agfx/_sanideal/bg_header.jpg);
}

#logo {
	position:absolute;
	top:12px;
	left:153px;
}

#skipToNav {
	display:none;
}

#main {
	position:relative;
	padding:25px 30px;
	background-image: url(../img/bg_page_content.gif);
}

#footer {
	position:relative;
	clear:both;
	height:100px;
	color:#a6a6a6;
	background:#002e66;
}

#footer #callUs {
	position:absolute;
	top:10px;
	left:0;
	width:147px;
	height:48px;
	padding:7px 0 0 7px;
	background:no-repeat 0 0 url(/agfx/main_footer/direct_contact.gif);
}

#footer #callUs h3 {
	display:block;
	position:static;
	margin:0 0 5px 0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:white;
}

#footer #callUs p {
	display:block;
	position:static;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	color:#999999;
}

#footer p {
	position:absolute;
	top:15px;
	left:175px;
	margin:0;
	padding:0;
	width:605px;
	font-size:11px;
	line-height:14px;
}

#footer #iDeal {
	position:absolute;
	top:10px;
	right:0;
}





/*	Navigation
	**********/
ul.tabs li {
	position:relative;
	display:block;
	float:left;
	margin:0 2px 0 0;
	list-style:none;
	background-repeat:no-repeat;
	background-position:100% 0;
}

ul.tabs li a {
	display:block;
	height:17px;
	font-size:12px;
	line-height:17px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	margin:0 7px 0 0;
	padding:6px 1px 3px 8px;
	cursor:pointer;
	cursor:hand;
	white-space:nowrap;
	background-repeat:no-repeat;
	background-position:0 0;
}

ul.tabs li:hover	{background-position:100% -26px}
ul.tabs li:hover a	{background-position:0 -26px}

ul.tabs li.active {
	background-position:100% -52px;
}

ul.tabs li.active a {
	color:black;
	background-position:0 -52px;
}

ul.tabs li a:active	{outline:none}
ul.tabs li a:focus	{-moz-outline-style:none}



/*	Main nav	*/
#nav {
	position:absolute;
	top:124px;
	left:20px;
	margin:0;
	padding:0;
}

#nav li,
#nav li a {background-image:url(.../img/bg_tab.png);}



/*	Shop nav	*/
#shopNav {
	position:absolute;
	top:124px;
	right:20px;
	margin:0;
	padding:0;
	z-index:150;
}

#shopNav li,
#shopNav li a {background-image:url(.../img/bg_shop_tab.png);}



/*	User tab	*/
#shopNav li#userTab,
#shopNav li#userTab a {
	background-image:url(.../img/bg_user_tab.png);
}



/*	Fav tab	*/
#shopNav li#favTab,
#shopNav li#favTab a {
	background-image:url(.../img/bg_fav_tab.png);
}

#shopNav li#userTab a,
#shopNav li#favTab a {
	padding-left:23px;
}



/*	Cart tab	*/
#shopNav li#cartTab,
#shopNav li#cartTab a {
	background-image:url(/agfx/nav_tabs/bg_cart_tab.png);
}

#shopNav li#cartTab a {
	padding-left:27px;
}



/*	Checkout tab	*/
#shopNav li#checkOutTab,
#shopNav li#checkOutTab a {
	background-image:url(/agfx/nav_tabs/btn_checkout.png);
}

#shopNav li#checkOutTab a {
	margin-right:13px;
	padding-right:6px;
	color:white;
}

#shopNav li#checkOutTab.active a {
	color:#ee7900;
}



/*	Page navigation	*/
div.pageNav {
	position:relative;
	clear:both;
	width:900px;
	height:19px;
	margin:0;
	padding:0 0 15px 0;
}

div.pageNav h2 {
	float:left;
	margin:0 18px 0 0;
	padding:0 10px 0 0;
	color:#7a7a7a;
	font-size:14px;
	line-height:19px;
}

div.pageNav ul {
	float:left;
	margin:0;
	padding:0;
}

div.pageNav ul li {
	float:left;
	list-style:none;
	margin:0 10px 0 0;
	padding:0;
	background:none;
}

div.pageNav ul li a {
	display:block;
	color:#0054a6;
	padding:0 4px;
	line-height:19px;
	text-decoration:none;
	border:1px solid transparent;
}

div.pageNav ul li.active a {
	border:1px solid #bebebe;
	background:white;
}

div.pageNav ul li a:active	{outline:none}
div.pageNav ul li a:focus	{-moz-outline-style:none}

div.pageNav ul li a:hover {
	border:1px solid #cfcfcf;
}

div.pageNav ul li.btnPrevPage,
div.pageNav ul li.btnNextPage {
	width:18px;
	height:19px;
	margin:0;
	padding:0;
}

div.pageNav ul li.btnPrevPage a,
div.pageNav ul li.btnNextPage a {
	display:block;
	width:18px;
	height:18px;
	margin:0;
	padding:0;
	text-indent:-4096px;
	overflow:hidden;
}

div.pageNav ul li.btnPrevPage a:hover,
div.pageNav ul li.btnNextPage a:hover {
	border:0;
}

div.pageNav ul li.btnPrevPage {
	margin:0 5px 0 0;
	background:no-repeat 0 0 url(/agfx/nav_pages/btn_prev_page.gif);
}

div.pageNav ul li.btnNextPage {
	background:no-repeat 0 0 url(/agfx/nav_pages/btn_next_page.gif);
}

div.pageNav ul li.btnPrevPage.inactive,
div.pageNav ul li.btnNextPage.inactive {
	background-position:0 -19px;
}

div.pageNav p {
	position:absolute;
	top:0;
	right:100px;
	font-size:13px;
	line-height:19px;
	color:#7a7a7a;
}





/*	Shop tab panels
	***************/
div.panel {
	display:none;
	position:absolute;
	top:150px;
	right:0;
	z-index:100;
}

div.panel div.panelInner {
	padding:0 12px 0 0;
	background:no-repeat top right url(/agfx/nav_panels/bg_panel_top_right.png);
}

div.panel div.panelInner div.panelContent {
	padding:15px 0 0 20px;
	background:no-repeat top left url(/agfx/nav_panels/bg_panel_top_left.png)
}

div.panel div.panelBottom {
	height:13px;
	padding:0 12px 0 0;
	background:no-repeat top right url(/agfx/nav_panels/bg_panel_bottom_right.png);
}

div.panel div.panelBottom span {
	display:block;
	height:13px;
	background:no-repeat top left url(/agfx/nav_panels/bg_panel_bottom_left.png);
}

div.panel h2 {
	margin:0 0 10px 0;
	color:#7a7a7a;
}



/*	Close button	*/
div.panel a.btnClosePanel {
	position:absolute;
	top:8px;
	right:15px;
	display:block;
	height:21px;
	padding:0;
	font-size:9px;
	text-decoration:none;
	color:white;
	background:no-repeat 100% -42px url(/agfx/btn/btn_close_panel.gif);
}

div.panel a.btnClosePanel span {
	display:block;
	margin:0 15px 0 0;
	padding:0 4px 0 7px;
	line-height:21px;
	height:21px;
	white-space:nowrap;
	cursor:pointer;
	cursor:hand;
	background:no-repeat 0 0 url(/agfx/btn/btn_close_panel.gif);
}

div.panel a.btnClosePanel:hover {
	background-position:100% -63px;
}

div.panel a.btnClosePanel:hover span {
	background-position:0 -21px;
}

#catPanel a.btnClosePanel {
	display:block;
	position:absolute;
	height:19px;
	width:19px;
	top:7px;
	right:17px;
	background:no-repeat 0 0 url(/agfx/btn/btn_close_cat_panel.gif);
}

#catPanel a.btnClosePanel span {
	display:none;
}

#catPanel a.btnClosePanel:hover {
	background-position:0 -19px;
}



/*	Results in panels	*/
div.panel ul.results {
	width:485px;
}

div.panel ul.results li {
	width:229px;
	height:71px;
	margin:0 12px 12px 0;
	background:no-repeat 0 0 url(/agfx/nav_panels/bg_result_in_panel.gif);
}

div.panel ul.results li a.btnRemove {
	position:absolute;
	width:17px;
	height:17px;
	top:-7px;
	left:217px;
	background-image:url(/agfx/btn/btn_remove_in_panel.gif);
}

div.panel ul.results li a.thumb {
	top:9px;
	left:10px;
}

div.panel ul.results li a.thumb,
div.panel ul.results li a.thumb span {
	width:50px;
	height:50px;
}

div.panel ul.results li h3 {
	top:10px;
	left:70px;
	width:150px;
	height:36px;
	margin:0;
	padding:0;
	font-size:11px;
	color:#044f99;
}

div.panel ul.results li h3 a {
	display:block;
	line-height:11px;
}

div.panel ul.results li p {
	top:32px;
	left:70px;
	width:150px;
	margin:0;
	padding:0;
	font-size:16px;
	text-align:left;
}

div.panel ul.results li p span {
	text-align:left;
}



/*	About	*/
div.panel a.btnMore {
	position:absolute;
	bottom:20px;
	right:20px;
	width:135px;
}

div.panel div.about {
	display:none;
}

div.panel div.about p {
	margin:0;
	padding:0;
}



/*	Page navigation	*/
div.panel div.pageNav {
	width:335px;
	padding:0 0 5px 0;
}



/*	Panel: User	*/
#userPanel.loggedIn {
	width:200px;
}

#userPanel div.panelInner div.panelContent {
	padding:10px 10px 0 20px;

}

#userPanel h3 {
	margin:0 0 10px 0;
}



/*	Navigation	*/
#userPanel ul {
	margin:0;
	padding:0;
}

#userPanel ul li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}

#userPanel ul li a {
	display:block;
	padding:5px 0 5px 10px;
	text-decoration:none;
	border-bottom:1px solid #c2c2c2;
	background:no-repeat 0 9px url(/agfx/bullets/panel_bullet.gif);
}

#userPanel ul li a:hover {
	color:black;
}

#userPanel ul li.last-child a {
	border:0;
}



/*	Not logged in	*/
#userPanel {
	width:450px;
}

#userPanel #loginForm {
	width:200px;
	height:125px;
	float:left;
}

#userPanel #loginForm input.text {
	width:180px;
}

#userPanel #loginForm a.btnMed {
	float:right;
	margin-right:7px;
}

#userPanel #loginForm small {
	display:block;
	float:left;
}

#userPanel #noAccount {
	position:absolute;
	top:10px;
	left:230px;
	width:200px;
}

#userPanel #noAccount a.btnMed {
	float:right;
}

#userPanel #noAccount h3 {
	margin:0 50px 5px 0;
	line-height:16px;
}

#userPanel #noAccount #btnRegister {
	display:block;
	padding:0 0 0 10px;
	font-size:14px;
	line-height:18px;
	text-decoration:none;
	background:no-repeat 0 5px url(/agfx/bullets/panel_bullet.gif);
}


/*	Panel: Favorites	*/
#favPanel {
	width:510px;
}



/*	Panel: Cart	*/
#cartPanel {
	width:803px;
}

#cartPanel div.totals {
	position:absolute;
	top:0;
	right:6px;
	width:180px;
	height:301px;
	background:no-repeat 0 0 url(/agfx/nav_panels/bg_cart_panel_totals.gif);
}

#cartPanel div.totals div.content {
	position:absolute;
	bottom:20px;
	right:0;
	padding:0 20px;
}

#cartPanel div.panelContent {
	height:280px;
}

#cartPanel #btnToCheckout {
	margin:10px 0 0 0;
}

#cartPanel #cartPanelForm #cartPanelTable {
	border:1px solid #b8b8b8;
}

#cartPanel #cartPanelForm #cartPanelTable tfoot td {
	background:#D6D6D6;
}

#cartPanel #cartPanelForm #cartPanelTable tfoot td div.pageNav {
	margin:0;
	padding:0;
}

#cartPanel #cartPanelForm #cartPanelTable tfoot td div.pageNav h2 {
	font-size:14px;
	margin:0;
}


/*	Language
	********/

#language {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0 3px 0 6px;
	height:19px;
	float:right;
	background:no-repeat 0 0 url(/agfx/main_header/bg_language.gif)
}

#language li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#language li a {
	display:block;
	float:left;
	margin:3px 3px 0 0;
}




/*	Search bar
	**********/
#search {
	position:absolute;
	top:61px;
	left:716px;
	width:226px;
	height:27px;
	margin:0;
	padding:0;
	overflow:hidden;
	background:no-repeat top left url(/agfx/main_header/bg_search.gif);
}

#search label {
	display:none;
}

#search #keywords,
#searchFilters #filterKeywords {
	display:block;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:5px 0 6px 0;
	text-indent:10px;
	width:226px;
	height:16px;
	font-size:14px;
	line-height:16px; 
	border:0;
	background:transparent;
}

#searchFilters #filterKeywords {
	height:20px;
	text-indent:15px;
	padding:9px 0 7px 0;
	width:260px;
}

#search #btnSearch,
#searchFilters #btnFilterSearch {
	display:block;
	position:absolute;
	top:3px;
	left:202px;
	margin:0;
	padding:21px 0 0 0;
	width:21px;
	height:21px;
	cursor:pointer;
	cursor:hand;
	overflow:hidden;
	text-align:left;
	border:0;
	background:no-repeat top left url(/agfx/btn/btn_search.gif);
}

#searchFilters #btnFilterSearch {
	top:3px;
	left:226px;
	width:30px;
	height:30px;
	padding:30px 0 0 0;
	background:no-repeat top left url(/agfx/page_search/btn_search_big.gif);
}

#search input:active,
#searchFilters input:active	{outline:none}
#searchFilters input:focus,
#search input:focus		{-moz-outline-style:none}





/*	Page: Category
	**************/

#pageCategory #main {
	padding:25px 0 0 30px;
}

#pageCategory h1 {
	display:none;
}



/*	Category navigation	*/
#catNav {
	position:relative;
	height:41px;
	margin:0 0 15px 0;
	z-index:100;
}

#catNav ul#crumbs {
	position:relative;
	margin:0 0 12px 0;
	padding:0;
	height:41px;
	float:left;
	list-style:none;
	background:no-repeat 0 0 url(../img/bg_catnav.gif);
}

#catNav ul#crumbs li {
	position:relative;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	min-width:75px;
	height:41px;
	white-space:nowrap;
}

#catNav ul#crumbs li a {
	display:block;
	padding:0 0 4px 25px;
	color:#0b56a1;
	font-size:14px;
	line-height:37px;
	height:41px;
	text-decoration:none;
	background:no-repeat top left url(../img/bg_catnav_divider.gif);
}

#catNav ul#crumbs li#firstCat a {
	padding-left:10px;
	background:none;
}

#catNav ul#crumbs li a:active	{outline:none}
#catNav ul#crumbs li a:focus	{-moz-outline-style:none}

#catNav ul#crumbs li#lastCat {
	padding-right:10px;
	background:no-repeat top right url(../img/bg_catnav_end.gif);
}

#catNav ul#crumbs li span {
	display:block;
	position:absolute;
	bottom:3px;
	right:0;
	padding:0 14px 0 0;
	font-size:11px;
	line-height:13px;
	height:13px;
	color:#7a7a7a;
	cursor:pointer;
	cursor:hand;
	background:no-repeat 100% 4px url(../img/bg_change_cat.gif);
}

#catNav ul#crumbs li#lastCat span {
	right:10px;
}

#catNav ul#crumbs li#btnChooseSubCat {
	background:no-repeat top right url(../img/bg_catnav_end_filter.gif);
}

#catNav ul#crumbs li#btnChooseSubCat a {
	padding-left:30px;
	padding-right:35px;
	font-size:14px;
	line-height:41px;
	color:white;
	background:no-repeat top left url(/agfx/page_product_results/catnav/bg_catnav_divider_filter.gif);
}




/* Active states */
#catNav ul#crumbs li.active {
	position:relative;
	z-index:150;
	cursor:pointer;
	cursor:hand;
	background:no-repeat top right url(/agfx/page_product_results/catnav/bg_catnav_active_right.gif);
}

#catNav ul#crumbs li.active a {
	color:#9a9a9a;
	margin-right:28px;
	padding-right:5px;
	background:no-repeat 10px 0 url(/agfx/page_product_results/catnav/bg_catnav_active_left.gif);
}

#catNav ul#crumbs li.active span {
	display:none;
}

#catNav ul#crumbs li#firstCat.active {
	left:0;
	background:no-repeat top right url(/agfx/page_product_results/catnav/bg_catnav_active_right.gif);
	
}

#catNav ul#crumbs li#firstCat.active a {
	background:no-repeat 0 0 url(/agfx/page_product_results/catnav/bg_catnav_active_left_start.gif);
}

#main #catNav ul#crumbs li#lastCat.active {
	padding-right:0;
	background:no-repeat top right url(/agfx/page_product_results/catnav/bg_catnav_active_end_btn.gif);
}

#main #catNav ul#crumbs li#lastCat.active a {
	color:#9a9a9a;
	background:no-repeat 10px 0 url(/agfx/page_product_results/catnav/bg_catnav_active_left.gif);
}

#main #catNav ul#crumbs li#btnChooseSubCat.active {
	background:no-repeat 10px 0 url(/agfx/page_product_results/catnav/bg_catnav_active_left.gif);
}

#main #catNav ul#crumbs li#btnChooseSubCat.active a {
	margin-right:0;
	color:#9a9a9a;
	background:no-repeat top right url(/agfx/page_product_results/catnav/bg_catnav_active_end_btn.gif);
}

#catNav ul#crumbs li a:active	{outline:none}
#catNav u#crumbs li a:focus		{-moz-outline-style:none}



/*	Category panel	*/
#catNav div#catPanel {
	display:none;
	position:absolute;
	top:30px;
	left:-23px;
	width:947px;
	z-index:100;
}

#catNav div#catPanel div.panelInner {
	padding:0 16px 0 0;
	background:no-repeat top right url(/agfx/page_product_results/catnav/bg_cat_panel_top_right.png);
}

#catNav div#catPanel div.panelInner div.panelContent {
	padding:15px 0 10px 30px;
	background:no-repeat top left url(/agfx/page_product_results/catnav/bg_cat_panel_top_left.png)
}

#catNav div#catPanel div.panelBottom {
	padding:0 20px 0 0;
	background:no-repeat top right url(/agfx/page_product_results/catnav/bg_cat_panel_bottom_right.png);
}

#catNav div#catPanel div.panelBottom span {
	display:block;
	height:21px;
	background:no-repeat top left url(/agfx/page_product_results/catnav/bg_cat_panel_bottom_left.png);
}



/*	Category information	*/
#btnCatInfo {
	display:block;
	position:relative;
	margin:0;
	padding:0;
}

#btnCatInfo a {
	display:block;
	float:right;
	position:absolute;
	top:-37px;
	right:30px;
	margin:0;
	padding:0 21px 0 0;
	font-size:13px;
	line-height:25px;
	color:#7a7a7a;
	text-decoration:none;
	white-space:nowrap;
	z-index:10;
	background:no-repeat 100% 0 url(/agfx/btn/btn_cat_info.gif);
}

#btnCatInfo a:hover {
	color:black;
}

#btnCatInfo a span {
	display:block;
	padding:0 4px 0 7px;
	height:25px;
	cursor:pointer;
	cursor:hand;
	background:no-repeat 0 0 url(/agfx/btn/btn_cat_info.gif);
}

#btnCatInfo.active a {
	height:34px;
	background-position:100% -25px;
}

#btnCatInfo.active a span {
	height:34px;
	background-position:0 -25px;
}

#catInfo {
	position:relative;
	top:-4px;
	width:898px;
	margin:0 0 11px 0;
	border:1px solid #7a7a7a;
	background:#e4e4e4 repeat-x 0 0 url(/agfx/page_product_results/bg_cat_info.gif);
}

#catInfo div.content {
	margin:0 0 0 290px;
	padding:10px 15px;
	height:130px;
}

#catInfo div.content h3 {
	font-size:18px;
	color:#044f99;
}

#catInfo img {
	position:absolute;
	top:0;
	left:0;
}

#catInfo div.content p {
	margin:0;
}

#catInfo #catTags {
	position:absolute;
	top:120px;
	left:290px;
	width:588px;
	height:29px;
	padding:0 10px;
	border-top:#f2f2f2;
	background:#d9d9d9;
}

#catInfo #catTags h4 {
	float:left;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:29px;
	font-weight:bold;
	color:#044f99;
}

#catInfo #catTags ul {
	margin:0;
	padding:0;
	height:29px;
	overflow:hidden;
}

#catInfo #catTags ul li {
	display:block;
	float:left;
	height:29px;
	margin:0 0 0 10px;
	padding:0;
	font-size:11px;
	line-height:29px;
	font-weight:bold;
	color:#7b7b7b;
}




/*	Category/search results
	***********************/

ul.results {
	position:relative;
	margin:0;
	padding:0;
	z-index:1;
}

ul.results li {
	display:block;
	position:relative;
	float:left;
	list-style:none;
	margin:0 15px 15px 0;
	padding:0;
	width:290px;
	height:185px;
	background:no-repeat top left url(/agfx/page_product_results/bg_result.gif)
}

ul.results li h3 {
	display:table;
	position:absolute;
	top:0;
	left:0;
	width:262px;
	height:42px;
	margin:0;
	padding:0 14px;
	height:32px;
	font-size:14px;
	line-height:16px;
	overflow:hidden;
}

ul.results li h3 a {
	display:table-cell;
	vertical-align:middle;
	color:#0054a6;
	text-decoration:none;
	height:42px;
}

ul.results li h3 a:active	{outline:none}
ul.results li h3 a:focus	{-moz-outline-style:none}



/*	Price	*/
ul.results li p {
	/* Price */
	position:absolute;
	top:87px;
	left:125px;
	width:150px;
	margin:0;
	padding:0;
	font-size:24px;
	line-height:22px;
	font-weight:bold;
	text-align:right;
	color:#ee7900;
}

ul.results li p span {
	/* Incl BTW */
	position:absolute;
	top:20px;
	left:0;
	width:150px;
	font-size:10px;
	line-height:12px;
	text-align:right;
	font-weight:normal;
	color:#6d6d6d;
	white-space:nowrap;
}

ul.results li p strike {
	position:absolute;
	left:0;
	top:-15px;
	width:150px;
	text-align:right;
	font-size:11px;
	line-height:12px;
	color:black;
	font-weight:bold;
}

ul.results li p.noPrice {
	top:110px;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-align:right;
	color:#6D6D6D;
}

body.langD ul.results li p.noPrice {
	/*	Deutsch	*/
	top:90px;
	width:100px;
	padding-left:50px;
}

ul.results li a.thumb {
	display:table;
	position:absolute;
	top:51px;
	left:13px;
	width:100px;
	height:100px;
	margin:0;
	padding:0;
	border:1px solid #aeaeae;
	overflow:hidden;
	background:white;
}

ul.results li a.thumb span {
	display:table-cell;
	width:100px;
	height:100px;
	text-align:center;
	vertical-align:middle;
}

ul.results li a.sale {
	display:block;
	position:absolute;
	top:42px;
	left:1px;
	width:78px;
	height:78px;
	text-indent:-4096px;
	overflow:hidden;
	z-index:1;
	background:no-repeat 0 0 url(/agfx/page_product_results/sale.gif);
}

body.langE ul.results li a.sale {
	background-position:0 -78px;
}

body.langD ul.results li a.sale {
	background-position:0 -156px;
}



/*	Actions	*/
ul.results ul.actions {
	position:absolute;
	bottom:0;
	left:0;
	width:290px;
	height:30px;
	margin:0;
	padding:0;
}

ul.results ul.actions li {
	display:inline;
	margin:0;
	padding:0;
	height:30px;
	float:none;
	background:transparent;
}

ul.results ul.actions li a {
	display:block;
	float:left;
	height:30px;
	padding:0 5px 0 20px;
	color:#0054a6;
	font-size:11px;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	overflow:hidden;
	background:no-repeat 0 0 url(/agfx/page_product_results/btns_result_actions.gif);
}

body.langD ul.results ul.actions li a {
	/*	Deutsch	*/
	padding:0 8px 0 20px;
}

ul.results ul.actions li a:hover {
	color:black;	
}

ul.results ul.actions li a.btnInfo		{background-position:0 0;}
ul.results ul.actions li a.btnPriceReq	{background-position:0 -30px;}
ul.results ul.actions li a.btnFav		{background-position:0 -60px;}
ul.results ul.actions li a.btnCompare	{background-position:0 -90px;}



/*	Add to cart/Price request	*/
ul.results li a.btnToCart,
ul.results li a.btnPriceReqBig {
	position:absolute;
	top:129px;
	right:10px;
}



/*	Related products
	****************/

#related {
	clear:both;
	padding:0 0 12px 0;
}

#related h2 {
	color:#7a7a7a;
}

#related ul.results li {
	/*	Checkout	*/
	width:284px;
	height:71px;
	margin:0 12px 12px 0;
	background:no-repeat 0 0 url(/agfx/page_checkout/bg_result_related_checkout.gif);
}

#pageProductDetail #related ul.results li {
	/*	Product detail	*/
	width:258px;
	background-image:url(/agfx/page_product_detail/bg_result_related.gif);
}

#related ul.results li.even {
	margin-right:0;
}

#related ul.results li a.thumb {
	width:50px;
	height:50px;
	top:9px;
	left:10px;
}

#related ul.results li a.thumb span {
	height:50px;
}

#related ul.results li h3 {
	/*	Checkout	*/
	top:10px;
	left:70px;
	width:205px;
	font-size:12px;
	color:#044f99;
}

#related ul.results li h3 a {
	display:block;
	line-height:12px;
}

#pageProductDetail #related ul.results li h3 {
	/*	Product detail	*/
	width:180px;
}


#related ul.results li p {
	top:35px;
	left:70px;
	width:75px;
	margin:0;
	padding:0;
	font-size:16px;
	text-align:left;
}

#related ul.results li p span {
	width:75px;
	top:17px;
	text-align:left;
}

#related ul.results li a.btnToOrder,
#related ul.results li a.btnToCart {
	position:absolute;
	top:42px;
	right:10px;
}





/*	Page: Home
	**********/

#pageHome #main {
	padding:0;
}

/*	Intro	*/
#pageHome #intro {
	padding:20px 30px 0 30px;;
	font-size:15px;
	line-height:24px;
}

#pageHome #intro p {
	margin:0 0 20px 0;
}

#pageHome #intro h1 {
	margin:0 0 3px 0;
	padding:0;
	font-size:24px;
	color:#044f99;
}

/*	Categories	*/
#pageHome #catgs {
	padding:18px 0 18px 30px;
	background:#f4f8fb repeat-x 0 0 url(../img/bg_catgs_home.gif);
}

#pageHome #catgs ul,
#catPanel ul {
	list-style:none;
	margin:0;
	padding:0;
}


#pageHome #catgs ul li,
#catPanel ul li {
	display:inline;
	margin:0;
	padding:0;
}

#pageHome #catgs ul li a,
#catPanel ul a {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 13px;
	width:215px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	background:no-repeat 0 6px url(../img/cat_bullet.gif);
}

#catPanel ul li a {
	width:200px;
}

/*	Popular products (Caroussel)	*/
#pageHome #popProducts {
	position:relative;
	padding:0 0 15px 0;
	background:#91b5d8 repeat-x 0 0 url(/agfx/page_home/bg_pop_products.gif);
}

#pageHome #popProducts h2 {
	margin:0;
	padding:0 0 0 30px;
	height:40px;
	font-size:18px;
	line-height:40px;
	color:white;
}

#pageHome #popProducts #caroussel {
	overflow:hidden;
}

#pageHome #popProducts ul.results {
	margin:0 0 0 30px;
}

#pageHome #popProducts #caroussel ul.results {
	margin:0;
}

#pageHome #popProducts #caroussel ul.results {
	width:7000px;
}

#pageHome #popProducts ul.results li {
	background-image:url(/agfx/page_home/bg_result_home.gif);
}

#pageHome #popProducts ul.results li.start {
	margin-left:30px;
}

#btnCarousselPrev,
#btnCarousselNext {
	display:block;
	position:absolute;
	top:115px;
	left:7px;
	width:18px;
	height:18px;
	text-indent:-4096px;
	overflow:hidden;
	z-index:10;
	background:no-repeat url(/agfx/btn/btn_caroussel_prev.png);
}

#btnCarousselNext {
	left:936px;
	background:no-repeat url(/agfx/btn/btn_caroussel_next.png);
}

/*	Page: Search
	************/

#pageSearch #main {
	padding:0;
}

/*	Filters	*/
#searchFilters {
	float:left;
	width:274px;
	overflow:hidden;
	padding:25px 10px 20px 30px;
	border:1px solid #c4c4c4;
	border-top:0;
	border-left:0;
	background:white;
}

#searchFilters #filterKeywordsWrapper {
	position:relative;
	left:-3px;
	width:259px;
	height:36px;
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
	background:no-repeat top left url(/agfx/page_search/bg_search_filters.gif);
}

#searchFilters #filterKeywordsWrapper label {
	display:none;
}

#searchFilters ul#filterCats {
	margin:0 0 2em 0;
	padding:0;
}

#searchFilters ul#filterCats li
{
	list-style:none;
	margin:0;
	padding:0;
	background:no-repeat 2px 28px url(/agfx/page_search/bg_filter_cats.gif);
}

#searchFilters ul#filterCats li select {
	margin:0 0 5px 0;
}

#searchFilters ul#filterCats li ul {
	margin:0;
	padding:0 0 0 15px;
}

#pageSearch #filters p {
	position:relative;
	margin:0;
	padding:0 0 10px 0;
	clear:both;
}

/*	Filter chooser	*/
a.btnAddFilter {
	display:inline;
	line-height:20px;
	font-size:11px;
	padding:6px 10px 5px 23px;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #a1a1a1;
	background:no-repeat 7px 7px url(/agfx/page_search/btn_add_filter.gif);
}

a.btnAddFilter:hover {
	border-color:#0054a6;
}

a.btnAddFilter:active	{outline:none}
a.btnAddFilter:focus	{-moz-outline-style:none}

#filterChooser {
	border:1px solid #a1a1a1;
	margin:5px 15px 0 0;
	padding:3px 5px;
}

#filterChooser a#btnCloseFilterChooser {
	float:right;
}

#filterChooser ul {
	margin:20px 0 0 0;
	padding:0;
}

#filterChooser ul li {
	list-style:none;
	margin:0;
	padding:0;
}

#filterChooser ul li a {
	display:block;
	line-height:14px;
	padding:3px 5px;
	border-bottom:1px dotted #a1a1a1;
}

/*	Results	*/
#pageSearch #results {
	float:left;
	width:610px;
	margin:25px 0 0 15px;
	padding:0 0 15px 0;
}

#pageSearch #results div.pageNav {
	width:590px;
}

#pageSearch ul.results li {
}





/*	Product detail
	**************/

#pageProductDetail #main {
	padding:73px 0 25px 30px;
	overflow:hidden;
}

#pageProductDetail h1 {
}



/*	Crumbs	*/
#pageProductDetail #crumbs {
	position:absolute;
	top:25px;
	left:31px;
	float:left;
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	height:29px;
	background-image: url(../img/crumbs_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#pageProductDetail #crumbs li {
	display:inline;
	margin:0;
	padding:0;
}

#pageProductDetail #crumbs li a {
	display:block;
	float:left;
	height:29px;
	padding:0 19px 0 8px;
	font-size:13px;
	line-height:29px;
	color:#0054a6;
	text-decoration:none;
	background:no-repeat top right url(../img/crumbs_divider.gif);
}

#pageProductDetail #crumbs li.last-child a {
	background:no-repeat top right url(../img/crumbs_end.gif);
}



/*	Back button	*/
a#btnBack {
	display:block;
	position:absolute;
	top:3px;
	left:30px;
	margin:0;
	padding:0 5px 0 10px;
	height:20px;
	line-height:20px;
	font-size:11px;
	color:#8c8f90;
	text-decoration:none;
	background:no-repeat 0 7px url(/agfx/btn/btn_back_to_results.gif)
}



/*	Next/Previous product	*/
#nextPrevProduct {
	position:absolute;
	top:31px;
	right:30px;
	text-align:right;
	padding:0 45px 0 0;
	color:#7e7e7e;
	line-height:19px;
	font-weight:bold;
}
 
a#btnPrevProduct,
a#btnNextProduct {
	display:block;
	position:absolute;
	top:0;
	right:21px;
	width:18px;
	height:19px;
	margin:0;
	padding:0;
	text-align:left;
	text-indent:-4096px;
	overflow:hidden;
	background:no-repeat 0 0 url(/agfx/nav_pages/btn_prev_page.gif);
}

a#btnNextProduct {
	right:0;
	background-image:url(/agfx/nav_pages/btn_next_page.gif);
}



/*	Columns	*/
#pageProductDetail #cols {
	clear:both;
}

#pageProductDetail #leftCol,
#pageProductDetail #midCol,
#pageProductDetail #rightCol {
	position:relative;
	float:left;
}

#pageProductDetail #leftCol {width:260px;left:-330px;}
#pageProductDetail #midCol {width:330px;left:270px;}
#pageProductDetail #rightCol {width:290px;left:20px;}



/*	Column: Description	*/
#pageProductDetail #description {
	background:white repeat-y 0 100% url(/agfx/page_product_detail/bg_description.gif);
}

#pageProductDetail #description #btnMoreDescr {
	margin-top:10px;
}

#pageProductDetail #description #descr {
	margin:0;
	padding:15px;
	background:white no-repeat 0 0 url(/agfx/page_product_detail/bg_description_top.gif);
}

#pageProductDetail #description #descr h1 {
	font-size:20px;
	line-height:24px;
	margin:0;
	padding:0;
	color:#ee7900;
}

#pageProductDetail #description #descr #moreDescr {
	display:none;
}



/*	Actions	*/
#pageProductDetail div#actions {
	position:relative;
	border-bottom:0;
	padding:0 0 10px 0;
	border-top:1px solid #a1a1a1;
	background:#f2f2f2 no-repeat 0 100% url(/agfx/page_product_detail/bg_description_bottom.gif);
}

#pageProductDetail div#actions ul,
#pageProductDetail div#actions ul li {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}

#pageProductDetail div#actions ul {
	padding:15px 0 0 15px;
	height:125px;
}

#pageProductDetail div#actions ul li a {
	display:block;
	height:16px;
	margin:0 0 2px 0;
	padding:0 3px 0 14px;
	font-size:11px;
	line-height:16px;
	color:#0054a6;
	font-weight:bold;
	text-decoration:none;
	background-repeat:no-repeat;
	background-image:url(/agfx/page_product_detail/btns_product_detail.gif);
}

#pageProductDetail div#actions ul li a.btnInfo {
	margin-left:5px;
	background-position:0 0;
}

#pageProductDetail div#actions ul li a.btnPrint {
	background-position:0 -16px;
}

#pageProductDetail div#actions ul li a.btnFav {
	background-position:0 -32px;
}

#pageProductDetail div#actions ul li a.btnCompare {
	margin-right:0;
	background-position:0 -48px;
}



/*	Price	*/
#pageProductDetail p#price {
	position:absolute;
	top:25px;
	left:135px;
	margin:0;
	width:180px;
	font-size:30px;
	line-height:34px;
	font-weight:bold;
	text-align:right;
	color:#ee7900;
}

#pageProductDetail p#price strike {
	position:absolute;
	left:0;
	top:-10px;
	width:180px;
	font-size:11px;
	line-height:12px;
	color:black;
	font-weight:bold;
}

#pageProductDetail p#price span {
	/* Incl BTW */
	position:absolute;
	top:30px;
	left:0;
	width:180px;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	color:#6d6d6d;
}

#pageProductDetail p#noPrice {
	position:absolute;
	top:40px;
	left:135px;
	margin:0;
	width:180px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-align:right;
	color:#ee7900;

}

#pageProductDetail #actions a.btnToCart {
	position:absolute;
	top:75px;
	right:10px;
	display:block;
	clear:both;
	margin:0;
	padding:0;
	height:35px;
	font-size:13px;
	line-height:35px;
	text-decoration:none;
	white-space:nowrap;
	background:no-repeat 100% 0 url(/agfx/btn/btn_add_to_cart_big.gif);
}

#pageProductDetail #actions a.btnToCart span {
	display:block;
	height:35px;
	margin:0 18px 0 0;
	padding:0 0 0 36px;
	color:#0054a6;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	background:no-repeat 0 0 url(/agfx/btn/btn_add_to_cart_big.gif);
}

#pageProductDetail #actions a.btnToCart.btnPriceRequest span {
	padding-left:22px;
	background-image:url(/agfx/btn/btn_price_req_big.gif);
}

#pageProductDetail #actions a.btnToCart:hover		{background-position:100% -35px;}
#pageProductDetail #actions a.btnToCart:hover span	{background-position:0 -35px;}

#pageProductDetail #priceRequest {
	position:absolute;
	top:115px;
	right:15px;
	color:#6c6c6c;
}



/*	Product configurator	*/
#pageProductDetail #productConfig {
	padding:15px 15px 0 15px;
	background:repeat-x 0 0 url(/agfx/misc/dash.gif);
}

#pageProductDetail #productConfig input {
	width:295px;
	margin:0 0 5px 0;
}

#pageProductDetail #productConfig textarea {
	width:285px;
	height:6em;
	margin:0 0 5px 0;
}

#pageProductDetail #productConfig form p {
	height:40px;
	margin:0;
	padding:0;
}

#pageProductDetail #productConfig form p a.btnMed {
	float:right;
}



/*	Referenties	*/
#refs {
	padding:10px 0 0 0;
}

#refs h2 {
	margin:0;
	padding:0;
	color:#0054a6;
	font-size:14px;
	line-height:32px;
	border-bottom:1px solid #e1e1e1;
}

#refs ul {
	margin:0;
	padding:0;
}

#refs ul li {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:17px;
	border-bottom:1px solid #e1e1e1;
}

#refs ul li a {
	display:block;
	height:65px;
	margin:0;
	padding:0;
	text-decoration:none;
	color:black;
}

#refs ul li a strong {
	display:block;
	margin:0 0 0 88px;
	padding:5px 0 0 0;
	color:#7a7a7a;
}

#refs ul li a em {
	display:block;
	margin:0 0 0 88px;
}

#refs ul li a em span {
	font-size:11px;
	color:#0054a6;
	text-decoration:underline;
}

#refs ul li a:hover em span {
	text-decoration:none;
}

#refs ul li a img {
	display:block;
	position:absolute;
	top:6px;
	border:1px solid #a0a0a0;
}

/*	Column: Visuals	*/
#pageProductDetail #visuals {
	position:relative;
	float:left;
	margin:0 0 20px 0;
}

#pageProductDetail #visuals #viewport {
	display:block;
	position:relative;
	width:260px;
	height:260px;
	margin:0 0 5px 0;
	padding:0;
	overflow:hidden;
	text-align:center;
	background-color: white;
	background-image: url(../img/bg_visual.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#pageProductDetail #visuals #viewport span {
	display:block;
	margin:10px 0 0 0;
	cursor: pointer;
}



/* Thumbs */
#pageProductDetail #visuals ul {
	width:260px;
	display:table;
	position:relative;
	margin:0;
	padding:0;
	text-align:center;
	overflow:hidden;
	border-top:0;
	background:white;
}

#pageProductDetail #visuals ul li {
	display:block;
	float:left;
	width:50px;
	height:50px;
	padding:0;
	text-align:center;
	list-style:none;
	overflow:hidden;
	border:1px solid #a1a1a1;
}

#pageProductDetail #visuals ul li a {
	display:table-cell;
	width:50px;
	height:50px;
	text-align:center;
	vertical-align:middle;
}

#pageProductDetail #visuals ul li a img {
	display:inline;
}

#pageProductDetail #visuals ul li.active {
	border-color:black;
}

/*	Video thumb	*/
#pageProductDetail #visuals ul li.video {
	position:relative;	
}

#pageProductDetail #visuals ul li.video span.btnPlay {
	display:block;
	position:absolute;
	top:8px;
	left:8px;
	width:35px;
	height:35px;
	background:no-repeat 0 0 url(/agfx/btn/btn_play.png);
}



/*	Column: Data */
#pageProductDetail #data table {
	width:290px;
	margin:0;
	padding:0;
	border:1px solid #a1a1a1;
	border-top:none;
	border-bottom:none;
}

#pageProductDetail #data table tr th,
#pageProductDetail #data table tr td {
	border-bottom:1px solid #d9d9d9;
}

#pageProductDetail #data table tr th {
	width:140px;
}

#pageProductDetail #detailsTable {
	padding:0 0 10px 0;
}


#pageProductDetail #detailsTable h2 {
	display:block;
	height:36px;
	margin:0;
	padding:0 0 0 10px;
	font-size:16px;
	line-height:36px;
	color:white;
	overflow:hidden;
	background:no-repeat 0 0 url(/agfx/page_product_detail/bg_table_hd.gif)
}

/*	Stock status	*/
#pageProductDetail #detailsTable td.instock,
#pageProductDetail #detailsTable td.notinstock,
#pageProductDetail #detailsTable td.errorstock {
	text-indent:30px;
	background-repeat:no-repeat;
	background-position:10px 4px;
}

#pageProductDetail #detailsTable td.instock 	{background-image:url(/agfx/page_product_detail/stock_instock.gif);}
#pageProductDetail #detailsTable td.notinstock	{background-image:url(/agfx/page_product_detail/stock_notinstock.gif);}
#pageProductDetail #detailsTable td.errorstock	{background-image:url(/agfx/page_product_detail/stock_errorstock.gif);}

/*	More table	*/
#pageProductDetail #detailsTable #btnMoreTable {
	padding-right:32px;
	height:34px;
	line-height:34px;
	background:no-repeat 0 0 url(/agfx/page_product_detail/bg_table_footer.gif)
}

#pageProductDetail #detailsTable #btnMoreTable.btnLess {
	background-position:0 -34px;
}

moreDetailsTable {
	display:none;
}

/*	More info button	*/
a.btnMoreInfo {
	display:block;
	position:relative;
	top:2px;
	float:left;
	margin:0 5px 0 0;
	width:12px;
	height:12px;
	text-indent:-4096px;
	overflow:hidden;
	background:no-repeat url(/agfx/btn/btn_more_info.gif);
}




/*	Collapsable block	*/
div.collapseBlock {
	margin:0 0 10px 0;
	background:no-repeat bottom left url(/agfx/page_product_detail/bg_collapse_block.gif);
}
div.collapseBlock h2 {
	height:36px;
	margin:0;
	padding:0 0 0 10px;
	font-size:16px;
	line-height:36px;
	color:white;
	overflow:hidden;
	cursor:pointer;
	cursor:hand;
	background:no-repeat 0 0 url(/agfx/page_product_detail/bg_collapse_hd.gif)
}

div.collapseBlock.open h2 {
	background-position:0 -36px;
}

div.collapseBlock div.content {
	margin:0;
	padding:10px;
}



/*	Tags	*/
#tagsBlock ul {
	display:block;
	margin:0;
	padding:0;
}

#tagsBlock ul li {
	display:inline;
	font-weight:bold;
	list-style:none;
	margin:0;
	padding:0;
}


/* Video */
#videoBlock .content {
	padding: 5px;
}



/*	Page: Compare
	*************/

#pageCompare #main {
	padding:15px 0 0 0;
}

#pageCompare {
	overflow:hidden;
}


/*	Intro	*/
#pageCompare #intro {
	position:absolute;
	top:30px;
	left:20px;
	width:180px;
	font-size:13px;
	line-height:20px;
}



/*	Header	*/
#compareHeader {
	height:190px;
	margin:0;
	background:no-repeat -1px 100% url(/agfx/page_product_compare/bg_compare_header.gif);
}

#compareHeader,
#compareFooter {
	margin:0;
	padding:0 0 0 204px;
	*padding:0 0 0 203px;	/*	IE hack	*/
}

#compareHeader li,
#compareFooter li {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:185px;
	height:190px;
	text-align:center;
	background:no-repeat bottom left url(/agfx/page_product_compare/bg_compare_header.gif);
}

#compareHeader li a.thumb img {
	top:-10px;
	border:1px solid #aeaeae;
}

#compareHeader li h2 {
	position:absolute;
	top:110px;
	left:12px;
	text-align:left;
	margin:0;
	padding:0;
}

#compareHeader li h2 a {
	text-decoration:none;
	font-size:14px;
	line-height:16px;
}

#compareHeader li a.btnRemove {
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:40px;
}

/*	Price	*/
#compareHeader li p.price {
	/* Price */
	position:absolute;
	top:150px;
	right:10px;
	width:150px;
	margin:0;
	padding:0;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	text-align:right;
	color:#ee7900;
}

#compareHeader li p.price span {
	/* Incl BTW */
	position:absolute;
	top:20px;
	left:0;
	width:150px;
	font-size:9px;
	line-height:12px;
	text-align:right;
	font-weight:normal;
	color:#6d6d6d;
	white-space:nowrap;
}

#compareHeader li p.price strike {
	position:absolute;
	left:0;
	top:-8px;
	width:150px;
	text-align:right;
	font-size:10px;
	line-height:12px;
	color:black;
	font-weight:bold;
}

#compareHeader li p.noPrice {
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-align:right;
	color:#6D6D6D;
}




/*	Footer	*/
#main #compareFooter {
	text-align:center;
	height:77px;
	background:no-repeat -1px 0 url(/agfx/page_product_compare/bg_compare_footer.gif);
}

#compareFooter li {
	height:63px;
	padding:12px 0 0 0;
	font-size:11px;
	color:#6c6c6c;
	background:no-repeat top left url(/agfx/page_product_compare/bg_compare_footer.gif);
}

#compareFooter li a.btnToCart {
	width:70%;
	margin:0 auto;
}

#compareFooter li a.btnToCart span {
	padding:0 7px 0 25px;
	text-align:center;
	white-space:nowrap;
}

#compareFooter li a.btnToCart,
#compareFooter li a.btnToCart span {
	background-image:url(/agfx/btn/btn_add_to_cart_compare.gif);
}

#compareFooter li a.btnToCart.btnPriceRequest span {
	background-image:url(/agfx/btn/btn_price_req_compare.gif);
}



/*	Table	*/
#compareViewport {
	border:1px solid #939393;
	border-left:0;
	border-right:0;
	height:195px;
	overflow:auto;
	overflow-y:scroll;
}

#compareTable {
	margin:0;
	padding:0;
}

#compareTable thead {
	display:none;
}

#compareTable th,
#compareTable td {
	width:164px;
	border-left:1px solid #b2b2b2;
	border-bottom:1px solid #d9d9d9;
}

#compareTable tr.even th,
#compareTable tr.even td {
	background-color:#f2f2f2
}

#compareTable tbody th {
	width:184px;
	border-left:0;
}



/*	Comparing 3 products	*/
div.comparing3 #compareHeader li,
div.comparing3 #compareFooter li {
	width:247px;
}

div.comparing3 #compareTable td {
	width:226px;
}



/*	Comparing 2 products	*/
div.comparing2 #compareTable td {
	width:349px;
}

div.comparing2 #compareHeader li,
div.comparing2 #compareFooter li {
	width:370px;
}





/*	Page: Checkout
	*************/

#pageCheckout #main,
#pagePriceRequest #main {
	padding:30px 0 20px 30px;
	width:580px;
	height:700px;	/*	Betere oplossing voor vinden.	*/
}



/*	Steps	*/
#pageCheckout #steps {
	width:580px;
	height:51px;
	margin:0 0 22px 0;
	padding:0;
	background:no-repeat 0 0 url(/agfx/page_checkout/bg_steps.gif);
}

#pageCheckout #steps li {
	display:block;
	list-style:none;
	float:left;
}

#pageCheckout #steps li a {
	display:block;
	float:left;
	margin:0;
	padding:0 20px 0 4px;
	height:51px;
	line-height:51px;
	font-size:14px;
	font-weight:bold;
	color:#a9a9a9;
	text-decoration:none;
}

#pageCheckout.langD #steps li a {
	/*	Deutsch	*/
	font-size:12px;
}

#pageCheckout #steps li.first-child a {
	padding-left:20px;
}

#pageCheckout #steps li.done,
#pageCheckout #steps li.current {
	background:no-repeat -6px 0 url(/agfx/page_checkout/bg_step_done.gif);
}

#pageCheckout #steps li.done a {
	color:#015aa9;
}

#pageCheckout #steps li.done.first-child,
#pageCheckout #steps li.current.first-child {
	background-position:0 0;
}

#pageCheckout #steps li.current a {
	color:black;
	background:no-repeat top right url(/agfx/page_checkout/bg_step_current.gif);
}

#pageCheckout #steps li.current.last-child,
#pageCheckout #steps li.current.last-child a {
	background:transparent;
}

#pageCheckout #steps.done {
	background-position:0 -51px;
}



/*	Side	*/
#pageCheckout #side,
#pagePriceRequest #side {
	position:absolute;
	top:30px;
	left:640px;
	width:290px;
	background:#e0eaf4 no-repeat bottom left url(/agfx/page_checkout/bg_checkout_side_bottom.gif);
}

#pageCheckout #side div.content,
#pagePriceRequest #side div.content {
	padding:18px;
	width:254px;
	background:no-repeat top left url(/agfx/page_checkout/bg_checkout_side_top.gif);
}

#pageCheckout #side div.sideBreak {
	clear:both;
	height:26px;
	position:relative;
	font:1px/1px sans-serif;
}

#pageCheckout #side div.sideBreak span {
	position:absolute;
	top:12px;
	left:-18px;
	width:290px;
	height:2px;
	background:white;
}



/*	Payment forms	*/
#side #creditcardMonth,
#side #creditcardYear {
	width:20px;
}



/*	Table	*/
table.checkoutTable {
	width:580px;
}

table.checkoutTable thead th {
	height:3px;
	margin:0;
	padding:0 10px 0 0;
	font-size:12px;
	line-height:30px;
	color:white;
	background:#71aedf no-repeat -5px 0 url(/agfx/page_checkout/bg_thead.gif);
}

table.checkoutTable thead th.first-child {
	padding-left:10px;
	background-position:0 0;
}

table#checkoutTable thead th.last-child,
table#checkoutConfirmTable thead th.last-child {
	text-align:center;
	background-position:100% 0;
}

table.checkoutTable thead th#thPrice {
	text-align:right;
}



/*	Sides of the table	*/
table.checkoutTable tbody td.tdThumb {
	border-left:1px solid #c4c4c4;
}

table#checkoutTable tbody td.tdRemove,
table#checkoutConfirmTable tbody td.tdPrice {
	border-right:1px solid #c4c4c4;
}



/*	Body of the table	*/
table.checkoutTable tbody tr.even th,
table.checkoutTable tbody tr.even td {
	background:#eef4f9;
}

table.checkoutTable tbody th,
table.checkoutTable tbody td {
	margin:0;
	padding:0;
	vertical-align:middle;
}



/*	Thumb and title	*/
table.checkoutTable tbody th div {
	position:relative;
	width:300px;
	height:72px;
	vertical-align:middle;
}

table.checkoutTable tbody td.tdThumb {
	width:50px;
}

table.checkoutTable tbody td.tdTitle {
	width:225px;
}

table.checkoutTable tbody td.tdTitle a {
	color:#0054a6;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}

table.checkoutTable tbody td.tdThumb a.thumb img {
	margin:10px;
	border:1px solid #aeaeae;
}



/*	Price	*/
table.checkoutTable tbody td.tdPrice {
	font-weight:bold;
	font-size:20px;
	text-align:right;
	padding-right:10px;
	color:#ee7900;
}

table.checkoutTable tbody td.tdPrice span.pricePiece {
	display:block;
	font-size:11px;
	color:#c1c1c1;
	font-weight:normal;
}



/*	Amount	*/
table#checkoutConfirmTable th#thAmount,
table#checkoutConfirmTable td.tdAmount {
	text-align:right;
	padding-right:10px;
}

table.checkoutTable td.tdAmount div {
	position:relative;
	width:65px;
	height:27px;
}

table.checkoutTable td.tdAmount input.inputAmount {
	display:block;
	margin:0;
	padding:4px 4px 2px 4px;
	width:28px;
	height:18px;
	text-align:right;
	border:1px solid #cfcfcf;
}

table.checkoutTable td.tdAmount a.btnIncrease,
table.checkoutTable td.tdAmount a.btnDecrease {
	display:block;
	position:absolute;
	top:0;
	left:43px;
	margin:0;
	padding:0;
	width:14px;
	height:13px;
	font:1px/1px sans-serif;
	text-align:left;
	text-indent:-4096px;
	overflow:hidden;
	background:no-repeat 0 0 url(/agfx/page_checkout/btn_increase_decrease.gif)
}

table.checkoutTable td.tdAmount a.btnDecrease {
	top:14px;
	background-position:0 -14px;
}

table.checkoutTable td.tdAmount a.btnIncrease:active {background-position:-14px 0;outline:none}
table.checkoutTable td.tdAmount a.btnDecrease:active {background-position:-14px -14px;outline:none}

table.checkoutTable td.tdAmount a.btnIncrease:focus,
table.checkoutTable td.tdAmount a.btnDecrease:focus {-moz-outline-style:none}



/*	Remove button	*/
table.checkoutTable tbody td.tdRemove {
	text-align:center;
}

table.checkoutTable tbody td.tdRemove a.btnRemove {
	margin:0 auto;
}



/*	Alert	*/
table.checkoutTable tbody td.tdAlert {
	padding:0 10px 10px 10px;
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
}

table.checkoutTable tbody td.tdAlert div {
	padding:5px;
	text-align:center;
	line-height:16px;
	border:1px solid #d2c060;
	background:#f8e994;
}



/*	Table footer	*/
#main table.checkoutTable tfoot td {
	text-align:right;
	border:1px solid #c4c4c4;
	border-top:0;
	background:#d6d6d6;

}

#main table.checkoutTable tfoot td a.btnMed {
	float:left;
	background-image:url(/agfx/btn/btn_med_tfoot.gif);
}

#main table.checkoutTable tfoot td a.btnMed span {
	background-image:url(/agfx/btn/btn_med_tfoot_end.gif);
}

#main table.checkoutTable tfoot td div.pageNav {
	float:right;
	width:auto;
	margin:0;
	padding:0;
}

#main table.checkoutTable tfoot td div.pageNav h2 {
	margin:0;
	padding:0;
	line-height:25px;
}

#main table.checkoutTable tfoot td div.pageNav li {
	position:relative;
	top:2px;
	margin:0 0 0 10px;
	text-align:left;
}



/*	Login form		*/
#checkoutLoginForm p {
	margin:0 0 5px 0;
}

#checkoutLoginForm #checkOutUserName,
#checkoutLoginForm #checkOutUserPwd {
	width:112px;
	margin:0 0 5px 0;
	border:1px solid black;
}

#checkoutLoginForm a.btnSide {
	margin-bottom:0;
}

#checkoutLoginForm a.btnWWVergeten {
	display:block;
	clear:both;
	text-align:right;	
}



/*	No account	*/
#noAccount p {
	margin:0 0 5px 0;
}

#noAccount a.btnSide {
	margin:0;
}



/*	Address	*/
#staticAddresses {
	height:350px;
}

#addressInvoice,
#addressDelivery {
	width:290px;
	height:100px;
	float:left;
}

#contactData {
	clear:both;
}

#contactData dl dt {
	display:block;
	font-weight:bold;
	float:left;
	width:125px;
}



/*	Address forms	*/
#addressInvoiceForm,
#addressDeliveryForm {
	float:left;
	width:290px;

}

#addressInvoiceForm h2,
#addressDeliveryForm h2 {
	position:relative;
	margin:0;
	padding:0;
	height:30px;
}

#addressDeliveryForm h2 span {
	position:absolute;
	top:-3px;
	left:120px;
	width:200px;
	font-size:11px;
	font-weight:normal;
}

#addressDeliveryForm h2 span input {
	top:2px;
}

#addressInvoiceForm p,
#addressDeliveryForm p {
	clear:both;
}

#addressInvoiceForm p label,
#addressDeliveryForm p label {
	float:left;
	width:110px;
	padding-right:10px;
	text-align:right;
}

#main #addressInvoiceForm p label.inline {
	top:-5px;
	*top:-3px;	/*	Internet Explorer	*/
}

#companyDeliveryForm.disabled label,
#addressDeliveryForm.disabled label {
	color:#7a7a7a;
}

#addressDeliveryForm.disabled input.text {
	border:1px solid #aaaaaa;
}

#addressDeliveryForm.disabled input.text,
#addressDeliveryForm.disabled option {
	color:#aaaaaa;
}

#addressInvoiceForm p span.error,
#addressDeliveryForm p span.error {
	margin-left:120px;
}

#addressInvoiceForm p input.text,
#addressDeliveryForm p input.text {
	width:120px;
}





/*	Page: Price request
	*******************/

#pagePriceRequest h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:24px;
	line-height:32px;
	float:left;
}

#pagePriceRequest p#intro {
	float:left;
	margin:0;
	padding:13px 0 0 10px;
	line-height:14px;
}

#pagePriceRequest #checkoutTable {
	clear:both;
}

#pagePriceRequest td.tdComment {
	padding-right:10px;
}

#pagePriceRequest td.tdComment textarea {
	width:140px;
	height:45px;
	border-color:#999999;
}

#registerForm select {
	width:167px;
}


/*	Page: Content
	*************/

#pageContent #main {
	margin:0;
	padding:0;
	height:500px;
	min-height:500px;
	background:repeat-y 18px 0 url(/agfx/page_content/bg_page_content.gif);
}

html>#pageContent #main {

  height:auto;

}

#pageContent #subNav {
	margin:0;
	padding:34px 0 0 0;
	width:240px;
	float:left;
	background:no-repeat 18px 0 url(/agfx/page_content/bg_sub_nav.gif);
}

#pageContent #subNav li {
	display:block;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
	background-image: url(../img/bg_sub_nav_item_active.gif);
	background-repeat: no-repeat;
	background-position: 18px 0;
}

#pageContent #subNav li a {
	display:block;
	height:30px;
	width:187px;
	padding:0 43px 0 0;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	color:#024f99;
	text-decoration:none;
	text-align:right;
}

#pageContent #subNav li a:hover {
	color:black;
}

#pageContent #subNav li.active a {
	position:absolute;
	top:-1px;
	left:0;
	height:33px;
	padding-top:1px;
	color:black;
	background:no-repeat 18px 0 url(../img/bg_sub_nav_item_active.gif);
}

#pageContent #content {
	float:left;
	width:700px;
	padding:25px 0 25px 0;
}





/*	Page: User
	**********/

#pageUser #main {
	margin:0;
	padding:0;
	background:repeat-x 0 0 url(../img/bg_page_user.gif);
}

#pageUser #main #btnBack {
	top:20px;
	left:20px;
}

#pageUser #userNav {
	height:28px;
	margin:0 0 25px 0;
	padding:15px 0 0 160px;
}

#pageUser #userNav li {
	display:block;
	float:left;
	margin:0 3px 0 0;
	padding:0;
	background:no-repeat 0 -28px url(../img/bg_user_nav_item.gif);
}

#pageUser #userNav li a {
	display:block;
	height:24px;
	margin:0;
	padding:4px 9px 0 9px;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	text-decoration:none;
	color:#044f99;
	white-space:nowrap;
	background:no-repeat 100% -28px url(../img/bg_user_nav_item.gif);
}

#pageUser #userNav li a:hover {
	color:black;
}

#pageUser #userNav li.active {
	background-position:0 0;
}

#pageUser #userNav li.active a {
	color:black;
	background-position:100% 0;
}

#pageUser #userNav #btnLogout {
	margin:0 17px 0 0;
	padding:0;
	float:right;
	background:transparent;
}

#pageUser #userNav #btnLogout a {
	margin:0;
	padding-right:12px;
	background:no-repeat 100% 11px url(../img/btn_logout.gif);
}

/*	Columns	*/
#pageUser div.userCols {
	clear:both;
	margin:0 0 25px 0;
}

#pageUser div.userCols div.leftCol,
#pageUser div.userCols div.rightCol {
	float:left;
	margin:0;
	padding:0;
	left:0;
	width:290px;
}

#pageUser div.userCols div.leftCol {
	margin-right:20px;
}

/*	Forms	*/
#pageUser form p {
	clear:both;
}

#pageUser form label {
	float:left;
	width:110px;
	padding-right:10px;
	text-align:right;
}

#pageUser form label.inline {
	float:none;
	width:auto;
}

#pageUser form input.text {
	border:1px solid #aaaaaa;
}

#pageUser form p span.error,
#pageUser form p span.error {
	margin-left:120px;
}

#pageUser form p input.text,
#pageUser form p input.text {
	width:155px;
}

.grayedOut {
	color:#a9a9a9;
	font-style:italic;
}



/*	Content	*/
#pageUser #content {
	margin-left:170px;
	width:620px;
}

#pageUser #main #userFooter {
	clear:both;
	margin:0;
	width:100%;
	height:55px;
}

#pageUser #main #userFooter a.btnMed {
	float:right;
}



/*	Dealer order	*/
#pageUser #dealerorderForm #ordertable {

}

#pageUser #dealerorderForm #ordertable tr th {
	color:white;
	font-size:12px;
	height:3px;
	line-height:30px;
	margin:0;
	padding:0 10px 0 0;
	background:#71AEDF url(/agfx/page_checkout/bg_thead.gif) no-repeat scroll -5px 0;
}

#pageUser #dealerorderForm #ordertable tr th.first-child {
	background-position:0 0;
	padding-left:10px;
}

#pageUser #dealerorderForm #ordertable tr th.last-child {
	width:150px;
	background-position:100% 0;
}

#pageUser #dealerorderForm #ordertable tr td {
	vertical-align:middle;
	padding:5px 10px 5px 0;
	border-bottom:1px solid #AEAEAE;
}

#pageUser #dealerorderForm #ordertable tr td.first-child {
	padding-left:5px;
	border-left:1px solid #C4C4C4;
}

#pageUser #dealerorderForm #ordertable tr td.last-child {
	border-right:1px solid #C4C4C4;
}

#pageUser #dealerorderForm #ordertable tr td div.img {
	float:left;
	margin-right:10px;
	vertical-align:middle;
}

#pageUser #dealerorderForm #ordertable tr td div.img img {
	border:1px solid #AEAEAE;
}

#pageUser #dealerorderForm #ordertable tr td h3.desc {
	font-size:12px;
	vertical-align:middle;
	margin:0;
	padding:0;
}

#pageUser #dealerorderForm #ordertable tr td.price {
	font-size:16px;
	font-weight:bold;
	color:#EE7900;
}

#pageUser #dealerorderForm #ordertable input.text {
	top:0;
}

#pageUser #dealerorderForm #ordertable tr:last-child td .remove {
	display: none;
}

#pageUser #dealerorderForm table tr td input.artikelnr {
	width:50px;
}

#pageUser #dealerorderForm table tr td input.aantal {
	width:35px;
}

#pageUser #dealerorderForm table tr td textarea.inputComment {
	width:120px;
}

#pageUser #dealerorderForm table tr td input.datepicker_levertijd {
	width:50px;
}

#pageUser #dealerorderForm #userFooter {
	height:auto;
	padding:0 0 50px 0;
}

#pageUser #dealerorderForm #userFooter p label {
	display:block;
	float:none;
	width:auto;
	height:auto;
	margin:0 0 5px 0;
	padding:0;
	text-align:left;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}

/*	Page: Job application	*/
h3.jobTitle {
	font-size:20px;
}

h3.jobTitle a {
	text-decoration:none;
}

h3.jobTitle span {
	font-size:16px;
	color:#a9a9a9;
}

#jobList {
	list-style:none;
	margin:0 0 1em 0;
	padding:0;
}

#jobList li {
	position:relative;
	margin:0 0 10px 0;
	padding:15px;
	border:1px solid #a9a9a9;
}

#jobList li a.btnMed {
	position:absolute;
	top:10px;
	right:10px;
}


/*	Page: 404
	*********/

#page404 #main {
	margin:0;
	padding:0;
	text-align:center;
}

#page404 #error404 {
	position:relative;
	margin:50px auto;
	text-align:left;
	padding:22px 35px 0 35px;
	width:334px;
	height:243px;
	font-size:14px;
	line-height:20px;
	background:no-repeat 0 0 url(/agfx/page_404/bg_404.gif);
}

#page404 #error404 h1 {
	font-size:30px;
	line-height:32px;
	color:#7a7a7a;
}

#page404 #error404 ul {
	margin:0 0 1em 0;
	padding:0;
}

#page404 #error404 ul li {
	display:block;
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:no-repeat 4px 4px url(/agfx/bullets/bullet_404.gif);
}

#page404 #error404 #search404 {
	position:absolute;
	top:201px;
	left:0;
	width:404px;
	height:64px;
}

#page404 #error404 #search404 label {
	display:none;
}

#page404 #error404 #search404 #keywords404 {
	display:block;
	position:absolute;
	top:17px;
	left:23px;
	margin:0;
	padding:5px 0 6px 0;
	text-indent:10px;
	width:358px;
	height:16px;
	font-size:14px;
	line-height:16px; 
	border:0;
	background:transparent;
}

#page404 #error404 #search404 #btnSearch404 {
	display:block;
	position:absolute;
	top:20px;
	left:357px;
	margin:0;
	padding:21px 0 0 0;
	width:21px;
	height:21px;
	color:transparent;
	text-indent:-4096px;
	font-size:1px/1px;
	color:transparent;
	cursor:pointer;
	cursor:hand;
	overflow:hidden;
	text-align:left;
	border:0;
	background:no-repeat top left url(/agfx/btn/btn_search.gif);
}

#page404 #error404 #search404 input:active	{outline:none}
#page404 #error404 #search404 input:focus	{-moz-outline-style:none}




/*	Page: Projects/Referenties	*/
#pageRefList #main,
#pageRefDetail #main {
	padding:0;
	font-size:12px;
	line-height:20px;
	background:repeat-x 0 69px url(/agfx/page_referenties/bg_main.gif);
}

#pageRefList #refHeader,
#pageRefDetail #refHeader {
	position:relative;
	height:69px;
	padding:0 0 0 25px;
}

#pageRefList #refHeader #projFilter {
	position:absolute;
	top:25px;
	right:30px;
}

#pageRefList #refHeader #projFilter label {
	color:#7a7a7a;
	font-weight:bold;
}

#pageRefDetail #refHeader #btnNextProject {
	position:absolute;
	top:25px;
	right:30px;
	line-height:20px;
	background:no-repeat 100% 0 url(/agfx/nav_pages/btn_next_page.gif);
}

#pageRefDetail #refHeader #btnNextProject a {
	padding:0 23px 0 0;
	text-decoration:none;
}

#pageRefList #refHeader h1,
#pageRefDetail #refHeader h1 {
	font-size:20px;
	line-height:69px;
	margin:0;
	padding:0;
	color:#3191cc;
}

#pageRefDetail #refHeader h1 {
	color:#7a7a7a;
}

#pageRefDetail #refHeader h1 strong {
	color:#3191cc;
}

#pageRefList div.pageNav h2 {
	color:#7A7A7A;
}

#pageRefList #refFooter,
#pageRefDetail #refFooter {
	position:relative;
	clear:both;
	height:52px;
	background:#e7e7e7;
}

#pageRefList #refFooter.smal {
	width:732px;
}

#pageRefList #refFooter div.pageNav,
#pageRefList #refFooter div.pageNav {
	position:absolute;
	top:15px;
	left:30px;
}

#pageRefList #refFooter a.btnNext,
#pageRefList #refFooter a.btnNext {
	display:block;
	position:absolute;
	top:15px;
	right:30px;
	height:20px;
	margin:0;
	padding:0 23px 0 0;
	line-height:20px;
	overflow:hidden;
	text-decoration:none;
	background:no-repeat 100% 0 url(/agfx/nav_pages/btn_next_page.gif);
}

#pageRefList a.btnGo,
#pageRefDetail a.btnGo {
	display:block;
	padding:0 0 0 8px;
	color:#3191cc;
	text-decoration:none;
	background:no-repeat 1px 5px url(/agfx/page_referenties/btn_go.gif);
}

/*	Search ref	*/
#searchRef {
	position:absolute;
	top:22px;
	right:32px;
	width:226px;
	height:27px;
	margin:0;
	padding:0;
	background:no-repeat top left url(/agfx/page_referenties/bg_search_ref.gif);
}

#searchRef label {
	display:block;
	position:absolute;
	width:200px;
	height:27px;
	left:-210px;
	line-height:27px;
	font-weight:bold;
	text-align:right;
	color:#7a7a7a;
}

#searchRef #searchRefKeyword {
	display:block;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:5px 0 6px 0;
	text-indent:10px;
	width:226px;
	height:16px;
	font-size:12px;
	line-height:16px; 
	border:0;
	background:transparent;
}

#searchRef #btnSearchRef {
	display:block;
	position:absolute;
	top:3px;
	left:202px;
	margin:0;
	padding:21px 0 0 0;
	width:21px;
	height:21px;
	cursor:pointer;
	cursor:hand;
	overflow:hidden;
	text-align:left;
	border:0;
	background:no-repeat top left url(/agfx/btn/btn_search.gif);
}


/*	Ref list	*/
#pageRefList #newRef h2 {
	margin:0;
	padding:0 0 0 26px;
	font-size:18px;
	line-height:38px;
	color:white;
	font-weight:normal;
	background:#3191cc;
}

#pageRefList #newRef {
	width:732px;
	background:repeat-y 0 38px url(/agfx/page_referenties/bg_ref_list.gif);
}

#pageRefList #newRef ul {
	margin:0;
	padding:0;
}

#pageRefList #newRef ul li {
	position:relative;
	display:block;
	float:left;
	width:366px;
	height:72px;
	list-style:none;
	margin:0;
	padding:0;
}

#pageRefList #newRef ul li a {
	position:absolute;
	top:0;
	left:0;
	width:246px;
	height:54px;
	padding:18px 0 0 120px;
	font-size:14px;
	line-height:18px;
	color:#3191cc;
	text-decoration:none;
}

#pageRefList #newRef ul li a img {
	position:absolute;
	top:10px;
	left:26px;
	margin:0;
	padding:0;
	border:1px solid #979797;
}

#pageRefList #newRef ul li a span {
	display:block;
	color:#7a7a7a;
}

/*	Ref top 10	*/
#top10Ref {
	position:absolute;
	top:69px;
	right:0;
	width:224px;
	height:596px;
}

#top10Ref h2 {
	margin:0;
	padding:0 0 0 8px;
	line-height:38px;
	color:white;
	font-weight:normal;
	background:#044f99;
}

#top10Ref ul {
	margin:0;
	padding:0;
}

#top10Ref ul li {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #bdbdbd;
	background:#f0f0f0;
}

#top10Ref ul li a {
	display:block;
	margin:0;
	padding:15px 5px 0 69px;
	min-height:39px;
	color:#044f99;
	font-weight:bold;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
}

#top10Ref ul li.even a {
	background:#f8f8f8;
}

#top10Ref ul li a img {
	display:block;
	position:absolute;
	top:6px;
	left:7px;
	width:40px;
	height:40px;
	border:1px solid #969696;
}

#top10Ref ul li a strong {
	display:block;
	position:absolute;
	top:15px;
	left:49px;
	width:20px;
	text-align:right;
}

#top10Ref ul li a span {
	display:block;
	font-size:10px;
	line-height:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#969696;
}

#top10Ref ul li a:hover span {
	text-decoration:none;
}

/*	Project list	*/
#projList {
	margin:0;
	padding:0 0 0 30px;
	background:repeat url(/agfx/page_referenties/bg_project_list.gif);
}

#projList li {
	display:block;
	position:relative;
	float:left;
	font-size:13px;
	line-height:22px;
	width:222px;
	height:177px;
	margin:0 15px 0 0;
	padding:0 0 0 218px;
	color:#7a7a7a;
	overflow:hidden;
	list-style:none;
}

#projList li p {
	margin:0;
}

#projList li img {
	position:absolute;
	top:0;
	left:0;
	margin:15px 18px 0 0;
	border:1px solid #7a7a7a;
}

#projList li h3 {
	margin:15px 0 5px 0;
	font-size:14px;
	line-height:16px;
	color:#3191cc;
}



/*	Referentie detail	*/
#refParticulierDetail {
	float:left;
	width:282px;
	padding:20px 22px 0 30px;
}

#refParticulierDetail #viewport {
	text-align:center;
	width:275px;
	height:259px;
	margin:0 0 10px 0;
	padding:16px 0 0 0;
	background:no-repeat 0 0 url(/agfx/page_referenties/bg_viewport.gif);
}

#refParticulierDetail #viewport img {
	display:block;
	margin:0 auto;
	border:1px solid #7a7a7a;
}

#refParticulierDetail blockquote {
	margin:0;
	padding:0;
	font-size:16px;
	line-height:22px;
	text-align:center;
	font-style:italic;
	color:#7a7a7a;
}

#refParticulierDetail blockquote div {
	font-size:12px;
	color:#0087c3;
}

/*	Project detail	*/
#refDetail {
	float:left;
	width:282px;
	padding:20px 22px 0 30px;
}

#refDetail #refIntro {
	font-size:16px;
	line-height:22px;
	color:#7a7a7a;
}

/*	Project gallery	*/
#refGallery {
	float:left;
}

#refGallery #refImage {
	text-align:center;
	width:609px;
	background:repeat-x 0 0 #7a7a7a url(/agfx/page_referenties/bg_project_gallery.gif);
}

#refGallery #refImage img {
	border:1px solid #8d8d8d;
}

#refGallery #refThumbs {
	width:609px;
	height:114px;
	margin:0;
	padding:0;
	background:no-repeat 0 0 url(/agfx/page_referenties/bg_project_thumbs.gif);
}

#refGallery #refThumbs li {
	display:block;
	float:left;
	width:111px;
	height:69px;
	padding:20px 0 0 9px;
	list-style:none;
}

#refGallery #refThumbs li a {
	display:block;
}

#refGallery #refThumbs li a:active	{outline:none}
#refGallery #refThumbs li a:focus	{-moz-outline-style:none}

#refGallery #refThumbs li img {
	display:block;
	border:1px solid #959595;
}

#refGallery #refThumbs li.active {
	padding-top:10px;
	height:79px;
	background:no-repeat 0 0 url(/agfx/page_referenties/bg_project_thumb.gif);
}

#refGallery #refThumbs li.active img {
	border-color:white;
}



/*	Add ref	*/
#pageAddRef #main {
	padding:0;
	font-size:12px;
	line-height:20px;
	background:white repeat-y 0 0 url(/agfx/page_referenties/bg_main_add_ref.gif);
}

#addRefLeftCol {
	width:318px;
	float:left;
	background:#c9c9c9 repeat-x 0 0 url(/agfx/page_referenties/bg_add_ref_gradient.gif);
}

#addRefRightCol {
	width:642px;
	float:left;
}

#pageAddRef #addRefHeader h2 {
	color:#7A7A7A;
	font-size:20px;
	line-height:63px;
	padding:0;
	background:#bdbdbd repeat-x 0 0 url(/agfx/page_referenties/bg_add_ref_gradient.gif);
}

#pageAddRef #addRefHeader h2 strong {
	color:#3191CC;
}

#pageAddRef h2 {
	font-size:18px;
	color:#085fad;
}

/*	Intro	*/
#addRefIntro {
	font-size:12px;
	line-height:18px;
	padding:20px 15px 15px 20px;
}

#addRefIntro p {
	margin:0;
}

#addRefIntro h1 {
	color:#025bab;
	font-size:18px;
}

/*	Ordered products	*/
#orderedProducts ul {
	list-style:none;
	margin:0;
	padding:0;
	width:318px;
}

#orderedProducts ul li {
	display:inline;
}

#orderedProducts ul li a {
	display:block;
	position:relative;
	margin:0;
	padding:14px 0 0 74px;
	height:59px;
	text-decoration:underline;
	color:#7c7c7c;
	border-bottom:1px solid #e5e5e5;
	background:#f2f2f2;
}

#orderedProducts ul li a img {
	display:block;
	position:absolute;
	top:10px;
	left:12px;
	border:1px solid #969696;
}

#orderedProducts ul li a strong {
	display:block;
	color:#044f99;
	text-decoration:none;
	font-weight:bold;
}

#orderedProducts ul li.active a {
	background:white;
}

/*	Page navigation	*/
#addRefLeftCol div.pageNav {
	width:288px;
	padding:15px 0 15px 20px;
}

#addRefLeftCol div.pageNav h2 {
	font-size:14px;
	color:#7a7a7a;
}

/*	Add photo's	*/
#addRefPhotos {
	position:relative;
}

#addRefPhotos p {
	margin:0 0 1em 0;
}

/*	Thumbs	*/
#addRefThumbs {
	list-style:none;
	margin:0;
	padding:0;
}

#addRefThumbs li {
	display:block;
	position:relative;
	float:left;
	margin:0 15px 15px 0;
	padding:0;
}

#addRefThumbs li a.btnRemove {
	position:absolute;
	top:-8px;
	right:-8px;
}

#addRefPhotos a.btnMed {
	clear:both;
}


#nav, #shopNav {
/*	display:none;*/
}

/*	Right column	*/
#addRefCols {
	float:left;
	margin:0;
	padding:0;
	width:600px;
}

#addRefCols p {
	clear:both;
	margin:0 0 1.3em 0;
}

#addRefCols p.vraag {
	font-weight:bold;
	margin:0;
}

#addRefCols p.vraag #chars {
	margin:0 0 0 2em;
	font-size:11px;
	font-weight:normal;
	color:#7a7a7a;
}

#addRefCols p label {
	display:inline;
	float:none;
	width:auto;
}

#addRefCols div.colLeft,
#addRefCols div.colRight {
	float:left;
	width:270px;
}

#addRefCols div.colLeft {
	padding:10px 10px 10px 20px;
}

#addRefCols div.colRight {
	padding:10px 0 10px 20px;
}

#pageAddRef input {
	position:relative;
	top:3px;
}

/*	Content	*/
#addRefRightCol div.content {
	clear:both;
	padding:10px 10px 10px 20px;
}

/*	Footer	*/
#addRefFooter {
	position:relative;
	clear:both;
	margin:0 20px 0 0;
	padding:10px 0 15px 0;
	background:no-repeat 100% 0 url(/agfx/page_referenties/bg_add_ref_footer.gif);
}

#addRefFooter small {
	display:block;
	float:right;
	padding:0 10px 0 0;
	font-size:13px;
	line-height:32px;
	color:#7f7f7f;
}

#addRefFooter a.btnSide {
	float:right;
	background-image:url(/agfx/btn/btn_big_blue_left.gif);
}

#addRefFooter a.btnSide span {
	background-image:url(/agfx/btn/btn_big_blue_right.gif);
}

/*	Page: Video
	***********/

#pageVideo #main {
	padding:0;
	background:#c9c9c9 repeat-x 0 0 url(/agfx/page_video/bg_main.gif);
}

#pageVideo #intro {
	width:600px;
	padding:15px 15px 0 15px;
}

#pageVideo #videoThumbs {
	display:block;
	float:none;
	margin:0;
	padding:15px;
	list-style:none;
	overflow:auto;
}

#pageVideo #videoThumbs li {
	display:block;
	position:relative;
	float:left;
	margin:0 15px 15px 0;
	padding:15px;
	width:420px;
	background:white;
}

#pageVideo #videoThumbs li img {
	display:block;
	float:left;
	margin:0 15px 0 0;
	border:1px solid black;
}

#pageVideo #videoThumbs li div.descr {
	width:280px;
	padding:5px 0 0 0;
	float:left;
}

#pageVideo #videoThumbs li a.btnPlay {
	display:block;
	position:absolute;
	top:47px;
	left:60px;
	width:35px;
	height:35px;
	cursor:pointer;
	cursor:hand;
	text-indent:-4096px;
	overflow:hidden;
	background:no-repeat 0 0 url(/agfx/btn/btn_play.png);
}



/*	Page: Aanbiedingen	*/
#pageAanbiedingen #main {
	padding:25px 0 0 30px;
}

#pageAanbiedingen #main h1 {
	margin:0 30px 15px 0;
	padding:0 0 10px 0;
	font-size:24px;
	border-bottom:1px solid #7f7f7f;
}

#pageAanbiedingen #main div.pageNav p {
	right:0;
}



/*	Modals
	******/ 

div.modal
{
	position:relative;
	position:fixed;
	width:400px;
	color:black;
	text-align:left;
}

/*	Modal top	*/
div.modal h2 {
	height:39px;
	margin:0;
	padding:0;
	line-height:39px;
	color:white !important;
	background:no-repeat top right url(/agfx/modal/bg_modal_hd_end.png);
}

div.modal h2 span {
	display:block;
	height:39px;
	margin:0 14px 0 0;
	padding:0 20px;
	font-size:18px;
	line-height:39px;
	background:no-repeat top left url(/agfx/modal/bg_modal_hd.png);
}

div.modal #btnCloseModal {
	display:block;
	position:absolute;
	top:13px;
	right:14px;
	height:13px;
	padding:0 16px 0 0;
	font-size:11px;
	line-height:13px;
	color:white;
	text-decoration:none;
	background:no-repeat top right url(/agfx/modal/btn_close_modal.gif);
}

/*	Modal footer	*/
div.modal #modalFooter {
	margin:0;
	padding:0;
	height:25px;
}

div.modal #modalFooter a.btnMed {
	float:right;
}



/*	Modal inner	*/
div.modal #modalInner {
	background:no-repeat bottom right url(/agfx/modal/bg_modal_end.png);
}

div.modal #modalInner div.content {
	margin:0 13px 0 0;
	padding:20px 7px 20px 20px;
	background:no-repeat bottom left url(/agfx/modal/bg_modal.png);
}



/*	Modal: Forgot password	*/
#modalForgotPW {
	display:block;
	
}

body #modalForgotPW form input.text {
	width:150px;
}

#modalForgotPW #modalFooter {
	position:absolute;
	top:55px;
	right:20px;
}

#modalForgotPW #modalInner div.content {
	padding-bottom:10px;
}



/*	Modal: Details info	*/
#modalDetailsInfo {
	width:540px;
}

#modalDetailsInfo #modalVideo {
	text-align:center;
	border:2px solid white;
	border-top:0;
	background:black;
}

#modalDetailsInfo div#modalVideo object {
	margin:0 auto;
}

#modalDetailsInfo #modalInner div.content {
	padding-top:0;
	padding-left:0;
}

#modalDetailsInfo #modalInner #scrollContent {
	position:relative;
	left:18px;
	padding:1em 15px 0 0;
	max-height:100px;
	overflow:auto;
}



/*	Modal: Job application	*/
#modalJobAppl {
	width:700px;
}

#modalJobAppl div.columnLeft,
#modalJobAppl div.columnRight {
	float:left;
	width:330px;
}

#modalJobAppl p.footer {
	height:30px;
	margin:0;
	padding:0;
	clear:both;
}

#modalJobAppl h3 {
	font-size:24px;
}

#modalJobAppl form p label,
#modalJobAppl form p span.label {
	width:130px;
}

#modalJobAppl form p label.inline {
	display:inline;
	position:static;
	width:auto;
}

#modalJobAppl p.footer a.btnMed {
	float:right;
}

/*	Modal: Picture	*/
div#modalPicture {
	width:490px;
}

div#modalPicture #modalInner div.content {
	text-align:center;
	padding:20px;
}



/*	Components
	**********/

/*	Nieuwsbrief	*/
#nieuwsBrief {
	float:right;
	font-size:13px;
	line-height:20px;
	width:260px;
	height:129px;
	margin:0 0 15px 15px;
	padding:10px 15px;
	background:no-repeat 0 0 url(/agfx/misc/bg_nieuwsbrief_box.gif);
}

#nieuwsBrief h3 {
	color:#0365a6;
	font-size:18px;
	line-height:20px;
}

#nieuwsBrief input {
	float:left;
	width:160px;
}

#nieuwsBrief a.btnMed {
	position:relative;
	top:-5px;
	float:left;
	margin:0 0 0 5px;
}

#nieuwsBrief p {
	margin:0;
	padding:0 0 15px 0;
	color:#707070;
	margin:0;
}



/*	Main columns	*/
div.mainCols {
	
}

div.mainCols div.mainColLeft,
div.mainCols div.mainColRight {
	width:410px;
	float:left;
}



/*	Links unordered lists	*/

ul.links {
	margin:0 0 1em 0;
	padding:0;
	list-style:none;
}

ul.links li {
	display:block;
	margin:0;
	padding:0 0 0 13px;
	width:215px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	background:no-repeat 0 6px url(/agfx/bullets/cat_bullet.gif);
}



/*	Hacks
	*****/

/* slightly enhanced, universal clearfix hack */
.clearfix:after,
#main:after,
div.panelContent:after,
#side p:after,
ul.results:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix,
#main,
div.panelContent,
#side p,
ul.results { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix,
* html #main,
* html div.panelContent,
* html #side p,
* html ul.results { height: 1%; }
.clearfix,
#main,
div.panelContent,
#side p,
ul.results { display: block; }
/* close commented backslash hack */
