﻿.mainpagesettings
{
   background: "Gfx/pagebackimage.jpg";
}

.accordionHeader
{
    border: 0px solid #2F4F4F;
    color: silver;
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #E1E1EE;
    font-family: Calibri;
	font-size: 12px;
	color: black;
    border: 1px dashed #2F4F4F;
    border-top: none;
    border-style: none;
    padding: 0px;
    padding-top: 0px;
}

.shoppingbasket
{
    background: green;
    font-weight: normal;
}

.prodlist
{
    background-color: White;
    color: blue;
  	margin-top: 12px;
    text-align: left;
}

.bigfont
{ 
    font-family: Calibri;
    font-weight: bold;
    border: 0px None;
    border-style: none;
    color: Black;
    text-align: center;
    vertical-align: top;
}

.frontitemsheader
{
    border: 1px solid #666666;
    width: 99%;
	font-family: Calibri;
	font-size: 12px;
	color:  Black;
	background-color: #E1E1EE;
	font-weight: bold;
    cursor: default;
    text-align: center;
    vertical-align: text-bottom;
    
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=40);
	opacity:0.4;
}

.popupControl
{
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

a:link{ text-decoration: none;
	color: blue;
	}
	
a:visited{ text-decoration: none;
	color: blue;
}

a:hover{ text-decoration: underline;
	color: #FF0066;
}
