/* latinamerica.murray site 
 * Print Style Sheet 
 *
 */

body {
  background: white;
  font: normal 12px Tahoma, verdana, san-serif;
}

#language, #view_box, #nav_container, #logo a h1, #breadcrumb,
#footer ul, #utility object, #utility embed, #right_side_sec,
.catalogs {
  display: none;
}

#header {
  border-bottom: 1px solid gray;
}

#logo a img { border: 0; margin: 1em 0; }

a {
  text-decoration: underline;
  font: bold 11px Tahoma, verdana, san-serif;
  color: #b20838;
	background: transparent;
}

p { line-height: 1.5em; }

/*
#container a:link:after, #container a:visited:after {
   content: " (http://www.murray.com.br" attr(href) ") ";
}
*/

#container {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

#side_sec, #side_index { width: 33%; float: left; }
#main_sec, #main_index, #main_full_white { width: 66%; float: right; }

div.category { float: left; }
div.category a { display: block; width: 160px; }

table.list-table {
  font-size: 11px;
  background: #fff;
  border: 1px solid gray;
  border-collapse: collapse;
}
table.list-table thead tr, table.list-table tr th {
  border: 1px solid gray;
}
table.list-table thead th { background: #eee; border-width: 0 0 1px 0; }
table.list-table tr td, table.list-table tr th { line-height: 1.5em; padding: 4px; }
table.list-table tr th { text-align: left; background: #eee; }
table.list-table tr td { border-bottom: 1px solid gray; vertical-align: top; }
table.list-table tr.odd { background: #eee; }
table.list-table tr.subtitle td { 
  font-size: 14px !important;
  line-height: 2em;
  padding-top: 20px;
  background-color: #fff;
  font-weight: bold;
  border-bottom: 3px solid gray;
  background: #eee;
}

#products table.list-table { width: 99%; }
#products table.list-table tr th { text-transform: uppercase; font-size: 9px; }
#products table.list-table tr td img.frame { width: 75px; height: 75px; }
#products table.list-table tr td img { vertical-align: middle; }
#products table.list-table input { width: auto !important; border: 0 !important; }

.date {
	width: 20%;
	position: relative;
	float: left;
	text-align: center;
	font: bold 10px/14px Tahoma, verdana, san-serif;
  text-transform: capitalize;
}	

.date span {
	font: normal 10px/14px Tahoma, verdana, san-serif;
}

.abstract {
	float: left;
	width: 75%;
	padding-bottom: 1.5em;
}

.abstract h1, .abstract h2, .abstract h3, 
.abstract h4, .abstract h5, .abstract h6 { margin: 0; }

.left {
	float:left;
}

.right { 
	float:right;
}

.photo {
	margin:5px 10px 8px 0;
	border:1px solid #E5E5E5;
}

a.white {
 	color:#fff;
}

.frame {
	border: 7px solid gray;
}

.highlight { margin-bottom: 1em; }
.highlight .frame { margin-right: 1em; }

sup {
	font-size:small;
}
	
.spacer {
  clear: both; 
  height:1px;
  margin-bottom:-1px;
  display:block;
  font-size:1px;
  line-height:1px;
}

#utility {
  margin-top: 2em;
  clear: both;
  border-top: 1px solid gray;
}

.center{ text-align: center; }

