/* Copyright 2008., Croatiaknjiga d.o.o. */


#guiContainer {
	position: relative;
	overflow: hidden;
	height: 640px;
	width: 960px;
	padding: 0px;
	margin: 10px auto;
	border: none;
	background: none;
}

#guiBodyTop, #guiBodyBottom {
	position: absolute;
	overflow: hidden;
	width: 960px;
	left: 0px;
	border: none;
}

#guiBodyTop {
	height: 120px;
	top: 0px;
	background: url(../img/img_bodyheader.png) left top no-repeat;
}

#guiBodyBottom {
	height: 510px;
	top: 120px;
	background: url(../img/img_bodybottom.png) left top no-repeat;
}

#guiFastSearch {
	position: absolute;
	overflow: hidden;
	height: 24px;
	width: 156px;
	left: 27px;
	top: 39px;
	border: none;
	background: none;
}

#guiSubjects {
	position: absolute;
	overflow: hidden;
	height: 346px;
	width: 165px;
	left: 22px;
	top: 94px;
	border: none;
	background: none;
}

#guiTitleBox {
	position: absolute;
	overflow: hidden;
	height: 24px;
	width: 590px;
	left: 192px;
	top: 10px;
	border: none;
	background: none;
}

#guiTitleBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 10px 2px 10px;
	margin: 0px;
	color: #FAF0F0;
}

#guiLoaderBar {
	position: absolute;
	overflow: hidden;
	height: 12px;
	width: 110px;
	left: 656px;
	top: 17px;
	border: none;
	background: none;
}

#guiContentBox {
	position: absolute;
	overflow: hidden;
	height: 424px;
	width: 590px;
	left: 192px;
	top: 35px;
	border: none;
	background: none;
}

#guiSpecialOffer {
	position: absolute;
	overflow: hidden;
	height: 264px;
	width: 140px;
	right: 22px;
	top: 118px;
	border: none;
	background: none;
}

#guiSpecialOffer div.iText {
	position: absolute;
	overflow: hidden;
	height: 104px;
	width: 124px;
	left: 8px;
	top: 148px;
	border: none;
	background: none;
}

#guiSpecialOffer div.iText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 13px;
	padding: 0px;
	margin: 0px;
	color: #606060;
}

#guiSpecialOffer div.iImage {
	position: absolute;
	overflow: hidden;
	height: 120px;
	width: 90px;
	left: 24px;
	top: 17px;
	border: none;
	background: none;
}

#guiSpecialOffer div.iImage img {
	height: 120px;
	width: 90px;
	border: none; 
}

#guiShopBasket {
	position: absolute;
	overflow: hidden;
	height: 24px;
	width: 131px;
	right: 27px;
	top: 39px;
	border: none;
	background: none;
}

#guiNewsLetter {
	position: absolute;
	overflow: hidden;
	height: 40px;
	width: 130px;
	right: 27px;
	top: 415px;
	border: none;
	background: none;
}

#guiNewsLetter div.scrollBox {
	position: relative;
	overflow: hidden;
	height: 16px;
	width: 130px;
	clear: both;
	float: none;
	margin: 0px;
	border: none;
	background: none;
}

#guiNewsLetter div.scrollBox .scrollText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A0A0A0;
	cursor: default;
	padding: 1px 0px;
	margin: 0px;
}

#guiSearchForm {
	position: relative;
	overflow: hidden;
	height: 40px;
	width: 590px;
	padding: 0px;
	margin: 4px auto;
	display: block;
	border: none;
	background: url(../img/img_sformback.png) left top repeat-x;
}

#guiSearchForm div.btnSearch {
	position: relative;
	overflow: hidden;
	height: 20px;
	width: 58px;
	padding: 0px;
	margin: 1px;
	float: right;
	border: none;
	background: url(../img/buttons/btn_search.png) 0px 0px no-repeat;
	cursor: pointer;
}

div.basketInfoBox,
div.formInfoBox {
	position: relative;
	overflow: hidden;
	height: 18px;
	padding: 0px;
	margin: 1px;
	cursor: default;
	background: #F0F0F0;
}

div.basketInfoBox {	
	border: solid 1px #808080;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}

div.formInfoBox {
	border: solid 1px #DADADA;
	border-top-color: #CACACA;
	border-left-color: #CACACA;
}
	
div.basketInfoBox p,
div.formInfoBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 4px;
	margin: 0px;
	color: #A00000;
}

div.adrContainer {
	position: absolute;
	overflow: hidden;
	height: 75px;
	width: 327px;
	left: 26px;
	bottom: 20px;
	border: none;
	background: none;
}

div.adrContainer table {
	width: 100%;
	margin: 0px auto;
	border: none;
}

div.adrContainer table th,
div.adrContainer table td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	cursor: default;
}

div.adrContainer table th {
	font-size: 18px;
	text-align: left;
	padding: 0px;
	color: #C00000;
	vertical-align: top;
}
	
div.adrContainer table td {
	font-size: 13px;
	padding: 0px 2px;
	color: #808080;
	vertical-align: bottom;
}

div.iBoxTitle,
div.iBoxImage,
div.iBoxText,
div.iBoxButtons {
	position: absolute;
	overflow: hidden;
	border: none;
	background: none;
}

div.iBoxTitle {
	height: 14px;
	width: 310px;
	left: 5px;
	top: 3px;
}

div.iBoxTitle p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 5px;
	margin: 0px;
	color: #C00000;
}

div.iBoxImage {
	height: 32px;
	width: 32px;
	left: 12px;
	top: 28px;
}

div.iBoxImage img {
	height: 32px;
	width: 32px;
	border: none;
}

div.iBoxText {
	height: 32px;
	width: 256px;
	left: 50px;
	top: 28px;
}

div.iBoxText table {
	width: 100%;
	margin: 0px auto;
	border: none;
}

div.iBoxText table td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding: 0px 4px;
	margin: 0px;
	height: 32px;
	color: #808080;
	vertical-align: middle;
}

div.iBoxButtons {
	height: 24px;
	width: 310px;
	left: 5px;
	bottom: 2px;
}

p.guiAboutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 22px;
	padding: 8px;
	margin: 0px;
	color: #808080;
}

p.guiAboutText span {
	font-weight: bold;
	color: #C00000;
}

img.guiAboutImage {
	height: 160px;
	width: 144px;
	padding: 4px 6px 8px 2px;
	margin: 0px;
	float: left;
	border: none;
}
