/* ================================
    CSS STYLES FOR SABI Store
    v1.0 2004-04
   ================================
*/

body
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: center; /* for IE */
}

#content
{
	padding:0; 
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 700px;
	padding: 5px;   
	clear:both;	
}

#pagetitle
{
	padding:0; 
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 700px;
	padding: 5px;   
}

#links
{
	padding:0; 
	height:1%;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 700px;
	padding: 5px;
}

.StandardPage
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
}

.bulletlist
{
	font-size: 11px;
}

A, A:visited
{
	color: darkred;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}

.StandardPage A
{
	text-decoration: none;
}
.StandardPage A:hover
{
	text-decoration: underline;
}

.NavigateLnk, .NavigateLnk:visited
{
	text-decoration: none;
	font-size: xx-small;
	font-weight: bold;
	color: darkred;
}

.NavigateLnk:hover
{
	text-decoration: underline;
	font-size: xx-small;
	font-weight: bold;
	color: darkred;
}

.HeaderLnk, .HeaderLnk:visited
{
	text-decoration: none;
	font-size: xx-small;
	font-weight: bold;
	color: Black;
}

.HeaderLnkRed
{
	text-decoration: none;
	font-size: xx-small;
	font-weight: bold;
	color: darkred;
}

.stripes
{
	background-image:  url(../images/stripes.gif);
	background-repeat:repeat-x;
	height: 28px;
}

.middlePos
{
	vertical-align: top;
}

.loginInfo
{
	font-size: xx-small;
	vertical-align: middle;
	height: 18px;
	background-color: #d7cfc6;
}

.wideTextArea
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	width: 390px;
	height: 72px;
}

input
{
	font-size: 11px;
}

.standardButton
{
	width: 80px;
}

.standardButton100
{
	width: 100px;
}

.standardButton120
{
	width: 120px;
}

.standardButton139
{
	width: 139px;
}

.headerBackground
{
	background-color: #FFFFFF;
}

.navSep
{
	border-right: black 1px solid;
}

.stepInfo
{
	font-size: xx-small;
	color: black;
}

.stepInfoWhite
{
	font-size: xx-small;
	font-weight: bold;
	color: white;
}

.confirmHeadFoot
{
	background-color: #8A1930;
}

.ProductListHead
{
	color: darkred;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

.ProductListItem
{
	color: black;
	font-family: Verdana, Arial;
	font-size: xx-small;
}

.ProductListItem INPUT
{
	width: 120px;
}

.PriceListHead
{
	background-color: #D7CFC6;
	color: black;
	font-family: Verdana, Arial;
	font-size: xx-small;
	font-weight: normal;
}

.PriceListItem
{
	color: black;
	font-family: Verdana, Arial;
	font-size: xx-small;
	font-weight: normal;
}

.Banner
{
	background-color: #FFFFFF;
	color: black;
	font-size: 20px;
	font-weight: bold;
	height: 35px;
}

.PageBanner
{
	background-color: #FFFFFF;
	color: black;
	font-size: 16px;
	font-weight: bold;
	/*font-style: italic;*/
}

.EditTextBox45
{
	width: 45;
}
.EditTextBox55
{
	width: 55;
}
.EditTextBox80
{
	width: 80;
}
.EditTextBox139
{
	width: 139;
}

.EditTextBox200
{
	width: 200;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
}

.Normalsmall
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
}

.NormalBold
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

SMALL
{
	font-size: 8px;
}

.ErrorText
{
	color: darkred;
	font-family: Verdana, Arial;
	font-size: 10px;
}

.InfoHelpText
{
	color: darkred;
	font-family: Verdana, Arial;
	font-size: 10px;
}

.InfoHelpLink, .InfoHelpLink:visited, .InfoHelpLink:hover
{
	text-decoration: underline;
	color: darkred;
	font-family: Verdana, Arial;
	font-size: 10px;
}

.CartListHead
{
	background-color: #D7CFC6;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

.CartListItem
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 5px;
}

.CartListItemAlt
{
	background-color: #f2f2f2;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 5px;
}

.CartListFooter
{
	background-color: #D7CFC6;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

