/**
* Svet Biljaka
* Copyright (c) 2004-2011 by Svet Biljaka & Marko Ratic
* Special thanks to Biljana Stefanovic, Nikola Nikolic, Marko Gucunski, Milica Bojic
* $Id: style.css,v 2.0 2011/03/08
*/
font, th, td, p {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  /*text-align:left;temp disabled*/
}
legend {
  font-weight: bold;
}
fieldset {
  border: #999;
  border-style: double;
  padding: 10px;
  margin-bottom: 10px;
}
br {
  clear: left;
}
label.set,radio.set,input.set {
  display: block;
  float: left;
}
radio.set {
  vertical-align: text-bottom;
}
label.set {
  text-align: left;
  width: 300px;
  padding-right: 10px;
  margin-bottom: 5px;
}
label.ulog, input.ulog {
  display: block;
  float: left;
}
label.ulog {
  text-align: left;
  width: 125px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.rd {
  text-align: left;
  width: 60px;
  padding-left: 3px;
  padding-right: 10px;
}
.no {
  text-align: right;
  width: 8px;
  padding-right: 10px;
}
.yes {
  text-align: left;
  width: 20px;
  padding-right: 10px;
  vertical-align: bottom;
}
input.sub {
  left: 20px;
  float: none;
}
.title {
  background: none;
  color: #444;
  text-decoration: none;
  font: bold 14px Verdana, Helvetica, sans-serif;
}
.content {
  background: none;
  color: #000;
  font: 10px Verdana, Helvetica, sans-serif;
}
.storytitle {
  background: none;
  color: #363636;
  text-decoration: none;
  font: bold 12px;
}
.storycat {
  background: none;
  color: #F00;
  text-decoration: underline;
  font: bold 10px;
}
.option {
    padding: 13px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.tiny {
  background: none;
  color: #000;
  text-decoration: none;
  font: normal 10px;
}
body {
  color: #283c29;
  background: #E5E5E5;
  font: 10px Verdana, Helvetica, sans-serif;
}
.helphead {
  color: #FFF;
  font-size: 10px;
  width: 244px;
  padding: 3px;
  vertical-align: middle;
  background: #0065DE;
}
.helpcontent {
  width: 240px;
  border: 1px solid #06660a;
  padding: 4px;
  background: #FFF;
}
.headtable {
  width: 100%;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}
.head {
  height: 135px;
  border-width: 0;
  border-spacing: 2px;
  padding: 2px;
  width: 100%;
  background: #06660a url(../images/back1.jpg);
}
.headmenu {
  font-weight: bold;
  text-align: center;
}
.maintable {
  width: 100%;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}
.mainside {
  width: 164px;
  vertical-align: top;
}
.main {
  width: 100%;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}
/* table inside the the td that holds the block title */
.blockhead {
  color: #ebf4aa;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  height: 33px;
  line-height: 33px;
  padding: 0 18px;
  vertical-align: middle;
  background: url('../new_images/block_header.png') no-repeat left top;
  position: relative;
}
.blockhead img {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 8px;
}
/* table that holds the content in blocks */
.block_holder {
    padding-bottom: 4px;
    width: 211px;
}
.blockcontent {

}
.block_mid {
    padding: 4px;
    background-color: #fbf6ef;
}
.block_bottom {
    padding-bottom: 12px;
    background: url('../new_images/block_bottom.png') no-repeat left bottom;
}
/* div at the top of modules holding the page title if one... */
.pagetitle {
    height: 33px;
    line-height: 33px;
    padding: 0 0 0 30px;
    font-size: 12px;
    color: #E4EFA3;
    font-weight: bold;
    background: url("../new_images/category_header.png") repeat-x left top;
}
/* fieldset around each admin item */
.adminitem {
    border: 0px;
    padding: 0px;
  width: 130px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.adminitem span {
  display: block;
  width: 120px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #06660a;
  background: #FAFAFA;
}
.table1,.table2 {
  border: 1px solid #06660a;
  border-spacing: 0;
  padding: 7px;
  background: #FFF;
  float:left;
  width:99%;
}
/* div called from function OpenTable2 */
.table2 {
  width: 50%;
  text-align: center;
}
.newsindex,.newsarticle {
  width: 100%;
  border: 1px solid #06660a;
  border-spacing: 0;
  padding: 5px;
}
/* tables that hold newscat, newsempty newstopic in themes/x/template/news/index.html */
.newsindex {
  background: #EFEFEF;
}
/* table that holds the news stories in themes\x\template\news\article.html */
.newsarticle {
  background: #FFF;
}
a:link, a:active, a:visited {
  color: #274e00;
  text-decoration: none;
}
a:hover {
  color: #b34293;
}

.navmenu {
  color: #FFF;
  background: #0E72A4;
  border-style: none;
  font: bold 12px;
}
.navmenu img {
  margin: 1px 5px;
}
.navmenu a {
  position: relative;
  display: block;
  padding: 2px 5px;
}
.navmenu a:hover {
  background: #EFEFEF;
  color: #000;
}
hr {
  height: 0;
  border: solid #D1D7DC 0;
  border-top-width: 1px;
  clear: both;
}
.bodyline,.forumline {
  background: #e8f6e5;
}
td.row1, td.row2, td.row3, td.row4 {
  padding: 3px;
  background: url("../new_images/forum_row_separator.gif") repeat-x left bottom;
  color: #000;
}
td.row2, td.row4 {
    background-color: #dfebd5;
    border-left: 1px solid #dae7d3;
    border-right: 1px solid #dae7d3;
}
.hovered td, .hovered td.row1, .hovered td.row3 {
    background-color: #dfebd5;
}
.hovered td.row2, .hovered td.row4 {
    background-color: #e8f6e5;
}
td.rowpic {
  background: url("../new_images/category_header.png") repeat-x left top;
}
th {
  color: #e4efa3;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  background: url("../new_images/form_header.png") repeat-x left top;
}
td.cat, td.catHead, td.catSides, td.catleft, td.catright, td.catbottom, td.catBottom {
  background: url("../new_images/category_header.png") repeat-x left top;
}
td.catHead, td.catSides, td.catleft, td.catright {

}
td.cat,td.catHead,td.catbottom {
  height: 33px;
}
.cat a,
.cat a:link,
.cat a:visited {
    color: #e4efa3;
}
.cat a:hover {
    color: #ffe87e;
}
th.thHead,th.thSides,th.thtop,th.thleft,th.thright,th.thbottom,th.thCornerL,th.thCornerR {
  font-weight: bold;
}
td.row3right, td.spaceRow {
  background: #D1D7DC;
}
th.thHead, td.catHead {
  font-size: 12px;
}
th.thHead,td.catHead,td.spaceRow,td.row3right,
td.catSides,td.catleft,td.catright,td.catbottom,
th.thSides,th.thleft,th.thright,th.thtop,th.thbottom,th.thCornerL,th.thCornerR {
  border-width: 0;
}
.maintitle, h1, h2 {
  text-decoration: none;
  color: #000;
  font: bold 22px/120% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  width:100%; float:left;
}
.gen {
  font-size: 12px;
}
.genmed {
  font-size: 11px;
}
.gensmall {
  font-size: 11px;
}
.gen, .genmed, .gensmall {
  color: #000;
}
.catbottom .genmed,
.catleft .gen,
.catright .gen {
    color: #E4EFA3;
}
/* Forum category titles */
.cattitle {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  color: #E4EFA3;
  padding-left:30px;
}

.forumlink {
  font-weight: bold;
  font-size: 12px;
  color: #06660a;
}
.nav {
  font-weight: bold;
  font-size: 11px;
  color: #000;
}
.name {
  font-size: 11px;
  color: #000;
}
.postdetails {
  font-size: 11px;
  color: #000;
}
.postbody {
  font-size: 12px;
}
.code,.quote {
  border: #D1D7DC;
  border-style: solid;
  border-width: 1px;
  background: #FAFAFA;
}
.code {
  color: #060;
  font: 11px Courier, 'Courier New', sans-serif;
}
.quote {
  color: #444;
  font: 11px/125%;
}
.copyright {
  color: #444;
  letter-spacing: -1px;
  font: 10px;
}
input, textarea, select {
  color: #000;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
input.post, textarea.post, select {
  background: #FFF;
}
input {
  text-indent: 2px;
}
input.button {
  color: #000;
  background: #EFEFEF;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}
input.mainoption {
  background: #FAFAFA;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
input.liteoption {
  background: #FAFAFA;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.helpline {
  border-style: none;
  background: #DEE3E7;
}
.bbcbutton {
  border-style: outset;
  border-width: 1px;
}

/* pagination */
.pagact {
    font-size: 11px;
    width: 16px;
    height: 20px;
    text-align: center;
    background: transparent url(../images/pagact.gif) no-repeat scroll 0 1px;
}
.paginact, .pagneutral {width: 17px; text-align: center; }
.paginact a, .pagneutral a {
    display: block;
    font-size: 11px;
    width: 17px;
    height: 20px;
    padding-top: 5px;
    background: transparent url(../images/paginact.gif) no-repeat;
}
.pagneutral a {
    background: transparent url(../images/pagneutral.gif) no-repeat;
}

/* Pocetak stila enciklopedije !!!! */


.enc_sadrzaj {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #104426;
    width: 95%;
    margin: 0 auto;
    padding: 0;
}
.enc_sadrzaj p {
    margin: 17px 5px  12px 14px;
}
.enc_sadrzaj a:link, .enc_sadrzaj a:visited {
    color: #104426;
}
.enc_sadrzaj a:hover {
    color: #111111;
}
.enc_button {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    float: left;
}
.enc_button a {
    width: 130px;
    height: 24px;
    display: block;
    background-image: url(enc_button.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 10px;
    padding-left: 20px;
    text-align: left;
    text-decoration: none;
}
.enc_button a:hover {
    background-image: url(enc_button_hover.jpg);
    background-repeat: no-repeat;
}
.enc_sadrzaj img {
    margin: 0;
    margin-left: 20 px;
    border: none;
}

.enc_clear {
    margin: 0;
    clear: both;
}
.enc_centar_text {
    text-align: center;
}
.enc_desno_text {
    text-align: right;
    padding: 3px;
    clear:both;
    width:250px;
    float:right;
}
.enc_desno_text img {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    margin-left: 5px;
}
.enc_fotke img {
    margin-left: 0;
    margin-right: 10px;
    padding-bottom: 4px;
}
.enc_header_links {
    width: 300px;
    margin: 0 auto;
    padding: 0;
}
.enc_header_green {
    padding: 3px 4px 4px 15px;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: bold;
    background-color: #dce9cf;
    border-style: solid;
    border-color: #8d9887;
    border-width: 1px;
    background-image: url(enc_bgr.jpg);
    background-repeat: repeat-x;
    background-position: 50%;
    clear:both;
}
.enc_header_green_extra h1 {
    color: #104426;
    margin: 40px 0 10px 13px;
    padding: 6px 0 6px 15px;
    font-size: 14px;
    font-weight: bold;
    background-color: #dce9cf;
    border-style: solid;
    border-color: #8d9887;
    border-width: 1px;
    background-image: url(enc_bgr.jpg);
    background-repeat: repeat-x;
    background-position: 50%;
}
.enc_levi_blok {
    margin: 0;
    padding-left: 20px;
    margin-bottom: 0;
    float: left;
}
.enc_levi_blok  p{
    margin: 2px 0;
    font-size: 12px;
}
.enc_levi_blok2 {
    margin: 0;
    padding-left: 20px;
    margin-bottom: 0;
}
.enc_levi_blok2  p{
    margin: 5px 0;
    font-size: 12px;
}
.enc_levi_blok  p{
    margin-top: 9px;
}
.enc_slika_desno {
    float: right;
    margin-top: 13px;
}
.enc_slika_desno img {
    margin: 0;
    margin-left: 20px;
    border: none;
}
#kategorije {
border:1px solid;
border-color:#006600
float left;
width: 180px;
padding:20px;
}
#kategorije h1 {
font-size:15px;
color:#006600;
font-style:bold;
margin 10px;
padding:10px;
}
#kategorije p {
font-size:12px;
color:#006600;
font-style:bold;
margin 10px;
}
#kategorije li{

    list-style-type: square;
    color: #006600;
    margin: 10px;
    margin-left: 20px;

}
#trazi {
border-color:#006600
width: 300px !important ;
padding:20px;
}
#trazi li{
    list-style-type: square;
    font-size:12px
    color: #006600;
    margin: 10px;
    margin-left: 50px;
}
#trazi h1 {
font-size:15px;
color:#006600;
font-style:bold;
margin 10px;
margin-left: 40px;
padding:10px;
}

.biljka {
float: left;
width: 200px;
height: 170px;
background: #cce6bf;
margin: 2px;
padding: 10px;
border: 1px solid #538d36;
text-align: center;
}

.biljka h2 {
font-family: Arial, Verdana, sans-serif;
letter-spacing: 1px;
font-size: 12px;
line-height: 16px;
}
.svapolja {
text-align: center;
}
.imemajstora {
color: #FFFFFF;
font-size: 13px;
height: 25px;
padding-left: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}
.posebno {
color: #8f0209;
font-size: 13px;
height: 25px;
padding-left: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;

}
.opis {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #452304;
padding: 10px;
text-align:left;

}
.ivica {
border-left: 1px solid #452304;;

}
.polje {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #452304;;
}
.weblink {
text-align:center;
color: #8f0209;
}
.weblink a {
color: #8f0209;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;

text-decoration:none;
}
.weblink a:hover {
text-decoration:underline;
}
.naslovkat h1 {
color: #FFFFFF;
font-size: 16px;
height: 18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
padding: 0;

}


/* New Styles */

body {
    background: url('../new_images/header_repeater.jpg') #1d1109 repeat-x center top;
    background: #0C1703;
    padding: 0;
    margin: 0;
}

.content_width {
    width: 986px;
    margin: 0 auto;
}

.header {
    position: relative;
    background: url('../new_images/header_repeater.jpg') #1d1109 repeat-x center top;
    padding: 0;
    margin: 0;
    height: 216px;
    width: 100%;
}

.header_top {
    height: 179px;
    position: relative;
    background: url('../new_images/header_repeater.jpg') #1d1109 repeat-x center top;
}

.header_logo {
    position: absolute;
    left: 100px;
}

.header_logo img {
    border: 0;
}

.header_banner {
    position: absolute;
    right: 60px;
    width: 280px;
    height: 172px;
    background: url('../new_images/tabla_bg.png') no-repeat left top;
}

.header_banner img {
    border: 0;
    width: 250px;
    height: 125px;
}

.header_banner a {
    position: relative;
    top: 31px;
    left: 11px;
}

.main_menu {
    height: 38px;
    position: relative;
    background: url('../new_images/header_repeater.jpg') #1d1109 repeat-x center bottom;
}

.main_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 40px;
}

.main_menu ul li {
    float: left;
    background: url('../new_images/main_menu_separator.png') no-repeat right top;
    padding: 1px 3px 1px 1px;
}

.main_menu ul li.last_item {
    background: transparent none;
    padding: 1px;
}

.main_menu ul li a,
.main_menu ul li a:link,
.main_menu ul li a:visited {
    float: left;
    color: #ebf4aa;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    display: block;
    text-decoration: none;
}

.main_menu ul li a:hover {
    background: url('../new_images/main_menu_hover.png') repeat-x left top;
}

.search_box {
    position: absolute;
    bottom: 6px;
    right: 22px;
    width: 173px;
    height: 24px;
    background: url('../new_images/search_bg.png') no-repeat left top;
    display: none;
}

form#cse-search-box {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.search_input {
    position: absolute;
    top: 4px;
    left: 5px;
    border: 0 none;
    background: transparent none;
    color: #fff;
    width: 138px;
}

.search_submit {
    position: absolute;
    top: 3px;
    right: 8px;
    border: 0 none;
}

/* Main content */

.main_content {
    padding: 0;
    margin: 0;
    width: 100%;
}

.left_column {
    width: 211px;
    vertical-align: top;
    background:url('../images/left_back.jpg') #0c1703 repeat-y;
}

.center_column {
    vertical-align: top;
    background: url('../new_images/center_column_top.gif') #d3e1be repeat-x left top;
}

.min_width {
    width: 548px;
}

.right_column {
    width: 211px;
    vertical-align: top;
    background:url('../images/right_back.jpg') #0c1703 repeat-y;
}

.clear {
    clear: both;
    display: block;
    font-size: 1px;
}

/* Left Menu */

.left_menu,
.left_menu ul,
.left_menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.left_menu li a,
.left_menu li a:link,
.left_menu li a:visited {
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 17px;
    background: url('../new_images/left_menu_level_1.png') repeat-x left top;
    color: #1b110a;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.left_menu li a:hover {
    background-position: left bottom;
}

.left_menu li li a,
.left_menu li li a:link,
.left_menu li li a:visited {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 31px;
    background: url('../new_images/left_menu_level_2.png') no-repeat 17px 7px;
    text-transform: none;
}

.left_menu li li a.current,
.left_menu li li a.current:link,
.left_menu li li a.current:visited,
.left_menu li li a:hover {
    background: url('../new_images/left_menu_level_2.png') #ced488 no-repeat 17px 7px;
}

.left_menu li li.first_item a:hover {

}

.left_menu ul {
    display: none;
    background: url('../new_images/left_menu_shadow.png') #e2e7a8 repeat-x left top;
}

a.toggle_link {
    position: relative;
}

a.toggle_link span {
    position: absolute;
    right: 7px;
    top: 10px;
    width: 12px;
    height: 6px;
    background: url('../new_images/left_menu_toggle.png') no-repeat left top;
}

.closed a.toggle_link span {
    background-position: left -50px;
}

.close_left_block,
.close_right_block {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
}

.close_left_block {
    left: 4px;
}

.close_right_block {
    right: 4px;
    display: none;
}

/* Forumi */

.forum_title {
    padding-bottom: 5px;
}
.topictitle {
font-weight: bold;
font-size: 11px;
}

/* Podmeni modula */
#podmeni {
    width: 100%;
    float: left;
    margin:  0;
    padding: 0;
    list-style: none;
    background:url("../images//back_menu.jpg") repeat-x;
     }
#podmeni li {
    float: left;
    height: 22px;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    background: url("../images//menu_sep.jpg") no-repeat scroll right top transparent;
     }
#podmeni li a {
    display: block;
    padding: 5px 7px;
    text-decoration: none;
    font-weight: bold;
    color:#2f5107;

     }
#podmeni li a:hover {
    color: #1b110a;
    background:url("../images/back_menu_hover.jpg") repeat-x;
    height: 22px;
     }
#podmeni li.last_item {
    background: none;
     }
#podmeni_prod {
    width: 590px;
    margin: 0 auto;
    margin-top: 0;
}
.kategorije_prodavnice {
    text-align: center;
    width: 600px;
    margin: 0 auto;
}
.kategorije_prodavnice a {
    display:block;
    width: 180px;
    background: url("../images/back_meni_kat.jpg") repeat-x;
    height: 18px;
    float:left;
    text-align:left;
    padding: 4px 0 0 15px;
    margin-bottom: 2px;
    margin-left: 2px;
    border: 1px solid #ded9c4;
}
.kategorije_prodavnice a:hover {
    background: url("../images/back_meni_kat_hover.jpg") repeat-x;
}
.foto_izmena {
width: 197px;
float:left;
}
.foto_artikl {
width: 193px;
float:left;
margin-top: 3px;
}
.centar {
width: 95%;
clear:both;
}
.teme {
width:45%;
float:left;
}
.imenik {
float:right;
width:45%;
}
.novosti_naslov {
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    padding-left: 20px;
    background: #eff4bc;
    border: 1px solid #ccc;
}
.novosti_sadrzaj {
    padding: 5px;
    padding-left: 20px;
}
.novosti_sadrzaj p {
    margin: 2px;
    padding: 2px;
}

/* -------- SHOP CART ---------*/
a.ar-link { background:url("../images/ar_link.png") no-repeat 0 5px; padding:0 0 0 8px; float:left; }
a.ar-link:hover { color: #000; }

a.change-cart { float:left; background:url("../images/shop_btn.png") repeat-x 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); color:#fff; font-size:13px; padding:6px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px; behavior: url(/js/PIE.htc); text-decoration:none; margin-right:10px; }
a.change-cart:hover { background:url("../images/shop_btn.png") repeat-x 0 -31px; }

a.btn-link { float:left; background:url("../images/shop_btn.png") repeat-x 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); color:#fff; font-size:13px; padding:6px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px; behavior: url(/js/PIE.htc); text-decoration:none; margin-right:10px; }
a.btn-link:hover { background:url("../images/shop_btn.png") repeat-x 0 -31px; }

a.btn-link-dis { float:left; background:url("../images/shop_btn_dis.png") repeat-x 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); color:#6f767b; font-size:13px; padding:6px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px; behavior: url(/js/PIE.htc); text-decoration:none; margin-right:10px; cursor: not-allowed; }

.cart-note { font-size: 110%; line-height: 30px; text-align: center; color: #535; }

table.shop-table { width:100%; float:left; margin-bottom:10px; border-bottom:1px solid #d4d4d4; }
table.shop-table thead { border:1px solid #fff; }
table.shop-table tbody { }
table.shop-table tfoot { }

table.shop-table thead tr { background: url("../images/shop_table_head.png") no-repeat 0 0; }
table.shop-table thead tr th { background: url("../images/shop_table_head_sep.png") no-repeat right top; color:#b3db89; padding:0 10px; }
table.shop-table thead tr th.th-name { text-align:left; }
table.shop-table thead tr th.last { background: url("../images/shop_table_head.png") no-repeat right top; text-align:center; }

table.shop-table tbody { border:1px solid #d4d4d4; }
table.shop-table tbody tr { width:100%; }
table.shop-table tbody tr.cart-seller { background: url("../images/bg_cart_seller.png") repeat-x 0 0; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#3a3c38; text-shadow:1px 1px #fff; }
table.shop-table tbody tr.cart-seller td { width:98%; padding:9px 10px; }
table.shop-table tbody tr.cart-seller td .date { float: right; }
table.shop-table tbody tr td { padding:9px 10px; color:#383434; }
table.shop-table tbody tr.even { background:#f0f2f4; }
table.shop-table tbody tr td.th-char { text-align:center; }
table.shop-table tbody tr td.th-int { text-align:center; }
table.shop-table tbody tr td.th-date { text-align:center; }
table.shop-table tbody tr td span.wrd { float:left; padding-top:5px; }

table.shop-table tbody tr.cart-comment span { float:left; padding:6px 10px 0 0; }
table.shop-table tbody tr.cart-comment input { width:380px; float:left; background:url("../images/shop_input.png") no-repeat 0 0; border:1px solid #d9d9d9; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:5px; }

table.shop-table tbody tr a.remove { background: url("../images/shop_table_link.png") repeat-x 0 0; border:1px solid #bdbfc1; float:left; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:7px; margin-right:10px; }
table.shop-table tbody tr a.remove:hover { background: url("../images/shop_table_link.png") repeat-x 0 -23px; }
table.shop-table tbody tr a.remove span { width:7px; height:8px; background: url("../images/ic_remove.png") no-repeat 0 0; float:left; }

table.shop-table tbody tr a.add_comm { background: url("../images/shop_table_link.png") repeat-x 0 0; border:1px solid #bdbfc1; float:left; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:4px 7px; float:right; color:#5e9006; font-size:9px; }
table.shop-table tbody tr a.add_comm:hover { background: url("../images/shop_table_link.png") repeat-x 0 -23px; }
table.shop-table tbody tr a.add_comm span { width:12px; height:10px; background: url("../images/ic_add_comm.png") no-repeat 0 0; float:left; padding-left:5px; position:relative; top:1px; }

table.shop-table tbody tr a.check { background: url("../images/shop_table_link.png") repeat-x 0 0; border:1px solid #bdbfc1; float:left; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:4px 7px; float:right; color:#5e9006; font-size:9px; }
table.shop-table tbody tr a.check:hover { background: url("../images/shop_table_link.png") repeat-x 0 -23px; }
table.shop-table tbody tr a.check span { width:12px; height:10px; background: url("../images/ic_check.png") no-repeat 0 0; float:left; padding-left:5px; position:relative; top:1px; }

table.shop-table tbody tr a.edit { background: url("../images/shop_table_link.png") repeat-x 0 0; border:1px solid #bdbfc1; float:left; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:4px 7px; float:right; color:#5e9006; font-size:9px; }
table.shop-table tbody tr a.edit:hover { background: url("../images/shop_table_link.png") repeat-x 0 -23px; }
table.shop-table tbody tr a.edit span { width:10px; height:11px; background: url("../images/ic_edit.png") no-repeat 0 0; float:left; padding-left:5px; position:relative; top:1px; }

table.shop-table tbody tr a.delete { background: url("../images/shop_table_link.png") repeat-x 0 0; border:1px solid #bdbfc1; float:left; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:4px 7px; float:right; color:#a7090a; margin-left:10px; font-size:9px; }
table.shop-table tbody tr a.delete:hover { background: url("../images/shop_table_link.png") repeat-x 0 -23px; }
table.shop-table tbody tr a.delete span { width:7px; height:8px; background: url("../images/ic_remove.png") no-repeat 0 0; float:left; padding-left:5px; position:relative; top:3px; }

table.shop-table tbody tr td input.col { width:15px; float:left; background:url("../images/shop_input.png") no-repeat 0 0; border:1px solid #d9d9d9; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:5px; }

table.shop-table tfoot tr { background: url("../images/shop_table_foot.png") repeat-x 0 0; color:#383434; font-size:13px; text-shadow:1px 1px #fff; font-weight:bold; width:100%; }
table.shop-table tfoot tr td  { padding:6px 10px; }
table.shop-table tfoot tr td strong { float:right; }

.submit-end { float:right; }
.submit-end input { float:left; background:url("../images/shop_end.png") repeat-x 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); border:0; cursor:pointer; color:#fff; font-size:13px; padding:6px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px; behavior: url(/js/PIE.htc); }
.submit-end input:hover { background:url("../images/shop_end.png") repeat-x 0 -31px; }

p.empty-shop { width:100%; float:left;}
form.shop-form { width:100%; float:left;}

form.shop-form div.submit { width:100%; float:left; padding-bottom:10px; }
form.shop-form div.submit input { float:left; background:url("../images/shop_btn.png") repeat-x 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); color:#fff; font-size:13px; padding:6px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px; behavior: url(/js/PIE.htc); text-decoration:none; margin-right:10px; border:0; cursor:pointer; }
form.shop-form div.submit input:hover { background:url("../images/shop_btn.png") repeat-x 0 -31px; }
form.shop-form div.submit input.shop-end { float:left; background:url("../images/shop_end.png") repeat-x 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); color:#fff; font-size:13px; padding:6px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px; behavior: url(/js/PIE.htc); text-decoration:none; margin-right:10px; border:0; cursor:pointer; }
form.shop-form div.submit input.shop-end:hover { background:url("../images/shop_end.png") repeat-x 0 -31px; }

.shop-end { font: bold 11px Verdana!important; color: white!important; float:left; background:url("../images/shop_end.png") repeat-x 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); color:#fff; font-size:13px; padding:6px 7px 7px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px; behavior: url(/js/PIE.htc); text-decoration:none; margin-right:10px; border:0; cursor:pointer; text-align: center; }
.shop-end:hover { background:url("../images/shop_end.png") repeat-x 0 -31px; }


.edit-order { width:335px; float:left; }
.edit-order h3 { width:335px; float:left; font-size:20px; color:#517d01; text-align:center; }
.edit-order .inner { width:335px; float:left; font-size:11px; border-top:1px solid #c8c8c8; border-bottom:1px solid #c8c8c8; padding:20px 0; margin-bottom:10px; }
.edit-order .inner ul { width:100%; float:left; margin:0; padding:0; }
.edit-order .inner ul li { width:100%; float:left; display:block; padding-bottom:8px; }
.edit-order .inner ul li span { float:right; }
.edit-order .inner ul li input { width:35px; float:left; background:url("../images/shop_input.png") no-repeat 0 0; border:1px solid #d9d9d9; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:5px; }
.edit-order .inner ul li .wrd { float:left; padding:5px 0 0 5px; }
.edit-order .inner ul li textarea { width:200px; float:left; background:url("../images/shop_textarea.png") no-repeat 0 0; border:1px solid #d9d9d9; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:5px; }
.edit-order .submit { width:335px; float:left; text-align:center; }
.edit-order .submit input { background:url("../images/shop_btn.png") repeat-x 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); color:#fff; font-size:13px; padding:6px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px; behavior: url(/js/PIE.htc); cursor:pointer; border:0; }
.edit-order .submit input:hover { background:url("../images/shop_btn.png") repeat-x 0 -31px; }

.delete-order { width:335px; float:left; }
.delete-order h3 { width:335px; float:left; font-size:20px; color:#517d01; text-align:center; }
.delete-order .inner { width:335px; float:left; font-size:11px; border-top:1px solid #c8c8c8; border-bottom:1px solid #c8c8c8; padding:20px 0; margin-bottom:10px; }
.delete-order .inner ul { width:100%; float:left; margin:0; padding:0; }
.delete-order .inner ul li { width:100%; float:left; display:block; padding-bottom:8px; }
.delete-order .inner ul li span { float:right; }
.delete-order .inner ul li input { width:35px; float:left; background:url("../images/shop_input.png") no-repeat 0 0; border:1px solid #d9d9d9; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:5px; }
.delete-order .inner ul li .wrd { float:left; padding:5px 0 0 5px; }
.delete-order .inner ul li textarea { width:200px; float:left; background:url("../images/shop_textarea.png") no-repeat 0 0; border:1px solid #d9d9d9; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:5px; }
.delete-order .submit { width:335px; float:left; text-align:center; }
.delete-order .submit input { background:url("../images/shop_btn.png") repeat-x 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); color:#fff; font-size:13px; padding:6px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px; behavior: url(/js/PIE.htc); cursor:pointer; border:0; }
.delete-order .submit input:hover { background:url("../images/shop_btn.png") repeat-x 0 -31px; }


.info-form h2 { width:100%; float:left; text-align:center; }
.info-form p { width:100%; float:left; text-align:center; }
.info-form form { width:452px; margin:0 auto; }
.info-form form .inner { width:400px; border:1px solid #c7d4c5;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; behavior: url(/js/PIE.htc); float:left; padding:30px; }
.info-form form .inner div { width:100%; float:left; padding-bottom:5px; }
.info-form form .inner div label { width:100px; float:left; padding-top:6px; }
.info-form form .inner div.input input { width:271px; float:right; background:url("../images/shop_input.png") no-repeat 0 0; border:1px solid #d9d9d9; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:5px; }
.info-form form .inner div.submit { width:283px; float:right; padding-top:20px; }
.info-form form .inner div.submit input.submit { background:url("../images/shop_btn.png") repeat-x 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); color:#fff; font-size:12px; padding:6px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px; behavior: url(/js/PIE.htc); cursor:pointer; border:0; }
.info-form form .inner div.submit input.submit:hover { background:url("../images/shop_btn.png") repeat-x 0 -31px; }
.info-form form .inner div.submit input.cancel { background:url("../images/shop_btn_cancel.png") repeat-x 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); color:#fff; font-size:12px; padding:6px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px; behavior: url(/js/PIE.htc); cursor:pointer; border:0; }
.info-form form .inner div.submit input.cancel:hover { background:url("../images/shop_btn_cancel.png") repeat-x 0 -31px; }


table.uplatnica tbody tr.header-upl th { background: url("../images/uplatnica_head.png") no-repeat right top;}
table.uplatnica tbody tr.body-upl { border:1px solid #d4d4d4; float:left; padding-bottom:30px; width:860px; }


/* ------- Product page ------- */
.product-box { border:1px solid #c7d4c5; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; behavior: url(/js/PIE.htc); padding:20px; margin-bottom:10px; }
.product-box .inner { width:100%; float:left; position: relative; }
.product-box .inner .product-head { width:100%; float:left; padding-bottom:40px; position:relative;  }
.product-box .inner .product-head .product-title { float:left; width:470px; }
.product-box .inner .product-head .auct-title { padding-left:52px; }
.product-box .inner .product-head .product-title h1 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#517d01; font-weight:bold; padding:0 0 10px 0; margin:0; }
.product-box .inner .product-head .product-title h2 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#31322e; font-weight:bold; padding:0; margin:0; clear: left; }
.product-box .inner .product-head .product-title h2 a { color:#31322e; }
.product-box .inner .product-head .product-title h2 a:hover { text-decoration: underline; }
.product-box .inner .product-head .label { width:111px; height:93px; background:url("../images/label_auct_lg.png") repeat-x 0 0; position:absolute; top:-24px; left:-27px; }
.product-box .inner .product-head .product-links { width:100%; float:left; position:relative; top:-15px; }
.product-box .inner .product-head .product-links a { float:left; background:url("../images/link_auct.png") repeat-x 0 0; padding:6px 10px; text-decoration:none; color:#3b3f3a; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; behavior: url(/js/PIE.htc); position:relative; margin-right:5px;}
.product-box .inner .product-head .product-links a:hover {  background:url("../images/link_auct.png") repeat-x 0 -26px; }

.product-box .inner .product-head .product-cart { width:353px; float:right; }
.product-box .inner .product-head .product-cart .add { width:140px; float:left; background:url("../images/product_cart_bg.png") repeat-x 0 0; padding:12px; -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; behavior: url(/js/PIE.htc); }
.product-box .inner .product-head .product-cart .add input { width:60px; float:left; background:url("../images/shop_input.png") no-repeat 0 0; border:1px solid #b1b1b1; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; behavior: url(/js/PIE.htc); padding:5px; }
.product-box .inner .product-head .product-cart .add span { width:60px; float:left; padding-top:5px; color:#666; text-shadow:1px 1px #fff; font-weight:bold; }
.product-box .inner .product-head .product-cart a.cart-add { width:138px; float:left; background:url("../images/add_to_cart.png") no-repeat 0 0; text-decoration:none; font-size:14px; color:#fff; text-transform:uppercase; font-weight:bold; text-shadow:1px 1px 3px #5b7531; padding:19px 0 19px 50px; position:relative; top:-2px; left:-3px; }
.product-box .inner .product-head .product-cart a.cart-add:hover { background:url("../images/add_to_cart.png") no-repeat 0 -56px; }
.product-box .inner .product-head .product-cart a.cart-del { width:138px; float:right; background:url("../images/del_from_cart.png") no-repeat 0 0; text-decoration:none; font-size:14px; color:#fff; text-transform:uppercase; font-weight:bold; text-shadow:1px 1px 3px #5b7531; padding:10px 0 9px 50px; position:relative; top:-2px; left:-3px; }
.product-box .inner .product-head .product-cart a.cart-del:hover { background:url("../images/del_from_cart.png") no-repeat 0 -56px; }
.product-box .inner .product-head .product-cart a.ar-link { background:url("../images/ar_link.png") no-repeat 0 5px; padding:0 0 0 8px; float:right; margin-right:5px; clear: right; }
.product-box .inner .product-head .product-cart a.ar-link:hover { color: #000; }

.product-box .inner .product-info { width:100%; float:left; }
.product-box .inner .product-info .product-gallery { width:260px; float:left; }
.product-box .inner .product-info .product-gallery .img { float:left; }
.product-box .inner .product-info .product-gallery .img img { border:4px solid #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px;  behavior: url(/js/PIE.htc); }
.product-box .inner .product-info .product-gallery .gallery { float: left; width: 266px; }
.product-box .inner .product-info .product-gallery .gallery .img { margin: 5px 5px 0 0; }
.product-box .inner .product-info .product-gallery .gallery .img img { width: 75px; height: 75px; }

.product-box .inner .product-info .info { max-width:1110px; padding:0 0 0 280px; }
.product-box .inner .product-info .info ul { width:100%; float:left; }
.product-box .inner .product-info .info ul li { width:100%; float:left; display:block; padding-bottom:10px; }
.product-box .inner .product-info .info ul li.price-li { padding-bottom:5px; }
.product-box .inner .product-info .info ul li .red { color:#a10808; }
.product-box .inner .product-info .info ul li .offer { float:left;  background:url("../images/bg_search.png") repeat-x 0 0; border:1px solid #c7d4c5; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-box-shadow: #e0e0e0 0px 0px 3px; -moz-box-shadow: #e0e0e0 0px 0px 3px; box-shadow: #e0e0e0 0px 0px 3px;  behavior: url(/js/PIE.htc); padding:8px; }
.product-box .inner .product-info .info ul li .offer label { float:left; padding:4px 10px 0 0; }
.product-box .inner .product-info .info ul li .offer span { float:left; padding:4px 10px 0 5px; }
.product-box .inner .product-info .info ul li .offer input.input { width:100px; float:left; background:url("../images/search_input.png") no-repeat 0 0; border:1px solid #bcbcbc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; behavior: url(/js/PIE.htc); padding:5px; }
.product-box .inner .product-info .info ul li .offer input.submit { width:65px; float:left; background:url("../images/btn_search.png") repeat-x 0 0; cursor:pointer; border:0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; behavior: url(/js/PIE.htc); color:#fff; padding:5px 0; margin-left:5px; }
.product-box .inner .product-info .info ul li .offer input.submit:hover { background:url("../images/btn_search.png") repeat-x 0 -28px; }


.product-box .inner .product-info .info ul li .product-price { float:left; background:url("../images/bg_pr_price.png") repeat-x 0 0; color:#fff; font-weight:bold; padding:6px 10px 6px 10px; -webkit-border-radius:5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius:5px 0 0 5px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px;  behavior: url(/js/PIE.htc); }
.product-box .inner .product-info .info ul li .price { float:left; background:url("../images/bg_pr_price1.png") repeat-x 0 0; color:#fff; font-weight:bold; padding:6px 11px; -webkit-border-radius:0 5px 5px 0; -moz-border-radius:0 5px 5px 0; border-radius:0 5px 5px 0; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px;  behavior: url(/js/PIE.htc); text-align:center; min-width: 82px; }

.other-products { border:1px solid #c7d4c5; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; behavior: url(/js/PIE.htc); padding:20px; }
.other-products .inner { width:100%; float:left; }
.other-products .inner .other-head { width:100%; float:left; }
.other-products .inner .other-head h1 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#517d01; font-weight:bold; padding:0 0 10px 0; margin:0; width:430px!important; }
.other-products .inner .other-head h2 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#31322e; font-weight:bold; padding:0; margin:0; width: auto; clear: left; }
.other-products .inner .other-head h2 a { color:#31322e; }
.other-products .inner .other-head h2 a:hover { text-decoration: underline; }
.other-products .inner .other-head .note { clear: both; margin-top: 1em; }
.other-products .inner .other-head .product-links { float:right; }
.other-products .inner .other-head .product-links a { float:left; background:url("../images/link_auct.png") repeat-x 0 0; padding:6px 10px; text-decoration:none; color:#3b3f3a; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; behavior: url(/js/PIE.htc); position:relative; margin-right:5px;}
.other-products .inner .other-head .product-links a:hover {  background:url("../images/link_auct.png") repeat-x 0 -26px; }

.right { float:right; }
.right .rate { color:#5f5f5f; float:left; border:1px solid #c7d4c5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; behavior: url(/js/PIE.htc); background:url("../images/product_rate_bg.png") repeat-x 0 0; padding:12px; }
.right .rate span { float:left; }
.right .rate .plus { background:url("../images/rate_plus.png") no-repeat 0 0; color:#4a7114; font-weight:bold; padding:0 10px 0 18px; margin-left:10px; }
.right .rate .minus { background:url("../images/rate_minus.png") no-repeat 0 0; color:#9f0606; font-weight:bold; padding:0 0 0 18px; }
.right a.comments { width:130px; float:left; background:url("../images/comm_btn.png") no-repeat 0 0; font-size:11px; color:#5f5f5f; text-decoration:none; padding:14px 0 14px 40px; position:relative; top:-1px; margin-left:10px; }
.right a.comments:over { background:url("../images/comm_btn.png") no-repeat 0 -45px; }

.art-list-ordering { float: right; font: 15px Arial; }
.art-list-ordering a { padding-left: 2px; }
.art-list-ordering a:hover { text-decoration: underline; color: inherit; }
.art-list-ordering em { font-style: normal; text-decoration: underline; }


ul.products-list { width:100%; float:left; padding:0; margin-bottom: -5px; }
ul.products-list li { float:left; display:block; padding:8px; }
ul.products-list li a { float:left; }
ul.products-list li a .inner { width:172px; float:left; display:block; background:url("../images/product_bg.png") repeat-x 0 0; border:1px solid #fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-box-shadow: #e0e0e0 0px 0px 3px; -moz-box-shadow: #e0e0e0 0px 0px 3px; box-shadow: #e0e0e0 0px 0px 3px;  behavior: url(/js/PIE.htc); height:230px; padding:5px; position:relative; }
ul.products-list li a:hover .inner { background:url("../images/product_bg.png") repeat-x 0 -314px; }
ul.products-list li a .inner h3 { width:100%; float:left; text-align:center; margin:0; padding:10px 0; line-height:16px; color:#2c6510; font-size:12px; font-weight:bold; text-decoration:none; height: 45px; }
ul.products-list li a .inner .img { width:170px; height:120px; background:#fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  behavior: url(/js/PIE.htc); float:left; }
ul.products-list li a .inner .price { width:100%; float:left; text-align:center; padding:10px 0; color:#fff; }
ul.products-list li a .inner .label { width:49px; height:42px; background:url("../images/label_new.png") repeat-x 0 0; position:absolute; top:-3px; right:-5px; }

.cat ul.products-list li a .inner { height: 193px; }
.cat ul.products-list li a .inner h3 { height: 18px; }

.auction ul.products-list { width:100%; float:left; padding:0; }
.auction ul.products-list li { float:left; display:block; padding:8px; }
.auction ul.products-list li a { float:left; }
.auction ul.products-list li a .inner { width:172px; float:left; display:block; background:url("../images/product_bg.png") repeat-x 0 0; border:1px solid #fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-box-shadow: #e0e0e0 0px 0px 3px; -moz-box-shadow: #e0e0e0 0px 0px 3px; box-shadow: #e0e0e0 0px 0px 3px;  behavior: url(/js/PIE.htc); height:270px; padding:5px; position:relative; }
.auction ul.products-list li a:hover .inner { background:url("../images/product_bg.png") repeat-x 0 -314px; }
.auction ul.products-list li a .inner h3 { width:100%; height:50px; float:left; text-align:center; margin:0; padding:5px 0; line-height:16px; color:#714d00; font-size:13px; font-weight:bold; text-decoration:none; }
.auction ul.products-list li a .inner .img { width:170px; height:120px; background:#fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  behavior: url(/js/PIE.htc); float:left; }
.auction ul.products-list li a .inner .price { width:198px; position:absolute; background:url("../images/bg_auct_price.png") no-repeat 0 0; left:-5px; bottom:47px; text-align:center; color:#fff; padding:13px 0 19px 0; }
.auction ul.products-list li a .inner .label { width:54px; height:37px; background:url("../images/label_auct.png") repeat-x 0 0; position:absolute; top:-3px; right:-8px; }
.auction ul.products-list li a .inner .count  { width:172px; padding:47px 0 0; float:left; color:#fff; text-align:center; line-height:14px; font-size: 11px; }

.content-frame { border:1px solid #c7d4c5; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; behavior: url(/js/PIE.htc); padding:20px; margin-bottom: 20px; }
.content-frame  h2 { margin-top: 0; }
.content-frame .inner { width:100%; float:left; }
.content-frame ul.category-menu { width:100%; float:left; padding:0; margin:0; }
.content-frame ul.category-menu li { width:268px; float:left; margin:3px 4px; display:block; position:relative; }
.content-frame ul.category-menu li a { overflow: hidden; width:260px; float:left;  background:url("../images/category_link_bg.png") repeat-x 0 0; border:1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: #e0e0e0 0px 0px 3px; -moz-box-shadow: #e0e0e0 0px 0px 3px; box-shadow: #e0e0e0 0px 0px 3px;  behavior: url(/js/PIE.htc); color:#4a7114; font-size:12px; font-weight:bold; padding:4px 4px 2px; height: 37px; }
.content-frame ul.category-menu li a:hover { background:url("../images/category_link_bg.png") repeat-x 0 -47px; }
/*
.content-frame ul.category-menu li .img { width:35px; height:35px; float:left; border:1px solid #a7a7a7; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; behavior: url(/js/PIE.htc); }
.content-frame ul.category-menu li span { float:left; padding:11px 0 0 6px; width: 184px; }
*/
.content-frame ul.category-menu li img { float: left; width:35px; height:35px; fborder:1px solid #a7a7a7; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; behavior: url(/js/PIE.htc); vertical-align: top; margin-right: 6px; }
.content-frame ul.category-menu li span { float: left; padding-top: 11px; height: 37px; width: 214px; }

.category-nav { float:left; background:url("../images/category_nav.png") repeat-x 0 0 #d9d9d9; position:relative; top:-20px; border:1px solid #c7d4c5; border-top:0; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius:0 0 5px 5px; behavior: url(/js/PIE.htc); }
.category-nav ul { float:left; margin:0; padding:0; }
.category-nav ul li { float:left; display:block; }
.category-nav ul li a { float:left; font-size:12px; color:#4f7b00; font-weight:bold; padding:10px; background:url("../images/cat_nav_sep.png") no-repeat right top;}
.category-nav ul li a.last { background: none;}
.category-nav ul li a:hover { background:url("../images/category_nav_h.png") repeat-x 0 0 #61a230; color:#fff; }
.category-nav ul li a em { color: #D1392D; font-style: normal; }

.category-search { width:100%; float:left; background:url("../images/bg_search.png") repeat-x 0 0; border:1px solid #c7d4c5; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-box-shadow: #e0e0e0 0px 0px 3px; -moz-box-shadow: #e0e0e0 0px 0px 3px; box-shadow: #e0e0e0 0px 0px 3px;  behavior: url(/js/PIE.htc); padding:8px 0; margin-top:10px; }
.category-search { width:100%; float:left; background:url("../images/bg_search.png") repeat-x 0 0; border:1px solid #c7d4c5; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-box-shadow: #e0e0e0 0px 0px 3px; -moz-box-shadow: #e0e0e0 0px 0px 3px; box-shadow: #e0e0e0 0px 0px 3px;  behavior: url(/js/PIE.htc); padding:8px 0; margin-top:10px; }
.category-search .cat-search { float:left; padding-left:8px; }
.category-search .cat-search input.input { width:260px; float:left; background:url("../images/search_input.png") no-repeat 0 0; border:1px solid #bcbcbc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; behavior: url(/js/PIE.htc); padding:5px; }
.category-search .cat-search input.button { width:65px; float:left; background:url("../images/btn_search.png") repeat-x 0 0; cursor:pointer; border:0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; behavior: url(/js/PIE.htc); color:#fff; padding:5px 0; margin-left:5px; }
.category-search .cat-search input.button:hover { background:url("../images/btn_search.png") repeat-x 0 -28px; }
.category-search a.my-cart { width:84px; float:right; color:#fff; font-weight:bold; text-decoration:none; background:url("../images/btn_my_cart.png") repeat-x 0 0; padding:8px 0 8px 38px; text-shadow:1px 1px #456e25; margin-right:8px; }
.category-search a.my-cart:hover { background:url("../images/btn_my_cart.png") repeat-x 0 -31px; }

p.empty { clear: both; background:url("../images/bg_search.png") repeat-x 0 0; border:1px solid #A0A0A0; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-box-shadow: #e0e0e0 0px 0px 3px; -moz-box-shadow: #e0e0e0 0px 0px 3px; box-shadow: #e0e0e0 0px 0px 3px;  behavior: url(/js/PIE.htc); padding:8px; margin:25px 0; color: #2B2B2B; text-shadow: 1px 1px #fff; text-align: center; font-size: 115%; font-style: italic; letter-spacing: 1px; }
p.empty a { text-decoration: underline; }

.order-action { width:100%; float:left; }
.order-action input { float:left; background:url("../images/shop_btn.png") repeat-x 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); color:#fff; font-size:13px; padding:6px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px; behavior: url(/js/PIE.htc); text-decoration:none; margin-right:10px; border:0; cursor:pointer; }
.order-action input:hover { background:url("../images/shop_btn.png") repeat-x 0 -31px; }
.order-action input.disabled { background:url("../images/shop_btn_dis.png") repeat-x 0 0; color:#6f767b; cursor: not-allowed; }


#comments-box { width:600px; padding:10px 30px 10px 10px; float:left; height:300px; }
#comments-box h2 { width:100%; float:left; text-align:center; color:#517D01; font-size:20px; margin:0; border-bottom:1px solid #C8C8C8; padding-bottom:10px;}
#comments-box ul { width:100%; float:left; }
#comments-box ul li { width:100%; float:left; display:block; position:relative; padding:20px 0; }
#comments-box ul li .user { float:left; }
#comments-box ul li .user span { width:7px; height:8px; float:left; background:url("../images/comments_ic.png") no-repeat 0 0; position:relative; top:3px; margin-right:5px; }
#comments-box ul li .rate { float:right; }
#comments-box ul li .rate strong { float:left; color:#464742; padding-right:6px; }
#comments-box ul li .rate .positive { width:9px; height:10px; float:left; background:url("../images/comments_ic.png") no-repeat -18px 0; position:relative; top:2px; }
#comments-box ul li .rate .negative { width:9px; height:10px; float:left; background:url("../images/comments_ic.png") no-repeat -33px 0; position:relative; top:2px; }
#comments-box ul li .rate .neutral { width:9px; height:10px; float:left; background:url("../images/comments_ic.png") no-repeat -47px 0; position:relative; top:2px; }
#comments-box ul li p { width:100%; float:left; padding:10px 0 0 0; }
#comments-box ul li .shadow { width:600px; height:9px; background:url("../images/shdw01.png") no-repeat center top; position:absolute; bottom:0; left:0; }


.login-form-box { width:330px; margin:0 auto; }
.login-form-box form { width:263px; margin:0 auto; border:1px solid #c7d4c5;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; behavior: url(/js/PIE.htc); float:left; padding:30px; }
.login-form-box form div { width:100%; float:left; padding-bottom:5px; }
.login-form-box form div label { width:100px; padding:6px 0 0 0; float:left; }
.login-form-box form .input input { width:150px; float:left;background:url("../images/shop_input.png") no-repeat 0 0;border:1px solid #d9d9d9; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:5px; }
.login-form-box form .submit input { float:right; background:url("../images/shop_btn.png") repeat-x 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); color:#fff; font-size:12px; padding:6px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px; behavior: url(/js/PIE.htc); cursor:pointer; border:0; }
.login-form-box form .submit input:hover { background:url("../images/shop_btn.png") repeat-x 0 -31px; }


#fancybox-content > div { overflow-x: hidden!important; }

.flash-message {
    background: none repeat scroll 0 0 #FFCCCC;
    border: 2px solid white;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.flash-message-error {
    background: #FEE;
    border-color: #F88;
}

.flash-message-success {
    background: #DFD;
    border-color: #090;
}



.popup-form { width:335px; float:left; }
.popup-form h3 { width:335px; float:left; font-size:20px; color:#517d01; text-align:center; }
.popup-form .inner { width:335px; float:left; font-size:11px; border-top:1px solid #c8c8c8; border-bottom:1px solid #c8c8c8; padding:10px 0; margin-bottom:10px; }
.popup-form .inner p { padding: 0 1em 1em; color: #333; text-align: center; }
.popup-form .inner .input { width:100%; float:left; display:block; padding-bottom:8px; }
.popup-form .inner .input label { float:left; font-weight: bold; line-height: 25px; }
.popup-form .inner .input input { float:right; background:url("../images/shop_input.png") no-repeat 0 0; border:1px solid #d9d9d9; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:5px; }
.popup-form .inner .input select { float:right; background:url("../images/shop_input.png") no-repeat 0 0; border:1px solid #d9d9d9; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:5px; }
.popup-form .inner .input textarea { width:200px; float:right; background:url("../images/shop_textarea.png") no-repeat 0 0; border:1px solid #d9d9d9; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); padding:5px; }
.popup-form .submit { width:335px; float:left; text-align:center; }
.popup-form .submit input { background:url("../images/shop_btn.png") repeat-x 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(/js/PIE.htc); color:#fff; font-size:13px; padding:6px; -webkit-box-shadow: #666 0px 0px 3px; -moz-box-shadow: #666 0px 0px 3px; box-shadow: #666 0px 0px 3px; behavior: url(/js/PIE.htc); cursor:pointer; border:0; }
.popup-form .submit input:hover { background:url("../images/shop_btn.png") repeat-x 0 -31px; }
.popup-form .submit .result { padding: 0 8px 8px; text-align: center; }
.popup-form .submit .result img { vertical-align: middle; margin-right: 5px; }

.link_kupac {
padding-left: 10px;
margin-top:3px;
margin-bottom: -15px;
}
.link_kupac a {
display:block;
width: 173px;
background: url("../images/category_link_bg.png") repeat-x scroll 0 0 transparent;
color: #4F7B00;
font-size: 12px;
font-weight: bold;
padding: 5px 0 5px 10px;
margin-bottom: 3px;
border: 1px solid #e0e0e0;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 3px #E0E0E0;
}
.link_kupac a:hover {
background: url("../images/category_link_bg.png") repeat-x scroll 0 -47px transparent;
}