/*  
Theme Name: TTV
*/




@import url("default.css");

strong {
	font-weight: bold;
}

body #bodychild { border-top: 6px solid #b1b2b3; } 
body #outercontainer { 
	background: #fff url('images/background.png') top center repeat-y;
	width: 100%; 
	float: left; 
	border-top-width: 0; 
}

#top {
	padding: 15px 0px 0px 0px;
}

body #logo {
	margin: 0 0 10px;
}

body #headerright ul {
	list-style: none;
	margin: 0 0 0 1.5em;
}

.header-email {
	margin: 0 0 10px;
}

#maincontent {
	margin-bottom: 20px;
}

/*Menu*/
body .sf-menu a, 
body .sf-menu a:visited, 
body #topnav li li a, 
body .sf-menu li li a, 
body .sf-menu li li a:visited {
    color: #4D4D4D;
    font-style: italic;
}

body #topnav li a:hover, 
body #topnav .current_page_item > a, 
body #topnav .current_page_item > a:hover, 
body #topnav .current_page_parent > a, 
body #topnav .current_page_parent > a:hover, 
body #topnav .current-menu-parent > a, 
body #topnav .current-menu-parent > a:hover, 
body #topnav .current-menu-item > a, 
body #topnav .current-menu-item > a:hover, 
body #topnav li li a.current, 
body #topnav li li a:hover,
body.single-product #menu-item-267 a {
	color: #0044cc;
}

body.single-product #menu-item-321 a {
  color: #4D4D4D;	
}



body #footer {
	color: #4d4d4d;
	margin-bottom: 0;
}
body #outerfooter {
    background-color: #c6c7c7;
}

body #topnav li ul .sf-with-ul,
body #topnav li li .sf-with-ul:hover {
    background: url('images/menu-arrow-hover.png') 130px center no-repeat;
}
body #topnav li li .sf-with-ul:hover {
    background-image: url('images/menu-arrow.png');
}

body #topnav li ul ul.sub-menu li a,
body #topnav li ul ul.sub-menu li a:hover {
	background: none;
}

body.archive #topnav #menu-item-321 a {
	color: #4D4D4D;
}

/*Buttons*/
a.btn, 
a.btn:visited,
.btn:hover,
.btn:focus, 
input.btn, 
input.btn:visited, 
/*input[type="submit"], */
a.more-link, 
div.product form.cart button.btn, 
#content div.padcontent a.btn.alt, 
#maincontent div.entry-content a.btn.alt, 
#content div.padcontent #order_review input.btn.alt, 
#maincontent div.entry-content #order_review input.btn.alt, 
#content div.padcontent form input.btn, 
#maincontent div.entry-content form input.btn, 
#content div.padcontent form .btn, 
#maincontent div.entry-content form .btn, 
#sidebar button.btn,
.add_to_wishlist {
 	background-color: #006DCC !important;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC) !important;
    background-repeat: repeat-x !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    border-radius: 6px 6px 6px 6px !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 15px;
    text-align: center;
    text-transform: none !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    vertical-align: middle;
}

.single-product .btn {
	 margin: 0 auto 20px !important;
	 display: block;
	 max-width: 200px;
}

body #outerfootersidebar {
    background-color: #DDDEDE;
    border-top: none;
    border-bottom: none;
}

body #footersidebar {
	background: url('images/Union-Jack.png') 555px 0 no-repeat;
}
body #footersidebar .widget-title {
	color: #4d4d4d;
	font-size: 24px;
}
body #footersidebar .textwidget p {
	color: #222222;
	font-size: 12px;
	line-height: 24px;
}


body #sidebar ul ul {
	padding-left: 12px;
}
body #sidebar li li {
    border-bottom: 0px solid #F2F2F2;
}


.TT, 
body a, 
body a:visited, 
body .colortext, 
body .colortext a, 
body .colortext a:visited {
	color: #0044CC; /*blue*/
}
.TT
{
	font-weight: bold;
}
.TT span 
{
	color: #f91d00; /*red*/
}


.home #outermain {
    padding: 0;
}

.product-info {
	width: 380px;
	float: left;
	margin-right: 20px;
}
.product-info-long {
	width: 412px;
	min-height: 20px;
	float: left;
	margin-right: 20px;
}

.search .product-info-long {
	width: 382px
}
.part-number {
	width: 102px;
	float: left;
	margin-right: 20px;
}
.part-number strong {
	display: block
}
.cta {
	width: 104px;
	float: left;
	text-align: right;
}
.engine-type-long  {
	width: 504px;
	min-height: 20px;
	float: left;
	margin-right: 20px;

}

/*Buttons*/
body #outermain #main-content #content a.btn-green,
body #outermain #main-content #content a.btn-green:active,
body #outermain #main-content #content a.btn-green:visited,
body #outermain #main-content #content a.btn-green:hover {
    background-color: #5BB75B !important;
    background-image: linear-gradient(to bottom, #62C462, #51A351) !important;
    background-repeat: repeat-x !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
}

body #outermain a.btn-red,
body #outermain a.btn-red:active,
body #outermain a.btn-red:visited,
body #outermain a.btn-red:hover {
    background-color: red !important;
    background-image: linear-gradient(to bottom, red, red) !important;
    background-repeat: repeat-x !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    padding: 4px !important;
    color: #fff !important;
}

#availability a.btn-green {
	width: 130px;
}
/*Product Styles*/

.manufacturer-header {
	overflow: hidden;
}
.manufacturer-header img {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	border: 1px solid #cacacb;
	float: left;
	margin: 0 15px 15px 0;
}

#content .padcontent{ 
	padding: 0 !important;
	clear: both;
}

#content .product {
    background-color: #ededed;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #cacacb;
    color: #666666;
	padding: 20px !important;
	margin-bottom: 10px;
}

#content .product p {
	margin: 0;
}

#product-image {
	margin: 0 auto;
	max-width: 50%;
	text-align: center;
}

#product-image {

}

.single-product .other-products {
	text-align: center;
	margin: 20px auto 10px
}

.product-summary {
    background-color: #ededed;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #cacacb;
    color: #666666;
    padding: 2%;
    width: 95%;
    overflow: hidden;
}
.container .product-summary {
    margin: 0
}

.prod-box {
	float: left;
}

#product-content { 
	width: 40%;
	padding: 0 2% 0 0;
}

#product-content ul { 
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
}

#product-content iframe {
	height: 40px;
}

#contact-info {
	width: 30%;
	padding: 0 2%;
}

#contact-info .btn-last {
	margin-bottom: 0;
}

#availability {
	width: 20%;
	padding: 0 0 0 2%;
}
#availability p,
#contact-info p {
	margin: 0 0 10px;
}

#product-content,
#contact-info {
	border-right: 1px solid #cacacb;
}

#product-content li {
    padding-bottom: 5px;
}

#contact-info,
#availability {
	border-left: 1px solid #f6f6f6;
	text-align: center;
}

.no-parts #product-content {
	width: 60%
}

.no-parts #contact-info {
	border-right: 0px solid #cacacb;
	padding: 0 0 0 2%;
    width: 35%;
}

.no-parts #availability {
	display: none;
}


#beforecontent {
	padding: 0;
}

.post {
	margin: 0;
	padding: 0;
}

.pagetitle {
	margin-bottom: 10px;
}
#sidebar .inner .pagetitle a {
	color: #666;
	font-size: 14px;
}
#sidebar {

}
#sidebar .inner {
	padding: 10px;
    border-radius: 4px;
    border: 1px solid #cacacb;
    height: 100%;
}
#sidebar ul {
	margin-left: 10px;
}
#sidebar ul li {
	margin: 4px 0;
}
#sidebar ul li a,
#sidebar ul li li a {
	font-size: 12px;
	color: #666666;
}
#sidebar ul li a:hover,
#sidebar ul li li a:hover {
	color: #666666;
}
#sidebar ul li a.active {
	font-weight: bold;
	color: #0044cc;
}
.category_images_ii {
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	float: left
}

.edit-link {
    display: none;
}

/*Popup*/
.pp_details .pp_nav,
.pp_details .pp_social { 
	display: none !important; 
}

.pp_content_container .pp_details {
    margin: 0 0 4px !important;
    position: absolute;
    right: 45px;
    top: 0;
}

div.ppt {
	display: none !important;
}

/*Slider*/
#slidercontainer,
.flexslider .slides li {
	min-height: 334px;
}

/*Slider Carousel*/
.flexslider-carousel { margin: 0; }

/*
.bx-prev {
	position: absolute;
	left: 0;
	top: 0;
}

.bx-next {
	position: absolute;
	left: 0;
	top: 0;
}
*/
.bx-wrapper .bx-viewport {
	box-shadow: none;
}

.slide {
	text-align: center;
}

.slide img {
	padding: 0;
	
}

.bx-wrapper img {
	display: inline;
}
.slide h3 {
	font-size: 14px;
	margin: 0 0;
}


.product-header {
	text-transform: capitalize;
}


.postimg {
	float: left;
	margin: 0 10px 10px 0;
}

.post-content {
	float: left;
}

.textwidget img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#ttv-small-logo {
	max-width:100%;
	height:auto
}

#contact-info .btn {
	margin-bottom: 10px !important;
}


.wishlist_table tr,
.wishlist_table td {
	vertical-align: middle;
}

.wishlist_table th.product-add-to-cart {
	border-right: 1px solid #e7e7e7 !important;
}

.woocommerce table.wishlist_table thead th {
	text-align: left;
	font-size: 14px;
}

.wishlist-email {
	font-size: 12px;
    margin: 40px 0 !important;
    max-width: 430px;
}

.wishlist_table .product-name a {
	font-size: 14px;
}

.wishlist_table .dateadded {
	font-size: 12px;
}

.wishlist-title {
	display: none !important;
}

.product-image {
	max-width: 200px;
	margin: 0 20px 0 0;
	clear: both;
}

.product-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


.engine-type-long #product-content {
	width: auto;
	border: none;
}

.cta {
	width: 134px;
	margin: 30px 0 0;
}

.cta a,
.cta a:hover,
.cta a:focus {
	display: block;
	margin: 0 0 12px;
}

.cta a:last-child,
.cta a:last-child:hover,
.cta a:last-child:focus {
	margin-bottom: 0;
}

/*Media Queries*/

/* ************************************************************** */
/* Mobile 0 - 960px */
/* ************************************************************** */
@media only screen and (max-width: 959px) {

	/*
	
	.container {
	    width: 100%;
	}
	
	.container .twelve.columns {
	    width: 741px;
	}
	
	.container .six.columns {
    	width: 360px;
	}
	
	*/
	
	
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

	.container {
		margin: 0 10px;
	}
	
	.container .product-summary {
		width: 90%;
		margin: 0 auto;
	}
	
	.prod-box {
		width: 100% !important;
		clear: both;
	}
	
	#product-content, #contact-info {
		border: none;
	}
	
	.bx-wrapper .bx-prev {
		left: 0;
	}
	
	.bx-wrapper .bx-next {
		right: 0;
	}
	
	.part-number,
	.product-info-long {
		float: none;
		width: 100%;
	}
}

/* Kindle Portrait 600 X 1024 ----------- */
@media only screen
and (min-width: 595px)
and (max-width: 610px){

	
	.container,
	.container .one.column, 
	.container .two.columns, 
	.container .three.columns, 
	.container .four.columns, 
	.container .five.columns, 
	.container .six.columns, 
	.container .seven.columns, 
	.container .eight.columns, 
	.container .nine.columns, 
	.container .ten.columns, 
	.container .eleven.columns, 
	.container .twelve.columns
	{
		/*width: 100%*/
	}
	
	.bx-wrapper .bx-prev {
		left: 0;
	}
	
	.bx-wrapper .bx-next {
		right: 0;
	}
}

/* Kindle Landscape 1024 X 600 ----------- */
@media only screen
and (min-width: 1000px)
and (max-width: 1030px){

	.container,
	.container .one.column, 
	.container .two.columns, 
	.container .three.columns, 
	.container .four.columns, 
	.container .five.columns, 
	.container .six.columns, 
	.container .seven.columns, 
	.container .eight.columns, 
	.container .nine.columns, 
	.container .ten.columns, 
	.container .eleven.columns, 
	.container .twelve.columns
	{
		/*width: 100%*/
	}
	
	.bx-wrapper .bx-prev {
		left: 0;
	}
	
	.bx-wrapper .bx-next {
		right: 0;
	}
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {

	#slidercontainer, .flexslider .slides li {
		min-height: 265px
	}
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
	
	#slidercontainer, .flexslider .slides li {
		min-height: 200px
	}	
	
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

	#bodychild {
		width: 95%;
	}
	
	.bx-wrapper .bx-prev {
		left: 0;
	}
	
	.bx-wrapper .bx-next {
		right: 0;
	}
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

	
}
 
/* Desktops and laptops ----------- */
@media only screen and (max-width : 960px) {

	.cta {
		width: auto;
		float: none;
		clear: both
	}
	
	.cta a,
	.cta a:hover,
	.cta a:focus {
		display: block;
		float: left;
		margin: 20px 12px 12px 0 !important;
	}
}

@media only screen and (min-width : 767px) {
/* STYLES GO HERE */

	.product-column {
		float: left;
		width: 50%;
	}

	.search .product-column {
		width: 50%;
	}
	
	.product-image {
		float: left;
	}
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait & landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
/* STYLES GO HERE */
}

.product-content {
	clear: both;
}