/* 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;}
div#content_box table {
	background-color: #fff;
	border: 0px solid #cc9;
	margin: auto;
	font-size: .8em;
	width: 90%;
}
div#content_box table tr th {
	background-color: #996;
	color: #fff;
}
div#content_box table tr td {
	background-color: #cc9; /*#ccffcc;*/
	padding:5px 0 5px 5px;
}

div#content_box table.clearTable{border-radius:5px;-moz-border-radius:5px;background-color: #fff;	margin: auto;margin-bottom:1em;	font-size: .8em;	width: 95%;border-collapse:collapse;}
div#content_box table.clearTable tr th{background-color: #e2e2e2;color: #333;border: solid 1px #e2e2e2;}
div#content_box table.clearTable tr th a{color: #333;}
div#content_box table.clearTable tr td{background-color: #fff;padding:5px 0 5px 5px;border: solid 1px #e2e2e2;}
div#content_box table.clearTable tr td a{color:#333399;}
div#content_box table.clearTable tr.orderClosed td{color:#999;}
div#content_box table.clearTable tr.orderClosed td a{color:#999;}
div#content_box table.clearTable tr:hover td{background-color: #ffffcc;}

.categ {
	font-weight: bold;
	padding-left: 8px;
	padding-top: 8px; padding-bottom: 8px;
	background-color: #e8f2e8;
	color: #1b5e20;
}
.amt {
	text-align: right;
	padding-right: 40px;
}

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;
}
fieldset{padding:.5em;border-radius:5px;-moz-border-radius:5px;margin:auto;margin-bottom:1em;font-size:.8em;}
legend{text-align:left;color:#3333cc;font-weight:bold;}
.smallNote{font-size:.8em;color:#003399;}
.note{font-size:.8em;text-align:left;padding:1em;}
#screenTitle{display:block;}
#printTitle{display:none;}
.ErrorMessage{
	text-align:left;
	padding:0.5em;
	margin:auto;
	background:#ffc0cb;
	border:solid 1px #ff0000;
	color:#ff0000;
	/*width:400px;*/
	margin-bottom:.5em;
	margin-top:.5em;
	font-size:.9em;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.SuccessMessage {
	text-align:center;
	padding:0.5em;
	margin:auto;
	background:#ccffcc;
	border:solid 1px #006600;
	color:#006600;
	width:400px;
	margin-bottom:.5em;
	margin-top:.5em;
	font-size:.9em;
	font-weight:bold;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* Accordion Styles */
.accordion-header {
	background-color: #f5f8f5;
	color: #1d431f;
	cursor: pointer;
	padding: 12px 16px;
	width: 100%;
	border: 1px solid #cbdccb;
	border-left: 5px solid #2e7d32;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 12px;
	border-radius: 4px;
	transition: all 0.2s ease;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	font-family: inherit;
}

.accordion-header::after {
	content: '▼';
	font-size: 0.7em;
	color: #2e7d32;
	transition: transform 0.2s ease;
}

.accordion-header:hover {
	background-color: #e8f2e8;
	border-color: #b3ccb3;
	color: #0f2c11;
}

.accordion-header:hover::after {
	color: #0f2c11;
}

.accordion-header.active {
	background-color: #2e7d32;
	color: white;
	border-color: #2e7d32;
	border-left-color: #1b5e20;
	box-shadow: 0 2px 4px rgba(46, 125, 50, 0.15);
}

.accordion-header.active::after {
	color: white;
	transform: rotate(-180deg);
}

/* Accordion Action Buttons */
.btn-accordion-action {
	padding: 8px 16px;
	background-color: #ffffff;
	border: 1px solid #cbdccb;
	color: #2e7d32;
	cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
	font-size: 0.85em;
	transition: all 0.2s ease;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.btn-accordion-action:hover {
	background-color: #e8f2e8;
	border-color: #b3ccb3;
	color: #0f2c11;
	box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.accordion-content {
	display: none;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-content.show {
	display: table-row-group;
	max-height: 5000px;
}

.accordion-content tr:first-child td {
	padding-top: 10px;
}