﻿/*Search box * - BEGIN */
INPUT.searchInput 
{
	border:0px;width:100%;font-size:15px;color:#777777;height:28px;line-height:22px;
}
INPUT.tooltipInput
{
	color:#cccccc;
}

html .ui-autocomplete {
		height: 400px;
		overflow-y: auto;
		width:400px!important;
	}
	
.ui-menu-item
{
	text-align:left;
	border-bottom:1px solid #DDDDDD;
	margin:2px;
}

/*Search box * - END */




/*Campaign products - BEGIN */

.campaignContainer
{
display:inline-block;
text-align:left;
padding:0px 8px 8px 0px;
}
.campaignBox
{
	width:200px;border:1px solid #8498b3;
	-moz-border-radius: 3px;
 border-radius: 3px;
 background-image:url(/files/System/webshop/layout/campaign_bg.png);
 background-repeat:no-repeat;
 background-position:bottom left;
 
}

.campaignHeader
{
	position:relative;
	top:20px;
	left:10px;
	
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	
	border:1px solid #ffffff;
	
	background-image:url('/Files/System/webshop/layout/topMenuRepeater.png');
	background-repeat:repeat-x;
	
	height:22px;
	padding:2px 5px 0px 5px; 
}


.campaignImage
{
	margin-top:-18px;
	background-repeat:no-repeat;
	background-position:center;
	width:196px;
	height:110px;
	border:0px;
}


.campaignText
{
padding:0px 4px 0px 4px;
height:68px;
overflow:hidden;
margin:0px 0px -20px 0px;

text-align:center;
cursor:pointer;
}

.campaignBox A:hover
{
text-decoration:none;
}
.campaignText P
{
	line-height:16px;
}

/*Campaign products - END */


DIV.search-frm
{
    /*background-color:#c6cbce;*/
    background-image:url(/files/system/searchbg3.png);
    height:20px;
    width:150px;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;   
}

INPUT.search
{
    border:0;
    width:120px;
    height:18px;
    margin-top:0px;
	font-size:12px;
   
    }
	
	DIV.search-frm #btnSearch
	
	{
	cursor:pointer;
	margin-right:2px;
	margin-top:1px;
	
	}
INPUT.tooltip
{
color:#888888;
}


/*Productlist paging - BEGIN */
.aPaging
{
	border:1px solid black;
	padding:2px 6px 2px 6px;
	background-color:#e3e3e3;
	border:1px solid #acacac;
	height:22px;
}
	
.aPaging_current
{
	border:1px solid #acacac;
	padding:2px 6px 2px 6px;
	color:#000000;
	height:22px;
}

.aPaging_current:hover
{
	cursor:default;
	color:#000000;
	text-decoration:none;
}

.aPaging_disabled
{
	border:1px solid #acacac;
	color:#000000;
	padding:2px 6px 2px 6px;
	height:22px;
}

.aPaging_disabled:hover
{
	cursor:default;
	color:#000000;
	text-decoration:none;
}
/*Productlist paging - END */

/*Productlist topBox - BEGIN */
.topBox
{
	height:35px;
	width: 100%;
	margin-bottom:0px;
	border:1px solid #acacac;
	margin-bottom:10px;
	background-image:URL('/Files/system/webshop/layout/td_bgRepeater3.png');
	background-repeat:repeat-x;
	background-position:bottom;
	color:#444444;
}

.topBox TD
{
	color:#444444;
	padding:5px;
}
/*Productlist topBox - END */

/*Productlist elements - BEGIN */
.productList_left
{
	border-left:1px solid #a6a6a6;
	border-top:1px solid #a6a6a6;
	border-bottom:1px solid #a6a6a6;
	padding:5px;
}

.productList_right
{
	background:url(/Files/System/Webshop/layout/gradient_produktliste.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	padding:5px;
	border-top:1px solid #a6a6a6;
	border-right:1px solid #a6a6a6;
	border-bottom:1px solid #a6a6a6;
}
/*Productlist elements - END */

/*Product - BEGIN*/
.productQty
{
	font-weight:normal;
	font-size:14px;
	width:45px;
	height:23px;
	border:2px solid #046804;
}

.productQtySmall
{
	font-weight:normal;
	width:35px;
	height:21px;
	border:1px solid #046804;
}

/*Product - END */


H3
{
	Font-size:13px;
	font-weight:bold;
	margin-bottom:0px;
}

H2
{
	Font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
}

A.link_black
{
	color:#000000;
	text-decoration:none;
}

A.link_black:Hover
{
	color:#000000;
	text-decoration:none;
}


#DwStatic a:link, #DwStatic a:active, #DwStatic a:visited, #DwStatic a:hover {
	color: #fff;
}

#Searchform form {
	margin: 0px;
	padding: 0px;
}

#ParagraphImage img {
	border: 2px solid #000;
}

#ParagraphContent img {
	border: 2px solid #000;
}

.ModuleIntroHeading {
	font-size: 15pt;
	font-family: Verdana, Arial, Helvetica;
	font-weight: Bold;
	font-style: normal;
	text-decoration: none;
	color: #000048;
	line-height: normal;
}

body {
	overflow: auto;
}
UL
{
	list-style: disc url(/Files/System/Bullet6x6.gif) outside;
}
HR
{
    color:#a6a6a6;
    height: 1px;
    
}

P
{
	line-height:19px;
	margin-bottom:4px;
}
UL LI
{
	list-style-image: url(/Files/System/Bullet6x6.gif) 
}

/* TOP MENU */



.dropdownContainer  SELECT, .dropdownContainer SELECT OPTION
{
margin: 0px;	
height: 18px;
font-size: 10px;
width: 80px;
	}


/* TOP MENU END */ 
.BeskoFooter
 {
	height:68px;
	background-color:#e6e9e4;
	color: #666666;
	border-top: 1px solid #acb7a6;
}	

.BeskoFooter SMALL
{
	color: #666666;
	font-size: 11px;
	letter-spacing: 2px;
	}

/********************** Table rows *************************/

.td_productlist_head /*Used for the headrow on the product list*/
{
	padding-bottom:4px;
	padding-left:2px;
	border-bottom:1px solid #838383;
	font-weight:bold;
}

.td_productlist /*Used for the rows on the product list*/
{
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid #a6a6a6;
	font-weight:normal;
}

.td_productdetails /*Used for the product details (detail list)*/
{
	padding:0px;
	height:30px;
	padding-left:10px;
	border-bottom:1px solid #DDDDDD;
}

.td_dp_head /*Used for then headrow on order, user and address lists*/
{
	padding-top:5px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:5px;
	padding-left:2px;
	background-image:URL('/Files/system/webshop/layout/td_bgRepeater3.png');
	background-repeat:repeat-x;
	background-position:bottom;
	color:#444444;
	/*background-color: #f0f0f0;*/
	border-bottom:1px solid #acacac;
	font-weight:bold;
}


.td_dp_head_left /*Used for then headrow on order, user and address lists*/
{
	white-space:nowrap;
	padding-top:5px;
	padding-left:5px;
	padding-right:3px;
	padding-bottom:4px;
	font-weight:bold;
	background-image:URL('/Files/system/webshop/layout/td_bgRepeater3.png');
	background-repeat:repeat-x;
	background-position:bottom;
	color:#444444;
	/*background-color: #f0f0f0;*/
	border-bottom:1px solid #acacac;
	}

.td_dp_head_right /*Used for then headrow on order, user and address lists*/
{
	white-space:nowrap;
	padding-top:5px;
	padding-left:3px;
	padding-right:5px;
	padding-bottom:4px;
	font-weight:bold;
	background-image:URL('/Files/system/webshop/layout/td_bgRepeater3.png');
	background-repeat:repeat-x;
		background-position:bottom;
	color:#444444;
	/*background-color: #f0f0f0;*/
	border-bottom:1px solid #acacac;
}


.td_dp /*Used for the rows on order, user and address lists*/
{
	white-space:nowrap;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	border-bottom:1px solid #d6d6d6;
	font-weight:normal;
}

.td_dp_topborder /*Used for the rows on order, user and address lists*/
{
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	border-top:1px solid #d6d6d6;
	font-weight:normal;
}

.td_dp_edit_left
{
	white-space:nowrap;
	padding-bottom:4px;
	padding-top:4px;
	padding-right:40px;
	border-bottom:1px solid #d6d6d6;
}
.td_dp_edit_right
{
	white-space:nowrap;
	text-align:right;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom:1px solid #d6d6d6;
}

.basketHeader
{
	background-image: URL('/files/system/webshop/layout/basketstep_bg2.gif');
	background-repeat: repeat-x;
	background-position:top;
	border-bottom: 1px solid #687fa2;
	border-right:1px solid #687fa2;
	padding:8px;	
	color:#888888;
}

.basketHeader_Active
{
	background-image: URL('/files/system/webshop/layout/basketstep_bg3.gif');
	background-repeat: repeat-x;
	background-position:top;
	border-bottom: 1px solid #888888;
	border-right:1px solid #687fa2;
	padding:8px;	
	color:#000000;
}

/********************** Input fields *************************/

.input_disabled /*Used for read only input field*/
{
	color:gray;
	border:1px solid silver;
	height:21px;
	padding:2px;
	width:95%;
}

.input_error /*Used for editable input field*/
{
	color:#CC0000;
	border:1px solid #CC0000;
	height:21px;
	padding:2px;
	width:95%;
}

.input_normal  /*Used for editable input field*/
{
	color:black;
	border:1px solid gray;
	height:21px;
	padding:2px;
	width:95%;
}

.FrontendStd
{
	color:black;
	background-color:#FFFFFF;
	border:1px solid gray;
	height:21px;
	padding:2px;
	width:95%;
}


/********************** Buttons *************************/


.button_normal /*Used for normal button, without mouseover*/
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    cursor:pointer;
    padding-left:10px;
    padding-right:10px;
	height: 19px;
    border:outset 0px;
}

.button_small
{
	background-image: url("/files/system/webshop/layout/btn_bg_green.png");
	background-repeat:repeat-x;
	width: 45px;
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    cursor:pointer;
    padding-left:5px;
    padding-right:5px;
	height: 21px;
    border-width:0px;
	}

.button_medium
{
	background-image: url("/files/system/webshop/layout/btn_bg_green.png");
	background-repeat:repeat-x;
	width: 70px;
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    cursor:pointer;
    padding-left:5px;
    padding-right:5px;
	height: 21px;
    border-width:0px;
	}

.button_black
{
	background-image: url("/files/system/webshop/layout/btn_bg.png");
	background-repeat:repeat-x;
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    cursor:pointer;
    padding-left:5px;
    padding-right:5px;
	height: 21px;
    border-width:0px;
	}
	
.button_large
{
	background-image: url("/files/system/webshop/layout/btn_bg_green.png");
	background-repeat:repeat-x;
	width: 110px;
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    cursor:pointer;
    padding-left:5px;
    padding-right:5px;
	height: 21px;
    border-width:0px;
	}

/*  BUTTON:hover Virker foreløbigt (4. feb 2009) kun i firefox o.l. browsere */

.button_large:hover
{
/*	background-image: url("/files/system/webshop/layout/btn_large_hover.png");*/
background-position:0px -21px;
	}

.button_medium:hover
{
/*	background-image: url("/files/system/webshop/layout/btn_medium_hover.png");*/
background-position:0px -21px;
	}

	.button_black:hover
{
/*	background-image: url("/files/system/webshop/layout/btn_medium_hover.png");*/
background-position:0px -21px;
	}

	
.button_small:hover
{
/*	background-image: url("/files/system/webshop/layout/btn_small_hover.png");*/
	background-position:0px -21px;
	}

.button_large_hover
{
	background-image: url("/files/system/webshop/layout/btn_bg_green.png");
	background-repeat:repeat-x;
background-position:0px -21px;
	cursor: pointer;
	width: 110px;
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    cursor:pointer;
    padding-left:5px;
    padding-right:5px;
	height: 21px;
    border-width:0px;

	}

.button_medium_hover
{
background-image: url("/files/system/webshop/layout/btn_bg_green.png");
	background-repeat:repeat-x;
	background-position:0px -21px;
	cursor: pointer;
	width: 70px;
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    cursor:pointer;
    padding-left:5px;
    padding-right:5px;
	height: 19px;
    border-width:0px;

	}

.button_black_hover
{
background-image: url("/files/system/webshop/layout/btn_bg.png");
	background-repeat:repeat-x;
	background-position:0px -21px;
	cursor: pointer;
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    cursor:pointer;
    padding-left:5px;
    padding-right:5px;
	height: 21px;
    border-width:0px;

	}

	
.button_small_hover
{
	background-image: url("/files/system/webshop/layout/btn_bg_green.png");
	background-repeat:repeat-x;
	background-position:0px -21px;
	cursor: pointer;
	width: 45px;
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    cursor:pointer;
    padding-left:5px;
    padding-right:5px;
	height: 21px;
    border-width:0px;


	}


	
.button_hover /*Used for normal button, with mouseover*/
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    HEIGHT: 20px;
    cursor:pointer;
    padding-left:10px;
    padding-right:10px;
    background: url("/files/system/webshop/layout/btn_bg_green_hover.PNG");
    border:outset 0px;
    border-top-color:#b5b5b5;
    border-left-color:#b5b5b5;
}


/********************** boxes *************************/
.box1 
{
	border:1px solid #acb7a6;
	color:#444444;
	background-color: #f0f0f0;
	Padding:5px;
	background-image:url('/files/system/webshop/layout/bgLeftMenuTop.png');
	background-repeat:repeat-y;
}

.box2
{
	border:0px solid #acb7a6;
	color:#444444;
	background-color: #f0f0f0;
	Padding:5px;
}

.box3 /* Box with border all around. Used inside the picture popup and on the product details*/
{
	background-color:white;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	width:100%;
}

.box4 /* Box with no border */
{
	background-color:#F0F0F0;
	border:0px;
}

.menu1
{
    background-image:url('/files/system/webshop/layout/menu_bg_light_gold.gif'); 
    background-repeat:repeat-x;
    border-top:1px solid #7d7d7d;
    border-bottom:1px solid #787878;
    vertical-align:middle;
    height:23px;
    font-weight:bold;
}

.menu2
{
    background-image:url('/files/system/webshop/layout/menu_bg_dark_blue.gif');
    background-repeat:repeat-x;
    border-top:1px solid #003366;
    border-bottom:1px solid #003366;
    vertical-align:middle;
    height:23px;
    Color:White;
    font-weight:bold;
}

/********************** DataPublish + DatePicker *************************/

tr.Even {
	background-color: whitesmoke;
	text-align: left;
	font-weight: bold;}
th.hidden {
	display: none;}		
td.hidden {
	display: none;}	
img.btn {
	border: 1px solid lightgrey;}
img.btn_mo {
	cursor: pointer;
	background-color: lightblue;
	border: 1px solid black;}
table.functions {
}
table.iframe {
	border: 1px solid black;}

.dpDiv {
	}


.dpTable {
	/*font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	text-align: center;
	color: #000000;
	background-color: white;/*#f0f0f0;*/
	border: 1px solid #a6a6a6;
	}


.dpTR 
{
    height:18px;
	}

.dpTitleTR {
	}

.dpDayTR 
{
    height:18px;
	}


.dpTodayButtonTR {
	}


.dpTD {
	cursor: pointer;
	width:18px;
	background-color: #f0f0f0;
	}


.dpDayHighlightTD {
	background-color: #e1e1e1;
	width:18px;
	cursor: pointer;
	}

.dpTitleTD 
{
    background-color:#f0f0f0;
	}

.dpButtonTD 
{
    background-color:#f0f0f0;
    
	}

.dpTodayButtonTD 
{
    background-color:#f0f0f0;
	}

.dpDayTD {
	background-color: #e1e1e1;
	border: 0px solid #AAAAAA;
	color: black;
	}

.dpTitleText {
	color: Black;
	font-weight: normal;
	}

.dpDayHighlight {
	color: #000000;
	font-weight: bold;
	}

.dpButton 
{
    /*
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: normal;
	padding: 0px;
*/
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    HEIGHT: 20px;
    cursor:pointer;
    padding-left:5px;
    padding-right:5px;
    background: url("/files/system/webshop/layout/btn_bg_green_normal.gif");
    border:outset 0px;
    border-top-color:#5e7f9b;
    border-left-color:#5e7f9b;
	}

.dpTodayButton 
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    HEIGHT: 20px;
    cursor:pointer;
    padding-left:5px;
    padding-right:5px;
    background: url("/files/system/webshop/layout/btn_bg_green_normal.gif");
    border:outset 0px;
    border-top-color:#5e7f9b;
    border-left-color:#5e7f9b;
	/*
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
*/
	}

/********************** Product catalog *************************/

.i{
    
	margin-right:3px;
	margin-top:1px;
/*	width:9px;
	height:9px; */
	border:0px;
 }

.t{
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
/*	background-image: URL('/Files/System/besko_webshop/layout/bgLeftMenuDivider.png');*/
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

TABLE.t  A, TABLE.t2  A, TABLE.t3  A, TABLE.t 4 A,
TABLE.t  A:link, TABLE.t2  A:link, TABLE.t3  A:link, TABLE.t 4 A:link,
TABLE.t  A:visited, TABLE.t2  A:visited, TABLE.t3  A:visited, TABLE.t 4 A:visited,
TABLE.t  A:active, TABLE.t2  A:active, TABLE.t3  A:active, TABLE.t 4 A:active,
TABLE.t  A:hover, TABLE.t2  A:hover, TABLE.t3  A:hover, TABLE.t 4 A:hover
{
text-decoration: none;
}

.t2{
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
}

.t3{
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
}

.t4{
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
}
	
.d1{
   width:189px;
   overflow:hidden;
}

.s3{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:42px;
	text-indent:-14px;
}


.s1{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:28px;
	text-indent:-14px;
}


.s2{
	padding:0px;
}

.m1{
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
	text-indent:-14px;
}

.m2{
	display:none;
	background-color:#FFFFFF;
}

