input.newuser {
  background: url(../img/btnnewuser.png) top left no-repeat;
  height: 39px;
  width: 113px;
  margin: 4px 4px 4px 4px;
  border: 0px;
  cursor: pointer;  
}

input.newrole {
  background: url(../img/btnnewrole.png) top left no-repeat;
  height: 39px;
  width: 113px;
  margin: 4px 4px 4px 4px;
  border: 0px;
  cursor: pointer;  
}

input.newpermission {
  background: url(../img/btnnewpermission.png) top left no-repeat;
  height: 39px;
  width: 113px;
  margin: 4px 4px 4px 4px;
  border: 0px;
  cursor: pointer;  
}

input.manageusers {
  display: block;
  background: url(../img/btnmanageusers.png) top left no-repeat;
  height: 88px;
  width: 300px;
  padding-left: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  border: 0px;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 20px;
}

input.manageroles {
  display: block;
  background: url(../img/btnmanageroles.png) top left no-repeat;
  height: 88px;
  width: 300px;
  padding-left: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  border: 0px;
  cursor: pointer;  
  margin-top: 20px;
  margin-left: 20px;
}

.roles {
  width: 120px;
  border: 1px solid #7F9DB9;
  background-color: #E7EDF7;
}

div.selectMany label {
  float: none;
}

div.selectMany input[type="checkbox"] {
  vertical-align: middle;
}

div.status-true {
  background: url(../img/true.png) top left no-repeat;
  width: 14px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;    
}

div.status-false {
  background: url(../img/false.png) top left no-repeat;
  width: 14px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
}

table.useradmin, div.useradmin {
  width: 500px;
}

/*
table.useradmin tr.odd {
  background-color: #FFFFFF;
}

table.useradmin tr.even {
  background-color: #E9F5FF;
}
*/

td.enabled {
  text-align: center;
}

fieldset.roles .roles {
  border: none;
}

table.iceSelMnyCb td {
  text-align: left;
}

@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666666;
	background-image: url(../img/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #DEDEDE;
}
#container {
	margin: auto;
	width: 965px;
}

/* Topbar */

#topbar {
	margin: auto;
 width: 965px;
 float: left;
 height: 90px;
}

/* Footers */

#footer {
	margin:auto;
 width: 935px;
 font-size: 12px;
 padding: 10px;
 text-align: center;
 line-height: 18px;
}

#footer a{
	text-decoration: none;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover{
	color: #000000;
	text-decoration: none;
}

#tabpad{
}

#tabpad td{
padding-top:10px;
}

#tabpad tr:hover{
background-color:#FFFFE3;
}

div{
margin:0px;
}
html{
    overflow: -moz-scrollbars-vertical;
}
.absMiddle {
	vertical-align: middle;
	}
	
/* Anchors */
	
	
a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}
.a1 {
	color: #325C93;
	text-decoration: none;
}


.a1:hover {
	color: #000000;
	text-decoration: none;
}
.a2 {
	color: #333333;
}
.a2:hover{
	color: #000000;
}
.a3 {
	color: #335D94;
	text-decoration: underline;
}
.a3:hover {
	color: #000000;
}

.a4 {
	color:#E1771E;
	text-decoration: none;
}
.a4:hover {
	color: #000000;
}
.a5 {
	color: #FF9900;
	text-decoration: none;
}
.a5:hover {
	color: #000000;
}
.a6 {
	color: #FFFFFF;
	text-decoration: none;
}
.a6:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.a7 {
	color: #FF9900;
	text-decoration: underline;
}
.a7:hover {
	text-decoration: none;
}
.a8 {
	color: #335D94;
	text-decoration: none;
}
.a8:hover {
	text-decoration: none;
}
.a9 {
	color: #666666;
	text-decoration: underline;
}
.a9:hover {
	text-decoration: none;
}
.a10 {
	color: #666666;
	text-decoration: none;
}
.a10:hover {
	text-decoration: underline;
}
.a11 {
	color:#ffffff;
	background-image: url(/si/img/strip.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display:inline;
	height:30px;	
}

.a11:hover {
	text-decoration: none;
}


/*.a11 {
	color: #F89F00;
	background-color: #FFF7D7;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #FFE991;
}

.a11:hover {
	text-decoration: none;
}*/

/* TNB */

.tnb {
	background-image: url(/si/img/bg_tnb.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 960px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

.tnb a{
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	}

.tnb a:hover{
	color: #FF0000;
	text-decoration: none;
	}
	
.tnb a.selected{
	color: #FF0000;
	text-decoration: none;
	}
.toplinks {
	background-image: url(../img/bg_toplinks.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 338px;
	padding-top: 8px;
	margin-left: 80px;
	text-align: center;
}
.toplinks1 {
	float: right;
	padding-top: 15px;
}


.logos {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	margin:auto;
	height:60px;
	padding-top:5px;
	background-image: url(../img/bg-logos.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 99%;
}
.ad {
	float: right;
	width: 200px;
}
.ad1 {
	font-size: 11px;
	padding: 0px;
	border: 1px solid #E0E0E0;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	color: #000000;
}

/* Heads */
h1 {
	font-size: 20px;
	color: #2F578C;
	margin: 0px;
}
.head1 {
	font-size: 13px;
	color: #FFFFFF;
	float: left;
	margin-top: 7px;
}
.head2 {
	font-size: 14px;
	color: #18315A;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
table.compare tr td{
	font-size: 11px;
	color: #333333;
	border: 1px solid #E0E0E0;
}



/* Background Classes */
.bg_middle{
	float: left;
	width: 964px;
	
	background-image: url(../img/graybox_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bg_gradientyellow {
	background-color: #FFFFFF;
	background-image: url(../img/bg_gradientyellow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
}
.bg_gradientgreen {
	background-image: url(../img/bg_greengradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7C875;
	font-size: 18px;
	color: #333333;
	padding-left: 10px;
	padding-bottom: 3px;
	font-weight: bold;
	height: 25px;
}
.bg_gradientgreen1 {
	background-image: url(../img/bg_greengradient1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
	font-size: 12px;
	background-color: #FFFFFF;
}


.bg_bluehead {
	font-size: 13px;
	background-image: url(../img/bg_blue-head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 24px;
	width: 215px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
}
.bg_red {
	background-color: #FF0000;
	padding: 3px;
	color: #FFFFFF;
}
.bg_lightgray {
	background-color: #FBFBFB;
}
.bg_graybox {
	background-color: #F7F7F7;
	border: 0px solid #E0E0E0;
	padding: 0px;
	float: left;
	width: 920px;
	margin: auto;
}
.bg_greenbox1 {
	background-image: url(../img/bg_greenbox4_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 940px;
	font-size: 12px;
	color: #333333;
}

.bg_greenbox2 {
	background-image: url(../img/bg_greenbox5_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 260px;
	font-size: 12px;
	color: #333333;
}

.bg_graybar {
	background-image: url(../img/bg_graybar1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	margin-top: 10px;
	padding-top: 10px;
	float: left;
	width: 940px;
	_height:350px;	
	min-height:350px;
}
.bg_feature-tour-box {
	margin-top: 10px;
	padding-top: 0px;
	float: left;
	width: 940px;
	_height:350px;	
	min-height:350px;
	background:url(../img/SI-Features-bg2.jpg) right top no-repeat;
}

.bg_feature-tour-box1 {
	margin-top: 10px;
	padding-top: 0px;
	float: left;
	width: 940px;
	_height:350px;	
	min-height:350px;
	
}
.bg_graybar1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	margin-top: 10px;
	padding-top: 10px;
	_height:350px;	
	min-height:350px;
}

.bg_whitebar1 {
	
	margin-top: 10px;

	_height:350px;	
	min-height:350px;
}

.bg_greenbox {
	background-image: url(../img/bg_greenbox3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 297px;
	font-size: 12px;
}
.bg_lightgreenbox {
	font-size: 11px;
	color: #666666;
	background-image: url(../img/bg_lightgreenbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 270px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.bg_orangebar {
	background-color: #FFF7D7;
	padding: 5px;
	border: 1px solid #FFE991;
}
.bg_gradientorange {
	background-image: url(../img/bg_orange_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333333;
	font-size: 11px;
	
}
.bg_gradientyellow {
	background-image: url(../img/bg_gradientyellow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFF0;
	color: #333333;
	font-size: 11px;
}

.bg_gray {
	background-color: #F9F9F9;
	border: 1px solid #EEEEEE;
	padding: 5px;
}

.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.hotdealbox1 {
	padding: 10px;
	float: left;
	width: 920px;
	clear:left;
	}
	
.hotdealbox2 {
	padding: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	width: 920px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	}

.hotdealbox3 {
	padding: 5px;
	float: left;
	width: 670px;
	clear:left;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	margin-bottom:5px;
	}
.hotdealbox4 {
	padding: 5px;
	float: left;
	width: 670px;
	clear:left;
	margin-bottom:5px;
	}
	
	
.border1 {
	border: 1px solid #E0E0E0;
}


.logo {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
.categories {
	float:left;
	background-image: url(../img/bg_categories.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 920px;
	height: 31px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.searchbar {
	float: left;
	width: 380px;
	margin-left: 45px;
	*margin-left: 23px;
	_margin-left: 23px;
}


/* Column Classes */

.column_left {
	float: left;
	width: 630px;
}
.column_right {
	float: right;
	width: 266px;
}
.midcolumn1 {
	float: left;
	width: 685px;
		
	}

.midcolumn2 {
 width: 245px;
 color: #666666;
 float: right;
}

/* Padding Classes */
.padding5 {
	padding: 5px;
}
.paddingT5 {
	padding-top: 5px;
}
.paddingT10 {
	padding-top: 10px;
}
.paddingLR10 {
	padding-right: 12px;
	padding-left: 12px;
	
}
.paddingLR15 {
	padding-right: 15px;
	padding-left: 15px;
}
.paddingLR20 {
	padding-right: 20px;
	padding-left: 20px;
}

/* Margin Classes */
.marginT5 {
	margin-top: 5px;
}
.marginT10 {
	margin-top: 10px;
}
.marTB10 {
	margin-top:10px;
	margin-bottom:10px;}
.MarR20 {
	margin-right:20px;
}

.lineheight18 {
	line-height: 18px;
}
.head_green {
	font-size: 13px;
	color: #333333;
	background-image: url(../img/bg_head_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 20px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 500px;
	font-weight: bold;
	margin-bottom: 10px;
}
.head_green1 {
	background-image: url(../img/bg_head_green1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
	height: 41px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.head_green2 {
	background-image: url(../img/bg_head_green2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
	height: 51px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}




/* Border Classes */

.pic1 {
	padding: 4px;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}
.pic2 {
	border: 2px solid #EBEBEB;
}
.pic3 {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #E0E0E0;
}



/* Box Classes */
.yellowbox {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	width: 200px;
	background-image: url(../img/bg_yellowbox.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #E0E0E0;
}
.yellowbox1 {
	background-image: url(../img/bg_yellowbox1_middle.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 649px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	margin-bottom: 20px;
	font-size: 12px;
}

.yellowbox_trans {
	padding: 10px;
	float: left;
	width: 200px;
	background-image: url(../img/bg_yellowbox1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #E0E0E0;
	background:transparant;
}

.yellowbox_trans1 {
	float: left;
	padding:5px;
	background-image: url(../img/bg_yellowbox1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background:transparant;
}
.whitebox {
	background-color: #FFFFFF;
}
.whitebox1 {
	background-image: url(../img/bg_whitebox1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
	
	width: 610px;
	border: 1px solid #FFFFFF;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 12px;
}
.whitebar {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCED1;
}

.whitebar1 {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCED1;
	float: left;
	width: 871px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 56px;
}

/* Graybox Classes */
.graybox1{
	background-image: url(../img/graybox1_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.graybox2 {
	background-image: url(../img/graybox2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 216px;
	margin-top: -3px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.graybox3 {
	background-image: url(../img/graybox3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	width: 315px;
	float: right;
}
.graybox4 {
	padding: 10px;
	width: 920px;
	background-image: url(../img/graybox5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.graybox_rating{
	background-image: url(../img/graybox4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	float: right;
	height: 159px;
	width: 225px;
	font-size: 11px;
	color: #000000;
	margin-top: 10px;
}

.graybar {
	background-image: url(../img/bg_graybar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	padding: 3px;
	background-color: #EAEAEA;
}
.graybar1 {
	background-image: url(../img/bg_graytab.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCCED1;
	background-color: #F0F0F1;
	width:938px;
	float:left;	
	}

.greenbox1 {
	background-image: url(../img/bg_greenbox1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 173px;
	width: 145px;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}
.greenbox2 {
	background-image: url(../img/bg_greenbox2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 458px;
	height: 173px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 11px;
}
.greenbox3 {
	border: 1px solid #A7C875;
}

.greengradbox {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	width: 200px;
	background-image: url(../img/bg_greengradbox.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #E0E0E0;
}
.graybox_rounded {
	background-image: url(../img/bg_graybox_rounded.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	float: left;
	width: 380px;
	margin-left: 10px;
}
.graystrip {
	background-image: url(../img/graystrip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	width: 515px;
	font-size: 11px;
}
.graytab2 {
	background-image: url(../img/graytab2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 329px;
	height: 23px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
	color: #333333;
}

.graytab2 img{
	margin-right:5px;
}



.bluegradbox {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	width: 200px;
	background-image: url(../img/bg_bluegradbox.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #E0E0E0;
}


.popup {
	background-image: url(../img/bg_popup.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
	width: 630px;
	border: 1px solid #DFDFDF;
	background-color: #CDCFD2;
	position: absolute;
	margin-left:70px;
	*margin-left:25px;
}
.popup td{
padding:0px;
}

.tablehead {
	background-image: url(../img/bg_table.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	vertical-align: top;
	padding-top:6px;
	padding-bottom:6px;
}
.tablehead1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	color: #000000;
	font-weight: bold;
}
.shopping_india {
	background-image: url(../img/bg_shopping_india.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.passwordbox {
	background-image: url(../img/bg_passwordbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	margin: auto;
	width: 415px;
}


.dots {
	background-image: url(../img/dots.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}



.list {
	background-image: url(../img/bg_list.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCCED1;
	padding: 2px;
}
.high_resolution {

	background-image: url(../img/high_resolution1_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 756px;
	margin: 10px;
}

/* Text Classes */
.txt_10 {
	font-size: 10px;
}

.txt_11 {
	font-size: 11px;
}
.txt_12 {
	font-size: 12px;
}
.txt_13 {
	font-size: 13px;
}
.txt_14 {
	font-size: 14px;
}
.txt_16 {
	font-size: 16px;
}

.txt_18 {
	font-size: 18px;
}
.txt_white {
	color: #FFFFFF;
}
.txt_blue {
	color: #315A90;
}
.txt_black {
	color: #000000;
}
.txt_black1 {
	color: #333333;
}

.txt_red {
	color: #D70000;
}
.txt_orange {
	color: #FF9900;
}
.txt_gray {
	color: #666666;
}


/* Float Classes */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* Input Classes */
.input1 {
	height: 15px;
	background-image: url(../img/bg_input.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E2E2E2;
	font-size: 14px;
	font-weight: bold;
	color: #2E568A;
	padding-top: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.input2 {
	height: 15px;
	background-image: url(../img/bg_input2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 13px;
	color: #333333;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
}
.input3 {
	background-image: url(../img/bg_input3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #C4C4C4;
	width: 238px;
	height: 22px;
	padding-top: 3px;
}
.input4 {
	background-image: url(../img/bg_input4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 22px;
	padding-top: 3px;
	border: 1px none #FFFFFF;
}

textarea{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#666;
}
.textarea1 {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_input3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 238px;
	padding-top: 3px;
	border: 1px solid #C4C4C4;
}

/* List Classes */

ul {
	margin: 0px;
	margin-left:-40px;
	*margin-left:0px;
}

li {
	background-image: url(../img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin: 0px;
	list-style-type: none;
	padding-left: 8px;
	padding-bottom: 5px;
	font-size:13px;
	}

li a{
	color: #000000;
	text-decoration:none;
}

li a:hover{
	color: #000000;
	text-decoration: underline;
}

.list1 ul {
	margin-left:0px;
	*margin-left:-5px;
	margin-top:8px;
	color: #333333;
	font-size: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.list1 li{
	padding-bottom:2px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	list-style-type: none;
	padding-left: 10px;
	margin-left:-13px;
}

.list2 ul {
	margin-left:0px;
	*margin-left:-5px;
	margin-top:8px;
	color: #333333;
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.list2 li{
	padding-bottom:2px;
	background-image: url(../img/arrow4.gif);
	background-repeat: no-repeat;
	background-position: 14px 5px;
	list-style-type: none;
	padding-left: 21px;
	margin-left:-13px;
	font-size:12px;
}

.list3 ul {
	margin: 0px;
	margin-left:-40px;
	*margin-left:0px;
	
}
.list3 li {
	background-image: url(../img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin: 0px;
	list-style-type: none;
	padding-left: 8px;
	padding-bottom: 5px;
	font-size:12px;
	
}

.list3 li a{
	color:#335D94;
	text-decoration: underline;
}

.list3 li a:hover{
	color: #000000;
	text-decoration: underline;
}

.list4 ul {
	margin: 0px;
	margin-left:-40px;
	*margin-left:0px;
	
}
.list4 li {
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin: 0px;
	list-style-type: none;
	padding-left: 8px;
	padding-bottom: 5px;
	font-size:12px;
	
}

/*-----------------------------pagging----------------------------------------------*/
.paggingLink
{
display:block;
height:50px;
margin-top:5px;
margin-bottom:0px;
vertical-align:middle;
line-height:26px;
	}


.paggingLink a
{
	color:#333333;
	padding-left:7px;
	padding-right:7px;
	text-decoration:none;
	padding-top:1px;
	padding-bottom:2px;
	background-color:#FFFFFF;
	border:solid 1px #E0E0E0;
	}
.paggingLink a:hover
{
	background-color:#30598F;
	color:#FFFFFF;
	}
.paggingLink a.selected
{
	background-color:#30598F;
	color:#ffffff;
	border: 1px solid #30598F;
}
.pagebg {
	background-image: url(../img/bg_shopping_india1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.progressbar {
	float: left;
	width: 100px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	height: 15px;
}

.low_resolution {
	background-image: url(../img/low_resolution_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 602px;
	margin: 10px;
}

/*--------TAB-------------------*/
.tabs {
	height: 31px;
	float:left;
	border-bottom-width: 1px;
	
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	width: 910px;
	padding-left: 30px;
	_margin-bottom:-0px;
	}
	
.tabs a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 24px;
	width: 116px;
	display: inline-block;
	text-align: center;
	padding-top: 7px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_tabs1.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4970A3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
	}
.tabs a:hover {
	color: #315B91;
	text-decoration: none;
	background-image: url(../img/bg_tabs1_hover.jpg);
	height: 24px;
	width: 116px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
}
.tabs a.Selected {
	color: #315B91;
	text-decoration: none;
	background-image: url(../img/bg_tabs1_hover.jpg);
	height: 24px;
	width: 116px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
}
.tabs_category {
	margin-left: 5px;
	width: 700px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tabs_category a{
	padding-right: 10px;
	padding-left: 10px;
	display:inline-table;
	text-decoration: none;
	line-height: 20px;
}


.tabs_category a:hover{
}

.tabs_category a.selected{
font-weight:bold;
}


/*Popup Classes*/
#fade{
   display: none;
   position: absolute;
   top: 0%;
   left: 0%;
   width: 100%;
   height: 100%;
   background-color: #666666;
   z-index:1001;
   -moz-opacity: 0.8;
   opacity:.95;
   filter: alpha(opacity=95);
  }

  .white_content {
	position: absolute;
	top: 190px;
	left: 270px;
	width: 460px;
	height: auto;
	z-index:1002;
	overflow: auto;
	-moz-opacity: 0.0;
	opacity:0.0;
	filter: alpha(opacity=0);
	font-size:16px;
	line-height:20px;
	border: 1px solid #A7C875;
 }
/*---------------vikas--------------*/
.tablehead2 td {
	background-color:#FBFBFB;
	border-bottom:solid 1px #E0E0E0;
}
.tablehead2 .no td{
	border-bottom:none;
}
.border-right {
	border-right:solid 1px #E0E0E0;
}
.bg_yellow {
	background-color:#FFFFDD;
}
.bg_yellow1 {
	color:#666;
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #E0E0E0;
}
.bg_yellow2 {
	color:#666;
	background-color: #FFFFD7;
	padding: 2px;
	border: 1px solid #FAE805;
}
.mylist {
	
	background-image: url(../img/mylist.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	width: 157px;
	float: left;
}

.sitemap {
	background-image: url(../img/bg_sitemap.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 310px;
	width: 743px;
}

.whitebox2 {
	background-color: #FFFFFF;
	line-height:18px;
	border:solid 1px #E0E0E0;
}
.whitebox3 {
	line-height:18px;
	border:solid 1px #E0E0E0;
	background-image: url(../img/bg_shopping_india.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.whiterow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.MarginAuto {
	margin:auto;
}
.graybar-strip {
	background-image: url(../img/bg_graytab.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCCED1;
	background-color: #F0F0F1;
	height:38px;
	
}
.blueTopArrow {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #315A90;
	height:10px;
	vertical-align:bottom;
	margin-top:10px;
}
.joinDiscussion {
	background-image: url(../img/bg_discussion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 277px;
	padding: 10px;
	width: 920px;
}
.si-feature-lnb{
	background:url(../img/SI-Features-link-bg.jpg) no-repeat;
	float:left;
	width:248px;
	padding:10px 0 10px 0;
	margin-bottom:0px;
	height:390px;	
}
.si-feature-lnb ul{
}
.si-feature-lnb li{
	background:none;
	border-bottom:dotted 1px #ffffff;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:5px;
	padding-top:5px;
}
.si-feature-lnb li a{
	font-size:16px;
	color:#FFFFFF;
}
.si-feature-lnb li a:hover{
	color:#000000;
}
.si-feature-rhs {
	float: left;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	height: 420px;
	width:630px;
	background-image: url(../img/SI-Features-bg3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.si-feature-rhs1 {
	float: left;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	height: 340px;
	width:630px;
}

.si-feature-rhs2 {
	float: left;

	height: 370px;
	width:690px;
}

.gray-gradient-btm{
	background:url(../img/SI-Features-bg.jpg) repeat-x;
	height:40px;
	
	margin-bottom:70px;
}

table.compare tr:hover{
background-color: #FFFFE3;
	font-size: 11px;
	color: #333333;
	border: 1px solid #E0E0E0;
}.bg-gradiant-fade {
	background-image: url(../img/bg-gradiant-fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	padding-left: 10px;
	padding-top: 4px;
}
.logoLeftCol {
	float: left;
	width: 100px;
	margin-right: 20px;
	text-align: left;
}
.logosRightCol {
	float: left;
	width: 750px;
	float:right;
	
}

.logoDiv { width:740px; float:left; text-align:center}

#systemWorking{
position: fixed;
z-index:10;
left: 44%;
top: 300px;
}

* html #systemWorking{ /*IE6 only rule, applied on top of the default above*/
position: absolute;
z-index:10;
left: 44%;

top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+300+"px" : body.scrollTop+300+"px");
}
.stepcarousel{
	position: absolute;
	width: 700px;
	height:50px;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	height: 53px;
}
.stepcarousel .panel{
float: left; 
}
.lnb{
	background-image: url(../img/lnb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	height: 363px;
	margin-top: 10px;
	float:left;
}

.lnb a{
	display: block;
	color: #315A90;
	padding:5px;
	text-decoration: none;
	margin-bottom: 5px;
	min-height:28px;
	height:28px;	
}

.lnb a:hover{
	display: block;
	color: #315A90;
	padding:5px;
	text-decoration: none;
	margin-bottom: 5px;
	min-height:28px;
	height:28px;
}
.lnb img
{
	margin-right:5px;
	float:left;
	vertical-align:middle;
}


.lnb a.selected{
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #FFFFFF;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	display: block;
	color: #FF9900;
	font-weight: bold;
}

.tabs1
{
display:block;
line-height:38px;
}
.tabs1 a
{
	color:#333333;
	padding-left:8px;
	padding-right:8px;
	margin-left:1px;
	text-decoration:none;	
	
	padding-top: 2px;
	padding-bottom: 8px;
	display:inline;
	*line-height:34px;

			}
			
			
.tabs1 a:hover
{
	color: #F89F00;
	text-decoration: none;
	}
.tabs1 a.selected
{
	color: #F89F00;
	background-color: #FFF7D7;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #FFE991;
}
/*.tabs1 a.selected
{
	color:#ffffff;
	background-image: url(../img/strip.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}*/

.tabs2
{
display:block;
line-height:0px;
}

.tabs2 a
{
	color:#335D94;
	padding-left:4px;
	padding-right:4px;
	margin-left:1px;
	text-decoration:none;		
	padding-top: 2px;
	padding-bottom: 8px;
	display:inline;
	*line-height:24px;
	line-height:18px;
}
			
.tabs2 a:hover
{
	color: #333;
	text-decoration: none;
	}
.tabs2 a.selected
{
	color:#ffffff;
	background-image: url(../img/strip.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.shopping_india1 {
	background-image: url(../img/bg_shopping_india.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:350px;
}