/* Smart things to include in your CSS library/framework:
	* A “mass reset” of default browser styles. For example, setting margin and padding to 0 on all elements, turning off borders on framesets and images, etc.
	* Aligning the type to a consistent baseline. This includes things like setting the margins on block level elements like paragraphs, headers, and lists to the same value as (or some multiple of) the base line-height setting for the site.
	* Creating basic styles for forms.
	* Creating a few CSS classes I always use, such as .hide (where I set the display value to none) and .mute (which I set to a smaller type size and sometimes a lighter color).
 */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	font-size: 90%;
	color: #4f4f4f;
}

form, img { border: 0; }
option { padding-left: 5px; }
input { font-size: inherit; }

th, td {
	text-align: left;
	vertical-align: top;
}

input[type="text"], input[type="password"] {
	height: 14px;
	padding: 2px;
	border: 1px solid #4e4c41;
	background-color: #fcfcfc;
}

textarea { border: 1px solid #4e4c41; background-color: #fcfcfc; font-size: 100%; }

input[type="button"], input[type="submit"] {
	height: 18px;
	border: 1px solid;
	border-color: #cccccc #666666 #666666 #cccccc;
}

a:link { color: #2d5e96; outline: none; }
a:visited { color: #2d5e96; }
a:hover { color: #2d5e96; text-decoration: underline; }
a:active { color: #2d5e96; }

ul, ol { list-style-position: inside; margin: 0.5em 1.5em; }

h1 { font-size: 120%; }
h2 { font-size: 110%; }
h3 { font-size: 100%; }


/* >==== Start: Layout ====================================================> */
#wrapper {
	position: relative;
	width: 1000px;
	min-width: 1000px;
	height: auto !important;
	height: 90%;
	min-height: 750px;
	margin: auto;
	background-color: #ffffff;
	padding-top: 5px;
}

	#header {
		position: relative;
		width: auto;
		height: 100px;
		margin: 0 5px 5px 5px;
		background: #c6c6c6 url('../img/header-bg-x.png') repeat-x top left;
		color: #ffffff;
	}
	
		#header-left { position: absolute; top: 0; left: 0; width: 11px; height: 88px; background: url('/media/img/header-left.png') no-repeat top left; }
		#header-right { position: absolute; top: 0; right: 0; width: 14px; height: 88px; background: url('/media/img/header-right.png') no-repeat top right; }

		#header-top {
			width: 100%;
			height: 71px;
		}
		
		#header-bottom {
			width: auto;
			height: 23px; /* 35px = 20 + 15 padding-top */
			padding: 6px 20px 0 20px;
			white-space: nowrap;
			overflow: hidden;
			color: #ffffff;
		}
		
		#logo-ipod-gear {
			float: left;
			margin: 0 0 0 15px;
		}
	
		#input-zoeken-container {
			float: right;
			width: 169px;
			height: 28px;
			margin: 14px 25px 0 0;
		}
	
	#page-banner {
		position: relative;
		width: auto;
		height: 66px; /* 76px = 66 + 5 padding-top + 5 padding-bottom */
		margin: 10px;
		padding: 5px 15px 5px 15px;
		background: #ffffff url('../img/page-banner-bg-x.png') repeat-x top left;
		text-align: right;
		font-size: 85%;
		line-height: 16px;
		color: #999999;
	}
	
		#page-banner-left { position: absolute; top: 0; left: 0; width: 9px; height: 76px; background: url('/media/img/page-banner-left.png') no-repeat top left; }
		#page-banner-right { position: absolute; top: 0; right: 0; width: 9px; height: 76px; background: url('/media/img/page-banner-right.png') no-repeat top right; }
		#page-banner-image { float:left; background:url(../img/silverlit-banner.png); width:605px; height:68px;}
	
	#main {
		position: relative;
		width: auto;
		min-width: 980px;
		height: 1%;
		padding: 0 10px;
		color: #666666;
	}

	#main:after { /* clearfixes */
		content: ".";
		display: block;
		visibility: hidden;
		clear: both;
		height: 134px;
	}
	
		#column-left { float: left; width: 170px; margin-right: 10px; }
		/* #shop-content { position: absolute; top: 0; right: 190px; bottom: 0; left: 190px; } */
		#shop-content { float: left; width: 620px; margin-bottom: 10px; font-size: 85%; }
		#column-right { float: right; width: 170px; margin-left: 10px; }

	#footer {
		position: absolute;
		bottom: 10px;
		width: 100%;
		max-width: 1000px;
		height: 124px;
		background: #f4f4f4 url('../img/footer-bg-x.png') repeat-x top left;
		text-align: center;
		font-size: 11px;
		color: #4f4f4f;
	}
	
		#footer-left { position: absolute; top: 0; left: 0; width: 23px; height: 124px; background: url('/media/img/footer-left.png') no-repeat top left; }
		#footer-right { position: absolute; top: 0; right: 0; width: 26px; height: 124px; background: url('/media/img/footer-right.png') no-repeat top right; }
/* >==== End: Layout ======================================================> */


/* >==== Start: Presentation ==============================================> */
div#header h2 span { display: none; }
div#header h2 {
	display: block;
	width: 238px;
	height: 71px;
	background: transparent url('../img/silverlit-logo.png') no-repeat top left;
}

input#input-zoeken {
	width: 134px; /* 169px = 134 + 5 padding-right + 30 padding-left */
	height: 22px; /* 28px = 22 + 6 padding-top */
	padding: 6px 5px 0 30px;
	border-width: 0;
	background: url('../img/input-search-bg.png') no-repeat top left;
	color: #666666;
}

div#header-bottom a, div#header-bottom span { margin-right: 20px; text-decoration: none; }
div#header-bottom ul, div#header-bottom li { display: inline; margin: 0; }
#header-bottom a:link { color: #ffffff; outline: none; }
#header-bottom a:visited { color: #ffffff; }
#header-bottom a:hover {color: #afd3fa; text-decoration: underline; }
#header-bottom a:active { color: #afd3fa; text-decoration: underline; }
div#page-banner a {	color: #4f4f4f; text-decoration: none; }
div#page-banner a:hover {	color: #2D5E96; text-decoration: underline; }

div.side-box {
	width: 170px;
	height: auto;
	margin-bottom: 10px;
}

	div.box-head-blue,
	div.box-head-silver {
		width: auto;
		height: 22px; /* 28px = 22 + 3 padding-top + 3 padding-bottom */
		padding: 3px 5px;
		font-size: 14px;
		font-family: 'Cuprum', arial, serif;
	}
	div.box-head-blue {background: #36669a url('../img/head-top.png') no-repeat top left; color: #ffffff; }
	div.box-head-silver { background: #e8e8e8 url('../img/head-top-silver.png') no-repeat top left; color: #a1a1a1; }
	div.box-content {
		width: auto;
		height: 1%;
		padding: 0 5px;
		background: #ffffff url('../img/head-bg-y.png') repeat-y top left;
		white-space: wrap;
		font-size: 85%;
	}
	div.box-bottom { width: inherit; height: 6px; background: transparent url('../img/head-bottom.png') no-repeat top left; }
	div.afhaalbalie { text-align: center; color: #435073 !important; }
	img#sb-logo { margin-bottom: 10px; }

div#footer img#betaal-methoden { margin: 15px 0 10px 0; }
/* >==== End: Presentation ================================================> */


/* >==== Start: Shop classes ==============================================> */
a.block-link {
	display: block;
	clear: both;
	width: auto;
	padding: 4px 4px 4px 16px;
    background: transparent url('/media/img/block-link-arrow.png') no-repeat center left;
    border-bottom: 1px dotted #d1d1d1;
	outline: none;
	text-decoration: none;
}
a.block-link:hover {
	text-decoration: underline;
}
table.products-table {
	width: 100%;
	margin: 0 auto;
	/* border-spacing: 20px 10px; /* Equivalent of cellspacing attribute of table tag, doesn't work in IE? */
}

table.products-table td.product {
	width: 200px;
	min-height: 120px;
	border: 1px solid #cccccc;
	-moz-border-radius: 6px;
}

table.products-table tr.product-row td { padding: 10px; }
table.products-table tr.product-row td td { padding: 0; } /* because child selector > doesn't work in ie6 */
.products-table tr.product-row-footer td { border-bottom: 1px solid #999999; }

div.product-box-container {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
}

	table.product-box { width: 100%; height: auto; }
	table.product-box td, table.product-box th { padding: 6px; font-size: 11px; }
	table.product-box tr.header th h2 a { font-size: 13px; font-weight: bold; text-decoration: none; color: #530000 !important; }
	table.product-box td.price { text-align: left; font-size: 12px; font-weight: bold; }

table#product-details td { padding: 5px; }
table#product-details td td { padding: 0; }

/* >= Start: ShoppingBasket() => */
#CPshoppingBasket { width: 100%; }
#CPshoppingBasket td, #CPshoppingBasket th { padding: 2px; border-bottom: 1px dashed #999999; }
#CPshoppingBasket th { font-weight: bold; }
#CPshoppingBasket .product { height: 42px; padding-left: 10px; }
/* <= End: ShoppingBasket() =< */

.CPyouAreAt { margin-bottom: 5px; }
.CPpageNav { background-color: #f3f3f3; border: 1px solid #cccccc; border-top: 3px solid #999999; }
.CPpageNav { width: 100%; }
.CPpageNav td { padding: 4px; }
.CPpageNav a, .CPpageNav span {
	display: block;
	float: left;
	margin: 0 2px;
	padding: 3px;
	background-color: #ffffff;
	text-decoration: none;
}

.CPpageNav a { border: 1px solid #F4E2DD; color: #000000; }
.CPpageNav a:hover { border: 1px solid #E8C1B7; background-color: #CCCCCC; color: #ffffff; }
.CPpageNav span { border: 1px solid #cccccc; color: #999999; }

.CPhighlight { color: #000000; background-color: #ffff66; }
.CPbox1 { border: 1px solid #cccccc; margin: auto; }
.CPbox2 { /* Table on 10_logon.asp */
	background-color: #F3F3F4;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: left;
}
.CPbox2 td { padding: 4px; }

.subcat, .subcatOver {
	padding: 3px;
	background-color: transparent;
	border-bottom: 1px #9CC7F7 dotted;
	vertical-align: middle;
}
.subcatOver { background: #f4f4f4; cursor:pointer; }

.CPpayStep { font-weight: bold; color: #ff6600; } /* langGenStepX */

.CPprodImg { width: 250px; text-align: }
.CPprodImgDiv { width: 210px; height: 210px; margin: auto; }
.CPthumbImgDiv div { display: block; width: 36px; height: 36px; margin: 4px 3px; border: 1px solid black; cursor: pointer; float: left; }
.CPprodInfo { padding: 0 10px; }
.CPpriceMsg { color: #5B7EB6; }
.CPprodDescHead { color: #333333; }
.CPrelatedProd { width: 100%; margin-top: 10px; background-color: #f3f3f3; border: 1px solid #999999; border-width: 1px 0 1px 0; }
.ProdContentHead { margin-bottom: 3px; font-weight: bold; color: #333333; }

#table-cart td { padding: 2px; }
#table-cart tr.row-footer td { border-bottom: 1px dashed #999999; }
#table-cart tr.table-cart-footer td { border-bottom: 1px solid #999999; }
.CPgenHeadingsOut td { border-bottom: 1px solid #999999; }
#tab1 { width: auto; padding-bottom: 5px; border-bottom: 1px dashed #999999; }
#tab2 { width: auto; padding-top: 5px; border-top: 1px solid #999999; }
.CPchocTxt { height: 26px !important; }

/* >= Start: SpecBrowser Horizontal => */
#specbrowser { width: auto; height: 40px; }
#specbrowser li { display: inline; }
#specbrowser li a { display: inline-block; width: auto; padding: 5px; border: 1px solid; border-color: #cccccc #666666 #666666 #cccccc; background-color: #f3f3f3; color: #000000; }
#specbrowser li.active a { border-color: #666666 #cccccc #cccccc #666666; background-color: #aaaaaa; color: #ffffff; }
/* <= End: SpecBrowser Horizontal <= */
/* <==== End: Shop classes ================================================< */


/* >==== Start: Global class library ======================================> */
.empty { font-size: 1px; line-height: 1px !important; }
.hover { cursor: pointer !important; }
.full-width { width: 100% !important; }
.auto-width { width: auto !important; }
.auto-margin { margin-left: auto !important; margin-right: auto !important; }
.no-border { border: none !important; }
.plain { border-width: 0 !important; background-color: transparent !important; }

.block { display: block !important; }
.inline { display: inline !important; }
.visible { display: block !important; visibility: visible !important; }
.hidden { display: none !important; visibility: hidden !important; }
.relative { position: relative !important; }
.absolute { position: absolute !important; }

.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }

.vtop { vertical-align: top !important; }
.vmiddle { vertical-align: middle !important; }
.vbottom { vertical-align: bottom !important; }

.float-left { float: left !important; }
.float-right { float: right !important; }
.clear-right { clear: right !important; }
.clear-both { clear: both !important; }

.italic { font-style: italic !important; }
.bold { font-weight: bold !important; }
.small-caps { font-variant:small-caps !important; }
.uppercase { text-transform: uppercase !important; }
.lowercase { text-transform: lowercase !important; }
.underline { text-decoration: underline !important; }

.wrap { white-space: normal !important; }
.nowrap { white-space: nowrap !important; }

.x-small {width: 50px; }
.small {width: 100px; }
.medium {width: 150px; }
.large {width: 200px; }
.x-large {width: 250px; }

.input-button {width: 100px; height: 18px; }
.input-upload {border: 1px solid black; }
/* <==== End: Global class library ========================================< */
.newStamp, .saleStamp {
    background-color: #2d5e96 !important;
}
	#prodview_wrapper .prod_content_header	{
		font-size: 16px;
		font-family: 'Cuprum', arial, serif;
		font-weight: normal;
		padding: 5px 0;
	}
.categories-list, #prijs-zoeker	{
	list-style-type: none;
	margin: 5px 5px 5px 5px;
}
	.categories-list a, #prijs-zoeker a	{
		color: #4f4f4f;
		text-decoration: none;
	}
	.categories-list a:hover, #prijs-zoeker a:hover	{
		color: #2d5e96;
		text-decoration: underline;
	}	
#front_h1	{
	font-size: 17px;
	font-weight: normal;
	font-family: 'Cuprum', arial, serif;
	color: #2d5e96;
	padding: 0 0 5px 10px;	
}
