/*@font-face {
  font-family: 'FreeSet Book';
  src: local('FreeSet Book'),url("../font/FreeSet_Book.otf");
}

@font-face {
  font-family: 'TruthCYR Light';
  src: local('TruthCYR Light'), url("../font/TruthCYR_Light.otf");
}*/

/*
@font-face {
  font-family: 'FreeSet DemiBold';
  src: local('FreeSet DemiBold'),url("../font/FreeSet_Demibold.otf");
}
*/
/*
@font-face {
    font-family: 'FreeSet DemiBold';
    src: url("../font/FreeSet_Demibold.ttf") format('truetype');
	//url('../font/FreeSet_Demibold.woff') format('woff')
    }*/

/*
@font-face {
    font-family: 'MyFontFamily';
    src: url('myfont-webfont.eot?') format('eot'), 
         url('myfont-webfont.woff') format('woff'), 
         url('myfont-webfont.ttf')  format('truetype'),
         url('myfont-webfont.svg#svgFontName') format('svg');
    }
*/

@font-face {
    font-family: 'FreeSet Book';
    src: url('../font/FreeSet_Book.eot?') format('eot'), 
         url('../font/FreeSet_Book.woff') format('woff'), 
         url('../font/FreeSet_Book.ttf')  format('truetype'),
         url('../font/FreeSet_Book.otf') format('otf');
    }
	
@font-face {
    font-family: 'FreeSet DemiBold';
    src: url('../font/FreeSet_Demibold.eot?') format('eot'), 
         url('../font/FreeSet_Demibold.woff') format('woff'), 
         url('../font/FreeSet_Demibold.ttf')  format('truetype'),
         url('../font/FreeSet_Demibold.otf') format('otf');
    }

@font-face {
    font-family: 'TruthCYR Light';
    src: url('../font/TruthCYR_Light.eot?') format('eot'), 
         url('../font/TruthCYR_Light.woff') format('woff'), 
         url('../font/TruthCYR_Light.ttf')  format('truetype'),
         url('../font/TruthCYR_Light.otf') format('otf');
    }


*
{
	margin:0px;
	padding:0px;
	
/*
	border:0px;
	глючит number_slideshow
	top:0px; 
	left:0px;
*/
}

html, body 
{
	width:100%;
	height:100%;
	min-width:1260px;
}

table
{
	border-spacing:0px 0px;
}

a img {
    border: none; /* Убираем рамку */
}

.rYears
{
	padding-left: 123px;
	height: 38px;
	margin: 0px auto;
	text-align:right;
}

.rYearsDiv a
{
	text-decoration: none !important;
	cursor: pointer !important;
	padding: 0px 10px 7px 10px;
	color: #B87A83;
	font: 400 13px/36px 'FreeSet DemiBold';
	letter-spacing: 1px;
	border-bottom: 1px solid #D9D9D9;
}

.rYearsDiv a.left
{
	padding-left:0px;
	width:9px;
	height:36;
	background: url("../img/all/yearLeft.gif") 0px 3px no-repeat;
}

.rYearsDiv a.left:hover
{
	background: url("../img/all/yearLeftA.gif") 0px 3px no-repeat;
}

.rYearsDiv a.right
{
	padding-right:0px;
	width:9px;
	height:36;
	background: url("../img/all/yearRight.gif") 0px 3px no-repeat;
}

.rYearsDiv a.right:hover
{
	background: url("../img/all/yearRightA.gif") 0px 3px no-repeat;
}

.rYearsDiv a.active
{
	color: #882131;
}

.rYearsDiv a:hover
{
	color: #882131;
	border-bottom: 1px solid #e06327;
}

.mbutrow
{
	width:100%;
	text-align:left;
}

.mbutrow  a
{
	text-decoration: none !important;
	cursor: pointer !important;
	display:inline-block;
	padding: 10px 30px 10px 30px;
	background-color:#882131;
	margin: 10px auto;
	color:#ffffff !important;
	font: 400 12px/18px 'FreeSet DemiBold';
	letter-spacing: 1px;
}

.mbutrow  a:hover
{
	background-color:#df0023;
}