/*
    Theme Name: Tyre To Travel
	Theme URI: http://www.forsitemedia.net/services/
	Description: Tyre To Travel child theme created for the Genesis Framework.
    Author: ForSite Media
    Author URI: http://www.forsitemedia.net/
 
    Version: 1.0
 
    Tags: buddypress, blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);


/* Defaults
------------------------------------------------------------ */

body,
p,
select,
textarea {
	color: #6e6e6e;
	font-family: 'Droid Sans', arial, sans-serif;;
	font-size: 12px;
	font-weight: 300;
	line-height: 21px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #6e6e6e;
	line-height: 21px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}
textarea { white-space:pre !important; word-wrap: normal !important; }

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong {
	font-weight: 700;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
		
	
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 15px auto;
	width: 995px;
	padding: 0;
}

#header,
#nav,
#inner,
#footer {
	margin: 0 auto;
	width: 985px;
}


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

#header {
	margin: 0 auto;
	min-height: 90px;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 400px;
}

#title {
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	padding: 25px 20px 0 0;
	width: 510px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 75px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

/*.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	background: url(images/logo.png) no-repeat top left transparent;
	width: 300px;
}*/
#title a {
	background: url(images/logo.png) no-repeat top left transparent;
	width: 300px;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
#header .menu {
	-moz-box-shadow: 1px 3px 5px #6d6d6d;
	-webkit-box-shadow: 1px 3px 5px #6d6d6d;
	background: url(images/nav.png) repeat-x top left transparent;
	box-shadow: 1px 3px 5px #6d6d6d;
	clear: both;
	color: #333;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#subnav {
	padding-bottom: 15px;
}

.menu-secondary {
	border: none;
	clear: both;
	font-size: 10px;
	font-weight: 700;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.menu-primary {
	border-top: 1px solid #ddd;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
#header .menu a {
	border-right: 1px solid transparent;
	color: #6d6d6d;
	display: block;
	padding: 3px 15px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
}

.menu-secondary a {
	color: #6d6d6d;
	display: block;
	padding: 3px 15px;
	position: relative;
	text-decoration: underline;
}

.menu-primary li.home-nav a,
.menu-secondary li.home-nav a,
#header .menu li.home-nav a {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	border-right: 1px solid #ddd;
	background: url(images/nav-hover.png) repeat-x 0 0 #fff;
}

.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
	background-color: #fff;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 4px 10px 3px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #f5f5f5;
	color: #333;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

#menu-footer-menu {
	padding-left: 25px;
	width: 960px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat 0 -4px transparent;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}

.menu li.nederlands {
	float: right;
	padding: 0 10px 0 0;
}

.menu li.nederlands a {
	background: url(images/nederlands.png) no-repeat 0 0px transparent;
	text-indent: -9999px;
}

.menu li.english {
	float: right;
	padding: 0 10px 0 0;
}

.menu li.english a {
	background: url(images/english.png) no-repeat 0 0px transparent;
	text-indent: -9999px;
}

.menu li.duits {
	float: right;
	padding: 0 10px 0 0;
}

.menu li.duits a {
	background: url(images/duits.png) no-repeat 0 0px transparent;
	text-indent: -9999px;
}

.menu li.english a:hover,
.menu li.nederlands a:hover {
	border: none;
}

#wp-admin-bar-my-account-forums {
	display: none;
}

/* Inner
------------------------------------------------------------ */

#inner {
	-moz-box-shadow: 1px 3px 5px #6d6d6d;
	-webkit-box-shadow: 1px 3px 5px #6d6d6d;
	background-color: #fff;
	box-shadow: 1px 3px 5px #6d6d6d;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 15px auto;
	overflow: hidden;
	padding: 20px 0;
}

.home #inner,
.page #inner {
	padding: 0;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Homepage 
------------------------------------------------------------ */

#home-top-bg {
	background: url(images/home-top.jpg) no-repeat top center transparent;
	height: 277px;
} 

#home-top .wrap {
	overflow: hidden;
	padding: 10px;
	width: 965px;
}

#home-top a,
#home-top a:visited {
	color: #fff;
	text-decoration: underline;
}

#home-top a:hover {
	text-decoration: none;
}

.home-top-1 {
	float: left;
	height: 235px;
	width: 25%;
}

#home-top .widget {
	margin: 0;
	padding: 30px 15px;
}

.home-top-2,
.home-top-3 {
	float: left;
	width: 25%;
}

.home-top-4 {
	float: right;
	width: 240px;
}

.home-top-4 p {
	font-size: 13px;
}

#home-top h4,
#home-top h4 a {
	font-size: 18px;
	font-weight: 700px;
	text-align: center;
}

.home-top-image {
	padding-top: 15px;
}

#home-middle {
	clear: both;
	overflow: hidden;
}

.home-middle-1 {
	float: left;
	width: 250px;
	padding-right: 80px;
}

.home-middle-2 {
	float: left;
	width: 250px;
}

.home-middle-3 {
	float: right;
	width: 250px;;
}

#content #home-middle h4 {
	margin: 0 0 30px;	
}

.home-download {
	background: url(images/download_shadow.png) no-repeat bottom center transparent;
	height: 75px;
	width: 100%;
	padding: 0 0 10px;
}

.download-container {
	width: 985px;
}

.download-text {
	width: 562px;
	float: left;
	padding: 25px 0 0px 10px;
}

.download-image {
	width: 210px;
	float: right;
}

.usb-button {
float: left;
padding-top: 15px;
padding-left: 20px;
}

p.download {
	font-size: 18px;
	padding: 0;
}

img.download-button {
	padding: 15px 0 10px;
}

.home-middle-3 .featuredpost .post,
.home-middle-3 .featuredpage .page {
	padding: 0;
}

.home-middle-3 h2,
.home-middle-3 h2 a {
	font-size: 13px;
}

.home .post-info {
	margin: 0;
}

#text-24.widget {
	margin: 0;
	padding: 0;
}

.home-middle-1 .alignleft,
.home-middle-1 .alignright {
	max-width: 100px !important;
}

/* Content
------------------------------------------------------------ */

.home-page #content {
	padding: 50px 40px 20px;
}

.page #home-top-bg {
	margin-bottom: 20px;
}

#content {
	float: left;
	padding: 10px 20px;
	width: 410px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 665px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 905px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	/*overflow: hidden;*/
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Droid Sans', arial, serif;
	font-weight: 700;
	margin: 0 0 10px;
	text-shadow: 1px 1px 1px #fff;
}

h1 {
	font-size: 22px;
	margin-bottom: 20px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
}

h2 a,
h2 a:visited {
	font-family: 'Droid Sans', arial, serif;
}

h2 a:hover {
	color: #6d6d6d;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 18px;
}

h4 {
	border-bottom: none !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.taxonomy-description h1,
.widget-area h4 {
	font-size: 14px;
	padding: 9px 10px 8px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 13px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-weight: 700;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


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

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

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

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 12px;
	width: 280px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: 12px;
}

.sidebar .widget {
	background-color: #fff;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


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

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: 700;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


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

#footer {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	display: none;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: 700;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Download Tyre page
------------------------------------------------------------ */

.download .post-80 table { 
	background: url(images/tyre-plus_uk.png) no-repeat 425px 0 transparent;
	border-collapse:collapse;
}

.download .post-23 table {
	background: url(images/tyre-plus_de.png) no-repeat 425px 0 transparent;
	border-collapse:collapse;
}

.download table { 
	background: url(images/tyre-plus_nl.png) no-repeat 425px 0 transparent;
	border-collapse:collapse;
}

.download tbody {
	
}

.download th {
	height: 50px;
	font-size: 18px;
	vertical-align: bottom;
}

.download tr {
	height: 20px;
}

.download td {

}

.download .tyre-feature {
	width: 250px;
}

.download .in-between {
	width: 20px;
}

.download .tyre-pro {
	width: 150px;
}

.download .tyre-plus {
	width: 150px;
}

.download .tyre-basic {
	width: 150px;
}

.download .feature-tyre {
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
}

.download .inclusive {
	background: url(images/inclusive.png) no-repeat 65px 3px transparent;
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	text-indent: -9999px;
}

.download .exclusive {
	background: url(images/exclusive.png) no-repeat 65px 2px transparent;
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	text-indent: -9999px;
}

.download .price-tyre {
	text-align: center;
	font-weight: 700;
}

.download .price {
	height: 40px;
	vertical-align: bottom;
}

.download .order-tyre {
	height: 75px;
	text-align: center;
}

.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce-page #review_form #submit.alt,
.woocommerce #review_form #submit.alt,
.menu-library-container li,
.woocommerce a.button.alt,
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.tyre-button,
.download .buy-tyre a,
.single-product .widget_nav_menu li a {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    line-height: normal;
    cursor: pointer;
    position: relative;
    font-family: sans-serif;
    text-decoration: none;
    overflow: visible;
    border: 1px solid #969696;
    background: #f5f5f5;
    background: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e1e1e1));
    background: -webkit-linear-gradient(#f5f5f5,#e1e1e1);
    background: -moz-linear-gradient(center top,#f5f5f5 0,#e1e1e1 100%);
    background: -moz-gradient(center top,#f5f5f5 0,#e1e1e1 100%);
    padding: 5px 10px;
    color: #676767;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075),inset 0 1px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075),inset 0 1px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075),inset 0 1px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.1);
}

.sidebar.widget-area ul#menu-library li {
	padding: 5px 15px;
}

.sidebar.widget-area ul#menu-library li a,
.widget_nav_menu li a {
	color: #676767; 
	display: block;
	padding: 5px 15px;
	width: 200px;
}

.woocommerce-page a.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce-page #review_form #submit.alt:hover,
.woocommerce #review_form #submit.alt:hover,
.menu-library-container li:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
tyre-button:hover,
.download .buy-tyre a:hover {
    background: #fafafa;
    background: -webkit-gradient(linear,left top,left bottom,from(#bababa),to(#e6e6e6));
    background: -webkit-linear-gradient(#bababa,#e6e6e6);
    background: -moz-linear-gradient(center top,#bababa 0,#e6e6e6 100%);
    background: -moz-gradient(center top,#bababa 0,#e6e6e6 100%);
    text-decoration: none;
}

#subscribe_to_newsletter_field {
	width: 50%;
}

/* Flags, vlaggen
------------------------------------------------------------ */

.sidebar.widget-area ul#menu-library li a {
	background-position: right;
	background-repeat: no-repeat;
	background-position: 200px;
}

.sidebar.widget-area ul#menu-library li.au a {
  background-image: url(images/sprite.png);
  background-position: 190px -399px;
}
.sidebar.widget-area ul#menu-library li.at a {
  background-image: url(images/sprite.png);
  background-position: 190px -430px;
}
.sidebar.widget-area ul#menu-library li.be a {
  background-image: url(images/sprite.png);
  background-position: 190px -461px;
}
.sidebar.widget-area ul#menu-library li.br a {
  background-image: url(images/sprite.png);
  background-position: 190px -492px;
}
.sidebar.widget-area ul#menu-library li.ca a {
  background-image: url(images/sprite.png);
  background-position: 190px -523px;
}
.sidebar.widget-area ul#menu-library li.cz a {
  background-image: url(images/sprite.png);
  background-position: 190px -554px;
}
.sidebar.widget-area ul#menu-library li.dk a {
  background-image: url(images/sprite.png);
  background-position: 190px -585px;
}
.sidebar.widget-area ul#menu-library li.ee a {
  background-image: url(images/sprite.png);
  background-position: 190px -616px;
}
.sidebar.widget-area ul#menu-library li.fi a {
  background-image: url(images/sprite.png);
  background-position: 190px -647px;
}
.sidebar.widget-area ul#menu-library li.fr a {
  background-image: url(images/sprite.png);
  background-position: 190px -678px;
}
.sidebar.widget-area ul#menu-library li.de a {
  background-image: url(images/sprite.png);
  background-position: 190px -709px;
}
.sidebar.widget-area ul#menu-library li.gb a {
  background-image: url(images/sprite.png);
  background-position: 190px -740px;
}
.sidebar.widget-area ul#menu-library li.ie a {
  background-image: url(images/sprite.png);
  background-position: 190px -771px;
}
.sidebar.widget-area ul#menu-library li.it a {
  background-image: url(images/sprite.png);
  background-position: 190px -802px;
}
.sidebar.widget-area ul#menu-library li.lv a {
  background-image: url(images/sprite.png);
  background-position: 190px -833px;
}
.sidebar.widget-area ul#menu-library li.lu a {
  background-image: url(images/sprite.png);
  background-position: 190px -864px;
}
.sidebar.widget-area ul#menu-library li.nl a {
  background-image: url(images/sprite.png);
  background-position: 190px -895px;
}
.sidebar.widget-area ul#menu-library li.no a {
  background-image: url(images/sprite.png);
  background-position: 190px -926px;
}
.sidebar.widget-area ul#menu-library li.pl a {
  background-image: url(images/sprite.png);
  background-position: 190px -957px;
}
.sidebar.widget-area ul#menu-library li.pt a {
  background-image: url(images/sprite.png);
  background-position: 190px -988px;
}
.sidebar.widget-area ul#menu-library li.sk a {
  background-image: url(images/sprite.png);
  background-position: 190px -1019px;
}
.sidebar.widget-area ul#menu-library li.si a {
  background-image: url(images/sprite.png);
  background-position: 190px -1050px;
}
.sidebar.widget-area ul#menu-library li.es a {
  background-image: url(images/sprite.png);
  background-position: 190px -1081px;
}
.sidebar.widget-area ul#menu-library li.se a {
  background-image: url(images/sprite.png);
  background-position: 190px -1112px;
}
.sidebar.widget-area ul#menu-library li.ch a {
  background-image: url(images/sprite.png);
  background-position: 190px -1143px;
}
.sidebar.widget-area ul#menu-library li.us a {
  background-image: url(images/sprite.png);
  background-position: 190px -1174px;
}
.sidebar.widget-area ul#menu-library li.vn a {
  background-image: url(images/sprite.png);
  background-position: 190px -1205px;
}

/* WooCommerce styling 
------------------------------------------------------------ */

.woocommerce-checkout .col2-set .col-1,
.woocommerce-account form {
	width: 75%;
}

.woocommerce-account #content {
	width: 945px;
}

.woocommerce-account .col2-set {
	
}

span.sku,
div.product .woocommerce_tabs ul.tabs li.reviews_tab, 
.woocommerce_ordering {
	display: none;
}

/* bbPress styling
------------------------------------------------------------ */

.bbPress .avatar {
	padding: 0;
}

fieldset {
display: block;
-webkit-margin-start: 2px;
-webkit-margin-end: 2px;
-webkit-padding-before: 0.35em;
-webkit-padding-start: 0.75em;
-webkit-padding-end: 0.75em;
-webkit-padding-after: 0.625em;
border: 0px groove threedface;
border-image: initial;
}

.bbp-submit-wrapper p label {
display: none;
}

#bsbm_form {
text-align: left;
}


#sidebar .bbp-login-form label {
width: 150px !important;
font-size: 14px;
font-weight: normal;
}



/* Tooltip
------------------------------------------------------------ */

.feature-tyre a.easy-tooltip {
	color: #0d72c7;
} 

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 600px) {

	body,
	#header, 
	#nav, 
	#inner, 
	#footer {
		width: 100%;
		margin: 0 auto;
	}
	
	.header-full-width #title-area, 
	.header-full-width #title, 
	.header-full-width #title a {
		width: 100%;
	}
	
	.menu-primary ul,
	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	#header .menu li,
	#header .menu li ul,
	#header .menu li ul a {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
		width: 50%;
		text-align: center;
		height: 30px;
	}
	
	.menu li.nederlands a,
	.menu li.english a {
		width: 100%;
	}
	
	.header .menu,
	.menu-primary {
		background-color: #fff;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
	.menu-primary li.home-nav a, 
	.menu-secondary li.home-nav a, 
	#header .menu li.home-nav a {
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
	#home-top-bg {
		background: none;
		height: 100%;
	} 

	#home-top .wrap {
		width: 100%;
	}

	.home-top-1 {
		background: url(images/home-top.jpg) no-repeat top center transparent;
		float: none;
		height: 235px;
		width: 100%;
	}

	.home-top-2,
	.home-top-3 {
		background: url(images/home-top.jpg) no-repeat top center transparent;
		height: 235px;
		float: none;
		width: 100%;
	}

	.home-top-4 {
		float: right;
		width: 100%;
	}

	#home-middle {
		width: 95%;
		padding: 10px;	
	}
	
	.home-middle-1,
	.home-middle-2,
	.home-middle-3 {
		float: left;
		width: 100%;
		padding-right: 0;
		height: 100%;
	}
	
	.home-middle-3 .featuredpost .post, 
	.home-middle-3 .featuredpage .page {
		width: 100%;
	}
	
	.download-text {
		width: 100%;
		float: left;
		padding: 10px;
	}
	
	.home-download {
		background: url(images/download_shadow.png) no-repeat bottom center transparent;
		height: 75px;
		width: 100%;
		padding: 0 0 10px;
	}

	.download-container {
		width: 100%;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.menu-primary li a,
	.menu-secondary li a,
	#header .menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	#header .menu li li a,
	#header .menu li li a:link,
	#header .menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		background: #666;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	#header .menu li ul ul ul {
		background: #999;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		margin: 0;
	}

}

@media only screen and (max-width: 985px) {

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}

	#header .widget-area {
		padding: 0 0 10px;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	.menu li.right {
		display: none;
	}

	#inner {
		padding: 20px 0 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}
	
	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

}


/*
 *	Theme modifications jan 2013
 */
.single-product .messagebox-page {
	margin-left: 2px;
	width: 583px;
}

.woocommerce-checkout .col2-set .col-2 {
	width: 75%;
	float: left;
}
#billing_email_field {
	clear: left;
}

/* no-header */
.no-header #home-top-bg, .no-header .above-content{
	display: none;
}
.lifetime_heading{
	text-align: center;
	padding: 10px 0 10px 0;
	display: block !important;
	margin-bottom: 30px;
	width: 985px !important;
	margin-left: -40px !important;
	color: #fff !important;
	text-shadow: none !important;
	background: #ededed;
	box-shadow: inset 0 0 3px #c2c2c2;
	font-weight: normal;
	font-size: 18px;
	clear: both;
	color: #6e6e6e !important;
}
.lifetime_heading a{
	font-size: 18px;
}
.downloads ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.downloads ul li.product:hover{
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}
.downloads ul li.product{
	list-style: none;
	overflow: hidden;
	width: 31.3%;
	display: block;
	float: left;
	padding: 0;
	margin: 0 3% 3% 0;
	transition: .5s all;
}
.downloads ul li.last{
	margin-right: 0% !important;
}
.product .excerpt{
	height: 95px;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #ededed;
}
.product .excerpt a{
	float: right;
}
.product a.thumb{
	height: 140px;
	display: block;
	overflow: hidden;
}
.product h3{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.downloads li.product .compare{
	float: left;
	width: 100px;
	padding-top: 15px;
}
.downloads li.product img{
	max-width: 100% !important;
}
.downloads li a{
	color: #6e6e6e;
	text-decoration: underline;
}
.downloads li a:hover{
	text-decoration: none;
}
.downloads li.product .price{
	font-size: 18px;
	padding-top: 15px;
	display: block;
	width: 60px;
	float: right;
}
.downloads li.product .button:hover, a.button_orange:hover{
	background: #c2c2c2;
}
.downloads li.product .button, a.button_orange{
	transition: all .5s;
	background: #f7932e;
	color: #fff;
	border: none;
	padding: 5px 15px;
	border-radius: 3px;
	margin: 10px 0 10px 0;
	float: right;
}
a.button_orange{
  float: none;
  clear: both;
}
.downloads li.product{
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.downloads li.product .content{
	padding: 15px;
}
.woocommerce ul{
	list-style-position: inside;
}
#compare{
	display: none;
	padding: 20px;
}
#compare td.y{
	color: #00cc09;
	font-weight: bold;
	font-size: 18px;
}
#compare td.n{
	color: #ff0000;
	font-size: 12px;
}
#compare th{
	padding: 0 10px;
	border-bottom: 2px solid #ededed;
}
#compare td{
	text-align: center;
}
#compare td:first-child{
	text-align: left;
	border-right: 1px solid #ededed;
}
#compare td{
	border-bottom: 1px solid #ededed;
}
#compare.active{
	display: table;
	z-index: 800;
	position: absolute;
	width: 800px;
	background: #fff;
	margin: auto auto;
	top: 100px;
}
#overlay{
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0, 0, 0, .5);
	z-index: 700;
	position: fixed;
	top: 0px;
}

.header-widget-area #loginform{
	float: right;
	margin-top: -30px;
}
.header-widget-area #loginform label{
	width: 140px;
	float: left;
	display: block;
	clear: left;
}
.header-widget-area #loginform a{
	text-decoration: underline;
}
.header-widget-area #loginform a,
.header-widget-area #loginform p,
.header-widget-area #loginform label{
	color: #fff !important;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}
.header-widget-area #loginform .button-primary{
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.help table td{
	vertical-align: top;
}
.help table td{
	border-left: 1px solid #ededed;
	padding-left: 20px;
	width: 25%;
}
.help table td:first-child{
	border-left: none;
	padding-left: 0px !important;
}
.help table{
	table-layout: fixed;
	margin-bottom: 30px;
}

.manual h3:before{
	content: '▸ ';
}
.manual h3.active:before{
	content: '▾ ';
}
.manual h3 a{
	color: #6e6e6e;
}
#tab-description table{
	table-layout: fixed;
}
#tab-description td{
	vertical-align: top;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 15px 15px 0px 15px;
}
#tab-description tr td:first-child{
	border-left: 0;
	padding-left: 0px;
}
#tab-description table tr:last-child td{
	border-bottom: 0;
}
.summary .product_meta{
	display: none;
}

.price strike{
	position: absolute;
	font-size: 11px;
	margin: -15px 0 0 -20px;
}
body.webshop .compare{
	display: none;
}
#product_subnav{
	padding: 0;
}

.woo_sc_links{
	clear: both;
	height: 60px;
}
.woo_sc_link{
	float: left;
	width: auto !important;
	padding: 20px;
}