/* ================================
    CSS STYLES FOR LoginSYS
    v2.0, 09/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #DCDCD1;
}
/* transparent background color */
.Prazno
{
	background-color: transparent;
	color: #941711;
	font-weight: bold;
	font-size: 10px;
	font-family:  Arial, Verdana Bold, Helvetica, sans-serif;
	text-transform: uppercase;
}
/* dotted border */
.Border
{
	border-right: none;
}
/* dotted gray border */
.BorderG
{
	/*border-right: gray thin dotted;*/
	border-right: none;
}
.FootBg
{
	background-color: #CCCCCC;
}
.LeftBg
{
	background-color: #DCDCD1;
}
.LeftBgr
{
	background-image: url(images/Fiat_tocka_levo.jpg);
	background-repeat :repeat-y;
	width: 3px;
}
.RightBg
{
	background-color: #EBEBE1;
}
.RightBgr
{
	background-color: #DCDCD1;
}
.CeniBgr
{
	background-color: #ffffff;
}
.ContentBg
{
	background-color: #DEDFCF;
}
.tdTop
{
	background-image: url(images/CP_Top.jpg);
}
.tdBottom
{
	background-image: url(images/CP_Bottom.jpg);
}
.tdContentSep
{
	background-image: url(images/FiatContentSeparator.jpg);
	background-repeat:repeat-y;
}
/* background color for the content part of the pages */
Body
{
    background-color: #DCDCD1;
}
.BannerLink
{
	color: #941711;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Verdana Bold, Helvetica, sans-serif;
}
a.BannerLink:link
{
	color: #941711;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial,Verdana Bold, Helvetica, sans-serif;
}
a.BannerLink:hover
{
	color: #941711;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial,Verdana Bold, Helvetica, sans-serif;
}
a.BannerLink:active
{
	color: #941711;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial,Verdana Bold, Helvetica, sans-serif;
}
a.BannerLink:visited
{
	color: #941711;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial,Verdana Bold, Helvetica, sans-serif;
}
/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 20px;
	color: white;
	font-family: Verdana Bold, Helvetica, sans-serif;
}
.Pozadina
{
	background-color: #DCDCD1;
	/*border-bottom: solid 2px #716F64;
	border-left: solid 2px #716F64;
	border-top:solid 2px #716F64;*/
}
.EditBg
{
	background-color: #DCDCD1;
}
/* style for the beckground of the module title */
.ModuleTitle
{
	background-color: white;
}
/* background color for the modules */
.ModuleBg
{
	background-color: transparent;
}
/* background/border colors for the selected tab */
.TabBg
{
	background-position: 0% 0%;
	
	
	
}

.SepBg
{

	/*background-image: url(images/crta.jpg);
	background-repeat: no-repeat;*/
	font-weight: normal;
	font-size: 14px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}
.TabBgF {
    background-color: white;
    border-color: #efbe29;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	
	background-color: transparent;
	
	 
}

.OtherTabsBgF
{
	border-left-color: #efbe29;
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	background-color: #CCCCCC;
	border-right-color: #efbe29;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 10px;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
	
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	
}

.SelectedTabF {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:maroon;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabsF
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
A.OtherTabsF:link
{
	color: #ffffff;
	text-decoration: none;
}

A.OtherTabsF:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabsF:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabsF:hover   {
    text-decoration:    underline;
    color:white;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	color:white;
	text-decoration: none;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:  Navy;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#DCDCD1;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#DCDCD1;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#DCDCD1;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#DCDCD1;
}

/* style for separator between site links */
.Accent
{
    color: #DCDCD1;
    font-weight:    bold;
}

.QuestionnaireTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.QuestionnaireNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px    
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #625E3D;
}

/* style of item titles by Announcements  */
.ItemTitleA   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #9f2727;
}
a.ItemTitle:link   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #625E3D;
}
a.ItemTitle:hover   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #625E3D;
}
a.ItemTitle:active   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #625E3D;
}
a.ItemTitle:visited   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #625E3D;
}
.AnnDescription
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    normal;
    color: #625E3D;
}
.AnnArchivePager
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #625E3D;
	font-size: 10px;
	}
A.AnnArchivePager:link
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #625E3D;
	font-size: 10px;
}
A.AnnArchivePager:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #625E3D;
	font-size: 10px;
	text-decoration: underline;
}
A.AnnArchivePager:visited
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #625E3D;
	font-size: 10px;
}
A.AnnArchivePager:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #625E3D;
	font-size: 10px;
}
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #000000;
}
.HeadAdmin   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #000000;
}

/* style for Module titles */
.HeadM   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    /*color: #5C70A3;*/
}

/* style for Module titles in Edit*/
.HeadEdit   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #CCCCCC;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #CCCCCC;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px    
}
.NormalAdmin
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px   
}
/* text style used for right text rendered by modules */
.NormalRight
{
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

/* text style used for center text rendered by modules */
.NormalCenter
{
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.NormalBoldAdmin
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
/* text style used for survay modules */
.SurveyQuestion
{
	font-weight: bold;
	font-size: 11px;
	color: #00285C;
	font-family: Verdana, Helvetica, sans-serif;
}

.SurveyPanel
{
	font-size: 12px;
	color: dodgerblue;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #478AB4;
}

.SurveyOption
{
	font-size: 11px;
	color: #00285C;
	font-family: Verdana, Helvetica, sans-serif;
}

.SurveyButton
{
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

/* text style used for most text rendered by modules */
.Address
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 4px;
}

.Counter
{
	font-weight: normal;
	font-size: 9px;
	color: navy;
	line-height: 6px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
 /* text style for buttons and link buttons used in the portal admin controls */
.CommandButtonAdmin     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButtonAdmin:link {
    text-decoration:    underline;
    color: darkred ;
}

A.CommandButtonAdmin:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButtonAdmin:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButtonAdmin:hover    {
    text-decoration:    underline;
    color: red;
}       

.PublicationEdition
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 12px    
}

.PublicationChapter
{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: black;
	line-height: 12px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationArticleTitle
{
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color: #cc6600;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationArticleSubTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px    
}

.PublicationArticleAuthor
{
	font-size: 9px;
	line-height: 12px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationArticleDownload
{
	font-size: 9px;
	line-height: 12px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationSearchControl
{
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationSearchText
{
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationSearchLink
{
	font-weight: normal;
	font-size: 9px;
	color: navy;
	line-height: 6px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* Search SQL */
.SearchControl
{
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchText
{
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchLink
{
	font-weight: normal;
	font-size: 10px;
	color: navy;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchNoResult
{
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchTitle
{
	font-size: 12px;
	line-height: 14px;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchDescription
{
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchItemLink
{
	font-size: 11px;
	color: darkgray;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchPrevNext
{
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}


/* Catalog */
.CatalogAbcLetter
{
	font-weight: bold;
	font-size: 12px;
	color:   Navy;
	line-height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CatalogAbcCompanyLink
{
	font-weight: normal;
	font-size: 9px;
	color:  Yellow;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CatalogAbcDisplayCaption
{
	font-weight: bold;
	font-size: 9px;
	color: black;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CatalogAbcDisplayText
{
	font-weight: normal;
	font-size: 9px;
	color: black;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* Configurator for Car and Gears */

.ConfigLinkItem
{
	font-weight: normal;
	font-size: 9px;
	color: navy;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

.ConfigTitle
{
	font-weight: bold;
	font-size: 11px;
	color: #625E3D;
	line-height: 14px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.ConfigTitleRed
{
	font-weight: normal;
	font-size: 14px;
	color: #72000F;
	line-height: 14px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.ConfigTitle3k
{
	font-weight: bold;
	font-size: 11px;
	color: #666633;
	background-color: #BCB797;
	line-height: 14px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.ConfigTitle4k
{
	font-weight: bold;
	font-size: 11px;
	color: #666633;
	background-color: #D3D5BF;
	line-height: 14px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.ConfigTitle5k
{
	font-weight: bold;
	font-size: 11px;
	color: #666633;
	background-color: #ffffff;
	line-height: 14px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.ConfigReportTabela
{
	border-bottom: solid 1px #666633;
	border-top: solid 1px #666633;
	border-left: solid 1px #666633;
	border-right: solid 1px #666633;
}
.VklucenaGridItemStyle
{
/*	background-color: #ffffff;*/
	font-weight: normal;
	font-size: 11px;
	color: #666633;
	line-height: 14px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.CenaItem
{
	font-weight: normal;
	font-size: 11px;
	color: #625E3D;
	line-height: 14px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.ModelGridHeader
{
	background-color: #ECE7DC;
	font-weight: bold;
	font-size: 11px;
	color: #625E3D;
	line-height: 14px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.ConfigTitleBorder
{
	background-color: #ECE7DC;
	border-bottom: solid 1px #CECBB7;
	border-top: solid 1px #CECBB7;
	border-right: solid 1px #CECBB7;
	border-left: solid 1px #CECBB7;
}
.ConfigBack
{
	background-color: #ffffff;
	/*border-bottom: solid 1px #CECBB7;
	border-right: solid 1px #CECBB7;*/
	border-top: solid 1px #CECBB7;
	border-left: solid 1px #CECBB7;
}
.ModelGridItemStyle
{
	background-color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	color: #625E3D;
	line-height: 14px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.ModelGridAlternate
{
	background-color: #ECE7DC;
	font-weight: normal;
	font-size: 11px;
	color: #625E3D;
	line-height: 14px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.ConfigSubTitle
{
	font-weight: bold;
	font-size: 10px;
	color: #592068;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.ConfigItem
{
	font-weight: normal;
	font-size: 9px;
	color: black;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

.ConfigCaption
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	line-height: 14px;
	font-family: Verdana, Helvetica, sans-serif;
}

.ConfigColorRow TD
{
	background: gainsboro;
}

.ConfigSuma
{
	font-weight: bold;
	font-size: 12px;
	color: #592068;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

/* CreditCalculator */

.CreditTitle
{
	font-weight: bold;
	font-size: 12px;
	color: #007B41;
	line-height: 14px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CreditSubTitle
{
	font-weight: bold;
	font-size: 10px;
	color: #592068;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CreditItem
{
	font-weight: normal;
	font-size: 9px;
	color: black;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CreditCaption
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	line-height: 14px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CreditColorRow TD
{
	background: gainsboro;
}

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  #7D0011;
}

A:visited   {
    text-decoration:    none;
    color:  #7D0011;
}

A:active    {
    text-decoration:    none;
    color:  #7D0011;
}

A:hover {
    text-decoration:    underline;
    color:  #7D0011;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
.MenuItemStyle
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 6px;
	font-size: 8px;
	margin: 0px;
	font-family: verdana;
	white-space: nowrap;
}
.MenuItem
{
	font-weight: bold;
	font-size: 11px;
	background: url(images/Fiat_meni_kopce.jpg) no-repeat;
	width: 151px;
	cursor: hand;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 24px;
	font-family: Arial Narrow , Verdana, Helvetica, sans-serif;
	white-space: nowrap;
	text-align: left;
	text-transform: uppercase;
}
.MenuItemMouseOver
{
	font-size: 11px;
	font-weight:bold;
	background: url(images/Fiat_meni_kopce_over.jpg) no-repeat;
	cursor: hand;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	font-family: Arial Narrow,Verdana, Helvetica, sans-serif;
	color:#ffffff;
	white-space: nowrap;
	width: 151px;
	height: 24px;
	text-align: left;
	text-transform: uppercase;
}
.SubMenuItem
{
	background-image: url(images/Fiat_meni_kopce.jpg);
	background-repeat:no-repeat;
	border-bottom: solid 1px #586B93;
	border-top: solid 1px #B1AAD4;
	border-left: solid 1px #9EB1DB;
	border-right: solid 1px #667DA6;
	border-left: solid 1px #ffffff;
	font-family: Arial Narrow,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:150px;
	cursor:hand;
	color:#ffffff;
	text-align:left;
	padding-left:10px;
	height:24px;
	text-transform: uppercase;
	line-height: 10px;
}
.SubMenuItemOver
{
	background-image: url(images/Fiat_meni_kopce_over.jpg);
	/*background-repeat:no-repeat;
	background-color: #2E3094;
	border-bottom: solid 1px #09014E;
	border-top: solid 1px #6E6BB0;
	border-left: solid 1px #6F69B1;
	border-right: solid 1px #211E75;*/
	border-left: solid 1px #ffffff;
	font-family: Arial Narrow,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:150px;
	cursor:hand;
	color:#ffffff;
	text-align:left;
	padding-left:10px;
	height:24px;
	text-transform: uppercase;
}
.SubMenuChild
{
	background-image: url(images/Fiat_submenu.jpg);
	background-position: left top;
	padding-left: 15px;
	padding-top: 5px;
	color:#941711;
	font-family: Arial Narrow,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height: 24px;
	cursor: hand;
	text-transform: uppercase;
}
.SubMenuChildHover
{
	background-image: url(images/Fiat_submenuOver.jpg);
	background-position: left top;
	padding-left: 15px;
	padding-top: 5px;
	color:#ffffff;
	font-family: Arial Narrow,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height: 24px;
	text-transform: uppercase;
	cursor: hand;

}
.SubMenuSubChild
{
	background-position: right top;

	padding-left: 0px;
	font-weight: normal;
	font-size: 11px;
	/*background-image: url(images/Button2.gif);*/
	width: 160px;
	cursor: hand;
	font-family: Arial, Verdana ;
	height: 18px;
	color:Red;
	background-repeat: no-repeat;
}
.SubMenuParent
{
	background-position: left top;
	padding-left: 5px;
	color:#941711;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	height: 25px;
	cursor: hand;
}
.SubMenuParentHover
{
	background-position: left top;
	padding-left: 5px;
	color:#941711;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	height: 25px;
	cursor: hand;
}
.SubMenuSeparator
{
	background-color:#A19D9D;
	
}
.SubMenuSelected
{
	background-image: url(images/Fiat_submenuOver.jpg);
	background-position: left top;
	padding-left: 15px;
	padding-top: 2px;
	color:#ffffff;
	font-family: Arial Narrow,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height: 24px;
	text-transform: uppercase;
	cursor: hand;

}
.menustyle
{
	background: transparent; 
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 12px;
	margin: 0px;
	font-family: verdana;
	white-space: nowrap;
}
.SubmenuSingle
{
	background-image: url(images/Fiat_submenu.jpg);
	background-position: left top;
	padding-left: 15px;
	padding-top: 3px;
	color:#941711;
	font-family: Arial Narrow,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height: 24px;
	cursor: hand;

	text-transform: uppercase;
}
.SubmenuSingleSub
{
	background-image: url(images/Fiat_submenu.jpg);
	background-position: left top;
	padding-left: 15px;
	padding-top: 2px;
	color:#941711;
	font-family: Arial Narrow,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width: 151px;
	height: 24px;
	cursor: hand;

	text-transform: uppercase;
}
.SubmenuSingleMouseover
{
	background-image: url(images/Fiat_submenuOver.jpg);
	background-position: left top;
	padding-left: 15px;
	padding-top: 2px;
	color:#ffffff;
	font-family: Arial Narrow,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height: 24px;
	text-transform: uppercase;
	cursor: hand;

}
.MenuBgr
{
	background-color:#DCDBDC;
}
.AnnAlternateStyle
{
	background-color:#DEDFD1;
}
.AnnItemStyle
{
	background-color:#EEEEE8;
}
/*KLasi za editorot*/
.ArticleNadnaslov
{
	font-weight: normal;
	font-size: 7pt;
	text-transform: none;
	line-height: 14px;
	font-style:  normal;
	color: #625E3D;
	font-family: Verdana, Helvetica, sans-serif;
	
}
.ArticleNaslov
	{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10.0pt;
	color: #625E3D;
	text-transform:uppercase;
	font-weight:bold;
	line-height: 14px;
	}
.ArticlePodnaslov
	{
	font-size:9.0pt;
	font-family:Verdana, Helvetica, sans-serif;
	color: #625E3D;
	font-weight:bold;
	line-height: 14px;
	}
.ArticleTekst
	{
	font-weight: normal;
	font-size: 7.5pt;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	line-height: 12px;
	}
.ArticleTekst9
	{
	font-weight: normal;
	font-size: 9pt;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	line-height: 14px;
	}

