div#topSplash div#splashContent form {
    margin-top: 5px;
}

div.indexBlue {
    background: #00aff0 top left repeat-x !important;
}

div.threeSimPromo {
    background: #00aff0 url(/i/images/illustrations/product-clouds-3sim.png) no-repeat bottom center;
}

#content h1 {
        font-size: 28px;
        margin-bottom: 10px
    }
    
#topSplash {
	position: relative;
	height: 338px;
	margin: 0 auto 56px auto;
	width: 960px;
/* 	background: url(/i/images/misc/mobile_header_3phones.png) 430px 60px no-repeat; */
}

div#splashContent div.messageWrapper p {
    color: #C1ECFB;
}

#topSplash2 {
	position: relative;
	height: 338px;
	margin: 0 auto 56px auto;
	width: 960px;
}

#threeSimTopSplash {
	position: relative;
	height: 305px;
	margin: 0 auto 56px auto;
	width: 960px;
	
}


#splashContent {
	padding: 35px 20px 20px;
}


#splashContent2 {
	padding: 75px 20px 20px 540px;
}

#container #content.wide {
	padding: 10px 0 0 20px;
}

#threeSimSplashContent {
    padding: 35px 625px 0 20px;
}
    
    #splashContent h1 {
        font-size: 28px;
        width: 425px;
        margin-bottom: 0;
    }
    
    #splashContent h1.splashSmall {
        font-size: 28px;
        width: 440px;
    }
    
    #splashContent h2 {
		color:#D3F1FC;
		font-size: 26px;
		font-weight: normal;
		width: 425px;
		margin-bottom: 0;
	}
	    
    #splashContent2 h1 {
        font-size: 28px;
        width: 340px;
    }
    
    #threeSimSplashContent h1 {
        font-size: 32px;
        color: #fff;
    }
    
    #splashContent .light, #splashContent2 .light {
        color: #c1ecfb;
    }
    
   #splashContent .thin, #splashContent2 .thin {
        font-weight: normal;
    }
    
    #splashContent p.light {
        margin-bottom: 10px;
    }
    
    #splashContent div#sendSmsBlock {
        margin-bottom: 10px;
     }
    
    #splashContent input.sendtoNumber {
        height: 20px;
        _height: 21px;
        margin-right: 3px;
        padding-top: 4px;
        padding-left: 5px;
        _padding-top: 5px;
        padding-bottom: 3px;
        width: 185px;
        font: bold 17px Arial, Helvetica, sans-serif;
    	color: #757575;
    }
    
    div.bannerTitle.mobilePhones input.sendtoNumber {
        height: 18px;
        _height: 19px;
        margin-right: 3px;
        padding-top: 3px;
        padding-left: 3px;
        _padding-top: 5px;
        padding-bottom: 4px;
        width: 185px;
        font: bold 16px Arial, Helvetica, sans-serif;
    	color: #757575;
    }
    
	div.bannerTitle.mobilePhones .button {
	 	margin-top: -5px;
     	*margin-top: -15px; /* IE6 fix to align button vertically with input field */
     }
     
     #splashContent div#sendSmsBlock #sendSmsButton {
	 	margin-top: -5px;
     	*margin-top: -14px; /* IE6 and 7 fix to align button vertically with input field */
     }
    
    
    #splashContent div.messageWrapper {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 10px;
        margin-top: 10px;
        background-color: #83D8F8;
        width: 380px;
        float: left;
    }
    
        #splashContent div.messageWrapper p.smallInfo2 {
            margin-bottom: 0px;
        }
    
    #splashContent .smsSuccess {
        text-transform: none;
        background-position: 0 5px;
    	padding-left: 30px;
    	background-repeat: no-repeat;	
    	background-image: url(/i/images/icons/check_22x22.png);
    	height: 100%;
    }

    #splashContent .smsFail {
        text-transform: none;
        background-position: 0 5px;
    	padding-left: 30px;
    	background-repeat: no-repeat;
    	background-image: url(/i/images/icons/error_22x22.png);
    	height: 100%;
    }
    
       #splashContent .smsFail h2 {
        font-size: 1em;
       }
    
    

    #splashContent p.status {
        padding-top: 9px;
        min-height: 35px;
        padding-left: 60px !important;
    }

    * html p.status {
        height: 35px;
    }

        p.status.success {
            background: url("/i/images/icons/okay_32x32_e1f7fe.png") 20px top no-repeat;
        }

        p.status.failed {
            background: url("/i/images/icons/error_32x32_e1f7fe.png") 20px top no-repeat;
        }

.clouds {
	display: block;
	position: absolute;
	bottom: 0;
}

.threePhones {
	display: block;
	position: absolute;
	top: 35px;
	left: 430px;
	
}
.twoPhones {
	display: block;
	position: absolute;
	top: 34px;
	left: 435px;
}


div.indexBlue {
	margin: 0 0 0 0;
	background-color: #00aff0;
}

div.indexBlue h1 {
	color: #ffffff;
	width: 280px;
}

div.threeColumns {
    padding-top: 10px;
}

    div.threeColumns .threeLeftColumn {
    	float: left;
    	width: 230px;
    }

    div.threeColumns .threeMiddleColumn {
    	float: left;
    	width: 230px;
    }

    div.threeColumns .threeRightColumn {
    	float: left;
    	width: 230px;
    }
    
    
div.mobileColumns {
    padding-top: 19px;
    margin-bottom: 38px;
}

    div.mobileColumns div.mobileColumn {
        float: left;
        width: 190px;
        padding: 0 20px;
    }
    
      	div.mobileColumns div.mobileColumnWideLeft {
        	float: left;
        	width: 450px;
        	padding: 0 30px 0 0;
    	}
    	
    	div.mobileColumns div.mobileColumnWideRight {
        	float: left;
        	width: 450px;
        	padding: 0 0 0 0;
    	}
    
          	div.mobileColumns div.mobileColumnLeft {
        	float: left;
        	width: 320px;
        	padding: 0 30px 0 20px;
    	}
    	
    	div.mobileColumns div.mobileColumnRight {
        	float: left;
        	width: 320px;
        	padding: 0 0 0 0;
    	}
    	
        div.mobileColumns div.mobileColumn img.illustrativeMobile, div.mobileColumns div.mobileColumnWide img.illustrativeMobile {
            display: block;
            margin-bottom: 5px;
        }
        
        div.mobileColumns div.mobileColumn a.callToAction {
            display: block;
            padding-top: 3px;
        }
    
        #content #paddedContent div.mobileColumns div.mobileColumn h2, #content #paddedContent div.mobileColumns div.mobileColumnWide h2 {
            padding: 0;
            margin: 0;
        }
        
       	#content #paddedContent div.mobileColumns div.mobileColumn h2.handsetName, #content #paddedContent div.mobileColumns div.mobileColumnWide h2.handsetName {
            padding: 0;
            margin: 0 0 5px 0;
        }
        
	    div.mobileColumns div.mobileColumn ul, div.mobileColumns div.mobileColumnWide ul {
	    	padding-left: 12px !important; 
	    	padding-top: 5px;
	    }
        
        
div.devicesOverlay {
    position: absolute;
    top: 600px;
    left: -30000px;
    width: 225px;
    padding: 10px;
    z-index: 300;
    opacity: 0;
    filter: alpha(opacity = 0);
}

    div.devicesOverlay span.pointerArrow {
        display: block;
        position: absolute;
        width: 11px;
        height: 20px;
        z-index: 500;
    }


    div.devicesOverlay.openLeft span.pointerArrow {
        right: 0;
        top: 30px;
        background: url(/i/images/misc/mobileoverlay_arrow_topright.png) top left no-repeat;
    }
    
    div.devicesOverlay.openRight span.pointerArrow {
        left: 0;
        top: 30px;
        background: url(/i/images/misc/mobileoverlay_arrow_topleft.png) top left no-repeat;
    }
    
    
    div.devicesOverlay span.closeButton {
        position: absolute;
        left: 3px;
        top: 3px;
        width: 22px;
        height: 23px;
        background: url(/i/images/misc/mobileoverlay_closebutton.png) top left no-repeat;
        z-index: 500;
        cursor: pointer;
    }
    
    div.devicesOverlay.openRight span.closeButton {
        position: absolute;
        left: auto;
        right: 3px;
        top: 3px;
        background: url(/i/images/misc/mobileoverlay_closebutton_right.png) top left no-repeat;
    }

    div.devicesOverlay div.devicesOverlayContent {
        height: 100%;
        overflow: hidden;
        padding: 10px;
        border: 1px solid #85d9f7;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #e5f6fd;
    }
    
    #content #paddedContent div.devicesOverlay div.devicesOverlayContent h3 {
        border-bottom: 1px solid #cdeaf6;
        margin: 0 0 10px 0;
        padding: 0 0 5px 0;
    }
    
    #content #paddedContent div.devicesOverlay div.devicesOverlayContent ul {
        font-size: 12px;
        overflow: hidden;
        height: 100%;
        list-style-type: none;
        padding: 0 !important;
        margin: 0;
        width: 95px;
    }
    
    #content #paddedContent div.devicesOverlay div.devicesOverlayContent ul.leftList {
        float: left;
        border-right: 1px solid #cdeaf6;
        margin: 0 10px 0 0;
    }
    
    #content #paddedContent div.devicesOverlay div.devicesOverlayContent ul.rightList {
        float: right;
    }
    
        #content #paddedContent div.devicesOverlay div.devicesOverlayContent ul li {
            
        }
        
div.mobileDivider {
    min-height: 90px;
    width: 410px;
    background: url(/i/images/misc/mobile_divider.png) top left no-repeat;
    padding: 19px 280px 0 0;
    margin-bottom: 19px;
}

* html div.mobileDivider {
    height: 90px;
}

div.mobileDividerThin {
    height: 15px;
    width: 690px;
    background: url(/i/images/misc/mobile_divider_thin.png) top left no-repeat;
    margin-bottom: 19px;
}

div.mobileDividerThinWide {
    height: 15px;
    width: 900px;
    background: url(/i/images/misc/mobile_divider_thin_wide.png) top left no-repeat;
    margin-bottom: 19px;
}

* html div.mobileDividerThin  div.mobileDividerThinWide {
	display: none;
}

.smallerFont {
	font-size: 0.9em;
}


img.addBottomPadding {
margin-bottom: 10px;

}
img.specialMargin {
	margin-left: -20px;
}

.smsFail .smallInfo2 {
color:black;
font-size:14px;
}

.smsFail .smallInfo2 a {
font-size:14px;
}

.smallInfo3 {
color:black;
font-size:11px;
}

.smallInfo3 a  {
color:white;
text-decoration:underline;
}

.checkList li {
    font-weight: bold;
    list-style: none;
    background: url(/i/images/bullets/check-8x10-white.png) no-repeat 0px 5px;
    padding: 0 0 13px 20px;
}

ul.checkBoxList {
	padding: 10px 0 0 0;
}

ul.checkBoxList li {
	list-style-image:url("/i/images/misc/checkbox.png");
	list-style-type:none;
	padding: 0 0 5px 0;
}

div.instructions {
    overflow: hidden;
    padding: 0 0 19px 0;
}

    div.instructions div {
        text-align: center;
    }

#threeSimInstructions {
    margin: 0 0 0 30px;
}

#threeSimChecklist {
    width: 325px;
    float: right;
    display: inline;
}

#threeSimDescription {
    width: 345px;
    float: left;
    display: inline;
    padding: 55px 0 0 0;
}

    #threeSimChecklist .checkList {
        margin-left: 50px;
    }
    


.leftShadow,
.rightShadow {
	width: 8px;
	height: 100%;
	position: absolute;
	}
.leftShadow {
	top: 0px;
	left: -9px;
	background: bottom right no-repeat url(/i/images/backgrounds/shadow_box_lb.png);
}
.rightShadow {
	top: 0px;
	right: -9px;
	background: bottom left no-repeat url(/i/images/backgrounds/shadow_box_rb.png);
}
	.leftShadow div,
	.rightShadow div {
		width: 8px;
		height: 80px;
	}
	.leftShadow div {
		background: top right no-repeat url(/i/images/backgrounds/shadow_box_lt.png);
	}
	.rightShadow div {
		background: top left no-repeat url(/i/images/backgrounds/shadow_box_rt.png);
	}
.countrySelector {
	background-color: #E5F6FD;
	border: 1px solid #B2E7FA;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding: 0;
	width: 668px;
	margin-bottom: 28px;
	margin-top: 12px;
	margin-left: 20px;
	position: relative;
	}
	.countrySelectorArrow {
		background: 0 0 no-repeat url(/i/images/misc/arrow_up.png);
		width: 18px;
		height: 10px;
		position: absolute;
		top: -10px;
		left: 48px;
	}
	* html .countrySelectorArrow {
		top: -9px;
	}

#countrySelector {
		-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
		border: 1px solid #80d7f7;
		height: 30px;
		background: 11px 8px no-repeat #FFFFFF;
	}
	div.quickFilter  {
		float: left;
		height: 28px;
		position: relative;
		width: 480px;
		overflow: hidden;
		display: none;
	}
	#countrySelector a.clear {
		background: 100% 4px no-repeat;
		cursor: pointer;
		display: none;
		color: #0080E3;
		background-color: #FFFFFF;
		font-size: 0.857em;
		height: 19px;
		width: auto;
		text-decoration: none;
		padding: 0 16px 0 0;
		position: absolute;
		right: 10px;
		top: 6px;
	}
	
h2.carouselTitle,
h3.carouselTitle {
	padding: 11px 0 8px 0;
}
#countryCarousel {
	width: 648px;
	margin: 10px 10px 0px 10px;
	padding-bottom: 15px;
	overflow-x: hidden;
	position: relative;
	}
	#content #paddedContent #countryCarousel .carouselItems,
	#countryCarousel .carouselItems {
		width: 10000px;
		position: relative;
		padding: 0;
		margin: 0;
	}
	#content #paddedContent #countryCarousel .carouselSlide,
	#countryCarousel .carouselSlide {
		width: 669px;
		float: left;
		margin: 0;
		padding: 0;
	}
	#content #paddedContent #countryCarousel .carouselItem,
	#countryCarousel .carouselItem {
		width: 203px;
		overflow: hidden;
		/*margin-right: 20px;
		padding-right: 0px;*/
		padding: 0 10px 0 10px;
		float: left;
		background-color: #E5F6FD;
	}
	#countryCarousel .hover a:link,
	#countryCarousel .hover a:visited {
		background-color: #00CCFF;
		border: 1px solid #0099FF;
		display: block;
	}
	#content #paddedContent #countryCarousel .carouselItem p,
	#countryCarousel .carouselItem p {
		padding: 0px;
		margin: 0px;
	}
	
	#countryCarousel .carouselItem a:link,
	#countryCarousel .carouselItem a:visited {
		text-decoration: none;
	}
	#countryCarousel .carouselItem a:hover span.title,
	#countryCarousel .carouselItem a:active span.title {
		color: #0181E3;
		text-decoration: underline;
	}
	#countryCarousel span.title,
	#countryCarousel h3 {
		font-weight: bold;
		margin-bottom: 9px;
		line-height: 30px;
		color: #464646;
	}		

#content #paddedContent ul p {
	display: inline;
	padding-right: 0;
}

#countrySelector a.clear { width: auto; }

.countryFinder {
	padding-bottom: 10px;
}
