/* Buttons----------------------------------------*/
input.buttonlogin {
border:none;
background-image:url(/images/global/loggain.gif);
width:69px;
height:18px;
}

input.buttontabort {
border:none;
background-image:url(/images/kassa/tabort.gif);
width:62px;
height:16px;
}

input.buttonbetala {
border:none;
background-image:url(/images/kassa/betala.gif);
width:58px;
height:22px;
}

input.buttontabortvara {
border:none;
background-image:url(/images/kundvagn/tabortvara.gif);
width:76px;
height:16px;
vertical-align:bottom;
}

input.buttonlaggikorg {
border:none;
background-image:url(/images/webbshop/laggikorg.gif);
width:107px;
height:19px;
}


/* TAGS ------------------------------------------------*/

body {
	background-color: #CCCCCC;
	background-image: url('../images/bgs/htp.jpg');
	color: #666666;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 10px 0px 0px 0px;
	}
	
hr {
	clear:left;
}


a img {
	border: none;
	}
	
input#image
{
	border:none;
	vertical-align:bottom;

}

a {
	color: #ffffff;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #333333;
	}


form {
	margin: 0px;
}

td, th {
	text-align: left;
	}

h1 {
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	}

h2 {
	color: #333333;
	font-size: 18px;
	margin: 20px 4px 10px 0px;
	}

h4 {
	color: #333333;
	display: inline;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 5px 0px 0px;
}

hr {
	background-color: #5e5e5e;
	border-style: none;
	color: #5e5e5e;
	height: 1px;
	margin: 10px auto 10px auto;
	width: 100%;
	}

input, textarea {
	background-color: #f5f5f5;
	border: 1px solid #000;
	color: #000;
	
	}

textarea {
	height: 300px;
	}

ul, li {
	margin: 0px;
	padding: 0px;
	}


/* LAYOUT ----------------------------------------*/

#container {
	background-color: #ff9900;
	margin-top: 0px;
	position: relative;
	width: 700px;
	}


.layoutline {
	clear: both;
	font-size: 0px;
	height: 12px;
	position: relative;
	width: 100%;
	}

.lightbrown {
	background-color: #cc6600;
	}

.darkbrown {
	background-color: #993300;
	}

#login {
	float: right;
	vertical-align: bottom;
        margin-top: 25px;
        margin-right: 10px;
	position: relative; 
	}

#login a {
	color: #ff9900;

	}

#login a:hover {
	color: #FFFFCC;
}

#login form {
	margin-bottom: 3px;
	}

#login input {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	}

#login input.button {
	background-color: #333333;
	border: 1px solid #666666;
	color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	text-transform: uppercase;
	padding: 2px;
	width: auto;
	}

#login a {
       color: #c4c4c4;
       font-weight: bold;
}


#logo {
	background-color: #000000;
	background-image: url(../images/global/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 94px;
	padding: 0;
	position: relative;
	text-align: right;
	width: 100%;
	}
	
	
#webbshop input {
	width: 30px;
	}


#footer {
 	background-color: #000000;
        background-image:url(/images/bgs/foot.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
	clear: both;
	position: relative;
	width: 100%;
	}
#footer .cart {
	padding: 5px 0px 0px 15px;
	text-align: left;
	}

#footer .content {
	padding: 20px 4px 4px 4px;
	text-align: right;
	}

#footer .content a {
	color: #cccc99;
	font-weight: normal;
	}

#footer .content a:hover {
	color: #ffcc99;
	}

#footer a img {
	border:0px;
	vertical-align:bottom;
}

#menu {
	background-color: #999999;
}

#menu .content {
	font-size: 12px;
	text-align: right;
	padding: 5px;
}


#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	}

#menu ul a:hover {
	color:#333333;
	}

#menu ul a {
	color: #ffffff;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	}

#menu ul li {
	background-color: transparent;
	display: inline;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	}


#content {
	font-size: 12px;
	padding: 20px;
	position: relative;
	}

#main {
	background-color: #b1b1b1;
	}

.articleimage {
	margin: 5px;
	}

.contentmenu {
	position: relative; 
	display: block; 
	float: right;
	padding: 0px 10px 10px 10px;
	width: 200px;
	}

.contentmenu .content {
        background-color: #5e5e5e;
	border: 1px solid #000;
        color: #fff;
	line-height: 140%;
	margin-top: 10px;
	padding: 10px;
	position: relative;	
	}

.contentmenu .content h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	}

.contentmenu ul {
	list-style: none;
	margin: 0px;
	padding: 5px;
	}

.contentmenu li {
	background: transparent url(../images/listitem.gif) left center no-repeat;
	padding: 2px 2px 2px 12px;
	text-align: left;
	}


input.button {
	background-color: #666;
	border: 1px solid #000;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: auto;
	}

input.radio {
	background-color: transparent;
	border: none;
	margin: 0px;
	width: auto;
	}

textarea.small {
	height: 180px;
	}


input.file {
	height: 20px;
	width: auto;
	}

.pagename {
	background-color: #b1b1b1;
	background-image: url(../images/global/pagename.jpg);
	backgrond-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
	height: 31px;
	padding: 8px 2px 0px 10px;
	}

#content h2.headline {
	background-image: url('../images/newnews.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 12px;
	vertical-align: center; 
	}

h3.headline {
	font-size: 16px;
	vertical-align: center; 	
	}

.publishedinfo {
	display: block;
	margin: 10px 0px 0px 0px;
	}

table.list {
	width: 100%;
	}

table.list th {
	padding: 2px;
	text-align: left;
	}

table.list td {
	padding: 1px 2px 1px 2px;
	}

table.linkarchive {
	width: 100%;
	}

table.linkarchive td {
	padding: 5px;	
	vertical-align: top;
	}

table.linkarchive td h3 {
	font-size: 12px;
	margin: 0px;
	}

table.linkinfo {
	background-color: transparent;
	border-color: #000 #5e5e5e #5e5e5e #000;
        border-width: 1px;
        border-style: solid;
	padding: 0px;
	width: 100%;	
	}

table.linkinfo td {
	background-color: transparent;
	padding: 5px;
	vertical-align: bottom;
	}


table.linkinfo th {
	background-color: #666;
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px;
	vertical-align: bottom;	
	}

#aboutcomments {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}
.commentbox {
        clear: both;
	margin-top: 20px;
	padding: 10px;
	}

.commentbox form {
	margin: 0px 0px 10px 0px;
}

.icon {
	background-color: #000;
	height: 13px;
	vertical-align: middle;
	width: 13px;
	}

.black {
	background-color: #000;
	}

ul.ordered {
	list-style-type: decimal;
	}

table.poll {
	width: 100%;
	}
table.poll td {
	padding: 2px;
	}
td.radio {
	width: 15px;
	}
.quote {
       font-style: italic;
       padding: 10px 40px 10px 40px;
}

table.comments {
         border-color: #000;
         border-width: 1px;
         border-style: solid solid none solid;
}

table.comments td, th {
         padding: 4px;
         vertical-align: top;
}

td.commentavatar {
                 padding-top: 20px;
                 text-align: center;
                 width: 100px;
}

img.commentavatar {
                  margin: 20px auto 20px auto;
}

td.commenttext {
               height: 100px;
               vertical-align: top;
}
td.commentinfo {
               border-bottom: 1px solid #000;
               border-top: 1px solid #000;
}
th.commentheadline {
               height: 20px;
}


ul#memberfunctionlist {
                      margin-bottom: 20px;
}

ul#memberfunctionlist li {
                      display: inline;
                      margin-right: 20px;
}

.hander
{
	background-image:url(/images/bgs/hander.jpg);
	background-position:left;
	background-repeat:repeat-y;	
}
