body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}
a img {
  border: none;
}
a:active
{
 outline: none;
}
/*a:focus
{
 -moz-outline-style: none;
}
*/
td,th,input,select,p,div {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
h1,h2,h3,form,input,p {
  margin: 0px;
  padding: 0px;
}
p, span.xinha, div.xinha, p.xinha {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 11px;
  text-align: justify;
}
p.h1 {
  font-size: 17px; 
  color: #ffffff;
}
ul {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  list-style-type: disc;
}
.white {
  color: #ffffff;
}
li {
  list-style-type: disc;
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
}
h1,h2,h3 {
  color: #6f6f6f;
}
a {
  color: #6f6f6f;
  text-decoration: underline;
}
a:hover {
  color: #929292;
}
h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
}
h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
h1 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 27px;
  font-weight: bold;
  font-style: normal;
  color: #e5791f;
}
sup {
  font-size: 9px;
}

td.navx {
  background-color: #1e1a19;
  color: #ffffff;
  padding: 3px 0px 3px 10px;
}
a.navx {
  display: inline;
  width: 120px;
  color: #ffffff;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 10px;
  line-height: 16px;
}
a.navx:hover {
  color: #ffa400;
  text-decoration: none;
}

div.nav0 {
  height: 18px;
  background-color: #ffffff;
  vertical-align: middle;
  padding: 1px;
  border: 1px solid #d6d7d7;
  width: 164px;
  margin-bottom: 3px;
}
a.nav0 {
  display: block;
  color: #444444;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  line-height: 18px;
  padding: 0px 10px 0px 18px;
  background: #d4d4d4 url(/im/nav0_bg.gif) left top no-repeat;
  width: 136px;
}
a.nav0:hover {
  color: #888888;
  text-decoration: none;
}
a.nav0_chosen {
  display: block;
  color: #cf693f;
  color: #c63e05;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  line-height: 18px;
  padding: 0px 10px 0px 18px;
  background: #d4d4d4 url(/im/nav0_bg.gif) left top no-repeat;
  width: 136px;
}
a.nav0_chosen:hover {
  color: #cf693f;
  text-decoration: none;
}

div.nav1 {
  margin-bottom: 9px;
}
a.nav1 {
  display: block;
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  padding: 0px 10px 0px 21px;
  width: 136px;
  margin: 1px 0px;
  font-weight: bold;
}
a.nav1:hover {
  color: #666666;
  text-decoration: none;
}
a.nav1_chosen {
  display: block;
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  padding: 0px 10px 0px 21px;
  width: 136px;
  margin: 1px 0px;
  font-weight: bold;
}
a.nav1_chosen:hover {
  color: #666666;
  text-decoration: none;
}

div.nav2 {
  padding-left: 30px;
}
a.nav2 {
  display: block;
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  margin: 1px 0px;
}
a.nav2:hover {
  color: #666666;
  text-decoration: none;
}
a.nav2_chosen {
  display: block;
  color: #cf693f;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  margin: 1px 0px;
}

p.text {
  margin-top: 5px;
}
div.copy {
  border-top: 1px solid #b4b4b4;
  padding-top: 2px;
}
.copy, .copy p, .copy a{
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #808080;
  text-decoration: none;
}
a.copy:hover {
  color: #808080;
  text-decoration: underline;
}

/* magic: because position:fixed; fails to position:static; in IE, we use IE-specific expressions to fix this. */ 
/* but we must set position:absolute;, left and top before this or it won't work. */

div#fixed {
  position: absolute;
  left: 0px; 
  top: 0px; 
/*  left: expression( ( ignoreMe = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) + 'px' );
  top: expression( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );*/
}
div>div#fixed {
  position: absolute;
  position: fixed;
} 
p.grey {
  color: #333333;
}
a.reference {
  color: #ff6600;
}
a.reference:hover {
  color: #ee5500;
}
div.news_right {
  border-bottom: 3px solid #ffffff;
  background-color: #dbced3;
  padding: 15px 15px 8px;
}
p.xinha {
  margin-top: 5px;
  margin-bottom: 10px;
}
.xinha {
}
h1.xinha, h2.xinha, h3.xinha {
  margin-top: 10px;
}

div.button {
  display: block;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  height: 18px;
  width: 100px;
  padding: 1px;
  height: 18px;
}
input.button {
  display: block;
  background: #e9eaea url(/im/button_bg.gif) left top repeat-x;
  margin: 0px; 
  padding: 0px 10px;
  border: none;
  height: 18px;
}
div.cart {
  border: 1px solid #d4d4d4;
  width: 170px;
  padding: 0px;
  margin: 0px;
  background-color: #f9f9f9;
}
div.cart div.title {
  border: 1px solid #ffffff;
  padding: 2px 10px;
  height: 18px;
  background: #d4d4d4 url(/im/gradient1_bg.gif) left top repeat-x;
  vertical-align: middle;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  line-height: 18px;
  color: #444444;
}
div.cart div.title a {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #444444;
}
div.cart div.content {
  border-top: 1px solid #d4d4d4;
  padding: 7px 10px 10px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #444444;
}
div.r_izdelek {
  border: 1px solid #d4d4d4;
  width: 150px;
  padding: 10px;
  margin: 10px 0px 0px;
  background-color: #f9f9f9;
  text-align: center;
}
div.r_izdelek div.image {
  text-align: center;
  vertical-align: middle;
  width: 144px;
  height: 144px;
  background-color: #ffffff;
  display: table-cell;
}
div.r_izdelek div.image img {
  align: center;
  vertical-align: middle;
}
div.r_izdelek h3 a {
  color: #cf693f;
  margin-top: 5px;
  font-weight: bold;
}
div.r_izdelek h3 a:hover {
  color: #cf693f;
}
div.r_izdelek div.price {
  font-size: 11px;
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  padding-right: 10px;
}
div.r_izdelek div.price_old {
  float: left;
  color: #777777;
  font-size: 15px;
  font-weight: bold;
  text-decoration: line-through;
}
div.r_izdelek div.price_new {
  float: left;
  color: #c63e05;
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
}

div.r_izdelek a {
  text-decoration: none;  
}

div.path, div.path a {
  font-size: 9px;
  color: #000000;
  text-decoration: none;
}
div.path a:hover {
  color: #c63e05;
  text-decoration: none;
}
h1.title {
  margin: 5px 0px 0px;
}
h2.title {
  margin: 0px 0px 5px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  color: #e5791f;

}

div.product {
  background-color: #f4f4f4;
  padding: 10px 10px 9px;
  clear: both;
  margin-top: 15px;
}
div.product div.opis {
  margin-left: 0px;
}
div.product div.opis h2 a {
  color: #cf693f;
  text-decoration: none;
  font-size: 12px;  
}
div.product div.opis h3 a {
  color: #cf693f;
  text-decoration: none;
  font-size: 11px;  
}
div.product div.opis h3.product {
  padding-bottom: 7px;
  background: url(/im/border.gif) left bottom repeat-x;
  margin-bottom: 8px;
}
div.product div.opis div.xinha {
  padding-bottom: 10px;
  padding-right: 10px;
  background: url(/im/border.gif) left bottom repeat-x;
  margin-bottom: 7px;
}
div.product div.price {
/*  float: left;*/
  font-size: 11px;
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  padding-right: 10px;
}
div.product div.price_old {
  float: left;
  font-size: 15px;
  color: #777777;
  text-decoration: line-through;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  margin-right: 10px;
}
div.product div.price_new {
  float: left;
  font-size: 15px;
  color: #c63e05;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
}
div.v_kosarico {
  float: right;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  width: 118px;
  height: 18px;
  padding: 1px;
  margin-top: 5px;
}
div.v_kosarico a {
  display: block;
  background: #e9eaea url(/im/v_kosarico.gif) left top no-repeat;
  width: 99px;
  line-height: 16px;
  padding-left: 19px;
  padding-bottom: 2px;
  color: #cf693f;
  text-decoration: none;
  font-weight: bold;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}
div.v_kosarico a:hover {
  color: #cf693f;
  text-decoration: none;
}

div.izdelek {
  clear: both;
}
div.izdelek img.th {
  float: left;
  margin-bottom: 10px;
}
div.izdelek div.slike {
  clear: left;
  float: left;
  width: 124px;
  padding: 0px 0px 0px 0px;
}
div.izdelek div.slike img {
  margin: 10px 0px 0px; 
  padding: 0px;
}

div.izdelek div.attachments {
  clear: left;
  float: left;
  background-color: #ffffff;
  width: 124px;
  padding: 10px 10px 0px 10px;
}
div.izdelek div.attachments div.file {
  padding: 0px 0px 9px 0px;
}
div.izdelek img.mime_file {
  float: left;
}
div.izdelek a {
  font-size: 9px;
  font-family: Tahoma, Arial, sans-serif;
  text-decoration: none;
}
div.izdelek div.opis {
}
div.izdelek .codes {
  background-color: #ffffff;
  padding: 7px 10px;
  margin-bottom: 5px;
}
div.izdelek .codes .ean {
  margin-bottom: 5px;
}
div.izdelek .codes .sap {
}
div.izdelek .compat {
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  background: url(/im/border.gif) left bottom repeat-x;
  padding: 0px 5px 5px;
  margin-bottom: 10px;
}
div.povezani h3 {
  margin: 15px 0px 0px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  color: #e5791f;
}
h1.kosarica {
  border: none;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
div.kosarica_koraki {
  padding-top: 18px;
  border-bottom: 2px solid #e5791f;
  padding-bottom: 2px;
  margin-bottom: 15px;
}
form.kosarica_koraki {
}
div.kosarica_koraki a {
  background: #e9eaea url(/im/gradient1_bg.gif) left bottom repeat-x;
  color: #555555;
  text-decoration: none;
  padding: 2px 10px;
}
div.kosarica_koraki b{
  background-color: #e5791f;
  color: #ffffff;
  padding: 2px 10px;
  font-weight: normal;
}
div.kosarica_koraki span {
  background: #e9eaea url(/im/gradient1_bg.gif) left bottom repeat-x;
  color: #777777;
  padding: 2px 10px;
}
.cart_buyer_name_error {
  color: #ff0000;
  margin: 10px 0px 0px;
}
p.cart_buyer_name {
  margin: 10px 0px 0px;
}
.find_text {
  height: 13px; 
  width: 75px; 
  font-family: Verdana, sans-serif; 
  font-size: 11px; 
  background-color: #ffffff; 
  margin: 0px; 
  border: 1px solid #888888; 
  padding: 0px 1px; 
  margin-right: 5px;"
}
.find_submit {
  border: 1px solid #888888; 
  height: 15px; 
  padding: 0px 1px; 
  margin: 0px; 
  font-size: 11px; 
}
a.find_found {
  color: #e5791f;
  color: #cf693f;
}
div.product div.videos {
  margin: 20px 0px 20px;
  padding: 20px 10px 0px;
  background: url(/im/border.gif) left top repeat-x;
  text-align: right;
}
div.narocilo {
  border: 1px solid #aaaaaa;
  padding: 10px 7px;
  margin: 10px 0px;  
}
div.narocilo div.order_text {
  background-color: #efefef;
  padding: 8px 10px;
  margin-top: 5px;
}
div.show_only_sap {
  margin: 0px 23px 10px 0px;
  padding: 5px;
  border: 1px solid #d4d4d4;
  background-color: #f9f9f9;
  font-size: 10px;
}
div.show_only_sap input {
  float: left;
}
div.show_only_sap span {
  display: block;
  padding-left: 20px;
}
.order_text_link, .order_text {
  clear: both;
}
.order_text_link a {
  text-decoration: none;
  font-size: 10px;
  padding-top: 5px;
  display: block;
}
.order_text_link a:hover {
  text-decoration: none;
}
.order_text a {
  text-decoration: none;
  font-size: 10px;
  margin: 0px 0px 0px;
  display: block;
}
.order_text a:hover {
  text-decoration: none;
}

.novice h2, .novice h2 a {
  text-decoration: none;
  color: #e5791f;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
}
