﻿/*General Body/Font/Input Stylings*/

/*Inactive scrollbar fix for firefox*/
HTML {
   overflow: -moz-scrollbars-vertical;
}

body
{
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	margin:10px 0px 0px 0px;
	text-decoration: none;
	vertical-align: middle; 
}

input
{
	font-size: 11px;
	vertical-align: top;
	font-family: Tahoma;
	text-decoration: none;
}

select
{
	font-size: 11px;
	vertical-align: middle;
	line-height: 16px;
	font-family: Tahoma;
	text-decoration: none;
}

img
{
	border: 0px;
}

img.png
{
	behavior: url("../img/pngbehavior.htc");
}

/* Standard Links */
/*
a
{
	font-weight: bold;
	color:#000000;
    font-family:Tahoma;
    text-decoration:none;
}
a.link
{
	color:#000000;
    font-family:Tahoma;
    font-size:11px; 
    text-decoration:none;
}
a.hover
{
	color:#000000;
    font-family:Tahoma;
    font-size:11px; 
    font-weight:bold;
    text-decoration:underline;
}
a.visited
{
	color:#000000;
    font-family:Tahoma;
    font-size:11px; 
    text-decoration:none;
}
*/

/* Standard Links */
a
{
	font-weight: bold;
	color:#0385FC;
	font-family:Trebuchet MS;
    text-decoration: none;
}
a:link
{
	color:#0385FC;
    font-family:Trebuchet MS;
    font-size: 11px; 
    text-decoration: none;
}
a:hover
{
	color:#0385FC;
    font-family:Trebuchet MS;
    font-size: 11px; 
    font-weight:bold;
    text-decoration:underline;
}
a:visited
{
	color:#0385FC;
    font-family:Trebuchet MS;
    font-size: 11px; 
    text-decoration: none;
}

/* menu link */
a.menu { color:#000000; font-family:Tahoma; text-decoration: none; }
a.menu:link { color:#000000; font-family:Tahoma; text-decoration: none;  }
a.menu:hover { color:#000000; font-family:Tahoma; text-decoration: none; font-weight:normal; }
a.menuCurrent { color:#000000; font-family:Tahoma; text-decoration: none; }
a.menuCurrent:hover { color:#000000; font-family:Tahoma; text-decoration: none; font-weight:bold; }
a.menu:visited {	color:#000000; font-family:Tahoma; text-decoration: none; }

/* make a link look like normal unstyled text */
a.LinkNoStyle { color:#000000; font-family:Tahoma; text-decoration:none; font-size: 11px; font-weight:normal; }
a.LinkNoStyle:link { color:#000000; font-family:Tahoma; text-decoration:none; font-size: 11px; font-weight:normal; }
a.LinkNoStyle:hover { color:#000000; font-family:Tahoma; text-decoration:none; font-size: 11px; font-weight:normal; }
a.LinkNoStyle:visited {	color:#000000; font-family:Tahoma; text-decoration:none; font-size: 11px; font-weight:normal; }

/* other */
a.ContentLink
{
    text-decoration: none;
    color: purple;
}

a.ContentLink:Hover
{
    text-decoration: underline;
}
a.Button
{
	color: #FFFFFF;
}

/*Structural Elements*/
table.Base
{
	border:none;
	height:100%;
	width:100%;	
}

table.SiteWindow
{
	background-color:#FFFFFF;
	border:none;
	height:100%;
	width:760px;
}

table.ContentPanel
{
	border:none;
	width:100%;
}

td.General_Anchor
{
	text-align:left;
	vertical-align:top;
	width:574px;
}

.General
{
	text-align:left;
	vertical-align:top;
}

.General_LinkButton
{
	text-align:left;
	vertical-align:top;	
		cursor: pointer;
}
.General_LinkButton_Hidden
{
	text-align:left;
	vertical-align:top;	
	cursor: default;
}


td.General_Centre
{
	text-align:center;
	vertical-align:top;
}

td.General_Centre
{
	text-align:-moz-center;	
}

td.General-Right
{
	text-align:right;
	vertical-align:top;
}

td.General_Right
{
	text-align:-moz-center;
}

td.General_Middle
{
	text-align:left;
	vertical-align:middle;
}

/* Navigation */
td.Navigation
{
	text-align:left;
	vertical-align:top;
	width:196px;
}

table.Navigation
{
	background-color:#212839;
	padding:0px;
	text-align:left;
	vertical-align:top;
	width:172px;
}

td.navArrow
{
    height:8px;
    padding-right:5px;
    width:5px;    
}

/*Blue Header Title Panel*/

table.BlueHeader_Text
{
	background-color:#212839;
	padding:0px;
	text-align:left;
	vertical-align:top;
	width:100%;
}

td.BlueHeader_Top
{
    background-image:url(../img/structural/blueheader_topslice.gif);
    background-repeat:repeat-x;
    height:4px;
}

td.BlueHeader_TopLeft
{
    background-image:url(../img/structural/blueheader_topleft.gif);
    background-repeat:no-repeat;
    height:4px;
    width:4px;
}

td.BlueHeader_TopRight
{
    background-image:url(../img/structural/blueheader_topright.gif);
    background-repeat:no-repeat;
    height:4px;
    width:4px;
}

td.BlueHeader_Left
{
	background-image:url(../img/structural/blueheader_leftslice.gif);
    background-repeat:repeat-y;
    width:4px;
}

td.BlueHeader_Panel
{
	color:#92EBEB;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	padding-left:3px;
}

td.BlueHeader_Right
{
    background-image:url(../img/structural/blueheader_rightslice.gif);
    background-repeat:repeat-y;
    width:4px;
}

td.BlueHeader_Bottom
{
    background-image:url(../img/structural/blueheader_bottomslice.gif);
    background-repeat:repeat-x;
    height:3px;
}

td.BlueHeader_BottomRight
{
    background-image:url(../img/structural/blueheader_bottomright.gif);
    background-repeat:no-repeat;
    height:3px;
    width:4px;   
}

td.BlueHeader_BottomLeft
{
    background-image:url(../img/structural/blueheader_bottomleft.gif);
    background-repeat:no-repeat;
    height:3px;
    width:4px;   
}

/*Blue Content Title Panel*/
table.PanelHeader
{
	background-color:#21293A;
	padding:0px;
	text-align:left;
	vertical-align:top;
	width:100%;
}

/*Light Blue Content Panel*/
table.Panel
{
	text-align:left;
	vertical-align:top;
	width:100%;
}

td.LightBlue_Top
{
	border-top:solid #C3E3EA 1px;	
}

td.LightBlue_Left
{
	border-left:solid #C3E3EA 1px;	
}

td.LightBlue_Right
{
	border-right:solid #C3E3EA 1px;
}

td.LightBlue_BottomLeft
{
	height:8px;width:8px;	
}

td.LightBlue_Slice
{
	background-image:url(../img/structural/lightblue_slice.gif);
    background-repeat:repeat-x;
    height:8px;
}

td.LightBlue_BottomRight
{
	height:8px;width:8px;	
}

td.Panel_Content
{
	padding-top:6px;	
}

/* Footer */
table.Footer
{
	border:solid #C3E3EA 1px;
	width:100%;
}

/* Basic plain text attribute */
.LinkPlain
{
    font-weight: normal;
}

/* Basic bold attribute */
.LinkBold
{
    font-weight: bold;
}

/* Link button styles */
.LinkUnderLine
{
    color: purple;
    text-decoration:none;
}
.LinkUnderLine:Hover
{
    text-decoration:underline;
}

.LinkTitle
{
    font-size: 12px;
}

.hr
{
    border: none;
    height: 1px;
    width: 100%;
    background-color: #B9DFE8;
    color: #B9DFE8;
}

.MultiLine
{
	font-family: Tahoma;
	font-size: 11px;
}


.ButtonLeft
{
	width: 4px;
	height: 24px;
	 background-image: url('../img/Button_left.gif'); 
	 background-repeat: no-repeat; 
}

.ButtonMiddle
{
	background-image: url(../Img/Button_Background_Slice.gif);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: White;
	vertical-align: middle;
	height: 24px;
	padding-left: 5px;
	
}

.ButtonRight
{
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	background-image: url('../img/Button_arrow_right.gif'); 
}

/* menu link */
a.LinkButton { color:#ffffff; font-family:Tahoma; font-size: 12px; font-weight: bold; }
a.LinkButton:link { color:#ffffff; font-family:Tahoma; text-decoration:none; font-size: 12px; font-weight: bold; }
a.LinkButton:hover { color:#ffffff; font-family:Tahoma; cursor: pointer; text-decoration:none; font-size: 12px; font-weight: bold; }
a.LinkButton:visited {	color:#ffffff; font-family:Tahoma; font-size: 12px; font-weight: bold; }

	
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=90);
	opacity:0.9;
}



/* SEO Relevant Tags */
H1
{
	color:#92EBEB;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin: 0px;
	display: inline;
}

H2
{
	font-weight:bold;
	font-size:11px; 
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline;
}

P
{
	text-align:left;
	vertical-align:top;
	color:#000000;
	font-family:Tahoma;
	font-size:11px; 
	text-decoration:none;
	display: inline;
}

.Smaller_Font
{
	font-size: 11px;
}

div.InnerPadding
{
	padding: 10px 10px 10px 10px;	
}

.FullWidth
{
	text-align:left;
	vertical-align:top;
    width: 100%;
}

.HalfWidth
{
    width: 50%;
}

/* Basket Styles */
.Basket-GrandTotal
{
    font-size: 16px;
    color: Red;
}

td.Basket-SummaryDescription
{
    width: 55%;
}

td.Basket-SummaryPrice
{
    width: 45%;
}