/* $Id: zen-classic.css,v 1.8 2008/04/20 15:19:10 johnalbin Exp $ */

/*
 * COMMON STYLES
 */
*
	{
		padding: 0;
		margin: 0;
	}
	
  body
  {
    /* background: #fff; */
	 background-color: #FFFFFF;
	 /* start append */
	 background-image: url(images/background.jpg);
	 background-repeat: repeat-x;
	 /* end append */
  }

  #page
  {
    color: #111;
    background-color: #fff;
	 /* background-color: #ECF6FF; */
	 /* begin append */
	 background-image: url(images/background-side.jpg);
	 background-repeat: repeat-x;
	 background-position: 0 120px;
	 border-left: 1px solid #CCCCCC;
	 border-right: 1px solid #CCCCCC;
	 font-family: Tahoma, Verdana, Arial, Verdana;
	 font-size: 90%;
    display: block;
	 /* end append */
  }

  #container
  {
    /* margin: 0 10px 10px 10px; */
	 margin: 0 0 10px 0;
    display: block;
  }

  /* Header Region */
  #header
  {
		/* background-image: url(images/breadcrumb.png);
		background-repeat: no-repeat;
		background-position: bottom left;
	 	background-color: #7CADCF; */
		background-color: #FFFFFF;
  		border-bottom: #4B8EB2 2px solid;
  }  
  /* End */
  #header-region,
  #closure-blocks
  {
    margin: 0 10px;
  }

  #main .node .content
  {
    color: #333;
  }

  div.content, div.links
  {
	 font-size: 92%;
  }

  .block h3
  {
    font-size: 122%;
  }

  .book .body
  {
    padding: 0 0 0.5em 0;
    margin: 0;
	 height: 100%;
  }
  
/*
 * HEADER STYLES
 */

  #logo-title
  {
    /* margin: 10px 20px 0 20px; */ 
    /* position: relative; */
	 /* begin append */
	 	 background-color: #9AC2DE;
	 /* end append */
  }

  #logo
  {
    vertical-align: baseline;
  }

  #name-and-slogan
  {
    display: inline;
  }

  #site-name
  {
    margin: 0;
    display: inline;
    font-size: 246%;
  }

  #site-name a, #site-name a:hover
  {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #6DA6E2;
    margin: 0;
    padding: 0;
  }

  #site-slogan
  {
    color: #aaa;
    margin: 0;
    font-size: 85%;
    margin-left: 20px;
  }

  #search
  {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
  }

  #mission
  {
    color: #666;
    font-weight: bold;
    padding: 2em;
    background: #D7E3F0 url(images/background.png);
    margin-bottom: 20px;
    font-size: 85%;
    border: solid 1px #B5C9D8;
  }

  .breadcrumb
  {
    margin: 0;
    padding: 0;
    font-size: 75%;
	 font-weight: bold;
	 text-align: right;
    margin-left: 0px; /* #header-region already has 10px */
  }

  /* "Skip to Main Content" link
   *
   * This link useful for both blind people and people with mobility impairments
   * who cannot use a mouse.
   */

  #skip-nav
  {
    margin: 0 !important;
    padding-left: 20px;
    font-size: 0.8em;
    /* line-height: 1; */
	 line-height: 0;
  }

  #skip-nav a
  {
    /* padding: 1px 10px; */
  }

  #skip-nav a:link, #skip-nav a:visited
  {
    color: #ffffff; /* same as background color */
  }

  #skip-nav a:hover, #skip-nav a:active, #skip-nav a:focus
  {
    color: #ffffff;
    background: #2763A5;
    text-decoration: none;
  }

  /* Alternatively, the skip-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-nav a, #skip-nav a:hover, #skip-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  #skip-nav a:active, #skip-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  #logo-title
  {
    margin: 10px 20px 0 20px;
  }
  */

/*
 * MENU STYLES
 */

  div.menu
  {
    /*margin-top: 15px;*/
	 margin-top: 0;
  }

  #primary
  {
    font-size: 85%;
    line-height: normal;
    /* padding: 0 0 1px 20px; */
	 padding: 0 0 1px 0px;
    /* border-bottom: 4px solid #2763A5; */
	 border-bottom: 4px solid #4B8EB2;
	 /* begin append */
	 background-image: url(images/background-tabs.png);
	 background-repeat: repeat-x;
	 /* end append */
  }

  #primary ul
  {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #primary ul.links li,
  #secondary ul.links li
  {
    display: inline;
    border-left: none;
    margin: 0;
    padding: 0;
  }

  #primary a
  {
    background: #6DA6E2 url(images/tabs.png) repeat-x;
    color: #FFF;
    font-weight: bold;
    display: block;
    float: left;
    padding: 5px 14px 5px 14px;
    margin: 0 1px 0 0;
    border: solid #6191C5 1px;
    border-width: 1px 1px 0 1px;
  }

  #primary a
  {
    background-position: 0% 0;
  }

  #primary a:hover
  {
    background-position: 0% -42px;
    text-decoration: none;
  }

  #primary a.active
  {
    background-position: 0% -84px;
  }

  #secondary
  {
    padding-left: 20px;
    background: #6DA6E2; /*#347FD2;*/
    border-bottom: solid #2763A5 4px;
  }

  #secondary ul
  {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #secondary li a
  {
    float: left;
    display: block;
    color: #fff;
    /*font-size: 85%;*/
    text-decoration: none;
    padding: 0 5px 0 5px;
  }

  #secondary a:hover
  {
    background: #2763A5;
  }

  #secondary a.active
  {
    font-weight: bold;
  }

/*
 * LINK STYLES
 */

  ul.links
  {
    text-align: left;
  }

  ul.links li
  {
    border-left: 1px solid #9cf;
  }

  .taxonomy
  {
    margin: 0;
    padding: 0;
    display: inline;
  }

  .taxonomy ul.links li
  {
    border: none;
    padding: 0 .1em 0 .2em;
  }

  .taxonomy ul.links li:after
  {
    content: ",";
  }

  .taxonomy ul.links li.last:after
  {
    content: "";
  }

  ul.links li.first
  {
    padding-left: 0;
    border: none;
  }

  .links
  {
    color: #999;
  }

  .links a
  {
    padding: 0 .1em 0 .1em;
  }

  .submitted, .taxonomy
  {
    font-size: 85%;
    color: #999;
  }

/*
 * FORM STYLES
 */

  input, textarea, textfield
  {
    margin: 0;
    color: #000;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    padding: 1px;
    font-size: 100%;
  }

  input.form-checkbox, input.form-radio
  {
    border: none;
  }

  #search .form-text, #user-login-form .form-text
  {
    color: #444;
    border: 1px solid #6191C5;
    padding: 2px;
  }

  .form-submit, .button
  {
    padding: 1px;
  }

  #search .button,
  #search .form-submit,
  #user-login-form .button,
  #user-login-form .form-submit
  {
    background-color: #68A0D9;
    color: #fff;
    font-weight: bold;
    border: 1px solid #4070A1;
  }

  #user-login-form
  {
    text-align: left;
  }

  #user-login-form .item-list ul
  {
    margin-top: 0;
    padding-bottom: 0;
  }

/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: 0;
  	padding-left: 1.5em;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  }

  #user-login li.user-link /* The Cancl OpenID link on the /user form. */
  {
    margin-left: 0;
  }

/*
 * ALERTS, STATUS, HELP MESSAGE STYLES
 */

  .messages
  {
    padding: 1.3em 1em .3em 52px;
    border: 2px solid #ddd;
    background: #eee;
    margin: 10px 0;
  }

  div.error
  {
    border: 2px solid #F00;
  }

  .messages ul
  {
    padding: 0 0 0 20px;
    margin: 0;
  }

/*
 * FOOTER STYLES
 */

  #footer-wrapper
	{
		margin: 0;
		margin-top: 15px;
	}

  #footer
	{				
		font-family: Tahoma, Arial, Verdana;
		font-size: 10px;
		background-color: #2763A5;
		border: solid 1px #004969;
		color: #FFFFFF;
		text-align: center;
		margin: 0;
		font-size: 85%;
		padding: 1em;
      bottom: 0;
	}

  #footer *
	{
	  color: #FFFFFF;
	}

  #footer a
	{
	  color: #fff;
	  font-weight: bold;
	  border-bottom: 1px dotted #FFFFFF;
	}

  #footer a:hover
	{
	  border-bottom: 1px solid #FFFFFF;
	}

  #footer img.drupal-powered
	{
	  position: relative;
	  top: .3em;
	}

  #footer .block
	{
	  text-align: left;
	}
 
  #footer div.block div.edit
	{
	  background-color: #2763A5;
	}
  
/*
 * ADMINISTRATION STYLES
 */

  .admin-panel
  {
    margin: 0;
    padding: 0;
  }

  .admin-panel .body
  {
    background-color: #eee;
    border: solid #6191C5 1px;
  }

  .admin-panel .body dl, .admin-panel .body p
  {
    padding: 10px;
  }

  .admin-panel h3
  {
    margin-bottom: 0;
    padding: 5px 5px 5px 30px;
    font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    font-size: 122%;
    color: #fff;
    border-width: 0 2px 2px 2px;
  }

  table tr.odd
  {
    background: #ddd;
  }

  td.icon
  {
    text-align: center;
  }

/*
 * COMMENT STYLES
 */

  .comment
  {
    margin: 0 0 10px 0;
    padding: 10px;
    background: #EBF2F8;
  }

  .comment-unpublished
  {
    background-color: #FFF;
  }

  .comment-by-author
  {
    background: none;
    border: 1px solid #6191C5;
  }

  .comment  h3.title
  {
    font-size: 122%;
  }

  .comment  h3.title, .comment  h3.title a
  {
    color: #2266AB;
    font-weight: normal;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    margin-top: 0;
  }

  .comment .picture, .node .picture
  {
    float: left;
    margin-right: 15px;
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .comment .new
  {
    color: #FFC600;
    font-weight: bold;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
  }

  .comment .links
  {
    text-align: right;
  }

/*
 * POLL STYLES
 */

  .poll .bar .foreground
  {
    background: #2763A5;
  }

  .poll .bar
  {
    padding: 2px;
    background: #BDCBDD;
  }

/*
 * BOOK STYLES
 */

  div.node div.content .book-navigation
  {
    background: #eee;
    margin: 0;
    padding: 0;
  }

  div.node div.content .book-navigation ul.menu
  {
    border: 0;
    border-top: 1px solid #2763A5;
    margin: 0;
    padding-bottom: 10px;
  }

  div.node div.content .book-navigation .page-links
  {
    background: #C1D4EA; /*#347FD2;*/
    border: 1px solid #2763A5;
    border-width: 1px 0 1px 0;
    padding: 5px;
    margin: 0;
  }

/*
 * FORUM STYLES
 */

  #forum table
  {
    width: 100%;
  }

/*
 * Pager styles
 */

  .pager
  {
    text-align: center;
    margin-top: 30px;
  }

  .pager  a, .pager-current
  {
    padding: 3px 8px 3px 8px;
    margin: 0 2px 0 2px;
    color: #2763A5;
    font-weight: bold;
    border: solid 1px #eee;
  }

  .pager-current
  {
    color: #fff;
    background-color: #2763A5;
  }

/*
 * Node, Block, Content styles
 */

  .node
  {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node h2.title
  {
    margin-bottom: .1em;
  }

  .node h2.title a
  {
    color: #555;
    font-size: 129%;
    font-weight: normal;
    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    line-height: 1.4em;
  }

  .node .content
  {
    padding-top: 10px;
    padding-bottom: 5px;
	 /* begin append */
	 font-size: 10px;
	 /* end append */
  }

  #content
  {
    /* begin append */
  	 margin: 0 10px 10px 0;
	 /* end append */
  }
  
  .sticky
  {
    border-bottom: solid 3px #ddd;
  }

  #sidebar-left .block,
  #sidebar-right .block
  {
    border-bottom: solid #ddd 1px;
    /* Original Values
	 padding-bottom: 15px;
    margin: 0 0 1.5em 0;
	 */
	 padding: 0;
	 margin: 0;
  }

  #sidebar-left .block
  {
    padding-right: 0px;
	 /* begin append */
	 margin: 0 10px 10px 10px;
	 /* end append */
  }

  #sidebar-right .block
  {
    padding-left: 15px;
  }

  .block .content
  {
    margin: 0.5em 0;
  }

  .block .item-list ul
  {
    padding-left: 0;
  }

 
/*
 * Status report colors.
 */

  table.system-status-report tr.error, table.system-status-report tr.error th
  {
    background-color: #fcc;
    border-color: #ebb;
    color: #200;
  }

  table.system-status-report tr.warning, table.system-status-report tr.warning th
  {
    background-color: #ffd;
    border-color: #eeb;
  }

  table.system-status-report tr.ok, table.system-status-report tr.ok th
  {
    background-color: #dfd;
    border-color: #beb;
  }

 /*
 	Main Navigation settings
 */
 

	
table.products
	{
		border-left: solid #CCCCCC 1px;
		border-right: solid #CCCCCC 1px;
		padding: 5px 5px 5px 5px;
	} 

td.products
	{
		background-image: url(images/background-orig.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
		background-color: #76ADD3;
		padding: 10px 5px 10px 10px;
		color: #000000;
		font-weight: bold;
		font-size: 120%;
	}
	
td.itempre
	{
		border-top: dashed #CCCCCC 1px;
 		background-image: url(images/background-button.jpg);
		background-repeat: repeat-x;
		padding: 2px 5px 2px 15px;
		font-weight: bold;
	}	

td.item
 	{
 		background-image: url(images/background-button.jpg);
		background-repeat: repeat-x;
		padding: 2px 5px 2px 15px;
		font-weight: bold;
 	}

td.itempost
	{
		border-bottom: dashed #CCCCCC 1px;
 		background-image: url(images/background-button.jpg);
		background-repeat: repeat-x;
		padding: 2px 5px 2px 15px;
		font-weight: bold;
	}
	

/*
	Products Menu
*/
div#block-menu-menu-products
	{
 		background-image: url(images/background-orig.jpg);
		background-repeat: repeat-x;
		border: 1pt #DDDDDD solid;
		padding: 5px 10px 0px 0px;
	}

div#block-menu-menu-products li
	{
		font-size: 10px;
		font-weight: bold;
 		background-image: url(images/background-button.jpg);
		background-repeat: repeat-x;
		border-bottom: 1px #DDDDDD dotted;
		list-style: none;
		padding: 2px 0 2px 15px;
		margin-left: 0px;
	}

div#block-menu-menu-products h2.title
	{
 		/*background-image: url(images/background-orig.jpg);
		background-repeat: repeat-x;*/
		font-family: Verdana, Tahoma, Arial, Verdana;
		font-size: 14px;
		border-bottom: 1px #DDDDDD solid;
		padding-left: 10px;
	}

div#block-menu-menu-products ul
	{
		padding-left: 0;
		margin-left: 0px;
	}
	
div#block-menu-menu-products li:before
	{
 		background-image: url(images/background-button.jpg);
		background-repeat: repeat-x;
	}
/* End */

/*
	Promos Block
*/
div#block-block-1, div#block-views-Promos-block_1, #block-views-Promos-block_1
	{
      background-image: url(images/background-orig.jpg);
      background-repeat: repeat-x;
      background-color: #9AC2DB;
      border: 1pt #DDDDDD solid;
      padding: 0px 0px 0px 0px;
      position: relative;
      height: 210px;
   }
	
div#block-block-1 h2.title, div#block-views-Promos-block_1 h2.title, #block-views-Promos-block_1 h2.title
	{
		font-family: Verdana, Tahoma, Arial, Verdana;
		font-size: 14px;
		border-bottom: 1px #DDDDDD solid;
		padding-left: 10px;
	}
	
div#block-block-1 div.content, div#block-views-Promos-block_1 div.content, #block-views-Promos-block_1 div.content
	{
		padding-left: 4px;
		font-size: 10px;
	}
	
.views-rotator-Promos-block_1
	{
		position: relative;
	}
/* End */

/*
	Counter Block
*/
div#block-counter-0
	{
 		background-image: url(images/background-orig.jpg);
		background-repeat: repeat-x;
		background-color: #9AC2DB;
		border: 1pt #DDDDDD solid;
		padding: 5px 0px 0px 0px;
	}
	
div#block-counter-0 h2.title
	{
		font-family: Verdana, Tahoma, Arial, Verdana;
		font-size: 14px;
		border-bottom: 1px #DDDDDD solid;
		padding-left: 10px;
	}
	
div#block-counter-0 div.content
	{
      padding-left: 0px;
      font-size: 10px;
      font-weight: bold;
   }
   
div#block-counter-0 li
	{
      padding-left: 0px;
      font-size: 10px;
      font-weight: bold;
      list-style: none;
      list-style-image: none;
      list-style-type: none;
   }
/* End */

/*
	Shoutbox Block
*/
div#block-shoutbox-0
	{
 		background-image: url(images/background-orig.jpg);
		background-repeat: repeat-x;
		background-color: #9AC2DB;
		border: 1pt #DDDDDD solid;
		padding: 5px 0px 0px 0px;
	}
	
div#block-shoutbox-0 h2.title
	{
		font-family: Verdana, Tahoma, Arial, Verdana;
		font-size: 14px;
		border-bottom: 1px #DDDDDD solid;
		padding-left: 10px;
	}
	
div#block-shoutbox-0 div.shoutbox-body
	{
      border-left: 0 !important;
      border-right: 0 !important;
      border-top: 0 !important;
      border-bottom: 0 !important;
   }
   
div#block-shoutbox-0 div.content
	{
      padding-left: 0px;
      font-size: 9px;
      font-weight: bold;
      line-height: 10px;
   }
/* End */

/*
	Pricelist Block
*/
div#block-block-2, div#block-uc_catalog-0, div#block-views-pdf_pricelist-block_1, div#block-block-15
	{
 		background-image: url(images/background-orig.jpg);
		background-repeat: repeat-x;
		background-color: #9AC2DB;
		border: 1pt #DDDDDD solid;
		padding: 5px 10px -10px 0px;
	}
	
div#block-block-2 h2.title, div#block-uc_catalog-0 h2.title, div#block-views-pdf_pricelist-block_1 h2.title, div#block-block-15 h2.title
	{
		font-family: Verdana, Tahoma, Arial, Verdana;
		font-size: 14px;
		border-bottom: 1px #DDDDDD solid;
		padding-left: 10px;
	}
	
div#block-block-2 div.content, div#block-uc_catalog-0 div.content, div#block-views-pdf_pricelist-block_1 div.content, div#block-block-15  div.content
	{
		padding-left: 10px;
		font-size: 10px;
	}
/* End */

/* 
	content left and right
	appended by: Reamur David
	date: November 9, 2008, 3:15am
*/
#content-split
	{
      position: relative;
		width: 740px;
      margin-left: auto;
      margin-right: auto;
      margin-top: -10px;
	}
	
#content-left
	{
		position:relative;
		left:0;
		top:0;
		height:100%;
		width:49%;
      margin-top: 10px;
      display: block;
	}
	
#content-right
	{
		position:absolute;
		right:0;
		top:0;
		height:100%;
		width:49%;
      margin-top: 10px;
      display: block;
      float: right;
	}
/* End */

/* Search */
#block-search-0
	{
 		background-image: url(images/background-orig.jpg);
		background-repeat: repeat-x;
		background-color: #9AC2DB;
		border: 1pt #DDDDDD solid;
		padding: 5px 10px 0px 0px;
	}
	
div#block-search-0 h2.title
	{
		font-family: Verdana, Tahoma, Arial, Verdana;
		font-size: 14px;
		border-bottom: 1px #DDDDDD solid;
		padding-left: 10px;
	}
	
div#block-search-0 div.content
	{
		padding-left: 10px;
		font-size: 10px;
	}
/* End */

/* Node */

#node-inner
	{
		
	}

/* End */

/* Front Slideshow */
#block-couloir_slideshow-1 .block-inner
	{
      position: absolute;
      z-index: 1;
		padding: 0;
	}
/* End */

/* Content Top */
#content-top
	{
		padding: 0;
	}
/* End */

/* Content-left, Content-right */
#content-left, #content-right
	{
		padding-bottom: 0px;
      padding-right: 3px;
	}
/* End */

/* Content Blocks */
#content-left .block-inner, #content-right .block-inner, #content-bottom .block-inner
	{
      border-left: 1px #000000 solid;
      border-right: 1px #000000 solid;
      border-top: 1px #000000 solid;
      border-bottom: 1px #000000 solid;
      background-image: url(images/background-inner.jpg);
      background-repeat: repeat-x;
      padding: 5px 11px 0px 11px;
      background-color: #ECF6FF;
   }

#content-left, #content-right, #content-bottom
	{
      padding-top: 16px;
   }

#content-bottom
   {
      /*width: 728px;*/
      position: relative;
      display: block;
      /*margin-bottom: 15%;*/
   }
/* End */

/* What's New? */
#block-nodeasblock-10
	{
		margin-bottom: 5px;
		padding-top: 15px;
		background-image: url(images/header-whats_new.png);
		background-repeat: no-repeat;
	}
/* End */

/* Featured Products */
#block-block-6
	{
		margin-bottom: 10px;
		padding-top: 15px;
		background-image: url(images/header-featured_product.png);
		background-repeat: no-repeat;
	}
   
#block-views-Featured_product-block_1
	{
      padding-top: 19px;
		background-image: url(images/header-featured_product.png);
		background-repeat: no-repeat;
	}
   
.view-Featured-product
   {
      padding-top: 1px;
   }
   
#block-views-Featured_product-block_1 .views-row
   {
      padding-top: 2px;
   }
/* End */

/* Announcements */
#block-block-11, #block-views-Announcements-block_1
	{
		margin-top: -15px;
      margin-bottom: 10px;
		padding-top: 19px;
		background-image: url(images/header-announcements.png);
		background-repeat: no-repeat;
      /*position: absolute;*/
      /*padding-bottom: 10px;*/
	}
   
#block-views-Announcements-block_1 .views-field-title
   {
      font-weight: bold;
      font-size: 1.3em;
   }
   
#block-views-Announcements-block_1 .views-field-node
   {
      font-weight: bold;
      font-size: 1.2em;
   }
/* End */

/* Front Page Slideshow */
#block-couloir_slideshow-1
	{
		width: 740px;
		height: 300px;
		padding: 0;
		margin: 0;
	}
/* End */

/* Advertisements */
#block-block-7
	{
		margin-bottom: 10px;
		padding-top: 13px;
		background-image: url(images/header-advertisements.png);
		background-repeat: no-repeat;
	}
   
#block-views-Advertisements-block_1
	{
      margin-top: -10px;
		margin-bottom: 10px;
		padding-top: 19px;
		background-image: url(images/header-advertisements.png);
		background-repeat: no-repeat;
	}
/* End */

/* catalog item */
.product-image
	{
		border: solid 1px #000000;
		padding-right: 4px;
      background-color: #FFFFFF;
      float: right;
	}

.display-price
	{
		font-size: 1.5em;
		font-weight: bold;
		text-align: left;
	}
	
.fieldgroup group-additional-terms
   {
      font-size: 10px;
      font-weight: bold;
   }
   
.model
	{
		font-size: 1.5em;
		font-weight: bold;
	}
	
.node .node-type-product, .content
	{
		width: 100%;
		font-size: 14px;
	}
	
.node-type-product, ul
	{
		padding-left: 15px;
		font-size: 10px;
		text-indent: 5px;
		padding-right: 5px;
	}
	
#block-uc_catalog-0
	{
		width: 90%;
		font-size: 10px;
	}
/* End */

img.category
   {
      display: none;
   }
   
#node node-type-product
   {
      
   }
   
#block-views-head_office-block_1
   {
      font-size: 1.2em;
   }
   
/* Product Catalogue */
div#block-nice_menus-1, div#block-nice_menus-2
   {
		background-color: #9AC2DB;
		border: 1pt #DDDDDD solid;
		padding: 0px 0px 0px 0px;
      margin: 0px;
   }
   
div#block-nice_menus-1 h2.title, div#block-nice_menus-2 h2.title
	{
 		/*background-image: url(images/background-orig.jpg);
		background-repeat: repeat-x;*/
      background-image: url(images/background-orig.jpg);
		background-repeat: repeat-x;
		font-family: Verdana, Tahoma, Arial, Verdana;
		font-size: 14px;
		border-bottom: 1px #DDDDDD solid;
		padding-left: 10px;
      padding-top: 5px;
      padding-bottom: 0px;
      margin: 0px;
      color: #000000;
	}
   
/* End */

/* Branches */
.node-type-store-locations .field-type-text .field-label
   {
      font-size: 1.5em;
      font-weight: bold;  
   }
.node-type-store-locations .field-type-text .field-item
   {
      font-size: 1.3em;
   }
/* End */

/*
	Notes Block
*/
div#block-block-15, div#block-block-16, div#block-block-17
	{
 		background-image: url(images/background-orig.jpg);
		background-repeat: repeat-x;
		background-color: #9AC2DB;
		border: 1pt #DDDDDD solid;
		padding: 5px 10px -10px 0px;
      width: 738px;
	}
	
div#block-block-15 h2.title, div#block-block-16 h2.title, div#block-block-17 h2.title
	{
		font-family: Verdana, Tahoma, Arial, Verdana;
		font-size: 14px;
		border-bottom: 1px #DDDDDD solid;
		padding-left: 10px;
	}
	
div#block-block-15  div.content, div#block-block-16  div.content, div#block-block-17  div.content
	{
		padding-left: 10px;
		font-size: 10px;
	}
/* End */

/* Services Page */
div.view-Services div.views-field-title
   {
      font-size: 1.1em;
      font-weight: bold;
      line-height: 120%;
   }
   
div.view-Services div.views-field-field-service-price-value
   {
      font-size: 1em;
      font-weight: bold;  
   }
/* End */

/* Taxonomy Views for Products */
div.view-taxonomy-term div.views-row
   {
      border-bottom: 1px solid #999999;
      padding: 5px 5px 25px 5px;
      display: block;
      min-height: 150px;
   }
   
img.imagecache-product
   {
      height: 15%;
      width: 15%;
      border-top: 1px solid #000000;
      border-left: 1px solid #000000;      
      border-bottom: 1px solid #000000;
      border-right: 1px solid #000000;
      padding: 3px 3px 3px 3px;
      background-color: #FFFFFF;
      float: left;
      display: block;
      position: relative;
   }
   
div.view-taxonomy-term div.views-field-title
   {
      font-weight: bold;
      font-size: 1em;
      margin-left: 120px;
   }
   
div.view-taxonomy-term div.views-field-teaser
   {
      font-size: .6em;
      margin-left: 140px;
      line-height: 100%;
   }

div.view-taxonomy-term div.views-field-view-node
   {
      font-size: .8em;
      margin-left: 120px;
      font-weight: bold;
   }
   
div.view-taxonomy-term div.views-field-sell-price
   {
      font-size: 1em;
      margin-left: 120px;
      font-weight: bold;
      color: #FF0000;
      position: relative;
      top: 0;
   }
/* End /

/* Sublist */
div.subterms h3
   {
      visibility: hidden;
   }
/* End */

#taxonomy-list-table-4 .taxonomy-list-term
	{
		font-size: 8px;
		background-color: transparent !important;
		padding-left: 18px;
	}
	
#block-taxonomy_list-4 h2.title
	{
		font-size: 10pt !important;
		margin-bottom: -10px;
	}
	
#taxonomy-list-table-4 .taxonomy-list-term a
	{
		list-style-type: disc !important;
	}
	
.taxonomy-list-parent
	{
		background-color: transparent !important;
	}
	
.taxonomy-list-children
	{
		padding-left: 18px;
		list-style-type: disc;
	}
	
#taxonomy-list-table-4 .taxonomy-list-table, #taxonomy-list-table-4 tr, .taxonomy-list-cascade
	{
  		background-color: transparent !important;
		border: 0px;
	}
	
#directory-vid-2 li, #directory-vid-2 ul
	{
		list-style: none;
		list-style-image: none;
		font-size: 1em;
	}

#views-row li, #views-row ul, .node li, .node ul, .views-field-teaser .field-content li, .views-field-teaser .field-content ul, .fieldgroup li, .fieldgroup ul
	{
		font-size: 12px !important;
		line-height: 100%;
	}
	
.resize ul, .resize li, .resize
	{
		font-size: 100%;
	}
	
.filegroup, .field-label, .field-items
	{
		font-size: 12px !important;
	}