******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 90.01%;
   line-height: 1.4em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div, table{
   margin: 0;
   padding: 0;
   font-size: 1em;
   line-height: 1.4em;
}


/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
   margin: 0;
}

.gallery {
 position: relative;
 float: left;
 width: 100%;
 margin-right: 0px;
 margin-bottom: 5px;
 border: 0px;
}

.photo-left {
 float: left;
 margin-right: 10px;
 margin-bottom: 5px;
 border: 1px #666 solid;;
}

.photo-right {
 float: right;
 margin-left: 10px;
 margin-bottom: 5px;
 border: 1px #666 solid;
}

.photo {
 border: 1px #666 solid;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #1689ca;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #1689ca;                /* a different color can be used for visited links */
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #333;
}

#sidebar ul {
	width: auto;
	text-align: left;
	margin-left: 0px;
	color: #FFF;
        list-style: none;
}
#sidebar ul ul {
	margin-left: 0px;
}
#sidebar ul li a, #sidebar ul li a:visited {
	color: #FFF;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
        border-bottom: 0px #999 dotted;
}

#sidebar ul li a:hover {
	color: #cccccc;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
}

#sidebar a,
#sidebar a:link 
#sidebar a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #1689ca;
}

#sidebar a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #1689ca;                /* a different color can be used for visited links */
}

/* remove underline on hover and change color */
#sidebar a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #333;
}


/*****************
basic layout 
*****************/
body {
   color: #333;
   margin: 0; /* gives some air for the pagewrapper */
   background: #FFF url(http://steritech.co/uploads/images/body-background.jpg) top center no-repeat fixed;
}

/* center wrapper, min max width */
div#top-content {
   position: relative;
   border: 0;
   margin: 0px auto 0px auto;     /* this centers wrapper */
   width: 1040px;
   color: #333; 
   z-index:10;
}

div#info {
   position: relative;
   width: 1040px;
   margin: 0px auto 0px auto;
   background: none;
}

div#top-contact-info {
   margin: 0 auto 0 auto;
   width: 980px;
   text-align: left;
   color: #FFF;
}

div#top-contact-info a:link,
div#top-contact-info a:visited
{color: #ff0000; text-decoration: none;}

#social {
  position: fixed;
  left: 0;
  top: 50%;
  width: 40px;
  padding: 10px;
  margin-top: -2.5em;
  z-index: 20;
-moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; behavior: url(tmp/configs/PIE.htc); overflow: hidden; 
}

#social img {margin-bottom: 5px;}

div#pagewrapper {
   position: relative;
   border: 0;
   margin: 0px auto 0px auto;     /* this centers wrapper */
   color: #333;
   background: none;
}

div#footerwrapper {
   position: relative;
   border: 0;
   margin: 0px auto 0px auto;     /* this centers wrapper */
   color: #999;
   background: none;
;
}

#page-container, #footer-container {
   position: relative;
   width: 1040px;
   margin: 0px auto 0px auto;
   padding: 0;
   border: 0;
   background: none;
}

#header-container {
   position: relative;
   width: 1040px;
   margin: 0px auto 0px auto; 
   padding: 0;
   border: 0;
}



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


#footer-content {
        position: relative;
	min-height: 345px;
	height: auto!important;
	height: 345px;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
        margin-bottom: 0px;
        padding: 0px;
        background: url(http://steritech.co/uploads/images/footer-shadow.png) top center no-repeat;
}

.footer-shadow {
        height: 30px;
        background: none;
}  

#footer {
        position: relative;
	color: #BBB;
	font-size: 1em;
	min-height: 325px;
	height: auto!important;
	height: 325px;
        width: 980px;
        margin: 0px auto 0 auto;
        padding: 20px 0 0 0;
}
#footer .block {
        float: left;
	width: 320px;
	margin: 10px 20px 0px 0px;
        font-size: 90%;
}
#footer .cms {
        float: right;
	text-align: left;
	color: #AAA;
	margin: 0px 0px 0 0;
        padding: 20px 0 0 0;
        border: 0px;
	width: 300px;
}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 0px;
	color: #BBB;
        list-style: none;
        text-transform: uppercase;

}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a, #footer ul li a:visited {
	color: #BBB;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
        border-bottom: 0px #CCC dotted;
}

#footer ul li a:hover {
	color: #999;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
}
#footer a {
	color: #BBB;
	text-decoration: none;
	font-weight: bold;
}

#footer .cms a {
	color: #BBB;
}

#footer .cms a:hover {
	color: #ccc;
}

/* ------------ END LAYOUT ---------------*/

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   position: relative;
   width: 100%;
   margin: 0;
   background: none;
}

div#main #search {
   display: none;
}

div#search {
   position: relative;
   float: left;
   width: 320px;     /* enough width for the search input box */
   padding: 0;
   margin: 15px 0 0 0;
}

div#search input {
   position: relative;
   font-size: 120%;
   width: 300px;     /* enough width for the search input box */
   text-align:left;
   padding: 15px 10px 15px 10px;
   margin: 0;
   color: #333;
   border: 1px #CCC solid;
background: #FFF; 
background: linear-gradient(top, #FFFFFF 0%,#E2E2E2 100%);
background: -moz-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E2E2E2));
background: -webkit-linear-gradient(top, #FFFFFF 0%,#E2E2E2 100%);
background: -o-linear-gradient(top, #FFFFFF 0%,#E2E2E2 100%);
background: -ms-linear-gradient(top, #FFFFFF 0%,#E2E2E2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF , endColorstr=#E2E2E2);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#E2E2E2";
   -webkit-box-shadow: 0px 1px 5px 0px #CCC;
   -moz-box-shadow: 0px 1px 5px 0px #CCC; 
   box-shadow: 0px 1px 5px 0px #CCC;
   behavior: url(tmp/configs/PIE.htc); 
}

div#search input.cms_submit {
   position: relative;
   display: inline;
   font-size: 120%;
   width: 30px;     /* enough width for the search input box */
   text-align:left;
   padding: 15px 10px 15px 10px;
   margin: 0;
   color: #FFF;
   border: 0;
   background: #444;
}

div.breadcrumbs {
   padding: 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 95%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 15px 0 10px 0 ;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   height: 10px;
   color: #CCC;
}

div.breadcrumbs a, div.breadcrumbs a:visited {
   color: #AAA;
}

div.breadcrumbs a:hover {
   color: #666;
}

 div.breadcrumbs span.lastitem { 
   color: #000; 
 } 

div#content {
   position: relative;
   margin: 0;
   padding: 0 30px 30px 30px;
   background: none;
}

.content-background {
   margin: 0; /* some air above and under menu and content */
   padding-bottom: 0px;
}

div#content-nav {
   position: relative;
   padding: 0px;
   width: 980px;
   height: 50px;
   padding-bottom: 5px;
   margin: 0px 0 50px 0;
}

div#content-header {
   float: right;
   display: inline;
   margin-right: 0px ; /* some air above and under menu and content */
   height: 50px;
   padding: 0px;
   background: none;
   width: 640px;
   margin-top: 0px;
}

#content-bottom {
  position: absolute;
  display: block;
  width: 980px;
  left: 50%;
  margin: 0px 0px 30px -490px;
  z-index: 20;
}
#content-bottom div {
  float: right;
  margin-top: 10px;
  padding: 10px 15px 10px 15px ;
background: #FFF; 
background: linear-gradient(top, #FFFFFF 0%,#E2E2E2 100%);
background: -moz-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E2E2E2));
background: -webkit-linear-gradient(top, #FFFFFF 0%,#E2E2E2 100%);
background: -o-linear-gradient(top, #FFFFFF 0%,#E2E2E2 100%);
background: -ms-linear-gradient(top, #FFFFFF 0%,#E2E2E2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF , endColorstr=#E2E2E2);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#E2E2E2";
  border: 1px #CCc solid;
  -webkit-box-shadow: 0px 1px 5px 0px #CCC;
-moz-box-shadow: 0px 1px 5px 0px #CCC; 
box-shadow: 0px 1px 5px 0px #CCC; behavior: url(tmp/configs/PIE.htc); 
   overflow: hidden; 
}

#content-bottom div a,
#content-bottom div a:link {
  background: none;
  color: #333;
}

div#main {
   margin: 0px 0px 20px 0px;
   padding: 0px;
   z-index: 2;
   min-width: 640px;
   max-width: 980px;
}

div#main fieldset {
   position: relative;
   color: #999;
   padding: 20px;
   margin: 0 0 10px 0;
   background: #FFF;
   border: 1px #CCC solid;
   -webkit-box-shadow: 0px 1px 5px 0px #CCC;
   -moz-box-shadow: 0px 1px 5px 0px #CCC; 
   box-shadow: 0px 1px 5px 0px #CCC;
   behavior: url(tmp/configs/PIE.htc); 
}

div#sidebar {
   position: relative;
   float: left;
   display: inline;
   color: #333;
   width: 320px;
   margin-right: 20px;
   margin-left: 0px;
   margin-top: 0px;
   margin-bottom: 40px;
   padding: 0;
}

div#sidebar fieldset {
   position: relative;
   float: left;
   display: inline;
   color: #999;
   width: 280px;    /* sidebar width, if you change this please also change #main margins */
   padding: 20px;
   margin: 0 0 10px 0;
   border: 1px #CCC solid;
background: #E2E2E2; 
background: linear-gradient(top, #FFFFFF 0%,#E2E2E2 100%);
background: -moz-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E2E2E2));
background: -webkit-linear-gradient(top, #FFFFFF 0%,#E2E2E2 100%);
background: -o-linear-gradient(top, #FFFFFF 0%,#E2E2E2 100%);
background: -ms-linear-gradient(top, #FFFFFF 0%,#E2E2E2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF , endColorstr=#E2E2E2);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#E2E2E2";
   -webkit-box-shadow: 0px 1px 5px 0px #CCC;
   -moz-box-shadow: 0px 1px 5px 0px #CCC; 
   box-shadow: 0px 1px 5px 0px #CCC;
   behavior: url(tmp/configs/PIE.htc); 
}

div#sidebar fieldset ul li {color: #FFF;}

div#sidebar fieldset div, div#sidebar fieldset div div {padding: 0; margin:0;}
div#sidebar fieldset div.img {padding: 0; margin:0 5px 0 5px;}

div#footer p a {
   color: #333; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 0;
   border-bottom: 0px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 79%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 19%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/
div#content {
}

#sidebar strong {color: #0c4fa0;}

/* HEADINGS */
div#content h1 {
   color: #0c4fa0; 
   font-size: 30px;  /* font size for h1 */
   line-height: 30px;
   margin: 0;
}
div#content h2 {
   color: #0c4fa0; 
   font-size: 26px;  /* font size for h2 */
   margin: 5px 0 5px 0;
   font-weight: normal;
}
div#content h3 {
   color: #0c4fa0; 
   font-size: 22px;
   margin: 0 0 5px 0;
   font-weight: normal;
}

div#header h3, div#sidebar fieldset h3 {
   color: #0c4fa0; 
   font-size: 20px;
   margin: 0 0 5px 0;
   font-weight: normal;
}

div#content h4 {
   color: #0c4fa0; 
   font-size: 20px;
   line-height: 16px;
   margin: 0 0 5px 0;
   font-weight: normal;
}

div#content h5 {
   color: #0c4fa0;  
   font-size: 16px;
   line-height: 14px;
   margin: 0 0 5px 0;
   font-weight: normal;
   /* text-transform: uppercase; */
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}


/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 0.8em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
   list-style: circle;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

#imagefloat {
   position: absolute;
   width: 346px;
   height: 203px;
   top: -60px;
   left: 0;
   padding: 0;
   z-index: 21;
}


.logo{
   position: relative;
   width: 442px;
   height: 75px;
   margin: 20px 10px 10px 30px;
   padding: 0;
   z-index: 21;
}

#header-image {
   position: relative;
   width: 1040px;
   height: inherit;
   max-height: 390px;
   margin: 0px;
   padding: 0;
   z-index: 0;
   background: url(http://steritech.co/uploads/images/showtime-shadow.png) bottom center no-repeat;
}

#showtime{
  position: relative;
  width: 980px;
  margin: 10px 30px 0px 30px;
  padding: 0 0 5px 0;
  border: 0px;
  background: none;   z-index: 0;
}

#show {
  position: relative;
  width: 978px;
  height: auto;
  border: 0px #CCC solid;
  background: #FFF;
}

.buttonwrapper { float: left; position: relative; width: 100%; display: inline;}

#sidebar #menubutton span h3 {color: #FFF;}

#menubutton span {
  position: relative; 
  margin: 0px 0 5px 0;
  font-size: 120%;
  padding: 10px 0 10px 0;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px; 
 behavior: url(tmp/configs/PIE.htc); 
 overflow: hidden;
 text-transform: normal;
 width: 100%;
 max-width: 320px;
}

div#menubutton a span,
div#menubutton a:link span,
div#menubutton a:visited span {
 display: block;
 background: #333;
 color: #FFF;
 text-align: center;
 vertical-align: text-bottom;
 width: 100%;
 min-width: 300px;
 max-width: 320px;
}
div#menubutton a:hover span {
 display: block;
 background: #f90;
 text-align: center;
}

#top-contact-info fieldset {
 position: relative;
 display: inline;
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; behavior: url(tmp//PIE.htc); overflow: hidden;
 width: 310px;
 text-align:center;
 height: 60px;
 vertical-align: middle;
 font-size: 120%;
 padding-top: 30px;
}


#top-contact-info fieldset a:link {
  height: inherit;
  width: inherit;
 background: linear-gradient(top, #333333 0%,#0e0e0e 100%);
  background: -moz-linear-gradient(top, #333333 0%, #0e0e0e 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#0e0e0e));
 background: -webkit-linear-gradient(top, #333333 0%,#0e0e0e 100%);
 background: -o-linear-gradient(top, #333333 0%,#0e0e0e 100%);
 background: -ms-linear-gradient(top, #333333 0%,#0e0e0e 100%);
}

#top-contact-info fieldset a:hover {
 background: linear-gradient(top, #999999 0%,#0e0e0e 100%);
  background: -moz-linear-gradient(top, #999999 0%, #0e0e0e 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#0e0e0e));
 background: -webkit-linear-gradient(top, #999999 0%,#0e0e0e 100%);
 background: -o-linear-gradient(top, #999999 0%,#0e0e0e 100%);
 background: -ms-linear-gradient(top, #999999 0%,#0e0e0e 100%);
}

#content div#sidebar h2 {margin: 0px 0px 6px 0px;}
div#sidebar h2.trigger { position: relative; text-align: left; cursor: hand; cursor: pointer; padding: 10px; margin:0;  height: 22px; font-size: 1.6em; background: url(http://steritech.co/uploads/images/button.jpg) top center repeat; color: #FFF; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; behavior: url(tmp//PIE.htc); overflow: hidden;   -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;}
div#sidebar h2.trigger a { color: #333; text-decoration: none; display: block; }
div#sidebar h2.trigger a:hover { color: #666; }
div#sidebar h2.active {}
div#sidebar .toggle_container { margin: 4px 0 0px 0; padding: 0px; overflow: hidden; width: 100%; clear: both; }
div#sidebar .toggle_container .block { position:relative; border: 1px #CCC solid; background: #FFF; padding: 10px; margin-bottom: 3px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; behavior: url(tmp/configs/PIE.htc); overflow: hidden; }
div#sidebar .toggle_container .block p { padding: 0px; margin: 5px 0 5px 0; text-align: left;}
div#sidebar .toggle_container h3 { margin: 0; padding: 0; border-bottom: 0px dashed #ccc; }

#content div#main h2 {margin: 0px 0px 3px 0px;}
div#main h2.trigger { position: relative;float: right; display: inline; text-align: left; cursor: hand; cursor: pointer; padding: 10px 0 0 0; margin:0;  height: 22px; font-size: 1.6em; background: url(http://steritech.co/uploads/images/buttonB.jpg) top center repeat; color: #FFF; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; behavior: url(tmp/configs/PIE.htc); overflow: hidden; }
div#main h2.trigger a { color: #333; text-decoration: none; display: block; }
div#main h2.trigger a:hover { color: #666; }
div#main h2.active {}
div#main .toggle_container { margin: 0px 0 0px 0; padding: 0px; border-top: 0px solid #d6d6d6; overflow: hidden; width: 100%; clear: both; }
div#main .toggle_container .block { position:relative; border: 0px #000 solid; padding: 0px; margin-bottom: 3px; }
div#main .add_comment .toggle_container .block { width: 90%; position:relative; border: 0px #000 solid; padding: 10px; margin-bottom: 3px;}
div#main .toggle_container .block p { padding: 0px; margin: 5px 0 5px 0; text-align: left;}
div#main .toggle_container h3 { margin: 0; padding: 0; border-bottom: 0px dashed #ccc; }

#content div#main .ProductDirectoryItem h2 {margin: 0px 0px 3px 0px;}
div#main .ProductDirectoryItem  h2.trigger { position: relative; float: right; display: inline; text-align: left; cursor: hand; cursor: pointer; padding: 10px 0 0 0; margin:0;  width: 32px; height: 22px; font-size: 1.6em; background: url(http://steritech.co/uploads/images/email.png) no-repeat; color: #FFF; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; behavior: url(tmp/configs/PIE.htc); overflow: hidden; }
div#main .ProductDirectoryItem  h2.trigger a { color: #333; text-decoration: none; display: inline; }
div#main .ProductDirectoryItem  h2.trigger a:hover { color: #666; }
div#main .ProductDirectoryItem  h2.active {}
div#main .ProductDirectoryItem  .toggle_container { margin: 0px 0 0px 0; padding: 0px; border-top: 0px solid #d6d6d6; overflow: hidden; width: 100%; clear: both; }
div#main .ProductDirectoryItem  .toggle_container .block { position:relative; border: 0px #000 solid; padding: 0px; margin-bottom: 3px; }
div#main .add_comment .toggle_container .block { width: 90%; position:relative; border: 0px #000 solid; padding: 10px; margin-bottom: 3px;}
div#main .ProductDirectoryItem  .toggle_container .block p { padding: 0px; margin: 5px 0 5px 0; text-align: left;}
div#main .ProductDirectoryItem  .toggle_container h3 { margin: 0; padding: 0; border-bottom: 0px dashed #ccc; }

#header-extras {position: absolute; width:auto; right: 30px; top: 20px; color: #fff;}
#flags {float: right; display: block; text-align: right; width: 300px; margin: 0px}
#gmaps {float: right; display: inline; text-align: right; margin: 0; padding: 0;}

.pagemenu {position: relative; display: inline-block; margin-bottom: 20px;}
.ProductDirectoryItem fieldset .prod-gallery {position: relative; float: left; display: inline; width: 400px; margin-right: 20px;}
.ProductDirectoryItem fieldset div, .ProductDirectoryItem fieldset div div {padding: 0; margin: 0}
.email {float: right; display: inline; width; 32px;}


.throbber { display:none; margin:40px auto; width: 32px; height: 32px; }
.throbber img {width: 32px; height: 32px;}


div[id^='cggm_map_defn'] {float: right; display: inline; margin: 0px; border: 1px #999 solid; width: auto; padding: 0; color: #333;}
div.cggm_directions {width: auto; max-width: 280px; padding: 3px;}
div.cggm_directions_form {width: 250px; padding: 3px;}