/*
-----------------------------------------------
CSS 
jageblad.se

----------------------------------------------- */



html, body {
    background: #ffffff;
	height:100%;
	margin: 0 auto;
	background:#c4c5c5 url(../images/bg.jpg) repeat-x;
}


body {
    overflow: -moz-scrollbars-vertical;
}


body, div, td, p, input {
	font-family: arial, helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	line-height:20px;
}

p, label {
	margin: 8px 0 5px 0;
}

hr {
    border:1px;
    height:1px;
    color:#CCCCCC;
    background-color: #CCCCCC;
    margin: 5px 0 5px 0;
}


form, fieldset {
	margin:0 auto;
	border:0;
}


.submit {
    padding:0px;
	cursor:pointer;
	border:1px outset #cccccc;
}

.button {
   font-size:13px;
   font-family:Arial,sans-serif;
   height:26px;
   background: url(../images/button.gif) repeat-x;
   border-style:solid;
   border-color:#DDDDDD;
   border-width:1px;
   cursor:pointer;
}


.input {
    padding:3px 3px 5px 3px;
    clear:both;
    border:1px inset #cccccc;
}

.select {
    padding:0px;
    font-size:10px;
    border:1px solid #cccccc;
}


.textarea {
    font-family: tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding:3px;
}

.price {
    font-family:Garamond;
    font-size:26px;
    color:#ca0000;
}

#sortiment {
    width:98%;
}

.select-text {
    background-color:#fdf8cd;
    padding:2px;
}


#sortiment td {
    font-size:12px;
    border:1px solid #cccccc;
    padding:2px;
}

img {
    border:0px;
}


a:link {
    text-decoration: none;
	color: #00529B;
	padding:0px;
	text-decoration: underline;
}

a:visited {
    text-decoration: underline;
	color: #00529B;
	padding:0px;
}

a:hover {
    text-decoration: underline;
	color: #015476;
}
	

h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	font-size: 24px;
	margin: 7px 0 5px 0;
	line-height:28px;
}


h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	font-size: 20px;
	margin: 3px 0 5px 0;
	line-height:26px;
}


h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	font-size: 18px;
	line-height:24px;
	margin: 0 0 5px 0;
}

/* debug
-------------------------------------------
div {border: 1px solid #ccc; }*/

#page {
	position: relative;
	margin:30px auto;
	padding: 0;
	width: 1000px;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
}

#float-head {
    position:relative;
	width:100%;
	height:100px;
	top:-5px;
	left:0;
	border:0px solid #cccccc;
	text-align:center;
}

#enclose-col {
    position:relative;
	width:1000px;
	text-align:center;
	margin-top:50px;
}

#col-1 {
	position:relative;
	width:280px;
	float:left;
	text-align:left;
	margin-left:0px;
	padding: 0 20px 0 20px;
	/* border:1px solid #cccccc; */
}


#col-2 {
	position:relative;
	width:620px;
	float:right;
	margin-right:0px;
	padding: 0 20px 0 20px;
	text-align:left;
	border-left:1px solid #cccccc;
}

#af-zon {
    position:relative;
    text-align:left;
}

#af-zon table {
    width:100%;
    margin:1px;
}

#af-zon td {
    padding:2px;
    border: 1px solid #cccccc;
    text-align:left;
}


#sort-table ul {
    position:relative;
    padding: 0;
    margin:5px;
    background-color: #555555;
    float: left;
    width: 99%;
}

#sort-table ul li { display: inline; margin:0 auto; }

#sort-table ul li a {
    padding: 5px 7px 5px 7px;
    background-color: #555555;
    color: #ffffff;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
}

#sort-table ul li a:hover {
    background-color: #777777;
    color: #ffffff;
}


/* pagination
----------------------------------------------- */
#pagination {
	float: left;
	width: 585px;
	background: #FFFFFF;
	border: 1px solid #ccc;
	margin: 10px 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;
	background: #dddddd;
	color:#ffffff;
}

#pagination a.arrows {
	background: none;
	border: none;
	}
/* /pagination
----------------------------------------------- */



#foot {
    position: relative;
    margin-top:40px;
	width:1000px;
    border-top:1px solid #cccccc;
    background-color:#ffffff;
    height:110px;
}

.foot-text {
    position: relative;
    width:200px;
    float:left;
	padding: 20px;
	color:#666666;
	font-size:11px;
	line-height:14px;
	text-align:left;
	height:70px;
	background-color:#ffffff;
}
