/* defaults */
html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	background: #fcfafa url(/img/pattern.jpg) top center;
	color: #484848;
	font: 62.5%/1.5  "Trebuchet MS", Verdana, Arial, sans-serif; 
	min-width: 1000px;
}
p,ol,ul,dl,blockquote,form,pre {margin-top: 0;}
img {border: 0;}
a, a:hover {color: #000; text-decoration: underline;}
a.tdn, a.tdn:hover {text-decoration: none;}
a.hu {text-decoration: none;}
a.hu:hover {text-decoration: underline;}
table {
	border-collapse: collapse;
	margin: 0;
}
td {padding: 0;}

del {
	text-decoration: line-through;
}

.autoW {width: auto;}
.maxwh {
	width: 100%;
	height: 100%;
}
.maxw {width: 100%;}
.maxh {height: 100%;}
.minh {height: 1px;}
.hidden {display: none;}
.ofh {overflow: hidden;}
.abs {position: absolute;}
.rel {position: relative;}
.left {float: left;}
.right {float: right;}
.vat {vertical-align: top;}
.vam {vertical-align: middle;}
.vab {vertical-align: bottom;}
.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}
.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}
.nob {border:none;}
.nobr {white-space: nowrap;}
.noul { list-style-type: none;margin: 0;padding: 0;}
div.clear, br.clear, span.clear {
	display: block;
	height: 1px;
	clear: both;
	overflow: hidden;
}


td > *:-moz-first-node {margin-top:0;}
td > *:-moz-last-node {margin-bottom:0;}


/* debug */
table.test1, table.test1 td {border: dotted 3px green;}
table.test1 table, table.test1 table td {border: 0;}
table.test2, table.test2 td {border: solid 1px #f0f;}
table.test2 table, table.test2 table td {border: 0;}
table.test3, table.test3 td {border: dotted 2px red;}
table.test3 table, table.test3 table td {border: 0;}
div.test1 {background: red !important;}
div.test2 {background: yellow !important;}
div.test3 {background: green !important;}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}


/*	LAYOUT */
#wrapper {
	padding: 10px 20px
}
#header {
	font-size: 0.9em;
}
#container {
	width: 100%;
	margin-right: -325px;
}

#content-left  {
	background: url(/img/beckie-content.png) -40px 0px;
	width: 120px;
}

#content-right  {
	background: url(/img/beckie-content.png) 120px 0;
	width: 120px;
}



#content {
	background: #fff;
	padding-right: 0px;
	vertical-align: top;
}

#scrollable {
	height: 500px;
	margin-top: 10px;
	overflow: auto;
}

h1 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 2.5em;
	font-weight: normal;
	padding-bottom: 0;
}

#content h1 {
	border-bottom: 1px solid #d0d2d4;
}


h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
}


#rightbar h3 {
	border-bottom: 1px solid #d0d2d4;
	color: #666;
	font-size: 2.5em;
	font-weight: normal;
}

.last {
	margin-bottom: 0;
}
.clear {
	height: 0;
	clear: both;
}

/*	HEADER */
a#logo {
	background: url(/img/ru/shurov.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/ru/shurov.png',sizingMethod='scale');
	display: block;
	height: 93px;
	left: 40px;
	outline: none;
	position: absolute;
	text-indent: -10000px;
	top: 40px;
	width: 494px;
	z-index: 99;
}

a#logo.en {
	background: url(/img/en/shurov.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/en/shurov.png',sizingMethod='scale');
}

ul#top-menu {
	position: absolute;
	right: 48px;
	top: 48px;
}

ul#top-menu li {
	float: left;
}


ul#top-menu li a {
	background-image: url(/img/ua/top-menu.png);
	background-repeat: no-repeat;
	display: block;
	height: 11px;
	float: left;
	margin-left: 14px;
	outline: none;
	overflow: hidden;
	text-indent: -100000px;
}

ul#top-menu.ru li a {
	background-image: url(/img/ru/top-menu.png);
}

ul#top-menu li#top-menu-earring a {
	width: 77px;
}

ul#top-menu li#top-menu-cart a {
	background-position: -164px 0;
	width: 61px;
}

ul#top-menu.ru li#top-menu-cart a {
	width: 73px;
}


ul#top-menu li#top-menu-contacts a {
	background-position: -76px 0;
	width: 88px;
}

ul#top-menu li a:hover {
	background-position: 0 -11px;
}

ul#top-menu li#top-menu-cart a:hover {
	background-position: -164px -11px;
}

ul#top-menu li#top-menu-contacts a:hover {
	background-position: -76px -11px;
}



a#changelang {
	background: url(/img/ru/changelang.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/ru/changelang.png',sizingMethod='scale');
	display: block;
	height: 22px;
	right: 140px;
	outline: none;
	position: absolute;
	text-indent: -10000px;
	top: 40px;
	width: 107px;
	z-index: 99;
}

a#changelang.en {
	background: url(/img/en/changelang-v2.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/en/changelang-v2.png',sizingMethod='scale');
}




#banner {
	padding-left: 150px;
	text-align: center;
}


#signin-form {
	height: 125px;
	right: 0;
	position: absolute;
	text-align: right;
	width: 225px;
}

#signin-form a {
	margin-right: 10px;
}

#signin-form input.inp {
	border: 1px solid #c9c8c8;
	width: 85px;
}

#signin-form td {
	padding-left: 8px;
	text-align: left;
}

#search-form {
	background: #ccc;
	float: right;
	height: 30px;
	line-height: 27px;
	margin-top: 16px;
	padding-left: 7px;
	text-align: left;
	vertical-align: middle;
	width: 196px;
}

#icons-bar {
	float: right;
	height: 30px;
	line-height: 20px;
	margin-top: 5px;
	padding-left: 0px;
	text-align: left;
	vertical-align: middle;
	width: 200px;
}

#icons-bar .lj {
	margin-left: 10px;
}

#icons-bar a.rss {
	position: absolute;
	right: 0;
}







#search-form input.inp {
	margin-left: 10px;
	width: 130px;
}


/*	MENU */
#topmenu {
	padding: 2px 0;
}

#topmenu ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

#topmenu li {
	float: left;
	margin: 0;
	padding-left: 20px;
}

#topmenu a {
	color: #fff;
	text-decoration: none;
}

#topmenu a:hover {
	text-decoration: underline;
}

#midmenu {
	border-bottom:  1px solid #cccccc;
	padding: 5px 0 5px 15px;
}

#midmenu a {
	color: #ec1c24;
	float: right;
}

#midmenu a.section {
	float: left;
}

a.section, a.section:visited {
	border: 1px solid #f68e92;
	color: #ec1c24;  
	float: none;
	font-size: 1.1em; 
	font-weight: bold; 
	padding: 0px 5px; 
	text-decoration: none
}

a.section:hover {
	background: #ec1c24;
	border: 1px solid #ec1c24;
	color: #fff;  
	font-size: 1.1em; 
	font-weight: bold; 
	text-decoration: none
}



.products-per-page {
	font-size: 0.9em;
	
}

.products-per-page span {
	background: #000;
	color: #fff;
	
	padding: 2px 5px;
}


.products-per-page a {
	background: #ccc;
	color: #666;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
}

#sort-price {
	height: 13px;
	line-height: 13px;
	vertical-align: middle;

}

#sort-price span {
	display: block;
	float: right;
}

#sort-price a {
	float: right;
	opacity:0.4;
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	filter: alpha(opacity=40);
	background: url(/img/icon-sorts.gif) no-repeat;
	display: block;
	height: 13px;
	width: 10px;
}

#sort-price a.desc {
	background-position: -11px 0;
}

#sort-price a:hover, #sort-price a.active {
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	filter: alpha(opacity=100);
}

/* CATALOGUE TABLE */
table#catalogue {
	margin: 10px 0;
	width: 260px;
}

table#catalogue td {
	padding: 0;
	vertical-align: middle;
}

table#catalogue td div.product {
	padding-right: 10px;
	border-right: 2px solid #000;

}

table#catalogue td div.product a {
	padding: 0px;
	margin-right: 10px;
}



#catalogue h2 {
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 1em;
	text-align: left;
	width: 130px;
}

#catalogue .icons {
	position: absolute;
	right: 0;
} 

#catalogue .icons img {
	padding: 3px 0 0px;
}



#catalogue .place {
	text-align: left;
	width: 130px;
}

#catalogue .place a {
	border-bottom: 1px dashed #666;
	color: #666;
	text-decoration:  none;
	
}

#catalogue .place a.continent {
	border-bottom: 1px solid #666;
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
}

#catalogue div.price span {
	font-size: 8px;	
}


#catalogue div.price {
	background: #000;
	color: #fff;
	font-size: 1.8em;
	padding: 0 10px 0 10px;
	position:absolute;
	text-align: center;
	top:176px;
	right:1px;
	height:33px;	
}

table.product {
	margin-bottom: 40px;
	margin-top: 50px;
	width: 100%;
}

table.product td {
	padding: 0 5px;
}

th#productimage {
	text-align: left;
	vertical-align: top;
	width: 220px;
}

td#productprice {
	background: #000;
	color: #fff;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	width: 100px;
	white-space: nowrap;
}

td#producttitle {
	border-bottom: 1px solid #ccc;
	height: 30px;
	padding-right: 20px;
	vertical-align: top;
}

td#productdescription {
	padding-right: 20px;
	text-align: justify;
	vertical-align: top;
}

div#changecurrency {
	padding-top: 1px;
}

div#changecurrency a.current {
	background: #333;
	color: #fff;
	display: block;
	float:left;
	font-weight: bold;
	text-align: center;
	text-decoration:  none;
	width: 50%;
}

div#changecurrency a {
	background: #ccc;
	color: #8C8C8C;
	display: block;
	float:left;
	font-weight: bold;
	text-align: center;
	text-decoration:  none;
	width: 50%;
	
}

a#buybutton {
	background: #EC1C24;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
}


div#productcomments {
	margin-top: 15px;
	text-align: center;
}

div#productcomments span {
	background: url(/img/comments.gif);
	display: block;
	height: 39px;
	font-size: 2em;
	margin: 5px auto;
	width: 36px;
	
}

table#producttags th {
	padding-right: 20px;
	vertical-align: top;
}

table#producttags td {
	color: #999;
}

table#producttags a {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

table#producttags a:hover {
	text-decoration: underline;
}

table#productregion th {
	padding-right: 20px;
	vertical-align: top;
}

table#productregion td {
	color: #999;
}

table#productregion a {
	border-bottom: 1px dashed #666;
	color: #666;
	text-decoration: none;
}

table#productregion a b {
	color: #666;
	font-size: 1.1em;
	font-style: italic;
}


table#productregion a:hover {
	text-decoration: underline;
}





div#instock {
	margin-bottom: 10px;
	margin-top: 5px;
}

div#instock b {
	color: #EC1C24;
}

#catalogue {
	margin-top: 10px;
}

#catalogue div.isnew {
	background-image:url(/img/icon-new.png);
	height:44px; width:96px;
	position: absolute;
	left: 110px; top:10px;_left: 33px;
	text-indent: -10000px;
}



*html #catalogue div.isnew  {
	background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/icon-new.png',sizingMethod='scale');
}


#catalogue div.discount {
	background-image:url(/img/icon-discount15.png);
	height:44px; width:96px;
	position: absolute;
	left: 110px; top:10px;_left: 33px;
	text-indent: -10000px;
}



*html #catalogue div.discount  {
	background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/icon-discount15.png',sizingMethod='scale');
}

div.pager {
	font-size: 1.2em;
	line-height: 15px;
	margin-top: 2em;
	vertical-align: middle;
}

div.pager span {
  	color: #231f20;
	font-size: 1.7em;
	font-weight: bold;
}
 
div.pager a {
 	color: #4c4c4c;
	text-decoration: none;
}

a.arrow-prev,a.arrow-next {
	background: url(/img/arrows-pager.gif) 0 3px no-repeat;
	padding: 0 7px;
}

a.arrow-prev span,a.arrow-next span {
	display: none;
} 

a.arrow-prev {
	background-position: -14px 3px;
}


/*************************************************************** ART STYLES */
table#art {
	margin-top: 30px;
	width: 100%;
}

table#art h3 {
	border-bottom: 1px solid #d0d2d4;
	margin-bottom: 5px;
}

table#art th {
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
	width: 200px;
}

table#art th a {
	display: block;
	opacity:0.6;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	filter: alpha(opacity=60);
}

table#art th a:hover, table#art th a.active {
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	filter: alpha(opacity=100);
}


table#art td {
	vertical-align: top;
	width: 50%;
}

.artist-description {
	border-top: 1px solid #d0d2d4;
	color: #404040;
	font-size: 1.2em;
	font-weight: 200;
}

.art-description {
	color: #666;
	font-size: 1.2em;
	font-weight: 200;
}

h2#artist {
	font-size: 15px;
	float: right;
	margin-top: -25px;
}



/*************************************************************** FOOTER STYLES */
div#footer {
	padding-bottom: 80px;
	margin-top: 90px;
}

ul#footer-logos li {
	float: left;
}


ul#footer-logos li a {
	display: block;
	float: left;
	height: 52px;
	margin-left: 30px;
	outline: none;
	text-indent: -100000px;
	width: 73px;

}

ul#footer-logos li#footer-logo-godobobo a {
	background: url(/img/logo-gb.gif) no-repeat;
}

ul#footer-logos.ru li#footer-logo-godobobo a {
	background: url(/img/ru/logo-gb.gif) no-repeat;
}


ul#footer-logos li#footer-logo-uplab a {
	background: url(/img/logo-uplab.gif) no-repeat;
}

ul#footer-logos.ru li#footer-logo-uplab a {
	background: url(/img/ru/logo-uplab.gif) no-repeat;
}

ul#footer-logos li#footer-logo-drooky a {
	background: url(/img/logo-drooky.gif) no-repeat;
}

ul#footer-logos.ru li#footer-logo-drooky a {
	background: url(/img/ru/logo-drooky.gif) no-repeat;
}

ul#footer-logos li#footer-logo-drooky a:hover,ul#footer-logos li#footer-logo-uplab a:hover,ul#footer-logos li#footer-logo-godobobo a:hover {
	background-position: 0 -52px;
}

ul#footer-menu {
	position: absolute;
	right: 37px;
	top: 25px;
}




ul#footer-menu li {
	float: left;
}

ul#footer-menu li a {
	background-image: url(/img/ua/footer-menu.png);
	background-repeat: none;
	display: block;
	float: left;
	height: 9px;
	margin-left: 16px;
	outline: none;
	overflow: hidden;
	text-indent: -100000px;
}

ul#footer-menu.ru a {
	background-image: url(/img/ru/footer-menu.png);
}

li#footer-menu-main a {
	width: 59px;
}

li#footer-menu-main a:hover {
	background-position: 0 -9px;
}  

li#footer-menu-cart a {
	background-position: -60px 0;
	width: 47px;
}

.ru li#footer-menu-cart a {
	width: 55px;
}

li#footer-menu-cart a:hover {
	background-position: -60px -9px;
} 

li#footer-menu-payment a {
	background-position: -116px 0;
	width: 51px;
}

li#footer-menu-payment a:hover {
	background-position: -116px -9px;
} 

li#footer-menu-delivery a {
	background-position: -167px 0;
	width: 66px;
}

li#footer-menu-delivery a:hover {
	background-position: -167px -9px;
} 

li#footer-menu-wheretobuy a {
	background-position: -233px 0;
	width: 75px;
}


.ru li#footer-menu-wheretobuy a {
	width: 80px;
}

li#footer-menu-wheretobuy a:hover {
	background-position: -233px -9px;
} 

li#footer-menu-contacts a:hover {
	background-position: -313px -9px;
} 

li#footer-menu-contacts a {
	background-position: -313px 0;
	width: 66px;
}


table#main {
	
	width: 100%;
}

table#main td#beckie-footer-left {
	background: url(/img/beckie-footer-left.png) 40px 0 no-repeat;height: 120px;
}

table#main td#beckie-footer-right {
	background: url(/img/beckie-footer-right.png) 140px 0 no-repeat
}

table#main td#beckie-top-left {
	background: url(/img/beckie-birds.jpg) bottom left no-repeat;
	height: 212px;
}




table#main {
	background: url(/img/beckie-bio.jpg) no-repeat top center;
	width: 100%;
}

table#main td#beckie-top-right {
	background: url(/img/beckie-bio-top-right.png) right 40px no-repeat;
	height: 212px;
}

table#main td#sidebar {
	background: url(/img/beckie-left.png) no-repeat left 40px;
}

table#main td#rightbar {
	background: url(/img/beckie-bio-right.png) right bottom no-repeat;
}


table#main.music {
	background: url(/img/dragon.jpg) no-repeat top center;
	width: 100%;
}

table#main.music td#beckie-top-left {
	background: url(/img/beckie-birds.jpg) bottom left no-repeat;
	height: 212px;
}

table#main.music td#beckie-top-right {
	background: url(/img/mouse.png) right 40px no-repeat;
	height: 212px;
}

table#main.music td#sidebar {
	background: url(/img/beckie-music-left.png) no-repeat left 150px;
}

table#main.music td#rightbar {
	background: url(/img/right-beckie.png) top right no-repeat;
}

table#main.music td#beckie-footer-left {
	background: url(/img/beckie-music-footer-left.png) 100px bottom no-repeat;height: 212px;
}

table#main.music td#beckie-footer-right {
	background: url(/img/beckie-music-footer-right.png) top left no-repeat
}





table#main.video {
	background: url(/img/beckie-video.jpg) no-repeat top center;
	width: 100%;
}

table#main.video td#beckie-top-right {
	background: url(/img/beckie-video-top-right.png) right 10px no-repeat;
	height: 212px;
}

table#main.video td#sidebar {
	background: url(/img/beckie-video-left.png) no-repeat left top;
}

table#main.video td#rightbar {
	background: url(/img/beckie-video-right.png) right bottom no-repeat;
}




/*************************************************************** ARROWS STYLES */
div#arrows {
	height: 21px; width: 52px;
	margin: 0 auto;
}

div#arrows a.left {
	background: url(/img/arrows.gif) no-repeat;
	display: block;
	float: left;
	height: 21px; width: 26px;
}

div#arrows a.right {
	background: url(/img/arrows.gif) no-repeat -26px 0;
	display: block;
	float: left;
	height: 21px; width: 25px;
}

div#bigImages {
	margin: 0 auto 450px;
	width: 446px;
}




/*************************************************************** CART STYLES */

#carttable {
	border-collapse: collapse;
	width: 100%;
}

#carttable td {
	font-size: 1em;
	padding: 10px 5px;
}

#carttable th {
	border-right: 1px solid #fff;
	font-size: 1em;
}

a.icondelete {
	background:url(/img/global/icon-delete.gif) no-repeat;
	display: block;
	height: 16px; width:16px;
	overflow: hidden;
	text-indent: 10000px;
}

a:hover.icondelete {
	background-position:  -16px 0;
}

#carttable div.highlight  {
	font-size: 1em;
	margin-left: 20px;
}

/*************************************************************** COMMENTS STYLES */
.comments-loading {	display: none;	height: 16px;	text-align: left;}
.comments-image {	border: 0px;}
.comments img, .comments-loading img, .comments-image img {	border: 0px;	padding: 0px;	margin: 0px;	vertical-align: middle;}
.commentsblock{ margin-top: 10px; text-align: left}
.commentsblock a  {
	color: #000;
}
.commentform {display:none; font-size:11px; font-weight:normal; margin: 5px 0 10px 0}
.commentform textarea {width: 90%; height: 100px; font: normal 11px tahoma, Verdana, Arial, Helvetica, sans-serif}
.commentform input, .commentform form {margin-top: 5px;}
#comments {margin-top: 10px}
.commentDate {font-size: 11px; color: #999999; margin-bottom: 10px; float: right}
.commentDate a {font-size: 11px; color: #999999 }
.commentName {float: left}
table#commenttable  {margin-top: 10px;width: 100%;}
#commenttable th {vertical-align: top; text-align: center;width: 120px;}
#commenttable td {vertical-align: top; text-align: left; font-size: 11px; font-weight: normal; }
#commenttable td { background-color: #e8f8e6; padding: 5px 5px 5px 10px;  border-left: 2px solid #8cd63f}
#commenttable td.secondrow {background-color: #eee; border-left: 2px solid #00abff}
#commenttable td.commentdivider {background: none;border: none; height: 15px;}
#commenttable .avatar {
	border: 1px solid #ccc;
	float: left;
	padding: 5px;
	width:100px;
	}



/*************************************************************** FEEDBACK STYLES */
 .feedbackMessageErr {
	color: #CC0000;
}

div#contactmessage {
	width: 300px;
}

.feedbackform {
	margin: 0;
	padding:0;
}

table#feedback {
	margin-top: 0px;
	*margin-top: 0px;
}


table#feedback input {
	border: 1px solid #8c8c8c;
	margin-bottom: 3px;
	*margin-bottom: 0px;
	margin-left: 3px;
	margin-right: 10px;
	width: 200px;
}

table#feedback input.securecode {
	border: 1px solid #8c8c8c;
	margin-left: 3px;
	margin-top: 3px;
	width: 35px;
}
table#feedback input.submit {	

	/*border: 1px solid #333;
	color: #fff;
	font-size: 1em;
	height: 30px;
	margin-right: 10px;
	*margin-top: 3px;
	width: 100px;*/
}

table#feedback  img {
	display: inline;
	padding-bottom: 4px;
	vertical-align: middle;
}

html:first-child table#feedback  img {
	padding-bottom: 7px;
}



table#feedback textarea {
	border: 1px solid #8c8c8c;
	margin-bottom: 3px;
	height: 120px;
	overflow: hidden;
	width: 520px;
	*width: 523px;
}

table#feedback th {
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 50px;
}



/*************************************************************** FAQ STYLES */
ul#faq {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#faq  a {
	font-weight: bold;
}


ul#faq li {
	margin-top: 5px;
	padding: 0;
}
/*************************************************************** ERROR STYLES */
.error {
	color: #FF0000;
}

.error_msg {
	color: #FF0000;
	display: none;
}

.error_msg_vis {
	color: #FF0000
}

b.important {
	color: #D90000; 
	font-size: 1em;
}

/*************************************************************** HIGHLIGHT STYLES */
div.highlight { height: 19px; line-height: 19px; font-weight: normal; margin-bottom: 1em; font-size: 1.5em; text-transform: lowercase; }
div.highlight span { background: url("/img/highlight.gif") no-repeat; padding: 0 0 0 9px; float: left; color: #fff; }
div.highlight small { float: left; background: url("/img/highlight.gif") no-repeat -142px 0; padding-left: 9px; color: #89897c; display: block; height: 19px; }

/*************************************************************** LOGIN POPUP STYLES */
#login-popup {
	display: none;
}

#TB_window .title {text-align: left;}
#TB_window .logininput {width: 100%;}

/*************************************************************** MUSIC STYLES */
table#music {
	margin-top: 30px;
	width: 100%;
}

table#music th {
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
	width: 300px;
}

.track-description {
	color: #666;
	font-size: 1.2em;
}

/*************************************************************** NEWS/BLOG STYLES */

.newslist {
	margin-top: 20px;
}

.newslist h2 {
	color: #404040;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 5px;
	
}

.newsdate {
	color: #666;
	float: right; 
}

.description {
	color: #666;
	font-size: 1.2em;
	
	margin-top: 1em;
}

/*************************************************************** PREV NEXT STYLES */
div#prevnext {
	border-bottom: 1px solid #d0d2d4;
	padding-bottom: 5px;
	padding-top: 10px;
}

div#prevnext a {
	font-size: 1.2em;
	text-decoration: none;
}

a.prev {
	background: url(/img/arrow-left.gif) 0 2px no-repeat;
	float: left;
	line-height: 13px;
	padding-left: 15px;
}

a.next {
	background: url(/img/arrow-right.gif) right 2px no-repeat;
	float: right;
	line-height: 13px;
	padding-right: 15px;
}

/*************************************************************** RIGHTBAR STYLES */
td#rightbar {
	color: #666;
	padding: 0 30px 20px 20px;
	vertical-align: top;
	width: 200px;
}


#rightbar span.date {
	border-bottom:  1px solid #e2e4e5;
	display: block;
	font-size: 1.3em;
	margin-top: 20px;
}

td#rightbar a {
	font-size: 1.2em;
}

td#rightbar .short {
	font-size: 1.2em;
}

a#rss {
	background: url(/img/rss.png) no-repeat;
	color: #ababab;
	display: block;
	font-size: 1.2em;
	line-height: 18px;
	padding-left: 25px;
	text-decoration: none;
	vertical-align: bottom;
}

a#rss:hover {
	text-decoration: underline;
}



/*************************************************************** SEARCH STYLES */
.searchtopic {
	font-size: 2em;
	margin-top: 10px;
}

.searchresults h4 {
	margin-bottom: 5px;
	margin-top: 10px;
}

.searchresults p {
	margin: 0;
	padding: 0;
}

/*************************************************************** SIDEBAR STYLES */
td#sidebar {
	padding-top: 0px;
	vertical-align: top;
	width: 255px;
}


ul#sidebar-menu {
	width: 222px;
}


ul#sidebar-menu li {
	float: left;
}


ul#sidebar-menu li a {
	background-repeat: none;
	display: block;
	float: left;
	height: 52px;
	margin-left: 16px;
	outline: none;
	text-indent: -100000px;
	width: 240px;
}



ul#sidebar-menu li a span {
	background: url(/img/ru/menu-v2.png) no-repeat;
	display: block;
	float: left;
	height: 42px;
	outline: none;
	text-indent: -100000px;
	width: 240px;
}

ul#sidebar-menu.en li a span {
	background: url(/img/en/menu-v2.png) no-repeat;
	background-repeat: none;
	display: block;
	float: left;
	height: 52px;
	outline: none;
	text-indent: -100000px;
	width: 240px;
}






ul#sidebar-menu li a:hover, ul#sidebar-menu li a.active {
	background: url(/img/eye.png) no-repeat top right;
}



li#sidebar-menu-news a {
	background-position: 0 0;
}

li#sidebar-menu-news a span {
	background-position: 0 0;
}

ul#sidebar-menu li#sidebar-menu-music a span {
	background-position: 0 -52px;
}

ul#sidebar-menu li#sidebar-menu-video a span {
	background-position: 0 -100px;
}

ul#sidebar-menu li#sidebar-menu-art a span {
	background-position: 0 -145px;
}

ul#sidebar-menu li#sidebar-menu-blog a span {
	background-position: 0 -190px;
}

ul#sidebar-menu li#sidebar-menu-bio a span {
	background-position: 0 -240px;
}

ul#sidebar-menu li#sidebar-menu-contact a span {
	background-position: 0 -285px;
}

ul#sidebar-menu li#sidebar-menu-links a span {
	background-position: 0 -335px;
}


ul#sidebar-menu.en li#sidebar-menu-music a span {
	background-position: 0 -52px;
}

ul#sidebar-menu.en li#sidebar-menu-video a span {
	background-position: 0 -115px;
}

ul#sidebar-menu.en li#sidebar-menu-art a span {
	background-position: 0 -185px;
}

ul#sidebar-menu.en li#sidebar-menu-blog a span {
	background-position: 0 -255px;
}

ul#sidebar-menu.en li#sidebar-menu-bio a span {
	background-position: 0 -325px;
}

ul#sidebar-menu.en li#sidebar-menu-contact a span {
	background-position: 0 -385px;
}

ul#sidebar-menu.en li#sidebar-menu-links a span {
	background-position: 0 -445px;
}




/*************************************************************** TAGS STYLES */
#tagcloud strong {
	background: #ccc;
	display: block;
	margin-top: 20px;
	padding: 2px 5px;
	text-transform: lowercase;
}

#tagcloud a {
	color: #808080;
	font-weight: bold;
	text-decoration:  none;
}

#tagcloud a:hover {
	text-decoration: underline;
}


/*************************************************************** VIDEO STYLES */
table#video {
	margin-top: 30px;
	width: 100%;
}

table#video th {
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
	width: 110px;
}

table#video th a {
	display: block;
	opacity:0.6;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	filter: alpha(opacity=60);
}

table#video th a:hover, table#video th a.active {
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	filter: alpha(opacity=100);
}


table#video td {
	vertical-align: top;
}

.track-description {
	color: #666;
	font-size: 1.2em;
}


/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:11px;
}
.vscrollerbar {
background-image: url(/img/vscroller-v2.png);
width: 11px;
/* following is the bit that allows us fixed height scrollbars */
height: 33px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(/img/vscroller-v2.png);
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/img/vscroller.png');
background-image: none;
}




.vscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

