@charset "utf-8";
/* CSS Document */
/****************************** Main Css ******************************/

html, body {border: 0; margin: 0; padding: 0; height: auto;}
body {	
	font: 12px arial, helvetica, sans-serif;
	color: #323232; /*Font color*/
	background:#2c6d9a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
	p {}
	p, ul, ol { margin: 0; padding: 0; }
	img, img a { border: none; }
	form { margin: 0; padding: 0; }
	
/************************* Global linking *************************/	
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
}
/************************* Wrapper Css *************************/	
#Wrapper {
	width: 1003px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}

/****************************** Header Css ******************************/
#header{
	width: 1003px;
	height: 190px;
	background:url(../images_enUS/home_bg_01.jpg) no-repeat;
	float:left;
}

#logo{
width:158px;
height:51px;
float:left;
padding:46px 0 0 50px;
}

/***top navi***/

#top-navi{
width:403px;
height:41px;
float:left;
margin:42px 0 0 90px;
background:url(../images_enUS/header_bg-top-navi.gif) no-repeat;
}

#top-navigation{
width:338px;
height:32px;
float:left;
padding:0 0 0 39px;
color: #becfdb;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 13px;
text-align:center;
}

#top-navigation a:hover{
color: #a8ea89;
}

.navigation-table{
width:338px;
padding:0;
margin:0;
float:left;
}

.navigation-table td{
padding:5px 5px 0 5px;
}

/***Edit Country/Language ***/

.editcountry { 
font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
color: #ffffff; 
height: 20px;
}
.country {
float:left;
padding: 2px 5px 2px 0;
}
.editcountry-btn{
float:left;
}
.editcountry-field1{
float:left;
text-align:right;
width:60px;
/*vertical-align: middle;*/
padding: 5px 5px 5px 20px;
}
.editcountry-field2{
float:left;
text-align:left;
width:130px;
padding: 3px 5px 7px 0px;
}
.editcountry-field{
float:left;
text-align:center;
width:240px;
padding: 8px 0 5px 0;
}
#editcountrybox {
position: absolute;
top: 0px;
left: 747px;
background-color: #FFFFFF;
width: 240px;
padding: 6px 5px 4px 5px; 
border: 3px solid #abcddd;
z-index: 9999999;
visibility: hidden;
font: normal 11px Arial, Helvetica, sans-serif;
color: #323232;
}

/***login***/

.login-area{
/*width:176px;*/
width:211px;
float:right;
padding: 5px 10px 0 0;
/*border: 1px solid #FFFFFF;*/
}

.formtextbox{
width:117px;
height:11px;
font:Arial, Helvetica, sans-serif;
font-size:9px;
padding:1px;
}

.formtextbox2{
width:102px;
height:11px;
font:Arial, Helvetica, sans-serif;
font-size:9px;
padding:1px;
}


/****************************** Left Nav Css ******************************/

/****************************** Content area Css ******************************/

#body-bg{
	width: 1003px;
	height:278px;
	text-align:left;
	background:url(../images_enUS/home_bg_02.jpg) no-repeat #4998cf;
	float:left;
}

.main-content, .main-shopcontent{
background:url(../images_enUS/home_bg_03.jpg) no-repeat #4998cf;
float:left;
}

.main-shopcontent{
width:923px;
padding: 0 50px 0 30px;
}

.main-content{
width:903px;
padding:0 50px 0 50px;
float:left;
}

.sub-content, .sub-content-shop, .sub-content-sign, .sub-content-about{
padding:0;
margin:0;
*padding:0;
float:left;
}

/* for Internet Explorer */
/*\*/
* html .sub-content-about { /* IE6 and below recognise this selector */
	width:903px;
	background:url(../images_enUS/about-bg-middle-ie6.png) 0 0 repeat-y;
	padding:0;
	margin:0;
}
/**/

.sub-content-shop{
width:923px;
background:url(../images_enUS/right-middle.gif) 687px 0 repeat-y;
}

.sub-content{
width:903px;
background:url(../images_enUS/right-middle.gif) 667px 0 repeat-y;
}

.sub-content-sign{
width:903px;
background:url(../images_enUS/sign-up-bg-middle.png) repeat-y;
}

.sub-content-about{
width:903px;
background:url(../images_enUS/about-bg-middle.png) repeat-y;
}

.content-top1{
width:236px;
float:left;
}

.content-top-sign{
width:198px;
float:right;
}

.content-top-about{
width:234px;
float:right;
}

.content-top-sign-rt{
width:199px;
float:right;
padding:0 0 10px 0;
}

.content-top-about-rt{
width:235px;
float:right;
padding:0 0 10px 0;
}

.content-top{
width:236px;
height:28px;
float:right;
}

/****home page****/
.main-top{
width:1003px;
position:relative;
float:left;
}

.main-graphic{
width:637px;
height:347px;
position:absolute;
top:121px;
left:0;
background:url(../images_enUS/home-main.jpg) no-repeat;
clear:both;
}

#main-flash, #flashcontent{
width:509px;
height:250px;
position:absolute;
top:180px;
left:450px;
}

#main-notice{
width:509px;
height:30px;
top:154px;
left:454px;
position:absolute;
}
#body-left{
width:660px;
float:left;
}

.container-introtext{
width:660px;
float:left;
padding:0 6px 22px 0;
}

.container{
width:214px;
float:left;
padding:0 6px 0 0;
}
.label-content{
width:210px;
float:left;
padding:0 0 5px 4px;
font-size:16px;
color:#FFFFFF;
	font-weight: bold;
}

.label-content a, .label-content a:visited{
text-decoration:none;
color:#FFFFFF;
text-decoration: none;
	font-weight: bold;
}

.label-content a:hover{
text-decoration:none;
color:#9cf25b;
text-decoration: none;
	font-weight: bold;
}

.body-window{
width:208px;
height:177px;
float:left;
background:url(../images_enUS/home_window.gif) no-repeat;
margin:9px 0 0 2px;
}

.body-image{
width:198px;
height:142px;
padding:5px 0 0 5px;
float:left;
}

.body-text{
width:187px;
padding:4px 0 0 5px;;
float:left;
text-align:right;
color:#FFFFFF;
font-weight:bold;
}

#body-right-bg, #body-sign-bg, #body-about-bg{
float:right;
clear:right;
}

#body-right-bg{
width:236px;
padding:0;
}

#body-sign-bg{
width:200px;
}

#body-about-bg{
width:240px;
}

.banner, .right-sign-info{
padding:5px 0;
float:right;
}

.banner{
width:216px;
}

.banner-search{
width:216px;
height: 50px;
float:left;
display:block;
background:url(../images_enUS/bg_search.jpg) no-repeat;
padding-bottom:11px;
}
.banner-search1{
width:216px;
height: 50px;
float:left;
display:block;
background:url(../images_enUS/bg_search.jpg) no-repeat;
padding-bottom:2px;
}
.searchform{ padding-top:3px; background-color:#1369a8; padding-bottom:1px}

.searchform select{
width:212px;
}

.banner-search-title{
font-weight:bold;
color:#FFFFFF;
display:block;
padding: 7px 0 0 11px;
}

.banner-search-form{
width:213px;
margin:0;
display:block;
float:left;
padding:5px 0 0 3px;

}
.right-sign-info{
width:180px;
color:#FFFFFF;
font-size:12px;
}


.home-content-middle{
width: 830px;
height:auto;
padding: 0 0 0 113px;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
}

/*******shop main*******/

.shop-graphic{
background:url(../images_enUS/shopping-graphic.jpg) no-repeat;
width:584px;
height:321px;
position:absolute;
top:135px;
}

#shop-flash{
	width:630px;
	height:300px;
	position:absolute;
	top:195px;
	left: 340px;
}

/*******travel main*******/
.travel-graphic{
background:url(../images_enUS/travel-graphic.jpg) no-repeat;
width:584px;
height:321px;
position:absolute;
top:135px;
}


/*******business main*******/
.business-graphic{
background:url(../images_enUS/business-graphic.jpg) no-repeat;
width:584px;
height:321px;
position:absolute;
top:135px;
}

.business-box{
width:649px;
padding: 0 0 30px 13px;
float:left;
}

#business-top{
background:url(../images_enUS/business_top_round.jpg) top left no-repeat;
width:649px;
padding:0;
margin:0;
height:32px;
float:left;
}

#business-top p{
padding: 8px 0 3px 18px;
}

#business-middle{
width:649px;
background:url(../images_enUS/business_top_middle.jpg) top left repeat-y;
float:left;
padding:0;
margin:0;
}

#business-middle p{
padding: 10px 18px;
line-height:150%;
font-size:12px;
}

#business-bottom{
width:649px;
background:url(../images_enUS/business_bottom_round.jpg) top left no-repeat;
float:left;
height:9px;
margin:0;
padding:0;
}

/*******country main*******/

.country-graphic{
background:url(../images_enUS/country-graphic.jpg) no-repeat;
width:427px;
height:288px;
float:left;
}
.country-down{
background:url(../images_enUS/country-downpage.jpg) no-repeat;
width:427px;
height:288px;
float:left;
}
#body-bg-country{
	width: 1003px;
	height:288px;
	text-align:left;
	background:url(../images_enUS/country-bg-middle.jpg) no-repeat #4d90c4;
	float:left;
}

.bg-country-bottom{
width:1003px;
background:url(../images_enUS/country_bg-bottom_2.gif) repeat-x #4999cf;
height:100px;
float:left;
}

.bg-header-image{
width:639px;
height:85px;
position:absolute;
top:106px;
}

.country-frame, .country-frame-middle{
width:510px;
float:left;
}

.country-frame-middle li a:link, .country-frame-middle li a:visited, .country-frame-middle li a:active{
color:#0078cb;
outline:none;
text-decoration: none;
}

.country-frame-middle li a:hover{
color:#0078cb;
font-weight:bold;
text-decoration:underline;
}

#country-shadow{
width:507px;
background:url(../images_enUS/language_shadow.png) repeat-x;
height:79px;
float:left;
}

.country-frame{
padding:30px 0 0 0;
}

.country-frame-middle{
background:url(../images_enUS/language_box_middle.gif) repeat-y;
min-height:146px;
}

.country-frame-middle p{
padding:15px 20px;
line-height:140%;
}

.country-frame-middle ul{
width:452px;
padding: 18px 20px 30px 30px;
float:left;
list-style:none;
display:block;
}


.country-frame-middle li{
background:url(../images_enUS/country-bullet.gif) 0 4px no-repeat;
width:95px;
padding:0 0 10px 10px;
margin:0 0 0 7px;
float:left;
display:block;
font-size:12px;

}

.country-frame-middle li a:link, .country-frame-middle li a:visited, .country-frame-middle li a:active{
color:#0078cb;
outline:none;
text-decoration: none;
}

.country-frame-middle li a:hover{
color:#0078cb;
font-weight:bold;
text-decoration:underline;
}



.country-frame-top{
width:510px;
height:21px;
float:left;
}

.country-frame-bottom{
width:507px;
height:16px;
float:left;
padding:0;
margin:0;
}

/****error****/
.error-graphic{
background:url(../images_enUS/404-graphic.jpg) no-repeat;
width:427px;
height:288px;
float:left;
}

.error-middle{
width:450px;
padding: 10px 30px;
float:left;
}

.table-error{
width:458px;
padding:10px 0;
float:left;

}

.table-error td{
padding:5px 0 2px 8px;
font-weight:normal;
}

/*****details*****/
.body-details-bg{
width:903px;
background:url(../images_enUS/details-bg.jpg) no-repeat #4999cf;
padding:0 50px 0 50px;
float:left;
}

.details-header{
width:901px;
float:left;
}

.details-left{
width:600px;
float:left;
color:#FFFFFF;
font-size:11px;
margin:0 0 8px 0;
}

.details-left p{
padding: 8px 0;
}

.addthis{
width:125px;
float:right;
padding: 8px 0 0 5px;
}

.font-resize{
width:107px;
float:left;
}

.details-right{
width:245px;
float:right;
text-align:right;
color:#dbf1ff;
font-size:12px;
font-weight:bold;
padding: 3px 0 0 0;
}

.details-right-account, .details-right-account a:link{
width:220px;
float:right;
text-align:right;
color:#dbf1ff;
font-size:12px;
font-weight:bold;
padding: 3px 5px 0 0;
text-decoration:underline;
}

.details-right-account a:hover{
color:#fff;
}

.details-right p{
padding:7px 0 0 0;
}

#detail-header2{
	width: 1003px;
	height: 190px;
	background:url(../images_enUS/detail-bg-header.jpg) no-repeat;
	float:left;
}

.breadcrumb{
width:900px;
padding-bottom:24px;
float:left;
}

.breadcrumb-round{
width:6px;
float:left;
}

.breadcrumb-mid{
width:888px;
height:32px;
background:url(../images_enUS/details-breadcrumb-mid.gif) repeat-x;
float:left;
}

/****left-details-menu****/
#country-box, .left-destination{
width:197px;
float:left;
}

.left-destination{
padding:10px 0 0 0;
}

#country-box{
padding:10px 0 10px 0;
}


/****left-nav-browse****/
.left-nav-browse, .left-nav-menu{
border-left: 1px #336587 solid;
border-right:1px #336587 solid;
float:left;
}

.left-nav-browse{
width:185px;
background:#d7e2eb;
line-height:200%;
color:#2a2a2a;
font-size:11px;
font-weight:bold;
padding:0 0 0 10px;
}


/****left-nav-details****/
.left-nav-details{
width:185px;
height:21px;
border-left: 1px #336587 solid;
border-right:1px #336587 solid;
background:url(../images_enUS/details_menu_bg.gif) repeat-x;
padding:0 0 0 10px;
margin:0;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
}

#left-nav-deal, #left-nav-merchant, 
#left-nav-deal-sel, #left-nav-merchant-sel{
	float:left;
}

#left-nav-deal a, #left-nav-merchant a, 
#left-nav-deal-sel a, #left-nav-merchant-sel a{
	height:18px;
	float:left;
	display:block;
	text-indent: -9999px;	
}

#left-nav-deal a:focus, #left-nav-merchant a:focus,
#left-nav-deal-sel a:focus, #left-nav-merchant-sel a:focus{
	height:18px;
	overflow:hidden;
}

/***** nav - top deak*****/
#left-nav-deal, #left-nav-deal a{
	width: 85px;
	height:18px;
	background: url(../images_enUS/details_menu_navigation.gif) -2px 0;
}

#left-nav-deal a:hover, #left-nav-deal a:active {
	width: 85px;
	height:18px;
	background: url(../images_enUS/details_menu_navigation.gif) -2px -18px;
}

#left-nav-deal-sel{
	width: 85px;
	height:18px;
	background: url(../images_enUS/details_menu_navigation.gif) -2px -36px;
}

/***** nav - merchant*****/

#left-nav-merchant, #left-nav-merchant a{
	width: 90px;
	height:18px;
	background: url(../images_enUS/details_menu_navigation.gif) 90px 0;
}

#left-nav-merchant a:hover, #left-nav-merchant a:active {
	width: 90px;
	height:18px;
	background: url(../images_enUS/details_menu_navigation.gif) 90px -18px;
}

#left-nav-merchant-sel{
	width: 90px;
	height:18px;
	background: url(../images_enUS/details_menu_navigation.gif) 90px -36px;
}



/*****buttons*****/
input.btn { 
	  color:#c0d7dc; 
	  font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	  background:#155665;
	  border:1px solid #298ba1;
	  padding:1;
	  margin:0;
} 

input.btnhov { 
	background-color:#01343f;
	}

/****textbox****/

.searchbox{
width:154px;
height:17px;
border:1px solid #a7c1d5;
vertical-align:middle;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height:120%;
padding:2px 0 0 2px;
}

.dropdownbox{
width:175px;
height:20px;
border: 1px solid #adc4d7;
font-size:11px;
}

.form-namebox, .form-creditcard{
height:18px;
border:1px solid #a4bed3;
font-size:12px;
vertical-align:text-bottom;
}

.form-creditcard{
width:65px;
}

.form-namebox{
width:303px;
}

.form-namebox2{
width:303px;
border:1px solid #a4bed3;
font-size:12px;
vertical-align:text-bottom;
height:70px;
}


/****details-right***/

.details-right-box, .sign-up-box, .sign-up-box2{
width:679px;
}

.details-right-box{
float:right;
padding:0 2px 50px 0;
}

.sign-up-box{
float:left;
padding:10px 2px 0 0;
}

.sign-up-box2{
padding:10px 2px 120px 0;
float:left;
}

.error-box-top-bottom{
width:652px;
float:left;
height:10px;
}

.error-box-message{
width:652px;
float:left;
background:url(../images_enUS/details-signup-middle.jpg) repeat-y;
padding-bottom:10px;
}

.details-right-box p{
padding-bottom:10px;
}

.details-right-frame{
width:679px;
height:231px;
float:right;
background:url(../images_enUS/details_merchant_banner_frame.gif) no-repeat;
margin:0 0 15px 0;
}

.details-right-merchant{
width:659px;
height:209px;
float:left;
padding:10px 0 0 10px;
}

.details-right-info{
width:678px;
float:left;
height:10px;
}

.details-middle-info{
width:678px;
float:left;
background:url(../images_enUS/details-merchant-middle.gif) repeat-y;
padding-bottom:10px;
}

.details-left-table{
width:465px;
padding: 5px 0 0 13px;
float:left;
}
.details-left-table a:link {
	color: #0078cb;
	text-decoration: none;
}
.details-left-table a:visited {
	text-decoration: none;
	color: #0078cb;
}
.details-left-table a:hover {
	text-decoration: underline;
	color: #0078cb;
}
.details-left-table a:active {
	text-decoration: none;
	color: #0078cb;
}

.details-promo-box{
width:173px;
float:right;
padding:5px 14px 0 0;
}

.details-buy-box{
width:169px;
height:6px;
float:right;
}

.details-buy-middle{
width:154px;
border-left: 1px solid #d6d6d6;
border-right:1px solid #d6d6d6;
background:#fcfcfc;
float:right;
font-size:12px;
padding: 0 0 0 13px;
}

a.details-buy-middle:hover, a.details-buy-middle:link{
color:#0078cb;
text-decoration:underline;
}

.details-buy-middle p{
padding:6px 0 3px 0;
line-height:120%;
}

.promo-box{
width:169px;
padding:10px 0 0 0;
float:right;
}

.promo-box-mid{
width:154px;
float:right;
height:19px;
background:url(../images_enUS/details-other-promo-mid.gif) repeat-x;
border-left: 1px solid #d6d6d6;
border-right:1px solid #d6d6d6;
color:#FFFFFF;
font-weight:bold;
padding-left:13px;
cursor:pointer;
}

.promo-box-bottom{
width:169px;
height:24px;
background:url(../images_enUS/details-other-promo-bottom.gif) no-repeat;
float:right;
font-size:11px;
text-align:center;
padding:5px 0 0 0;
}

.orange-btn {
display:block;
width: 151px;
height: 38px;
padding: 0 6px 0 14px;
background:url(../images_enUS/orangebutton.gif) no-repeat;
text-align:center;
vertical-align:middle;
}
.orange-btn-link a:link, .orange-btn-link a:visited, .orange-btn-link a:hover, .orange-btn-link a:active {
padding: 11px 10px 11px 0;
display:block;
vertical-align:middle;
color:#FFFFFF;
font-weight:bold;
}
/***************shop-listing***************/

.product-listing{
width:678px;
float:left;
padding:0;
}

.product-listing a:link, .product-listing a:visited, .product-listing a:active{
color:#FFFFFF;
font-size:12px;
font-weight:bold;
outline:none;
text-decoration: none;
}

.product-listing a:hover{
outline:none;
text-decoration:underline;
}

.product-listing p{
padding:10px 18px;
}

.product-listing ul{
width:660px;
float:left;
list-style:none;
padding:0 0 0 18px;
}
.logo-listing ul{
width:660px;
float:left;
list-style:none;
padding:0 0 0 18px;
}
.logo-listing li{
width:113px;
float:left;
padding-right:18px;
}

.logo-listing p{
padding:10px 18px;
}

.logo-listing-banner{
width:111px;
height:129px;
border:1px solid #bfc7cd;
padding:0;
margin:0;
}

/*.product-listing-banner{
width:111px;
height:129px;
border:1px solid #bfc7cd;
padding:0;
margin:0;
}*/

.product-listing-banner{
width:309px;
height:118px;
border:1px solid #bfc7cd;
padding:0;
margin:0;
}

.product-listing-image{
width:102px;
height:118px;
float:left;
padding:0;
margin:0;
}

.product-listing-info{
width:180px;
height:55px;
float:left;
padding:17px 15px 21px 12px;
margin:0;
}
.product-listing-btn{
width:183px;
height:auto;
float:left;
text-align:right;
padding:5px 5px 5px 19px;
margin:0;
background:url(../images_enUS/listing_btn_bgd.jpg);
}

.product-listing li{
width:309px;
float:left;
padding-right:18px;
padding-bottom:18px;
}

.product-separator{
/*border: 1px solid #EEE;*/
width:637px;
/*padding:0 0 0 18px;*/
margin:10px 0;
/*margin: 18px 0 6px 0 ;*/
float:left;
}

.product-separator hr{
	border:none;
	border-bottom: 1px solid #c7c7c7;
	width: 637px;
	height: 1px;
	float: left;
  /* position: relative; */

}

/****sign-up****/

.sign-up-container{
width:658px;
padding:0 0 0 8px;
float:left;
font-size:12px;
}

.sign-up-container p{
padding:10px 0;
line-height:140%;
}


/****forget-password****/

.forget-password, .forget-password-top, .forget-password-bottom, .forget-password-member{
width:440px;
float:left;
}


.forget-password{
padding:0 10px 90px 0;
}

.forget-password-member{
padding:0 0 30px 10px;
}

.forget-password-top{
height:6px;
}

.forget-password-bottom{
height:7px;
}

.forget-password p, .forget-password-middle p, .forget-password-member p{
padding:0 0 10px 0;
}

.forget-password-middle p{
line-height:150%;
}

.forget-password-middle{
width:440px;
background:url(../images_enUS/forget-frame-middle.gif) repeat-y;
float:left;
}



/***apply***/

.apply{
width:440px;
padding:0 0 110px 231px;
/*margin: 0 auto;*/
}

.apply p{
padding:5px 0 2px 0;
color:#FFFFFF;
font-size:12px;
line-height:150%
}

/***help***/

.help-container{
width:636px;
font-size:12px;
float:left;
list-style:none;
padding:0 18px 0 24px;
}

.help-container p{
padding:10px 0;
}

.help-container ol, .help-container ul{
/*width:645px;*/
padding:0 0 0 15px;
list-style-position:outside;
}
.help-container p{
padding:10px 0;
}

#maincontent .help-container a:link, .help-container p a:link, .help-container a:link {
	color: #0078cb;
	text-decoration:none
}

#maincontent .help-container a:visited, .help-container p a:visited, .help-container a:visited {
	color: #0078cb;
	text-decoration:none
}

#maincontent .help-container a:hover, .help-container p a:hover, .help-container a:hover {
	text-decoration: underline;
		color: #0078cb;
}

#maincontent .help-container a:active, .help-container p a:active, .help-container a:active {
	color: #0078cb;
	text-decoration:none
}


.help-container li{
/*width:90%;*/
padding:5px 0 5px 10px;
line-height:150%;
}


.help-leftnav{
width:195px;
background:#FFFFFF;
padding:0;
border-left: 1px #336587 solid;
border-right:1px #336587 solid;
border-bottom:1px #336587 solid;
float:left;
font-size:12px;
}

.help-leftnav2{
width:197px;
float:left;
}

.help-leftnav ul, .help-leftnav li{
list-style:none;
width:100%;
float:left;
color:#0078cb;
}

.help-leftnav ul{
margin:5px 0 0 0;
}

.help-leftnav li a{
width:163px;
list-style:none;
background:url(../images_enUS/bullet-arrow.gif) 9px 6px no-repeat;
float:left;
padding:5px 5px 5px 27px;
line-height:130%;
color:#0078cb;
}

.help-leftnav li a:hover{
text-decoration: underline;
color:#0078cb;
}

.help-leftnav li a:active, .help-leftnav li a:visited{
text-decoration: none;
color:#0078cb;
}

.help-leftnav-tab, .help-leftnav-tab2{
background:url(../images_enUS/help_tab_bg.gif) repeat-x;
width:185px;
height:19px;
float:left;
padding:3px 0 2px 10px;
}

.help-leftnav-tab2{
border-top: 1px solid #195382;
/*COMMENTED: REMOVE UPPERCASE ON HELP CATEGORIES (LEFT PANE)*/
/*text-transform:uppercase;*/
}

.help-leftnav-top{
width:197px;
float:left;
height:5px;
}

/***paging***/
.paging{
width:100%;
padding:15px 0 0 0;
float:left;
text-align:center;
vertical-align:middle;
}

/***search***/
.search-content{
width:900px;
padding-bottom:30px;
float:left;
}

.search-content-top{
width:900px;
height:6px;
float:left;
}

.search-content-middle, .apply-card-content-middle{
width:890px;
background:url(../images_enUS/search-middle.gif) repeat-y;
padding:10px 0 0 10px;
float:left;
}

.search-content-middle{
min-height:400px;
}

.search-content-middle p{
padding:5px 0 15px 19px;
line-height:140%
}

search-content-middle ul{
width:872px;
float:none;
}

.search-content-middle li{
width:309px;
height:118px;
float:left;
list-style:none;
padding:0 0 25px 18px;
margin:0;
}


/*.search-content-middle li{
width:113px;
float:left;
padding-right:32px;
padding-bottom:25px;
}*/

/****about****/

.about-container, .about-container-top{
width:640px;
float:left;
}

.about-container{
padding-top:28px;
}

.about-container-top{
height:8px;
}

.about-container-middle{
width:610px;
background:url(../images_enUS/about_frame_middle.gif) repeat-y;
padding:10px 15px;
float:left;
font-size:12px;
}

.about-container-middle p{
padding:5px 0;
line-height:120%;
}

.about-container-middle ol, .about-container-middle ul{
width:610px;
padding:0 0 0 15px;
list-style-position:outside;
}

.about-container-middle li{
width:90%;
padding:5px 0 5px 10px;
line-height:150%;
}

/****apply card info****/
.apply-card-box{
width:870px;
padding:5px 5px 0 5px;
float:left;

}

.apply-card-box p{
padding:5px 0;
line-height:120%
}

.bank-details2{
width:200px;
float:right;
text-align:right;
font-size:16px;
color:#727272;
padding:10px 7px 0 0;
}

.bank-logo-left{
width:500px;
float:left;
padding:0 0 0 5px;
}

.apply-card-box hr{
	border:none;
	border-bottom: 1px solid #c7c7c7;
	width: 858px;
	height: 1px;
	float:left;
}

.apply-card-box ul{
width:870px;
float:left;
list-style:none;
padding:0;
margin:0
}

.apply-card-box li{
width:265px;
float:left;
display:block;
padding:10px 20px 10px 5px;
}

.apply-cards-left{
float:left;
padding:5px 10px 10px 0;
}

.apply-now-box a:link{
float:right;
width:120px;
color:#0078cb;
}

.apply-now-box a:hover{
text-decoration:underline;
}

/****sitemap-content-middle****/

.sitemap-content-middle {
width:880px;
background:url(../images_enUS/search-middle.gif) repeat-y;
padding:5px 0 0 20px;
float:left;
}

.sitemap-title a{
width:835px;
float:left;
background:url(../images_enUS/details-table-bg.gif) repeat-x;
font-size:14px;
font-weight:bold;
color:#0078cb;
padding:7px 11px;
margin: 10px 0 10px 0;
}

.sitemap-title a:hover{
text-decoration:underline;
color:#0078cb;
}

.sitemap-box{
width:857px;
float:left;
}

.sitemap-box ul{
width:807px;
padding:0 0 0 50px;
float:left;
list-style:none;
}

.sitemap-box li{
width:171px;
background:url(../images_enUS/bullet.gif) 3px 0 no-repeat;
float:left;
display:block;
padding:0 10px 15px 20px;
text-transform:uppercase;
font-weight:bold;
}

.sitemap-box li a{
color:#0078cb;
}

.sitemap-box li a:hover{
color:#0078cb;
text-decoration:underline;
}
/****terms****/

.terms-content-middle {
width:855px;
background:url(../images_enUS/search-middle.gif) repeat-y;
padding:5px 20px 0 25px;
float:left;
font-size:12px;
}

.terms-content-middle ul li, .terms-content-middle ol li{
background:url(../images_enUS/bullet1.gif) no-repeat 20px 9px;
width:820px;
padding:5px 0 5px 35px;
list-style:none;
}


.terms-content-middle p{
padding:15px;
}


/****************************** table-form-member css******************************/

.table-form-member{
width:100%;
padding:0px;
float:left;
font-size:12px;
}

.table-form-member td{
padding:5px 0 5px 8px;
}



/****************************** table-form css******************************/

.table-form{
width:100%;
padding:0px;
float:left;
font-size:12px;
}

.table-form td{
padding:3px 0 1px 8px;
line-height:130%
}



/****************************** table-100 css******************************/

.table-100{
width:100%;
padding:0px;
float:left;
}

.table-100 td{
padding:5px 0 0 5px;
}
.table-100 td a:link, .table-100 td a:visited{
text-decoration:none
}
.table-100 td a:hover{
text-decoration:underline;
}

/****************************** table-90 css******************************/

.table-90{
width:90%;
padding:0px;
float:left;

}

.table-90 td{
padding:5px 0 0 5px;
text-transform:none;
font-weight:normal;
}

/****************************** table-details css******************************/

.table-details{
font-size:12px;
width:100%;
padding:0px;
float:left;
line-height:170%;
}

.table-details td{
padding:3px 5px 5px 5px;
line-height:160%;
}

.table-details tbody tr td ul li{
padding:0 0 0 10px;
list-style:none;
background:url(../images_enUS/bullet1.gif) no-repeat 0 9px;
}
.table-details tbody tr td ol li{
padding:0 0 0 10px;
list-style:none;
background:url(../images_enUS/bullet1.gif) no-repeat 0 9px;
}

.table-blue{
font-size:13px;
height:22px;
background:url(../images_enUS/details-table-bg.gif) repeat-x;
}
/****************************** Footer Css ******************************/
#footer{
	width: 1003px;
	background-color:#4999cf;
	text-align:center;
	color:#FFFFFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top:14px;
}

#footer p{
padding:5px 0;
}

#footercontent { 
  	float: left;
	width: 903px;
	padding:10px 50px;
	background:url(../images_enUS/footer-bg.gif) repeat-x #add6ff;
	display:block;
  	}

.bank-logo {
	width:380px;
  	float: left;
	padding:10px 0 0 0;
}

.amex-logo{
	padding:0 10px 0 0 ;
  	float: left;
	display:table-cell;
	vertical-align:middle;
}

.bank-details {
	width:450px;
  	float: right;
	text-align:right;
} 

.bank-details p{
padding:12px 0 0 0;
}

.cards{
width:65px;
height:31px;
padding:11px 0 5px 10px;
margin:0;
float:right;
}

.topRightBackgroundImage{
  background-image:url(../images_enUS/right-top.gif);
  background-position:top;
  background-repeat:no-repeat;
  height:58px;
  width:226px;
}
.sub-footer a:link. .sub-footer a:visited, .sub-footer a:active {
	color:#FFFFFF;
	text-decoration: none;
}

.sub-footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/****************************** Clear float Css ******************************/	
#clear{
	clear:both;
}


/****************************** Button Label ******************************/	
.btn-class{
width: 130px;
float:left;
display:block;
padding: 5px 0;
}

.btn-expand{
width:auto;
height:35px;
float:left;
background: url(../images_enUS/btn_left.gif) no-repeat top left;
margin: 0;
padding: 0;
}

.btn-expand a{
	height:26px;
	background: url(../images_enUS/btn_right.gif) no-repeat top right;
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
	padding: 6px 18px 3px 9px;
	display:block;
	max-width:100px;

}
.btn-expand a:visited, .btn-expand a:hover, .btn-expand a:active{
	height:26px;
	display:block;
}


.terms-content-middle a, .terms-content-middle a:visited, .terms-content-middle a:active {
 color:#0078cb;
 text-decoration:none
}

.terms-content-middle a:hover{
 color:#0078cb;
 text-decoration: underline;
}


.popup{
 width: 460px;
 height:230px;
 float:left;
 padding:120px 40px 0 40px;
 background: url(../images_enUS/popup_bg.jpg) no-repeat top left;
}
.table-form a{
color: #0078cb;
text-decoration: none;
}
.table-form a:hover {
	text-decoration: underline;
}