/** Shopify CDN: Minification failed

Line 1843:38 Unexpected "{"
Line 1896:2 Expected identifier but found "*"
Line 1908:2 Expected identifier but found "*"

**/
/* General
------------------------------------------------------------- */

html, body {
    margin: 0; 
    padding: 0;
    background: #eff0ec url('/cdn/shop/t/5/assets/body-bgr.png?v=1355296974') top repeat-x;
} 


/* Header
-------------------------------------------------------------- */

.header {
	background: #dcfcc5 url('/cdn/shop/t/5/assets/header-bgr.png?v=1355227277') top repeat-x;
}

.header .header-inner {
	width: 980px ;
	margin: 0 auto 0 auto;
}

.header-bg {
    min-height: 110px;
}

.header .top-line { 
	height: 37px;
    background: url('/cdn/shop/t/5/assets/top-line-bgr.png?v=1355227282') top center no-repeat;
}

.header .top-line ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
 
.header .top-line ul li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	font-size: 11px;
	color: #006600;
	height: 37px;
	line-height: 37px;
}

.header .top-line ul li a,
.header .top-line ul li a:visited,
.header .top-line ul li a:active{
	color: #006600;
}

.header .top-line .cart-link {
	color: #006600;
}

.header .top-line .cart-link a {
	color: ##006600;
}

.header .top-line .checkout-link {
	float: right;
	margin-right: 0;
}

.header .top-line .checkout-link .btn {
	color: #fff;
}

.header .logo {
	float: left;
    width: 750px;
}

.header .logo img {
	margin-top: 20px;
}

.header .logo h1 {
	position: relative;
    top: 12px;
    line-height: 100% !important;
    margin: 0;
}



.header .logo h1 .title {
	display: block;
	margin: 0 0 10px 0;
    line-height: 100%;
}

.header .logo h1 .title a {
    font: bold italic 45px/1.0 Georgia, Times New Roman, Times, serif;
	color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 0px #80bf4f;
    font-style: bold;
}

.header .logo h1 .title a:hover {
	color: #ffffff;
}

.header .logo h1 .slogan {
	display: block;
    font: italic 18px/1.0 Georgia, Times New Roman, Times, serif;
}

.header .logo h1 .slogan a {
    color: #318b00;
    text-decoration: none;
}

.header .logo h1 .slogan a:hover {
    color: #318b00;
}


.header .search {
	float: right ;
	position: relative;
	top: 37px;
}

.header .search input {
	width: 200px;
	background: #fff url('/cdn/shop/t/5/assets/search-bar-icon.png?v=1355227280') 185px 6px no-repeat;
	padding-left: 5px; 
    border: 1px solid #8ecd70;
}



/* Columns
-------------------------------------------------------------- */

.wrapper {
    width: 980px;
    margin: 0 auto 0 auto;
}

.wrapper-inner {
}

.content-wrapper {
	padding-top: 12px;
}

.content-wrapper.full {
    background: none;
}

.content-wrapper.full .main-column {
	width: auto;
    float: none;
}

.main-column {
    float: left;
    width: 738px;
    overflow: hidden;
	background-color: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.main-column.full {
	width: 100%;
	float: none;
}

.main-column-inner {
	padding: 20px;
	min-height: 500px;    
}

.sidebar {
    width: 230px;
    overflow: hidden;
}

.sidebar.left {
    float: left;
	margin-right: 12px;
}

.sidebar.right {
    float: right;
	margin-left: 12px;
}


/* Footer
-------------------------------------------------------------- */

.footer {
    width: 980px;
	margin: 12px auto 0 auto;
	padding: 0 0 30px 0;
	font-size: 11px;
    color: #8D735C;
    border-top: 1px solid #e0e1dc;
}

.footer h5 {
	font-size: 13px;
    color: #8D735C;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer ul li {
	float: left;
	margin: 0;
	padding: 0;
	color: #8D735C;
    line-height: 140% ;
}

.footer a,
.footer a:active,
.footer a:visited {
    color: #8D735C;
}

.footer a:hover {
    color: #8D735C;
}

.footer ul li.section-about {
	width: 25%;
    margin-right: 3%;
}


.footer ul li.section-about ul {
	list-style: none;
	margin: 20px 0 20px 0;
	padding: 0;
}

.footer ul li.section-about ul li {
	width: auto;
	float: left;
	margin: 0 7px 7px 0;
	padding: 0;
	background: url(sprite-social.png) no-repeat;
	width: 32px;
	height: 32px;
}

.footer ul li.section-about ul li a {
	display: block;
	width: 32px;
	height: 32px;
    margin: 0;
    padding: 0;
    background: none;
}

.footer ul li.section-about ul li a span {
	display: none;
}


.footer ul li.section-about ul li.facebook {
	background-position: 0px 0;
}

.footer ul li.section-about ul li.twitter {
	background-position: -32px 0;
}

.footer ul li.section-about ul li.youtube {
	background-position: -64px 0;
}

.footer ul li.section-about ul li.vimeo {
	background-position: -96px 0;
}

.footer ul li.section-about ul li.flickr {
	background-position: -128px 0;
}

.footer ul li.section-about ul li.pinterest {
	background-position: -160px 0; 
}

.footer ul li.section-info {
	width: 15%;
}

.footer ul li.section-service {
	width: 15%;
}

.footer ul li.section-extras {
	width: 15%;
}

.footer ul li.section-payment {
	width: 27%;
}

.footer ul li.section-payment ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.footer ul li.section-payment ul li {
	width: auto;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	background: url('/cdn/shop/t/5/assets/sprite-payment.png?v=1355227281') no-repeat;
	width: 73px;
	height: 44px;
}

.footer ul li.section-payment ul li span {
	display: none;
}

.footer ul li.section-payment ul li.american-express {
	background-position: 0px 0;
}

.footer ul li.section-payment ul li.credit-card {
	background-position: -73px 0;
}

.footer ul li.section-payment ul li.dankort {
	background-position: -146px 0;
}

.footer ul li.section-payment ul li.diners {
	background-position: -219px 0;
}

.footer ul li.section-payment ul li.discover {
	background-position: -292px 0;
}

.footer ul li.section-payment ul li.forbru {
	background-position: -365px 0;
}

.footer ul li.section-payment ul li.google {
	background-position: -438px 0;
}

.footer ul li.section-payment ul li.jcb {
	background-position: -511px 0;
}

.footer ul li.section-payment ul li.laser {
	background-position: -584px 0;
}

.footer ul li.section-payment ul li.maestro {
	background-position: -657px 0;
}

.footer ul li.section-payment ul li.mastercard {
	background-position: -730px 0;
}

.footer ul li.section-payment ul li.cash {
	background-position: -803px 0;
}

.footer ul li.section-payment ul li.paypal {
	background-position: -876px 0;
}

.footer ul li.section-payment ul li.shopify {
	background-position: -949px 0;
}

.footer ul li.section-payment ul li.solo {
	background-position: -1022px 0;
}

.footer ul li.section-payment ul li.visa {
	background-position: -1095px 0;
}

.footer ul li.section-payment p {
	margin-top: 10px;
}

.footer ul li h5 {

}

.footer ul li p {
	margin-right: 40px;
}

.footer ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer ul ul li {
	float: none;
	margin: 0 0 5px 0;
	padding: 0;
	width: auto;
}

.footer ul ul li a,
.footer ul ul li a:visited,
.footer ul ul li a:active,
.footer ul ul li a:hover {
	background: url('/cdn/shop/t/5/assets/small-bullet.png?v=1355227281') 0 6px no-repeat;
	padding-left: 7px;
}

/* Horizontal menu
-------------------------------------------------------------- */


.menu-h {
    background: #1f7100 url('/cdn/shop/t/5/assets/menu-h-bgr.png?v=1355227279') repeat-x top left;
	position: relative;
	z-index: 100;
}

.menu-h ul {
    margin: 0 auto 0 auto;
    padding: 0;
    list-style: none;
    width: 980px;
    height: 44px;
    background: #299700 url('/cdn/shop/t/5/assets/menu-h-button-bgr.png?v=1355227279') repeat-x top left;
}

.menu-h ul li {
    margin: 0;
    padding: 0;
    float: left;
    padding: 0px 16px 0px 15px;
    _width: 50px; /* IE 6 Fix */
    white-space: nowrap;
    background: url('/cdn/shop/t/5/assets/menu-h-bullet.png?v=1355227279') right no-repeat;
    position: relative;
    z-index: 100;
    font-size: 13px;
}

.menu-h ul li:hover,
.menu-h ul li.selected {
    position: relative;
    left: -1px;
    padding-left: 16px;
    padding-right: 15px;
	background: #54ac33 url('/cdn/shop/t/5/assets/menu-h-button-selected-bgr.png?v=1355227279') repeat-x top left;
}

.menu-h ul li div {
    height: 44px;    
}

.menu-h ul li.selected div {
}

.menu-h ul li a,
.menu-h ul li a:hover,
.menu-h ul li a:visited {
    display: block;
    height: 44px;
    color: #ffffff ;
    font-weight: bold;
    text-decoration: none;
    line-height: 44px;
}

.menu-h ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 44px;
    left: 0px;
    min-width: 160px;
    width: auto;
    height: auto;
    z-index: 100;
    background: #54ac33;
}

.menu-h ul li li {
    padding: 0;
    margin: 0;
    float: none !important;
    width: auto;
    height: 35px;
    background: #54ac33;
}

.menu-h ul li li div {
    height: auto;
}

.menu-h ul li ul li div,
.menu-h ul li:hover ul li div {
    background-image: none !important;
}

.menu-h ul ul a,
.menu-h ul ul a:hover,
.menu-h ul ul a:visited,
.menu-h ul ul a:active {
    display: block;
    padding: 0 10px 0 10px;
    height: 35px;
    line-height: 35px;
    color: #fff;
}

.menu-h ul ul li:hover,
.menu-h ul ul li.selected {
    padding: 0;
    margin: 0;
    left: 0;
    background: #299700;
}

.menu-h ul li:hover ul,
.menu-h ul li:hover ul li:hover ul {
    display: block;
}


/* Titles
-------------------------------------------------------------- */

.mod {
	margin: 0 0 20px 0;
}

.sidebar .mod {
	color: #7A8071;
}

.mod .mod-header h3 {
    margin: 0 0 20px 0;
    padding: 8px 9px 7px 9px;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	font-style: bold;
    font-size: 24px;
    font-family:;
    line-height: 110%;
	color: #006600;
    background-color: #f1f2f3;
    border-bottom: 1px solid #eaeaea;
}

.mod .mod-header h3 a,
.mod .mod-header h3 a:visited,
.mod .mod-header h3 a:hover {
	color: #006600;
    text-decoration: none;
    border-bottom: 1px dotted #006600;
    line-height: 100%;
}

.sidebar .mod .mod-header h3 {
	font-style: bold;
    font-size: 24px;
    font-family: ;
    line-height: 110%;
	color: #006600;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e1dc;
}

.sidebar .mod .mod-header h3 a {
	color: ;
    border-bottom: 1px dotted #006600;
}

/* Welcome message
-------------------------------------------------------------- */

.mod-welcome-message {
	background: #fff url('/cdn/shop/t/5/assets/welcome-bgr.png?v=1355227282') bottom repeat-x;
    margin: 0 0 10px 0;
	padding: 20px 20px 10px 20px;
}


/* Default text widget
-------------------------------------------------------------- */

.mod-text {
	line-height: 150%;
}


/* Sidebar banners
-------------------------------------------------------------- */

.mod-sidebar-specials {
}

.mod-sidebar-specials img {
	outline: none;
    margin: 0 0 12px 0;
}

/* Products
-------------------------------------------------------------- */

.mod-no-products .alert {
    margin: 30px 0 30px 0;
	padding: 30px;
}

.mod-products ul.product-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mod-products ul.product-list li.product {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	float: left;
	width: 33%;
	border-bottom: 1px dotted #E3E4D1;
    line-height: 140%;
}

.mod-products ul.product-list li.product.last-in-row .border-line {
	border-right: none; 
} 

.mod-products ul.product-list li.product .product-inner {
	width: 190px;
    height: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
}

.mod-products ul.product-list li.product .border-line {
	border-right: 1px dotted #E3E4D1;
	margin: 0;
    height: 100%;
}

.mod-products ul.product-list li.product .photo {
	text-align: center;
	margin: 0 0 10px 0;
}

.mod-products ul.product-list li.product .photo img {
	border: 1px solid #E3E4D1;
	max-width: 180px;
    padding: 1px;
    background: #fff;
}

.mod-products ul.product-list li.product h5 {
    margin: 0 0 10px 0;
}

.mod-products ul.product-list li.product h5 a {
	text-decoration: underline;
}

.mod-products ul.product-list li.product .price {
	color: #8d735c;
	font-size: 20px;
	margin: 0 0 10px 0;
}

.mod-products ul.product-list li.product .old-price {
	color: #999999;
	font-size: 14px;
	margin: 0 0 7px 0;
}

.mod-products ul.product-list li.product .buy-button a {
}
	
/* Featured products
-------------------------------------------------------------- */

.mod-featured-products {
	margin: 0 0 30px 0;
}

.mod-featured-products .mod-footer {
	padding-top: 15px;
}

.mod-featured-products ul.product-list {
	margin: 0 ;
	padding: 0;
	list-style: none;
}

.mod-featured-products ul.product-list li.product {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	width: 33%;
    line-height: 140%;
}

.mod-featured-products .product-inner {
	margin: 0 10px 0 10px;
	padding: 10px 10px 10px 10px;
    background: #effae7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 100%;
}

.mod-featured-products .photo {
	margin: 10px 0 15px 0;
	text-align: center;  
}

.mod-featured-products .photo img {
	border: 1px solid #E3E4D1;
	max-width: 170px;
    padding: 1px;
    background: #fff;
}


.mod-featured-products h5 {
	margin: 0 0 10px 0;
    text-align: center;
}

.mod-featured-products h5 a {
	text-decoration: underline;
}

.mod-featured-products .description {
	color: #7A8071;
}

.mod-featured-products .price {
	color: #6d5641;
	font-size: 22px;
	margin: 0 0 10px 0;
    text-align: center;
    font-weight: bold;
}

.mod-featured-products .buy-button {
	 margin: 0 0 15px 0;
     text-align: center;
}

.mod-featured-products .mod-footer {
	text-align: center;
}


/* Collections
-------------------------------------------------------------- */

.mod-collections {
	margin: 0 0 30px 0;
}


.mod-collections ul.collection-list {
	margin: 0;
	padding: 0;
	list-style: none;
    background: yellow;
}

.mod-collections ul.collection-list li.collection {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	width: 33%;
}

.mod-collections ul.collection-list li.collection .collection-inner {
	margin: 0 10px 0 10px;
	padding: 1px 10px 1px 10px;
    background: #eef9ff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 100%;
}

.mod-collections ul.collection-list li.collection .photo {
	margin: 0 0 5px 0;
    text-align: center;
}

.mod-collections ul.collection-list li.collection .photo img {
	border: 1px solid #c8d5e7;
	max-width: 140px;
    padding: 1px;
    background: #fff;
}

.mod-collections ul.collection-list li.collection h5 {
	margin: 10px 0 10px 0;
    text-align: center;
}

.mod-collections ul.collection-list li.collection h5 a {
	color: #fea30d;
	text-decoration: underline;
}

.mod-collections ul.collection-list li.collection .info {
	color: #666666;
	text-shadow: -1px -1px #fff;
    font-size: 90%;
    text-align: center;
    margin: 0 0 10px 0;
}
	
    
/* Product details
-------------------------------------------------------------- */

.mod-product-details {
	margin: 0 0 20px 0;
}

.mod-product-details .mod-content {
	background-color: #f9f9f9;
	padding: 12px;
}

.mod-product-details #active-wrapper {
	border: 1px solid #dedede;
    padding: 1px;
    background: #ffffff;
    float: left;
    text-align: center;
}

.mod-product-details #active-wrapper img {
	max-width: 303px;
    margin: 0 auto 0 auto;
}

.mod-product-details .info {
	width: 330px;
	float: right;
}


.mod-product-details  #add-to-cart-msg {
	padding: 10px;
    display: none;
}

.mod-product-details  #add-to-cart-msg.visible {
	display: block;
}

/* if sidebar is disabled*/

.content-wrapper.full .mod-product-details .info {
    width: 580px;
}

.mod-product-details #product-gallery,
.mod-product-details #active-wrapper{
  width: 303px;
}

.mod-product-details #active-wrapper{
    position: relative;
    min-height: 50px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.mod-product-details #active-wrapper img{
    display: block;
    width: auto;
}

.mod-product-details #active-wrapper .zoomed{
    position: absolute;
    top: 0;
    left: 0;
    max-width: none
}

.mod-product-details #active-image-loading{
    background: #fff url('/cdn/shop/t/5/assets/icon-loading.gif?v=1355227278') 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 42%;
    left: 42%;
    z-index: 2;
    text-indent: -900em; overflow: hidden;
}

.mod-product-details #thumbs{
    margin: 0;
    list-style: none;
}

.mod-product-details #thumbs li{
  float: left;
  margin: 0 8px 8px 0;
  width: 54px;
  height: 54px;
  text-align: center;
}

.mod-product-details .no-js #thumbs li{ margin-right: 6px; }
.mod-product-details#thumbs li.last-in-row{
  margin-right: 0;
}

.mod-product-details #thumbs a{
  display: block;
  border: solid 1px #dedede;
  padding: 1px;
  background: #fff;
}

.mod-product-details #thumbs a:hover{
  border: solid 1px #eb0000;
}

.mod-product-details #thumbs img{
  margin: 0 auto;
  display: block;
}

.mod-product-details .price-box {
}

.mod-product-details .options {
}

.mod-product-details .options #purchase {
    border-bottom: 1px dotted #dedede;
	padding: 0 0 15px 0;
    text-align: right;
}

.mod-product-details .options p.price {
	font-weight: bold;
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #6d5641;
}

.mod-product-details .options .variants-wrapper {
	padding: 15px 0 8px 0;
    text-align: right;
    border-bottom: 1px dotted #dedede;
}

.mod-product-details .options .btn {

}

.mod-product-details .description {
	padding: 15px 0 0 0;
    margin: 0 0 15px 0;
    border-bottom: 1px dotted #dedede;
}

/* Tweets
-------------------------------------------------------------- */

.mod-tweets {
	margin: 0 0 20px 0;
}

.mod-tweets .mod-header h3 a {
	float: right;
	background: url('/cdn/shop/t/5/assets/twitter.png?v=1355227282') no-repeat;
	display: block;
	width: 24px;
	height: 24px;
    border-bottom: 0 !important;
    position: relative;
    top: 2px;
}

.mod-tweets .mod-header h3 a span {
	display: none;
}

.mod-tweets ul.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mod-tweets ul.tweet_list li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 11px;
    line-height: 140%;
	color: #7A8071;
	background: url('/cdn/shop/t/5/assets/twitter-stream-pointer.png?v=1355227282') 190px bottom no-repeat;
}

.mod-tweets ul.tweet_list li a {
	color: #7A8071;
}

.mod-tweets ul.tweet_list li .tweet_text {
	margin: 0;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
}


/* Recent posts
-------------------------------------------------------------- */

.mod-recent-posts {}

.mod-recent-posts .mod-header h3 a {
	float: right;
	background: url('/cdn/shop/t/5/assets/rss.png?v=1355227280')no-repeat;
	display: block;
	width: 24px;
	height: 24px;
    border-bottom: 0 !important;
    position: relative;
    top: 2px;
}

.mod-recent-posts .mod-header h3 a span {
	display: none;
}

.mod-recent-posts ul.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mod-recent-posts ul.post-list li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 11px;
    line-height: 140%;
	color: #fff;
	border-bottom: 1px dotted #a8d11ff;
}

.mod-recent-posts ul.post-list li.last,
.mod-recent-posts ul.post-list li:last-child {
	margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.mod-recent-posts ul.post-list li .date {
	color: #8d735c;
	margin: 0 0 5px 0;
    font-weight: bold;
}

.mod-recent-posts ul.post-list li h5 {
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 11px;
}

.mod-recent-posts ul.post-list li h5 a {
}

.mod-recent-posts ul.post-list li .title a {
}

.mod-recent-posts ul.post-list li .text {
	color: #7A8071;
}

.mod-recent-posts ul li .text a {
	color: #7A8071;
}


/* Tags
-------------------------------------------------------------- */

.mod-tags {
}

.mod-tags ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

.mod-tags ul li {
	margin: 0 7px 7px 0;
	padding: 0;
	float: left;
}

.mod-tags ul li a {
	display: block;
	padding: 0 5px 0 5px;
	background: #a8c795;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	text-decoration: none;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
}

.mod-tags ul li.selected a {
	background: #b8cee2;
    color: #ffffff;
}

/* Vertical menu
-------------------------------------------------------------- */

.mod-menu-v {
}

.mod-menu-v .mod-header h3 {
	margin-bottom: 0;
}

.mod-menu-v ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mod-menu-v ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #a8d1ff;
    list-style: none;
}

.mod-menu-v ul li div {
}

.mod-menu-v ul li a,
.mod-menu-v ul li a:hover,
.mod-menu-v ul li a:visited {
    padding: 9px 0 9px 10px;
	display: block;
	background: url('/cdn/shop/t/5/assets/menu-v-bullet.png?v=1355227279') 0 15px no-repeat;
	text-decoration: underline;
}

.mod-menu-v ul ul {
    margin: 5px 0 15px 10px;
    list-style: none;
}

.mod-menu-v ul ul li {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 0;
}

.mod-menu-v ul ul li a, .mod-menu-v ul ul li a:hover, .mod-menu-v ul ul li a:visited {
    padding: 0 0 0 10px;
	display: block;
	background: url('/cdn/shop/t/5/assets/small-bullet.png?v=1355227281') 0 6px no-repeat;
	font-size: 11px;
}

.mod-menu-v ul ul li.last,
.mod-menu-v ul ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.mod-menu-v ul ul li.selected a,
.mod-menu-v ul ul li.selected a:hover,
.mod-menu-v ul ul li.selected a:active,
.mod-menu-v ul ul li.selected a:visited{
}


/* Slideshow
-------------------------------------------------------------- */


.carousel {
	width: 100%;
	height: 300px;    
    position: relative;
    margin-bottom: 18px;
	margin: 0;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
      -ms-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
    display: block;
    line-height: 1;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.carousel .active,
.carousel .next,
.carousel .prev {
	display: block;
}

.carousel .active {
	left: 0;
}

.carousel .next,
.carousel .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel .next {
	left: 100%;
}

.carousel .prev {
	left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
	left: 0;
}

.carousel .active.left {
	left: -100%;
}

.carousel .active.right {
	left: 100%;
}

.carousel-control {
    position: absolute;
    top: 45%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 30px;
    line-height: 33px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 200;
}

a.carousel-control {
	text-decoration: none;
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-text {
	position: absolute;
	z-index: 50;
	top: 65px;
	left: 196px;
	width: 790px;
	color: #fff;
	font-size: 18px;
	background: url('/cdn/shop/t/5/assets/slideshow-text-bgr.png?v=1355227281');
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}

.carousel-text .carousel-text-inner {
	padding: 20px 80px 20px 20px;
}

.carousel-text h1 {
	font-size: 23px;
	font-weight: bold;
	margin: 0 10px 15px 0;
	float: left;
	width: 480px;
	color: #fff;
    line-height: 120% !important;
}

.carousel-text .text {
	font-size: 16px;
    line-height: 140%;
	float: left;
	width: 480px;
	margin: 0 10px 0px 0;
}

.carousel-text .price-label {
	float: right;
	background: url('/cdn/shop/t/5/assets/slideshow-label.png?v=1355296981') top left no-repeat;
	width: 194px;
	height: 99px;
    overflow: hidden;
}

.carousel-text .price-label .price-sign {
	text-align: center;
	padding: 10px 10px 5px 34px;
	font-size: 15px;
	font-weight: bold;
	text-shadow: -1px -1px #e67005;
    white-space: nowrap;
}

.carousel-text .price-label .price-value {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding: 0 0 0 26px;
	text-shadow: -2px -1px #e67005;
    white-space: nowrap;
}

/* Blog
-------------------------------------------------------------- */

.mod-blog {}

.mod-blog ul.post-list {
	margin: 0;
    padding: 0;
    list-style: none;
}

.mod-blog ul.post-list li {
	margin: 0 0 30px 0;
    padding: 0 0 15px 0;
	border-bottom: 1px #e8e8e8 dotted;
}

.mod-blog ul.post-list .post-header {
	margin: 0 0 20px 0;
	padding: 10px;
    background: #efefef;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.mod-blog ul.post-list .post-header h3 {
	margin: 0;
}

.mod-blog ul.post-list .date {
    color: #666666;
}

.mod-blog ul.post-list .description {
}

.mod-blog ul.post-list .extras {
	margin: 0;
}

.mod-blog ul.post-list .extras .disabled {
	color: gray;
}


/* Blog article
-------------------------------------------------------------- */

.mod-article {}

.mod-article .extras {
	background: #efefef;
    padding: 10px;
    margin: 0 0 30px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.mod-article .extras p.author {
	margin: 0;
    color: #666666;
    font-style: italic;
}

.mod-article .comment {
  margin: 0 0 20px 0;
}

.mod-article .comment-author {
    float: left;
    width: 17%;
    padding: 12px 0 0 0;
    font-weight: bold;
    text-align: right;
    color: #666666;
}

.mod-article .comment-content {
    background: #efefef;
    float: right;
    width: 75%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 15px;
    color: #666666;
}
  
.mod-article .comment-arrow {
    width: 0px;
    height: 0px;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-right: 8px solid #efefef; /* arrow colour */
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: 14px;
    left: -8px;
}

.mod-article .comment-posted{
    font-style: italic;
    margin: 0;
    color: #999999;
}


/* Search
-------------------------------------------------------------- */

.mod-search-results {}

.mod-search-results #search-form {
	padding: 10px 0 30px 30px;
}

.mod-search-results #search-form .btn {
	margin-left: 10px;
}

.mod-search-results ul.results {
	margin: 0;
    padding: 0;
    list-style: none;
}

.mod-search-results ul.results li.item {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: dotted 1px #e8e8e8;
}
  
.mod-search-results ul.results .thumbnail {
	float: left;
    padding: 5px;
    margin: 0 20px 10px 0;
    width: 75px;
    min-height: 75px;
}

.mod-search-results ul.results .thumbnail img {
    width: 75px;
    min-height: 75px;
}
.mod-search-results ul.results .search-excerpt{
	margin: 0 0 0 75px;
}

/* Misc
-------------------------------------------------------------- */

.specials {
	margin: 0 0 10px 0;
}

.specials img {
	margin: 0 0 10px 0;
}

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


ul.share {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.share li {
	margin: 0 0 10px 0;
	padding: 0;
}


/* Misc
-------------------------------------------------------------- */

#toggle-note {white-space: nowrap;}

.comment-form {
	margin: 40px 0 0 0;
}


/* Cart
-------------------------------------------------------------- */

.mod-cart {}

.mod-cart table {
    width: 100%;
    margin: 0 0 20px 0;
}

.mod-cart table.items td {
	padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.mod-cart table.items td.quantity input {
	margin-bottom: 0 !important;
}

.mod-cart table.items td.name {
	text-align: left;
} 

.mod-cart table.items td.photo img {
	padding: 1px;
    border: 1px solid #e8e8e8;
}


.mod-cart table.items input.text {
    text-align: center;
    width: 100px;
}

.mod-cart table.items .subtotal {
    text-align: center;
}

.mod-cart table.items .update-quantities {
    text-align: center;
}

.mod-cart  #checkout-proceed {
    float: right;
    width: 38%;
    text-align: right;
}

.mod-cart #checkout-addnote {
    float: left;
    width: 60%;
}

.mod-cart table.items #checkout-addnote a {
    display: block;
    width: 165px;
    float: left;
}

.mod-cart table.items th {text-align: center;}

.mod-cart table.items #checkout-addnote textarea {
	border: solid 1px #e8e8e8;
	color: #000;
    width: 250px;
    height: 60px;
    float: left;
    padding: 4px;
}

.mod-cart table.items .js #checkout-addnote textarea {
    display: none;
}

.mod-cart table.items #additional-checkout-buttons {
    padding: 5px;
    margin: 5px 0 0 0;
}

.mod-cart table.items #additional-checkout-buttons-label {
    border-bottom: solid 1px #e8e8e8;
    display: block;
    margin: 0 0 8px 0;
    font-size: 11px;
    font-weight: bold;
}


/* Login and pass
-------------------------------------------------------------- */

#contact-form {
    margin-top: 30px;
}

#page-actions {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
	border-bottom: 1px dotted #e8e8e8;
}

.login-left-column {
    float: left;
    width: 55%;
}

.login-right-column {
    float: right;
    width: 40%;
}

#recover-password {
    display: none;
    float: left;
    width: 55%;
}




/* Customer orders
-------------------------------------------------------------- */


.mod-account #customer_orders {
    width: 70%;
    float: left;
}

.mod-account #customer_orders table {
    width: 100%;
}

.mod-account #customer_sidebar {
    width: 27%;
    float: right
}

.mod-account #customer_detail {
	background: #f5f5f5;
    margin: 0 0 40px 0;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


.mod-account .address p,
.mod-account .view_address p {
    margin: 0;
}

.mod-account #view_address {
 border-top: solid 1px #e8e8e8;
 padding: 10px 0 0 0;
 margin-top: 10px;
 display: block;
}



/* Customer address
-------------------------------------------------------------- */

.address_actions {
    float: right;
}

.address_actions .action_edit {
	border-right: solid 1px #dbdbdb;
	padding-right: 10px;
}

.address_actions .action_delete {
    padding-left: 16px;
}

.action_top {
    margin: 0 0 20px 0;
}

.action_edit,
.action_delete,
.action_add {
    display: inline-block;
    padding-left: 16px;
}

.action_edit {
	background: url(/cdn/shop/t/5/assets/edit-sml.png?v=1355227275) 0 0 no-repeat;
}

.action_delete {
	background: url(/cdn/shop/t/5/assets/delete-sml.png?v=1355227275) 0 1px no-repeat;
}

.action_add {
	background: url(/cdn/shop/t/5/assets/add-sml.png?v=1355227273) 0 0 no-repeat;
}

.address_table {
	background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 0 20px 0;
}

/* View order
-------------------------------------------------------------- */

.mod-order .order_date {
    border-bottom: solid 1px #e8e8e8;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}

.mod-order #order_address {
    overflow: hidden;
    height: 1%;
    margin: 0 0 20px 0;
}

.mod-order #order_address #order_payment {
    float: left;
    width: 47%;
    margin-right: 3%;
}

.mod-order #order_address #order_shipping {
    float: left;
    width: 47%;
    margin-left: 3%;
}

.mod-order #order-details-table .order-summary {
	background: #fffaeb;
    font-weight: bold;
    color: #7b5530;
}

.mod-order #order-details-table .quantity,
.mod-order #order-details-table .price,
.mod-order #order-details-table .sku, {
	text-align: center;
}

.mod-order .order-status {
	background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* Bootstrap form customization 
-------------------------------------------------------------- */

label {
	color: gray;
}

label strong.req {
	color: #fea30d;
}

.form-actions {
	background: none;
    border-top: 1px solid #e8e8e8;
}


/* Bootsrap buttons customization
-------------------------------------------------------------- */

.btn-primary.active {
  color: rgba(255, 255, 255, 0.75);
}


.btn-primary,
.btn-primary:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #ffa33c, #ff5c23);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa33c), to(#ff5c23));
  background-image: -webkit-linear-gradient(top, #ffa33c, #ff5c23);
  background-image: -o-linear-gradient(top, #ffa33c, #ff5c23);
  background-image: linear-gradient(to bottom, #ffa33c, #ff5c23);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa33c', endColorstr='#ffff5c23', GradientType=0);
  border-color: #ff5c23 #ff5c23 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ff5c23;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #ff5c23;
  *background-color: #df8505;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #c67605;
}


/* Misc
-------------------------------------------------------------- */

.or {
	margin-left: 7px;
    margin-right: 7px;
    color: gray;
}

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}



/* Typography
-------------------------------------------------------------- */

body {font-size: 13px; font-family: Helvetica, Arial, sans-serif; font-weight: normal;}

a, a:active, a:hover, a:visited { 
    color: #59B200;
    text-decoration: underline;
}

a:hover { 
    color: #59B200;
    text-decoration: underline;
}

.content h1 {font-family: Helvetica, Arial, sans-serif; line-height: 140%; font-size: 24px; font-weight: bold; font-style: normal; color: #006600; margin: 0 0 15px 0;}
.content h2 {font-family: Helvetica, Arial, sans-serif; line-height: 140%; font-size: 20px; font-weight: bold; font-style: normal; color: #666666; margin: 0 0 15px 0;}
.content h3 {font-family: Helvetica, Arial, sans-serif; line-height: 140%; font-size: 18px; font-weight: bold; font-style: normal; color: #006600; margin: 0 0 15px 0;}
.content h4 {font-family: Helvetica, Arial, sans-serif; line-height: 140%; font-size: 16px; font-weight: normal; font-style: normal; color: #666666; margin: 0 0 15px 0;}
.content h5 {font-family: Helvetica, Arial, sans-serif; line-height: 140%; font-size: 13px; font-weight: bold; font-style: normal; color: #006600; margin: 0 0 10px 0;}
.content h6 {font-family: Helvetica, Arial, sans-serif; line-height: 140%; font-size: 13px; font-weight: normal; font-style: italic; color: #666666; margin: 0 0 10px 0;}

