/* $Id: print.css,v 1.1.2.1 2009/02/13 06:40:02 johnalbin Exp $ */
.view-header
{
	display: none;
}
/* underline all links */
  a:link, a:visited
  {
    text-decoration: underline !important;
  }

  /* Don't underline header */
  #site-name a:link,
  #site-name a:visited
  {
    text-decoration: none !important;
  }

/* CSS2 selector to add visible href after links */
  #content a:link:after,
  #content a:visited:after
  {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: normal;
  }

/* Un-float the content */
  #content,
  #content-inner
  {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

/* Turn off any background colors or images */
  body,
  #page, #page-inner,
  #main, #main-inner,
  #content, #content-inner
  {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

/* Hide sidebars and nav elements */
  #skip-to-nav, #navbar, #sidebar-left, #sidebar-right, #footer,
  .breadcrumb, div.tabs, .links, .taxonomy,
  .book-navigation, .forum-topic-navigation, .pager, .feed-icons
  {
    visibility: hidden;
    display: none;
  }

/* Otherwise, Firefox clips the content after the first page. */
  #page
  {
    
  }
/* CUstom */
/* Seccion catalogo en PDF */
.view-catalogo-productos-pdf ul
{
	list-style: none;
	padding: 0px;
}
.view-catalogo-productos-pdf ul li
{
	clear: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: #EFCFCF 1px solid;
}
.view-catalogo-productos-pdf .views-field-field-image-cache-fid
{
	float: left;
	margin-right: 8px;
}
.view-catalogo-productos-pdf .views-field-model
{
   display: inline;
	font-size: 85%;
	font-style: italic;
}
.view-catalogo-productos-pdf .views-field-title
{
	font-size: 120%;
	color: #A52A2A;
	display: inline;
}
.view-catalogo-productos-pdf .views-field-name
{
	font-size: 90%;
	color: #D67373;
}
.view-catalogo-productos-pdf .views-field-body
{
	font-size: 90%;
	
}
.view-catalogo-productos-pdf .views-field-body p
{
	margin: 0px;
}
.view-catalogo-productos-pdf .views-field-sell-price
{
	font-size: 90%;
	color: Red;
	font-weight: bold;
	margin-left: 20px;
}
.view-catalogo-productos-pdf .views-field-sell-price label
{
	color: Black;
	font-weight: normal;
}
.view-catalogo-productos-pdf input#edit-submit
{
	
}
