body {
	margin: 0;
	text-align: center;
	font: 12px Verdana, sans-serif;	
	background: #ffffff url('../Webmasters/Images/bg_site.jpg') repeat-x;
	}

/*** style for elements ***/

table {
	font: 12px Verdana, sans-serif;
	}

th 
{
	font-weight: normal;
	text-align: left;
}

input, select, textarea {
	font: 11px Verdana, sans-serif;
	}

input 
{
	height: 18px;
	color: #000;
	border: solid 1px #7f7f7f;
}

input.login
{
	overflow: hidden;
	padding-left: 4px;
	background: #fff url('../Webmasters/Images/bg_input.gif') top left repeat-x;
}

input.button 
{
	padding: 0 5px 3px;
	cursor: pointer;
	background: #fff url('../Webmasters/Images/bg_input.gif') top left repeat-x;
/* hack for IE to remove extra padding in button */
	width: auto!important;width: 1px;
	overflow-x: visible;
/* end hack */
}

input.checkbox 
{
	padding-right: 5px;
	border: none;
}

h1 
{
	margin: 0 0 15px 0;
	font-size: 14px;
}

#rightcolumn h2
{
	height: 17px!important;height: 20px;
	margin: 0 0 10px;
	padding: 3px 8px 0;
	background-color: #de0029;
	color: #fff;
	font-size: 12px;
}

#rightcolumn h2 a 
{
	color: #fff;
	font-size: 12px;
}

h3 
{
	margin: 0 0 5px;
	font-size: 12px;
}
	
h5 {
	font-size: 11px;
	color: #de0029;
	}

a {
	text-decoration: none;
	color: black;
	}
	
	a:hover {
		color: #de0029;
		text-decoration: underline;
		}

	a img 
	{
		border: none;
	}

.address {
	font-size: 7pt;
	font-weight: bold;
	padding-left: 5px;
	color: White;
	width: 187px;
	font-family: Tahoma;
	}
	

.clsInvalid {
	background-color: blanchedalmond;
	}

.error 
{
	color: #f00;
}

.truncate input 
{
	overflow: hidden;
}

/*** style for main ***/
#body 
{
	position: relative;
	margin: 0 auto; padding: 0 0 4px;
	width: 910px;
	text-align: left;
	background: url('../Webmasters/Images/bg_footer.png') left bottom no-repeat;
}

#main 
{
	padding: 0 5px;
	background: url('../Webmasters/Images/bg_main.png') left top repeat-y;
	}	

/*** style for header ***/

#header {
	position: relative;
	margin: 0 auto; padding: 0;
	height: 143px;
	background: url('../Webmasters/images/bg_header.jpg') left top no-repeat;
	border-bottom: solid 1px #ccc;
	}		

/*** style for content ***/
#content 
{
	table-layout: fixed;
	height: 565px;
	width: 900px;
}

	#content td 
	{
		vertical-align: top;
	}
	
#leftcolumn 
{
	padding: 24px 10px 10px;
	font-size: 11px;
	color: #fff;
	background: #de0029 url('../Webmasters/Images/bg_leftcolumn.png') left bottom no-repeat;
}

	#leftcolumn a 
	{
		color: #fff;
	}
	
	#leftcolumn a:hover 
	{
		text-decoration: underline;
	}

	#leftcolumn h3 
	{
		font-size: 14px;
	}
		
#app 
{
	padding: 24px 15px;
}

#rightcolumn 
{
	font-size: 11px;
}

/*** style for webshop button ***/
#leftcolumn a.webshopbutton 
{
	display: block;
	width: 123px;
	height: 23px;
	margin: 0 auto;
	padding-top: 4px;
	text-align: center;
	background: url('../Webmasters/Images/button_webshop.png') 0 0 no-repeat;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

	#leftcolumn a.webshopbutton:hover 
	{
		color: #b40020;
		text-decoration: none;
	}

/*** style for shoppingcart link ***/
#shoppingcartlink 
{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 26px;
	min-width: 110px;
	width: auto!important;width: 110px;
	background: url('../Webmasters/Images/shoppingcartlink_left.gif') top left no-repeat;
}

	#shoppingcartlink a 
	{
		display: block;
		height: 26px;
		margin: 0 0 0 8px;
		padding: 0 8px 0 0;
		background: url('../Webmasters/Images/shoppingcartlink_right.gif') top right no-repeat;
		color: #000;
		font-size: 11px;
		font-weight: bold;
		text-decoration: underline;
		cursor: pointer;
	}
	
		#shoppingcartlink a span 
		{
			display: block;
			height: 21px!important;height: 26px;
			padding: 5px 22px 0 0;
			background: url('../Webmasters/Images/icon_shoppingcart.gif') 100% 50% no-repeat;
		}

/*** style for login ***/
#loginform, #loggedin 
{
	position: absolute;
	top: 94px;
	right: 0;
}

	#loggedin td 
	{
		vertical-align: top;
	}

#loginform input, #loggedin input 
{
	border: solid 1px #6f0014;
}

.label 
{
	vertical-align: top;
	padding-top:3px!important;padding-top: 4px;
	color: #fff;
	text-align: right;
	font-size: 11px;
}

.loggedin 
{
	min-width: 100px;
	padding: 0 9px;
	border: solid 1px #6f0014;
	background: #fefefe url('../Webmaters/Images/bg_loggedin.gif') top left repeat-x;;
	font-size: 11px;
	line-height: 20px;
}

.validation 
{
	position: absolute;
	right: 0;
	bottom: 53px;
	z-index: 99;
	width: 169px;
	padding: 2px;
	font-size: 11px;
	background-color: #fff;
}

	.validation .error table td
	{
		font-size: 11px;
	}
	
.forgotpassword 
{
	display: inline-block;
	margin: 5px 0 0 0;
	font-size: 11px;
}

/*** style for search ***/
.search 
{
	margin: 10px 0;
}

#search 
{
	width: 120px;
	margin-right: 2px;
	font-style: italic;
}

#searchcatalog 
{
	margin-right: 2px;
}

/*** style for news ***/

.newsitem 
{
	margin: 0 0 15px 8px;
	padding: 0;
}

	.newsitem a 
	{
		display: inline-block;
		margin: 10px 0 0 0;
		color: #de0029;
	}

.newsdate 
{
	font-weight: bold;
}


.clsNewsTitle {
	font-weight: bold;
	font-size: 11px;
	color: #DE0029;
	letter-spacing: 1px;
	}
	
.clsReadMoreTitle	{
	font-weight: bold;
	font-size: 11px;
	color: #DE0029;
	letter-spacing: 1px;
	}
	
.clsReadMoreLine {
	height: 1px;
	background-color: Black;
	}
	
.clsNewsLine {
	height: 1px;
	background-color: Black;
	}
	
.clsNewsPublishDate {
	font-weight: bold;
	color: #DE0029;
	}
	
.clsNewsTitle A {
	color: #DE0029;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	}
	
.clsNewsTitle A:hover {
	color: black;
	}

/*** style for catalog ***/

.item 
{
	border-bottom: solid 1px #ccc;
}

.item a 
{
	color: #de0029;
}

.cartitem table 
{
	margin-bottom: 15px;
	width: 100%;
	table-layout: fixed;
}

#content .cartitem .actions td
{
	padding: 0 0;
	font-size: 12px;
	vertical-align: middle;
}

.spacing 
{
	margin-top: 10px;
}

.price 
{
	text-align: right;
}

.clsitemlisttitle
{
    font-weight: bold;
    font-size: 12px;
    color:  #de0029;
}
.clsshowitemheader
{
	color: #de0029;
	font-size: 12px;
	font-weight: bold;
}
.clsitemtitle
{
    font-weight: bold;
    font-size: 12px;
    color:  #de0029;
}
.clsitemtext
{
}
.clsitemshorttext
{
	width: 250px;
}
.clsitemsalesprice
{
    font-weight: bold;
    color:  #de0029;
}
.clsitemcode
{
    font-weight: bold;
    color:  #de0029;
}
a.clsitemsreadmore
{
    text-decoration: underline;
}
a.clscategory
{
    font-weight: bold;
    font-size: 12px;
    color: #de0029;
}
a.clscategory:hover
{
    color: black;
}
a.clssubcategory
{
    color: black;
}
a.clssubcategory:hover
{
    color: black;
}
.clscategoryline
{
	border-bottom: 1px solid #de0029;   
}
.clskeyword
{
	font-weight:bold;
	color: #de0029;
	font-size: 11px;
}

/*** style for forms ***/
.overview 
{
	margin-top: 10px;
}

/*** style for confirmation ***/

/*** style for menu ***/

#webshopmenu
{
	margin: 2px 0; padding: 0;
	list-style: none;
}

#webshopmenu li ul
{
	margin: 2px 0 2px 10px; padding: 0;
	list-style: none;
}

	#webshopmenu li ul a 
	{
		font-size: 11px;
	}

#menu {
		position: absolute;
		bottom: 0;
		margin: 0; padding: 0;
		list-style: none;
		}

#menu li { /* all list items */
			margin: 0 1px 0 0; padding: 0;
			list-style: none;
			float: left;
			background: url('../Webmasters/Images/menu_left.png') top left no-repeat;
		}

		#menu li.first 
		{
			padding: 0;
			background-image: none;
		}
		
		#menu li a {
				display: block;
				margin: 0 0 0 7px;
				padding: 0 7px 0 0;
				background: url('../Webmasters/Images/menu_right.png') top right no-repeat;
				cursor: pointer;
				}
		
				#menu li.first a 
				{
					margin: 0;
				}
				
				#menu li a:hover, #menu li a.active 
				{
					color: #b40020;
					text-decoration: none;
				}
				
			#menu li a span 
			{
				display: inline-block;
				height: 19px!important;height: 25px;
				padding: 5px 3px 0;
				border-top: solid 1px #ccc;
				background-color: #fff;
			}

				#menu li.first a span 
				{
					padding-left: 10px;
				}

		#menu li ul { /* second-level lists */
				position: absolute;
				left: -999em;
				margin: 0; padding: 0;
				width: 130px;
				list-style: none;
				border-top: solid 1px #ccc;
				}
				
				#menu li ul li {
						margin: 0;
						border: solid 1px #bababa;	border-top: 0;
						background-image: none;
						}

				#menu li ul li a {
					display: block;
					margin: 0;
					padding: 2px 10px;
					width: 140px;
					height:16px!important;height: 20px;
					background-color: #fff;
					background-image: none;
					}

						#menu li ul li a:hover {
								color: #fff;
								background: #b40020;
								}						

 /* using left instead of display to hide menus because display: none isn't read by screen readers */

#menu li:hover ul ul, #menu li.sfhover ul ul {
		left: -999em;
		}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		}


