/* Cached 18.04.2026 07:04:01 */

/*
This is a bundle of all the CSS-files for this template:
- /users/whiskyfestival_mystore_no/templates/natalie/css/stylesheet_default.css
- templates/natalie/css/slideshow.css
- templates/natalie/css/carousel.css
- templates/natalie/css/flexslider.css
- templates/natalie/css/jquery-ui-1.8.16.custom.css
- highslide/highslide.css
- css/modules/discount_center.css
- css/modules/checkoutButton.css
- css/global.css
- css/modules/company_lookup.css
*/

/* /users/whiskyfestival_mystore_no/templates/natalie/css/stylesheet_default.css start */
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}

/* Mystore: [Tekst] Tekst: Hovedtekst */
body {
	color: #444;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	zoom:1;
}

/* Mystore: [Bakgrunnsbilde] Bakgrunnsbilde: Hovedbakgrunn */
body {
	background-image: url(/templates/natalie/image/patterns/fabric_plaid.png);
}

ol,ul
{
   list-style:none;
   padding:0px;
}
.clearfix:after,
.box-product:after,
.product-grid:after
 {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix,
.box-product,
.product-grid
 {
	display: inline-block;
}

html[xmlns] .clearfix,
html[xmlns] .box-product,
html[xmlns] .product-grid
{
	display: block;
}

* html .clearfix,
* html .box-product,
* html  .product-grid
 {
	height: 1%;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}

hr {
	padding: 0;
	margin: 10px 0;
	border: 0;
	border-bottom: 1px solid #eee;
}

/* Mystore: [Tekst] Tekst: Tabeller */
td,th
{
   font-size:13px;
   color: #665353;
}

/* Mystore: [Overskrifter] Overskrifter: H1 */
h1, .welcome {
	color: #444;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Pontano Sans', sans-serif;
	margin-top:0px;
}

.product-info h1 {
	margin-bottom:20px;
}

/* Mystore: [Overskrifter] Overskrifter: H2 */
h2 {
	color: #665353;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	background: #F7F7F7;
	padding: 8px 15px;
}

/* Mystore: [Tekst] Tekst: Avsnitt */
p {
	margin-top: 0px;
	margin-bottom: 10px;
	color:#444;
	font-size:13px;
	line-height:22px;
}

/* Mystore: [Linker] Linker: Generell */
a, a:visited, a b {
	color: #7A7A7A;
	text-decoration: none;
	cursor: pointer;
	line-height:26px;
}

/* Mystore: [Linker] Linker: Generell hover */
a:hover
{
   color: #949494;
}
.content
{
	background: #FBFBFB;
	padding: 15px;
	margin: 5px 0px;

}

/* Mystore: [Linker] Linker: Breadcrumbs */
.breadcrumb a
{
   color: #949494;
}

/* Mystore: [Linker] Linker: Breadcrumbs hover */
.breadcrumb a:hover
{
   color:#555;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

input[type='text'], input[type='password']  {
   height:20px;
   padding:4px;
   color:#100008;
   font-size:14px;
   margin-top:10px;
   border:1px solid #ccc;
}

input[type='text'], input[type='password'], textarea:focus
{
   border:1px solid #ccc;
}

textarea
{
   width:300px;
   margin-top:10px;
   border:1px solid #EEEEEE;
}

select {
	padding: 3px;
	border:1px solid #ccc;
	font-size:12px;
}
select:focus
{
   border:1px solid #777;
}

/* Mystore: [Bakgrunn] Bakgrunn dropdown-meny */
select {
	background-color: #FFFFFF;
}

/* Mystore: [Farger] Tekstfarge dropdown-meny */
select {
    color: #444444;
}

label {
	cursor: pointer;
}

/* layout */
#container {
   width:1000px;
   text-align: left;
   background-color:transparent;
   margin:0px auto;
   padding:0px;
   margin: 0px auto;
   box-shadow:0 0 8px -7px #000000, 0 0 50px -10px #FFFFFF;
   -webkit-box-shadow:0 0 8px -3px #000000;
   border-radius: 3px;
   color: #444;
}

#column-left {
	float: left;
	width: 180px;
}

#column-right {
	float: right;
	width: 180px;
}

#content {
	min-height: 400px;
	padding:30px 30px;
	padding-bottom:20px;
}

/* Mystore: [Bakgrunn] Bakgrunn hovedinnhold */
#content {
	background-color:#fff;
}

#column-left + #column-right + #content, #column-left + #content {
	padding-left: 195px;
}

#column-right + #content {
	padding-right: 220px;
}

/* header */
#header {
	height: 120px;
	margin-bottom: 7px;
	padding-bottom: 0px;
	position: relative;
	z-index: 99;
	margin:0px;
	padding:10px 20px;
}
/* Mystore: [Bakgrunn] Bakgrunn header/topp-banner */
#header {
	background-color: #FFFFFF;
}

#header #logo a img
{
	max-width: 100%;
    height: auto;
	vertical-align:text-bottom;
	margin-right:5px;
	float:left;
}

/* Mystore: [Tekst] Tekst: Logo - hvis bare font */
#header #logo a {
	position: absolute;
    font-size:45px;
	font-family: 'Quicksand', sans-serif;
	font-weight:normal;
	color: #80766F;
	cursor:pointer;
	text-decoration:none;
	line-height:65px;
	margin-top:25px;
	padding-left:5px;
}
#header #logo a :hover
{
   text-decoration:none;
}
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 60px;
	position: absolute;
	top: 35px;
	left: 535px;
	color: #949494;
	line-height: 24px;
	display:none;

}
#currency a {
	display: inline-block;
	padding:0px 3px;
	border: 1px solid rgb(243,243,243);
	color: #ccc;
	text-decoration: none;
	margin-right: 1px;
	margin-bottom: 2px;
}
#currency a b {
	color: rgb(110,88,88);
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 220px;
	z-index: 10000;
	margin-right:20px;
}
#header #cart .heading {
	margin-top: 50px;
	padding:5px;
	padding-left: 14px;
	padding-right: 14px;
	position: relative;
	z-index: 9000;
	margin-bottom: -5px;
}

/* Mystore: [Bakgrunn] Bakgrunn handlevogn i header */
#header #cart .heading {
    background-color: #FFFFFF;
}

/* Mystore: [Linker] Linker: Handlekurv i header */
#cart-total
{
	color: #999;
}

/* Mystore: [Linker] Linker: Handlekurv i header - hover */
#cart-total:hover
{
   color: #7D7D7D;
}

#header #cart .heading h4 {
	color: #100008;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
	font-family: 'Open Sans', sans-serif;
}
#header #cart img
{
  vertical-align:text-top;

}
#header #cart .heading a {
	color: #313942;
	text-decoration: none;
	font-size:12px;
}

#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 20px;
	border: 1px solid #ddd;
}

/* Mystore: [Bakgrunn] Bakgrunn handlevogn i header (utvidet) */
#header #cart .content {
	background-color: #FFFFFF;
}

/* Mystore: [Farger] Tekstfarge handlevogn i header */
#header #cart .content {
	color: #9FBFDF;
}

#header #cart.active .heading {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;

}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: middle;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: rgb(102, 83, 83);
	padding: 4px;
}
.mini-cart-total td,th
{
   font-size:11px;

}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	text-align: center;
	max-width:120px;
}
#header #search {
	position: absolute;
	top: 0px;
	right: -5px;
	width: 235px;
	z-index: 15;
    margin-top:40px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

#header .button-search {
    background: url(/templates/natalie/image/search.png) center center no-repeat;
	width: 30px;
	height: 38px;
	top:12px;
	cursor: pointer;
    float: right;
    position: absolute;
    right: 38px;

}
#header #search input {
	background-color: transparent;
	padding: 1px 1px 1px 10px;
	width: 187px;
	height: 36px;
	border: 1px solid;
	color:rgb(153, 153, 153);
	font-size:12px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

/* Mystore: [Linjer] Kantlinje rundt sokefelt */
#header #search input {
    border-color: #EDECE5;
}
#header #search input:focus
{
   border:1px solid #ccc;
   outline:none;

}
#header #welcome {
	position: absolute;
	top: 100px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #949494;
	font-size:11px;
	margin-right:29px;
	display:none;
}

#header #welcome a
{
   font-size:11px;
   text-decoration:none;
   color: #6587B5;
}
#header #welcome a:hover
{
   text-decoration:underline;
   color:#2b80d4;
}
#header .links {
	position: absolute;
	z-index: 20000;
	right: 20px;
	top: 10px;
	font-size: 10px;
	padding-right: 10px;
}

/* Mystore: [Linker] Linker: Hovedmeny topp */
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 13px;
	color: #434343;
	text-decoration: none;
	font-size: 12px;
}

/* Mystore: [Linker] Linker: Hovedmeny topp hover */
#header .links a:hover
{
   text-decoration:underline;
   color: #6C7A90;

}
#header .links a + a {
	margin-left: 14px;
	border-left: 1px solid;
}

/* Mystore: [Linjer] Delelinje lenker i hovedmeny */
#header .links a + a {
    border-color: #EEEEEE;
}
/* menu */
#menu {
	font-family: 'Pontano Sans', sans-serif;
	text-align: center;
	border-bottom:1px solid #eee;
	border-top:1px solid;
	width: 100%;
	height: 49px;
	margin-bottom: -4px !important;
}

/* Mystore: [Linjer] Delelinje over kategorymeny */
#menu {
    border-color:#EEEEEE;
}

/* Mystore: [Bakgrunn] Bakgrunn kategorimeny */
#menu {
	background-color: #FFFFFF;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline-block;
    text-align: left;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding:5px 7px 0px 7px;
}
#menu > ul > li:hover {

}

/* Mystore: [Linker] Linker: Produktkategorier topp */
#menu > ul > li > a {
	font-size: 14px;
	color: #555;
	line-height: 24px;
	text-decoration: none;
	display: block;
	padding: 8px 23px;
	z-index: 6;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	text-shadow: 0 1px #FFFFFF;
}

/* Mystore: [Linker] Linker: Produktkategorier topp hover */
#menu > ul > li:hover > a {
	background-color: #988F8F;
	color:#fff;
	text-shadow:0px 1px #999
}

/* Mystore: [Linker] Linker: Produktkategorier undermeny */
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 5px;
	-webkit-border-radius: 0px 3px 3px 3px;
	-moz-border-radius: 0px 3px 3px 3px;
	-khtml-border-radius: 0px 3px 3px 3px;
	background-color: #988F8F;
	color:#fff;
}

#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}

/* Mystore: [Linker] Linker: Produktkategorier undermeny link */
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #fff;
	display: block;
	white-space: nowrap;
	min-width: 120px;
	font-weight:600;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

/* Mystore: [Linker] Linker: Produktkategorier undermeny link hover */
#menu > ul > li ul > li > a:hover {
    background-color: #988F8F !important;
    color: #3A3A3A;
    text-shadow: 0 1px #FFFFFF;
}
#menu > ul > li > div > ul > li > a {
	color: #fff;
	font-size:12px;
	padding:5px 15px;
	text-shadow:0px 1px #777;
}

#mobile_menu
{
	background-color:#fff;
	margin:0px auto;
	padding:10px;
}
#mobile_menu select
{
	width:100%;
}

/* Mystore: [Tekst] Tekst: Breadcrumbs piler */
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 0px;
}
.success, .warning, .error, .information {
	padding: 7px 10px 7px 33px;
	color: #555555;
}
.success {
	background: #F7F7F7 url(/templates/natalie/image/success.png) 10px center no-repeat;
	/*border: 1px solid #A9C1D9;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;*/
	color: #313942;
}
.warning {
	background: #fbfcff url(/templates/natalie/image/warning.png) 10px center no-repeat;
	/*border: 1px solid #C9EAE6;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;*/
	border-radius: 3px;
	color: #313942;
}
.error {
	background: #fbfcff url(/templates/natalie/image/attention.png) 10px center no-repeat;
	/*border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;*/
	border-radius: 3px;
}
.success .close, .warning .close, .error .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #668389;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
	font-size:12px;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 180px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background-color: #9FBFDF;
	cursor: pointer;
	color:#fff;
}
.pagination {
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background-color: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
#shoppingcartUpdateButton button {
	border: 0 !important;
}

/* Mystore: [Bakgrunn] Bakgrunn: Hovedfarge */
a.button, input.button, #shoppingcartUpdateButton button, button.button, .product-info .right input.button, .product_sale, #slideshow0 .flex-direction-nav a, .flex-control-paging li a.flex-active {
	background-color: #2A7FD3;
}

a.button, input.button, #shoppingcartUpdateButton button, button.button {
	cursor: pointer;
	color: #fff;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	padding:10px 30px;
}

.button_main {
	font-weight: bold !important;
	padding: 10px 30px !important;
}

a.button {
	display: inline-block;
	text-decoration: none;
}

input.button, button.button {
	margin: 0;
	border: 0;
    color: #fff;
    font-size:12px;
    text-align: left;
	padding:8px 15px;
	/* Old browsers */
}

.product-grid  .cart input.button ,.box-product .cart input.button, #shoppingcartUpdateButton button
{
	padding:8px 15px;
}

.product-info .right input.button, button.button
{
	padding:10px 25px;
	color:#fff;
	text-shadow:none;
}

.product-info .right input.button:hover, button.button:hover, #shoppingcartUpdateButton button:hover
{
	background-color: #aaa;
	color: #fff;
}
/*

 .box-product div.cart , .product-grid div.cart

 */
	.product_sale
	{
		padding: 3px 10px;
		color: white;
		font-size: 12px;
		font-weight: 600;
		margin-left: 25px;
		margin-top: -230px;
		position: absolute;
		text-transform: uppercase;
		letter-spacing: 0.5;
	}

.product-grid div.wishlist, .product-grid div.compare
{
   display:none;
}
a.button:hover, input.button:hover {
	color:#fff;
    background-color:#aaa;
    text-shadow:none;
}

.buttons {
	background-color: #FFFFFF;
	overflow: visible;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
	margin-top:0px;
}
.buttons .right {
	margin-top:0px;
	float:right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 40px;
	line-height: 16px;
	border-bottom: 1px solid #F7F7F7;
}

/* Mystore: [Linker] Linker: Tabs produktsider */
.htabs a {
	border-top: 1px solid #F7F7F7;
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
	background-color: #F5F5F5;
	padding: 7px 13px 6px 13px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #6C7A90;
	margin-right: 2px;
	display: none;
}

/* Mystore: [Linker] Linker: Tabs produktsider - aktiv tab */
.htabs a.selected {
	padding-bottom: 7px;
	background-color: #fff;
	color: #80766F;
}
.tab-content {
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
	padding: 15px 15px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	width:auto;
}
#tab-description
{
   font-size:14px;
   line-height:26px;
   padding:15px 15px;
}
.tab-content h3
{
   color:#668389;

}
.tab-content b
{
   color:#949494;
   font-weight:600;

}
/* box */
.box {


}
#column-right .box-heading
{
   padding:30px 0px 10px 0px;
}
.box .box-heading {
	padding:20px 0px 20px;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	cursor:pointer;
	line-height: 32px;
	color: #555;
	font-weight: normal;
}

.box .box-content {
	padding: 0px;
}
.box .box-content ul
{
   list-style:none;
   padding:0px;
}
/* box products */
.box-product ,
.product-grid
{
	width: 100%;
	overflow: visible;

}

.product-info .right .box-product
{
	white-space:normal;
}

.box-content .box-product,  .box-content .product-grid
{

}
.box-product > div, .product-grid > div
{
	text-align:center;
	float:left;
	vertical-align: top;
	margin-right: 12px;
	margin-left: 11px;
	margin-bottom: 20px;
	border:1px solid;
	padding-bottom:20px;
}

/* Mystore: [Linjer] Kantlinje produktboks */
.box-product > div, .product-grid > div {
    border-color: #EEEEEE;
}

 #tab-related .box-product > div, #tab-related .product-grid > div
{
    margin-left:10px;
    margin-right:10px;
}
.box-product > div.first, .product-grid > div.first
{
    margin-left:0px;
}

.box-product > div.last, .product-grid > div.last
{
    margin-right:0px;
}

/* This is the add to cart button in each product box in listings */
.box-product > div .cart, .product-grid > div .cart
{
	margin-top:10px;
	min-height: 32px;
}

.box-product > div, .product-grid > div {
	position: relative;
}

.product-info > .right
{
    float: left;
	width: 470px;
}

.box-product > div:hover, .product-grid > div:hover
{
   border: 1px solid;
   box-shadow:0 0 15px -8px #ccc;
   -webkit-box-shadow:0 0 15px -4px #ccc;
}

/* Mystore: [Linjer] Kantlinje produktboks, hover */
.box-product > div:hover, .product-grid > div:hover {
    border-color:#eee;
}

#column-left + #column-right + #content .box-product > div,
#column-left + #column-right + #content .product-grid > div  {
	width: 119px;
}
.box-product .image,
.product-grid .image
 {
	display: block;
	margin-bottom:0px;
	min-height:185px;
	padding:20px 20px 0px;
}
.box-product .image img {


}
.box-product .name a,
.product-grid .name a
{
	color: #3A3A3A;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
    text-shadow: 0 0 1px #FFFFFF;
    font-size:16px;
	font-family: 'Pontano Sans', sans-serif;
	width: 215px;
	height: 26px;
	overflow: hidden;
}
.box-product .name a:hover,
.product-grid .name a:hover
{
   color: #336699;
}
.box-product .price,
.product-grid .price
{
	display: block;
	color: #999;
	margin-bottom: 0px;
	font-size:14px;
	min-height: 15px;
}
.box-product .price .price-tax,
.product-grid .price .price-tax
{
   color: #989488;
   font-size:11px;
}
.box-product .price-old,
.product-grid .price-old
 {
	color:#aaa;
	text-decoration: line-through;
	font-size:14px;
	margin-right:3px;

}
.box-product .price-new,
.product-grid .price-new
 {
	font-weight: normal;

}
.box-product .rating,
.product-grid .rating
 {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #484246;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	margin-top: 0px;
	overflow: auto;
	margin-bottom: 20px;

}
#content .content .left {
	float: left;
	width: 49%;
	line-height:22px;
	margin-bottom: 5px;

}
#content .content .right {
	float: right;
	width: 49%;
	display:none;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #EDECE5;
}
.category-info .image:hover
{
   border:1px solid #DCE2E2;
}
.category-list {
	overflow: visible;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	/*width: 18%;*/
	margin-right:20px;
	margin-left:10px;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	padding: 5px;
	overflow: auto;
    margin-bottom: 20px;
}
.manufacturer-heading {
	background-color: #FBFBFB;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter.clearfix {
	padding-bottom: 5px;
	overflow: auto;
	float:left;
}
.cat_heading
{
	float:left;
}

.product-filter
{
	float:right;
	margin:0px 0px 20px 0px;
}

.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #100008;
}
.product-filter .display a {
	font-weight: bold;
	color: #AFB299;
}
.product-filter .display a:hover
{
   color: #00A545;
}
.product-filter .sort {
	display:inline-block;
	color: #100008;
	margin-bottom:10px;
}

.product-filter
{
	float:right;
}

.product-filter b
{
	font-weight:normal;
}

.product-filter .limit {
	margin-left: 15px;
	display:inline-block;
	color: #100008;
	margin-bottom:10px;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
	display:none;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 10px 5px;
	border: 1px solid #EDECE5;
}
.product-list .image img:hover
{
   border:1px solid #DCE2E2;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #313942;
	font-weight: 600;
	font-size:14px;
}
.product-list .name a:hover
{
   color:#00A545;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #00A545;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #C6CAAD;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url(/templates/natalie/image/add.png) left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url(/templates/natalie/image/add.png) left 60% no-repeat;
}
/*
.product-grid {
	width: 100%;
	overflow: auto;
}


.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}

#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 10px 5px;
	border: 1px solid #EDECE5;
}
.product-grid .image img:hover
{
    border:1px solid #DCE2E2;
}
.product-grid .name a {
	color: #313942;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	font-size:14px;
}
.product-grid .name a:hover
{
   color:#00A545;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #00A545;
	text-decoration: line-through;
	font-weight:normal;
}
.product-grid .price-new {
	font-weight: normal;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url(/templates/natalie/image/add.png) left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url(/templates/natalie/image/add.png) left center no-repeat;
}
*/

/* Product */
.product-info {

}
 .product-info .breadcrumb
 {
 padding:0px;
 }
.product-info h1
{
	margin:0px 0px 20px;
	font-family: 'Pontano Sans', sans-serif;
	color:#777;
	font-size:30px;
	font-weight:normal;
}


.product-info > .left {
	float: left;
	padding-right: 15px;
	width:450px;
	background-color:#fff;
}
.product-info > .left + .right {
	margin-left: 450px;
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #DCE2E2;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-top: 20px;
	line-height: 20px;
	color: #3A3A3A;
	border-style: solid;
	border-width: 1px;
	border-color: #EEE;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid;
}
.product-info .description span {
	color: #949494;

}
.product-info .description a {
	color:#3A3A3A;
	text-decoration: none;
	font-weight:400;
	font-size:12px;
}
.product-info .description a:hover
{
   color: #6587B5;
}
.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #555;
}
.product-info .price-p
{
    color: #3A3A3A;
    font-size: 20px;
    font-weight: 600;
}
.product-info .right .price .price-old {
	color: #949494;
	text-decoration: line-through;
	font-size:20px;
	font-weight:400;
}
.product-info .right .price .price-new {
   color:#3A3A3A;
   font-size:20px;
   font-weight:600;

}
.product-info .price-tax {
	font-size: 10px;
	font-weight: normal;
	color: #949494;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .right .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 5px;
	color: #4D4D4D;
	width: 470px;
}

.product-info .right .tab-content .cart {
	border: none;
	padding: 0px;
	margin-bottom: 0px;
}
.product-info .right .tab-content .price
{
    margin:0px;
	font-size:12px;
	font-weight:normal;
	padding:0px;
}
.product-info .right .tab-content .image
{
    margin:0px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 20px;
	display: block;
	color: #5B5D50;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #5B5D50;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	line-height: 20px;
}
.product-info .review > div img
{
    vertical-align:middle;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}

.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#review-title
 {
 font-size:14px;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #F7F7F7;
	border-left: 1px solid #F7F7F7;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #6E5858;
	font-size: 12px;
	font-weight: 600;
	background-color: #FBFBFB;
	text-align: left;
}
.attribute tr td:first-child {
	color: #6E5858;
	font-weight: 600;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #F7F7F7;
	border-left: 1px solid #F7F7F7;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background-color: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background-color: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
	color:#484246;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
	color:#484246;
}
.return-quantity {
	float: left;
	width: 31%;
	color:#484246;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
	color: #668389;
}
.return-reason b
{
   color: #484246;

}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
	color:#484246;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
	color:#484246;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #F7F7F7;
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #313942;
	font-weight: bold;
	background-color: #FBFBFB;
	border-bottom: 1px solid #F7F7F7;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #F7F7F7;
}
.cart-info tbody .image img {
	border: 1px solid #F7F7F7;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
/* footer */
#footer {
	border-top:1px solid #eee;
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding:30px 20px 0px 20px;
	text-align:center;
	font-family: 'Pontano Sans', sans-serif;
}

/* Mystore: [Bakgrunn] Bakgrunnsfarge footer */
#footer {
    background-color: #FFFFFF;
}

/* Mystore: [Farger] Tekstfarge footer */
#footer, #footer p {
    color: #444444;
}

#footer h3 {
	font-size: 16px;
	margin-top: 0px;
	font-weight:400;
	text-align:left;
	margin-bottom: 20px;
}

/* Mystore: [Farger] Overskrifter i footer */
#footer h3 {
	color: #777777;
}

#footer .column {
	text-align: left;
	display: inline-block;
	padding: 10px;
	min-height: 100px;
	vertical-align: top;
	margin-right: 10px;
	width: 16%;
}
#footer .column.first
{
   padding-left:10px
}
#footer .column.last
{
    padding-right:10px
}
#footer .column.last ul li
{
    margin-bottom:8px;
}

#footer .column ul {
	margin-left: 0px;
	padding-left:0px;
	list-style:none;
}
#footer .column ul li {
	margin-bottom: 5px;
	text-align:left;
}
#footer .column a {
	text-decoration: none;
	color: #999;
	font-size:13px;
	line-height:24px;
}
.column #google
{
    display:none;
}

#footer .column a:hover {

	color: #3A3A3A;
}

.column a img {

    vertical-align:middle;
}

#powered {
	text-align: right;
	clear: both;
	font-size:11px;
	padding: 15px 30px 30px;
}

/* Mystore: [Bakgrunn] Bakgrunn partnerlogoer */
#powered {
    background-color:#FFFFFF;
}

/* Mystore: [Farger] Tekstfarge parterlogoer */
#powered {
	color:#999999;
}

#powered a {
	color:#777;
	font-size:11px;
}
#powered a:hover
{
    color:#6587B5;
}
#powered ul.payment-icons li
{
    display:inline;
	margin-left:5px;
}
.payment-icons img
{
    height:20px;
}
 .payment-icons
 {
   margin-top:3px;
 }

/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display:none;
}
.banner div img {
	margin-bottom: 20px;
}

.flex-viewport .slides img {
	max-width: 100%;
	height: auto;
}


/* mobile classes*/

.not_mobile_tablet /* not mobile or tablet */
.not_mobile /* not mobile */
{
	display:block !important;
}


.tablet_port, /* tablet portrait, below 1024px*/
.tablet_land, /* large desktop max-device-width: 1024px */
.mobile_land,  /* mobile landscape, below 767px width */
.mobile_port, /* mobile portrait, below 480px widt h*/
.mobile, /* show only if mobile, both landscape and portrait */
.tablet, /* show only if tablet, both landscape and portrait */
.mobile_tablet, /* show only if tablet or mobile, both landscape and portrait */
.large_screen
{
	display: none !important;
}

@media only screen and (min-width:1180px){
	.medium_screen
	{
		display: none;
	}

	.large_screen
	{
		display:block !important;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {

	.tablet_port, .tablet, .mobile_tablet
	{
		display: block !important;
	}


	.medium_screen, .large_screen, .not_mobile_tablet
	{
		display:none;
	}
}

@media only screen and (max-device-width: 1024px) and (orientation:landscape) {
	.tablet_land, .tablet, .mobile_tablet
	{
		display: block !important;
	}

	.medium_screen .large_screen, .not_mobile_tablet
	{
		display:none;
	}
}



@media only screen and (max-width: 480px) {
	.mobile_port, .mobile, .mobile_tablet
	{
		display: block !important;
	}

	.medium_screen, .large_screen, .not_mobile_tablet, .not_mobile
	{
		display:none;
	}
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
	.mobile_land, .mobile, .mobile_tablet
	{
		display: block !important;
	}

	.medium_screen, .large_screen, .not_mobile_tablet, .not_mobile
	{
		display:none;
	}
}




/*
================================
=   1140px #Big Screens
================================*/
@media only screen and (min-width:1180px){

}


/*==================================
=   Tablet Portrait
===================================*/
@media only screen and (min-width: 767px) and (max-width: 1020px) {
	.tab-content
	{
	    clear:both;
	}
	#currency
	{
	    left:370px;
		top:80px;
	}
	#header #logo a
	{
	    font-size:38px;
	}
	#header #logo a img
	{
	    margin-right:0px;
	}
	.product_sale
	{
    margin-left: 25px;
    margin-top: -195px;
    padding: 2px 5px;
	font-size:11px;
	}

	#container
	{
		width:98%;
	}
	/*.tab-content
	{
	   overflow:visible;
	}*/
	.product-info  .right
	{
		float:none;
		padding: 0;
		width:100%;
	}
	.product-info  .left
	{
		float:none;
		padding: 0;
		width: 100%;
	}
	#header #search, #header #welcome
	{

	}
	#menu > ul > li > a
	{
		padding:12px 5px;
	}

	.box-product > div, .product-grid > div
	{
		margin:0px 5px;
		margin-bottom:20px
	}

	.box-product .image img {
    /* width: 115px; */
    }
	.box-product .image,
	.product-grid .image
	{
	   width:115px;
	}
	.box-product .image img,
	.product-grid .image img
	{
	  /* width:115px; */
	}

	.return-captcha
	{
	    float:none;
	}

	#footer .column
	{
		padding:0 15px;
	}
}

/*==================================
=   Tablet Landscape
===================================*/
@media only screen and (max-device-width: 1024px) and (orientation:landscape) {

	#menu > ul > li > a
	{
		padding:12px 25px 12px 10px;
	}

}

/*==================================
=   Phone Portrait
===================================*/
@media only screen and (max-width: 480px) {


    .box-product, .product-grid
	{
	    white-space:normal;
	}
	.buttons
	{
	    padding-bottom:40px;
	}
	#currency
	{
	    left:20px;
		top:112px;
	}
	.box-product .price, .product-grid .price
	{
	    margin-bottom:15px;
	}
	.product_sale
	{
	    margin-top:30px;
		padding:2px;
		margin-left:25px;
		font-size:10px;
	}

	#nico_theme_editor
	{
	    display:none;
	}
	.box-product .name a, .product-grid .name a
	{
	    font-size:14px;
	}
	html {-webkit-text-size-adjust: none;}
		body {padding: 0px 0px;}

	#container
	{
	    width: auto;
		/*min-width: 320px;*/
		padding: 0;
		margin-top: 0;
	}
	#content
	{
		padding: 0 10px 10px;
	}



	input[name="filter_name"]
	{
	    display:block;
		margin-bottom:10px;
	}

	select[name="filter_category_id"]
	{
	    display:block;
		margin-bottom:10px;
	}
	.product-filter
	{
		display:none;
	}

    #header
	{
	   height: auto;
	   text-align: center;
	   padding-top: 30px;
	}

	#header #welcome a
	{
		line-height:14px;
	}

	#header #welcome
	{
		position: relative;
		margin: 0px;
		width: 270px;
		top:0;
		left:0;
		right: 0;
		text-align: left;
		text-align: center;
	}

	#header #logo h2
	{
		margin:0px;
	}
	#header #logo a
	{
	   font-size:26px;
	   position:relative;
	   top: 0px;
	   left: 0px;
	   margin: 0px auto;
	   line-height:60px;
	}
	#header #logo a img
	{
	    margin-right:-20px;
	}
	#header #search
	{
	   display: block;
	   float: none;
	   position:relative;
	   text-align: center;
	   margin: 0 auto 21px auto;
	}
	#header #search input
	{
	    width:220px;
	}/*
	#header .button-search
	{
	   display: block;
	   height: 33px;
	   float:right;
	   padding-right:25px;
	}
	*/

	#header .button-search
	{
		top:0px;
	}
	#header .button-search
	{
	    right:3px;
	}

	#header #cart
	{
	    position: relative;
		text-align: center;
		top: -6px;
		left:0px;
		margin-right:0px;
	}
	#header #cart .heading
	{
		float: none;
		margin-left: 0;
		margin-top:15px;
	}
	#header #cart .content
	{
		margin-left: 8px;
		margin-right: 8px;
	}
	#header #cart .empty
	{
	    max-width:none;
	}
	#header #cart .heading a
	{
		line-height:14px;
	}

	#header #cart .heading a span
	{
		display: inline-block;
	}
	#menu
	{
	   display:none;
	}

	#column-left, #column-right {
		display: none;
	}

	#column-left + #column-right + #content, #column-left + #content, #column-right + #content {
		margin-left: 0px;
		margin-right: 0px;
	}
	.product-info > .right
	{
	    width:270px;
	}
	.product-info .right .cart
	{
	    border:none;
	}
	.tab-content
	{
	    border:none;
		margin:0px;
		padding:0px;
		overflow:visible;
	}
	.box-product > div, .product-grid > div
	{
		width:258px;
		padding:0px;
	}
	.box-product > div.first, .product-grid > div.first
	{
	    margin-left:8px;
	}
	.box-product > div .name, .product-grid > div .name,
	.box-product > div .price, .product-grid > div .price,
	.box-product > div .image, .product-grid > div .image
	{
		float:left;

	}
	 .box-product > div .image, .product-grid > div .image,
	 .box-product > div .image img, .product-grid > div .image img
	{
		/* width:100px; */
	}

	 .box-product > div .price, .product-grid > div .price,
	 .box-product > div .name, .product-grid > div .name
	{
		width:110px;
	}
	.box-product .price-old, .product-grid .price-old
	{
	    display:block;
		font-size:12px;
	}
	  .box-product > div .name,
	  .product-grid > div .name
	{
	  margin-top:30px;
	}

	.htabs
	{
		height:auto;
	}

	.htabs a, .htabs a.selected
	{
		padding:5px;
		line-height:18px;
	}
	.product-info
	{
		overflow:visible;
	}

	.product-info > .left
	{
		width:100%;
	}

	h1
	{
		margin:0px;
		margin-bottom:10px;
	}


	#carousel0
	{
	    margin:0px;

	}
	.jcarousel-skin-opencart .jcarousel-item-horizontal img
	{
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}


	.jcarousel-container-horizontal {
		margin-top: 10px;
	}

	.jcarousel-skin-opencart .jcarousel-next-horizontal {
		top: 50% !important;
		margin-top: -10px !important;
	}
	.jcarousel-skin-opencart .jcarousel-prev-horizontal {
		top: 50% !important;
		margin-top: -10px !important;
	}
	#footer
	{
	   margin:0px;
	}
	#footer .column
	{
	   width:55%;
	   float:none;
	}
	#footer h3
	{

	}
	#footer .column a
	{
	   line-height:24px;
	}
	#footer .column.first
	{
	    padding-left:50px;
	}
	#footer .column.last
	{
	    padding-right:50px;
	}
	#powered
	{

	}
	input[type="text"], input[type="password"]
	{
	    font-size:12px;
	}
	 p
	{
	    font-size:11px;
		line-height: 1.5;
        margin-bottom: 20px;
        margin-top: 0;
	}
	b
	{
	    font-size:12px;
	}
	h2
	{
	    font-size:14px;
	}
	element.style
	{
    width: 96%;
	height:110px;
    }
	.return-reason
	{
	    width:160px;
	}
	.return-model
	{
	    float:none;
	}
	.return-product b
	{
	    font-weight:normal;
	}

	.cat_heading
	{
		float:none;
	}

	.product-filter .limit
	{
	   float:none;
	}
	.product-filter .limit select
	{
	   padding:2px;
	}
	.product-filter .display
	{
	   margin-right:8px;
	}
	.product-filter .sort
	{
	   padding-right:9px;
	}
	.product-filter
	{
	    margin-bottom:10px;
	}
	.pagination .results
	{
	   padding-right:10px;
	}

	#header #search
	{
		margin:0 auto;
	}

	.category-info .image
	{
	    float:none;
		width:265px;
	}
	 td select
	{
	    max-width:135px;
	}

    .buttons .right
	{

	}
	#column-right + #content
	{
	    padding-right:0px;
	}
	textarea
	{
	    width:200px;
	}

}


/*==================================
=   Phone Landscape
===================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.box-product, .product-grid
	{
	    white-space:normal;
	}
    #currency
	{
	    top:125px;
	}
    #header #logo a img
        {
		margin-right:-60px;
    }
   .buttons
     {
        padding-bottom:20px;
   }
     .product-info > .right
      {
        width:430px;
   }
    .product_sale
	{
    margin-left: 30px;
    margin-top: 30px;
    padding: 5px;
	font-size:10px;
	}

    #nico_theme_editor
	{
	    display:none;
	}
	html {-webkit-text-size-adjust: none;}
		body {padding: 0px 0px;}

	#container
	{
	    width: auto;
		/*min-width: 320px;*/
		padding: 0;
		margin-top: 0;
	}
	#content
	{
		padding: 0 10px 10px;
	}
    td select
	{
	    max-width:135px;
	}

    #header
	{
	   height: auto;
	   text-align: center;
	   padding-top: 30px;
	}

	#header #welcome a
	{
		line-height:14px;
	}

	#header #welcome
	{
		position: relative;
		margin: 0px;
		width: auto;
		top:0;
		left:0;
		right: 0;
		text-align: left;
		text-align: center;
	}

	#header #logo h2
	{
		margin:0px;
	}
	#header #logo a
	{
	   font-size:32px;
	   position:relative;
	   top: 0px;
	   left: 0px;
	   margin: 0px auto;
	   line-height:60px;

	}
	#header #search
	{
	   display: block;
	   float: none;
	   position:relative;
	   text-align: center;
	   margin: 0 auto 21px auto;
	}
	#header #search input
	{
	    width:220px;
	}
	#header #cart
	{
	    position: relative;
		text-align: center;
		top: -6px;
		left:0px;
	}
	#header #cart .heading
	{
		float: none;
		margin-left: 0;
		margin-top:15px;
	}
	#header #cart .content
	{
		margin-left: 8px;
		margin-right: 8px;
	}

	#header #cart .heading a
	{
		line-height:14px;
	}

	#header #cart .heading a span
	{
		display: inline-block;
	}
	#menu
	{
	   display:none;
	}

	#column-left, #column-right {
		display: none;
	}

	#column-left + #column-right + #content, #column-left + #content, #column-right + #content {
		margin-left: 0px;
		margin-right: 0px;
	}

	.box-product > div, .product-grid > div
	{
		width:415px;
	}

	.box-product > div .name, .product-grid > div .name,
	.box-product > div .price, .product-grid > div .price,
	.box-product > div .image, .product-grid > div .image
	{
		float:left;

	}
	 .box-product > div .image, .product-grid > div .image,
	 .box-product > div .image img, .product-grid > div .image img
	{
		width:170px;
	}

	 .box-product > div .price, .product-grid > div .price,
	 .box-product > div .name, .product-grid > div .name
	{

		width:200px;
	}

	  .box-product > div .name,
	  .product-grid > div .name
	{
	  margin-top:80px;
	}


	.htabs
	{
		height:auto;
	}

	.htabs a, .htabs a.selected
	{
		padding:5px;
		line-height:18px;
	}
	.product-info
	{
		overflow:visible;
	}

	.product-info > .left
	{
		width:100%;
	}

	h1
	{
		margin:0px;
		margin-bottom:10px;
	}


	#carousel0
	{
	    margin:0px;

	}
	.jcarousel-skin-opencart .jcarousel-item-horizontal img
	{
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}


	.jcarousel-container-horizontal {
		margin-top: 10px;
	}

	.jcarousel-skin-opencart .jcarousel-next-horizontal {
		top: 50% !important;
		margin-top: -10px !important;
	}
	.jcarousel-skin-opencart .jcarousel-prev-horizontal {
		top: 50% !important;
		margin-top: -10px !important;
	}
	#footer
	{
	   margin:0px;
	}
	#footer .column
	{
	   /*width:300px;*/
	   float:none;
	}
	#footer h3
	{

	}
	#footer .column a
	{
	   line-height:24px;
	}
	#powered
	{

	}
	input[type="text"], input[type="password"]
	{
	    font-size:12px;
	}
	 p
	{
	    font-size:11px;
		line-height: 1.5;
        margin-bottom: 20px;
        margin-top: 0;
	}
	b
	{
	    font-size:12px;
	}
	h2
	{
	    font-size:14px;
	}
	element.style
	{
    width: 96%;
	height:110px;
    }
	.return-reason
	{
	    width:160px;
	}
	.return-model
	{
	    float:none;
	}
	.return-product b
	{
	    font-weight:normal;
	}

	.cat_heading
	{
		float:none;
	}

	.product-filter .limit
	{
	   float:none;
	}
	.product-filter .limit select
	{
	   padding:2px;
	}
	.product-filter .display
	{
	   margin-right:8px;
	}
	.product-filter .sort
	{
	   padding-right:9px;
	}
	.product-filter
	{
	    margin-bottom:10px;
	}
	.pagination .results
	{
	   padding-right:10px;
	}

	#header #search
	{
		margin:0 auto;
	}

	.category-info .image
	{

	}



}

/* BONUS POINTS */
.bonuspointsNoticeBox {
	padding: 0 0 5px 0;
	border-top: 1px solid #ccc;
	margin: 0 10px 10px 10px;
}

.bonuspointsNoticeBox h2 {
	background: transparent url(/templates/linnea/images/icons/information_24.png) no-repeat left 50%;
	margin: 10px 0 7px 0;
	padding: 3px 3px 3px 30px;
	font-size: 14px;
	color: #000;
}

/* NOTIFICATIONS */
#notifications div {
	width: 97%;
	padding: 10px;
	margin-bottom: 10px;
}

/* Mystore: [Tekst] Tekst: Feilmelding produktside */
.notification-error {
	background-color: #CD282F;
	color: #fff;
	font-weight: bold;
}

.notification-success {
	background-color: #b9e5a1;
	color: #525252;
}

.notification-warning {
	background-color: #e8e8a1;
	color: #525252;
}

/* address_book.tpl */
.address-book-primary {
	padding: 10px;
	background-color: #eee;
}

.address-book-entry {
	padding: 10px;
	background-color: #eee;
	margin-bottom: 10px;
}

/* login.tpl */
.login-existing-customer-form {
	width: 220px;
}

/* contact_us-tpl */
.contact_us_address_info {
	float: left;
	min-width: 200px;
	margin-right: 20px;
}

.contact_us_category {
	font-weight: bold;
}

.contact-captcha-what {
	border: 0;
	width: 10px;
	background-color: transparent;
	color: #80786c;
}

.contact-captcha-is {
	border: 0;
	background-color: transparent;
	color: #80786c;
}

.contact-captcha-this {
	border: 0;
	width: 10px;
	background-color: transparent;
	color: #80786c;
	margin-left: 6px;
}

.contact-captcha-last {
	margin-top: 3px;
}

/* product_reviews_info.tpl */
.product_review_rating_text {
	padding-left: 5px;
}

.rating_bar {
  width: 55px;
  background: url(/images/rating/star_x_grey.gif) 0 0 repeat-x;
}

.rating_bar div {
  height: 12px;
  background: url(/images/rating/star_x_orange.gif) 0 0 repeat-x;
}

/* cart.tpl */
.cart_out_of_stock {
	color: #f00;
	display: block;
}

.cart_product_image{
	width: 90px;
}

.cart_total{
	margin-bottom: 20px;
	margin-right: 10px;
	font-weight: bold;
}

#right_wrapper .cart_products th {
	padding-left: 0px;
	padding-bottom:20px;
	vertical-align: top;
}

.cart_products_attributes{
	padding-left: 10px;
	font-size: 10px;
}

.cart_products_attributes p{
margin:0px;
padding:0px;
}

/* blog.tpl */
.blog_article {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.blog_article_last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.blog_date {
	float: right;
	margin-right: 20px;
	text-align: center;
}

.blog_content {

}

.blog_content h3 {

}

.spacer_bottom{
	margin-bottom: 20px;
}

.spacer_left{
	margin-left: 20px;
}

.spacer_right{
	margin-right: 20px;
}

.spacer_top{
	margin-top: 20px;
}

#right_wrapper h1{
	font-size: 1.6em;
	margin-bottom: 10px;
}

#right_wrapper h2{
	color: #525252;
	font-size: 1.5em;
	margin-bottom: 10px;
}

#right_wrapper h3{
	font-size: 1.4em;
	margin-bottom: 5px;
}

#right_wrapper h4{
	font-size: 1.3em;
}

#right_wrapper h5{
	font-size: 1.2em;
}

#right_wrapper h6{
	font-size: 1.1em;
}

#right_wrapper p {
	padding-bottom: 8px;
}

#right_wrapper table.data_table, #right_wrapper table.data_table_plain {
	width: 100%;
}

#right_wrapper table.data_table tr:hover td, #right_wrapper table.data_table_plain tr:hover td {
	background-color: #eee;
}

#right_wrapper table.data_table td  {
	/* border: 1px solid #eee; */
	padding: 5px 10px;
	vertical-align: middle;
}

#right_wrapper table.data_table_plain td  {
	padding: 5px 10px;
	vertical-align: middle;
}

#right_wrapper th {
	padding: 5px 10px;
}

#right_wrapper textarea {
	width: 95%;
}

#right_wrapper input[type=text], #right_wrapper input[type=password], #right_wrapper textarea, #right_wrapper select {
	margin-right: 5px;
	padding: 4px;
	background-color: #EEE;
	border: 1px solid;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	resize: none;
	border-color: #DDD #EEE #EEE #DDD;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.dnone {
	display: none;
}

.clear {
	clear: both;
}

.footer_conditions {
	text-align: left;
	float: left;
	padding-left: 15px;
}

.product_social {
	padding-bottom: 10px;
	float: left;
	margin-right: 10px;
}

.product_wish_compare {
	padding-left: 10px;
	padding-top: 3px;
}

.sidebar-old-price {
	text-decoration: line-through;
	font-size: 14px;
}

.sidebar-current-price {
	font-size: 14px;
}

.button_cart_widget {
	padding-left: 20px;
}

.button_cart_widget a {
	font-weight: bold;
}

.cat_info_box {
	margin-bottom: 20px;
}

#voucherRedeemCoupon {
	background: transparent;
	border: 0;
	padding: 2px;
}

#pageContentContainer {
	margin-top: -30px;
}

#shoppingcartUpdateButton {
	padding-right: 2px;
}

.checkout_header {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

.acceptterms {
	height: 21px !important;
}

.acceptterms .accepttermsinput {
	padding-top: 3px !important;
}

.acceptterms .accepttermsinputlink {
	padding-top: 0 !important;
	margin-left: 4px !important;
}

.Fane1 input[type="text"], .Fane1 input[type="password"] {
	margin-top: 0px !important;
}

.stock_icon {
    padding-left:16px;
}

.icon_is {
    background:url(/templates/natalie/images/icons/cap.gif) no-repeat left center;
}

.icon_oos {
    background:url(/templates/natalie/images/icons/capout.gif) no-repeat left center;
}

.icon_rs {
    background:url(/templates/natalie/images/icons/capna.gif) no-repeat left center;
}

/* Next/previous product module */
.next_product, .previous_product {
	background: #f1f1f1;
	padding: 3px 10px;
}

.next_product {
    float: right;
    margin-bottom: 20px;
}

.previous_product {
    float: left;
    margin-bottom: 20px;
}

/* Attribute info module */
.attribute_info_container {
    width: 100%;
	opacity:0.8;filter:alpha(opacity=80);
	text-align: center;
	padding: 5px 0;
	background: #000;
	color: #fff;
	display: none;
	position: absolute;
	bottom: 152px;
	left: 0;
}

.product-grid > div:hover .attribute_info_container {
    display: block;
}

.attribute_info_container .attribute_info_header {
	font-size: 11px;
	display: block;
	padding-bottom: 5px;
}

.attribute_info_container span {
	font-size: 13px;
}

#slideshow0 {
    height: auto !important;
}

#slideshow0 .flex-viewport {
    min-height: 100% !important;
}

#slideshow0 ul.slides > li img {
    width: 100%;
}

.natalie_checkout_link {
    font-size: 1.1em;
    background: #2A7FD3;
    color: #fff !important;
    padding: 5px 10px;
}

@media only screen and (min-width:1180px){
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
}
@media only screen and (max-device-width: 1024px) and (orientation:landscape) {
}
@media only screen and (max-width: 480px) {
    .box-product > div .name, .product-grid > div .name, .box-product > div .price, .product-grid > div .price, .box-product > div .image, .product-grid > div .image {
        float:none;
    }
    .box-product > div, .product-grid > div {
        width:95%;
    }
    .box-product .price-old, .product-grid .price-old {
        display:inline;
    }
    .htabs a, .htabs a.selected {
        display:block!important;
    }
    .tab-content {
        padding:15px;
        border-left:1px solid #F7F7F7;
        border-right:1px solid #F7F7F7;
        border-bottom:1px solid #F7F7F7;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .box-product > div .name, .product-grid > div .name {
        margin-top:0px;
    }
    .box-product > div .price, .product-grid > div .price, .box-product > div .name, .product-grid > div .name  {
        width:auto;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1020px) {
}
@media only screen and (max-width: 768px) {
    #logo, .h_right, #header .links, #header #search, #header #cart {
        float:none;
    }
    #logo, .h_right, #header .links {
        text-align:center;
    }
    #header #search, #header #cart {
        margin:8px auto;
    }
    .box-product > div, .product-grid > div {
        margin:0px 4px 20px;
    }
    .box-product > div.first, .product-grid > div.first{
        margin-left:4px;
    }
    .box-product > div.last, .product-grid > div.last {
        margin-right:4px;
    }
}
@media only screen and (max-width: 767px) {
    .highslide img {
        max-width:100%;
    }
    #header {
        height:auto;
    }
    #logo {
        float:left;
        margin:20px 10px;
    }
    #header #logo a {
        position:static;
        padding:0px;
        margin:0px;
    }
    .h_right {
        float:right;
    }
    #header .links {
        position:static;
        padding:0px 10px 20px 0px;
        float: right;
        font-size: 10px;
        display: inline-block;
    }
    #header .links a {
        float:none;
        display:inline;
    }
    .product_comments .fb_iframe_widget {
        display: none;
    }
    .product_sale {
        padding:5px;
        margin:0;
        top:15px;
        left:15px;
    }
    .box-product .name a, .product-grid .name a {
        width:auto;
        height:auto;
    }
    .box-product > div .cart, .product-grid > div .cart {
        margin:10px 0px;
    }
    .box-product > div.first, .product-grid > div.first{
        margin-left:9px;
    }
    .box-product > div.last, .product-grid > div.last {
        margin-right:9px;
    }
    #menu {
        height:auto;
        margin-bottom:0px!important;
    }
    .product-info .right .cart {
        width:98%;
    }
    .footer_conditions, .footer_conditions img {
        max-width: 100%;
    }
    .box-product > div .name, .product-grid > div .name {
        margin-top:0px;
    }
    .box-product > div .price, .product-grid > div .price, .box-product > div .name, .product-grid > div .name  {
        width:auto;
    }
    .box-product > div .name, .product-grid > div .name, .box-product > div .price, .product-grid > div .price, .box-product > div .image, .product-grid > div .image {
        float:none;
    }
    .box-product > div .image, .product-grid > div .image, .box-product > div .image img, .product-grid > div .image img {
        width:auto;
    }
    #header #cart .content {
        margin:0px;
    }
    .htabs a, .htabs a.selected {
        float:none;
    }
    .product-info {
        max-width: 100%;
    }
    .product-info > .left {
        width:98%;
    }
    .product-info .right .cart {
        width:98%;
    }
    .product-info > .right {
        width:98%;
    }
    .product-info .cart div, .product-info .product_social {
        float:none;
        text-align:center;
    }
    .product-info .product_social {
        display:inline-block;
    }
    .product-info .breadcrumb, .product-info h1, .product-info .description, .product-info .price, .product-info .product_attributes_wrapper, .product-info input.button, button.button,
    .product-info .share
    {
        text-align:center;
    }
    .product_description iframe {
        max-width: 100%;
    }
}

/* Mystore: [Linjer] Generelle kantlinjer */
hr, .product-info .description {
    border-color: #eee;
}

.product-info {
    overflow: visible;
    max-width: 100%;
}

@media only screen and (max-width: 480px) {
    .login-content > div {
        width: 100%!important;
        padding: 0px;
    }
}
/* /users/whiskyfestival_mystore_no/templates/natalie/css/stylesheet_default.css end */

/* templates/natalie/css/slideshow.css start */
/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	box-shadow:0 0 5px -3px #779D83 ;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	border-width:1px;
	
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	
	
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	
	
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	 
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
	
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* slider theme */

.slideshow .nivoSlider {
	position: relative;
	background: #fff url('../image/loading.gif') no-repeat 50% 50%;	
}
.slideshow .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	
	
}
.slideshow
{
    margin-bottom:30px;
}
.slideshow .nivoSlider a {
	border: 1px solid #F7F7F7; 
	display: block;
}
.slideshow .nivo-controlNav {
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align: center;
	height: 22px;
	z-index: 99;
}
.slideshow .nivo-controlNav a {
	vertical-align: top;
	display: block;
	width: 22px;
	height: 22px;
	background: url('../image/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.slideshow .nivo-controlNav a.active {
	background-position:0 -22px;
}
.slideshow .nivo-directionNav a {
	display:block;
	width:30px;
	height:35px;
	background:url('../image/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
}
.slideshow a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
	
	
}
.slideshow a.nivo-prevNav {
	left:15px;
}
.slideshow .nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.slideshow .nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}
/*
iframe.fb_ltr {
	width: 440px !important;
}
*/
/* templates/natalie/css/slideshow.css end */

/* templates/natalie/css/carousel.css start */
#carousel0
{
   margin-bottom: 10px;
   margin-top: 10px;
}
.jcarousel-skin-opencart .jcarousel-container {
	background: #fff;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-opencart .jcarousel-container-horizontal {
	padding: 0px 40px;
}
.jcarousel-skin-opencart .jcarousel-clip {
	overflow: hidden;
	width: 100%;
}
.jcarousel-skin-opencart .jcarousel-clip-horizontal {
}
.jcarousel-skin-opencart .jcarousel-item {
	text-align: center;
}
.jcarousel-skin-opencart .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.jcarousel-skin-opencart .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-opencart .jcarousel-next-horizontal {
	position: absolute;
	top: 33px;
	right: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url("/templates/natalie/image/bg_direction_nav1.png") no-repeat -36px -5px rgb(42, 127, 211);
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background: url("/templates/natalie/image/bg_direction_nav.png") no-repeat 0 0 transparent;
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-next-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background: none;
	border:none;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal {
	position: absolute;
	top: 33px;
	left: 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url("/templates/natalie/image/bg_direction_nav1.png") no-repeat -6px -5px rgb(42, 127, 211);
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 0px;
	background: url("/templates/natalie/image/bg_direction_nav.png") no-repeat 0 0 transparent;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background: none;
	border:none;
}

/* Global fix for "avansert lagerstyring" */
.product_stock {
	padding-top: 10px;
	padding-left: 3px;
}

.stock_icon {
	padding-left:16px;
}
.icon_is {
	background:url(/templates/linnea/images/icons/cap.gif) no-repeat left center;
}
.icon_oos {
	background:url(/templates/linnea/images/icons/capout.gif) no-repeat left center;
}
.icon_rs {
	background:url(/templates/linnea/images/icons/capna.gif) no-repeat left center;
}
/* templates/natalie/css/carousel.css end */

/* templates/natalie/css/flexslider.css start */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {margin: 0 auto; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

#footer .fb_iframe_widget iframe {
	width:153px !important;
}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; 

 background-image: url("/templates/natalie/image/bg_direction_nav.png");
 background-position: 0 0;
 background-repeat:no-repeat;
 background-color:#2a7fd3;
 background-color:rgba(42, 127, 211, 0.7);

position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: -60px -9px;opacity: 0.3; right: 5px; }
.flex-direction-nav .flex-prev { left: 5px;opacity: 0.3;background-position:-12px -9px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: 0.1!important; filter:alpha(opacity=10); cursor: default;}


#slideshow0
{
	/* height:445px; */
	overflow:hidden;
}

#slideshow0 .flex-viewport
{
	/* min-height:445px; */
	overflow:hidden;
}

#slideshow0 ul.slides > li img
{
	/* min-height:445px; */
	max-width: 100%;
}

#slideshow0  .flex-direction-nav a {
   opacity: 1;
   outline:none;
}


.product-info #carousel, .product-info #carousel  .flex-viewport
{
	min-height:100px;
	border:none;
	margin:0px;
}
.product-info #slider, .product-info #slider  .flex-viewport
{
	margin:0px;
	min-height:450px;
	border:none;
}

.product-info #slider, .product-info #carousel
{
	box-shadow:none;
	border:1px solid #f5f5f5;
}

.product-info #carousel
{
	border-top:none;
}

.product-info  .flex-direction-nav a 
{
	background-image:url("/templates/natalie/image/bg_direction_nav1.png");
	width:18px;
	height:18px;
	margin-top:-10px;
}


.product-info .flex-direction-nav .flex-next {background-position: -37px -6px }
.product-info .flex-direction-nav .flex-prev {background-position:-7px -6px}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block;  background-color: #eee; cursor: pointer; text-indent: -9999px;box-shadow: inset 0 0 2px rgba(0,0,0,0.2);}
.flex-control-paging li a:hover { background: #333; background-color: #949494; }
.flex-control-paging li a.flex-active { cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* For Klarna-dialog */
#shadow {
	position:fixed;
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #bbbbbb;
	z-index: 100;
	opacity:0.4;
	filter:alpha(opacity=40);
	display:none;
}

.part_payment_cost {
	border-radius:3px;
	background:#fff;
	border:1px solid #000;
	width: 500px;
	position: absolute;
	left: 382px;
	z-index: 99999;
	padding: 10px;
	top: 251px;
}
/* templates/natalie/css/flexslider.css end */

/* templates/natalie/css/jquery-ui-1.8.16.custom.css start */
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* 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: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(/templates/natalie/image/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(/templates/natalie/image/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(/templates/natalie/image/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; 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 { border: 1px solid #fbcb09; background: #fdf5ce url(/templates/natalie/image/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(/templates/natalie/image/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(/templates/natalie/image/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(/templates/natalie/image/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.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); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/templates/natalie/image/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/templates/natalie/image/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/templates/natalie/image/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/templates/natalie/image/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/templates/natalie/image/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/templates/natalie/image/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/templates/natalie/image/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/templates/natalie/image/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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-off { background-position: -96px -144px; }
.ui-icon-radio-on { 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 { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(/templates/natalie/image/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(/templates/natalie/image/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.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.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.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: 1.4;  }
.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; }
.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 */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; 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: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/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; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.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 Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.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: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/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-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.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 { border-left-width:0; }
.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:0em; }

/* 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 { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/* templates/natalie/css/jquery-ui-1.8.16.custom.css end */

/* highslide/highslide.css start */

.highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
    outline: none;
    text-decoration: none;
}
.highslide img {
}
.highslide:hover img {
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
    border-color: black;
    visibility: visible;
    cursor: default;
}
.highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: white;
    background: gray;
}
.highslide-wrapper, .highslide-outline {
    background: white;
}
.glossy-dark {
    background: #111;
}
.highslide-image-blur {
}
.highslide-number {
    font-weight: bold;
    color: gray;
}
.highslide-caption {
    display: none;
    border-top: none;
    font-size: 1em;
    padding: 5px;
    background: white;
}
.highslide-heading {
    display: none;
    font-weight: bold;
    margin: 0.4em;
}
.highslide-dimming {
    position: absolute;
    background: black;
}
a.highslide-full-expand {
   background: url(highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
    display: block;
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url(/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-move, .highslide-move * {
    cursor: move;
}
.highslide-overlay {
    display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
    position: relative;
    top: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(highslide/graphics/close.png);
    /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.                                               */
/* Remove these if you are not using a gallery                               */
/*****************************************************************************/
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
    margin: 20px 15px 10px 0;
}
.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
    margin:0;
}
.highslide-controls a {
    background-image: url(highslide/graphics/controlbar-white.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups                                                 */
/* Remove these if you are not using Highslide HTML                             */
/*****************************************************************************/
.highslide-maincontent {
    display: none;
}
.highslide-html {
    background-color: white;
}
.highslide-html-content {
    display: none;
    width: 400px;
    padding: 0 5px 5px 5px;
}
.highslide-header {
    padding-bottom: 5px;
}
.highslide-header ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.highslide-header ul li {
    display: inline;
    padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
    display: none;
}
.highslide-header a {
    font-weight: bold;
    color: gray;
    text-transform: uppercase;
    text-decoration: none;
}
.highslide-header a:hover {
    color: black;
}
.highslide-header .highslide-move a {
    cursor: move;
}
.highslide-footer {
    height: 11px;
}
.highslide-footer .highslide-resize {
    float: right;
    height: 11px;
    width: 11px;
    background: url(highslide/graphics/resize.gif);
}
.highslide-body {
}
.highslide-resize {
    cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.                             */
/* See www.highslide.com/ref/hs.wrapperClassName                             */
/* You can safely remove the class name themes you don't use                 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
    height: 18px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: .5em;
}
.draggable-header .highslide-heading {
    position: absolute;
    margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
    display: none;
}
.draggable-header .highslide-header .highslide-close {
    float: right;
    z-index: 2;
    padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(highslide/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
    background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
    display: none;
}


/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
    display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border .highslide-image {
    border-width: 10px;
}
.wide-border .highslide-caption {
    padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
    border: none;
}
.borderless .highslide-caption {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
    background: #444;
}
.outer-glow .highslide-image {
    border: 5px solid #444444;
}
.outer-glow .highslide-caption {
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border .highslide-image {
    border: 2px solid green;
}
.colored-border .highslide-caption {
    border: 2px solid green;
    border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
    background: #111;
}
.dark .highslide-image {
    border-color: black black #202020 black;
    background: gray;
}
.dark .highslide-caption {
    color: white;
    background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
    background-image: url(highslide/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
    position: absolute;
    padding: 1em 0 0 0;
    background: none;
    color: white;
    border: none;
    font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
    color: gray;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    cursor: default;
    padding: 0 0 0 22px;
    margin: 0;
    background: url(highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
    width: 105px;
    height: 20px;
    position: relative;
    margin: 0;
    top: -23px;
    left: 7px;
    background: none;
}
.controls-in-heading .highslide-controls ul {
    position: static;
    height: 20px;
    background: none;
}
.controls-in-heading .highslide-controls li {
    padding: 0;
}
.controls-in-heading .highslide-controls a {
    background-image: url(highslide/graphics/controlbar-white-small.gif);
    height: 20px;
    width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
    display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
    background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
    background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
    background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
    background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
    background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
    background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
    background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
    background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
    background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
    background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
    background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
    background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
    background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
    background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
    background-position: -120px -20px;
}

/* highslide/highslide.css end */

/* css/modules/discount_center.css start */
.notification-error, .notification-success {
	padding: 10px;
}
/* css/modules/discount_center.css end */

/* css/modules/checkoutButton.css start */
#checkoutButton {
	width: 100% !important;
	padding: 10px 40px;
	background-color: #ffaf01;
	background-image: -webkit-linear-gradient(bottom, #ffaf01, #ffef4a);
	background-image: -moz-linear-gradient(bottom, #ffaf01, #ffef4a);
	background-image: -o-linear-gradient(bottom, #ffaf01, #ffef4a);
	background-image: linear-gradient(to top, #ffaf01, #ffef4a);
	border-width: 1px;
	border-style: solid;
	border-color: #ffef4a;
	border-radius: 10px;
	font-weight: bolder !important;
	letter-spacing: -1px;
	font-size: 16px !important;
	color: #390001;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-shadow: none !important;
}
#checkoutButton:hover {
	background-image: -webkit-linear-gradient(bottom, #ffaf01, #ffaf01);
	background-image: -moz-linear-gradient(bottom, #ffaf01, #ffaf01);
	background-image: -o-linear-gradient(bottom, #ffaf01, #ffaf01);
	background-image: linear-gradient(to top, #ffaf01, #ffaf01);
	cursor: pointer;
}

/* css/modules/checkoutButton.css end */

/* css/global.css start */
.product_description img{
    max-width: 100%;
    height: auto;
}

.product_description-1 img{
    max-width: 100%;
    height: auto;
}


/* css/global.css end */

/* css/modules/company_lookup.css start */
#company_number_lookup_input, #company_number_lookup_button {
	background-color: #f9f9f9;
	border: 1px solid #cccccc; 
	padding: 7px 8px; 
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; 
	background-image: -ms-linear-gradient(top, #f9f9f9 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #f9f9f9 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #f9f9f9 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(1, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #FFFFFF 100%);
}

#company_number_lookup_button {
	cursor: pointer;
	-webkit-appearance: button;
}

#company_number_lookup_input {
	width: 46%;
}

#company_number_lookup_separator {
	width: 90%;
	background: transparent;
	border: 0;
	display: block;
	height: 1px;
	border-bottom: 1px solid #E1E1E1;
	margin: 20px 0px;
	padding: 0;
}

#company_number_lookup_info {
	margin-top: 0;
	padding-top: 0;
	width: 90%;
}

.company_number_lookup_status {
	width: 90%;
}

/* css/modules/company_lookup.css end */

