html, body, form, table, th, td, p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;	/* IE whenever need cellspacing */
}
body {
	font-size: 14px;
/*	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif
	color: #333333;*/
    font: 12px/normal arial, sans-serif; 
    white-space: normal; 
    word-spacing: 0; 
    letter-spacing: 0; 
}
a:link, a:visited, a:active {color: #333333;}
a:hover {color: #000000;}

p, div, span, table, tr, td,
input, textarea, select, option {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
table {font-size: inherit; font: 100%;}
a img {border:none;}
a:focus {outline:none;} /* FireFox fix */

abbr, acronym { /* indicating to users that more info is available */
	border-bottom: 1px dotted #000000;
	cursor: help;
}
p {margin-bottom:1em;}
ul, ol {margin: 1em;}
ol {margin-left: 2em;}
ol li {list-style: decimal outside;}
ul li {padding-left: 1em; list-style:none; background: url("../img/bullet_black.gif") no-repeat left center;}

h1,h2,h3,h4{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
h1, .page_title {color: #000000; font-size: 17px; line-height: 18px; text-align: left; /*font-weight: bold; letter-spacing: -1px;*/text-transform: uppercase;}
h2, .subtitle {font-size:123.1%; padding-top:3px; padding-bottom:10px;}
h3, .caption {padding-top:3px; padding-bottom:10px;}
h4, .greytext {font-size:11px; line-height: 14px; letter-spacing: 3px; font-weight: normal; color: #58585a; margin-top:0px; padding-top:0px; padding-bottom:8px;}
.note { color: #58585a; font-style:italic}
.red {color:#ff0000;}




/* ---------->>> CSS Utils: start <<<-----------*/

.last {margin-bottom:0;}
.ta-center {text-align:center}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.select-free {
	position:absolute;
	z-index:10;/*any value*/
	overflow:hidden;/*must have*/
	width:100px;/*must have for any value*/;
}
.select-free iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

/* ---------->>> CSS Utils: end <<<-----------*/

#mainContainer {
	height: 100%;
	width: 960px;
	margin: 10px;
	padding: 0px 10px 0px 10px;
	border: 0px solid #CCCCCC;
	border-top: 0px;
	border-bottom: 0px;
}

#topBanner1 { /*728x90*/
	width: 960px;
/*	width: 728px;
	height: 90px;*/
/*	margin-right: 230px;
	border: 1px solid red;*/
/*	height: 90px;
	float: left;*/
	margin: 0px 0px -10px 0px;
	padding: 10px 0px 0px 0px;
}
#topBanner2 { /*220x90*/
	margin-left: 740px;
/*	border: 1px solid green;*/
	width: 220px;
/*	float: right;*/
}
#moto{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 39px;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 1px;
	height: 36px;
}
#top_logo{
	height: 39px; 
	margin: 0px; 
	padding: 0px; 
	background-color: #000000;
}
#menuContainer {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
	width: 100%;
	line-height: 30px;
	text-align: right;
}
#menuContainer, #menuContainer A {
	color: #333333;
	text-decoration: none;
}
#langBlock {
	text-align: left;
	padding: 0px 2px 0px 2px;
	color: #ff2222;
	white-space-collapse: collapse;
	vertical-align: top;
}
#langBlock A, #langBlock SPAN{
	color: #333333;
}
#langBlock SPAN{
	letter-spacing: 1px;
}
#st{
	height: 32px;
	width: 150px;
}
#st IMG{
	padding: 0px 3px 0px 3px;
}
TABLE.menu{
	float:right;
	height: 32px;
/*	margin-right: 154px; */
}
TABLE.menu TD, TABLE.menu TD A, TABLE.menu TD A:link, TABLE.menu TD A:visited, TABLE.menu TD A:active{
/*	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
    letter-spacing: -1px; 
	line-height: 28px;*/
	height: 32px;
}
TABLE.menu TD{
	vertical-align: top;
	text-align: center;
}
.menu_item, .active_menu_item{
	padding: 0px 12px 0px 15px;
}
.active_menu_item{
	color: #ff2222;
	opacity:.70;filter:alpha(opacity=70);
}
.active_menu_item A{
	color: #ff2222;
}

/* Central part */

#main_content{
	width: 635px;
	margin: 12px 0px 15px 0px;
	float: left;
	display: block; /* for Google Chrome */
}
#right_col{
	margin: 12px 0px 15px 635px;
/*		float: right;*/
}
TD.fstsnd_col {
	width: 635px;
}
DIV.fstsnd_col {
	width: 635px;
	overflow: hidden;
	white-space: nowrap;
}
.fstsnd_col, .fst_col, .snd_col, .trd_col, 
.main_block_arrow, .main_block_top, .main_block_middle{
	vertical-align: top;
	text-align:left;
}
/*Slideshow horinaja default */
#slideshow{
	width: 310px;
	height: 352px;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0px;
}
.horinaja ul{position:relative;white-space: nowrap; margin: 0px; padding: 0px;}
.horinaja ul li{background:transparent;display:inline;top:0; margin: 0px; padding: 0px;}
/* horinaja pagination */
ol.horinaja_pagination, div.show_more{height:23px;margin: 0 auto;display:block;
position:relative;background:transparent; padding:0px 0 0 0;clear:both; float: right; }
div.show_more {width: 100px; float: left;}
ol.horinaja_pagination li{float:left;width:23px;height:24px;display:block;
background-image:url(../img/nd/bg_rc.gif);background-repeat: no-repeat;
background-position: 3px 7px;}
ol.horinaja_pagination li a{width:24px;height:24px;display:block;background:transparent;
float:left;color:black;font-weight:bold;text-align:center;
font-size:12px;padding: 8px 0 0 0;cursor:pointer;}

.main_anounces_txt{
	margin-top:6px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	text-transform: uppercase;
	font-size: 15px;
/*	font-weight: bold;*/
	color: #444444;
}

/* Main News column */
h1.main_news_header, h1.main_tv_header, h1.main_galery_header, h1.main_galery_footer,
h1.main_shopping,
h1.header_pic, h1.header_pic_sm, h1.header_pic_one, h1.header_pic_fullfsp, h1.header_pic_fullfs {
	height: 19px;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 19px;
	vertical-align: middle;
	color: #ff2222;
	width: 310px;
	overflow: hidden; /*text-overflow: ellipsis;*/
	white-space: nowrap;
}
h1.main_news_header{
	margin-bottom: 5px;
}
h1.main_news_header, h1.header_pic, h1.header_pic_sm {
	margin-top: -2px;
}
h1.main_tv_header{
	height: 20px;
	line-height: 20px;
	margin-bottom: 3px;
}
h1.main_galery_header{
	margin: 7px 0px 7px 0px;
}
h1.main_shopping{
	margin: 9px 0px 7px 0px;
}
h1.main_galery_footer SPAN{
	color: #222222;
}
h1.main_galery_footer A{
	text-decoration: none;
}
h1.header_pic, h1.header_pic_sm {
	margin-bottom: 4px;
}
h1.header_pic {
	width: 420px;
}
h1.header_pic_sm {
	width: 200px;
}
h1.header_pic_one {
	width: 277px;
}
h1.header_pic_fullfsp {
	width: 600px;
}
h1.header_pic_fullfs {
	width: 634px;
}
h1.main_news_header SPAN,
h1.main_tv_header SPAN,
h1.main_galery_header SPAN,
h1.main_galery_footer SPAN,
h1.main_shopping SPAN,
h1.header_pic SPAN, 
h1.header_pic_one SPAN, 
h1.header_pic_fullfsp SPAN, 
h1.header_pic_fullfs SPAN {
	letter-spacing: 2px;
	font-style: italic;
	color: #222222;
}
h1.header_pic_sm SPAN{
	display: none;
}
DIV.,main_galery{
	margin: 0px 0px 5px 0px;
}
IMG.main_galery{
	display: inline;
	margin: 0px 6px 10px 6px;
}
.news_text {
/*	font-size: 15px; 
    letter-spacing: -1px; */
    font-size: 14px;
    text-decoration: none;
}


TD.main_block_img { /* img 87x118*/
	min-width:90px;
	height: 122px;
	vertical-align: top;
}

TD.main_block_img IMG{ /* img 87x118*/
	margin: 2px 0px 0px 0px;
}
.news_text IMG {
	margin: 0px 3px 1px 0px;
}
.news_text P IMG[align=left], 
.news_item_text P IMG[align=left]{
	margin: 5px 8px 5px 0px;
}
.news_text P IMG[align=right],
.news_item_text P IMG[align=right] {
	margin: 5px 0px 5px 8px;
}

.news_date, .news_alias{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	vertical-align: bottom;
	font-size: 14px;
/*	font-weight: bold;*/
	line-height: 15px;
	color: #888888;
	padding: 0px;
}
.news_date {
	font-size: 11px;
	line-height: 12px;
}
.news_alias {
	text-transform: uppercase;
}

/* News News column */
.news_col .news_text{
	font-size: 10px;
	line-height: 12px;
}
.news_col h1{
	font-size: 17px; 
	line-height: 18px;
	padding-bottom: 2px;
}
.news_col .news_alias{
/*	font-weight: bold;*/
	font-size: 14px;
	line-height: 15px;
	padding-bottom: 2px;
}

/* News blocks */
.main_block_arrow{
	width: 18px;
	padding-top: 5px;
}
.main_block_top{
	height: 32px;
	width: 292px;
	vertical-align: middle;
}
.main_block_top DIV{
	height: 32px;
	width: 292px;
	overflow: hidden; text-overflow: ellipsis;
}
.main_block_top IMG{
	max-width: 292px;
}
.main_block_middle, .main_block_middle_ovf{
	height: 122px;
	width: 292px;
	font-size: 15px; 
    letter-spacing: -1px;

}
.main_block_middle_ovf, .ovf{
	overflow: hidden; text-overflow: ellipsis;
    vertical-align: top; 
}
TD.main_block_text{
	vertical-align: bottom;
	padding: 4px 0px 0px 2px;
	height: 122px;
}
TD.main_block_text h1{
	margin-bottom: 2px;
}
.main_block_middle IMG {
	margin-right: 3px;
}
TD.main_block_image{
	vertical-align:top;
}
.main_block_bottom {
	height: 15px;
	vertical-align: bottom;
	font-size: 10px;
	color: #888888;
}
.vert_spacer_gray{
	width: 15px;
	background-image:url(../img/sp/s_grey.gif);
	background-repeat: repeat-y;
	background-position: 7px 0px;
}
.gor_spacer_gray{
	height: 14px;
	background-image:url(../img/sp/s_grey.gif);
	background-repeat: repeat-x;
	background-position: 0px 6px;
}
.news_col .gor_spacer_gray{
	background-position: 0px 9px;
}
.main_block_top_fullw{
	width: 292px;
	height: 35px;
}
.goods_line{
	width: 100%;
}
div.main_cont {width:310px;height:114px;}
div.main_cont a.left, .main_cont a.right {
height:85px; padding-top: 31px; text-decoration: none; font-size: 20px;
opacity:.60;filter:alpha(opacity=60); margin-top: 5px;}
div.main_cont a.left:hover, .main_cont a.right:hover {opacity:1;filter:alpha(opacity=100);text-decoration: none;}
div.main_cont a.left {float: left; padding-right: 3px;}
div.main_cont a.right {float: right; padding-left: 3px;}
div.main_imgscroll {
	width: 278px;
	height: 114px;
	white-space: nowrap;
	overflow: hidden;
	margin: 8px 0px 0px 0px;
	/*border: 1px solid red;*/
}
div.main_imgscroll IMG {
	border: 0px solid #cccccc;
	margin: 0px 2px 0px 2px;
}
/* News list */
TABLE.news-list h1{
	font-size: 17px; 
	line-height: 18px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
TABLE.news-list h4.image_text {
	padding-top: 7px;
	font-size: 8px;
	letter-spacing: 0px;
	color: #666666;
	text-transform: uppercase;
}
TABLE.news-list h4.news_author {
	line-height: 14px;
	padding: 0px 0px 10px 0px;
}
TABLE.news-list a:link, TABLE.news-list a:visited, TABLE.news-list a:active {
	text-decoration: none;
}

/* News item */
.news_block_arrow, .news_block_top {
	vertical-align: bottom;
	text-align:left;
}
.news_block_arrow{
	vertical-align: top;
	width: 18px;
	padding-top: 6px;
}
.news_block_top{
	height: 32px;
	vertical-align: middle;
}
.news_item_text{
	font: 13px/normal arial, sans-serif; 
}
h1.news_title {
	font-size: 24px; 
	line-height: 24px;
	letter-spacing: 0px;
}
h1.imgscroll_title { /* Watches and Jewels */
	font-size: 24px; 
	line-height: 24px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
h4.news_author, h4.image_text, h4.imgscroll_subhead{
	color: #888888;
	letter-spacing: 0px;
}
h4.news_author {
	line-height: 20px;
	padding: 4px 0px 6px 0px;
}
h4.imgscroll_subhead{
	padding: 4px 0px 0px 2px;
	text-transform: uppercase;
/*	font-weight: normal;*/
}
div.cont {width:635px;height:114px;}
div.cont a.left, .cont a.right {opacity:.60;filter:alpha(opacity=60); margin-top: 15px;}
div.cont a.left:hover, .cont a.right:hover {opacity:1;filter:alpha(opacity=100);}
div.cont a.left {float: left; padding-right: 10px;}
div.cont a.right {float: right; padding-left: 10px;}
div.imgscroll {
	width: 565px;
	height: 114px;
	white-space: nowrap;
	overflow: hidden;
	margin: 8px 0px 0px 0px;
}
div.imgscroll IMG {
	border: 1px solid #cccccc;
	margin: 0px 4px 0px 5px;
}

/* News Navigation */

.current-page{
	font-weight: bold;
}

/* Footer */

#footBanner1 { /*728x90*/
	width: 960px;
	margin: 5px 0px 10px 0px;
}
.footer_table {
	background-color: #000000;
	height: 39px;
	width: 100%;
}
#footer_menu_td{
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
	line-height: 15px;
    color: #FFFFFF;
}
#footer_menu_td A {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	/*font-weight: bold;*/
}
#footer_menu_td A SPAN{
	color: #FF0000;
}
#searchBox{
	float: right;
	width: 350px;
	height: 21px;
	z-index: 200;
	text-align: right;
	vertical-align: bottom;
	line-height: 21px;
}
#searchBox A{
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
input.search{
	font-family: inherit;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
/*	color: #993333;*/
	height: 16px;
	width: 153px;
	line-height: 19px;
	border: 0px solid #000000;
	margin: 5px 2px 5px 7px;
}
.sp_arrow {
	background-image:url(../img/sp/sp_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 38px;
	height: 17px;
}
.copyright {
	text-align: right;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 10px;
	line-height: 10px;
	margin: 2px 0px 0px 0px;
	text-transform: uppercase;
 }
/* Footer end*/

/* New CSS END */


#dropmenudiv {
	position: absolute; 
	z-index:200; 
/*	width: 960px;
	background-color: #FFFFFF;*/
	text-align: left;}
#dropmenudiv div {
	background-image: url(../img/nd/menu_bultina.gif);
	background-repeat: no-repeat;
	background-position: 51px top;
	magrin-left: -1px;
	border-collapse: collapse;
	padding: 9px 0px 0px 2px;
	}
/* for Modern browsers only (not IE 7)*/
html>/**/body .sub_menu .active, html>/**/body .sub_menu A, html>/**/body #dropmenudiv a {
	min-width: 80px;
}
.sub_menu .active, .sub_menu A, #dropmenudiv a {
	width:auto; 
	display: block;
	border-top: 0px solid #cccccc; 
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #cccccc;	
	text-align: left;
	text-decoration: none;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	line-height: 19px;
	color: #cccccc;
	padding:0px 8px 0px 7px; 
	background-color: #000000;
	white-space: nowrap;
	opacity:.80;filter:alpha(opacity=80);
}
/*#dropmenudiv a {
	background-color: #ededed;
}*/
.sub_menu .active, .sub_menu A:hover, #dropmenudiv a:hover {
	color: #FFFFFF; 
}
TABLE.sub_menu {
	padding-top:1px; 
	align: left;
	text-transform: uppercase;
}
TABLE.galery{
	width: 72px;
	display: inline;
	display: inline-table;
	vertical-align: top;
	color: #58585a;
	font-size: 9px;
/*	text-decoration: none;
	line-height: 12px;*/
	margin: 0px 9px 0px 9px;
	border: 0px solid red;
}
TABLE.galery TD{
	width: 72px;
/*	border: 1px solid red;*/
}
DIV.list_galery{
	margin: 0px 0px 5px 0px;
}
IMG.list_galery{
	display: inline;
	margin: 0px 1px 0px 1px;
}
A:link TABLE.galery, A:visited TABLE.galery, A:active TABLE.galery{
	text-decoration: none;
	opacity:.85;filter:alpha(opacity=85);
}
A.galery:link, A.galery:visited, A.galery:active{
	text-decoration: none;
}
A:hover TABLE.galery{
	opacity:1;filter:alpha(opacity=100);
}
TABLE.galery IMG{
	border: 2px solid #dadadc;
}
TABLE.covers_list{
	width: 66px;
	display: inline;
	display: inline-table;
	vertical-align: top;
	color: #58585a;
	font-size: 9px;
	margin: 0px 5px 0px 5px;
	border: 0px solid red;
}
TABLE.covers_list TD{
	width: 66px;
}
DIV.covers_list{
	margin: 0px 0px 5px 0px;
}
A:link TABLE.covers_list, A:visited TABLE.covers_list, A:active TABLE.covers_list{
	text-decoration: none;
	opacity:.90;filter:alpha(opacity=90);
}
A.covers_list:link, A.covers_list:visited, A.covers_list:active{
	text-decoration: none;
}
A:hover TABLE.covers_list{
	opacity:1;filter:alpha(opacity=100);
}
TABLE.covers_list IMG{
	border: 0px solid #dadadc;
	margin-bottom: 2px;
}

