body {
	color: #000;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	background: #262626 url(/images/bg.jpg) no-repeat center top fixed;
	text-align: center;
}

#global-wrap {
	width:960px;
	border-bottom: 1px solid #000;
	margin: 10px auto 20px auto;
	padding: 0;
	background-color: #5c5c5c;
}

#top {
	width: 960px;
	height: 178px;
	overflow: hidden;
	background: #262626;
}

#menu {
	height: 33px;
	overflow: hidden;
	background: #000 url("/images/bgMenu.jpg") repeat-x;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#logo {
	overflow: hidden;
	width: 960px;
	height: 143px;
}

#middle-wrap {
	overflow: hidden;
	padding-top: 10px;
	text-align: left;
	width: 960px;
}

.productpage {
	background: url(/images/bgProd.png) no-repeat -80px 0;
}

#left {
	width: 170px;
	margin-right: 15px;
	float: left;
	font-size: 11px;
}

#footer {
	border-top: 1px solid #000;
	color: #959595;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	padding: 5px 10px 10px 10px;
	overflow: hidden;
}

#footer a {
	text-decoration: none;
	color: #999;
}

#menulist, #infomenulist {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#menulist li, #infomenulist li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	height: 33px;
	line-height: 33px;
	background: url(/images/bgDivider.png) no-repeat right center;
}

#menulist li:hover, #infomenulist li:hover {
	background: #000;
}

#menulist li a, #infomenulist li a {
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-decoration: none;
}

#menulist li a:hover, #infomenulist li a:hover {
	color: #fff;
	font-size: 15px;
}

#menulist li.last,
#infomenulist li.last {
	background: none;
}

#menulist li.last:hover,
#infomenulist li.last:hover {
	background: #000;
}

.title {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 10px 10px 10px;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	font-family: Georgia;
	text-transform: uppercase;
	background: #262626 url(/images/bgTitle.png) repeat-x;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.title h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
	
}

.padding {
	padding: 0 10px;
}

.leftbox {
	margin-bottom: 10px;
}

.paybtn {
	margin-top: 9px;
	margin-bottom: 9px;
}

.basketwrap {
	line-height: 20px;
	cursor: pointer;
	color: #979797;
}

.basketwrap a {
	color: #979797;
}

.basketwrap span {
	display: block;
}

.basketwrap .submit {
	margin-top: 5px;
	display: inline-block;
}

#infolist ul, #productlist ul {
	list-style-type: none;
	padding: 0px; margin: 0px;
}

#productlist a, #infolist a {
	color: #000;
	text-decoration: none;
}

h1 {
	margin-bottom: 8px;
	font-size: 28px;
	color: #000;
	padding-bottom: 4px;
}

#logo h2 {
	margin-top: 0;
	font-size: 11px;
	font-style:italic;
	padding-left: 6px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

.priceline {
	margin-bottom: 4px;
}

.logocontainer {
	width: 550px;
	height: 136px;
	margin-left: 165px;
	cursor: pointer;
	float: left;
}

.basketcontainer {
	float: right;
	margin: 10px 15px 0 0;
	text-align: right;
	overflow: hidden;
	width: 200px;
}

.listitem h2 a {
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
}

.listitem h2 {
	margin: 10px 0;
}

.price {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.listitem {
	float: left;
	width: 280px;
	height: 280px;
	overflow: hidden;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
}

.itemtext {
	display: block;
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 65px;
}

.itemtext .price {
	margin: 0;
}

.oldprice {
	color: #999;
	text-decoration: line-through;
}

.sizelist .oldprice {
	margin-left: 5px;
}

#productwrap {
	overflow:hidden;
	width: 100%;
}

#productwrap ul {
	list-style-type: none;
	margin-left: 10px;
	overflow: hidden;
}

.listimg,
.listimg-hover {
	border: 0;
}

.extraproducts h3 {
	margin-left: 15px;
}

.extraproducts .listimg-hover {
	display: none;
}

.extraproducts li:hover .listimg-hover {
	display: block;
}

.extraproducts li:hover .listimg {
	display: none;
}

.productdetail {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}

.productdetail h1 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 10px;
}

.ammount {
	margin-bottom: 10px;
}

.ammountfield {
	width: 45px;
	border: 1px solid #000;
	text-align: center;
	padding: 2px;
	font-family: Georgia, Times, Verdana, Arial;
	font-size: 11px;
}

.btn {
	border: 0px;
	padding: 0px;
}

#bestil input, #bestil textarea, .paytable input, .inputfield {
	border: 1px solid #000;
	font-family: Georgia, Times, Verdana, Arial;
	font-size: 12px;
	padding: 3px;
	width: 240px;
}

a {
	color: #fff;
}

.middlebox {
	width: 100%;
	padding-bottom: 10px;
}

.spotprocudtslist h4 {
	margin: 0px;
	text-transform: uppercase;
	font-size: 18px;
}

.submit {
	padding: 2px 6px;
	background-color: #2b2b2b;
	border: 1px solid #000;
	text-transform: uppercase;
	color: #fff;
	font-family: Georgia, Times, Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	-moz-border-radius: 4px;
	cursor: pointer;
}

#contactleft {margin-top: 10px;}

#baskettable {
	margin: 20px 0 0 100px;
}

#baskettable th {
	height: 25	px;
	line-height: 25px;
	border-bottom: 1px solid #999;
}

#baskettable tr.baskettd td {
	border-bottom: 1px solid #ddd;
	padding: 4px 0;
}

#baskettable tr.baskettotal td {
	height: 30px;
	line-height: 30px;
}

.inputtable {
	margin-bottom: 20px;
}

#paymenttable, #shippingtable {
	line-height: 21px;
}

#paymenttable input, #shippingtable input {
	margin-right: 5px;
}

.inputtable td {
	height: 25px;
	padding-right: 10px;
	padding-top: 2px;
	line-height: 25px;
}

#shippingtable button {
	margin-top: 10px;
}

#tabelgodkend {
}

#tabelgodkend th {
	border-bottom: 1px solid #000;
	height: 21px;
	line-height: 21px;
}

#tabelgodkend td {
	height: 30px;
	line-height: 30px;
}

#tabelgodkend td.feeline {
	border-top: 1px solid #999;
	border-bottom: 2px solid #999;
	height: 30px;
	line-height: 30px;
}

#tabelgodkend td.tableborder {
	border-bottom: 1px solid #acacac;
}

.inputtable .submit {
	margin-top: 10px;
}

.basketbtns {
	overflow:hidden;
	margin: 20px 0 40px 160px;
	width: 625px;
	text-align: center;
}

#personal {	
	margin-left: 45px;
}

.thin {
	width: auto !important;
}

label.error{
	display: block;
	margin: 2px 0 5px 0;
	color: red;
	line-height: 15px;
}

ul.godkendlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.godkendtopholder {
	overflow: hidden;
	width: 100%;
}

.godkendleft, .godkendright {
	float: left;
	margin-right: 20px;
}

.size {
	display: block;
	margin-top: -10px;
}

.godkendformpage {
	padding-left: 120px;
}

.godkendformpage h3 {
	margin-bottom: 5px;
}

.submitholder {
	margin: 10px 0 20px 0;
	width: 80%;
	border-top: 1px solid #acacac;
	padding-top: 10px;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.grey {
	background-color: #dedede;
	font-weight: normal;
	font-size: 11px;
}


.paytable {
	margin-left: 60px;
}

.paytable .submit {
	margin: 10px 0 20px;
}

.paytable td {
	height: 30px;
	line-height: 30px;
	padding-right: 5px;
}

.colholder {
	width: 100%;
	overflow: hidden;
}

.colholder .col1, .colholder .col2, .colholder .col3 {
	float: left;
	margin-right: 25px;
}

.receipttable {
	margin-top: 20px;
}

.receipttable th {
	border-bottom: 1px solid #000;
}

.receipttable td {
	height: 25px;
	line-height: 25px;
}

.receipttable tr.feeline td {
	border-top: 1px solid #acacac;
	border-bottom: 2px solid #acacac;
}

.adressline {
	display: none;
}

.outofstock {
	text-align: center;
	margin-top: 20px;
}

.productdetail {
	overflow: hidden;
	width: 100%;
	min-height: 450px;
}

.extraproducts {
	margin: 0 20px 20px;
	color: #fff;
	background: #262626;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 3px #262626;
	-webkit-box-shadow: 3px 3px 3px #262626;
	-moz-box-shadow: 3px 3px 3px #262626;
	overflow: hidden;
}

.extraproducts ul {
	margin: 20px 30px 20px 50px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.extraproducts ul li {
	float: left;
	margin: 5px;
	width: 100px;
	height: 100px;
	text-align: center;
}

.extraproducts ul li img {
	max-height: 100px;
	max-width: 100px;
}

.imgcontainer {
	width: 270px;
	margin: 105px 0 0 92px;
	float: left;
	text-align: center;
}

.buycontainer {
	float: right;
	width: 450px;
	margin-top: 60px;
}

.buycontainer h4 {
	margin: 0 0 5px 0;
	font-size: 16px;
}

.buycontainer .submit {
	margin-top: 10px;
	margin-left: 20px;
}

.sizelist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sizelist li {
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
}

.sizelist input {
	margin-right: 10px;
}

.buymore {
	margin-top: 50px;
}

.firstimage {
}

.imgcontainer img {
	border: 0;
}

.moreimages {
	margin-right: 5px;
	display: none;
}

.productadded {
	display: table;
	padding: 4px 8px;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #2a2a2a;
	color: #fff;
	margin-top: 20px;
	cursor: pointer;
}

#othersbought {
	margin-top: 10px;
	-moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 3px 3px 3px #262626;
    background: none repeat scroll 0 0 #262626;
    border: 1px solid #000000;
    color: #FFFFFF;
    margin: 0 20px 20px;
    overflow: hidden;
}

#othersbought h3 {
	margin-left: 15px;
}

#lagselc {
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	display: table;
}

#lagselc li {
	float: left;
	margin-left: 8px;
	color: #fff;
}

#lagselc a {
	text-decoration: none;
	color: #fff;
}

#lagselc a.langaktiv {
	font-weight: bold;
}

.selectorder {
	width: 248px;
	font-family: Georgia, Times, Verdana, Arial;
	font-size: 12px;
}

.frontpage-clms {
	width: 100%;
	overflow: hidden;
}

.frontpage-clm1 {
	float: left;
	width: 735px;
}

.frontpage-clm2 {
	float: right;
	width: 200px;
	margin-right: 5px;
}

.frontpage-clm2 div {
	background-color: #282828;
	width: 170px;
	padding: 10px;
	color: #fff;
}

.frontpage-clm2 h3 {
	margin: 0 0 5px;
}

.frontpage-clm2 p {
	margin-bottom: 0;
}

.fpcats {
	margin: 10px;
	list-style-type: none;
}

.fpcats a {
	color: #000;
}

.frontpage-clm2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.frontpage-clm2 a {
	color: #fff;
}

.frontpage-clm2 form {
	margin-top: 10px;
}

.frontpage-clm2 form p {
	margin-bottom: 6px;
}

.frontpage-clm2 .inputfield {
	border: 1px solid #000;
	font-family: Georgia, Times, Verdana, Arial;
	font-size: 12px;
	padding: 3px;
}

.searchfield {
	color: #fff;
	font-family: "Arial Narrow", Arial, sans-serif;
	border: 0;
	margin-bottom: 10px;
	padding: 3px 6px;
	background: #626262;
	font-weight: bold;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#fpprodlist {
	width: 100%;
	overflow: hidden;
	padding: 0;
}

#fpprodlist li.listitem {
	width: 225px;
	min-height: inherit !important;
}

#fpprodlist li.listitem .price {
	margin-bottom: 0;
}

.newsletter p {
	font-size: 11px;
}

.newsletter lable {
	font-size: 12px !important;
}

#twitter {
	width: 150px;
	padding: 0;
}

#twitter_update_list {
	margin-bottom: 10px;
}

#twitter_update_list li {
	margin-bottom: 5px;
	font-size: 11px;
}

.search input.submit {
	margin-top: 5px;
}

.infotable td {
	padding-right: 25px;
}

#otherslist, #fpprodlist, #searchlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#otherslist li img {
	max-height: 100px;
	max-width: 100px;
}

#searchlist {
	margin-top: 20px;
}

#fpprodlist li, #searchlist li  {
	height: 230px !important;
}

#fpprodlist li h2 a, #searchlist li h2 a {
	font-size: 14px;
}

#otherslist li {
	height: 100px;
    margin: 5px;
    text-align: center;
    width: 100px;
}

.basketbtn {
	background-color: #ddd;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;
	-moz-border-radius: 2px;
	margin: 0 4px 0 0;
}

.jcarousel-container {
	margin: 15px 60px;
}

.jcarousel-prev,
.jcarousel-next {
	width: 67px;
	height: 67px;
	display: block;
	background: Cyan;
	position: absolute;
	top: 20px;
	left: -55px;
	cursor: pointer;
	background: url(/images/left.png) center center;
}

.jcarousel-next {
	right: -55px !important;
	left: auto;
	background: url(/images/right.png) center center;
}

.jcarousel-prev:hover {
	background: url(/images/left-hover.png) center center;
}

.jcarousel-next:hover {
	background: url(/images/right-hover.png) center center;
}
