body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#848484;
}
/*** links ***/
a:link
{
	color: #b01b2e;
}
a:visited
{
	color: #444;
}
a:hover, a:active
{
	color: #b01b2e;
	text-decoration:none;
}

/*** text elements ***/
p, ul
{
	margin:1em 0;
}
ul, ol
{
	padding-left:20px;
}
/*** tables ***/
table
{
	border-spacing:0;
	border-collapse:collapse;
	border-color: #8d8d8d;
}
td,th
{
	padding:0 5px;
}
th
{
	background: #7dc640;
	color:#000;
	text-align:left;
}
tbody th
{
	background: #e8f7dc;
	color: #343434;
}
caption
{
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
	padding-left: 6px;
}

a.cat_product
{
	float:left;
	display:inline;
	width:184px;
	overflow:hidden;
	text-align:center;
	height:273px;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px solid #d6d7d9;
	margin-bottom:30px;
}
a.cat_product img
{
	width:150px; 
	height:240px; 
	padding:3px;
	margin-bottom:3px;
	border: 1px solid #d6d7d9;
}
a.cat_product:link, a.cat_product:visited
{
	color: #929899;	
}
a.cat_product:hover, a.cat_product:acitve
{
	color: #b01b2e;
}
a.cat_product:hover img, a.cat_product:active img
{
	border: 1px solid #929899;
}
/*** headings ***/
h1
{
	color:#b01b2e;
	font-size: 2.5em;
	font-weight:normal;
	margin:0;
	padding:20px 0 0 10px;
}

h2, h3, h4, h5, h6
{
	
	color:#b01b2e;
	margin:2em 0 1em 0;
}
h2
{
	font-size: 1.4em;
	margin:0 10px;
}
h3
{
	font-size: 1.1em;
}
/*** other marks ***/
fieldset
{
	border:none;
	margin:0;
	padding:0 20px;
}
label
{
	cursor:pointer;
}
cite
{
	padding-left:25px;
	border-right: 1px solid #8d8d8d;
	font-style: italic;
	display:block;
	background: url('./img/quote.png') no-repeat left top;
}
code
{
	font-family: monospace;
	border: 1px solid #8d8d8d;
	background: #e8f7dc;
	display:block;
	padding: 0 5px;
	white-space: nowrap;
	overflow: scroll;
}
abbr
{
	border-bottom: 1px dashed #8d8d8d;
	cursor:help;
}
samp
{
	background: #e8f7dc;
}
/*** cms styles ***/
.annotation
{
	padding: 1px 15px 0 15px;
	border-bottom: 1px solid #8d8d8d;
	font-style:italic;
	font-size:0.9em;
	background: #e8f7dc;
	margin-top: 20px;
}
.list_autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.8em;
	background: #e8f7dc;
	margin-top: -1em;
	padding: 0 5px;
}
.annotation_list
{
	margin-top:-1em;
}
.autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	background: #e8f7dc;
	padding: 3px 15px;
}
.autor span, .list_autor span
{
	float: right;
}
.listing
{
	font-size: 0.8em;
}

/*** image styles ***/
img.left
{
	float: left;
	margin: 0 10px 10px 0;
}
img.right
{
	float: right;
	margin: 0 0 10px 10px;
}
hr
{
	width:100%;
}
img 
{
	border:none;
}
/*** paragraph styles ***/
p.left
{
	text-align:left;
}
p.center
{
	text-align:center;
}
p.right
{
	text-align:right;
}
/*** messages styles ***/
ul#message li, ul#warning li
{
	list-style:none;
	padding-left:25px;
}
ul#message li
{
	background: url('./img/icons/tick.png') no-repeat left center;
}
ul#warning li
{
	background: url('./img/icons/cross.png') no-repeat left center;
}

