

html {
	overflow: auto;
}
body, div, h1, h2, h3, h5, p, ul, li, input, textarea, hr {
	font-family: "Segoe Print", "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
body {
	color: #000;
	background-color: #b8db7c;
	text-align: center;
	background-image: url(/images/BGLogo.png);
	background-position: center;
	background-attachment: fixed;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #b8db7c;
}
a img {
	border: none;
}
div.center {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #454545;
	background-color: #974578;
}
h1 {
	font-size: 16px;
	padding-bottom: 1em;
}
fieldset {
	width: 500px;
	margin: 0px auto;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	border: 1px solid #454545;
	clear: both;
}
legend {
  padding: 0.2em 0.5em;
  border: 1px solid #454545;
  font-variant: small-caps;
}
table {
	margin: 0px auto;
}
table td {
	padding: 0.5em;
	text-align: left;
}
td.tdright {
	text-align: right;
}

#facebook {
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}
div.top {
	height: 70px;
}
div.line {
	height: 38px;
	background-image: url(/images/Line.png);
	background-color: #fff;
}
#logo {
	float: left;
	margin-left: 50px;
	margin-top: -100px;
}
div.text {
	background-image: url(/images/bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}
div.tekst {
	background-image: url(/images/bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 430px;
}
#cheese {
	height: 430px;
}
#translate {
	float: right;
	margin: 1em;
}
.translate {
	text-transform: uppercase;
	font-weight: bold;
}
.err404 {
	font-weight: bold;
	font-variant: small-caps;
	color: #fff;
}
.content {
	float: right;
	border: 1px dashed #ffd700;
	width: 484px;
	height: 252px;
	margin-right: 80px;
	margin-top: 50px;
	overflow: auto;
	text-align: justify;
	padding: 8px;
	background-color: #fff;
}
.content p {
	text-indent: 1em;
	padding-bottom: 8px;
	font-size: 1.2em;
}
.content img {
	float: left;
	padding-right: 12px;
}
.mail {
	color: #974578;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
}
div.carttop, div.cartbottom, div.cartcontent  {
	margin: 0px auto;
	background-image: url(/images/cakes.png);
	background-repeat: no-repeat;
	width: 865px;
	clear: both;
}
div.carttop, div.cartbottom {
	height: 9px;
}
div.cartcontent {
	background-image: none;
	background-color: #fff;
}
div.cartcontent div {
	font-size: 14px;
}
div.carttop {
	background-position: 0px -10px;
}
div.cartcontent a.cart {
	width: 184px;
	height: 176px;
	background-image: url(/images/item.gif);
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
}
div.cartcontent a.cart img {
	margin-top: 21px;
	margin-left: 21px;
	width: 145px;
	height: 100px;
	float: left;
}
a.korpa {
	color: Maroon;
	font-weight: bold;
	font-variant: small-caps;
}
a.korpa:hover {
	text-decoration: underline;
}
img.medium {
	width: 290px;
	height: 200px;
	border: 3px double #525252;
	margin-top: 16px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 1px;
	background-image: url(/images/load.gif);
	background-position: center;
	background-repeat: no-repeat;
}
div.cartcontent a span {
	color: #000;
	display: block;
	margin: auto 20px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13px;
	width: 145px;
	float: left;
}
a.begin {
	margin-right: 15px;
}
a.centar {
	margin-left: 15px;
	margin-right: 15px;
}
a.end {
	margin-left: 15px;
}
div.copy {
	clear: both;
	height: 1em;
}
div.opis {
	margin-top: 1em;
	font-size: 1.3em;
	font-style: italic;
	text-align: justify;
}
small {
	font-size: 13px;
}
div.order {
	float: right;
}
div.order input {
	border: 1px solid #000;
	padding: 2px;
	font-weight: bold;
}
div.order .input, input.korpa {
	width: 30px;
	font-weight: bold;
}
div.order .submit, .submitcart {
	cursor: pointer;
	font-weight: bold;
}
#container {
	float: right;
	clear: both;
}
body, a.static {
	cursor: default;
}
a.viewcart {
	text-decoration: none;
	color: Maroon!important;
	font-variant: small-caps;
}
a.viewcart:hover {
	text-decoration: underline;
}
#kontakt {
	text-indent: 0px;
	text-align: center;
}
.poruci {
	width: 400px;
	padding: 0.1em;
	font-size: 14px;
}
input.poruci {
	background-image: url(/images/input.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 18px;
}
textarea.poruci {
	
}
input, textarea {
	border: 3px double #454545;
	vertical-align: middle;
	resize: none;
}
input:focus, textarea:focus, select:focus {
	outline: none;
}
input:hover {
	background-color: #eee;
}
#lokacija {
	display: none;
}
input.error {
	border-color: Maroon;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	float: right;
	width: 600px;
	height: 30px;
	position: relative;
	z-index: 100;
	background-repeat: no-repeat;
}
#menu-rs {
	background-image: url(/images/TackaRS.gif);
}
#menu-en {
	background-image: url(/images/TackaEN.gif);
}
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 120px;
	height: 30px;
	text-align: center;
	overflow: hidden;
	padding-top: 2px;
	border-bottom: 2px dashed #974578;
	font-size: 1.5em;
}
.menu ul {
	list-style: none;
}
.menu ul li {
	float: left;
	position: relative;
}
.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color: #b8db7c;
	/*background: #974578;*/
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	width: 120px;
	background: #974578;
}
.menu ul li:hover ul li a.hide {
	color: #fff;
	background: #974578;
}
.menu ul li:hover ul li:hover a.hide {
	color: #fff;
	background: #974578;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display: block;
	color: #fff;
	border: 1px dashed #fff;
}
.menu ul li:hover ul li a:hover {
	color: #b8db7c;
	background: #974578;
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 120px;
	top: 0;
}
.menu ul li:hover ul li:hover ul.left {
	left: -120px;
}
.active {
	color: #ffd700!important;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

