body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}

.iefixclass {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.textarea_box {
  width: 470px; height: 140px;
}      

.registration_form {
	width : 490px;
	padding : 3px 3px 5px 6px;
	 
}

.box25 {
  width: 25px;
  font-size: 8pt;
  color: #663333;
  font-weight: normal;
  background-color: white;
}

.box100 {
  width: 100px;
  font-size: 8pt;
  color: #663333;
  font-weight: normal;
  background-color: white;
}

.box180 {
  width: 180px;
  font-size: 8pt;
  color: #663333;
  font-weight: normal;
  background-color: white;
}

.listBorder {
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px 0px 0px 1px;
  margin-top: 5px;
}

.prodBorder {
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 0px 1px 1px 0px;
}

.prodCat {
  font-size: 12pt; 
	color: #666666; 
	font-weight: bold; 
	background-color: #C0D5C8; 
	height: 35px;
}
 
.prodRel {
  font-size: 10pt;
  color: #663333;
  font-weight: bold;
  background-color: #bbbbbb;
}
 
.prodHead {
  font-size: 9pt;
  color: #666666;
  font-weight: bold;
  background-color: #C0D5C8;
}
 
.prodSearch {
  font-size: 8pt;
  color: #663333;
  font-weight: normal;
  background-color: #cccccc;
}
 
.prodName {
  font-size: 8pt;
  color: #666666;
  font-weight: bold;
}
 
a {
  text-decoration: none;
}
 
a {
  color: #663333;
}
 
a:hover {
  color: #000000;
  text-decoration: underline;
}

.prodText {
  font-size: 8pt;
  color: #666666;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: normal;
}

.prodDiv {
  font-size: 8pt;
  color: #999999;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: normal;
}

.prodPrice {
  font-size: 8pt;
  color: #666666;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: normal;
}
 
.prodTotal {
  font-size: 8pt; 
	color: #333333; 
	background-color: #C0D5C8; 
	height: 35px; 	
}
 
.prodInfoBuy {
  font-size: 8pt;
  color: #333333;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
	border-style: solid;
	border-color: white;
	border-width: 2px 0px 2px 0px;
	background-color: white;
}

 .prodButtons {
   font-size: 8pt;
   color: #333333;
   margin-top: 2px;
   margin-bottom: 2px;
   font-weight: bold;
	 border-style: solid;
	 border-color: #cccccc;
	 border-width: 2px 0px 2px 0px;
	 background-color: #cccccc;
}

.prodForm {
  background-color: #E8F0EB; 
}

.prodFormArea, .prodFormArea_desc { 
  background-color: #E8F0EB; 
  color: #666666; 
  margin-top: 2px;       
  margin-bottom: 2px;
  font-size: 11px; 
  font-family: Arial, Helvetica, sans-serif;       
}

.prodFormArea  > a, td{
  font-weight: normal;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;       
}

.prodFormArea_desc {
	height: 100px;
  font-size: 8pt; 
  font-family: Arial, Helvetica, sans-serif;       
}

.productTable {
	border: 0;
	height: 200px; 
}
.prodPictureBig {
	background-color: white;
	height: 200px;
	width: 125px;	
	text-align: center;
}
.prodPictureSmall {
	background-color: white;
	height: 125px;
	width: 125px;
	text-align: center;
}
.prodVisning {
	height: 375px;
	overflow: scroll;
  padding-left: 7px;
  padding-right: 7px;
}

.prodShopSum {
	color: #666666; 
	font-weight: bold; 
	background-color: #C0D5C8; 
	height: 35px;
}

iframe {
  padding: 0px;
  margin: 0px;
}
.productPriceContainer {
  position: absolute;
  bottom: 65px;
  left: 334px;
}
#productText {
  padding-bottom: 40px;
}

#productList {
  width: 643px;
  display: block;
}

@media print {
  #leftmarg,#rightmarg,#headercontent,#hor_submenu,.productForm {
    display: none;
  }
  #mainframe {
    overflow: visible !important;
    float: none !important;
    display: block !important;
    height: auto !important;
    width: auto !important;
  }
  #productList {
    width: 100% !important;
    overflow: visible !important;
    float: none !important;
  }
  .product {
    height: 450px !important;
    width: 465px !important;
    border: dashed 1px #aaa;
    page-break-inside: avoid !important;
    padding: 10px 2px;
  }
  .productDescription {
    font-size: 16px !important;
    float: left !important;
    clear: both !important;
    margin-bottom: 10px !important;
  }
  .productPrice {
    font-size: 18px;
    font-weight: bold;
    color: black;
    float: left !important;
    clear: both !important;
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin-top: 50px !important;
  }
  .left {
    clear: left;
    margin-left: 10px !important;
  }
  .right {
    clear: right;
    margin-right: 10px !important;
  }
}
