BODY.default {
	/* sets basic style on the body */
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px;
	color : #333333;
	/* sets background color and/or background image if specified */
	/* For background images, use for example: background : url(../images/searchbar_bg.gif); */
	background-color : #FFFFFF;
	/*background : url(../images/test_body_bg.gif);*/
	
}

BODY.clear {
	/* use for basic style on Printer Friendly pages */
	margin-top : 3px;
	margin-left : 4px;
	margin-right : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	background-color : #ffffff;
	
}

/* #################################################################################### */
/* The following styles are used to set the various widths of main elements of the site */
/* #################################################################################### */

.footer
{
	/* sets style on footer control */
	background-color : #FFFFFF;
}

.footerdivline
{
	/* sets style on footer control right line */
	width : 1px;
	background-color : #E8E8E8;
}

.footerLinks
{
	/* sets style on footer control */
	width : 950px;
	text-align : center;
	/*width : 758px;*/
}

.leftsection 
{
	/* sets style on left section of page (categories) */
	width : 210px;
	padding : 0px 4px 0px 4px;
	/*width : 131px;*/
}

.mainsection 
{
	/* sets style on main section of page (include left section, middlesection and right sections) */
	width : 1002px;
	background-color : #FFFFFF;
	/*background-image : url(../images/main_section_bg.gif);*/
}

.mainsectionALT 
{
	/* sets style on main section of page where no right section is shown (include left section, middlesection and right sections) */
	width : 950px;
	background-color : #FFFFFF;
	/*background-image : url(../images/main_section_alt_bg.gif);*/
}

.middivlines 
{
	/* sets style on lower div lines */
	width : 950px;
	background-color : #CCCCCC;
	/*background-color : #CCCCCC;*/
}

.middlesection 
{
	/* sets style on middle section of page (main body) */
	width : 769px;
	/*width : 501px;*/
	font-family : arial,sans-serif;
	font-size : 11px;
	color : #333333;
	padding : 4px 4px 4px 4px;
}

.middlesectionHome
{
	/* sets style on middle section of page of the homepage (main body) */
	width : 769px;
	/*width : 501px;*/
	font-family : arial,sans-serif;
	font-size : 11px;
	color : #333333;
	padding : 4px 4px 4px 4px;
}

.middlesectionALT
{
	/* sets style on middle section of page when the right section is not shown (main body) */
	width : 791px;
	/*width : 607px;*/
	font-family : arial,sans-serif;
	font-size : 11px;
	color : #333333;
	padding : 4px 4px 4px 4px;
}

.navicon
{
	/* sets background color behind page link icons */
	/* the icons are transparent, so this color determines how the icon will appear */
	/* on dark backgrounds, the icon will appear white, along with the color below  */
	/* on white backgrounds, the icon will appear with just the color defined below */
	background-color : #3C355D;
}

.postSearchBar
{
	/* sets style on horzontal divider between the search bar and top categories */
	background-color : #FFFFFF;
	width : 950px;
}

.secdiv
{
	/* sets style on vertical divider between the leftsection, mainsection, and rightsection */
	background-color : #CCCCCC;
	/*background-color : #999999;*/
	width : 1px;
}

.topdivlines 
{
	/* sets style on top div lines */
	width : 950px;
	background-color : #999999;
	/*background-color : #333333;*/
}

.rightsection 
{
	/* sets style on right section of page (what's new, recently viewed) */
	width : 120px;
	padding : 4px 4px 4px 4px;
	background-color : #FFFFFF;
	/*width : 107px;*/
}

.topnavcats
{
	/* sets style on category dropdown section */
	/* the background color is set by the language tag used
	for the dynamic menu */
	/*width : 758px;*/
	font-family : arial,sans-serif;
	font-size : 11px;
	color : #333333;
	background : url(../images/dynCatBG.gif);
}

.topnavcat_mainbar
{
	font-family : arial,sans-serif;
	font-size : 11px;
	color : #ffffff;
	background : url(../images/dynCatBG_new.gif);
}

.topsection
{
	/* sets style on top section of page */
	width : 950px;
	/*width : 758px;*/
	background : url(../images/top_bar_background_light.gif);
}

.backgroundcolour
{
	/* sets background to white */
	background-color : #ffffff;
}

.breadcrumb
{
	padding : 3px 3px 3px 3px;
}

.spacer
{
	/* referenced by elements that used to use a combination of a spacer image 
	and table to create space. The dimensions of the spacer image creates the spacing */
	padding : 0px 0px 0px 0px;
}


/* ######################################################################### */
/* END of styles used to set the various widths of main elements of the site */
/* ######################################################################### */

/* The following three styles are used for the "What's New" control */

.whatsnewparent
{
	/*width: 109px;*/
	width: 100%;
	background-color : #cccccc;
	padding : 1px 1px 1px 1px;
}

.whatsnewtitle
{
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #333333;
	padding : 2px 2px 2px 2px;
	text-align : center;
}

.whatsnewbody
{
	text-align : center;
	background-color : #FFFFFF;
	padding : 3px 3px 3px 3px;
}

/* The following four styles are used for the "Recently Viewed" control */

.recentlyviewedparent
{
	/*width: 109px;*/
	width: 93%;
	background-color : #FFFFFF;
	padding : 1px 1px 1px 1px;
}

.recentlyviewedtitle
{
	font-family : arial,sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #666666;
	text-align : center;
}

.recentlyviewedbody
{
	text-align : center;
	background-color : #FFFFFF;
	padding : 2px 2px 2px 2px;
}

.recentlyviewedlink
{
	text-align : center;
	background-color : #adc605;
	padding : 2px 2px 2px 2px;
}


/* The following four styles are used for the "Left Cart Summary" control */

.leftcartsummaryparent
{
	/*width: 109px;*/
	width: 100%;
	background-color : #989898;
	padding : 1px 1px 1px 1px;
}

.leftcartsummarytitle
{
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #ffffff;
	padding : 2px 2px 2px 2px;
	text-align : center;
	background : url(../images/left_nav_title_bg.gif);
}

.leftcartsummarybody
{
	text-align : center;
	background-color : #FFFFFF;
	padding : 1px 1px 1px 1px;
}

.leftcartsummarylink
{
	text-align : center;
	background-color : #c9dbf2;
	padding : 2px 2px 2px 2px;
}

/* The following three styles are used for the "Left Categories" control */

.leftcategoryparent
{
	/*width: 109px;*/
	width: 100%;
	background-color : #989898;
	padding : 1px 1px 1px 1px;
}

.leftcategorytitle
{
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #ffffff;
	padding : 2px 2px 2px 2px;
	text-align : center;
	background : url(../images/left_nav_title_bg.gif);
}

.leftcategorybody
{
	text-align : center;
	background-color : #FFFFFF;
	padding : 1px 1px 1px 1px;
}

.leftmenu
{
	background-color : #FFFFFF;	
}

.jyskBlue
{
	background-color : #00367c;
}


.jyskGreen
{
	background-color : #adc605;
}


/* ##################################################### */
/* The following styles are used for the left categories */
/* ##################################################### */


/* The following styles are used for the <TD> background color */

.catLevel1
{
	/* sets style on the 1st level categories */
	background-color : #FFFFFF; /* white */
}

.catLevel1ON
{
	/* sets style on active 1st level category */
	background-color : #FFFFFF; /* white */
}

.catLevel2
{
	/* sets style on the 2nd level categories */
	background-color : #FFFFFF;
}

.catLevel2ON
{
	/* sets style on active 2nd level category */
	background-color : #FFFFFF;
}

.catLevel2FOCUS
{
	/* sets style on active 2nd level category */
	background-color : #FFFFFF;
}

.catLevel3
{
	/* sets style on the 3rd level categories */
	background-color : #FFFFFF;
}

.catLevel3ON
{
	/* sets style on active 3rd level category */
	background-color : #FFFFFF;
}

.catLevel3FOCUS
{
	/* sets style on active 3rd level category */
	background-color : #FFFFFF;
}

.catLevel4
{
	/* sets style on the 4th level categories */
	background-color : #FFFFFF;
}

.catLevel4ON
{
	/* sets style on active 4th level category */
	background-color : #FFFFFF;
}

.catLevel4FOCUS
{
	/* sets style on active 3rd level category */
	background-color : #FFFFFF;
}

.catLevel5
{
	/* sets style on the 5th level categories */
	background-color : #FFFFFF;
}

.catLevel5ON
{
	/* sets style on active 5th level category */
	background-color : #FFFFFF;
}

.catLevel5FOCUS
{
	/* sets style on active 3rd level category */
	background-color : #FFFFFF;
}

/* The following styles are used for the HREF colors */

.catHREF1
{
	/* sets style on the 1st level links */
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #335b8a;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px; 
	padding-top : 3px;
	padding-left : 6px;
	padding-right : 2px;
}

.catHREF1ON
{
	/* sets style on active 1st level links */
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #adc605;
	text-decoration : none;
	padding-bottom : 3px; 
	padding-top : 3px;
	padding-left : 6px;
	padding-right : 2px;
}

.catHREF2
{
	/* sets style on the 2nd level links */
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #335b8a;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px; 
	padding-top : 3px;
	padding-left : 6px;
	padding-right : 2px;
}

.catHREF2ON
{
	/* sets style on active 2nd level links */
	font-family : arial,sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #adc605;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px; 
	padding-top : 3px;
	padding-left : 6px;
	padding-right : 2px;
}

.catHREF2FOCUS
{
	/* sets style on active 2nd level links */
	font-family : arial,sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #adc605;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px; 
	padding-top : 3px;
	padding-left : 6px;
	padding-right : 2px;
}

.catHREF3
{
	/* sets style on the 3rd level links */
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #335b8a;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px; 
	padding-top : 3px;
	padding-left : 6px;
	padding-right : 2px;
}

.catHREF3ON
{
	/* sets style on active 3rd level links */
	font-family : arial,sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #adc605;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px; 
	padding-top : 3px;
	padding-left : 6px;
	padding-right : 2px;
}

.catHREF3FOCUS
{
	/* sets style on active 3rd level links */
	font-family : arial,sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #adc605;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px; 
	padding-top : 3px;
	padding-left : 6px;
	padding-right : 2px;
}

.catHREF4
{
	/* sets style on the 4th level links */
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #335b8a;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px; 
	padding-top : 3px;
	padding-left : 6px;
	padding-right : 2px;
}

.catHREF4ON
{
	/* sets style on active 4th level links */
	font-family : arial,sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #adc605;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px; 
	padding-top : 3px;
	padding-left : 6px;
	padding-right : 2px;
}

.catHREF4FOCUS
{
	/* sets style on active 4th level links */
	font-family : arial,sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #adc605;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px; 
	padding-top : 3px;
	padding-left : 6px;
	padding-right : 2px;
}

.catHREF5
{
	/* sets style on the 5th level links */
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #335b8a;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px; 
	padding-top : 3px;
	padding-left : 6px;
	padding-right : 2px;
}

.catHREF5ON
{
	/* sets style on active 5th level links */
	font-family : arial,sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #adc605;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px; 
	padding-top : 3px;
	padding-left : 6px;
	padding-right : 2px;
}

/* ####################################### */
/* END styles used for the left categories */
/* ####################################### */

.nodecor
{
	text-decoration: none;
}


.alternateview 
{
	padding : 4px 0px 4px 0px;
	font-size : 13px;
	font-weight : bold;
	color : #999999;
}


span.bold
{
	/* used for Your Price on the product details page */
	font-size : 11px;
	font-weight: bold;
}

span.contentTitle 
{
	/* used for Managed Content titles, where the managed
	contents consists of a title and body that loops */
	color : #1a4066;
	font-size : 15px;
	font-weight: bold;
}

span.plaintext
{
	/* for plain text */
	font-size : 11px;
	padding : 3px;
}

span.PriceLink
{
	color : #1a4066;
	font-size : 13px;
	font-weight : bold;
}

span.red 
{
	/* used for You Saved on the product details page */
	font-size : 11px;
	color : Red;	
	font-weight: normal;
}

span.warning 
{
	/* used for Credit Card message */
	font-size : 12px;
	color : #335b8a;	
	font-weight: normal;
}

span.tabletext
{
	/* for table text, less padding */
	font-size : 11px;
	padding : 2px;
}


H1 {
	/* sets the style of the specified header */
	font-size : 16px;
	color : #1a4066;
}
H2 {
	/* sets the style of the specified header */
	font-size : 15px;
	color : #1a4066;
}
H3 {
	/* sets the style of the specified header */
	font-size : 14px;
	color : #1a4066;
}

.bigblue 
{
	/* used on the product listing page for item names */
	font-size : 14px;
	color : #00367c;
}


table.aspxtable
{
	/* sets 'table' bgcolor */
	background-color : #FFFFFF;
	border : none;
}

table.cartsummary
{
	background : url(../images/CartSummBG.gif);
}

table.details {
	/* sets style on tables that display
	various fields i.e. User account info 
	column colours determined by td.detailsleft
	and td.detailsright */
	border: none;
	background-color : #FFFFFF;
}

table.detailstitle 
{
	/* sets style on Product Details - Product Name */
	border: 1px solid #DBDBDB;
	padding : 0px;
}

table.highlightitem
{
	border : solid 1px #e0e0e0;
	background-color : #f0f0f0;
	padding : 5px 5px 5px 5px;
}

table.mainItemImage
{
	border : solid 1px #e0e0e0;
	background-color : #f0f0f0;
	padding : 5px 5px 5px 5px;
}

table.login 
{
	/* sets style on the Login table */
	border: 1px solid;
	border-color : #adc605 #adc605 #adc605 #adc605;
	padding : 0px;
	background-color : #adc605;
}

table.search 
{
	/* sets style on the search bar table */
}

table.Miraserv 
{
	background-color : #f5f5f5;
	border : solid 1px #cccccc;
}

td {
	/* sets basic font family in table data without a defined style */
	font-family : arial,sans-serif;
	font-size : 11px;
}

td.advancedResults
{
	/* used where specific padding is used, in dynamic tables. */
	/* i.e. All recently viewed items, my favorites, search category results,
	various category controls, shopping cart and order confirmation page */
	
	background-color : #efefef;
	padding : 3px 3px 3px 3px;
	border: 1px solid;
	border-color : #ffffff #a0a7b1 #a0a7b1 #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
}

td.hpad
{
	/* sets column header bgcolor and 'cellpadding' */
	font-size : 12px;
	font-weight : bold;
	background-color : #f4f4f4;
	padding : 2px;
	border: 1px solid;
	border-color : #ffffff #ffffff #ffffff #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
}

td.hpadalt
{
	/* sets column header bgcolor and 'cellpadding' 
	same as above, but used for variety */
	background-color : #adc605;
	font-weight : bold;
	padding : 2px;
	border: 1px solid;
	border-color : #ececec #a0a7b1 #a0a7b1 #ececec;
	border-bottom-width : 0px;
	border-right-width : 0px;
	color : #FFFFFF;
	font-size : 12px;
}

td.aspxitem
{
	/* used where no padding is needed */
	/* i.e. my favorites, order history, manage addresses, and reports */
	background-color : whitesmoke;
	/* padding set to 0, since padding is set by
	aspxlinks class below */
	padding : 0px;
}

td.pad
{
	/* used where specific padding is used, in dynamic tables. */
	/* i.e. All recently viewed items, my favorites, search category results,
	various category controls, shopping cart and order confirmation page */
	font-size : 11px;
	background-color : #F1F1F1;
	padding : 3px 3px 3px 3px;
	border: 1px solid;
	border-color : #ffffff #a0a7b1 #a0a7b1 #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
}

td.nopad
{
	/* used where no padding is needed. */
	/* i.e. All recently viewed items, search category results,
	and various category controls */
	background-color : #ffffff;
	padding : 0px 0px 0px 0px;
	border: 1px solid;
	border-color : #ffffff #a0a7b1 #a0a7b1 #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
}

td.cartsummary 
{
	/* Used on the left cart summary, recently viewed and what's hot controls */
	font-family : arial,sans-serif;
	font-size : 10px;
	color : #333333;
}

td.categories 
{
	/* Sets style on the top categories control */
	/* Note: this control is only displayed when the dropdown menu is not used. */
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #474765;
	font-weight : bold;
}

td.description
{
	font-family : arial,sans-serif;
	font-size : 12px;
}

td.detailstitle {
	/* sets style on the item name above the Details */
	border: 0px outset;
	background-color : #EFF3F8;
	font-size : 12px;
	font-weight : bold;
}

td.detailsleft {
	/* sets style on the left part of the Details section
	(Manufacturer SKU, Description, Web Price etc.)
	used throughout the site where a listing is displayed, such 
	such as user info, where the left column and right column
	are shown with different colors */
	padding : 2px;
	background-color : #f4f4f4;
	font-size : 11px;
	border: 1px solid;
	border-color : #ffffff #a0a7b1 #a0a7b1 #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
}

td.detailsright 
{
	/* sets style on the right part of the Details section
	used throughout the site where a listing is displayed, such
	such as user info, where the left column and right column
	are shown with different colors */
	padding : 2px;
	background-color : #EBEBEB;
	font-size : 11px;
	border: 1px solid;
	border-color : #ffffff #cccccc #cccccc #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
}

td.proddetailsall
{
	padding : 2px;
	font-size : 14px;
	color : #1a4066;
	font-weight : bold;
}

td.proddetailsMaster
{
	padding : 2px;
	font-size : 13px;
	color : #1a4066;
	font-weight : bold;
	background-color : #f0f0f0;
}

td.proddetailsMasterTD
{
	padding : 2px;
	font-size : 12px;
	color : #1a4066;
	font-weight : bold;
	background-color : #f9f9f9;
}

td.detailsheader 
{
	/* sets style on the header section of reports */
	padding : 1px;
	background-color : #E3E9ED;
	font-size : 11px;
	border: 1px solid;
	border-color : #ffffff #a0a7b1 #a0a7b1 #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
	
}

td.large 
{
	/* used on the Featured Items control */
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #333333;
}

td.location
{
	background-color : #edf5fa;
}

.locationsTitle
{
	font-size : 15px;
	font-weight : bold;
	color : #4c71aa;
	padding : 4px 4px 4px 4px;
}

.locationsHeader
{
	font-size : 12px;
	font-weight : bold;
	color : #4c71aa;
	padding : 4px 4px 4px 4px;
}

.locationsHeaderALT
{
	/* Used for header that requires line below */
	font-size : 13px;
	font-weight : bold;
	color : #4c71aa;
	padding : 4px 4px 0px 4px;
}


.locationstxt
{
	font-size : 11px;
	color : #4c71aa;
	padding : 4px 4px 4px 4px;
}

.locationstxtNoPadding
{
	font-size : 11px;
	color : #4c71aa;
	padding : 4px 4px 4px 0px;
}

.locationstxtSMALL
{
	font-size : 10px;
	color : #4c71aa;
	padding : 4px 4px 4px 4px;
}




td.locationHeader
{
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #4c71aa;
	font-weight : bold;
}

td.topnavcategories 
{
	padding : 0px 14px 0px 14px;
}


td.white
{
	color : #ffffff;
	font-size : 12px;
}


.leftcattitle 
{
	/* Sets style on various controls where a white text is displayed against a dark background */
	/* i.e. recently viewed, what's hot, left cart summary, what's new, left categories */
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #666666;
	padding : 1px 2px 1px 2px;
}

td.leftcat 
{
	/* sets style on the 1st level categories in the left category control */
	background-color : #FFFEE4;
}
td.leftcatON 
{
	/* sets style on the 2nd and 3rd level categories in the left category control */
	background-color : #ffffff;
}

td.leftcatFOCUS 
{
	/* sets style on the 3rd level category in the left category control */
	background-color : #F0F0F0;
}

td.mausover 
{
	/* Used in the tabs of the Product Details templates - color of tab when selected */
	/* Note: changes made here must also be made to the templates themselves, */
	/* as the javascript used for the tabbing requires specific values - D3DDE9 */
	background-color : #f9f9f9;
}
td.mausnotover 
{
	/* Used in the tabs of the Product Details templates - color of tab when NOT selected */
	/* Note: changes made here must also be made to the templates themselves, */
	/* as the javascript used for the tabbing requires specific values - whitesmoke */
	background-color : #e9e9e9;
}

td.navwhite 
{
	/* Used on the Pagelinks, accountlinks and signinsummary controls */
	font-family : verdana,arial,sans-serif;
	font-size : 11px;
	color : #ffffff;
}

td.padded
{
	/* used in the My Favorites control */
	font-size : 11px;
	background-color : #B3B3B3;
	padding : 3px 0px 0px 0px;
}

td.reg 
{
	/* Used in Featured Items, Footer, Search bar, Cart Summary */
	/* Just ordinary text, nothing special */
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #999999;  /* color : #999999; */
}

td.reg_white 
{
	/* Used in Featured Items, Footer, Search bar, Cart Summary */
	/* Just ordinary text, nothing special */
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #ffffff;  /* color : #999999; */
}

A.aspxlinks {
	/* sets style on links in various pages such as: */
	/* my favorites, customer order history, manage address, order history, reports etc. */
	font-size : 11px;
	padding : 3px;
	color : #333366;
	text-decoration : none;
	display : block;
	position : relative;
}
A:HOVER.aspxlinks {
	/* changes the link color and places
	a color bar behind the link on hover by
	changing the 'color' and 'background-color' settings */
	font-size : 11px;
	padding : 3px;
	color : #ffffff;
	background-color : #cccccc;
	text-decoration : none;
	display : block;
	position : relative;
}

.storelocLinks {
	/* sets style on links in various pages such as: */
	/* my favorites, customer order history, manage address, order history, reports etc. */
	font-size : 10px;
	color : #1a4066;
	text-decoration : none;
	cursor : pointer;
}

a.cartsummary 
{
	/* sets style on Left Cart Summary, recently viewed and what's hot control links */
	font-family : arial,sans-serif;
	font-size : 11px;
	color : #1a4066;
	text-decoration : none;
}

a.categorylinks 
{
	font-family : arial,sans-serif;
	color : #1a4066;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

A.dvpsubcat 
{
	/* sets style on 1st level Left Category links */
	font-size : 11px;
	color : #295194;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
}


A.advancedResults 
{
	/* sets style on Category links on the Advanced Search Results page*/
	font-size : 12px;
	color : #003399;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 3px;
}

A:HOVER.advancedResults 
{
	/* sets style on HOVER Category links on the Advanced Search Results page */
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 3px;
	background-color : #5A5A80;
}


A.advancedResultsSmall 
{
	/* sets style on Category links on the Advanced Search Results page*/
	font-size : 11px;
	color : #003399;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 3px;
}

A:HOVER.advancedResultsSmall
{
	/* sets style on HOVER Category links on the Advanced Search Results page */
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 3px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 3px;
	background-color : #5A5A80;
}

a.gray 
{
	/* Used where gray links are needed */
	/* For example: Footer, Searchbar, CartSummary */
	font-family : arial,sans-serif;
	font-size : 11px;
	color : #999999;
	text-decoration : none;
}

.greyloginlink
{
	/* Used in the header */
	font-family : arial,sans-serif;
	font-size : 13px;
	color : #999999;
	text-decoration : none;
	font-weight : bold;
}

.greyloginprefix
{
	/* Used in the header */
	font-family : arial,sans-serif;
	font-size : 13px;
	color : #adc605;
	text-decoration : none;
	font-weight : bold;
}

.greyloginprefix_2
{
	/* Used in the header */
	font-family : arial,sans-serif;
	font-size : 13px;
	color : #4f4f4f;
	text-decoration : none;
	font-weight : bold;
}

.greylink
{
	/* Used in the header */
	font-family : arial,sans-serif;
	font-size : 12px;
	color : #999999;
	text-decoration : none;
	font-weight : bold;
}

a.leftcat 
{
	/* Sets style on the left category if the user logged in is a Sales Agent */
	font-family : arial,sans-serif;
	font-size : 11px;
	color : #414167;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 2px; 
	padding-top : 2px;
	padding-left : 4px;
	padding-right : 2px;
}

a:HOVER.leftcat 
{
	font-family : arial,sans-serif;
	font-size : 11px;
	color : #414167;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 2px; 
	padding-top : 2px;
	padding-left : 4px;
	padding-right : 2px;
	background-color : #DEEBFF;
}
a.leftcatON 
{
	/* Used for the links on the left category control */
	font-family : arial,sans-serif;
	font-size : 11px;
	color : #414167;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 2px; 
	padding-top : 2px;
	padding-left : 4px;
	padding-right : 2px;
}

A.more {
	/* sets style on navigation links such as  A-C D-F */
	color : #00367c;
	text-decoration : underline;
	font-size : 11px;
	padding-bottom : 2px;
	padding-left : 0px;
	padding-right : 2px;
	padding-top : 2px;
}
A:HOVER.more {
	/* sets style on navigation links such as  A-C D-F */
	text-decoration : none;
	font-size : 11px;
	padding-bottom : 2px;
	padding-left : 0px;
	padding-right : 2px;
	padding-top : 2px;
}

a.navwhite 
{
	/* Used where white links are needed.*/
	/* For example: accountlinks and pagelinks controls */
	font-family : verdana,arial,sans-serif;
	font-size : 11px;
	color : #4B4B76;
	text-decoration : none;
}

a.navwhitetop
{
	/* Used where white links are needed.*/
	/* For example: accountlinks and pagelinks controls */
	font-family : arial,sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
}

A.others 
{
	/* Sets style on links that do not require special attributes */
	color : #1a4066; /* dark gray */
	text-decoration : none;
	font-size : 11px;
}

A.breadcrumblinks
{
	color : #999999;
	text-decoration : none;
	font-size : 11px;
}

A.breadcrumblinksON
{
	color : #333333;
	text-decoration : none;
	font-size : 11px;
}




A.productdetails 
{
	/* Sets the link in the tabs of the product details page */
	color : #333333;
	text-decoration : none;
	display : block;
	position : relative;
	font-weight : bold;
}

A.related {
	/* sets style on Related Items on the product details page, specifically the 
	Item Name that acts as a link. Also used for the predictorprods control */
	color : #333366;
	text-decoration : none;
	font-size : 11px;
	display : block;
	position : relative;
	padding: 3px;
}

a.toplinks
{
	color : #1a4066;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

a.toplinks:VISITED
{
	color : #1a4066;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

.topcategories
{
	color : #1a4066;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

.topcategoriesON
{
	color : #adc605;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

.topcategories_white
{
	color : #ffffff;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

a.topcategories_white:HOVER
{
	color : #adc605;
	font-weight : bold;
	text-decoration : none;
}

.topcategoriesON_white
{
	color : #adc605;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

a.smallBlueLink
{
	color : #1a4066;
	font-size : 11px;
	text-decoration : none;
}

A.whatsnew {
	/* sets style on What's New links at the right of page,
	in the What's New section */
	color : #003399;
	text-decoration : none;
	display : block;
	position : relative;
	font-size : 11px;
	font-weight : bold;
}

input.standard 
{
	/* Use for input text on Advanced Search page and the default Search Bar */
	font-family : Arial, Helvetica, sans-serif;
	border: 1px solid #6582a6;
	font-size : 11px;
	color : #333333; 
	margin-bottom: 0px; 
	margin-top: 0px;
	background-color : #ffffff;
}

input.solid {
	/* Use for input text - This is the default style applied to textboxes */
	font-family : Arial, Helvetica, sans-serif;
	border-color : #6582a6;
	border-style : solid;
	border-width : 1px;
	font-size : 11px;
	color : #000000; 
	background-color : #ffffff;
	margin-bottom: 0px;
	margin-top: 0px;
	padding : 1px 1px 1px 3px;
}

input.solidform {
	/* Use for input text on the Address control. 
	The address control is used on the checkout page, for example. */
	font-family : Arial, Helvetica, sans-serif;
	border-color : #999999;
	border-style : solid;
	border-width : 1px;
	font-size : 11px;
	color : #000000; 
	background-color : #ffffff;
	margin-bottom: 0px; 
	margin-top: 0px;
	padding : 1px 1px 1px 3px;
	width : 129px;
}

input.jyskmail
{
	border : solid 1px #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	width : 125px;
}


/* ########################### */
/* Start Paging control styles */
/* ########################### */

input.pageoff
{
	/* Sets the style on "numbers" when the number reflects the page you are on */
	font-weight : bold;
	background-color : whitesmoke;
	color : #00367c;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	border-width : 0px;
	border : 1px solid #cccccc;
	/* both cursor values are required for browsers other than IE*/
	cursor : pointer;
	cursor : hand;
	padding : 2px 5px 2px 5px;
	margin : 2px 2px 2px 2px;
}

input.pageon
{
	/* Sets the style on "numbers" when the number does not reflect the page you are on */
	font-weight :normal;
	background-color : #FFFFFF;
	color : #adc605;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	border-width : 1px;
	border : 1px solid #CCCCCC;
	/* both cursor values are required for browsers other than IE*/
	cursor : pointer;
	cursor : hand;
	padding : 2px 5px 2px 5px;
	margin : 2px 2px 2px 2px;
}

/* ######################### */
/* End Paging control styles */
/* ######################### */

select.cc
{
	/* Sets style on the Credit Card control select form elements */
	font-size : 11px;
}

select.solid
{
	/* Sets style on the select form elements */
	font-size : 11px;
	border-color : Navy;
	border-width : 1px;
}

select.searchlist
{
	/* Sets style on the select form elements */
	font-size : 11px;
	border-color : Navy;
	border-width : 1px;
}

/* ################################################ */
/* START Dropdown Account Navigation related styles */
/* ################################################ */

.MenuBox {
	border-top: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

a.MenuHeader
{
	COLOR: #4B4B76;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	display: block;
	position:relative;
	margin-left: 4px;
	margin-top: 5px;
	cursor : default;
}

a.MenuHeader:visited
{
	COLOR: #4B4B76;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	display: block;
	position:relative;
	margin-left: 4px;
	margin-top: 5px;
}

a.MenuItem
{
	COLOR: #666666;
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	display: block;
	position:relative;
	padding : 3px 0px 3px 5px;
}

a.MenuItem:visited
{
	COLOR: #666666;
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	display: block;
	position:relative;
	padding : 3px 0px 3px 5px;
}

a:HOVER.MenuItem
{
	COLOR: #000000;
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	display: block;
	position:relative;
	padding : 3px 0px 3px 5px;
}

/* ############################################## */
/* END Dropdown Account Navigation related styles */
/* ############################################## */

font.title 
{
	/* Used for page titles */
	font-size : 13px;
	font-weight : bold;
}

font.CatTopStart
{
	color : #adc605;
	font-size : 15px;
	font-weight : bold;
	text-decoration : none;
}

.CatTopEnded
{
	color : #3d361d;
	font-size : 15px;
	font-weight : bold;
	text-decoration : none;
}




font.CatHeaderStart
{
	color : #1a4066;
	font-size : 18px;
	font-weight : bold;	
}

font.CatHeaderEnd
{
	color : #adc605;
	font-size : 18px;
	font-weight : bold;	
}


/* These values below are used for the Textarea manager in
Content Manager, these should not be modified unless you
know what you are doing */
font.fontminus2 {
	font-size: 9px;
}
font.fontminus1 {
	font-size: 10px;
}
font.fontstandard {
	font-size: 11px;
}
font.fontplus1 {
	font-size: 12px;
}
font.fontplus2 {
	font-size: 13px;
}
font.fontplus3 {
	font-size: 14px;
}
font.fontplus4 {
	font-size: 15px;
}
font.fontplus5 {
	font-size: 16px;
}
font.fontplus6 {
	font-size: 17px;
}
font.fontplus7 {
	font-size: 18px;
}
font.fontplus8 {
	font-size: 19px;
}
font.fontplus9 {
	font-size: 20px;
}

.jysk_mail_middle
{
  background-image: url(../images/1_left_jyskmail_middle.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding:0px 15px 5px 15px;
}