﻿/*Big Box 200px x350px*/
div.rounded { 
 width: 200px; 
 background: #eae8e6 url(images/img200x350.png) no-repeat bottom center;  
 padding-bottom: 10px;
  

} 
div.rounded div.inside {
font-family:Tahoma, Verdana, sans-serif;
 color:#990033;
 padding-top: 15px;  
 background: transparent url(images/img200x350.png) no-repeat top center; 
 background-color:#CCCCCC;
 }
 .heading {
 font-family:Tahoma, Verdana, sans-serif;
 font-size:14px;
 font-weight: bold;
 color:#990033;
 }

/*Small Box 180x180*/
div.roundedSmall { 
 width: 180px; 
 background: #eae8e6 url(images/img.png) no-repeat bottom center;  
 padding-bottom: 10px; 

} 
div.roundedSmall div.insideSmall {
font-family:Tahoma, Verdana, sans-serif;
 color:#990033;
 padding-top: 10px;   
 background: transparent url(images/img.png) no-repeat top center; 
 background-color:#CCCCCC;
 }
 .heading {
 font-family:Tahoma, Verdana, sans-serif;
 font-size:14px;
 font-weight: bold;
 color:#990033;
 }
/*
  div.rounded h4.message, h5.message, h6.message {
 font-family:Tahoma, Verdana, sans-serif;
 color:#990033;
 padding-top: 25px;   
 background: transparent url(images/img.png) no-repeat top center; 
}
*/
.smallLetters{
  line-height:normal; 
  font-family:Tahoma, Verdana, sans-serif;
  font-size:11px;
  }

.compare { 
line-height:20px;
font-family:Tahoma, Verdana, sans-serif;
font-weight:bold; 
font-size:12px;


} 
.price {
line-height:20px;
font-family:Tahoma, Verdana, sans-serif;
font-weight:bold; 
font-size:12px;
color:#990033;
}
/*  ------------------------------------------------------------------ */
 
