html, body {
	font-family: Georgia, Helvetica, serif;
	font-size: 11px;
    line-height: 16px;
	color: #000;
	background-color: white;
	margin: 10px;
	padding: 0px;
}

/**** hashed stuff (mainly divs) *****/

#lefttd {
    display: none;
}

#lisce {
    display: none;
}

#menu {
    width: 265px;
    height: 100%;
    border-right: 1px solid #ccc;
    margin: 0px 3px 0px 0px;
    float: left;
}

#topmenu {
	padding: 10px 10px 10px 20px;
	color: #d36932;
	font-weight: normal;
	text-align: center;
	background: url('/images/menu_bg.jpg') repeat-y;
}

#topmenu ul {
    list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#topmenu li {
    margin: 0px;
    display: inline;
}

#topmenu li a:link, #topmenu li a:visited, #topmenu li a:active {
	font-family: Georgia, Helvetica, serif;
	font-size: 11px;
    line-height: 16px;
	color: #d36932;
	font-weight: bold;
	text-decoration: none;
}

#topmenu li a:hover {
	color: #000;
	text-decoration: underline;
}

#topmenu li a.selected {
    font-family: Georgia, Helvetica, serif;
	font-size: 11px;
    line-height: 16px;
	color: #d36932;
	font-weight: bold;
	text-decoration: underline;
}

#hamster {
    background-image: url('/images/hamster.jpg');
    background-repeat: no-repeat;
    width: 265px;
    height: 410px;
    display: none;
}

#kosarica {
    padding: 10px;
}

.main {
    visibility: hidden;
    display: none;
}
.trivia-container {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    width: 245px;
    display: none;
}

.trivia-top {
    background: url(/images/trivia/top.gif) no-repeat;
    width: 245px;
    height: 35px;
    display: none;
}

h2.trivia-title {
    position: relative;
    top: 7px;
    left: 15px;
    width: 125px;
    padding: 0px 5px;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #6e6e6e;
}

.trivia-middle {
    width: 243px;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-top: none;
    border-bottom: none;
    padding: 1px 0px 1px 0px;
}

.trivia-middle div {
    margin-left: 20px;
}

.trivia-bottom {
    background: url(/images/trivia/bottom.gif) no-repeat;
    width: 245px;
    height: 35px;
}

.trivia-link {
    background-color: #fff;
    padding: 0px 5px;
    position: relative;
    top: 10px;
    left: 15px;
    width: 135px;
}

.h2 {
    font-size: 18px;
    font-weight: bold;
    color: #6e6e6e;
    margin: 0px 0px;
}

#contentcontainer {
    /* background: url('/images/drvo.jpg') repeat-y; */
    position: relative;
    width: 487px;
    float: left;
}

#contentheader {
    margin-bottom: 5px;
    margin-left: 33px;
    margin-top: 30px;
}

/***** lists (menus and definition lists) *****/

ul.kategorije {
    color: #e7da8d;
    list-style: none;
	margin: -10px 0px 5px 25px;
	padding: 0px;
	border: none;
}

ul.kategorije li {
    margin: 0px;
    display: inline;
}

ul {
    list-style-type: square;
}

dl {
}

dt {
    color: #fff;
    font-weight: bold;
}

dt.title {
    color: #e7da8d;
    font-weight: bold;
    margin-bottom: 1.5em;
}

dd {
    margin-bottom: 10px;
    margin-left: 0px;
    font-weight: normal;
    color: #fff;
}

dl.error {
    border: 1px solid #e7da8d;
    background-color: #fff;
    color: #f00;
    padding: 5px;
}

dd.error {
    margin-bottom: 0px;
    margin-left: 2em;
    font-weight: normal;
    color: #f00;
}

/***** links *****/

a {
	color: #d36932;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a.svijetli {
	font-size: inherit;
	color: #e7da8d;
	font-weight: bold;
	text-decoration: underline;
}

a.svijetli:hover {
    font-size: inherit;
    color: #fff;
    text-decoration: none;
}

a.zeleni {
	font-size: inherit;
	color: #8db64e;
	font-weight: bold;
	text-decoration: none;
}

a.zeleni:hover {
    font-size: inherit;
    color: #000;
    text-decoration: underline;
}

/***** divs and stuff *****/

div.clearing {
    clear: both;
    height: 1px;
    /* ovo je potrebno za idiotski IE, kojem height nista ne znaci, nego sve ima velicinu fonta (?!?) */
    font-size: 1px;
    line-height: 1px;
}

div.naziv-kategorije {
    margin: 20px 0px 0px 25px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    height: 20px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=5);
}

div.description {
    margin: 5px 0px 20px 26px;
    color: #fff;
}

div.imagecontainer {
    width: 199px;
    height: 145px;
}

div.imagecontainer div.topleft {
    background: url('/images/boxed/topleft.gif') no-repeat;
    width: 40px;
    height: 24px;
    float: left;
}

div.imagecontainer div.top {
    background: url('/images/boxed/top.gif') no-repeat;
    width: 150px;
    height: 24px;
    float: left;
}
div.imagecontainer div.topright {
    background: url('/images/boxed/topright.gif') no-repeat;
    width: 9px;
    height: 24px;
    float: left;
}
div.imagecontainer div.left {
    background: url('/images/boxed/left.gif') no-repeat;
    width: 40px;
    height: 130px;
    float: left;
}
div.imagecontainer div.imagecontent {
    width: 150px;
    height: 130px;
    float: left;
    background-color: #fff;
    text-align: left;
}
div.imagecontainer div.right {
    width: 9px;
    height: 130px;
    background: url('/images/boxed/right_tile.gif') repeat-y;
    float: left;
}
div.imagecontainer div.bottomleft {
    width: 40px;
    height: 11px;
    background: url('/images/boxed/bottomleft.gif') no-repeat;
    float: left;
}
div.imagecontainer div.bottom {
    width: 150px;
    height: 11px;
    background: url('/images/boxed/bottom_tile.gif') repeat-x;
    float: left;
}
div.imagecontainer div.bottomright {
    width: 9px;
    height: 11px;
    background: url('/images/boxed/bottomright.gif') no-repeat;
    float: left;
}

div.imagecontainer div.clearer {
    clear: left;
}

div.largeimagecontainer {
    width: 425px;
    height: 370px;
}

div.largeimagecontainer div.topleft {
    background: url('/images/boxed/topleft.gif') no-repeat;
    width: 40px;
    height: 24px;
    float: left;
}

div.largeimagecontainer div.top {
    background: url('/images/boxed/top_large.gif') no-repeat;
    width: 370px;
    height: 24px;
    float: left;
}
div.largeimagecontainer div.topright {
    background: url('/images/boxed/topright.gif') no-repeat;
    width: 9px;
    height: 24px;
    float: left;
}
div.largeimagecontainer div.left {
    background: url('/images/boxed/left_large.gif') no-repeat;
    width: 40px;
    height: 325px;
    float: left;
}
div.largeimagecontainer div.imagecontent {
    width: 370px;
    height: 325px;
    float: left;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}
div.largeimagecontainer div.right {
    width: 9px;
    height: 325px;
    background: url('/images/boxed/right_tile.gif') repeat-y;
    float: left;
}
div.largeimagecontainer div.bottomleft {
    width: 40px;
    height: 11px;
    background: url('/images/boxed/bottomleft.gif') no-repeat;
    float: left;
}
div.largeimagecontainer div.bottom {
    width: 370px;
    height: 11px;
    background: url('/images/boxed/bottom_tile.gif') repeat-x;
    float: left;
}
div.largeimagecontainer div.bottomright {
    width: 9px;
    height: 11px;
    background: url('/images/boxed/bottomright.gif') no-repeat;
    float: left;
}

div.largeimagecontainer div.clearer {
    clear: left;
}

div.pagination {
    font-size: 11px;
    margin: 20px 0px 0px 25px;
    color: #fff;
}

div.pagination a {
    font-size: 12px;
	color: #e7da8d;
	text-decoration: underline;
}

div.pagination a:hover {
    font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

div.messagebox {
    margin: 10px 0px;
    border: 1px solid #e7da8d;
    padding: 5px;
    background-color: #fff;
}

.content-title {
    font-weight: bold;
    color: #e7da8d;
    margin-bottom: 15px;
}

.content-subtitle {
    font-weight: bold;
    color: #fff;
}

.content {
    color: #fff;
}

.shadowbox {
    position: relative;
    top: 2px;
    left: 2px;
    margin-left: 30px;
    margin-bottom: 2px;
    width: 150px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 16px;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=5);
    color: #e7da8d;
    padding: 5px 5px 2px 5px;
}

table.product-prices {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 100%;
}

table.product-prices th {
    text-align: left;
    font-size: 11px;
    color: #e7da8d;
    font-weight: bold;
}

table.product-prices td {
    font-size: 11px;
    color: #fff;
    font-weight: normal;
}


/***** forms and stuff *****/

form {
    margin: 0px;
}

input.kontakt {
	width: 200px;
	font-family: Georgia, Helvetica, serif;
	font-size: 11px;
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	float: left;
	margin-bottom: 5px;
}

input.submit {
	font-family: Georgia, Helvetica, serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	/* float: left; */
	margin-bottom: 5px;
	cursor: pointer;
}

input.order {
	width: 200px;
	font-family: Georgia, Helvetica, serif;
	font-size: 11px;
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	margin: 2px 0px;
	padding-left: 2px;
}

label.order {
    text-align: left;
    padding-right: 5px;
    color: #fff;
    display: block;
}

label.kontakt {
    text-align: right;
    width: 100px;
    padding-right: 10px;
    float: left;
    color: #fff;
}

textarea.order {
    font-family: Georgia, Helvetica, serif;
	font-size: 11px;
    border: 1px solid #333;
    width: 398px;
}

textarea.kontakt {
    font-family: Georgia, Helvetica, serif;
	font-size: 11px;
    float: left;
    display: block;
    border: 1px solid #333;
    margin-bottom: 5px;
}

select {
	font-family: Georgia, Helvetica, serif;
	font-size: 11px;
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
}

img {
    border: 0px;
}

table {
    border: none;
    margin: 0px;
    padding: 0px;
}

.quantity, .quantity-cart {
    font-size: 12px;
    color: #ed5400;
    font-weight: bold;
}

a.quantity:link, a.quantity:visited, a.quantity:active {
	color: #000;
	text-decoration: none;
}

a.quantity:hover {
	color: #d36932;
	text-decoration: underline;
}

a.quantity-cart:link, a.quantity-cart:visited, a.quantity-cart:active {
	color: #fff;
	text-decoration: none;
}

a.quantity-cart:hover {
	color: #e7da8d;
	text-decoration: underline;
}

br.clearleft {
    clear: left;
}

/***** Misc stuff *****/

h4 {
    font-family: Georgia, Helvetica, serif;
	font-size: 11px;
    line-height: 16px;
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	margin: 5px 0px 5px 0px;
}

hr {
    border: none;
    height: 1px;
    color: #d9d9d9;
    background-color: #d9d9d9;
    width: 100%;
}

hr.yellow {
    border: none;
    height: 1px;
    color: #e7da8d;
    background-color: #e7da8d;
    margin-bottom: 20px;
    width: 94%;
}

.noBorder {
    margin: 0px;
    border: none;
    background-color: transparent;
}

.copyright {
    color: #666666;
}

.error {
    color: #f00;
}
