@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: 5;
}

#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: 291px;
}

#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: 4px; }
/* Special section end */