/* 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, Geneva, sans-serif;
	outline-color:#333333;
}
html, body {
	width: 100%;
	height: 100%;
	background: url(/media/img/sennheiser_back.jpg) repeat-x scroll left top #5c5a5b;
	font-size: 11px;
	color: #333333;
}
body > #wrapper {
	height:auto;
	min-height:100%;
}
body > #wrapper-shop {
	height:auto;
	min-height:100%;
}
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: #0089CC;
	outline: none;
	text-decoration: none;
}
a:visited {
	color: #0089CC;
}
a:hover {
	color: #0089CC;
	text-decoration:underline;
}
a:active {
	color: #0089CC;
}
.moreLink a {
	color: #0089CC !important;
}
.moreLink a:hover {
	text-decoration: underline;
}
ul, ol {
	list-style-position: outside;
	margin-left: 10px;
	padding-left: 5px;
}
h1 {
	font-size: 120%;
	color: #333333;
}
h2 {
	font-size: 110%;
	color: #333333;
}
h3 {
	font-size: 100%;
	color: #333333;
}
.CPprodDescDet {
	color:#333333;
	font-size:16px;
	height:28px;
	padding:3px 5px 3px 0;
}
.header_cartmain_home {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	padding: 3px 0 0 10px;
}
.header_prodview {
	padding-top: 0 !important;
}
/* >==== Start: Layout ====================================================> */
#wrapper, #wrapper-shop {
	padding-top: 0 !important;
}
#wrapper {
	position: relative;
	width: 951px;
	min-width: 951px;
	height: auto !important;
	height: 90%;
	min-height: 750px;
	margin: 15px auto 0;
	z-index: 1;
}
#wrapper-shop {
	position: relative;
	width: 951px;
	min-width: 951px;
	height: auto !important;
	height: 90%;
	min-height: 750px;
	margin: 15px auto 0;
	z-index: 1;
}
#header {
	position: relative;
	width: auto;
	height: 75px;
	margin-bottom:15px;
	z-index: 50;
}
#header-top {
	width: 100%;
	height: 42px;
	background: url(/media/img/bg_header_top.png) no-repeat scroll left top transparent;
}
#header-bottom {
	width: 100%;
	height: 33px;
	white-space: nowrap;
	color: #999999;
	background: url(/media/img/bg_header_bottom.png) no-repeat scroll left top transparent;
}
#logo {
	float: left;
	margin: 7px 0 0 5px;
}
#logo a {
	outline: none;
}
.logo-thuiswinkel {
	position: absolute;
	top: 45px;
	right: 30px;
	width: 124px;
	height: 44px;
}
#prodImage {
	border: 0px solid #CCC;
}
/* Menu case 7*/
.menu-categories .subList {
	float: left;
	width: 165px;
	background-color:white;
	margin: 0 5px 10px 0;
}
.subListHead {
	display: block;
	width: 150px;
	height: 18px;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #363636;
}
.subListHead.categoriesHead,  .sideBoxHeader.categoriesHead {
	height: 18px;
	text-indent: -9999px;
	background: url(/media/img/menu-sprite.gif) no-repeat 0 0px;
}
.subListHead.themesHead,  .sideBoxHeader.themesHead {
	height: 18px;
	text-indent: -9999px;
	background: url(/media/img/menu-sprite.gif) no-repeat 0 -20px;
}
.subListHead.brandsHead,  .sideBoxHeader.brandsHead {
	height: 18px;
	text-indent: -9999px;
	background: url(/media/img/menu-sprite.gif) no-repeat 0 -40px;
}
.subListHead.popularHead,  .sideBoxHeader.popularHead {
	height: 18px;
	text-indent: -9999px;
	background: url(/media/img/menu-sprite.gif) no-repeat 0 -60px;
}
.menu-categories .menuBanner {
	clear: both;
	margin-top: 20px;
}
#column-left .selectedSpecs {
	margin-bottom: 10px;
}
#column-left .selectedSpecs .specBrowser ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#column-left .selectedSpecs .specBrowser ul, #column-left .selectedSpecs .specBrowser li, #column-left .selectedSpecs .specBrowser a {
	display: block;
	float: left;
}
#column-left .selectedSpecs .specBrowser span {
	color: black;
}
#column-left .selectedSpecs .specBrowser li:first-child {
	display: none;
}
#column-left .selectedSpecs .specBrowser .removeSpec {
	margin-left: 5px;
	background: none;
	padding: 2px 0;
	color: #0089CC;
}
#column-left .selectedSpecs .removeSpecsSelection {
	float: right;
}
.categoriesLeft, .categoriesLeft ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.categoriesLeft ul {
	background-color: #C6C6C6;
}
.categoriesLeft li {
	border-top: 1px solid #878787;
	line-height: 23px;
}
.categoriesLeft li:first-child {
	border-top: none;
}
.categoriesLeft ul li {
	border-top:1px solid #878787;
}
.categoriesLeft .subList .subListHead {
	display: none;
}
.categoriesLeft a {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	padding: 1px 0 1px 10px;
	display: block;
	background: url(/media/img/menu_arrow.gif) no-repeat 220px 10px;
}
.categoriesLeft a:hover {
	text-decoration: none;
	color: #0089CC !important;
	background: url(/media/img/menu_arrow_blue.gif) no-repeat 220px 10px;
}
.categoriesLeft .active > a {
	font-weight: bold;
	color: #0089CC;
	background: url(/media/img/menu_arrow_blue.gif) no-repeat 220px 10px;
}
.categoriesLeft .subList ul li a {
	font-size: 10px;
	color: #333333;
}
.categoriesLeft .subList ul li.active a {
	font-weight: normal;
	color: #0089CC;
}
.top-sells-items span, .box-content-selection span {
	color:#0089CC !important;
	font-weight: normal !important;
}
.top-sells-items a {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background: none;
	padding: 0;
}
.top-sells-items-container {
	overflow: hidden;
	padding: 10px 0;
}
.top-sells-items a:hover, .top-sells-items span:hover {
	text-decoration: underline;
	color: #0089CC;
}
#usermenu {
	float: right;
	margin: 7px 15px 0 0;
}
.usermenu-categories {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.usermenu-categories li {
	position: relative;
	z-index: 50;
	display: block;
	float: left;
	padding: 0 5px 0 0;
}
.usermenu-border {
	border-right: 1px solid #cccccc;
	margin-right:5px;
}
.usermenu-categories li a {
	display: block;
	float: left;
	margin: 0 !important;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
.usermenu-categories li a:hover {
	color: #0089CC;
	text-decoration: underline;
}
.usermenu-categories li ul {
	display: none;
	position: absolute;
	z-index: 50;
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
}
.usermenu-categories li:hover ul {
	display: block;
	border: 1px solid #666666;
}
.usermenu-categories li ul li {
	display: block;
	clear: both;
	margin: 0;
}
.usermenu-categories li ul li a {
	display: block;
	width: 120px;
	padding: 5px;
	background-color: #cccccc;
	border-bottom: 1px solid #eeeeee;
	white-space: nowrap;
	color: #333333 !important;
}
.usermenu-categories li ul li a:hover {
	background-color: #aaaaaa;
	color: #ffffff !important;
}
#thuiswinkel_waarborg {
	float: right;
	margin: 7px 15px 0 15px;
}
#shoppingbag {
	float: left;
	width: 57px;
}
#usermenu_links {
	float: left;
	margin: 15px 0 10px;
}
#winkelwagen_links {
	float: left;
	padding: 5px 0 0 0;
}
#winkelwagen_links a {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
}
#winkelwagen_links a:hover {
	text-decoration: none;
	color: #0089cc;
}
#winkelwagen_links_header {
	font-size: 14px;
	color: #4f4f4f;
	font-weight: bold;
	float: left;
}
#usermenu-border {
	border-right: 1px solid #cccccc;
	height: 61px;
	width: 1px;
	margin: 15px 15px 0;
	float: left;
}
#categories {
	float: left;
	width: 600px;
	height: 33px;
}
#zoekbox {
	float: right;
	width: 285px;
	height: 23px;
	margin: 5px 10px 0 0;
}
#input-submit_search {
	background: url(/media/img/search_button.gif) no-repeat scroll left top;
	border: 0;
	cursor:pointer;
	float:left;
	height:15px;
	width:16px;
	margin: 3px 5px 0 0;
}
#input-zoeken {
	width: 250px;
	height: 15px;
	padding: 3px 5px;
	color: #999999;
	font-size: 11px;
	background-color: #ffffff;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #adadad #cccccc #cccccc #cccccc;
}
#customerEmail {
	color: #999999;
	font-size: 12px;
}
#telefoonnummer {
	height: 28px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 200px;
	font-size: 12px;
}
#page-banner {
	position: relative;
	width: auto;
	height: 50px;
	margin: 10px;
	padding: 0px 15px 5px 15px;
	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(/media/img/ipod-gear-banner.png);
	width:605px;
	height: 64px;
}
#main {
	position: relative;
	margin: 20px 0 0 0;
	color: #333333;
	z-index: 2;
}
#main-2 {
	position: relative;
	padding: 20px 15px 0 15px;
	color: #333333;
	z-index: 2;
	margin-top: 230px;
}
#column-left {
	float: left;
	width: 236px;
}
#shop-content {
	float: right;
	width:  700px;
	font-size: 11px;
	margin: 0 0 15px 0;
}
#shop-content-top	{
	background: url(/media/img/homepage_usp_box_top.png) no-repeat left top;
	width: 700px;
	height: 24px;	
}
#shop-content-middle	{
	background-color: #ffffff;
	padding: 15px;
}
#shop-content-bottom	{
	background: url(/media/img/homepage_usp_box_bottom.png) no-repeat left top;	
	width: 700px;
	height: 24px;	
}
#shop-content-top.fullwidth	{
	background: url(/media/img/shop_content_top.png) no-repeat left top;
	width: 951px;
	height: 24px;	
}
#shop-content-bottom.fullwidth	{
	background: url(/media/img/shop_content_bottom.png) no-repeat left top;
	width: 951px;
	height: 24px;	
}
#shop-content-middle.fullwidth	{
	background-color: #ffffff;
	width: 921px;
	padding: 0 15px;
}
#column-right {
	float: right;
	width: 166px;
}
#content {
	padding-bottom: 283px;
}
#footer {
	position: relative;
	font-size: 11px;
	color: #ffffff;
	margin-top:-283px;
	height: 283px;
	z-index:10;
}
#footer_wrapper {
	margin: 0 auto;
	height: 248px;
}
#footer_inner {
	width: 951px;
	margin: 0 auto;
	background-color: #ffffff;
	height: 198px;
}
#footer_inner_top {
	background: url(/media/img/footer_inner_top.png) no-repeat scroll left top;
	width: 951px;
	height: 25px;
}
#footer_inner_bottom {
	background: url(/media/img/footer_inner_bottom.png) no-repeat scroll left top;
	width: 951px;
	height: 25px;	
}
.footer_menu {
	float: left;
	padding: 15px 20px 15px 20px;
	height: 168px;
	width: 197px;
	color: #333333;
	background: url(/media/img/footer_inner_separator.jpg) no-repeat scroll right 10px;
	font-size: 10px;
}
.footer_menu h4 {
	color: #0089CC;
	font-weight: bold;
}
#footer_conditions #footer_conditions_text	{
	margin: 0;	
}
.footer_menu a {
	background:url(/media/img/ico-list.gif) no-repeat scroll left 5px transparent;
	color:#333333;
	font-size: 10px;
	padding:0;
	text-decoration:none;
}
.footer_menu a:hover {
	text-decoration: underline;
	color: #0089CC;
}
.footer_nav ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.footer_nav ul li {
	padding: 2px 0;
}
#footer_conditions {
	font-size: 10px;
	padding: 10px 0 10px 0;
	text-align: center;
}
.product_view_price_currency {
	font-size:19px;
	font-weight:bold;
}
.product_view_price_euros {
	font-size:19px;
	font-weight:bold;
}
.product_view_price_comma {
	font-size:14px;
	font-weight:bold;
}
.product_view_price_cents {
	font-size:12px;
	font-weight:bold;
	line-height:1.6;
	vertical-align:top;
}
#breadCrumb {
	padding:0 0 10px 0;
	margin: 0 !important;
}
#breadCrumb a {
	text-decoration: none;
	color: #0089CC;
}
#breadCrumb a:hover {
	text-decoration: underline;
	color: #0089CC;
}
#shop-content-middle #pageNavigationTop {
	margin:0 0 10px 0;
}
#prijs-zoeker {
	list-style-position: inside !important;
	margin: 0;
	list-style-type: none;
}
#prijs-zoeker a {
	text-decoration: none;
	color: #333333;
}
#prijs-zoeker a:hover {
	text-decoration: underline;
	color: #0089CC;
}
#banner_left {
	float: left;
	width: 230px;
}
#banner_right {
	float: left;
	width: 230px;
}
#banner_center {
	float: left;
	width: 540px;
	height: 400px;
}
/* >==== End: Layout ======================================================> */


/* >==== Start: Presentation ==============================================> */
div#header h2 span {
	display: none;
}
div#header h2 {
	display: block;
	width: 308px;
	height: 29px;
	background: url(/media/img/sennheiser-webwinkel_logo.jpg) no-repeat scroll left top;
	outline: none;
}
div.afhaalbalie {
	text-align: justify;
}
img#sb-logo {
	margin-bottom: 10px;
}
div#footer img#betaal-methoden {
	margin: 15px 0 10px 0;
}
.doc-box {
	width: auto;
	margin: 10px;
	padding: 8px;
	border: 1px solid #cccccc;
	text-align: left;
}
#doc-box1 h2 {
	margin-bottom: 5px;
	font-size: 15px;
	color: #0089CC;
}
.doc-box a {
	color: #2c9bde;
}
.doc-box a:hover {
	color: #4db7f7;
}
#doc-box1 ul {
	list-style-position: inside;
	margin-left: 0;
	margin-top:5px;
}
#doc-box1 ul li {
	list-style-image: url(/media/img/check_green.gif);
}
/* >==== End: Presentation ================================================> */


/* >==== Start: Shop classes ==============================================> */
/* START Categories top menu */
.menu-categories {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 100%;
	height: 33px;
}
.menu-categories li {
	display: block;
	float: left;
	position: relative;
	z-index: 51;
	background: url(/media/img/header_line.gif) no-repeat scroll right top;
	height: 33px;
}
.menu-categories li a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 10px;
	padding: 8px 15px 11px;
}
.menu-categories a:hover {
	color: #333333;
}
.menu-categories li:hover {
	background: url(/media/img/bg_topmenu_hover_left.gif) no-repeat left top;
}
.menu-categories li a:hover {
	color: #ffffff;
	background: url(/media/img/bg_topmenu_hover_right.gif) no-repeat right top;
}
.menu-categories li:first-child:hover {
	background: url(/media/img/bg_topmenu_hover_first.png) no-repeat left top;
}
.menu-categories li:first-child a:hover {
	color: #ffffff;
	background: none;
}
.menu-categories .active {
	background: url(/media/img/bg_topmenu_hover_left.gif) no-repeat left top;
}
.menu-categories .active a {
	color: #ffffff;
	background: url(/media/img/bg_topmenu_hover_right.gif) no-repeat right top;
}
.menu-categories .active:hover {
	background: url(/media/img/bg_topmenu_hover_left.gif) no-repeat left top;
	color: #ffffff;
}
.menu-categories .active a:hover {
	background: url(/media/img/bg_topmenu_hover_right.gif) no-repeat right top;
	color: #ffffff;
}
.menu-categories .active ul .active {
	border: 0;
}
.menu-categories .active .wideMenu a {
	color: #333333;
}
.menu-categories li:first-child.active {
	background: url(/media/img/bg_topmenu_hover_first.png) no-repeat left top;
}
.menu-categories li:first-child.active:hover {
	background: url(/media/img/bg_topmenu_hover_first.png) no-repeat left top;
	color: #ffffff;
}
.menu-categories li.hover a {
	color: #333333;
}
.menu-categories li .wideMenu,  .menu-categories li .subMenu {
	display: none;
	position: absolute;
	z-index: 52;
	margin: 0;
	padding: 0;
	border: 0;
	top: 25px;
	left: -1px;
	width: 510px;
	background-color: #ffffff;
	padding: 15px;
	border: 1px solid #ccc;
	border-top: none;
}
.wideMenu .subList .subList {
	display: none;
}
#categories #shopBrands .wideMenu {
	width: 580px;
}
#categories #shopBrands .wideMenu .subList {
	width: 140px;
}
.menu-categories li .subMenu {
	width: 600px;
}
.menu-categories li .subMenu a {
	width: 150px;
}
.wideMenu ul,  .subMenu {
	margin: 0;
	padding: 0;
}
.c8_box .subListHead {
	margin-top: 20px;
}
.menu-categories li:hover .wideMenu,  .menu-categories li:hover .subMenu {
	display: block;
}
.menu-categories li ul li {
	display: block; /*clear: both;*/
	margin: 0;
	border: 0;
}
.menu-categories li ul li:hover {
	border: 0;
}
.menu-categories li ul li a {
	background-color:#FFFFFF;
	color:#333333;
	height:20px;
	line-height:normal;
	white-space:nowrap;
	width:120px;
	text-align: left;
	border: none;
	font-weight: normal;
	padding: 0;
}
.menu-categories li ul li a:hover {
	color: #0089CC !important;
	text-decoration: underline;
}
/* END Categories top menu */
/* START Categories left menu */
ul.categories-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	font-weight: normal;
}
ul.categories-list li {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.categories-list li a,  ul.categories-list li span {
	display: block;
	width: auto;
	padding: 5px 3px 5px 0px;
	border-bottom: 1px solid #9cc7f7;
	text-decoration: none;
	font-weight: bold;
}
ul.categories-list li.active a {
	color: #333333;
}
ul.categories-list li.active a,  ul.categories-list li a:hover {
	color: #5fafe0;
}
ul.categories-list li.active ul li a {
	padding-left: 0px;
	background-image: none;
	font-weight: normal;
	width: 142px;
}
/* END Categories left menu */
/* START Subcategories prodlist */
.versionCountInfo {
	color: #0089CC !important;
}
div.prodlist-sub-nav {
	clear: both;
	width: auto;
	margin-bottom: 8px;
	margin-left: 5px;
}
ul.prodlist-subcategories {
	margin: 0;
	padding-top: 8px;
	list-style-type: none;
}
ul.prodlist-subcategories li {
	float: left;
	position: relative;
	top: 1px;
	margin-right: 1px;
	padding: 0;
}
ul.prodlist-subcategories li a,  ul.prodlist-subcategories li span {
	display: block;
	width: auto;
	padding: 3px 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	text-decoration: none;
	font-weight: bold;
	outline: 0;
}
ul.prodlist-subcategories li.active a {
	border-bottom: 1px solid #ffffff;
}
ul.prodlist-subcategories li a:hover {
	text-decoration: underline;
}
/* END Subcategories prodlist */

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;
}
#shop-content-middle .products-table {
	width: 670px !important;
	margin: 0;
}
table.products-table td.product {
	width: 200px;
	min-height: 120px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
table.products-table td.product:hover {
	border: 1px solid #333333;
	cursor: pointer;
}
table.products-table td.product h1, table.products-table td.product h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}
#shop-content-middle .product-row-footer.empty	{
	line-height: 10px !important;
}
.shop-content-middle .product-row-footer.empty td	{
	border: 0;
}
.product-row td {
	padding: 10px;
	border: 1px solid #C6C6C6;
	border-left: 0;
}
	.product-row:hover td, .product-row:hover td:first-child {
		border-color: #0089CC;
	}
.product-row td:first-child {
	border-left: 1px solid #C6C6C6;
	border-right: 0;
}
.product-row td td {
	padding: 0;
	border: 0;
}
.product-row td td:first-child {
	padding: 0;
	border: 0;
}
.product-row .CPprodLPriceT, .product-row .CPprodPriceT, .product-row .CPprodSPriceT, .product-row .CPprodSPriceV	{
	display: none;
}
.product-row .CPprodLPriceV	{
	color: #999999;
}
.CPprodDesc:hover 	{
	text-decoration: none;
}
.CPprodDesc b	{
	font-weight: normal;
}
.product-row .CPprodPriceV	{
	color: #0089CC;
}
#shop-content-middle #pageNavigationTop a:hover	{
	border-color: #0089CC;
}
#shop-content-middle .page-nav-2 .active	{
	background-color: #0089CC !important;
    border-color: #005f8e;
    color: #FFFFFF;	
}
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;
}
table.ProdContentZone td .t {
	border: 1px solid #DBDBDB;
}
/* >= Start: ShoppingBasket() => */
#CPshoppingBasket {
	width: 100%;
}
#CPshoppingBasket td, #CPshoppingBasket th {
	padding: 2px;
	border-bottom: 0px 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: #333333;
}
.CPpageNav a:hover {
	border: 1px solid #E8C1B7;
	background-color: #CCCCCC;
	color: #ffffff;
}
.CPpageNav span {
	border: 1px solid #cccccc;
	color: #999999;
}
.CPhighlight {
	color: #333333;
	background-color: #ffff66;
}
.CPbox1 {
	border: 1px solid #cccccc;
	margin: auto;
}
.CPbox2 { /* Table on 10_logon.asp */
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
	text-align: left;
	padding:15px;
}
.CPbox2 td {
	padding: 4px;
}
.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: 5px 9px 5px 0;
	border: 1px solid #ccc;
	cursor: pointer;
	float: left;
}
.CPprodInfo {
	padding: 0 10px;
}
.CPpriceMsg {
	color: #5B7EB6;
}
.CPprodDescHead {
	color:#5B7EB6;
	font-size:15px;
}
.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;
}
.CPchocTxt {
	height: 26px !important;
}
.CPgenHeadings {
}
/* >= 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: #333333;
}
#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 ======================================> */
.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 ========================================< */


/* Vertical categories menu */
ul.menu3, ul.menu3 ul {
	width: 154px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.menu3 {
	padding: 0 0 1em 0;
	font-size: 13px;
}
ul.menu3 li {
	display: block;
	clear: both;
	width: 100%;
}
ul.menu3 li a {
	display: block;
	width: auto;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #efefef;
	text-decoration: none;
	color: #333333;
}
ul.menu3 li ul li {
	list-style: circle;
}
ul.menu3 li a:hover {
	color: #0089CC;
}
ul.menu3 li ul li a {
	padding-left: 15px;
	border-bottom: 1px dashed #333333;
	font-weight: normal;
}
ul.menu3 li.active a,  ul.menu3 li.active ul li.active a {
	font-weight: bold;
}
ul.menu3 li.active ul li a {
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
ul.menu3 li.active ul li a:hover {
	color: #333333;
	text-decoration: underline;
}
/* /Vertical categories menu */


/* Horizontal specbrowser */
#shop-content-middle .specBrowserContainerX {
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin: 10px 0;
}
.specTitle {
	float: left;
	clear: left;
	width: 38px;
	margin: 5px 0;
}
.specList {
	float: left;
	clear: right;
	width: 560px;
	margin: 5px 0 3px 0;
}
.specList .specBrowser, .specList .specChosen {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.specList .specBrowser li, .specList .specChosen li {
	display: block;
	float: left;
	margin: 0 5px 2px 0;
	padding-right: 5px;
	border-right: 1px solid #e3e3e3;
}
.specList .specBrowser a, .specList .specChosen a {
	color: #0089CC;
}
.specList .specBrowser a:hover, .specList .specChosen a:hover {
	color: #0089CC;
	text-decoration: underline;
}
.specList .specBrowserChosen {
	border-bottom: 1px dotted #999999;
}
/* /Horizontal specbrowser */

/* Vertical specbrowser */
.specBrowserContainerY {
	width: auto;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.specTitleY {
	/*padding-left: 8px;*/
	color: #333333;
	padding: 5px;
}
.specTitleY strong {
	font-weight: normal;
}
.specListY {
	margin-bottom: 8px;
}
.specListY .specBrowser, .specListY .specChosen {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.specListY .specBrowser li, .specListY .specChosen li {
	display: block;
	width: auto;
	padding: 1px 1px 1px 28px;
	background: transparent url(/media/img/specification_arrow.gif) no-repeat 16px center;
	color: #999999;
}
.specListY .specBrowser a, .specListY .specChosen a {
	display: inline;
	color: #999999;
	text-decoration: none;
	border-width: 0;
	padding: 0;
}
.specListY .specBrowser a:hover, .specListY .specChosen a:hover {
	color: #5FAFE0;
	text-decoration: underline;
}
.specBrowserChosen {
	border-bottom: 1px solid #999999;
	margin-bottom: 8px;
}
/* /Vertical specbrowser */

.specBrowserSeparation {
	height: 0px;
	margin: 5px 0;
	border: 1px dotted #999999;
	border-width: 0 0 1px 0;
	background-color: transparent;
	clear: both;
}
.prod-title {
	font-size: 10px;
	font-weight: normal;
}
.product_price {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 10px;
}
.prod-text, .prod-text a {
	display: block;
	font-size: 13px;
	font-weight: normal;
	height: 45px;
	line-height: 15px;
	color: #333333;
}
.prod-text, .prod-text a:hover {
	color: #333333;
}
/* Vertical externallink menu */
ul.linkmenu, ul.linkmenu ul {
	width: 154px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.linkmenu {
	padding: 0 0 1em 0;
}
ul.linkmenu li {
	display: inline;
	clear: both;
	width: 100%;
}
ul.linkmenu li a {
	display: block;
	width: auto;
	padding: 5px;
	color: #0089CC;
	text-decoration: none;
	/*background: #ffffff url("/images/arrow_3.gif") no-repeat 3px 4px;*/
		border-bottom: 1px solid #efefef;
}
/* /Vertical link menu */

/* usp infoboxen */
.infobox {
	float: left;
	width: 325px;
	border: 1px solid #cccccc;
	background:url(/media/img/infobox_back.gif) repeat-x;
	height: 145px;
	margin: 10px 10px 10px 0;
}
.infobox_last {
	float: left;
	width: 324px;
	border: 1px solid #cccccc;
	background:url(/media/img/infobox_back.gif) repeat-x;
	height: 145px;
	margin: 10px 0 10px 0;
}
.infobox_header {
	font-size: 14px;
	padding: 10px 10px 0;
	font-weight: bold;
}
.infobox_content {
	padding: 10px;
	font-size: 12px;
}
.infobox_list_usp {
	list-style-position: inside;
	list-style-image: url(/media/img/usp_check.png);
	margin: 0 !important;
}
.infobox_list_usp li {
	padding: 3px 0;
}
.infobox_list_topcategories {
	list-style: none;
	margin: 0 !important;
	float: left;
}
.infobox_list_topcategories li {
	padding: 3px 0;
	margin: 0;
}
.infobox_list_topcategories li a {
	padding: 0 0 0 8px;
	background:url(/media/img/linkarrow.gif) no-repeat scroll left 5px transparent;
	color:#333333;
	text-decoration: none;
}
.infobox_list_topcategories li a:hover {
	color:#0089CC;
	text-decoration: underline;
}
.infobox_list_custservice {
	list-style: none;
	margin: 0 !important;
}
.infobox_content_custservice {
	background:url(/media/img/custservicegirl.jpg) no-repeat scroll 222px 20px transparent;
	font-size:12px;
	height:99px;
	padding:10px;
}
.infobox_list_custservice li {
	padding: 3px 0;
}
.infobox_list_custservice li a {
	color:#333333;
	font-size: 12px;
	text-decoration: none;
}
.infobox_list_custservice li a:hover {
	color:#0089CC;
	text-decoration: underline;
}
/* /end usp infoboxen */

/* category banners homepage */

#category_banner_wrapper {
	width: 1000px;
	height: 352px;
	margin-bottom: 10px;
}
.category_banner {
	float: left;
	width: 243px;
	height: 352px;
	margin: 0 10px 0 0;
}
.category_banner_last {
	float: left;
	width: 241px;
	height: 352px;
	margin: 0;
}
.category_banner_image {
	width: 243px;
	height: 243px;
}
.category_banner_header {
	padding: 5px 5px 5px 0;
	height: 22px;
}
.category_banner_header h2 {
	font-size: 18px !important;
	font-weight: bold;
}
.category_banner_links {
	padding: 5px 5px 5px 0;
	height: 67px;
}
.category_banner_links ul {
	list-style-type: none;
	margin: 0;
}
.category_banner_links li {
	padding: 3px 0;
}
.category_banner_links a {
	text-decoration: none;
	color: #333333;
	padding: 0 0 0 8px;
	background:url(/media/img/linkarrow.gif) no-repeat scroll left 5px transparent;
}
.category_banner_links a:hover {
	text-decoration: underline;
	color: #0089CC;
}
/* /end category banners homepage */

/* sb2010 prodview */
#prodview_wrapper	{
	width: 670px !important;
	overflow: hidden;
}
#prodview_wrapper_inner	{
	width: 670px !important;
	padding: 0 !important;
}
#shop-content-middle #prod_details {
	border: 0;
	padding: 0;
	background: none;
	margin-bottom: 10px;
	width: 670px;
}
#prodImageLink {
	display: block;
	width: 375px;
}
#shop-content-middle #prod_image_prodview	{
	width: 375px;
}
#shop-content-middle #prod_details_left {
	padding: 0 !important;
	width: 375px;
}
#shop-content-middle #prod_details_right {
	padding: 0 0 0 10px;
	width: 285px;
}
#shop-content-middle #versions	{
	width: 265px !important;
}
#shop-content-middle .CPthumbImgDiv	{
	width: 375px;
}
#prod_header_wrapper {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	padding: 0 10px 0 0;
}
#shop-content-middle #prod_header {
	float: left;
	width: 80%;
}
#shop-content-middle #prod_header h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0089CC;
}
#prod_details_description {
	margin-bottom: 15px;
}
#productVersions {
	margin-bottom: 15px;
}
.prod_userlinks_link {
	margin-bottom: 5px;
}
#prod_userlinks a {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
}
#prod_userlinks a:hover {
	text-decoration: none;
	color: #0089CC;
}
#prod_wishlist {
	margin-bottom: 5px;
}
#wishlist_form {
	float: left;
}
#prod_wishlist_icon {
	float: left;
	margin-right: 5px;
}
#wishlistbutton {
	border: 0;
	background-color: #ffffff;
	color: #333333;
	font-size: 11px;
	cursor: pointer;
	padding: 0;
}
#wishlistbutton:hover {
	color: #0089CC;
}
.message_whishlist {
	float: left;
}
#inputprodview {
	border: 1px solid #CCCCCC;
	display: block;
	float: left;
	height: 19px;
	margin-right: 10px;
	padding: 2px;
}
#bestel_knop {
	float: left;
}
#prod_count {
	float: left;
	padding: 4px 4px 5px 0;
	margin-right: 5px;
}
#prod_orderbutton {
	height: 25px;
}
#prod_rating {
	margin-bottom: 10px;
}
#prod_nr {
	margin-bottom: 10px;
}
.prod_listprice {
	text-decoration: line-through;
	color: #999999;
	font-size: 12px;
}
.prod_price {
	color: #0089CC;
	font-size: 16px;
	font-weight: bold;
}
.prod_profit {
	color: #1F9A1D;
	font-size: 12px;
}
.prod_profit_header {
	color: #333333;
	font-size: 12px;
}
#prod_brand {
	float: right;
	display: block;
}
#shop-content-middle .prod_content_header {
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0;
	color: #0089CC;
}
#shop-content-middle .prod_content {
	padding: 0;
	margin-bottom: 10px;
}
.prod_reviews {
	margin-bottom: 20px;
}
#prod_stock_lang {
	color: #1F9A1D;
}
#prod_stock {
	color: #333333;
}
#specs table td {
	padding: 5px;
}
#prod_review_header_rating {
	margin-bottom: 10px;
}
#prod_review_header_reviewcount {
	margin-bottom: 10px;
}
#prod_review_header_write_review {
	margin-bottom: 10px;
}
/* end sb2010 prodview */

/* sb2010 prodreview */
.CPpageHead {
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin-bottom:10px;
}
#review_description td {
	padding: 5px 0;
}
#review_description {
	margin: 10px 0;
}
#review_view {
	margin: 10px 0;
}
#review_view td {
	padding: 5px 0;
}
.review_navbar {
	border: 1px solid #cccccc;
	background-color: #f1f1f1;
	padding: 3px !important;
}
#review_write td {
	padding: 5px 0;
}
.review_header_item {
	padding: 5px 0;
}
.review_header {
	font-weight: bold;
	font-size: 14px;
}
/* end sb2010 prodreview */

/* /input button */
.input_submit_long {
	background: transparent url(/scripts/images/bg_button_input_long.gif) no-repeat scroll top right;
	width: 150px;
	text-align: center;
	border: 0 !important;
	color: #333333 !important;
	cursor: pointer;
	font: normal 12px verdana, sans-serif;
	height: 24px !important;
	line-height: 14px;
}
.input_submit_long:active {
	background-position: bottom right;
	outline-width: 0;
}
 .input_submit_long::-moz-focus-inner {
border: 0;
}
.input_submit_long_special {
	background: transparent url(/scripts/images/bg_button_input_long_special.gif) no-repeat scroll top right;
	width: 150px;
	text-align: center;
	border: 0 !important;
	color: #ffffff !important;
	cursor: pointer;
	font: normal 12px verdana, sans-serif;
	height: 24px !important;
	line-height: 14px;
}
.input_submit_long_special:active {
	background-position: bottom right;
	outline: none;
}
.input_submit_short {
	background: transparent url(/scripts/images/bg_button_input_short.gif) no-repeat scroll top right;
	width: 75px;
	text-align: center;
	border: 0 !important;
	color: #333333 !important;
	cursor: pointer;
	font: normal 12px verdana, sans-serif;
	height: 24px !important;
	line-height: 14px;
}
.input_submit_short:active {
	background-position: bottom right;
	outline: none;
}
.input_submit_short_footer {
	background: transparent url(/scripts/images/bg_button_input_short.png) no-repeat scroll top right;
	width: 75px;
	text-align: center;
	border: 0 !important;
	color: #333333 !important;
	cursor: pointer;
	font: normal 12px verdana, sans-serif;
	height: 24px !important;
	line-height: 14px;
}
.input_submit_short_footer:active {
	background-position: bottom right;
	outline: none;
}
/* /input button */

.CPSysMsg {
	padding: 10px 10px 10px 0;
}
#shop-content-middle #cust_service {
	color:#333333;
	font-size: 11px;
}
#shop-content-middle #cust_service a {
	background:url(/media/img/linkarrow.gif) no-repeat scroll left 5px transparent;
	color:#333333;
	padding: 0 0 0 8px;
	text-decoration:none;
	font-size: 11px;
}
#shop-content-middle #cust_service a:hover {
	color: #0089CC;
}
#shop-content-middle #cust_service_faq_menu {
	background-color:#F9F9F9;
	border:1px solid #CCCCCC;
	padding:15px;
	text-align:left;
	margin-bottom: 15px;
}
.CPpagehead2 {
	color:#333333;
	font-size:12px;
	padding:3px 5px 3px 0;
	font-weight: bold;
}
.cust_service_faq_box {
	border:1px solid #CCCCCC;
	padding:15px;
}
#account_menu {
	background-color:#F9F9F9;
	border:1px solid #CCCCCC;
	padding:15px;
	text-align:left;
	margin: 10px 0;
}
#account_menu a {
	color: #333333;
	text-decoration: none;
}
#account_menu a:hover {
	color: #0089CC;
}
#cust_service_faq_menu a {
	background:url(/media/img/linkarrow.gif) no-repeat scroll left 5px transparent;
	color:#333333;
	padding: 0 0 0 8px;
	text-decoration:none;
}
#cust_service_faq_menu_breadcrumb a {
	text-decoration: underline;
	background: none;
}
#cust_service_faq_menu a:hover {
	color: #0089CC;
}
.row_heading th {
	padding: 10px 10px 10px 0;
}
#wishlist_header {
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
}
/* prodlist 2010 */
.products-table .prodlist_product {
	border: none !important;
	background: none !important;
}
.products-table .prodlist_product:hover {
	border: none !important;
}
.prodlist_image {
	width: auto;
	padding: 5px;
	text-align: center;
	clear: both;
}
.prodlist_content {
	text-align: center;
	width: auto;
	padding: 5px;
}
.prodlist_header {
	overflow: hidden !important;
}
.prodlist_header a {
	font-size: 12px;
	text-decoration: none;
	color: #0089CC;
}
.prodlist_header a:hover {
	font-size: 12px;
	text-decoration: underline;
}
.prodlist_price {
	float: left;
}
.prodlist_listprice {
	float: left;
}
.prodlist_rating {
	float: right;
}
.prodlist_ratingheader {
	font-size: 10px;
	font-weight: bold;
}
.prodlist_deliveryheader {
	font-size: 10px;
	font-weight: bold;
}
.prodlist_deliverymessage {
	text-align: left;
	font-size: 10px;
	height: 26px;
}
.prodlist_brand {
	font-size: 12px;
	text-align: left;
	display: none;
}
.prodlist_listprice {
	background: url(/media/img/listprice_line.png) no-repeat scroll left top transparent;
}
.prodlistpricefrom {
	font-size: 10px;
}
.prodlist_instock {
	color: #090;
}
.prodlist_stockmessage {
	color: #999999;
}
/* end prodlist 2010 */

.leukvoorthuis_dropdownbanner {
	background-color: #fe0096;
	width: auto;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.dropdownbanner_text {
	float: left;
	padding: 15px;
}
.dropdownbanner_button {
	float: right;
	padding: 10px;
}
.dropdownbanner_button a {
	font-size: 11px !important;
	color: #666666 !important;
	font-weight: bold !important;
	text-decoration:none !important;
	margin: 0 !important;
	float: none !important;
	display: inline !important;
	padding: 0 !important;
}
.dropdownbanner_button_left {
	background:url(/media/img/dorpdownbanner_button.jpg) no-repeat scroll left top;
	width: 8px;
	height: 30px;
	float: left;
}
.dropdownbanner_button_right {
	background:url(/media/img/dorpdownbanner_button_x.jpg) repeat-x scroll right top;
	height: 20px;
	float: left;
	padding: 6px 8px 4px 0;
}
#homepage_title h1 {
    color: #0089CC;
    font-size: 11px;
    font-weight: normal;
	padding: 4px 0 0 10px;
}
#footer_conditions a {
	color: #fff;
}
#specBrowserProdList2 .specBrowser a:hover {
	color: #0089CC !important;
}
.subMenu {
	margin: 0 !important;
}
.prodlist-sub-nav-header {
	color: #363636;
	font-size: 13px !important;
	border: 1px solid #ccc;
	padding: 10px 10px 10px 10px !important;
	margin: 0 0 0 0;
}
.prodlist-subcategories-img {
	position: relative;
	top: -1px;
}
.prodlist-sub-nav-new {
	margin:10px !important;
}
#thuiswinkellogo {
	float: right;
}
#brandlogos {
	width: 1000px;
	height: 100px;
	margin: 10px auto;
}
#brandlogos a {
	margin: 0 4px;
}
#recentViewedProducts {
	padding: 10px;
	border: 1px solid #ccc;
	float: left;
}
#recentViewedProductsHeader {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
#recentViewedProducts ul {
	margin: 0 -5px 0 0;
	padding: 0;
	list-style-type: none;
}
#recentViewedProducts li {
	float: left;
	margin-right: 5px;
}
#recentViewedProducts a {
	display: block;
	padding: 2px;
	border: 1px solid #f3f3f3;
}
#recentViewedProducts a:hover {
	border-color: #0089CC;
}
#recentViewedProducts a img {
	display: block;
}
/* Clearfix, should be applied to the container of the floating elements! */
.clearFix:after, .specBrowser:after, .selectedSpecs:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearFix, .specBrowser, .selectedSpecs {
	min-height: 0; /* Triggers hasLayout in IE 7 */
}
* html .clearfix, * html .specBrowser, * html .selectedSpecs {
	height: 1%; /* Triggers hasLayout in IE 6 */
}
#specBrowserProdList2 .specBrowser a:hover {
	color: #0089CC;
}
#contactform {
	padding: 15px;
	background-color: #fbfbfb;
	border: 1px solid #ccc;
	width: 350px;
}
.specialimg {
	background:none repeat scroll 0 0 #F1F1F1;
	border:1px solid #A3A3A3;
	padding:3px;
}
/*=== Custom Slider Styles ===*/
#homepagebanner_wrapper {
	float: right;
	width: 700px;
	height: 438px;
	margin: 0 0 15px 0;
}
#homepage_box_top	{
	background: url(/media/img/homepage_usp_box_top.png) no-repeat left top;
	width: 700px;
	height: 24px;
}
#homepage_box_bottom	{
	background: url(/media/img/homepage_usp_box_bottom.png) no-repeat left top;	
	width: 700px;
	height: 24px;
}
#homepage_box_usp	{
	width: 670px;
	height: 145px;
	padding: 15px 15px 0;
	background-color: #ffffff;
}

#homepage_box_usp	{
	width: 670px;
	height: 145px;
	padding: 15px 15px 0;
	background-color: #ffffff;
}
#homepage_box_usp a	{
	text-decoration: underline;
}
	#homepage_box_usp_left	{
		background: url(/media/img/homepage_box_usp_separater.jpg) no-repeat scroll right 10px;
		width: 213px;
		height: 145px;
		float: left;
		font-size: 10px;
		padding: 0 10px 0 0;
	}
		#homepage_box_usp_left ul, #homepage_box_usp_middle ul, #homepage_box_usp_right ul	{
			list-style-image: url(/media/img/senn_square.gif);			
		}
		#homepage_box_usp_middle li, #homepage_box_usp_right li	{
			padding: 3px 0;			
		}
		#homepage_box_usp_left li	{
			padding: 3px 0;			
		}		
		#homepage_box_usp_left h2, #homepage_box_usp_middle h2, #homepage_box_usp_right h2	{
			padding: 0 0 5px 0;	
			font-size: 11px;
			color: #0089CC;
		}		
	#homepage_box_usp_middle	{
		background: url(/media/img/homepage_box_usp_separater.jpg) no-repeat scroll right 10px;
		width: 208px;
		height: 145px;
		float: left;
		padding: 0 0 0 15px;
	}
	#homepage_box_usp_right	{
		width: 207px;
		height: 145px;
		float: left;
		padding: 0 0 0 15px;
	}
#slider_large_wrapper {
	width: 700px;
	height: 230px;
	background-color: #ffffff;
}
#slider {
	position:relative;
	width: 700px;
	height: 230px;
	background: url(/components/nivoslider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-25px;
	display: none;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/components/nivoslider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/components/nivoslider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px 10px;
	margin:0;
	font-size: 14px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*====================*/
.side-box	{
	margin: 0 0 15px 0;
}
.box-head-top, .box-head-silver {
	width: 226px;
	height: 21px;
	color: #0089CC;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 0 10px;
	background: url(/media/img/box_header_back.png) no-repeat scroll left top;
}
.box-content {
	width: 206px;
	background-color: #E7E7E7;
	padding: 0 15px;
	font-size: 11px;
}
.box-content a {
	font-size: 11px;
}
.box-content-usp {
	width: 206px;
	padding: 10px 15px 0;
	background-color: #E7E7E7;
}
.box-content-categories {
	width: 236px;
	padding: 0;
	background-color: #E7E7E7;
	font-size: 11px;
}
.box-bottom {
	width: 236px;
	height: 18px;
	background: url(/media/img/box_header_back_bottom.png) no-repeat scroll left top;
}
#mailinglist_wrapper {
	padding: 0 0 0 10px;
}
.box-content-selection a {
	background: none !important;
	padding: 0 !important;
	color: #666666;
	font-size: 11px;
}
#shop-content-middle #order_step_content_v2	{
	margin: 0 !important;
}
.table_cart_v2 hr, #shop-content-middle hr	{
	margin: 0;
	padding: 5px 0;
}
.newStamp, .saleStamp	{
	background-color: #007fc6 !important;
}
.CPbox_logon	{
	padding: 10px 0 0 0;
}
