﻿/****************** RESET **************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height:normal;
     
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/****************** END RESET **************************/

body {
}

/******************* RATING **************************/
 .emptypng
{
    background-image: url( ../Images/Icons/Rating/empty_star.gif);
    width: 12px;
    height: 12px;
}
 .smileypng { background-image: url(../images/icons/rating/star.gif); width: 12px; height: 12px; }
 .donesmileypng { background-image: url(../images/icons/rating/star.gif); width: 12px; height: 12px; }


.ShowImages{list-style-type:armenian}
.FL{float:left;}
.FR{float:right;}

#main{position:relative;}
#productbanner
{
    left:-35px;
    position:absolute;
    top:35px;
}

#loadingdiv  
{
    position: absolute;
    width: 100%;
    z-index: 1000;
    bottom:0;
    display:none;
    }
#loadingdiv div.overlay
{
     background: none repeat scroll 0 0 #000000;
     opacity:0.3;
     position:absolute;
     top:0px;
     height:100%;
     width:100%;
     z-index:1001;
    }
#loadingdiv div.spinner
{
     border:solid 1px black; 
     width:150px; 
     text-align:center; 
     background:#FFF; 
     -moz-border-radius: 10px;
     border-radius: 10px; 
     padding:30px; 
     background:#FFF; 
     z-index:1002;
     position:relative;
    
    }
    
    .ratingAnswer{
padding: 10px;
border: dotted 1px;
background: #dedede;
margin: 5px;
}

.nivo-caption{
padding: 10px;
}



      #toplogin{float:right; text-align:right;padding-top:10px;}
      #toplogin h4 a{font-weight:bold; color:#d60019;}
#loginFormBG
{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block;
    background: #FFF;
    width: 100%;
    height: 2000px;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

#loginForm 
{
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	-ms-box-shadow: 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	border: 1px solid #c4c6ca;
	margin: 0 auto;
	position: relative;
	top:50px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 400px;
	z-index:1000;
}
#loginForm:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#loginForm h1 {
	color: #d60018;
	line-height: 20px;
	margin: 30px 0 0px;
	font-size:25px;
}
#loginForm p {padding:10px 0px;}
#loginForm h1:before,
#loginForm h1:after {
	content: "";
	height: 1px;
	position: absolute;
	top: 30px;
	width: 27%;
}
#loginForm h1:after {
	background: rgb(126,126,126);
	background: -moz-linear-gradient(left,  rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    right: 0;
}
#loginForm  h1:before {
	background: rgb(126,126,126);
	background: -moz-linear-gradient(right,  rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    left: 0;
}
#loginForm  { margin: 0 20px; position: relative }
#loginForm  input[type="text"],
#loginForm  input[type="password"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #eae7e7 url(/images/icons/loginicons.png) no-repeat;
	border: 1px solid #c8c8c8;
	color: #777;
	font: 13px Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	padding: 15px 10px 15px 40px;
	width: 80%;
}
#loginForm  input[type="text"]:focus,
#loginForm  input[type="password"]:focus {
	-webkit-box-shadow: 0 0 2px #ed1c24 inset;
	-moz-box-shadow: 0 0 2px #ed1c24 inset;
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #ed1c24 inset;
	background-color: #fff;
	border: 1px solid #ed1c24;
	outline: none;
}
#loginForm #userid { background-position: 10px 10px !important }
#loginForm #password { background-position: 10px -53px !important }
#loginForm input[type="submit"] {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 35px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 120px;
	margin-bottom:10px;
}
#loginForm input[type="submit"]:hover {
	background: rgb(254,193,81);
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}
#loginForm .login
{
    background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );

    }
#loginForm .cancel
{
    background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
    
    }
#loginForm   div a {
	color: #004a80;
    float: right;
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 5px;
    text-decoration: underline;
    white-space:nowrap;
}

.imagearea a.imageLink
{    
    display: block;
    
}
h4.nomargin
{
    margin-top: 0px !important; 
    margin-bottom: 0px !important;
}

/* Base styles (regardless of theme) */
.bs-callout {
padding: 20px;
margin: 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-gibbon
{
    border-color:#d60019;
}
.bs-callout-danger {
    border-color: #dFb5b4;
}

.bs-callout-warning {
    border-color: #f1e7bc;
}

.bs-callout-info {
    border-color: #d0e3f0;
}

.bs-callout-danger h4,
.bs-callout-danger a.alert-link {
    color: #B94A48;
}

.bs-callout-warning h4,
.bs-callout-warning a.alert-link {
    color: #C09853;
}

.bs-callout-info h4,
.bs-callout-info a.alert-link {
    color: #3A87AD;
}

.bs-callout a.alert-link {
    font-weight: bold;
}

.input-group .qtybox 
{
    width:70px!important;
}
.input-group .forpackningskrav
{
    width:80px!important;
}
.input-group .dropdown-toggle
{
    float:none !important;
}

.productImageListBox:nth-child(even)
{
    border-left:solid 1px #CCC;
 
}
.productImageListBox:nth-child(odd)
{
    clear: left;
}
.icon-large
{
    font-size:1.5em;
    margin-right: 5px;
    vertical-align:sub;
}
.startpagebtn
{
    white-space:normal !important;
}
.tab-pane
{
    padding:10px;
}

.campaigntable td
{
    padding: 0px 5px;
}



/*ribbon*/

.ribbon {
  position: absolute;
  
  z-index: 1;
  overflow: hidden;
  text-align: right;
}
.submenu_container .todays_product .smallImage
{
    position:relative;
}

.submenu_container .todays_product h2 a
{
    height:auto !important;
    line-height:inherit !important;
    padding:0px !important;
}
.submenu_container .todays_product a img
{
    vertical-align:inherit;
    float:none !important;
    max-width:150px;
    max-height:150px;
}
.submenu_container .todays_product .smallImage .ribbon
{
    z-index:605;
    left: -2px;
    top: -2px;
    width: 60px;
    height: 60px;
}
.submenu_container .todays_product .smallImage .ribbon span.productoftheday
{
    padding:0px !important;
    top: 10px;
    left: -20px;
    width: 80px;
    line-height: 20px !important;
    height: auto !important;
}
.submenu_container .todays_product .todays_product_attention:before
{
    content:'*'
}
.submenu_container .todays_product .todays_product_attention
{
    font-weight:bold;
}
.submenu_container .todays_product .todays_product_info
{
    width:100%;

}
.submenu_container .todays_product h2.red
{
    margin-top:10px;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  display: block;
  line-height: 20px;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  
}
.productImageListBox .productImage
{
    position:relative;
    border:solid 1px #BBB;
}
.productImageListBox .productImage img
{
    width:100%;
    padding:2px;
    background-color:#fff;
}
.productImageListBox .ribbon,.displayImage .ribbon
{
    left: -5px;
    top: -5px;
    width: 60px;
    height: 60px;

}
.productImageListBox .ribbon span,.displayImage .ribbon span
{
    top: 9px;
    left: -17px;
    width: 73px;
}
.bigImageBg
{
    text-align:center;
}
.bigImageBg a img
{
    width:100%;
}
.bigImageBg .ribbon
{
    left: -5px;
    top: -5px;
    width: 80px;
    height: 80px;
}
.bigImageBg .ribbon span
{
      top: 20px;
    left: -22px;
    width: 105px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid;
  border-bottom: 3px solid transparent;
  border-top: 3px solid;
}
.ribbon span.news
{
    background: #ffc37b;
    background: linear-gradient(#ffc37b 0%, #f0ad4e 100%);
}
.ribbon span.news::before {
  border-left-color: #ffc37b;
  border-top-color: #ffc37b;
}
.ribbon span.news::after {
  border-right-color: #ffc37b;
  border-top-color: #ffc37b;
}

.ribbon span.outlet,.ribbon span.campaign
{
    background: #d60019;
    background: linear-gradient(#d60019 0%, #9f3224 100%);
}
.ribbon span.outlet::before,.ribbon span.campaign::before {
  border-left-color: #d60019;
  border-top-color: #d60019;
}
.ribbon span.outlet::after,.ribbon span.campaign::after {
  border-right-color: #d60019;
  border-top-color: #d60019;
}

.ribbon span.eco
{
    background: #92d050;
    background: linear-gradient(#92d050 0%, #519905 100%);
}
.ribbon span.eco::before {
  border-left-color: #92d050;
  border-top-color: #92d050;
}
.ribbon span.eco::after {
  border-right-color: #92d050;
  border-top-color: #92d050;
}

.ribbon span.vet
{
    background: #0787b7;
    background: linear-gradient(#31b4e5  0%, #0787b7 100%);
}
.ribbon span.vet::before {
  border-left-color: #0787b7;
  border-top-color: #0787b7;
}
.ribbon span.vet::after {
  border-right-color: #0787b7;
  border-top-color: #0787b7;
}

.ribbon span.discontinued
{
    background: #ec971f;
    background: linear-gradient(#d58512  0%, #ec971f 100%);
}
.ribbon span.discontinued::before {
  border-left-color: #ec971f;
  border-top-color: #ec971f;
}
.ribbon span.discontinued::after {
  border-right-color: #ec971f;
  border-top-color: #ec971f;
}

.ribbon span.productoftheday
{
    background: #ec971f !important;
    background: linear-gradient(#d58512  0%, #ec971f 100%) !important;
}
.ribbon span.productoftheday::before {
  border-left-color: #ec971f !important;
  border-top-color: #ec971f !important;
}
.ribbon span.productoftheday::after {
  border-right-color: #ec971f !important;
  border-top-color: #ec971f !important;
}


.productImageListBox .ribbon.vet,.displayImage .ribbon.vet
{
    left: -5px;
    top: -5px;
    width: 75px;
    height: 75px;

}
.productImageListBox .ribbon span.vet,.displayImage .ribbon span.vet
{
    top: 19px;
    left: -22px;
    width: 100px;
}

.bigImageBg .ribbon.productoftheday
{
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
}
.bigImageBg .ribbon.productoftheday span {
    top: 24px;
    left: -26px;
    width: 120px;
}

.displayImage
{
    position: relative;
    border: solid 1px #BBB;
    width: 24% !important;
    padding: 2px!important;
    background-color: #fff;
    margin:3px;
    text-align:center;
    height:200px !important;
}

.radiobuttonlist input[type="radio"]
{
    margin-left: 0;
    vertical-align:top;
    margin-right:6px;
}
.radiobuttonlist label
{
    margin-bottom: 4px;
    margin-left: 0;
    font-weight: 400;
}

img.pageheader {
    max-width:100%;
}

.btn-success {
    background-color: #449d44 !important;
    border-color: #398439 !important;
}

    .btn-success:hover {
        background-color: #5cb85c !important;
        border-color: #4cae4c !important;
    }