@media only screen and (max-width: 1900px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
				
		



body {
  font-family: Calibri, sans-serif;
  margin:0px;
}
.container {
  width:1000px;
  margin-left:auto;
  margin-right:auto;  
}
img {
  border:none;
}
a.kia-link {
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    margin-top: 20px;
    background: #BB162B;
    color: white;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
}    

fieldset {
margin-bottom: 10px;
margin-top: 0px;
border: 1px solid #9498AE;
padding: 10px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding-top: 0px;
background-color: #DDDFE8;
}

fieldset legend {
  border: 1px solid #9498AE;
font-weight: normal;
color: #003366;
font-size: 18px;
margin-bottom: 10px;
padding-top: 8px;
padding-bottom: 10px;
padding-left: 6px;
padding-right: 6px;
background: none repeat scroll 0 0 #DDDFE8;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
border-left-bottom-radius: 6px;
border-right-bottom-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
border-left-top-radius: 6px;
border-right-top-radius: 6px;
}

div.mailForm label, #financeApplicationFormContainer label {
width: 240px;
}
label.checkbox {
width: auto !important;
}
label.checkbox input[type='checkbox'] {
margin-right: 3px;
}
fieldset label {
float: left;
width: 300px !important;
margin-left: 15px;
}
fieldset select, fieldset input[type='text'] {
  margin-bottom:5px;
  width:200px;
}
fieldset p {
clear: both;
padding-bottom: 10px;
float: left;
}
.messageButtonWrapper input {
  background: rgb(255,189,7); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,189,7,1) 0%, rgba(229,201,43,1) 50%, rgba(226,191,11,1) 57%, rgba(255,208,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,189,7,1)), color-stop(50%,rgba(229,201,43,1)), color-stop(57%,rgba(226,191,11,1)), color-stop(100%,rgba(255,208,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,189,7,1) 0%,rgba(229,201,43,1) 50%,rgba(226,191,11,1) 57%,rgba(255,208,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,189,7,1) 0%,rgba(229,201,43,1) 50%,rgba(226,191,11,1) 57%,rgba(255,208,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,189,7,1) 0%,rgba(229,201,43,1) 50%,rgba(226,191,11,1) 57%,rgba(255,208,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,189,7,1) 0%,rgba(229,201,43,1) 50%,rgba(226,191,11,1) 57%,rgba(255,208,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd07', endColorstr='#ffd000',GradientType=0 ); /* IE6-9 */

font-size: 16px;
width: 130px;
padding: 10px;
border: solid 1px #FF8F00;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}







/* -------------- START HEADER CSS ----------------- */
.container .header {
  width: 1000px;
  height: 185px;
  position: relative;
  z-index:900;
}
.container .header .logo {
  background-color: white;
  float:left;
  margin-top:13px;
  text-align:center;
  padding-bottom:15px;
}
.container .header .logo a img {
}
.container .header .quote-tagline {
  padding-left: 30px;
  background-image:url(../images/quote_open.png);
  background-position:top left;
  background-repeat:no-repeat;
  margin-left: 30px;
  margin-top: 50px;
  float:left;
}
.container .header .quote-tagline blockquote {
  padding-right: 30px;
  background-image:url(../images/quote_closed.png);
  background-position:bottom right;
  background-repeat:no-repeat;
}
.container .header .quote-tagline blockquote p {
  font-style: italic;
  font-size: 20px;
  color:#7f7f7f;
}
.container .header .contact {
  margin-top:-10px;
  behavior: url(pie/PIE.htc);
  float:right;
  width:250px;
  height:90px;
  background-color:#E0E0E0;
  border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .header .contact ul {
  padding-top:10px;
  margin-left: 16px;
  padding-left: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
  width:228px;
}
.container .header .contact ul li {
  display: inline;
  list-style: none;
}
.container .header .contact ul li a {
  text-decoration:none;
}
.container .header .contact .contact-top-right {
  
}
.container .header .contact .contact-top-right ul {
  margin-top:0px;
  padding-top:0px;
}
.container .header .contact .contact-top-right ul li {
}
.container .header .contact .contact-top-right ul li .contact-reveal {
  font-size:18px;
  background:url(../images/contact_down_arrow.png);
  background-repeat:no-repeat;
  background-position:right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 36px;
  padding-right: 26px;
}
.container .header .contact .contact-top-right ul li .reveal {
  position: absolute;
  margin-left:40px;
  padding:20px;
   left: -10px; top: 0px;
   width: 900px;
   display: none;
   background: #fff;
   border:1px solid #333;
   margin-top:69px;
   font-size: 1.2em;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;  
  
   z-index:901;
   height:auto;
}
.container .header .contact .contact-top-right ul li #popUpDiv .close_contact,
#popUpDiv-peugeot .close_contact,
#popUpDiv-honda .close_contact,
#popUpDiv-opel .close_contact,
#popUpDiv-kia .close_contact {
  text-indent:-9999px;
  background-image:url(../images/close_contact.png);
  height:30px;
  width:30px;
  float:right;
}

.container .header .contact .contact-top-right ul li #popUpDiv h1,
#popUpDiv-peugeot h1,
#popUpDiv-opel h1,
#popUpDiv-kia h1,
#popUpDiv-honda h1 {
  color:#3468d2;
  font-size:26px;
  margin-bottom:10px;
}
.container .header .contact .contact-top-right ul li #popUpDiv .contact-info,
#popUpDiv-peugeot .contact-info,
#popUpDiv-honda .contact-info,
#popUpDiv-opel .contact-info,
#popUpDiv-kia .contact-info  {
  margin-right: 19px;
  font-size: 14px;
  width: 280px;
  float: left;
}
.container .header .contact .contact-top-right ul li #popUpDiv .contact-info p,
#popUpDiv-peugeot .contact-info p,
#popUpDiv-honda .contact-info p,
#popUpDiv-kia .contact-info p,
#popUpDiv-opel .contact-info p {
  margin-bottom:10px;
}




/*STYLES FOR CSS POPUP*/


#blanket {
   
   opacity: 0.65;
   background: url(../images/bg_darkened.png);
   background-repeat:repeat;
   position:fixed;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
  background-color: #fff;
padding: 20px;
left: 25px !important;
top: 75px !important;
position: absolute;
width: 900px;
height: 400px;
border: 2px solid #000;
z-index: 9002;
border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}

#popUpDiv-peugeot,
#popUpDiv-honda {
  background-color: #fff;
padding: 20px;
position: fixed;
  top: 20% !important;
width: 600px;
border: 2px solid #000;
z-index: 9002;
border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
#popUpDiv-kia {
  background-color: #fff;
padding: 20px;
position: fixed;
  top: 20% !important;

width: 600px;
border: 2px solid #000;
z-index: 9002;
border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}

#popUpDiv-opel  {
  background-color: #fff;
padding: 20px;
position: fixed;
  top: 20% !important;
width: 300px;
border: 2px solid #000;
z-index: 9002;
border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}


.container .header .navigation {
  z-index: 3;
  width: 976px;
  top: 125px;
  position: absolute;
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
  margin-bottom:10px;
  background: #5caef9; /* Old browsers */
  background: -moz-linear-gradient(top,  #5caef9 0%, #3468d2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5caef9), color-stop(100%,#3468d2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #5caef9 0%,#3468d2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #5caef9 0%,#3468d2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #5caef9 0%,#3468d2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #5caef9 0%,#3468d2 100%); /* W3C */
  filter: none !important;
  /*progid:DXImageTransform.Microsoft.gradient( startColorstr='#5caef9', endColorstr='#3468d2',GradientType=0 ); /* IE6-9 */
  border-radius: 10px; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border: 2px solid #0069AA;
  -pie-background: linear-gradient(#5caef9, #3468d2);
  padding:10px;
  height:25px;
}
.container .row .navigation {
  z-index: 3;
  width: 976px;
  
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
  margin-bottom:10px;
  background: #5caef9; /* Old browsers */
  background: -moz-linear-gradient(top,  #5caef9 0%, #3468d2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5caef9), color-stop(100%,#3468d2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #5caef9 0%,#3468d2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #5caef9 0%,#3468d2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #5caef9 0%,#3468d2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #5caef9 0%,#3468d2 100%); /* W3C */
  filter: none !important;
  /*progid:DXImageTransform.Microsoft.gradient( startColorstr='#5caef9', endColorstr='#3468d2',GradientType=0 ); /* IE6-9 */
  border-radius: 10px; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border: 2px solid #000066;
  -pie-background: linear-gradient(#5caef9, #3468d2);
  padding:10px;
  height:25px;
}
.container .header .navigation ul,
.container .row .navigation ul {
  text-align:center;
  margin:0px;
  
}
.container .header .navigation ul li.last,
.container .row .navigation ul li.last {
  background-image:none;
}
.container .header .navigation ul li,
.container .row .navigation ul li {
  display: block;
  position:relative;
  float:left;
  list-style: none;
  padding-left: 11px;
  padding-right: 11px;
  margin-top:2px;
  background-image:url(../images/nav_divider.png);
  background-repeat:no-repeat;
  background-position:right;
}
.container .header .navigation ul li a,
.container .row .navigation ul li a {
  color:white;
  text-decoration:none;
  font-size:16px;
  padding:5px;
}
.container .header .navigation ul li ul,
.container .row .navigation ul li ul {
  display: none;
}
.container .header .navigation ul li:hover ul,
.container .row .navigation ul li:hover ul {
  margin-top: 10px;
  padding: 0px;
  display: block;
  position: absolute;
}
.container .header .navigation ul li ul li,
.container .row .navigation ul li ul li {
  margin:0px;
}
.container .header .navigation ul li ul li a,
.container .row .navigation ul li ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 5px 15px 5px 15px;
  background: #2C5463;
  margin-left: 1px;
  white-space: nowrap;
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}


/* -------------- END HEADER CSS ----------------- */


/*---------------- HOMRPAGE CONTENT ------------------*/

.container .home-search-form {
  padding-bottom: 9px !important;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-left: 0px;
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
background: #E0E0E0;

border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 0px solid #000066;
  z-index: 500;
  margin-top: -290px;
  position: absolute;
}
.container .home-search-form h2 {
  margin-bottom:8px;
  font-size:22px;
}
.container .home-search-form label {
  display:none;
}
.container .home-search-form  select {
  width:222px;
  margin-bottom:10px;
}
.container .home-search-form  #min_year,
.container .home-search-form  #min_cost,
.container .home-search-form  #min_mileage,
.container .home-search-form  .min_cc {
  margin-right:8px;
}

.container .home-search-form  #min_year,
.container .home-search-form  #max_year,
.container .home-search-form  #min_cost,
.container .home-search-form  #max_cost,
.container .home-search-form  #min_mileage,
.container .home-search-form  #max_mileage,
.container .home-search-form  .min_cc,
.container .home-search-form  .max_cc {
  width:105px;
}
.container .home-search-form  li {
list-style: none;
}

.container .home-search-form #btnStandardSearch,
.container .inner-content .left-side .search-inner #standardSearchForm p #btnStandardSearch {
  cursor:pointer;
  color:white;
  font-weight:normal;
  font-size:15px;
  margin-bottom: 10px;
  height: 27px;
  border: 1px solid #B75E1C;
  width: 222px;
    border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  background:#c9161a; /*rgb(201,22,26);  Old browsers */
}
{
   background: -moz-linear-gradient(top,  rgba(201,22,26,1) 58%, rgba(217,84,89,1) 87%, rgba(201,22,26,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(201,22,26,1)), color-stop(87%,rgba(217,84,89,1)), color-stop(99%,rgba(201,22,26,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(201,22,26,1) 58%,rgba(217,84,89,1) 87%,rgba(201,22,26,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(201,22,26,1) 58%,rgba(217,84,89,1) 87%,rgba(201,22,26,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(201,22,26,1) 58%,rgba(217,84,89,1) 87%,rgba(201,22,26,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(201,22,26,1) 58%,rgba(217,84,89,1) 87%,rgba(201,22,26,1) 99%); /* W3C */
filter:none !important;
    /* progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9161a', endColorstr='#c9161a',GradientType=0 ); /* IE6-9 */

  -pie-background: linear-gradient(#EDEDED, #ffffff);
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .home-search-form #btnAdvancedSearch,
.container .inner-content .left-side .search-inner #standardSearchForm p #btnAdvancedSearch {
  margin-left:36px;
  color:white;
  cursor:pointer;
  margin-bottom: 10px;
  height: 27px;
  border: 1px solid #3971d7;
  width: 150px;
    border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
 background: #477ad6; /*rgb(112,148,211); Old browsers */

}
{
  background: -moz-linear-gradient(top,  rgba(112,148,211,1) 0%, rgba(57,113,215,1) 73%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(112,148,211,1)), color-stop(73%,rgba(57,113,215,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(112,148,211,1) 0%,rgba(57,113,215,1) 73%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(112,148,211,1) 0%,rgba(57,113,215,1) 73%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(112,148,211,1) 0%,rgba(57,113,215,1) 73%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(112,148,211,1) 0%,rgba(57,113,215,1) 73%); /* W3C */
filter: none !important;
  /*progid:DXImageTransform.Microsoft.gradient( startColorstr='#7094d3', endColorstr='#3971d7',GradientType=0 ); /* IE6-9 */

  -pie-background: linear-gradient(#EDEDED, #ffffff);
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .home-banner {
margin-left: 250px;
margin-top: 0px;
  height:280px;
  position:relative;
  z-index:1;
  margin-bottom:10px;
}
.container .home-banner #slider1 {
  height: 280px;
  
  max-width: 743px !important;
}
.container .homepage-brands {
margin-top:10px;
  margin-bottom: 10px;
  height:405px;
  padding:6px;
  border:2px solid #ccc;
  background: rgb(237,237,237); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(237,237,237,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
  filter: none !important;
  /*progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border-radius: 10px; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  -pie-background: linear-gradient(#EDEDED, #ffffff);
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .homepage-brands-inner {
    margin-bottom: 10px;
  height:125px;
  padding:6px;
  border:2px solid #ccc;
  background: rgb(237,237,237); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(237,237,237,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
  filter: none !important;
  /*progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border-radius: 10px; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  -pie-background: linear-gradient(#EDEDED, #ffffff);
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}

.container .homepage-brands .three-slide h1 {
  font-weight: normal;
  font-size: 26px;
  margin-top:10px;
  text-align:center;
  
}
.container .homepage-brands .three-slide {
text-align:center;
}
.container .homepage-brands .three-slide .offers-title,
.container .homepage-brands .brands .offers-title{
margin-top:10px;
}
.container .homepage-brands .brands .offers-title {
  margin-bottom:8px;
}
.container .homepage-brands .brands {
  text-align:center;
}
.brands ul {
  padding-left:0px;
  text-align: center;
}
.brands ul li {
  margin-left:3px;
  margin-right:3px;
  display:inline-block;
  zoom: 1; 
  *display: inline;
  padding:5px;
  list-style:none;
  width:154px;
  height:110px;
  border:1px solid #666666;
  background-color:white;
  border-radius: 10px; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .brands ul .honda {
  background-repeat: no-repeat;
  background-image: url(../images/brand_honda.jpg);
  background-position:top center;
  
}
.container .brands ul .opel {
  background-repeat: no-repeat;
  background-image: url(../images/brand_opel.jpg);
  background-position:top center;
}
.container .brands ul .peugeot {
  background-repeat: no-repeat;
  background-image: url(../images/brand_peugeot.jpg);
  background-position:top center;
}
.container .brands ul .citroen {
  background-repeat: no-repeat;
  background-image: url(../images/brand_citroen.jpg);
  background-position:top center;
}
.container .brands ul .kia {
  background-repeat: no-repeat;
  background-image: url(../images/brand_kia.jpg);
  background-position:top center;
}
.container .brands ul li a {
  padding-top:93px;
  height: 20px;
  font-size:16px;
  display: block;
  text-decoration:none;
  color:#000;
}
.container .row {
  height:auto;
  clear:both;
  
}

.container .row .width-30 {
  margin-right: 26px;
  margin-bottom:10px;
  margin-top:10px;
  float:left;
  overflow:hidden;
  width:300px;
  height:303px;
  padding:6px;
  border:2px solid #ccc;
  background: rgb(237,237,237); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(237,237,237,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
  filter: none !important;
  /*progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border-radius: 15px; 
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px; 
  -pie-background: linear-gradient(#EDEDED, #ffffff);
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .row #thirty-last {
  margin-right:0px;
}
.container .row #fifty-last {
  margin-right:0px;
}
.container .row #seventy-last {
  margin-right:0px;
}
.container .row .width-70 {
  margin-bottom:10px;
  margin-top:10px;
  float:left;
  overflow:hidden;
  width:642px;
  height:303px;
  padding:6px;
  border:2px solid #ccc;
  background: rgb(237,237,237); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(237,237,237,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
  filter: none !important;
  /*progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border-radius: 15px; 
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px; 
  -pie-background: linear-gradient(#EDEDED, #ffffff);
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .row .width-50 {
  margin-right: 28px;
  margin-bottom:10px;
  margin-top:10px;
  float:left;
  overflow:hidden;
  width:470px;
  height:303px;
  padding:6px;
  border:2px solid #ccc;
  background: rgb(237,237,237); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(237,237,237,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
  filter: none !important;
  /*progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border-radius: 15px; 
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px; 
  -pie-background: linear-gradient(#EDEDED, #ffffff);
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}

.container .row .mini-gallery {
  margin-right: 8px;
  padding: 6px;
  float:left;
  width:360px;
  height:303px;
  border:2px solid #0069AA;
  background: rgb(128,180,212); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(128,180,212,1) 0%, rgba(0,105,170,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,180,212,1)), color-stop(100%,rgba(0,105,170,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(128,180,212,1) 0%,rgba(0,105,170,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(128,180,212,1) 0%,rgba(0,105,170,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(128,180,212,1) 0%,rgba(0,105,170,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(128,180,212,1) 0%,rgba(0,105,170,1) 100%); /* W3C */
  filter: none !important;
  /*progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b4d4', endColorstr='#0069aa',GradientType=0 ); /* IE6-9 */
  border-radius: 15px; 
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px; 
  -pie-background: linear-gradient(#80B4D4, #0069AA);
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .row .mini-gallery h1 {
  color:white;
  font-size:22px;
  margin-bottom: 10px;
}
.container .row .mini-gallery #dealership_slider li img {
  height:auto;
}
.container .row .mini-gallery a.prev {
  margin-top: 8px;
background-image: url(../images/left-arrow.png);
float: left;
height: 25px;
width: 25px;
text-indent: -9999px;
}
.container .row .mini-gallery a.next {
  margin-top: 8px;
background-image: url(../images/right-arrow.png);
float: right;
height: 25px;
width: 25px;
text-indent: -9999px;
}

.container .row .static_cta  {
  float:left;
  overflow:hidden;
  width:600px;
  height:303px;
  padding:6px;
  border:2px solid #ccc;
  background: rgb(237,237,237); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(237,237,237,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
  filter: none !important;
  /*progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border-radius: 15px; 
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px; 
  -pie-background: linear-gradient(#EDEDED, #ffffff);
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .half-box-left {
  margin-bottom:10px;
  margin-top:10px;
  float:left;
  overflow:hidden;
  width:470px;
  height:303px;
  padding:6px;
  border:2px solid #ccc;
  background: rgb(237,237,237); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(237,237,237,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
  filter: none !important;
  /*progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border-radius: 15px; 
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px; 
  -pie-background: linear-gradient(#EDEDED, #ffffff);
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .half-box-left .video {
  color:#0068AA;
  font-size:28px;
  background-image:url(../images/icon-video.png);
  background-repeat:no-repeat;
  background-position:left;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 60px;
}
.container .half-box-left iframe {
  margin-top: 8px;
  margin-left: 28px;
  height: 240px !important;
  width: 420px !important;
}


.container .half-box-right {
  margin-bottom:10px;
  margin-top:10px;
  float:right;
  overflow:hidden;
  width:470px;
  height:303px;
  padding:6px;
  border:2px solid #ccc;
  background: rgb(237,237,237); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(237,237,237,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
  filter: none !important;
  /*progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border-radius: 15px; 
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px; 
  -pie-background: linear-gradient(#EDEDED, #ffffff);
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}

.container .half-box-right h1.blog {
  color:#0068AA;
  font-size:28px;
  background-image:url(../images/icon-blog.png);
  background-repeat:no-repeat;
  background-position:left;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 60px;
}
.container .half-box-right ul.blog {
  margin-top:10px;
  line-height:16px;
}
.container .half-box-right .blog .odd {
  color:white;
  background-color:#0069AA;
  padding: 4px 15px 4px 15px;
  margin-bottom:6px;
}
.container .half-box-right .blog .even {
  color:white;
  background-color:#7EB3D4;
  padding: 4px 15px 4px 15px;
  margin-bottom:6px;
}
.container .half-box-right .blog .odd p a,
.container .half-box-right .blog .even p a {
  color:white;
  text-decoration:none;
}
.container .half-box-right .blog .odd p a:hover,
.container .half-box-right .blog .even p a:hover {
  color:white;
  text-decoration:underline;
}
.container .half-box-right .view-all,
.container .half-box-left .view-all {
  float:right;
  color:#333333;
  text-decoration:none;
  margin-right: 10px;
  margin-top: 16px;
}
.container .half-box-right .view-all:hover,
.container .half-box-left .view-all:hover {
  text-decoration:underline;
}


/*-------INNER PAGE CSS -------*/
.container .breadcrumb {
  width: 800px;
  float: left;
  margin-bottom: 18px;
  display:none;
}
.container .back-to-results {
  width: 175px;
  float: right;
}
.container .back-to-results a {
  padding-bottom: 5px;
  padding-top: 5px;
  /*padding-right: 30px;
  background-image:url(../images/back-to-results.png);
  background-position:right center;
  background-repeat:no-repeat;*/
}



.container .inner-content {
  margin-bottom:20px;
}
.container .inner-content .left-side {
  width:250px;
  margin-right:30px;
  float:left;
}
.container .inner-content .left-side .search-inner {
  padding:10px;
  background:#F2F2F2;
  border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .inner-content .left-side .search-inner h2 {
	font-size:24px;
}
.container .inner-content .left-side .search-inner #standardSearchForm { font-size:16px;
}
.container .inner-content .left-side .search-inner #standardSearchForm ol {
}
.container .inner-content .left-side .search-inner #standardSearchForm ol li {
  list-style: none;
}
.container .inner-content .left-side .search-inner #standardSearchForm ol li #makeDropdown,
.container .inner-content .left-side .search-inner #standardSearchForm ol li #modelDropdown,
.container .inner-content .left-side .search-inner #standardSearchForm ol li #advColour,
.container .inner-content .left-side .search-inner #standardSearchForm ol li #transmission,
.container .inner-content .left-side .search-inner #standardSearchForm ol li #engine,
.container .inner-content .left-side .search-inner #standardSearchForm ol li #fuel,
.container .inner-content .left-side .search-inner #standardSearchForm ol li #advFuelType,
.container .inner-content .left-side .search-inner #standardSearchForm ol li #advGearBox,
.container .inner-content .left-side .search-inner #standardSearchForm ol li #garage {
  width:230px;
  margin-bottom:8px;
}

.container .inner-content .left-side .search-inner #standardSearchForm ol li #min_year {
  width:110px;
  margin-right:6px;
  margin-bottom:8px;
}
.container .inner-content .left-side .search-inner #standardSearchForm ol li #max_year {
  width:110px;
  margin-bottom:8px;
}

.container .inner-content .left-side .search-inner #standardSearchForm ol li #min_cost {
  width:110px;
  margin-right:6px;
  margin-bottom:8px;
}
.container .inner-content .left-side .search-inner #standardSearchForm ol li #max_cost {
  width:110px;
  margin-bottom:8px;
}

.container .inner-content .left-side .search-inner #standardSearchForm ol li #min_mileage {
  width:110px;
  margin-right:6px;
  margin-bottom:8px;
}
.container .inner-content .left-side .search-inner #standardSearchForm ol li #max_mileage {
  width:110px;
  margin-bottom:8px;
}

.container .inner-content .left-side .search-inner #standardSearchForm ol li .min_cc {
  width:110px;
  margin-right:6px;
  margin-bottom:8px;
}
.container .inner-content .left-side .search-inner #standardSearchForm ol li .max_cc {
  width:110px;
  margin-bottom:8px;
}



.container .inner-content .right-side {
  width:720px;
  float:left;
}
.container .inner-content .right-side .search-results {
  padding: 10px 10px 30px 10px;
  background:#F2F2F2;
  border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
  
}
.container .inner-content .right-side .search-results .results-filter {
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.container .inner-content .right-side .search-results .results-filter label {font-size:16px;}

.container .inner-content .right-side .search-results .result {
  /*height:180px;*/
  border-bottom:3px solid #666666;
}
.container .inner-content .right-side .search-results .result .car-title {
  margin-bottom: 10px;
  font-size:24px;
}
.container .inner-content .right-side .search-results .result .car-title a {
  color:black;
  text-decoration:none;
}
.container .inner-content .right-side .search-results .result .car-title a:hover {
  color:black;
  text-decoration:underline;
}
.container .inner-content .right-side .search-results .result .car-cost {
  float: right;
    font-size:24px;
}

.container .inner-content .right-side .search-results .result .image {
  float:left;
  margin-right:6px;
}
.container .inner-content .right-side .search-results .result .stats {
  float:left;
  margin-right:10px;
  width:167px;
}
.container .inner-content .right-side .search-results .result .stats .title {
  float:left;
  width:65px;
  font-weight:bold;
  font-size:16px;
}
.container .inner-content .right-side .search-results .result .stats .stat {
  float:left;
  width:102px;
  font-size:16px;

}
.container .inner-content .right-side .search-results .result .stats .stat a {
  color:black;
  text-decoration:none;
}
.container .inner-content .right-side .search-results .result .stats .stat a:hover {
text-decoration:underline;
}
.container .inner-content .right-side .search-results .result  .sales-pitch {
  height:70px;
  overflow:hidden;
  font-size:16px;

}
.container .inner-content .right-side .search-results .result .buttons {
  margin-top: 10px;
float: right;
}
.container .inner-content .right-side .search-results .result .buttons .email-dealer {
  float: left;
  width: 176px;
  margin-right: 4px;
}
.container .inner-content .right-side .search-results .result .buttons .email-dealer a {
}
.container .inner-content .right-side .search-results .result .buttons .more-info {
    float: left;
  width: 176px;
}
.container .inner-content .right-side .search-results .result .buttons .more-info a {
}
.pagination {

float: right;
width: 275px;
list-style:none;
text-align:right;
font-size:16px;
}
.pagination li {
  margin-left: 5px;
  margin-right: 5px;
  display:inline;
}
.container .inner-content .right-side .tabbed-navigation {
  margin-top: 0px;
  margin-bottom: -1px;
}
.container .inner-content .right-side .tabbed-navigation ul {
  height:60px;
}
.container .inner-content .right-side .tabbed-navigation ul li {
  background: #ffffff; /* Old browsers */
  margin-right: 2px;
  float: left;
  border: 2px solid #ccc;
  border-bottom: 0px !important;
  display: block;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-radius: 10px 10px 0px 0px;
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .inner-content .right-side .tabbed-navigation ul li:hover,
.container .inner-content .right-side .tabbed-navigation ul li.active {
  background: rgb(167,202,229); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(167,202,229,1) 1%, rgba(255,255,255,1) 61%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(167,202,229,1)), color-stop(61%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(167,202,229,1) 1%,rgba(255,255,255,1) 61%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(167,202,229,1) 1%,rgba(255,255,255,1) 61%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(167,202,229,1) 1%,rgba(255,255,255,1) 61%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(167,202,229,1) 1%,rgba(255,255,255,1) 61%); /* W3C */
  filter: none !important; 
  /*progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cae5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border: 2px solid #ccc;
  display: block;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-radius: 10px 10px 0px 0px;
  -pie-background: linear-gradient(#A7CAE5, #fff);
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .inner-content .right-side .tabbed-navigation ul li a {
  color:#234358;
  font-weight:bold;
  text-decoration:none;
  display:block;
  padding:19px;
}
.container .inner-content .right-side .tabbed-navigation ul li.active a {
  color:#234358;
  font-weight:bold;
  text-decoration:none;
  display:block;
  padding:20px;
}
.container .inner-content .right-side .tabbed-navigation .new-cars {
  height:96px;
}
.container .inner-content .right-side .tabbed-navigation .new-cars li a,
.container .inner-content .right-side .tabbed-navigation .new-cars li.active a {
  color:#234358;
  font-weight:bold;
  text-decoration:none;
  display:block;
  padding:10px;
}
.container .inner-content .right-side .tabbed-navigation .new-cars li.active a {
  padding-bottom:12px;
}

.container .inner-content .right-side .new-cars-intro {
  margin-bottom: 20px;
  display:none;
}
.container .inner-content .right-side .new-cars-intro p {
  margin-bottom:8px;
}

.container .inner-content .right-side .content {
  width:680px;
  float:left;
  margin-bottom: 10px;
  padding:20px;
  border:2px solid #ccc;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
  filter:none !important;
    /* progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 10px;
  border-top-left-radius: 0; 
  border-radius: 0px 10px 10px 10px;
  -pie-background: linear-gradient(#ffffff, #EDEDED);
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .inner-content .right-side .content h1 {
margin-bottom:10px;
font-size:22px;
}
.container .inner-content .right-side .content p {
margin-bottom:10px;
}
.container .inner-content .right-side .content ol {
margin-left:30px;
}
.container .inner-content .right-side .content ul li,
.container .inner-content .right-side .tx-evonewcars .tabcontents ul li {
margin: 3px;
background-image: url(../images/bullet_01.png);
background-position: 0px 10px;
background-repeat: no-repeat;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 10px;
text-align:left;
}
.container .inner-content .right-side .content ol li ul li,
.container .inner-content .right-side .content ul li,
.container .inner-content .right-side .tx-evonewcars .tabcontents ol li,
.container .inner-content .right-side .tx-evonewcars .tabcontents ul li {
list-style-type: none;
}
.container .inner-content .right-side .car-details {
  padding: 10px 10px 30px 10px;
  background: #D2D2D2;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .inner-content .right-side .car-details .car-title {
  margin-bottom:10px;  
margin-left: 10px;
float: left;
margin-top: 20px;
width:80%;
}
.container .inner-content .right-side .car-details .car-cost {
margin-top:20px;
  float:right;
}
.container .inner-content .right-side .car-details .left {
  float:left;
  width:443px;
  margin-right: 0px;
}

.container .inner-content .right-side .car-details .left #galleryContainer {
  width:443px;
  height:425px;
  margin-bottom: 20px;
  float:left;
  
}
.container .inner-content .right-side .car-details .left .share {
  margin-top:20px;
}

.container .inner-content .right-side .car-details .right {
  float:right;
  width:220px;
}

.container .inner-content .right-side .car-details .right .stats {
  width:220px;
  float:right;
  
}
.container .inner-content .right-side .car-details .right .stats .title {
  border-bottom: 1px solid #000;
  width: 100px;
  margin-top: 4px;
padding-bottom: 4px;
  font-weight: bold;
  float: left;
}
.container .inner-content .right-side .car-details .right .stats .stat {
  border-bottom: 1px solid #000;
  width: 120px;
  margin-top: 4px;
padding-bottom: 4px;
  float: left;
  min-height:19px;
}
.container .inner-content .right-side .car-details .right .cta-buttons {
  margin-top: 20px;
  width:220px;
float: right;
}
.container .inner-content .right-side .car-details .right .cta-buttons ul li {
  list-style:none;
}

.container .return-to-top {
  margin-bottom: 10px;
  text-align: right;
  float: right;
}

.container .back-button {
  margin-left: 285px;
  margin-bottom: 10px;
  text-align: left;
  float: left;
}

.container .back-button-top {
  text-align: left;
}

.container .back-button-top img {
  margin-bottom:15px;
}







/*-----FOOTER STYLES-------*/
.container .footer {
  margin-bottom:50px;
  margin-top:10px;
}
.container .footer .gowan-motor-locations {
  padding:10px;
  behavior: url(pie/PIE.htc);
  height:230px;
  margin-bottom:10px;
  background-color:#dadada;
  border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .footer .gowan-motor-locations .locations {
  float:left;
}
.container .footer .gowan-motor-locations .locations h1 {
  margin-bottom: 10px;
  font-size: 22px;
}

.container .footer .gowan-motor-locations .locations .dealer {
  margin-bottom:10px;
  padding: 10px 10px 10px 10px;
  width:500px;
  height:35px;
  
  background-repeat:no-repeat;
  background-position:10px 12px;
  background-color:#FFF;
  border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .footer .gowan-motor-locations .locations .dealer h1 {
  float:left;
  font-weight:normal;
  font-size:22px;
  margin-top:-3px;
}
.container .footer .gowan-motor-locations .locations .dealer h1 a {
  color:#000;
  text-decoration:none;
}
.container .footer .gowan-motor-locations .locations .dealer p {
  width:365px;
  float:right;
  font-size:15px;
}


.container .footer ul li {
  display:inline;
}
.container .footer .simi {
  float:right;
}

.container .footer .gowan-motor-locations .testimonials {
  padding:10px;
  width:380px;
  height:198px;
  border:2px solid #0069AA;
  background: rgb(128,180,212); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(128,180,212,1) 0%, rgba(0,105,170,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,180,212,1)), color-stop(100%,rgba(0,105,170,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(128,180,212,1) 0%,rgba(0,105,170,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(128,180,212,1) 0%,rgba(0,105,170,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(128,180,212,1) 0%,rgba(0,105,170,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(128,180,212,1) 0%,rgba(0,105,170,1) 100%); /* W3C */
  filter: none !important;
  /*progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b4d4', endColorstr='#0069aa',GradientType=0 ); /* IE6-9 */
  border-radius: 15px; 
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px; 
  -pie-background: linear-gradient(#80B4D4, #0069AA);
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
  margin-top: 0px;
  float: right;
  
}
.container .footer .gowan-motor-locations .testimonials h1 {
  color:white;
  font-size:22px;
}
.container .footer .gowan-motor-locations .testimonials a.prev {
  background-image: url(../images/left-arrow.png);
  float:left;
  height: 25px;
  width: 25px;
  text-indent: -9999px;
}
.container .footer .gowan-motor-locations .testimonials a.next {
  background-image:url(../images/right-arrow.png);
  float:right;
  height: 25px;
  width: 25px;
  text-indent: -9999px;
}











/*-------------SLIDER STYLES----------*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;     
  height:280px;
  behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);

  }
  
.rslides .rslides1 { 
    list-style: none;
  padding: 0px;
  width: 1000px;
  height:280px;
}
#testimonials_slider { 
  color:white;
  text-align:center;
    list-style: none;
  padding: 0px;
  width: 340px;
  height:140px;
  margin-top: 10px;
}
#testimonials_slider li p {font-size:16px;}
#three-slider { 
  color:white;
  text-align:center;
    list-style: none;
  padding: 0px;
  width: 1000px;
  height:185px;
  margin-top: 10px;
}
#three-slider li {
  overflow: hidden;
width: 885px !important;
margin-left: 49px;
}

#three-slider  img { 
  margin-right: 8px;
  margin-left: 8px;
  height:auto;
  width:auto;
}
.three-slide a.prev {
  float:left;
  background-image:url(../images/left-big-nav.png);
  width:47px;
  height:59px;
  text-indent: -9999px;
  margin-top:-140px;
  position: relative;
  z-index: 500;
  cursor: pointer;
}
.three-slide a.next {
  float:right;
  background-image:url(../images/right-big-nav.png);
  width:47px;
  height:59px;
  text-indent: -9999px;
  margin-top:-140px;
  position: relative;
  z-index: 500;
  cursor: pointer;
}

/*-------------begin External Pages Menu -----------------*/
body .gowanBar .sf-menu {
  /*background-image:url(../images/gowan_bar_background.jpg);*/
  background-position:left center;
  background-repeat:repeat-x;
  width:100%;
  height: 60px;
  position:fixed;
  z-index: 999;
    list-style: none;
}

body .gowanBar .sf-menu  a {
  float: left;
  background-image:url(../images/gowan-bar-divider.jpg);
  background-position:left center;
  background-repeat:no-repeat;
  color:#000;
  font-size:18px;
  outline:0 none;
  padding:20px;
  height: 20px;
  display: block;
    text-decoration:none;
}


body .gowanBar .sf-menu .home {
  background-image: url(../images/gowan_bar_header.jpg);
  background-repeat: no-repeat;
  text-indent: -9000px;
  padding: 0px;
  height: 60px;
  width: 148px;
  display: block;
}

iframe {  margin-top: 60px; }
/*-------------begin External Pages Menu -----------------*/

/*
email form container
*/
#emailFormContainer
{
  width: 317px;
  height: 278px;
  background:white;
  border: 2px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  position: fixed;
  top: 200px;
  display: none;
  text-align: left;
  z-index:999;
}

#emailFormContainer h2
{
  color: #333333;
  text-align: center;
  height: 22px;
  padding-bottom: 10px;
}

#emailFormContainer form {
margin-top:20px;
}

#emailFormContainer p,
#forwardToFriendContainer p {
  margin-bottom:10px;
}
#emailFormContainer input,
#forwardToFriendContainer input {
height:20px;
}
#emailFormContainer textarea,
#forwardToFriendContainer textarea {
height:60px;
resize:none;
}
#emailFormContainer input,
#emailFormContainer textarea,
#emailFormContainer select,
#forwardToFriendContainer input,
#forwardToFriendContainer textarea  {
width:156px;
  border: 1px solid #BDD2FF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#emailFormContainer label,
#forwardToFriendContainer label
{
  margin-left: 10px;
width: 132px;
  display: block;
  float: left;
}
.cancelButton2 {
background-image: url(/fileadmin/templates/main/images/x.png);
background-repeat: no-repeat;
width: 21px;
height: 21px;
display: block;
float: left;
position: absolute;
top: 10px;
right: 15px;
}
#emailFormContainer #messageSendButton,
#forwardToFriendContainer #btnForwardToFriend {
background: none !important;
background-image: url(/fileadmin/templates/main/images/send.png) !important;
background-repeat: no-repeat;
text-indent:-9999px;
width: 122px;
height: 49px;
display: block;
float: left;
border: 0 !important;
margin-right: 47px;
margin-left: 10px;
}
#emailFormContainer .cancelButton,
#forwardToFriendContainer .cancelButton {
background-image: url(/fileadmin/templates/main/images/cancel.png);
background-repeat: no-repeat;
text-indent:-9999px;
width: 122px;
height: 49px;
display: block;
float: left;
}
#forwardToFriendContainer
{
  width: 317px;
  height: 295px;
  background:white;
  border: 2px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  position: fixed;
  top: 200px;
  display: none;
  text-align: left;
  z-index:999;
}

#forwardToFriendContainer h2
{
  color: #333333;
  text-align: center;
  height: 22px;
  padding-bottom: 15px;
}



 div.mailForm textarea, #financeApplicationFormContainer textarea
{
margin:0 0 10px;
padding:0;
width:304px;
  border: 1px solid #BDD2FF;
}

#overlay {display:none;height:100%;width:100%;background-color:#000000;position:fixed; top 0; z-index:998;opacity:0.8;filter:alpha(opacity=80);}


table.openingHours {
border: 1px solid #999;
text-align:center;
color: #1F1F1F;
margin: 0;
width: 100%;
background-color: #E2E2E2;
margin-left: 4px;
}
table.openingHours thead th {
text-align: center;
font-size: 16pt;
font-weight: bold;
}
table.openingHours .odd {
  height: 35px;
  background: white;
}
table.openingHours .even {
  height: 35px;
  
}

.aftersales-boxes .aftersales-boxes-row {
margin-top: 20px;
}
.aftersales-boxes {
width: 576px;
margin-left: auto;
margin-right:auto;
margin-bottom: 20px;
height: 160px;
}
.aftersales-boxes .aftersales-boxes-row .a-s-box {
width: 168px;
height: 150px;
float: left;
margin-left:12px;
margin-right: 12px;
margin-bottom: 25px;
}
.aftersales-boxes .aftersales-boxes-row .a-s-box .a-s-box-header {
font-size: 14px;
text-align: left;
padding-left: 4px;
background-color: #0069AA;
color: #fff;
height: 24px;
padding-top: 5px;
}
.aftersales-boxes .aftersales-boxes-row .a-s-box .a-s-box-header-two {
font-size: 14px;
text-align: left;
padding-left: 4px;
background-color: #0e5987;
color: #fff;
height: 24px;
padding-top: 5px;
}
.aftersales-boxes .aftersales-boxes-row .a-s-box img {
width: 168px;
height: 78px;
overflow: hidden;
}
.aftersales-boxes .aftersales-boxes-row .a-s-box .a-s-box-text {
font-size: 14px;
color: #000;
}
.aftersales-boxes .aftersales-boxes-row .a-s-box .a-s-box-text a {
color: #000;
text-decoration: none;
}
.breadcrumb-class {
margin-right:5px;
}
.breadcrumb-class a {
  margin-right:5px;
  margin-left:5px;
  color:#000;
  text-decoration:none;
}
.breadcrumb-class a:hover {
  text-decoration:underline;
}
div.tabcontents div b { display:none;}

.news-list-container H2 a {
color:#0069AA;
text-decoration:none;
}

#dealership_slider li span {
padding-bottom: 3px;
padding-top: 3px;
background: url(../images/black-70.png);
position: absolute;
z-index: 999999;
margin-top: 196px;
color: white;
display: block;
width: 340px;
text-align: center;
}


.container .inner-content .right-side .car-details-short  {
    margin-bottom:20px;
}
.container .inner-content .right-side .car-details-short .left {
  float:left;
  width:243px;
  margin-right: 0px;
}
.container .inner-content .right-side .car-details-short .left img {
  width:243px;
  height:auto;
}

.container .inner-content .right-side .car-details-short .right {
  float:right;
  width:420px;
}

.container .inner-content .right-side .car-details-short .right .stats {
  width:420px;
  float:right;
  
}
.container .inner-content .right-side .car-details-short .right .stats .title {
  border-bottom: 1px solid #000;
  width: 105px;
  margin-top: 4px;
padding-bottom: 4px;
  font-weight: bold;
  float: left;
}
.container .inner-content .right-side .car-details-short .right .stats .stat {
  border-bottom: 1px solid #000;
  width: 315px;
  margin-top: 4px;
padding-bottom: 4px;
  float: left;
}
.tabbed-info { clear:both}


.jumpTable2 {
border: solid 1px #5F778F;
}
.jumpTable2 tr th {
color: #FFF;
background-image: url(../images/nc-th.png);
background-repeat: repeat-x;
background-position: left top;
height: 29px;
text-align: left;
font-size: 20px;
padding: 10px 10px 10px 40px;
text-transform: uppercase;
letter-spacing: 5px;
}

.box-col {
text-align:center;
background-color:white;
  border:#333 solid 2px;
  width:275px;
  height:356px;
  float:left;
  margin-left: 35px;
margin-top: 10px;
margin-bottom:10px;
}
.box-col h3 {
  margin-bottom: 5px;
margin-left: 3px;
margin-top: 3px;
}
.box-col p{
  margin:0px;
  padding:0px;
}
.box-col img {
  margin-left:20px;
}
.box-col img.img-button {
  margin-left:0px;
}
.box-col ul li {
list-style:none;
background-image:none!important;
}

.csc-textpic-imagerow ul li {
background-image:none !important;
}

.showroom-row {
margin-left: 60px;
width: 650px;
height: 270px;
padding-bottom: 10px;
}
.showroom-row .picture {
width: 300px;
float: left;
}
.showroom-row .text-left {
width: 280px;
height: 264px;
background: url(/fileadmin/templates/kia/images/showroom-text-left.png);
background-repeat: no-repeat;
float: left;
padding-left: 20px;
}
.showroom-row .text-left h1,
.showroom-row .text-left ul li {
color:white;
}
.showroom-row h1 {
padding-top: 10px;
}
.showroom-row .text-left ul {
margin-left:6px;
  font-size:14px;
}
.showroom-row .text-left ul li {
margin-bottom:3px;
}

.container .inner-content .left-side .blog-archive {
padding: 10px;
background: #F2F2F2;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
  margin-top:10px;
behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}
.container .inner-content .left-side .blog-archive h1 {
font-size: 1.5em;
}
.container .inner-content .left-side .blog-archive li {
  list-style:none;
  padding-left: 10px;
}
.news-amenu-item-year {
  
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
  background-color: #989898;
}
.aftersales-row {
  text-algin:center;
}
.aftersales-row table  {
margin-left: 40px;
width: 600px;
}
.aftersales-row table td {
vertical-align: top;
width: 168px;
height: 150px;
padding-left: 12px;
padding-right: 12px;
}
.aftersales-row table td h3 {
  font-size:14px;
}
.aftersales-row table td a {
  color:#000;
  text-decoration:none;
}
.new_cars_back {height:59px;}
.new_cars_back a {display:block; text-decoration:none; height:49px; width:176px; background-image:url(../images/back-to-results-new.png); float:right}
.new_cars_gallery { /*padding-left:135px;*/ padding-left:15px;}

/*.versions_header {font-weight:bold; clear:both; border-bottom:1px #4c4c4c dotted;}
.versions_row {clear:both; border-bottom:1px #4c4c4c dotted}
.versions_header .version, .versions_row .version { float:left; padding:7px; margin-right:10px; width:196px;}
.versions_header .price, .versions_row .price { float:left; padding:7px; margin-right:10px; width:80px;}
.versions_header .emissions, .versions_row .emissions { float:left; padding:7px; margin-right:10px; width:110px;}
.versions_header .tax, .versions_row .tax { float:left; padding:7px; width:70px; text-align:center;}
.versions_header .tax_band, .versions_row .tax_band { float:left; padding:7px; width:80px; text-align:center;}*/

.versions_header {font-weight:bold; display:block; border-bottom:1px #4c4c4c dotted;}
.versions_row { display:block; border-bottom:1px #4c4c4c dotted;}
.versions_header .version, .versions_row .version { padding:7px; margin-right:10px; width:196px;}
.versions_header .price, .versions_row .price { padding:7px; margin-right:10px; width:80px;}
.versions_header .emissions, .versions_row .emissions { padding:7px; margin-right:10px; width:110px;}
.versions_header .tax, .versions_row .tax { padding:7px; width:70px; text-align:center;}
.versions_header .tax_band, .versions_row .tax_band { padding:7px; width:80px; text-align:center;}

.brochure_row {clear:both; border-bottom:1px #4c4c4c dotted; padding: 12px;}

.container .inner-content .right-side .model {
  float:left;
  width:233px;  
margin-bottom: 10px;
min-height: 170px;
height:170px;
text-align:center;
}
.container .inner-content .right-side .model a {
  text-decoration:none;
}
.container .inner-content .right-side .model:hover {
background:white;
}
.container .inner-content .right-side .model .image {
padding-top:10px;
}
.container .inner-content .right-side .model .text {
color:#333;

}
.tx-evonewcars {
  margin-top:10px;
}  
.left-side .tx-evonewcars .listmenu {
  margin-top:68px;      
}
.tx-evonewcars li {
text-align:center;          
  margin-top:10px;  
list-style:none;
} 
.tx-evonewcars li.current {

padding-bottom: 5px;
padding-top: 5px;
background: #5caef9;
background: -moz-linear-gradient(top, #5caef9 0%, #3468d2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5caef9), color-stop(100%,#3468d2));
background: -webkit-linear-gradient(top, #5caef9 0%,#3468d2 100%);
background: -o-linear-gradient(top, #5caef9 0%,#3468d2 100%);
background: -ms-linear-gradient(top, #5caef9 0%,#3468d2 100%);
background: linear-gradient(to bottom, #5caef9 0%,#3468d2 100%);
filter: none !important;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
.tx-evonewcars li.current a {
	color:white;
}
  .tx-evonewcars-listrow {
  padding: 10px 10px 30px 10px;
background: #F2F2F2;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
behavior: url(http://www.gowanmotors.ie/fileadmin/templates/main/styles/pie/PIE.php);
}

.container .inner-content .right-side .car-details .make_logo,
.tx-evonewcars .make_logo {
float:left;
margin-bottom:16px;
}
.tx-evonewcars .make_title {
padding-bottom: 6px;
padding-top: 14px;
background-repeat: no-repeat;
margin-bottom: 45px;
margin-top: 16px;
text-align: center;
background-image: url(../images/new-cars-gowan-logo.png);
background-position: right center;
}
.tx-evonewcars li a {
color:#333;
text-decoration:none;
}
.tx-evonewcars li a:hover {
color:#333;
text-decoration:underline;
}
.tx-evonewcars li a span {
font-weight:bold;
}

.tx-evonewcars .vgallery_overlay {
padding-top: 27px !important;
}


.tx-evonewcars .make_logo { width:0px;}

.tx-evonewcars .new-cars-buttons {float:right; margin:0px 0px 10px 20px; width:223px}
.tx-evonewcars .new-cars-buttons a{margin-bottom:10px}

.tx-evonewcars .share {
  margin-top:20px;
}

#results-sorting {
	padding-top: 5px;
	padding-left: 26px;
	padding-bottom: 5px;
	border-bottom: 2px solid #333;
	background: url(../../../search-sorting-bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	font-size:16px;
}
#results-sorting a {
	font-size: 18px;
	text-decoration: underline;
	color: #333;
	margin-right: 28px;
	margin-left: 28px;
}
#results-sorting a:hover {
	text-decoration:underline;
}
#overview-contacts .contact-info {
margin-bottom:20px;
}

.contact-info .csc-default > iframe{ margin-top:0}
.p-contact-btn {
  background: #c9161a;
  border-radius: 4px;
  color: #fff;
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 4px 14px;
  text-transform: uppercase;
  text-decoration:none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
}
.p-contact-btn:hover { background:#3468d2; }

#c1342, #c1350, #c1355{
  float: right;
  width: 50%;
}
#c1344, #c1354, #c1349 {
  float: left;
  margin: 0;
  position: relative;
  width: 48%;
}
.reqd {
  color: red; margin-bottom:10px;
  font-size: 13px;
}
#c1344 input, #c1344 textarea,
#c1354 input, #c1354 textarea,
#c1349 input, #c1349 textarea {
  border: 1px solid #ddd;
  display: block; font-family:arial; width:100%;
  margin-bottom: 8px; text-indent:8px;
  padding: 8px 0px;
  font-size:13px;
}
#c1344 input[type="submit"],
#c1354 input[type="submit"], 
#c1349 input[type="submit"] {
  padding: 8px 27px;
  width: auto;
  font-size:17px;
  border:1px solid #ff8f00
}
#overview-contacts a.p-contact-btn{float:none !important;}

.btnphone{width:179px; height:49px; background:url(images/phone_bg.png) no-repeat top left; box-sizing:border-box; padding:9px 0px 0px 15px; margin:0px auto 12px; font-size:21px; line-height:22px; color:#ffffff; text-align:left; }
iframe[name=google_conversion_frame] {float:left;z-index:-9999;}