/* RESET */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: left;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
/* RESET */


html, body {
	height: 100%;
}

body {
	background-color: rgb(255, 255, 255);
	font: 10pt/13pt Tahoma, Arial, sans-serif;
	color: rgb(0, 0, 0);
	text-decoration: none;
}

p.txtAction {
	text-align: justify;
	padding-bottom: 6px;
	text-indent: 1.1cm;
}

.container {
	min-height: 100%;
	width: 766px;
	margin: auto auto;	
}

html .container {
	height: 100%;
}

.container a {
	color: rgb(107, 107, 107);
	text-decoration: none;
}

.container a:hover {
	color: rgb(194, 26, 26);
	text-decoration: underline;
}

b { font-weight: bold; color: rgb(107, 107, 107); }
strong { font-weight: bold; color: rgb(107, 107, 107); }

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
}

p {
	margin: 0 0 5px 0;
}

ul {
	margin: 0 0 5px 15px;
}

li {
	margin: 0 0 3px 0;
}

i { font-style: italic; }












/* LAST.FM */
/* .horizontalOptions - used in charts/search/... toggle */

.horizontalOptions {
    display: block;
    /*margin: 0 0 15px 0;*/
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    line-height: normal;
    height: 19px;
}

.horizontalOptions ul {
    overflow: hidden;
    margin-bottom: -1px;
}

.loading .horizontalOptions ul {
    background: url(./images/spinner_small.gif) 99% top no-repeat;
}

.horizontalOptions ul li {
    float: left;
    margin: 0 5px 0 0;
    list-style: none;
}

.horizontalOptions ul li a,
.horizontalOptions ul li span,
.horizontalOptions ul li strong {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 3px 0 0;
    padding: 0 2px 0 5px;
}
.horizontalOptions ul li a {
    color: #0187c5;
    text-decoration: none;
}
.horizontalOptions ul li a span,
.horizontalOptions ul li a strong {
    float: none;
    margin: 0;
    padding: 0;
}

.horizontalOptions ul li.current {
    background: url(./images/tab_mini_right.png) no-repeat right top;
    overflow: vivsble;
    position: relative;
    top: 1px! important;
}

.horizontalOptions ul li.current a {
    background: url(./images/tab_mini_left.png) no-repeat left top;
    color: rgb(108, 108, 108);
    text-decoration: none;
}

.horizontalOptions ul li a:hover {
    text-decoration: underline;
}

.horizontalOptions ul li.current a:hover {
    text-decoration: none;
}




/* colors */
.colMainDark	{ color: rgb(108, 108, 108); }
.colMain		{ color: rgb(192, 192, 192); }
.colMainLight	{ color: rgb(228, 228, 228); }

.colBgMainDark	{ background-color: rgb(108, 108, 108); }
.colBgMain		{ background-color: rgb(192, 192, 192); }
.colBgMainLight	{ background-color: rgb(228, 228, 228); }

.asterisk { color: rgb(192, 10, 20); }
.error { color: rgb(192, 10, 20); }

/* interactive */
input, select, textarea { border: 1px solid rgb(192, 192, 192); }
/*input:focus, select:focus, textarea:focus { : 1px solid rgb(192, 192, 192); background-color: rgb(248, 248, 248); }*/
/* */

/* Pagination */
.pagination { clear: both; float: left; width: 100%; background-color: rgb(243, 243, 243); height: 1.6em; line-height: 1.6em; margin: 10px 0 10px 0; }
.pagination .top	{ border-bottom: 1px solid rgb(228, 228, 228); }
.pagination .btm	{ border-top: 1px solid rgb(228, 228, 228); }
.pagination .page	{ line-height: 1.4em; float: left; color: rgb(255, 255, 255); background-color: rgb(208, 208, 208); border: 1px solid rgb(192, 192, 192); text-decoration: none; margin: 0 7px 0 0; padding: 0 3px 0 3px; }
.pagination .page:hover	{ color: rgb(255, 255, 255); background-color: rgb(228, 228, 228); border: 1px solid rgb(192, 192, 192); text-decoration: none; margin: 0 7px 0 0; padding: 0 3px 0 3px; }
.pagination .curr	{ font-weight: bold; background-color: rgb(108, 108, 108); }
.pagination .first	{  }
.pagination .prev	{  }
.pagination .next	{  }
.pagination .last	{  }
/* */

/* JavaScript */
.hidden { display: none; }
/* */

.horToolbar		{ height: 16px; line-height: 16px; margin: 0 0 10px 0; border-bottom: 1px solid black; }
.horToolbar li	{ float: left; margin: 0 5px 0 0; }

.bag		{ width: 104px; height: 150px; position: absolute; left: 656px; top: 75px; background-image: url(/templates/catalog-grey_minimalistic/images/bag.png); }
.bag-big	{ width: 170px; height: 245px; position: absolute; left: 594px; top: 75px; background-image: url(/templates/catalog-grey_minimalistic/images/bag-big.png); }

#postscriptum {}
#postscriptum a {
	color: rgb(194, 26, 26);
	text-decoration: underline;
}

#postscriptum a:hover {
	color: rgb(255, 0, 0);
	text-decoration: none;
}

#footer, .index_event_info, .event_info {
		font: 8pt/10pt Tahoma, Arial, sans-serif;
}

.index_event_text {
		width: 137px; 
		heeight: 64px; 
		overflow: hidden; 
		margin: 7px 0 0 0;
		font: 9pt/10pt Tahoma, Arial, sans-serif;
}

.index_event_note {
		font: 8pt/8pt Tahoma, Arial, sans-serif;
}

.alphabet {
		font: 8pt/12pt Tahoma, Arial, sans-serif;
		font-weight: bold;
}

#topLogin {
		font: 8pt/11.5pt Verdana, Tahoma, Arial, sans-serif;
		padding-left: 10px;
}
#leftMenu {
	font: 10pt/12pt Verdana, Tahoma, Arial, sans-serif;
	foont-weight: bold;
}
#leftMenu a {
	color: #0187C5;
}

#topShortAbout{
	font: 8pt/10pt Tahoma, Arial, sans-serif;
	width: 330px; 
	height: 75px;
}

.newsBlockIndex { margin:0; }
.newsBlockIndex span {
		font-weight: bold;
}


.newsBlockIndexText {
	padding-right: 10px;
	padding-bottom: 5px;
}

.newsBlockIndexTextSep {
	border-top: 1px dashed silver;
	boorder-top: 3px double silver;
	padding-top: 5px;
}

.newsBlockIndexText a, .newsBlockIndexTextSep a {
		color: #435E7B;
}

.categoryTitle {
	margin-top: 20px;
}

.categoryTitle a {
	font-weight: bold; 
 	text-decoration: underline; 
 	color: rgb(0, 0, 0);
}

.actionTypeCaption  {
	padding-left: 15px; 
	float: left; 
	width: 85px; 
	height: 20px; 
	line-height: 20px; 
	vertical-align: middle;
	text-transform: uppercase;
}

/* Navigation bar */
.navbar 			{ font-weight: bold; clear: both; float: left; width: 100%; background-color: rgb(243, 243, 255); height: 1.6em; line-height: 1.6em; margin: 10px 0 10px 0; }
.navbar .link		{ line-height: 1.4em; float: left; color: #435E7B; background-color: #f0f0f0; border: 1px solid rgb(192, 192, 192); text-decoration: underline; margin: 0 7px 0 0; padding: 0 3px 0 3px; }
.navbar .link:hover	{ color: #435E7B; background-color: #f0f0f0; border: 1px solid rgb(192, 192, 192); text-decoration: none; margin: 0 7px 0 0; padding: 0 3px 0 3px; }
.navbar .curr		{ background-color: #e0e0e0; text-decoration: none; cursor: default; }

.alsoIntresting{
	width: 100%;

}    
.alsoIntresting th{
	font-weight: bold;
	color: maroon;
	padding-bottom: 10px;
	
}    

.alsoIntresting dd.caption{
	font-weight: bold;
	color: #0187C5;
	color: #446081;
	
}    

.alsoIntresting dd.href{
	padding: 5px;
}    


.alsoIntresting dd.text{
	padding-left: 15px;
	padding-right: 5px;
}    

.alsoIntresting a:hover {
	color:#FF0000;
	text-decoration:none;
}

.alsoIntresting a {
	color:#0187C5;
	text-decoration:underline;
}
