.clearer
{
        clear: both;
        width: 1px;
}

/* ========= Varukorg ========= */

.price, .headerPrice, .headerTotalPrice, .totalPrice, .summaryNet, .summaryVAT, .DeliveryFeeValue, .TotalPriceValue  {
	display: none;
}

.AddCMSSysDiscountCodeButton {
	color: #fff !important;
	background-color: #FF7B02;
	border: 0;
	height: 22px;
	font-weight: bold;
	cursor: pointer;
}

.ShoppingContent {
	border-bottom: 5px solid #000;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.shoppingCartData table, .shoppingData table {
	/*background: url(/UserUploadImages/system/changeCartHeader.gif) no-repeat top left;*/
	width: 100%;
	margin: 10px 0 0 0;
}

.delete input {
	background: url(/UserUploadImages/system/iconDeleteItem.gif) no-repeat left bottom;
	border: 0;
	width: 23px;
	height: 23px;
	font-size: 0;
	cursor: pointer;
  	cursor: hand;
  	color: #f6722c;
}

.title, .CustomerTitle, .DeliveryTitle, .DeliveryFeeTitle, .PaymentTitle {
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 0 0;
	display: block;
}

.amount select {
	font-size: 10px;
}

.cartContent table {
	border-collapse: collapse;
	border: 0px solid #8a9294 !important;
	width: 100%;
}

.cartContent input, .cartContent select {
	font-size: 11px;
	border: 1px solid #858585;
}

.headerRow {
	color: #333333;
	font-size: 14px;
}

.headerRow th {
	height: 25px;
	text-align: left;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #d4dddf;
}

.cartContent td {
	padding: 5px;
}

.dataRow {
	border-bottom: 1px solid #d4dddf;
}

.dataRow td{
	border-right: 1px solid #d4dddf;
	padding: 2px;
}

.attributeRow td{
	/*background: url(/UserUploadImages/cartSeparatorLine.jpg) repeat-x left bottom;*/
}

.attributeRow td div{
	margin: 0 0 4px 0 !important;
	color: #444444;
}

.delete { border-right: 0 !important; }


.summary {
	margin: 20px 0 0 0;
	float: left;
	font-weight: bold;
	background: url(/UserUploadImages/viewItemTextEnd.jpg) no-repeat left top;
	width: 250px;
	height: 17px;
	padding: 8px 0 0 8px;
	font-size: 15px;
	color: #d58f12;
}

.checkoutLink {
	border: 0 !important;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	float: right;
}

.checkoutLink a {
	background: url(/UserUploadImages/system/btn-offert.gif) top left no-repeat;
	color: #fff !important;
	text-decoration: none;
	padding: 5px 35px;
	display: block;
	width: 160px;
	height: 31px;
        margin: 20px 10px 0px 0px;
}

.Checkout {
	background: url(/UserUploadImages/system/btn-offert.gif) top left no-repeat;
	padding: 5px 35px;
	border: 0 !important;
	color: #fff;
	font-size: 15px;
	font-family:Arial;
	cursor: pointer;
	font-weight: bold;
	margin: 10px 44px 0 0;
	width: 160px;
	float: right;
}

.title, .CustomerTitle, .DeliveryTitle, .DeliveryFeeTitle, .PaymentTitle {
	padding: 0 0 5px 2px;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.AddCMSSysCheckout {
	/*background: url(/UserUploadImages/headerBg_gray_550px.jpg) no-repeat 0px 28px;*/
}

.DeliveryFeeValue, .TotalPriceValue, .value, .TotalVATValue .text, .TotalDiscountValue .text, .HandlingFeeValue .text {
	font-weight: bold;
	padding: 0 2px;
}

.totalPrice, .DeliveryFeeValue .value, .TotalPriceValue .value, .TotalVATValue .value, .TotalDiscountValue .value, .HandlingFeeValue .value {
	text-align: right;
	padding: 0 10px 0 0 !important;
}

.CustomerContent, .DeliveryContent, .DeliveryFeeContent, .PaymentContent {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}

.CustomerContent, .DeliveryContent {
	border-right: 1px solid #ccc;
	margin-right: 10px;
	padding-right: 10px;
	height: 420px;
}

.CustomerContent input, .DeliveryContent input, .CustomerContent select, .DeliveryContent select, .DeliveryFeeContent select {
	width: 115px;
	border: 1px solid #1c1c1c;
	font-size: 11px;
	padding: 0 0 0 5px;
}

.CustomerContent select, .DeliveryContent select, .DeliveryFeeContent select {
	width: 122px;
}

.checkBox input  {
	width: auto;
	border: 0;
}

.LoginContent {
	display: none;
}



.ValidateContent {
	float: left;
	padding: 5px;
	margin: 0 0 10px;
	background-color: #fff;
}

.ValidateContent ul {
	margin: 0 0 0 3px;
	padding: 0;
}

.ValidateContent li {
	background: url(/UserUploadImages/system/iconAlert.gif) no-repeat 0px 2px;
	padding: 3px 0 1px 15px;
	font-size: 11px;
	list-style-type: none;
}

.articleFullDesc
{
        /*height: 330px;*/
        /*overflow-y: scroll;*/
}

.articleNameOwn
{
        overflow: hidden !important;
}

/* Hide delivery info */

#UsercontrolCMSControl61_DeliveryFeeRow {
        display: none;
}


#UsercontrolCMSControl61_DeliveryFeeCalculationRow{
        display: none;
}


#UsercontrolCMSControl61_PaymentKindCashOnDeliveryRow{
        display: none;
}



 /* Left Panel    ____________________________________ */ 

.LeftPanelWrapper {
	background: #FFE825 url(/UserUploadImages/system/leftpanel-top.gif) top left repeat-x;
	width:186px;
	height:auto;
	overflow:hidden;
	float: left;
	padding:0;
	margin-right:6px;
}

.Subnav {
	width:186px;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	overflow: hidden;
}

.Subnav li {
	background:url(/UserUploadImages/system/leftpanel-divider.gif) bottom left no-repeat;
	padding:0;
}

.Subnav li li {
	background: #fff496 none;
}

.Subnav ul ul {
	padding: 0 0 0 15px;
	background: #fff496 none;
}

.Subnav ul li { padding:0; margin:0; list-style:none; }

.Subnav a, .Subnav a:visited  {
	padding: 4px 0px 4px 24px !important;
	color: #000 !important;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	overflow: hidden;
	background: url(/UserUploadImages/system/bullet.gif) 0px 2px no-repeat;
}

.Subnav a:hover, .Subnav .AddCMSSysMainSelected { background: #ffd200 url(/UserUploadImages/system/bullet-selected.gif) 0px 2px no-repeat; }

.Subnav ul {
	margin:0;
	list-style:none;
	/*width:186px*/;
	height:auto;
}


/* ===== Artikel lista ===== */

.AddCMSSysBuyButtonButton {
	background: url(/UserUploadImages/system/offert-btn.gif) top left no-repeat;
	border: 0 !important;
	width: 71px;
	height: 16px;
	color:  #fff;
	font-size: 11px;
}

.AddCMSSysArtAttrView {
	text-align: right;
}

.attributeName {
	margin-right: 10px;
}

.artListItem, .relArtItem {
	height: 270px;
	width: 172px;
	float: left;
}

.articleThumb {
	border: 1px solid #d1d1d1;
	margin: 0 0 5px 0;
	float: left;
}

.articleName {
	font-weight: bold;
	font-size: 18px;
	display: block;
}


.articleName a {
	color: #000 !important;
        text-decoration: none !important;
        font-size: 11px;
}



.articleNumber {
	font-weight: normal;
	font-size: 10px;
	display: block;
}

.artListHeader {
	display: none;
}

.articleImage {
	min-height: 350px;
	height:auto !important;
	height: 350px;
	float:left;
	width:427px;
}

.bigImage {
	border: 1px solid #d1d1d1;
}

.thumbnails img {
	margin-top: 10px;
}


.thumbnails img {
	height: 70px;
	margin-right: 10px;
}

.relArtArtHeader h3 {
	font-size: 14px;
	margin-top: 20px;
}

/* HTML Elements Standard ____________________________________ */


.AddCMSSysSub2 {
	background-color: #fff496;
}

.AddCMSSysSub2 li {
	background: none !important;
}

.AddCMSSysSubSelected {
	background-color: #ffd200 !important;
}


/* HTML Elements Standard ____________________________________ */

html,body,form, div, p {
	margin: 0;
	padding: 0; 
}

img {
	border: 0;
}

img, div { behavior: url(/UserUploadImages/system/iepngfix.htc) }

.clear {
font-size:0px;
overflow:hidden;
line-height:0px;
clear:both; }



/* Type Elements  ____________________________________ */
body {
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #010101;
font-size: 14px;
line-height: 1.4em;
background: #fff url(/UserUploadImages/system/body-bg.gif) top left repeat-x;
}

h1, h2, h3, h4, h5, h6 {
padding: 0;
margin: 0;
line-height: 1em;	
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 0px 0;
	color: #000;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;	
	padding: 0 0 5px 0;
	color: #fff;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 14px 0;
	color:#000;
}
h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 6px 0;
	color:#fff;
}
h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 12px 0;
	color:#464646;
}
a {
	font-family:  Arial, verdana, Helvetica, sans-serif;
}


 
/* Layout Elements ____________________________________ */

#mainContentWrapper{
	width: 904px;
	height:auto;
	margin:0px auto;
}

.mainContentWrapperFooter{
background:url(/UserUploadImages/system/footer-bg.gif) bottom left repeat-x;
padding: 0px 0px 160px 0px;
}


#header { 
	width: 904px;
	height: 72px;
	overflow:hidden;
	background:  url(/UserUploadImages/system/header-img.gif) top right no-repeat;
}

#header .TopLinks { 
	width: 210px;
	height: 39px;
	overflow:hidden;
	float:right;
}

#logo {
width:199px;
height:64px;

padding-top:0px; 
padding-left:0px;
overflow:hidden;
}



/* Start page items */

/* Navigation Menu ====================================================== */
/* Top Navigation Menu  ____________________________________ */

#navigation  {
clear: both;
width: 904px;
height: 41px;
padding: 0;
overflow:hidden;
background:url(/UserUploadImages/system/nav-mid.gif) top left repeat-x;
}

.navigation-RightBg {
height: 41px;
background: url(/UserUploadImages/system/nav-right.gif) top right no-repeat;
}
 
#navigation ul { padding:0; margin:0; list-style:none; }
#navigation ul li { padding:0; margin:0; list-style:none; display: inline; }
#navigation ul li a { padding:0; margin:0; list-style:none; display: block; }
#navigation ul li a:hover { }
  
  
#navigation ul.AddCMSSysMain{
margin: 0 auto;
padding:0;
list-style: none;
height: 41px;
overflow:hidden;
}

#navigation .AddCMSSysMain li{
	float: left;
	background:url(/UserUploadImages/system/nav-divider.gif) top right no-repeat;
}

#navigation .AddCMSSysMain li a{
	float: left;
	display: block;
	color:#000;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none; 
	text-align: center;
	padding: 11px 14px 10px 15px;
	width:auto;
	height: 41px;
	cursor: pointer;
}

#navigation .AddCMSSysMain li  a.AddCMSSysMainSelected , #navigation .AddCMSSysMain li a:hover{
	color:#E2383F;
}
 


 


		  
 /* Content Wrapper ___________________________________________ */

.OutercontentWrapper {
clear:both;
width: 903px;
height:auto;

margin-top:3px;
padding:0px 0px 0px 0px;
 overflow:hidden;
 background:#fff;
 border:1px solid #C0C0C0;
}
 
.Subpage  .OutercontentWrapper {
 background:none;
 border:0px solid #C0C0C0;
}

.contentWrapper {
clear:both;
width:904px;
height:auto;
float:left;
padding:0px 0px 0px 0px;
 overflow:hidden;
}

 
 
/* HOme page ====================================================== */
		 
.contentWrapper .MainBodyText {
width:430px;
height:auto;

float:left;
overflow:hidden;

padding:28px 12px 15px 14px;
}

.contentWrapper .MainBodyText h1 {
padding:0px 0px 15px 0px;

}

.contentWrapper .MainBodyText .Link {
width:195px;
height:42px;
padding:12px 2px 0px 16px;
background:url(/UserUploadImages/system/Link-Bg.gif) top left no-repeat;
float:left;
overflow:hidden;
 }
 
.contentWrapper .MainBodyText .Link a {
		color:#000;
		font-weight:bold;
		text-decoration: none;
 		text-align:left;
		display:block;
		padding:5px 0px 0px 0px;
		 }
		 
.contentWrapper .MainBodyText .Link a:hover {
		color:#333;
		text-decoration:none;
		 }


 
 
.contentWrapper2 {
width:425px;
height:auto;
padding:12px 0px 0px 15px;
float: left;
 overflow:hidden; 
}
 
 .BoxWrapper-1 {
width:425px;
height:150px;
padding:0px 0px 0px 0px;
float: left;
overflow:hidden;
}

.BoxWrapper-1-RightImage {
width:auto;
height:150px;
padding:0px 0px 0px 0px;
background: url(/UserUploadImages/system/boxwrapper1-right.gif) right top no-repeat;
 overflow:hidden; 
}

.BoxWrapper-1-BottomImage {
width:413px;
height:150px;
padding:0px 7px 0px 5px;
background: url(/UserUploadImages/system/boxwrapper1-bottom.gif) bottom right no-repeat;
 overflow:hidden; 
}

.BoxWrapper-1-Images {
width:138px;
height:138px;
margin-top:4px;
padding:0px 0px 0px 0px;
float: left;
 overflow:hidden; 
}

.BoxWrapper-1-Description {
width:253px;
height:121px;
margin-top:4px;
padding:17px 10px 0px 10px;
float: left;
 overflow:hidden; 
background:#E80033;

color:#fff;
line-height:normal;
}

.BoxWrapper-1-Description-Bg {
background:#FFCC00;
}

.BoxWrapper-1-Padding {
padding:7px 0px 0px 0px;
}
.BoxWrapper-1-Description h2 {
padding:0px 0px 5px 0px;
color:#fff; 
}

.BoxWrapper-1-Description a {
		color:#fff;
		text-decoration: none;
 		text-align:right;
		display:block;
		padding:5px 0px 0px 0px;
		 }
		 
		.BoxWrapper-1-Description a:hover {
		color:#fff;
		text-decoration:underline;
		 }

.BoxWrapper-2 {
width:425px;
height:auto;
padding:0px 0px 0px 0px;
float: left;
overflow:hidden;
}

.BoxWrapper-2-CenterImage {
width:425px;
height:143px;
background: url(/UserUploadImages/system/content-divider.gif)  center top no-repeat;
overflow:visible;
}
 
 

.BoxWrapper-2-Description {
width:192px;
height:auto;

padding:0px 20px 0px 0px;
float: left;
 overflow:hidden;
 font-size:12px;
 line-height:normal;
}
 
.BoxWrapper-2-Padding {
padding:20px 0px 0px 0px;
}
.BoxWrapper-2-PaddingCenter {
padding:0px 0px 0px 18px;
}

.BoxWrapper-2-Description h3 {
padding:0px 0px 14px 0px;
}

.BoxWrapper-2-Description a {
		color:#E2383F;
		text-decoration: none;
 		text-align:right;
		display:block;
		padding:5px 0px 0px 0px;
		 }
		 
		.BoxWrapper-2-Description a:hover {
		color:#000;
		text-decoration:underline;
		 }

		 
 	 
 	 
/* Banner ====================================================== 

.bannerWrapper {
	width:636px;
	height:258px; 
	padding:13px 4px 0px 18px;
	overflow:hidden;
	float:left;
	line-height: normal;
} 
		.banner {
		width:383px;
		height:258px; 		
		padding:0px 0px 0px 0px;
		overflow:hidden;
		float:left;
		}
		.bannerInfo {
		width:250px;
		height:258px; 		
		padding:0px 0px 0px 0px;
		overflow:hidden;
		float:left;
		 
		}
		
*/
 		 
		
		 
	 

/* sub page  ____________________________________ */
 
 		


/* sub page Text ============================= */ 

.Subpage .MainBodyText {
float:left;
padding: 11px 10px 11px 8px;
width:690px;
height:auto;
font-size:12px;
font-weight:normal;
background:#fff;
border:1px solid #C0C0C0;
}
 
.Subpage a { 
color:#B79D52;
text-decoration: underline;
}

.Subpage a:hover { 
color:#000;
text-decoration:none;
}
	
#breadcrumb {
margin:0px 0px 15px 0px;
padding:0px 0px 0px 15px;
background:url(/UserUploadImages/system/bread-bullet.gif) left no-repeat;
font-size: 10px;
}

#breadcrumb a {
color:#B2B2B2;
text-decoration:none;
}

#breadcrumb a:hover {
color:#000;
text-decoration:none;
}
		 
		 
/* Right Panel ====================================================== */
		 
.HomeRightPanel {
		width:220px;
		height:auto;
		float:left;
		padding:0px 0px 0px 4px;
		overflow:hidden; 
		}
		
.HomeRightPanel-Box {
		width:222px;
		height:auto;
		float:left;
		padding:0px 0px 10px 0px;
		overflow:hidden;
		}

#AddCMSSysBody .HomeRightPanel-Box
{ 
        background-color: #888;  
}

		
		
.HomeRightPanel-Top {
width:220px;
height:auto;
padding:18px 0px 0px 0px;
background:url(/UserUploadImages/system/rightpanel-top.png)  top left no-repeat;
}
.HomeRightPanel-Middle {
width:220px;
height:auto;
padding:0px 0px 0px 0px;
background: url(/UserUploadImages/system/rightpanel-middle.png) top left repeat-y;
}
.HomeRightPanel-Bottom {
width:220px;
height:auto;
padding:0px 0px 18px 0px;
background:  url(/UserUploadImages/system/rightpanel-bottom.png)  bottom left no-repeat;
}
				
.HomeRightPanelInfo h4 {
padding:0px 0px 6px 0px;
font-weight:bold;
text-transform:uppercase;
	}

.HomeRightPanelInfo {
padding:0px 18px 0px 18px;
color:#fff;
}
 
  

 		.HomeRightPanelInfo a {
		text-decoration:none;
		color:#fff;
		font-weight: normal;
		text-align:right;
		display:block;
		} 
		
		 .HomeRightPanelInfo a:hover {
		text-decoration: underline;
		color:#fff;
		} 


.HomeRightPanelInfo .links {
float:left;
overflow:hidden;
}
.HomeRightPanelInfo .links ul{
 margin:0px;
 padding:9px 0 0px 0px;
}

.HomeRightPanelInfo .links li {
 color:#fff;
 font-size:11px;
 list-style-type:none;
 background:url(/UserUploadImages/system/ico-pdf.gif) center left no-repeat;
}

.HomeRightPanelInfo .links li  b {
 color:#9E9E9E;
 text-decoration:none;
 font-weight:normal;
  padding-left:5px;
}
 
.HomeRightPanelInfo .links li a {
 color:#FF0000;
 text-decoration: underline;
 padding:3px 0px 0px 26px;
 display:inline;
}
.HomeRightPanelInfo .links li a:hover {
 color:#fff;
  text-decoration:none;
 padding:3px 0px 0px 26px;
 
 }
  
  
  
  
  		   
			   


/* Footer  ____________________________________ */

#footer {
clear: both;
width: 904px;
height:auto;
padding:0px 0px 0px 0px;
overflow:hidden;
background:url(/UserUploadImages/system/footer-bg.png) top center no-repeat;
border-top:1px solid #E80033;
margin-top:2px;
}
 

#footer .footerinfo {
padding: 9px 0px 10px 0px;
text-align: center;
color:#8C8C8C;
font-weight:normal;
font-size:12px;
} 

#footer .footerinfo a{
color:#8C8C8C;
text-decoration:none;
}
#footer .footerinfo a:hover{
color:#000;
text-decoration:underline;
}