.outofstockmessage
{
  font-size:18px;
  color:#ff0000;
}
.snifimMaps
{
  font-size:14px;
  text-align:center;
  margin-bottom:27px;
}
.snifimMaps > span:hover
{
  text-decoration:underline;
  cursor:pointer;
}
.dirltr > option
{
  direction: ltr;
}
.pageMargin > p
{
  margin-bottom:0px;
}
.margins
{
  margin-left:4px;
  margin-right:4px;
}
.checkoutBox
{
  padding-top: 20px;
	padding-right: 20px;
	padding-left: 40px;
	color: #333;
	background-position: 20px;
	background-repeat: no-repeat;
	background-color: #333333;
	background-image: url(../images/common/cartButtonBg.png);
	color: #FFF;
	font-weight: bold;
  border-radius: 3px;
}
.dropdownlist {
    direction: rtl;    text-align: right;    width: 100%;    background-color: rgb(243, 243, 243);
}
.m_price
{
font-size: large;
font-weight: bold;
color:#229D0E;
}
.paramstable th
{
  text-align: right;
  color: #666;
}

.even
{
  background-color: #ffffff;
}
.odd
{
  background-color: #f3f3f3;
}
.paramstable tr.even
{
  background-color: #ffffff;
}
.paramstable tr.odd
{
  background-color: #f3f3f3;
}
.paramlist3TH
{
  direction:rtl;
  text-align:right;
  padding-right:4px;
}

.paramlist3TD
{
  direction:rtl;
  text-align:right;
  padding-right:4px;
}

.p_m_i > li
{
  list-style:none;
}

.productPrice
{
  margin-bottom: 27px;
}

.addbutton
{
  font-size: 20px;
  padding: 10px;
  padding-right: 9px;
  padding-left: 9px;
  color: #fff;
  display: inline-block;
  background-position: 9px center;
  background-repeat: no-repeat;
  background-color: #a80b3e;
  border-radius: 3px;
  background-image: url(../images/icons/smallIcons/16/2/iconCheckmarkBg16.png);
  padding-left: 34px;
}

.hide
{
  display:none;
}