/* davidandmartin */

	* {
		margin: 0;
		padding: 0;
	}

	body {
		background-color: #000;
		font-size: 11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		line-height:1.5em;
		text-align: center;
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-image: url(/pix/bg.gif);
		color: #000;
	
	}
/* Links */
	a:link {
		color:black;
		text-decoration:none;
		border-bottom:1px solid red;
		/* border-bottom:1px dotted black; */
	}
	a:visited {
		color:black;
		text-decoration:none;
		border-bottom:1px solid #ccc;
		/* border-bottom:1px dotted black; */
	}
	a:hover {
		border-bottom:0px solid red;
		background:black;
		color:white;
	}
	a:link img, a:visited img {
		border:none;
		border:1px solid white;
	}
	a:hover img {
		border:1px solid red;
	}
	.colNav a:hover img {
		border:1px solid white;
	}
	
.colNav a:link, .colNav a:visited {
	border:none;
}


p {
	padding:0;
	margin:0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
	margin-top:0;
	font-weight:bold;
}

h1, h1 a {
	font-weight:bold;
	font-size:11px;
	margin-bottom:0.5em;
	padding:0;
	/* text-transform:uppercase; */
}
h2 {
	font-weight: bold;
	font-size: 11px;
	margin-top:1.1em;
	margin-bottom:0.2em;
	padding:0;
	color: #666;
}
h3 {
	font-size:12px;
	color:black;
}

h4 {

}
h6 {
	background:#eee;
	color:black;
	font-size:10px;
	font-weight:normal;
	padding:5px;
	margin:0;	
	border:1px solid #666;
}
.ingress {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0em 0em 1em 0em;
	font-weight:normal;
}

/* Rubriker på startsidan */

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background:white;
	width: 960px;
	}
#frame {
	margin: 0 auto;
	padding: 0px 0;
	text-align: left;
	background-color:transparent;
	width: 960px;
	/*margin:0 0 0 20px; */
/*	position: relative;
	float:left; */
	}
/*
#hem #frame {
	margin: 110px auto;
	}
*/

.col1 {
	width: 215px;
	border:none;
	float:left;
	margin:0 20px 0 0;
	padding:0;
	background:transparent;
	display: inline;
}

.colNav {
	width: 214px;
	border:none;
	border-left:1px solid black;
	float:right;
	margin:0 20px 30px 0;
	padding:0;
	background:transparent;
	display: inline;
}
.colNav p, .colNav h3 {
	margin:0 0 0 12px;
}

.col2 {
	width: 450px;
	border:none;
	float:left;
	margin:0 20px 0px 20px;
	padding:0;
	background:transparent;
	display: inline;
}

.col2 a {
	border: 0; 
}

.col3 {
	width:685px;
	margin:0 0 0 20px;
	float:left;
}

.col3 a:link, .col3 a:visited {
	border:none;
}

 #footer {
 	clear:both;
	/* border-top:2px solid #c00; */
	padding: 10px 0 10px 0;
	margin: 10px 20px 10px 20px;
	font-size:10px;
	background-color:transparent;
	text-align:left;
	border-top:1px solid #ccc;
 }
  #footer p {
	text-align:left;
	font-size:11px;
	color:#999;
 }




.bildtext {
	margin:0 0 10px 0;
	padding:0;
	font-size:11px;
	color:#999;
}


/* Lokal navigation */

.open {
	background: url(/agoodsite/pix/icons/a_down.gif) no-repeat 0 0px;
		color:#000;
        padding-left: 16px;
		border:0;
		text-decoration:none;
}
.closed {
	background: url(/agoodsite/pix/icons/a_right.gif) no-repeat 0 0px;
		color:#000;
        padding-left: 16px;
		border:0;
		text-decoration:none;
}



hr {
	margin:10px 0 10px 0;
	padding:0;
	height:1px;
	background:white;
	border-top:1px solid #ccc;
	clear:both;
}


#menu {
	font: 11px/100% Verdana, Geneva, Helvetica, sans-serif ;
/*	position: fixed;  */
	z-index: 99; 
	top: 0px; 
	margin:0 auto;
	margin-bottom:20px;
	width: 960px; 
	height: 115px;
	height:80px;
	background:transparent;
}

#menu a:link, #menu a:visited, #menu img {
	border:none;
	text-decoration:none;
}

.date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
}

ul {
	padding:0;
}
ul li {
	list-style-type:none;
	padding:2px 0 0px 10px;
	margin:0;
}
.modul {
	padding:10px;
	margin:5px 0;
	background-color:#FFEDDF;
}
.button {
	padding:5px;
	background-color:black;
	margin:10px 0 5px 0;
	color:white;
	width:70px;
}
.q {
	width:30px;
	border:0;
}
td {
	padding:5px;
}
.colNav a.active {
	border-bottom:1px solid #f00;
	border:none;
	font-weight:bold;
}
td a:link.img, td a:visited.img {
	border:none;
	border:5px solid green;
}

table tr {
	vertical-align: top;
}

.localnav {
/*border-left: 1px solid black; */
padding: 0 0 0 2px;
}
.textField {
	background:white;
	border:1px solid #ccc;
	width:140px;
	margin-bottom: 6px;
}


form input.submit {
	margin: .5em 0 0 0;
}

.infoMsg {
	background-color: #eee;
	border: 1px solid #aaa;
	margin: .5em 0 .5em 0;
	padding: .5em;
	font-weight: bold;
}


.col-wrapper {
margin-left: 20px;
width: 685px;
float: left;
}
.col-1, .col-2, .col-3 {
float: left;
width: 215px;
margin-right: 20px;
display: inline;
}
.col-2 {
	width: 450px;
}
.col-3 {
	width: 685px;
}

.col-last {
	margin-right: 0;
}

.sidebar-cart {
margin-bottom: 2em;
}
.sidebar-cart h3 {
font-weight: normal;
font-size: 1em;
}
.sidebar-cart h3 img {
margin-left: 2px;
margin-bottom: -2px;
}
.sidebar-cart p {
color: #999;
}

br.clearfix {
	clear: both;
	display: block;
	height: 1px;
	line-height: 1%;
}

.collection h2 {
font-size: 1em;
font-weight: bold;
border-top: 1px solid #999;
padding-top: .5em;
margin-top: 2em;
width: 100%;
display: block;
}

.collection h3 {
font-size: 1em;
font-weight: normal;
}
.collection h3 a:link,
.collection h3 a:visited,
.collection h3 a:hover,
.collection h3 a:active
 {
text-decoration: none;
border: 0;
}
.collection p.image {
border: 0;
}
.collection p.image a {
border: 0;
}

.collection .item-moreinfo {
	/*visibility: hidden;*/
	color: #999;
}
.collection .item-moreinfo a:link,
.collection .item-moreinfo a:visited,
.collection .item-moreinfo a:hover,
.collection .item-moreinfo a:active
{
	color: #999;
}
.collection .item-moreinfo.visible {
	visibility: visible;
}
.item-addtocart a img {
	border: 0;
}

.okmsg {
padding: .5em;
background-color: lightyellow;
border: 2px solid #ccc;
font-weight: bold;
}

.infomsg {
border: 1px solid #ccc;
font-weight: bold;
padding: .5em;
background-color: lightyellow;
}

.links-dev {
	margin-top: 4em;
}


.more-products .product-one {
float: left; 
margin: 0 15px 15px 0;
text-align: center;
}

.more-products .name {
font-size: .8em;
}

.more-products h2 {
	border-top: 1px solid #999; 
	width: 100%; 
	padding-top: .5em; 
	margin-bottom: 1em;
}
.more-products a:link,
.more-products a:visited,
.more-products a:hover,
.more-products a:active
{
border: 0;
}

table.cart {
border-collapse: collapse;
}
table.cart th {
background-color: #eee; 
padding: .5ex;
}

table.cart td {
border-bottom: 1px solid #ccc; 
}
table.cart td.title {
white-space: nowrap;
}

table.cart td.subtotal {
text-align: right;
}


form.checkout p {
	padding: 0 0 0 1ex;
}
form.checkout p.multiple {
height: 3em;
}

form.checkout input {
display: block;
}

form.checkout span.first {
float: left;
}
form.checkout span.second {
float: left;
margin-left: 1em;
}

form.checkout p input.text {
width: 21em;
}
form.checkout p.multiple input.text {
width: 10em;
}

form.checkout select {
	display: block;
}

form p.form-value-missing {
padding: 1ex;
color: brown;
font-weight: bold;
}

p.checkout-step {
font-size: 10px;
color: #888;
border-bottom: 1px solid #ccc;
padding: .5ex;
}

form.checkout .errmsg {
display: block;
padding: 1ex;
font-weight: bold;
background-color: darkred;
color: white;
}

p.submit {
border-top: 1px solid #ccc;
padding-top: 2ex;
}

h2.line {
border-top: 1px solid #ccc;
margin-top: 1.5em;
padding-top: 1.5em;
}

body.mceContentBody {
   background-color: white;
   text-align: left;
   padding: 1em;
}

