﻿body 
{
 background-color:#FEF7E7;
 margin:0px;
 font-family:Tahoma;
 text-align:center;
  outline-style:none;
  outline-width:0px;
}
.menuIMG
{
    background-image: url('Images/menu_img_back.gif'); 
    background-repeat:repeat-y; 
    width: 10px; 
    height: 30px
}
.menuShodow
{
    background-image: url('Images/menu_shadow.gif');
     width: 5px;
     background-repeat: repeat-y;
     height: 30px
}
menuTitle
{
    background-image: url('Images/menu_spliter.gif');
    width: 185px;
    background-repeat: repeat-x; 
    height: 30px;
    background-color: #faeccd;
    text-align:left;
}

.ContentFrame{
border-bottom-style:none; 
direction:ltr; 
border-width:0px;
overflow:visible;

}
.trheader
{
 background-image:url('Images/header_center.jpg') ;
}
.headerRight
{
text-align:right;
height:200px;
width:4400px;
}
.headerLeft
{
text-align:left;
height:200px;
width:400px;
}

.content
{
    
width:100%;
height:300px;
background-color:#FFFFFF;
padding:5px;
text-align:center;
vertical-align:top;

}

.cllCaption
{
    text-align:left;
    padding:0px;
    white-space:nowrap;
}
.cllValue
{
    text-align:right;
    padding-right:5px;
    width:100%;
   
}


.TitleHead
{
    
 vertical-align:middle;
 width:100%;
 text-align:right;
 padding:0px;
 white-space:nowrap;
 background-color:#694302;
 color:#FFFFFF;
 font-weight:bold;
 font-size:x-small;
 padding-right:15px;
}

.TitleHeadLarge
{
   
 width:100%;
 vertical-align:middle;
 text-align:right;
 padding:0px;
 white-space:nowrap;
 background-color:#694302;
 color:#FFFFFF;
 font-weight:bold;
 font-size:medium;
 padding-right:15px;
}

.productsDetail
{
    font-size:small;
    color:black;
}

    
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #660033;
}
a:active {
	text-decoration: none;
	color: #660000;
}
a {
	font-family: tahoma;
	font-size: 8pt;
}
