/*---{ Imports )-------------------------------------------------------*/

@import "caddy.css";
@import "shoppingbag.css";
@import "account.css";
@import "form.css";
@import "products.css";
/*@import "webshop.css";*/
@import "shoppingcart.css";
@import "home.css";
@import "search.css";
@import "ui.core.css";
/*@import "ui.base.css";*/
@import "ui.spinner.css";
@import "lightbox.css";
@import "jquery.jcarousel.css";
@import "googlemaps.css";
@import "store.css";
@import "vacancy.css";
@import "news.css";
@import "faq.css";

/*---{ colLeft And colRight )-----------------------------------------------*/

#content .colLeft 
{
	float: left;
	position: relative;
	width: 220px;
	overflow: hidden;
}

#content .colRight 
{
	float: right;
	width: 700px;
	overflow: hidden;
}

#content #caddy .colLeft 
{
	width: 700px;
	position: relative;
	padding-right: 20px;

}

#content #caddy .colRight 
{
	float: right;
	position: relative;
	width: 220px;
	overflow: hidden;	
}

/*---{ shoppingBag )-------------------------------------------------------------*/

#shoppingBag
{
	position: absolute;
	right: 240px;
	top: 66px;	
}

#shoppingBag .shoppingBag 
{
	font-family: arial;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 24px;
	background: url(../images/ico_shoppingcart.gif) left 50% no-repeat;
}

#shoppingBag a 
{
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#shoppingBag a:hover 
{
	text-decoration: none;
}

#shoppingBag .myFavourite
{
	margin: 0 0 0 16px;
	padding: 0 0 0 24px;
	background: url(../images/ico_myfavourite.gif) left 50% no-repeat;
}

/*---{ utilNav )-------------------------------------------------------------*/

#utilNav {
	position: absolute;
	top: 10px;
	right: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 20;
}
#utilNav li {
	position: relative;
	margin: 0 18px 0 0;
	padding: 0;
	float: left;
	color: #ccd4de;
}
#utilNav li a {
	line-height: 16px;
	color: #ccd4de;
	font-family: Arial, Helvetica, sans-serif
}

#utilNav li.accountIcon {
	/*
	padding-left: 14px;
	background: url(../images/ico_member.gif) left 4px no-repeat;
	*/
}

/*---{ Custom elements )-------------------------------------------------------*/

.thumb table {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.thumb table tr {
	height: 100%;
}
	
.thumb table tr td {
	height: 100%;
	vertical-align: middle;
}

a img {
	border: 0;
}

td.right {
	text-align: right;
}


/*---{ Default table )-------------------------------------------------------*/

table.default {
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}
table.default thead td {
	font-weight: bold;
}
table.default th,
table.default td {
	margin: 0;
	padding: 0 1px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 26px;
	/*border: 1px solid red;*/
}
table.default th {
}
table.default td {
}
table.default tfoot td {
	border-top: 1px dotted #dddddd;
	font-weight: bold;
}
table.default td.required,
td.required, th.required,
span.requiredField {
	background: url(../images/required.gif) right 6px no-repeat;
}
table.default td.button {
	padding-top: 10px;
}
.clsReq {
	color: #D23232;
}
/*---{ Box)-------------------------------------------------------*/

.box h2 {
	border-bottom: 0px;
	font-size: 100%;
	text-transform: uppercase;
	background-color: #0075bb;
	color: #fff;
	padding: 4px;
	margin-bottom: 5px;
}

.box h2 a {
	display: block;
	color: #fff;
}

.box h2 a:hover {
	text-decoration: none;
}

/*---{ Other custom )-------------------------------------------------------*/

.small {
	font-size: 90%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.error { 
	border: 1px solid #E7604D;
	background: #FCE9E6 url(../images/ico_alert_16x16.png) no-repeat 5px 50%;
	padding: 8px 8px 8px 24px;
	margin-bottom: 20px;
}

.ok { 
	border: 1px solid #5B942C;
	background: #E9FBD9;
	padding: 8px 8px 8px 8px;
	margin-bottom: 20px;
}

/* ---------- */
/*add this*/

.addthis_toolbox .addthis_button_preferred_4,
.addthis_toolbox .addthis_button_preferred_2,
.addthis_toolbox .addthis_button_preferred_3,
.addthis_button_linkedin{
	height:16px;
	width:16px;
	line-height:16px;
	padding:2px 5px 2px 0;
}
.addthis_button_facebook_like{
	padding:0;
}
.addthis_button_tweet{
	width:100px;
}
.addthis_button_google_plusone{
	width:63px;
}

/* zoekbox + Emailbox */
#qSearch 
{
	position: absolute;
	top: 62px;
	right: 24px;
	margin: 0;
	padding: 0;
}
#nForm 
{
	position: relative;
	margin: 0;
	padding: 3px 0 3px 0;
}
#qSearch .clsInputBg
{
	position: relative;
	width: 197px;
	height: 24px;
	background: url(../images/search-bg.gif) left top no-repeat;	
}

#qSearch #keyWords
{
	position: absolute;
	left: 4px;
	top: 4px;
	width: 160px;
	border: 0;
}

#qSearch #bSubmit
{
	position: absolute;
	right: 4px;
	top: 4px;
	width: 18px;
	height: 16px;
	background: url(../images/ico_search.gif) left top no-repeat;
	border: 0;
	padding: 0;	
}

#nForm .clsInput 
{
	width: 174px;
	border: 0;
	background: none;
	height: 14px;
	line-height: 12px;
	margin: 0 3px 0 0;
	padding: 6px 0 2px 2px;
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #455263;
	position: relative;
	float: left;
}

#nForm .clsButton 
{
	position: relative;
	cursor: pointer;
	width: 33px;
	height: 25px;
	background: transparent url(../images/bttn_go.png) left top no-repeat;
	border: none;
	float: left;
}
/*----------social media----------*/

.addthis_button_facebook_like{
	width:110px;
}
.addthis_button_facebook_like iframe{
	width:auto!important;
}
.addthis_button_tweet{
	width:85px;
}

