@charset "utf-8";
/* CSS Document */

body{
	background-image:url('/images/skins/okoshoppen/dk/images/background.png');
	background-repeat:repeat-x;
	background-color:#e2e4d6;
}
body, td, input, select, textarea{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#68722a;
	font-weight:normal;
}
a:link, a:active, a:visited{
	color:#68722a;
	outline:none;
}
img {
	border:none;
}
object {
	outline:none;
}
h1{
	background-image:url('/images/skins/okoshoppen/dk/images/h1Background.png');
	font-size:13px;
	padding:14px 0 10px 0;
	font-weight:bold;
	margin:0 0 15px 0 ;
	text-indent:12px;
	text-align:left;
}
h3{
	background-image:url('/images/skins/okoshoppen/dk/images/h3Background.png');
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	padding:10px 0 9px 0;
	margin:0;
	text-indent:19px;
}
.hr {
	background-color:#b4b981;
	height: 1px;
	margin:5px 0 0px 0;
	font-size:0;
}
hr {
	color: #b4b981;
	background-color: #b4b981;
	height: 1px;
	margin: 10px 0 5px 0;
}
p {
	margin:0;
	padding:0;
}
#ContentContainer_DIV {
	width:538px;
	margin:0 0 0 12px;
}
.content{
	width:514px;
	margin:0 0 0 12px;
	
}

#ShopLayOut_SpaceLeft_TD{
	background-image:url('/images/skins/okoshoppen/dk/images/flowerLeft.png');
	background-repeat:no-repeat;
	background-position:top right;
}
#ShopLayOut_SpaceRight_TD{
	background-image:url('/images/skins/okoshoppen/dk/images/flowerRight.png');
	background-repeat:no-repeat;
	background-position:top left;
}
#ShopLayOut_SpaceBottomAndTop_TD{
	background-image:url('/images/skins/okoshoppen/dk/images/mainBackground.png');
	background-repeat:repeat-y;
}
#ShopLayOut_Topmenu_TD{
	background-image:url('/images/skins/okoshoppen/dk/images/top.png');
	text-align:right;
	padding:8px 140px 0 0;
 }
#ShopLayOut_Topmenu_TD a:link, #ShopLayOut_Topmenu_TD a:active, #ShopLayOut_Topmenu_TD a:visited{
	text-decoration:none;
	background-image:url('/images/skins/okoshoppen/dk/images/topMenuSpacer.png');
	background-repeat:no-repeat;
	padding:5px 15px 5px 10px;
	background-position:right center;
 }
 #ShopLayOut_Topmenu_TD a:hover{
	 color:#664f29;
 }

#logo {
	float:left;
}
#ProductmenuContainer_DIV{
	margin:0 0 0 27px;
}
#ProductmenuContainer_DIV br{
	display:none;
}
#ShopLayOut_ProductMenu_TD{
	background-image:url('/images/skins/okoshoppen/dk/images/productMenuBackground.png');
	background-repeat:no-repeat;
}
#ShopLayOut_ProductMenu_TD a:link, #ShopLayOut_ProductMenu_TD a:active, #ShopLayOut_ProductMenu_TD a:visited{
	text-decoration:none;
}
#ShopLayOut_Basket_TD{
	background-image:url('/images/skins/okoshoppen/dk/images/basketTdBackground.png');
	background-repeat:no-repeat;
}

#basket{
	background-image:url('/images/skins/okoshoppen/dk/images/basketBackground.png');
	background-repeat:no-repeat;
	width:170px;
	height:96px;
}
#ShopLayOut_Basket_TD a:link, #ShopLayOut_Basket_TD a:visited, #ShopLayOut_Basket_TD a:active{
	color:#FFF;
}
#ShopLayOut_Basket_TD a:hover{
	color:#933;
}
#basket .padding{
	padding:35px 0 0 14px;
}
#search{
	background-image:url('/images/skins/okoshoppen/dk/images/searchBackground.png');
	background-repeat:no-repeat;
	width:170px;
	height:86px;
	margin:0 0 10px;
	padding:0;
}
.SubmitButton_SearchPage{
	background-image:url('/images/skins/okoshoppen/dk/images/searchButton.png');
	width:51px;
	height:17px;
	border:0;
	margin:0;
	padding:0;
	cursor:pointer;
}
.SearchField_SearchPage{
	border:0;
	font-size:11px;
	width:100px;
	height:15px;
	margin:0 0 0 17px;
	padding:0;
}
#Search_Form {
	border:0;
	margin:0;
	padding:0;
	display:inline;
}
#contact {
	background-image:url('/images/skins/okoshoppen/dk/images/contact.png');
	background-repeat:no-repeat;
	width:170px;
	height:103px;
}
#contactInnerContainer {
	padding:30px 0 0 11px;
}
#contact a:link, #contact a:active, #contact a:visited {
	color:#656e2c;
}
#contact a:hover {
	color:#9faa56;
}
#fragt {
	background-image:url('/images/skins/okoshoppen/dk/images/fragtBackground.png');
	background-repeat:no-repeat;
	width:170px;
	height:143px;
	margin:10px 0 0;
}
	/*varelisteprodukter*/

.productBox{
	background-color:#fff;
	width:169px;
	border:1px solid #ced2a6;
	margin:0 0 8px 0;
}
.productBottom{
	background-color:#e4e9c3;
	height:38px;
	border-top:1px dashed #656e2c;
	font-size:12px;
	text-align:center;
}
.productName{
	text-align:center;
	height:45px;
	padding:0 5px 0 5px;
}
.productName a:link, .productName a:active, .productName a:visited{
	color:#565f1d;
	font-size:13px;
	text-decoration:none;
}
.productName a:hover{
	color:#919e42;
}
.productImage{
	text-align:center;
}
.productImage img{
	height:120px;
	width:120px;
	margin:0 0 10px 0;
}
	/*varelisteprodukter**/

#ShopLayOut_SpaceBottom_TD{
	background-image:url('/images/skins/okoshoppen/dk/images/bottomBackground.png');
	background-repeat:no-repeat;
	font-size:10px;
	color:#95a820;
}
#ShopLayOut_SpaceBottom_TD a:link, #ShopLayOut_SpaceBottom_TD a:active, #ShopLayOut_SpaceBottom_TD a:visited{
	color:#95a820;
	text-decoration:underline;
}
#ShopLayOut_SpaceBottom_TD a:hover{
	text-decoration:none;
}
.white {
	color:#b1be60;
}
.varekortRightTD{
	background-color:#ced2a6;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
}
.MediaViewerCanvas{

}
.imageSelector img {
	width:95px;
}
.varekortRightDiv{
	margin:10px 0 0 10px;
	width:217px;
}
.MediaViewerSelector{
	padding:12px 0 0 0;
}
.varekortRightTDTop{
	background-color:#903;
}
.Price_Productinfo{
	font-size:18px;
}



.RootCategory_Productmenu {
	background-image:url('/images/skins/okoshoppen/dk/images/rootCategoryBackground.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}
.RootCategory_Productmenu img {
	margin-left:10px;
	vertical-align:middle;
}
.RootCategory_Productmenu a:link{
	color:#949e57;
	text-decoration:none;
}
.RootCategory_Productmenu a:hover{
	color:#949e57;
	text-decoration:none;
}
.RootCategory_Productmenu b {
	font-weight:normal;
}

.Deactiv_Productmenu, .Activ_Productmenu {
	display:inline-block;
	text-indent:10px;
	margin:5px 0 9px;
}

.SubCategoryIndent1_Productmenu {
	width:30px;
}
.SubCategory1_Productmenu .Deactiv_Productmenu, .SubCategory1_Productmenu .Activ_Productmenu {
	display:inline-block;
	margin:4px 0;
}



.BackgroundColor2_ShowBasket{
	background-color:#ced2a6;
}
.BackgroundColor1_ShowBasket td, .BackgroundColor2_ShowBasket td {
	padding:5px;
}
.BackgroundColor1_ProductInfo img{
	width:75px;
}
.BackgroundColor1_ProductInfo {
	border-bottom:1px solid #ced2a6;
	padding:5px 5px 7px;
}

.Heading_ShowBasket {
	border-bottom:solid 1px #ced2a6;
}

#ShowBasket_TD .Heading_Productinfo {
	padding-top:40px;
}
.RelatedProdPrice {
	font-size:14px;
}
.OrderStep1_TD img, .OrderStep2_TD img, .OrderStep3_TD img, .OrderStep4_TD img {
	display:none;
}

/*
.OrderStep1_TD img, .OrderStep1_TD br, .OrderStep2_TD img, .OrderStep2_TD br, .OrderStep3_TD img, .OrderStep3_TD br, .OrderStep4_TD img, .OrderStep4_TD br{
	display:none;
}
*/

#listBox {
	border:solid 1px #a9b178;
	background-color:#d8dac3;
	padding:10px 5px;
}
#listBox td{
	padding:5px 20px;
}

#newsletter {
	margin-bottom:10px;
	width:170px;
	height:143px;
	background-image:url('/images/skins/okoshoppen/dk/images/newsletterBackground.png');
}
#newsletter .padding {
	padding:78px 0 0 13px;
}
#newsletter .input {
	border:solid 1px #9aa45b;
	color:#656e2c;
	font-size:10px;
	width:143px;
	height:20px;
	padding:3px 0 0 5px;
	margin-bottom:5px;
}
#newsletter form {
	display:inline;
}

.offer {
	position:absolute;
	margin:45px 0 0 6px;
	width:76px;
	height:50px;
}
.news {
	position:absolute;
	margin:45px 0 0 6px;
	width:76px;
	height:50px;
}

#ShopLayOut_SpaceTop_TD {
	background-image:url('/images/skins/okoshoppen/dk/images/topFrameBackground.png');
}

.LoadProfile_Orderstep1_TBL .SubmitButton_Orderstep1 {
	width:57px;
	height:21px;
	background-image:url('/images/skins/okoshoppen/dk/images/btnHent.png');
	border:none;
	float:none;
	margin-top:3px;
}
.SubmitButton_Orderstep1, .SubmitButton_Orderstep2 {
	width:65px;
	height:21px;
	background-image:url('/images/skins/okoshoppen/dk/images/btnVidere.png');
	border:none;
	float:none;
	cursor:pointer;
}
.SubmitButton_Orderstep3 {
	width:112px;
	height:21px;
	background-image:url('/images/skins/okoshoppen/dk/images/btnAccept.png');
	border:none;
	float:none;
	cursor:pointer;
}