/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	background: #FFFFFF url(images/bg.gif) no-repeat;
	background-color:E5E5E5;
}

body, form, table{
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	color: #4C4632;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}

input, textarea{
	font-family: verdana,arial,sans-serif;
	font-size:10px;
	color:#000000;
}

ul,ol,li{
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 5px 10px;
}

li{
	margin: 0px;
	padding: 0px;
}

li.special{
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 5px 10px;
	list-style-image:url(images/list.gif);
}

.input{
	border-width:1px;
  	border-style:solid;
  	border-color:#000000;
}

.button1{
	width: 80;
}

.button2{
	width: 170;
}

p{
	margin:0px 0px 10px 0px;
}

.small{
	font-size:9px;
}

/******* hyperlink and anchor tag styles *******/
a{
	color: #C80A0A;
}

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img{
	border:0;
}

ul,li{
	padding: 0px;
	margin: 0px 0px 10px 10px;
}

/************** header tag styles **************/

h1{
	color: #333333;
	margin: 0px 0px 6px 0px;
	font-size: 110%;
	font-weight: bold;
}

h2{
	color:#333333;
	margin: 0px 0px 6px 0px;
	font-size: 100%;
	font-weight: bold;
}

/********* form and related tag styles *********/

#contenttop{
	font-size:13px;
	font-weight:bold;
	position:absolute;
	top: 239px;
	left:110px;
	width:573px;
	height: 30px;
}

#content{
	position:absolute;
	top: 295px;
	left:109px;
	width:630px;
	height: 332px;
}

#content_frame{
	position:absolute;
	top: 295px;
	left:209px;
	width:580px;
	height: 332px;
	padding:0px;
	margin: 0px;
}

#clickandbuy{
	position:absolute;
	top: 40px;
	left:117px;
	padding:0px;
	margin: 0px;
}

.lb_and{
	color: #C80A0A;
	font-weight:bold;
}

.list1{
	color: #C80A0A;
	font-weight:bold;
	font-size:14px;
}

.tableline{
	height:1px;
	background-color:#666666;
}

/************* login styles ****************/

.error{
	color:#CC0000;
	font-size:110%;
	font-weight:bold;
	margin: 0px 0px 2px 0px;
}

/************* globalNav styles ****************/

#PosGlobalNav{
	position: absolute;
	top: 195px;
	left: 107px;
	z-index: 100;
	white-space: nowrap;		
}

.globalNav{
	padding:2px 3px 2px 0px;
	font-size:11px;
	font-weight: bold;
	color:58523F;
	text-decoration:none;
	white-space: nowrap;		
}

.globalNavActive{
	padding:2px 3px 2px 0px;
	font-size:11px;
	font-weight: bold;	
	color:#C80A0A;
	text-decoration:none;
	white-space: nowrap;		
}

/********************* end **********************/
