body {
	margin: 0px;
	font-family: verdana, arial;
	font-size: 11px;
	background-color: #eee;
	color: #555;
}

th, td {
	text-align: left;
	
}

a {
	color: #e62329;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

form {display: inline;}

#boxcontainer {
	width: 755px;
	margin: 0 auto;
	/*border: 1px solid #000000;*/
}

#container {
	margin: 5px;
	width: 745px;
	background-color: #FFF;
	border: 1px solid #000;
}

#pageHeader {
	position: relative;
	width: 745px;
	height: 108px;
	background: no-repeat left top url(/images/header_bg.png);
	background-color: #fff;
	border-bottom: 1px solid #999;
}

#pageHeader .headerlogo {
	position: absolute;
	top: 5px;
	left: 12px;
	border: 0;
	background: url(/images/header_logo_240_46.png);
	display: inline;
					cursor: pointer;
					width:240px;
					height:46px; 
					filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/header_logo_240_46.png',sizingMethod='scale');
}


#pageHeader  .headerlogo h1 {
	position: absolute;
	left: -9000px;
}


#pageHeader .headernav {
	position: absolute;
	top: 90px;
	left: 5px;
	border: 0;
	font-size: 11px;
	color: #e62329;
	/*border: 1px solid #999;*/
}

#pageHeader .headernavspecial {
	position: absolute;
	top: 90px;
	left: 610px;
	border: 0;
	/*border: 1px solid #999;*/
}

#pageHeader a {
	color: #e62329;
	text-decoration: none;
}

#pageHeader a:hover {
	color: #777;
	text-decoration: none;
}

#productlist th {	
	text-align: left;
	background: #DDDEC7;
	vertical-align: top;
}
#productlist th.right {
	text-align: right;
}

#productlist td.right {
	text-align: right;
}
#productlist td.center {
	text-align: center;
}

#content {
	position: relative;
	background: #fff;
	/*border: 1px solid #aaa;*/
	width: 745px;
	min-height: 200px;
}


#contentmenuleft {
	width: 170px;
	float: left;
	
}

#shoplistleft {
	position: relative;
	width: 170px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 10px;
	/*border: 1px solid #aaa;*/
	/*float: left;*/
}

.listlefthead {
	width: 170px;
	margin-left: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #999;
	font-size: 10px;
	/*float: left;*/
}

.listleft {
	position: relative;
	width: 170px;
	margin-top: 5px;
	margin-left: 10px;
	/*font-size: 10px;*/
	/*border: 1px solid #aaa;*/
	/*float: left;*/
}

#contentleft {
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
	background: #fff;
	/*border: 1px solid #000;*/
	width: 200px;
	float: left;
}

#contentright {
	padding-left: 5px;
	padding-right: 10px;
	/*padding-top: 10px;*/
	background: #fff;
	/*border: 1px solid #000;*/
	width: 540px;
	float: right;
}

#contentall {
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
	background: #fff;
	/*border: 1px solid #000;*/
	width: 715px;
	float: left;
}

#contentlefthem {
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
	background: #fff;
	/*border: 1px solid #000;*/
	width: 410px;
	float: left;
}

#contentrighthem {
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 15px;
	background: #fff;
	/*border: 1px solid #000;*/
	width: 300px;
	float: right;
}

#cart td, #cart th {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#cart th {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #f0eee8;
	padding: 0;
}
#cart .right {
	text-align: right;
 	padding-right: 5px;
}

#cart a {
	text-decoration: none;
	color: #000;
}
#cart a:hover {
	text-decoration: underline;
}
#cart a:active {
	text-decoration: none;
}
#checkout td, #checkout th, #customerinfo th {
	background-color: #f6f6f6;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
	font-weight: normal;
}

.imagecontent {
	display: inline;
	/* border: 1px solid #000;*/
	
}

.imageleft {
	float: left;
	padding-right: 10px;
}
.imageright {
	float: right;
	padding-left: 10px;
}

.right {
	text-align: right;
}
.highlight {
	background: #ff6;
}
.formbox {
	background-color: #f6f6f6;
	border: 1px solid #e0e0e0;
	padding-left: 8px;
	padding-right: 8px;
}
.bordertop {
	border-top: 1px solid #999
}
.borderbottom {
	border-bottom: 1px solid #999
}
#customerinfo {
}

.customerinfosidebar {
	margin-top: 20px;
	padding-left: 2px;
	color: #666;
	border: 1px solid #e0e0e0;
	cursor: pointer;
}

.header {
	font-size: 13px;
}

.bigheader {
	font-size: 24px;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.small {
	font-size: 9px;
	color: #333333;
	margin-top: 10px;
}
.rightbox {
	padding-left: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px;
	border-bottom: dashed 1px #263F90
}

.bildspel {
	position: relative;;
	margin-left:0;
	margin-top:0;
	height: 350px;
}

.slide {
	position: absolute;
	top: 0px; 
	left: 0px; 
	width: 525px;
	height: 350px;
}

.messagefirstpage {
	clear: both;
	padding: 5px;
	border: 1px solid #999;
	background-color: #ffffcc;
	width: 703px;
}

.message {
	padding: 5px;
	border: 1px solid #999;
	background-color: #ffffcc;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 530px;
	float: right;
}

.pagespacer10 {
	position: relative;
	clear: both;
	height: 10px;
	width: 10px;
}

.pagespacer20 {
	position: relative;
	clear: both;
	height: 20px;
	width: 10px;
}

.pagespacer30 {
	position: relative;
	clear: both;
	height: 30px;
	width: 10px;
}

.pagespacer40 {
	position: relative;
	clear: both;
	height: 40px;
	width: 10px;
}

#pagefooter {
	position: relative;
	background: #fff;
	border-top: 1px dashed #e62329;
	margin-left: 10px;
	width: 725px;
	clear: both;
	height: 20px;
	text-align: right;
}

#debug {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	clear: both;
	margin: 0;
	padding: 10px;
}

input.button {
	width: 90px;
}

.clearboth {
	clear: both;
}