/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary
{
	display: block;
}

audio, canvas, video
{
	display: inline-block;
}

audio:not([controls])
{
	display: none;
}

[hidden]
{
	display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html
{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, body, button, input, select, textarea
{
	font-family: Calibri, Candara, Segoe, "Segoe UI" , Optima, Arial, sans-serif;
	color: #494949;
}

body
{
	margin: 85px 0 0 0;
	font-size: 14px;
	line-height: 20px;
}

body.bg_standard
{
	background: #ffffff;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection
{
	background: #b3d4fc;
	text-shadow: none;
}

::selection
{
	background: #b3d4fc;
	text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */
a
{
	color: #7dc39a;
	text-decoration: none;
}

a:hover
{
	color: #2DBF68;
	cursor: pointer;
}

a:focus
{
	outline: thin dotted;
}

.light a
{
	color: #d7f6e6;
}

.light a:hover
{
	color: #fff;
}

/*
 * Improve readability when focused and hovered in all browsers: h5bp.com/h
 */

a:hover, a:active
{
	outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title]
{
	border-bottom: 1px dotted;
}

b, strong
{
	font-weight: bold;
}

blockquote
{
	margin: 1em 40px;
}

dfn
{
	font-style: italic;
}

hr
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0.5em 0;
	padding: 0;
}

ins
{
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark
{
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/*
 * Redeclare monospace font family: h5bp.com/j
 */

pre, code, kbd, samp
{
	font-family: monospace, serif;
	font-size: 1em;
}

/*
 * Improve readability of pre-formatted text
 */

pre
{
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q
{
	quotes: none;
}

q:before, q:after
{
	content: "";
	content: none;
}

small
{
	font-size: 12px;
	line-height: 18px;
}

/*
 * Position subscript and superscript content without affecting line-height: h5bp.com/k
 */

sub, sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup
{
	top: -0.5em;
}

sub
{
	bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol
{
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd
{
	margin: 0 0 0 40px;
}

nav ul, nav ol
{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img
{
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root)
{
	overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure
{
	margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

form
{
	margin: 0;
}

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Indicate that 'label' will shift focus to the associated form element
 */

label
{
	cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend
{
	border: 0;
	padding: 0;
	white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea
{
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input
{
	line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"]
{
	cursor: pointer;
	-webkit-appearance: button;
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled]
{
	cursor: default;
	background-color: #f0f0f0;
	border: 1px dashed #fff;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"]
{
	box-sizing: border-box;
	padding: 0;
}

input[type="search"]
{
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button
{
	-webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea
{
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}


/* =============================================================================
   Tables
   ========================================================================== */

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

td
{
	vertical-align: top;
}


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe
{
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* ==|== primary styles =====================================================
   Author: Klaus Wentz // Buero Formart
   ========================================================================== */

/* layout */
#header
{
	width: 100%;
	height: 107px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

#header_content
{
	height: 85px;
	background: url("/Content/Images/backgrounds/header.png") no-repeat scroll center top transparent;
}

#header .container
{
	position: relative;
}

#header_content #logo
{
	position: absolute;
	left: 15px;
	top: 10px;
}

#header_content #language_selector
{
	position: absolute;
	left: 240px;
	top: 36px;
}
#language_selector
{
	font-family: "Neo Sans W01" , Calibri, Candara, Segoe, "Segoe UI" , Optima, Arial, sans-serif;
	font-size: 10px;
	color: #fff;
}
#language_selector a
{
	color: #fff;
}
#language_selector a:active, #language_selector a:hover, #language_selector a.selected, #language_selector span.selected
{
	color: #7DC39A;
}

#banner
{
	background: url("/Content/Images/backgrounds/banner_bg_repeat.jpg") repeat-x scroll center top transparent;
}

#banner_content, #banner_content .container
{
	height: 211px;
	background: url("/Content/Images/banners/banner_01.jpg") no-repeat scroll center top transparent;
}

#banner_content_page_content
{
	height: 70px;
	background: url("/Content/Images/banners/banner_content_pg.png") no-repeat scroll center top transparent;
}

#toolbar
{
	height: 36px;
	padding: 24px 0 0 0;
}

#toolbar .container
{
	position: relative;
}

#main
{
	padding: 0px 0 10px 0;
	min-height: 600px;
}

#main .container
{
	width: 990px;
	padding: 0px;
}

#main_container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div.bg_standard
{
	background: url("/Content/Images/backgrounds/footer.png") no-repeat scroll center top transparent;
}

#footer
{
	width: 100%;
	height: 54px;
	font-family: "Neo Sans W01" , Calibri, Candara, Segoe, "Segoe UI" , Optima, Arial, sans-serif;
	font-size: 12px;
	line-height: 46px;
	color: #b2d9be;
	bottom: 0px;
	position: relative;
}

#footer .container
{
	height: 48px;
	padding-top: 6px;
	position: relative;
}

#footer a
{
	color: #fff;
}

#login_status_iframe
{
	position: absolute;
	top: 0px;
	right: 0px;
}

/* navigation */
#nav
{
	font-size: 12.6px;
	list-style: none outside none;
	position: absolute;
	right: 5px;
	top: 36px;
	padding: 0;
	margin: 0;
}
#nav li
{
	float: left;
	margin-right: 10px;
	position: relative;
}
#nav a, #nav span
{
	font-family: "Neo Sans W01" , Calibri, Candara, Segoe, "Segoe UI" , Optima, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	background: none repeat scroll 0 0 transparent;
	color: #e9e8e7;
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
	white-space: nowrap;
}
#nav a:hover, #nav span:hover
{
	background: none repeat scroll 0 0 transparent;
	color: #b2d9be;
	text-decoration: none;
}

#nav li ul
{
	background: url("/Content/Images/backgrounds/nav_pulldown_ul_bottom.png") no-repeat scroll center bottom transparent;
	list-style: none outside none;
	position: absolute;
	left: -10px;
	top: 0px;
	padding: 48px 0 25px 0;
	margin: 0;
	display: none;
}

#nav li ul.left
{
	background: url("/Content/Images/backgrounds/nav_pulldown_ul_bottom_left.png") no-repeat scroll center bottom transparent;
	list-style: none outside none;
	position: absolute;
	left: -10px;
	top: 0px;
	padding: 48px 0 25px 0;
	margin: 0;
	display: none;
}

#nav li:hover ul
{
	display: block;
}
#nav li ul li
{
	padding: 0;
	margin: 0 0 0 0;
	float: none;
}
#nav li ul li a, #nav li ul li span
{
	width: 235px;
	height: 35px;
	overflow: hidden;
	padding: 5px 0 0 35px;
	margin: 0;
	line-height: 34px;
	position: relative;
	z-index: 15000 !important;
}
#nav li:hover ul a, #nav li:hover ul span
{
	background: url("/Content/Images/backgrounds/nav_pulldown_ul_li.png") no-repeat scroll 0 0 transparent;
}
#nav li:hover ul li a:hover, #nav li:hover ul li span:hover
{
	color: #1c343e;
	background: url("/Content/Images/backgrounds/nav_pulldown_ul_li_hl.png") no-repeat scroll 0 0 transparent;
}

#nav li:hover ul.left a, #nav li:hover ul.left span
{
	background: url("/Content/Images/backgrounds/nav_pulldown_ul_li_left.png") no-repeat scroll 0 0 transparent;
}

#nav li:hover ul.left li a:hover, #nav li:hover ul.left li span:hover
{
	color: #1c343e;
	background: url("/Content/Images/backgrounds/nav_pulldown_ul_li_hl_left.png") no-repeat scroll 0 0 transparent;
}

#nav li ul li ul
{
	left: 230px;
	top: -46px;
}

#nav li ul li ul.left
{
	left: -230px;
	top: -46px;
}

#nav li:hover ul li ul
{
	display: none;
}

#nav li ul li:hover ul
{
	display: block;
}

#nav li ul li ul li ul
{
	display: none;
}

#nav li ul li:hover ul li ul
{
	display: none;
}

#nav li ul li ul li:hover ul
{
	display: block;
}

.nav_login
{
	background-color: #85CEA2;
	border-radius: 4px;
	padding: 0 12px 0 0;
}

.nav_login:hover
{
	background-color: #74A989;
}

.nav_login a
{
	color: #ffffff !important;
}

/* clock */
#toolbar #clock
{
	position: absolute;
	left: 15px;
	top: 0;
}

#clock
{
	color: #fff;
	width: 109px;
	height: 33px;
	background: url("/Content/Images/backgrounds/clock_bg.png") no-repeat scroll center top transparent;
}

#clock_time
{
	position: relative;
	left: 8px;
	top: 6px;
}

/* login status */
#login_status
{
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	vertical-align: middle;
}

#login_status a
{
	text-decoration: underline;
}

form.login_status_form
{
	display: inline !important;
}

/* search */
#toolbar form#search
{
	position: absolute;
	right: 15px;
	top: 0;
}

form#search input
{
	height: 33px;
	margin: 0;
	padding: 0;
	background: 0;
	border: 0;
	line-height: 33px;
	vertical-align: top;
}

form#search input[type=text]
{
	width: 167px;
	padding: 0 0 0 10px;
	background: url("/Content/Images/backgrounds/search_bg.png") no-repeat scroll left -3px transparent;
}

form#search input[type=submit]
{
	width: 60px;
	color: transparent;
	font-size: 0;
	background: url("/Content/Images/backgrounds/search_bg.png") no-repeat scroll right -3px transparent;
	margin-left: -4px;
}

form#search input[type=submit]:hover
{
	background: url("/Content/Images/backgrounds/search_bg.png") no-repeat scroll right -39px transparent;
}

/* country selector */

#country_code_selector
{
	width: 155px;
	margin-left: -4px;
	border-style: none;
	background-color: transparent;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Neo Sans W01" , Calibri, Candara, Segoe, "Segoe UI" , Optima, Arial, sans-serif;
}

/* toolbar heading */
#toolbar h1
{
	display: block;
	position: absolute;
	left: 257px;
	top: 15px;
}

/* left sidebar */

.left_sidebar
{
	border-radius: 5px;
}

/* Social media links/buttons container */

.social_media_container
{
	padding: 0 0 0 8px;
	margin-top: 5px;
}

/* news */

.news_container
{
	padding: 0 0 0 6px;
	margin-top: 20px;
}

.news_item
{
	margin: 0 5px 10px 0;
	position: relative;
	padding: 3px;
}

.news_item_header
{
	font-family: "Neo Sans W01" , Calibri, Candara, Segoe, "Segoe UI" , Optima, Arial, sans-serif;
	font-size: 16px;
	color: #85cea3;
	width: 100%;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
	display: block;
}

/* offers */

.offers_slideshow_content_container
{
	padding-top: 10px;
	width: 690px;
}

.offers_slideshow_item
{
	position: relative;
	width: 713px;
	height: 260px;
	margin: 4px;
	padding: 5px 15px 5px 10px;
	background: url("/Content/Images/backgrounds/offer_slideshow_item_bg.png") no-repeat scroll 0 0 transparent;
}

.offers_slideshow_item_image img
{
	width: 240px;
	height: 240px;
}

.offers_slideshow_item_more_link
{
	position: absolute;
	width: 150px;
	bottom: 40px;
	margin: 10px 10px 0 10px;
}

.offers_lower_container .offers_item:nth-child(3n+1)
{
	color: #000;
	background-color: #cfcfcf;
	background-image: -webkit-linear-gradient(top, #e9e9e9, #cfcfcf); /* For Chrome and Safari */
	background-image: -moz-linear-gradient(top, #e9e9e9, #cfcfcf); /* For old Fx (3.6 to 15) */
	background-image: -ms-linear-gradient(top, #e9e9e9, #cfcfcf); /* For pre-releases of IE 10*/
	background-image: linear-gradient(to bottom, #e9e9e9, #cfcfcf); /* Standard syntax; must be last */
}

.offers_lower_container .offers_item:nth-child(3n+2)
{
	color: #fff;
	background-color: #84cca1;
	background-image: -webkit-linear-gradient(top, #84cca1, #6fb089); /* For Chrome and Safari */
	background-image: -moz-linear-gradient(top, #84cca1, #6fb089); /* For old Fx (3.6 to 15) */
	background-image: -ms-linear-gradient(top, #84cca1, #6fb089); /* For pre-releases of IE 10*/
	background-image: linear-gradient(to bottom, #84cca1, #6fb089); /* Standard syntax; must be last */
}

.offers_lower_container .offers_item:nth-child(3n+3)
{
	color: #fff;
	background-color: #f8ea1b;
	background-image: -webkit-linear-gradient(top, #6a7082, #404854); /* For Chrome and Safari */
	background-image: -moz-linear-gradient(top, #6a7082, #404854); /* For old Fx (3.6 to 15) */
	background-image: -ms-linear-gradient(top, #6a7082, #404854); /* For pre-releases of IE 10*/
	background-image: linear-gradient(to bottom, #6a7082, #404854); /* Standard syntax; must be last */
}

.offers_item
{
	width: 198px;
	height: 198px;
	margin: 0 6px 12px 6px;
	padding: 15px;
	float: left;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px 1px #999;
	-webkit-box-shadow: 1px 1px 2px 1px #999;
	box-shadow: 1px 1px 2px 1px #999;
	z-index: 0;
	behavior: url(/Content/CSS3PIE);
}

.offers_item:hover
{
	-moz-box-shadow: 1px 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px 1px #999;
	box-shadow: 1px 1px 1px 1px #999;
}

.offers_item_header
{
	font-family: "Neo Sans W01 Light" , Calibri, Candara, Segoe, "Segoe UI" , Optima, Arial, sans-serif;
	font-size: 18px;
	margin: 10px 10px 0 10px;
}

.offers_item_text
{
	margin: 20px 10px 0 10px;
}

.offers_item_more_link
{
	position: absolute;
	width: 150px;
	bottom: 30px;
	margin: 10px 10px 0 10px;
}

/* Slider-related styles */

#slider
{
	position: relative;
}

#slider_pager
{
	position: absolute;
	right: 25px;
	bottom: 5px;
	height: 17px;
	text-align: center;
	margin-bottom: 10px;
}

#slider_pager_item_container
{
	height: 17px;
	margin: 0 auto;
}

.slider_pager_item
{
	width: 16px;
	height: 17px;
	background: url("/Content/Images/slider_item.png") no-repeat scroll 0 0 transparent;
	float: left;
	display: inline-block;
	position: relative;
	z-index: 0 !important;
}

.slider_pager_item_active
{
	width: 16px;
	height: 17px;
	background: url("/Content/Images/slider_item_active.png") no-repeat scroll 0 0 transparent;
	float: left;
	display: inline-block;
	position: relative;
	z-index: 0 !important;
}

/* link styles */

a.more_link
{
	position: absolute;
	height: 22px;
	display: block;
	padding: 0 0 0 0;
	font-weight: bold;
}

a.more_link_specialoffers
{
	bottom: 20px;
}

a.more_link_news
{
	bottom: 0px;
}

/* Collapsible section styles */

.collapsible_header
{
	color: #7dc39a !important;
	text-decoration: none;
	font-weight: bold;
}

.collapsible_header:hover
{
	color: #2DBF68;
	cursor: pointer;
}

.collapsible_header:focus
{
	outline: thin dotted;
}

.collapsible_body
{
	margin-top: 5px;
}

.collapsible_body_mb {
    margin-bottom: 1.5em;
}

.collapse_button
{
	margin-top: -2px;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	border-width: 0px;
	background: url("/Content/Images/buttons/icon_shop_collapse.png") no-repeat scroll 0 -16px transparent;
}

.collapse_button:hover, img.collapse:hover
{
	background: url("/Content/Images/buttons/icon_shop_collapse.png") no-repeat scroll 0 0 transparent;
}

.expand_button
{
	margin-top: -2px;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	border-width: 0px;
	background: url("/Content/Images/buttons/icon_shop_expand.png") no-repeat scroll 0 -16px transparent;
}

.expand_button:hover
{
	background: url("/Content/Images/buttons/icon_shop_expand.png") no-repeat scroll 0 0 transparent;
}

/* light on dark styles */
.light
{
	text-shadow: none;
	color: #fff;
}

.light a.more_link
{
	background: url("/Content/Images/icons/icon_readmore_light.png") no-repeat scroll 0 0 transparent;
}

.light a.more_link:hover
{
	background: url("/Content/Images/icons/icon_readmore_light_hl.png") no-repeat scroll 0 0 transparent;
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em)
{
	/* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/*
 * Image replacement
 */

.ir
{
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden
{
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus
{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible
{
	visibility: hidden;
}

/*
 * Contain floats: h5bp.com/q
 */

.clearfix:before, .clearfix:after
{
	content: "";
	display: table;
}

.clearfix:after
{
	clear: both;
}


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print
{
	*
	{
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a, a:visited
	{
		text-decoration: underline;
	}

	a[href]:after
	{
		content: " (" attr(href) ")";
	}

	abbr[title]:after
	{
		content: " (" attr(title) ")";
	}

	/*
										     * Don't show links for images, or javascript/internal links
										     */

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after
	{
		content: "";
	}

	pre, blockquote
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead
	{
		display: table-header-group; /* h5bp.com/t */
	}

	tr, img
	{
		page-break-inside: avoid;
	}

	img
	{
		max-width: 100% !important;
	}

	p, h2, h3
	{
		orphans: 3;
		widows: 3;
	}

	h2, h3
	{
		page-break-after: avoid;
	}
}

/* Tabs */
div.tabs
{
	position: relative;
}

div.tabs.tabified
{
	text-shadow: none;
}

div.tabs.tabified div.tab_top
{
	width: 710px;
	height: 6px;
	background: url("/Content/Images/backgrounds/tabs/tab_content_top_bg.png");
}

div.tabs.tabified div.tab_bottom
{
	width: 710px;
	height: 9px;
	background: url("/Content/Images/backgrounds/tabs/tab_content_bottom_bg.png");
}

div.tabs.tabified div.tabs_nav
{
	text-shadow: none;
	padding: 0 0 0 30px;
}

div.tabs.tabified h3.tab_title
{
	cursor: pointer;
	display: block;
	font-size: 10px;
	color: #fff;
	float: left;
	margin-left: -10px;
	position: relative;
}

div.tabs.tabified h3.tab_title span.tab_title_bg_left
{
	padding: 15px 0 0 20px;
	height: 30px;
	display: block;
	float: left;
	background-image: url("/Content/Images/backgrounds/tabs/tab_title_bg.png");
}

div.tabs.tabified h3.tab_title span.tab_title_bg_right
{
	width: 20px;
	height: 45px;
	display: block;
	float: left;
	background: url("/Content/Images/backgrounds/tabs/tab_title_bg.png") right top;
}

div.tabs.tabified h3.tab_title
{
}

div.tabs.tabified h3.tab_title.current
{
	color: #0f2834;
}

div.tabs.tabified h3.tab_title.current span.tab_title_bg_left, div.tabs.tabified h3.tab_title.current span.tab_title_bg_right
{
	background-image: url("/Content/Images/backgrounds/tabs/tab_title_current_bg.png");
}

div.tabs.tabified div.tab
{
	position: absolute;
	top: 38px;
	display: none;
}

div.tabs.tabified div.tab_content
{
	width: 702px;
	background-image: url("/Content/Images/backgrounds/tabs/tab_content_bg.png");
	padding: 20px 3px 1px 5px;
}

div.tabs.tabified div.tab_content.current
{
}

/* Tab Contents */
div.tabs.tabified div.tab_content p, div.tabs.tabified div.tab_content h2, div.tabs.tabified div.tab_content h3, div.tabs.tabified div.tab_content h4
{
	padding-left: 20px;
	padding-right: 20px;
}

div.tabs.tabified div.tab_content p
{
	color: #0f2834;
}

div.tab_content_header {
	background-color: #bcdcc6;
	margin-top: -21px;
	padding: 20px 0 5px 0;	
}

div.tab_content_header p {
	background-color: #bcdcc6;
}

div.tabs.tabified div.tab_content table a
{
	color:  #7dc39a;
}

div.tab_content table
{
	text-shadow: none;	
}

div.tab_content table td p
{
	padding: 0;
	color: #676767;
	font-size: 14px;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
}

div.tab_content table thead
{
	color: #fff;
	background-color: #1b333f;	
}

div.tab_content table thead td
{
	padding: 10px 20px;
}

div.tab_content table tbody
{
	background-color: #efefef;
}

div.tab_content table tbody td
{
	color: #343434;
}

div.tab_content table tbody td.b_right
{
	border-right: 1px solid #c2c2c2;
}

div.tab_content table tbody td.b_bottom
{
	border-bottom: 1px solid #c2c2c2;
}

div.tab_content table tbody td.b_left
{
	border-left: 1px solid #c2c2c2;
}

div.tab_content table tbody td.b_top
{
	border-top: 1px solid #c2c2c2;
}

div.tab_content table tbody td.b_all
{
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;	
}

div.tab_content table tbody td.b_br
{
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}

/* Tab contents dyes */

div.tab_content_liste table thead td,
div.tab_content_liste table thead th
{
	padding: 10px 10px;
}

div.tab_content_liste table tbody td
{
	padding: 10px 2px 0 10px;
	color: #343434;
}

fdiv.bordered_box {
    text-shadow: none;
    box-shadow: 0 0 1px #bfbfbf;
    border-radius: 3px 3px;
    padding: 10px;
    background-color: White;
    color: #2b2c2c;
}

/*
* Image button-related styles 
*/

input[type="image"], img.button, img.download_pdf, img.download_zip {
    width: 0;
    height: 0;
    padding: 8px;
    vertical-align: middle;
}

    input[type="image"].collapse, img.collapse {
        background: url("/Content/Images/buttons/icon_shop_collapse.png") no-repeat scroll 0 -16px transparent;
    }

        input[type="image"].collapse:hover, img.collapse:hover {
            background: url("/Content/Images/buttons/icon_shop_collapse.png") no-repeat scroll 0 0 transparent;
        }

    input[type="image"].expand, img.expand {
        background: url("/Content/Images/buttons/icon_shop_expand.png") no-repeat scroll 0 -16px transparent;
    }

        input[type="image"].expand:hover, img.expand:hover {
            background: url("/Content/Images/buttons/icon_shop_expand.png") no-repeat scroll 0 0 transparent;
        }

    input[type="image"].login {
        background: url("/Content/Images/buttons/icon_shop_login.png") no-repeat scroll 0 -16px transparent;
    }

        input[type="image"].login:hover {
            background: url("/Content/Images/buttons/icon_shop_login.png") no-repeat scroll 0 0 transparent;
        }

    input[type="image"].logout {
        background: url("/Content/Images/buttons/icon_shop_logout.png") no-repeat scroll 0 -16px transparent;
    }

        input[type="image"].logout:hover {
            background: url("/Content/Images/buttons/icon_shop_logout.png") no-repeat scroll 0 0 transparent;
        }

    input[type="image"].profile {
        background: url("/Content/Images/buttons/icon_shop_profile.png") no-repeat scroll 0 -16px transparent;
    }

        input[type="image"].profile:hover {
            background: url("/Content/Images/buttons/icon_shop_profile.png") no-repeat scroll 0 0 transparent;
        }

    a.download_pdf, input[type="image"].download_pdf, img.download_pdf {
        background: url("/Content/Images/buttons/icon_shop_pdf.png") no-repeat scroll 0 -16px transparent;
    }

        a.download_pdf:hover, input[type="image"].download_pdf:hover, img.download_pdf:hover {
            background: url("/Content/Images/buttons/icon_shop_pdf.png") no-repeat scroll 0 0 transparent;
        }

    a.download_zip, input[type="image"].download_zip, img.download_zip {
        background: url("/Content/Images/buttons/icon_shop_speichern.png") no-repeat scroll 0 -16px transparent;
    }

        a.download_zip:hover, input[type="image"].download_zip:hover, img.download_zip:hover {
            background: url("/Content/Images/buttons/icon_shop_speichern.png") no-repeat scroll 0 0 transparent;
        }

/*
* StickyNav-related styles
*/

div.sticky_nav_order_summary {
    line-height: 16px;
}

    div.sticky_nav_order_summary tr.totals_sub_item td {
        line-height: 16px;
        height: 16px;
        color: White;
        padding: 0;
    }

span.highlight {
    background-color: Yellow;
}

div.header_image_container {
    margin-left: 885px;
    width: 85px;
    height: 64px;
    overflow: hidden;
}

.page_intro_min_height {
    min-height: 155px;
}

.page_intro_image_container {
    width: 172px;
    height: 152px;
    float: right;
    background: url("/Content/Images/backgrounds/page_header_image_bg.png") no-repeat scroll 0 0 transparent;
}

img.page_header_image {
    margin: 10px 0 0 21px;
    text-align: center;
    vertical-align: middle;
    width: 130px;
    height: 130px;
}

div.page_content {
    min-height: 450px;
}

/*
 *  Form input-related styles
*/

div.form_row_xs, div.form_row_xm {
    color: White;
    height: 32px;
    width: 350px;
    float: left;
    margin-right: 2px;
}

div.form_row, div.form_row_sl, div.form_row_ls, div.form_row_ll, div.form_row_sxl {
    color: White;
    height: 32px;
    width: 700px;
}

div.form_row_sl_long {
    color: White;
    height: 262px;
    width: 700px;
}

div.form_row_empty {
    width: 465px;
}

div.form_row_empty_sl {
    width: 618px;
}

div.form_row_empty_ls {
    width: 545px;
}

div.form_row_empty_ll {
    width: 698px;
}

div.form_row {
    background: url("/Content/Images/backgrounds/account_manager_formfields_black_ss.png") no-repeat scroll 0 0 transparent;
}

    div.form_row:hover {
        background: url("/Content/Images/backgrounds/account_manager_formfields_green_ss.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row.form_error {
        background: url("/Content/Images/backgrounds/account_manager_formfields_red_ss.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row:hover div.form_row_label {
        color: Black;
    }

div.form_row_sl {
    background: url("/Content/Images/backgrounds/account_manager_formfields_black_sl.png") no-repeat scroll 0 0 transparent;
}

    div.form_row_sl:hover {
        background: url("/Content/Images/backgrounds/account_manager_formfields_green_sl.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row_sl.form_error {
        background: url("/Content/Images/backgrounds/account_manager_formfields_red_sl.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row_sl:hover div.form_row_label {
        color: Black;
    }

div.form_row_ls {
    background: url("/Content/Images/backgrounds/account_manager_formfields_black_ls.png") no-repeat scroll 0 0 transparent;
}

    div.form_row_ls:hover {
        background: url("/Content/Images/backgrounds/account_manager_formfields_green_ls.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row_ls.form_error {
        background: url("/Content/Images/backgrounds/account_manager_formfields_red_ls.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row_ls:hover div.form_row_label_l {
        color: Black;
    }

div.form_row_ll {
    background: url("/Content/Images/backgrounds/account_manager_formfields_black_ll.png") no-repeat scroll 0 0 transparent;
}

    div.form_row_ll:hover {
        background: url("/Content/Images/backgrounds/account_manager_formfields_green_ll.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row_ll.form_error {
        background: url("/Content/Images/backgrounds/account_manager_formfields_red_ll.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row_ll:hover div.form_row_label_l {
        color: Black;
    }

div.form_row_xs {
    background: url("/Content/Images/backgrounds/account_manager_formfields_black_xs_s.png") no-repeat scroll 0 0 transparent;
}

    div.form_row_xs:hover {
        background: url("/Content/Images/backgrounds/account_manager_formfields_green_xs_s.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row_xs.form_error {
        background: url("/Content/Images/backgrounds/account_manager_formfields_red_xs_s.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row_xs:hover div.form_row_label_xs {
        color: Black;
    }

div.form_row_xm {
    background: url("/Content/Images/backgrounds/account_manager_formfields_black_xm.png") no-repeat scroll 0 0 transparent;
}

    div.form_row_xm:hover {
        background: url("/Content/Images/backgrounds/account_manager_formfields_green_xm.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row_xm.form_error {
        background: url("/Content/Images/backgrounds/account_manager_formfields_red_xm.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row_xm:hover div.form_row_label_xm {
        color: Black;
    }

div.form_row_sxl {
    background: url("/Content/Images/backgrounds/account_manager_formfields_black_sxl.png") no-repeat scroll 0 0 transparent;
}

    div.form_row_sxl:hover {
        background: url("/Content/Images/backgrounds/account_manager_formfields_green_sxl.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row_sxl.form_error {
        background: url("/Content/Images/backgrounds/account_manager_formfields_red_sxl.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row_sxl:hover div.form_row_label_sxl {
        color: Black;
    }

div.form_row_sl_long {
    background: url("/Content/Images/backgrounds/account_manager_formfields_black_sl_long.png") no-repeat scroll 0 0 transparent;
}

    div.form_row_sl_long:hover {
        background: url("/Content/Images/backgrounds/account_manager_formfields_green_sl_long.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row_sl_long.form_error {
        background: url("/Content/Images/backgrounds/account_manager_formfields_red_sl_long.png") no-repeat scroll 0 0 transparent;
    }

    div.form_row_sl_long:hover div.form_row_label_sxl {
        color: Black;
    }

div.form_row_label, div.form_row_label_long, div.form_row_label_l, div.form_row_label_xs, div.form_row_label_xm, div.form_row_label_sxl {
    margin-left: 2px;
    float: left;
}

div.form_row_label_xs {
    width: 55px;
}

div.form_row_label_xm, div.form_row_label_sxl {
    width: 175px;
}

div.form_row_label, div.form_row_label_long {
    width: 180px;
}

div.form_row_label_long {
    width: 176px;
}

div.form_row_label_l {
    width: 260px;
}

    div.form_row_label_xs label, div.form_row_label_xs input, div.form_row_label_xs select, div.form_row_label_xs span, div.form_row_label_xm label, div.form_row_label_xm input, div.form_row_label_xm select, div.form_row_label_xm span, div.form_row_label_sxl label, div.form_row_label_sxl input, div.form_row_label_sxl select, div.form_row_label_sxl span, div.form_row_label_l label, div.form_row_label span, div.form_row_label label, div.form_row_label_l span, div.form_row_input input, div.form_row_input_l input, div.form_row_input select, div.form_row_input_l select, div.form_row_input span, div.form_row_input_l span, div.sequence_entry_tf textarea, div.sequence_entry_left, div.sequence_entry_right {
        font-family: "Neo Sans W01 Medium", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
        font-weight: normal;
        font-size: 12px;
    }

    div.form_row_label_xs label, div.form_row_label_xs input, div.form_row_label_xs select, div.form_row_label_xs span, div.form_row_label_xm label, div.form_row_label_xm input, div.form_row_label_xm select, div.form_row_label_xm span, div.form_row_label_sxl label, div.form_row_label_sxl input, div.form_row_label_sxl select, div.form_row_label_sxl span, div.form_row_label_l label, div.form_row_label span, div.form_row_label_l span, div.form_row_input input, div.form_row_input_l input, div.form_row_input select, div.form_row_input_l select, div.sequence_entry_tf textarea, div.sequence_entry_left, div.sequence_entry_right {
        vertical-align: middle;
    }

div.form_row_input span, div.form_row_input_l span {
    vertical-align: bottom;
}

div.form_row_label_xs label, div.form_row_label_xm label, div.form_row_label label, div.form_row_label_l label, div.form_row_label_sxl label, div.form_row_label_xs span, div.form_row_label_xm span, div.form_row_label span, div.form_row_label_l span, div.form_row_label_sxl span, div.form_row_misc_content {
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
}

div.form_row_label_long label, div.form_row_label_long span {
    height: 262px;
    line-height: 262px;
    margin-left: 10px;
}

div.form_row_label_xs label {
    width: 55px;
}

div.form_row_label_xm label, div.form_row_label_sxl label {
    width: 170px;
}

div.form_row_label label {
    width: 180px;
}

div.form_row_label_l label {
    width: 100%;
}

div.form_row_input_xs {
    width: 287px;
    float: left;
}

div.form_row_input_xm {
    width: 167px;
    float: left;
}

div.form_row_input_sxl {
    width: 520px;
    float: left;
}

div.form_row_input {
    width: 285px;
    float: left;
}

    div.form_row_input_xs span, div.form_row_input_xm span, div.form_row_input span, div.form_row_input_l span {
        color: #6f6f6f;
    }

    div.form_row_input_xs input, div.form_row_input_xs select, div.form_row_input_xm input, div.form_row_input_xm select, div.form_row_input_sxl input, div.form_row_input_sxl select, div.form_row_input input, div.form_row_input select, div.form_row_input_l input, div.form_row_input_l select {
        height: 25px;
        line-height: 25px;
        border-style: none;
        background-color: #dfe0e2 !important;
        color: Black;
    }

div.form_row_input_l_long input, div.form_row_input_l_long select, div.form_row_input_l_long textarea {
    height: 262px;
    line-height: 25px;
    border-style: none;
    background-color: #dfe0e2 !important;
    color: Black;
}


div.form_row_input_xs input, div.form_row_input_xm input, div.form_row_input_sxl input, div.form_row_input input, div.form_row_input_l input {
    margin-top: 1px;
}

div.form_row_input_xs select, div.form_row_input_xm select, div.form_row_input_sxl select, div.form_row_input select, div.form_row_input_l select {
    margin-top: 2px;
}

div.form_row_input_l_long, div.form_row_input_l {
    width: 438px;
    float: left;
}

div.form_row_input_xs input:not([type=checkbox]), div.form_row_input_xs select, div.form_row_input_xm input:not([type=checkbox]), div.form_row_input_xm select, div.form_row_input_sxl input:not([type=checkbox]), div.form_row_input_sxl select, div.form_row_input input:not([type=checkbox]), div.form_row_input select {
    width: 100%;
}

div.form_row_input_l input:not([type=checkbox]), div.form_row_input_l select, div.form_row_input_l_long input:not([type=checkbox]), div.form_row_input_l_long select {
    width: 99%;
}

div.form_row_input_l_long textarea {
    resize: none;
    width: 432px;
    height: 252px;
}


/*
*  Table with dark header analogue to the tables in the tab containers
*/

table.ftable {
    text-shadow: none;
}

    table.ftable td p {
        padding: 0;
        color: #676767;
        font-size: 14px;
        text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
    }

    table.ftable thead {
        color: #fff;
        background-color: #1b333f;
    }

        table.ftable thead td {
            padding: 10px 20px;
        }

    table.ftable tbody {
        background-color: #efefef;
    }

        table.ftable tbody td {
            color: #343434;
        }

            table.ftable tbody td.b_right {
                border-right: 1px solid #c2c2c2;
            }

            table.ftable tbody td.b_bottom {
                border-bottom: 1px solid #c2c2c2;
            }

            table.ftable tbody td.b_left {
                border-left: 1px solid #c2c2c2;
            }

            table.ftable tbody td.b_top {
                border-top: 1px solid #c2c2c2;
            }

            table.ftable tbody td.b_all {
                border-top: 1px solid #c2c2c2;
                border-bottom: 1px solid #c2c2c2;
                border-right: 1px solid #c2c2c2;
                border-left: 1px solid #c2c2c2;
            }

            table.ftable tbody td.b_br {
                border-bottom: 1px solid #c2c2c2;
                border-right: 1px solid #c2c2c2;
            }

/*
*	Non-capitalized elements
*/

h1.nocap, h2.nocap, h3.nocap, h4.nocap, h5.nocap, h6.nocap {
    text-transform: none;
}

tr.nocap th, th.nocap {
    text-transform: none;
}

/*
*	jQueryUI-related styles
*/

ul.ui-autocomplete.ui-menu {
    font-size: 0.8em;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden;
    z-index: 10000 !important;
}

div.oligo_order .ui-combobox-input {
    margin: 0;
    padding: 0.3em;
}

.ui-tooltip {
    min-width: 500px;
}

.ui-widget {
    font-size: 1.0em;
    line-height: 1.0em;
}

.ui-widget-overlay {
    z-index: 9000 !important;
}

.ui-dialog {
    z-index: 10000 !important;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0.5em 1.0em 0.4em 0em !important;
}

.ui-selectmenu-button {
    margin: 5px -2px 0 0;
    padding-left: 0px !important;
}

.ui-selectmenu-button, .ui-menu-item {
    background: #ececeb !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-family: "Neo Sans W01", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
    border: 0px !important;
    color: Black !important;
}

.ui-widget-content .ui-state-default {
    background: #ececeb !important;
}

.ui-widget-content .ui-state-focus {
    background: white !important;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0px !important;
}

/*
*  Misc styles
*/

div.alternating_list_item {
    background-color: #e4f1e7;
}

.centered {
    text-align: center;
}

.right_aligned {
    text-align: right;
}

.validationError {
    font-weight: bold;
    color: Red;
}

.color_div {
    height: 12px;
    line-height: 12px;
    border: solid 1px black;
    margin-top: 2px;
}

.modification_structure_image {
    height: 350px;
}

.plus2 {
    font-size: larger;
}

div.container_stickynav
{
	position: relative;
}

div.stickynav
{
	margin: 0 0 0 -4px;
	bottom: 0;
	left: 0;
	top: -50px;
	width: 240px;
}

div.stickynav_body
{
	width: 240px;
	text-shadow: none;
	color: #000;
	font-size: 12px;
}

div.stickynav_body.fixed
{
	left: 50%;
	margin-left: -490px;
	position: fixed;
	top: 100px;
}

div.stickynav_item
{
	position: relative;
}

div.stickynav_item_content
{
	display: none;
	width: 178px;
	padding: 10px 20px;
	margin: 0 0 0 10px;
	background-color: #dfe0e2;
	line-height: 1.2em;
}

div.stickynav_item:hover div.stickynav_item_content
{
	display: block;
}

div.stickynav_item.jquery_active:hover div.stickynav_item_content
{
	display: none;
}

.stickynav_item_head
{
	cursor: default;
	display: block;
	width: 210px;
	height: 41px;
	padding: 0 0 0 25px;
	background: url("/Content/Images/stickynav/button_bg.png") no-repeat;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Neo Sans W01" , Calibri, Candara, Segoe, "Segoe UI" , Optima, Arial, sans-serif;
}

a.stickynav_item_head
{
	cursor: pointer;
	color: #000;
}

a.stickynav_item_head:hover
{
	color: #84cca1;
}

/* sticky navigation button head backgrounds with hover states */
#stickynav_clock .stickynav_item_head
{
	height: 42px;
	padding-top: 10px;
	background-position: -1px 0;
	line-height: 42px;
}

#stickynav_shop
{
	margin-top: -6px;
}

#stickynav_shop .stickynav_item_head
{
	height: 41px;
	background-position: -1px -93px;
	line-height: 42px;
}

#stickynav_contact .stickynav_item_head
{
	height: 41px;
	background-position: -1px -134px;
	line-height: 42px;
}

#stickynav_country .stickynav_item_head
{
	height: 41px;
	background-position: -1px -175px;
	line-height: 42px;
}

#stickynav_search .stickynav_item_head
{
	height: 52px;
	background-position: -1px -216px;
	line-height: 52px;
}

#stickynav_clock:hover .stickynav_item_head
{
	background-position: -240px 0;
}

#stickynav_shop:hover .stickynav_item_head
{
	background-position: -240px -93px;
}

#stickynav_contact:hover .stickynav_item_head
{
	background-position: -240px -134px;
}

#stickynav_country:hover .stickynav_item_head
{
	background-position: -240px -175px;
}

#stickynav_search:hover .stickynav_item_head
{
	background-position: -240px -216px;
}

/* sticky nav scroll box */
div.stickynav_body .scrollbox
{
}

div.stickynav_body .scrollbox, div.stickynav_body .scrollbox .antiscroll-inner
{
	width: 194px;
	height: 150px;
}

div.stickynav_body .scrollbox_wrap
{
}

div.stickynav_body .scrollbox_inner
{
	padding: 0 16px 15px 0;
}


/* sticky nav input fields */
div.stickynav_body input[type="text"], div.stickynav_body input[type="password"]
{
	background-color: #262728;
	padding: .5em .5em;
	width: 163px;
	border: 1px solid #2e3539;
	border-radius: 3px;
}

div.stickynav_body input[type="text"].error, div.stickynav_body input[type="password"].error
{
	color: #b70038;
	border: 1px solid #b70038;
}

/* sticky nav tables */
div.stickynav_item_content table thead
{
	color: #84cca1;
}

div.stickynav_item_content table thead td
{
	padding: .5em 0;
}
div.stickynav_item_content table td
{
	text-align: left;
	padding: 0;
	overflow: hidden;
}

div.stickynav_item_content table td.price
{
	text-align: right;
}

/* sticky nav clock */
#stickynav_clock
{
	color: #84cca1;
}

/* sticky nav cart */
#stickynav_cart div.stickynav_item_content, #stickynav_country div.stickynav_item_content
{
	padding-right: 5px;
	width: 193px;
}

#stickynav_cart table tbody
{
	border-bottom: 1px dotted #fff;
}


/* sticky nav contact */
#stickynav_contact div.type
{
	width: 50px;
	float: left;
}

#stickynav_contact div.email
{
	margin: 0 0 1em 0;
}

/* sticky nav country selection */

#stickynav_country input[type="image"]
{
	width: 32px;
	height: 32px;
	border: 0px;
	background-color: transparent;
	position: absolute;
	top: 4px;
	left: 185px;
}

/* sticky nav search */
#stickynav_search input[type="text"]
{
	width: 135px;
	border: 1px solid #696969;
	background-color: #dfe0e2;
	position: absolute;
	top: 7px;
	left: 22px;
	padding-left: 11px;
	font-size: 12px;
}

#stickynav_search input[type="image"]
{
	width: 32px;
	height: 32px;
	border: 0px;
	background-color: transparent;
	position: absolute;
	top: 4px;
	left: 185px;
}

/* sticky nav country selection */
a.stickynav_country_selection_link
{
	color: #000;
}






.antiscroll-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.antiscroll-scrollbar {
  background: #5c5c5d;
  background: rgba(0.2, 0.2, 0.2, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  /*-webkit-box-shadow: 0 0 1px #fff;
  -moz-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;*/
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: linear 300ms opacity;
  -moz-transition: linear 300ms opacity;
  -o-transition: linear 300ms opacity;
}

.antiscroll-scrollbar-shown {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.antiscroll-scrollbar-horizontal {
  height: 0px;
  margin-left: 0px;
  bottom: 2px;
  left: 0;
}

.antiscroll-scrollbar-vertical {
  width: 7px;
  margin-top: 2px;
  right: 2px;
  top: 0;
}

.antiscroll-inner {
  overflow: scroll;
}

.antiscroll-inner::-webkit-scrollbar, .antiscroll-inner::scrollbar {
  width: 0;
  height: 0;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Accordion 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!
 * jQuery UI Datepicker 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/*!
 * jQuery UI Dialog 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI Draggable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI Progressbar 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI Resizable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!
 * jQuery UI Selectable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;	
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*!
 * jQuery UI Sortable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!
 * jQuery UI Spinner 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

/*!
 * jQuery UI Tabs 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*!
 * jQuery UI Tooltip 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.12.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/Content/themes/base/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/Content/themes/base/images/ui-icons_444444_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/Content/themes/base/images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url("/Content/themes/base/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/Content/themes/base/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/Content/themes/base/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/Content/themes/base/images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url(/Content/images/overlay.png) repeat 0 0;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(/Content/images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(/Content/images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(/Content/images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(/Content/images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(/Content/images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(/Content/images/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(/Content/images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(/Content/images/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url(/Content/images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(/Content/images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/Content/images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: -75px -25px;
    }

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/Content/images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: -50px -25px;
    }

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/Content/images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: -25px -25px;
    }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
