<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
&lt;!--	background-color:#0085B0;--&gt;
}
.heading
{
	font-family:Verdana;
	font-size:20px;
	color:#006699;
	text-decoration:none;
	line-height:40px;
	padding-left:5px;
}

.text-heading
{
	font-family:Verdana;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
	padding-left:5px;
}

.sub-heading
{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:30px;
	padding-left:5px;
}
.runningContnet
{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	line-height:20px;
	padding-left:5px;
}
ul
{
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
ul li
{
	line-height:25px;
}
.footer-content
{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding-right:5px;
}
/*Question CSS START*/
#ans1
{
	left:50%;
	margin:0;
	margin-left:-250px;
	position:fixed; 
	background-color:#d9f3fb; 
	width:240px;
	text-align:center;
	line-height:50px;
	font-family:Verdana;
	font-size:15px;
	color:#333333; 
	height:auto;
	border:5px solid #6fbed6;
	display:none;
}
#clsBn
{
	left:-45%;
	margin:0;
	margin-left:-15px;
	position:fixed; 
	text-align:right;
	line-height:10px;
	font-family:Verdana;
	font-size:15px;
	color:#0085b0; 
	display:none;
	z-index:1;
}
.link-text
{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	height:40px;
	background-color: #0e9ccb;
	border:1px solid #0e9ccb;

}
.inputBtn
{
	width:auto;
	height:22px;
	border:1px solid #0e9ccb;
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	height:22px;
	background-color: #0e9ccb;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/*Question CSS END*/
/*Left Menu Code START*/
.glossymenu{
	margin: 0px 0;
	padding: 0;
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #065e7b;
}

.glossymenu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	line-height: 30px;
	background-color: black;
	background-image: url(/commerce/telugushop/newddmenu/images/left-Menu-Bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 30px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	background-image: url(/commerce/telugushop/newddmenu/images/left-Menu-Bg-Over.jpg);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #d9f3fb;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{

}
.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding: 0px 0;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
	background: #FFFFFF url(/commerce/telugushop/newddmenu/images/linkarrowa.gif) no-repeat right;
	colorz: white;
	text-decoration: none;
}
/*Left Menu Code END*/
</pre></body></html>