body
{
	margin: 0 0 0 0;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 11px;
	background: url( "images/Back.gif" );
	background-color: white;
	background-repeat: repeat-x;
	color: #434343;
}
.Normal
{
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
.NormalRed
{
	color: Red;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
.NormalBold
{
	font-weight: bold;
}
TD
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
}
textarea
{
	font-family: Tahoma;
	font-size: 11px;
}
INPUT
{
	font-family: Tahoma;
	font-size: 11px;
}
SELECT
{
	font-family: Tahoma;
	font-size: 11px;
}
A:link, A:visited
{
	text-decoration: none;
	color: #474747;
}
A:hover
{
	color: #178494;
	text-decoration: none;
}
.ModuleTitr
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #505050;
}
.ModuleTitleHeader
{
	width: 100%;
	height: 22px;
	padding-top: 8px;
	padding-right: 10px;
	text-align: right;
}
.ModuleRightTitleHeader
{
	width: 200px;
}
.ModuleWithoutTitleHeader
{
	border: dotted 1px #cccccc;
	width: 97%;
	padding: 3px;
}
.ModuleTitleBody
{
	border-top: none;
	width: 100%;
	text-align: right;
}
.ModuleRightTitleBody
{
	width: 198px;
	border-left: 1px solid #80e5f2;
	border-right: 1px solid #80e5f2;
	text-align: right;
}
.ModuleWithoutTitleBody
{
	width: 100%;
	padding: 0;
}
.CommandButton:Link, .CommandButton:visited
{
	text-decoration: none;
	color: Blue;
}
.CommandButton:hover
{
	color: Red;
	text-decoration: none;
}
.TabBg
{
	background-color: white;
	border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-color: dimgray;
	border-color: black;
}

/* text style for the selected tab */
.SelectedTab
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: DarkRed;
	font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-family: tahoma;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: gainsboro;
	text-decoration: none;
}
.FormTitr
{
	color: #000000;
	font-weight: bold;
}
/* Modal Dialog */
.modalWrap
{
	border: 2px #ffffcc inset;
	background: #ffffcc;
	margin: 5px;
}

/* transparency support for Opera */
.modalOpera
{
	background-image: url( "images/maskBg.png" ) !important;
}

/* dialog window */
#DialogWindow
{
	border: 1px #000000 solid;
	width: 150px;
	display: none;
	background: #FFFFFF;
	z-index: 1000;
	position: absolute;
	text-align: center;
	height: 50px;
	top: 0;
	left: 0;
	padding-top: 10px;
}
/* dialog content */
#DialogContent
{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 24px;
	width: 450px;
	display: block;
	font-size: 90%;
	display: none;
}

#DialogActionBtn
{
	cursor: pointer;
}
.txtArea
{
	width: 300px;
	height: 200px;
}
.txtAddress
{
	width: 300px;
}
.tdRight
{
	float: right;
}
.tdLeft
{
	float: right;
}
.tdMainContainer
{
	width: 100%;
}
.contentwrapper
{
	float: left;
	width: 100%;
}
.contentcolumn
{
	margin: 0 205px 0 205px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
.leftcolumn
{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -100%;
}
.rightcolumn
{
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
}
.ProductPrice
{
	color: #e99149;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.LatestProductInCat
{
	border: solid 1px #e7f3ff;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 200px;
}
.ProductsList
{
	border: solid 1px #e7f3ff;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 130px;
	overflow: hidden;
}
.ProductDetails
{
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

