@CHARSET "UTF-8";

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 1000px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 1000px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 1000px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  1000px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 1000px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 183px;
    left: 40px;
    width: 18px;
    height: 14px;
    cursor: pointer;
    background: transparent url(/images/index/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -19px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 183px;
    left: 11px;
    width: 18px;
    height: 14px;
    cursor: pointer;
    background: transparent url(/images/index/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -19px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    top: 196px;
    left: 28px;
    width: 14px;
    height: 18px;
    cursor: pointer;
    background: transparent url(/images/index/next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -19px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 165px;
    left: 28px;
    width: 14px;
    height: 18px;
    cursor: pointer;
    background: transparent url(/images/index/prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -19px;
}

/* Bookshelf settings -- start */
.shelfsControl {
	background: url(/images/index/navigation_bg.png) no-repeat;
	height: 50px;
	margin: -80px 0 0 10px;
	overflow: hidden;
	width: 50px;
}

#shelfOneContainer {
	background: url(/images/index/shelf_one_bg.jpg) no-repeat;
	height: 245px;
	text-align: center;
}

#shelfOneContainer img { margin: 0 30px; }

#shelfOneContainer .main { padding-top: 35px; }
#shelfOneContainer .previewTopParts { padding-top: 34px; }

#shelfTwoContainer {
	background: url(/images/index/shelf_two_bg.jpg) no-repeat;
	height: 245px;
	text-align: center;
}

#shelfTwoContainer img { margin: 0 30px; }

#shelfTwoContainer .previewBottomParts { padding-bottom: 35px; }
/* Bookshelf settings -- end */

/* Tabs for main banner - start */
/*
#bannerMenu {
	float: left;
	cursor: pointer;
	height: 33px;
	width: 606px;
}
*/
#bannerMenu div.tab {
	float: left;
	font: 1.3em Tahoma;
	height: 27px;
	padding-top: 6px;
	text-align: center;
}

#bannerMenu div.selected {
	color: #b3509e;
	font-weight: bold;
}

#bannerMenu #soonTab { width: 150px;}
#bannerMenu #newTab { width: 142px; }
#bannerMenu #eventsTab { width: 137px; }
#bannerMenu #authorsTab { width: 163px; }
/* Tabs for main banner - end */

/* Main banner settings - start */
#banner {
	border-bottom: 5px solid #ba62a4;
	border-left: 1px solid #ba62a4;
	border-right: 1px solid #ba62a4;
	height: 254px;
	width: 597px;
}

.innerfade { text-align: left; }

#bannerSwitcher {
	float: right;
	height: 200px;
	margin-top: -200px;
	text-align: right;
	padding: 0 10px;
	position: relative;
	width: 20px;
	z-index: 6;
}

#switcherWrapper {
	bottom: 10px;
	position: absolute;
	right: 10px;
}

#switcherWrapper div { cursor: pointer; }
/* Main banner settings - end */

/* Promotion section start */
#promo {
    background: #edf2ff;
    border: 1px solid #e3d9bd;
    margin-top: 4px;
    padding: 0 4px 4px;
}

#promo .cell {
    background: #f9f1d7;
    border: 1px solid #e3d9bd;
    margin-top: 4px;
    height: 290px;
    width: 290px;
}

#promo .cell a { text-decoration: none; }
#promo .cell h3 {
	font: 1.4em Georgia;
	padding: 5px 0 10px;
}
#promo .cell h3 a { color: #203f91; }

#promo .cell .text {
	padding: 5px 10px;
	text-align: left;
}

#promo .rightCell { margin-left: 297px; }
/* Promotion section end */

/* Special section start */
#specialAction{
	margin-top: 1px;
	*margin-top: 4px;
	padding-bottom: 4px\0/;
}

#bannerMenu {
    background: url(/images/index/new_hover_menu_bg1.jpg) no-repeat;
    cursor: pointer;
    float: left;
    height: 33px;
    margin-left: 4px;
    width: 599px;
}
/* Special section end */

/* News section start */
#newsHeader {
	background: url(/images/index/news_header.jpg) no-repeat;
	width: 194px;
	height: 30px;
	border: 1px solid #b4976f;
	margin-top: 5px;
}

#newsBody {
	width: 196px;
}

#newsBody .newsLine {
	display: inline;  /* IE list gap fix */
}

#newsBody .newsHref {
	border: 1px solid #b4976f;
	border-style: none solid solid solid;
	display: block;
	background: url(/images/index/news_bg.gif) repeat-x;
	width: 186px;
	height: 30px;
	font: normal 12px Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	outline: none;
}

#newsBody .newsHref:hover {
	background: url(/images/index/news_bg_h.gif) repeat-x;
	color: #B3509E;
}

#newsBody .newsHead {
	display: block;
	cursor: pointer;
	width: 186px;	/* IE6 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#newsBody .newsDate {
	display: block;
	text-align: right;
	color: #a68a73;
}
/* News section end */


/*
#head {
	height: 133px;
}

.bodyContainer{
	margin-top:0px;
}
*/

#middleColumn {
    margin: 0px 0px 0px 4px;
    width: 800px;
	float:left;
}

#mainPage{
	float:none;
	height: auto;
	margin-top:2px;
}

#rubricator {
    margin-top: -3px;
}

#flashBan{
	float:left;
	margin-top:2px;
	margin-right:5px;
}

#itemOfTheDayMain{
	float:left;
	height:247px;
	border:1px solid #b4976f;
	background:none;
	padding-top:0px;
	margin-top:2px;
	margin-bottom:11px;
	width:362px;
	font-size: 0.8em;
	*margin-bottom:7px;
	margin-bottom:7px\0/;
}

#itemOfTheDayMain #mainPageBlockHeader{
	background: url("/images/common/dayOfTheMainHead.jpg") no-repeat;
	height:28px;
	padding:0px;
}

#genWord {
    background: url("/images/item_of_the_day/day_item_header.jpg") no-repeat;
    border: 1px solid #B4976F;
    border-bottom:none;
    height: 31px;
    margin-top: 7px;
    width: 194px;
}

#bannerMenu {
    background: url("/images/index/events_hover_menu_bg2.jpg") no-repeat;
    cursor: pointer;
    float: left;
    height: 33px;
    margin-left: 0px;
    width: 430px;
}

#bannerMenu #newTab {
    width: 132px;
}

#mainPageBlockHeader {
    background: url("/images/common/genius_header2.jpg") repeat-x;
	border-bottom:1px solid #b4976f;
    border-left: none;
    color: #422207;
    font-size: 1.7em;
    font-weight: bold;
    padding: 3px 0px 4px 15px;
    margin-top: 0px;
    float:none;
    text-align: left;
}

#mainPageBlockHeader span{
    color: #B3509E;
}

#blockSection{
    float: left;
	border:1px solid #b4976f;
	margin-bottom:10px;
    width: 797px;
}

#blockSection #product{
	border-right:none;
	padding:4px 5px 8px 5px;
	height:auto;
}

#blockSection #mainPageBlockHeader{
	font-size:1.3em;
}

#blockSectionMain{
	border:none;
	height:auto;
}

#blockSectionMain #lookAll{
	border-top:none;
	height:18px;
}

#blockSection #product .buyButton{
	height:25px;
	margin-top:0px;
	padding-bottom:0px;
	background: url("/images/one_item/buyButton.jpg") no-repeat center 0;
}

#blockSection #product .inButton{
	height:25px;
	margin-top:0px;
	background: url("/images/one_item/buyButton.jpg") no-repeat center 0;
}

#blockSection #product .buyButton a{
	background: none;
}

#blockSection #product .inButton a {
    background: none;
}

#blockSection #product .price{
    width: 100%;
}

#blockSection #product .title{
	margin-bottom: 6px;
    margin-top: 6px;
}

#blockSection #product .cena{
	margin-bottom:5px;
}

#genius{
	height:253px;
}

#blockSection #product .image{
	height:140px;
}

#pin{
    top: 29px;
}

#itemOfTheDayDesc{
	height: 218px;
	width: 362px;
	overflow: hidden;
	position: relative;
	display: block;
	background-color: #FFFFFF;
}

#itemOfTheDayDesc #leftArrow{
	background-color:#FFFFFF;
	width:19px;
	height: 22px;
	position:absolute;
	left:0;
	top:0;
	padding:101px 1px 95px 4px;
	cursor:pointer;
}

#itemOfTheDayDesc #leftArrowImg{
	width: 16px;
	height: 16px;
}

#itemOfTheDayDesc #rightArrowImg{
	width: 16px;
	height: 16px;
}

#itemOfTheDayDesc #rightArrow{
	background-color:#FFFFFF;
	width:19px;
	height: 22px;
	position:absolute;
	right:0;
	top:0;
	padding:101px 1px 95px 4px;
	cursor:pointer;
}

#itemOfTheDayDesc #centerWrap{
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 500%;
	margin-left:25px;
}

#itemOfTheDayDesc #center{
	float:left;
	height: 218px;
	background-color:#FFFFFF;
	width: 312px;
	overflow: hidden;
	position: relative;
	display: block;
}

#itemOfTheDayDesc tbody {
	height: 218px;
}

#itemOfTheDayDesc .title {
	font-size: 12px;
	font-weight: bold;
	height: 54px;
	padding-left: 11px;
	padding-top: 8px;
	text-align: left;
	width: 180px;
	margin-bottom:4px;
	line-height:15px;
	float: left;
}

#itemOfTheDayDesc .title a{
	color:#422207;
	text-decoration:none;
}

#itemOfTheDayDesc .price{
	width:175px;
	height:33px;
	background: url("/images/common/disountDayOfItem.png") no-repeat;
	font-family: Georgia;
	font-size: 20px;
	padding-top:5px;
	text-align: left;
	margin-left:8px;
	float: left;
	position: relative;
	color: #FEF7E1;
}

#itemOfTheDayDesc .price span{
	font-weight:bold;
	color: #FEF7E1;
}

#itemOfTheDayDesc .price span.discount{
	color:#422207;
	font-family: century gothic;
	font-size: 14px;
}

#itemOfTheDayDesc .price .left{
	text-align: center;
	width: 110px;
}

#itemOfTheDayDesc .price .right{
	padding-right: 5px;
	text-align: center;
	width: 60px;
}

#itemOfTheDayDesc .price .zero{
	color: #422207;
	font-family: Georgia;
	font-size: 11px;
}

#itemOfTheDayDesc .time{
	font-size: 11px;
	margin-left: 10px;
	margin-top: 16px;
	width: 175px;
	float: left;
}

#itemOfTheDayDesc .buyButton a {
	display: block;
	background:url("/images/index/buyItemOfTheDay.png") no-repeat;
	margin-left: 8px;
	margin-top: 16px;
	width: 175px;
	height:38px;
	float: left;
}

#itemOfTheDayDesc .cartButton a {
	display: block;
	background:url("/images/index/v_korzine.png") no-repeat;
	margin-left: 8px;
	margin-top: 16px;
	width: 175px;
	height:38px;
	float: left;
}

#itemOfTheDayDesc .time span{
	color: #242D83;
}

#itemOfTheDayDesc .time span span{
	font-size: 1.6em;
}

#itemOfTheDayDesc .img{
	padding-right:2px;
}

#itemOfTheDayDesc .img img{
}

#itemOfTheDayDesc .detailed{
	font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 10px;
    text-align: right;
}

#itemOfTheDayDesc .detailed a{
	color: #242D83;
	text-decoration:none;
}

#itemOfTheDayDesc .detailed a:hover{
	text-decoration:underline;
}

#itemOfTheDayDesc .all{
	bottom: 10px;
	font-size: 14px;
	position: absolute;
right: 10px;
}

#itemOfTheDayDesc .all a{
	color: #242D83;
	text-decoration:none;
}

#itemOfTheDayDesc .all a:hover{
	text-decoration:underline;
}

#banner {
  height: 215px;
  width: 428px;
  margin-bottom:0px;
  border:1px solid #b4976f;
  border-bottom:none;
}

#leadersHead{
	display:none;
}

#blockSection2012{
    float: left;
        border:1px solid #b4976f;
        margin-bottom:10px;
    width: 1000px;
}

#blockSection2012 #mainPageBlockHeader{
        font-size:1.3em;
}

#blockSection2012 #product2012{
        border-right:none;
        padding:4px 5px 8px 5px;
        height:auto;
	float: left;
	width: 240px;
}

#blockSection2012 #product2012 .buyButton{
        height:25px;
        margin-top:0px;
        padding-bottom:0px;
        background: url("/images/one_item/buyButton.jpg") no-repeat center 0;
}

#blockSection2012 #product2012 .inButton{
        height:25px;
        margin-top:0px;
        background: url("/images/one_item/buyButton.jpg") no-repeat center 0;
}

#blockSection2012 #product2012 .buyButton a{
        background: none;
	color: #422207;
    	font-size: 14px;
    	font-weight: bold;
    	padding: 3px 20px 5px 35px;
    	text-decoration: underline;
}

#blockSection2012 #product2012 .inButton a {
    font-size: 14px;
    font-weight: bold;
    background: none;
    padding: 3px 8px 5px 32px;
    text-decoration: underline;
}

#blockSection2012 #product2012 .price{
    font-family: georgia;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}

#blockSection2012 #product2012 .title{
//    margin-bottom: 6px;
    margin-top: 6px;
    color: #242D83;
    height:80px;
    font-weight: bold;
}

#blockSection2012 #product2012 .cena{
        margin-bottom:5px;
}

#blockSection2012 #product2012 .image{
        height:140px;
	float: left;
}

#blockSection2012 #product2012 .detail{
	float: left;
	margin-left: 5px;
	padding-bottom: 5px;
	width: 140px;	
	height:140px;
}

#blockSection2012 #product2012 .price span {
    color: #242D83;
    font-weight: bold;
    padding-right: 6px;
}

#blockSection2012 #product2012 .title a {
    color: #242D83;
    text-decoration: none;
}

