/* Original styles by: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 

body { 
  font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
  line-height: 1.6em;
  background: #fff; 
  color: #444; 
}

a {  color: #E0691A;  background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; color: inherit;}
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {  margin: 0 0 5px 0; }

ul { list-style : none; }

.alert {
  background-color: #fff899;
}

.pricetag {
  color: #fff;
  background: #3a5d11;
  padding: 2px 4px;
  font-weight: bold !important;
}


/* layout
   ------ */

.content { 
  margin: 0 auto;
  width: 980px;
  padding: 10px; 
}

.content pre {
  font-size: 1.2em;
  margin: 12px 0 0 0;
  padding: 1px 0;
  background-color: #f2f2f2;
}

.header { 
  height: 70px;
  background: #fff url(images/headerbg.gif) repeat-x bottom;
  color: #808080;
  margin: 3px 0;
  padding: 10px 0 0 0;
}

.top_info {
  float: right;
  width: 555px;
  padding: 5px 0 4px 0;
  color: #808080;
}

.top_info_left {
  width: 200px;
  float: left;
}

.top_info_right {
  float: right;
  width: 290px;
  padding: 0 0 0 35px;
  border-left: 1px solid #eee;
}

.nav {
  clear: both;
  font-size: 1.1em;
  height: 30px; 
  color: #fff;
  background: #FF9148 url(images/menubg.gif) repeat-x;
}

.nav li {
  padding: 6px 12px 6px 12px;
  float: left;
}
  
.nav li.active {
  background: url(images/bar.gif) repeat-x;
}
  
.nav li.active a {
  color: #333;
}
  
.nav li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.subnav {
  clear: both;
  font-size: 1em;
  height: 24px;
  color: #444;
  background-color: #f0f0f0;
}

.subnav li {
  padding: 3px 8px 3px 8px;
  color: #FFEADC;
  float: left;
  border-right: 1px solid #e0e0e0;
}

.subnav li a {
  text-decoration: none;
}

.subnav li.active {
  background: #fff;
}


/* search form */
.search_field { 
  /*background: #fff url(images/searchbg.gif) no-repeat right; */
  color: #808080;
  clear: both;
  font-weight: bold;
  padding: 7px 12px 10px 10px;
  margin: 5px 0;
  /*border: 1px solid;*/
  float: right;
}

select {
  font-size: 1em;
}

input.search { 
  width: 172px;
  border: 0;
  background: #FFF url(images/input.gif) no-repeat;
  padding: 4px; 
  color: #E0691A;
  font-weight: bold;
  margin: 0 0 0 3px;
}
  
input.submit {
  background: #E0691A url(images/submit.gif) no-repeat;
  border: 0;
  padding: 4px 0;
  width: 65px;
  margin: 0 10px 1px 10px;
  color: #FFF;
  font: bold 1em Arial, Sans-Serif;
  cursor: pointer;
}

input.order, textarea.order, select.order {
  width: 280px;
  border: 1px solid #999;
  font-size: 1em;
}

textarea.order {
  font-size: 1.2em;
}

input.file {
  display: block;
  clear: left;
  margin-top: 10px;
}

a.get {
  background-image: url(images/submit.gif);
  background-position: 0 0px;
  width: 65px;
  height: 19px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  font: bold 1em Arial, Sans-Serif;
  display: block;
  /*position: absolute;*/
  text-decoration: none;
}

a.get:hover {
  color: #ddd;
  text-decoration: underline;
}

label {
  display: block;
  margin: 10px 0 0 0;
  font-size: 1em;
}

td label {
  margin: 0;
  font-size: 1em;
}

td {
  padding: 2px;
}

.grey { color: #808080; background: inherit; font-weight: normal; }
.search_form { float: right; }

#content {
  margin: 10px 0 0 0;
}

/* left side
   --------- */

.left {
  float: left;
  width: 634px;
  margin: 0 0 10px 0;
  padding: 0 0 0 5px;
}

.left h2 {
  clear: both;
  /*background: #E8E8E8 url(images/h2bg.gif) no-repeat center left;*/
  color: #444;
  padding: 10px 0 4px 0px;
  font: normal 1.4em "Trebuchet MS", Arial, Sans-Serif;
  margin: 6px 0 2px 0;
}

.left_side {
  float: left;
  width: 160px;
  padding: 0 0 0 10px;
  margin: 10px 0 0 38px;
}
    
.left_side a, .right_side a { color: #414141; background: #FFF; }
    
.right_side {
  float: right;
  width: 280px;
  background: #FFF url(images/dotted.gif) repeat-y;
  color: #414141;
  padding: 0 0 0 70px;
  margin: 10px 0;
}

.left_box { 
  margin: 0 30px 10px 0;
  color: #000; 
  background: #FFF; 
  padding: 3px 0; 
}
  
    
/* right side
   ---------- */
    
.right {
  float: right;
  width: 340px;
  margin: 0 0 10px 0;
}

.right h3 {
  /*background: #BDBDBD  url(images/h3bg.gif) no-repeat center right;*/
  color: #888;
  padding: 18px 0 8px 0px;
  font: bold 1em Tahoma, Arial, Sans-Serif;
  margin: 0 0 3px 0;
}

.right_articles {
  background: #f5f5f5;
  color: #414141;
  padding: 8px;  
  margin: 0 0 3px 0;
}

.notice {
  background: #eee;
  color: #808080;
  padding: 8px 8px;
  margin: 20px 0 3px 0;
}

.image {
  float: left;
  margin: 0 9px 3px 0;
}


.ulist li {
  padding-bottom: 10px;
  vertical-align: top;
  line-height: 1.2em;
  height: 32px;
}

.listimage {
  float: left;
  margin: 0 5px 0 0;
}

.olist {
  list-style-position: inside;
}

/* footer
   ------ */

.footer { 
  clear: both;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  line-height: 2em;
}

.footer a { color: #808080; background: #fff; }
