﻿/* Container with round corners */

.Corners
{
  margin: 0px 0px 5px 0px;
}

.CornersHome{
  margin: 0px 0px 5px 5px;
}

.CornersLeft
{
  border-left: 1px solid #dfdfdf;
  background-color: #ffffff;/*#f8fbfd;*/
}

.CornersRight
{
  border-right: 1px solid #dfdfdf;
  background-color: #ffffff;
}

.CornersContent
{
  
  background-color: #ffffff;
  text-align: left;
padding: 0 0 0 7px;
&padding: 7px 0 7px 7px;
_padding: 7px 0 7px 7px;
}


.CornersContent .a
{
    color: #00649d;
    font-size: 12px;
    text-decoration: underline;
}






.CornersContent h3
{
    font-family: 'Trebuchet MS';
    font-size: 14px;
    color: #CC3300;
}

.CornersContent .price
{
    font-family: 'Trebuchet MS';
    font-size: 20px;
    color: #3366CC;
    font-weight: bold;
}

.CornersContent blockquote
{
    border-left-style: solid;
    border-left-width: 20px;
    border-left-color: #E73A3D;/*#E6E6E6;*/
    padding-left: 20px;
}

.CornersContent a:hover
{
    color: #CC3300;
    text-decoration: none;
}


.CornersTop
{
  background-image: url('container/top.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  
}

.CornersTop .header
{
    font-size: 15px;   
    color: #FFFFFF;
    text-align: center;
}

.CornersRow
{
   height: 10px;
   font-size: 8px;
}

.CornersBottom
{
  background-image: url('container/bottom.gif');
  background-repeat: repeat-x;
}

.CornersTopLeft
{
  background-image: url('container/left_top.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  width: 10px;
}

.CornersTopRight
{
  background-image: url('container/right_top.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  width: 10px;
}

.CornersBottomLeft
{
  background-image: url('container/left_bottom.gif');
  background-repeat: no-repeat;
  width: 10px;
}

.CornersBottomRight
{
  background-image: url('container/right_bottom.gif');
  background-repeat: no-repeat;
  width: 10px;
}



/*red */
/* Container with round corners */

.CornersR
{
  margin: 0px 0px 5px 5px;
}

.CornersHomeR{
  margin: 0px 0px 5px 5px;
}

.CornersLeftR
{
  /*border-left: 1px solid #e7464c;*/
  border-left: 1px solid #E0E0E0;
  /*background-color: #e7464c;*/
}

.CornersRightR
{
  /*border-right: 1px solid #e7464c;*/
  border-right: 1px solid #E0E0E0;
  /*background-color: #e7464c;*/
}

.CornersContentR
{
   /*background-color: #e7464c;*/
   color: #000000;
   text-align: left;
   padding: 0 0 0 7px;
   &padding: 7px 0 7px 7px;
   _padding: 7px 0 7px 7px;
}


.CornersContentR a
{
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
}

.CornersContentR a:hover
{
    color: #CC3300;
    text-decoration: none;
}


.CornersTopR
{
  background-image: url('container/red/top.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  height:46px;
}

.CornersTopR .header
{
    line-height:36px;
    font-size: 15px;
    
    color: #FFFFFF;
    text-align: center;
}

.CornersRowR
{
   height: 9px;
   font-size: 8px;
}

.CornersBottomR
{
  background-image: url('container/grey/bottom.gif');
  background-repeat: repeat-x;
}

.CornersTopLeftR
{
  background-image: url('container/red/left_top.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  width: 10px;
}

.CornersTopRightR
{
  background-image: url('container/red/right_top.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  width: 10px;
}

.CornersBottomLeftR
{
  background-image: url('container/grey/left_bottom.gif');
  background-repeat: no-repeat;
  width: 10px;
}

.CornersBottomRightR
{
  background-image: url('container/grey/right_bottom.gif');
  background-repeat: no-repeat;
  width: 10px;
}



/* grey */
/* Container with round corners */

.CornersG
{
  margin: 0px 0px 5px 5px;
}

.CornersHomeG{
  margin: 0px 0px 5px 5px;
}

.CornersLeftG
{
    border-left: 1px solid #E0E0E0;
    background-color: #FFFFFF;
}

.CornersRightG
{
  border-right: 1px solid #E0E0E0;
  background-color: #FFFFFF;
}

.CornersContentG
{  
   background-color: #FFFFFF;
   color: #333333;
  text-align: left;
padding: 0 0 0 7px;
&padding: 7px 0 7px 7px;
_padding: 7px 0 7px 7px;
  }




.CornersContentG a
{
    color: #00649d;
    font-size: 12px;
    text-decoration: underline;
}

.CornersContentG a:hover
{
    color: #CC3300;
    text-decoration: none;
}

.CornersTopG
{
  background-image: url('container/grey/top.gif');
  
  background-repeat: repeat-x;
  background-position: bottom;
  height:46px;
}

.CornersTopG .header
{
    line-height: 36px;
    font-size: 15px;
    color: #666666;
    text-align: center;
}

.CornersRowG
{
   height: 9px;
   font-size: 8px;
}

.CornersBottomG
{
  background-image: url('container/grey/bottom.gif');
  background-repeat: repeat-x;
}

.CornersTopLeftG
{
  
  background-image: url('container/grey/left_top.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  width: 10px;
}

.CornersTopRightG
{
  
  background-image: url('container/grey/right_top.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  width: 10px;
}

.CornersBottomLeftG
{
  background-image: url('container/grey/left_bottom.gif');
  background-repeat: no-repeat;
  width: 10px;
}

.CornersBottomRightG
{
  background-image: url('container/grey/right_bottom.gif');
  background-repeat: no-repeat;
  width: 10px;
}


/* fullgrey */

.CornersGr
{
  margin: 0px 0px 5px 5px;
}

.CornersHomeGr{
  margin: 0px 0px 5px 5px;
}

.CornersLeftGr
{
  border-left: 1px solid #c9d5e1;
  background-color: #f0f0f0;
}

.CornersRightGr
{
    border-right: 1px solid #c9d5e1;
    background-color: #f0f0f0;
}

.CornersContentGr
{ 
  background-color: #f0f0f0;
  text-align: left;
padding: 0 0 0 7px;
&padding: 7px 0 7px 7px;
_padding: 7px 0 7px 7px;

 }



.CornersContentGr a
{
    color: #00649d;
    font-size: 12px;
    text-decoration: underline;
}


.CornersContentGr a:hover
{
    color: #CC3300;
    text-decoration: none;
}


.CornersTopGr
{
  background-image: url('container/fullgrey/top.gif');
  background-repeat: repeat-x;
  background-position: bottom;
 
  
}

.CornersTopGr .header
{
    
    font-size: 15px;
    color: #666666;
    text-align: center;
}


.CornersRowGr
{
   height: 9px;
   font-size: 8px;
}

.CornersBottomGr
{
  background-image: url('container/fullgrey/bottom.gif');
  background-repeat: repeat-x;
}

.CornersTopLeftGr
{
  background-image: url('container/fullgrey/left_top.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  width: 10px;
}

.CornersTopRightGr
{
  background-image: url('container/fullgrey/right_top.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  width: 10px;
}

.CornersBottomLeftGr
{
  background-image: url('container/fullgrey/left_bottom.gif');
  background-repeat: no-repeat;
  width: 10px;
}

.CornersBottomRightGr
{
  background-image: url('container/fullgrey/right_bottom.gif');
  background-repeat: no-repeat;
  width: 10px;
}

