@charset "utf-8";

body, html{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	background-color:#1f1e23;
	color:#000;  /* #201f24;*/
}

object, button, form, a {
	outline:none;
}	

#centreren{
	width:805px;
	margin:0px auto;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding : 8px 0px 8px 10px;
	margin : 0px;
}

.h1Containter {
	width: 500px;
}

h2 {
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	font-size: 16px;
	background-image: url('../../images/skin/default/icon_h2.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;
}


h3 {
font-size: 14px;
font-weight: bold;
padding : 0px 0px 8px 0px;
margin : 0px;
}

a, object {
	outline:none;
}

#header_start {
	font-size:19px;
	margin:0px auto;
	margin-top:20px;
	padding-top:10px;
	width:805px;
	height:550px;
	color:#201f24;
	background:#fff;
}

#header_start ul{
list-style:none;
margin: 0px;
padding: 0px;
padding-top: 2px;

}

#header_start li{
display:inline;
padding: 0px 100px 0px 125px;
}

#header_start a:link {
	font-size:20px;
	color:#201f24;
	text-decoration:none;
}
#header_start a:visited {
	font-size:20px;
	color:#201f24;
	text-decoration:none;
}
#header_start a:hover {
	font-size:20px;
	color:#990000;
	text-decoration:none;
}
#header_start a:active {
	font-size:20px;
	color:#201f24;
	text-decoration:none;
	border:none;
}

/* headers eigenlijke site */
#header {
	
	height:145px;
	color:#201f24;
	padding-top:0px;
	line-height:25px;
}

#header h1, #header_start h1{
display:none;
}
#header h2, #header_start h2{
display:none;
}
#header h3, #header_start h3{
display:none;
}
#header p, #header_start p{
display:none;
}

.hidden {
	display:none;
}



#knoppen{
background-color:#201f24;
height:20px;
padding-top:5px;
color:#fff;
}

#knoppen ul, #knoppen2 ul{
list-style:none;
margin: 0px;
padding: 0px;
padding-top: 0px;
}
#knoppen li, #knoppen2 li{
display:inline;
}
#knoppen a:link, #knoppen a:visited, #knoppen a:active{
padding: 0px 20px 0px 10px;
color:#000;
text-decoration: none;
}
#knoppen a:hover{
padding: 0px 20px 0px 10px;
color:#ffff00;
text-decoration: none;
}

#knoppen2 a:link, #knoppen2 a:visited, #knoppen2 a:active{
padding: 0px 60px 0px 20px;
color:#ffffff;
text-decoration: none;
}
#knoppen2 a:hover{
padding: 0px 60px 0px 20px;
color:#ffff00;
text-decoration: none;
}

#knoppen3 {
	background-color: #494949;
	padding-left: 20px;
}

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

#knoppen3 li{
	display:inline;
	background-color: #515151;
	float: left;
	margin-right: 2px;
}

#knoppen3 li:hover{
	background-color: #FFF;
}

#knoppen3 a, #knoppen3 a:link, #knoppen3 a:visited, #knoppen3 a:active {
	padding: 8px 10px 8px 25px;
	background-image: url('../../images/skin/default/nav_arrow.png');
	background-repeat: no-repeat;
	background-position: 5px 9px;
	color:#cfcfcf;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#knoppen3 a:hover, #knoppen3 a.active {
	color:#201f24;
	text-decoration: none;
	background-color: #ffffff;
	background-image: url('../../images/skin/default/nav_arrow_over.png');
}



/*middendeel */
#midden{
	background-color:#FFFFFF;
	color:#201f24;
	width:805px;
}


#topBlock {
	font-size:10px;
	padding: 5px;
	color:#484848;
	
	border-bottom: 1px dotted #484848;
	margin-top: 0px;
	text-align:right;
	color:#FFF;
	margin-bottom: 2px;
}

#topBlock a {
	color: #FFF;
}

#footer {
	font-size:10px;
	width:783px;
	padding: 10px;
	color:#484848;
	background-color:#2b2a2d;
	border: 1px dotted #484848;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer span {
color: #ffffff;
}

/* knoppenlinks opmaak */
#footer a:link, #start a:link{
	color:#ffffff;
	text-decoration: none;
}
#footer a:visited, #start a:visited{
	color:#ffffff;
	text-decoration: none;
}
#footer a:hover, #start a:hover{
	color:#ffffff;
	text-decoration: underline;
}
#footer a:active, #start a:active {
	color:#ffffff;
	text-decoration: none;
}


a {
	color:#000;
	text-decoration:none;
}

ul {
list-style-image:none;
list-style-type:none;

}

.stroke01{
	line-height: 3px;
	background-image: url('../../images/skin/default/stroke_01.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.padding5{
	padding: 5px;
}


.padding10{
	padding: 10px;
}

.marginRight20{
	margin-right: 20px;
}

.marginRight10{
	margin-right: 10px;
}

.marginRight5{
	margin-right: 5px;
}

.marginLeft10{
	margin-left: 10px;
}

.marginLeft5{
	margin-left: 5px;
}

.marginTop10{
	margin-top:10px;
}

.marginTop20{
	margin-top:20px;
}


.marginBottom10{
	margin-bottom:10px;
}

.marginBottom20{
	margin-bottom:20px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}

.right {
	text-align: right;
}

.container {
	width:100%;
	overflow:hidden;
}

#clear , .clear {
	clear:both;
	margin:0px;
	padding:0px;
}


img, div , a ,li { 
	border: 0px;
	
}

form {
	margin:0px;
	padding:0px;
}


#page {
	padding:20px;
}

.searchProduct {
	color: #FFF;
	background-color: #201f24;
	padding: 5px 10px 5px 10px;
}

.searchProduct input[type="text"]{
	float: left;
	display:block;
	width: 160px;
	height: 15px;
	margin-right: 5px;
	margin-top: 1px;
	font-size:11px;
}
.searchProduct input[type="submit"] {
	float: left;
	width: 80px;
	margin-right: 5px;
}

.searchProduct select {
	float: right;
	width: 200px;
	margin-right: 0px;
	height: 21px;
	margin-top: 1px;
}

.searchProduct .searchIcon{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-top: 1px;
	float: left;
}

.searchProduct label {
	float: left;
	padding: 4px 0px 0px 0px;
	width: 50px;
	margin-right: 5px;
}

#breadcrumbs {
	background-color: #e4e4e4;
	padding: 3px 10px 3px 10px;
	font-size: 11px;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active{
color:#818181;
text-decoration: none;
font-size: 11px;
background-image: url('../../images/skin/default/arrow_breadcrumb.png');
background-repeat: no-repeat;
background-position: 0px 4px;
padding: 0px 5px 0px 9px;
margin-left: 5px;
}

#breadcrumbs a:hover{
color:#c4033c;
font-size: 11px;
text-decoration: none;
background-image: url('../../images/skin/default/arrow_breadcrumb.png');
background-repeat: no-repeat;
background-position: 0px 4px;
padding: 0px 5px 0px 9px;
margin-left: 5px;
}

#pageContent {
	border: 1px solid #e4e4e4;
	padding: 10px 10px 10px 10px;
}

#pageContent .pageContentLeft {
	width: 188px;
}

#pageContent .pageContentRight {
	width: 555px;
}

#pageContent .pageContentLeft2 {
	width: 365px;
}

#pageContent .pageContentRight2 {
	width: 360px;
}

.shoppingCartShort{
	padding-top: 10px;
}



.shoppingCartShort a {
	color: #818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_cart2.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 23px;
	height: 18px;
	width: auto;
}

.shoppingCartShort a:hover{
	background-image: url('../../images/skin/default/icon_cart2_over.png');
	color: #c4033c;
}

.shoppingCartShort a.logout, a.logout {
	color: #818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_del.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 15px;
	height: 18px;
	width: auto;
}

#catalogueOverview {
	border: 1px solid #e4e4e4;
	padding: 10px 10px 10px 10px;
}

#catalogueOverview .catalogueOverviewCategory {
	width: 178px;
	float: left;
}

#catalogueOverview .categoryPic {
	width: 168px;
	height: 126px;
	overflow: hidden;
	border: 5px solid #e4e4e4;
	background:#ededed;
}

#catalogueOverview .categoryPic:hover {
	border: 5px solid #201f24;
}

#catalogueOverview .categoryName{
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	font-size: 16px;
	background-image: url('../../images/skin/default/icon_productcategory.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

#catalogue {
	border: 1px solid #e4e4e4;
	padding: 10px 10px 10px 10px;
}

#catalogue .sideBar {
	width: 188px;
}

.categorySelector {
	background-color: #e4e4e4;
	width: 168px;
	margin-right: 10px;
	padding: 5px 5px 10px 5px;
}

 .categorySelector ul ,  .categorySelector ul li{
	list-style-type:none;
	margin:3px 0px 3px 0px;
	padding:0px;
}
.categorySelector a:link,  .categorySelector a:visited,  .categorySelector a:active{
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_productcategory_off.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color:#818181;
}

.categorySelector a:hover{
	background-image: url('../../images/skin/default/icon_productcategory.png');
	color:#c4033c;
}



.categorySelector a.sub:hover{
	background-image: url('../../images/skin/default/icon_productsubcategory.png');
	color:#c4033c;
}

.categorySelector a.active {
	background-image: url('../../images/skin/default/icon_productcategory.png');
	color:#c4033c;
	font-size: 13px;
	background-position: 5px 7px;
}

 .categorySelector a.sub:link, .categorySelector a.sub:visited, .categorySelector a.sub:active{
	padding: 0px 5px 0px 25px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_productsubcategory_off.png');
	background-repeat: no-repeat;
	background-position: 17px 4px;
	color: #201f24;
}

 .categorySelector a.active2 {
	color:#c4033c;
	padding: 0px 5px 0px 25px;
	background-image: url('../../images/skin/default/icon_productsubcategory_off.png');
	background-repeat: no-repeat;
	background-position: 17px 4px;
}



.myShoppingCart{
}

#catalogue .myShoppingCartDetails{
	background-color: #e4e4e4;
	width: 166px;
	margin-right: 10px;
	padding: 8px 5px 8px 5px;
	border: 1px dashed #c1c1c1;
}

#catalogue .myShoppingCart a:link, #catalogue .myShoppingCart a:visited, #catalogue .myShoppingCart a:active{
	color:#818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_viewcart_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	margin-top: 6px;
	display: block;
	height: 18px;
}

#catalogue .myShoppingCart a:hover{
	background-image: url('../../images/skin/default/icon_viewcart_01_over.png');
	color: #c4033c;
}

#catalogue .myShoppingCartTitle, .title {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 28px;
	background-image: url('../../images/skin/default/icon_cart.png');
	background-repeat: no-repeat;
	background-position: 6px 4px;
	background-color: #201f24;
	color: #ffffff;
	width: 145px;
	border: 1px dotted #c1c1c1;
	margin-bottom: 5px;
}

#catalogue .myShoppingCartItems{
}

#catalogue .myShoppingCartTotal{
}

#catalogue .myShoppingCartTotal .total{
	font-weight: bold;
}

#catalogue .products {
	width: 555px;
}

#catalogue .product {
	width: 178px;
	float: left;
}

#catalogue .productClose {
	background-color: #e4e4e4;
	text-align: right;
	padding: 5px 5px 5px 5px;
}

#catalogue .productPic , .productPic {
	width: 168px;
	height: 126px;
	overflow: hidden;
	border: 5px solid #e4e4e4;
	background:#FFF;
	text-align:center;
}

#catalogue .productPic:hover {
	border: 5px solid #201f24;
}

#catalogue .productName{
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	font-size: 14px;
	background-image: url('../../images/skin/default/icon_productcategory.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

#catalogue .productTag{
	padding: 4px 5px 2px 5px;
	border: 1px dashed #c1c1c1;
	margin-top: 5px;
	background-color: #e4e4e4;
	font-weight: bold;
}

#catalogue .productBack{
	padding: 5px 6px 4px 6px;
	border-bottom: 1px dotted #c1c1c1;
}

#catalogue .productBack a:link, #catalogue .productBack a:visited, #catalogue .productBack a:active{
	color:#818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_back_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
}

#catalogue .productBack a:hover{
	background-image: url('../../images/skin/default/icon_back_01_over.png');
	color: #c4033c;
}

#catalogue .productContact{
	padding: 5px 6px 4px 6px;
	border-bottom: 1px dotted #c1c1c1;
	margin-top: 5px;
}

#catalogue .productContact a:link, #catalogue .productContact a:visited, #catalogue .productContact a:active{
	color:#818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_ask_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
}

#catalogue .productContact a:hover{
	background-image: url('../../images/skin/default/icon_ask_01_over.png');
	color: #c4033c;
}

#catalogue .productBadge{
	height: 55px;
	width: 55px;
	margin-top: -20px;
	margin-left: 132px;
	position: absolute;
}

#catalogue .productTag .price{
	width: 80px;
	padding-top: 1px;
} 

#catalogue .productTag .order{
	width: 80px;
} 


#catalogue .productTag a:link, #catalogue .productTag a:visited, #catalogue .productTag a:active{
	padding: 1px 5px 0px 25px;
	display: block;
	height: 18px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_cart.png');
	background-repeat: no-repeat;
	background-position: 5px 0px;
	color:#818181;
}

#catalogue .productTag a:hover{
	color:#c4033c;
}

#catalogue .productInfo{
	width: 360px;
}

.spec{
	margin-bottom:2px;
	padding: 5px;
	width: 88px;
	margin-right: 2px;
	background-color:#e4e4e4;
}

.specInfo, .advInfo {
	margin-bottom:3px;
	padding: 5px;
	width: 250px;
	background-color: #eeeeee;
}

.advInfo {
	width: 100%;
}

#catalogue .productInfo .description{
	padding: 5px;
}

#catalogue .productInfo .orderBig{
	padding: 5px 5px 5px 5px;
	border: 1px dotted #c1c1c1;
	margin-top: 5px;
	background-color: #201f24;
	font-weight: bold;
}

#catalogue .productInfo .orderBig a:link, #catalogue .productInfo .orderBig a:visited, #catalogue .productInfo .orderBig a:active{
	padding: 5px 5px 0px 35px;
	display: block;
	height: 19px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_cart_big.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#ffffff;
}

#catalogue .productInfo .orderBig a:hover{
	color:#c4033c;
}

.relatedProductsTitle {
	font-weight: bold;
	font-size: 12px;
	padding: 2px 5px 2px 20px;
	background-color: #818181;
	color: #FFF;
	background-image: url('../../images/skin/default/icon_products_more.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
}


.relatedProducts {

}

.relatedProducts .navArrows {
	width: 20px;
	padding: 65px 0px 0px 0px;
} 

.relatedProducts .moreProducts {

	margin: 0px 10px 0px 10px;
	
} 

.Cproduct {
	width: 138px;
	float: left;
}

.CproductPic {
	width: 128px;
	height: 96px;
	overflow: hidden;
	border: 5px solid #e4e4e4;
	background:#ededed;
}

.CproductPic:hover {
	border: 5px solid #201f24;
}

.CproductName{
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_productcategory.png');
	background-repeat: no-repeat;
	background-position: 5px 6px;
}

.CproductBadge{
	height: 30px;
	width: 30px;
	margin-top: -10px;
	margin-left: 112px;
	position: absolute;
}

.CproductTag{
	padding: 4px 5px 4px 5px;
	border: 1px dashed #c1c1c1;
	margin-top: 5px;
	background-color: #e4e4e4;
	font-weight: bold;
}

.CproductTag .Cprice{
	padding-top: 1px;
	text-align:center;
} 

#shoppingBadge {
	width: 446px;
	height: 92px;
	background-image: url('../../images/skin/default/badge_shopping_bg.png');
	background-repeat: no-repeat;
	position:absolute;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 25px;
	top:50%;
	left:50%;
	z-index:999;
	margin-top:-46px;
	margin-left:-223px;
}

#shoppingBadge .shoppingBadgeOptions {
	padding-top: 15px;
	font-size: 12px;
}

#shoppingBadge .shoppingBadgeOptions a, #shoppingBadge .shoppingBadgeOptions a:link, #shoppingBadge .shoppingBadgeOptions a:visited, #shoppingBadge .shoppingBadgeOptions a:active{
	font-weight: bold;
	font-size: 12px;
	color:#818181;
}

#shoppingBadge .shoppingBadgeOptions a:hover{
	color:#c4033c;
}

.shopList {
	width: 555px;
}



.shopList .shopListOrder button.order {
	padding: 3px;
	padding-left:20px;
	font-weight: bold;
	font-size: 12px;
	background: url('../../images/skin/default/icon_cart.png');
	background-color: none;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color:#818181;
	border:0px;
	margin-top: -6px;
}

.shopList .shopListOrder button.order:hover {
	cursor:hand;
	cursor:pointer;
}

.shopList .bringBack {
	padding: 0px 5px 0px 0px;
	margin-left:-5px;
}

.shopList .bringBack a {
	padding: 1px 4px 0px 26px;
	display: block;
	height: 15px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_bringback.png');
	background-repeat: no-repeat;
	background-position: 4px 0px;
	color:#818181;
}

.shopList .bringBack a:hover{
	color:#c4033c;
}

.shopList .shopListProduct a:link, .shopList .shopListProduct a:visited, .shopList .shopListProduct a:active{
	padding: 0px 5px 0px 20px;
	display: block;
	height: 15px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_product_more.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	color:#201f24;
}

.shopList .shopListProduct a:hover{
	color:#c4033c;
	background-image: url('../../images/skin/default/icon_product_more_over.png');
}

.shopListHeader {
	font-weight: bold;
	background-color: #201f24;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	background-image: url('../../images/skin/default/icon_cart.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
	border: 1px dotted #c1c1c1;
}

.shopListHeader2 {
	font-weight: bold;
	background-color: #201f24;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	border: 1px dotted #c1c1c1;
}

.shopListRow {
	background-color: #e4e4e4;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	border: 1px dashed #c1c1c1;
}

.shopListRow select {
	margin: 0px;
	padding: 0px;
}

.shopListPrice {
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	font-weight: bold;
	border: 1px dashed #c1c1c1;
	background-color:#e4e4e4;
}

.shopList .cell {
	padding: 5px 5px 5px 5px;
}

.shopList .picMargins {
	margin: 2px 0px 0px 0px;
}

.shopList .txtMargin {
	padding-top: 22px;
}

.shopList .txtMargin2 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.shopList .thumb {
	width: 48px;
	height: 48px;
	overflow: hidden;
	border: 1px solid #818181;
	background:#ededed;
}

.shopList .next {
	text-align:right;
}

.shopList .next a, .shopList .next a:link, .shopList .next a:visited, .shopList .next a:active {
	color:#818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_next_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
	margin-top: 8px;
}

.shopList .next a:hover {
	background-image: url('../../images/skin/default/icon_next_01_over.png');
	color: #c4033c;
}

.shopList .prev {
	text-align:left;
}

.shopList .prev a, .shopList .prev a:link, .shopList .prev a:visited, .shopList .prev a:active, a.prev {
	color:#818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_prev_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
	margin-top: 8px;
}

.shopList .prev a:hover {
	background-image: url('../../images/skin/default/icon_prev_01_over.png');
	color: #c4033c;
}

.shopOrder {
	width: 555px;
}

.shopOrder .steps {
} 

.shopOrder .step {
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 6px 0px 0px 44px;
	font-weight: bold;
	height: 37px;
	width: 92px;
	background-color: #e4e4e4;
	margin-right: 2px;
} 

.shopOrder .activeStep {
	border:1px solid #c1c1c1;
	width: 90px;
	height: 36px;
	padding: 5px 0px 0px 44px;
	background-position: 5px 4px;
}

.shopOrder .step1 {
	background-image: url('../../images/skin/default/step_01.png');
}

.shopOrder .step2 {
	background-image: url('../../images/skin/default/step_02.png');
}

.shopOrder .step3 {
	background-image: url('../../images/skin/default/step_03.png');
}

.shopOrder .step4 {
	background-image: url('../../images/skin/default/step_04.png');
}

.shopOrder .step1Active {
	background-image: url('../../images/skin/default/step_01_active.png');
}

.shopOrder .step2Active {
	background-image: url('../../images/skin/default/step_02_active.png');
}

.shopOrder .step3Active {
	background-image: url('../../images/skin/default/step_03_active.png');
}

.shopOrder .step4Active {
	background-image: url('../../images/skin/default/step_04_active.png');
}

.shopOrder .stepInfo {
	font-weight: normal;
	color: #818181;
} 

.shopForm  {

}

.shopForm .formHeader {
	padding: 5px 0px 0px 10px;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #201f24;
	margin-bottom: 5px;
	border: 1px dotted #c1c1c1;
}

.shopForm .formSubHeader {
	padding: 5px 0px 0px 10px;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #818181;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px dotted #c1c1c1;
}

.shopForm .formContent {
	background-color:#e4e4e4;
	border: 1px dashed #c1c1c1;
	padding: 10px 10px 10px 10px;
}

.shopForm label {
	display: block;
	width: 120px;
	float:left;
	margin-bottom: 10px;
	font-size:11px;
	color: #3f4345;
	font-weight: bold;
}

.shopForm label .smallLabel {
	display: block;
	width: 120px;
	margin-bottom: 0px;
	font-size: 9px;
	color: #939393;
	font-weight: normal;
}


.shopForm input[type="text"], .shopForm select ,.shopForm textarea, .shopForm input[type="password"] {
	float: left;
	margin-bottom: 10px;
	width: 200px;
}

.shopForm input[type="radio"] {
	margin-top:0px;
}

.shopForm textarea {
	height: 100px;
}

.shopForm select {
	width: 202px;
	margin-right:2px;
}

.shopForm .formCheck {
	padding: 2px 10px 5px 10px;
	width: 13px;
	height: 13px;
	float: left;
	background-image: url('../../images/skin/default/icon_formcheck.png');
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

.shopForm .checkFalse {
	background-image: url('../../images/skin/default/icon_formcheck_false.png');
}

.shopForm .checkTrue {
	background-image: url('../../images/skin/default/icon_formcheck_true.png');
}

.shopForm .formColumn {
	width:50%;
}

.shopForm .next {
	text-align:right
}

.shopForm button {
	color:#818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../../images/skin/default/icon_next_01.png');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 17px;
	height: 20px;
	margin-top: 8px;
	border: 0px;
	cursor: hand;
	cursor: pointer;
	float: right;
	text-align: left;
}

.shopForm button:hover {
	background-image: url('../../images/skin/default/icon_next_01_over.png');
	color: #c4033c;
}

.shopInvoice  {
}

.shopInvoice .invoiceHeader {
	padding: 5px 0px 0px 10px;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #201f24;
	margin-bottom: 5px;
	border: 1px dotted #c1c1c1;
}

.shopInvoice .invoiceSubHeader {
	padding: 5px 0px 0px 10px;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #818181;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px dotted #c1c1c1;
}

.shopInvoice .invoiceContent {
	background-color:#e4e4e4;
	border: 1px dashed #c1c1c1;
	padding: 10px 10px 10px 10px;
}


.shopInvoice .invoiceContent .invoiceContactData {
	width: 260px;
}

.shopInvoice .invoiceContent .invoiceDeliveryData {
	width: 260px;
}

#sitemap a, #sitemap a:link, #sitemap a:visited, #sitemap a:active {
	text-decoration:none;
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_sitemapcategory_01.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color: #201f24;
}

#sitemap a:hover {
	color: #c71642;
}

#sitemap li  {
	margin:0px 15px;
	padding:4px;
	padding-left:0px;
	font-size:12px;
	font-weight:bold;
	list-style: none;
	list-style-position: inside;
}

#sitemap ul {
	margin:0px;
	padding:2px;
	padding-left:5px;
	list-style-position: inside;
	list-style: none;
}

#sitemap li.cat {
	margin-left:25px;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.cat a, #sitemap li.cat a:link, #sitemap li.cat a:visited, #sitemap li.cat a:active {
	padding: 0px 5px 0px 25px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01.png');
	background-repeat: no-repeat;
	background-position: 17px 4px;
	color:#818181;
}

#sitemap li.cat a:hover {
	color:#201f24;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01_over.png');
}

#sitemap li.subcat {
	margin-left:40px;
	font-size:90%;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.subcat2 {
	margin-left:40px;
	font-size:85%;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.subcat2 a, #sitemap li.subcat2 a:link, #sitemap li.subcat2 a:visited, #sitemap li.subcat2 a:active {
	padding: 0px 5px 0px 25px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01.png');
	background-repeat: no-repeat;
	background-position: 17px 4px;
	color:#818181;
}

#sitemap li.subcat2 a:hover {
	color:#201f24;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01_over.png');
}

.agendaItem {
}

.agendaTitle {
	padding: 0px 5px 5px 10px;
	font-weight: bold;
	font-size: 16px;
	background-image: url('../../images/skin/default/icon_h2.png');
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

.agendaDate {
	padding: 0px 5px 5px 10px;
	font-size: 9px;
	color: #818181;
	font-style: italic;
}

.agendaContent {
	padding: 0px 10px 0px 10px;
}

.agendaText {
	width: 530px;
}

.agendaPic {
	width: 128px;
	height: 128px;
	overflow: hidden;
	border: 4px solid #e4e4e4;
	background:#ededed;
	margin-right:10px;
}


.errorForm {
	background:#e5d2d5;
	padding:15px;
	color:#000;
	font-weight:normal;
	margin: 10px 0px;
	border:1px solid #59000c;
}

.errorForm li {
	margin-left:30px;
	padding: 1px 0px;
	list-style: disc;
	list-style-position: outside;
}


.videoMoreInfo a:link, .videoMoreInfo a:visited, .videoMoreInfo a:active{
	color:#818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_product_more.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	height: 18px;
	margin-top: 8px;
}

.videoPlayer {
	background-color: #e4e4e4;
	padding: 8px 8px 8px 8px;
	margin-top:-4px;
}

.video {
	background-color: #e4e4e4;

}

.videoMoreInfo a:hover{
	color:#c4033c;
	background-image: url('../../images/skin/default/icon_product_more_over.png');
}

.contentBox {
	padding: 0px 5px 5px 5px;
}

.videoTabs {
	margin:0px;
	background-color: #fbfbfb;
}

.videoTabs a:link, .videoTabs a:visited, .videoTabs a:active{
	color:#818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/nav_video.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding: 5px 5px 4px 25px;
	display: block;
	margin-top: 8px;
	float: left;
	background-color: #fbfbfb;
	width:auto;
	border: 1px solid #e4e4e4;
}

.videoTabs a:hover, .videoTabs a.activeVideo{
	background-color: #e4e4e4;
	color:#c4033c;
	background-image: url('../../images/skin/default/nav_video_over.png');
}


.demoForm {
	
	background-repeat: no-repeat;
	width: 359px;
	height: 192px;
}



.demoFormWrap {
	padding: 74px 0px 0px 63px ;
}

.demoForm input {
	background-color: #ffffff;
	width: 110px;
	height: 15px;
	border: 0px solid #ffffff;
	display: block;
	font-size: 11px;
	margin-bottom: 7px;
}

.demoForm input[type="image"] {
	width: 74px;
	background: none;
	border: 0px; 
	height: 19px;
	margin: 0px;
	padding: 0px;
}

.spacer {
	height:3px;
	line-height:2px;
	margin:2px 0px;
}


#intro {
	position:absolute;
	width:100%;
	top:50%;
	height:540px;
	margin-top:-270px;
	background:#FFF;
	
}

.bggrey { background:url('../../images/skin/default/intro.jpg') center 135px  no-repeat;  height:500px;}

#intro h2 { background:none; margin:2px 0px; padding:0px; text-align:center; font-size:12px;}

.introWrap{ width:970px; margin:0 auto; }

.introBlock { float:left; width:auto; margin:0px 5px;}

.introPic { width:120px; height:105px; overflow:hidden; margin-top:30px;}
.introPic2 { width:215;height:170px; overflow:hidden; margin-top:10px; text-align:center;}

#k {
	text-align:left;
	padding-top:50px;
	width:600px; margin:0 auto;
}

.homePic { width:370px ; height:220px; overflow:hidden;text-align:center;}

.demoFormSite {
	padding: 17px 0px 0px 13px ;
}

.demoFormSite input { border:2px solid #bbbbbb; padding:1px 3px ; height:16px;font-size:11px; float:left; margin-bottom:5px;}
.demoFormSite label { float:left; width:45px; margin-bottom:9px; padding:1px 1px ; font-weight:bold;}



.subnav2 {
	margin:0px;
	background-color: #fbfbfb;
}

.subnav2 a {
	color:#818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/nav_video.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding: 5px 5px 4px 25px;
	display: block;
	margin-bottom: 8px;
	
	background-color: #fbfbfb;
	width:auto;
	border: 1px solid #e4e4e4;
}

.subnav2 a:hover, .subnav2 a.active{
	background-color: #e4e4e4;
	color:#c4033c;
	background-image: url('../../images/skin/default/nav_video_over.png');
}


