.foo {}
/****************************************************************************************************
	Reset
****************************************************************************************************/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{ margin: 0; padding: 0; }
html{ width: 100%; height: 100%; }
body{ font-size: 62.5%; }
table{ border-collapse: collapse; border-spacing: 0; }
fieldset,img{ border: 0; }
address,caption,cite,code,dfn,em,strong,th,var{ font-style: normal; font-weight: normal; }
ol,ul { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6{ font-size: 100%; }
q:before,q:after{ content:''; }
a:link,a:hover,a:visited,a:active,a:focus{ text-decoration: none; outline: 0; }

/****************************************************************************************************
	Format
****************************************************************************************************/

body
{
	font-family: "Trebuchet MS", Helvetica, Arial;
	color: #FFFFFF;
	background: #515151;
}

a:link, a:visited
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
	a:hover
	{
		text-decoration: underline;
	}
	a:focus, a:active
	{
		outline: none;
	}

a[rel="External"]
{
   padding-right: 1.5em;
   background: transparent url(/Res/Img/External.gif) no-repeat center right;
}

a[href$=".pdf"][rel="External"]
{
   padding-right: 1.5em;
   background: transparent url(/Res/Img/PDF.gif) no-repeat center right;
}

a[href^="mailto:"]
{
   padding-left: 1.3em;
   background: transparent url(/Res/Img/MailTo.gif) no-repeat left 0;
}

#Content a
{
	font-size: 120%;
}

p
{
	font-size: 120%;
	line-height: 140%;
	margin: 1em;
}

b, strong
{
	font-weight: bold;
	font-size: 110%;
}
	b.Red, strong.Red
	{
		color: #C60000;
	}

i, em
{
	font-style: italic;
	color: #C60000;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	color: #FFFFFF;
}

h1
{
	margin: 0 0 .5em 0;
	padding: 0 0 0 .7em;
	font-size: 240%;
	line-height: 200%;
	background: transparent url(/Res/Img/Arrow.gif) no-repeat center left;
	clear: both;
}

h2
{
	padding-left: .6em;
	font-size: 200%;
	line-height: 200%;
	clear: both;
}

h3
{
	padding-left: .75em;
	font-size: 160%;
	font-weight: bold;
}

h4
{
	padding-left: .85em;
	font-size: 140%;
	font-weight: bold;
}

br.Clear
{
	clear: both;
}

/****************************************************************************************************
	Classes
****************************************************************************************************/

.GrayBox
{
	position: relative;
	display: block;
	padding: 1em;
	background: #515151;
	border: 1px solid #565656;
}
.LinkMenu li a
{
	display: block;
	padding: .5em .5em .5em 3em;
	margin-bottom: 1px;
	font-size: 110%;
	background: #3A3A3A url(/Res/Img/Page.gif) no-repeat 1em;
	color: #CCCCCC;
}
	.LinkMenu li a:hover
	{
		background-color: #2C2C2C;
		text-decoration: none;
		color: #FFFFFF;
	}

ul.ImageMenu li
{
	margin-bottom: .5em;
}
ul.ImageMenu li a:link, ul.ImageMenu li a:visited
{
	position: relative;
	display: block;
	width: 225px;
	height: 80px;
	border: 1px solid #666666;
	text-align: right;
	
	opacity: .70;
	-khtml-opacity: .70;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
}
	ul.ImageMenu li a:hover
	{
		text-decoration: none;
		
		opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
	}
	ul.ImageMenu li a span
	{
		position: relative;
		top: 50px;
		margin-right: 1em;
		padding-left: .8em;
		font-size: 140%;
		color: #FFFFFF;
		background: url(/Res/Img/ArrowSmall.gif) no-repeat left center;
	}

.LeftColumn
{
	float: left;
	width: 23em;
}

.RightColumn
{
	float: right;
	width: 41.5em;
}

.Left
{
	float: left;
}

.Right
{
	float: right;
}

.Image, .ImageLeft, .ImageRight, .ImageCenter
{
	position: relative;
	border: 1px solid #666666;
}
	.ImageLeft
	{
		float: left;
		margin: 0 1em .2em 1em;
	}
	.ImageRight
	{
		float: right;
		margin: 0 1em .2em 1em;
	}

a.Trans
{
	display: block;
	opacity: .70;
	-khtml-opacity: .70;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
}
	a.Trans:hover
	{
		opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
		text-decoration: none;
	}

.BottomSpace
{
	margin-bottom: 1em;
}

ul.Sales
{
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0;
	list-style: none;
}
	ul.Sales li
	{
		position: relative;
		display: block;
		margin: 0;
		list-style: none;
		width: 100%;
		padding-bottom: 3px;
		border-bottom: 1px solid #5C5C5C;
		margin-bottom: 3px;
	}
	ul.Sales a
	{
		display: block;
		width: 100%;
		overflow: hidden;
	}
		ul.Sales a:hover
		{
			background-color: #5C5C5C;
			text-decoration: none;
		}
	ul.Sales img
	{
		float: left;
		margin: 0 1em 0 0;
	}
	ul.Sales h3
	{
		font-size: 130%;
		margin: 0.2em 0;
		padding: 0;
		display: inline;
		float: left;
		width: 24em;
	}
	ul.Sales .AddToBasket
	{
		width: auto;
		display: inline;
		position: absolute;
		right: 0;
		top: 0;
		line-height: 2.5em;
	}
		ul.Sales .AddToBasket:hover
		{
			text-decoration: none;
			background-color: transparent;
		}
		ul.Sales .AddToBasket span
		{
			display: block;
		}
			ul.Sales .AddToBasket:hover span
			{
				text-decoration: underline;
			}
		ul.Sales .AddToBasket img
		{
			float: none;
			margin: 0;
		}
	ul.Sales .Quantity
	{
		line-height: 2.5em;
		width: auto;
		display: inline;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 110%;
	}
		ul.Sales .Quantity a
		{
			float: none;
			display: inline;
			padding: 0 0.3em;
			width: auto;
		}
	.ProductID
	{
		display: block;
		color: #ccc;
		line-height: 2.5em;
		padding-bottom: 0.2em;
		font-weight: normal;
	}
	.PriceLocal
	{
		background-image: url(/Res/Img/flag_sv_out.gif);
		background-repeat: no-repeat;
		background-position: left center;
		margin-right: 10px;
		padding-left: 23px;
		min-width: 12em;
		float: left;
		_width: 12em;
	}
	.PriceInter
	{
		background-image: url(/Res/Img/flag_us_out.gif);
		background-repeat: no-repeat;
		background-position: left center;
		margin-right: 10px;
		padding-left: 23px;
		min-width: 12em;
		float: left;
		_width: 12em;
	}
		ul.Sales a:hover .PriceLocal
		{
			background-image: url(/Res/Img/flag_sv.gif);
		}
		ul.Sales a:hover .PriceInter
		{
			background-image: url(/Res/Img/flag_us.gif);
		}
	.Sum
	{
		width: 100%;
		overflow: hidden;
		display: block;
		font-size: 120%;
		margin-top: 1em;
	}
		.SumText
		{
			float: left;
			text-align: right;
			font-weight: bold;
			width: 60px;
			padding-right: 1em;
		}
	.CheckOutButton
	{
		float: right;
	}

#CategorySelect
{
	width: 100%;
	overflow: hidden;
}
#CategorySelect a
{
	display: block;
	padding: 0.5em 0 0.5em 3%;
	background-image: url(/Res/Img/Arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 140%;
	width: 30%;
	float: left;
}
	#CategorySelect a:hover
	{
		background-color: #5C5C5C;
	}

#DeleteButton
{
	text-align: right;
}
#DetailImage
{
	float: right;
	width: 250px;
	overflow: hidden;
}
#DetailCategory
{
	overflow: hidden;
	width: 100%;
	font-size: 120%;
	padding-left: 18px;
}
#DetailName
{
	width: auto;
	clear: none;
	line-height: 120%;
	background-position: left 0.3em;
	margin-bottom: 0;
}
#Details
{
	padding-left: 18px;
		margin-top: 0;
		padding-top: 0;
}
	#Details .ProductID
	{
		margin: 0;
		padding: 0;
	}
	#Details .Image
	{
		text-align: center;
		border: 0;
	}
	#Details .ProductID, #Details .PriceLocal, #Details .PriceInter, #Details .Basket
	{
		font-size: 120%;
	}
	#Details .PriceLocal, #Details .PriceInter
	{
		margin-top: 0.6em;
	}
	#Details .PriceLocal
	{
		background-image: url(/Res/Img/flag_sv.gif);
	}
	#Details .PriceInter
	{
		background-image: url(/Res/Img/flag_us.gif);
	}
	#Details .Basket
	{
		clear: left;
		padding-top: 1em;
		white-space: nowrap;
	}
	#Details p
	{
		margin-left: 0;
		margin-right: 0;
	}


/****************************************************************************************************
	Form
****************************************************************************************************/

label:focus, input:focus, textarea:focus, select:focus, option:focus, label:active, input:active, textarea:active, select:active, option:active
{
	outline: none;
}

form
{
	margin: 2em 0;
}

fieldset br
{
	clear: left;
}

fieldset h1
{
	margin-left: 7.1em;
}
fieldset div
{
	width: 100%;
	overflow: hidden;
	margin: .2em;
}
label, input.Text, textarea.Text, select.Text
{
	display: block;
	width: 20em;
	float: left;
	margin-bottom: 1em;
}

label
{
	text-align: right;
	width: 15em;
	padding-right: 1em;
	font-size: 120%;
}

label.Radio
{
	display: inline;
	float: none;
	text-align: left;
	margin-left: .5em;
	vertical-align: top;
}

input.Radio
{
	font-size: 120%;
	margin-left: 16.5em;
	margin-bottom: .5em;
}

input.Text, textarea.Text, select.Text
{
	display: block;
	padding: .1em 0 .2em .5em;
	background-color: #5C5C5C;
	border-width: 1px;
	border-style: solid;
	border-color: #515151;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 120%;
	color: #FFFFFF;
}

textarea.Text
{
	border-width: .1em;
}

input.Text:focus, textarea.Text:focus, select.Text:focus
{
	border-color: #C60000;
	background-image:url(/Res/Img/Edit.gif);
	background-repeat:no-repeat;
	background-position:right;
}

input.Error, input.Error:focus, textarea.Error, textarea.Error:focus
{
	border-color: #FF0000;
	background-image:url(/Res/Img/Error.gif);
	background-repeat:no-repeat;
	background-position:right;
}

input.Submit
{
	background-color: transparent;
	color: #C8C8C8;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #5C5C5C;
	margin-top: 1em;
	padding: .3em 32px .3em 2em;
	background-image:url(/Res/Img/ArrowSmall.gif);
	background-repeat:no-repeat;
	background-position:right;
}
	input.Submit:hover
	{
		color: #F2F2F2;
		border-color: #C60000;
	}

div.Error
{
	display: block;
	width: 25em;
	margin: 2em 0 0 10em;
	padding: 1em 2em;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}
	div.Error h1
	{
		margin: 1em;
		font-size: 100%;
		color: #FF0000;
		font-weight: bold;
	}
	div.Error p
	{
		margin: 0;
	}

