﻿
*
{
	font-family:Arial, Helvetica, sans-serif;
}

.SpecialImage
{
	background-repeat:no-repeat;
	margin:0;
	vertical-align:middle;
	background-position:center;
}


.AddCart
{
	background-color:#D6E0E2;
	margin:0;
	vertical-align:middle;
	color:#000;
}

a img
{
	border:0;
}

.HiddenCart
{
	display:none;
}

.VisibleCart
{
	background:#AEBC21;
	display:block;
	position:absolute;
	padding:5px;
	width:400px;
	
}

#CartSummary{

}

#positionCart{
	border: 0px solid #AA1111;
	position:relative;
	width: 409px;
	margin: 0px auto;
	float:right;
	text-align:left;
	z-index:20;
}

/*#mainTable{
	border: 2px solid #AA1111;
	background-image:url(img/Athlegen_mainBack.png);
	background-position:top;
	background-repeat:no-repeat;
}*/


.CartView
{
	width:80%;
}

.headerImage
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background-image:url('img/MuscleMate_headerLeft.jpg');
	background-position:left;
	background-repeat:no-repeat;
	width:800px;
	height:80px;
	background-color:#4C88BE;
}

.headerBackground
{
	background-color:#4C88BE;
	/*background-image:url('img/Altifit_headerRight.jpg');
	background-position:right;
	background-repeat:no-repeat;*/
	height:80px;
}

.headerStyle1 {
	background-color: #F5F5F5;
	border-top:0px solid #F47321;
	background-image: url('img/MuscleMate_menuBackLeft.jpg');
	background-position:left;
	background-repeat:no-repeat;
}
.headerStyle2 {
	background-color:#F5F5F5;
	border-top:0px solid #F47321;
	background-image: url('img/MuscleMate_menuBackRight.jpg');
	background-position:left;
	background-repeat:no-repeat;
}


body
{
	background-color:#FFF;
	margin:0px;
	color:#666666;
	width:1000px;
	margin:0 auto;
	background-image:url('img/MuscleMate_mainBack.jpg');
	background-position: top left;
	background-repeat:repeat-x;
}

table
{
	border:1,black,solid;
	padding:0;
	background-color:white;
	width:100%;
	font-size:9pt;
}

th
{
	color:#666666;
	font-size:13px;
}

.menuTable
{
	background:none;
	border:0;
	width:400px;
	height:50px;
	vertical-align:bottom;
}

.menuTable a
{
	color:#00477F;
	text-decoration:none;
	font-weight:bold;
	font-family: Georgia, serif;
font-size: 12px;
font-style: italic;
	border-right:#000 solid 0px;
	padding-left:20px;
}

.menuTable a:hover
{
	color: #00477F;
	text-decoration: underline;
	border-right:#000 solid 0px;
}

.ShoppingMenu
{
	
	background:none;
	width:410px;
}

.ShoppingMenu a
{
color:#00477F;
text-decoration:none;
font-weight:bold;
font-family: Georgia, serif;
font-size: 12px;
font-style: italic;
border-right:#000 solid 0px;
padding-right:10px;
padding-left:30px;
}

.ShoppingMenu a:hover
{
	color:#00477F;
	text-decoration:underline;
	border-right:#000 solid 0px;
}

hr
{
	background-color:#666666;
	color:#666666;
	height:1px;
}

form
{
	margin:0;
}

textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.important
{
	color:#7A0077;
}

.VisiblePayment
{
	display:block;
	position:relative;
}

.HiddenCategories
{
	display:none;
}

.VisibleCategories
{
	display:block;
	position:relative;
}

.InvisiblePayment
{
	display:none;
}

.CategoryImage
{
	width:200px;
	height:200px;
}

.ProductImage
{
	height:100px;
	width:100px;
}

h1
{
	font-size: 14px;
	color: #00477F;
	font-weight: bold;
}

h2
{
	font-size:12px;
	color:#3B3B3B;
	font-weight:bold;
	margin:0;
}


.CategoryList
{
	text-decoration:none;
	color:#7A0077;
	font-size:12px;
	font-weight:bold;
}

.CategoryList:hover
{
	text-decoration:none;
	color:#CCC;
	font-size:12px;
	font-weight:bold;
}

.ProductPrice
{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.thumbText
{
	color:#000;
	text-decoration:none;
}

.thumbText:hover
{
	color:#AEBC21;
	text-decoration:none;
}

.lineBreak
{
	background-color:#DFDFDF;
	height:1px;
	margin:0;
}

.HiddenImage
{
	display:none;
}

.VisibleImage
{
	display:block;
	position:absolute;
	left:200px;
	top:10px;
}

.linkStyle:hover
{
	cursor:pointer;
}

.footerLink
{
	text-decoration: none;
color:#757116;
font-weight:bold;
}

.footerLink:hover
{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

.HiddenDisclaimer
{
	display:none;
}

.VisibleDisclaimer
{
	display:block;
	position:absolute;
	top:300px;
	left:200px;
}

.pricing
{
	color:black;
	font-weight:bold;
	font-family:arial;
	font-size:10pt;
	vertical-align:middle;
}

.footerBorder
{
	background-color:#AEBC21;
	width:100%;
	margin:0 auto;
}

.footerBackground
{
	background-color:#AEBC21;
	height:50px;
	width:100%;
	margin:0 auto;
}

.productCode
{
	background-color:#AEBC21;
	color:white;
	font-weight:bold;
}

.productCodeBorder
{
	border-style:solid;
	border-width: 2px;
	border-color:#AEBC21;
}

.cartTotal
{
	color:#FFF;
	font-weight:bold;
}

.indentRight
{
	padding-right:10px;
}

CEEA24