
.Print
{
  font-weight:900;
  font-size:2em;
}

#Banner
{
  position:absolute;
  width:98%;
  top:0px;
  left:2%;
  height:106px;
  max-height:106px;
  text-align:center;
  overflow:hidden;
  background-color:white;
}

#BannerFlash
{
  width:750px;
  height:106px;
}

#RightSide
{
  position:absolute;
  right:2%;
  top:110px;
  width: 15%;
}

#LeftSide
{
  position:absolute;
  left:2%;
  top:110px;
  width: 15%;
}

#Body
{
  position:absolute;
  left:18%;
  top:110px;
  right:18%;
}

* html #Body
{
  right:auto;
  width: 65%;
}

.Price,.Pricing div span
{
  color:blue;
}

.BadPrice { text-decoration: line-through; color:red !important; }


#Products
{
  margin:0%;
  padding:0px;
  width:100%;
}

#Products li
{
  border: 0px none;
  cursor:pointer;
  float:right;
  width:31.1%;
  overflow:hidden;
  margin:0px 0.75% 5px 0.75%;
}

#Products li.Featured
{
  width:96.5%;
}

#Products li h1
{
  color:black;
  background-color:#d00000;
  background-image:none;
  font-size:18px;
  padding:0px;
  margin:0px;
}

#Products .Description
{
  height:4em;
  text-align:center;
  font-size:10px;
  overflow:hidden;
}

#Products .Pricing,.ProductInfo .Pricing
{
  font-family:david;
  color:#606060;
  font-size:14px;
  text-align:center;
  height:4.5em;
  overflow:hidden;
}

#Products .PrdImage
{
  margin:5px auto;
  min-height:130px;
  display:block;
  max-width:100%;
}

.Products .PrdImage img
{
  height:auto;
  max-height:130px;
  width:auto;
}


#Products li .InnerBox
{
  border: 1px solid;
  min-height:260px;
  height:290px;
  background-color:white;
}

#Products li .PrdOptions
{
  background-image:url('../images/grey-bk.png');
  background-repeat:repeat-x;
}

ul.CartList
{
  margin:0px;
  width:100%;
  background-color: #eeeeee;
}

ul.CartList li
{
  margin:0px;
  width:100%;
}

.CartSum
{
  color:#ff3333;
}

.Kupon
{
text-align:center;
height:21px;
}

#PaySelection
{
margin: 10px 0px;
}

.Form
{
  background-color: white;
}

table.Plain
{
background-color: #c2c2c2 !important;
}

#OrderForm
{
  width:80%;
  margin:auto;
}

@media print
{
  #Body { margin:auto; right:18%; width:85%; }
  #LeftSide { display:none !important; }
}

#News
{
  height:100px;
  overflow:hidden;
  margin:0px;
}

#News li
{
  margin-top:5px;
  margin-right:5px;
}

.News
{
  padding: 5px;
}

#Footer
{
  font-size:15px;
}

.Banners
{
text-align:center;
margin: 5px 0px;
width:100%;
overflow:hidden;
}

.Banners a 
{
  display:block;
}
.Banners a img
{
}

#TodayDate
{
  text-align:center;
  border:1px solid;
}
.Navig
{
  clear:both;
}

.Navig li
{
  display:inline;
}

.Navig li.Current
{
  font-weight:600;
}

h2.MivzaTitle
{
 text-align:center;                              
 font-size:15px;                                
 font-weight:600;                                
 margin:2px;             
}


