body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:0;
	margin:0;
	color:#4f4f4f;
	background: #fff;
}
/*** links ***/
a:link
{
	color: #0e76bc;
	text-decoration: underline;
}
a:visited
{
	color: #0e76bc;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #4f4f4f;
}
a.more
{
	float: right;
	background: url('./img/link_arrow.gif') right 11px no-repeat;
	padding: 5px 10px 20px 0;
	display: block;
}
a.order_link
{
	float: right;
	background: url('./img/cart.gif') right no-repeat;
	padding: 5px 25px 5px 0;
	
}
a.order_link2
{
	background: url('./img/cart.gif') right no-repeat;
	padding: 10px 25px 10px 0;
	display: block;
	width: 90px;
}


/*** text elements ***/
ul
{
	list-style: none;
	padding: 0;
	
}
ol
{
	padding: 0;
	margin: 10px 0 10px 0px;
}
ol li
{
	background: none;
	padding: 0;
}
li
{
	background: url('./img/list_icon.gif') no-repeat left 5px;
	padding: 0 0 0 20px;
	margin: 0 0 4px 0;
}
p
{
	margin: 5px 0;
	line-height: 16px;
}
strong
{
	color: #343434;
}
/*** tables ***/
table
{
	
	text-align: left;
	border-collapse: collapse;
	margin: 15px 0;
}
th
{
	color: #0e76bc;	
	padding: 3px 5px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #e6e6e6;
	height: 30px;
}
td
{
	padding: 0px 5px;
	border: 1px solid #e6e6e6;
	height: 24px;
}
td.recap
{
	font-weight: bold;
}
td.cart
{
  border-bottom: 1px solid #000;
  font-size: 12px;
}
tr.color
{
	background: #eaf4ff;
}
tbody tr:hover
{
  background: #cecece;
}
caption
{
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
	padding-left: 6px;
}
/*** headings ***/
h1,h2,h3,h4
{
	font-weight:normal;
	color: #0e76bc;
}
h1
{
	margin-top:5px;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 17px;
	*line-height: 19px;
}
h1 strong
{
	font-weight: normal;
	font-size: 14px;
	color: #4f4f4f;
}
h2
{
	margin:15px 0 5px 0;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 14px;
	*line-height: 16px;
}
h2 strong
{
	font-weight: normal;
	font-size: 11px;
	color: #4f4f4f;
}
h3
{
	font-size:14px;
	margin:0;
	
}
h4
{
	font-size:12px;
	margin:0;
	font-weight: bold;
	color: #000;
}

/*** other marks ***/
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: 5px 0 0 0;
}
.list_autor
{
	
	margin-bottom: 1em;
	font-size: 0.9em;
	
	
	padding: 0 5px;
}
.annotation_list
{
	margin-top:1em;
}
.autor
{
	
	margin: 0;
	font-size: 0.9em;
	padding: 0 0 3px 0;
}
.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 {
     height: 2px; 
     color: #eaeaea; 
     background-color: #eaeaea; 
     border: 0px solid #eaeaea;
     clear:both;
     margin:0 0 5px 0;
}
img
{
	padding: 0px;
	border: 1px solid #dbdbdb;
}

/*** paragraph styles ***/
p.left
{
	text-align:left;
}
p.center
{
	text-align:center;
}
p.right
{
	text-align:right;
}
/*** messages styles ***/
ul#warning, ul#message
{
	margin: 5px 40px;
	color: #000;
	font-weight: bold;
}
ul#warning
{
	border: 1px solid #d57157;
}
ul#message
{
	border: 1px solid #5bc143;
}
ul#warning li, ul#message li
{
	padding: 0px 10px 0px 30px;
	margin: 5px 10px;
	background: none;
}
ul#warning li
{
	background: url('./img/icons/cross.png') no-repeat left center;
}
ul#message li
{
	background: url('./img/icons/tick.png') no-repeat left center;
}
/*** text color ***/
span.grey
{
	color: #7c7c7c;
}
span.red
{
	color: #ff0000;
}
span.blue
{
	color: #0e76bc;
}
span.brown
{
	color: #6f4141;
}
/***other***/
div.cleaner
{
	clear:both;
	height:0px;
	overflow: hidden;
}
/*** eshop hp ***/
p.eshop_cat
{
	float: left;
	width: 185px;
	padding: 5px 4px 5px 6px;
	margin: 0 8px 15px 0;
	line-height: 20px;
	color: #0e76bc;
	font-weight: bold;
	font-size: 14px;
	display: inline;
	border: 1px solid #ababab;
}
p.eshop_cat img
{
	margin-top: 5px;
}


