*{
	font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background: #FFF;
}
a img {
	border: 0;
}
a {
	outline: none;
}
#page, #footer {
	min-width: 1000px;
	max-width: 1250px;
	margin: 0 auto;
}
#page {
	position: relative;
	padding: 229px 0 0;
}
#page.index {
	padding: 350px 0 0;
}
* html #page, * html #footer {
	width: expression(document.body.clientWidth < 1002? "1000px" : document.body.clientWidth > 1252? "1250px" : "auto");
}

/* headings */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
	color: #000;
	margin: 15px 0 10px;
	clear: both;
}
#content h1 {
	font-size: 22px;
	color: #e42f25;
	margin: 55px 0 32px;
}
#content h2 {
	font-size: 20px;
}
#content h3 {
	font-size: 18px;
	color: #036;
}
#content h4 {
	font-size: 16px;
}
#content h5 {
	font-size: 12px;
	color: #e42f25;
}
#content h6 {
	font-size: 12px;
	font-weight: bold;
}

/* links */
a {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #036;
}
a:hover, a:active {
	color: #ed1c24;
}
a:hover {
	text-decoration: underline;
}

/* paragraphs */
p {
	/*margin: 16px 0px;
	line-height: 16px;
	font-size: 12px; */
	color: #000;
}
.index p {
	margin: 10px 0;
}

/* lists */
#content ol,
#content ul {
	/* margin: 22px 0; */
	margin: 6px 0px;
	padding: 0;
	color: #000;
}
#content ol {
	list-style: decimal inside;
	padding-left: 1px;
}
#content ul {
	list-style: none;
}
#content ol li,
#content ul li {
	/* font-size: 14px; */
	font-size: 12px;
	/* line-height: 20px; */
	margin: 6px 0px;
	/*margin: 10px 0; */
}
#content ul li {
	min-height: 18px;
	height: auto !important;
	height: 18px;
	background: url("/images/design/li_red.gif") 0px 6px no-repeat;
	padding-left: 13px;
}
#content ol ol,
#content ul ul {
	margin: 0;
	padding-left: 7px;
}
#content li ol {
	list-style: upper-alpha inside;
	padding-left: 20px;
}
#content ul ul li {
	background: url("/images/design/li_aft.gif") 10px 10px no-repeat;
	padding: 0 17px;
}

/* tables */
#content table {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	margin: 22px 0;
}
#content table caption {
	padding: 0 0 5px;
	font-size: 18px;
	line-height: 20px;
	color: #036; 
	text-align: left;
}
#content th,
#content td{
	padding: 8px 6px;
	font-size: 11px;
	/* line-height: 14px; */
	text-align: left;
}
#content th {
	font-size: 11px;
	color: #036;
	vertical-align: top;
	white-space: nowrap;
	font-weight: normal;
	background: #C9DAEB;
	border-top: #B7C7D6 1px solid;
}
#content th.no_border {
	padding-top: 0;
	border: none;
}
#content th img {
	padding-right: 4px;
}
#content table .activ td {
	background: #ECF3FA;
}

/* images in paragraph */
#content span.image {
	display: block;
	margin: 26px 0 0;
}
#content span.image img{
	float: left;
	margin: 4px 30px 27px 0;
	border: #CCC 1px solid;
}
#content span.image strong{
	display: block;
	float: left;
	clear: both;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	margin: -26px 30px 0 0;
}

#content {
	position: relative;
	z-index: 9;
}
#content form {
	margin: 0;
	padding: 0;
}
#group_col {
	position: relative;
	float: right;
	width: 66%;
	right: 5%;
}
#center_col {
	position: relative;
	font-size: 12px;
	float: left;
	width: 59%;
	padding: 0 3%;
	background: url("/images/design/content_header.png") 0 78px repeat-x;
}

#center_col, #center_col * {
	font-size: 11px;
}

.advanced {
	margin: 20px 0 75px;
	padding: 35px 38px 43px 46px;
	background: #00304C url("/images/design/menu2_bg.png") 0 0 repeat-x;
}
.advanced p{
	color: #FFF;
	font-size: 14px !important;
	line-height: 18px;
}
.advanced strong {
	font-size: 18px !important;
/*
	line-height: 26px;
*/
	color: #C0D4E4;
	font-weight: normal;
}
p.date {
	font-size: 12px;
	color: #666;
	margin: 4px 0;
}
#content h3.news {
	margin: 4px 0 5px;
}
p.news {
	margin: 5px 0 12px;
}
#left_col, #right_col {
	position: relative;
	padding-top: 34px;
}
#left_col {
	float: left;
	width: 22%;
	left: 5%;
}
#right_col {
	float: right;
	width: 33%;
}
.login {
	/*
	width: 217px;
	*/
	height: 63px;
	margin: 0 0 31px;
	background: #F4F4F4;
	text-align: center;
}
.login .header {
	background: #F1F6F9 url("/images/design/login_head_bg.png") 0 0 repeat-y;
	color: #02476F;
	font-size: 12px;
	line-height: 18px;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	padding: 4px 9px;
	border-bottom: #FFF 2px solid;
	text-align: left;
}
.login em {
	font-style: normal;
	padding-right: 18px;
	background: url("/images/design/login_arrow.gif") right no-repeat;
}
.login .input {
	display: block;
	width: 55px;
	margin: 7px 0 0 7px;
	padding: 2px 5px;
	float: left;
	font-size: 10px;
	line-height: 13px;
	height: 13px;
	color: #515151;
	background: #FFF;
	border: #EAEAEA 1px solid;
}
* html .login .input {
	margin: 7px 2px 0 4px;
}
.login .button {
	margin: 6px 0 0;
}
#content .menu2 {
	margin: 0 0 31px;
	padding: 1px 0 15px;
	width: 100%;
	background: #00304C url("/images/design/menu2_bg.png") 0 0 repeat-x;
}
#content .menu2 li {
	margin: 15px 21px 0 21px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	background: none;
}
#content .menu2 li ul {
	margin: 0;
	padding: 0;
}
#content .menu2 ul li {
	margin: 5px 0 0;
	padding-left: 10px;
	font-size: 11px;
	line-height: 14px;
}
#content .menu2 a {
	display: block;
	width: 100%;
	padding-left: 13px;
	color: #C0D4E4;
	background: url("/images/design/menu2_a.gif") 0 9px no-repeat;
}
#content .menu2 a:hover, #content .menu2 a.activ {
	color: #FFF;
	text-decoration: none;
}
#content .menu2 a:hover,#content .menu2 a:hover.activ {
	background-position: -250px 9px;
}
#content .menu2 a.activ {
	background-position: -500px 9px;
}

#content .menu2 ul a {
	background: url("/images/design/menu2_a2.gif") 5px 6px no-repeat;
}
#content .menu2 ul a:hover, #content .menu2 ul a:hover.activ {
	background-position: -245px 6px;
}
#content .menu2 ul a.activ {
	background-position: -495px 6px;
}
.briefly {
	margin: 0 34px 31px 0;
	padding: 0;
	font-size: 11px;
}
.cur {
	margin: 0 34px 31px 0;
	padding: 0;
}

.cur .header,
.briefly .header,
.reklama .header {
	background: #ED1C24;
	position: relative;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	padding: 4px 9px;
	text-transform: uppercase;
}
.briefly .header.blue em {
	font-style: normal;
	padding-right: 18px;
	background: url("/images/design/subscr_arrow.gif") right no-repeat;
	font-size: 12px;
	text-transform: none;
}
.briefly .header.blue {
	background: #03476F;
}
.briefly .header a {
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	font-size: 11px;
	line-height: 13px;
	white-space: nowrap;
	color: #FFF;
	padding-left: 19px;
	background: url("/images/design/red_arrow.gif") 0 0 no-repeat;
	text-transform: none;
}
.briefly .header.blue a {
	background-image: url("/images/design/blue_arrow.gif");
}
.briefly .group {
	position: relative;
	display: block;
	margin: 12px 0 -8px;
	padding: 0 7px;
	line-height: 25px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	background: url("/images/design/news_group.jpg") 0 0 no-repeat;
}
.briefly p {
	font-size: 11px;
	line-height: 14px;
	margin: 14px 0;
	padding-left: 9px;
}
.briefly p.nounder a{
	text-decoration: none;
	color: #000;
	display: block;
}
.briefly p.nounder a:hover{
	color: #069;
}
.briefly span {
	color: #FFF;
	background: #3683CA;
	border: #3683CA solid;
	border-width: 0 2px;
}
.briefly .group span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: 0;
	font-size: 14px;
	color: #666;
}
p.goods {
	margin: 20px 0;
	padding-left: 0;
	font-size: 12px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}
p.goods img {
	float: left;
	padding: 0 12px 0 0;
}
p.goods em{
	font-style: normal;
	font-size: 11px;
	line-height:17px;
}
.subscr {
	padding: 10px;
	background: #F4F4F4;
}
.subscr p {
	margin: 2px 0 9px;
	padding: 0;
}
.subscr form {
	font-size: 12px;
	color: #666;
}
.subscr .input {
	display: block;
	margin: 1px 0 8px;
	padding: 2px 5px 1px;
	width: 94%;
	font-size: 12px;
	line-height: 14px;
	height: 14px;
	color: #333;
	background: #FFF;
	border: #999 1px solid;
}
.region {
	width: 217px;
	margin: 0 0 18px;
	padding: 0 0 25px;
	background: url("/images/design/content_header.png") 0 bottom repeat-x;
}
.region .header {
	color: #E42F25;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}
.region select {
	width: 215px;
	height: 18px;
	margin: 19px 0 0;
	font-size: 11px;
	line-height: 18px;
	border: #9D9D9D 1px solid;
}
.region option {
	margin: 3px;
}
.reclama {
	width: 199px;
	margin: 54px 0 31px;
	padding: 9px;
	background: #CDD7E6;
	text-align: center;
}
#content .breadcrumb-navigation{
	position: absolute;
	left: 0;
	top: 20px;;
	margin: 0;
	padding: 0 3%;
}
#content .breadcrumb-navigation li{
	float:left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: none;
}
#content .breadcrumb-navigation li,
#content .breadcrumb-navigation li a{
	margin-right: 3px;
	text-decoration: none;
}
#content .products {
	margin: 0;
	padding: 0 0 26px;
	width: 100%;
	float: left;
}
#content .products li{
	float:left;
	margin: 0;
	padding: 0 6% 0 0;
	width: 30% !important;
	white-space: normal;
	background: none;
}
#content .products li.end {
	padding: 0 0 0 1%;
	width: 26.99% !important;
}
#content .products li img{
	display: block;
	padding: 5px 0 7px;
}
#content .search_form {
	margin: 0;
	padding: 0;
}
#content .search_form div {
	padding: 0 0 0 15px;
}
#content .search_form table {
	margin: 0px;
}
#content .search_form td {
	padding: 8px 0 0;
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
}
#content .search_form td.options {
	font-size: 14px;
}
#advanced_search {
	margin-bottom: 10px;
	height: 74px;
	overflow: hidden;
	background: #F4F4F4;
}
#advanced_search.open {
	height: auto;
}
.advanced_open {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 18px;
	color: #036;
	padding: 18px 22px 18px 0;
	background: url("/images/design/search_arr.gif") right bottom no-repeat;
}
.btn_1 {
	position: absolute;
	bottom: 50px;
	right: 35px;
}
#content #advanced_search.closed a.advanced_open {
	background: url("/images/design/search_arr.gif") right top no-repeat;
} 
#content .search_form div.check_box {
	float: left;
	width: 49%;
	padding: 0 0 10px;
}
#content td.sel_numb {
	padding-bottom: 18px;
}
.sel_numb select,
.sel_numb input {
	width: 57px;
}
#content .options.group {
	padding: 0 0 8px;
}
#content .sub td {
	padding-top: 0;
}
#content .sub td.options {
	padding-left: 12px;
	font-size: 11px;
}
#content .sub td.sel_numb {
	padding-bottom: 10px;
}
#content .search_form .button {
	padding-top: 18px;
}
.more {
	font-size: 12px;
	padding: 0 15px 22px;
}
.press_rel {
	position: relative;
	top: -52px;
	margin: 0 0 -36px auto;
	width: 100px;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
}
#content .goods_describe {
	margin-bottom: 0;
}
#content .goods_describe td {
	font-size: 13px;
	color: #003;
}
#content .goods_describe td strong {
	font-size: 14px;
	font-weight: normal;
}
#content .goods_describe td.sub {
	padding-left: 21px;
	font-size: 11px;
}
#content h2.colors_h {
	font-size: 16px;
	padding: 17px 6px 9px;
}
#colors {
	margin: 0;
	padding: 0 0 11px 6px;
	float: left;
	width: 97%;
	list-style: none;
}
#colors li {
	float: left;
	margin: 0;
	padding: 0 0 18px;
	width: 16%;
	font-size: 10px;
	line-height: 12px;
	color: #003;
}
#colors li.first {
	clear: both;
}
#colors li span {
	display: block;
	margin: 0 0 5px;
	width: 30px;
	height: 30px;
	border-width: 1px;
	border-style: solid
}
.col_5 {
	background: #263E6A;
	border-color: #263E6A;
}
.col_4 {
	background: #FCD901;
	border-color: #FCD901;
}
.col_21 {
	background: #DC5034;
	border-color: #DC5034;
}
.col_1 {
	background: #B71234;
	border-color: #DC5034;
}
.col_23 {
	background: #E0E1DD;
	border-color: #E0E1DD;
}
.col_22 {
	background: #F3F3F3;
	border-color: #F3F3F3;
}
.col_3 {
	background: #1E1E1E;
	border-color: #1E1E1E;
}
.col_18 {
	background: #332B29;
	border-color: #332B29;
}
.col_6 {
	background: #645246;
	border-color: #645246;
}
.col_19 {
	background: #E3BF8B;
	border-color: #E3BF8B;
}
.col_20 {
	background: #ECDEBB;
	border-color: #ECDEBB;
}
.col_2 {
	background: #FFF;
	border-color: #D3D3D3;
}
.goods_img {
	display: block;
	margin: 33px 0 0 auto;
}
#content .goods_table {
	margin: 0 0 22px;
}
#content .goods_table td{
	/*
	padding: 20px 6px;
	*/
	text-align: center;
}
#content .goods_table .first {
	padding-left: 21px;
	text-align: left;
}
#content .goods_table td img {
	float: left;
}
#content .goods_table caption {
	padding-left: 21px;
	color: #000;
}
#content .goods_table caption span{
	display: block;
	padding-top: 13px;
	font-size: 12px;
	line-height: 26px;
}
#pages_list {
	padding: 7px 0 85px 21px;
	font-size: 12px;
}
#pages_list #pages,
#pages_list #steep {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}
#pages_list #pages li,
#pages_list #steep li {
	float: left;
	margin: 0;
	padding: 0 9px 0 0;
	font-size: 16px;
	background: none;
}
#pages_list #pages li {
	padding-top: 8px;
	font-weight: bold;
}
#pages_list #steep li {
	padding-right: 21px;
	font-size: 12px;
	color: #CCC;
}
#pages_list #pages li a,
#pages_list #steep li a {
	font-weight: normal;
}

#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 264px;
	overflow: hidden;
}
.index #header {
	height: 379px;
}
#header div.bx-component-border {
	position: static;
}
#menu {
	position: absolute;
	width: 93%;
	bottom: 0;
	left: 5%;
	z-index: 1;
	background: url("/images/design/menu_bg.png") 0 0 repeat-x; 
}
#menu ul {
	padding: 0; 
	margin: 0 auto; 
	list-style: none;
}
#menu li {
	float: left;
	display: block;
	width: 14%;
}
#menu a {
	display: block;
	width: 100%;
	color: #FFF; 
	text-align: center; 
	padding: 11px 0;
	height: 57px;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none; 
	float: left; 
}
#menu a:hover, #menu a.selected {
	background: url("/images/design/menu_hover.png") 0 0 repeat-x;
}  
#menu strong, #menu em{
	display: block;
	background: url("/images/design/menu_line.png") right 0 no-repeat; 
}
#menu em{
	background-position: 0 0;
	font-style: normal;
	font-weight: normal;
	padding: 3px 0 5px;
	cursor: pointer;
}
#menu_left, #menu_right {
	position: absolute;
	width: 5%;
	height: 79px;
	bottom: 0;
	right: 95%;
	background: #FFF url("/images/design/menu_left.jpg") right 0 no-repeat;
	z-index: 2;
}
#menu_bott {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 35px;
	z-index: 2;
}
#menu_right {
	left: 95%;
	background: #FFF url("/images/design/menu_right.jpg") 0 0 no-repeat;
}
#red_line{
	position: absolute;
	background: #DA251D;
	width: 91%;
	height: 10px;
	left: 5%;
	top: 0;
}
#red_line em, #gray_line em {
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
	width: 11px;
	height: 10px;
	background: url("/images/design/red_corner.gif") right 0;
	overflow: hidden;
}
#head_bg {
	position: absolute;
	left:50%;
	margin-left: -469px;
	top: 10px;
	width: 500px;
	height: 175px;
	background: url("/images/design/head_bg.jpg") 0 0 no-repeat;
}
.index #head_bg {
	height: 290px;
}
#logo {
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -415px;
}
.logo-text {
	position: absolute;
	width:400px;
	top:157px;
	left: 50%;
	margin-left: -505px;	
	font-size:0.9em;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
	color:#444;
}
.index #logo {
	top: 100px;
}
#head_img {
	width: 640px;
	position: absolute;
	left: 95%;
	top: 10px;
	margin-left: -640px;
}
.index #head_img {
	margin-left: -533px;
	top: 0;
}
#ico {
	position: absolute;
	top: 0;
	left: 95%;
	width: 21px;
	height: 115px;
	background: url("/images/design/ico_bg.gif") 0 0 no-repeat;
}
#ico ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ico li {
	padding: 20px 4px 19px;
	margin: -9px 0 -19px;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background: url("/images/design/ico_hover.gif") 0 50px no-repeat;
}
#ico li.activ {
	background: url("/images/design/ico_hover.gif") 0 0 no-repeat;
}
#footer {
	clear: both;
	padding: 13px 0 0;
}
#gray_line {
	position: relative;
	background: #F4F4F4;
	width: 90%;
	margin: 0 auto;
}
#gray_line span {
	display: block;
	width: 29%;
	background: #DA251D;
	height: 10px;
	overflow: hidden;
}
.cols {
	float: left;
	width: 22%;
	padding: 43px 0 36px 5%;
	color: #999;
	font-size: 11px;
	line-height: 13px;
}
.counters {
	float: left;
	width: 33%;
	padding: 0 4%;
}
.counter {
	float: left;
	padding: 43px 11px 36px 0;
}


.reklama {
	font-size: 11px;
	margin: 0px 34px 31px 0px;
	padding: 0px;
}

.goods_table td {
	border-bottom: 1px solid #EEE;	
}
.goods_table .gray {
	background: #f9f9f9;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}


hr {
	background: white;
	height: 1px;
	border: none;
	border-top: 1px solid #666;
	clear: both;
	margin: 15px 0px;
}
.catalog {
	float: left;
	width: 30%;
	margin-right: 2%;
}


.block-headers {
	margin-bottom:0px;
}
.block-first-page {
	border:1px solid #e4ecf4;
	background:#f8fcff;
}

.stab {
	border-collapse: collapse;
	width:100%;
	margin:0px !important;
}
.stab td{
	padding:0px;
}
*+html .block-first-page-image {
	margin-right:10px;
	margin-left:12px;
	margin-top:5px;
}
.block-first-page-image {
	margin-right:10px;
	margin-left:13px;
	margin-top:4px;
}
.block-first-page-name{
	padding-top:5px !important;
}

.block-first-page-name a{
	color:#384f6e;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em !important;
}
.block-first-page-text{
	margin-top:5px;	
	font-size:75%;
	position:relative;
}
.block-first-page-text div{
	position:relative;
	padding-right:5px;
}
.block-first-page-text a{
	color:#384f6e;
	text-decoration:none;
}
.block-first-page-detail {
	margin-top:5px;
	font-size:75%;
	font-family: Verdana, Tahoma, sans-serif,arial;
	padding-left:5px;
	padding-top:2px;
}
.block-first-page-detail a{
	color:#b1b1b1;
	text-decoration:none;
}
.block-first-page-detail a:hover{
	color:#f00;
	text-decoration:none;
}

.currency {
	margin:10px auto !important;
	margin-bottom:0px !important;
	height:40px;
	width:100%;
	background:url(/images/currency-bg.png);
	border-collapse:collapse;
}
.currency td{
	padding:3px !important;
	padding-left:10px !important;
	color:white;	
}
.cur-name {
	width:33%;
	text-align:center;
}
.cur-value {
	width:33%;	
	text-align:center;
}
.cur-step {
	width:33%;	
}




/* календарь */

#calendar {
	margin-top:2px;
	font-size:0.9em;
}

.calendar-table {
	margin:10px auto !important;
	width:0% !important;
	border-top:1px solid #cedcf9 !important;
	border-left:1px solid #cedcf9 !important;
}
.calendar-table td{
	width:12.5%;
	padding:4px !important 1px !important 4px !important 1px !important;
	text-align:center !important;
	border-right:1px solid #cedcf9 !important;
	border-bottom:1px solid #cedcf9 !important;
}

div.month-tab {
	height:20px;
	overflow:hidden;
}


.calf-box {
	float:right;
	width:15px;
	margin-top:2px;
}

.calb-box {
	float:left;
	width:15px;
	margin-top:2px;
}

.month-title {
	font-size:0.9em;
	text-align:center;
	font-weight:bold;
	color:#13284a;
	margin-top:2px;
	
}

.wdays {
	background-color:#6b8ab4 !important;
	font-family:Verdana, Tahoma, sans-serif;
	font-size:0.7em;
	color:#eee;
	font-weight:bold;
}
.weeks {
	background-color:#ecf4ff !important;
	font-family:Verdana, Tahoma, sans-serif;
	font-size:0.7em !important;
	color:#444 !important;
	font-style:italic;
}


.calendar-date {
	font-family : Verdana, Tahoma, sans-serif;
	font-size : 0.8em;
	color : white;
	background-color : #384f6f;	
}
.weekend {
	background-color : #597a9b !important;
}
.current {
	background-color : #cd1821 !important;
}


.date-odd {
	background-color : #384f6f;	
}
.date-even {
	background-color : #597a9b;	
}

.month{
	height : 11px;
	background-color : #C0D3C0;
	font-family : Verdana, Tahoma, sans-serif;
	font-size : 10px;
	text-align : center;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	color : Black;
}
.td-month {
	font-size:0.9em;
	text-align:center;
}
.calb {
	width:15px;
	height:100%;
	display:block;
	background:url(/images/calendar-back.gif) no-repeat 5px 5px;
	text-decoration:none;
}
.calf{
	width:15px;
	height:100%;
	display:block;
	background:url(/images/calendar-forward.gif) no-repeat 5px 5px;
	text-decoration:none;
}


