/*                                                                                               

STYLE SHEET FOR totalrefrigeration.co.uk WEB SITE
Created by Neil Benson
www.auto-netsites.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/wrapper.jpg); 
	background-repeat: repeat-y;
	background-position: 50%;   
}
		
/*  --------- 2. structure  --------- */

#wrapper {
	margin: 0 auto;
	width: 760px;
}
		
#masttop {
	background-color: #195379;
	background-image: url(../images/pageHeader_5.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#masthead {
  margin-left: 1px;

}

#mastbox {
	margin-left: 330px;
	position: relative;
}

#mastsearch {
	float: left;
	height: 5em;
	padding-left: 10px;
	padding-top: 10px;
	width: 180px;
}

#mastcart {
	margin-left: 200px;
	margin-right: 5px;
	background-color: #B0C5E0; 
	width: 220px;
	text-align: center;
  background-image: url(../images/cartbottom.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}

#mastsearch input.searchbutton {
	float: left;
  color: #000000;
}

#mastcart input {
	font-size: 0.9em;
	margin-top: 10px;

}

#mastcart h2 {
  padding-top: 10px;
}

#mastcart p {
	padding-right: 10px;
}

.bold {
	font-weight: bold;
}

.superbold {
  font-weight: bolder;
}

#mastcart input#checkout {
	margin-right: 10px;
}

#mastsearch input.searchtext {
	clear: left;
	width: 140px;
	height: 1.5em;
}

#mastsearch input {
	float: left;
	color: #FFFFFF;
}

#mastsearch label,
#mastsearch input,
.topspace {
	margin-top: 10px;
}         
		
#logo {
}
		
#navContainer {
}

#content {
   color: #585858;
   margin-top: 5px;
}

/*#footer {
  clear: both;
  border-top: 10px solid #DFDFDF;
}  */

.separator {
	clear: both;
  height: 1px;
  width: 100%;
}

.separatorInvisible {
	clear: both;
	height: 1px;
  display: block; 
}

.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}    

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

input#shopcart, 
input#viewcart {
		padding: 0;
}

input#viewcart {
  margin-bottom: 10px;
}

#mastmenu {
  margin: 18px 0 0 0;
  /*border-top: 1px solid #FFFFFF;*/

  height: 25px;
  
}

#vertmenu {

  height: 1.4em;
	list-style: none;
background-color: #195379;
  margin: 0 auto; 
  padding-left: 10px;
}


#vertmenu li {
  position: relative;
	float: left;
	margin: 0;
	text-align: center;
  
}

#vertmenu li a {

background: transparent url(/images/buttons/top-white-left.gif) no-repeat top left;
display: block;/**/
float: left;/**/
clear:right;
line-height: 23px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 23px; /* Height of button background height */
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
padding-left: 9px; /* Width of left menu image */
padding-right: 0px; /* Width of left menu image */
text-decoration: none;
  font-weight: bold;
  font-size: 0.75em;
  color: #000000;
  /*font-style: italic;*/
} 


#vertmenu li a span{
background: transparent url(/images/buttons/top-white-right.gif) no-repeat top right;
display: block;
padding: 0px 10px 0px 0px; /*Set 11px below to match value of 'padding-left' value above*/
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
} 
#vertmenu li a:hover {
background: transparent url(/images/buttons/top-white-left.gif) no-repeat bottom left;
  color: #000000;
}

#vertmenu li a:hover span{
background: transparent url(/images/buttons/top-white-right.gif) no-repeat bottom right;
  color: #000000;
}

#vertmenu li a.lastborder {
  border: none;
}

#content {    
}

div#leftcolumn {
  float: left;
  padding-bottom: 10px;  
  width: 185px;
}

div#leftcolumn ul#prodmenu {
	margin-top: 5px;
	margin-left: 5px;
}

div#leftcolumn ul#prodmenu li {
  list-style: none;
  width: 181px;
  margin-bottom: 2px;
  /*margin-top: 3px;*/ 
  /*padding-top: 5px;
  padding-bottom: 5px;*/
  background-image: url(../images/tableEdge2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

div#leftcolumn ul#prodmenu li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  margin-right: 17px;
  text-decoration: none;
  color:#FFFFFF;
  font-size:0.9em;
  font-style:italic;
  font-weight:bold;
}

div#leftcolumn ul#prodmenu li a:hover {
  text-decoration: underline;
}

div#leftcolumn ul#prodmenu li ul li {
  background-color: #FFFFFF;
  background-image: none; 
}

div#leftcolumn ul#prodmenu li ul li a {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: none;
}

div#leftcolumn ul#prodmenu li ul li a:hover {
  text-decoration: underline;
  color: #0000FF;
}

a {
  text-decoration: none;
}   

a:hover {
  text-decoration: underline;
}

#rightcontent {
  width: 558px;
  margin: 5px 5px 20px 5px;
  padding: 0 0 0 5px;
  float: left;
  border-left: 1px solid #DFDFDF; 
  position: relative;
}               


#rightcontent_banner {
width: 560px;
/*height: 197px;*/
}

#rightcontent_banner_promotions {
width: 560px;
height: 197px;
}
#contenttitle {
  width: 100%;
  height: 53px;
  font-size: 1.3em;
  /*font-style: #1B74AB; */
  font-weight: bold;
  font-family: lucinda, verdana, arial, helvetica, sans-serif;
  color: #1B74AB;
/*  background-image: url(../images/contenttitle.jpg);*/
  background-image: url(../images/snowflake2.png);
  background-repeat: no-repeat; 
  background-color: blue;
  width: 538px;
  height: 35px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  

}

#contenttitle h2 {
  /*padding-left: 15px;*/
  padding-top: 7px;
  padding-left: 0;
  font-size: 0.9em;
  color: #FFFFFF;
  display: inline;
/*  margin-top: 5px;*/
}

#contenttitle h3 {
  display: inline;
  font-size: 0.7em;
  position: relative;
  top: -1px;
}

#leftfoot {
  float: left;
  margin-left: 10px;
  width: 60%;
  clear: left;
}

#address {
  width: 500px;
  margin: 10px;
}

#leftfoot p.address {
   font-style: italic; 
}

#rightfoot {
  text-align: right;
  margin-right: 10px;
/*  float: right;
  margin-right: 10px;
  text-align: right;
  width: 35%;*/
}

#rightfoot a,
a.standardlink,
a.newslink {
  text-decoration: none;
  color: #367CAF;
  display: inline;
  padding: 0;
}

a.newslink {
  margin-bottom: 20px;
}

#rightfoot a:hover, 
a:hover.standardlink {
  text-decoration: underline;
}

a.standardlink {
  font-style: normal;
}

a.newslink {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 10px;
}

#bottombar {
  clear: both;
/*  background-color: #0065A5;*/
  background-color: #234A67;
  height: 49px;
/*  background-image: url(../images/tr_footer_logo.jpg);*/
  background-image: url(../images/pageFooter_5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 10px;
}

#footer {
  margin-top: 20px;
  font-size: 0.7em;
  line-height: 2em;
  font-weight: bold;
  color: #777;
  clear: both;
  border-top: 1px solid #DFDFDF;             
}

ul li.product {
  list-style: none;
  display: block;
  width: 170px;
  float: left;
  margin: 7px;
  margin-top: 10px;
/*  background-color: green;  */
   
}


#shoppingcart {
  
}

.related {
  border: 1px solid #DEDEDE;
  margin-bottom: 10px;
  min-height: 100px;
}

.related img {
  float: left;
  padding: 10px 10px 5px 5px;
  clear: left;
  font-size:0.9em;
  font-style:italic;
  font-weight:bold;
  text-decoration:none;
}

.formline input.btnFind {
  float: right;
  width: 150px;
  position: relative;
  top: -2px;
}

.formline input.getpostcode {
  width: 100px;
  float: left;
  margin-left: 34px;
}

input#promocode {
  width: 50px;
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  /*margin-left: 10px;*/
}

label#promolabel {
  float: left;
  padding-top: 2px;
  padding-left: 10px;
}

ul#product-list {
  list-style: none;
}

.valid {
  float: right;
  margin-top: 10px;
}

div.newslist {
  width: 350px;
  float: left;
  border-right: 1px solid #DFDFDF;
  padding-right: 10px;
}

div#archive {
  float:right;
  width: 190px;
  /*border: 1px solid #000; */
  padding-right: 1px;
  margin-right: 1px;
}

/*input#promocode1 {
  margin-left: 7px;
}  */

/*label#promolabel {
  margin-right: 1em;
}   */

div#calltoaction 
{
  color: #FFF;
  margin: 0 0 0 5px;
/*  background: #FF0000;*/
  font-weight: bold;
/*  padding: 5px;*/
  font-size: 1.6em;
  text-align: center;
  background-image: url(../images/cta_bottom.jpg);
  background-position: bottom left;
  padding-bottom: 30px;
}


div#calltoaction a {
  /*margin-top: 10px; */
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 10px;
}

a:hover div#calltoaction {
  text-decoration: none;
}

div#ctahead {
  height: 22px;
  background-image: url(../images/cta_top.jpg);
  background-position: top left;
  margin-top: 10px;
  margin-left: 5px;
}

/* ---------- 3. links and navigation ---------- */

a {
}
		
a:hover {
}

#navigation {
}

#navigation ul {
}

#navigation li {
}

#navigation a {
}

#navigation a:hover {
}

#mastsearch label {
	color: #FFFFFF;
	font-weight: bold;
}

.leftbutton,
.rightbutton {
  display: block;
  background-color: #DEDEDE;
  border: 1px solid #000000;
  width: 75px;
  text-align: center;
  margin: 5px;
  padding: 0; 
/*  float: left;*/
/*  vertical-align: bottom;*/
  position: absolute;
  bottom: 0;
}

.button {
  display: block;
  background-color: #DEDEDE;
  border: 1px solid #000000;
  width: 42%;
  text-align: center;
  margin: 5px;
  padding: 0;
  float: left;
  vertical-align: bottom;
}

.rightbutton {
  margin-left: 85px;
}

.related .button {
  width: 100px;
  float: right;
  clear: right;
  margin-top: 10px;
  margin-right: 10px;
}

.selectbutton {
   margin-left: 10px;
}

.addressformbuttons {
   margin-left: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
}

#prodimg a {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.8em;
  text-align: center;
  color: #000000;
  display:block;
  font-style:italic;
  font-weight:bold;
  padding-left:7px;
  padding-right:7px;
  text-decoration:none;
}

#alignbuttons {
  clear: both;
  padding-top: 20px;  
}

#alignbuttons p {
  float: right;
}

#alignbuttons .button {
  width: 150px;
  padding: 3px;
}

div#alignbuttons .pricebox {
  display: block;
  background-color: #FFFFFF;
/*  text-align: center;*/
  margin-right: 10px;
  float: right;
}

div#alignbuttons p.pricebox {
  font-size: 2em;
  font-family: arial, verdana, lucinda, helvectica, sans-serif;
}

#product-container {
  border: 1px solid #DEDEDE; 
  /*height: 100%; */
  padding-bottom: 20px;
  margin-bottom: 20px;
  /*background-image: url(../images/TR_cellback.jpg);*/
  background-repeat: no-repeat;   
  
}

/*#product-container p {
  font-size: 0.8em;
}   */

/*.product-body {
  border: 1px solid #DEDEDE;
}        */

#product-spec h2 {
  border-bottom: 1px solid;  
  padding-left: 0;

}

#product-spec h2 a{
  padding: 10px 10px 10px 0;
  font-style: normal;
  font-size: 1.1em;
  font-weight:bold;
  text-decoration:none;
}

#product-spec h3 {
  font-size: 0.75em;
  padding-top: 10px;
  padding-bottom: 3px;
  display: block;
  height: 100%;
  clear: both;
}

#product-spec {
  float: right;
  clear: right;
  width: 50%;
  margin-right: 5px;
/*  margin-right: 10px;*/
}

#product-spec ul {
  margin-right: 10px;
}

#product-spec ul li {
  list-style: none;
  font-size: 0.75em;
  font-family: arial, verdana, lucinda, helvetica, sans-serif;
/*  padding: 2px 0;*/
  float: left;
  width: 100%;
}

#product-spec .infotitle,
#product-spec .infodetail {
  display: block;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
/*  margin-bottom: 2px;*/
  padding-left: 3px;
/*  border-bottom: 1px solid #FFFFFF;*/

}

#product-spec .stripe {
  background-color: #DEDEDE; 
}

#product-spec .infodetail {
  width: 58%; 
  float: left;
  font-size: 0.9em;
  border-left: 2px solid #FFFFFF;
  position: relative;
  left: -2px;
}

#product-spec .infotitle {
  font-weight: bold;
  width: 38%;
  clear: right;
  float: left;
  border-right: 2px solid #FFFFFF;
}    

#product-spec p {
  font-size: 0.75em;
}

#prodimg {
  float: left;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 45%;
}

#prodimg img.logos {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px; 
}

#backlink {
  float: left;
 /* height: 21px;*/
}

#backlink a {
  font-style: normal;
  font-weight: normal;
  background-image: url(../images/gfx/backbutton.jpg);
  padding-left: 30px;
  background-repeat: no-repeat;
  height: 21px;
  padding-top: 2px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000000;
  display: block;
  text-decoration: none;
}

.inlinelink {
  display: inline;
  color: #5F93B1;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-style: normal;
}

a.inlinelink:hover {
  text-decoration: underline;
}

a.resource_link_right,
a.resource_link_left
{
  color: #585858;
  font-weight: bold;
  margin: 10px 0;
  /*display: block;*/
}

a.resource_link_right
{
  float: right;
}

a.resource_link_left
{
  float: left;
}

div#ctahead a,
div#calltoaction a {
  color: #FFF;
  display: block;
}

div#calltoaction a:hover {
  text-decoration: none;
}

/* ---------- 4. fonts ---------- */

html {
		/*font-size: 100%;*/
}

body {
	/*font-size: 62.5%;*/
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.button a,
.leftbutton a,
.rightbutton a {
  display: block;
  font-size: 0.8em;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  padding: 1px;
  text-decoration: none;
}

h1, h2, h3, h4, p, ul {
}

h1 {
	font-size: 0.5em;	
	text-indent: -1999px;
	height: 0;
}

h2 {
	font-size: 1em;
	margin-bottom:10px;
	padding-left: 10px;
  color: #000000;
	/*padding-bottom: 8px;
	border-bottom: 1px solid #FFFFFF;*/
}



/*.product-container h2 {
  padding-left: 0px;
  display: block;
}*/

.product h2 {
  padding-left: 0px;
  /*display: block;*/
  vertical-align : middle; 
  margin-bottom: 10px;
}

.product h2 .redText {
  margin-left: 10px;
}



.product h2 a {
  padding-top: 5px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  font-style: normal;
  text-align: center;
  background-image: url(../images/TR_subcatTile2.png);
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-decoration: none;   
  min-height: 4em;
  margin-top: auto;
  margin-bottom: auto;  
  vertical-align: middle; 
}

.product p {
  font-size: 0.8em;
  margin: 0 10px;
}

p.pricebox,
.relpricebox, 
p.pricelist {
  font-size: 1.2em;
  font-weight: bold;
  font-family:  arial, lucinda, verdana, helvetica, sans-serif;  
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
}

p.pricelist {
  height: 12em; 
}     

.relpricebox {
  margin-right: 10px;
  margin-top: 0;
  font-size: 1.4em;
}       

.product a img {
  margin: auto 25px 3em 18px;
  position: absolute;
  bottom: -0;
  height: 120px;
  display: block;  
}

h2 a {
  display: block;
}

h3 {
}
		
h4 {
  margin-bottom: 10px;
}

p {
}

ul {
}

blockquote {
}

#tagline {
	font-size: 0.8em;
	text-indent: -999px;
	width: 250px;
  height: 0;
}

#shopcart {
/*	padding-left: 10px;*/
}

div#leftcolumn ul#prodmenu li ul li a {
  color: #000000;
  font-size: 0.85em;
  font-style: normal;
  font-weight: normal;
}

ul.subcat li {
  list-style: none; 
}

ul.subcat li a {
  color: #000000;  
}

div.subcatinfo {
/*  float: left;*/
  clear: both;
  border-width: 0 1px 1px 1px; 
  border-color: blue; 
  }

div.productrow {
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;

}

/* hide from mac \*/
* html div.productrow {height: 1%;}
/* end hide */ 


ul.subcat li.subcathead {
  display: block;
  background-image: url(../images/tr_subcat_header.png);
  background-repeat: no-repeat;
  background-position: center top;
  border-bottom: 2px solid;
  clear: both;
}

ul.subcat li.subcathead a {
  color: #FFFFFF;  
  padding: 6px 0 6px 15px;
  clear: both;

  display:block;
  font-size:0.9em;
  font-style:italic;
  font-weight:bold;
  padding-left:7px;
  padding-right:7px;
  text-decoration:none;
}

ul.subcat li.subcathead a:hover {
  text-decoration: underline;
}

ul.subcat li.subcatdetails {
/*  display: block;*/ 
  margin-bottom: 10px;
  border-width: 0 1px 1px 1px; 
  min-height: 125px;
  height: auto;
/*  border-width: 0;*/
  border-style: solid;
  padding: 10px;
/*  height: 10em; */
  clear: both;
/*  float: left;*/
}

/* for Internet Explorer */
/*\*/
* html ul.subcat li.subcatdetails {
height: 10em;
}
/**/

ul.subcat li.subcatdetails .subcattext,
#rightcontent p#sectordetail {
  font-size: 0.8em;
  font-family: lucinda, arial, verdana, sans-serif;
  line-height: 1.5em;
  clear: right;
  margin-bottom: 10px;
}

#rightcontent p#sectordetail {
  font-family: verdana, arial, lucinda, sans-serif;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}

ul.subcat li.subcatdetails img {
  float: left;
  clear: left;
  width: 290px;
  margin-right: 10px;
}



.product p a,
.product h3 a {
  color: #000000;
}

div#pagetext {
  font-size: 0.9em;
  margin-bottom: 10px;
/*  margin-top: 10px;*/
  color: #585858;
  line-height: 1.8em;
}

span.contacttitle {
  margin-bottom: 5px;
  margin-top: 5px;  
  display: block;
}

span.contactnos {
  padding-left: 0px;
  float: right;
  width: 50%;
}

p#pagetext a {
  color: #1666A1;
  padding-left: 0;
  margin-top: 5px;
  font-style: normal;
  font-size: 1.1em;
  display: inline;
}

p#pagetext img {
  margin-bottom: 10px;
}

div#pagetext img {
  margin-bottom: 10px;
}

h3#relatedheader {
  color: #969696;
  margin-bottom: 10px;
}

.related h4 a {
  color:#1666A1;
  font-size:1.1em;
  font-style:normal;
  margin-bottom:10px;
  margin-top:10px;
  display:block;
  font-weight:bold;
  padding-left:7px;
  padding-right:7px;
  text-decoration:none;
}

.related p {
  margin-left: 94px;
  margin-right: 100px;
  margin-bottom: 10px;
}

.redText,
.strongRedText {
  color: #FF0000;
}

.strongRedText {
  font-weight: bold;
  margin-bottom: 5px;
}

.blueText,
.strongBlueText {
  color:#003760;
  font-family:Arial,Helvetica,sans-serif;
  font-size:1.6em;
  margin-bottom: 10px;
  display: block;
  padding-left: 0;
}

.strongBlueText {
  font-size: 1.1em;
  display: inline;
  font-weight: bold;
  margin-top: 10px;
}

.moreInfoText {
  color:#003760;
  font-family:Arial,Helvetica,sans-serif;
  margin-bottom: 2px;
  display: block;
  padding-left: 0;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 10px;
}

h3.moreInfoText {
  font-size:1.6em; 
  color: #585858;
  clear: both;
}

.postcodetext {
  margin-top: 5px;
}

#jobs {
  margin-top: 20px;
  width: 100%;
}  

#joblist ul {
  height: 2em;
}

#jobdetails {
  clear: both;
  border: 1px solid #DEDEDE;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#jobdetails h2 {
  padding-left: 0;
  /*clear: both;*/ 
  padding-top: 10px;
  color: #003760;
  text-align: center;
  font-size: 1.5em;
}

#jobs li.jobtitle a h2 {
  font-style: normal;
  padding-left: 0;
  color: #003760;
  margin-bottom: 0;
}

#jobs li.jobtitle a {
  display: block;
  background-color: #DEDEDE;
  border: 1px solid #000;
  padding: 5px 7px;
  margin-right: 10px;
}   

/*#jobs li.jobtitle a:hover h2 {
  text-decoration: underline;
}  */

#jobs ul {
  list-style: none;
  width: 100%;
}

#jobs ul li {
  display: inline;
  float: left;
}  

.agreebutton {
  float: left; 
  clear: left; 
  margin-top: 10px;
}

h2.newsheader {
  padding: 0;
  color: #195379;
  font-size: 1.5em;
  font-family: helvetica, verdana, arial;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 0;
}

p.newscontent {
/*  float: left;
  width: 390px*/;
  text-align: justify;
  font-size: 0.9em;
}

img.newsimg {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  clear: left; 
}

img.newsimgr {
  float: right;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  clear: both; 
}

#archead {
  background-color: #195379;
  color: #FFF;
  padding:0;
  text-align: center;
}

p a.arclist {
  font-size: 0.9em;
  color: #195379;
  padding-left: 20px;
  background-image: url('../images/newstag.gif');
  background-repeat: no-repeat;
  line-height: 2em;
  padding-bottom: 5px;
  width: 100%;
  clear:both;
  /*display: block;*/
  
}

p.newsdate {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px;
}

a.reftext {
  font-size: 0.5em;
}


/* ---------- 5. images ---------- */

a img {
	border: 0;
}

#pagead {
  margin-bottom: 10px;  
}

#proddisplay {
  padding-bottom: 40px;
}

.rhs {
  float:right;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:15px; 
}

/*Required for image rotater - add later if needed */
/*.blend img {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity:0;
  filter: alpha(opacity=0);
}  */

a#rotate {
  padding-left: 0;
}

a#rotate img {
  margin-bottom: 10px;
}

/* ---------- 6. tables ---------- */

table {
  width: 100%;
/*  border: 1px solid #000;*/
  background: #FFF;
  font-size: 0.8em;
  margin-bottom: 20px;
}
		
caption {
}
		
tr {
}


table.servdetails tr {
   background-color: #FFF;
}

table.servdetails td {
  text-align: left;
  font-size: 1.2em;
  background-color: #FFFFFF;
  color: #585858;
  vertical-align: top;
}

table.servdetails td a {
  color: #1666A1;
  padding-left: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 1.1em;
}

table th, table td {
  margin: 0;
  padding: 8px 10px;
  text-align: center;
  border-bottom: 4px solid #FFFFFF;
  vertical-align: middle;
}

table .confirm, table .detailwidth {
  padding: 2px 10px;
  border-bottom: none;
  vertical-align: top;
}

/*tr.odd td,
tr.even td {
  border: none;
} */
		
table .item,
table .totalsamount,
table .totals,
table .detailwidth,
table .confirm {
  text-align: left;
}

table .colhead {
  color: #FFFFFF;
}

table .detailwidth {
  width: 120px;
  font-weight: bold;
}

table.tabconf {
  border-top: 1px solid #0065A4;
  border-bottom: 1px solid #0065A4;
}

table tr {
  background: #E6E6E6;
}    

table tr.confcart {
  background: #E6E6E6;
}

table tr.odd,
table th.odd {
  background: #B1C6E1;
}

table tr.carthead {
  background-color: #0065A4;
}

table tr.even,
table th.even {
  background: #D8E3F0;
}

table th.item,
table th.centre {
  color: #FFFFFF;
}

table .totalsamount,
table .totals {
  border: none;
}

table .totalsamount {
  text-align: right;
  padding-right: 25px; 
}

table tbody td input {
  width: 20px;
}

table tbody td input#updatecart,
input.cartbutton {
  width: 100px;
  float: right;
  font-size: 1em;    
  text-align: center;
  margin-right: 10px;
}

table td.extwarranty {
  text-align: left;
  font-weight: bold;
}

table td select.ewselect {
  width: 60px;
}

/*input.contactbutton {
  width: 100px;
  float: right;
  clear: right;
  font-size: 1em;    
  text-align: center;
  margin-right: 10px;
}    */

table .cartbottomL,
table .cartbottomR {
  border-top: 2px solid #FFFFFF;
/*  background-image: url(../images/customerSupport.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;*/
}

table .cartbottomL {
/*  border-top: 2px solid #FFFFFF;*/
  background-image: url(../images/customerSupport.png);
  background-repeat: no-repeat;
  background-position: 7px 7px;
}

table .cartbottomL p a {
  text-align: left;
  font-size: 1.2em;
  padding-left: 25px;
  font-style: normal;
  font-weight: normal;
  color: #000; 
  text-decoration: none; 
  float: left; 
} 

table .cartbottomL p a.continueshopping {
  float: right;
  position: relative;
  left: -80px;
} 

table .cartbottomL p a:hover {
  text-decoration: underline;
}

table.tprodrow {
  background: #00FF00;
  width: 558px;
  float: right;
}

table.tprodrow tr td {
  width: 170px;
}

#masthead table {
/*  height: 20px;*/
  margin-top: 1px;
  margin-bottom: 0;
  height: 2em;
  clear: both;
}

#masthead table tr {
  background-color: #195379;
}

#iemarquee {
  font-size: 1.5em;
  color: #FFF;
 
}

#iemarquee a {
  color: #FFF;
}

#masthead table th, #masthead table td {
  margin: 0;
  padding: 4px 10px;
  text-align: left;
/*  border-bottom: 4px solid #FFFFFF;*/
  vertical-align: middle;
}

/* NEWS TICKER  */


#masthead ul#news {
/*  height: 20px;*/
  margin-top: 1px;
  margin-bottom: 0;
  height: 2em;
  clear: both;
  	list-style: none;
  border-top: 1px #FFFFFF solid;
}

#masthead ul#news {
  background-color: #195379;
}


#masthead ul#news li a {
  color: #FFF;
}

#masthead ul#news {
  margin: 0;
  padding: 10px 10px;
  text-align: left;
/*  border-bottom: 4px solid #FFFFFF;*/
  vertical-align: middle;
}










td.confirm ul.delquestionline li {
  margin-bottom: 10px;
}


/* ---------- 7. forms ---------- */	
		
form {
}

form#deldetails {
  border: 1px solid #0065A4;
  font-size: 0.9em;
  margin-bottom: 20px;
  width: 100%;
  overflow: auto;
}

form#deldetails ul li {
  margin-left: 30px;
}

form#condetails {
  font-size: 0.9em;
  margin-bottom: 20px;
}

form#condetails p {
  margin-top: 10px;
  margin-bottom: 10px;
}

form#deldetails h2,
form#condetails h2 {
  color: #FFFFFF;
  margin: 0;
  background-color: #0065A4;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.1em;   
}

form#deldetails h2.hitopmargin {
  margin-top: 15px;
}

form#deldetails .tickbox {
  float: right;
  margin-right: 10px;
  margin-top: -40px;
  width: 20px;
}

form#deldetails input.cartbutton {
  clear: both;
  margin-top: -22px;
}

form#condetails input.contactbutton {
  clear: both;
  width: 100px;
  float: right; 
  clear: right;
  font-size: 1em;    
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

form#deldetails p, 
form#condetails p {
  margin-left: 10px;
}

.formline,
.questionline,
.delquestionline,
.detailline,
.confirmline,
.confirmlinetop {
  padding-top: 10px;
  padding-bottom: 10px;
  /*height: 20px;*/
  clear: left;
  width: 100%; 
}


.detaillinenote
 {
 margin-top: 20px;
  
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1em;
  text-indent: 20px;
  color: #000000;
  clear: left;
  width: 100%; 
}

.formline {
  height: 2em;
}

.maxivisionline {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  /*height: 20px;*/
/*  width: 100%;*/
  clear: left;
}



.confirmline,
.confirmlinetop,
.maxivisionline {
  height: 100%;
}

.confirmlinetop {
  margin-top: 0.5em; 
}

.formline input,
.questionline input,
.maxivisionline select,
.questionline select,
.delquestionline select,
.detailline input,
.formline textarea {
  float: right;
  clear: right;
  margin-right: 10px;
}                




.formline input,
.formline textarea {
  width: 300px;
}

.formline textarea {
  height: 100px;
  clear: both;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 1em;
}

.questionline select,
.maxivisionline select {
  width: 70px;
}

.delquestionline select#widerinput {
  width: 200px;
  font-family: courier, "courier new", monospace;
}


.questionline input {
  width: 200px;
}

.detailline input {
  width: 200px;
}

.detailline select.opentime,
.detailline select.closetime {
  float: right;
  width: 70px;
  clear: none;
  margin-right: 10px;
}

.fullline label,
.formline label,
.questionline label,
.delquestionline label,
.detailline label {
  float: left;
  clear: left;
  padding-left: 10px;
  vertical-align: middle; 
}

.fullline label {
  padding-top: 10px;
  padding-bottom: 10px;
}

.formline label {
  width: 200px;
}

form#deldetails ul.delquestionline {
  padding: 0;
  clear: left;
  height: 100%;
  width: 100%;
}

.questionline label {
  width: 430px;
  padding-bottom: 10px;
}

.delquestionline label {
  width: 330px;
  margin-bottom: 5px;
}

.detailline label {
  width: 300px;
}


.confirmline label,
.confirmlinetop label {
  width: 480px;
  text-align: justify;
  display: block;
  padding-right: 40px;
  margin-left: 10px;
  clear: left;
}

.maxivisionline label {
  width: 430px;
  display: block;
  margin-left: 10px;
  /*padding-right: 40px;*/
  margin-bottom: 10px;
  clear: left;  
  float: left;
}

.bordertop {
  border-top: 1px solid #C0C0C0;
  padding-top: 5px;
}

/* --------- Z - Rollovers  --------- */

table .totals #infoshow {
      position:absolute;
      /*top: 25px;*/
      right: 100px;
      width:220px;
      height:35px;
      z-index:99;
      visibility: hidden;
      padding-left: 35px;
      padding-top: 5px;
      padding-right: 5px;
      padding-bottom: 0px;
      background: #e6e6e6;
      background-image: url(../images/customerSupport.png);
      background-repeat: no-repeat;
      background-position: 7px 7px;
      border: solid 1px;
}


#weather {
width:180px;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
margin: 0px 0px 0px 5px;
padding:0px;
border:none;
}

#weather #weather_inner {
float:left;
width:180px;
background-image:url("../images/icons/top.jpg");

margin-bottom:10px;

}

#weather_inner #weather_blue {
float:left;
width:160px;
/*background-image:url("../images/icons/weather_blue.png");*/
background-position:center left;
background-repeat:no-repeat;
margin:0px 0px 0px 0px;
}

#weather #weather_week{
float:left;
width:175px;
padding:0px;
margin: 0 auto;

}

#weather .weather_day {
float:left;
width:35px;
padding-top:5px;
padding-bottom:5px;

}

.weather_place {

background-position:top left;
background-repeat:no-repeat;*/
float:left;
font-weight:bold;
padding-left:3px;
padding-right:3px;
padding-top:3px;
padding-bottom:0px;
}

.weather_place P{
width:150px;
color:#75411E;
font-size:0.8em;
margin:0px;
padding-left:5px;
padding-bottom:5px;
padding-top:2px;
}

.weather_place H3{
width:150px;
color:#75411E;
font-size:1em;
margin:0px;
padding-left:5px;
padding-bottom:5px;
padding-top:2px;
}

.weather_place_index {
background-image:url("../images/icons/top.jpg");
background-position:top left;
background-repeat:no-repeat;
float:left;
width:100%;
font-weight:bold;
padding:3px;
}

.weather_place_index P{
font-size:0.9em;
width:150px;
color:#75411E;
margin:0px;
padding-left:10px;
padding-bottom:5px;
padding-top:25px;
}

.weather_date {
color:#fff;
font-size:0.8em;
clear:left;
float:left;
width:100%;
text-align:center;
padding-top:5px;
}

.weather_icon {
clear:both;
float:left;
text-align:center;

}

.weather_temps {
color:#fff;
float:right;
width:100%;
font-size:0.8em;
text-align:center;
}

#weather_menu {
clear:both;
background-image:url("../images/icons/bottom.jpg");
background-position:bottom left;
background-repeat:no-repeat;
padding-top:5px;
padding-bottom:5px;
color:#75411E;
font-weight:900;
text-align:center;
width:180px;
}

#weather_menu FORM{
margin: 5px 0px 5px 0px;

}
.limassocpur {
background: #267DB7;
color: #FFFFFF;
font-weight: bold;
}
#babel {
  margin: 10px 0 0 25px;
}