/*FUSFINN JUHL*/
#shop-template {
	/*height: 100%;
	overflow: hidden;*/
}
#shop-template #headerContainer {
	padding-top: 35px;
}

#shop-template #header #headerTopMenu,
#shop-template #headerContainer .content,
#shop-template #headerContainer .content #header {
	width: 100%;
}

#shop-template #header #headerTopMenu li:first-child {
	margin-left: 45px;
}

#shop-template #header #headerLogo { 
	left: auto;
	right: 46px;
}

#shop-template #main {
	margin: 0;
}

#shop-template #content {
	background-image: none;
	margin: 0;
}

#shop-template #footerContainer {
	position: fixed;
	bottom: 37px;
	width: 100%;
	height: 35px;
	left: 0;
	padding: 0;
	text-align: center;
}

#shop-template #footerContainer .menu {
	width: auto;
	margin-left: 300px;
	margin-right: 660px;
	display: block;
	padding: 0;
	line-height: 35px;
	height: 36px;
	overflow: hidden;
}
#shop-template #footerContainer .menu li {
	margin: 0 10px;
}

#shop-template #footerContainer .menu ul {
	background-color: #ebebeb;
}


#shop-template #footerContainer span.right {
	display: none;
}

#shop-template #center {
    margin: 0;
   
    position: relative; float: left;
    left: 0; margin:0px 0 0 0;
    width: 100%;overflow: hidden;
    border-bottom:1px solid #e6e5e5;
}

.productImage {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-indx: 1;
}

.productImage.loading {
	display: none;
}

#shop-template #center #submenu {
	display: none;
}

#shop-template h1 {
/*	line-height: 100%;*/
}

#product {
    height:70%;
    left: auto;
    right:25px;
    position: absolute;
    top: auto;
    bottom: 0px;
    width:400px;
    z-index: 2;
    background: #ebebeb;
    padding:20px 20px 0 10px;
    line-height: 200%;
}
#product  .p_sold{ color:#C30; font-size:10PT; text-indent:15PX }
#thumbnails {
    bottom: 0px;
    position: absolute;
    right: 4px;
    width: 420px;
    overflow-y: auto;
   
}
 #thumbnails::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#thumbnails::-webkit-scrollbar
{
	width:5px;
	background-color: #F5F5F5;
}

#thumbnails::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #888;
}

#thumbnails a{ background-color:#000; margin: 2px 0 0 5px; display: inline-block;}
#shop-template #basket-navigation,
#shop-template #post-navigation {
	position: absolute;
	width: 215px;
	height: 35px;
	background-color: #ebebeb;
	bottom: 37px;
	left: 46px;
	z-index: 2;
	text-align: right;
}
#shop-template #basket-navigation {
	left: auto;
	right: 400px;
}
#shop-template #basket-navigation a,
#shop-template #post-navigation a {
	width: 49%;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	line-height: 35px;
}
#shop-template #basket-navigation a {
	width: auto;
	display: block;
	font-weight: bold;
}
#product #product_read_more:hover {
	text-decoration: none;	
}
#product #product_full_description {
	height: 420px;
    right: 354px;
    position: absolute;
    top: 0;
    width: 280px;
    z-index: 2;
    background: #ebebeb;
    padding: 20px 20px 0 20px;
    overflow: auto;
    display: none;
}
#product img {
	margin: 0;
	padding: 0;
}
#product img.alignright,.alignright{
	/*padding:1px; margin: 2px;
	border: 1px solid #ebebeb;*/
}
#product img:hover{filter:alpha(opacity=85);opacity:0.85;-moz-opacity:0.85;

}

.alignleft {
	padding-right: 10px;
	padding-bottom: 10px;
}

#product #product_read_more {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#product #product_read_more span {
	display: block;
	padding-left: 13px;
	background: url(../../images/monotone_arrow_left_small.png) left 7px no-repeat;
}
#product #product_read_more span.hide_link {
	display: none;
}
#product #product_read_more span.hide_icon {
	background-image: url(../../images/monotone_arrow_right.png);
}
 

.basket-table th {text-align: left;}
.basket-table tr {border-bottom: 1px solid #ebebeb;}
  

form.blue_shop_form legend {font-weight: bold; text-transform: uppercase; clear: both; padding-top: 20px; font-size: 14px; line-height: 16px;}
form.blue_shop_form label:after { content:':' }
form.blue_shop_form .required label:after { content:' (*):' }
form.blue_shop_form label { display:block; width:120px; float:left; font-weight:bold; }
form.blue_shop_form input[type="text"] { display:block; float:left; width: 350px;}
form.blue_shop_form .error label {color: red;}
form.blue_shop_form input[type="submit"] { clear:both; display:block; float: left; margin: 20px 0;}
form.blue_shop_form .field {clear:left; padding-top: 10px;}
form.blue_shop_form #field_blue_shop_shipping_billing label {width: auto;}
#B_LINK{ width:250px; position:  absolute;
 z-index: 100000; height:27px; bottom:2px; right:35%;}
.PREVIOUS a{ float: left;
  min-width: 60px;
  padding:0 3px;
  height: 27px;
  border: 1px solid #fff;
  z-index: 10005;
  margin: 0 0 0 10PX;
  font: 10pt/27px Arial, Helvetica, sans-serif;
  background: #fff;
  display: block;
  color: #000;
  filter: alpha(opacity=95);
  opacity: 0.95;
  -moz-opacity: 0.95;; }
.PREVIOUS a:hover{ background:#333; color:#fff; display:block;border: 1px solid #333}
.NEXT a{ float:left; padding:0 3px;min-width: 60px; height:27px;border: 1px solid #fff; z-index:10005; margin:0 0 0 10PX;
 font:10pt/27px Arial, Helvetica, sans-serif; background:#fff; display:block; color:#000;
 filter:alpha(opacity=95);opacity:0.95;-moz-opacity:0.95;  }
.NEXT a:hover{ background:#333; color:#fff;border: 1px solid #333}

.Inquiry a{ float: right; width:60px; height:27px;border: 1px solid #fff; margin-right:5px; _display:inline; 
	z-index:10005; text-align:center;  font:10pt/27px Arial, Helvetica, sans-serif;border: 1px solid #fff;
	filter:alpha(opacity=95);opacity:0.95;-moz-opacity:0.95; background:#7f1719; color:#fff; border: 1px solid #7f1719 }
.Inquiry a:hover{ background:#fff; color:#7f1719;border: 1px solid #7f1719;border: 1px solid #7f1719}






@media screen and (max-width: 769px){ 

#B_LINK {
  width: 100%;
  position:relative; float: right;
  z-index: 100000;
  height: 40px;
  bottom: auto;top:-40px;
  right: 0;overflow: hidden; 
}
.PREVIOUS a,.NEXT a,.Inquiry a{ margin: 10px; }



#productContainer {width: 100%;   top: -30px;
  position: relative;}

#shop-template #center {  margin: 0px 0 0 0;} 
img.productImage{/*height: 400px!important;
	width: auto!important;*/
	/*left:80%!important;;*/}
#product {
  height:auto!important; 
  left: auto;
  right:auto;
  top:auto; padding-top: 10px;padding-bottom: 10px;  float: left;
  bottom: auto;  
  position:relative;  
  
  width:100%; 
  z-index: 2;
  background: #ebebeb;
  padding: 20px 20px 0 20px;
  line-height: 200%;
}  
#thumbnails {
  bottom:auto;right:auto;
  position:  relative; padding-top: 5px;  
  float: left; width: 100%; background: #fff; text-align: center;
}

.alignright{ float: none!important;}
}

@media screen and (max-width: 480px){ 
#B_LINK {bottom: auto;top:-38px;}
img.productImage {
 /* left: 95%!important;*/
}
}


@media screen and (max-width:400px){ 

img.productImage {
/*  left: 85%!important;*/
}
}