/* Start of CMSMS style sheet 'GCB: Bottom Boxes' */
#bottom_boxes {
  margin-bottom: 1em;
  clear: both;
}

#bottom_boxes div {
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
  width: 216px;
  margin-left: 12px;
}

#bottom_boxes div div {
  float: none;
  width: 216px;
  height: 176px;
  margin-right: 12px;
  background: transparent url("images/bottomBoxesBkg.png") repeat-x;
}

#bottom_boxes #bottom_box_right {
  float: left;
  width: 216px;
}

#bottom_box_right div {
  margin: 0;
  padding: 0;
}

/* End of 'GCB: Bottom Boxes' */

/* Start of CMSMS style sheet 'Module: Bookmarks' */
#cms-module-bookmarks{
  width: 216px;
}

#cms-module-bookmarks tbody{

}

ul.cms-module-bookmarks-list {
}

ul.cms-module-bookmarks-list li{
  /* border-bottom:1px solid #C0C0C0; */
  display:block;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0pt;
  height: 34px;
  margin-bottom: 7px;
  background: transparent url(images/menu_button_bkg.png) no-repeat;
}

/** fix stupid ie bug with display:block; **/
* html ul.cms-module-bookmarks-list li a { height: 1%; } 
* html ul.cms-module-bookmarks-list li hr { height: 1%; }
/** end fix **/

ul.cms-module-bookmarks-list a:hover {
  background:transparent url(images/cms/arrow-right.gif) no-repeat scroll 0.5em 1em;
  color: black;
}

ul.cms-module-bookmarks-list li a, ul.cms-module-bookmarks-list li a:link, ul.cms-module-bookmarks-list li a:visited{
  color:#0066b3;
  display:block;
  /*min-height:1em;*/
  padding: 10px 5px 0 1.5em;
  height: 1em;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  line-height: normal !important;
}




/* End of 'Module: Bookmarks' */

/* Start of CMSMS style sheet 'GCB: find_stocklist' */
div#find_stocklist{
    background-color: #e1eedd;
    margin-bottom: 7px;
    padding-bottom: 8px;
    _padding-bottom: 1px;
    height: 87px;
}

span.stocklist_header {
    color: #0066b3;
    font-weight: bold;
}

div#find_stocklist form {
    padding-left: 10px;
    padding-right: 10px;
}

div#find_stocklist p {
   color: #00a06d;
   padding: 5px 0px 5px 10px;
   margin: 0;
}

div#find_stocklist input{
    width: 90%;
}

div#find_stocklist select{
    width: 75%;
}

div#find_stocklist button{
}
/* End of 'GCB: find_stocklist' */

/* Start of CMSMS style sheet 'GCB: header' */
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 100px;    /* adjust according your image size */
   /* background: #385C72;            */
}

div#header h1 a {
/* you can set your own image here */
   /* background: #385C72 url(images/cms/logo1.gif) no-repeat 0 12px;  */
   background: white url(images/logo.png) no-repeat 0 20px; 
   display: block;
   height: 100px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}


div#select_country {
   float: right;
   position: relative;
   margin-top: 22px;
}

div#logo_link {
   width: 230px;
   float: left;
}

div#top_links{
   background: transparent url(images/top_links_green_bkg.png) repeat-x;
   height: 36px;
   color: white;
   font-size: 13px;
   font-weight: bold;
}

div #top_links div ul li{
padding-top: 8px;
}

div #top_links div ul li a{
   color: white;
   background: none;
   text-decoration: none;
   display: block;
   line-height: normal;
}

div#top_links_left{
   height: 100%;
   float: left;
   width: 30%;
}

div#top_links_middle{
   height: 100%;
   float: left;
   padding-left: 0;
   width: 32%;
}

div#top_links_middle ul li{
   padding-top: 7px !important;
}

div#top_links_right{
   height: 100%;
   float: right;
   width: 37%;
}

div#top_links ul{
   list-style-type: none;
   height: 100%;
}

div#top_links ul li{
   height: 100%;
   list-style-type: none;
   display: block;
   clear: none;
   padding-left: 5px;
   padding-right: 5px;
   line-height: normal !important;
}

div#top_links_left ul li{
   background: transparent url(images/top_links_blue_bkg.png) repeat-x;
   float: left;
}

div#top_links_right ul li{
   float: right;
}

form#i_want_to_form label{
   display: block;
   padding-right: 5px;
   padding-top: 2px;
   float: left;
}

/* End of 'GCB: header' */

/* Start of CMSMS style sheet 'Layout: Common' */
/*****************
basic layout 
*****************/
body {
   /* background-color: #ccc; */
   background: white url("uploads/live-background/background-image.png") top center;
   color: #333;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   width: 940px;
   background-color: #fff;
   color: black;
}

div #pagewrapper-inner {
   margin: 0 20px 0 20px;
}


/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

div.breadcrumbs {
   padding: 5px 0 0 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 10px;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   color: #999;
}

div.breadcrumbs a,
div.breadcrumbs a:link,
div.breadcrumbs a:hover,
div.breadcrumbs a:visited{
   color: #999;
   text-decoration: none;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
   color: #999;
 } 

/* Search form*/
form#m4moduleform_1 {
   margin-top: 10px;
}


div.formbuilderform fieldset {padding: 1em; background-color: #eee;} 
div.formbuilderform fieldset legend {font-weight: bold;} 
div.formbuilderform div {width: 100%; padding: 0.25em 0 0.25em 0;} 
div.formbuilderform div label {display: block; width: 10em; } 
div.formbuilderform div.required {color: #f00;}

a:link, a:hover, a:visited {
    text-decoration: none;
    background-color: transparent;
}

img { behavior: url(images/cms/iepngfix.htc) }
/* End of 'Layout: Common' */

