/**
 * Reset
 */
* {
	margin: 0;
	padding: 0;
	outline-width: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

html,
body {
	width: 100%;
	height: 100%;
}

html { background: #f3f3f3 url(../images/design/doegoodies_page_themes.gif) repeat left top; }

body { background: transparent url(../images/design/headerLevel01.gif) repeat-x left top; }

table {
	border-color: #333333;
	border-collapse: collapse;
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}

th,
td {
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
}

hr {
	height: 0;
	margin: 1em auto;
	border-width: 0;
	border-bottom: 1px dashed #333333;
}

p, fieldset, table, pre { margin-bottom: 1em; }

p {
	line-height:20px;
}

fieldset {
	padding: 0.5em 1.5em;
	border: 1px solid #333333;
}

legend {
	padding: 0 0.5em;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

ul,
ol,
dl {
	margin: 1em 0;
	padding-left: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 1em;
}

img {
	border-width: 0;
}

input,
textarea {
	padding: 2px;
	margin-top:2px;
}

optgroup,
option {
	/*padding-left: 0.5em;*/
}

.hidden {
	display:none !important;
}

pre,
code,
samp,
tt {
	font-family: Consolas, Courier New, Monospace;
}

a { outline: none; text-decoration: none; }
a:link { color: #029AFF; }
a:hover { color: #029aff; text-decoration: underline; }
a:active { color: #029aff; outline-width: 1px; }
a:visited { color: #029aff; }


/**
 * Base font-sizes
 */
body { font-size: 13px; line-height: 1.2; }

h1 {
	color:#029aff;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:8px;
	margin-top:20px;
	padding-bottom:10px;
}

h2 {
	color:#029aff;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:8px;
	margin-top:20px;
	padding-bottom:10px; 
} 

h3 {
	color:#029aff;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:8px;
	margin-top:20px;
	padding-bottom:10px;
} 

h1:first-child,
h2:first-child,
h3:first-child {
	margin-top: 0;
}


/**
 * Framework
 */
#layout_wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto 30px auto;
	background-color: #ffffff;
}

	#layout_main {
		padding-top: 209px; /* #layout_header height */
		min-height: 800px;
		border: 1px solid #cecece;
		border-top-width: 0;
	}
	
		#layout_content {

		}
		
			#layout_content_main {
				float: left;
				width: 558px;
			}
			
			#layout_content_side {
				float: right;
				width: 200px;
				padding-right: 10px;
			}
		
		#layout_side_left {
			float: left;
			width: 160px;
			margin-right: 26px;
		}
	
	#layout_header {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		height: 209px;
		width: 100%;
	}
	
	#menuLevel01 #layout_header {
		background: transparent url(../images/design/headerLevel01.gif) repeat-x scroll left top;
		border-bottom: none;
		height: 159px;
	}
	
#menuLevel01 #hoofdmenu {
	top:72px;
}

.customer_welcome_back	{
	position: absolute;
	top: -55px;
	left: 131px;
	width:275px;
}

.customer_click_here	{
	font-size: 10px;
}

/* Shop menu */
#shop_menu {
	position: absolute;
	right: 10px;
	top: 124px;
}

	#shop_menu_links {
		float: left;
		margin: 0;
		padding: 0;
		border-right:none;
		list-style-type: none;
	}

		#shop_menu_links li {
			float: left;
		}
		
			#shop_menu_links a {
				display: block;
				float: left;
				height: 18px;
				padding: 5px 10px 0;
				font-size: 11px;
				text-decoration: none;
				color: #ffffff;
			}
		
		#shop_menu_links a:hover {
			color: #0c5282;
		}
		
		#shop_menu_links .active {
			background-color: #cccccc;
		}
		
			#shop_menu_links .active a {
				color: #ffffff;
			}
			

		.cart_link  {
			height: 23px;
			border-right: 1px solid #97d5ff;
		}
		
		
		.cartrow_odd td {
			padding-top:20px !important;
			vertical-align:top !important;
		}
		
		.cartrow_odd .price {
			text-align:left;
			font-size:15px;
		}
		
		.cartrow_odd .total {
			text-align:right;
			font-size:15px;
			font-weight:bold;
		}
		
		.cartrow_odd .quantity {
			padding-top:15px !important;
		}
		
		.cart_table .product_box,
		.cart_table .product_box h2 {
			height: auto;
		}
/* /Shop menu */



       #hoofdmenu {
			position: relative;
			top: 72px;
			margin: 0 !important;
			padding: 0 !important;
        }
		
		#hoofdmenu a {
			text-decoration: none;
		}
        
        #menuNormal #hoofdmenu {
        	left: -20px;
        }
            
            #hoofdmenu li {
				float: left;
				display: block;
				margin-right: 1px;
            }
            
            #hoofdmenu li.shop {
				background: #0099FF;
				color: #FFFFFF;
				text-decoration: none;
            }
            
            #hoofdmenu li.shop a {
            	padding: 10px 33px 10px 42px !important;
				color: #FFFFFF;
				background: none !important;
            }
        
                #hoofdmenu li a {
					padding: 10px 33px 10px 20px;
					font-size: 15px;
					color: #0099ff;
					background: url(../images/design/hoofdmenu_v_blue.png) no-repeat right 17px;
					display: block;
					font-weight: bold;
                }
                
                    #hoofdmenu li a:hover {
						color: #2f2f2f;
						text-decoration: none;
						background: url(../images/design/hoofdmenu_v_gray.png) no-repeat right 17px;
                    } 
                    
                    #hoofdmenu li a.active {
						color: #ffffff;
						text-decoration: none;
						background: #0099ff url(../images/design/hoofdmenu_v_white.png) no-repeat right 17px;
                    } 
            
            #submenu {
				position: absolute;
				top: 129px;
				left: 0px;
            }
			
			#submenu a {
				text-decoration:none;
			}

            #submenu ul {
				margin: 0 !important;
				padding: 0 !important;
            }
            
                 #submenu li {
					 float: left;
					 display: block;
					 height: 30px;
					 line-height: 30px;
					 margin-right: 1px;
                 }
                 
                    #submenu li a {
						padding: 0px 32px 0px 20px;
						background: url(../images/design/submenu_normal.png) no-repeat right top;
						height: 30px;
						display: block;
						float: left;
						color: #ffffff;
						font-weight: bold;
						width: 0px;
						font-size: 12px;
                    }
                    
                    #submenu ul>li a {
                    	width: auto !important;
                    }
                    
                    #submenu li a:hover {
                    	background: url(../images/design/submenu_hover.png) no-repeat right top;
                    	text-decoration: none;
                    }
                    
                        #submenu li a.active {
                        	background: #ffffff url(../images/design/submenu_active.png) no-repeat right top;
                        	color: #000000;
                        }
                        
             #subSubmenu {
				 position: absolute;
				 top: 170px;
				 left: 0;
				 border-bottom: 1px solid #e2e3e5;
				 width: 960px;
				 height: 38px;
             }
			 
	         #subSubmenu #right li a {
				color: #9C9FA4;
				font-weight:normal;
				font-size: 12px;
             }
			 
	         #subSubmenu #right #link_blue a {
				color: #0099ff;
				font-weight:normal;
             }

			 #subSubmenu a {
				text-decoration:none;
			 }

             
             	#subSubmenu ul {
             		margin: 0 0 0 20px;
					padding: 0;
             	}
             	
             	#subSubmenu li {
					float: left;
					display: block;
					margin-right: 20px;
					padding-top: 5px;
             	}
             	
             		#subSubmenu li a {
						height: 30px;
						color: #0099ff;
						font-size: 14px;
						font-weight: bold;
             		}
             		
             			#subSubmenu li a:hover {
							text-decoration: none;
							color: #2f2f2f;
             			}
            			
            			#subSubmenu li.active {
							margin-right: 10px;
							padding-right: 25px;
							background:  url(../images/design/subsubmenu_active.png) no-repeat right 5px;
             			}
             			
             				#subSubmenu li.active a {
             					color: #2f2f2f;
             				}


#flashmenu	{
	width: 566px;
	height: 263px;
	margin-bottom: 10px;
}

#layout_footer {
	position: relative;
	z-index: 10;
	background-color: #1d2532;
	width: auto;
	height: 300px;
	margin: auto;
	font-size: 0.9em;
	text-align: center;
}



/**
 * Layout
 */
#header_text {

}

	#shop_logo {
		left: -10px;
		position: absolute;
		top: 14px;
	}

/* Shop menu */
#metaNav {
	position:absolute;
	right:0;
	top:0;
}

#metaNav fieldset {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}


#zoekSubmit {
	background:transparent url(../images/design/zoekSubmit.gif) no-repeat scroll left top;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1%;
	height:30px;
	width:29px;
	margin: 0;
}

#zoekTerm {
	border-color: #CECECE;
	border-style: solid;
	border-width: 1px;
	border-left: 0;
	float: right;
	font-size: 11px;
	height: 14px;
	padding: 7px 10px 7px 2px;
	width: 200px;
	margin: 0;
}

#search_main {
	padding-top:10px;
	float: right;
	width: 327px;
}

	#algemeneZoek {
		width: 327px;
		float: right;
		height: 30px;
	}
	
	#search_option {
		width: 80px;
		float: left;
		padding: 5px 2px;
		height: 30px;
		margin: 0 5px 0 0;
		border: 1px solid #cecece;
		font-size: 11px;
		color: #9197A2;
	}


#header-links {
	float: right;
	display: block;
	clear:both;
}

#menuLevel01 #metaNav ul {
	margin:5px 0 0 0;
}

#metaNav ul {
	float:right;
	margin:5px 0 0 0;
	text-align:right;
	padding-left: 0;
}

#metaNav ul li {
	float:left;
	font-size:10px;
	font-weight:bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#metaNav ul li a {
	color:#9197A2;
	display:block;
	padding:9px 10px;
}
/* /Shop menu */

/* Main menu */
#main_menu	{
	position:absolute;
	top:75px;
	left:276px;
	z-index:101;
}

#main_menu_list {
	margin: 0;
	padding: 0;
	height:21px;
	list-style-type: none;
	width:auto;
	float:left;
}

#main_menu li {
	position: relative;
	display: block;
	float: left;
	height:21px;
	padding: 0 5px;
	border-bottom:1px solid #000000;
}

#main_menu ul li a {
	display: block;
	float: left;
	height: 24px;
	padding: 2px 10px 0 10px;
	text-decoration: none;
}

/*#main_menu ul li a:hover {
	color: #029aff;
}*/

#main_menu ul li:hover {
	border-bottom-color: #029aff;
}

#main_menu_links_wrapper { float: left; }

	.main_menu_links {
		float: left;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		.main_menu_links li {
			position: relative;
			float: left;
			background-color: #ffffff;
		}
		
			.main_menu_links a {
				display: block;
				float: left;
				height: 20px;
				padding: 4px 10px 0 10px;
				border-right: 1px solid #c5c5c5;
				border-left: 1px solid #fcfcfc;
				background: transparent url(../images/design/menu_x.png) repeat-x left bottom;
				font-size: 0.9em;
				text-decoration: none;
				color: #000000;
			}
			
			.main_menu_links li:first-child a { border-left-width: 0; }
			.main_menu_links li:last-child a { border-right-width: 0; }
		
		.main_menu_links li:hover { background-color: #efefef; }
		
			.main_menu_links li:hover a { color: #000000; }
			.main_menu_links a:hover { text-decoration: underline; }
		
		.main_menu_links .active { background-color: #c11414; }
		
			.main_menu_links .active a { color: #ffffff; }
			
			/* Hover dropdown menu */
			.main_menu_links li ul {
				display: none;
				position: absolute;
				float: left;
				top: 100%;
				left: 0;
				z-index: 51;
				width: 160px;
				margin: 0;
				padding: 0;
				border: 1px solid #bcbcbc;
				background-color: #f0f0f0;
			}
			
			.main_menu_links li:hover ul { display: block; }
	
				.main_menu_links ul li {
					display: block;
					float: none;
					margin: 0;
				}
		
					.main_menu_links ul li a {
						display: block;
						float: none;
						height: auto;
						padding: 4px 10px 4px 10px;
						border-bottom: 1px solid #c5c5c5;
						background-color: #ffffff;
						text-decoration: none;
					}
			
					.main_menu_links ul li a:hover {
						background-color: #efefef;
					}
			/* /Hover dropdown menu */
	

	
	#header_search {
		position:absolute;
		right:10px;
		top:71px;
		z-index:100;
	}
	
		#header_search_text {
			float: left;
			width: 202px;
			height: 20px;
			padding: 3px 0 0;
			border: 1px solid #171719;
			font-size: 1em;
			vertical-align: middle;
		}
		
		#header_search_submit {
			float: left;
			width: 42px;
			height: 25px;
			padding: 3px;
			border: 1px solid #171719;
			border-left-color: #029aff;
			font-size: 0.9em;
			vertical-align: middle;
			cursor: pointer;
			background-color:#029aff;
		}
/* /Main menu */


#layout_main a:hover {
	/*
	border-bottom: 1px dotted #F83F3F;
	background-color: #F8EBEB;
	text-decoration: none;
	*/
}

.info_box,
.info_box_clean {
	margin-bottom: 25px;
	background-color: #ffffff ;
}

.info_box_clean {
	background: #ffffff none;
	text-align: center;
}

	.info_box_title h1 {
		font-weight: bold;
		color: #029aff;
		font-size: 16px;
	}

#footer_text {
		font-size:0.9em;
		margin:auto;
		position:relative;
		width:960px;
		z-index:10;
		color: #ffffff;
	}
	
	        #footerContent p {
				line-height: 15px;
				margin-top: 8px !important;
				margin-right: 5px;
            }
	
	#footer_text a { color: #ffffff; text-decoration: underline; }
	
	#footerContent {
		text-align: left;
	}
	
	#footerContent ul {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	#footer_text a:hover { color: #029aff; }
	
.marginRight20 {
	margin-right:20px !important;
}

.marginRight10 {
	margin-right:10px !important;
}

.marginRight15 {
	margin-right:15px !important;
}

.marginTop3 {
	margin-top:3px !important;
}

.floatleft {
	float:left !important;
}

#footerContent .titleBlock {
	height:45px;
	margin-bottom:5px;
	position:relative;
}

.PaboveUl {
	font-size:11px;
	margin:0 0 3px !important;
	padding:0 !important;
}

#footer-bottom	{
	font-size: 10px;
	color: #ffffff;
	padding-top: 19px;
}

#footer-bottom a	{
	font-size: 10px;
	color: #ffffff;
}

.marginTop5 {
	margin-top:5px !important;
}

#sponsorLogos a {
	margin-right:11px;
}

#footerContent h3 {
	border-bottom:1px solid #4F5359;
	bottom:0;
	color:#FFFFFF;
	font-size:12px;
	line-height:14px;
	padding-bottom:8px;
	position:absolute;
	width:180px;
	margin: 0 !important;
}


#footerContent ul li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/design/footerContent_li.png) no-repeat scroll left 8px;
	font-size:11px;
	line-height:14px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:3px 0 3px 10px;
}

#footerContent ul li a {
color:#FFFFFF;
text-decoration:none;
}

#wordLidBlack {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/design/wordlid_onblack.png) no-repeat scroll left top;
	display:block;
	height:30px;
	margin-top:20px;
	width:179px;
}

.hidden {
	display:none !important;
}

.footerBlock {
	display:block;
	float:left;
	width:180px;
}

.flash a	{
	color: #029aff;
}

/**
 * Presentation
 */
.info_message,
.warning_message,
.error_message {
	margin-bottom: 1em;
	padding: 10px 5px 10px 26px;
	color: #333333;
}

.error_summary { 
	margin:0px;
}

.error_summary li {
	list-style:none;
	padding:2px;
}

.info_message { border: 1px solid #408DCC; background: #EDF8FF url(/images/information.png) no-repeat 5px 50%; }
.warning_message { border: 1px solid #F4D64F; background: #FEFEE2 url(/images/warning.png) no-repeat 5px 50%; }
.error_message { border: 1px solid #D20D06; background: #FFEDEC url(/images/error.png) no-repeat 5px 50%; }

.error-field {
	padding-left: 26px !important;
	background: url(/images/bullet_error.png) no-repeat 5px 3px;
	font-weight: bold;
	color: #D20D06 !important;
}

/* product_list & featured products */
.products_container { margin-left: -10px; }

	.product_box {
		position: relative;
		display: inline;
		float: left;
		width: 174px;
		margin-left: 7px;
		margin-bottom: 7px;
		border: 1px solid #e2e3e5;
		height: 310px;
		z-index: 1;
	}
	
		.product_decoration {
			position: absolute;
			left: 0;
			top: -3px;
			width: 66px;
			height: 83px;
			z-index: 2;
			/*background: transparent url(../images/design/strik_klein-trans.png) no-repeat left top;*/
		}
		
		.product_image {
			position: relative;
		}
		
		.product_theme {
			position: absolute;
			bottom: 10px;
			right: 5px;
			width: 52px;
			height: 73px;
			z-index: 2;
		}
	
	.product_box_cart {
		display: inline;
		float: left;
		width: 160px;
		margin-right: 10px;
		margin-bottom: 10px;
		border: 1px solid #e2e3e5;
		height: 245px;
		padding: 10px;
	}
	
	.product_box_cart h2 {
		height: 30px;
	}
	
	.product_box_cart_mostright h2 {
		height: 30px;
	}
	
	.product_box_cart_mostright {
		display: inline;
		float: left;
		width: 160px;
		margin-bottom: 10px;
		border: 1px solid #e2e3e5;
		height: 245px;
		padding: 10px;
	}
	
	#KeepInContact	{
		background-color: #f0f0f0;
		padding: 10px;
	}
	
	#KeepInContact fieldset	{
		border: none;
		padding: 0;
		margin: 0;
	}
	
	#aanmeldVeld	{
		width: 142px;
		margin-bottom: 5px;
	}
	
	#aanmeldenNieuwsbrief:hover {
		background:transparent url(../images/design/aanmeldennieuwsbrief_hover.png) no-repeat scroll left top;
	}
	
	#aanmeldenNieuwsbrief {
		background:transparent url(../images/design/aanmeldennieuwsbrief.png) no-repeat scroll left top;
		border:medium none;
		color:#FFFFFF;
		cursor:pointer;
		display:block;
		float:right;
		font-size:12px;
		font-weight:bold;
		height:27px;
		line-height:27px !important;
		width:89px;
	}
	
	.product_text h2 {
		background-color:#ffffff!important; height:30px; text-align: left;
		margin-bottom:20px;
	}
	
		.product_image {
			padding: 10px;
		}
		
		.product_text {
			padding: 10px;
			overflow: hidden;
		}
		
			.product_text_title { font-size: 15px; margin: 0; padding: 0; border: none !important; }
			.product_text_title a { color: #029AFF !important; text-decoration:none; }
			.product_text_title a:hover { text-decoration: underline; }
			
			.product_text_price { float:left; color: #000000; font-weight: bold; padding:0px 0 0 0; }
			.product_text_sku 	{ float:left; color: #000000; padding:10px 0 0 0; font-size:0.9em;width:100%; }
			.product_order	{ float: right; padding: 0px 0 0 0; clear:both; }
			
			.input_submit_cart_prodlist	{
				color:#777777;
				font-weight:bold;
				background:url(/templates/doegoodies/images/design/arrow_right.jpg) no-repeat scroll right top transparent;
				font-size:0.9em;
				text-decoration:none;
				padding-bottom:5px;
				padding-top:2px;
				padding-right:30px;
				border:0px;
				cursor:pointer;
			}
			
			#go_back_prodview	{
				background: url(../images/design/arrow.gif) no-repeat left 11px;
				border:medium none;
				color:#000000;
				cursor:pointer;
				font-weight:800;
				height:24px;
				padding: 6px 5px 0 8px;
				vertical-align:middle;
				text-decoration: none;
				float: right;
			}
			
			.input_submit_cart_prodlist_top5	{
				background: url(../images/design/arrow2.gif) no-repeat left 9px;
				border:medium none;
				color:#000000;
				cursor:pointer;
				font-weight:800;
				height:24px;
				padding: 0 0 0 5px;
				width:73px;
				vertical-align:middle;
			}

/* /product_list & featured products */

/* product_list subcategories with images */
.prodlist-subcategories-img {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	.prodlist-subcategories-img li {
		display: block;
		float: left;
		width: 180px;
		height: 205px;
		margin: 0 10px 10px 0;
		border: 1px solid #c0c0c0;
		line-height: 0;
	}
	
	.prodlist-subcategories-img .category_image { display: block; }
	.prodlist-subcategories-img a.category_title {
		display: block;
		height: 20px;
		padding-top: 4px;
		border-top: 1px solid #c0c0c0;
		background: transparent url(../images/design/menu_x.png) repeat-x left bottom;
		line-height: 1;
		font-weight: bold;
		text-align: center;
		color: #000000;
		overflow: hidden;
	}

	.prodlist-subcategories-img li:hover a.category_title,
	.prodlist-subcategories-img a.category_title:hover {
		background-color: #f3f3f3;
	}
/* /product_list subcategories with images */

/* product_view */
.productitem	{
	font-weight: normal;
	margin-bottom: 20px;
}

#product_breadcrump { margin-bottom: 10px; }

	.product_title { display: inline; margin: 0; font-size: 1em; }

#product_info_main { margin-bottom: 1em; }

	#product_image_container,
	#product_additional_images,
	#product_summary {
		float: left;
	}
	
	#prodview_view_additional_picture_box	{
		
	}
	
	#product_image_container {
		margin-right: 20px;
		text-align: center;
	}
	
	#product_additional_images {
		margin-right: 20px;
		padding-right: 20px;
		border-right: 1px solid #bcbcbc;
	}
	
		.product_thumbnail_image {
			border: 1px solid #c0c0c0;
			margin: 0 10px 10px 0;
			float: left;
		}
		
		#additionalimages	{
			margin: 10px 0 10px 0;
		}
	
	#product_summary {
		width: 320px;
	}
	
		#product_summary h2 { margin-bottom: 0; }
		.product_sku { margin-bottom: 1em; font-size: 0.9em; }
	
		#prodview_view_product_pricing { margin-bottom: 1em; }
/* /product_view */

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


.ui-tabs { zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; height:23px; border-bottom:1px solid #C4C4C4; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; height:23px; margin-left: 6px !important; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; height: 23px; padding:3px 1px; font-weight:bold; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; height:16px; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer !important; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 11px; }
.ui-widget-content { border: none/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlContent}*/ 0/*{bgContentXPos}*/ 0/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header {  font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/images/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 0/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff/*{fcDefault}*/; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/images/images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 0/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #222222/*{fcHover}*/; text-decoration: none; outline: none; }


.ui-tabs .ui-tabs-nav li {
	padding-left: 7px;
	background: #000000 url(../images/design/tab_grey_left.gif) no-repeat left top;
	border: none;
}

.ui-tabs .ui-tabs-nav li a {
	padding-right: 7px;
	background: #000000 url(../images/design/tab_grey_right.gif) no-repeat right top;
	outline-width: 0;
	height: 15px !important;
	font-size:11px !important;
	padding-top:4px !important;
}

.ui-tabs .ui-tabs-nav li a:hover {
	color: #029aff;
}

.ui-tabs .ui-tabs-selected {
	padding-left: 7px !important;
	background: #029aff url(../images/design/tab_pink_left.gif) no-repeat left top !important;
	
}

.ui-tabs .ui-tabs-selected a {
	padding-right: 7px !important;
	background: #029aff url(../images/design/tab_pink_right.gif) no-repeat right top !important;
	color: #ffffff !important;
}

#product_view	{
	background-color:#ffffff;
	margin-right:10px;
}

#product_view h1 { font-size: 12px; font-weight:normal; color:#000000; border:0; margin:0; padding:0; line-height:normal; }

	#prodview_view_picture_box_image {
		float: left;
		height: 400px;
		width: 400px;
	}
	
	#product_image_link_enlarge	{
		margin-left: 6px;
	}

		#product_view_right {
			float: right;
			width: 260px;
			height: auto;
			padding: 20px;
			border-left:1px solid #E2E2E2;
		}
		
	
		.prodview_view_right_price	{
			color:#000000;
			font-weight:bold;
		}

	
	#prodview_view_picture_box_text {
		width: auto;
		clear: both;
	}
	
		#prodview_view_picture_box_text img {
			float: left;
			margin-right: 5px;
		}
		
	.prodview_view_box_sku {
		font-size:10px;
	}
	

.input_submit_cart
{
	background: url(/templates/doegoodies/images/design/arrow.gif) no-repeat scroll 10px 11px #FF5919;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-weight:800;
	padding: 5px 15px 5px 25px;
	vertical-align: middle;
	font-size: 12px;
}
.input_submit_cart:hover
{
	background-color: #ff7019;
}

.input_submit_cart_vw
{
	background:#16bd00 none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:800;
	padding:5px;
	width:87px;
	vertical-align:middle;
}
	
.input_submit {	
	background: url(/templates/doegoodies/images/design/arrow.gif) no-repeat scroll 10px 11px #FF5919;
	border:0;
	color:#ffffff !important;
	cursor:pointer;
	font-weight:800;
	padding:5px 15px 5px 25px;
	font-size: 12px;
}
a.input_submit {
	display: inline-block;	
}
.input_submit:hover {	
	text-decoration: none;
	background-color:#ff7019;
}

.input_form {	
	height: 20px;
	margin-right: 5px;
}
/* end prodview */

.category_breadcrump	{
	padding:0px 5px;
}

	.page_navigation_lang_nav_page {
		float: left;
		padding-left: 10px;
	}
	
	.page_navigation_lang_nav_page2 {
		float: left;
		padding: 2px 0 0 10px;
		height: 14px;
	}

	.categories_pagination {
		float: right;
		padding: 5px 5px 0 0;
		font-size:11px;
	}
	
	.prodlist_breadcrumb {
		float:left;
		font-size:11px;
		padding: 7px 0 0 10px;
	}
	
	.prodlist_navigation_sort_results {
		float:right;
		font-size:11px;
		margin:6px 15px 0 10px;
	}
	
	.categories_sort {
		float:right;
		font-size:11px;
		padding: 5px 0 0 0;
	}
	
	.categories_header	{
		margin: 0 10px 20px 0;
		margin-left:7px;
		padding: 7px 5px;
		width: 713px;
		height: 29px;
		background-color: #fafafa;
		border: 1px solid #e2e2e2;
	}
	
	.categories_header_image {
		margin: 0 10px 20px 0;
		padding: 7px 5px;
		width: 746px;
		background-color: #fafafa;
		border: 1px solid #e2e2e2;
	}
	
	.categories_header select	{
		padding: 0;
	}
	
	.prodlist_category_header_text	{
		float:left;
	}
	
	.prodlist_category_header	{
		margin-bottom:10px;
	}
	
	.advanced_search_box {
	height:150px;
	background-color: #ffffff;
}


/* START logon.asp */
.page_header_box {
	background-color: #029aff;
	width: auto;
	padding:5px;
	height:17px;
	color: #ffffff;
	margin-bottom: 5px;
}

.order-step	{
	padding-bottom:7px;
	color:#ffffff;
	float:right;
}
.page_header {height: 25px; }
.page_header a { color: #ffffff !important; }
.page_header,
.page_header h2 { font-size: 1.1em; font-weight: bold; color: inherit; margin-bottom: 0; float:left; }

.acceptterms a	{ text-decoration: underline; }

.cart_table { width: 100%; }
.cart_table td,
.cart_table th { padding: 5px; background-color: #ffffff; vertical-align: middle; font-size: 0.9em; }
.cart_table th { border-bottom: 1px solid #d6d6d6; }
.cart_table td { border-bottom: 1px solid #d6d6d6; }
.cart_table tr.cart_row td { border-bottom: 1px solid #d6d6d6; background-color: #f7f7f7; }

.CPgenHeadings a,
.CPgenHeadings { color: #555555 !important; }

.CPgenHeadings2 a,
.CPgenHeadings2 { color: #555555 !important; background-color:#e2e2e2; padding: 2px;  }

a.block_link, a.block_link_float {
background:#029aff  none repeat scroll 0 0;
color:#ffffff !important;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:14px;
margin:10px;
border:0;
padding:5px;
text-decoration:none;
}

a.block_link:active {
	padding: 5px 9px 3px 11px;
}

a.block_link_float { float: left; }


.CPprodDescDet h2	{
	margin:0;
}
.CPprodDescDet th, td	{
	padding:0;
}
#contact_page_holder	{
	border: 0;
	padding: 5px;
}
/* END logon.asp */



/* START order process files. */
.page_table { width: 100%; color:#555555; }
.page_table_step2 { width: 100%; color:#555555; }

.page_table th,
.page_table td  { padding: 5px; }

.order_table, .order_table_step2 { color:#555555; width: 100%; }
.order_table table, .order_table_step2 table { margin:0;}

.standardbutton { margin-right: 20px; }

#ship-bill	{
	background-color:#fafafa;
	border: 1px solid #e2e2e2;
	padding:10px;
}

#ship-bill table td	{
	height: 20px;
}

#contact_page_holder	{
	color:#555555;
	margin-left:8px;
	margin-top:15px;
}

.order_table td,
.order_table th,
.page_table td,
.page_table th { vertical-align: middle; height: 25px; }

.order_table_step2 td,
.order_table_step2 th,
.page_table_step2 td,
.page_table_step2 th { vertical-align: middle; height: 30px; }

.order_table ol { margin: 0; list-style-type: none; }

.order_table li {
	float: left;
	width: 101px;
	margin: 0;
	padding: 8px 5px;
	background-color: #efefef;
	border: 1px solid #dddddd;
	border-width: 3px 1px 0 0;
	text-align: center;
	color: #666666;
	font-size: 0.8em;
}

.order_table li a { color: #666666; }
.order_table li a:hover { color: #999999; }
.order_table li.active { background-color: #ffffff; color: #333333; border-top-color: #ffffff; }

.overview td { border-bottom: 1px solid #eaeaea; }

tr.order_row_top td,
tr.order_row_top th {  }
tr.row_uneven td { background-color: #FDF9F2; border-bottom: 1px solid #FFF3D6; }
tr.row_even td { background-color: #FFFFFF; border-bottom: 1px solid #FFF3D6; }
/* END order process files. */
	.categories_search_header  {
		background-color:#FAFAFA;
		border:1px solid #E2E2E2;
		margin-bottom:10px;
		width:748px;
		padding: 7px 5px;
		font-size: 11px;
		height: 29px;
	}

	.prodlist_navigation_holder {
		float: right;
		margin: 3px 15px 0px 0px;
		font-size:10px;
	}
	
	.prodlist_navigation_sort_results {
		float: right;
		padding-right: 10px;
		font-size: 11px;
		margin: 0;
		padding: 7px 10px 0 5px;
	}
	
	.prodlist_navigation_sort_options	{
		float: right;
		padding: 5px 5px 0 0;
	}
	
	.prodlist_navigation_link_prev span	{
		padding: 0 5px 0 0;
	}
	
	.prodlist_navigation_link_next span	{
		padding: 0 0 0 5px;
	}
		.prodlist_navigation_link_prev:hover,
		.prodlist_navigation_link_next:hover	{
			color: #029AFF;
		}
		
	.prodlist_category_header_text	{
		float:left;
		padding: 7px 0 0 10px;
	}
	
	.prodlist_category_header	{
		margin-bottom:10px;
		line-height: 2.0;
		padding: 0 10px 0 0;
	}
	
	.advanced_search_box {
	height:150px;
	background-color: #ffffff;
}

.categories_y	{
	margin: 5px 5px 5px 10px;
	padding:0;
	
}

.category_title	{
	color:#000000;
	text-decoration:none!important;
}
.category_title:hover	{
	color:#029aff;
}

#home_header	{
	margin: 20px 5px 5px ;
}
	
/* START Vertical categories menu. */
ul.categories_y,
ul.categories_y ul {
	width: 100%;
	margin: 0;
	list-style-type: none;
}

	ul.categories_y li {
		margin: 0;

	}
	
		ul.categories_y li a {
			display: block;
			padding:2px 0 5px 23px;
			text-decoration: none;
			outline: 0;
			color: #000000 !important;
			font-size: 13px;
			font-weight: normal ;
			background:transparent url(../images/buttons/category_collapsed.jpg) no-repeat scroll left top;
		
		}
		
		ul.categories_y li.active a {
			background:transparent url(../images/buttons/category_expanded.jpg) no-repeat scroll left top;
		}
		
		ul.categories_y li.active a { font-weight: bold; }
		ul.categories_y li.active li {

		}
		ul.categories_y li.active li a {
			padding-left: 20px;
			font-weight: normal;
		}
		
		ul.categories_u li ul li a, ul.categories_y li.active li a, ul.categories_u li ul li a, ul.categories_y li li a {
			background:none !important;
		}
		
		ul.categories_y li.active li.active a { font-weight: bold; }
		
		ul.categories_y li a:hover { text-decoration: underline; color: #029aff !important; }

/* END Vertical categories menu. */

.prodview_view__picture_box_image 	{
	float:left;
}

.prodview_view_additional_picture_box_image	{
	float:left;
}

#cart_box_button_holder {
	float:right;
	height:26px;
	padding:20px;
}

#wordLid {
	background:transparent url(../images/design/wordLid_rood.gif) no-repeat scroll left top;
	display:block;
	float:right;
	height:34px;
	width:200px;
}

#wordLid:hover {
	background:transparent url(../images/design/wordLid_blauw.gif) no-repeat scroll left top;
}


/* RETURN MODULE */
		
		
.tblReturn { 
	width: 100%;
}

.tblReturn th { 
	font-weight: bold;
	padding: 0;
}
		
.tdReturnText {
	padding: 10px 0px 5px 0px;	
}

.tdReturnItemRule { 
	border-bottom:1px solid #cccccc;
}

.tdReturnSubmit {
	padding-top: 5px;
}

#doneerbtn	{
	background:#ffffff none repeat scroll 0 0;
	border:0 none;
	color:#029AFF !important;
	display:block;
	font-size:29px;
	text-decoration:none;
	margin: 0 !important;
	cursor: pointer;
	padding: 0;
}

#doneertr td	{
	border-bottom:1px solid #EEEEEE;
	height: 30px;
}

#upsaleheader	{
	color:#029AFF;
	font-size:16px;
	font-weight:bold;
	margin: 20px 0 10px 0;
}


#cart_box_button_holder .block_link_float	{
	margin-right: 0 !important;
}

.tblGift td {
	padding: 0 5px;
}

#doneertr td {
	padding: 0;
}

#txtFreeAmount	{
	padding: 0;
	margin: 0;
}

 #rbnGiftFree	{
	 margin: 0 3px 0 0;
	 padding: 0;
 }


.tblGift td input{
	margin-right: 3px;
}

#product_view .product_view_price_currency,
#product_view .product_view_price_cents,
#product_view .product_view_price_euros,
#product_view .product_view_price_comma{
	color: #029aff;
}

#product_view .product_view_price_cents	{
	line-height: 1.2;
}


.product_view_price_cents {
	font-size: 12px;
	line-height: 1.3;
	vertical-align: top;
	font-weight: bold;
}

.product_view_price_euros {
	font-size: 15px;
	font-weight: bold;
}

.product_view_price_currency {
	font-size: 15px;
	font-weight: bold;
	margin-right: 3px;
}

.product_view_price_comma {
	font-size: 14px;
	font-weight: bold;
}

.product_view_price_list_cents {
	font-size: 8px;
	line-height: 1.5;
	vertical-align: top;
	text-decoration: line-through;
}

.product_view_price_list_euros {
	font-size: 13px;
	text-decoration: line-through;
}

.product_view_price_list_currency {
	font-size: 10px;
	text-decoration: line-through;
}

.product_view_price_list_comma {
	font-size: 9px;
	text-decoration: line-through;
}

#sponsorLogos {
	left: 300px;
	position: absolute;
	top: 2px;
}

#sponsoren {
	border-bottom: 1px solid #4F5359;
	height: 52px;
	position: relative;
	width: 100%;
}

/* INFO, WARNING AND ERROR MESSAGE STYLING */
.info_message,
.warning_message,
.error_message {
	margin-bottom: 1em !important;
	padding: 10px 5px 10px 26px !important;
	color: #333333 !important;
}

.info_message { border: 1px solid #408DCC !important; background: #EDF8FF url(../images/messages/information.png) no-repeat 5px 50% !important; }
.warning_message { border: 1px solid #E6E600 !important; background: #FEFEE2 url(../images/messages/warning.png) no-repeat 5px 50% !important; }
.error_message { border: 1px solid #D20D06 !important; background: #FFEDEC url(../images/messages/error.png) no-repeat 5px 50% !important; }

.error_field_no_background {
	padding-left: 20px !important;
	color: #D20D06 !important;
}

#footerbanner	{
	position: absolute;
	top: 5px;
	left: 0;
}

/* Related products */
.product_view_related_products { margin: 10px 0; }
	.prodview_view_related_item {
		float: left;
		margin-right: 5px;
		padding: 1px;
		text-align: center;
		
	}
		.product_view_related_product_img img { display: block; }
		.product_view_related_product_name { display: none; }


.prod-related {
	margin-top: 10px;
}

.product_view_related_products_header {
	font-weight: bold;
}

/* Viewer */
#uitgelicht {
	height:230px;
	margin:0px auto 0;
	width:960px;
}

#afbeeldingenbox, #uitgelicht, #projectCaroussel {
	left:0;
	margin-bottom:10px;
	position:relative;
	top:0;
}
#afbeeldingenbox ul {
	height:210px;
	left:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	top:0;
	width:100%;
	z-index:1;
}
#uitgelicht ul {
	height:230px;
	left:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	top:0;
	width:960px;
	z-index:1;
}
#projectCaroussel ul {
	height:250px;
	left:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	top:0;
	width:100%;
	z-index:1;
}
#afbeeldingenbox li {
	float:left;
	height:210px;
	list-style-type:none !important;
	padding-left:0 !important;
	position:absolute;
	width:100%;
}
#uitgelicht li {
	float:left;
	height:230px;
	list-style-type:none !important;
	overflow:hidden;
	padding-left:0 !important;
	position:absolute;
	width:960px;
}
#projectCaroussel li {
	float:left;
	height:250px;
	list-style-type:none !important;
	overflow:hidden;
	padding-left:0 !important;
	position:absolute;
	width:100%;
}
#afbeeldingenbox li img, #uitgelicht li img, #projectCaroussel li img {
	height:100% !important;
	width:100% !important;
}
#afbeeldingenbox li.item1, #uitgelicht li.foto1, #projectCaroussel li.foto1 {
	z-index:40;
}
#afbeeldingenbox li.item2, #uitgelicht li.foto2, #projectCaroussel li.foto2 {
	z-index:30;
}
#afbeeldingenbox li.item3, #uitgelicht li.foto3, #projectCaroussel li.foto3 {
	z-index:20;
}
#afbeeldingenbox li.item4, #uitgelicht li.foto4, #projectCaroussel li.foto4 {
	z-index:10;
}
#afbeeldingenbox li.item5, #uitgelicht li.foto5, #projectCaroussel li.foto5 {
	z-index:1;
}
.imgTitle {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/design/afbeeldingenbox_transparantbg.png) repeat scroll left top;
	color:#FFFFFF;
	left:10px;
	padding:7px 11px 8px;
	position:absolute;
	top:10px;
}
#uitgelicht p {
	font-size:20px;
	font-weight:bold;
	left:30px;
	letter-spacing:0.03em;
	line-height:40px;
	position:absolute;
	top:37px;
	margin: 0;
}
#uitgelicht p span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/design/afbeeldingenbox_transparantbg.png) repeat scroll left top;
	color:#FFFFFF;
	margin-bottom:1px;
	padding:7px 11px 8px;
}
#uitgelicht p span.blue {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/design/afbeeldingenbox_transparantbg_blue.png) repeat scroll left top;
}
#uitgelicht p a {
	text-decoration:none !important;
}
.imgTitle a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/design/afbeeldingenbox_dart.png) no-repeat scroll left 3px;
	color:#FFFFFF !important;
	font-size:11px;
	font-weight:bold;
	padding-left:12px;
}
.jcarousel-clip {
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	z-index:2;
}
.jcarousel-control {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/design/afbeeldingenbox_transparantbg.png) repeat scroll left top;
	overflow:hidden;
	padding:8px;
	position:absolute;
	right:10px;
	top:10px;
	width:auto !important;
	z-index:130;
}
.jcarousel-control a {
	border:1px solid #C5C6C8;
	color:#C5C6C8;
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:14px;
	margin-right:2px;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	width:14px;
}
.jcarousel-control a.active {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	color:#1D2532;
}
.jcarousel-control2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/design/afbeeldingenbox_transparantbg.png) repeat scroll left top;
	overflow:hidden;
	padding:11px;
	position:absolute;
	right:10px;
	top:10px;
	width:auto !important;
	z-index:130;
}
.jcarousel-control2 a {
	border:1px solid #C5C6C8;
	color:#C5C6C8;
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:14px;
	margin-right:2px;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	width:14px;
}
.jcarousel-control2 a.active {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	color:#1D2532;
}
#projectCaroussel .jcarousel-control2 {
	right:20px;
}

.proditemheader	{
	border-bottom:1px solid #E2E3E5;
	color:#029aff;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:8px;
	margin-top:20px;
	padding-bottom:10px;
}

.breadcrumbtext	{
	font-size: 11px;
	color: #000;
}

#prodview_view_additional_picture_box div {
	border:1px solid #E3E3E3;
	float:left;
	height:60px;
	margin-right:3px;
	padding:1px;
	width:60px;
}


.error_field {
	background: transparent url(/templates/doegoodies/images/messages/bullet_error.png) no-repeat scroll 5px center;
	color: #D20D06 !important;
	padding-left: 20px !important;
}


.logonForm .error_field {
	background: transparent url(/templates/doegoodies/images/messages/bullet_error.png) no-repeat scroll 5px 6px;
}

#rbnIsCustomer, #rbnIsCompany	{
	margin-right: 5px;
}

#cartwrapper	{

}

#customerwrapper	{
	padding: 0 10px 0 0;
}


.paymentMethod input	{
	margin-right: 5px;
}

.customer_header	{
	padding-top: 10px;
}

.info_box_content_top5	{
	background-color: #f0f0f0;
	padding: 10px;
}

.info_box_content_top5 tr	{
	border: 1px solid #e2e3e5;
	border-bottom: 0;
	background-color: #ffffff;
}

.info_box_content_top5 td	{
	background-color: #ffffff;
	padding: 5px;
}

.productname	{
	color:#029AFF;
	font-weight: bold;
	font-size: 11px;
}


#report-pane {
	position: absolute;
	display: none;
	background-color: #e3e3e3;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99998;
}
	
.loading {
	position: relative;
	margin: auto;
	padding: 40px;
	color: #ffffff;
	text-align: center;
	z-index: 99999;
	margin-top:200px;
}

.prodlist_navigation_link, .prodlist_navigation_text	{
	 background-color: #f2f2f2;
	 border: 1px solid #e2e2e2;
	 color: #000000 !important;
	 padding: 5px;
	 text-decoration: none;
	 font-size: 10px;
	 cursor: pointer;
	 margin:0 2px;
}

.prodlist_navigation_link:hover, .prodlist_navigation_text:hover	{
	 text-decoration: none !important;
	 background-color: #029AFF;
	 color: #ffffff !important;
	 border: 1px solid #1b8bd6;
}

#atffc	{
	display: none;
}

.info_box_content	{
	font-weight: normal;
}

.tblGift	{
	margin: 0 0 10px 0;
}

#doneertr	{
	height: 30px;
}

.featuredHeader {
	margin-right:10px;
}

.featuredProducts {
	width:174px !important;
}

#productDescriptionTip {
	display:none; 
	background:transparent url(/components/jquery/tooltip/black_arrow.png); 
	font-size:12px; 
	height:70px; 
	width:160px; 
	padding:25px; 
	color:#fff;
}

.payment_method_v2 {
	width:85px;
	float:left;
	text-align:center;
}

.payment_method_v2_image {
	height:50px;
	width:60px;
	margin: auto;
	padding-bottom: 5px;

}

.readonlyfield { 
	background-color:#EAEAEA;
	color:#999999;
	border:1px solid #999999;
}


.show_table_row {
	display:table-row;
}

.hide_table_row {
	display:none;
}

#shop_menu_links_mostright_text a {
	font-size:12px !important;
}
#shop_menu_links_mostright {
	margin-right:10px !important;
	padding-left: 10px;
	border-left: 1px solid #D7D7D7;
}

#already_registered {
	text-align: center;
}

.testimonialHighlight {
	display:block;
	line-height: 31px;
	background: url(/templates/doegoodies/images/design/testimonial-bg.gif) repeat left top;
	padding: 0px 6px;
}



.tblShipping {
	width:620px;
}

.tblShipping .shippingMethod {
	width:25px;
}

.tblShipping td {
	vertical-align:top;
}

.tblShipping .tdEven {
	padding-top:10px;
}

#shipping {
	border-bottom:1px solid #d6d6d6;
}

.highlight {
	background-color:#ececec;
	display:block;
	height:17px;
	padding:7px;
	width:600px;
	vertical-align:middle;
	margin-top:2px;
}

.upsaleProduct, #doegoodie_bag_info {
	margin-top: 20px;
	border-bottom: 1px solid #d6d6d6;
}

.tblUpsaleProduct {
	margin-top:20px;
}

.tblUpsaleProduct td {
	vertical-align:top;
}

.upsaleProductPrice {
	font-weight:bold;
	font-size:15px;
	display:block;
	text-align:right;
	padding-top:28px;
}

#doegoodie_bag_info {
	display:none;
}

#totalPrice {
	border-bottom:1px solid #d6d6d6;
	height:27px;
	padding-top:10px;
}

.cart_total_holder {		
	display:block;
	width:690px;
	text-align:right;
	margin-bottom:20px;
}

.cart_total_label {
	font-weight:bold;
}

#cart_total_price {
	font-weight:bold;
	font-size:15px;
	padding-left:20px;
}


.pageWrapper {
	position: relative;
	padding: 20px 18px 20px 20px;
	z-index: 29;
}

	.pageDecoration {
		position: absolute;
		left: -20px;
		top: -23px;
		width: 92px;
		height: 117px;
		background: transparent url(/templates/doegoodies/images/design/strik_home-trans.png) no-repeat left top;
		z-index: 30;
	}

	#pageHeader {
		position: relative;
		margin-bottom: 10px;
		border-bottom: 1px solid #e2e3e5;
	}

		#pageTitle {
			padding: 0 0 16px 90px;
		}

		#pageTitle,
		#pageTitle h1 {
			font-size: 25px;
			color: #0099ff;
			font-weight: normal;
			margin: 0;
		}
		
		#socialShare {
			position: absolute;
			top: 0;
			right: 0;
		}
		
		           
			#socialShare ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
				border-left: 1px solid #d7d7d7;
			}
		
			#socialShare li {
				display: inline;
			}
			
			#socialShare a {
				display: block;
				float: left;
				height: 24px;
				padding: 10px 17px 0 31px;
				border-right: 1px solid #d7d7d7;
				text-decoration: none;
				color: #72777f;
				font-weight: bold;
				white-space: nowrap;
				font-size: 12px;
			}
			
			#socialShare a:hover {
				text-decoration: underline;
			}
			
			a.twitter {
				background: url(/templates/doegoodies/images/design/twitterIcon.png) no-repeat 10px 10px;
			}
			
			a.facebook {
				background: url(/templates/doegoodies/images/design/facebookIcon.png) no-repeat 10px 10px;
			}
			
			a.hyves {
				background: url(/templates/doegoodies/images/design/hyvesIcon.png) no-repeat 10px 10px;
			}
			
			a.stuurdoor {
				background: url(/templates/doegoodies/images/design/stuurdoor.png) no-repeat 10px 10px;
			}
			
	#homeTitle {
		background-color: #ececec;
		margin-bottom: 20px;
		padding: 4px 8px;
		color: #9197a2;
		font-size: 25px;
		font-weight: bold;
	}
	
	#homeTitle strong {
		color: #1d2532;
	}
			
	#homeBanner {
		height: 380px;
		margin-bottom: 20px;
		background: transparent url(/products/images/doegoodies-home-banner.jpg) no-repeat left top;
	}
	
	#doeGoodiesThemes {
		margin-bottom: 20px;
	}
	
	a.showNavLinkPage {
		background-color:#FFFFFF;
		border:1px solid #CCCCCC;
		color:#E44D40;
		font-weight:bold;
		display:inline-block;
		height:17px;
		width:20px;
		margin:4px;
	}
	
	a.showNavLinkPage.active {
		color:#CECECE;
	}
	
	a.showNavLinkBack,
	span.showNavLinkBack {
		padding-left: 30px;
		background: transparent url(/templates/doegoodies/images/design/arrow-red-grey_left.gif) no-repeat left top;
		color: #777777;
		text-decoration: none;
		font-weight: bold;
		font-size: 0.9em;
		padding-top:2px;
		padding-bottom:5px;
	}
	
	a.showNavLinkNext.clean,
	span.showNavLinkNext.clean {
		color:#CECECE;
		padding-right:0px;
		background:none;
	}


	a.showNavLinkBack.clean,
	span.showNavLinkBack.clean {
		color:#CECECE;
		padding-left:0px;
		background:none;
	}
	
	
	a.showNavLinkNext,
	span.showNavLinkNext {
		padding-right: 30px;
		background: transparent url(/templates/doegoodies/images/design/arrow-red-grey.gif) no-repeat right top;
		color: #777777;
		text-decoration: none;
		font-weight: bold;
		font-size: 0.9em;
		padding-bottom:5px;
		padding-top:2px;
	}
	
	
	a.showCaseLink,
	a.showCaseLinkBorder,
	span.showCaseLinkBorder  {
		padding: 2px 2px 2px 16px;
		background: transparent url(/templates/doegoodies/images/design/arrow.gif) no-repeat 4px 6px;
		color: #777777;
		text-decoration: none;
		font-weight: bold;
		font-size: 0.9em;
	}
	
	a.showCaseLink.addToWishlist {
		font-size:0.7em;
		background: transparent url(/templates/doegoodies/images/design/arrow.gif) no-repeat 4px 5px;
	}
	
	a.showCaseLinkBorder,
	span.showCaseLinkBorder {
		padding-left: 30px;
		background: transparent url(/templates/doegoodies/images/design/arrow-red-grey.gif) no-repeat left top;
	}
	
	a.showCaseLink:hover {
		text-decoration: underline;
	}
	
	#doeGoodiesThemes ul {
		margin: 0 0 10px -9px;
		padding: 0;
		list-style-type: none;
	}
	
		#doeGoodiesThemes li {
			position: relative;
			display: inline;
			float: left;
			margin-left: 9px;
			padding: 10px;
			border: 1px solid #d6d6d6;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		}
		
			#doeGoodiesThemes .themeImage {
				position: relative;
				margin-bottom: 6px;
			}
			
				#doeGoodiesThemes .themeImage div {
					position: absolute;
					right: -5px;
					bottom: 0;
					width: 52px;
					height: 73px;
				}
			
			#doeGoodiesThemes li a {
				text-decoration: none;
				color: black;
				font-weight: bold;
			}
			
		
			#doeGoodiesThemes li:hover a {
				color: #029AFF;
			}
	
	#doeGoodiesThemes h2 {
		margin-bottom: 20px;
	}
	
	#homeFooterBoxes {
		margin-left: -20px;
	}
	
		#homeFooterBoxes > div {
			width: 290px;
			float: left;
			display: inline;
			margin-left: 20px;
		}

.pageWrapper h2,
.info_box h3 {
	border-bottom: 1px solid #d9d9d9;
	height: 33px;
}

	#RealHomeFooterBoxes {
		margin-left: -20px;
	}
	
		#RealHomeFooterBoxes > div {
			width: 215px;
			float: left;
			display: inline;
			margin-left: 20px;
		}
		
#RealHomeFooterBoxes .testimonialHighlight	{
	line-height: 21px;
	background: url(/templates/doegoodies/images/design/testimonial-bg-home.jpg) repeat scroll left top transparent;
    display: block;
    padding: 0 6px;	
}

#RealHomeFooterBoxes table	{
	margin: 0;
}

#homeh1 {
    color: #029AFF;
    font-size: 16px;
	height: 33px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 8px;
    padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}

#pageContentBox {
	padding-top: 30px;
}

#pageContentRight {
	float: left;
	width: 734px;
}

	#productImageBox {
		position: relative;
		min-height: 345px;
	}
	
		#productImageBox #themeImage {
			position: absolute;
			right: 0;
			bottom: 0;
			width: auto;
			height: auto;
		}

.registered {
	font-size: 0.6em;
	line-height: 0.6em;
}

#valentineBanner {
	position: absolute;
	left: 449px;
	top: 42px;
	width: 278px;
	height: 221px;
	background: url(../images/design/verrasjevalentijn.jpg) no-repeat left top;
}

/* Clearfix, should be applied to the container of the floating elements! */
.clearFix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#pnlPayMethodCompany {
	display:none;
}
#socialShareOrderHeader	{
	text-align: right;
	padding: 0 0 5px 0;
	color: #0099FF;
	font-weight: bold;
}
#socialShareOrder ul{
	float: right;
	margin: 0;
	padding: 0;
}

#socialShare ul {
	float: left;
	margin: 0;
	padding: 0;
}

#socialShareOrder ul li {
	float: left;
	list-style: none;
	padding-right:5px;
}
