﻿body
{
	margin: 10px auto;
	background-color: #FFFFFF; 
	background-image: url('../img/general/Backgrounds/BG_Repeat_Black.gif'); 
	background-repeat: repeat-x;
	line-height: normal;
	text-align: center;
}

/* ===== Rounded Corners Red ===== */

.RoundedCornerRed
{
	background-color: Transparent;
	text-align: left;
	font-family: Palatino Linotype;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin: 0px;
}

.RoundedCornerTopLeftRed
{
	width: 10px;
	height: 10px;
	margin: 0px;
	background-color: Transparent;
	background-image: url('../img/general/rounded corners/red_top_left.gif');
	background-repeat: no-repeat;
	background-position: right top; 	
}

.RoundedCornerTopRightRed
{
	width: 10px;
	height: 10px;
	margin: 0px;
	background-color: Transparent;
	background-image: url('../img/general/rounded corners/red_top_right.gif');
	background-repeat: no-repeat;
	background-position: left top;  	
}

.RoundedCornerBottomLeftRed
{
	width: 10px;
	height: 10px;
	margin: 0px;
	background-color: Transparent;
	background-image: url('../img/general/rounded corners/red_bottom_left.gif');
	background-repeat: no-repeat;
	background-position: right bottom;  	
}

.RoundedCornerBottomRightRed
{
	width: 10px;
	height: 10px;
	margin: 0px;
	background-color: Transparent;
	background-image: url('../img/general/rounded corners/red_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: left bottom;  	
}

.RoundedCornerTopCenterRed
{
	width: 890px;
	height: 10px;
	margin: 0px;
	background-color: #EF3D42;
}

.RoundedCornerMiddleLeftRed
{
	width: 10px;
	height: auto;
	margin: 0px;
	background-color: #EF3D42;
}

.RoundedCornerMiddleRightRed
{
	width: 10px;
	height: auto;
	margin: 0px;
	background-color: #EF3D42;
}

.RoundedCornerBottomCenterRed
{
	width: 890px;
	height: 10px;
	margin: 0px;
	background-color: #EF3D42;
}

.RoundedCornerMiddleCenterRed
{
	width: 860px;
	margin: 0px;
	text-align: left;
	background-color: #EF3D42;
}

.RoundedCornerTableRed
{
	width: 910px;
    margin: 0 auto;
    background-color: Transparent;
}

/* ===== Rounded Corners White ===== */

.RoundedCornerWhite
{
	background-color: Transparent;
	font-family: Palatino Linotype;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin: 0px;
}

.RoundedCornerTopLeftWhite
{
	width: 25px;
	height: 25px;
	margin: 0px;
	background-color: Transparent;
	background-image: url('../img/general/rounded corners/white_top_left.gif');
	background-repeat: no-repeat;
	background-position: right top; 	
}

.RoundedCornerTopRightWhite
{
	width: 25px;
	height: 25px;
	margin: 0px;
	background-color: Transparent;
	background-image: url('../img/general/rounded corners/white_top_right.gif');
	background-repeat: no-repeat;
	background-position: left top;  	
}

.RoundedCornerBottomLeftWhite
{
	width: 25px;
	height: 25px;
	margin: 0px;
	background-color: Transparent;
	background-image: url('../img/general/rounded corners/white_bottom_left.gif');
	background-repeat: no-repeat;
	background-position: right bottom;  	
}

.RoundedCornerBottomRightWhite
{
	width: 25px;
	height: 25px;
	margin: 0px;
	background-color: Transparent;
	background-image: url('../img/general/rounded corners/white_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: left bottom;  	
}

.RoundedCornerTopCenterWhite
{
	width: 840px;
	height: 25px;
	margin: 0px;
	background-color: #FFFFFF;
}

.RoundedCornerMiddleLeftWhite
{
	width: 25px;
	height: auto;
	margin: 0px;
	background-color: #FFFFFF;
}

.RoundedCornerMiddleRightWhite
{
	width: 25px;
	height: auto;
	margin: 0px;
	background-color: #FFFFFF;
}

.RoundedCornerBottomCenterWhite
{
	width: 840px;
	height: 25px;
	margin: 0px;
	background-color: #FFFFFF;
}

.RoundedCornerMiddleCenterWhite
{
	width: 840px;
	margin: 0px;
	text-align: left;
	background-color: #FFFFFF;
}

.RoundedCornerTableWhite
{
	width: 890px;
    margin: 0 auto;
    background-color: Transparent;
}

/* ===== Table and DIV ===== */

.DefaultTableDIV
{
	width: 840px;
	text-align: left;
    margin: 0 auto;
    background-color: Transparent;
}

.MasterPageContent
{
	width: 635px;
	text-align: left;
    margin: 0 auto;
    background-color: Transparent;
}

.MasterPageContentCenter
{
	width: 635px;
	text-align: center;
    margin: 0 auto;
    background-color: Transparent;
}

.Menu 
{ 
	width: 200px;
	text-align: left;
	border-color: #EF3D42;
	border-style: solid;
	border-width: 1px;
	background-color: #000000;
	margin: 0 auto;
}

.MenuHeaderImage
{
    width: 200px;
    text-align: center;
    background-color: Transparent;
	margin: 0 auto;
}

.MenuHeader
{
    width: 202px;
    text-align: center;
    background-color: #FFFFFF;
	margin: 0 auto;
	background-image: url('../img/general/general/Header.gif'); 
	background-repeat: repeat-x;
}

.MenuFooter
{
    width: 202px;
    height: 10px;
    text-align: center;
    background-color: #FFFFFF;
	margin: 0 auto;
	background-image: url('../img/general/general/Footer.gif'); 
	background-repeat: repeat-x;
}

.Payment 
{ 
	width: 200px;
	text-align: center;
	border-color: #EF3D42;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto;
}

/* ===== Images ===== */

.DefaultImage
{
	display: block;
	background-color: Transparent;
	border: none;
	margin: 0 auto;	
}

.MenuImage
{
    display: block;
    background-color: Transparent;
    border: none;
    margin: 0 auto;
}

.SearchImage
{
    display: inline;
    background-color: Transparent;
    border: none;
    margin: 0 auto;
}

.ProductImage
{
    display: block;
    background-color: Transparent;
    border: solid 1px #EF3D42;
    margin: 10px 0px 10px 0px;
}

.LeftImage
{
    display: block;
    background-color: Transparent;
    border: none;
    margin: 10px 0px 10px 0px;
}

.DividerImage
{
	width: 840px;
	height: 5px;
	display: block;
	background-color: Transparent;
	border: none;
	margin: 0 auto;	
}

/* ===== Paragraphs ===== */

.GeneralLeftAlign
{
	background-color: Transparent;
	text-align: left;
	font-family: Palatino Linotype;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin: 10px 0px 10px 0px;
}

.GeneralLeftAlignWhite
{
	background-color: Transparent;
	text-align: left;
	font-family: Palatino Linotype;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	margin: 10px 0px 10px 0px;
}

.GeneralLeftAlignControl
{
	background-color: Transparent;
	text-align: left;
	font-family: Palatino Linotype;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin: 10px 0px 0px 0px;
}

.Heading
{
	background-color: Transparent;
	text-align: left;
	font-family: Palatino Linotype;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 10px 0px;
}

.Search
{
	background-color: Transparent;
	text-align: center;
	font-family: Palatino Linotype;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 10px 0px;
}


.GeneralRightAlign
{
	background-color: Transparent;
	text-align: right;
	font-family: Palatino Linotype;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin: 10px 0px 10px 0px;
}

.GeneralCenterAlign
{
	background-color: Transparent;
	text-align: center;
	font-family: Palatino Linotype;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin: 10px 0px 10px 0px;
}

.HyperLink
{
	background-color: Transparent;
	text-align: center;
	font-family: Palatino Linotype;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin: 10px 0px 10px 0px;
}

.BreadCrumbs
{
	background-color: Transparent;
	text-align: left;
	font-family: Palatino Linotype;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin: 10px 0px 10px 0px;
}

.Copywright
{
	background-color: Transparent;
	text-align: center;
	font-family: Palatino Linotype;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin: 10px 0px 10px 0px;
}

.MenuTitle
{
	font-family: Palatino Linotype;
	padding: 10px;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}

/* ===== Hyperlinks ===== */

a:link 
{
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	font-weight: bold; 
	background-color: Transparent;
	text-decoration: none;
	margin: 0px;
}

a:visited 
{
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: Transparent;
	text-decoration: none;
	margin: 0px;
}

a:hover 
{
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #EF3D42;
	text-decoration: none;
	margin: 0px;
}

.HyperLink a:link 
{
	font-size: 16px;
	line-height: 19px;
	color: #EF3D42;
	font-weight: bold; 
	background-color: Transparent;
	text-decoration: underline;
	margin: 0px;
}

.HyperLink a:visited 
{
	font-size: 16px;
	line-height: 19px;
	color: #EF3D42;
	font-weight: bold;
	background-color: Transparent;
	text-decoration: underline;
	margin: 0px;
}

.HyperLink a:hover 
{
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #EF3D42;
	text-decoration: underline;
	margin: 0px;
}

.BreadCrumbs a:link 
{
	font-size: 16px;
	line-height: 19px;
	color: #EF3D42;
	font-weight: bold; 
	background-color: Transparent;
	text-decoration: underline;
	margin: 0px;
}

.BreadCrumbs a:visited 
{
	font-size: 16px;
	line-height: 19px;
	color: #EF3D42;
	font-weight: bold;
	background-color: Transparent;
	text-decoration: underline;
	margin: 0px;
}

.BreadCrumbs a:hover 
{
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #EF3D42;
	text-decoration: underline;
	margin: 0px;
}

.GeneralCenterAlign a:link 
{
	font-size: 16px;
	line-height: 19px;
	color: #EF3D42;
	font-weight: bold; 
	background-color: transparent;
	text-decoration: none;
	margin: 0px;
}

.GeneralCenterAlign a:visited 
{
	font-size: 16px;
	line-height: 19px;
	color: #EF3D42;
	font-weight:bold;
	background-color: transparent;
	text-decoration: none;
	margin: 0px;
}

.GeneralCenterAlign a:hover 
{
	font-size: 16px;
	line-height: 19px;
	color: #EF3D42;
	font-weight:bold;
	background-color: transparent;
	text-decoration: none;
	margin: 0px;
}

.GeneralRightAlign a:link 
{
	font-size: 16px;
	line-height: 19px;
	color: #EF3D42;
	font-weight:bold;
	background-color: Transparent;
	text-decoration: underline;
	margin: 0px;
}

.GeneralRightAlign a:visited 
{
	font-size: 16px;
	line-height: 19px;
	color: #EF3D42;
	font-weight: bold;
	background-color: Transparent;
	text-decoration: underline;
	margin: 0px;
}

.GeneralRightAlign a:hover 
{
	font-size: 16px;
	line-height: 19px;
	color: #EF3D42;
	font-weight: bold;
	background-color: Transparent;
	text-decoration: none;
	margin: 0px;
}

.GeneralLeftAlign a:link 
{
	font-size: 16px;
	line-height: 19px;
	color: #EF3D42;
	font-weight: bold; 
	background-color: Transparent;
	text-decoration: none;
	margin: 0px;
}

.GeneralLeftAlign a:visited 
{
	font-size: 16px;
	line-height: 19px;
	color: #EF3D42;
	font-weight: bold;
	background-color: Transparent;
	text-decoration: none;
	border: none;
	margin: 0px;
}

.GeneralLeftAlign a:hover 
{
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: Transparent;
	text-decoration: none;
	margin: 0px;
}

.Menu a 
{
	display: block; 
	text-align: left;  
	margin: 0px; 
	border-width: 1px;
	border-color: #EF3D42;
	border-style: solid;
	background-color: Transparent; 
	text-decoration: none; 
	color: #FFFFFF;
	font-family: Palatino Linotype;
	font-size: 16px;
	line-height: 19px;
	padding: 5px;
}

.Menu a:hover 
{
	color: #000000;
	font-family:Palatino Linotype;
	font-size: 16px;
	line-height: 19px;
	background-color: #FFFFFF;
	padding: 5px;
}

.Menu a img 
{
	height: 0; 
	width: 0; 
	border-width: 0;
}

.Menu a:hover img 
{
	position: relative; 
	top: 0px; 
	left: 15px; 
	height: 120px; 
	width: 150px;
}

/* ===== Update Progress ===== */

.UpdateProgress
{
	background-color: #EF3D42;
	color: #FFFFFF;
	width: 150px;
	text-align: center;
	vertical-align: middle;
}

.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;	
}