/*

Theme Name: PT Doors
Description: Custom theme by Astronaut Designs
Version: 1.0
Author: Astronaut Designs
Author URI: http://astronautdesigns.com/

*/

/* #### HTML5 reset #### */

a,abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{border:0;font-size:100%;margin:0;padding:0}html,body{height:100%}b,strong{font-weight:700}img{font-size:0;vertical-align:middle}li{display:list-item}table{border-collapse:collapse;border-spacing:0}th,td,caption{font-weight:400;vertical-align:top;text-align:left}

/* ###############################
			global style
################################*/

* { margin: 0; 	padding: 0; }

html, body { height: 100%; }

html { overflow: -moz-scrollbars-vertical; }

body {
	background: #FFF; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	margin-left: -1px; /* counters scrollbar breaking alignment in firefox */
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	font-size: 22px; 
	text-shadow: 1px 1px #EEE;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	font-size: 17px;
	color: #222;
	padding-bottom: 10px;
}
	

h3 {
	font-size: 1.6em;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
	margin-bottom: 3px;
}

p {
	font-size: 1.25em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
	text-align: left;
}

a:link, a:visited {color: #900; text-decoration: underline;}
a:hover {color: #333; text-decoration: underline;}
a:active {color: #333;}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}

#bodyWrapper {
	text-align: center; /* counter the body center */
	overflow: auto; /* this prevents scrollbar breaking alignment in firefox */
}

.clear {
	clear: both;
}

a.pdf-download {
	background: url(images/pdf-download.jpg) no-repeat;
	padding-left: 35px;
	height: 25px;
	padding-top: 5px;
	display: block;
	color: #222;
}

ol li {
	list-style-type: decimal;
	margin-left: 16px;
}

ul li, ol li {
	font-size: 15px;
	padding-bottom: 8px;
}


/* ###############################
	header, topmenu & logo style
################################*/

.header, #headerWrapHome, #headerWrapPage {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #222 url(images/header-bg.jpg) no-repeat scroll center top;
	min-width: 1000px;
	width: 100%;
	text-align: center;
}

#headerWrapHome { height: 390px; }
#headerWrapPage { height: 130px; }

.header, #headerWrapHome .header, #headerWrapPage .header { 
	width: 1000px;
	text-align: left; 
	margin: auto;   /* align for good browsers */	 
}

.header p {
	text-align: left;
}

#logo a {
	text-indent: -10000px;
	float: left;
	background: url(images/logo.png) no-repeat; /* IE6 logo.jpg  */		
	height: 88px;
	width: 290px;
	margin: 5px 0 6px 21px;
}

#topMenu, nav {
	float: right;
	width: 660px;
	margin: 44px 19px 0 0; /* right was 24px top was 37*/
}

#topMenu ul, nav ul.sf-menu {
	background: url(images/menu-bg.png) repeat;
    background: rgba(0, 0, 0, 0.3);
    border-color: #000000 #333333 #333333 #000000;
    border-style: solid;
    border-width: 1px;
    float: right;
    padding: 0 3px 0 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	behavior: url(http://www.ptgaragedoors.com.au/wp-content/themes/ptdoors/PIE.htc);
	position: relative;
}

#topMenu a, nav a {
	display: block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: normal;
	font-size: 17px; /*1.1em*/
	text-decoration: none;
	color: #FFF;
}

#topMenu li.end a {
	border-right: none;
}

#topMenu a:hover {
	color: #FFF;
	padding: 4px 6px 5px 6px;
	text-decoration: underline;
}

#topMenu ul .home a {
	padding: 4px 6px 5px 0;
}

#topMenu ul .separator {
	font-weight: bold;
	color: #999;
	margin-top: 5px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 13em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 25px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
.sf-sub-indicator {}

/*** Custom Style ***/

.sf-menu, 
.sf-menu a:link,
.sf-menu a:visited,
.sf-menu a:hover, 
.sf-menu a:active {
	padding: 0 6px;
	margin: 5px 0;
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
}

.sf-menu .sub-menu a {
	font-size: 14px;
}

.sf-menu li:hover, 
.sf-menu li:active {
	background:	#600;
}

.sf-menu li li:hover, 
.sf-menu li li:active {
	background:	#AAA;
}

.sf-menu li {
	text-shadow: 1px 1px #333;
	text-decoration: none;
}

.sf-menu li li {
	font-size: 17px;
	background: #888;
	border-bottom: 1px dotted #777;
}
.sf-menu a {
	border-right: 1px solid #555;
}
.sf-menu .menu-item-158 a,
.sf-menu li li a {
	border-right: none;
}

/* ################### */

.headerClear {
	clear: both;
	border-bottom: 1px solid #FFF;
	margin: 0 15px 20px;
}

.banner-h2, .header h1 {
	float: left;
	background: url(images/banner-h2.png);
	text-indent: -10000px;
	width: 487px;
	height: 42px;
	margin: 5px 0 0 6px;
	padding: 0;
}

.banner-p, .header p {
	background:none repeat scroll 0 0 transparent;
	clear:left;
	color:#FFFFFF;
	float:left;
	font-size: 1.9em;
	height:188px;
	line-height:1.2;
	margin:20px 0 0 23px;
	width:456px;
}

/* ###############################
			mainContent style
################################*/

.pageWrap {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFF none repeat scroll 0 0;
	border-top: 6px solid #AAA;
	clear: both;
	min-width: 1000px;
	width: 100%;
}

#page {
	background: #FFF; 
	text-align: left; 
	margin: auto;   /* align for good browsers */	
	width: 970px;
	padding: 20px 15px;
}

#mainContent {

}

.left-content {
	width: 630px;
}


#mainContent h1 {
/*	border-bottom: 1px solid #0F0043; */
	margin-bottom: 20px;
}

#mainContent h2,
#mainContent.single-product h1 {
	color: #FFF;
	background-image: url(images/box-h1-bg-333.jpg);
	background-repeat: repeat-x;;
	padding: 6px 20px 5px 8px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 17px;
	text-shadow: none;
}

#mainContent h3 {
	color: #900;
	clear: left;
	padding-top: 10px;
}

#mainContent ul {
	list-style-image: none;
	padding: 0 0 10px 20px;
}

.left-content ul li {
	font-size: 15px;
	line-height: 1.25em;
	list-style: none;
	background-image: url(images/red-dot.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 8px 15px;
}

.skip {
	font-size: 1.1em;
	text-align: right;
}

.paragraph-icon {
	float: left;
	margin: 0 15px 10px 0; 
}

.motors {
	width: 640px;
}

#mainContent .motors h2 {
	margin-right: 0;
}

.pdf-icon {
	background: url(images/PDF-icon.jpg) no-repeat;
	padding: 5px 0 15px 35px;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
	color: #900;
}

.product-pic {
	float: left;
	margin: 0 15px 10px 0; 
}

/*
a.lightbox {display: block; border: 2px solid #FFF; }
a.lightbox:hover {border: 2px solid #DDD; }
*/


/* ###############################
			homepage style
################################*/

.homeBox1, .homeBox2, .homeBox3 {
	display: inline;
	float: left;
	margin-left: 20px;
	padding: 0 0 10px 0;
	width: 310px;
	text-align: justify;
}

#boxLeft {
	margin-left: 0;
}

.homeBox1 h1, .homeBox2 h1, .homeBox3 h1, 
.homeBox1 h2, .homeBox2 h2, .homeBox3 h2, 
.contactBox h3, .testimonial-box h3 {
	font-size: 17px;
	color: #FFF;
	padding: 4px 0 4px 8px;
	margin-bottom: 10px;
	text-shadow: none;
	text-transform: uppercase;
}

.homeBox1 h1, .homeBox1 h2 {background: url(images/box-h1-bg-333.jpg) repeat-x;}
.homeBox2 h1, .homeBox2 h2 {background: url(images/box-h1-bg-666.jpg) repeat-x;}
.homeBox3 h3, .homeBox3 h2 {background: url(images/box-h1-bg-666.jpg) repeat-x;}
.homeBox1 .CTF h1 {background: #BBB; text-shadow: 0 1px #888;}

.CTF a img {border: 1px solid #FFF; padding-right: 10px;}
.CTF a:hover img {border: 1px solid #9CF;}


.boxIcon {
	float: left;
	padding: 0 5px 0 0;
}

.hometext {
	padding: 10px;
}

.hometext p {
	color: #003;
	font-size: 18px;
}

#slideshow {
	float: right;
	width: 435px;
	height: 245px;
	background: #EEE;
	margin: -39px 25px 0 0 !important;
}

#mainContent .supplier-logo2 li {
	float: left;
	padding: 0 0 0 23px;	
}

#mainContent .why-pt li {
	background: url(images/green-tick.jpg) no-repeat;
	background-position: 0 1px;	
	padding: 0 0 12px 28px;	
}

#mainContent .supplier-logo2 {
	margin-left: 100px;}
	

#mainContent .supplier-logo2 .bnd {
	display: block;
	width: 36px;
	background: url(images/logo-bnd.jpg) no-repeat;
	text-indent: -10000px;
	margin: 0 20px 15px 0;
}

#mainContent .supplier-logo2 .steelline {
	display: block;
	width: 185px;
	background: url(images/logo-steelline.jpg) no-repeat;
	text-indent: -10000px;
	margin: 10px 20px 15px 0;
}

#mainContent .supplier-logo2 .accent {
	display: block;
	width: 160px;
	background: url(images/logo-accent.jpg) no-repeat;
	text-indent: -10000px;
	margin: 0 20px 15px 0;
}

#mainContent .supplier-logo2 .dominator {
	display: block;
	width: 200px;
	background: url(images/logo-dominator.jpg) no-repeat;
	text-indent: -10000px;
	margin: 0 0 15px 78px;
	clear: left;	
}
#mainContent .supplier-logo2 .mdi {
	display: block;
	width: 138px;
	background: url(images/logo-mdi.jpg) no-repeat;
	text-indent: -10000px;
	margin: 0 0 15px 17px;
	float: left;	
}

.bnd {
	list-style: none;
	background: url(images/logo-bnd.jpg) no-repeat;
	height: 47px;
	text-indent: -10000px;
	margin: 0 0 15px 50px;
}

.steelline, .supplier-logo-steelline {	
	list-style: none;
	background: url(images/logo-steelline.jpg) no-repeat;
	height: 29px;
	text-indent: -10000px; 
	margin: 0 0 20px 52px;
}

.accent, .supplier-logo-accent {	
	list-style: none;
	background: url(images/logo-accent.jpg) no-repeat;
	height: 49px;
	text-indent: -10000px;
	margin: 0 0 20px 60px;
}

.mdi, .supplier-logo-mdi {	
	list-style: none;
	background: url(images/logo-mdi.jpg) no-repeat;
	height: 47px;
	text-indent: -10000px;
	margin: 0 0 20px 80px;
}

.merlin {	
	list-style: none;
	background: url(images/logo-merlin.jpg) no-repeat;
	height: 47px;
	text-indent: -10000px;
	margin: 0 0 20px 78px;
}

.dominator {	
	list-style: none;
	background: url(images/logo-dominator.jpg) no-repeat;
	height: 47px;
	text-indent: -10000px;
	margin: 0 0 20px 50px;
}


.squared {vertical-align: super; font-size: 0.7em;}


/* ###############################
			sidebar style
################################*/

.redtext {color: #900;}

.contactBox, 
.testimonial-box {
	padding: 0 10px 10px 10px;
	border-left: 6px solid #AAA;	
	border-right: 6px solid #AAA;
	border-bottom: 6px solid #AAA;
	margin-bottom: 15px;
}

#sidebar .contactBox h3,
#sidebar .testimonial-box h3 {
	background: url(images/box-h1-bg-900.jpg) repeat-x; 
	margin: 0 -16px 10px -16px;
	padding: 4px 0 4px 8px;
	color: #FFF;
	font-size: 17px;
	text-transform: uppercase;
}

.contactBox p { 
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.8em;
}

.phone-icon {padding-right: 10px; }
.phone { font-size: 1.45em; font-weight: bold; padding-top: 10px; }
.phone span {color: #900;}
.email {margin-bottom: 5px;}
.email-us {color: #900; font-weight: bold; font-size: 1.1em;}
.contactBox .emailadd {font-size: 1.1em; margin-bottom: 0; }
.email-icon {padding-right: 10px;}
.emailadd-right {float: right; #float: none; text-decoration: underline; }
.facebook p {padding-top: 8px;}
.facebook img {padding: 0 21px 0 7px;}
.home-icon {padding-bottom: 20px; padding-right: 10px; margin-top: -3px;}

.new-service {
	border-top: 1px dotted #DDD;
	padding-top: 5px;
	padding-left: 60px;
	font-style: italic;
}

#mainContent .contactBox .email-us {clear: none; }

#sidebar {
	margin: 0;
	float: right;
	margin-left: 20px;
	width: 310px;
}

#sidebar li {
	list-style-type: none;
}

#sidebar .testimonial-box h3 {
	background: url(images/box-h1-bg-333.jpg) repeat-x;
}

.test-box-ref {
	text-align: right;
}

.test-page-link {
	font-size: 11px;
	margin-bottom: 8px;
	display: block;
}

.testimonial-box {
	padding-bottom: 0;
}

.testimonial-box .test-text p {
	font-family: 'calibri', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.0;
}

.subscribe {
	display: block;
	background: #DDD;
	height: 50px;
	padding: 7px;
	margin-bottom: 10px;
	border: 1px solid #AAA;
}
.subscribe h4 {
	font-size: 1.25em;
	text-transform: uppercase;
}
.subscribe label {
	float: left;
	padding: 6px 0 0 0;
}
.subscribe input {
	float: left;
	margin: 0 5px;
}
input#name, input#bhdtry-bhdtry {height: 20px; background: #F9F9F9; border: 1px solid #999;}
input#name {width: 60px;} 
input#bhdtry-bhdtry {width: 80px;}

.tips {
	display: block;
	background: url(images/tip-bg.jpg) repeat-x 0 0;
	border: 1px solid #444;
	margin-bottom: 10px;
}
.tips:hover {
	background-position: 0 -58px;
	border-color: #666;
}

.tips a:link, .tips a:visited {
	color: #FFF;
	font-size: 18px;
	display: block;
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 75px;
	background: url(images/safety-icon.png) no-repeat 10px 8px;
	text-shadow: 0 -1px 0 #222;
}
.pdf a:link, .pdf a:visited {
	font-size: 15px;
	display: block;
	text-decoration: none;
	background: url(images/brochure-button.jpg) no-repeat 0 0;
	height: 30px;
	text-indent: -9999px;
	margin-left: 55px;
}

/* ###############################
			pages
################################*/

.pic-left, .alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

.pic-right, .alignright {
	float: right;
	margin: 5px -5px 10px 20px;
}

.wp-caption {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 4px;
    text-align: center;
}

p.wp-caption-text {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 2px 0;
	margin-bottom: 0;
}

.testimonials-page {
	width: 630px;
	float: left;
}

.testimonial {
	border-bottom: 1px dashed #900;
	margin-bottom: 15px;
}

.test-text {
	font-style: italic;
}

.test-page-ref {
	text-align: right;
}

.ref-name {
	color: #900;
	font-weight: bold;
}

.ref-details {
	font-size: 0.8em;
	line-height: 1.2;
}

#post-6 p {
	text-align: left;
}


/* ###############################
			footer & push
################################*/

.push {height: 40px; }

.footer {
	height: 38px;
	clear: both;
	padding: 0;
	background: #222 url(images/header-bg.jpg) no-repeat scroll center -94px;
	border-top: 2px solid #AAA;
}

.footer a { color: #BBB; text-decoration: none; }
.footer a:hover { color: #900; text-decoration: underline;}

.footer ul {
	margin: 13px 0;
    color: #BBB;
    font-size: 11px;
    font-weight: bold;
}

.footer-links li {
	display: inline-block;
	margin: 0 3px;
}

/* ###############################
		button
################################*/

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.small {
	font-size: 12px;
	padding: .175em .2em;
	float: right !important;
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* ############################################
			Next gen gallery style
############################################# */

.ngg-gallery-thumbnail a img {
	border: 1px solid #DDD !important;
	margin: 9px !important;
	padding: 0 !important;
}

.ngg-galleryoverview {
	width: 650px !important;
	margin: 0 -10px !important;
	clear: none !important;
}

.ngg-gallery-thumbnail {
    margin-right: 0 !important;
}

.ngg-gallery-thumbnail a:hover img {
	filter: alpha(opacity=80) !important;
	opacity: 0.8 !important;
}

.gallery-heading {
	font-size: 1.5em;
	font-weight: bold;
	color: #FF6400;
	padding-top: 10px;
}

.gallery-heading-text {
	font-size: 1.2em;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
}

/* ############################################
			colour chart
############################################# */

#mainContent ul.colour-chart {
	padding: 0;
	margin: 0 -5px;
}
.left-content .colour-chart li {
	list-style: none;
	margin: 5px;
	#margin: 4px;
	padding: 27px 0 0 0;
	width: 118px;
	height: 50px;
	background-image: none;
	float: left;
	text-align: center;
	font-size: 14px;
}

li.surfmist {background-color: #e2e3e0;}
li.evening-haze {background-color: #cfc0b0;}
li.shale-grey {background-color: #bfbebd;}
li.classic-cream {background-color: #e7e1c1;}
li.dune {background-color: #b7b2ac;}
li.windspray {background-color: #929899;}
li.pale-eucalypt {background-color: #7a8978;}
li.sandbank {background-color: #d1b988;}
li.paperbark {background-color: #cec2aa;}
li.bushland {background-color: #8a8a7f;}
li.ironstone {background-color: #575a61; color: #FFF;}
li.wilderness {background-color: #65796d; color: #FFF;}
li.jasper {background-color: #806e5c; color: #FFF;}
li.headland {background-color: #975540; color: #FFF;}
li.woodland-grey {background-color: #5e5c57; color: #FFF;}
li.deep-ocean {background-color: #475161; color: #FFF;}
li.cottage-green {background-color: #335244; color: #FFF;}
li.loft {background-color: #44393d; color: #FFF;}
li.manor-red {background-color: #793f30; color: #FFF;}
li.monument {background-color: #424145; color: #FFF;}

#post-8 .paragraph-icon {margin-bottom: 60px;}

/* ####################################################################################################
			PRODUCTS see /shopp/shopp.css
##################################################################################################### */

.pt-product {
	clear: left;
	min-height: 210px;
	border-bottom: 1px dashed #e9e9e9;
	margin: 1.5em 0 1em;
}

#mainContent .pt-product h3,
#mainContent b,
#mainContent .pt-product p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
}

#mainContent b {
	display: block;
	font-size: 1.1em;
}

#mainContent b span {
	text-decoration:line-through;
}

#mainContent b em {
	font-style: normal;
	color: #c00;
	font-size: 1.5em;
}

.attachment-post-thumbnail {
}

.pt-products h3 a {
	text-decoration: none;
}

.pt-product-details {
	float: left;
	width: 400px;
}

form.product select {
	display: none;
}

.featured-image {
	float: right;
	margin-left: 30px;
}

.clear-left {
	clear: left;
	padding-top: 1em;
}

.thumb {
	width: 200px;
	display: block;
	float: left;
	margin-right: 28px;
	text-align: center;
	border: 1px solid #eee;
}

.back-to-products {
	border-top: 1px dashed #ddd;
	padding-top: 1em;
	font-size: 1.1em;
}


