body, textarea {
	font-family: Helvetica, sans-serif;
}

body {
	font-size: 75%; /* 16px*0.75 = 12px */
	/*background: #fff; */
	background: #ebeaea;
	color: #565353;
	padding: 0;
	margin: 0;

	-webkit-tap-highlight-color: rgba(238,88,239, 0.5);
}

body.mobile {
	font-size: 85%;
}

body.popup {
	background: #fff;
}

.eps textarea {
	width: 400px;
	height: 300px;
	border: 1px solid #CCC;
}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Helvetica, sans-serif;
	color: #565353;
}

h1, .detailsTab {
	font-family: Georgia, serif;
	font-size: 1.4em;
	border-bottom: 1px solid #ff00ff;
	line-height: 1.3em;
	padding-bottom: .65em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

.CMSLinkTemplate .TTPublisherTemplate h1 {
	font-size: 1.2em;
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:focus, a:hover, a:active  {
	color: #f0f;
}

.errors {
	color: #c06;
	font-weight: bold;
}

.clearer { display:block; clear: both; float: none; height: 0; line-height: 0; font-size: 0; /**/ }

#RichTextEditor {
	float: left;
}

#Preview {
	float: left;
	position: relative;
}

#head {
	padding-top: 5px;
	padding-bottom: 10px;
	background: #fff;
}

#head a.homeLink {
	display:block;
	width:320px;
	height:72px;
	overflow:hidden;
	background: transparent url("/WO/Textunes.woa/Contents/WebServerResources/textunes_logo.gif") 0 5px no-repeat;
	text-indent: -1000px;
	float:left;
}

#head a.homeLink img { display:none; }

#title {
	position: relative;
	float:left;
	width:290px;
	padding:34px 15px 12px;
}

#title h2,
.mobile #title {
	display: none;
}

#head input {
	vertical-align: middle;
}

#head .field {
	font-family: Georgia, serif;
	font-size: 1.2em;
	color: #999;
	width: 200px;
	font-weight: bold;
	padding:0.3em 10px;
}

#voucher .field {
	font-size: 0.8em;
}

#head .field {
	border:0 none;
	
	border-radius:1.25em;
	-moz-border-radius:1.25em;
	-webkit-border-radius:1.25em;
	
	box-shadow:0 2px 2px 2px #999 inset;
	-moz-box-shadow:0 2px 2px 2px #999 inset;
	-webkit-box-shadow:0 2px 2px 2px #999 inset;
}

.mobile #head .field {
	border:1px solid #AAA;
}

/* ie hack*/
.desktop #head .field {
	border:1px solid #565353\9
}

#title .field { 
	width: 192px;
}

#voucher .field {
	width: 168px;
}

#head .field:focus, 
#head .field:hover {
	color: #f0f;
}

#head .submit {
	/* margin-left: 1em; */
	position: relative;
	float:right;
	top:0.3em;
}

.desktop #voucher .submit {
	top:0;
}

#voucher {
	position:relative;
	float:left;
	width:290px;
	height:44px;
	padding:10px 15px 10px;
	margin-top: -5px;	
	
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;	
	-webkit-border-radius:0 0 5px 5px;
	
	box-shadow:0 5px 5px 0 #AAAAAA;
	-moz-box-shadow:0 5px 5px 0 #AAAAAA;
	-webkit-box-shadow:0 5px 5px 0 #AAAAAA;		
}

.desktop #voucher {
	background-color:#ebeaea;
}

#voucher .links{
	font-size: 0.8em;
	padding:5px 0 0;
}

.mobile #voucher .links a { font-size:1.1em; }
 
.links {
	text-align:right;
	
	padding:10px 0 0;
}

#voucher .links a {
	font-weight:bold;
	color:#565353;
	text-decoration: underline;
}

.links a {
	margin-left:5px;
}

#voucher .links a:focus,
#voucher .links a:hover {
	color:#F0F;
}

#nav {
	clear: both;
	padding: 0 0 0 10px;
	display: block;
	font-family: Helvetica, sans-serif;
	border-bottom: 2px #b6b5b5 solid;
	background: #fff;
	overflow:hidden;
}

#subnav ul,
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	position:relative;
	float: left;
	margin-right: 10px;
	
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0;
	overflow:hidden;
	
}

.desktop #nav ul li {
	font-size: 1em;
}


#nav li a {
	position:relative;
	top:3px;
	display:block;
	padding:5px;
	color: #565353;

	background: #fff url(/WO/Textunes.woa/Contents/WebServerResources/nav_bg.gif) repeat-x;

	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}

#nav li a:focus,
#nav li a:hover {
	top:0px;
	color:#f0f;
	text-indent: 0px;
}

#nav li.inpath a,
#nav li.selected a {
	color: #fff;
}

#nav li.selected a,
#nav li.inpath a {
	top:0px!important;
	background: #b6b5b5;
	color: #fff;
}

#subnav {
	background: #b6b5b5;
	color: #fff;
}

#subnav ul li {
	float: left;
	margin-left: 10px;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 2px 2px 4px;
	border-bottom: 2px solid #b6b5b5;
}

#subnav ul li a,
#subnav ul li.selected a:hover,
#subnav ul li.selected  a:focus {
	color: #fff;
}

#subnav ul li a:focus, 
#subnav ul li a:hover  {
	color:#FF00FF;
}

#subnav ul li.selected,
#subnav ul li.inpath {
	border-bottom: 2px solid #f0f;
}


#content {
	min-height: 292px;
	background: #fff url(/WO/Textunes.woa/Contents/WebServerResources/content_gutter.gif);
	padding-bottom: 10px;
	font-family: Georgia, serif;
	font-size: 1.2em;
}

/* ie6 */
* html #content { height:292px; }

.mobile #content a {
	font-size:1.1em;
}

.mobile #content input[type="text"],
.mobile #content input[type="number"],
.mobile #content input[type="password"],
.mobile #content input[type="email"],
.mobile #content textarea {
	font-size: 1.1em;
	padding-left:2px;
	padding-right:2px;
    max-width: 284px;
}

.mobile #content input[type="checkbox"] {
	width: 2em;
	height: 2em;
	vertical-align: middle;
}  

#content a {
	text-decoration: underline;
}

#content ul {
	padding: 0;
	margin: 0 0 0 1.3em;
}

#content li {
	margin-top: .5em;
}

.mobile #content,
.popup #content,
#ROOT #content {
	background: #fff;
}

.TTContentContainer {
	width: 290px;
	padding: 10px 15px;
	float: left;
	overflow: hidden;
}
.ccnewline {
	clear: left;
}

.ccdouble {
	width: 610px;
}

#ROOT .TTContentContainer {
	overflow: visible;
}

.popup #footer {
	display: none;
}

#footer {
	padding: 0 4px 12px 10px;
	font-family: Helvetica, sans-serif;
	background: #ebeaea url('/WO/Textunes.woa/Contents/WebServerResources/footer_bg.gif') repeat-x;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 4px 0 0 0;
	float: left;
}

.mobile #footer {
	width:290px;
	padding: 15px;
}

.mobile #footer ul {
	float: none;
}

.mobile #footer ul.level0 {
	clear:both;
	column-count:2;
	-moz-column-count:2;
	-webkit-column-count:2;
}

.mobile #footer ul.level0 {
	margin-top:0;
}

#footer ul ul {
	float: none;
}

.mobile #footer li li,
#footer li li {
	float: none;
	width: auto;
	margin-right: 0;
	/* line-height: .7em; */
	margin-top: 0.5em;
}

#footer li {
	float: left;
	margin: 1em 10px 0 0;
	width: 150px;
}

.mobile #footer li {
	float:none;
	margin:1em 0 0 0;
	width:auto;	
}

#footer ul li a {
	font-weight: bold;
	text-decoration: none;
}
#footer ul li li a {
	font-weight: normal;
	text-decoration: underline;
}

#footer li.emph {
	font-weight: bold;
}

#footer .customfoot .TTContentContainer {
	float: none;
	width: 150px;
	overflow: hidden;
	padding: 0;
}

.CMSMailFormEntry {
	margin-bottom: 1em;
}

.CMSMailFormEntry input.field,
.CMSMailFormEntry textarea {
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	width: 284px;
}

.CMSMailFormEntry textarea {
	height: 5em;
}

.booklist .col0 {
	text-align: left;
}

.booklist .col1 {
	text-align: center;
}

.booklist .col2 {
	text-align: right;
}

.booklist .CMSSimpleImage img {
	border: 1px solid #ccc;
	margin-bottom: 8px;
}

.TTCatalogue .entry {
	border-top: 1px solid #ccc;
}

.TTCatalogue .cover {
	float: right;
}

.TTBookTemplate .cover img {
	border: 1px solid #ccc;
}

.TTBookTemplate .cover {
	float: right;
	margin-left: 10px;
}

.TTBookTemplate .cover .buy {
	font-size: .8em;
	text-align: center;
	font-family: Helvetica, sans-serif;
	width: 90px;
	margin-top: 5px;
}

.TTBookTemplate .cover .buy a.buy {
	display: block;
	width: 90px;
	height: 25px;
	background: #fff url(/WO/Textunes.woa/Contents/WebServerResources/tt_buy_button.gif) no-repeat;
	overflow: hidden;
	text-align: center;
	text-decoration: none!important;
	font-family: Helvetica, sans-serif;
	font-size: .8em;
	line-height: 25px;
}

.TTBookTemplate .publisher {
	font-style: italic;
	font-size: .9em;
}

.TTBookTemplate h3 {
	margin: .3em 0 .3em 0;
	font-size: 1em;
}


/* ++++++++++ bookdetail +++++++++++++ */

.bookdetail  {
	position: relative;
	
}

.bookdetail .coverpic {
	position: relative;
	width: 290px;
	height: 435px;
	clear: both;
	overflow: visible;
}

.bookdetail .coverpic img.overlay {
	position: absolute;
	top:0;
	left:0;
	width: 302px;
	height: 449px;
	
	/* for IE6 only */
	_display: none;
}

.bookdetail .quote {
	width: 240px;
	position: absolute;
	bottom: 0;
	left: 55px;
	opacity: .9;
	cursor: pointer;
}

.quotebook {
	position: relative;
}

.quotebook .quote {
	margin-left: 60px;
	position: relative;
	z-index: 1;
}

.quotebook .qtop {
	width: 240px;
	height: 17px;
	background: url('/WO/Textunes.woa/Contents/WebServerResources/ttquote-small_01.png') no-repeat;
	margin: 0;
}

.quotebook .qinner {
	width: 184px;
	padding: 0 34px 0 22px;
	background: url('/WO/Textunes.woa/Contents/WebServerResources/ttquote-small_02.png') repeat-y;
	margin: 0;
	font-size: 80%;
}

.quotebook .qbottom {
	height: 42px;
	background: url('/WO/Textunes.woa/Contents/WebServerResources/ttquote-small_04.png') no-repeat;
}

.quotebook .qbook td {
	vertical-align: bottom;
}

.quotebook .qbook {
	margin-top: -90px;
	border-spacing: 0;
}

.qbook a.cover {
	display: block;
	position: relative;
	width: 100px;
	height: 145px;
	z-index: 0;
}

.qbook img.cover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 135px;
}

.qbook img.overlay {
	position: absolute;
	width: 100px;
	height: 145px;
	
}

.qbook td.title {
	padding-bottom: 10px;
	font-family: Helvetica, sans-serif;
}

.qbook td.title a {
	font-weight: bold;
}

.qtop {
	width: 240px;
	height: 30px;
	background: url('/WO/Textunes.woa/Contents/WebServerResources/ttquote_01.png') no-repeat;
	margin: 0;
}

.qinner .t {
	border-bottom: 1px solid #ccc;
	padding-bottom: .5em;
	font-family: Helvetica, sans-serif;
}

.qinner .q {
	padding:0.25em 0;
	color: #000;
}

.qinner .m {
	border-top: 1px solid #ccc;
	padding-top: .5em;
	font-family: Helvetica, sans-serif;
	text-align: right;
}

.qinner {
	width: 184px;
	padding: 0 34px 0 22px;
	background: url('/WO/Textunes.woa/Contents/WebServerResources/ttquote_02.png') repeat-y;
	margin: 0;
	font-size: 80%;
}

.qbottom {
	background: url('/WO/Textunes.woa/Contents/WebServerResources/ttquote_03.png') no-repeat;
	width: 240px;
	height: 72px;
	margin: 0;
}

.bookdetail div.buy {
	font-size: .8em;
	text-align: center;
	font-family: Helvetica, sans-serif;
	width: 90px;
	float: right;
}

.bookdetail .publisher {
	font-style: italic;
	margin-bottom: 4px;
}

.bookdetail .genrelist {
	font-size: 85%;
	margin-bottom: 8px;
}

.bookdetail .genrelist label,
.bookdetail .genrelist div {
	float: left;
}

.bookdetail .genrelist div {
	width: 230px;
	margin-left: 10px;
}

.bookdetail h2.subtitle {
	font-size: 1em;
	margin-top: -10px;
}

.TTUserRegistration .entry div.toggle a,
.TTUserRegistration a.buy,
.bookdetail .buy a.buy {
	display: block;
	width: 90px;
	height: 25px;
	background: #fff url(/WO/Textunes.woa/Contents/WebServerResources/tt_buy_button.gif) no-repeat;
	overflow: hidden;
	text-align: center;
	text-decoration: none!important;
	font-family: Helvetica, sans-serif;
	font-size: .8em;
	line-height: 25px;
}

.bookdetail .buy a.sample {
	background-image: url(/WO/Textunes.woa/Contents/WebServerResources/tt_buy_button_colored.gif);
}

.bookdetail .buysoon {
	font-style: italic;
	color: #ccc;
	font-family: Helvetica, sans-serif;
	font-size: .8em;
}

.bookdetail table.editions {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 1em;
}

.bookdetail .editions td {
	text-align: right;
	vertical-align: middle;
	padding: 2px 0;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}

.bookdetail .edition {
}

.bookdetail .edition .price {
	font-weight: bold;
	padding: 2px 2px 2px 0;
	white-space: nowrap;
}

.bookdetail .editions .mid {
	font-size: 80%;
	padding: 2px;
	width: 50%;
}

.bookdetail .editions td.buy {
	padding: 2px 0 2px 2px;
}

.bookdetail .edition2 .mid {
	background: url('/WO/Textunes.woa/Contents/WebServerResources/small_droid.gif') no-repeat 0 center;
}

.detailsTab {
/*
	font-size: 1.1em;
	font-weight: bold;
	height: 1.55em;
	margin-top: 1em;
	padding-bottom: .75em; */
	font-weight: bold;
	margin-top: .65em;
}

.detailsTab a {
	color: #bbb;
	font-size: 65%;
}
.detailsTab a.selected {
	text-decoration: none!important;
	font-size: 100%;
	color: #565353;
}

.authordetail {
	padding-bottom: 15px;
}

.authordetail .quoteblock {
	margin-top: 4px;
	border-top: 1px solid #ccc;
	font-family: Helvetica, sans-serif;
	font-size: .8em;
}

.authordetail .thumbcaption {
	margin-top: 4px;
	font-family: Helvetica, sans-serif;
	font-size: .8em;
}

.authordetail .thumbcaption .magnify img {
	display: none;
}

/* =VVFlashVideoTemplate
-----------------------------------------------------------------------------*/

#ROOT .videoThumb { float:none!important; position:static;}

.videoThumb {
	width:178px;
	height:100px;
	background-color: #b6b5b5;
	background-position: center;
	background-repeat:no-repeat;
	float:left;
	position:static;

	margin:0 5px 5px 0;
}

.videoThumb a.play {
	display:block;
	height:100%;
	width:100%;
	background: transparent url('/WO/Textunes.woa/Contents/WebServerResources/play_btn.png') center no-repeat;
	z-index:2;
	position:relative;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.videoThumb a.play:focus, .videoThumb a.play:hover, .videoThumb a.play:active {
	opacity:1;
	filter:alpha(opacity=100);
}

/* only for ie6 */
* html .videoThumb a.play { background-image:url('/WO/Textunes.woa/Contents/WebServerResources/play_btn.gif'); }


.videoThumb img {
	width:100%;
	z-index:1;
	position:relative;
}


/* =Dimmer and overlay elements
-----------------------------------------------------------------------------*/

#Dimmer {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: .75;
	filter: alpha(opacity=75);
	z-index: 20000;
}

#popupWrapper {
	position: absolute;
	top:150px;
	margin:auto;
	z-index: 20001;
	color: #fff;
	overflow:hidden;
}	

#popupWrapper .innerWrapper {
	position: static;
	z-index:10;
	background: #fff;
	color:#000;
}

#popupWrapper .innerWrapper h2 {
	margin-top:0;
}

#popupWrapper .innerWrapper .content {
	padding:5px 20px 20px;
}

#popupWrapper a.close {
	position:absolute;
	z-index:20;
	right:0;
	float:right;
	color: #000;
	padding:5px 20px 5px 5px;
	
	font-size: 100%; /*12px*/
	text-decoration: none;
	color: #fff;
	display: block;
	height: auto;
	background: #565353  url(/ERROR/NOT_FOUND/framework=app/filename=nav_icon_act.gif) no-repeat 96% center;
	
}

#popupWrapper a.close:focus, #popupWrapper a.close:hover, #popupWrapper a.close:active {} 


.CMSDownloadMedia .CMSMediaIcon {
	display: none;
}

.CMSDownloadMedia .CMSDownloadMediaDownloadButton {
	font-family: Helvetica, sans-serif;
	font-size: .9em;
}

#content .CMSDownloadMedia .CMSDownloadMediaDownloadButton a,
#content .CMSDownloadMedia .CMSDownloadMediaDownloadButton a:visited,
#content .CMSDownloadMedia .CMSDownloadMediaDownloadButton a:link {
	text-decoration: none;
}


.TTWikipediaContent .thumb {
	
}

.TTWikipediaContent .magnify {
	display: none;
}

.TTWikipediaContent .thumbcaption {
	margin-top: 4px;
	font-family: Helvetica, sans-serif;
	font-size: .8em;
}

.TTWikipediaContent .quoteblock {
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #ccc;
	font-family: Helvetica, sans-serif;
	font-size: .8em;
}

div.CMSFeed {
	padding-top: 0;
	padding-bottom: 0;
	font-family: Helvetica, sans-serif;
}

div.CMSFeedHead {
	display:none;
}

div.CMSFeedContent {
	background: transparent;
	padding: 0;
}

div.CMSFeedContent dl dt {
	margin-top: 3px;
	border-top: 1px solid #ddd;
	padding-bottom: 0;
	padding-top: 5px;
	font-weight: normal;
	font-size: 85%;
	text-indent: 16px;
	background: url(/WO/Textunes.woa/Contents/WebServerResources/tt_bullet.gif) no-repeat 0 5px;
}

div.CMSFeedContent dl dt a {
	text-decoration: none!important;
}

div.CMSFeedContent dl dd.publishedDate {
	font-size: 80%;
	margin: 0;
	text-align: right;
}
	
div.CMSFeedContent dl dd.description {
	display: none;
}

#content .genres a {
	font-size: 85%;
	font-family: Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	margin-right: 1em;
}

#content .genres a:hover {
	text-decoration: underline;
}

#content .genres a.selected {
	color: #f0f;
	text-decoration: underline;
}

#content .bookshelf {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 455px;
	overflow: hidden;
}

#content .bookshelf .box {
	position: absolute;
	width: 100%;
	height: 455px;
}

#content .bookshelf ul.books {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

.bookshelf ul.books li {
	float: left;
	width: 90px;
	height: 135px;
	overflow: visible;
	padding: 5px 4px 0 2px;
	/* background: url(/WO/Textunes.woa/Contents/WebServerResources/shelfbg.gif) bottom repeat-x;
	border-bottom: 1px solid #000; */
	position: relative;
	margin: 0 0 .5em 0!important;
}

.bookshelf ul.books li img.overlay {
	position: absolute;
	top:5px;
	left:2px;
	width: 100px;
	height: 145px;
	
	/* for IE6 only */
	_display: none;
}

.bookshelf ul.books li img.cover {
	width: 90px;
	height: 135px;
}

.batcher {
	clear: both;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center center;
}

.batcher .backlink {
	float: left;
}

.batcher .forelink {
	float: right;
}

#content .batcher a {
	text-decoration: none;
	font-size: 0.85em;
	font-family: Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

.mobile #content .batcher a {
	font-size:1.1em;
}

#content .batcher a:focus,
#content .batcher a:hover {
	color:#ff00ff;
}

#content .batcher a:active,
#content .batcher a:focus,
#content .genres a:active,
#content .genres a:focus {
	outline: none;
	 -moz-outline-style: none;
}

.batcher img {
	vertical-align: middle;
}

.TTCatalogueBookSearch form {
	margin-bottom: 1em;
}

.TTCatalogueBookSearch form input {
	vertical-align: middle;
}

.TTCatalogueBookSearch form input.field {
	width: 190px;
	margin-right: 1em;
}

.TTCatalogueBookSearch .sort {
	margin-top: .5em;
}

.TTCatalogueBookSearch .sort a {
	padding: 2px 5px 0 5px;
	height: 18px;
	line-height: 18px;
	float: left;
	font-size: .8em;
	margin-right: 2px;
	text-decoration: none!important;
	font-family: Helvetica, sans-serif;
	color: #666;
}

.TTCatalogueBookSearch .sort a:hover {
	text-decoration: underline!important;
}

.TTCatalogueBookSearch .sort a.selected {
	padding: 1px 5px 0 5px;
	border: 1px solid #B6B5B5;
	border-bottom: none;
	background: #f0f0f0;
	color: #000;
}

.TTCatalogueBookSearch .list {
	border-top: 1px #B6B5B5 solid;
	clear: both;
}

.desktop .TTCatalogueBookSearch .list {
/*
	height: 410px;
	overflow: auto;
	*/
}

.TTCatalogueBookSearch .entry {
	clear: both;
	margin-bottom: .5em;
	padding: 4px 0;
	background: url(/WO/Textunes.woa/Contents/WebServerResources/tt-search-bg.gif) bottom left repeat-x;
	min-height: 50px;
	font-size: 95%;
}

.TTCatalogueBookSearch .entry img {
	float: left;
	width: 30px;
	height: 45px;
}

.TTCatalogueBookSearch .entry h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.TTCatalogueBookSearch .entry .subtitle {
	font-size: .85em;
	margin-bottom: 4px;
}

.TTCatalogueBookSearch .entry .price {
	float: right;
	font-size: .85em;
	margin-right: 5px;
}

#content ul.genrelist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.genrelist li {
	border-bottom: 1px solid #666;
	padding: 2px 0;
}

.genrelist li a {
	display: block;
	text-decoration: none!important;
}

.genrelist li .count {
	float: right;
	font-size: 75%;
}

.genrelist li.selected {
	font-weight: bold;
	border-bottom: 1px solid #f0f;
	color: #f0f;
}

.genrelist li.selected a {
	color: #f0f;
}

.TTPublisherIconsTemplate {
	
}

.TTPublisherIconsTemplate .chunk {
	padding: 0 15px;
	width: 290px;
	float: left;
}

.TTPublisherIconsTemplate .pubicon {
	float: left;
	width: 80px;
	height: 80px;
	padding: 5px 7px 7px 5px;
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
	background: #fff no-repeat 0 0 url('/WO/Textunes.woa/Contents/WebServerResources/ttpub_bg.gif');
}

.TTPublisherIconsTemplate .col1 {
	margin-left: 5px;
	margin-right: 5px;
}

.TTPublisherIconsTemplate .pubicon a,
.TTPublisherIconsTemplate .pubicon div {
	font-family: Helvetica, sans-serif;
	font-size: .75em;
	width: 80px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

#content .sitemap {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 90%;
}

.sitemap li {
	margin-bottom: .5em!important;
	padding: 4px 2px 2px 2px;
}

.mobile .sitemap li {
    margin: 0 0.5em 0.5em 0!important;
    display: inline-block;
    padding: 0;
}

.sitemap li a {
	text-decoration: none!important;
}

.mobile .sitemap li a {
	display:inline-block;
	padding: 0.25em;
}

.sitemap li.inpath a, 
.sitemap li.current a {
	color: #f0f;
}

.TTUserRegistration .entry {
	clear: both;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

.TTUserRegistration a.buy,
.TTUserRegistration input.submit {
	float: right;
}

.TTUserRegistration .entry h3,
.TTUserRegistration .entry .subtitle,
.TTUserRegistration .entry .authors {
	margin: 0 0 .5em 0;
}

.TTUserRegistration .entry .subtitle {
	font-family: Helvetica, sans-serif;
}

.TTUserRegistration .entry .thumb {
	float: left;
	position: relative;
	margin-right: 5px;
	width: 100px;
	height: 145px;
}

.TTUserRegistration .entry div.toggle {
	clear: left;
}

.TTUserRegistration .entry div.toggle a {
	float: left;
	margin-right: 5px;
}

.TTUserRegistration #inputVoucherCode {
	text-transform:uppercase;
}

.TTUserRegistration .entry div.toggle a.choose {
	/*background-image: url(/WO/Textunes.woa/Contents/WebServerResources/tt_buy_button_colored.gif);*/
	float: right;
}

.TTUserRegistration img.overlay {
	position: absolute;
	top:0;
	left:0;
	width: 100px;
	height: 145px;
	
	/* for IE6 only */
	_display: none;
}

.TTUserRegistration img.cover {
	width: 90px;
	height: 135px;
}

.TTUserRegistration .genres {
	font-size: 80%;
}

.highlight {
	color:#FF00FF;
}

.voucherCode {
	display:block;
	float:left;
    font-size: 1.2em;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	color:#FF00FF;
    padding:0.25em;
   	margin-top: 0.25em;
   	background-color: #EBEAEA;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

}

/* JOBS open and highlighted when directly targeted */

.CMSSimpleText:target h5 {
	color: magenta;
}

.CMSSimpleText:target + .CMSSimpleParagraph {
	display: block !important;
}

/**************************
 * BUBBLE OVERLAY - START *
 **************************/
 
 
.boWrapper {
	width: 290px;
	padding: 0 15px;
	position: absolute;
	left: -999em;
	top: 0;
	opacity: 0;
	-webkit-transform: scale(0) translateY(-50px);
	-moz-transform: scale(0) translateY(-50px);
	transform: scale(0) translateY(-50px);
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.70,0,0.58,0.99), opacity 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0.70,0,0.58,0.99), opacity 0.3s ease-in-out;
	transition: transform 0.3s cubic-bezier(0.70,0,0.58,0.99), opacity 0.3s ease-in-out;
	z-index: 10;
}

.boWrapperTop {
	-webkit-transform: scale(0) translateY(50px);
	-moz-transform: scale(0) translateY(50px);
	transform: scale(0) translateY(50px);
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
}

.boWrapper.open {
	display: block;
	-webkit-transform: scale(1) translateY(0);
	-moz-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	opacity: 1;
}

.boContainer {
	position: relative;
	background: white;
	background: rgba(255,255,255,0.96);
	-webkit-box-shadow: -1px 2px 4px rgba(0,0,0,0.5), -2px 4px 15px rgba(0,0,0,0.4);
	-moz-box-shadow: -1px 2px 4px rgba(0,0,0,0.5), -2px 4px 15px rgba(0,0,0,0.4);
	box-shadow: -1px 2px 4px rgba(0,0,0,0.5), -2px 4px 15px rgba(0,0,0,0.4);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.boClose {
	background: transparent url(/WO/Textunes.woa/Contents/WebServerResources/close_button.png) no-repeat 3px 3px;
	display: block;
	position: absolute;
	right: -15px;
	top: -18px;
	width: 40px;
	height: 40px;
}

.boContent {
	font-size: 1.1em;
	padding: 5px 15px;
}

.boContent .button {
	color: black;
	display: inline-block;
	margin-right: 3px;
	padding: 6px 10px 7px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #AAA;
	background: #EEE;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
}

.boContent .button:hover,
.boContent .button:focus {
	background: #DDD;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#DDD), to(#BBB));
	background: -moz-linear-gradient(top, #DDD, #BBB);
}

.boContent .button:active {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#BBB), to(#DDD));
	background: -moz-linear-gradient(top, #BBB, #DDD);
	border-color: #888;
	box-shadow: inset 0 0 4px rgba(0,0,0,0.6);
}

.boContent .mainAction {
	color: white;
	border-color: #222;
	padding-top: 5px;
	background: #666;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#444));
	background: -moz-linear-gradient(top, #666, #444);
}

.boContent .mainAction:hover,
.boContent .mainAction:focus {
	background: #555;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#333));
	background: -moz-linear-gradient(top, #555, #333);
}

.boContent .button:active {
	background: #333;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#555));
	background: -moz-linear-gradient(top, #333, #555);
	border-color: #111;
	box-shadow: inset 0 0 4px rgba(0,0,0,0.6);
}

/************************
 * BUBBLE OVERLAY - END *
 ************************/

.mobile h1,
.mobile .detailsTab {
	font-size: 1em;
}

.mobile #content #getsample,
.mobile #content #buybook {
	font-size: 0.8em;
}
