/*
-----------------------------------------------
CSS 
jageblad.se

----------------------------------------------- */


html, body {
    background: #FFFFFF url(../images/bg-page.jpg) repeat;
	height:100%;
	margin: 0 auto;
}


body {
    overflow: -moz-scrollbars-vertical;
}


body, div, p {
	font-family: tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
}

p {
	margin: 7px 0 5px 0;
	line-height:20px;
}

hr {
    border:1px;
    height:1px;
    color:#CCCCCC;
    background-color: #CCCCCC;
    margin: 5px 0 5px 0;
    clear:both;
}


form, fieldset {
	margin:0 auto;
	border:0px;
}


.submit {
    padding:3px;
	cursor:pointer;
}

.input {
    padding:2px;
    clear:both;
}


.input-numeric {
    padding:2px;
    text-align:right;
    clear:both;
    border:1px inset #cccccc;
}


.textarea {
    font-family: tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    padding:3px;
}


.td-head-forum {
    padding: 8px 3px 8px 3px;
    background:#FFFFFF;
	font-weight: bold;
    color: #333333;
	font-size: 13px;
}


.td-rows-forum {
    padding:3px;
	font-weight: normal;
    color: #333333;
	font-size: 13px;
}


.td-head {
    padding: 8px 3px 8px 3px;
    background-color:#accbf2;
	font-weight: normal;
    color: #000000;
	font-size: 14px;
}


.td-rows {
    padding:3px;
	font-weight: normal;
    color: #333333;
	font-size: 13px;
	border-bottom: 1px dashed #CCCCCC;
}

.td-rows-mark {
    padding:3px;
    background-color:#cccccc;
	font-weight: normal;
    color: #333333;
	font-size: 13px;
    text-align: right;
    border-bottom: 1px solid #FFFFFF;
}

.bgcolor1 {
    background-color:#ffffff;
}

.bgcolor2 {
    background-color:#cccccc;
}


em {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}




img {
    border:0px;
}


/* pagination
----------------------------------------------- */
#pagination {
	float: left;
	width: 96%;
	background: #FFFFFF;
	border: 1px solid #ccc;
	margin: 20px 0 10px;
	padding: 5px 10px;
	color: #999999;
	font-weight: bold;
	}

#pagination a {
	background: #FFFFFF;
	border: 1px solid #cdcdcd;
	color: #666666;
	text-decoration: none;
	margin: 0 1px;
	padding: 1px 4px;
	}

#pagination a#selected,
#pagination a:hover {
	border: 1px solid #999999;
	}

#pagination a.arrows {
	background: none;
	border: none;
	}
/* /pagination
----------------------------------------------- */



/* debug
-------------------------------------------
div {border: 1px solid #ccc; }*/

#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 840px;
	padding: 0;
	text-align: center;
	background-color:#FFFFFF;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#top {
    position:relative;
    height:80px;
    background: #FFFFFF url(../images/bg-top.jpg) repeat-x center top;
}


#top-query {
    position:absolute;
    top:34px;
    right:30px;
    width:250px;
    height:30px;
    text-align:right;
    padding:4px;
    z-index:9;
    /* border: 1px solid #000000; */
}

#top-query input {
    vertical-align:text-bottom;
    padding:3px;
    color:#777777;
}


#navcontainer {
    position:absolute;
    top:0;
    right:10px;
    width:520px;
    text-align:right;
    margin: 0;
    padding:0;
}


#navcontainer ul {
    padding: 0;
    margin: 0;
    float: right;
}

#navcontainer ul li {
    display: inline;
}

#navcontainer ul li a {
    padding: 5px 10px 10px;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
}

#navcontainer ul li a:hover {
    background: url(../images/bg-menu-over.jpg);
    color: #FFFFFF;
}


#navcontainer #active {
    background: url(../images/bg-menu-over.jpg);
}



#top-logo {
    position:relative;
    float:left;
    top:3px;
    height:80px;
    width:240px;
    text-align:center;
    overflow:visible;
    text-align:left;
    margin: 0 0 0 30px;
    /* border: 1px solid #000000; */
}


#content-holder {
    position: relative;
    margin: 20px 30px 0 30px;
    overflow:visible;
}

#ajax-holder {
    position: relative;
    margin: 30px 30px 0 30px;
}

#ajax-adWords {
    position: relative;
    margin: 10px auto;
}

#ajax-kommunikation {
    position: relative;
    margin: 10px auto;
}


.col-1 {
    position: relative;
    float:left;
	text-align: left;
	width: 250px;
}


.col-2 {
    position: relative;
    float:right;
	text-align: left;
	width: 500px;
}


.item-view-full {
    position: relative;
    float:left;
	text-align: left;
	width: 480px;
	border:1px dashed #777777;
	padding:10px;
	margin-bottom:10px;
}


.item-headline-full {
    position: relative;
    background-color:#c9e39c;
    font-size:14px;
    color:#000000;
    width:465px;
    padding: 10px 3px 10px 10px;
    border-bottom:1px solid #CCCCCC;
}


.item-view-left {
    position: relative;
    float:left;
	text-align: left;
	width: 220px;
	border:1px dashed #777777;
	padding:10px;
	margin-bottom:10px;
}


.item-view-right {
    position: relative;
    float:right;
	text-align: left;
	width: 220px;
	border:1px dashed #777777;
	padding:10px;
	margin-bottom:10px;
}

.item-headline {
    position: relative;
    background-color:#accbf2;
    font-size:12px;
    color:#000000;
    width:206px;
    padding: 10px 3px 10px 10px;
    border-bottom:1px solid #CCCCCC;
}


.item-remark1 {
    position: relative;
    color:#333333;
    width:214px;
    padding: 10px 3px 10px 3px;
    /* border-bottom:1px solid #333333; */
}

.item-remark1-full {
    position: relative;
    color:#333333;
    width:98%;
    padding: 10px 3px 10px 3px;
    /* border-bottom:1px solid #333333; */
}

.item-price {
    position: relative;
    float:right;
    color:#9F0002;
    width:134px;
    font-family: "Trebuchet MS", sans-serif, "Lucida Grande", Helvetica;
    font-size:16px;
    font-weight:bold;
    text-align:right;
}

.item-headline-full em {
    position: relative;
    color:#9F0002;
    font-family: "Trebuchet MS", sans-serif, "Lucida Grande", Helvetica;
    font-size:14px;
    font-weight:normal;
}


.item-price-full {
    position: relative;
    float:right;
    color:#9F0002;
    width:98%;
    font-family: "Trebuchet MS", sans-serif, "Lucida Grande", Helvetica;
    font-size:16px;
    font-weight:bold;
    text-align:left;
}


.item-info {
    position: relative;
    border:1px dashed #333333;
    float:left;
    width:60px;
    font-family: "Trebuchet MS", sans-serif, "Lucida Grande", Helvetica;
    font-size:16px;
    font-weight:bold;
    text-align:center;
}


.item-order {
    position: relative;
    background-color:#FFFFFF;
    float:left;
    color:#333333;
    width:330px;
    padding: 5px 3px 5px 3px;
    text-align:left;
}

.item-order .unit {
    background-color:#CCCCCC;
    padding: 5px 10px 5px 10px;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
}


.img-right {
    float:left; 
    padding-right:20px;
}




#category-list {
    width: 240px;
    padding-left:10px;
    border:1px dashed #CCCCCC;
}

#category-list ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}

#category-list a {
    display: block;
    padding: 5px 0 5px 20px;
    width: 200px;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
}

#category-list a:link, #navlist a:visited {
    text-decoration: none;
}

#category-list a:hover {
    background-color: #accbf2;
    color: #000000;
}

.category-list-headline {
    background-color:#accbf2;
    color:#000000;
    width:205px;
    padding: 8px 3px 8px 13px;
    border-bottom:1px solid #FFFFFF;
    text-align:left;
    font-size:16px;
    margin:10px 0 10px 0;
}


.small {
    font-size:10px;
    color:#333333;
}




#shoppingbag {
    position:relative;
    background:#cccccc;
    width:230px;
    height:120px;
    padding: 10px;
    margin:0px 0 20px 0px;
    text-align:left;
    border:1px dashed #333333;
}


#shoppingbag-empty {
    position:relative;
    background:#CCCCCC;
    width:40px;
    padding: 10px;
    margin:0 auto;
    text-align:left;
    color:#333333;
    border-bottom:1px solid #999999;
    border-right:1px solid #999999;
}


#shoppingbag h1 {
    color:#333333;
}


.detail-view {
    position: relative;
    color:#333333;
    float:right;
	text-align: left;
	width: 478px;
	border:1px dashed #CCCCCC;
	padding:10px;
	margin-bottom:10px;
}


.detail-view-forum {
    position: relative;
    color:#333333;
    float:right;
	text-align: left;
	width: 478px;
	border:1px dashed #CCCCCC;
	padding:10px;
	margin-bottom:10px;
}

.detail-headline {
    background-color:#accbf2;
    color:#000000;
    width:474px;
    padding: 10px 3px 10px 10px;
    border-bottom:1px solid #FFFFFF;
    font-size:14px;
}


.detail-remark {
    position: relative;
    color:#333333;
    width:474px;
    padding: 10px 3px 10px 3px;
    /* border-bottom:1px solid #333333; */
}


#foot {
    position: relative;
	margin: 40px auto;
	height:100px;
	text-align: left;
	width: 780px;
	padding:0 0px 0 0px;
}

#forum-table {
    width:98%;
}

#forum-table td {
    border:1px solid #cccccc;
    padding:3px;
}

#err-msg {
position: absolute;
    left:25%;
    top:50px;
    width: 50%;
    height: 200px;
    margin: auto;
    background-color:#E8E8E8;
    border:5px solid #FF0000;
    text-align:center;
    padding:20px;
    z-index:99;
}


#foot .copy-1 {
    position:relative;
    float:left;
}


#foot img {
     vertical-align:top;
}

#foot .copy-2 {
    position:relative; 
    margin-top:-9px;
    margin-left:47px;
	font-size:10px;
	font-family:tahoma;
	color:#555555;
}

#foot a {
    text-decoration:none;
    color:#999999;
}




/* text
----------------------------------------------- */
a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
	color: #13458c;
	padding:0px;
}

a:visited {
    text-decoration: none;
	color: #13458c;
	padding:0px;
}

a:hover {
    text-decoration: none;
	color: #000000;
}
	

h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #555555;
	font-size: 18px;
	margin:10px 0 3px 0;
}


.highlight {
    color:#0069AF;
}

table {
    width:98%;
}


h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 16px;
	margin:10px 0 3px 0;
}


h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
	margin:10px 0 3px 0;
}
	
/* /text
----------------------------------------------- */
	
	



