/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
 * 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
 * drupal6-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 drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
  body
  {
    margin: 0;
    padding: 10px;
    background-color: #000000;
  }
  a{
	outline: none;	
  }
  #page
  {
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

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

  #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
  {
  }

  #main-inner
  {
	padding-top: 15px;
  }

/** content **/
  #content
  {

}

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #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 */
    margin-bottom: 15px;
  }

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

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

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

  .pager,
  .item-list .pager  /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 0;
    text-align: center;
    background-color: #000000;
	border: 1px solid #2E2E2E;
	padding: 9px;
	color: #CC0000;
  }

	.pager a,
	.item-list .pager a{
		text-decoration: none;
		color: white;
	}
	
	.pager a:hover,
	.item-list .pager a:hover{
		text-decoration: none;
		color: #CC0000;
	}
	
	
	
	
  .pager a, .pager strong.pager-current
  {
    /*padding: 0.5em;*/
    text-decoration: none;
  }

  .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-color: black;
	  position: relative;
  }

  #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 */
  {
  }
  
  #primary li
  {
	line-height: 40px;
  }

  #primary li a
  {
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
  }
  
  #primary li a:hover
  {
	text-decoration: underline;
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
	border-left: 1px dotted #515151;
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
	background-color: #C42126;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*height: 60px;*/
  }
 
  #footer-inner
  {
  }

  #footer-inner a
  {
	color: white;
	text-decoration: none;
  }
  
  #footer-inner a:hover
  {
	text-decoration: underline;
  }
  
  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
	float: left;
	padding-left: 20px;
	padding-top: 12px;
  }
  
  #footer-credits {
	padding-right: 20px;
	padding-top: 12px;
	float:  right;
  }
  
   #footer-links{
	height: 40px;

  }
   #footer-links-inner{
	padding-top: 13px;
	text-align: center;
  }
  
   #footer-links-inner a{
	color: #555555;
	text-decoration: none;
  }
  
    #footer-links-inner a:hover{
	color: white;
	text-decoration: none;
  }


  
 


/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
	/*border: 1px solid #333333;*/
  }
  
  #closure-blocks .content 
  {
	text-align: center;
  }

/** 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 .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 div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
	
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
	clear: both !important;
    display: block !important;
  }

  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 the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last 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-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .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 .user-signature /* The user's signature */
  {
  }

  .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 */
  {
	color: #CC0000;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

  .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 /* 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: white;
  }


/** 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
   * 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;
  }
  
  
/* OVERRDES */  



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

tr.even, tr.odd {
	background: none;
}

td.active {
	background-color: #1c1c1c;
}

table.dBug_object td{
	color: black !important;
}
table.views-entry {
	background: none;
}
.views-row-odd,
.views-row-even {
	margin-bottom: 15px;
}

#views-ajax-title,
#views-ajax-pad .form-buttons,
#views-ajax-pad .message  {
	/*background-color: black;*/
	
}

.views-edit-view select {
	color: black;
}
/* ADMIN MENU ---------------------------------------------------- */

#admin-menu li {
	font-size: 12px;
	line-height: 16px;
}

/* CONTENT  ---------------------------------------------------- */


#main-bg-top,
#main-bg-bottom {
	vertical-align: top ;
}
#main-bg-top {
	background: #1a1a1a url(images/background_main_top.png) no-repeat 0 0px;	
}

.home #main-bg-top {
	
	background: #191919 url(images/background_main_home.png) no-repeat 0 bottom;
}


#sidebar-right .content {
	/*border: 1px solid green;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCCCCC;
}

#sidebar-right h2.title {
	color:  #CC0000;	
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px dotted #515151;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


#sidebar-right .block {
	/*border-top: 1px dotted #515151;*/
}


#sidebar-right .block.region-count-1 {
	border-top: none;
}
#sidebar-right .block.region-count-1 h2.title { 
	margin-top: 0px;
}

#regions-home {
	/*border: 1px solid green;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.region-home {
	width: 222px;
	/*height: 440px;*/
	float: left;
	/*border: 1px solid purple;*/
	margin-right: 15px;
	border-right: 1px dotted #515151;
	color: #CCCCCC;
}
.region-right {
	margin-right: 0px;
	border-right: none;
}

#regions-home h2.title{
	color:  white;	
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dotted #515151;
	margin-bottom: 10px;
}

#regions-home .views-field-created {
	color: #C42126;	
}
#regions-home .views-field-title a{
	color: white;	
	font-weight: bold;
	text-decoration: none;
}
#regions-home .views-field-title a:hover{
	text-decoration: underline;
}

#regions-home .views-row-odd,
#regions-home .views-row-even {
	border-bottom: 1px dotted #515151;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#regions-home .views-row-last {
	border-bottom: none;
	padding-bottom: 0px;
}

#regions-home .views-field-tid {
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 11px;
}
#regions-home .views-field-tid a {
	color: #FFFFFF;
	text-decoration: none;
}
#regions-home .views-field-tid a:hover {
	text-decoration: underline;
}

.region-home .region-inner{
	margin-right: 15px;
}

#sidebar-right .imagecache-home_small,
.region-home .imagecache-home_small{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}


#content-area .links {
	
}

#video-cck-youtube-flash-wrapper-1{
	border: 3px solid #4d4d4d;
	width: 425px;
	height: 350px;
}

.field-field-gallery .field-label {
	margin-bottom: 10px;
}

.field-field-gallery .field-item {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

.field-field-gallery .field-item a img{
	border: 3px solid #4d4d4d;
	margin-right: 10px;
	margin-bottom: 10px;
}

.field-field-prodotti-correlati {
	clear: both;
	margin-bottom: 15px;
}

.service-links {
	margin-bottom: 10px;
	margin-top: 10px;
}

.service-links a{
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}
.service-links .service-label {
	font-weight: bold;
}


.section-blog .node,
#content-area .view .node {
	margin-bottom: 15px;
	border-bottom: 1px dotted #515151;
	padding-bottom: 15px;
}

.view-primo-piano .views-field-title {
	margin-bottom: 10px;
}
.view-primo-piano .views-field-title a{
	color:white;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 15px;
	font-weight: bold;
}


.view-primo-piano .views-field-body,
.view-primo-piano .views-field-field-sinossi-value {
	color: #CCCCCC;

}

#content-area td {
	vertical-align: top;
	/*padding-bottom: 30px;*/
}

.views-exposed-widget label {
	margin-bottom: 5px;
	display: block;
}
.views-exposed-widget .form-submit {
	margin-top: 25px;
}

.views-exposed-form {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #2E2E2E;
}

/* PRODUCTS  ---------------------------------------------------- */
.product-block-info {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cccccc;
	line-height: 20px;
}
.product-block-info h2{
	font-weight: normal;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:  #CC0000;
	border-bottom: 1px dotted #515151;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

#product-info {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#product-other-info {
	float: left;
	color: #cccccc;
	line-height: 18px;
}

#product-image {
	float: left;
	width: 180px;
	/*border: 1px solid red;*/
}
#product-titles {
	float: left;
	width: 460px;
	/*border: 1px solid green;*/
	height: 140px;
}
#product-titles h1 {
	font-size: 32px;
	font-weight: normal;
	color: #cc0000;
	margin-bottom: 10px;
	display: inline;
	padding-right: 10px;
}

#product-author {
	color: #CCCCCC;
	font-size: 20px;
	font-style: italic;
}
#product-subtitle {
	color: #CCCCCC;
	font-size: 20px;
	line-height: normal;
}
#product-sublinks {
	float: right;
	width: 100px;
	line-height: 22px;
	
}
#product-sublinks a {
	color: white;
	text-decoration: none;
	padding-left: 15px;
	background: url(images/bullet_arrow_small.png) no-repeat;
}
#product-sublinks a:hover {
	text-decoration: underline;
}
#product-cart-block {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	background-color: black;
	color: #C42126;
	font-size: 14px;
	border: 1px solid #2E2E2E;
	padding: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#product-cart-block a{
	color: white;
	font-size: 14px;
	text-decoration: none;
	padding-left: 15px;
}
#product-cart-block a:hover{
	text-decoration: underline;
}
#product-price {
	float: left;
	width: 200px;
}

#product-cart-links {
	float: right;
	width: 450px;
	text-align: right;
}

#product-cart-links a{
	display: block;
	float: right;
}

#product-gallery .display-price,
#product-gallery .model,
#product-gallery .sell-price,
#product-gallery .add-to-cart,
#product-gallery .field-label {
	display: none;
}
.product-embed-view p {
	margin: 0px;	
}
.product-embed-view .views-field-created,
#sidebar-right .views-field-created{
	font-weight: normal;
	color: #C42126;
}

.product-embed-view .views-field-title a,
#sidebar-right .views-field-title a{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.product-embed-view .views-field-title a:hover,
#sidebar-right .views-field-title a:hover{
	color: #C42126;
}

#sidebar-right .views-field-tid a{
	color: white;
	font-size: 11px;
	text-decoration: none;
}

#sidebar-right .views-field-tid a:hover{
	text-decoration: underline;
}

.product-embed-view .views-field-title a:hover{
	/*text-decoration: underline;*/
}

.product-embed-view .views-field-body{
	font-weight: normal;
	color: #CCCCCC;
}
/* CATALOGO  ---------------------------------------------------- */
.view-products td,
.view-taxonomy-term td {
	/*height: 310px;*/
	vertical-align: top;
	padding-bottom: 40px;
}

.view-products tr.row-last td,
.view-taxonomy-term tr.row-last td{
	padding-bottom: 0px;
}
.view-products td div,
.view-taxonomy-term td div {
	text-align: center;
}

.view-products .views-field-field-immagine-fid,
.view-products .views-field-title,
.view-products .views-field-field-autore-regista-nid,
.view-taxonomy-term .views-field-field-immagine-fid,
.view-taxonomy-term .views-field-title,
.view-taxonomy-term .views-field-field-autore-regista-nid,
.view-taxonomy-term .views-field-tid

{
	width: 130px;
	margin-right: auto;
	margin-left: auto;
}

.view-products .views-field-field-immagine-fid{
	height: 185px;
	overflow: hidden;
}

.view-products .views-field-title
{
	padding-top: 5px;	
}

.view-taxonomy-term .views-field-tid {
	background-color: #CC0000;
	padding: 2px;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 5px;
	width: 126px;
}

.view-products .views-field-title a,
.view-taxonomy-term .views-field-title a{
	font-size: 16px;
	text-decoration: none;
}

.view-products .views-field-title a:hover,
.view-taxonomy-term .views-field-title a:hover
{
	/*text-decoration: underline;*/
	color: white;
}

.view-products .field-content,
.view-taxonomy-term .field-content{
	width: 130px;
	display: block;
}

.view-articoli-per-categoria-catalogo p {
	margin: 0px;
}
.view-articoli-per-categoria-catalogo {
	padding-bottom:10px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
}

/* CATALOG SEARCH BOX ---------------------------------------------------- */  

#catalog-search-box {
	background-color: #000000;
	border: 1px solid #2E2E2E;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 13px;
}

#catalog-search-box .title {
	color: #C42126;
	font-size: 14px;
	font-weight: normal;
	
}

#catalog-search-box .input-text {
	width: 440px;
}

#catalog-search-box .alpha-pager {
	margin-top: 10px;
}
#catalog-search-box .alpha-pager {
	margin-top: 10px;
}
#catalog-search-box .alpha-pager a{
	font-size: 14px;
	color: white;
	text-decoration: none;
	padding-right: 8px;
}
#catalog-search-box .alpha-pager a:hover{
	text-decoration: underline;
}


/* CART BUTTONS AND FORMS  ---------------------------------------------------- */

table.order-review-table{
	width: 100%;
	line-height: 30px;	
}

table.order-review-table .pane-title-row{
	background-color: #C42126
}

table.order-review-table .review-button-row{
	background-color: #1A1A1A;
	padding: 0px;
	margin: 0px;
}


#cart-form-pane {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;	
}
#product-cart-links .node-add-to-cart
{
	color: white;
	float:  right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border: none;
	padding-right: 15px;
	border-right: 1px dotted #515151;
	padding-left: 25px;
	background: url(images/bullet_plus.png) no-repeat;
}
#product-cart-links .node-add-to-cart:hover {
	text-decoration: underline;
}


#cart-form-products,
#cart-form-buttons {
	border: none;
}
/*
#cart-form-buttons input {
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}



#cart-form-buttons input:hover {
	text-decoration: underline;
}
*/

/* SLIDESHOW HOMEPAGE  ---------------------------------------------------- */
#slideshow-homepage {
	/*border: 1px solid green;*/
	height: 345px;
	background: url(images/background_slideshow.png) no-repeat 0 top;
	overflow: hidden;
}



#display {
	display: none;
    clear: both;
    width: auto;
    height: 250px;
    overflow: scroll;
    border: 1px solid #666;
    background-color: #fcfcfc;
    padding: 10px;
}


/* BLOCCO TAGCLOUDS */

#block-block-1 a{
	text-decoration: none;
	color: white;
	padding-right: 4px;
}


.service-links .service-label {
	padding-bottom: 10px;
}
.service-links a {
	text-decoration: none;
}

#attachments table {
	width: 20%;
}

#attachments th {
	display: none;
}

/* LASH HEADER */

#page #header .swftools-swf{
	height: 230px;
	background-color: black;
}

#page #homeFlashHeader{
	height: 570px;
	background-color: black;
}

/* UBERCART OVERRIDES */

.uc-orders-table tr.odd:hover, .uc-orders-table tr.even:hover {
  background-color: #333;
}
.summaryOnclick-processed:hover {
background-color:#333;
}
.order-pane-table thead th {
	background-color: #333;	
}


/* banners */
#banner-footer {
	background-color: #222222;
}
#banner-footer-inner {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
	padding-bottom: 6px;
}

#banner-footer-inner .block,
#banner-footer-inner .views-row-odd, 
#banner-footer-inner .views-row-even{
	margin-bottom: 0px;
}


.view-blog-ultimi-articoli .view-footer{
	text-align: right;
}


/* */ 
table.dBug_array td,
table.dBug_array tr,
.dBug_array{
	color: black !important;
}


/* DISCOUNT */
.sconto-terms{
	display: block;
	float: left;
	color: #ffffff;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px dotted #515151;
	
}

#product-price .product-info{
	float: left;
}


.section-category .feed-icons{
	display: none;
}

/* tag cloud */
div.tagadelic a.tagadelic,
#block-tagadelic-4 a.tagadelic{
	color: white;
	text-decoration: none;
}

div.tagadelic a.tagadelic:hover,
#block-tagadelic-4 a.tagadelic:hover{
	color: #CC0000;
}
