/*LAYOUT*/

body
{
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: #FFF;
	background-image: url(/images/gui/bg_tile_2000px.gif);
	background-repeat: repeat-x;
}

#main
{
	margin: auto;
	margin-top: 5px;
	text-align: left;
	width: 870px;
}

#header
{
	height: 46px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: #000;
	background: #FFF;
	background-image: url(/images/gui/top_tile_46px.gif);
	background-repeat: repeat-x;
}
#logo
{
	float: left;
	margin: 5px 0 0 15px;
}

#top
{
	border-bottom: 1px solid #CED7DE;
	text-align: center;
	background: #FFF;
	background-image: url(/images/gui/bg_tile_falgsnurra_224px.gif);
	background-repeat: repeat-x;
	clear: both;
}

ul#topnavigation
{
	list-style: none;
	padding: 15px 0 0 0;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	height: 31px;
	background: #FFF;
	background-image: url(/images/gui/meny_tile_46px.gif);
	background-repeat: repeat-x;
	clear: both;
}

ul#topnavigation li
{
	padding: 10px 5px;
	background-image: url(/images/gui/menyavdelare.gif);
	background-repeat: no-repeat;
	background-position: right;
}
ul#topnavigation li.last
{
	background: none;
}

#top ul li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#top ul#topnavigation li a
{
	text-decoration: none;
	padding: 10px;
}

#content
{
	color: #000;
	margin: 0 auto;
	padding: 1px 10px;
	background-color: #DDD;
	/*background-image: url(/images/gui/striped-bg-tile.png);*/
	text-align: left;
}

#content.no-bgtile
{
	background-image: none;
}

#bodytext
{
	padding-top: 15px;
}

#bodytext.frontpage
{
	margin: 10px 0;
	width: 550px;
	float: left;
	padding: 70px 50px 20px 20px;
	background-image: url(/images/gui/textbakgrund_bli_af.png);
	background-repeat: no-repeat;
}

a#bli-af
{
	display: 	block;
	margin:		-70px -50px 0 0;
	float:		right;
	width:		110px;
	height:		80px;
	/*border:		1px solid black;*/
}

img.logo-collage
{
	float: left;
	margin: 10px 20px;
}

a.red
{
	color: red;
	text-decoration: none;
}

#footer
{
	font-size: 10px;
	color: #FFF;
	text-align: center;
	height: 27px;
	padding-top: 7px;
	clear: both;
	background-image: url(/images/gui/footer_tile_27px.gif);
	background-repeat: repeat-x;
}




#subNavigation
{
	width: 20em;
	float: right;
}
#subNavigation ul
{
	list-style: none;
	border: 1px solid #FFE8CD;
	background: #FFF9D8;
}

/* Forms layout */


#submitbutton
{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

br
{
	clear: left;
}


/* FONTS standards */
body
{
	font-size: 12px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	color: #426FC8;
	font-weight: bold;
}
h1
{
	font-size: 60px;
	line-height: 1;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
	width: auto;
}
h2
{
	position: relative;
	color: #0B4996;
	font-size: x-large;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 0 -5px;
}
h2 span
{
	background: url(/images/gui/gradient-white-header.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}

h2 img
{
	float: right;
	position: relative;
	padding: 5px 2px 0 0;
}

h3
{
	font-size: 18px;
	line-height: 1;
	margin-bottom: 1em;
}
h4
{
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	height: 1.25em;
}
h5
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6
{
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
	margin: 0;
}

p
{
	margin: 0 0 1.5em;
	font-size: 12px;
}
p img
{
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right
{
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

/* LINKS standards */
a:focus, a:hover
{
	color: #000;
}
a
{
	color: #14223E;
	text-decoration: underline;
}
h1 a
{
	color: #666;
	text-decoration: none;
}

/* ELEMENTS standards */
blockquote
{
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong
{
	font-weight: bold;
}
em, dfn
{
	font-style: italic;
}
dfn
{
	font-weight: bold;
}
sup, sub
{
	line-height: 0;
}
abbr, acronym
{
	border-bottom: 1px dotted #666;
}
address
{
	margin: 0 0 1.5em;
	font-style: italic;
}
del
{
	color: #666;
}
pre, code
{
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt
{
	font: 1em 'andale mono' , 'lucida console' , monospace;
	line-height: 1.5;
}
li ul, li ol
{
	margin: 0 1.5em;
}
ul, ol
{
	margin: 0 1.5em 1.5em 1.5em;
}
ul
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}
dl
{
	margin: 0 0 1.5em 0;
}
dl dt
{
	font-weight: bold;
}
dd
{
	margin-left: 1.5em;
}
table
{
	margin-bottom: 1.4em;
	width: 100%;
}
th
{
	font-weight: bold;
	background: #C3D9FF;
}

tr.odd td
{
	background: #EFEFEF;
}
tr.even td
{
	background: #FFF;
}

table.pricelist
{
	width: 80%;
	margin: auto;
}
table.pricelist th
{
	font-weight: bold;
}
table.pricelist td
{
	vertical-align: top;
	padding: 4px;
}
td.pic-col
{
	width: 330px;
}
td.name-col
{
	font-weight: bold;
	width: 250px;
}
td.dim-col
{
	width: 150px;
	text-align: right;
}
td.price-col
{
	width: 180px;
	text-align: right;
}

tfoot
{
	font-style: italic;
}
caption
{
	background: #eee;
}

/* FORM ELEMENTS */
fieldset
{
	background: #FFF;
	width:	370px;
	padding: 5px;
	margin-top:	20px;
	clear: both;
}

fieldset.float
{
	clear:	none;
	float: 	left;
}

fieldset br
{
	clear:both;
}

.mailform label
{
	float: left;
	width: 140px;
	font-weight: bold;
	margin: 2px 0 0 0;
}

.mailform input,.mailform  textarea
{
	width: 180px;
	margin: 0 0 6px 0;
}

#allresults input, #filters input
{
	width: 40px;
	margin: 0 0 4px 0;
}
input.FormSubmit
{
	margin: 15px 0 0 145px;
}

#result input.add_button
{
	width: 60px;
}


textarea
{
	width: 180px;
	height: 100px;
}

.boxes, .boxes input
{
	width: 1em;
}
.error, .notice, .success
{
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error
{
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice
{
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success
{
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a
{
	color: #8a1f11;
}
.notice a
{
	color: #514721;
}
.success a
{
	color: #264409;
}

.error ul
{
	margin-bottom: 0;
	padding-bottom: 0;
}
.car-brand
{
	width: 160px;
	height: 300px;
	padding-top: 50px;
	float: left;
	background: #FFF;
}
.wheel-slider
{
	float: left;
	margin: 20px auto 0 auto;
	text-align: center;
}
.wheel-slider ul
{
	clear: both;
	margin: 0 auto;
	text-align: center;
}
.wheel-slider li
{
	width: 200px;
	height: 200px;
}
.wheel-slider img
{
	margin: 0 15px;
}

.wheel-slider span
{
	color: #FFF;
	margin: -3px 0 0 15px;
	padding-top: 2px;
	width: 170px;
	height: 23px;
	display: block;
	float: left;
	background-repeat: no-repeat;
}
.wheel-slider span.svf-performance
{
	background-image: url(/images/gui/platta_performance.gif);
}
.wheel-slider span.svf-premium
{
	background-image: url(/images/gui/platta_premium.gif);
}
.wheel-slider span.svf-street
{
	background-image: url(/images/gui/platta_street.gif);
}

img.prev
{
	margin: 20px 0 0 15px;
	float: left;
}
img.next
{
	margin-top: 20px;
	float: left;
}

img.tinylogo
{
	margin: 0 0 10px 20px;
}

#accordion h3 img
{
	margin-left: 14px;
}

img.float-logo
{
	float: left;
	margin: 60px 6px 15px 15px;
}

.wheel-item
{
	width: 170px;
	height: 200px;
	border: 1px solid #999999;
	float: left;
	margin: 0 5px 15px 15px;
	padding: 0;
	text-align: center;
	background: #FFF;
}

.wheel-item .flake
{
	margin: -3px -40px 10px 0;
}

ul.wheel-guide
{
	padding: 20px 0 20px 30px;
	background: #FFF;
}

div.wheel-guide
{
	float: left;
	width: 210px;
	height: 180px;
	text-align: right;
	border: 1px solid #EFEFEF;
	margin: 0 15px 15px 0;
	padding: 0 20px 5px 10px;
	background: #FFF;
}

div.wheel-guide h3
{
	text-align: left;
	color: #2E6DB0;
	margin-bottom: 6px;
}

div.wheel-guide a
{
	padding: 6px 0;
	margin: 0;
}

div.wheel-guide p
{
	line-height: 9px;
}

div.wheel-guide img
{
	float: left;
	margin: 0;
	border: 0;
}

ul.wheel-guide li
{
	margin: 3px;
}

img.model-image
{
	float: left;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h3 {

}

