﻿.CmsNormal
{
	font-family: 'Trebuchet MS';
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.CmsNormalSmall
{
	font-family: 'Trebuchet MS';
	font-size:12px;
}



.CmsWebPartTitle
{
	font-family: 'Trebuchet MS';
	font-size:18px;
}

.CmsCatalogZone
{
    border: solid 2px black;
    width:350px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    font-family: 'Trebuchet MS';
	font-size:12px;
	z-index:999;
}

.CmsEditorZone
{
    border: solid 2px black;
    width:740px;
	margin-left:auto;
    margin-right:auto;
    font-family: 'Trebuchet MS';
	font-size:12px;	  
	z-index:999;
}

.CmsEditorZone input, .CmsCatalogZone input
{
	height: auto;
	border: 1px solid black;
}

.CmsColor
{
	background-color:#ECE33C;
}
