/* $Id: benihana.css 428 2008-11-10 05:52:39Z bsowers $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal5-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal5-reference.css file
 *   Forum            See line 197 of Zen's drupal5-reference.css file
 *   Menus            See line 667 of Zen's drupal5-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal5-reference.css file
 *   Polls            See line 287 of Zen's drupal5-reference.css file
 *   Search           See line 320 of Zen's drupal5-reference.css file
 *   User Profiles    See line 945 of Zen's drupal5-reference.css file
 */


/** body **/
  body
  {
  	/*background: #7f0a0d url(../images/bg_main_red.jpg) no-repeat top center;*/
  	background: #a60d10 url(../images/bg_1600x1600.jpg) no-repeat top center;
            /*    text-align:left;*/
  }

  #page
  {
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
  	/*height:100px;*/
  	position:relative;
  	z-index:1000;
  }

  #header-inner
  {
  	
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
  }

  #logo-image /* The actual logo image */
  {
  }

  #site-name /* The name of the website */
  {
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
  	width:962px;
  	margin:auto;
  	z-index:2000;
  }

  #main-inner
  {
  	
  }

/** content **/
  #content
  {
  	background: url(../images/bg_page.png) repeat-y top center;
  	width:962px;
  }

  #content-inner
  {
  	/*
  	font-size:  1em;
  	
  	color:  #7B7D7B;
  	color:  #626462;
  	color: #737573;
    font-family: Verdana;
    line-height: 1.7;
    */
    font-family:Helvetica;
    font-size:11px;
    color:#363636;
    padding-left:300px;
    padding-top:35px !important;
    width:640px;
  }
  
  .page-location #content-inner,
  .section-locations #content-inner
  {
  	/*
  	font-size:  1em;
  	
  	color:  #7B7D7B;
  	color:  #626462;
  	color: #737573;
    font-family: Verdana;
    line-height: 1.7;
    */
    font-family:Helvetica;
    font-size:11px;
    color:#363636;
    padding-left:15px;
    padding-top:0px !important;
    width:947px;
  }
  
  #content-inner a, 
  #contentable-inner a:hover, 
  #contentable-inner a:visited
  {
	/*color: #A5AA10;*/
	color: #a1ab11;
	font-weight: bold;
	text-decoration:none;
   }
   
	#content-inner p {
		padding-left:3px;
		padding-bottom:5px;
	}
   
  
  #content-inner em
  {
  	color: #A5AA10;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bolder;
	/*letter-spacing: -1px;*/
	
  }
  
  .content-bold-green
  {

  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }
.section-locations #content {
	height:100% !important;
	padding-bottom:30px;
}

.section-locations #content-header {
	position:absolute;
	top:451px;
	left:23px;
	z-index:2000;
}

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
    margin: 0 1em 5px 1em;
    border: 2px solid #ccc;
    padding: 5px;
    color: #000;
    background-color: #fff;
    font-style: italic;
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.warning,
  tr.warning,
  body.section-admin tr.warning
  {
    /* color: #220; */ /* Drupal core uses #220 */
    background: #ffd;
  }

  div.error /* High priority messages. See also the .error declaration below. */
  {
    /* border: 1px solid #d77; */ /* Drupal core uses: 1px solid #d77 */
  }

  div.error,
  tr.error,
  body.section-admin tr.error
  {
    /* color: #200; */ /* Drupal core uses #200 */
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }


  #content-area /* Wrapper for the actual page content */
  {
  	padding-bottom:20px;
                min-height:592px;
  }
  
  #content-area img
  {
  	position: relative;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

li.leaf     
{
   list-style: none;
   padding-top: 0.2em;
   padding-right: 0.5em;
   padding-bottom: 0pt;
   padding-left: 0pt;
   margin-top: 0pt;
   margin-right: 0pt;
   margin-bottom: 0pt;
   margin-left: 0pt;
}  

li.expanded     
{
   list-style: none;
   padding-top: 0.2em;
   padding-right: 0.5em;
   padding-bottom: 0pt;
   padding-left: 0pt;
   margin-top: 0pt;
   margin-right: 0pt;
   margin-bottom: 0pt;
   margin-left: 0pt;
}  

#flashcontent {
	position: absolute; 
	top: 0; 
	left: 0px; 
}

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/

	.section-locations #sidebar-left {
		display:none;
	}

  #sidebar-left
  {
  }

  #sidebar-left-inner
  {

  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
  	width:962px;
  	margin:auto;
  	color: #FFFFFF;
  	font-family:Arial;
  	font-size:11px;
  	background: url(../images/bg_page_bottom.png) no-repeat top center;
  	height:20px;
  	padding-top:15px;
  }

  #footer-inner
  {
  }
  /** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  #footer-inner a:link,
  #footer-inner a:visited
  {
  	color: #FFFFFF;
  }

  #footer-copyright, #footer-links
  {
	line-height:11px;
	
  }
#footer-links a
  {
	text-decoration: none;
	float: left;
	text-align: center; 
	display: block;
	border-right: 1px solid #c8cd06;
	height:10px;
	padding:0 10px;
  }
  
  #footer-links a.lastChild {
  	border-right: none;
  }

   #footer-links a#btm-nav-about,
   #footer-links a#btm-nav-privacy,
   #footer-links a#btm-nav-signup {  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

  #social
  {
          position: absolute;
          top: -5px;
          width: 277px;
          left: 507px;
          z-index: 100;
          height:43px;
          overflow:hidden;
  }
	#twit-logo {
		position:absolute;
		left:182px;
	}
	#fb-logo {
		position:absolute;
		left:75px;
	}
	#youtube-logo {
		position:absolute;
		display:none;
	}

  #
/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .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-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .taxonomy /* Node taxonomy (categories) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for all comments */
  {
    margin: 1em 0;
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
  {
    border-bottom: none;
    padding: 0;
  }

  tr.even
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  	
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * admin section of the site.
   */
  .section-admin tbody
  {
    border-top: 1px solid #ccc;
  }

  .section-admin th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  .section-admin thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tr.even,
  .section-admin tr.odd
  {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }
#show100,
#show50 {
	display: none;
}
.gc_special {
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 0.75em;
}

#hero, #hero_swf {
	position:relative;
	z-index:1000;
	height:188px;
	margin-bottom:-9px;
}

#header_nav {
	position:absolute;
	left:575px;
	top:50px;
}

.nav_divider {
	background: url(../images/nav_divider.png) no-repeat;
	width:1px;
	height:35px;
	float:left;
}

#nav_locations {
	float:left;
	position:relative;
	top:-36px;
	z-index:2005;
}

#other_locations {
	position: absolute; 
	top: 439px;
	right:17px;
	font-size: 12px;
}

#other_locations a {
	color: #7BC143;
}

#locationsMap {
	position:relative;
	width:947px;
}

#tab_locations {
	text-indent:-9999px;
	width:110px;
	height:48px;
	background: url(../images/tab_locations.png) no-repeat;
	float:left;
	cursor:pointer;
}

#location_search {
	background: url(../images/bg_input_location.png) no-repeat;
	width:258px;
	height:48px;
	margin-left:1px;
	float:left;
}

#location_search input {
	position:relative;
	border:none;
	top:18px;
	left:18px;
	width:220px;
	background:transparent;
	color:#fff;
}

#location_submit {
	float:left;
	background: url(../images/btn_location_submit.png) no-repeat;
	width:79px;
	height:48px;
	cursor:pointer;
	text-indent:-9999px;
}

#location_submit input {
	display:none;
}

#location_sidebar {
	background: url(../images/bg_location_sidebar.png) no-repeat;
	width:337px;
	height:406px;
	position:absolute;
	top:28px;
	text-indent:-9999px;
	left:16px;
}

#sidebar_swf {
	position:absolute;
	top:191px;
	left:16px;
}

#map_canvas {
	width: 590px;
	height: 406px;
	float:left;
	position:relative;
	top:-20px;
	left:339px;
	z-index:2000;
}

#map_overlay {
	position:absolute;
	z-index:2001;
	width:337px;
	height:208px;
	top:28px;
	left:1px;
	/*opacity:0;*/
}

#map_overlay #locationImage {
	position:relative;
	z-index:2003;
}

#map_overlay #locationAddress {
	position:relative;
	z-index:2003;
	font-family:Helvetica;
	color:#fff;
	font-size:11px;
	line-height:13px;
	padding:10px;
}

#map_title {
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}
#map_manager {
	margin-bottom:10px;
}

#locationAddress input {
	background: url(../images/bg_input_green.png) no-repeat;
	width:190px;
	border:none;
	outline:none;
	color:#fff;
	padding:10px;
}

#map_input {
	float:left;
	margin-top:10px;
	margin-left:-3px;
	width:220px;
}

#map_submit {
	float:left;
	background: url(../images/btn_get_directions.png) no-repeat;
	width:104px;
	height:28px;
	text-indent:-9999px;
	position:absolute;
	top:151px;
	right:10px;
	cursor:pointer;
}

#map_submit input {
	/*display:none;*/
	text-indent:-9999px;
}

#map_overlay_background {
	position:absolute;
	width:337px;
	height:406px;
	top:0px;
	left:0px;
	background-color:#000;
}

#map_legend {
	background: url(../images/btn_map_legend.png) no-repeat;
	width:930px;
	height:30px;
	cursor:pointer;
	position:relative;
	top:404px;
	left:1px;
	z-index:2002;
}

#print {
	float:right;
	background: url(../images/btn_print.png) no-repeat;
	width:75px;
	height:9px;
	position:relative;
	top:10px;
	right:17px;
	cursor:pointer;
	z-index:2000;
}

#locations {
	font-family:Helvetica;
	font-weight:normal;
	font-size:11px;
	color:#4c4c4c;
	float:left;
	margin-left:1px;
	margin-top:-12px;
}

#locations .row {
	float:left;
	padding:10px;
	line-height:14px;
}

#locations .city {
	color:#4c4c4c;
	font-weight:bold;
}

#locations .state {
	color:#ed1c24;
	font-weight:bold;
}

#locations #row_markup {
	display:none;
}

#locations .continent {
	background-color: #ed1c24;
	color:#fff;
	font-weight:bold;
	width:918px;
	padding:3px 5px;
	height:15px;
	float:left;
	margin-top:20px;
}

#homehero {
	width:977px;
	height:379px;
	z-index:1000;
	position:relative;
}

#content h1, em{
	font-family:Helvetica !important;
	font-size:18px !important;
	font-weight:bold !important;
	color:#9f0c10 !important;
}

.active-trail span {
	color:#fff !important;
}

input {
	outline:none;
	font-family:Helvetica;
}

address {
	font-style:normal;
}

#video {
	margin-left:-14px;
	margin-top:10px;
}

img.calloutLink {
	display:none;
}

#location_error {
	position:absolute;
	background: url(../images/bg_location_error.png) no-repeat;
	width:185px;
	height:69px;
	cursor:pointer;
	z-index:4000;
	top:0px;
	left:150px;
	display:none;
	color:#fff;
	font-size:10px;
	line-height:14px;
	padding-top:23px;
	padding-left:10px;
}


#item{
   margin-top: 1%;
   margin-bottom:1%;
   padding: 0;
   width: 100%;

}

.item-desc, .item-img {
   float: left;
   margin: 0% 0 0% 0%;
   padding: 0%;
   color: #000;
}
.item-desc {
   float: right;
   width: 60%;

   text-align:none;
   margin: 0% 0% 0% 0;
}
.clearBread {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

/*layout styles*/
/* **********************************************************************************
 * Class naming convention used for items in this CSS file
 * The following item classes are used for item listing i.e.: category template , home, etc
 *    - item-hg: "Item Holdaer Grid box, used to hold several item-u boxes"
 *    - item-hl: "Item Holdaer List box, used to hold several item-u boxes"
 *    - item-u: "Item unit box, holds all the item info"
 *
 * The ID #item is used for the item template so it can handle the same classes created for
 * the category items but styled for this template
 * 
 * 
 * item-lview, item-gview, item-grid, item-list are just used in the JS code 
 * for changing the view of the items in the category template
 ******************************************************************************** */

#containerBread {
   margin-top: 1%;
   margin-bottom:1%;
   padding: 0;
   width: 100%;

}
#leftBread, #rightBread {
   float: left;
   width: 50%;
   margin: 0% 0 0% 0%;
   padding: 0%;
   color: #FFF;
}
#rightBread {
  width:50%;
   float: right;
   text-align:right;
   margin: 0% 0% 0% 0;
}
.clearBread {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}



/* ------------------------------------------------------------------------
 *   Colors
 ------------------------------------------------------------------------ */
ul li {
	padding: 0px;
}

a
{
	color: #0048A6;
}

#ft
{
	
}

.loginBar
{
	background-color: #e7e7e7;
}

#searchBar
{
	background-color: #E29B0F;
}

#searchBar a
{
	color: #fff;
}

#searchBar p
{
	color: #4F4C45;
}

#searchBar .searchBtn
{
	color:#FFF;
}

.header1, .header2, .header3
{
	color: #fff;
}

.nav-section .main li:hover
{
	color: #dedede;
}

.item-u .item-desc .code, .item-desc .code
{
	color: #aeaeae;
}

.item-u .item-desc .price .dollars, #item .item-desc .price .dollars, .item-u .item-desc .price .symbol, #item .item-desc .price .symbol
{
	color: #DFA200;
}

.item-u .item-desc .price .cents, #item .item-desc .price .cents
{
	color:#AAAAAA;
}


.item-price-saved, .item-price
{
	color: #AF0A0A;
}

#item .item-section h4, #item .item-ldesc h4
{
	background-color:#40A235;
	color:#fff;
}

#item .matrix .productTable .vLabel
{ 
	background-color: #DFDFDF;
}

#item .matrix .productTable th.blankCorner
{ 
	background-color: #fff;
}

.odd
{
	/*background-color: #fff;*/
                color:#FFF;
}

.even
{
	/*background-color: #E6E6E6;*/
                color:#FFF;
}

.notice, .shippedTo,  #payment_method, #giftCertificates, .passchanged, .question, .orderNo
{
	background-color: #FFF2CF;
}

.warning, .warning2
{
	background-color:#FFC19F;
	color:#8F0000;
}

.btnclass, .btnLogin, .btnCheckout
{
	background-color:#DFDFDF;
}

.needed_star
{
	color: #bf0000;
}

.checkout-bc li.focus
{
	background-color:#dfdfdf;
	color:#CF0000;
}

.whatsthis
{
	color:#aeaeae;
}

.productCount 
{
	color: #666;
}

#contactUs .question #Email
{
	background-color: rgb(255, 255, 160);
}

.resultNav
{
	background-color:#E6E6E6;
}

.resultNav .pages .pagnLink:hover
{
	background-color:#D6D6D6;
}

#reviewDetails .reviewBody p.author
{
	color:#7F7F7F;	
}

/* ------------------------------------------------------------------------
 *   layout
 ------------------------------------------------------------------------ */ 
h1
{
	padding-bottom: 5px;
}

h2
{
	padding-bottom: 3px;
}
 
h3
{
	padding-bottom: 3px;
}

 #logo
{
	background-image: url(../images5/mortons_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:88px;
	width:178px;
}

/* ----------footer navigation----------- */
#ft
{
	margin-bottom: 0px;
	margin-top: 40px;
	padding-top:10px;
}

#_price_0{
display:none;
}
#ft .ft-nav
{
	clear: both;
	margin:0 auto 10px;
	overflow:hidden;
	width: 57em;
}

#ft .ft-nav ul
{
}

#ft .ft-nav li 
{
	float: left;
	margin-right:40px;
}

#ft .ft-nav li.last
{
	margin:0px;
}

#ft .ft-nav li ul 
{
}

#ft .ft-nav li li 
{
	float: none;
	line-height:1.34em;
	margin:0px;
}

#ft .ft-copyright 
{
	margin:0px;
	padding-bottom:10px;
	text-align:center;
}

/* -----------end footer navigation ----------------*/

.loginBar
{
	border-bottom: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	padding: 3px;
	text-align: right;
}

#logoMenu
{
	margin: 0px 0px 0px;
}

#searchBar form *
{
	vertical-align: middle;
}

#searchBar .searchBtn
{
	background-color:transparent;
	background-image:url(../images5/searchbtn.gif);
	background-repeat:no-repeat;
	border:0 none;
	height:22px;
	width:80px;
}

#searchBar
{
	background-image: url(../images5/search_grad.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #FED500;
	margin-bottom: 10px;
	padding: 16px;
	overflow:hidden;
}

#searchBar img
{
	margin-right: 10px;
	vertical-align: top;
}

.quickLinks
{
	overflow: hidden;
	float:right;
}

.quickLinks li
{
	border-left: 1px solid #DEDEDE;
	float: left;
	padding-left: 14px;
	padding-right: 14px;
	text-align: center;
}

.quickLinks li.first
{
	border: 0px none;
}

.quickLinks .iconLabel
{
	text-align: center;
}

.lang
{
	float: left;
	margin-right: 5px;
}

.siteSearch
{
	float: left;
}

.siteOptions
{
	float:right;
	overflow:hidden;
}

span.youarehere { display:none; }

#breadcrumbs
{
	margin-bottom: 10px;
                margin-top:10px;
                color:#DEDEDE;
           }

#breadcrumbsright
{
	margin-bottom: 10px;
                margin-top:10px;
                color:#DEDEDE
                float:right;
}
#pagination{
  padding: 10px;
  text-align: right;
}

.nav-section
{
	margin-bottom:10px;
}

.nav-section .main
{
	padding:5px;
}

.iNav-section .main
{
	padding:3px;
}

.iNav-section .main .item-hl
{
	border:0px none;
}

.header1, .header2, .header3
{
	background-position: 0% 0%;
	background-repeat: no-repeat;
	height: 23px;
	padding: 6px 0px 0px 10px;
}

.header1
{
	background-image: url(../images5/header1.jpg);
}

.header2
{
	background-image: url(../images5/header2.jpg);
}

.header3
{
	background-image: url(../images5/header3.jpg);
}

.main
{
/*	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;*/
}

.nav-section .main li
{
	padding: 5px;
	/*border-top: 1px solid #dedede;*/
}

.nav-section .main li.first
{
	padding: 5px;
	border-top: 0px none;
}

.nav-section .main li a
{
	display: block;
}

#category .item-hg, .item-hl
{
	                background-color:#FFF
}

.item-hg, .item-hl
{
	overflow: hidden;
}

.item-hg .item-u, .item-hl .item-u
{
	padding: 1%;
}

.item-hg .item-u
{
	float: left;
	/*
	 * Width - padding(right & left) = full width
	 * i.e.: 50% - 1% * 2 = 48%
	 *
	 * 48% for 2 items column
	 * 31.3% for 3 items column
	 * 23% for 4 items column
	 * 18% for 5 items column
	 *
	 */
	width: 48%;
}

.item-hg .item-su, .item-hl .item-su
{
	padding: 1%;
}

.item-hg .item-su
{
	float: none;
	/*
	 * Width - padding(right & left) = full width
	 * i.e.: 50% - 1% * 2 = 48%
	 *
	 * 48% for 2 items column
	 * 31.3% for 3 items column
	 * 23% for 4 items column
	 * 18% for 5 items column
	 *
	 */
	width: 98%;
}


.item-hl .item-u
{
	float: left;
	width: 98%;
}

.item-u .item-img, #item .item-u .item-img, #basket .item-img, #wishlist .item-img
{
	float:left;
	height:150px;
/*	position:relative;
	text-align:center;*/
}


#item .item-u .item-img
{
	width:100px;
             /*   float:left;*/
}

.item-u .item-title
{
	min-height:30px;
}

.item-title a:link{
text-decoration:underline;
color:#000
}

.item-title a:visited{
text-decoration:underline;
color:#000
}

.item-u .item-desc, #item .item-u .item-desc
{
	/*float:left;*/
	margin-top:5px;
	overflow:hidden;
                padding-left:10px;
}

.item-u .item-desc .price, #item .item-desc .price 
{

padding:0px;
	/*position: relative;*/
}

.item-u .item-desc .price .symbol, #item .item-desc .price .symbol
{
	vertical-align:top;
}

.item-u .item-desc .price .dollars, #item .item-desc .price .dollars
{
 }

.item-u .item-desc .price .cents, #item .item-desc .price .cents
{
	vertical-align:top;
}

#item
{
	overflow: hidden;
                background-color:#FFF
}

#item .item-img
{
	float: left;
	text-align:center;
                width:25%

}

#item .item-desc
{
	/*float: right;*/
	
}

#item .item-ldesc
{
	/**float: left;*/
	margin-top: 0px;
}

#item .item-desc .shortDesc
{
	padding:10px 0px;
}

#item .item-section, #item .item-ldesc
{
	/*border-bottom:1px dashed #aeaeae;*/
	clear: both;
	padding-right:10px;
}

#item .item-section .item-hg
{
	border:0px none;
}

#item .item-section h4, #item .item-ldesc h4
{	
	border-bottom:1px solid #163F14;
	border-top:1px solid #163F14;
	clear: both;
	margin-bottom:13px;
	padding:5px;
}

#item .item-options
{
	text-align:none;
}

#item .item-options .qty
{
	padding:0px 0px 10px;
}

#item .item-options .stock
{
	padding:0px 0px 10px;
}

#item .item-attr-section
{
	margin-top:0px;
}
#register .attrib, #myaccount .attrib, #shipAddress .attrib, #review .attrib, #confirm .attrib , #checkout .attrib, #wishlist .attrib, #contactUs .attrib, #creditApp .attrib, #retailer .attrib, #solrSearch .attrib, .ip2locat .attrib
{
	overflow:hidden;
	padding:5px 0px;
}
#item .item-attributes .attrib{
	overflow:hidden;
	padding:5px 0px;
}
#register .attrib label, #myaccount .attrib label, #shipAddress .attrib label, #checkout .attrib label, #wishlist .attrib label, #contactUs .attrib label, #creditApp .attrib label, #retailer .attrib label, #solrSearch .attrib label, .ip2locat .attrib label
{
	float:left;
	width:135px;
}

#item .item-attributes .attrib label{
	float:left;
	width:auto;

}

 #register .attrib div.field, #myaccount .attrib div.field, #shipAddress .attrib div.field, #review .attrib div.field, #confirm .attrib div.field, #checkout .attrib div.field, #wishlist .attrib div.field, #contactUs .attrib div.field, #creditApp .attrib div.field, #retailer .attrib div.field, #basket #basketdata .attrib div.field, #solrSearch .attrib div.field, .ip2locat .attrib div.field
{
float:left;
	margin-left:10px;
	width: auto;
}

#item .item-attributes .attrib div.field{
	float:left;
	margin-left:0px;
	width: auto;


}
#item .item-attributes .attrib div.field .warning
{
	width:146px;
}

#item .item-attributes .attrib div.field select
{
	width:145px;
}

/* style for the selection of grid and list view links*/
#item-hview
{
	border-bottom: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	padding: 10px;
	overflow: hidden;
}

#item-gview
{
	float: left;
}

#item-lview
{
	float: left;
}

.item-list-price
{
	text-decoration: line-through;
}

#item-list .item-hl .item-img
{
	float: left;
}

#item-list .item-u .item-desc
{
	padding-left: 15px;
}

.item-desc .item-title a
{
	text-decoration: none;
}

.item-desc .item-title a:hover
{
	text-decoration: underline;
}

.item-desc .desc
{
	margin-bottom: 10px;
	margin-top: 10px;
}

#sortBy
{
	float:right;
}

#loginBox h1, #checkout h1, #register h1, #basket h1, #myaccount h1, #retailer h1, #creditApp h1, #contact_box h1, #review h1, #confirm h1, #wishlist h1, 
#compare h1, #quickOrder  h1, #review h1, #main_advsearch h1, #custom h1, #reviewDetails h1
{
	border-bottom:1px dotted #BBBBBB;
	margin-bottom:10px;
	padding-bottom:5px;
}

/** TODO: rename, LOGIN **/
#loginBox .u-leftpad{
	margin-left:15px;
}
/** TODO: rename, LOGIN **/
#loginBox .login_content{
	height:20px;
}

#register .shippedTo .attrib div.field, #checkout .shippedTo .attrib div.field, #basket #basketdata .attrib div.field
{
	width: 20px;;
}

#register{
background-color:#FFF
}
#register .shippedTo .attrib label, #checkout .shippedTo .attrib label 
{
	width: auto;
}

.filter
{
	width: 100%;
}

.show
{
	display: block;
}

.hide
{
	display: none;
}

.notice, .shippedTo,  #payment_method, #giftCertificates, .passchanged, .question, .orderNo
{
	border: 1px dashed #DFA200;
}

#wishlist .notice
{
	margin:0 auto;
	padding:10px;
	width:260px;
}

.question
{
	margin:20px 0;
	padding:10px;
	clear:both;
}

.editPayment
{
	float:left;
	margin-bottom:15px;
	margin-top:5px;
	padding:5px;
	width:45%;
}

.editPayment .title
{
	float:left;
	font-weight:bold;
	width:56%;
}

textarea {
     overflow:hidden;
     overflow-y: hidden;
     overflow-x: hidden; 

}

.editPayment .desc
{
	float:right;
	text-align:left;
	width:40%;
}

.review_card 
{
	margin-bottom:10px;
	margin-top:10px;
	overflow:hidden;
}

.passchanged
{
	font-weight:bold;
	padding:5px;
	width:42%;
}

.shippedTo
{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
}

.shippedTo .radiobtn
{
	float: left;
}

.warning, .warning2
{
	border: 1px dashed #AF1515;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 3px;
}

.warning2
{
	float:left;
	margin-bottom: 0px;
	margin-left: 12px;
	margin-top: 0px;
	padding: 0 20px;	
}

.warning li
{
	list-style-position:inside;
	list-style-type:disc;
	padding-left:10px;
}

.btnclass, .btnLogin, .btnCheckout
{
	border: 1px solid #7F7F7F;
	padding: 3px;
}

.okCancelPos
{
	clear:both;
	float:left;
	margin-top: 10px;
}

.vertSeparator
{
	border-left: 1px dotted #bbb;
}

.tablediv
{
	margin-top: 10px;
}

.t_align
{
	text-align: right;
}

/* Start Basket & Checkout styles */
#basket .item-img, #wishlist .item-img
{
	height:auto;

}

#basket{
background-color:#FFF;
}
#basket #basketdata
{
	margin-top:10px;
	padding:5px;
	width:260px;
                
}

#basket #basketdata .basketList
{
	margin:0px 0px 5px 30px;
}

#basket .okCancelPos
{
	float:none;
}

.custom-item
{
	padding-left:20px;
}

.comment-totals
{
	margin-top:15px;
	overflow:hidden;
}

.commentOrder
{
	float:left;
	padding:5px;
	width:260px;
}

.basket-totals
{
	float:right;
	margin-right:70px;
	padding:5px;
	text-align:right;
	width:225px;
}

.item-desc .qtyShipped
{
	padding:10px 0px 0px;
}

.item-desc .deliveryDate
{
	
}

.orderNo
{
	padding:5px;
}

.checkout-bc
{
	border-bottom:1px solid #AEAEAE;
	margin-bottom:10px;
}

.checkout-bc ul
{
	bottom:-1px;
	overflow:hidden;
	position:relative;
}

.checkout-bc li
{
	border-left:1px solid #AEAEAE;
	border-right:1px solid #AEAEAE;
	border-top:1px solid #AEAEAE;
	float:left;
	margin:0 3px;
	padding:3px 5px;
                list-style:none;
}

.checkout-bc li.focus
{
	border-bottom:1px solid #fff;
	border-left:1px solid #aeaeae;
	border-right:1px solid #aeaeae;
	border-top:1px solid #aeaeae;
}

#paymentGateway
{
	border-top:1px dashed #dfdfdf;
	margin-top: 15px;
	padding:10px 0px;
}

#paymentGateway
 {
	margin-top: 15px;
 }
 
#paymentGateway .attrib div.field
{
	width: 20px;
}

 #payment_method 
{
	float:left;
	padding:5px;
	margin: 0 90px 20px 0;
}

 #payment_method .attrib label
{
	width: 120px;
}

 #payment_method .attrib  div.field,  #giftCertificates .attrib div.field
{
	width: auto;
}

#giftCertificates
{
	float:left;
	padding:5px;
	margin:0 0 20px 0;
}

#giftCertificates .attrib label
{
	width: 180px;
}

#checkout .createRegularAcc
{
	margin-bottom:5px;
	text-align:center;
}

#checkout .createRegularAcc a
{
	text-decoration: none;
}

#checkout .createRegularAcc a:hover
{
 text-decoration: underline;
}

/* End Basket & Checkout styles */


.productTable, .orderTable, .shipTable
{
	width: 100%;
	border: 1px solid #CFCFCF;
}

.productTable th, .orderTable th, .shipTable th
{
	background-color:#DFDFDF;
	border:1px solid #CFCFCF;
	font-weight:bold;
	text-align:center;
}

.productTable td, .orderTable td, .shipTable td
{
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	padding: 5px;
	vertical-align:top;
}

.shipTable td
{
	text-align: center;
}
.productTable .qty
{
	text-align:center;
	width:25px;
}

#wishlist .productTable td
{
	padding: 7px;
}

#myaccount_menu
{
	margin-bottom:7px;
	overflow:hidden;
}

#myaccount_menu .acclink
{
	float:left;
	width: 33%;
}
#myaccount_menu .acclink div
{
	padding-bottom: 10px;
}

#review .name, #confirm .name
{
	font-weight: bold;
	float: left;
	width: 120px;
}

#review .attrib div.field
{
	margin-left:0px;
}

#compare .comparebox
{
	float: left;
	width: 32%;
	padding: 5px;
}

#compare .image
{
	height: 100px;
	text-align:center;
}

#compare .details, #item .details
{
	border-bottom:1px solid #CCCCCC;
	margin:5px 0;
	overflow:hidden;
	padding-bottom:3px;
}

#compare .details .left, #item .details .left
{
	float: left;
}

#compare .details .right, #item .details .right
{
	float: right;
	width:67%;
}

#item .matrix .productTable .vLabel
{ 
	vertical-align:middle;
}

#item .details
{
	padding:0;
	position:relative;
}


#item .details .left
{
	background-color:#DFDFDF;
	height:100%;
	padding:3px 0 3px 8px;
	position:absolute;
	width:30%;
}

 #item .details .right
{
	padding-bottom:3px;
	padding-top:3px;
}

#item .properties
{
	margin-top: 20px;
}

.currency
{
	float: left;
}

#quickOrder .content
{
	margin-top: 10px;
	margin-bottom: 15px;
}

.checkout-bc li.pf_link
{
	border: none;
	float: right;
}

#contactUs .companyInfo .address
{
	padding:0px 0px 10px 5px;
}

#contactUs .question #Department
{
	width:154px;
}

#contactUs .question .okCancelPos
{
	float:none;
}

#creditApp .attrib label
{
	width:250px;
}

#creditApp .attrib .bank-release-box label
{
	float:none;
}

#creditApp fieldset
{
	border-bottom:1px solid #DEDEDE;	
	padding-bottom:10px;
	margin-bottom:15px;
}

#creditApp fieldset fieldset
{
	border:0px none;	
}

#creditApp .reference-instructions 
{
	padding:10px 0px;
}
#creditApp .trade-references 
{
	padding:20px 0px;
}
#creditApp .trade-references .reference 
{
	margin-bottom:20px;
}
#creditApp .trade-references .row 
{
	margin-bottom:5px;
	overflow:hidden;
}
#creditApp .trade-references .row .left-items 
{
	float:left;
	width:350px;
}
#creditApp .trade-references .row .right-items 
{
	float:left;
	width:300px;
}
#creditApp .trade-references .right-items .left, #creditApp .trade-references .right-items .right 
{
	float:left;
}
#creditApp .trade-references .row .right-items .left 
{
	width:70px;
}

#retailer .field input, #retailer .field select
{
	width:146px;
}

#retailer .search-area 
{
	margin:15px 0px; 
	overflow:hidden;
	width:270px;
} 

#retailer .search-area .okCancelpos
{
	clear:none;
	float:none;
} 

#retailer .retailer-results 
{
	border-top:1px solid #dedede;
	padding-top:15px;
}

#retailer .retailer-results .results-info 
{
	margin-bottom:20px;
}

/*--advanced search----*/

#solrSearch .advsearch_search
{
	padding-bottom:5px;
}

.resultNav
{
	border:1px dotted #BBBBBB;
	margin-bottom:10px;
	padding:3px;
	overflow:hidden;
}

.resultNav .pages
{
	float:left;
}

#solrSearch .resultNav .qty
{
	float:right;
}

#solrSearch .okCancelPos
{
	float:none;
	clear:none;
}

.resultNav .pages .pagnPrev, 
.resultNav .pages .pagnLead, 
.resultNav .pages .pagnSep,
.resultNav .pages .pagnCur,
.resultNav .pages .pagnMore,
.resultNav .pages .pagnLink, 
.resultNav .pages .pagnNext
{
	padding:3px;
}

.resultNav .pages .pagnLink,
.resultNav .pages .pagnNext,
.resultNav .pages .pagnPrev
{
	text-decoration:none;
}

.resultNav .pages a.pagnNext:hover,
.resultNav .pages a.pagnPrev:hover
{
	text-decoration:underline;
}

#reviewDetails .review
{
	margin-bottom:10px;
}

#reviewDetails .reviewHeader img
{
	vertical-align:middle;
}

#reviewDetails .reviewHeader b.title
{
	text-transform:capitalize;
}

#reviewDetails .reviewHeader .date
{
}

#reviewDetails .reviewBody p.author em
{
	background-image: url(../images5/review/authorPointer.png);
	background-position:50% 100%;
	background-repeat:no-repeat;
	padding-bottom:7px;
	text-transform:capitalize;	
}

#reviewDetails .reviewBody .comment
{
	background-color:#E4E4E4;
	margin:7px 10px 0;
	padding:10px;
}

.ip2locat .attrib label
{
	width:50px;
}

.ip2locat .attrib div.field
{
	width:105px;
}

.ip2locat .attrib div.field input
{
	width:100%;
}

/* ------------------------------------------------------------------------
 * YUI CSS Overrides
 ------------------------------------------------------------------------ */
.yui-t2 .yui-b
{
	/*  left navigation bar to 181px  */
	width:13.9230em;
}


/* ------------------------------------------------------------------------
 * Font
 ------------------------------------------------------------------------ */
h1
{
	font-size: 2em;	
	font-weight: bold;
}

h2
{
	font-size: 1.2em;	
	font-weight: bold;
               } 

h3
{
	font-size: 1.8em;	
	font-weight: bold;
               } 
 
#ft .ft-nav, .ft-copyright 
{
	font-size: 10px;
}

#ft .ft-nav li li 
{
	font-size: 0.95em;
}

#ft .ft-nav li li a 
{
	font-weight: normal;
}

#ft .ft-nav li 
{
	font-size: 1.1em;
}

#ft .ft-nav li a 
{
	font-weight: bold;
}

#ft .ft-copyright 
{
	font-size:12px;
}
 
.quickLinks .iconLabel
{
	font-size: 10px;
}

#searchBar p
{
	font-weight: bold;
}

#searchBar .searchBtn
{
	font-weight:bold;
}

.header1, .header2, .header3
{
	font-weight: bold;
}

.item-u .item-title
{
	font-size:12px;
	font-weight: bold;
}

.item-desc .code, .item-u .item-desc .qty, .item-u .item-desc .price
{
	font-size: 11px;
}

.item-u .item-desc .qty
{
	font-weight: bold;
}

.item-u .item-desc .price, #item .item-desc .price
{
	font-size: 24px;
	font-weight: bold;
}

.item-u .item-desc .price .symbol, #item .item-desc .price .symbol
{
	font-size: 17px;
}

.item-u .item-desc .price .dollars, #item .item-desc .price .dollars
{
	font-size: 24px;
}

.item-u .item-desc .price .cents, #item .item-desc .price .cents
{
	font-size:14px;
}

.item-price-saved, .item-price
{
	font-weight: bold;
}

.item-u .item-desc .price
{
	font-weight: bold;
}

#item .item-desc h1.title
{
	font-size: 16px;
	font-weight:bold;
}

#item .item-options .qty label
{
	font-weight:bold;
                width:110px;
}

#item .item-options .stock p
{
	font-weight:bold;
}

#item .item-section h4, #item .item-ldesc h4
{
	font-weight:bold;
}

#item .matrix .productTable .vLabel
{
	font-weight:bold;
}

#item .matrix .productTable
{
	font-size:10px;
}

.info_needed
{
	font-size: 10px;
             }

.needed_star
{
	font-weight: bold;
}

.checkout-bc li.focus
{
	font-weight:bold;
}
.basket-totals .totalRow .desc
{
	font-weight:bold;
}

.productCount 
{
	font-size: 8px;
	font-weight: normal;
}

.editPayment .title
{
	font-weight: bold;
}

#creditApp .trade-references .reference span 
{
	font-weight:bold;
}

#retailer .retailer-results .item-u dt
{
	font-weight:bold;
}

#solrSearch .resultNav .qty
{
	font-weight:bold;
}

.resultNav .pages .pagnLead, 
.resultNav .pages .pagnCur,
.resultNav .pages .pagnMore
{
	font-weight:bold;
}

#reviewDetails .reviewBody p.author, #reviewDetails .reviewBody p.author em
{
	font-size:12px;	
	font-style:italic;	
}

/* ------------------------------------------------------------------------
 * LiveLeader Chat Application
 ------------------------------------------------------------------------ */

._liveleader 
{
   width:200px !important;
} 

.blue_bl {background: url(../images/blue_bl.jpg) 0 100% no-repeat}
.blue_br {background: url(../images/blue_br.jpg) 100% 100% no-repeat}
.blue_tl {background: url(../images/blue_tl.jpg) 0 0 no-repeat;}
.blue_tr {background: url(../images/blue_tr.jpg) 100% 0 no-repeat; padding:10px} 
.blue_b {background: url(../images/white_dot.jpg) 0 100% repeat-x;}
.blue_l {background: url(../images/white_dot.jpg) 0 0 repeat-y}
.blue_r {background: url(../images/white_dot.jpg) 100% 0 repeat-y} 
.blue_t {background: url(../images/white_dot.jpg) 0 0 repeat-x; width:15em; }