html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(gfx/back-shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

h1,h2,h3,h4,h5 {
	margin: 3px 0px 2px 0px;
	/* color: #757e61; */
	color: #666666;
}

a img {
	border: 0;
}

h1 {font-size: 16px;}
h2 {font-size: 14px;}
h3,h4,h5 {font-size: 12px; font-weight: bold;}

#container {
	width: 900px;
	background-color: white;
	margin: 0px auto 0px auto;
}

#logo {
	height: 95px;
}

#logo-image {
	float: left;
	margin: 30px 0px 0px 20px;
}

#sprog {
	margin-left: 700px;
}

#dato {
	text-align: right;
	padding: 15px 20px 7px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #dddddd;
}

#gray-spacer {
	background-color: #eeeeee;
	border-bottom: solid #aaaaaa 1px;
	font-size: 1px;
	height: 4px;
}

/************************************************************
				Top-navigation + top link config
*************************************************************/
#navigation {
	margin-bottom: 5px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	height: 26px;
}

.knap {
	background-image: url(gfx/knap.jpg);
}

.knap a, .knap-ac a {
	color: #666666;
	text-decoration: none;
}

.knap, .knap-ac {
	float: left;
	width: 120px;
	height: 20px;
	list-style: none;
	text-align: center;
	margin: 0px 1px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	background-position: bottom;
	padding-top: 2px;
}

.knap-ac {
	background-image: url(gfx/knap-ac.jpg);
}

/**************       TOP NAVI END      *****************************/


#teaser-container {
	height: 270px;
}

#teaser-gfx {
	width: 670px;
	height: 270px;
	float: left;
}

#teaser-right {
	width: 227px;
	float: right;
}

#teaser-right-upper {
/*	height: 167px;*/
	margin-bottom: 3px;
}

#teaser-right-lower {

}

#teaser-right-lower img {
	border: 0px;
}


/************************************************************
				Submenu in config
*************************************************************/
#submenu-header {
	padding-left: 0px;
	padding-top: 0px;
	background-color: #eeeeee;
	border-left: solid #dddddd 1px;
	border-right: solid #dddddd 1px;
	border-top: solid #dddddd 3px;
}

.submenu-header-text {
	font-size: 12px;
	color: #333333;
	border-bottom: solid #999999 1px;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 0px 0px;
}
#submenu ul {
	margin: 0px;
	padding: 5px 0px 3px 0px;
	background-color: #eeeeee;
	border-left: solid #dddddd 1px;
	border-right: solid #dddddd 1px;
	border-bottom: solid #dddddd 3px;
}

.submenu, .submenu-ac {
	list-style:  none;
	list-style-position: inside;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 3px;
	border-bottom: dashed 1px #999999;
}

.submenu a, .submenu-ac a {
	color: #666666;
	text-decoration: none;
}

.submenu a:hover { text-decoration: underline; }

.submenu-ac a { color: green; text-decoration: underline;}
/**************       Submenu END      *****************************/





/************************************************************
				Log in config
*************************************************************/
.tx-newloginbox-pi1 {
	background-color: #eeeeee;
	border-left: solid #dddddd 1px;
	border-right: solid #dddddd 1px;
	border-top: solid #dddddd 3px;
	border-bottom: solid #dddddd 3px;
	height: 161px;
}

.login-header {
	font-size: 12px;
	color: #333333;
	border-bottom: solid #999999 1px;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 0px 0px;
}

.login-label {
	font-size: 12px;
	color: #666666;
	margin: 5px 0px 0px 15px;
}
	
.login-input input {
	width: 196px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: green;
	letter-spacing: 2px;
	padding-left: 5px;
}

.login-knap {
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
}
	
.login-knap input {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dddddd;
	border: solid #666666 1px;
	margin-bottom: 0px;
}
/**************       LOGIN END      *****************************/


#column-container {
	margin-top: 8px;
}

.column_outer {
	width: 286px;
	float: left;
	background-color: #eeeeee;
	border: solid #dddddd 2px;
}

.column {
	padding: 4px;
}

.column h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
	margin: 0px 0px 0px 5px;
}

.column h2 {
	font-size: 12px;
	font-weight: bold;
	color: #757e61;
	margin: 0px 0px 0px 5px;
}

.column .bodytext a {
	font-size: 14x;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 5px;
	color: #333333;
}

.column-margin {
	font-size: 1px;
	width: 15px;
	float: left;
}

#content-container {
	
}

#content_outer {
	width: 670px;
	float: left;
}

#content {
	padding-right: 10px;
}


























#clearfloat {
	clear: both;
	font-size: 1px;
}

#prefooter {
	background-color: #eeeeee;
	border-bottom: solid #aaaaaa 1px;
	font-size: 1px;
	height: 4px;
	margin-top: 10px;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #aaaaaa;
	padding: 3px 0 0 0;
}

#footer a {
	color: #aaaaaa;
}

/************************************************************
				Font config
*************************************************************/
p,.bodytext {
	font-size: 12px;
	margin: 0px;
	color: #999999;
}

li {
	font-size: 12px;
	color: #999999;
}


.bodytext a {
	color: black;
}

.bodytext a:hover {
	text-decoration: none;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.silver-frame {
	font-size: 12px;
	background-color: #dddddd;
	padding: 10px;
	border: solid #aaaaaa 1px;
}

/**************       Font-config      *****************************/



/************************************************************
				Frame config
*************************************************************/
.csc-frame-frame1 {
	width: 80%;
	margin: 0px auto 0px auto;
}

.csc-frame-frame2 {
	width: 80%;
	margin: 0px auto 0px auto;
	background-color: #eeeeee;
	border-left: solid #dddddd 10px;
	padding: 10px;
	color: #333333;
}

.csc-frame-frame2 li {
	font-size: 12px;
}
/**************       Frame-config      *****************************/




/************************************************************
				Contact form config
*************************************************************/
.csc-form-item-label, .csc-form-item-field {
	margin-bottom: 3px;
	font-size: 11px;
}

.csc-form-item-field input, .csc-form-item-field textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	overflow: auto;
}

.csc-form-item-field #mailformformtype_mail {
	background-color: #eeeeee;
	border: solid #aaaaaa 1px;
	width: 100px;
	font-size: 11px;
	margin: 5px 0px 10px 200px;
}

.csc-form-label-req {
	font-weight: bold;
	margin: 0px;
}

.csc-form-item-label label {
	font-size: 11px;
	width: 200px;
	float: left;
}
/**************       Contact form config end      *****************************/






/************************************************************
				SHOP CONFIG
*************************************************************/



.basket-table {
	width: 100%;
	border: solid 6px #dddddd;
}

.basket-dato {
	text-align: right;
	vertical-align: top;
	padding-right: 25px;
	padding-top: 15px;
	font-size: 13px;
}

.basket-header {
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	background-color: #f6f6f6;
}

.basket-address-header {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 10px;
	background-color: #f6f6f6;
}

.basket-address {
	font-size: 11px;
	text-transform: uppercase;
	background-color: #f6f6f6;	
}

.basket-address-spacer {
	background-color: #f6f6f6;	
}

.basket-address-dato {
	font-size: 13px;
	padding-right: 10px;
	text-align: right;	
}

.basket-address-ordre-header {
	padding-left: 10px;
}

.basket-address-ordre-header h1 {
	font-size: 25px;
}


.basket-logo {
	padding: 10px 0px 30px 10px;
}

.basket-products-header {
	font-weight: bold;
	font-size: 12px;
	border-top: solid #dddddd 1px;
	border-bottom: solid #dddddd 1px;
}

.basket-products-itemnumber {padding-left: 10px; font-size: 13px; color: #333333;}
.basket-products-title {padding-left: 10px; font-size: 13px; color: #333333;}
.basket-products-title a {font-size: 13px; color: #333333;}
.basket-products-price {font-size: 13px;}
.basket-products-antal {text-align: center; font-size: 13px;}
.basket-products-antal-ret {font-size: 10px;}
.basket-products-antal-ret a {font-size: 10px; color: red; text-decoration: none;}
.basket-products-antal-ret a:hover {text-decoration: underline;}
.basket-products-total {text-align: right; padding-right: 10px; font-size: 13px;}

.basket-total {
	padding: 15px 0px 0px 10px;
	border-bottom: solid #dddddd 1px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.basket-total-price {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.basket-total-price-moms {
	font-size: 12px;
	text-align: right;
	color: #666666;
	padding-right: 10px;
	border-bottom: solid #dddddd 1px;	
}

.basket-bemaerkninger h2 {
	margin-left: 10px;
}

.basket-bemaerkninger textarea {
	margin-left: 10px;
	width: 500px;
	height: 100px;
}

.display-bemaerkninger {
	margin-left: 10px;
	width: 500px;
	font-size: 12px;	
}

.basket-send-order {
	text-align: right;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.basket-send-order input {
	background-color: #eeeeee;
	color: #006600;
	border: solid #999999 1px;
	font-size: 11px;
	font-family: Arail;
	padding: 3px;
}




#finish-order {
	text-align: center;
	margin: 3px 40px 0px 40px;
	background-color: #eeeeee;
	border: solid #999999 1px;
	padding: 3px;
}



.product-price {
	text-align: right;
	padding-right: 20px;
	font-size: 14px;
	margin-bottom: 3px;
}


#finish-order a { color: green; }


.below-image-product-single {
	text-align: center;
	color: #999999;
	margin-right: 8px;
	font-size: 10px;
}

.below-image-product-single a {
	color: #999999;
	text-decoration: none;
}
.below-image-product-single a:hover {
	text-decoration: underline;
}

.item-list-single-container {
	text-align: center;
	float: left;
	border: solid #dddddd 1px;
	width: 104px;
	height: 110px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.item-list-itemnumber {
	text-align: center;
	font-size: 10px;
}

.item-list-itemnumber a {
	color: #666666;
	text-decoration: none;
}

.item-list-itemnumber a:hover { text-decoration: underline; }

.item-list-image {
	margin: 0px auto 0px auto;
	border: solid #999999 1px;
	width: 75px;
	height: 75px;
	background-position: center top;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	cursor: pointer;
}

.item-list-price {
	text-align: center;
	font-size: 10px;
}

.item-list-price a {
	color: #666666;
	text-decoration: none;
}

.item-list-price a:hover {
	text-decoration: underline;
}


.oddrow-product-single span, .evenrow-product-single span {
	font-weight: bold;
	display: block;
	float:left;
	width: 100px;
}

.buyfield-product-single {
	text-align: right;
	font-size: 12px;
}

.buyfield-product-single input { font-size: 12px; }

.vertical-spacer-single {
	height: 20px;
	font-size: 1px;
}



.line-product-single {
	border-top: solid #dddddd 1px;
	margin-top: 7px;
	padding-top: 7px;
	text-align: center;
	font-size: 10px;
}

.line-product-single a {
	color: #666666;
	text-decoration: none;
}

.line-product-single a:hover { text-decoration: underline; }

.title-product-single {
	border-bottom: solid #dddddd 1px;
	margin-bottom: 7px;
}



.oddrow-product-single, .evenrow-product-single {
	font-size: 12px;
	padding: 3px;
}

.oddrow-product-single {
	background-color: #dddddd;
}

/**************       END SHOP CONFIG     *****************************/


#content a {
	color: black;
}


.thumblist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.thumblist li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 128px;
	height: 128px;
	margin: 0 5px 5px 0;
	text-align: center;
	font-size: 11px;
}

.thumblist li img {
	display: block;
	margin: 0 auto 3px auto;
	border: solid #999999 1px;
}

.thumblist li.last {
	margin: 0 0 5px 0;
}

h1.thumblisttitle {
	border-bottom: solid #999999 1px;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
}

h2.thumblisttitle2 {
	margin-bottom: 10px;
	padding: 0 0 0 10px;
}

.pagelinks {
	text-align: center;
	padding: 0 0 10px 0;
	clear: both;
}

.pagelinks ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagelinks ol li {
	display: inline;
	padding: 0 2px;
	color: #ededed;
}

.pagelinks ol li a {

}

#content .pagelinks ol li.act a {
	color: red;
}

.single-product-image {
	width: 270px;
	float: left;
	font-size: 10px;
	font-style: italic;
}

.single-product-image img {
	border: solid #999999 1px;
	display: block;
	margin: 0 0 5px 0;
}

.single-product-info {
	width: 390px;
	float: left;
}


.producttable {
	width: 100%;
	margin: 0;
	padding: 0;
}

.producttable th {
	width: 100px;
}

.producttable th,
.producttable td {
	text-align: left;
	font-size: 11px;
	padding: 3px;
}

.producttable tr.odd th,
.producttable tr.odd td {
	background-color: #dddddd;
}

.single-buyform {
	text-align: right;
	margin: 20px 0 0 0;
}

.single-buyform label {
	font-size: 12px;
}

h2.single-pcs-price {
	text-align: right;
	margin: 10px 0 0 0;
	color: #333333;
}

#loginform-column {
	background-color: #eeeeee;
	border-color: #dddddd;
	border-style: solid;
	border-width: 3px 1px;
	font-size: 12px;
	height: 157px;
}
#loginform-column fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#loginform-column legend {
	display: none;
}

#loginform-column h3 {
	margin: 3px;
	border-bottom: solid #dddddd 1px;
}

#loginform-column form {
	margin: 0 11px;
}

#loginform-column form input#user,
#loginform-column form input#pass {
	width: 195px;
	margin: 3px 0 10px 0;
	
}

#loginform-column form input#buttonloginsubmit {
	margin: 0 0 5px 150px;
}




/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(gfx/loading2.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(gfx/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(gfx/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(gfx/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



.clearer {
	clear: both;
}

#singlebacklink {
	text-align: center;
	font-size: 11px;
	border-top: solid #dddddd 1px;
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
}

#content #singlebacklink a {
	text-decoration: none;
}


#loginform-column .login-notice h3 {
	border: 0;
	font-size: 13px;
	margin: 15px 0 0 0;
}
.logged-in-name {
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}

.whole-sale-prices div {
	margin: 15px 0;
	color: red;
}



#bigimgwindow {
	display: none;
	width: 450px;
	height: 450px;
	background-color: white;
	border: solid #666666 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.searchformdiv {
	width: 305px;
	float: left;	
	margin: 9px 0 10px 0;
}



.searchform {
	background-color: #efefef;
	border: solid #cccccc 1px;
	padding: 4px;
	text-align: right;
}

.searchform,
.searchform label,
.searchform input {
	font-size: 12px;
}

.searchform input {
}


.searchform form {
	padding: 0;
	margin: 0;
}

h1.nosearchresults {
	text-align: center;
	margin: 50px 0 0 0;
	font-size: 35px;
	color: #999999;
}

.nounderlinefora a {
	text-decoration: none;
}

.order-page {
	border: solid #bababa 5px;
	padding: 5px;
}

h1.order-page-title {
	font-size: 30px;
	margin: 20px 0 0 10px;
}
.order-page-date {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
.billingaddress {
	background-color: #ededed;
	padding: 10px;
	margin: 10px 0;
}

.billingaddress table tr td,
.billingaddress table tr th {
	color: black;
	font-size: 12px;
	text-align: left;
}

#baskettable {
	width: 100%;
}

#baskettable tr th,
#baskettable tr td {
	font-size: 12px;
	padding: 3px;
}

#baskettable tr th {
	border-top: solid #ababab 1px;
	border-bottom: solid #ababab 1px;
	background-color: #ededed;
}

#baskettable tr.vatrow td {
	color: #999999;
}

#baskettable tr.totalrow td {
	border-top: solid #ababab 1px;
	font-weight: bold;
}

#baskettable tr.totalvatrow td {
	color: #999999;
}

a img {
	border: 0;
}

.editbasketlinelink {
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer;
}

.hiddenupdateform {
	display: none;
}


label.labelforremarks {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
}
#remarks {
	width: 500px;
	height: 150px;
	padding: 3px;
	font-size: 12px;
}

#sendorderbutton {
	margin: 10px 10px 0 0;
}

.minibasket {
	background-color: #eeeeee;
	border-color: #dddddd;
	border-style: solid;
	border-width: 3px 1px;
	margin: 0 0 3px 0;
	padding: 3px;
}

.minibasket table tr td {
	font-size: 12px;
	padding: 3px;
}

.minibasket table {
	width: 100%;
}

.minibasket h3 {
	border-bottom: solid #999999 1px;
}

.minibasket h3 a {
	color: #333333;
	text-decoration: none;
}

.minibasket-totalrow td {
	border-top: solid #999999 1px;
	font-weight: bold;
}

.orderthanks {
	text-align: center;
	margin: 35px 0 20px 0;
}

h1.orderthanks {
	font-size: 25px;
}

h3.orderthanks {
	font-size: 18px;
}

.gotocheckout {
	text-align: right;
	margin: 5px 0 0 0;
}

.gotocheckout a {
	font-size: 12px;
	color: #333333;
}

.categorychooserdiv {
	width: 355px;
	float: left;
	margin: 0 0 10px 0;
}


#categorychooserlabel {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 3px 0;
}

.silkeplant-slideshow {
    width:  660px;
    height:   266px;  
    padding: 0;  
    margin:  0;
	display: none;
} 
 
.silkeplant-slideshow img {  
    width:  660px; 
    height: 266px; 
    top:  0;
    left: 0 
}

.two-cols-1 {
	width: 320px;
	float: left;
}

.two-cols-2 {
	width: 320px;
	float: left;
	margin-left: 20px;
}
