@font-face {
 font-family: Frutiger;
 src: url("fonts/FrutigerRoman.eot") /* EOT file for IE */
}
@font-face {
 font-family: Frutiger;
 src: url("fonts/FrutigerRoman.ttf") /* TTF file for CSS3 browsers */
}
/*//////////////////////////////////////////*/
@font-face {
 font-family: FrutigerBold;
 src: url("fonts/FrutigerBold.eot") /* EOT file for IE */
}
@font-face {
 font-family: FrutigerBold;
 src: url("fonts/FrutigerBold.ttf") /* TTF file for CSS3 browsers */
}
/*//////////////////////////////////////////*/
@font-face {
 font-family: FrutigerCndBold;
 src: url("fonts/FrutigerCndBold.eot") /* EOT file for IE */
}
@font-face {
 font-family: FrutigerCndBold;
 src: url("fonts/FrutigerCndBold.ttf") /* TTF file for CSS3 browsers */
}
/*//////////////////////////////////////////*/
@font-face {
 font-family: FrutigerLight;
 src: url("fonts/FrutigerLight.eot") /* EOT file for IE */
}
@font-face {
 font-family: FrutigerLight;
 src: url("fonts/FrutigerLight.ttf") /* TTF file for CSS3 browsers */
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #FFFFFF;
	font-family: Frutiger, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3D3F;
}

.item_name{font-family: Tahoma; font-size: 14px; color: #E55C19; font-weight: 600; padding: 0 7px 0px 7px}
.item_desc{font-family: Tahoma; font-size: 11px; color: #484E53; font-weight: 600; padding: 7px}
.item_price{font-family: Tahoma; font-size: 12px; color: #3091BB; font-weight: 600; padding: 0 7px 15px 0}

.tablebody{background-color:#CDCDCD; text-align:center; color: white}
.tablebodyover{background-color: #CDCDCD; text-align:center; color: white; font-size: 13px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.news{
	margin: 0px;
	padding: 20px 20px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
}

.submit_button { 
    color: #666666; 
    font-size: 12px;
    background: #f2f2f3; 
    border: 1px outset; 
    margin-top: 1px;
    clear: both;
    cursor:pointer;
}  
.style3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    float:inherit;
}
.style2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
  
.style6 {font-size: 12px}

.gtit{background-color: #CDCDCD; color: white; font-size:small;}

