/* Pitara order form CSS */
body {
	text-align: center;
	font-family: Verdana, sans-serif;
	margin: 0;
	/*
		due to these 3 lines
		Div which we added at the last "sticky" remain fix in IE 6, 7 and not vibrate 
	*/
	background: #fff url(bg-orderform.jpg) repeat;
	background-position: 50% 0;
	background-attachment: fixed;
	/*background: #FFF url(bg-orderform.jpg) repeat-x fixed top 5em;*/
}
/* added by seena 05/08/2009 */
#header {font: normal bold .9em;}
#header ul {list-style: none; text-align: center; margin: 0 1em 0 0; padding: 4px;}
#header ul li {display: inline;}
#header ul li a {text-decoration: none; color: #fff; background-color: #9c6; padding: 4px 1em;}
#header ul li a:hover {background-color: #393;}

#sub_header {font: normal bold .9em;}
#sub_header ul {list-style: none; text-align: center; margin: 0 1em 0 0; padding: 4px;}
#sub_header ul li {display: inline;}
#sub_header ul li a {text-decoration: none; color: #fff; background-color: #ff9900; padding: 4px 1em;}
#sub_header ul li a:hover {background-color: #cc6600;}


#hdr {background: #060;}
#hdr_in {width: 774px; margin: auto;}
#hdr_bot {background: #090; height: 20px; clear: both;}
#hdr_bot a {text-decoration: none; color: #fff; font-size: .8em; font-weight: bold;}
#content_box {
	width: 770px;
	margin: auto;
}
p {font-size: .8em; color: #666;}
table {
	background-color: #fff;
	border: 0px solid #cc9;
	margin: auto;
	font-size: .8em;
	width: 90%;
}
td {
	background-color: #cc9; /*#ccffcc;*/
}
.categ {
	font-weight: bold;
	padding-left: 2px;
	padding-top: 8px; padding-bottom: 2px;
	background-color: #cc0; color: black;
}
.amt {
	text-align: right;
	padding-right: 40px;
}
th {
	background-color: #996;
	color: #fff;
}
h3 {color: #cc6600; margin-top: 10px;}
.fp_note {
	text-align: left;
	font-size: .7em;
	width: 480px;
	margin: auto;
	color: #666;
}
.fp_note ul li {list-style-type: square;}

/* Added by - kaustubh dated 31 Jan 11*/

#Sticky {
position:fixed;
/**adjust location**/ 
right: 0px;
bottom: 0px;
text-align:center;
font-weight: bold;
width: 100%;
height: 2.5em;
/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
_position: absolute;
border:solid 0px #000;

}
#innerSticky
{
background: #009900;
color:#FFF;
text-align:right;
margin:auto;
width:766px;
height: 2em;
padding-top:2px;
padding-bottom:2px;
border: 2px solid orange;
vertical-align:middle;
}
.textBoxSticky{
background: #009900;
color:#FFF;
border:0;
font-weight:bold;
font-size:1.5em;
}
