/* ##### Defaults ##### */
.clearer,
.clear{
	clear:both;
	width:0px;
	height:0px;
	margin:0;
	padding:0;
}
/*#### CSS 4 JS-Animation #####*/
/*#############################*/

/* ##### Widget 1col ##### */
.widgetCol1{
	position:relative;
	height:228px;
	width:220px;
	padding:0 0 10px 0;
	margin:0 0 0 0;
	font-family:Arial, sans-serif;
}
.widgetCol1 .widgetWrapper{
	height:219px;
	width:178px;
	z-index:5;
	padding: 19px 0 0 42px;
	position:relative;
	background-image:url('../img_shared/widgetBg.png');
	background-repeat:repeat-x;
	background-position:top left;
	-webkit-box-shadow: inset 0 0 10px rgba(114, 110, 100, 0.9);
	box-shadow: inset 0 0 10px rgba(114, 110, 100, 0.9);
	overflow:hidden;

}
.widgetCol1 .bookRack{
	position:relative;
}
.widgetCol1 .scrollLeft{
	position:absolute;
	top:140px;
	left:10px;
	width:12px;
	height:20px;
	background-image:url('../img_shared/scrollLeft.png');
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	outline:none;
}
.widgetCol1 .scrollLeft.inactive{
	opacity:0.2;
	cursor:default;
}
.widgetCol1 .scrollRight{
	position:absolute;
	top:140px;
	right:10px;
	width:12px;
	height:20px;
	background-image:url('../img_shared/scrollRight.png');
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	outline:none;
}
.widgetCol1 .scrollRight.inactive{
	opacity:0.2;
	cursor:default;
}
.widgetCol1 .widgetLink{
	position:absolute;
	bottom:16px;
	left:0;
	width:200px;
	display:block;
	font-size:0.85em;
	line-height:1.35;
}
.widgetCol1 .widgetLink a{
	color:#424242;
	text-decoration:none;
	margin:0 0 0 11px;
	padding:0 0 0 16px;
	background-image:url("../img_shared/linkArrow.gif");
	background-repeat:no-repeat;
	background-position:0 3px;
	display:block;
}

.widgetCol1 .bookRack{
	width:3024px;
}
.widgetCol1 .itemWrapper{
	position: relative;
	width:220px;
	height:160px;
	float:left;
	outline:none;
}
.widgetCol1 .item{
	position: absolute;
	float:left;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0,0,0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	margin: 0 0 0 0;
	bottom:0;
	outline:none;
}
.widgetCol1 .item .cover{
	border:1px solid #e1dcd2;
	border-right:none;
	z-index:2;
	float:left;
	bottom:0;
	position: relative;
}
.widgetCol1 .item .coverBorder{
	position: relative;
	z-index:2;
	width:5px;
	background-image:url('../img_shared/bookBorder.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	height:100%;
	display:block;
	float:left;
	border-top:1px solid #e1dcd2;
	border-bottom:1px solid transparent;
}
.widgetCol1 .shadowWrap{
	z-index: 1; 
	position: absolute; 
	content: "";
	width: 140px;
	height: 40px;
	background: rgba(114, 110, 100, 0.4);
	opacity:0.8;
	box-shadow: 0 0 10px rgba(114, 110, 100, 0.9);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skewX(-35deg);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	bottom:-2px;
	left:15px;
}

.widgetCol1 .toolTipContainer{
	height:455px;
	display:block;
	position:absolute;
	visibility:hidden;
	padding:0 0 0 0;
	top:0;
	left:-10px;
	z-index:8;
	width:240px;
	
}
.widgetCol1 .toolTipContainer .toolTipWrapper{
	height:455px;
	display:block;
	position:absolute;
	width:220px;
	margin-top:200px;
}
.widgetCol1 .toolTipContainer .toolTip{
	background-color:#fff;
	position:absolute;
	width:184px;
	padding:18px 18px 10px 18px;
	margin:0 10px 0 10px;
	box-shadow: 0px 0px 10px 2px #7d7b7b;
	cursor:default;
	color:#565656;
}
.widgetCol1 .toolTipContainer .toolTip .toolTipArrow{
	position:absolute;
	top:-90px;
	left:40px;
	border:none;
}
.widgetCol1 .toolTipContainer .toolTip .author{
	display:block;
	font-size:0.85em;
	line-height:1.35;
	margin:0 0 6px 0;
}
.widgetCol1 .toolTipContainer .toolTip .title{
	display:block;
	margin:0 0 6px 0;
	font-weight:bold;
	font-size:1.05em;
	line-height:1.15;
}
.widgetCol1 .toolTipContainer .toolTip .link{
	display:block;
	color:#e52b33;
	padding:0 0 0 10px;
	font-size:0.85em;
	line-height:1.35;
	background-image:url("../img_shared/redArrow.png");
	background-repeat:no-repeat;
	background-position:0 6px;
	cursor:pointer;
	margin:0 0 10px 0;
}
.widgetCol1 .toolTipContainer .toolTip .link:hover{
	color:#e52b33;
}


/* ##### Widget 2col ##### */
.widgetCol2{
	position:relative;
	height:228px;
	width:450px;
	padding:0 0 10px 0;
	margin:0 0 0 0;
	font-family:Arial, sans-serif;
}
.widgetCol2 .widgetWrapper{
	height:219px;
	width:384px;
	z-index:5;
	padding: 19px 0 0 42px;
	position:relative;
	background-image:url('../img_shared/widgetBg.png');
	background-repeat:repeat-x;
	background-position:top left;
	-webkit-box-shadow: inset 0 0 10px rgba(114, 110, 100, 0.9);
	box-shadow: inset 0 0 10px rgba(114, 110, 100, 0.9);
	overflow:hidden;
}
.widgetCol2 .bookRack{
	position:relative;
}
.widgetCol2 .scrollLeft{
	position:absolute;
	top:140px;
	left:10px;
	width:12px;
	height:20px;
	background-image:url('../img_shared/scrollLeft.png');
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	outline:none;
}
.widgetCol2 .scrollLeft.inactive{
	opacity:0.2;
	cursor:default;
}
.widgetCol2 .scrollRight{
	position:absolute;
	top:140px;
	right:10px;
	width:12px;
	height:20px;
	background-image:url('../img_shared/scrollRight.png');
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	outline:none;
}
.widgetCol2 .scrollRight.inactive{
	opacity:0.2;
	cursor:default;
}
.widgetCol2 .widgetLink{
	position:absolute;
	bottom:13px;
	left:0;
	display:block;
	font-size:0.85em;
	line-height:1.35;
}
.widgetCol2 .widgetLink a{
	color:#565656;
	text-decoration:none;
	margin:0 0 0 11px;
	padding:0 0 0 10px;
	background-image:url("../img_shared/redArrow.png");
	background-repeat:no-repeat;
	background-position:0 5px;
	display:block;
	
}

.widgetCol2 .bookRack{
	width:3024px;
}
.widgetCol2 .itemWrapper{
	position: relative;
	width:178px;
	height:180px;
	float:left;
	outline:none;
}
.widgetCol2 .item{
	position: absolute;
	float:left;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0,0,0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	margin: 0 0 0 0;
	bottom:0;
	outline:none;
}
.widgetCol2 .item .cover{
	border:1px solid #e1dcd2;
	border-right:none;
	z-index:2;
	float:left;
	bottom:0;
	position: relative;
}
.widgetCol2 .item .coverBorder{
	position: relative;
	z-index:2;
	width:5px;
	background-image:url('../img_shared/bookBorder.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	height:100%;
	display:block;
	float:left;
	border-top:1px solid #e1dcd2;
	border-bottom:1px solid transparent;
}
.widgetCol2 .shadowWrap{
	z-index: 1; 
	position: absolute; 
	content: "";
	width: 140px;
	height: 40px;
	background: rgba(114, 110, 100, 0.4);
	opacity:0.8;
	box-shadow: 0 0 10px rgba(114, 110, 100, 0.9);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skewX(-35deg);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	bottom:-2px;
	left:15px;
}

.widgetCol2 .toolTipContainer{
	height:450px;
	display:block;
	position:absolute;
	visibility:hidden;
	padding:0 0 0 0;
	top:0;
	left:-10px;
	z-index:8;
	width:446px;
	
}
.widgetCol2 .toolTipContainer .toolTipWrapper{
	height:350px;
	display:block;
	position:relative;
	margin-top:240px;
	width:446px;
}
.widgetCol2 .toolTipContainer .toolTip{
	background-color:#fff;
	position:absolute;
	width:390px;
	padding:18px 18px 8px 18px;
	margin:0 10px 0 10px;
	box-shadow: 0px 0px 10px 2px #7d7b7b;
	cursor:default;
	color:#565656;
	top:-20px;
}

.widgetCol2 .toolTipContainer .toolTip .toolTipArrow{
	border:none;
	position:absolute;
	top:-90px;
	left:40px;
	margin:0;
	padding:0;
}
.widgetCol2 .toolTipContainer .toolTip .author{
	display:block;
	font-size:1.0em;
	margin:0 0 6px 0;
}
.widgetCol2 .toolTipContainer .toolTip .title{
	display:block;
	margin:0 0 6px 0;
	font-weight:bold;
	font-size:1.05em;
	line-height:1.15;
}
.widgetCol2 .toolTipContainer .toolTip .link{
	display:block;
	color:#e52b33;
	padding:0 0 0 10px;
	font-size:1.0em;
	line-height:1.25;
	background-image:url("../img_shared/redArrow.png");
	background-repeat:no-repeat;
	background-position:0 5px;
	cursor:pointer;
	margin:0 0 10px 0;
}
.widgetCol2 .toolTipContainer .toolTip .link:hover{
	color:#e52b33;
}
/*#### CSS Fallback #####*/
/*#############################*/
/* ##### Widget 1col ##### */
.widgetCol1_fallback{
	width:220px;
	font-family:Arial, sans-serif;
	margin:7px 0 0 0;
}
.widgetCol1_fallback .itemWrapper{
	position: relative;
	width:220px;
	outline:none;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	border-bottom: 1px dashed #D4CDBF;
}
.widgetCol1_fallback .item{
	color: rgba(0,0,0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	margin: 0 0 0 0;
	bottom:0;
	outline:none;
	text-decoration:none;
	cursor:default;
}
.widgetCol1_fallback .item .cover{
	border:1px solid #e1dcd2;
	border-right:none;
	z-index:2;
	float:left;
	bottom:0;
	position: relative;
}
.widgetCol1_fallback .item .coverBorder{
	position: relative;
	z-index:2;
	width:5px;
	background-image:url('../img_shared/bookBorder.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	height:100%;
	display:block;
	float:left;
	border-top:1px solid #e1dcd2;
	border-bottom:1px solid transparent;
}
.widgetCol1_fallback .shadowWrap{
	z-index: 1; 
	position: absolute; 
	content: "";
	width: 140px;
	height: 40px;
	background: rgba(114, 110, 100, 0.4);
	opacity:0.8;
	box-shadow: 0 0 10px rgba(114, 110, 100, 0.9);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skewX(-35deg);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	top:112px;
	left:15px;
}
.widgetCol1_fallback .toolTip{
	background-color:#fff;
	margin:0 0 0 0;
	padding:0;
	cursor:default;
	display:block;
	clear:both;
}
.widgetCol1_fallback .toolTip .toolTipArrow{
	display:none;
}
.widgetCol1_fallback .toolTip .author{
	display:block;
	line-height:1.35;
	font-size:1.0em;
	padding:15px 0 5px 0;
}
.widgetCol1_fallback .toolTip .title{
	display:block;
	margin:0 0 6px 0;
	font-weight:bold;
	font-size:1.05em;
	line-height:1.15;
}
.widgetCol1_fallback .toolTip .link{
	display:block;
	color:#565656;
	padding:0 0 0 10px;
	font-size:1.0em;
	line-height:1.25;
	background-image:url("../img_shared/redArrow.png");
	background-repeat:no-repeat;
	background-position:0 5px;
	cursor:pointer;
	margin:0 0 10px 0;
}
.widgetCol1_fallback .toolTip .link:hover{
	color:#e52b33;
}
.widgetCol1_fallback .widgetLink{
	bottom:13px;
	left:0;
	width:210px;
	display:block;
	font-size:0.85em;
	line-height:1.35;
}
.widgetCol1_fallback .widgetLink a{
	color:#565656;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 0 0 10px;
	background-image:url("../img_shared/redArrow.png");
	background-repeat:no-repeat;
	background-position:0 5px;
	display:block;
}


/* ##### Widget 2col ##### */
.widgetCol2_fallback{
	font-family:Arial, sans-serif;
	margin:7px 0 0 0;
}
.widgetCol2_fallback .itemWrapper{
	position: relative;
	width:220px;
	outline:none;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	border-bottom: 1px dashed #D4CDBF;
}
.widgetCol2_fallback .item{
	color: rgba(0,0,0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	margin: 0 0 0 0;
	bottom:0;
	outline:none;
	text-decoration:none;
	cursor:default;
}
.widgetCol2_fallback .item .cover{
	border:1px solid #e1dcd2;
	border-right:none;
	z-index:2;
	float:left;
	bottom:0;
	position: relative;
}
.widgetCol2_fallback .item .coverBorder{
	position: relative;
	z-index:2;
	width:5px;
	background-image:url('../img_shared/bookBorder.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	height:100%;
	display:block;
	float:left;
	border-top:1px solid #e1dcd2;
	border-bottom:1px solid transparent;
}
.widgetCol2_fallback .shadowWrap{
	z-index: 1; 
	position: absolute; 
	content: "";
	width: 140px;
	height: 40px;
	background: rgba(114, 110, 100, 0.4);
	opacity:0.8;
	box-shadow: 0 0 10px rgba(114, 110, 100, 0.9);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skewX(-35deg);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	top:142px;
	left:15px;
}
.widgetCol2_fallback .toolTip{
	background-color:#fff;
	margin:0 0 0 0;
	padding:0;
	cursor:default;
	display:block;
	clear:both;
}
.widgetCol2_fallback .toolTip .toolTipArrow{
	display:none;
}
.widgetCol2_fallback .toolTip .author{
	display:block;
	line-height:1.15;
	font-size:1.0em;
	padding:15px 0 5px 0;
}
.widgetCol2_fallback .toolTip .title{
	display:block;
	margin:0 0 6px 0;
	font-weight:bold;
	font-size:1.05em;
	line-height:1.15;
}
.widgetCol2_fallback .toolTip .link{
	display:block;
	color:#565656;
	padding:0 0 0 10px;
	font-size:1.0em;
	line-height:1.25;
	background-image:url("../img_shared/redArrow.png");
	background-repeat:no-repeat;
	background-position:0 5px;
	cursor:pointer;
	margin:0 0 10px 0;
}
.widgetCol2_fallback .toolTip .link:hover{
	color:#e52b33;
}
.widgetCol2_fallback .widgetLink{
	bottom:13px;
	left:0;
	width:210px;
	display:block;
	font-size:0.85em;
	line-height:1.35;
}
.widgetCol2_fallback .widgetLink a{
	color:#565656;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 0 0 10px;
	background-image:url("../img_shared/redArrow.png");
	background-repeat:no-repeat;
	background-position:0 5px;
	display:block;
}



/*##### single Widgets #####*/
.widgetCol1_single{
	width:220px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.widgetCol1_single.line{
	border-bottom: 1px dashed #D4CDBF;
}
.widgetCol1_single .itemWrapper{
	position: relative;
	width:195px;
	outline:none;
	padding:0;
	margin:5px 0 0 0;
}
.widgetCol1_single .item{
	position: relative;
	float:left;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0,0,0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	margin: 0 0 15px 0;
	bottom:0;
	outline:none;
}
.widgetCol1_single .item .cover{
	border:1px solid #e1dcd2;
	border-right:none;
	z-index:2;
	float:left;
	bottom:0;
	position: relative;
}
.widgetCol1_single .item .coverBorder{
	position: relative;
	z-index:2;
	width:5px;
	background-image:url('../img_shared/bookBorder.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	height:100%;
	display:block;
	float:left;
	border-top:1px solid #e1dcd2;
	border-bottom:1px solid transparent;
}
.widgetCol1_single .shadowWrap{
	z-index: 1; 
	position: absolute; 
	content: "";
	width: 140px;
	height: 40px;
	background: rgba(114, 110, 100, 0.4);
	opacity:0.8;
	box-shadow: 0 0 10px rgba(114, 110, 100, 0.9);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skewX(-35deg);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	bottom:-2px;
	left:15px;
	display:block;
}
.widgetCol1_single .author{
	font-weight:bold;
	color:#565656;
	font-size:0.75em;
	display:block;
	padding:0 0 6px 0;
}
.widgetCol1_single .title{
	font-weight:bold;
	color:#565656;
	font-size:1.05em;
	line-height:1.15;
	display:block;
	padding:0 0 6px 0;
}
.widgetCol1_single .widgetLink{
	display: block;
	color: #565656;
	padding: 0 0 0 10px;
	font-size: 0.75em;
	line-height: 1.25;
	background-image: url("../img_shared/redArrow.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
	cursor: pointer;
	margin: 0 0 0 0;
}


.widgetCol2_single{
	width:440px;
	padding:0 0 10px 10px;
	margin:0 0 10px 0;
}
.widgetCol2_single.line{
	border-bottom: 1px dashed #D4CDBF;
}
.widgetCol2_single .itemWrapper{
	position: relative;
	width:160px;
	float:left;
	outline:none;
	padding:0;
	margin:5px 0 0 0;
}
.widgetCol2_single .description{
	width:260px;
	float:left;
	padding:3px 10px 0 0;
}
.widgetCol2_single .item{
	position: relative;
	float:left;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0,0,0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	margin: 0 0 5px 0;
	bottom:0;
	outline:none;
}
.widgetCol2_single .item .cover{
	border:1px solid #e1dcd2;
	border-right:none;
	z-index:2;
	float:left;
	bottom:0;
	position: relative;
}
.widgetCol2_single .item .coverBorder{
	position: relative;
	z-index:2;
	width:5px;
	background-image:url('../img_shared/bookBorder.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	height:100%;
	display:block;
	float:left;
	border-top:1px solid #e1dcd2;
	border-bottom:1px solid transparent;
}
.widgetCol2_single .shadowWrap{
	z-index: 1; 
	position: absolute; 
	content: "";
	width: 140px;
	height: 40px;
	background: rgba(114, 110, 100, 0.4);
	opacity:0.8;
	box-shadow: 0 0 10px rgba(114, 110, 100, 0.9);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skewX(-35deg);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	bottom:-2px;
	left:15px;
	display:block;
}
.widgetCol2_single .author{
	font-weight:bold;
	color:#565656;
	font-size:0.75em;
	display:block;
	padding:0 0 6px 0;
}
.widgetCol2_single .title{
	font-weight:normal;
	color:#565656;
	font-size:1.05em;
	line-height:1.15;
	display:block;
	padding:10px 0 14px 0;
}
.widgetCol2_single .widgetLink{
	display: block;
	color: #565656;
	padding: 0 0 0 10px;
	font-size:0.85em;
	line-height:1.35;
	background-image: url("../img_shared/redArrow.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
	cursor: pointer;
	margin: 0 0 0 0;
}