/*..............................................*/
/*				Nolla allt...					*/
/*..............................................*/
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,img,embed,object,a,table,tr {
	margin:0;
	padding:0;
	border: 0px;
	text-decoration: none;
}

a {
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
#hold {
	z-index: 80;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #000000;
}
body, html { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #CCC; 
	margin: 0; 
	padding: 0; 
	height: 100%;
	background-color: #000;
	background-image: url('/images/background_test.jpg');
	background-attachment: fixed;
}

#centerwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: 100%;
}

#mainwrapper {
	position: relative;
	float: left;
	width: 940px;
	float: left;
}

#overlayd {
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0;  /* will cover the entire parent */
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0.8;
	-moz-opacity: 0.8; /* older Gecko-based browsers */
	filter:alpha(opacity=80); /* For IE6&7 */
}

#topwrapper {
	position: relative;
	width: 100%;
	height: 100px;
	border-bottom: 4px solid #F00;
}
#toparea {
	float: left;
	width: 220px;
	height: 45px;
	padding-top: 45px;
	padding-left: 20px;
}

#loginbox {
	float: right;
	height: 60px;
	padding-top: 40px;
	width: 300px;
	margin-right: 20px;
}
#loginbox h4 {
	float: right;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	color: #CCC;
	margin-left: 6px;
}
#topmenu {
	float: left;
	width: 300px;
	
}
#loginbox form {
	float: right;
	padding: 0px;
	margin-top: 5px;
}

#cart {
	float: left;
	width: 300px;
	margin-top: 53px;
	border: 1px solid #555;
	padding: 3px;
}
#cart h1 {
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	font-weight: normal;
}
#cart h2 {
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
}
#cart img {
	float: left;
}
.searchBox {
	float: left;
	border: 1px solid #525252;
	background-color: #222;
	font-size: 10px;
	width: 166px;
	padding: 0px;
	color: #FFF;
}
.searchButton {
	float: right;
	height: 15px;
}
#langBox {
	float: right;
	width: 220px;
	margin-bottom: 5px;
}
#langBox img {
	float: right;
	margin-right: 4px;
}
#menuwrapper {
	position: relative;
	width: 920px;
	float: left;
	padding: 10px;
}

#contentwrapper {
	position: relative;
	float: left;
	width: 900px;
	margin: 20px;
}
#popular {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 940px;
}
#popular_text {
	float: left;
	width: 270px;
	padding-right: 10px;
	text-align: right;
	text-transform: uppercase;
}
#popular_prods {
	float: left;
	width: 624px;
	padding-left: 36px;
	padding-top: 10px;
	background-color: #222;
}
#bottomwrapper {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 13px;
	text-align: center;
	color: #666;
	font-size: 10px;
	text-transform:uppercase;
}

/*..............................................*/
/*						meny					*/
/*..............................................*/

#menuwrapper ul {
	color: #CCC;
	float: right;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menuwrapper li {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCC;
}
.subMenu {
	display: none;
}
#menuwrapper a {
	color: #CCC;
	text-decoration: none;
}
#menuwrapper a:hover {
	color: #F00;
	text-decoration: none;
}
.indent {
	float: left;
	width: 15px;
	height: 11px;
}
.bottommenu {
	width: 214px;
	float: left;
	font-size: 10px;
}
.bottommenu ul {
	margin: 0px;
	padding: 0px;
}
.bottommenu li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #FFF;
}

/*..............................................*/
/*					sidstruktur					*/
/*..............................................*/

#sidebar {
	position: relative;
	float: left;
	width: 860px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#start_textarea {
	float: left;
	width: 860px;
	padding-left: 35px;
}
#start_bread{
	font-size: 12px;
}

#texter {
}
#headline {
}
#sidnummer {
}
#sidnummer ul {
}
#sidnummer li {
}

#image {
}
#imagearea {
}
#imagecount {
}
#imagecount img {
	margin-left: 15px;
	height: 346px;
}
#subcontent {
	display: none;
}
#contacts {
}


/*..............................................*/
/*					Produkter					*/
/*..............................................*/
#loginpage {
	margin-top: 20px;
}
#login_textarea {
	float: left;
	width: 500px;
	margin-left: 40px;
	text-transform: uppercase;
}
#login_textarea h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#loginform {
	float: right;
	width: 300px;
	margin-right: 25px;
	text-align: right;
	text-transform: uppercase;
}
#loginform p {
	margin-bottom: 3px;
}
#loginform input {
	background-color: #222;
	border: 1px solid #555;
	color: #FFF;
}

.button {
	border: 1px solid #555;
	background-color: #000;
	background-image: url('/images/button_back.gif');
	background-repeat: repeat-x;
	color: #CCC;
	font-size: 9px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

/*..............................................*/
/*					Produkter					*/
/*..............................................*/

#categories {
	float: left;
	width: 250px;
}
#categories ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#categories hr {
	border: 0px;
	border-bottom: 1px dashed #CCC;
}
#categories li {
	color: #CCC;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#categories li:hover {
	color: #F00;
}
#productList {
	float: left;
	width: 650px;
}
/*..............................................*/
/*					standardsida				*/
/*..............................................*/
#standard_textarea {
	float: left;
	width: 50%;
	text-transform:uppercase;
}
#standard_ingress {
	font-style: italic;
	font-size: 10px;
	margin-bottom: 5px;
}
#standard_headline {
	font-size: 12px;
	margin-bottom: 20px;
}
#standard_sidebar {
	float: right;
	width: 400px;
	margin-right: 25px;
	text-align: right;
}
#standard_image {
	float: left;
	width: 200px;
}
#standard_imagearea {
	float: left;
	width: 200px;
}
#standard_imageswap {
	float: left;
	width: 200px;
}

/*..............................................*/
/*					produktintro				*/
/*..............................................*/
#product_textarea {
	float: left;
	width: 310px;
	margin-left: 40px;
	text-transform:uppercase;
}
#product_image {
	float: right;
	width: 250px;
	text-align: right;
}
/*..............................................*/
/*					Kontaktsida					*/
/*..............................................*/
#contact_sidebar {
}

#contact_texter {
	float: left;
	width: 195px;
	text-transform: uppercase;
}
#contact_subcontent {
	float: right;
	width: 280px;
}
#contact_subcontent h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#contact_subcontent h4 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.contact_input {
	width: 260px;
	border: 1px solid #CCC;
	margin-bottom: 3px;
}
.contact_textarea {
	width: 260px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
}
#contact_image {
	float: left;
	width: 395px;
	text-align: center;
}
#contact_image img {
	border: 2px solid;
}
#contact_image p {
	margin-top: 2px;
	text-transform: uppercase;
}
#contact_image img:hover {
	border: 2px solid #F00;
}

/*..............................................*/
/*					produkter					*/
/*..............................................*/

#produktlista {
	float: right;
	width: 604px;
}
.produktcell {
	float: left;
	width: 125px;
	height: 140px;
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 10px;
}
.prodpic {
	width: 125px;
	height: 125px;
	background-color: #FFF;
	text-align: center;
}
.prodheadline {
	float: left;
	font-size: 10px;
	color: #333;
	margin-top: 2px;
}
.prodheadline a {
	color: #333;
}
.prodprice {
	display: none;
}
.prodbuy {
	display: none;
}

#prod_facts {
	float: left;
	width: 562px;
	padding: 10px;
	margin-left: 53px;
	background-color: #FFF;
}
#prod_facts h1 {
	font-size: 14px;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
}
#prod_image {
	float: left;
	height: 300px;
	width: 300px;
	overflow: hidden;
	text-align: center;
}
#prod_image img {
	position: relative;
	top: -30px;
	left: 0px;
	z-index: 1;
}
#zoom {
	position: relative;
	top: 290px;
	left: 260px;
	width: 30px;
	height: 30px;
	z-index: 2;
}
#prod_text {
	float: left;
	width: 230px;
	height: 200px;
	margin-left: 15px;
	color: #555;
}
#prod_text hr {
	border: 0px;
	border-top: 1px dashed #CCC;
}
#prod_text p {
	margin-bottom: 10px;
}
#prod_text h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
#prod_actions {
	float: left;
	width: 230px;
	margin-left: 15px;
	color: #000;
}
#prod_actions a {
	color: #F00;
}
#actionInfo {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
#actionPress {
	float: left;
	margin-bottom: 3px;
}
#actionBack {
	float: left;
	margin-right: 3px;
}
#actionOrder {
	float: left;
}
/*..............................................*/
/*				shoppingcart					*/
/*..............................................*/
 
#cartcontent {
	float: left;
	width: 100%;
}
#cartlist {
	float: left;
	width: 606px;
}
#cartlist table {
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	border-right: 1px dashed #CCC;
	width: 100%;
	padding: 5px;
}
#cartcontent h1 {
	margin-bottom: 5px;
}
#cartcontent img {
	width: 77px;
	height: 77px;
}
#cartTotal {
	float: left;
	text-align: right;
	margin-left: 20px;
	width: 230px;
}
#cartlist input {
	border: 1px solid #555;
	background-color: #222;
	color: #FFF;

}
#shop_proceed {
	width: 870px;
	height: 30px;
	float: left;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 70px;
}
#shop_proceed h4 {
	float: right;
	margin-right: 20px;
}


#nextPage {
	float: left;
	width: 885px;
	height: 12px;
	text-align: right;
}
/*..............................................*/
/*				Sitemap				*/
/*..............................................*/
#textareas {
  padding-left: 12px;
}
#textareas h1 {
  margin-bottom: 20px;
}
.map_menu {
  width: 100%;
  float: left;
  clear:both;
}

.treePadd {
  width: 20px; 
  height: 17px; 
  border-right: 1px dotted #CCC; 
  float: left;
}
.map_sub {
  color: #CCC;
  clear: both;
  width: 100%;
}
.map_page {
  clear: both;
  width: 100%;
  color: #CCC;
}

/*..............................................*/
/*				CustomerSettings				*/
/*..............................................*/

#customer h1 {
	margin-bottom: 5px;
}
#customer p {
	color: #000;
}
#customer h4 {
	font-size: 12px;
	margin-top: 2px;
	color: #000;
}
#customerInfo {
	float: left;
	width: 568px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
}
#customerSubmit {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.customerInfo {
	float: left;
	width: 283px;
}
#customerHistory {
	float: left;
	width: 280px;
	border-left: 1px dotted #CCC;
	padding-left: 9px;
	margin-left: 10px;
}
#customerHistory p {
	color: #FFF;
}

/*..............................................*/
/*					Blandat						*/
/*..............................................*/
 
#loader {
	width: 100%;
	background-color: #F00;
}
#katalog {
	position: absolute;
	right: 10px;
	bottom: -40px;
}
#gosh {
	position: absolute;
	right: 0px;
	bottom: -50px;
	text-align:right;
}
#gosh img {
	margin-bottom:5px;
}

#granvik {
	position: fixed;
	right: 0px;
	bottom: 0px;
}


/* SLIDER */
#slider { margin: 0 auto; margin-bottom: 20px; padding: 0; width: 815px; overflow: hidden; }
#slider ul { list-style: none; width: 815px; height: 345px; overflow: hidden; padding: 0; margin: 0; list-style-type: none; }
#slider ul li { float: left; }

#sliderBox { position: absolute; }
