/* ########################### */
/* ### global style starts ### */
body {
	margin-left: auto;
	margin-right: auto;
	background: #EDEDED;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
}
body img {
	border: 0px;
}
.nospace {
	white-space: nowrap;
}
/* ### global style ends ### */

/* ### page layout starts ### */
#outerContainer {
	/*border: 1px solid Black;*/
	background: #D3D3D3;
	margin-left: auto;
	margin-right: auto;
	width: 755px;
}
#innerContainerTop {
	height: 133px;
	width: 755px;
}
#innerContainerTopLeft {
	/*border: 1px solid Black;*/
	background: #EDEDED;
	float: left;
	height: 133px;
	width: 216px;
}
#innerContainerTopRight {
	/*border: 1px solid Black;*/
	background: #EDEDED;
	float: right;
	height: 133px;
	width: 531px;
	padding: 0px 0px 0px 8px;
}
#pageLogo {
	/*border: 1px solid Blue;*/
	background: #EDEDED url(../images/page-logo.gif) no-repeat top;
	height: 124px;
	width: 216px;
}
#pageLogoLink {
	height: 124px;
	width: 216px;
	display: block;
}
#innerContainerTopRightBanner {
	/*border: 1px solid Blue;*/
	height: 67px;
	width: 531px;
	/*background: #EDEDED url(../images/top-banner.gif) no-repeat top;*/
	/*margin: 2px 0px 0px 0px;*/
	margin: 2px 0px 0px 0px;
	/*margin-top: -12px;
	padding-top: 0px;*/
}
#innerContainerTopRightBanner .innerContainerTopRightAnimation {
	height: 47px;
	width: 531px;
	background: #EDEDED url(../images/RB_billboard.gif) no-repeat top;
	/*margin-top: -12px;
	padding-top: 0px;*/
}
#innerContainerTopRightBanner .innerContainerTopRightAnimation h1 {
	font: italic bold 21px Arial Narrow;
	/*margin-top: 0px;
	padding-top: 0px;*/
	margin-top: 0px;
	padding: 10px 0px 0px 10px;
}
#innerContainerTopRightBanner .innerContainerTopRightTicker {
	/*border: 1px solid Fuchsia;*/
	height: 16px;
	width: 531px;
	/*background-color: #1A3973;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#innerContainerMiddle {
	/*border: 1px solid Fuchsia;*/
	width: 755px;
}
#innerContainerMiddleLeft {
	/*border: 1px solid Blue;*/
	float: left;
	background: #D3D3D3;
	width: 216px;
	padding: 0px 0px 0px 0px;
}
#innerContainerMiddleRight {
	/*border: 1px solid Blue;*/
	float: right;
	background: #EDEDED;
	width: 539px;
	margin: 0 0 0 0px;
}
#innerContainerMiddleRightGame {
	/*border: 1px solid Blue;*/
	float: left;
	background: #EDEDED;
	/*width: 539px;*/
	width: 539px;
	margin: 0 0 0 0px;
}
#contentArea {
	/*border: 1px solid Blue;*/
	float: right;
	background: #93D1F2;
	width: 459px;
	height: 100%;
	padding: 14px 48px 14px 24px;
}
#contentAreaGame {
	/*border: 1px solid Blue;*/
	/*float: right;*/
	background: #93D1F2;
	width: 539px;
	height: 100%;
	
}
#contentArea h1 {
	font: italic normal normal 19px Arial Black;
}
#contentArea h2 {
	font: normal normal normal 15px Arial Black;
}
#contentArea h3 {
	font: normal normal normal 11px Arial Black;
}
#contentArea .copy {
	/*border: 1px solid Green;*/
	width: 459px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 70%;
}
#contentArea2 {
	/*border: 1px solid Blue;*/
	/*float: right;*/
	background: #93D1F2;
	/*width: 590px;*/
	height: 100%;
	padding: 14px 48px 14px 118px;
}
#contentArea2 .copy2 {
	/*border: 1px solid Green;*/
	width: 590px;
	/*padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 70%;*/
	/*to be used with template 4*/
}
#innerContainerBottom {
	/*border: 1px solid Blue;*/
	background: #EDEDED;
	padding-top: 8px;
}
#footer {
	background: #D3D3D3;
	width: 755px;
	font-size: 70%;
	padding: 0px 0px 6px 0px;
}
#clear {
	clear: both;
}
/* ### page layout ends ### */
/* ########################### */


/* ############################### */
/* ### all links styles starts ### */

/* ### primary nav starts ### */
#primaryNav {
	/*border: 1px solid Fuchsia;*/
	width: 531px;
	text-align: right;
}
#primaryNav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#primaryNav ul li {
	display: inline;
}
/* ### primary nav ends ### */

/* ### tertiary nav starts ### */
#tertiary {
	/*border: 1px solid Fuchsia;*/
	width: 464px;
	text-align: left;
	margin: 0 0 10px 0;
}
#tertiary ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#tertiary ul li {
	/*display: inline;*/
}
#tertiary ul li a {
	white-space: nowrap;
}
/* ### tertiary nav ends ### */


/* ### footer nav starts ### */
#footer ul {
	/*border: 1px solid Blue;*/
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
}
#footer ul li {
	display: inline;
}
#footer ul li a:link {
	text-decoration: none;
	color: #000000;
}
#footer ul li a:visited {
	text-decoration: none;
	color: #000000;
}
/* ### footer nav starts ### */

/* subbottom navs starts */
#subBottomNavDiv  {
	margin-left: auto;
	margin-right: auto;
	width: 755px;
	text-align: center;
	color: Gray;
	font-size: 70%;
	position: relative;
	top: 2px;
	/*border: thin solid Black;*/
}
#subBottomNavDiv  ul {
	list-style-type: none;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 8px;
	position: relative;
	top: 2px;
}
#subBottomNavDiv ul li {
	display: inline;
}
#subBottomNavDiv a:link {
	text-decoration: underline;
	 color: Gray;
	white-space: nowrap;
}
#subBottomNavDiv a:visited {
	text-decoration: underline;
	color: Gray;
}
#subBottomNavDiv a:hover {
	text-decoration: underline;
	 color: Gray;
}
/* subbottom navs ends */

/* ### all links styles ends ### */
/* ############################### */

/* ####################################### */
/* ### left banners and adverts starts ### */

/* ### left banner free starts ### */
#leftBannerFree {
	/*border: 1px solid Blue;*/
	margin-left: auto;
   margin-right: auto;
	height: 173px;
	width: 202px;
	background: url(../images/RB-FREE-BANNER.gif) no-repeat top;
	padding: 0 0 6px 0;
}
#leftBannerFreeLink {
	height: 173px;
	width: 202px;
	display: block;
}
/* ### left banner free ends ### */

/* ### left banner one starts ### */
#leftBannerOne {
	/*border: 1px solid Blue;*/
	margin-left: auto;
   margin-right: auto;
	height: 60px;
	width: 202px;
	background: url(../images/cheap-calls-calender.gif) no-repeat top;
	padding: 0 0 6px 0;
}
#leftBannerOneLink {
	height: 60px;
	width: 202px;
	display: block;
}
/* ### left banner one ends ### */

/* ### left banner two starts ### */
#leftBannerTwo {
	/*border: 1px solid Blue;*/
	margin-left: auto;
   margin-right: auto;
	height: 61px;
	width: 202px;
	background: url(../images/animation-call-india.gif) no-repeat top;
	padding: 0 0 6px 0;
}
#leftBannerTwoLink {
	height: 61px;
	width: 202px;
	display: block;
}
/* ### left banner Two ends ### */

/* ### left banner Three starts ### */
#leftBannerThree {
	/*border: 1px solid Blue;*/
	margin-left: auto;
   margin-right: auto;
	height: 61px;
	width: 202px;
	background: url(../images/animation-call-oz.gif) no-repeat top;
	padding: 0 0 6px 0;
}
#leftBannerThreeLink {
	height: 61px;
	width: 202px;
	display: block;
}
/* ### left banner three ends ### */

/* ### left banner four starts ### */
#leftBannerFour {
	/*border: 1px solid Blue;*/
	margin-left: auto;
   margin-right: auto;
	height: 37px;
	width: 202px;
	background: url(../images/link-print-pocket-version.gif) no-repeat top;
	padding: 0 0 6px 0;
}
#leftBannerFourLink {
	height: 37px;
	width: 202px;
	display: block;
}
/* ### left banner four ends ### */

/* ### left banner five starts ### */
#leftBannerFive {
	/*border: 1px solid Blue;*/
	margin-left: auto;
   margin-right: auto;
	height: 39px;
	width: 202px;
	background: url(../images/link-money-savings-tips.gif) no-repeat top;
	padding: 0 0 6px 0;
}
#leftBannerFiveLink {
	height: 39px;
	width: 202px;
	display: block;
}
/* ### left banner five ends ### */

/* ### left banner six starts ### */
#leftBannerSix {
	/*border: 1px solid Blue;*/
	margin-left: auto;
   margin-right: auto;
	height: 61px;
	width: 203px;
	background: url(../images/RB_SAbanner.gif) no-repeat top;
	padding: 0 0 6px 0;
}
#leftBannerSixLink {
	height: 39px;
	width: 203px;
	display: block;
}
/* ### left banner six ends ### */

/* ### left banner seven starts ### */
#leftBannerSeven {
	/*border: 1px solid Blue;*/
	margin-left: auto;
   margin-right: auto;
	height: 36px;
	width: 203px;
	background: url(../images/RB_update.jpg) no-repeat top;
	padding: 0 0 6px 0;
}
#leftBannerSevenLink {
	height: 36px;
	width: 203px;
	display: block;
}
/* ### left banner seven ends ### */

/* ### left banner eight starts ### */
#leftBannerEight {
	/*border: 1px solid Blue;*/
	margin-left: auto;
   margin-right: auto;
	height: 36px;
	width: 203px;
	background: url(../images/RB_Orderleaflet.gif) no-repeat top;
	padding: 0 0 6px 0;
}
#leftBannerEightLink {
	height: 36px;
	width: 203px;
	display: block;
}
/* ### left banner eight ends ### */

/* ### left banner nine starts ### */
#leftBannerNine {
	/*border: 1px solid Blue;*/
	margin-left: auto;
   margin-right: auto;
	height: 36px;
	width: 203px;
	background: url(../images/RB_Orderleaflet-free.gif) no-repeat top;
	padding: 0 0 6px 0;
}
#leftBannerNineLink {
	height: 36px;
	width: 203px;
	display: block;
}
/* ### left banner eight ends ### */


/* ### left banner ten starts ### */
#leftBannerTen {
	/*border: 1px solid Blue;*/
	margin-left: auto;
   margin-right: auto;
	height: 162px;
	width: 202px;
	padding: 0 0 0px 0;
	text-align: center;
}
/* ### left banner ten ends ### */

/* ### left banners and adverts starts ### */
/* ####################################### */

/* ########################## */
/* ### rate finder starts ### */
#rateFinder {
	background-color: #4960AA;
	padding: 15px 16px 15px 16px;
	margin: 0px 0px 20px 0px;
}
#ratesContainer {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dashed #F0A21C;
}
#rateContainerLeft {
	float: left;
	width: 46%;
	border-right: 1px dashed #F0A21C;
}
#rateContainerRight {
	float: right;
	width: 46%;
	padding: 0px 0px 0px 20px;
}

/* rate finder form starts */
.rF-select {
	font-size: 70%;
}
.rF-inputBox1 {
	font-size: 100%;
	width: 8%;
}
.rF-inputBox2 {
	font-size: 100%;
	/*width: 40%;*/
	width: 50%;
}
.rF-inputBox3 {
	font-size: 100%;
	/*width: 16%;*/
	width: 22%;
}
.rF-inputBox4 {
	font-size: 100%;
	/*width: 46%;*/
	width: 58%;
}
.rF-submitButton {
	color: #FFFFFF;
	background-color: #F0A21C;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
}
/* rate finder form ends */

/* rate finder list starts */
ul.rateFinder {
	/*border: 1px solid Blue;*/
	list-style: none;
	color: #FFFFFF;
	font-size: 70%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}
ul.rateFinder li {
	/*border: 1px solid Red;*/
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 10px 0px;
	background: url(../images/mobile-icon.gif) no-repeat 0 .4em;
}
/* rate finder list ends */
/* ### rate finder ends ### */

/* ### ratebuster free starts ### */
#bgWebToolJDFree {
	border: 1px solid #4960AA;
	background-color: #4960AA;
}
#bgWebToolJDFree .cell-1st {
	padding: 15px 0px 15px 16px;
}
#bgWebToolJDFree .cell-2nd {
	padding: 0px 0px 10px 16px;
}
#bgWebToolJDFree .cell-3rd {
	padding: 0px 0px 5px 16px;
}
.orangeStrip {
	background-color: #F0A21C;
	padding: 1px 0px 1px 16px;
}
/* table cells starts */
.padLeft {
	padding: 0px 0px 0px 16px;
}
.bdrBot {
	border-bottom: 1px dashed #F0A21C;
	padding: 0px 0px 0px 16px;
	height: 30px;
}
.bdrLeftBot {
	border-left: 1px dashed #F0A21C;
	border-bottom: 1px dashed #F0A21C;
}
#bgWebToolJDFree2 {
	border: 1px solid #4960AA;
}
.padTopBot {
	height: 10px;
}
/* table cells ends */

/* forms starts */
.rbFree-inputBox1 {
	font-size: 100%;
	width: 22%;
}
.rbFree-inputBox2 {
	font-size: 100%;
	width: 58%;
}
/* forms ends */

/* fonts start */
#bgWebToolJDFree .xFont {
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#bgWebToolJDFree .xFontWhite {
	color: White;
	font-size: 90%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#bgWebToolJDFree .xxFontWhite {
	color: White;
	font-size: 110%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#bgWebToolJDFree .xxxFontWhite {
	color: White;
	font-size: 120%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#bgWebToolJDFree .xxxxFontWhite {
	color: White;
	font-size: 140%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#bgWebToolJDFree .x200FontWhite {
	color: White;
	font-size: 200%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#bgWebToolJDFree .x280FontWhite {
	color: White;
	font-size: 280%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/* fonts end */

.rbFree-submitButton {
	color: #FFFFFF;
	background-color: #F0A21C;
	font-weight: bold;
	font-size: 100%;
	font-weight: bold;
}
/* ### ratebuster free starts ### */
/* ############################## */


/* ############################# */
/* ### zone converter starts ### */
#zoneConverter {
	/*border: 1px solid Black;*/
	background-color: #4960AA;
	border: 0px none Window;
}
#zoneConverter td {
	padding: 10px 12px 10px 10px;
}
#zoneConverter td p.fontWhite {
	color: #FFFFFF;
	font-size: 100%;
}
#zoneConverter span.fontSmallWhite{
	color: #FFFFFF;
	font-size: 80%;
}
/* rate finder form starts */
.tZ-select {
	font-size: 100%;
}
.tZ-submitButton {
	color: #FFFFFF;
	background-color: #F0A21C;
	font-weight: bold;
	font-size: 100%;
	font-weight: bold;
}
/* ### zone calculator ends ### */
/* ########################### */


/* ############################# */
/* ### all forms type starts ### */
fieldset {
	border: 0px none;
	padding: 0 0 4px 0;
	width: 100%;
}
fieldset.alertBox {
	background-color: Red;
	color: white;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}
label {
	/*border: 1px solid Black;*/
	width: 20%;
	float: left;
	text-align: left;
	vertical-align: middle;
}
.input-box0 {
	/*border: 1px solid Blue;*/
	float: left;
	text-align: left;
	font-size: 100%;
	vertical-align: middle;
}
.input-box1 {
	/*border: 1px solid Blue;*/
	width: 78%;
	float: left;
	text-align: left;
	font-size: 100%;
	vertical-align: middle;
}
.input-box2 {
	font-size: 70%;
}
.text-box {
	width: 78%;
	float: left;
	text-align: left;
	vertical-align: middle;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	height: 150px;
}
.submit-button1 {
	color: #FFFFFF;
	background-color: #F0A21C;
	font-weight: bold;
	font-size: 100%;
}
.submit-button2 {
	color: #FFFFFF;
	background-color: #F0A21C;
	font-weight: bold;
	font-size: 100%;
}
/* ### all forms type ends ### */
/* ########################### */


/* ########################### */
/* ### all table type ends ### */

/* table with border and rowspan starts */
table {
	margin-left:auto; 
	margin-right:auto;
	border: 1px solid Black;
	border-collapse: collapse;
}
tr {
	
}
td.col-one {
	border: 1px solid Black;
	padding: 10px;
}
td.col-two {
	border-right: 1px solid Black;
	padding: 2px 2px 2px 4px;
}
td.col-three {
	padding: 2px 2px 2px 4px;
}
td.col-four {
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	padding: 2px 2px 2px 4px;
}
/* table with border and rowspan ends */

/* table without border starts */
table.wob {
	margin-left:auto; 
	margin-right:auto;
	border: 0px none Window;
	border-collapse: collapse;
}
tr {
	
}
table.wob td {
	border: 0px none Window;
	padding: 4px;
}
/* table without border ends */

/* table with orange border starts */
table.wOrgeBdr {
	border-collapse: collapse;
	width: 99%;
	/*font-size: 70%;*/
	border: solid 1px #F0A21C;
}
table.wOrgeBdr th {
	padding: 2px;
	vertical-align: middle;
	border-left: solid 1px #F0A21C; /*FF3333*/
	border-right: solid 1px #F0A21C;
	border-top: solid 1px #F0A21C;
	border-bottom: solid 1px #F0A21C;
}
table.wOrgeBdr td {
	border-left: solid 1px #F0A21C;
	border-right: solid 1px #F0A21C;
	border-bottom: solid 1px #F0A21C;
	border-top: solid 1px #F0A21C;
	padding: 4px; 
	vertical-align: middle;
	text-align: left;
}
/* table with orange border ends */

/* table with orange and no set width border starts */
table.wBlackBdrNW {
	border-collapse: collapse;
	/*width: 99%;*/
	/*font-size: 70%;*/
	border: solid 1px #000000;
}
table.wBlackBdrNW th {
	padding: 2px;
	vertical-align: middle;
	border-left: solid 1px #000000; /*FF3333*/
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
table.wBlackBdrNW td {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	padding: 4px; 
	vertical-align: middle;
	text-align: left;
}
/* table with orange and no set width border ends */

/* ### all table type ends ### */
/* ########################### */

/* ########################### */
/* ### all font type starts ### */
.fontSmall {
	font-size: 90%;
}
.font-x {
	font-size: 70%;
}
.fontWhiteBold {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 70%;
}
.fontWhite {
	color: #FFFFFF;
	font-size: 70%;
}
.fontSmallWhite2 {
	color: #FFFFFF;
	font-size: 90%;
	font-weight: normal;
}
.posNewsHeader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: bold;
	color: #FFFFFF; 
	padding: 10px 4px 0px 4px;
}
.alertFont {
	color: Red;
	font-weight: bold;
}
/* ### all font type ends ### */
/* ########################### */


/* ################################ */
/* ### image rate tables starts ### */
#subRates1p {
	/*border: 1px solid Black;*/
	width: 322px;
	height: 99px;
	background: url(../images/1P-DESTINATIONS-BANNER_06.gif) no-repeat center;
	margin: 10px 0 0 0;
}
#subRates1p .subRates1pCopy {
	position: relative;
	top: 60px;
	left: 0px;
	font-size: 80%;
	font-weight: bold;
	color: white;
	text-align: center;
}
#subRates2p {
	/*border: 1px solid Black;*/
	width: 322px;
	height: 90px;
	background: url(../images/2P-DESTINATIONS-BANNER_03.gif) no-repeat center;
	margin: 10px 0 0 0;
}
#subRates2p .subRates2pCopy {
	position: relative;
	top: 60px;
	left: 0px;
	font-size: 80%;
	font-weight: bold;
	color: white;
	text-align: center;
}

#subRates3p {
	/*border: 1px solid Black;*/
	width: 322px;
	height: 102px;
	background: url(../images/3P-DESTINATIONS-BANNER_06.gif) no-repeat center;
	margin: 10px 0 0 0;
}
#subRates3p .subRates3pCopy {
	position: relative;
	top: 60px;
	left: 0px;
	font-size: 80%;
	font-weight: bold;
	color: white;
	text-align: center;
}
/* ### image rate tables ends ### */
/* ############################## */


/* ########################### */
/* ### all link type starts ### */
.linkWhite {
	color: #FFFFFF;
}
/* ### all link type ends ### */
/* ########################### */


/* ################################# */
/* ### bullet styles starts ends ### */
.noIndent {
	margin-left: 4px;
	padding-left: 12px;
}
/* ### bullet styles starts ends ### */
/* ################################# */


/* ############################### */
/* ### all bullet style starts ### */
.bulletsStyleOne {
	/*border: 1px solid Black;*/
	padding: 0px;
	margin: 10px 0 0 0px;
	list-style-position: outside;
	width: 294px;
	padding-left: 30px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}
.bulletsStyleTwo {
	/*border: 1px solid Blue;*/
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 100%;
}
.bulletsStyleTwo li.image1 {
	/*border: 1px solid Black;*/
	padding: 0px 0 0 36px;
	margin: 0px 0 0px 0;
	background-image: url(../images/DIAL_PIC_10.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
}
.bulletsStyleTwo li.image2 {
	/*border: 1px solid Black;*/
	padding: 0px 0 0 36px;
	margin: 0px 0 0px 0;
	background-image: url(../images/TICK_13.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
}
/* ### all bullet style ends ### */
/* ############################# */


/* ############################# */
/* ### all list style ends ### */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
ol.bold li {
	font-weight: bold;
}
ol.bold li a {
	font-weight: normal;
}
ol.bold2 li{
	font-weight: bold;
}
ol.bold2 li span {
	font-weight: normal;
}

ol.bold2 li span ol li {
	font-weight: normal;
}

ol li ol {
	list-style-type: lower-roman;
}
ol li ul {
	list-style-type: disc;
	margin-top: 10px;
}
ol p a {
	font-weight: normal;
}
/* bullets within script starts */
ol.bold2 li ul {
	padding: 0;
	margin: 0;
}
ol.bold2 li ul li {
	font-weight: normal;
	margin-left: 14px;
}
/* bullets within script ends */


ul.none {
	list-style: none;
}
ul.none li {
	
}

/* *** two column list starts *** */
ul.list2ColNoBullets {
	float: left;
	width: 98%;
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
ul.list2ColNoBullets li {
	float: left;
	width: 48%;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	line-height: 26px;
}
ul.list2ColNoBullets li.bgWhite {
	float: left;
	width: 48%;
	
	padding: 0px 0px 0px 10px;
	line-height: 26px;
	background-color: #EDEDED;
}
ul.list2ColNoBullets li span {
	color: #EDEDED;
}
/* *** two column list ends *** */

/* ### all list style ends ### */
/* ############################# */