big, h1 { font-size : 130%; font-weight : bolder; color : #C9658A }
li { list-style-type: none; }
.bg { background-repeat : repeat-x;}

.categories {
	line-height: 150%;
}
.cancelled {
	text-decoration: line-through;
}
.highlines {
	line-height: 150%;
}

td, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

small, .small {
	font-size: 70%;
}

.title {font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; background: #C9658A; color : #FFF; font-weight: bolder; padding: 3px;
}

.titly {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background: #000; color : #FFF; font-weight: bolder; padding: 3px;
}
a.titly:link 	{ color: #FFF; text-decoration: none;}
a.titly:visited 	{color: #FFF; text-decoration: none;}
a.titly:active 	{color: #FFF; text-decoration: none;}
a.titly:hover 	{color: #C9658A; text-decoration: none;}


.imgco  {margin-right:6px; margin-top:6px; float:left;}

h2  {font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #C9658A;}
h3  {font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #C9658A;}
h4  {font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #C9658A; font-weight: bolder;}a.titly:link 	{ color: #FFF; text-decoration: none;}

.titls {font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; background: #C9658A; color : #FFF; font-weight: bolder; padding:5px 2px 6px 2px; line-height:22px;
}

a.titls:link 	{ color: #FFF; text-decoration: none;}
a.titls:visited 	{color: #FFF; text-decoration: none;}
a.titls:active 	{color: #FFF; text-decoration: none;}
a.titls:hover 	{color: #FFF; text-decoration: underline;}


/* просмотр имиджей */
/* the overlayed element */
.simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333;

	width:230px;
	min-height:200px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(http://www.funkystreet.ru/i/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* some styling for triggers */
	#triggers {
		text-align:left;
	}

	#triggers img {
		cursor:pointer;
		margin:0 5px;
		background-color:#fff;
		border:1px solid #ccc;
		padding:2px;

		-moz-border-radius:4px;
		-webkit-border-radius:4px;

	}



	/* styling for elements inside overlay */
	.details {
		position:absolute;
		top:15px;
		right:15px;
		font-size:11px;
		color:#fff;
		width:150px;
	}

	.details h3 {
		color:#aba;
		font-size:15px;
		margin:0 0 -10px 0;
	}
