﻿a
{    
    color:#e80000;
    text-decoration:none;   
}

a:hover
{
    color:#000000;
}

body
{
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
}

input
{
    border:solid 1px #e80000;
}

.admin
{
    font-size:12px;
}

.admin_header
{
    font-size:20px;
    font-weight:bold;    
}

.admin_top_links
{
    border-bottom:solid 1px #000000;
    text-align:center;
}

.block_container
{
    width:160px;
}

.block_top
{
    background-image:url(images/block_top.jpg);
    background-repeat:no-repeat;
    height:23px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#ffffff;
    line-height:22px;
}

.block_middle
{
    background-image:url(images/block_middle.jpg);
    background-repeat:repeat-y;
    padding:3px 8px 0px 8px;
    font-size:12px;   
}

.block_bottom
{
    background-image:url(images/block_bottom.jpg);
    background-repeat:no-repeat;
    height:23px;
}

.button
{
    background-color:#e80000;
    border:solid 1px #000000;
    color:#ffffff;
}

.catalogue
{
    text-transform:uppercase;
    text-decoration:none;
    font-weight:bold;
    color:#000000;
}

.catalogue a
{
    text-transform:uppercase;
    text-decoration:none;
    font-weight:bold;
    color:#000000;
}

.catalogue a:hover
{    
    color:#e80000;
}

.content
{
    width:600px;    
    float:left;
    font-size:12px;
    padding:10px 10px 10px 15px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    background-color:#ffffff;
    border:solid 1px #504B24;
    padding:15px;
}

.page_header
{
    font-size:20px;
    font-weight:bold;
}

.red_border
{
    border:solid 1px #e80000;
}

.seperator
{
    border-top:solid 2px #e80000;
    margin-top:30px;
    margin-bottom:30px;
}

.top_menu
{
    background-image:url(images/top_menu_bg_middle.jpg);
    background-repeat:repeat-x;
    clear:both;
    text-align:center;
    vertical-align:middle;
    line-height:25px;
    height:29px;    
    margin:0px 10px 15px 10px;  
}

.top_menu a
{
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;   
}

.top_menu a:hover
{
    color:#000000;
}

.red_sub_header
{
    color:#e80000;
    font-weight:bold;
    text-transform:uppercase;
}

.sub_menu_top
{
    height:5px;
    width:138px;
    background-image: url(images/sub_menu_top.png);
}

.sub_menu_middle
{        
    padding:0px 5px 0px 5px;
    width:138px;
    background-image: url(images/sub_menu_middle.png);
    background-repeat:repeat-y;
}

.sub_menu_bottom
{
    width:138px;
    height:5px;
    background-image: url(images/sub_menu_bottom.png);
}

#txtImportant
{
    display:none;
}