.withe{
	padding: 20px 30px 10px 30px;
	background: #FFF;
	color: #666;
	font-size:11px;
	}
.witheG{
	padding: 20px 30px 10px 30px;
	background: #333;
	color: #666;
	font-size:11px;
	}	
/* $Id: html-elements.css,v 1.1.2.2 2009/02/13 19:42:10 johnalbin Exp $ */

/****
 **** HTML ELEMENT STYLING
 ****/
#flashContent{
	position:relative;
	padding:0px;
	margin:0px;
	border:0px;
		}

/** fonts **/
  /*
   * Our font size and line height declarations are based on the following ALA
   * article:
   *   http://www.alistapart.com/articles/howtosizetextincss
   *
   * All modern browsrs use a 16px default font size. Specifying the font-size
   * and line-height in ems (relative to the 16px default font) allows the user
   * to resize the font in the browser and produces the most consistent results
   * across different browsers.
   */
  body
  {
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  }


  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    /* The following font family declarations are based on the Microsoft core
     * web fonts which are common fonts available on most computer systems. The
     * Bitstream Vera fonts are commonly available on Linux systems where the MS
     * fonts are less common.
     *
     * A user's web browser will look at the comma-separated list and will
     * attempt to use each font in turn until it finds one that is available
     * on the user's computer. The final "generic" font (sans-serif or serif)
     * hints at what type of font to use if the web browser doesn't find any
     * of the fonts in the list.

    font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
    font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;

     */

    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  }

  pre, code
  {
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

/** headings **/
  h1
  {
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
    font-size: 36px;
    font-weight: normal;
    color: #999;
  }

  h2
  {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
  }

H3
  {
    font-family: georgia, serif;
    font-weight: normal;
    font-size: 18px;
    margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
  }

H4	{
	display: inline;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
  }


h5, h6
  {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
  }

/** block-level elements **/
  p, ul, ol, dl, pre, table, fieldset, blockquote
  {
    margin: 1em 0;
  }

/** lists **/
  /* standardize list item indentation */
  ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
  }

  .block ul, /* Drupal overrides */
  .item-list ul
  {
    margin: 1em 0;
    padding: 0 0 0 2em;
  }

  ul ul, ul ol,
  ol ol, ol ul,
  .block ul ul, .block ul ol,
  .block ol ol, .block ol ul,
  .item-list ul ul, .item-list ul ol,
  .item-list ol ol, .item-list ol ul
  {
    margin: 0;
  }

  li
  {
    margin: 0;
    padding: 0;
  }

  .item-list ul li /* Drupal override */
  {
    margin: 0;
    padding: 0;
    list-style: inherit;
  }

  ul.menu li, /* Drupal override */
  li.expanded,
  li.collapsed,
  li.leaf
  {
    margin: 0;
    padding: 0;
  }

  ul          { list-style-type: disc; }
  ul ul       { list-style-type: circle; }
  ul ul ul    { list-style-type: square; }
  ul ul ul ul { list-style-type: circle; }
  ol          { list-style-type: decimal; }
  ol ol       { list-style-type: lower-alpha; }
  ol ol ol    { list-style-type: decimal; }

  dt
  {
    margin: 0;
    padding: 0;
  }

  dd
  {
    margin: 0 0 0 2em;
    padding: 0;
  }

/** 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
   */
  a:link
  {
  color: #6386B0;
  text-decoration: none;
  }

  a:visited
  {
    color: #6386B0;
  text-decoration: none;
  }

  a:hover,
  a:focus
  {
  text-decoration: underline;
  }

  a:active
  {
  }

/** tables **/
  /* Override Drupal default CSS */
  table
  {
    border-collapse: collapse;
    /* width: 100%; */ /* Prevent cramped-looking tables */
  }

  th,
  thead th,
  tbody th
  {
    text-align: left;
    padding-right: 0;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }

/** abbreviations **/
  abbr
  {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created
  {
    border: none;
    cursor: auto;
    white-space: normal;
  }

/** images **/
  img
  {
    border: 0;
  }

/** horizontal rules **/
  hr
  {
    height: 1px;
    border: 1px solid #666;
  }

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

  fieldset
  {
    margin: 0;
    padding-left: 2em;
    border: none;
  }


/** body **/
  body
  {
    color: #545454;
    font-size: .8em;
    background: #f0f0f0;
	border:0px
	
  }

  #page
  {
  background: #333;
  border-top: 1px #CCC solid !important;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;

  }


/** header **/



  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }


  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    margin-left: 00px;
    padding-bottom: 0;/* Undo system.css */
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
  }

H1.title	{margin: 0 0 15px 0px;}


  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;
  }

 

  .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 */
  {
  }

  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .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 */
  {
  }

/** navbar **/
  #navbar
  {
  background: #a44747;
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }


  .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 .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

  .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-search-0 /* "Search form" block */
  {
  float: left;
  width: 260px;
  padding-top: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  text-align: right;
  }

#block-search-0 H2	{display: none;}




/** 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 /* Some tables have rows marked even or odd. */
  {
    /* 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 */
  {
  background: #eda565;
  border: 1px solid #7d1e1e;
  color: #7d1e1e;
  }
  
  .form-submit:hover	{cursor: pointer;}

  .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. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

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

  #user-login ul
  {
    margin: 1em 0;
  }

  #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
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }


.front #primary	{display: none;}

.group-images-wine	{
	float: right;
	width: 288px;
	border-left: 1px dotted #999;
	}
.field-field-variety, .field-field-grape-percentage, .field-field-variety DIV, .field-field-grape-percentage DIV, .field-type-flexifield .odd, .field-type-flexifield .even	{display: inline;}


.views-field-field-grape-varieties-item-id DIV	{display: inline;}

TEXTAREA#edit-submitted-comments-question	{width: 50%;}


#content .content	{
	margin: 0 30px;
	}

#navbar A	{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #ffbc6d;
	}

#primary .links LI	{
	padding-left: 7px;
	background: url(/sites/default/files/img/nav_divider.png) 0 8px no-repeat;
	}

#primary .links LI.first	{
	padding-left: 0;
	background: none;
	}

.caption	{
	margin-bottom: 10px;
	font-size: 10px;
	}

#content-area	{margin-left: 30px;}

#footer	{
	background: #616161;
	color: #979797;
	font-size: 11px;
	font-family: Arial, sans-serif;
	}
	
#footer-inner	{
	padding: 15px 30px 20px 30px;
	}



/** HOMEPAGE **/

BODY.page-homepage #page	{
    background: #f0f0f0;
	color: #bababa;
	}


BODY.page-homepage #content .content, BODY.page-homepage #content #content-area	{margin: 0;}





/** Wine detail page **/


#wineLeft	{
	float: left;
	width: 145px;
		background:#FFF

	}
	
.wineLeftInner	{
	padding: 0 20px 0 0;
	}


#wineCenter	{
	float: left;
	width: 500px;
	background:#FFF

	}

.wineCenterInner	{
	padding: 0 25px;
	}

#wineRight	{
	float: left;
	width: 250px;
		background:#FFF

	}

.wineRightInner	{
	padding: 0 0 0 20px;
	}

#description	{
	font-family: georgia, serif;
	font-size: 16px;
	}

.subSection	{margin: 15px 0;}

.subSection H4	{margin-bottom: 3px;}

.subSection P	{display: inline;}

.tastingNote P	{display: block;}

.rating	{
	font-weight: bold;
	color: #af5e5d;
	}

.image-caption {
	margin-bottom: 10px;
	font-size: 10px;
	}

#content-top {text-align: right;}


/** Wine listing page **/

.view-wines .view-filters	{
	float: right;
	width: 180px;
	}

TD.views-field-field-do-nid	{padding-right: 10px;}

.page-wines TABLE.views-table TD	{font-size: 0.8em;}

.view-wines TABLE.views-table	{width: 78%;}
.view-wines TABLE.views-table2	{width: 100%; color:#999 !important;}

TABLE.views-table TH	{border-bottom: 1px solid #000;}
TABLE.views-table2 TH	{border-bottom: 1px solid #666; padding-bottom:2px; margin-bottom:3px;}
TABLE.views-table2 tr	{border-bottom: 1px solid #666; padding-bottom:2px; margin-bottom:3px;}

TABLE.views-table TR.even, TABLE.views-table TR.odd	{background: transparent;}




.blueTX{
	color:#6386B0  !important;
	}
.TxT3{
	font-size:13px !important; color:#999;}

/** Winemaker page  **/


.field-field-winemaker-photo-lrg	{
	float: right;
	width: 421px;
	margin-left: 25px;
	padding-left: 20px;
	border-left: 1px dotted #cecece;
	}

.field-field-winemaker-wines	{
	width: 440px;
	}

.field-field-winemaker-wines .field-label	{
	font-family: georgia;
	font-weight: normal;
	font-size: 18px;
	border-top: 1px dotted #cecece;
	padding-top: 20px;
	}

.field-field-winemaker-wines A	{
	font-weight: bold;
	font-family: arial;
	}

.wmP	{
	font-family:georgia,serif;
	font-size:16px;
	padding: 0px 0px 0px 20px;
	}

.wmPL{
	font-size:13px;}


/** COLA **/

.field-field-cola-pdf .field-item	{
	padding: 5px;
	border-bottom: 1px solid #ddd;
	}

.field-field-cola-pdf .even	{
	background: #f7f7f7;
	}




/** Shelf talker **/

DIV.shelftalker	{
	float: left;
	width: 270px;
	/** height: 310px; **/
	font-family: georgia, serif;
	font-size: 11px;
	}

DIV.shelftalker-inner	{padding: 0 10px;}

DIV.shelftalker-inner P	{margin: 0;}

.field-field-shelf-talker-reviewer	{
	margin-top: 10px;
	font-size: 28px;
	}

DIV.shelftalker .wine	{
	font-size: 21px;
	font-style: italic;
	line-height: 30px;
	}

.field-field-shelf-talker-description	{
	float: left;
	width: 140px;
	margin: 0 0 5px 5px;
	font-size: 11px;
	font-style: italic;
	}

.field-field-shelf-talker-rating	{
	float: left;
	width: 86px;
	margin: 0 0 5px 10px;
	font-size: 65px;
	text-align: center;
	}

.upperBar	{border-top: 40px solid #f1f1f2;}


.field-field-shelf-talker-rating-source	{
	font-size: 11px;
	font-style: italic;
	}

.node-type-shelf-talker #content .content	{margin: 0 10px;}

.field-field-shelf-talker-rating .points	{
	font-size: 10px;
	text-align: center;
	}


TABLE.views-view-grid {width: 100%;}


.oleLogo	{
	clear: left;
	margin: 4px 0 0 0;
	border-top: 1px solid #ddd;
	text-align: center;
	}

.printBtn	{
	text-align: right; 
	margin-right: 120px;
}


.field-field-upload-files	{margin-bottom: 3em;}

.field-field-upload-files DIV.filefield-file	{
	padding: 5px;
	border-bottom: 1px solid #ccc;
	}


/** Simpleviewer Gallery **/

.node-type-imgage-gallery #main {background: #333;}




/** DISTRIBUTOR **/

BODY.page-distributors #page	{
    background: #f0f0f0;
	color: #bababa;
	}

.field-field-city, .field-field-state, .field-field-zip {
	display: inline;
	float: left;
	margin-right: 10px;
	}

.field-field-telephone {clear: left;}

.view-Distributors-category-listing TABLE.views-table	{width: 98%;}


#ListIMG{
	border:0px;
	margin:0px;
	width:100%
		}
#ListIMG tr{
	border:0px;
	}
	
#ListIMG td{
	border:0px;
	font-size:11px;
padding-top:10px;
}
#ListIMG img{
	border: solid 2px #272727;
	margin:2px;
barging-bottom:5px;
}
.BGgrey{
	background:#333;}
.TitGR{
color:#FFFFFF;
font-size:12px;}

.TitSUb{
	font-size:14px;
	font-weight:bold;}
	
	
	#idplate {
	margin-bottom: 0px;
	margin-top: 0px;
}
#idplate .logo {
}
/* SITE TITLE */
#sitetitle {
	margin-bottom: 10px;
	border-bottom: 1px dotted #7f7f7f;
}
#sitetitle h1 {
	background-color:inherit;
	font-size: 20px;
}
/* COLLECTION HEADER */
#collectionHeader {
	margin-bottom: 15px;
}
#collectionHeader h1 {
	font-size: 14px;
}
#collectionHeader p {
	line-height: 16px;
	margin-top: 5px;
}
/* COLLECTION INLINE */
#collectionInline {
	float: left;
	position: relative;
	color:inherit;
	background-color: #b3b3b3;
width: 321px /*2 x CellWidth + 1px Gap*/
;
height: 482px /*3 x CellHeight + 2px Gap*/
;
	overflow: hidden;
}
#collectionInline .padding {
	padding: 15px;
}
#collectionInline h1 {
	background-color:inherit;
	color: #4c4c4c;
	font-size: 14px;
}
#collectionInline p {
	background-color:inherit;
	color: #4c4c4c;
	line-height: 16px;
	margin-top: 5px;
}
/* STYLE SWITCHER */
#styleswitcher {
	float: left;
	margin-bottom: 10px;
	border-right: 1px solid #787878;
}
#styleswitcher img {
	float: left;
	border-left: 1px solid #787878;
	border-bottom: 1px solid #787878;
	width: 12px;
	height: 7px;
}
/* PAGINATION */
.pagination {
	float: right;
	margin-bottom: 10px;
	padding: 0;
}
.pagination ul {
	margin: 0;
	padding: 0;
}
.pagination li {
	float: left;
	list-style: none;
	padding: 5px;
}
.pagination li, .pagination a {
}
.pagination .previous {
	font-weight: bold;
	margin-left: 25px;
}
.pagination .next {
	font-weight: bold;
}
.pagination .readout {
	font-weight: bold;
}
.pagination .current {
	border: solid 1px #7f7f7f;
}
/* QUICK JUMP */
#quickjump {
	float: right;
	margin-bottom: 10px;
	padding: 0;
}
/* CONTACT */
#contact {
	/*float: left;
*/
	margin-bottom: 10px;
	padding: 5px 0;
}
#contact span, #contact a {
}
/* STAGE */
#stage, #stage2, #index {
	float: left;
	position: relative;
	margin: 0;
	background-color:#333;
	width:957px;
}

#stage, #stage2 {
	padding-bottom: 10px;
	background-color:#333;
	padding-top:15px;
}
#stage{
	left:-30px;}

/* PREVIEW FULL */
#previewFull {
	float: left;
	position: relative;
	color:inherit;
	background-color: #191919;
}
#previewFull .padding {
	padding-top: 15px;
}
/* TRANSPORT CONTROLS */
#previewSmall .previewSmallNav {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}
/* PAGINATION */
.previewFullNav ul {
	margin: 0;
	padding: 5px;
}
.previewFullNav li {
	display: inline;
	padding: 10px;
}
/* INDEX - GRID */
.thumbnail {
	float: left;
	position: relative;
	color:inherit;
	background-color: #333;
	width: 158px;
	height: 158px;
	overflow: hidden;
}
.selectedThumbnail, .thumbnail:hover {
	color:inherit;
	background-color: #666;
}
.emptyThumbnail {
	float: left;
	position: relative;
	color:inherit;
	background-color: #949494;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
/* INDEX */
.selected {
	color:inherit;
	background-color: #a1a1a1;
}
.selected:hover {
	color:inherit;
	background-color: #a1a1a1;
}
.selected .alignmentInner img {
	border: solid 3px #333;
	padding: 0;
	margin: 0;
}
.itemNumber {
	z-index: 0;
	position: absolute;
	top: 2px;
	left: 2px;
	background-color:inherit;
	color: #464646;
	font-size: 40px;
	font-weight: bold;
	font-size:28px;
	letter-spacing: -1px;
}
.fullSize {
	position: absolute;
	left: 0;
	bottom: 0;
}
.sendMail {
	position: absolute;
	right: 0;
	bottom: 0;
}
/* INDEX - LIST */
.row {
	position: relative;
	color:inherit;
	background-color:#333;
width: 804px /*5 x CellWidth + 4px Gap*/
;
	height: 160px;
	overflow: hidden;
}
.cellThumbnail {
	float: left;
	position: relative;
	color:inherit;
	background-color: #949494;
	width: 200px;
	height: 100%;
	overflow: hidden;
}
.cellThumbnail:hover {
	color:inherit;
	background-color: #949494;
}
.cellDescription {
	float: left;
	position: relative;
	width: 350px;
	height: 100%;
	overflow: hidden;
}
.cellDescription .padding {
	padding: 10px;
}
.cellDescription h1 {
	background-color:inherit;
	color: #E5E5E5;
	font-size: 14px;
}
.cellDescription p {
	background-color:inherit;
	color: #E5E5E5;
	line-height: 16px;
	margin-top: 5px;
}
.cellMetaData {
	float: left;
	position: relative;
	color:inherit;
	background-color: #9D9D9D;
	width: 250px;
	height: 100%;
	overflow: hidden;
}
.cellMetaDataContainer {
	width: 250px;
}
.cellMetaDataLabel {
	float: left;
	width: 40%;
	text-align: right;
}
.cellMetaDataLabel p {
	background-color:inherit;
	color: #e5e5e5;
	font-size: 10px;
	line-height: 12px;
	padding-right: 3px;
}
.cellMetaDataData {
	float: left;
	width: 60%;
	text-align: left;
}
.cellMetaDataData p, .cellMetaDataData a {
	background-color:inherit;
	color: #E5E5E5;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	padding-left: 3px;
}
/* PROPER ALIGNMENT INSIDE CELLS */
.alignmentOuterGrid {
	z-index: 1;
	position: static;
	text-align: center;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.alignmentOuter {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.alignmentOuter {
	position: static;
	text-align: center;
	display: table;
}

.alignmentMiddle {
	position: static;
	display: table-cell;
	vertical-align: middle;
}

.alignmentInner {
	position: static;
}
.AdjustZIndex {
	position: relative;
}
/* Metadata Formatting */
.previewFullMetadata hr {
	border:0;
	height: 0px;
	margin-left: 10px;
	margin-right: 10px;
}



#detailTitle {
	margin: 10px 0 0 0;
	float:left;
	clear:both;
	text-align: center;
	width: 100%;
}

.detailNav {
	width: 100%;
	float:left;
	clear: both;
	text-align: center;

}

.detailNav ul {
	margin: 10px auto;
	text-align: center;
}

.detailNav ul li {
	display:inline;
	text-align: center;
	list-style: none;
	padding: 5px;
}



#detailImage {
	text-align: center;
	width: 100%;
}

#detailCaption {
	margin: 10px;
	text-align: center;
}


.previewMetadataRow {
	display:block;
	font-size: 11px;
	text-align:center;
	clear:both;
}

.previewMetadataLabel {
	margin-right: 3px;
	display:inline;
	font-size: 11px;
	text-align:right;
	clear:both;
}


.previewMetadataData {
	display:inline;
	font-size: 11px;
	font-weight: bold;
}

.preview {
	border: 1px solid black;
	position: relative;
}

.thumb {
	border: 1px solid black;
	position: relative;
}

.dropShadow {
	background: url(../img/shadow.png) right bottom no-repeat;
	display: block;
	float: left;
	margin: 13px -10px -10px 10px;
	position: relative;
}


.dropShadow:before, .dropShadow:after {
	background: inherit;	
	content: " ";
	display: block;
	height: 10px;
	width: 10px;
}

.dropShadow:before {
	background-position: right top;
	margin: -10px 0 0 auto;
	position: absolute;
	right: 0;
	top: 0;
}

.dropShadow:after {
	background-position: left bottom;
	margin: -13px 0 0 -10px;
}

.dropShadow .inner {
	display: block;
	left: -10px;
	margin: 0;
	overflow: hidden;
	position: relative;
	top: -13px;
}

.borderTopLeft{
	border-left: 1px solid #464646;
	border-top: solid 1px #464646
	}
	
.borderRight{
	border-right: 1px solid #464646}
.borderRightBT{
	border-right: 1px solid #464646;
	border-bottom: 1px solid #464646;
	
	}		
.borderBottom{
	border-top: solid 1px #464646;
	height:0px;
	
	}	
	
#FiltroImg{
	width:500px;
	float:right;
	margin-top:10px;
	text-align:right;
	font-size:12px !important;
	}	
	
	
#CreditsFed{
	width:300px;
	text-align:right;
	float:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	}
	

#CreditsFed  a:active, #CreditsFed  a:hover, #CreditsFed  a:visited, #CreditsFed  a:link{
	color:#FFF !important}

#CataLog{
	width:400;
	float:right;
	text-align:right;
	margin: 0px 0px 10px 10px;
	}
	
#BuscaTabT{
	background:url(../img/bgbuscar.jpg) no-repeat;
	margin-top:5px !important
	}	
	
#edit-search-block-form-1{
	font-size:10px !important;
	height:12px !important;
	background:#ffb763;
	border:0px;
	width:62px;
	padding-left:3px;
	color:#77553c;
	}	
	
.btbuscar{
	background:url(../img/btbuscar.jpg) no-repeat;
	width:15px;
	height:20px;
	border:0px;
	cursor:pointer;
	margin-right:5px;
	
	}		
	
.mensep{
	color:#7e2e2e !important;
	margin-right:10px !important;
	margin-top:2px !important;
}	
.form-select{ width:140px; font-size:12px; background:#CCC; padding:1px 5px}	