﻿.FooterBottom
{
	 
	 background-image:url(../image/footer-bg.gif);
	 height: 36px;
}
.Logo
{
	 background-image:url(../image/logo.jpg);		
}
.HeaderMasterPage
{
	background-image:url(../image/grey-bg1.jpg);
	background-repeat:repeat-x;
}

.FooterMasterPage
{
	background-image:url(../image/footer-bg.gif);
}

.ProductDetailsRightBackGround
{
	background-image:url(../image/grey-sep.jpg);
	background-position:left;
	background-repeat:no-repeat;	
}

.ProductDetailsMiddleBackGround
{
	background-image:url(../image/grey-sep.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.ProductDetailsSuggestViewedSeperator
{
	background-image:url(../image/sep3.gif);
	background-position:left;
	background-repeat:repeat-y
}
.verticalSpace
{
	height:5px;
}
.space
{
	width:5px;
}

.DynamicImage
{
	border:0px;
}

.message
{
	color: Green;
	font-weight: bold;
}
.errorMessage
{
	color: Red;
	font-weight: bold;
}

.adminPageContent
{
	border: 1px solid #999999;
	/*background-color:#EFEFEF;*/
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:5px 5px 5px 5px;
}

.adminButton, .adminDeleteButton
{
	background-color: #7D0100;
	border: #ccc 0px solid;
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:20px;
}

.adminDeleteButton
{
}









.AdminListGrid a:link, .AdminListGrid a:visited, .AdminListGrid a:hover
{
	text-decoration: none;
	font-family: verdana,Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.AdminListGrid a:link
{
	text-decoration:underline;
	color: #5E5349;
}
.AdminListGrid a:visited
{
	color: #000000;
}
.AdminListGrid a:hover
{
	color: #7D0000;
}



.AdminListGridPager a:link,.AdminListGridPager a:visited,.AdminListGridPager a:hover
{
	text-decoration: none;
	font-family: verdana,Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.AdminListGridPager a:link
{
	color: #7D0000;
}
.AdminListGridPager a:visited
{
	color: #7D0000;
}
.AdminListGridPager a:hover
{
	color: #000000;
}


