/* GLOBAL STYLES */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img,td,th,table,ul{margin:0;}
body,table{background-color:inherit;color:#770000;font-size:11px;font-family:Tahoma, sans-serif;}
h1{background-color:inherit;color:#770000;font-size:20px;font-weight:bold;font-family:Tahoma, sans-serif;}
h2{background-color:inherit;color:#770000;font-size:18px;font-weight:bold;font-family:Tahoma, sans-serif;}
h3{background-color:inherit;color:#770000;font-size:16px;font-weight:bold;font-family:Tahoma, sans-serif;}

/* below you can change background and font for all site */
body{
 padding-bottom:10px;background:#ffffff;text-align:center;
 scrollbar-arrow-color: #C55800;
 scrollbar-base-color: #fff0ea;
 scrollbar-face-color: #f5b676;
 scrollbar-highlight-color: #fffaea;
 scrollbar-shadow-color: #C55800;
 scrollbar-3dlight-color: #ffffff;
 scrollbar-darkshadow-color: #a57000;
 scrollbar-track-color: #fff0ea;
}

a{background-color:inherit;color:#770000;}
a:link, a:visited, a:active{text-decoration:underline;}
a:hover{text-decoration:underline;}

.input, select, textarea{border:1px solid #f5b676;font-size:11px;font-family:Tahoma, sans-serif;}
.submit{background:#eeeeee; border:1px solid #f5b676;color:#000;font-size:11px;font-family:Tahoma, sans-serif;}
.file{background:#ffffff; border:1px solid #f5b676;font-size:11px;font-family:Tahoma, sans-serif;}


@media print{
  /* PRINT styles */
  body, table{background:#fff;color:#000;}
  #menu3, #menu2, #column, .entry .basket, #productDetails #addCart, #productDetails .options, #back, #orderFinish .options, #productsList .print, #categoryDetails .print, #contactPanel{display:none;}
  #head{height:auto;}
  #body, #head, #foot, #content, .entry{width:16cm;background:#fff;color:inherit;}
  #content, .entry{float:none;margin:0;padding:0;}
  .entry h2 a, .entry h3, .entry h3 a, .entry h4, .entry .price, .entry .price span, .entry .price em,
  #productDetails, #productDetails h2, #productDetails h3, #productDetails h3 a, #productDetails h6, #productDetails #filesList, #productDetails #filesList a, #productDetails .price, #productDetails .price em,
  #categoryDetails, #categoryDetails h2, #categoryDetails .txt, #categoryDetails .txt a, #subList h4 a,
  #categoryFiles a,
  #error, #ok,
  #orderFinish h3,
  #basket td.price, #basket td.priceTotal, #basket .tfoot th.price, #basket .tfoot th.priceTotal,
  #head #logo h2,
  #pages a, #pages strong,
  #foot p, #foot h1 a{background:inherit;color:#000;}
  .entry .price em, #productDetails .price em{font-weight:normal;}
}

