/* Copyright 2006 Sebastian Holmgren (sebastian.holmgren@gmail.com) */
/* Style sheet for glmodellbilar.se */

* {
	margin: 0;
	padding: 0;
}

ul.none {
	list-style-type: none;
	margin: 2px 0px 5px 0px;
	padding: 2px 0px 5px 0px;
}

th.space {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 14px;
}

td, th {
	text-align:left;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	/* font-size: 80%; */
	color: #000000;
	background: #ffffff;
}

body p{
	margin-bottom: 10px;
	padding-bottom: 10px;
}

img {
	border: 0;
}

/* For the shaded thingy on the left side */
#shade {
	background:  url(../gfx/lshade_30x10.gif) repeat-y;
	/* position: absolute; */
	position: relative;
	top: 0px;
	width: 30px;
	height: 100%;
}

/* Logo stuff */
#logo{
	background: #fff url(../gfx/logo.jpg) no-repeat;
	color:#000000;
	width:800px;
	height:127px;
	position: relative;
	top: 0px;
	margin-top: 0px;
	left: 30px;
}

#language{
	position: relative;
	left: 700px;
	top: 80px;
}

#logo h1 { 
	/*background: transparent (../gfx/logo.jpg) no-repeat top left;
	width: 800px;
	height: 127px;*/
}

#logo h1 span {
	display:none
}

/* Links in top banner, located on the left, e.g., products, news, company */
#left_links {
	/* position: absolute; */
	position: relative;
	left: 120px;
	top: 96px;
}

/* Image links in top banner, e.g., cart, contact */
#right_links {
	/* position: absolute; */
	position: relative;
	/* margin-left: 630px; */
	right: 37px;
	top: 97px;
}

#left_links li, #right_links li, #language li {
	display: inline;
	list-style-type: none;
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	vertical-align: bottom;
}

.link_pipe {
	background: url(../gfx/link_pipe.gif) no-repeat;
	background-position: bottom;
	display: inline;
	width: 11px;
	height: 16px;
	margin-left: 4px;
	margin-right: 4px;
	vertical-align: bottom;
}

/* The search bar */
#search {
	/* background:  url(../gfx/search_800x42.gif) no-repeat; */
	/* position: absolute; */
	position: relative;
	/* top: 127px; */
	margin-left: 20px;
	/*margin-left: 80px;*/
	width: 800px;
	height: 42px;
}

#search select, #search input {
	margin-right: 10px;
	margin-left: 10px;
}

#search ul {
	position: absolute;
	top: 8px;
}

#search li {
	display: inline;
}

.white_button {
	/* background-color: #99BB99; */
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	/* border: #FFFFFF 2px solid; */
	border: #000000 1px solid;
	font-size: 14px;
	/*color: #FFFFFF; */
	color: #000000;
	width: 90px;
}

.search_select {
	/* background-color: #99BB99; */
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	/* border: #FFFFFF 1px solid; */
	border: #000000 1px solid;
	font-size: 14px;
	/* color: #FFFFFF; */
	color: #000000;
	width: 145px;
}

/* Content */
#content{
	width: 800px;
	/* position: absolute; */
	position: relative;
	margin-left: 30px;
	/* margin-top: 180px; */
	font-size: 12px;
	font-weight: normal;
}

#content h1{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px;
	padding-bottom: 2px;
}

#content h2{
	font-size: 12px;
	font-weight: bold;
}

/*
#content th{
	text-align: left;
	font-weight: bold;
}

#content td{
	text-align: left;
	font-weight: normal;
}
*/

.latest{
	/*background: url(../gfx/latest_frame.gif) no-repeat;*/
	background: url(../gfx/latest.gif) repeat-Y;
	width: 800px;
	/*height: 116px;*/
	position: relative;
	margin:0px;
	padding:0px;
}

.latest_img img{
	position: absolute;
	top: 3px;
	left: 3px;
	width: 200px;
	height: 97px;
}

.latest_top {
	background: url(../gfx/latest_top.gif) no-repeat;
	width:800px;
	height:2px;
	position: relative;
	margin:0px;
	padding:0px;
}

.latest_bottom {
	background: url(../gfx/latest_bottom.gif) no-repeat;
	width:800px;
	height:2px;
	position: relative;
	/*margin-bottom: 10px;*/
	padding-bottom: 10px;
}

td.w90 {
	width: 90px;
}

.latest td{
	font-size: 10px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.latest table{
	position: relative;
	top: 4px;
	left: 212px;
	height: 100px;
}
/*
#news table{
	margin-top: 10px;
}*/

#news th{
	margin-top: 5px;
	font-weight: bold;
}

#news td{
	/* margin-bottom: 5px; */
	padding-bottom: 10px;
}

/* The bottom bar */
#bottom{
	width: 800px;
	position: relative;
	top: 30px;
	margin-left: 30px;
	font-size: 12px;
	font-weight: normal;
}

#bottom ul {
	float: left;
}

#line {
	background: url(../gfx/bline_800x1.gif) no-repeat;
	height:1px;
	margin:0px;
	padding:0px;
	clear:both;
}

#validate {
	float:right;
}

#updated {
	display: inline;
	float:left;
}

#copyright {
	display: inline;
	float:right;
}

#bottom li {
	display: inline;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

/* Links */
#logo a {
	text-decoration: none;
	color: #ffffff;
	background:inherit;
}

#bottom a {
	text-decoration: none;
	color: #000000;
	background:inherit;
}

#logo a:hover, #bottom a:hover {
	text-decoration: underline;
}

#cart_info{
	background-color: #99BB99;
	color: #FFFFFF;
	padding-top: 5px;
	margin-top: 5px;
	height: 35px;
}

#shipping_info{
	position: absolute;
	left: 10px;
}

#cart_subtotal{
	position: absolute;
	left: 673px;
}

#cart_subtotal p{
	margin: 0px;
	padding: 0px;
}

#cart_buttons{
	position: absolute;
	left: 0px;
}

.cart_button {
	/* background-color: #99BB99; */
	background-color: #99BB99;
	font-family: verdana, arial, helvetica, sans-serif;
	/* border: #FFFFFF 2px solid; */
	border: #FFFFFF 1px solid;
	font-size: 14px;
	/*color: #FFFFFF; */
	color: #FFFFFF;
	width: 120px;
}

#cart_buttons li{
	display: inline;
	padding-left: 3px;
	margin-left: 3px;
	padding-top: 3px;
	margin-top: 3px;
}

#confirm_buttons li{
	display: inline;
	padding-right: 3px;
	margin-right: 3px;
	padding-top: 3px;
	margin-top: 3px;
}

#go_to_checkout input{
	padding-left: 6px;
	margin-left: 6px;
	padding-top: 5px;
	margin-top: 5px;
}

.long_white_button{
	/* background-color: #740C0B; */
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	/* border: #FFFFFF 2px solid; */
	border: #000000 1px solid;
	font-size: 14px;
	/*color: #FFFFFF; */
	color: #000000;
	width: 120px;
}

.confirm_button{
	/* background-color: #740C0B; */
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	/* border: #FFFFFF 2px solid; */
	border: #000000 1px solid;
	font-size: 14px;
	/*color: #FFFFFF; */
	color: #000000;
	width: 140px;
}

#error p{
	margin: 0px;
	padding: 0px;
	color: #ff0000;
	background:inherit;
}

#checkout td{
	padding-top: 5px;
	margin-top: 5px;
}

#checkout a{
	color: #ff0000;
	background:inherit;
	text-decoration: underline;
}

#e-post img{
	vertical-align: bottom;
}

