﻿/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
.ClearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* WinIE7 only */
*:first-child+html .ClearFix{
	height:1%;
}

/* WinIE6 and below */ 
/*¥*/
* html .ClearFix{
	height:1%;
}
/**/

/* MacIE only */
/*¥*//*/
.ClearFix{
	display:inline-table;
}
/**/
/* Defaults */
/*
Copyright Kraftvaerk
*/

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

.txtField, .txtArea
{
	width: 200px;
	border: 1px solid gray;
	font-family: Arial, Verdana, Sans-Serif;
	padding: 2px;
}

.txtArea
{
	height: 150px;
}

.textthrough
{
  text-decoration: line-through;
}





html
{
	background: url('/frontend/graphics/bg.png');
	height: 100%;
}

body
{	
	height: 100%;	
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #2a2a2a;
}

#Page
{
	width: 990px;
	margin: 0 auto;	
}

#Footer
{
	background-image: url('/frontend/graphics/footer.png');
	height: 93px;
	margin-top: 6px;
}

#Logo
{
	margin: 10px;
}

#Header
{
	background: #fff;
	height: 106px;
	position:relative;
	background-image: url('/frontend/graphics/header.png');
	margin-bottom: 6px;
}

	#Header #TopLinks
	{
		position: absolute;
		top: 10px;
		right: 10px;
		
	}
	
		#Header #TopLinks a
		{
			text-transform: uppercase;
			font-weight: bold;
			color: Black;
			display: block;
			margin-left: 10px;
			text-decoration: none;
		}
		
		#Header #TopLinks a:hover
		{
			text-decoration: underline;
		}
	
	#Header #MainMenu li, #Header #TopLinks li
	{
		float:left;		
	}
	
	#Header #MainMenu
	{
		position: absolute;
		left: 190px;
		bottom: 29px;
		width: 600px;
		height: 24px;
		background: url('/frontend/graphics/mainmenu.png');
	}
	
	#Header #MainMenu a
	{
		color: White;
		font-size: 14px;
		text-decoration: none;
		padding-top: 4px;
		display: block;
		font-style: italic;
		padding: 4px 10px 3px;
		font-weight: bold;
	}
	
	#Header li.Current a, #Header a.Folded
	{
		font-weight: bold;
	}
	
	#MainMenu li a:hover, #MainMenu li a.Current, #MainMenu li.Folded
	{
		background: url('/frontend/graphics/mainmenuhover.png');
	}
	
	#MainMenu li a.First:hover, #MainMenu li.First a.Current, #MainMenu li.First a.Folded
	{
		background: url('/frontend/graphics/mainmenuhover1.png');
	}

	
	
	#Header #BreadCrumb
	{
		position: absolute;
		bottom: -3px;
		left: 10px;
	}
	
		#Header #BreadCrumb li
		{
			float:left;			
			margin-right: 10px;
			color: White;
		}
		
		#Header #BreadCrumb li.Data
		{
			line-height: 28px;
			font-style: italic;font-weight: bold;
					}
		
		#Header #BreadCrumb li a
		{
			color: White;
			
			
		}
	#Header #SearchBox fieldset
	{
		width: 188px;
		height: 17px;
		background-image: url('/frontend/graphics/searchbox.png');
		position: absolute;
		bottom: 5px;
		right: 10px;
	}
	
	#Header input
	{
		border: 0px;
		background-color: Transparent;
		font-size: 11px;
		position: absolute;
		left: 8px;
		top: 2px; /* Webkit, moz */
		*top: 1px; /* IE */
		width: 133px;
		font-style: italic;
		font-size: 10px;
		color: #455056;
	}
	
	#Header input.btn
	{
		width: auto;
		height: auto;
		right: 7px !important;
		left: auto;
		top: 2px;
	}
	
	
#SubMenu 
{
	height: 100%;
	clear:both;
	margin-bottom: 6px;
}

#SubMenu li
{
		background-image:url(/frontend/graphics/submenulevel1.png);	
}

#SubMenu li ul li
{
	background-image: none !important;
	min-height: 0;
}

#SubMenu li a
{
	display:block;
	height: 30px;	
	line-height: 30px;
	padding-left: 15px;
	font-weight: bold;
	color: #313133;
	text-decoration: none;
}



#SubMenu li.Last a
{
	line-height: 27px;
	height: 27px;
}

#SubMenu li.Last
{
	background-image:url(/frontend/graphics/submenulevel1LAst.png);		
	line-height: 27px;
}

#SubMenu li li a, #SubMenu li.Last li a
{
	padding-left: 25px;
	min-height: 15px !important;
	line-height: 15px !important;
}

#SubMenu li li li a, #SubMenu li li li a.Last
{
	padding-left: 35px;
	line-height: 15px !important;
}

#SubMenu li li li li a, #SubMenu li li li li a.Last
{
	padding-left: 45px;
}

#SubMenu ul
{
	background-image: url(/frontend/graphics/submenulevel2.png);
	background-repeat: repeat-x; 
	background-color: #e9e9e9;
	padding: 6px 0px;	
}


#SubMenu ul ul
{
	background: none;
	padding: 0px;
}

#SubMenu .Level1Last, #SubMenu .Level1Last
{
	background-image:url(/frontend/graphics/submenulevel1.png);	
	min-height: 27px;
}

#SubMenu .Level1Last ul a, #SubMenu .Level1Last ul a
{
	background-image: none !important;
}

#SubMenu li li a
{
	line-height: 15px !important;
	height: 15px !important;
}

#SubMenu a:hover
{
	background-image: url('/frontend/graphics/SubmenuLiCurrent.png') !important;
	background-repeat: no-repeat;
	background-position: 7px 13px;
}

#SubMenu a.Current, #SubMenu a.Folded
{
	background-image: url('/frontend/graphics/SubmenuLiCurrent.png') !important;
	background-repeat: no-repeat;
	background-position: 7px 13px;
}

#SubMenu li li a.Current, #SubMenu li li a:hover, #SubMenu li li a.Folded
{
	background-position: 17px 6px;
}

#SubMenu li li li a.Current, #SubMenu li li li a:hover
{
	background-position: 27px 6px;
}




#MainContent
{

}

	#MainContent #LeftContent
	{
		width: 186px;
		float:left;	
		margin-right: 6px;
		min-height: 20px;
	}
	
	.RTF
	{
		color: #2a2a2a;
		padding: 10px;
		background-color: #e9e9e9;
	}
	
	.RTF ul li
	{
		background-image: url(/Frontend/graphics/libullet.png);
		background-repeat:no-repeat;
		background-position: 0px 5px;
		padding-left: 10px;
		padding-top: 1px;
		
	}
	
	.RTF h2
	{
			color: #a20809;
			text-transform: uppercase;
			font-weight: bold;
			padding-top: 10px;
			padding-bottom: 2px;
			margin-top: 0px !important;
			font-size: 12px;
	}

	.RTF h3
	{
			color: black;
			text-transform: uppercase;
			font-weight: bold;
			padding-top: 10px;
			padding-bottom: 2px;
			margin-top: 0px !important;
			font-size: 12px;
	}
	
	#MainContent #LeftContent .RTF
	{		
		background-image: url(/frontend/graphics/boxbottom.png);
		background-position: bottom;
		background-repeat:no-repeat;			
	}	
	
	#MainContent #LeftContent .MostSold
	{
		margin-bottom: 6px;
		padding-bottom: 3px;
	
		background-image: url(/frontend/graphics/mostsoldbottom.png);
		background-position: bottom;
		background-repeat: no-repeat;
	
	}
	
	#MainContent #LeftContent .MostSold li	
	{
		background: white url(/frontend/graphics/mostsold.png);
		background-repeat: no-repeat;
		background-position: right top;		
		height: 100%;
		padding-bottom: 4px;
		vertical-align: bottom;
	}
	
	#MainContent #LeftContent .MostSold li:hover
	{
		background-image:  url(/frontend/graphics/mostsoldhover.png);
	}
	
	#MainContent #LeftContent .MostSold img
	{
		float:left;
		padding-top: 10px;
	}
	
	#MainContent #LeftContent .MostSold h2
	{
		color: #a20809;
		text-transform: uppercase;
		font-weight: bold;
		width: 113px;
		padding-left: 10px;		
		padding-top: 10px;
		padding-bottom: 2px;
		float:right;
		margin-top: 0px !important;
	}
	
	#MainContent #LeftContent .MostSold .PriceBefore
	{
		color: #888687;
		font-size: 80%;
		display: block;
		width: 113px;
		padding-right: 10px;		
		text-decoration: line-through;
		float:right;
		text-align: right;
	}
	
	#MainContent #LeftContent .MostSold h3
	{
		color: #000;
		text-transform: uppercase;
		font-weight: bold;
		width: 113px;
		padding-right: 10px;		
		float:right;	
		text-align: right;		
	}
	
	#MainContent #LeftContent .MostSold a
	{
		font-weight: bold;
		width: 103px;
		padding-left: 20px;	
		color: #313133;
		background-image: url(/Frontend/graphics/libullet.png);
		background-repeat:no-repeat;
		background-position: 10px 5px;
		font-size: 80%;
		float:right;
		margin-top: 10px;
	}
	
	#MainContent #RightContent
	{	
		width: 192px;
		float:right;
	}
	
	#MainContent #RightContent .InfoBox
	{
		margin-top: 6px;
	}
	
	#MainContent #RightContent .InfoBox .RTF
	{
		border-top: 1px solid #646b6f;
	}
	
	#MainContent #RightContent .InfoBox a
	{
		color: #920708;
	}
	
	#MainContent #RightContent .noBG h1
	{
		display: none;
	}
	
	#MainContent #RightContent .noBG p
	{
		margin: 0px;
	}
	
	
	#MainContent #RightContent .noBG .RTF
	{
		border: 0px;
		background: none;
		padding:0px;
	}
	
	#MainContent #RightContent .RTF
	{		
		background-image: url(/frontend/graphics/boxRightbottom.png);
		background-position: bottom;
		background-repeat:no-repeat;
		background-color: Transparent !important;			
	}
	
	#MainContent #Content
	{			
		float:left;
		width: 600px;
	}
	
	#MainContent #Content .RTF ul li
	{
		background-image: url(/Frontend/graphics/libullet.png);
	}
	
	#MainContent #Content .RTF ul li ul li
	{
		background-image: url(/Frontend/graphics/libulletcontent.png);
	}
		
		#MainContent #Content .RTF
		{
			padding: 10px;
			background-image: url(/frontend/graphics/contentrtf.png);
			background-position: bottom;
			background-repeat:no-repeat;
			
		}
	
	#MainContent #Content #TopMedia
	{
		margin-bottom: 6px;
	}

#SmallBasket
{


}

#SmallBasket .Delete
{
	float:right;
	margin-top: 0px;
	margin-right: 8px;
	margin-left: 4px;
}	

#SmallBasket .Item
{

}

#SmallBasket .First td
{
}

#SmallBasket .Price
{
	display: block;
}

#SmallBasket .SizeColor
{
	color: #666666 !important;
	display: block;
}
	
#SmallBasket .bottom
{
	background-image: url(/frontend/graphics/Smallbasket_bottom.png);
	background-repeat: repeat-x;
	background-color: #e9e9e9;	
}

#SmallBasket .bottom img
{
	display: block;
	margin:0 auto;
	padding: 10px 0px 7px;
}

#SmallBasket .rounded
{
	background-image: url(/frontend/graphics/Smallbasket_bottom2.png);
	height: 3px;
}

#SmallBasket .RTF
{
	background-position: top !important;
}

#SmallBasket .RTF a
{
	color: #65ae17;
}

#SmallBasket table
{
	width: 100%;
	background-color: White;
}

#SmallBasket .bottom table
{
	background-color: Transparent;
}

#SmallBasket .No0
{
	background-image: url(/frontend/graphics/smallbasket0.png);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
}

#SmallBasket .No1
{
	background-image: url(/frontend/graphics/smallbasket1.png);
	background-repeat: repeat-x;
	background-color: #cecfd1;
}

#SmallBasket .No0 td, #SmallBasket .No1 td
{
	padding: 10px !important;
}

#SmallBasket .bottom td
{
	padding: 10px;
	padding-bottom: 0px;
}

#SmallBasket .bottom .totalex
{
	padding-top: 5px;
}

#SmallBasket .right
{
	text-align: right;
}

#SmallBasket .First td.sek
{
	padding: 10px !important;
}

#SmallBasket table *
{
color: #303133 !important;
text-decoration: none;
}

#SmallBasket h1
{	
	color: White !important;
}	


/* Button */
button.Button, a.Button
{
	background-image: url(/frontend/graphics/btnLeft.png);
	background-repeat: no-repeat;
	background-position: left;	
	display: block;
	height: 17px;
	border:0px;
	padding:0px;
	text-align: left;
	padding-left: 5px;
	background-color: Transparent;
	cursor: pointer;
	text-decoration: none;
}

button.Button span, a.Button span
{
	background-image: url(/frontend/graphics/btnRight.png);
	background-position: right;	
	background-repeat: no-repeat;
	display: block;	
	margin-top: 0px;
	position: relative;
	padding-left: 0px;	
	color: White;
	font-weight: bold;
	font-style: italic;	
	font-size: 10px;
	line-height: 17px;
	cursor: pointer;
	height: 17px;
}

#Filter button
{
	position: absolute;
	margin-top: 1px;
	line-height: 10px;
	font-size: 10px;
}

#Filter fieldset
{
	position: relative;
	padding-top: 3px;

}
@-moz-document url-prefix() {

#Item button
{
	height: auto;
	margin-top: -2px;
}
}


button.Green, a.Green
{
	background-image: url(/frontend/graphics/btnGreenLeft.png);
}

button.Green span, a.Green span
{
	background-image: url(/frontend/graphics/btnGreenRight.png);
	padding-left: 5px;
}

button.ButtonRed
{
	background-image: url(/frontend/graphics/ItemListFilterButton.png);
	border: 0px;
	margin-left: 10px;
	padding-left:5px;
	width: 80px;
	text-align: left;
	color: White;
	height: 17px;
	line-height: 17px;
	cursor:pointer;
	font-weight: bold;
}




/*Module sketchup*/
form.Contact label
{
	display: block;
	float:left;
	width: 100px;
	margin-top: 1px;
}

form.Contact .Zip
{
	width: 160px;
	float:left;
}

form.Contact #txtCity
{
	width: 120px;
}

form.Contact .City label
{
	width: 20px;
}

form.Contact #txtZip
{
	width: 48px;
}

form.Contact .Submit
{
	width: 308px;
	*width: 304px;
}

form.Contact .Submit button
{
	float:right;
	width: 208px;
	*width: 204px;
	margin-top: 5px;	
}

.Active label
{
	font-weight:bold;
}

.Active .txtField
{
	border: 1px solid #000;
}

fieldset.Error *
{
	color: #ff0000;
}

fieldset span.Error
{
	display: block;
	margin-left: 100px;
}

fieldset.Error input
{
	border: 1px solid red !important;
}

form.Contact fieldset
{
	margin-bottom: 2px;
}





/* Typografi */

h1
{
	font-size: 24px;
	font-weight: bold;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

h2 a
{
	text-decoration: none;
}

#ItemSlider h2
{
	margin-top: 0px;
}

strong
{
	font-weight: bold;
}

italic, em
{
	font-style: italic;
}

#MainContent #LeftContent .MostSold h2
{
	margin-top: 0px;
}

#Footer h2
{
	margin-top: 10px;
}

p
{
	margin-bottom: 10px;
}

.RTF p
{
	margin: 3px 0px 10px;
}

ol
{
	margin-left: 10px;
	padding-left: 15px;
}

ol li
{
	list-style-type: decimal;
}

a
{
	color: #a20809;
}

#LeftContent h1
{
	background-image: url('/frontend/graphics/Lefth1.png');
	color: White;
	font-size: 13px;
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
	font-style: italic;
}

#RightContent h1
{
	background-image: url('/frontend/graphics/Righth1.png');
	color: White;
	font-size: 13px;
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
	font-style: italic;
}

#Content h1
{
	background-image: url('/frontend/graphics/Contenth1.png');
	color: White;
	font-size: 13px;
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
	font-style: italic;
}

#Content h1 span
{
	width: 49%;
	float:right;
}

.TextPage
{
	margin-top: -8px;
	border-top: 1px solid #646b6f;
}

#Content .RTF h1
{
	background:none;
	color: #484848;
	font-style: normal;
	padding:0px;
	padding-bottom: 6px;
	font-size: 160%;
}


/* Editor */

.Colum2
{
	width: 100%;
}

.Colum2 td
{
	padding-right: 2%;
	width: 48%;
	vertical-align: top;
}

.Center {
	text-align: center;
	display: block;
	margin:0 auto;
}

.Red
{
	color: #a20809;
}

.Green
{
	color: #65ae17;
}


/* ITEM LIST */

#Filter
{
	background-image: url(/frontend/graphics/ItemListFilterBackground.png);
	height: 32px;
	padding-top: 9px;
	border-bottom: 1px solid #3a454c;
	color: White;
	margin-top: 6px;
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
}

#Filter select
{
	margin-left: 10px;
	font-size: 80%;
	position: relative;
	margin-top: 1px;
	font-weight: normal !important;
	font-style: normal;
}



#ItemList table th
{
	background-image: url(/frontend/graphics/ItemListTableTH.png);
	height: 24px;
	line-height: 24px;
	font-style: italic;
}

#ItemList table th a
{
	color: White;
	text-decoration: none;		
}

#ItemList table th a:hover
{
	text-decoration: underline;
}

#ItemList span.Price
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#ItemList td.Price span
{
	display: block;
}

#ItemList td.Price .Button
{
	margin-top: 10px;
}

#ItemList table .Image
{
	width: 141px;
	vertical-align: top;
	background-color: White;
}

#ItemList table .Name
{
	width: 234px;
	padding-left: 24px;
	vertical-align: top;	
}

#ItemList table td.Name
{
	background-image: url(/frontend/graphics/itemlisttr.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #e9e9e9;
	padding-bottom: 10px;
}

#ItemList table .alt td.Name
{
	background-image: url(/frontend/graphics/itemlisttralt.png);
	background-color: #d2d5d6;
}

#ItemList table td.Price
{
	width: 197px;
	padding-left: 4px;
	vertical-align: top;
	background-color: #e9e9e9;
	padding-top: 10px;
	line-height: 15px;
	font-size: 10px;
}

#ItemList table th.Price
{
	padding-left: 4px;
}

#ItemList table .alt .Price
{
	background-color: #d2d5d6;
}

#ItemList h2
{
	color: #a20809;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

#ItemList h2 a
{
	text-decoration: none;
}

#ItemList .Button
{
	 width: 185px;
}

#ItemList .Link
{
	color: #666666;
	font-weight: bold;
	font-style: italic; 
}

#ItemList .Delivery
{
	width: auto !important;
	padding-left: 25px;
	background-image: url(/frontend/graphics/delivery.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	line-height: 12px;
	color: #666666;
	
}

#ItemList .textthrough
{
	color: #666666 !important;
}

#CategoryList
{
	
}

#CategoryList li
{
	width: 200px;
	float:left;
	margin-top: 6px;
	height: 210px;
	background-position: bottom;
	background-repeat: no-repeat;
}

#CategoryList h2
{
	color: White;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-style: italic;
}

#CategoryList li.li1 h2
{
	background-image: url(/frontend/graphics/cath1_1.png);
	
}
#CategoryList li.li2 h2
{
	background-image: url(/frontend/graphics/cath1_2.png);
}
#CategoryList li.li0 h2
{
	background-image: url(/frontend/graphics/cath1_3.png);
}

#CategoryList li.li1
{
	background-image: url(/frontend/graphics/catc_1.png);	
}
#CategoryList li.li2 
{
	background-image: url(/frontend/graphics/catc_2.png);
}
#CategoryList li.li0 
{
	background-image: url(/frontend/graphics/catc_3.png);
}

#CategoryList .Button
{
	width: 155px;
	margin: 0 auto;
}

#CategoryList span.teaser
{
	display: block;
	padding: 10px;
	height: 5em;
}

#CategoryList img
{
	display: block;
}

#Item .data, #Item .img
{
	width: 50%;
	float:left;
}

#Item .data
{
	width: 48%;
	padding-left: 2%;
}

#Item 
{
	background-color: white;
	background-image: url(/frontend/graphics/itembottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 100%;
}

#Item h2.Red
{
		color: #a20809;
		text-transform: uppercase;
		font-weight: bold;			
}

#Item .data h2
{
	font-size: 140%;
}

#Item .data h3
{
	font-size: 130%;
	color: Black;
	font-weight: bold;
}


#Item .data table
{
	width: 100%;
}

#Item .data table td
{
	vertical-align: top;
}

#Item .data table .Block
{
	margin-top: 4px;
	margin-bottom: 4px;
}

#Item .data table select
{
	width: 130px;
}

#Item .data table td
{
	width: 50%;
}

#Item .data .ClearFix 
{
	margin-top: 10px;
	background-image: url(/Frontend/graphics/quantitytextbox.png);
	background-repeat:no-repeat;
	height: 20px;
}

#Item .data .ClearFix input
{
	width: 25px;
	float:left;
	border:0px;
	background-color:Transparent;
	text-align: right;
	margin-top: 1px;
	font-family: Arial, Verdana, Sans-Serif;
}

#Item .data .ClearFix button
{
	float:left;
	margin-top: 1px;
}

#Item .Button
{
	width: 90px;
	margin-left: 15px;
}

#Item #LongDescription
{
	background-color: Transparent !important;
	background-image: none !important;
	clear:both;	
}

#Item .img .marginImg
{
	margin-left: 8px;

	padding-top: 1px;
}

#Item .img .marginImg img
{
		border: 1px solid #e9e9e9;
}

.Delivery
{
	margin-top: 10px;
	width: 130px !important;
}

.Delivery  td
{
	width: auto !important;
	padding-bottom: 5px;
}

.Delivery .Image
{
	padding-right: 10px;
}

/* Shop */

#SmallBasket td
{
	vertical-align: top;
	padding: 2px 0px;
}




/* FOOOOTER */

#Footer, #Footer address
{
	color: Black;
	font-style:normal;
}

#Footer div, #Footer address
{
	float:left;
}

#Footer .Contact
{
	margin-left: 250px;
	margin-right: 50px;
	width: 280px;
}

#Footer ul
{
	margin-top: 0px;
}

#Footer address
{
	margin-right: 10px;
}

#Footer a
{
	color: Black;
}

#Footer
{
	margin-bottom: 20px;
}

#Footer ul li
{
	background-image: url(/Frontend/graphics/footerlibullet.png);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding-left: 7px;
}

/* sitemap */
#Sitemap ul a
{
	color: Black;
}

.w250
{
	width: 250px;
}

.w100
{
	width: 100px;
}

.Block
{
	display: block;
}




/* SLIDER */
#ItemSlider 
{
	overflow:hidden;
	position: relative;
	overflow: hidden; 
}

#ItemSlider, #ItemSlider .panel
{
	width: 600px;
	height: 322px;
}

#ItemSlider .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			-moz-user-select: none;
}

#ItemSlider .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;			
		}
		
#Slider h1
{
	margin-top: 6px;
}

#Slider
{
	position: relative;
}

#Slider .ShortDescription
{
	HEIGHT: 4EM;
	PADDING-BOTTOM: 1.3EM;
	overflow:hidden;
}


#Slider .panel li
{
	width: 150px;
	background-image: url(/frontend/graphics/itemslider.png);
	background-repeat: no-repeat;
	background-color: #e9e9e9;
	float:left;
	height: 322px;
}

#SliderBottom
{
	height: 24px;
	background-image: url(/frontend/graphics/itemSliderbottom.png);
}

#stripNavL0
{
	position: absolute;
	z-index: 5;
	bottom: 3px;
	*bottom: 4px;
	display: block;
	left: 6px;
	padding-right: 7px;
	text-align: right;
	width: 75px;
	height: 16px;
	background-image: url(/frontend/graphics/itemSliderPre.png) !important;
	color: White !important;
	
}

#stripNavR0
{

}

.stripNavL a, .stripNavR a
{
	color: White;
	text-decoration: none;
	font-style: italic;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 10px;
	padding-top: 1px;
	
}

#stripNav0
{
	position: absolute;
	z-index: 5;
	bottom: 5px;
	*bottom: 6px;
	margin: 0 auto;
	
}

#stripNav0 li
{
	float:left;
}



#stripNavR0
{
	position: absolute;
	bottom: 3px;
	*bottom: 4px;
	right: 6px;
	padding-left: 7px;
	width: 75px;
	height: 16px;
	background-image: url(/frontend/graphics/itemSliderNex.png) !important;
	color: White !important;
	
}

#stripNavL
{
	
	
}

/* design */

#Slider .img img
{
	display: block;
	margin: 0 auto;
}

#Slider h2
{
	color: #a20809;
	text-transform: uppercase;
	font-weight: bold;					
	padding-top: 10px;
	padding-bottom: 2px;
	
}

#Slider .content
{
	padding:0 10px;

}
#Slider .content p
{
	font-size: 11px;
}

#Slider h3
{
	color: #313133;
	font-size: 18px;
	font-weight: bold;	
	margin: 0px;
	padding: 0px;	
}

#Slider .Button
{
	width: 130px;
	margin: 0 auto;
	display: block;
	margin-top: 4px;
	font-size: 10px !important;
}

.OrderHeader td
{
	vertical-align:top;
	width: 160px;	
	padding: 0px 20px;
}

.Search
{
	padding: 0px;
	margin:0px;
}

.Search li
{
	padding:0px;
	margin:0px;
	background: none !important;
	
}

.Search li.Result
{
	cursor: pointer;
}





/* LightBox */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #e9e9e9;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 15px; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 15px; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #e9e9e9;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Chrome n' Sfri */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
	.Button span
	{
		position:relative;
		margin-top: -1px !important;
		background-repeat: no-repeat !important;
		line-height: 18px !important;		
	}	
}

.Underline
{
	text-decoration: underline;
}


#SubMenu li li.Last
{
	line-height: 15px !important;
}

#SubMenu li.Last a
{
	background-position: 7px 12px;
}

table td.Img
{
	width: 8%;
}

table td.Text
{
	width: 42%;
}

#Content .RTF
{
	font-size: 110%;
}