/* Copyright 2008., Croatiaknjiga d.o.o. */


div.contentInfo {
	position: absolute;
	overflow: hidden;
	height: 30px;
	width: 590px;
	left: 0px;
	top: 4px;
	border: none;
	background: url(../img/img_basketinfo.png) left top repeat-x;
}

div.contentInfo span.label, div.contentInfo span.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	float: left;
}

div.contentInfo span.label {
	padding: 8px 4px 0px 10px;
	color: #B0B0B0;
}

div.contentInfo span.alert {
	padding: 8px 10px;
	color: #A00000;
}

div.contentInfo div.clearBasket,
div.contentInfo div.orderItems,
div.contentInfo div.nextPage,
div.contentInfo div.prevPage {
	position: relative;
	overflow: hidden;
	height: 20px;
	padding: 0px;
	margin: 1px;
	border: none;
	cursor: pointer;
}

div.contentInfo div.clearBasket {
	width: 70px;
	background: url(../img/buttons/btn_empty_basket.png) 0px 0px no-repeat;
}

div.contentInfo div.orderItems {
	width: 64px;
	background: url(../img/buttons/btn_submit.png) 0px 0px no-repeat;
}

div.contentInfo div.nextPage {
	width: 16px;
	background: url(../img/buttons/btn_page_next.png) 0px 0px no-repeat;
}

div.contentInfo div.prevPage {
	width: 16px;
	background: url(../img/buttons/btn_page_prev.png) 0px 0px no-repeat;
}

div.contentBody {
	position: absolute;
	overflow: auto;
	height: 388px;
	width: 590px;
	left: 0px;
	top: 36px;
	border: none;
	background: none;
}

/*
div.contentBody p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #C00000;
}
*/

div.contentBody div.bookItem {
	position: relative;
	overflow: hidden;
	height: 70px;
	width: 566px;
	padding: 0px;
	margin: 4px auto 8px auto;
	border: none;
	background: url(../img/img_bback_out.png) left top repeat-x;
	cursor: default;
}

div.contentBody div.bookItem div.image {
	position: absolute;
	overflow: hidden;
	height: 60px;
	width: 42px;
	left: 10px;
	top: 4px;
	border: solid 1px #BABABA;
	border-right-color: #CACACA;
	border-bottom-color: #CACACA;
	background: none;
	cursor: pointer;
}

div.contentBody div.bookItem div.image img {
	height: 60px;
	width: 42px;
	padding: 0px;
	margin: 0px;
	border: none;
}

div.contentBody div.bookItem div.info {
	position: absolute;
	overflow: hidden;
	height: 32px;
	width: 490px;
	left: 66px;
	top: 8px;
	border-bottom: dotted 1px #E0E0E0;
	background: none;
}

div.contentBody div.bookItem div.price {
	position: absolute;
	overflow: hidden;
	height: 22px;
	width: 160px;
	left: 66px;
	top: 44px;
	border: none;
	background: none;
}

div.contentBody div.bookItem div.info p.author,
div.contentBody div.bookItem div.info p.title,
div.contentBody div.bookItem div.price p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

div.contentBody div.bookItem div.info p.author {
	font-size: 11px;
	color: #A02020;
}

div.contentBody div.bookItem div.info p.title {
	font-size: 12px;
	color: #808080;
}

div.contentBody div.bookItem div.price p {
	font-size: 11px;
	color: #C0C0C0;
	padding: 3px 0px;
}

div.contentBody div.bookItem div.price p span {
	font-size: 12px;
	color: #808080;
}

div.contentBody div.bookItem div.buttons {
	position: absolute;
	overflow: hidden;
	height: 22px;
	width: 330px;
	right: 8px;
	top: 44px;
	border: none;
	background: none;
}

div.contentBody div.bookItem div.buttons div.viewBook,
div.contentBody div.bookItem div.buttons div.addBook,
div.contentBody div.bookItem div.buttons div.delBook,
div.contentBody div.bookItem div.buttons div.addItem,
div.contentBody div.bookItem div.buttons div.delItem {
	position: relative;
	overflow: hidden;
	height: 20px;
	padding: 0px;
	margin: 1px;
	border: none;
	cursor: pointer;
}

div.contentBody div.bookItem div.buttons div.viewBook {
	width: 64px;
	background: url(../img/buttons/btn_book_details.png) 0px 0px no-repeat;
}

div.contentBody div.bookItem div.buttons div.addBook {
	width: 108px;
	background: url(../img/buttons/btn_add_to_basket.png) 0px 0px no-repeat;
}

div.contentBody div.bookItem div.buttons div.delBook {
	width: 112px;
	background: url(../img/buttons/btn_drop_from_basket.png) 0px 0px no-repeat;
}


div.contentBody div.bookItem div.buttons div.addItem {
	width: 16px;
	background: url(../img/buttons/btn_item_add.png) 0px 0px no-repeat;
}

div.contentBody div.bookItem div.buttons div.delItem {
	width: 16px;
	background: url(../img/buttons/btn_item_sub.png) 0px 0px no-repeat;
}


/* Book view CSS */

div.bookViewImage {
	position: absolute;
	overflow: hidden;
	height: 200px;
	width: 140px;
	left: 14px;
	top: 9px;
	border: none;
	background: none;
}

div.bookViewInfo {
	position: absolute;
	overflow: hidden;
	height: 170px;
	width: 140px;
	left: 14px;
	top: 236px;
	border: none;
	background: none;
}

div.bookViewInfo p.label,
div.bookViewInfo p.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	margin: 0px;
}

div.bookViewInfo p.label {
	font-size: 9px;
	color: #CACACA;
	padding: 2px 2px 0px 2px;
}

div.bookViewInfo p.tekst {
	font-size: 11px;
	color: #909090;
	padding: 0px 2px 6px 4px;
}

div.bookViewTitle {
	position: absolute;
	overflow: hidden;
	height: 46px;
	width: 406px;
	left: 170px;
	top: 22px;
	border: none;
	background: none;
}

div.bookViewTitle p.author,
div.bookViewTitle p.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}

div.bookViewTitle p.author {
	font-size: 11px;
	padding: 0px 4px 1px 4px;
	color: #A02020;
	white-space: nowrap;
}

div.bookViewTitle p.title {
	font-size: 12px;
	line-height: 15px;
	padding: 0px 4px;
	color: #808080;
	white-space: normal;
}

div.bookViewISBN {
	position: absolute;
	overflow: hidden;
	height: 14px;
	width: 404px;
	left: 171px;
	top: 70px;
	border: none;
	border-top: solid 1px #EAEAEA;
	background: none;
}

div.bookViewISBN p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-align: left;
	white-space: nowrap;
	padding: 0px 3px;
	margin: 0px;
	color: #CACACA;
}

div.bookViewISBN p span {
	font-size: 11px;
	color: #909090;
	padding: 0px 4px;
}

div.bookViewAbout {
	position: absolute;
	overflow: auto;
	height: 274px;
	width: 406px;
	left: 170px;
	top: 108px;
	border: none;
	background: none;
}

div.bookViewAbout p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	padding: 0px 4px;
	margin: 0px;
	color: #A06060;
}

div.bookViewButtons {
	position: absolute;
	overflow: hidden;
	height: 22px;
	width: 402px;
	left: 174px;
	top: 394px;
	border: none;
	background: none;
}
