/******************************************************\
* Interspire Shopping Cart Style File                *
*                                                    *
* Name: Default                                      *
* Author: Chris Boulton (Interspire Pty. Ltd.)       *
* Id: $Id$                                           *
\*****************************************************/

/* Global Reset */
* {
	margin: 0;
	padding: 0;
}

/* General */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	height: 100%;
	overflow-x:hidden; 
}

input, select {
	font-size: 12px;
}

input {
	padding: 2px;
}

p {
	line-height: 1.3;
	margin-bottom: 15px;
}

a {
	font-weight: normal;
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}

h2 {
	font-size: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 6px;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}

img, img a {
	border: 0;
}

ul, ol {
	margin: 0 0 10px 30px;
}

li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}

blockquote {
	margin-left: 28px;
}

select option {
	padding: 0 0px;
}

hr {
	margin: 10px 0;
	padding: 0;
	height: 1px;
	border:0;
}
/* Forms */
.HorizontalFormContainer dl, .VerticalFormContainer dl {
	margin: 0;
}
.HorizontalFormContainer dt {
	width: 185px;
	float: left;
	margin-bottom: 6px;
	clear: left;
}

.HorizontalFormContainer dd {
	margin-left: 170px;
	margin-bottom: 6px;
}

.NarrowFormContainer dt {
	width: 110px;
}

.NarrowFormContainer dd {
	margin-left: 120px;
}

.HorizontalFormContainer p.Submit {
	margin-left: 170px;
}

.NarrowFormContainer p.Submit {
	margin-left: 120px;
}

.VerticalFormContainer dt {
	margin-bottom: 6px;
}

.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 10px;
}

/* Page Container */

#Container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/* Top Navigational Menu */
#TopMenu {
	width: 780px;
	height: 25px;
	overflow: hidden;
	margin-left: 0px;
}

#TopMenu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
}

#TopMenu li {
	list-style: none;
	float: left;
	margin: 4px 0 0 0;
	padding: 0 0 0 4px;
}

#TopMenu li.First a {
}

#TopMenu li a, #TopMenu li div {
	display: block;
	text-decoration: none;
	font-size: 0.85em;
	padding: 0 10px 0 5px;
	margin: 4px 0 4px 0;
}

#TopMenu li div a {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 1em;
}

#TopMenu li a:hover {
	text-decoration: underline;
}

/* Pages Menu */
#Menu {
	clear: both;
	float: left;
	height: 25px;
	width: 980px;
	display: inline;
}

#Menu ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0 2px 0 0;
	padding: 0;
	z-index: 50;
}

#Menu li.First a {
}

#Menu li a {
	display: block;
	float: left;
	font-size: 0.95em;
	text-align: center;
	text-decoration: none;
	height: 20px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 12px;
}

#Menu li a:hover	{
	text-decoration: underline;
}

#Menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 23px;
	left: 8px;
	display: none;
	text-align: left;
	font-size: 0.9em;
	background: transparent;
	z-index: 6;
}

#Menu li ul li {
	clear: both;
	text-align: left;
	background: transparent;
}

#Menu li ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 155px;
	height: auto;
}

#Menu li a:hover{
	text-decoration: underline;
}

#Menu li.over a {
	text-decoration: none;
}

#Menu li ul li a, #Menu li.over li a {
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}

#Menu li ul li a:hover {
	text-decoration: underline;
}

/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	clear: both;
}

#Wrapper {
	clear: both;
	float: left;
	width: 980px;
	display: inline;
}

/* Header */

#Header {
	width: 980px;
	height: 80px;
	clear: both;
	float: left;
	display: inline;
}

/* Logo */

#Logo {
	float: left;
	width: 375px;
	height: 40px;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

#LogoImage {
	margin-top:20px;
	margin-left: 5px;
}

#Logo h1 {
	font-size: 34px;
	margin-top: 10px;
	margin-left: 30px;
}

#Logo h1 a {
	text-decoration: none;
}

/* Top Search Form */
#SearchForm {
	float: right;
	width: 222px;
	height: 60px;
	display: inline;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#SearchForm form {
}

#SearchForm label {
	font-size: 1.3em;
	display: none;
}

#SearchForm input {
	width: 145px;
	height: 15px;
	font-size: 0.9em;
	padding: 2px 3px 2px 3px;
	margin: 0 0 0 0;
}

#SearchForm .Button {
	width: 53px;
	height: 20px;
	padding: 0;
	background: transparent;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: 1px solid #d80d04;
	
}

#SearchForm p {
	font-size: 0.85em;
	margin: 3px 0 0 0;
}

#SearchForm a {
	text-decoration: none;
}

#SearchForm a:hover {
	text-decoration: underline;
}/* Left Content Area */

.Left {
	float: left;
	min-height: 600px;
	width: 210px;
	font-size: 0.85em;
	margin: 0 5px 0 10px;
	padding: 5px 0 0 0;
	display: inline;
}
.Left h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px 5px 5px 10px;
}

.Left ul {
	margin: 0;
	padding: 0;
}

.Left li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

.Left .BlockContent {
	margin: 0 10px 0 10px;
}

.Left li {
}

.Left li a {
	text-decoration: none;
}

.Left li a:hover {
	text-decoration: none;
}

.Left #SideCategoryList li ul {
	border-top: 0px solid #E4D5C3;
}

.Left #SideCategoryList li.LastChild {
	border-bottom: 0 !important;
}

.Left #SideCategoryList li{
	/*padding: 3px 0 0 15px;*/
	
}
#MM_SlideMenu ul{
	display: none;
}
/* Primary Content Area */
.Content {
	float: left;
	width: 550px;
	min-height: 500px;
	margin: 0 0 0 5px;
	padding: 6px 0 10px 0;
	font-size: 0.95em;
}

.Content .Block {
	clear: both;
}

.Block {
	margin-top: 0;
	margin-bottom: 10px;
}

.Content h2 {
}

.Content a:hover {
	text-decoration: underline;
}

/* Primary Content Area (column span of 2) */
.Content.Wide {
	width: 730px;
	padding: 10px;
	padding-right: 0px;
	overflow:visible;
}

/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
	width: 930px;
	margin: 0 0 0 24px;
	display: inline;
}

/* Right Content Area */
.Right {
	float: right;
	min-height: 600px;
	width: 176px;
	font-size: 0.85em;
	padding: 5px 0 0 0;
	margin-right: 10px;
	display: inline;
}

.Right h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 5px 10px 10px;
}

.Right a {
	color: #000;
}

.Right li a:hover {
	text-decoration: underline;
}

.Right .Block {
	padding: 0;
	margin: 0;
}

.Right .BlockContent {
	margin: 0 10px 5px 10px;
}

.Right ul {
	margin: 0;
	padding: 0;
}

.Right li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

.Right li a {
	text-decoration: none;
}

.Right li a:hover {
	text-decoration: underline;
}

/* Page Footer */

#Footer {
	clear: both;
	font-size: 1em;
	text-align: center;
	width: 960px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height:22px;
	background-color: #D80D04;
}
#secFooter {
	clear: both;
	font-size: 1em;
	text-align: center;
	width: 960px;
	margin: 0 0 0 10px;
	padding: 3px 0 0 0;
}
#secFooter p{
	color:#999;
}
#secFooter p a{
	color:#999;
}
#secFooter p a:hover{
	color:#D80D04;
}
/* Newsletter Subscription Form */
.NewsletterSubscription {
	margin-top:48px;
	clear: both;
}

.NewsletterSubscription label {
	clear: both;
	float: left;
}

.NewsletterSubscription input {
	width: 145px;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 5px;
}

.NewsletterSubscription .Button {
	width: 109px;
	height: 21px;
	border: 0;
	vertical-align: middle;
}

/* Product Listings */

.ProductList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Content .ProductList, .Content .ProductList li {
	padding-bottom: 5px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.Content .ProductList li {
	padding-bottom: 5px;
	list-style: none;
	float: left;
	width: 133px;
	min-height: 228px;
	height:228px;
	font-size: 0.95em;
	text-align: center;
	margin: 10px 11px 10px 0;
	overflow: hidden;
	border :1px solid #999;
	background-color: #fff;
	
}

.Content .ProductList .ProductImage {
	float: left;
	display: block;
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;
	padding: 0px 0 0 0;
	margin: 6px 0 0 6px;
	line-height: normal;

}

.Content .ProductList .ProductImage a{
	width: 120px;
	height: 120px;
	display: table-cell;
	vertical-align:middle;
	line-height: 120px;
}

.Content .ProductList.List .ProductImage a {
	width: 95px;
	height: 95px;
	background-color: #ffffff;
	line-height: 95px;
}

.Content .ProductList.List.microList .ProductImage a {
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.Content .ProductList.List .ProductDetails {
	margin: 5px 3px 5px 3px;
	height:auto;
}

.Content .ProductList .ProductDetails {
	margin: 5px 3px 5px 3px;
	height:72px;
}

.PrdDetailUL {
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:1.1;
	margin-bottom:18px;
}
.Content .ProductList.List .PrdDetailUL li {
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:1.1;
	text-align:left;
	border:none;
	font-size:12px;
	line-height:1.3;
	/* TS-Toegevoegd */
	width: 580px; 
}

.ProductList a {
	text-decoration: none;
}

.ProductList .ProductImage {
	float: left;
	margin: 0 0 5px 6px;
	display: block;
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;
}

.ProductList .ProductDetails {
	margin: 5px 5px 5px 0;
}
.ProductDetails{
	float: left;
	width: 120px;
	padding-left:3px;
	overflow:hidden;
	word-wrap:break-word;
}

.ProductList em {
	margin-top: 3px;
	display: block;
}
.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: bold;
}

.ProductList .Rating {
	font-size: 0.9em;
	margin-top: 3px;
	font-weight: bold;
}

.ProductList li .ProductCompareButton {
	margin-top: 3px;
	text-align: center;
	display: none;
}

.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
	display: none;
}

.Right .ProductList li {
}

.Left .ProductList li a {
}

.Right .SideCart p {
}

/* Top Seller Block Specific */

.Right .TopSellers {
	clear: both;
}

.Right .TopSellers ul {
	margin: 0;
	padding: 0;
}

.Right .TopSellers li {
	clear: both;
	width: 148px;
	margin: 0 0 5px 0;
}

.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	float: left;
	width: 18px;
	font-size: 1.5em;
	padding: 2px 0 2px 6px;
}

.Left .TopSellers li .TopSellerNumber {
}

.Right .TopSellers .ProductDetails { /* Contains the details of the item */
	margin: 0;
	margin-left: 28px;
}

.Right .TopSellers li.TopSeller1 { /* No1 seller box */
	clear: both;
	float: left;
	width: 153px;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	display: inline;
}

.Right .TopSellers li.TopSeller1 img {
	text-align: center;
	overflow: hidden;
}

.Right .TopSellers li.TopSeller1 .TopSellerNumber {
	position: relative;
	z-index: 1;
	width: 38px;
	height: 34px;
	color: #fff;
	font-weight: bold;
	padding-top: 4px;
}

.Right .TopSellers li.TopSeller1 .ProductDetails {
	clear: both;
	float: left;
	width: 130px;
	font-size: 1.1em;
	margin: 0;
	padding: 0 5px 0 10px;
}

.Right .TopSellers li.TopSeller1 .ProductImage {
	clear: both;
	float: left;
	width: 148px;
	display: inline;
	text-align: center;
	overflow: visible;
	margin: -20px 0 0 0;
	border: 0;
}

.Right .TopSellers li .TopSellerNumber {
}

.Content .TopSellers li.TopSeller1 .TopSellerNumber, .Content .TopSellers li .TopSellerNumber {
	font-weight: bold;
}

/* Page Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Breadcrumb {
	font-size: 0.9em;
	padding-bottom: 4px;
}

.Breadcrumb li {
	padding-right: 6px;
	display: inline;
}

.Breadcrumb li a {
	background: url('../images/BreadcrumbSep.gif') no-repeat right;
	padding-right:12px;
}

.FindByCategory ul, .FindByCategory li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.FindByCategory li {
	padding-left: 12px;
	background: url('../images/BreadcrumbSep.gif') no-repeat 3px 5px;
	padding-right: 8px;
	display: inline;
}

/* Miscellaneous Definitions */

.Meta {
	color: #444;
	font-size: 0.93em;
}

.Left .FeedLink, .Right .FeedLink {
	float: left;
	margin: 0 7px 0 0;
}

.Content .FeedLink {
	float: left;
	margin: 5px 4px 0 0;
}

.FloatRight {
	float: right;
}

.FloatLeft {
	float: left;
}

.ClearRight {
	clear: right;
}

.ClearLeft {
	clear: left;
}

.SortBox {
	font-size: 0.95em;
	color: #444;
	position: relative;
}

.CompareButton {
	clear: both;
	text-align: right;
	margin-top: 12px;
	padding: 4px;
}

.Clear {
	clear: both;
}

.Field45 {
	width: 45px;
}

.Field100 {
	width: 100px;
}

.Field150 {
	width: 150px;
}

.Field200 {
	width: 200px;
}

.Field250 {
	width: 250px;
}

.Field300 {
	width: 300px;
}

.Field350 {
	width: 350px;
}

.Field400 {
	width: 400px;
}

.MB10 { margin-bottom:10px; }
.MT0 { margin-top:0px; }
.LH140 { line-height:140%; }
.PLRB5 { padding:0px 5px 5px 5px; }
.PLR10 { padding:0px 10px 0px 10px; }
.PL20 { padding:0px 0px 0px 20px; }
.PL40 { padding:0px 0px 0px 40px; }
.ML20 { margin:0px 0px 0px 20px; }
.MT10 { margin-top:10px; }
.PL10 { padding-left:10px; }
.PB2 { padding-bottom:2px; }
.NoMarginBottom { margin-bottom: 0; }

.Required {
	color: red;
	font-weight: bold;
}

.InfoMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}

.SuccessMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;

}

.ErrorMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}/************* Page Specific: Create Account / Login Page *************/
.CreateAccount {
	float: left;
	width: 45%;
	padding-right: 1%;
}

.AccountLogin {
	float: left;
	padding-left: 1%;
	width: 45%;
}

ul.ShippingAddressList, ul.ShippingAddressList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ShippingAddressList li {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.PrimaryProductDetails .ProductThumb {
	float: left;
	width: 120px;
	height: 120px;
	text-align: center;
	margin: 10px 25px 0 0;
	border:1px solid #999999;
	background-color: #ffffff;
	line-height: 120px;
}

.PrimaryProductDetails .ProductMain {
	float: left;
	width: 590px;
	position: relative;
	top:0px;	
	margin-top: 6px;
}
.PrimaryProductDetails h2{
	border: 0;
	margin-bottom: 0px;
	font-size: 1.4em;
	height: 25px;
}
.PrimaryProductDetails .ProductThumb p a {
	font-weight: bold;
}

.ProductDescription, .ProductReviews, .ProductsByCategory, .ProductOtherDetails {
	margin-top: 0px;
}
.ProductDescription {
	float:left;
	position: relative;
	top:0px;
}
.moreProductDetails {
}


.PrimaryProductDetails dl {
	font-size: 0.90em;
}

.ProductDescriptionContainer {
	line-height: 1.5;
}

.PrimaryProductDetails dt {
	font-weight: bold;
	width: 80px;
	clear: left;
}

.PrimaryProductDetails dd {
	margin-left: 90px;
}

.Right hr {
	margin: 5px 0 0;
}

.Content h3 {
	margin-bottom: 5px;
}

.ComparisonCheckbox {
	float: left;
}

.SideRecentlyViewed .ProductList li {
	margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {
	margin-left: 20px;
}

/* Product Comparisons */
.ComparisonTable { width: 100%; }
.ComparisonTable td { vertical-align:top; font-size: 11px }
.CompareFieldName { width:95px; padding:8px 10px 8px 15px; }
.CompareFieldTop { padding:5px; text-align:center; }
.CompareFieldTop a { text-decoration:none; font-size:10px; }
.CompareFieldTop a:hover { text-decoration:underline; }
.CompareLeft { padding:5px 10px 5px 10px; }
.CompareCenter { text-align:center; padding:5px; }
.CompareRating { text-align:center; padding-top:8px; vertical-align:middle; }
.CompareProductOption { margin-left:20px; padding-left:5px; }

.Availability { color:gray; }
.LittleNote { color:gray; font-size: 0.85em; }

.ViewCartLink {
	padding-left: 35px;
	padding-top: 4px;
	padding-bottom: 8px;
}

/* General Tables */
table.General,
table.CartContents, table.General {
	width: 100%;
	margin: 10px 0;
}

table.General thead tr th,
table.CartContents thead tr th {
	padding: 6px 10px;
	text-align: left;
}

table.General tbody td,
table.CartContents tbody td {
	padding: 6px 10px;
	vertical-align: top;
}

table.General tbody tr.First td {
	border-top: 0;
}

/* Cart Contents Table */

.CartContents tbody td {
	border-bottom: 0;
}
.CartContents .ProductName a {
	font-weight: bold;
}

.CartContents tbody .SubTotal td {
	text-align: right;
	font-weight: bold;
}

.ProceedToCheckout {
	text-align: right;
}

.ProceedToCheckout a {
	padding-top: 5px;
}

.ProductOptionList, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ProductOptionList {
	margin-top: 5px;
}
.ProductOptionList li {
	margin-bottom: 3px;
	margin-left: 2px;
}

.ProductOptionList input {
	vertical-align: middle;

}

.MiniCart .SubTotal {
	text-align: center;
	font-size: 115%;
}

.JustAddedProduct {
	width: 100%;
	overflow: hidden;
	margin: auto;
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
}

.JustAddedProduct strong, .JustAddedProduct a {
	font-weight: bold;
	font-size: 1.02em;
	display: block;
	margin-bottom: 3px;
}

.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.CategoryPagination {
	padding: 5px;
	text-align: center;
}

.CategoryPagination .PagingList li {
	display: inline;
	padding: 0 5px;
}/* Quick Search */
.QuickSearch { position: relative; z-index: 10; padding: 0; text-align: left; border-collapse: collapse; }
.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; }
.QuickSearchResult td { font-size: 11px; padding:8px 0px 8px 8px; cursor: pointer; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; }
.QuickSearchResultNoImage { padding-top: 10px; color: #777; }
.QuickSearchResultName { font-weight: bold; text-decoration: none; display: block;  padding-bottom: 5px; }
.QuickSearchResult .Price { font-size: 11px; }
.QuickSearchHover td{ }
.QuickSearchHover a { text-decoration: underline; font-weight:normal; color:#D80D04; }
.QuickSearchAllResults { text-indent: -7000px; }
.QuickSearchAllResults a { text-decoration: underline; height: 25px; display: block; }
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }

/* Brand Tag Clouds */
.BrandCloud .smallest { font-size:12px; }
.BrandCloud .small { font-size:15px; }
.BrandCloud .medium { font-size:18px; }
.BrandCloud .large { font-size:20px; }
.BrandCloud .largest { font-size:26px; }
.BrandCloud a { padding-right: 5px; }
.DownloadExpires { padding-top: 3px; font-style: italic; color: gray; }
.DownloadExpiresToday { color: red; }

.CheckoutRedeemCoupon h4 { margin-top: 0; }
.CheckoutRedeemCoupon p { margin-top: 10px; margin-bottom: 0;}

.BillingDetails {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 15px;
}

.ShippingDetails {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}
.ProductDetailsGrid{
	position: relative;
	left: 29px;
}
.ProductDetailsGrid dt {
	margin-bottom: 6px;
	float: right;
	font-weight: bold;
	font-size:1.3em;
}

.ProductDetailsGrid dd {
	margin-left: 0px;
	margin-bottom: 6px;
}

.SubCategoryList {
	padding: 4px;
}

.SubCategoryList ul, .SubCategoryList li {
	list-style: none;
	margin-left: 0;
}

.SubCategoryList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../images/SubCategory.gif') no-repeat 3px 1px;
}

.SearchTips .Examples {
	padding: 8px;
	margin-left: 30px;
	margin-bottom: 10px;
}

.ProductDetails .ProductThumb p {
	margin-top: 0px;
	font-size: 0.9em;
}

.ProductReviewList {
	clear: both;
}

.SortBox select {
	font-size: 0.9em;
}

 .SortBox option {
	color: #444;
}

.YourAccount li {
	margin-bottom: 8px;
}

.SoldOut {
	color: #999;
}

.RemoveFromWishlistForm {
	margin: 5px;
}


.ShippingProviderList {
	list-style: none;
}

small {
	font-size: 11px;
	color: gray;
}

.HowToPay {
	margin-bottom: 10px;
}

.ProductList em, .ProductList .Rating {
	display: block;
}

.ProductOptionList {
	display: block;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
	margin: 0;
	font-size: 90%;
}

.GoogleCheckout,
.PayPalExpressCheckout,
.AlternativeCheckout {
	text-align: center;
	margin-bottom: 10px;
	clear:both;
}

.KeepShopping {
	width: 600px;
	clear: both;
	text-align: left;
	margin-top:0px;
	margin-left:0px;
}
/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
	float: right;
}

#TopMenu li.Flag div {
	border: 0;
}

#TopMenu li.Flag img {
	margin: 3px;
}

#TopMenu li.Flag img.Last {
	margin-right: 0px;
}

#TopMenu li.Flag img.Selected {
	border: 2px solid #ffffaa;
	margin: 1px 3px;
}

/** Currency Selector **/
.CurrencyList dl {
	margin: 0;
	padding: 0;
}

.CurrencyList dd {
	padding: 0px;
	margin: 0px;
	border: 1px solid #EDECEC;
	background-color: #F9F9F9;
	clear: both;
}

.CurrencyList a {
	padding: 0 3px 0 5px;
	display: block;
	line-height: 1.8;
	text-decoration: none;
	font-size: 11px;
}

.CurrencyList a.Sel {
	background-color: #FFFFAA;
}

.CurrencyList a:hover .Text {
	text-decoration: underline;
}

.CurrencyList a .Flag {
	margin-top: 4px;
	display: block;
	float: left;
	width: 24px;
	padding-right: 2px;
	vertical-align: middle;
}

.CurrencyList a .Text {
	display: block;
	padding-left: 24px;
}

.PrimaryProductDetails .YouSave {
	font-weight: bold;
	margin-top: 3px;
	display: block;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
	width: 320px;
	padding: 7px;
	float: right;
}

.EstimateShipping dt {
	width: 100px;
	float: left;
	margin-bottom: 8px;
	clear: left;
}

.EstimateShipping dd {
	margin-bottom: 8px;
	font-weight: normal;
	text-align: left;
	margin-left: 114px;
}

.EstimateShipping p.Submit {
	margin-top: 10px;
	margin-bottom: 3px;
}

.EstimateShipping label {
	display: block;
	margin-bottom: 5px;
}

.EstimatedShippingMethods {
	text-align: left;
}

.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}

.EstimatedShippingMethods .VendorShipping {
	margin-left: 20px;
	margin-bottom: 10px;
}

.EstimatedShippingMethods .Submit {
	text-align: right;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}

.SharePublicWishList {
	background-color:seashell;
	padding:5px;
	border:1px solid pink;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
	font-size: 14px;
}

.ExpressCheckoutBlock h3 a {
	font-size: 12px;
}

.ExpressCheckoutBlock {
	padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}

a.ChangeLink {
	position: absolute;
	right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
}

.ExpressCheckoutCompletedContent {
	position: absolute;
	left: 250px;
}

.LoadingIndicator {
	margin-left: 10px;
}

.LoadingIndicator img {
	vertical-align: middle;
	margin-right: 10px;
}

#TopMenu li.HeaderLiveChat {
	float: right;
	background-image: none;
}

#TopMenu li.HeaderLiveChat div {
	border-left: 0;
}

.HeaderLiveChat img {
	vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
	margin-left: 25px;
	float:left;
}.SubCategoryListGrid {
	padding: 0px;
}

.SubCategoryListGrid ul, .SubCategoryListGrid li {
	list-style: none;
	margin-left: 0;
}
.SubCategoryListGrid .catListItem {
	margin-right:35px;
	padding: 0px;
	background: #fffff0;
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	/*border:1px solid #999999;*/
	width:220px;
	height:125px;
}
.SubCategoryListGrid .catListItem img {
	margin-bottom:5px;
}
.SubCategoryListGrid .catListItem.Last {
	margin-right:0px;
}
.SubCategoryListGrid ol {
	clear: both;
}
.SubBrandList {
	padding: 4px;
}

.SubBrandList ul, .SubBrandList li {
	list-style: none;
	margin-left: 0;
}

.SubBrandList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../images/SubBrand.gif') no-repeat 3px 1px;
}

.SubBrandListGrid {
	padding: 4px;
}

.SubBrandListGrid ul, .SubBrandListGrid li {
	list-style: none;
	margin-left: 0;
}

.SubBrandListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}

.SubBrandListGrid ol {
	clear: both;
}

.ProductAddToCart{
	width: 270px;	
	left:360px;
}

.ProductAddToCart dt {
	float: right;
	font-weight: bold;
	width: 140px;
	margin-bottom: 4px;
	display:none;
}

.ProductAddToCart dd {
	margin-left: 0px;
	margin-bottom: 4px;
}



.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required{
	width: 8px;
}

.ProductAddToCart input.Textbox, #CartEditProductFieldsForm input.Textbox{
	width:181px;
}

.ProductAddToCart textarea, #CartEditProductFieldsForm textarea{
	width:183px;
	height: 50px;
}

.CartContents .CartProductFieldsLink {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
}

.ProductFields dd {
	margin-bottom: 4px;
	float:left;
	margin-left:20px;
}

.ProductFields {
	margin-bottom: 15px;
}

.ProductFields input.Textbox {
	width:100%;
}

.ProductFields TextArea {
	width:100%;
}

.CartContents .CartProductFieldsRow {
	border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
	margin-top:15px;
}
.CartContents .ProductName .cartProductOptions dt{
	width: 170px;
}
.CartContents .ProductName .cartProductOptions dd{
	left:160px;
}
.CartContents .ProductName .cartProductOptions {
}
p.QuantityInput, p.AddCartButton {
	text-align: center;
}

.ProductAddToCart dt.QuantityInput {
	margin-top: 4px;
}

.ProductAddToCart dd.AddCartButton span {
	margin-top: 4px;
	padding-right: 5px;
}
.ProductActionAdd {
	display: block;
	margin-top: 5px;
}

.ProductActionAdd a, .ProductActionAdd strong a {
	text-decoration: underline;
}



.CartThumb {
	text-align: center;
	width: 1px;
}
.CartThumb a{
	display: none;
}

.WrappingOptions {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
	line-height: 1.6;
}

.ViewAllLink a {
	padding-top: 10px;
	display: block;
}

.SelectGiftWrapMultiple {
	max-height: 400px;
}

/* Tabbed Navigation */
.TabNav, .TabNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.TabNav {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 6px 4px 6px 4px;
}

.TabNav li {
	display: inline;
}

.TabNav li a {
	position: relative;
	top: 2px;
	font-size: 12px;
	padding: 4px 6px;
	margin-right: 3px;
	margin-top: 3px;
	text-decoration: none;
}

.TabNav li a:hover {
	text-decoration: none;
}

.TabNav li.Active a {
	margin-top: 0px;
	padding-top: 7px;
	font-weight: bold;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount {
	display: inline-block;
	float:left;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
	padding-left: 4px;
}

#VendorLogo .BlockContent, #VendorPhoto .BlockContent {
	margin: 0;
	text-align: center;
}

.TransitTime {
	font-weight: normal;
	color: gray;
}
.Content .ProductList.List li {
	margin: 0;
	margin-top: 6px;
	display: block;
	width: auto;
	min-height: 0;
	float: none;
	clear:both;
	padding: 0px;
	height: auto;
	background-image: none;
	position: relative;
	width: 730px;	
	border:none;
	border-bottom:1px solid #D80D04;
	background-color: #FFFFF0;
}
.ProductList .ProductImage img{
	vertical-align: middle;
}

.ProductList.List .ProductImage img{
	vertical-align: middle;
}
.ProductList.List .ProductImage {
	margin: 0 20px 0 10px;
	padding: 0px;
	height:95px;
	width: 95px;
	float: left;
	background-image: none;
	position: relative;
	top:16px;
	border:1px solid #999999;
}



.ProductList.List .ProductDetails {
	display: block;
	clear: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-image: none;
	float: left;
	width: 590px;
}





.ProductList.List .ProductQty {
	margin-left: 10px;
}

.ProductList.List .ProductDescription {
	margin-top: 5px;
	position: relative;
	top:8px;
	text-align: justify;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	width:580px;
}

.ProductRightCol {
	float: right;
}

.ProductList.List li .ProductCompareButton {
	text-align: left;
	margin-top: 10px;
}

.OrderItemMessage {
	background-color:#fff1a8;
	padding:7px;
	margin:10px 0px 10px 0px;
}

/* Custom Fields - Start */

.LittleNotePassword {
	color:gray;
	font-size: 0.85em;
	padding:2px 0px 2px 0px;
}

.RequiredClear {
	visibility: hidden;
}

/* Custom Fields - End */

.ProductPrice {
	position: relative;
	top:0px;
	right:0px;
}
.AddCartButton .FloatLeft{
	position: relative;
	left:-10px;
	top:1px;
}

.ProductThumb img{
	border: 0px solid #999;
	position: relative;
	top:0px;
}

.List .ProductImage img{
	border:0px solid #999999;
}

#mmProductLinks{
	list-style: none;	
	position: relative;
	top:0px;
	width: 730px;
	height: 30px;
	margin: 0px;
	padding: 5px 0 0 0 ;
	border-top: 0px solid #d80d04;
	
}
#mmProductLinks li{
	float: left;
	margin-right: 1px;	
}
#mmProductLinks li a{
	color:#000;
	cursor: pointer;
}
#mmProductLinks li a:hover{
	color:#d80d04;	
}

.mmProductVarListContainer {
	display:table;
	border-bottom: 1px solid #d80d04;
	padding-bottom:10px;
	margin-bottom:10px;
	
}

.mmProductVarList1 {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
.mmProductVarList2 {
	float:left;
	margin:0px;
	margin-left:168px;
	padding:0px;
	list-style:none;

}
.mmFirst {
	color:#d80d04;
}
.printLinkContainer {
}
.printLink {
}

.picToggleDown{
	background-image: url("../images/red/contact_open.jpg");
	background-repeat: no-repeat;
	background-position:2px 50%;
	width: 15px;
	height: 14px;	
}
.picToggleUp{
	background-image: url("../images/red/contact_close.jpg");
	background-repeat: no-repeat;
	background-position:2px 50%;
	width: 15px;
	height: 14px;	
}


.ProductListTitle{
	float: left;
	padding:0px;
	margin:0px;
	font-size: 12px;
	position: relative;
	top:5px;
	width: 716px;
}
	
.ProductListPrice{
	float:right;
	margin:0px;
	padding:0px;
	position:relative;
	text-align:center;
	top:0px;
	width:95px;
}
/*
.bestelLink{
	position: relative;
	bottom: 0px !important;
	right:0px;
	text-align: right;	
	width: 100px;
	height: 23px;
	clear: both;
}
.bestelLink a{
	color: #fff;
	font-size: 11px;
	background-color: #D80D04;
	display: block;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	padding: 5px 8px 0 0;
	
	background-image: url("../images/red/Cart2.gif");
	background-repeat:no-repeat;
	background-position: 6px 3px;
}

.bestelLink a:hover{
	color: #000;
	font-size: 11px;
	background-color: #F2F2F2;
	display: block;
	text-decoration: none;
	font-weight: bold;
	
	background-image: url("../images/red/Cart2_hover.gif");
	background-repeat:no-repeat;
	background-position: 6px 3px;
}
*/

.bestelLink{
	position: relative;
	bottom: 0px !important;
	left:127px;
	text-align: left;	
	width: 375px;
	height: 45px;
	clear: both;
	float: left;
	margin-bottom: 0px;
}

.Content .bestelLink a{
	color: #000;
	font-size: 13px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	padding-left:-px;
	padding-top: 5px;
	
}

.bestelLink a:hover{
	color: #D80D04;
	text-decoration: none;
}

#CategoryHeading{
	border-bottom:0px solid #D80D04;
}
#CategoryHeading.TabsViewsOff{
	border-bottom:0px solid #D80D04;
}

.TabsViewsOff #tabViews{
	display: none;
}



.newContainer{
	width: 775px;	
}



#tabViews{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 23px;
	overflow: visible;
	position: relative;
	z-index: 5;
}

#tabViews ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#tabViews li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-right: 3px;
	height: 23px;
	
}
#tabViews li a{
	color:#fffff0;
	font-size: 11px;
	display: block;
	padding: 5px;
	padding-left: 25px;
	background-color: #D80D04;
	background-repeat: no-repeat;
	background-position: left 2px;
	
}
#tabViews li a:hover{
	text-decoration: none;
	background-color: #F2F2F2;
	color:#000;
	
}

.PhotoView a{
	background-image: url("../images/red/foto_weergave1.jpg");
	
}
.PhotoView a:hover{
	background-image: url("../images/red/foto_weergave2.jpg");
}

.ListView a{
	background-image: url("../images/red/lijst_weergave1.jpg");
	background-repeat: no-repeat;
}
.ListView a:hover{
	background-image: url("../images/red/lijst_weergave2.jpg");
}
.DetailView a{
	background-image: url("../images/red/detail_weergave1.gif");
}
.DetailView a:hover{
	background-image: url("../images/red/detail_weergave2.gif");
}





#mmCalculationContainer{
	padding-bottom: 10px;		
	display: none;
}

#mmCalculationContainer table{
	margin:10px 0 10px 0px;
	width:730px;
	
}
#mmCalculationContainer table th{
	text-align: left;
	border-bottom: 1px solid #D80D04;
	padding:  5px 0 5px 10px;
	
}
#mmCalculationContainer table td{
	padding-right:15px;
}
#mmCalculationContainer .CartThumb{
	width: 130px;	
}
#mmCalculationContainer .CartThumb img{
	width: 60px;
	height: 60px;	
}
#mmCalculationContainer .ProductName{
	width: 450px;	
}
 #mmCalculationContainer .kostenPS{
	width: 60px;	
	text-align: right;
}
#mmCalculationContainer .kostenTotaal{
	width: 60px;	
}
#mmCalculationContainer .rowB td, #mmCalculationContainer .shipment td, #mmCalculationContainer .rowDiscountCalc td , #mmCalculationContainer .rowDiscount td    {
	border-top:1px solid #D80D04;	
	font-weight: normal;
}
#mmCalculationContainer .rowB td{
	font-weight: bold;
}
#mmCalculationContainer .rowBTW td{
	font-weight: normal;
}

#mmCalculationContainer .alRight{
	text-align: right;
}
#mmCalculationContainer .alRight a{
	left:11px;
	position:relative;
}
#mmCalculationContainer .shipment .shipmentCosts{
	padding-top: 9px;
}
#mmCalculationContainer .CartContents .lastCell{
	text-align: right;
}



.cartContainer{
	position: relative;
	float: none;
	width:100%;	
	margin-right: 2px;
	height: 30px;
	margin-bottom: 15px;
}

.cartContainer ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width:100%;	
}

.cartContainer ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left:10px;
	float: right;
	
}
.cartContainer ul li input{
	padding:0;
}
.cartContainer ul li span input{
	padding:2px;
}

.aantalContainer{
	width: 730px;
	height: 55px;
}
.aantalContainer h3{
	border-bottom:1px solid #D80D04;
	clear:both;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:20px;
	margin-bottom:5px;
	width:100%;
}
.aantalContainer ul{
	list-style: none;
	float:right;
	
	clear: both;
	margin: 0px;
	padding:10px 4px 0 0;
}
.aantalContainer ul li{
	list-style: none;
	float: left;
	width: 55px;
	margin: 0px;
	padding: 0px;
	
}

.aantalContainer ul li label{
	
}
.aantalContainer ul li input{
	width: 50px;
	margin-top:-5px;
}

.productVariationsContainer{
	padding-top:5px;
	width: 725px;
	clear: both;		
}
.productVariationsContainer .ProductAddToCart{
	float: right;
	position: relative;
	left: 0px;
}
/* Pulldown Druklijst */


.productVariationsContainer .ProductAddToCart .proVarSelection.druklijst option{
	padding-left: 5px;
}
.productVariationsContainer .ProductAddToCart .proVarSelection.druklijst optgroup{
	width: 256px;
	padding-left: 5px;
}
.productVariationsContainer .ProductAddToCart .proVarSelection.druklijst optgroup option{
	width: 230px;
	padding-left: 0px;
}
inline style{
	border-right-width: 0px;
}
.catProductListItemContainer{
	width: 730px;
	height: auto;
	float: none;	
}

.listItemHeader{
	width: 730px;
	height: 30px;
	position: relative;
}

.listItemHeader h2{
	padding: 0px;
	margin: 0px;
	text-align: left;
	height: 20px;
	clear: none;
}

.productPriceContainer{
	width: 122px;
	left:0px;
	text-align: center;
	top:-22px;
	font-weight:bold;
	float: right;
	font-size:1.02em;	
}

.PrimaryProductDetails{
	margin-top: 15px;	
	
}


#mmFormContactContainer{
	margin: 10px 0 20px 0;
	width: 730px;
	display: none;
	height: 455px;
}

#mmFormContactContainer hr{
	display: none;
}

#mmFormContactContainer td{
	line-height: 1.2em;
}
/* Ruimte tussen kleine tekst */
#mmFormContactContainer form div table tbody tr td p{
	margin-bottom: 0px;
}*/
.Left .ActiveParent a, .Left .ActiveParent .ActiveChild a{
	background: transparent url(../images/red/BlockArrowRed.gif) no-repeat scroll left center;
}

.Left .ActiveParent ul {
	margin-left: 10px;
	margin-top: 7px;
	display: none;
}
.Left .ActiveParent ul a{
	background: none;
}
.Left .ActiveParent > a,.Left .ActiveChild > a {
	color:#D80D04;
}
.HelpCalc {
	position:relative;
	top:3px;
}
.cartProductOptions{
	color:#666666;
	font-size:11px;
	margin-top:6px;
	padding-bottom:4px;
	padding-left:0px;
	position:relative;
	width: 425px;

}
.cartProductOptions dt{
	clear:left;
	height:10px;
	margin:0;
	padding:0;
	width:180px;
}
.cartProductOptions dd{
	clear:right;
	height:13px;
	left:180px;
	margin:0;
	padding:0;
	position:relative;
	top:-6px;
	width:250px;
	overflow: hidden;
}

#Footer2{
	clear: both;
	width: 960px;
	margin: 0 0 0 10px;
	padding:0px;
	border-top: 0px solid #D80D04;
	display: table;
	background-color: #F2F2F2;
}

#Footer2 h3{
	font-size: 1.0em;
	font-weight: bold;
}

#Footer2 p{
	text-align: center;
	height: 21px;
	background-color: #D80D04;
	padding-top: 3px;
	color:#ffffff;
	margin-bottom: 0px;
	
}
#Footer2 p a{
	color:#ffffff;	
	text-decoration: none;
}
#Footer2 p a:hover{
	color:#ffffff;	
	text-decoration: underline;
}

#Footer2 .ProductDetails {
	float:left;
	padding-left:0px;
	width:340px;
	margin: 0px;
	font-size: 0.9em;
}
#Footer2 .Panel, .footerContainer .Panel {
	width: 360px;
	display: table;
	padding: 0px 0 8px 0;
	float: left;
	margin: 0px 0 0px 11px;
	clear: none;
}
#Footer2 .footerContainer{
	clear: both;
	width: 740px;
	margin: 0px 0 0px 210px;
	padding: 18px 0 10px 10px;
	border-bottom: 0px solid #D80D04;
	border-top: 0px solid #D80D04;
	display: table;
	background-color: #FFFFF0;
}
#SideProductRecentlyViewed{

}

.footerContainer .Panel li{
	clear:left;
	min-height: 14px;
	width: 350px;
	height: 52px;
	margin: 3px 0 0 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	text-align: left;
}
.footerContainer .Panel h3{
	font-size:1em;
	font-weight:bold;
	margin:0px 0 17px 0px;
}
.footerContainer .Panel li a, .footerContainer .Panel li .imgThumb{
	float: left;
}
.footerContainer{
	width: 750px;
}

.footerContainer .Panel li .imgThumb a{
	margin: 0px;
	width: 48px;
	height: 48px;
	border: 1px solid #999999;
	display:table-cell;
	float: none;
	text-align: center;
	padding: 0px;
	font-size:medium;
	vertical-align:middle;
	line-height:100%;
	background-color: #ffffff;
}
.footerContainer .Panel li .imgThumb a img{
	margin:0px;
	padding:0px;
	font-size:medium;
	vertical-align:middle;
	line-height:100%; 
}

.footerContainer .Panel .imgThumb a:hover{
	border: 1px solid #D80D04;
}
.footerContainer .Panel li a{
	margin: 15px 0 0 5px;
	width: 293px;
	color: #000;
}
.footerContainer .Panel li a:hover{
	color: #D80D04;
}


.footerContainer .Panel li .ProductDetails a{
	font-size: 0.95em;
	
}

.proVarSelection{
	width: 275px; margin-bottom: 4px;

}

.proVarSelection option{
	margin-bottom:3px;
}


#tabViews .newBox a{
	background-color: #FFFFF0;
	display: block;		
	color:#000;
}

#tabViews .newBox a:hover{
	background-color: #F2F2F2;	
	color:#D80D04;
}

#tabViews .newBox .selected{
	color:#000;
	background:transparent url(../images/red/BlockArrowRed.gif) no-repeat scroll 10px center;
	
}



.newBox{
	width: 180px;
	position: relative;
	top:-10px;
}

.newBox p{
	margin:0 0 0 0px;	
	color:#FFFFF0;
	display:block;
	font-size:11px;
	padding:5px 5px 4px 35px;
	width: 140px;
	cursor: pointer;
	background:#D80D04 url(../images/red/sorteer1.gif) no-repeat 2px 2px;
}
.newBox p:hover{
	background:#F2F2F2 url(../images/red/sorteer2.gif) no-repeat 2px 2px;
	color:#000000;
}
.newBox ul{
	position: absolute;		
	z-index: 1000;
	border: 1px solid #D80D04;
	display: none;
	background-color: #FFFFF0;
	width: 178px;
	left: 0px;
	margin: 0px;
}

.newBox ul li{
	float:none;
	display: block;
	width: 100%;
	z-index: 1001;	
	background-color: #FFFFF0;
	padding: 2px 3px;
	width:172px;
}

.printMailContainer{
	position: relative;
	top:-10px;	
	width: 730px;
	text-align: right;
	height: 45px;
	display: none;
}

.printMailContainer .sendMeBox{
	height: 30px;
	position: relative;
	top:0px;
	display: none;
	width: 350px;
	float: right;
}
.printMailContainer .sendMeBox input{
	margin-right: 10px;
}

.PrintOverView {
	width: 750px;
	clear: both;
	display: none;	
}

.PrintOverView dt{
	display:none;
}

.PrintOverView dd{
	width: 370px;	
	float: left;
	clear: none;
	display: table;
}

.PrintOverView dd select{
	width: 300px; 
	margin-bottom: 4px;
	float: left;
	clear: none;
}

#contactPannel{
	width:100%;
	margin-top:10px;
	padding-top:10px;
	border-top:0px solid #D80D04;
	display: none;
}

.printMailContainer .message p{
	display: none;	
	padding-top: 5px;
}

.ProductListSKU{
	display: none;
}

.ProductList.List.microList li{
	height: 66px;	
	overflow: hidden;
}
.ProductList.List.microList .ProductListPrice{
	margin-right: 14px;	
}
.ProductList.List.microList .bestelLink{
	display: none;
}
.ProductList.List.microList .ProductDetails{
	display: none;
}
.ProductList.List.microList .listItemHeader{
	width: 680px;
	margin-left: 65px;
	margin-top: 5px;
}
.ProductList.List.microList .ProductListTitle{
	width: 665px;
	padding-top: 10px;
}

.ProductList.List.microList .ProductListSKU{
	display: block;
	position: relative;
	float: left;
	margin-right: 0px;
	width: 90px;
	font-weight: bold;
	margin-bottom: 0px;
	clear: none;
}
.ProductList.List.microList .ProductImage{
	background-image:none;
	float:left;
	height:50px;
	margin:0 0px 0 0px;
	padding:0;
	position:relative;
	top: -30px;
	width:51px;
}

.cartContainer .print, .cartContainer .email{
	display: none;
}

.BackToTop {
	text-align: right;	
	width: 100%;
	text-decoration:none;
	margin-bottom: 10px;
}
.BackToTop a{
	background:transparent url(../images/red/backtotop.gif) no-repeat scroll 0px center;
	height: 25px;
	width: 25px;
	display: block;
	float: right;
}
.BackToTop a:hover{
	text-decoration:none;
}

.cartContainer .mmPlaceInCart{
	margin-left: 50px;
	display: none;
}


/* Product Videos */

#FeaturedVideo, #VideoList, #VideoSingle  {
	float: left;
}

#VideoList {
	padding-left: 5px;
}

.VideoSeparator {
	clear: both;
}

.videoRow {
	clear: both;
	margin-bottom: 4px;
	display: block;
	height: 75px;
}

.previewImageContainer {
	height: 30px;
	width: 50px;
}

.videoRow img {
	float: left;
	padding-right: 5px;
}

.videoRowTitle {
	font-weight: bold;
}

.videoRowDescription {
	max-height: 50px;
	overflow:hidden;
}

.VideoOverlay {
	background-image: url('../images/VideoOverlay.png');
	background-position: center center;
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
}

.VideoContentContainer {
	position: relative;
	margin-left: 3px;
	padding-left: 92px;
}

/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
	width: 92px;
	height: 69px;
}

.videoRowLength {
	padding-left: 4px;
}

.videoRow, .videoRowTitle, .videoRow img, .videoRowLength {
	cursor: pointer;
}

#VideoList ul {
	position: relative;
	overflow-y: auto;
	padding:0;
	margin: 0;
	width: 250px;
	height: 265px;
}

#VideoSingle {
	padding-left: 10px;
	width:250px;
}

#VideoContainer {
	padding: 5px 0 5px 5px;
	height: 265px;
}

.HideElement {
	display: none;
}

.VideoSingleTitle {
	font-weight: bold;
}

.VideoSingleDescription {
	padding-top: 10px;
	overflow-y: auto;
	height: 220px;
	padding-right:5px;
}

.Left #VideoMiddleContainer, .Right #VideoMiddleContainer {
	display: none;
}

.Content #VideoSideContainer {
	display: none;
}

#VideoSideContainer ul {
	text-align: center;
}

#VideoSideContainer ul li {
	margin-bottom: 5px;
}

.VideoSideDescription {
	padding: 2px 10px;
}

.VideoImageContainer {
	position: relative;
	float: left;
}
#SearchSortingSelectContainer{
	display: none;
}
.ProductImage .TrackLink{
	display: block;
	height:132px;
	width:120px;

}

#SearchResultsProduct .CompareButtonContainer{
	display: none;	
}

.Content .newContainer .ProductThumb a{
	display: table-cell;
	vertical-align:middle;
	width: 120px;
	height: 120px;
}


.fancyList{	
	width: 126px;
	overflow: hidden;
	margin: 8px 0 0 -1px;
	line-height:normal;
	position: relative;
	z-index: 1px;
	
}
.Content .newContainer .ProductThumb .fancyList a{
	width: 36px;
	height: 36px;
	overflow: hidden;
	margin: 4px 4px 0 0;
	border: 1px solid #999999;
	display: block;
	float: left;
	background-color: #ffffff;
}
.Content .newContainer .ProductThumb .fancyList .middle{
	margin: 4px 4px 0 4px;
}
.Content .newContainer .ProductThumb .fancyList .right{
	clear: left;
}
.Content .newContainer .ProductThumb .fancyList a:hover{
	border: 1px solid #D80D04;
}

.fancyTrigger{
	cursor: pointer;	
}

#HomeFeaturedProducts{
	margin:5px 0 10px 0;
	
} 
#HomeFeaturedProducts h2{
	margin-bottom: 0px;
}

.TopLinkList{
	position: absolute;	
	z-index: 80;
	left: 0px;
}

.TopLinkList{
	list-style: none;
	padding: 6px 0px 0 26px;
	margin: 0px;
	background-color: #FFFFF0;
}
.TopLinkList li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: none;
}
.TopLinkList li.popPage {
	display: list-item;
}

.TopLinkList li a{
	font-size:0.85em;
	margin:4px 0;
	padding:0 10px 0 5px;
	text-decoration:none;
}
.TopLinkList .popPage a:hover{
	text-decoration: underline;
}

.RecentNews h2{
	margin-bottom:10px;
}

.RecentNews ul {
	
}
.RecentNews ul li {
	margin-bottom: 10px;
	font-size: 12px;	
}
.RecentNews ul li a{
	font-size: 12px;
}
.RecentNews .newsTitle{

}
.RecentNews .newsContent{
	margin-top:5px;
}
.RecentNews ul li .readMore{
	font-size: 12px;
}


.PhotoStrip{
	border-bottom:0px solid #D80D04;
	height: 125px;
	overflow: hidden;
	margin:0 0 15px 0px;
	padding:0px 0 0px 0px;
	clear: both;
	background-color:#FFFFF0;
}
.PhotoStrip h3{
	font-size: 1em;
	font-weight: bold;
	margin-bottom:15px;
	margin-left: 0px;
}
.PhotoStripFotos{
	border:1px solid #D80D04;
	border-top:1px solid #D80D04;
	width: 718px;
	float: left;
	padding:15px 0 15px 10px;
	margin-left:0px;
	height:85px;
	overflow:hidden;
	background-color:#FFFFFF;
}
.PhotoStrip .PhotoStripFoto{
	float: left;
	height: 48px;
	width: 48px;
	margin:0 15px 15px 0;
}
.PhotoStripFotos a{
	height: 48px;
	display: table-cell;
	width: 48px;
	text-align: center;
	vertical-align: middle;
}
.PhotoStripFotos a img{
	position:relative;
	top:0;
}

.greyStrip{
	background-color:#F2F2F2;
	float: left;
	width:210px;
	height: 100%;
	margin-right: 0px;
	       
}

.TagCloud{
	
}
#CategoryTagCloud{
	margin: 20px 0 15px 0;
}
.Content .TagList a{
	color:#999;
}

#CategoryTagCloud .TagList a{
	color:#000;
}


#CategoryTagCloud .TagList a:hover{
	color:#D80D04;
}
.TagCloud h2{
	margin: 0 0 5px 0;
}
.TagCloud p{
	margin: 0 0 0px 0;
}
#TagProducts h2{
	margin: 0 0 10px 0; 
}
#TagProducts .SortBox{
	display: none;
}

.tagComment:first-letter{
	text-transform: uppercase;
}

#CategoryTagCloud .TagList {
	text-align: left;
}

.TagList {
	margin-top: 10px;
	text-align: justify;
}

.cartContainer .formlinks{
	float: left;
	padding: 0 10px 0 0;
}
.hideCloud{
	display: none;
}
#TagTagCloud{
	margin: 25px 0 15px 0;
}

.AdvancedSearch{
	display: none;
}
#mmCalculationContainer .rowB .orderComment{
	font-weight: normal;
}

#mmCalculationContainer .rowB .orderComment p{
	font-weight: bold;
	margin-bottom: 0px;
	padding:  0 0 0 0px;
}
#mmCalculationContainer .rowB .orderComment p a{
	font-weight: bold;
}
