/*-------- style.css -----------*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, a, blockquote, pre, fieldset, table, th, td, textarea, input, button {
  margin: 0; padding: 0; }
a img {border: none;}

/* This takes out the fuzzy line around links when you click them, it's an optional addition */

:focus {outline: none;}

/* global */

body {
  font-family: 'TeXGyreHerosRegular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  background: #333333;
  color: #434343;
  overflow-x:hidden;
  }

.container p{
  color: #434343;
  text-shadow:0px 1px 0px #fff;
  font-size:14px;
  }

#menu .container {
  position: relative;
}

.container {
  margin: 0 auto;
  width: 970px;
  }
.header, #body, #footer { min-width: 970px; }
.clear { clear: both; }
.clear-30 {
  clear: both;
  height: 30px;
}

.divider {
  height: 30px;
  width: 100%;
  background: url('../images/divider.png') bottom center no-repeat;
}


/*web fonts*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerItalic';
    src: url('aller_it-webfont.eot');
    src: url('aller_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_it-webfont.woff') format('woff'),
         url('aller_it-webfont.ttf') format('truetype'),
         url('aller_it-webfont.svg#AllerItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerRegular';
    src: url('aller_rg-webfont.eot');
    src: url('aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_rg-webfont.woff') format('woff'),
         url('aller_rg-webfont.ttf') format('truetype'),
         url('aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerBoldItalic';
    src: url('aller_bdit-webfont.eot');
    src: url('aller_bdit-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_bdit-webfont.woff') format('woff'),
         url('aller_bdit-webfont.ttf') format('truetype'),
         url('aller_bdit-webfont.svg#AllerBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerBold';
    src: url('aller_bd-webfont.eot');
    src: url('aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_bd-webfont.woff') format('woff'),
         url('aller_bd-webfont.ttf') format('truetype'),
         url('aller_bd-webfont.svg#AllerBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreHerosRegular';
    src: url('texgyreheros-regular-webfont.eot');
    src: url('texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreheros-regular-webfont.woff') format('woff'),
         url('texgyreheros-regular-webfont.ttf') format('truetype'),
         url('texgyreheros-regular-webfont.svg#TeXGyreHerosRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosItalic';
    src: url('texgyreheros-italic-webfont.eot');
    src: url('texgyreheros-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreheros-italic-webfont.woff') format('woff'),
         url('texgyreheros-italic-webfont.ttf') format('truetype'),
         url('texgyreheros-italic-webfont.svg#TeXGyreHerosItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TeXGyreHerosBold';
    src: url('texgyreheros-bold-webfont.eot');
    src: url('texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreheros-bold-webfont.woff') format('woff'),
         url('texgyreheros-bold-webfont.ttf') format('truetype'),
         url('texgyreheros-bold-webfont.svg#TeXGyreHerosBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*web fonts ends*/


/* text */

a { text-decoration: none; color: #49494e; } /*blue*/
a:hover{ text-decoration: underline;}

h1, h1 a {
  font-size: 18px;
  color: #0073af;  /*blue*/
}

p, h2, ul { margin-bottom: 30px; }
h1 { margin-bottom: 15px; }
p a, li a { color: #0080c3; } /*blue*/
p a:hover, li a:hover { text-decoration:underline; } /*blue*/
p strong { color: #333; }
p strong a { color: #333; }
.header p strong { color: #fff; } /*blue*/
.header a {
	display:block;
color: #fff;
text-decoration: underline;
}

.no-bullet { list-style: none; }
#header-minibar #categories li{
	margin-right:8px;
}
#header-minibar li.exception:hover{
  background-image:none;
}

/* columns */

.column-3 {
  clear: both;
}

.column-3 .column {
  width: 465px;
  float: left;
  margin-left: 30px;
}
.column-3 .column-ipad{
  width:242px;
}
.column-3 .column-iphone{
  width:330px;
  }
.column-3 .column:first-child { margin-left: 0; }
.column {
  padding: 0;
  margin: 0;
}

.column-3-2 {
  margin-left: 0;
  width: 630px;
}

.column-2 .column {
  float: right;
  width: 300px;
  margin-left: 30px;
}

.column-2 .column .column {
  float: left;
  width: 300px;
  margin-left:20px;
}
#serv-col .column{
  width:290px;
  margin-top:30px;
}
.service-paragraph h1.body-title{margin-bottom:30px;}
.service-paragraph h1.body-title span {display:none;}

.column-2 .column:first-child {
  margin-left: 0;
  width: 630px;
  float: left;
}
.column-mini-2 .column {
  float: left;
  width: 135px;
  margin-left: 20px;
}
.column-mini-2 .column:first-child { margin-left: 0; }
.columnLeft
{
  float: left;
}
.columnRight
{
  float: right;
}
.align-right { text-align: right; }
.right { float: right; }
.left { float: left; }

.container .top-200 .align-right{
	font-size: 12px;
	font-style: oblique;
	color:#878b8e;
}

/* header */

.header p {
	font-family: 'TeXGyreHerosRegular';
  font-size: 14px;
  text-shadow: 0 1px 0 #FFFFFF;
}

/* repeating background */

.header#header-home {
  background:  url('../images/header/home-sprite.png') repeat-x 0 -506px;
}

.pocket-reflection{
  height: 410px;
  }
.header#header {
  background: url('../images/header/header-bg-repeat.jpg') repeat-x 0px 50px;
  height: 200px;

}
.header#blog {
  background: url('../images/header/header-blog-bg-repeat.jpg') repeat-x 0px 50px;
  height: 250px;
}

.header#minibar {
  background: url('../images/header/header-feedback-bg-repeat.png') repeat-x 0px 46px;
  height: 173px;
}
.appSelection#minibar  {
  background: url('../images/header/header-feedback-bg-repeat.png') repeat-x 0px 64px;
  height: 200px;
  }
#feedback.feed_head{
  background: url('../images/header/header-feedback-bg-repeat.png') repeat-x 0px 46px;
  }
#feedback{
  background: url('../images/header/header-feedback-bg-repeat.png') repeat-x 0px 64px;
  height: 191px;
}
/*For app Feedback page height*/
.feed_head#feedback
{
  height: 206px;
}
/* non-repeating background */

.header#header #header-content {
  background: url('../images/header/header-bg.jpg') no-repeat top center;
  height: 120px;
  padding-top: 30px;

}
.header#header-home #header-content {

position:relative;
top: -8px;
}

.header#blog #header-content {
  background: url('../images/header/header-blog-bg.jpg') no-repeat top center;
  height: 170px;
  padding-top: 30px;
}

.header#minibar #header-content {
  height: 150px;
  padding-top: 36px;
  margin-bottom: -50px;
}

.header#feedback #header-content {
  padding-top: 36px;
  margin-bottom: -50px;
}
#minibar.appSelection{
  height:200px; overflow: hidden;
}
#minibar.appSelection, #feedback.appSelection
{
  height:224px; overflow:hidden;
}
#header-content {
  font-size: 14px;
  /*color: #fff;*/ /*blue*/
  font-family: Georgia, Times, serif;
}
.header#header #header-content p {
  display: block;
  width: 465px;
}
#header-content h1 {
    color: #2C2B2B;
    float: left;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    width: 328px;
 }
.appBlog
{
  margin-left: 20px;
}
.masterblog
{
  margin-left: 0px;
}
.clsHeadIcon .header-title{
  margin-left:20px;
  }

.em-title {
  font-size: 14px;
}

/* menu */

#logo,a.normLogo,a.hoverLogo {
  /* background: url('../images/footer/footer-sprite.png') no-repeat 0 -540px; */
  position: absolute;
  display: inline-block;
  height: 46px;
  width: 284px;
  float:left;
  }
#logo {
	position: relative;

	}

a.normLogo {
	left: 0;
	top: 0;
	z-index: 10;
	background:url('../images/footer/footer-sprite.png') no-repeat 0 -540px;
}

a.hoverLogo {
	background:url('../images/footer/footer-sprite.png') 0 -586px no-repeat;
	left: 0;
	top: 0;
	}
#logo:hover {
  /*background: url('../images/footer/footer-sprite.png') 0 -586px no-repeat;*/
  }

#menu {
  background: url('../images/footer/footer-sprite.png') repeat-x 0 -491px;
  height: 46px;
  margin-top:18px;
  position:relative;
  z-index:10;
  }
#nav {
  height: 52px;
  position: absolute;
  right: 0px;
  overflow: hidden;
  margin-top:-6px;
}
#nav li {
  float: left;
  display: inline;
}
#nav li.apps{
}
#nav li a {
  /*background: url(../images/footer/footer-sprite.png) no-repeat;*/
  display: block;
  height: 16px;
	padding:0px 8px 0 8px;
  margin:18px 10px 0 10px;
  font-family:'AllerRegular';
  font-size:16px;
  font-weight:normal;
  text-decoration:none;

  text-shadow:0 1px 0 #043465;
}
#nav .home a{ 	background-position: -308px	-540px;}
#nav .about a{  background-position:-383px 	-540px;}
#nav .work a{ 	background-position:-461px 	-540px; }
#nav .apps a{ 	background-position:-526px 	-540px; }
#nav .service a{background-position:-601px 	-540px; }
#nav .contact a{background-position:-686px 	-540px; }

#nav .home a:hover{ background-position: -308px -556px;}
#nav .about a:hover{  background-position:-383px -556px;}
#nav .work a:hover{ background-position:-461px -556px; }
#nav .apps a:hover{ background-position:-526px -556px; }
#nav .service a:hover{  background-position:-601px -556px; }
#nav .contact a:hover{  background-position:-686px -556px; }
#nav li a:hover{
	text-shadow:0 1px 0 #043465, 0 0 5px #0e7abd, 0 0 3px #0e7abd, 0 0 10px #0e7abd, 0 0 20px #1b89cd, 0 1px 0 #043465;
	}
#nav li.active {
  background: url("../images/footer/footer-sprite.png") no-repeat scroll -776px -540px transparent;
  text-align:center;
  width: 70px;
  height:52px;
  padding:0 12px 0 12px;
}
#nav li.active a{
  margin-top:12px;
 }
#nav li.service.active{
	width:auto;
	background-position:-763px -540px;
}
#nav li.contact.active{
	background-position:-765px -540px;
	width:auto;
}
/* header titles */

.header-title {
  position:relative;
  font-weight:bolder;
}
.header-title a{
  text-decoration:none;
  font-size:22px;
  font-weight:700;
}
.welcome-to-crowded-road
{
  text-indent: 0px;
}

h1.header-title {
  height: 29px;
  /* min height, so that fonts have even height regardless of descenders*/
  font-weight:normal;
  font-family:'allerBold';
  font-size:24px;
  color:#ebebeb;

}
#service_Services1, #service_Additional_Information{
  margin-bottom:18px;
  }


/* slider */

.main-content-slider-wrap {
  /*width: 970px;*/
	margin-left:-5px;
	position:relative;
	z-index:1;
}

.header-home-bar {
    height: 30px;
    width: 970px;
/*    position: relative;
    z-index: 20;*/
}
#prev-arrow, #next-arrow {
  display: block;
  height: 17px;
  width: 11px;
  position: relative;
  z-index: 22;
}
#prev-arrow {
  background: url('../images/header/home-sprite.png') no-repeat -263px -384px;
  float: left;
  margin-top: 25px;
  width:19px;
  height:20px;
	z-index: 11;
}
#next-arrow {
  background: url('../images/header/home-sprite.png') -323px -384px;
  margin-top: 25px;
  width:19px;
  height:20px;
	position:absolute;
	margin-left:940px;
	z-index:11;
}
#prev-arrow:hover {  background-position: -263px -405px; }
 #next-arrow:hover{  background-position: -323px -405px; }

.header-slide-content-left, .header-slide-content-right { width: 588px; }
.header-slide-content-left { float: left; }
.header-slide-content-right { float: right;}

.header-slide-content-left .header-paragraph-content { float: left; }
.header-slide-content-right .header-paragraph-content { float: right; }

.header-paragraph-content {
  margin: 24px 0 0 31px;
  width: 328px;
}

.header-paragraph-content p
{
    position: relative;
    z-index: 10;
    top: 45px;
}
#slider-nav-wrap {
  margin-top: 12px;
}

#slider-nav {
  list-style: none;
  margin: 0 auto;
  width: 45px;
  list-style: none;
  position: relative;
  z-index: 10;
}

#slider-nav li {
  float: left;
}

#slider-nav li a {
  display: block;
  background: url('../images/header/home-sprite.png') -290px -379px;
  width: 20px;
  height: 20px;
}

#slider-nav li a:hover {
  background-position: -290px -400px;
}

#slider-nav li.active a {
  background-position: -290px -400px;
}
#slider-nav li.active {
  font-weight: bold;
}
.content-fade {
  position: absolute;
  width: 970px;
  height: 30px;
  z-index: 9999;
}

/* body */

#body {
	min-height:10px;
  padding-top: 45px;
  background: url('../images/footer/footer-sprite.png') 0 -966px repeat-x #ebedef;
  display:block;
}
.column img, .body-tit1le img, .service img, .method img {
  float: left;
  position: relative;
  top: -6px;
  padding-right:10px;
}
.iconlist img:hover{opacity:0.8;}
.service img{top:0;	}
.service .service-paragraph {
  width: 230px;
  float:left;
}

.method .method-paragraph {
  float: right;
  width: 550px;
}

.testimonial {
  color: #878b8e;
  padding: 6px 0 18px 0px;
  background: url(../images/footer/footer-sprite.png) no-repeat -940px -700px;
  text-indent:43px;
  text-shadow:0 1px 0px #fff;
  min-height:30px;
  font-size:14px;
  }

.bigbutton {
  height: 32px;
  width: 275px;
  margin-bottom: 30px;
  top:-6px;
}
.bigbuttonIpad
{
  margin-left:59px;
  margin-top:332px;
}

.bigbutton a {
	  background: url('../images/chat-live.png') top left no-repeat;
  display: block;
  height: 32px;
  width: 302px;
  font-size: 30px;
  font-weight:bold;
  text-align: right;
	font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.bigbutton a:hover {
	  background: url('../images/chat-live.png') 0 -32px no-repeat;
    cursor: pointer;
	}

#rateThisApp.bigbutton a {
  text-align: center;
  padding-top: 20px;
  font-size: 22px;
  cursor: pointer;
}

.bigbutton #plupperButton a {
  height: 32px;
  padding-top: 0px;
  background: url("../images/chat-live-normal.png") 0 -32px no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}

.bigbutton#cmdDownload a {
  height: 46px;
  padding-right: 0px;
  background: url('../images/bigbutton-normal.png') top left no-repeat;
  text-decoration:none;
  cursor: pointer;
}
.bigbutton#cmdDownload a span{
   /*display:inline-block;
	 color:#fff;
	 padding-top: 11px;
	 */

	border: 0 solid black;
	float: right;
	font-family: 'AllerBold';
	font-size: 24px;
	line-height: 25px;
	margin: 10px 0 0;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	width: 133px;
}
.bigbutton#cmdDownload a span span{
float:None;
margin:0;

}
#featureClients {
  list-style-type: none;
  margin-bottom: 30px;
  overflow: hidden;
  padding-right: 0px;
}
#featureClients img{
  float:left;
  padding:10px 8px 0 0px;
  }
#featureClients li {
float:left;
padding-top:6px;
}

#featureClients li:first-child {
  margin-left: 0;
}

.client-hover{
  display: none;
}

/* portfolio page */

#all-industries-dropdown {
  z-index: 10000;
  background: url('../images/black70.png');
  width: 200px !important;
  padding: 0;
  display: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  }

#all-industries-dropdown li {
  clear: both;
  margin: 0;
  padding: 0;
  height: auto;
}

#all-industries-dropdown li a {
  height: 35px;
  width: 140px;
  padding: 15px 30px 0px 30px;
  display: block;
  text-decoration: none;
}

#all-industries-dropdown li a:hover {
  background: url('../images/black50.png') repeat;
}

.column {
  width: 300px;
  float: left;
  position: relative;
}

.portfolio-item-img {
  margin-bottom: 5px; position: relative;
}

.portfolio-item {
  width: 300px;
  float: left;
  margin-right: 20px;
  padding:0;
  margin-bottom:30px;
}

.portfolio-row .portfolio-item:first-child {
  margin-left: 0px;
}

.portfolio-row {
  list-style-type:none;
  margin:0;
}

.portfolio-row:last-child .portfolio-item {
  padding-bottom: 30px;
}

.portfolio-item-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 200px;
  background: url('../images/portfolio/overlay.png') top left no-repeat;
}
.profile-overlay{
  position: absolute;
  margin-top:-3px;
  margin-left:-3px;
  z-index:1;
}

.portfolio-item-desc .column {
  width: auto;
}

.portfolio-item-desc .column:last-child {
  float: right;
}

.portfolio-item-desc .column:first-child a {
  font-weight: bold;
}

/* portfolio single item view */

.portfolio-single {
  clear: both;
}

.portfolio-single-desc {
  width: 300px;
  float: left;
}

.portfolio-single-slider {
  width: 630px;
  height: 350px;
  float: right;

}

.portfolio-subtitle {
  margin-top: -20px;
  width: 280px;
}

/* portfolio single item slider */

.portfolio-single-slider {
  overflow: hidden; /* So that slides are hidden when they go out of view */
  position: relative; /* So that the slides move relative to the display area */
}

#portfolio-single-slider-overlay {
  background: url('../images/portfolio/slider-overlay.png') no-repeat top left;
  height: 350px;
  width: 630px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.portfolio-single-slider ul.slider {
  height: 350px; /* Same as #slider */
  width: 10000em; /* So that the number of slides is unlimited*/
  list-style: none; /* To get rid of those ugly default bullets */
  position: absolute; /* So that the slides are positioned absolute, relative to the display area */
  left: 0px; /* Starting position, 0px from the left */
}

.portfolio-single-slider ul.slider li {
  width: 630px; /* Same as #slider, but for each individual slide */
  height: 350px; /* Same as #slider, but for each individual slide */
  float: left; /* To arrange the items side by side */
  display: block; /* <li> is usually an inline element; this changes that */
}

.portfolio-single-slider-nav {
  position: absolute;
  top: 320px;
  left: 0px;
  background: transparent;
  width: 630px;
  height: 30px;
  z-index: 2000;
  margin:0px auto;
}
.portfolio-single-slider-nav ul{margin:0;padding:0;}
.portfolio-single-slider-nav-bg {
  position: absolute;
  top: 320px;
  left: 0px;
  background: url('../images/black50.png');
  width: 630px;
  height: 30px;
}

a.prev {
  height: 18px;
  width: 12px;
  background: url('../images/portfolio/prev.png');
  text-indent: -9999px;
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  z-index: 2000;
}

a.next {
  height: 18px;
  width: 12px;
  background: url('../images/portfolio/next.png');
  text-indent: -9999px;
  display: block;
  float: right;
  margin-right: 10px;
  margin-top: 7px;
  z-index: 2000;
}

.portfolio-single-slider-nav-buttons {
  display: block;
  width: 570px;
  height: 30px;

  position: absolute;
  top: 330px;
  left: 30px;
  z-index: 3000;
}
.portfolio-single-slider-nav-buttons ul
{
  margin:0px auto;
}
.portfolio-single-slider-nav-buttons li {
  float: left;
  margin-right: 4px;
}

.portfolio-single-slider-nav-buttons li a {
  display: block;
  background: url('../images/header/work-slider-nav.png');
  width: 12px;
  height: 12px;
  text-indent: -9999px;
}

.portfolio-single-slider-nav-buttons li a:hover {
  background-position: 0px -12px;
}

.portfolio-single-slider-nav-buttons li.active a {
  background-position: 0px -24px;
}


.portoflio-single-slider-nav-buttons li:last-child {
  margin-right: 0px;
}

.portfolio-single-moreitems {
  margin-top: -30px;
  height: 120px;
}

.portfolio-single-moreitems ul li {
  float: left;
  margin-left: 30px;
}

.portfolio-single-moreitems ul li:first-child {
  margin-left: 0px;
}

/* apps page */

.app-item-img {
  position: relative;
  z-index: 3;
}
.app-item-img img{
  width:135px;
}

.app-item {
  margin-bottom: 45px;
  width: 135px;
  float: left;
  margin-right: 25px;
  font-size: 16px;
  border:0px solid black;
}

.app-row .app-item:first-child {
  margin-left: 0px;
}

.app-row {
  clear: both;
  list-style-type:none;
  margin:0;padding:0;
}

.app-item-overlay {
  display: none;
}

.app-item-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 135px;
  height: 135px;
  background: url('../images/apps/app-hover.png') top left no-repeat;

}
.rapp-item-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  /*background: url('../images/overlay-shadow.png') top left no-repeat;*/
}
.app-item-fix-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 135px;
  height: 135px;
  background: url('../images/apps/app-fixed-hover.png') top left no-repeat;

  z-index:1;
}
a.appshadow
{
  height: 135px; width: 135px; position: absolute; top: 0px; left: 0px; z-index: 5000;
  text-decoration: none;
}

.app-item-desc {
  text-align: center;
  font-weight: bold;
  line-height: 12px;
}

.app-item a  {
  color: #333333;
  text-decoration: none;
}
.app-item a:hover {
  color: #333333;
  text-decoration: none;
}
.app-item-desc a:hover
{
  text-decoration: underline;
}
.app-item a.appDescription
{
  height: 135px;
}
/* app single */
#cmdDownload.bigbutton a.bigbutton-overlay,
a.bigbutton-overlay,
#rateThisApp.bigbutton a.bigbutton-overlay
{
  height: 46px;
  width: 169px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-decoration: none;
  background: url("../images/bigbutton-hover.png") top left no-repeat;
}
#showLiveChat:hover{
  background: url("../images/chat-live-hover.png") top left no-repeat;
  }

/* main */

#download-on-the-app-store, #activity-feed, #contact-support, #live-chat {
  margin-bottom: 30px;
}

ul.bigbull {
  list-style-image: url('../images/bullet.png');
  margin-left: 1em;
}

ul.bigbull li {
  padding-left: 1em;
}

ul#features-list li {
  padding-bottom: 30px;
}

ul.app-single-thumbs-row {
  margin-bottom: 30px;
}

ul.app-single-thumbs-row li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 60px;
  height: 60px;
}

ul.app-single-thumbs-row li:last-child {
  margin-right: 0px;
}

ul.app-single-thumbs-row:last-child {
  margin-bottom: 30px;
  margin-top:-5px;
  display:block;
}

.app-single-thumb {
  position: absolute;
  top: 0px;
  left: 0px;
}
#ipad
{
  position: relative;
  top: -225px;
  height: 492px;
  top: -150px;
  left:5px;
  position:absolute;
  width:355px;

  background:url('../images/apps/ipad-apppage.png') no-repeat ;
}
#iphone
{
  background:url('../images/apps/iphone.png') no-repeat ;
  position:relative;
  width:338px;
  height:507px;
  top:-200px;
  left:35px;
}

#iphone-slider {
  height: 330px;
  left: 21px;
  position: absolute;
  top: 90px;
  width: 219px;
}

#ipad-slider
{
  height: 364px;
  left: 41px;
  position: absolute;
  top: 44px;
  width: 273px;
}
#ipad-wrapper {
  height: 330px;
  width:300px;
  margin:55px 0 0 -14px;
}
#iphone-wrapper{
  height: 330px;
  width:260px;
  margin:55px 0 0 -40px;
  }
#iphone-slider, #ipad-slider {
   overflow: hidden; /* So that slides are hidden when they go out of view */
}

#iphone-slider ul.slider , #ipad-slider ul.slider{
  height: 360px; /* Same as #slider */
  width: 10000em; /* So that the number of slides is unlimited */
  position: absolute; /* So that the slides are positioned absolute, relative to the display area */
  left: 0px; /* Starting position, 0px from the left */
}
#ipad-slider ul.slider{
  height: 392px;
}

#iphone-slider ul.slider li {
  width: 219px; /* Same as #slider, but for each individual slide */
  height: 360px; /* Same as #slider, but for each individual slide */
  float: left; /* To arrange the items side by side */
  display: block; /* <li> is usually an inline element; this changes that */
}

#ipad-slider ul.slider li {
  width: 273px; /* Same as #slider, but for each individual slide */
  height: 365px; /* Same as #slider, but for each individual slide */
  float: left; /* To arrange the items side by side */
  display: block; /* <li> is usually an inline element; this changes that */
}
/* blog/app news page */

.header#blog #header-content .container:first-child { height: 120px; }
#blog-minimenu {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 50px;
}
#blog-minimenu .container {
  height: 50px;
}
#blog-minimenu ul {
  width: 480px;
  float: left;
}
#blog-minimenu li {
  line-height: 50px;
  float: left;
  display: inline;
  margin-right: 30px;
}
#blog-minimenu li a { color: #ffffff; } /*blue*/
#search-box-container { position: relative; }
#search-box {
  border: none;
  background: transparent url(../images/count.png) no-repeat repeat scroll 0 ;
  width: 240px;
  height: 22px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  color: #b3cedb; /*blue*/
  font-family: Helvetica, Arial, sans-serif;
  font-size:  12px;
  padding-top: 8px;
}
#search-form { float: right; }
#search-submit {
  position: absolute;
  top: 17px;
  left: 272px;
  height: 16px;
  width: 16px;
  border: none;
  background: url('../images/search-icon.popUpDivpng');
  cursor: pointer;
}

p small { font-size: 10px; }

.post .post-title, .post .post-title a, h2 {
  color: #4c4c4c;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  text-shadow: 0px 1px 0px #FFFFFF;
  font-weight:bold;
}
.post .post-title a:hover {
  color:#0080C3;
	text-decoration:underline;
	}
p.subtitle {
  margin-top: -5px;
  margin-bottom:0px;
}

.post .post-title, .post .post-title a {
  margin-bottom: 0px;
}

.post-top {
  clear: both;
  height: 50px;
}

.post-top-header {
  width: 560px;
  float: left;
}
.post-top-header2 {

  float: left;
}
.comments-num {
  display: block;
  width: 53px;
  height: 40px;
  float: right;
  font-size: 16px;
}
.comments-num a {
  background: url('../images/comments.png') top left no-repeat;
  text-decoration: none;
  font-size:18px;
  color: #8b8d90;
  display: inline-block;
  height: 44px;
  padding: 7px 9px 0 0;
  width: 43px;
  text-align:center;
  font-family:'AllerBold';
}
.comments-num a:hover {text-decoration:none;}
#blog-quote h2 {
  color: #666;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: inherit;
  font-style: italic;
  line-height: 30px;
}
#blog-about-image {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 0 30px;
}
#blog-about-content {
  float: right;
  width: 190px;
}

#button {
  background: url('../images/button-body.jpg') no-repeat scroll top left;
  color: #4d4d4d;
  height: 30px;
  font-family: Helvetica, Arial, sans-serif;
  clear: both;
  margin-bottom: 30px;
  text-shadow: 0 1px 0 #fff;
}
#button span {
  background: url('../images/button-end.jpg') no-repeat scroll top right;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6px;
  height: 24px;
}
#button:hover {
  text-decoration: none;
  background-position: 0px -30px;
}
#button span:hover { background-position: right -30px; }
#button:active {
  text-decoration: none;
  background-position: 0px -60px;
}
#button span:active { background-position: right -60px; }

/* app news - individual post */

.column img.comment-avatar {
  width: 60px;
  height: 60px;
  top: 0;
}

.comment-content {
  background: url('../images/comment-bg-top.png') no-repeat top right;
  float: right;
  height: auto;
  width: 500px;
  padding: 20px 20px 15px 30px;
}

.comment-content-bottom {
  background: url('../images/comment-bg-bottom.png') no-repeat top right;
  float: right;
  height: 35px;
  width: 550px;
}

.comment {
  padding-bottom: 30px;
  clear: both;
}

.comment p {
  margin: 0;
  padding: 0;
}

.comment-info {
  color: #666666;
  font-size: 10px;
}

a#older-posts {
  background: url('../images/older-posts.png') no-repeat top left;
  text-indent: -9999px;
  width: 85px;
  height: 20px;
  display: block;
}

a#older-posts:hover {
  background: url('../images/older-posts-hover.png') no-repeat top left;
}

a#newer-posts {
  background: url('../images/newer-posts.png') no-repeat top left;
  text-indent: -9999px;
  width: 85px;
  height: 20px;
  display: block;
}

a#newer-posts:hover {
  background: url('../images/newer-posts-hover.png') no-repeat top left;
}


/* comment form */

#frmcomments {
  margin-bottom: 30px;
}

#frmcomments #name, #frmcomments #email {
  margin-right: 25px;
  float:left;
  width:241px;
}
#frmcomments #careerEmail{float:left; margin-right:0; width:241px;}
#frmcomments.contact-form #name{width:403px; margin-right:0;}
#frmcomments #email {
	margin-right:0;
	}
/*#frmcomments #subject*/
#frmcomments #website, #frmcomments #message,#frmcomments #subject  {
  width: 568px;
}

#frmcomments .contactSubject
{
  width: 463px;
}
/* app feedback page */

#feedback-minibar  {
/*  height: 40px;*/
  text-align: left;
  background:#a8aaaf;
  position: relative;
/*  border-top:1px solid #7e7f82;*/
}

.header#feedback #header-minibar ,
.appSelection#minibar #header-minibar /* Manish added */
{
  height: 40px;
  position: relative;
  top: -2px;
}

.header#feedback #header-minibar ul,
.appSelection#minibar #header-minibar ul /* Manish added */
{
  margin: 0;
  padding: 0;
  height: 40px;
}

#header-minibar #categories li.header-minibar-divider {
  background: url('../images/header/minibar-divider.png') no-repeat left 12px;
  height: 48px;
  width: 2px;
  margin:0 10px;
}

#feedback-minibar a {
  color: #333333;
}

#feedback-form {
  width: 630px;
  margin:0px 0 50px 0;
  height:45px;
}

#feedback-form #submit, .create {
  z-index: 6;
  background: url('../images/apps/feedback-submit.png') no-repeat;
  border: none;
  text-indent: -9999px;
  text-transform:capitalize;
  display:inline;
  height: 30px;
  width: 100px;
  cursor: pointer;

}
.create{
  background: url('../images/submit_new_idea.png') no-repeat;
	width:78px;
	position:relative;
	margin-right: 10px;
	margin-top: 3px;
 float: left;
}

#feedback-form #submit:hover { background-position: 0px 0px; }
#feedback-form #submit:active { background-position: 0px 0px; }

.feedback {
  clear: both;
  position: relative;
}

.feedback .column:first-child {
  width: 53px;
  float: left;
}

.feedback .column:last-child {
  width: 556px;
  float: right;
  margin-left:20px;
}

.votes {
  background: url('../images/apps/feedback-vote.jpg') top left no-repeat;
  height: 29px; width: 51px;
  padding: 11px 0 0 0;
  font-size: 24px;
  font-family: 'AllerBold', Helvetica, Arial, sans-serif;
  text-align:center;
  float:left;
}

.accepted {
  position: relative;
  top: 0px;
  padding-left: 22px;
}

a.votebutton {
  background: url('../images/apps/feedback-vote.jpg') no-repeat;
  background-position: 0px -39px;
  text-indent: -9999px;
  display: block;
  height: 20px;
  width: 60px;
  margin-bottom: 5px;
}

a.votebutton:hover {
  background: url('../images/apps/feedback-vote-hover.jpg') no-repeat;
}

.feedback-response {
  background: url('../images/apps/feedback-response-middle.jpg') repeat-y;
  width:526px;
  padding: 0px 15px;
  margin: 0;
  color: #ffffff;
}

.feedback-response p {
	clear:both;
  padding: 0;
  margin: 0;
  color:#fff;
  text-shadow:0px 1px 0 #2e2e31;
  font-size:13px;
}

.feedback-response h2 {
  margin-bottom: 0px;
  text-transform:uppercase;
  font-size:12px;
  float:left;
  }
.postby{
  float:right;
  }
.comment_post{
  clear:both;
  text-shadow:0 1px 0 #444;
  padding-top:10px;
  font-size:13px;
  width:510px;
  }
.comment_avatar{
  background: url(../images/comment-avatar.png) no-repeat;
  width:15px;
  height:15px;
  float:left;
  margin-right:10px;
  margin-top:2px;
  }

.feedback-response, .feedback-response h2 {
  color: #ffffff;
  text-shadow: 0px 1px 0px #000;
}
abbr{font-size:12px; color:#999; border:0 none;text-shadow:none;}

.feedback-response-top {
	width:556px;
  height: 30px;
  margin-top:-14px;
  background: url('../images/apps/feedback-response-top.jpg') no-repeat top center;
}

.feedback-response-bottom {
	width:556px;
  height: 60px;
  background: url('../images/apps/feedback-response-bottom.jpg') no-repeat top center;
}

/* about page */

#header-minibar, #feedback-minibar {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#header-minibar {
  height: 50px;
}

#header-minibar .container {
  height: 40px;

}

#header-minibar ul{height:44px; overflow:hidden;}
#header-minibar ul, #feedback-minibar ul {
  width: 100%;
  float: left;
  margin-top:-2px;
}
#feedback-minibar ul {margin-top:0;	}
.social_ul{
  left: 360px;
  position: relative;
  top: -44px;
  margin-bottom:0;
  height:0;
  }

#header-minibar li {
  line-height: 48px;
  float: left;
  margin-right: 20px;

}

#header-minibar li a {
  display: block;
  padding-right: 10px;
  padding-top:3px;
  line-height:49px;
}

#feedback-minibar li {
  line-height: 33px;
  float: left;
  margin-right: 10px;
}

#header-minibar li a {
  text-decoration: none;
  position: relative;
  left: 10px;
  color: #fff;
  font-size:14px;
  text-shadow:0px 1px 0px #71737B;
  font-family:'AllerRegular';
  float: left;
  display: inline-block;
}

#feedback-minibar li {
  padding-left: 10px;
	margin-top:2px;
}

#feedback-minibar li a {
  text-decoration: none;
  display: block;
  padding-right: 10px;
  font-family:'AllerRegular';
  font-size:14px;
  text-shadow:0 1px 0 #71737B;
  color:#fff;
}

#header-minibar li.active, #header-minibar li:hover {
  background: url('../images/minibar-active-left.png') center left no-repeat;
}

#header-minibar li.active a, #header-minibar li:hover a, #header-minibar li.active:hover a {
  background: url('../images/minibar-active-right.png') right 17px no-repeat;
  color: #ffffff;
  padding:3px 10px 4px 0px;
  text-shadow:0px 1px 0px #575961;
}

#feedback-minibar li.active, #feedback-minibar li:hover {
  background: url('../images/feedback-minibar-active-left.png') center left no-repeat;
}

#feedback-minibar li.active a, #feedback-minibar li:hover a, #feedback-minibar li.active:hover a {
  color: #ffffff;
  background: url('../images/feedback-minibar-active-right.jpg') center right no-repeat;
}

.bodyOverlay #feedback-minibar li.active a,.bodyOverlay #feedback-minibar li:hover a,.bodyOverlay #feedback-minibar li.active:hover a
{
  background: url('../images/feedback-minibar-overlay-right.png ') center right no-repeat;
}
.profile-avatar {
  float: left;
  width: 60px;
  height: 80px;
  margin: 10px 0 30px;
}
.profile-description {
  float: right;
  width: 540px;
}

/* contact page */

form input.field, form textarea, form button, input.field { margin-bottom: 18px; }
form input.field, form textarea, input.field {
  background:#dde0e4;
	font-family: 'TeXGyreHerosRegular';
  font-size: 14px;
  color:#434343;
  text-shadow:0 1px 0 #fff;
  width: 403px;
  border-top: 1px solid #CFD3D6;
  border-bottom: 1px solid #fff;
  border-right:1px solid #E7E9EB;
  border-left:1px solid #E7E9EB;
}
form input.field, input.field {
  padding: 13px 29px 13px 29px;
}
form textarea {
  padding: 13px 29px;
  height: 172px;
}
.contact-form {}
form input.FeebackTextArea {
	font-family:'TeXGyreHerosRegular',helvetica,arial,sans;
	background:#dde0e4;
	color: #434343;
  height: 20px;
  font-size: 14px;
  width: 570px;
  Overflow-x:hidden;
  Overflow-y:hidden;
	/*border: 1px solid red;*/
	padding: 13px 29px;
  border-top: 1px solid #CFD3D6;
  border-bottom: 1px solid #fff;
  border-right:1px solid #E7E9EB;
  border-left:1px solid #E7E9EB;
}

#SaveIdea, #CancelIdea {
  border: none;
  text-indent: -9999px;
  display: block;
  height: 30px;
  width: 100px;
  cursor: pointer;
}
#CancelIdea
{
  background: url('../images/cancel.png') no-repeat;
}
#SaveIdea:hover { background-position: 0px -30px; }
#submit:active, #SaveIdea:active { background-position: 0px -60px; }

#contact-map {
  background: url('../images/map.jpg') no-repeat;
  height: 300px;
  width: 300px;
  margin: 0 0 30px;
}
#contact-info {
  padding: 30px;
  background: url('../images/map-tip.png') no-repeat;
}
#contact-info h1 { color: #fff; }
#contact-info p { color: #ccc; }
#contact-info p strong, #contact-info p strong a { color: #fff; }

ul.iconlist li {
  float: left;
  margin-right: 3px;
}

ul.iconlist {
  height: 32px;
  margin-top:30px;
}

/* body titles */

.body-title {
  position:relative;
}

h1.body-title {
  margin:0;

  /* min height, so that fonts have even height regardless of descenders*/
}

.body-title span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat;
}

/* footer */

#footer {
  color: #8e969d;
}

#footer.portfolio {
  margin-top: -30px;
}

#footer  {
	background: url("../images/footer/footer-sprite.png") repeat-x;
	height:368px;
	width:100%;
	border-top:1px solid #fff;
}

#footer-main .container {
  padding-top: 23px;
  height:230px;
}
#footer h1 {
  color: #3390D1;
  font-family: 'AllerRegular';
  font-size:18px;
  font-weight:normal;
  text-shadow: 0 -1px #000000;
  }
#footer-main a { color: #00a7ff; }
#footer-main a.link-white {
  color: #606268;
  font-size:13px;
	border-bottom:1px solid #606268;
   }
#footer-main a.link-white:hover {
  color:#8D8F95;
	text-decoration:none;
	border-bottom:1px solid #8D8F95;
  }
#footer-main .column p{margin-bottom:10px;}
#footer strong { color: #8d8f95; font-size:13px; }
#footer-legal {
  overflow: hidden;
  clear:both;
  height:30px;
}
#footer-legal .container {
  background: none;
}
#footer #footer-legal p {
  color: #545760;
  font-family: 'AllerItalic';
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  text-shadow:none;
}

#footer-legal p a {
  color: #545760;
}

#footer-breadcrumb {
  background: url('../images/footer/footer-breadcrumb-bg-repeat.jpg') repeat-x bottom #f2f2f2;
  height: 40px;
	clear:both;
}
#footer-breadcrumb .container a {
  line-height: 40px;
  text-decoration:none;
}
.breadcrumb-divider {
  float: left;
  width: 13px;
  height: 40px;
  background: url('../images/footer/breadcrumb-divider.png');
  margin-right: 10px;
}
a.bc-link {
  float: left;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  margin-right: 10px;
  /*text-transform:capitalize;*/
}

a.bc-link:hover {
  color: #000;
}

a.bc-link img { margin-top: 10px; }

a#bc-home {
  display: block;
  background: url('../images/footer/home-icon.png') center center no-repeat;
  height: 16px;
  width: 16px;
  margin-top: 10px;
  text-indent: -9999px;
}

a#bc-home:hover {
  background: url('../images/footer/home-icon-hover.png') center center no-repeat;
}

/* footer social */

#footer-social {
  padding: 30px 0 0 25px;
  float:left;
  margin:0;
}

#footer-social li {
  float: left;
  display: inline;
  }
#footer-social li a {
  display: block;
  height: 23px;
  text-indent: -9999px;
}
#social-twitter { width: 110px; height:23px; background: url('../images/footer/footer-sprite.png') -24px -443px; }
#social-facebook { width: 114px; height:23px; background: url('../images/footer/footer-sprite.png') -134px -443px; }
#social-rss { width: 62px; height:23px; background: url('../images/footer/footer-sprite.png') -249px -443px; }

#footer-social li a#social-twitter:hover { background-position: -24px -466px; }
#footer-social li a#social-facebook:hover { background-position: -134px -466px; }
#footer-social li a#social-rss:hover { background-position: -249px -466px; }

/* titles */

.footer-title {
  position: relative;
}

h1.footer-title {
  height: 20px;
  /* min height, so that fonts have even height regardless of descenders*/
}

.footer-title span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat;
}

.footer-title#get-a-quote-from-us { width: 167px; }
.footer-title#get-a-quote-from-us span { background: url('../images/titles/get-a-quote-from-us.png') no-repeat; }

.footer-title#links-friends { }
.footer-title#links-friends span { background: url('../images/titles/links-friends.png') no-repeat; }

.footer-title#we-tweet { }
.footer-title#we-tweet span { background: url('../images/titles/we-tweet.png') no-repeat; }
.hideBlock {display:none;}
.portfolio-overlay, .app-overlay{
  position:absolute;
  z-index:2;
}
.app-single-thumb-active
{

}
#twitter_update_list
{
  list-style-type:none;
}
img.clientOverlay
{
  position:absolute;
  left:0px;
  top:0px;
}

#app-single-description,#app-single-description-ipad {
  width: 290px;
  background:#dde0e4;
  font-size: 14px;
  color: #b2b7bd;
  text-shadow:0 1px 0 #fff;
  border-top: 1px solid #CFD3D6;
  border-bottom: 1px solid #fff;
  border-right:1px solid #E7E9EB;
  border-left:1px solid #E7E9EB;
  margin-top:-8px;
}
#app-single-description-ipad{
  width: 220px;
  background:#dde0e4;
  font-size: 14px;
  color: #b2b7bd;
  text-shadow:0 1px 0 #fff;
  border-top: 1px solid #CFD3D6;
  border-bottom: 1px solid #fff;
  border-right:1px solid #E7E9EB;
  border-left:1px solid #E7E9EB;
  margin-top:-8px;
}

#app-single-description p, #app-single-description-ipad p {
  margin-bottom: 0px;
  margin-right: 30px;
  margin-left:10px;
  display:none;
}
#app-single-description-ipad p{
  width:170px;
}

#app-single-description-bottom , #app-single-description-bottom-ipad {
  height: 5px;
  width: 310px;
  padding: 0;
  position: relative;
  top: 10px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
.portfolio_single_item{
  position: absolute; top: 0px; left: 0px; width:135px; height:90px;
  background:transparent url('../images/portfolio/thumbnail-overlay.png') no-repeat;
}
.worksingle-overlay
{
  position: absolute; top: 0px; left: 0px; width:135px; height:90px;
  background:transparent url('../images/135x90_normal.png') no-repeat;
}
.tabs small
{
  display:none;
}
.tabs em{
  font-style:normal;
  font-size:10px;
}
#indicator{
	background: url("../images/checking.gif") no-repeat scroll 0 0 transparent;
	clear: both;
	display: none;
	height: 16px;
	margin-right: 105px;
	position: absolute;
	width: 16px;
	right: 0px;
	margin-top:10px;
}
#submittingTweet{display:none;}
.submitPanel {
 margin-top: -43px;
 display:block;
}
.submitPanel p.clsVotes
{
/*  position:absolute;
  text-align:right;
  width:630px;*/
	float: right;
}
.submitPanel p.clsVotes
{
	clear: both;
  display:block;
}
.submitPanel p.clsVotes span
{
/*  font-size:150%;
  color:#808080;*/

}
.submitPanel #submit{
  right:0;
  margin-right:30px;
  float:right;
}
span.yellow
{
  background-color:yellow;
}
h2.small {
  font-size: 14px;
}

#suggestions .pop-in  {
    border:1px outset #AAAAAA;
    background-color:#D3D3D3;
    padding:1px 3px;
    width:89px;
    z-index:2;
    position:absolute;
    margin-left:10px;
    margin-top:35px;
    text-align:right;
  }
.feedbackpanel
{
  float:left;
}
.feedbackpanel h2.small {
  font-size: 14px;
  margin-bottom:14px;
	font-family:inherit;
	font-size:14px;
	font-weight:normal;
}

.feedbackpanel h2 {
  margin-bottom:0px;
  font-family:'TeXGyreHerosRegular',helvetica,arial,sans;
  font-weight:bold;
  font-size:12px;
}
.feedbackpanel h2.post-title{
	width:556px;
	font-family:'TeXGyreHerosRegular',helvetica,arial,sans;
	font-weight:bold;
	font-size:18px;
	}
h2.feed_title	{font-size:18px;}
#suggestions .pop-in p
  {
    color:#666666;
    font-size:90%;
    margin-bottom:2px;
  }
#suggestions .points
  {
    border-color:#CCCCCC #CCCCCC #f0ebef;
    border-style:solid solid none;
    border-width:1px 1px 0;
    color:#666666;
    float:none;
    font-size:100%;
    padding:2px 10px 0px 10px;
    text-align:center;
    text-transform:lowercase;
  }
.suggestion .points
  {
    border-color:#CCCCCC #CCCCCC #f0ebef;
    border-style:solid solid none;
    border-width:1px 1px 0;
    color:#666666;
    float:none;
    font-size:100%;
    padding:2px 10px 0px 10px;
    text-align:center;
    text-transform:lowercase;
  }

#suggestions a.teaser:hover
  {
    color:#FFFFFF;
    opacity:1;
  }
#suggestions div.teaser,
#suggestions a.teaser  {
	float:left;
    display:block;
    font-size:120%;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:0.8;
    padding:4px 0;
    text-align:center;
    text-transform:lowercase;
    text-decoration:none;

  }
#suggestions div.teaser
{
  padding-left:10px;
  padding-right:10px;
  margin-top:5px;
  background-color:#F4930A;
  color:white;
}
.point-toggle
{
  float:right;
}
.votings {white-space:nowrap;}
.votings li { display:inline; }
.votings a { color:#000; font-size:22px; }
.votings a:hover {text-decoration:none; color:#0066CC;cursor:pointer;font-size:22px;}
.clsPostings
{
  margin-bottom:30px;
}
.clsPostings p, .post p, .post ul, .post li
{
  margin-bottom:5px;
}
.post ul{
  margin-left:15px;
  padding-left:10px;
}
.post-top ul{
  margin-left:0px;
  padding-left:0px;

}
p.msg{
  font-weight:bolder;
  color:#00699C;
}
.blockOverlay
{
  opacity:0.7;
}
.popup{display:none;width:350px;text-align:left;}
.popup .clslbl{display:block;}
.clsPopMessage
{
  background-color:#00689C;
  padding:10px;
  color:#FDFDFD;
}
.popup #Description{ height:50px;margin-bottom:10px;}
.popup input.field { margin-bottom:10px;}
.popup .clslbl label{float:left;width:140px;display:block;}
.clsCreatePop{padding:10px;}

.details
{
padding: 5px 0px 0px 0px;
}
.details dt
{
font-size: 14px;
padding: 5px 0px 0px 0px;
}

.details dd.metric
{
  font-size: 150%;
  font-weight: bold;
  vertical-align: middle;

}

.details dd.metric img
{
  vertical-align: middle;
}

.details dd.clsBackNav.clsuser
{
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}



ol.stats
{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
ol.tabs
{
list-style-image:none;
list-style-position:outside;
list-style-type:none;

}
.clsBackNav a
{
  font-size:14px;
  text-decoration:none;
  color:#0066CC;
  font-weight:bolder;
  padding:0 5px 0 0px;
}
.clsBackNav a:hover
{
  color:#808080;
}

h3.clsUserName
{
  font-size:250%;
}
.clsAvtar
{
  float:left;
}
div.clsRightResult
{
  margin-left:65px;
}


div.userprofile
{
  margin-left:70px;
}

.sidebar
{
  float:right;
  width:264px;
  text-align:left;
}

 .points
  {
    border-color:#CCCCCC #CCCCCC #f0ebef;
    border-style:solid solid none;
    border-width:1px 1px 0;
    color:#666666;
    float:none;
    font-size:100%;
    padding:2px 10px 0px 10px;
    text-align:center;
    text-transform:lowercase;
  }

 .moderation div.teaser,
.moderation a.teaser
  {
    background-color:#DDDDDD;
    display:block;
    font-size:120%;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:0.8;
    padding:4px 0;
    text-align:center;
    text-transform:lowercase;
    text-decoration:none;
    color:#0066CC;
  }
 .moderation div.teaser
{
  padding-left:10px;
  padding-right:10px;
  margin-top:5px;
  background-color:#F4930A;
  color:white;
}

#search_results ol.stats
{
  float:right;
  clear:right;
  margin:10px 20px 0 30px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}
#search_results ol.stats li
{
  /*commented by nilesh
  -moz-border-radius-topright:0.3em;*/
 background: url('../images/Count.png')no-repeat;

  color:#1B1B1B;
  border: 0px red solid;
  float:left;
  font-size:180%;
  font-weight:bold;
  letter-spacing:-1px;
  margin-right:5px;
  padding:15px 5px;
  text-align:center;
  width:50px;
  height:35px;

}
#search_results .stats label
{
  color:#1B1B1B;
  display:block;
  font-size:50%;
  font-weight:normal;
  letter-spacing:0;
  line-height:0.9;
  text-transform:lowercase;
}

.feedback .maincolumn
{
  display:inline;
}
.feedback .maincolumn
{
  float:left;
  width:675px;
}
.feedback .sidebar
{
  float:right;
  width:254px;
  text-align:left;
}

 .points em {
color:#333333;
display:block;
font-size:200%;
font-weight:bold;
letter-spacing:-1px;
margin-bottom:-0.3em;

}

.points {
border-style:solid solid none;
color:#666666;
font-size:100%;
text-align:center;
text-transform:lowercase;
}

.suggestion .content
  {
    margin-left:65px;
  }

.tabs li.current a {
font-size:100%;
}

ol.tabs
{
  background: url('../images/gray-line.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  float:left;
  width:100%;
}


.tabs li.current a {
/*commented by nilesh background-color:#FFFFFF;*/
border-color:#CCCCCC #CCCCCC white;
border-style:solid solid none;
border-width:1px 1px medium;
color:#333333;
font-family:arial,san-serif;
font-size:130%;
font-weight:bold;
margin-bottom:0;
margin-top:1px;
padding:2px 6px 3px 5px;
white-space:nowrap;
}
.tabs li.current  {
padding-left:10px;
}


ol.tabs2
{
  background: url('../images/gray-line.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  width:98%;
}
.tabs2 li.current a {
border-color:#CCCCCC #CCCCCC white;
border-style:solid solid none;
border-width:1px 1px medium;
font-family:arial,san-serif;
color:black;
font-size:100%;
font-weight:bold;
margin-bottom:0;
margin-top:1px;
padding:2px 6px 3px 5px;
white-space:nowrap;
}
.tabs2 li.current  {
padding-left:10px;
}
.feedback div.clsCommentList
{
  clear:left;
  padding-top:10px;
  padding-right: 20px;
}

.content-column2
{
width:620px;
padding-left: 10px;
}
.suggestion .content
  {
    margin-left:65px;
  }
#Comments .tabs li.current a
{
  font-size:100%;
}
#Comments,
#views
  {
    float:left;
    margin:15px 0 5px;
    padding-bottom:0;
    width:100%;
  }



.boxSubscribe
{
  position:absolute;
  width:235px;
  overflow:auto;
  margin-left:237px;
  margin-top:46px;
  padding-top:20px;
  z-index:2;
  height:0px;
  }

.clsUpdateList
{
  background-color:#E2E7EA;
  border:1px solid white;
  padding:10px;
  position:absolute;
  z-index:3;
  display:block;
  /*top:-170px; */
}
.clsUpdateList form
{
  padding:0;margin:0px;
}
.clsUpdateList label
{
  font-family:verdana,sans;
  font-size:12px;
  display:block;
  color: black;
}
.clsUpdateList div
{
  padding:4px;
}
.MasterBoxSubscribe
{
  margin-left:217px;
}

.clsinput {
border:1px solid gray;
font-size:12px;
padding:5px;
}

#feedback.clsDetailFeedback{
  height:172px;
	background-position: 0 46px;
}


/*commented by nilesh ------- user Feedback CSS ------*/

.content-column2
{
margin-left:265px;
}
.suggestion .content
  {
    margin-left:65px;
  }

  .suggestion h2 a.title:hover
  {
    text-decoration:underline;
    /*background-color:#0066CC;*/
  }
.suggestion h2, .suggestion h2 a.title
  {
    color:#444444;
    font-weight:bolder;
    text-decoration:none;
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:1.0;
  }
.suggestion h2 .status
  {
    background-color:#BBBBBB;
    color:#FFFFFF !important;
    font-size:60%;
    font-weight:bold;
    letter-spacing:0;
    margin-left:10px;

  }
.suggestion h2
  {
    font-size:160%;
    font-weight:bold;
    letter-spacing:-1px;
  }

.suggestion h2 a
  {


  text-decoration: none;
  }
.suggestion .description
  {
    color:#666666;
    font-size:120%;
    font-weight:normal;
    margin:3px 0 0 0px;
  }
.desc{
	width:556px;
	}
.topNav
{
  font-size:11px;

}
.topNav ul
{
  list-style-type:none;
  margin:0px;
  width:100%;
}
.topNav ul li:before
{
  content: "\00BB \0020";
}
.topNav ul li
{
  float:left;
  padding-bottom:10px;
  padding-left:5px;
}
.topNav ul li a
{
  color:gray;
  font-weight:600;
}
#all-industries_sub{
  display:none;
  }
.footerHighlight
{
  font-family:sans,Verdana;
}
.clsLiveChat
{
  height: 60px;
  width: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  text-decoration: none;
  background: url("../images/bigbutton-hover.png") top left no-repeat;
  cursor: pointer;
}
h1.highlight, h1.body-title, .bigbutton a{
  text-shadow:0px 1px 0px #ffffff;
  color:#484a50;
  font-family:'Ubuntu'/*,'AllerBold'*/;
  font-size:18px;
	font-weight:500;
  cursor: pointer;
}

.bigbutton a{

}
iframe{
border:0px;
background: none;
background:transparent;
}
iframe html body{
	border:0;
	background: none;
	}
#body .appdetail{
  width:355px;
  }
.appdetail ul{
  padding-left:10px;
  margin-left:10px;
}
.appdetail p, .appdetail ul li{
  margin-bottom:10px;
}

a.MainSitemapCategory
{
  font-weight:bold;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: underline;
}
.SitemapContainer
{
  float:left;
}

#SitemapMainCategory
{
  list-style:disc;
  font-weight:bold;
  list-style-position: inside;
  list-style-image: url("../images/arrow.png");
}
#SitemapMainCategory ul
{
  margin-bottom :0px;
}

#SitemapSubCategory  ul
{
  margin-bottom :0px;
}

#SitemapSubCategory  li
{
  list-style:square;
  margin-bottom :0px;
  margin-left: 25px;
  list-style-position: inside;
  list-style-image: url("../images/arrow.png");
}
#SitemapSCatList  ul
{
  margin-bottom :0px;
}
#SitemapSCatList  li
{
  margin-bottom :0px;
  list-style:circle;
  list-style-position: inside;
  list-style-image: url("../images/arrow.png");
}
.accepted, .UnderReview, .completed, .rejected, .planned, .started, .openToFeedback
{
  width:76px;
  display:inline-block;
  height:22px;
  border:0px solid black;
}
.openToFeedback
{
  width: 125px;
}
.accepted{  background: url('../images/rate-rss-email.png')  0 -86px no-repeat; vertical-align:middle; padding:0;}
.UnderReview{  background: url('../images/rate-rss-email.png')  -80px -108px no-repeat;vertical-align:middle; width:90px;}
.completed{  background: url('../images/rate-rss-email.png')  0 -108px no-repeat;vertical-align:middle;}
.rejected {   background: url('../images/rate-rss-email.png')  -80px -85px no-repeat;vertical-align:middle;}
.planned {  background: url('../images/rate-rss-email.png')  -80px -64px no-repeat;vertical-align:middle;}
.started{   background: url('../images/rate-rss-email.png')  0 -64px no-repeat;vertical-align:middle;}
.openToFeedback {   background: url("../images/rate-rss-email.png") no-repeat scroll -179px -107px transparent; vertical-align:     middle;   width: 114px; }
p.subtitle {
	margin-bottom:18px;
	font-style:italic;
	font-size:12px;
	font-weight:normal;
}
.applyfields label{
display:block;
float:left;
margin-top:8px;
width:110px;
text-align:right;
padding-right:5px;
}
.applyfields label.position{
margin-top:0px;
}
li.arrow_img{
padding-bottom:10px;
list-style:inside;
}
.browse-resume{
width:300px;
padding-bottom: 5px;
}

#jobDescription ul li, #jobPositionMenu li
{
list-style:inside;
}

#jobPositionMenu li a:hover
{
  text-decoration: underline;
}
.flashContainer{
  overflow: visible;
}

#careers_combo_container
{
  padding-bottom: 15px;
  clear: both;
  display: block;
}

.youtubeOverlay
{
  background: transparent url('../images/slider-overlayYoutube.png')  left top no-repeat ;
  vertical-align:top;
  height : 8px;
  z-index: 2;
  position:absolute;
  width:630px;
}

.apps-overlayArraow
{
  background: transparent url('../images/play-arrow.png')  no-repeat ;
  vertical-align:middle;
  height : 32px;
  z-index: 1;
  position:absolute;
  width:32px;
  left: 20px;
  top:19px;
  cursor: pointer;
}
/* Begin Twirlie Mandatory Styles */

.main-content-slider-top{
  width: 966px; /* The width of the display area */
  height: 280px; /* The height of the display area */
  overflow: hidden; /* So that slides are hidden when they go out of view */
  position: relative;/*relative;*/ /* So that the slides move relative to the display area */
  margin-top:18px;
  color:black;
}
.main-content-slider-top ul
{
  position: absolute;
  width:966px;
  height: 283px; /* The height of the display area */
  list-style: none; /* To get rid of those ugly default bullets */
}
.main-content-slider-top li
{
  height: 270px; /* The height of the display area */
  width: 968px;
  left: 0px; /* Starting position, 0px from the left */
  top: 271px; /* Starting position, 0px from the top */
  position:absolute;
  margin-top: 10px;
  background: url("../images/header/home-sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
}
.main-content-sliderul {
  height: 320px; /* Same as #slider */
  width: 10000em; /* So that the number of slides is unlimited */
  list-style: none; /* To get rid of those ugly default bullets */
  position: absolute; /* So that the slides are positioned absolute, relative to the display area */
  left: 0px; /* Starting position, 0px from the left */
}

.main-content-sliderul li {
  width: 967px; /* Same as #slider, but for each individual slide */
  height: 320px; /* Same as #slider, but for each individual slide */
  /*float: left;*/ /* To arrange the items side by side */
  display: block; /* <li> is usually an inline element; this changes that */
  margin:  0 30px 0 0;
  background: url(../images/header/slider-main-bg.png) no-repeat;
}
.rating img{  position:relative;  top:-10px; line-height:40px;  width:40px; vertical-align:middle;}.lblRate {position:relative; top:-8px;padding-right:10px;}

.works-overlayArraow{
  background: transparent url('../images/play32x32.png') no-repeat;
  vertical-align:middle;
  height : 32px;
  z-index: 1;
  position:absolute;
  width:32px;
  left: 53px;
  top: 30px;
  opacity:0.6;
}
.works-overlayArraow:hover{opacity:1;}
#app-single-NewsletterUpdates{
  margin-top:60px;

}
#app-single-NewsletterUpdates h1
{
  margin-bottom: 10px;
}
.appicon{
background:url("../images/apps/appicon_wrapper.png") no-repeat scroll 0 0 transparent;
float:left;
height:70px;
margin:5px;
position:relative;
top:-22px;
width:70px;
z-index:11;
  }
.iconapp_wrapper{
	margin-top: -18px;
  float:left;
   position: relative;
    z-index: 1;
}
#tweetintroText
{
  padding-bottom: 40px;
}

.sliderappicon
{
}
.appiconImage
{
  top:0;
  left:3px;
  position:absolute;
  z-index:5;
  width:66px;
  height:66px;
  border:none;
}
.appiconImageOverlay
{
  position:relative;
  z-index:6;
  width:70px;
  height:70px;
  border:none;
}
.short_news_home{
  background: url("../images/header/home-sprite.png") repeat-x 0 -918px ;
  height:133px;
  clear:both;
  }

.news_container{
  width:960px;
  margin:0 auto;
  }
.short_news_home h1{
	font-family: 'BebasNeueRegular';
  font-size:48px;
  margin:0;
  padding:0;
  text-shadow: 0 1px #3E3F44;
  color:#000;
  width:70px;
  line-height:40px;
  }
.readbutton,a.read_hover{
	width:54px;
	position:absolute;
	}
.readbutton{
	position:relative;
	margin:0 0 0 7px;
	}
a.read_b {
	left: 0;
	top: 0;
	z-index: 10;
	background: url(../images/header/home-sprite.png) no-repeat -500px -380px;
	text-indent: -9999px;
	display:inline-block;
	height:24px;
	width:54px;
	border:0;
  margin: 0 auto;
  padding: 0;
  position:absolute;
}

a.read_hover {
	background: url(../images/header/home-sprite.png) -500px -404px no-repeat;
	left: 0;
	top: 0;
	height:24px;
	z-index:8;
	}
.short_news_home span{
	font-family: 'BebasNeueRegular';
	font-size:16px;
	text-shadow: 0 -1px 0 #000;
  color:#565961;
  text-transform:uppercase;
	width:70px;
	display:inline-block;
	text-align:center;
}

.short_news_home .news_txt{
  float:right;
  width:215px;
  background: url(../images/footer/footer-sprite.png) 0 -700px;
  height:85px;
  padding-left:14px;
  }
.news1{
	float: left;
	padding-right: 19px;
	padding-top: 25px;
	width: 300px;
  }
.news3  {
  padding-right:0px;
  }
.news_date{
  float:left;
	text-align:center;
  }
.short_news_home h4 a{
	font-family: 'AllerRegular';
  font-size:18px;
  color:#8d8f95;
  font-weight:normal;
  padding-bottom:10px;
  margin-top:0px;
	height:11px; /* This is intensionally added */
	overflow:hidden;
	text-shadow: 0 -1px 0 #000;
  display: block;
  }
.news_txt p{
	color:#606268;
	/*padding-top:6px;*/
	text-shadow:0 -1px 0 #010101;
	font-family: 'TeXGyreHerosRegular';
	font-size:13px;
	height:60px;
	overflow:hidden;
}
.border-img-b{
  background: url(../images/footer/footer-sprite.png) 0 -657px repeat-x;
  padding-bottom:0px;
  margin-bottom:15px;
  }
#footer .container{
  width:960px;
  }
#footer .column-3 .column {
  margin-left: 0;
  margin-bottom:15px;
  padding: 0 15px;
  width: 300px;
  background: url("../images/footer/footer-sprite.png") 0 -700px repeat-y;
  height:215px;
  }
#footer .column-m {
  width:150px;
  float:left;
  }

.social_container {
  height:71px;
  border-top:1px dotted #2B2C2F;
  }

.social_grain_bg{
	background: url("../images/footer/footer-sprite.png") no-repeat 0 -368px;
	width:980px;
  margin:0 auto;
	}

.footer-subscribe{
  float:right;
  padding: 30px 25px 0 0;
  margin:0;
  }
.footer-subscribe li{
  list-style:none;
  float:left;
  height:23px;
  }
.label_sub{
  background: url(../images/footer/footer-sprite.png) -491px -443px no-repeat;
  width:205px;
  display: block;
  text-indent: -9999px;
  text-transform: capitalize;
  }
.footer-subscribe li.mail{
  background:  transparent url("../images/footer/footer-sprite.png") -700px -443px no-repeat;
  width: 196px;
  }
.footer-subscribe li.mail input{
 	background: none transparent;
  padding: 2px 10px 3px 0;
  margin-left:10px;
  color:white;
  border:0;
  width:166px;
  vertical-align:middle;
  font-family:'AllerRegular';
  	}
.footer-subscribe li .check{
  background: url(../images/footer/footer-sprite.png) -896px -443px no-repeat;
  width:28px;
  height:23px;
  text-indent:-9999px;
  text-transform: capitalize;
  display:block;
  border:0;
}

.footer-subscribe li .check:hover {
  background-position: -926px -443px;
  cursor:pointer;
}

#relatedapps, #FeedbackrApps, #newestapps{
  float: left;
  height: 135px;
  position : relative;
  width: 566px;
	margin-bottom:7px;
}
#slider-apps .relatedAppsContainer ul li{
  padding:15px 16px 0 0px;
  background:none;
  margin:0;
    }
#slider-apps .relatedAppsContainer {
  width:384px;
  margin-left:47px;
  }
#slider-apps #newestapps{
  width:465px;
  }

.relatedAppsContainer
{
  height: 150px;
  margin: 0 0 0 50px;
  overflow: hidden;
  position: relative;
  width: 495px;
}
#FeedbackrApps .relatedAppsContainer
{
  width: 400px;
}
#relatedapps ul, #FeedbackrApps ul, #newestapps ul{
  width: 10000em;
  position:absolute;
}

#contactusLapps{
  border: 1px solid black;
  float: left;
  height: 182px;
  padding: 13px 0 0 18px;
  width: 450px;
}

#footer p{
  text-shadow:0 -1px 0px #010101;
  font-size:13px;
  color:#8e969d;
   }
#live-chat-btn  {
  width:300px;
}
.label_check
{
  Background: url(../images/check-off.png) no-repeat;
  margin-right: 5px;
  }
label.c_on {
  background: url(../images/check-on.png) no-repeat;
  }
.label_check input, .label_radio input {
  position: absolute; left: -9999px;
  }
.download_btn{
    background: url("../images/apps/app-store-btn.png") no-repeat scroll 0 -92px transparent;
    display: block;
    height: 15px;
    padding: 31px 0 0 152px;
    position: relative;
    z-index:1;
    top: 19px;
		z-index:2;
  }
.download_btn:hover{
  background-position: 0px -138px;
  }
.app_store_btn{
  background: url("../images/apps/price-lable.png") no-repeat scroll 70px -69px transparent;
  height: 69px;
  position: absolute;
  width: 248px;
  top:-20px;
  }

.column-ipad .app_store_btn span {
  top:-16px;
  padding-left:143px;
  font-size:23px;
  width:86px;
  text-align:center;
  }

.column-iphone .app_store_btn {
  background: url("../images/apps/price-lable.png") no-repeat scroll 162px 0 transparent;
  width: 330px;
  }
.column-iphone .app_store_btn .download_btn {
  background: url("../images/apps/app-store-btn.png") no-repeat scroll 0 0 transparent;
  top: 17px;
  padding-left:155px;
  font-size:23px;
  }
.column-iphone .app_store_btn .download_btn:hover {
  background-position: 0px -46px;
  }

.slide-m-bg{
  background: url("../images/apps/app-slide-left.png") top left no-repeat;
  height:125px;
  }
.slide-l-bg{
  background: url("../images/apps/app-slide-mid.png") repeat-x scroll transparent;
  }
.slide-r-bg{
  background: url("../images/apps/app-slide-right.png") top right no-repeat;
  height:125px;
  }

.column-3 .appsComboCol{
  width:585px;
}
#apps-slider{
  float:right;
  margin-left:0;
  margin-top:30px;
  height:135px;
  }
#feed_relatedApps #FeedbackrApps, #newFeedbackApps{
  width:299px;
  margin-bottom:8px;
  }

#relatedapps .app-item-img img , #FeedbackrApps .app-item-img img, #newestapps .app-item-img img
{
  width:80px;
}
.app-item-img  a.appDescription
{
  height: 135px;
  display: block;
}
#relatedapps .app-item, #FeedbackrApps .app-item, #newestapps .app-item {
    background: url("../images/apps/app-right-border.png") no-repeat scroll right center transparent;
    height: 56px;
    list-style-type: none;
    padding: 15px 26px 35px 0px;
    width: 80px;
  }

#FeedbackrApps ul{
	margin:7px 0 0 6px;
	}
 #FeedbackrApps .app-item {
 	margin:0 6px 0 0px;
 	}
#relatedapps .app-item a, #FeedbackrApps .app-item a, #newestapps .app-item a {
  color:#808182;
  text-shadow: 0px 1px 0px #fff;
  font-size:12px;
  font-weight:normal;
	font-family: 'TeXGyreHerosRegular';
  }
#relatedapps .app-item a:hover, #FeedbackrApps .app-item a:hover, #newestapps .app-item a:hover {
	color:#000;
	text-decoration:none;
	}

#relatedapps .app_left_arrow, #relatedapps .app_right_arrow, #FeedbackrApps .app_left_arrow, #FeedbackrApps .app_right_arrow {
  list-style:none;
  }

.app_left_arrow{
  background: url(../images/apps/app-left-arrow.png) no-repeat;
  height:23px;
  width:23px;
  float:left;
  position: absolute;
  top: 54px;
  margin: 0 12px;
  float:left;
  }
.app_right_arrow{
  background: url(../images/apps/app-right-arrow.png) no-repeat;
  height:23px;
  width:23px;
  float:right;
  position: absolute;
  right: 0px;
  top: 54px;
  margin:0 12px;
  }
.app_left_arrow:hover, .app_right_arrow:hover{background-position:0 -23px;}
.switch {
  left: 126px;
  position: absolute;
  top: 465px;
  }
.switch ul li{
  float:left;
  list-style:none;
  text-indent:-9999px;
  }
#iphone .switch{
  left: 77px;
  top: 523px;
  width:170px;
  }
.ipad_info{
  background: url(../images/apps/info-ipad.png) no-repeat;
  width:20px;
  cursor: pointer;
  height: 19px;
  margin-right:10px;
}
.switch_bg{
  background: url(../images/apps/ipad-switch-bg.png) 1px 0px no-repeat;
  width:47px;
  margin-right:10px;
  height:19px;
}
.switch_bg div{width:40px;padding:0px 2px;margin:0px auto;}
.switch_bg img{
  position: relative;
  top: 2px;
  padding-right:0;
  }
.ipad-retina{
  background: url(../images/apps/retina-ipad.png) no-repeat 0 1px;
  width:30px;
  cursor: pointer;
  height: 20px;
  }
  .ipad_info:hover, .ipad-retina:hover{ background-position:0 -20px;}
#emailFreeUpdate{
  padding: 6px 0 8px 8px;
  color:#798187;
  font-size:15px;
  margin-bottom:0;
  }
.submit_subscribe{
  background: url("../images/apps/submit-subscribe.jpg") no-repeat scroll 0 0 transparent;
  border: medium none;
  cursor: pointer;
  display: block;
  height: 22px;
  left: 190px;
  position: relative;
  text-indent: -9999px;
  text-transform: capitalize;
  top: -29px;
  width: 27px;
  }
.column-iphone .submit_subscribe  {
  left:262px;
  top:-29px;
  }

.right_arrow{
    background: url("../images/apps/right-arrow.jpg") no-repeat scroll center right transparent;
    width: 230px;
    padding:10px 0 10px 0px;
    }
.column-iphone .right_arrow{
  width:300px;

  }
#thumbnails img{
  top:0;
  }
#description{
  color:#434343;
  text-shadow:0 1px 0 #fff;
  }
.promo_act{
  height: 122px;
  left: 225px;
  margin: 1px 0 0 0px;
  position: absolute;
  top: 0;
  width: 141px;
  z-index: 1;
}
.no_promo{
  background: url("../images/apps/no-promo.png") no-repeat scroll right top transparent;
  height: 131px;
  left: 9px;
  position: absolute;
  top: 75px;
  width: 400px;
  }
#iphone .promo_act {
   margin: 2px 0 0 -92px;
  }
#iphone .no_promo {
  left:-28px;
  top:125px;
  width:343px;
  }
.updates_txt  {
  color: #B2B4B7;
  text-shadow: 0 1px 0 #fff;
  }
/*-- Slider Navigation */

.rAppsSlider-nav {
  list-style: none;
  margin: 0 auto;
  width:60px;
  padding-top:4px;
}

.rAppsSlider-nav li {
  float: left;
  padding:0 2px 0 2px;
  background:#EBEDEF;
}

.rAppsSlider-nav li a {
  display: block;
  background: url('../images/apps/slide-dots.png') no-repeat;
  width: 16px;
  height: 13px;
}
.rAppsSlider-nav li a:hover, .rAppsSlider-nav li.circleActive a {
  background-position: 0 -13px;
}

.rAppsSlider-nav li.ActiveLi a {
  background-position: 0 -13px;
}

.rAppsSlider-nav li.active a {
  background-position: 0px -13px;
}
.rAppsSlider-nav li.active {
  font-weight: bold;
}
.feeds{

  height:48px;
    }

.feeds ul li{
  float: left;
  list-style: none outside none;
  margin-left: 15px;
  }
.feeds ul li a{
  height: 30px;
  text-indent: -9999px;
  width: 90px;
  display:block;
  }

a.feed_rate{
  background: url("../images/rate-rss-email.png") no-repeat scroll transparent;
  }
a.feed_rss{
  background: url("../images/rate-rss-email.png") no-repeat scroll -106px 0 transparent;
  }
a.feed_email{
  background: url("../images/rate-rss-email.png") no-repeat scroll -212px 0 transparent;
  }
a.feed_rate:hover{
  background: url("../images/rate-rss-email.png") no-repeat scroll 0 -30px transparent;
  }
a.feed_rss:hover{
  background: url("../images/rate-rss-email.png") no-repeat scroll -106px -30px transparent;
  }
a.feed_email:hover {
  background: url("../images/rate-rss-email.png") no-repeat scroll -212px -30px transparent;
  }

#feed_relatedApps {

  }
#feed_relatedApps p, #newFeedbackApps p{
  text-align:center;
  font-style:normal;
  margin:0;
  font-size:12px;
  background: url(../images/apps/small-slider-arrow.jpg) center bottom no-repeat;
  position:relative;
  top:8px;
  padding-bottom:8px;
  }

  #newFeedbackApps
  {
    margin-top: 30px;
    clear: both;
  }
#feed_relatedApps .relatedAppsContainer, #newFeedbackApps .relatedAppsContainer{
  margin:2px;
  width:290px;
  }
#feed_relatedApps .relatedAppsContainer ul li, #newFeedbackApps .relatedAppsContainer ul li{
  padding:5px;
  background:none;
  }
.sliderWraper{
  clear:both;
  background: url(../images/h1-border-bottom.png) center center repeat-x;
  height:20px;
  }
.app_store_btn span{
position: relative;
font-size:24px;
color:#fff;
text-shadow:0 1px 1px #3d7a00;
padding: 3px 0 0 185px;
top: -16px;
width:128px;
display:inline-block;
text-align:center;
font-family:'AllerBold';
  }

#popupOverlay
{
  display: none;
  color: #000000;
  opacity: 0.5;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
	 background: black;
	opacity:0.7;
}
#containerPopup{
  position:absolute;
  width:960px;
  top: 235px;
  z-index:101;
  display: none;
}
.popUpDiv {
  width: 700px;
  height: 500px;
  margin: 0 auto;
  padding: 10px;
}

#close {
  float: right;
}

.coupon_containner, #Tweetcoupon_containner
{
  width: 700px;
  height: 500px;
  margin: 0 auto;
  padding: 10px;
}
#winners
{
  /*padding: 0px;*/
}
#winners h2
{
  margin: 0px;
}
#winnersList
{
  float : left;
}
.borderClass
{
  background: url("../images/h1-border-bottom.png") repeat-x scroll center center transparent;
  clear: both;
  height: 20px;
}
.winnersList
{
	/*padding-top: 20px;*/
}
.winnersList td
{
  padding-left: 15px;
}
.winnersList td.winnerImg
{
	padding-left: 0px;
}
.winnersList td.tUserSelected
{
  width: 290px;
	color: #4D4D4D;
}
.winnersList td.timeageo a
{
	color: #B5B8BB;
}
#tabs
{
  margin-top:20px;
}
.instructiondots{
  height: 360px;
  position: absolute;
  width: 219px;
  position: absolute;
}
.instructiondots img
{
  position: absolute;
  cursor: pointer;
}
#iphone-reflection{
    background: url("../images/iphone-reflection.png") no-repeat right top transparent;
    height: 227px;
    position: relative;
    top: 90px;
    width: 240px;
}
/* tooltip styling */
.tooltip {
    /*background: url("../images/black_arrow.png") no-repeat scroll center center transparent;*/
    color: #FFFFFF;
    display: none;
    font-size:13px;
    margin:106px 0 0 -47px;
    padding:15px;
    width: 145px;
    height:55px;
    z-index: 1;
    text-shadow:1px 1px 0 #010101;
}

.tooltipHead
{
  width: 172px;
  height:20px;
  background: url("../images/tooltip/tooltip-top.png") no-repeat scroll center center transparent;
}
.tooltipDescription
{
  width: 152px;
  background: url("../images/tooltip/tooltip-mid.png") repeat scroll center center transparent;
  padding : 0 10px;
}

.tooltipFooter
{
  width: 172px;
  height:12px;
  background: url("../images/tooltip/tooltip-bottom.png") no-repeat scroll center center transparent;
}

.shareButtons
{
  clear: both;
  margin-top: 65px;
  width: 299px;
  vertical-align: middle;
}
.shareButtons iframe
{
  vertical-align: middle;

}
.FeedbackShareButtons
{
   margin: 0 auto;
   background: url(../images/h1-border-bottom.png) left bottom repeat-x;
   padding: 0 0 12px 0;
 }
#tweetcontainner
{
  margin-top: 25px;
}
#appImgSlide li a
{
  display: block;
}
#appImgSlide li img{
  top:0px;
}
.AppIconIphone
{
  background : url("../images/homeslider/icon-wrapper.png") no-repeat;
  height: 164px;
  position: absolute;
  top: 0;
  width: 142px;
}
.AppIconIpad{
  background: url("../images/homeslider/icon-ipad-slider.png") no-repeat scroll 0 0 transparent;
  height: 157px;
  margin-left: -16px;
  position: absolute;
  top: 9px;
  width: 158px;
  }
.ipad-app-img{
  margin-top:12px;
  }
.pocket-mid-box{
  background: url('../images/homeslider/pocket-mid-box.png') 0 0 repeat-x;
  height: 86px;
  margin-top: 274px;
  position: absolute;
  width: 978px;
  }
.pocket-left-box{
  background: url('../images/homeslider/pocket-left-box.png') left top no-repeat;
  height: 86px;
}
.pocket-right-box{
  background: url('../images/homeslider/pocket-right-box.png') right top no-repeat;
  height: 86px;
}
.pocket-mid{
	background: url("../images/header/home-sprite.png") repeat-x scroll 0px -473px transparent;
  height: 10px;
  margin: 0px auto;
  position: absolute;
  width: 979px;
	border:0px solid red;
	margin-top:270px;
	margin-left:-10px;
}
.pocket-right{
	background: url("../images/header/home-sprite.png") no-repeat scroll 0 -459px transparent;
	float: right;
	height: 10px;
	width: 10px;
}
.pocket-left{
	background: url("../images/header/home-sprite.png") no-repeat scroll 0px -447px transparent;
  height:10px;
  }

.person-profile, .page_title{
  margin-top:15px;
  }
.method img {
  margin-top:10px;
  }

.promo_act img{
  border:0;

  }
/* rounded image styles */
.rounded-img {
  display: inline-block;
  overflow: hidden;
  box-shadow: 0px 0px 15px #000000;
}

.rounded-img2 {
  display: inline-block;

}
.rounded-IntrroImg {
  display: inline-block;
  overflow: hidden;
	width: 960px;
	height: 270px;
	margin-left:-9px;
	background-repeat: no-repeat;
	background-position:center center;
}
.roundedAppicon
{
  display: inline-block;
  overflow: hidden;
	border:1px solid transparent;
}
.clsAppIcon{
  border:1px solid transparent;
  display:inline-block;
  height:56px;
  width: 56px;
  top:0px;
  position:relative;
}
.appiconimg{
  padding-left:10px;
  height:73px;
  background: transparent url("../images/icon_shadow.png") no-repeat right bottom  ;
}
#feedback .otherMenu{
	padding-left:445px;
	}
.otherMenu{
  padding-left:156px;
  clear:both;
  padding-top:3px;
}
.otherMenu span{
  font-size:14px;
  font-weight:normal;
  font-family: 'AllerRegular';
	display:inline-block;
	float:left;
	margin-right:15px;
	color: #fff;
  text-shadow:0px 1px 0px #71737B;
}
.otherMenu .social{
	float:left;
}
.otherMenu iframe{

}

.clsPopup li.introSlide
{
	background-image: none;
	margin: 10px 0 0 9px;
	width: 0;
}
.main-content-slider-top li.noBackgrond
{
  /*background: none;*/
}
.calltoactionText{
  margin-top: 194px;
  padding: 22px 0 0 6px;
  position: absolute;
  z-index: 10;
}
.intro-text{
	margin-left:12px;
}
.in-text{
	margin-left:-25px;
	}
.calltoactionText a{
  text-decoration: none;
  font-family: 'AllerBoldItalic';
  font-size:18px;
	text-shadow:0 1px 0 #043465;
	width:235px;
	text-align:left;
	padding-left:28px;
	padding-top:3px;
}
.calltoactionText a:hover{
	text-shadow: 0 1px 0 #043465, 0px 0px 5px #D4D4D4 , 0 0 3px #0e7abd, 0 0 10px #0e7abd, 0 0 20px #1b89cd, 0 1px 0 #043465;
	text-decoration:none;
}
.AppiconTop20{
  margin-top: -20px;
}
.roundimgCalltoaction
{
  background: url("../images/homeslider/cta-round.png") no-repeat scroll center top transparent;
  height: 60px;
  margin-left: -3px;
  margin-top: 202px;
  position: absolute;
  width: 7px;
  z-index: 10;
}
.intro-shadow{
	background: url("../images/header/home-sprite.png") repeat-x 0px -1054px transparent;
	height: 15px;
	margin: 265px 0 0 0px;
	position: absolute;
	width: 990px;
	z-index: 2;
	}
.introSlide .calltoactionImg{
	margin-left: -9px;
}
.calltoactionImg{
	background: url("../images/header/home-sprite.png") -1px -380px no-repeat;
  height: 60px;
  margin-left: 0;
  margin-top: 195px;
  position: absolute;
  width: 264px;
  z-index: 10;
}
#slideShadow{
  background: url("../images/header/home-sprite.png") no-repeat scroll 2px -272px transparent;
  height: 60px;
  margin-left: 0;
  position: absolute;
  width: 978px;
  display:block;
	margin-top:-60px;
}
.ShadowWrapper{
  height: 60px;
  margin-left: -8px;
  position: absolute;
  width: 978px;
  display:block;
  overflow: hidden;
  margin-top: 280px;
}
.AppiconShadow{
	background: url("../images/header/home-sprite.png") no-repeat scroll -356px -380px transparent;
	height: 19px;
	margin: -5px 0 0 0;
	position: absolute;
	width: 137px;
	z-index: 10;
}
.SingleAppiconShadow{
	clear:both;
    background: url("../images/homeslider/app-icon-ref.png") no-repeat scroll 0 0 transparent;
    height: 9px;
    margin: -6px 0 0;
    position: absolute;
    width: 56px;
}
#show-graph img{
	position:inherit;
	}
#about_menu {
	margin-top:-2px;
	}

/*********************** Start Rainbow *************************/
.rainbow {
	background: transparent;
	display: block;
	position: relative;
	height: 1px;
	overflow: hidden;
	z-index: 4;
	}

.rainbow span {
	position: absolute;
	top: 0;
	/*left: 1px;*/
	display: block;
	white-space: nowrap;
	}

a .rainbow span { /* For within floated elements. */
	white-space: nowrap;
	}

.rainbows-highlight {
	color: #fff !important;
	display: block;
	position: absolute;
	top: -1px;
	left: 0px;
	z-index: 2;
	}

.rainbows-shadow {
	color: #fff !important;
	display:block;
	position: absolute;
	top: 1px;
	left: 0px; /* can be one or two depending on 90 or 135 degree global light */
	z-index: 3;
	}

.back .text .rainbows-shadow {
	color: #fff !important;
	opacity: 0.3;
	}
#who-we-are, #whatwedo, #featured-clients, #testimonials-title{
	height:40px;
	font-size:24px;
	cursor:default;
}

/*********************** End Rainbow *************************/

#LikePluginPagelet .connect_widget .like_button_no_like .piece, .connect_widget .like_button_no_like {background:#000;}

.resumeSelect{

  background:#dde0e4;
  font-family: 'TeXGyreHerosRegular';
  font-size: 14px;
  color:#434343;
  text-shadow:0 1px 0 #fff;
  width: 568px;
  border-top: 1px solid #CFD3D6;
  border-bottom: 1px solid #fff;
  border-right:1px solid #E7E9EB;
  border-left:1px solid #E7E9EB;
  padding: 13px 29px 13px 29px;
  margin-bottom: 15px;
}
p.careersMessage
{
  margin-bottom: 15px;
}

/*.promo-img{
	background: url(../images/apps/promotion-active.png) no-repeat 0 0;
	height:131px;
	width:135px;
	}
.promo-img:hover{background-position: 0 0;	}*/

.post-top-header p small abbr{font-size:10px;}

.readMoreLink
{
  padding-top :15px;
  color: #0080C3;
}
.readMoreLink:hover
{
  text-decoration:underline;
}
/* --------- New App Postings --------*/
.newAppPostings { font-family:'TeXGyreHerosRegular',Arial,Helvetica,sans-serif; font-size:14px;}
.newAppPostings a{color:#0080C3;font-weight:normal;}
.newAppPostings a:hover{text-decoration:underline;}
.newAppPostings label{width:100px;text-align:right;padding-right:10px;display:block;float:left;}
.newAppPostings .clsFooter {margin-top:100px;  }
.newAppPostings .spaceabove{ margin-top:10px;}
.newAppPostings ul.appScreenshot{ margin:0;padding: 2px;width: 640px;float: left;}
.newAppPostings ul.appScreenshot li{ list-style-type:none;}
.newAppPostings ul.appScreenshot li.optSel {float:left;background-color:#F3FFE2;border:1px solid #B1BAA5;padding:2px;}
.newAppPostings ul.appScreenshot li.optSel a{display:block;}
.newAppPostings ul.appScreenshot li a:hover{/*text-decoration: underline;*/color:blue;}
.newAppPostings ul.appScreenshot img{vertical-align:middle;top: 0px;padding-right:0px;}
.newAppPostings .clear{clear:both;}
.newAppPostings .space{padding-top:10px;clear:both;}
.newAppPostings .FooterText{ padding-top: 5px;padding-bottom: 5px;}
.newAppPostings .clear{ clear:both;}
.newAppPostings p {margin-bottom:5px;  font-family:'TeXGyreHerosRegular',Arial,Helvetica,sans-serif;}
/*---------- New Promotion Postings ----------*/
.newPromotionPostings { font-family:'TeXGyreHerosRegular',Arial,Helvetica,sans-serif; font-size:14px;}
.newPromotionPostings label { width:100px;text-align:right;padding-right:10px;display:block;float:left; }
.newPromotionPostings a { color:#0080C3;font-weight:normal; }
.newPromotionPostings a:hover { text-decoration:underline; }
.newPromotionPostings p {margin-bottom:5px;  font-family:'TeXGyreHerosRegular',Arial,Helvetica,sans-serif;}
.newPromotionPostings .clsFooter {margin-top:100px;  }
.newPromotionPostings .clear{ clear:both;}
.newAppPostings .space{padding-top:10px;}
/*--------- Expire Promotion -----------*/
.winnersPostings { font-family:'TeXGyreHerosRegular',Arial,Helvetica,sans-serif; font-size:14px; }
.winnersPostings .WinnersList table th{ line-height:14px; text-align:left; white-space: nowrap; font-family:'AllerRegular',helvetica,arial,sans; font-size:14px;}
.winnersPostings label{width:100px;text-align:right;padding-right:10px;display:block;float:left;}
.winnersPostings .clsFooter {margin-top:100px;  }
.winnersPostings a{color:#0080C3;font-weight:normal;}
.winnersPostings a:hover{text-decoration:underline;}
.winnersPostings table{border:1px solid #44454A;}
.winnersPostings .tablerows{ }
.winnersPostings td{color:#434343; text-shadow:0 1px 0 #fff; border-bottom:1px solid #ccc; padding:5px;font-size:14px; font-family:'TeXGyreHerosRegular',Arial,Helvetica,sans-serif;text-align: left;}
.winnersPostings th{
  text-shadow: 0 1px 0 #000;
  padding:5px;
  font-weight:normal;
  text-align: left;
}
.winnersPostings .headings{ background-color:#44454A;color:#FFFFFF;}
.winnersPostings p {margin-bottom:5px;  font-family:'TeXGyreHerosRegular',Arial,Helvetica,sans-serif;}
.winnersPostings .promotionheading{ line-height:10px;text-transform:capitalize; text-shadow:0 1px 0 #000; font-family:'AllerRegular', helvetica, sans, arial;background-color:#0653A3;color:#FFFFFF; border-bottom:1px solid #222;}
.winnersPostings .spaceabove{ margin-top:10px;}

#message1
{
  overflow: hidden;
}



#subscribedNewsLetterWrapper {
    background: none repeat scroll 0 0 ;
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}
#subscribedNewsLetterPopup{
    color: #0A3555;
    display: none;
    margin: 100px auto;
    padding: 9px;
    text-align: left;
    width:960px;
    z-index: 101;
}
#LoadingImageDiv
{
  clear:both;
  text-align:center;
}
#LoadingImage
{
  display: none;
}

#socialButtons{

}
.FacebookLikeButton
{

}
.TwitterLikeButton
{

}

#header-minibar li  a.FacebookLikeButton:active, #header-minibar li:hover a.FacebookLikeButton, #header-minibar li.active:hover a.FacebookLikeButton {
  background:none;
}

#header-minibar li  a.TwitterLikeButton:active, #header-minibar li:hover a.TwitterLikeButton, #header-minibar li.active:hover a.TwitterLikeButton {
  background:none;
}
.promo_act img.promo_actImage
{
  opacity: 1;
  position: absolute;
  z-index:20;
}
.promo_act img.promo_actImageHover
{

  position: absolute;
  z-index:25;
}
.FacebookLikeButton img
{
  position : absolute;
  /*border: 1px solid red;*/
  margin-top: 12px;
}
.fLikeButtonHover, .tLikebuttonHover
{
  opacity: 0.0;
}
.TwitterLikeButton img
{
  margin-left: 63px;
  margin-top: 12px;
  position: absolute;
}
.CommentReply
{
  margin-left: 50px;
  float:left;
}
/*-------- sexyalertbox ----------*/
#SexyAlertBox-Box {
  padding-bottom: 24px;
  background: url('../images/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('../images/bg-box-bottom.gif') bottom left no-repeat;
  display: none;
}

#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url('../images/bg-box-top.png') top left no-repeat !important;
  background: url('../images/bg-box-top.gif') top left no-repeat;
}

#SexyAlertBox-BoxContent {
  background: url('../images/bg-box-body.png') top left repeat-y !important;
  background: url('../images/bg-box-body.gif') top left repeat-y;
  padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
  padding: 0px 0px 5px 55px;
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong{
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

#SexyAlertBox-Buttons{
  text-align:right;
}

#SexyAlertBox-Buttons input {
  margin: 10px 10px;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#SexyAlertBox-Box .BoxAlert {
  background: url('../images/dialog-warning.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxConfirm {
  background: url('../images/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxPrompt {
  background: url('../images/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxInfo {
  background: url('../images/dialog-information.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxError {
  background: url('../images/dialog-error.png') top left no-repeat;
}

/*-------- sexylightbox ----------*/
#SLB-Wrapper{margin:.5em 0;margin:auto;font-family:Verdana;text-align:left;position:absolute;}#SLB-Wrapper #SLB-Background{position:absolute;left:7px;top:7px;float:left;}#SLB-Wrapper #SLB-Top{background:transparent no-repeat scroll 100% 0;height:28px;margin:0 0 0 18px;}#SLB-Wrapper #SLB-Top a{float:right;display:inline;padding:0;margin:5px 10px;width:41px;height:16px;text-decoration:none;}#SLB-Wrapper #SLB-Top a:hover{background-position:0 -16px;}#SLB-Wrapper #SLB-Top img{float:right;border:0;margin:6px 10px;width:41px;height:16px;}#SLB-Wrapper #SLB-Top div{background:transparent no-repeat scroll 0 0;font-size:0;height:28px;left:-18px;line-height:0;position:relative;width:18px;}#SLB-Wrapper #SLB-Bottom{background:transparent no-repeat scroll 0 43%;height:20px;margin:0 18px 0 0;}#SLB-Wrapper #SLB-Bottom #SLB-BottomRight{background:transparent no-repeat scroll 100% 43%;font-size:0;height:20px;right:-18px;line-height:0;position:relative;width:100%;float:right;}#SLB-Wrapper #SLB-Bottom.SLB-bbnav,#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{height:52px;}#SLB-Wrapper #SLB-Bottom.SLB-bbnav{background-position:0 100%;}#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{background-position:100% 100%;}#SLB-Wrapper #SLB-Contenido{border-left:7px solid #000;border-right:7px solid #000;}#SLB-Wrapper #SLB-Bottom #SLB-Navegador{font-size:11px;color:#000;height:30px;border-left:0;border-right:0;padding:10px 0;margin:0;line-height:11px;float:left;width:100%;}#SLB-Wrapper #SLB-Navegador #SLB-Right,#SLB-Wrapper #SLB-Navegador #SLB-Left{display:inline;padding:0;margin:0;width:26px;height:26px;text-decoration:none;}#SLB-Wrapper #SLB-Navegador #SLB-Right{background-position:26px 0;margin:0 18px 0 10px;float:right;}#SLB-Wrapper #SLB-Navegador #SLB-Right:hover{background-position:26px -26px;}#SLB-Wrapper #SLB-Navegador #SLB-Left{background-position:52px 0;margin-right:10px;float:left;}#SLB-Wrapper #SLB-Navegador #SLB-Left:hover{background-position:52px -26px;}#SLB-Wrapper #SLB-Navegador strong{display:block;padding-top:5px;}

/*---------- jquery-ui.css ---------*/

/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0;}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 12px; }
.ui-widget .ui-widget { font-size: 12px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content {
	 background: #e6e6e6;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #b3b3b3;
  font-size: 12px;
  color: #666;
	 }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(../images/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:#dde0e4;
	/*url('../images/form-bg.jpg') no-repeat;*/
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #CFD3D6;
  border-bottom: 1px solid #fff;
  border-right:1px solid #E7E9EB;
  border-left:1px solid #E7E9EB;
  font-size: 14px;
  color:#434343;
  text-shadow:0 1px 0 #fff;
  }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #f7f7f7; /*url(../images/smoothness/ui-bg_glass_75_dadada_1x400.ng) 50% 50% repeat-x;*/ font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	 border: 1px solid #aaaaaa;

	 font-weight: normal;
	 color: #212121;
	 }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none;border:0; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(../images/smoothness/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../images/smoothness/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../images/smoothness/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../images/smoothness/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../images/smoothness/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../images/smoothness/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/smoothness/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../images/smoothness/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../images/smoothness/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/smoothness/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
/*
.ui-corner-tl {border-top-left-radius: 4px; }
.ui-corner-tr {border-top-right-radius: 4px; }
.ui-corner-bl {border-bottom-left-radius: 4px; }
.ui-corner-br {border-bottom-right-radius: 4px; }
.ui-corner-top {border-top-right-radius: 4px; }
.ui-corner-bottom {border-bottom-right-radius: 4px; }
.ui-corner-right {border-bottom-right-radius: 4px; }
.ui-corner-left {border-bottom-left-radius: 4px; }
.ui-corner-all {

	}

*/

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(../images/smoothness/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;}
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../images/smoothness/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;}/*
 * jQuery UI Resizable @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/*
 * jQuery UI Autocomplete @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style:none;
  padding: 2px;
  margin: 0;
  display:block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin:0;
  padding: 0;

  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration:none;
  display:block;
  padding:.2em .4em;
  line-height:1.5;

}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*
 * jQuery UI Button @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button{ border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

/*--------- youtubeEbded -----------*/
.flashContainer{

	/*	Setting the container to relative positioning
		so we can center the control div */

	position:relative;
	overflow:hidden;
}

.progressBar{
	display:none;
	position:absolute;
	width:auto;
	height:8px;
	left:20px;
	right:105px;
	bottom:20px;
	background-color:#141414;
	overflow:hidden;
	cursor:pointer;

	/* A light CSS3 bottom highlight */

	/*-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.3); */
}

.progressBar .elapsed{
	position:absolute;
	width:0;
	height:100%;
	background-color:#1fa2f6;
	border-right:1px solid #49AFF0;
}

.controlDiv{
	/* Centering the control div */
	position:absolute;
	width:120px;
	height:120px;
	cursor:pointer;
	top:50%;
	left:50%;
	margin:-60px 0 0 -60px;
  z-index: 10;
}

.controlDiv.play{	background:url('../images/youTubeEmbed/play.png') no-repeat center center; opacity:1;}
.controlDiv.play:hover{opacity:0.6;}

.controlDiv.replay{
	background:url('../images/youTubeEmbed/replay.png') no-repeat center center;
}

.controlDiv.pause{
	background:url('../images/youTubeEmbed/pause.png') no-repeat -99999px;
}

.flashContainer:hover .controlDiv.pause{
	background-position:center center;
}

/* Only show the progress bar when the video is playing */

.flashContainer.playing:hover .progressBar{
	display:block;
}

/*-------- jquery highlighter ----------*/
#highlight-desc,#control{font:12px "Lucida Grande",Helvetica,Verdana,sans-serif;font-size:80%;}#screen{position:fixed;top:0;left:0;right:0;bottom:0;}#control{margin:0 auto;width:960px;z-index:10;top:0;left:0;position:relative;font-family:Helvetica,Arial,sans-serif;font-size:12px;height:50px;}#highlight-desc{z-index:99!important;font-size:1.2em;top:50px;position:fixed;float:right;width:300px;padding:5px 5px 5px 20px;color:#fff;text-shadow:1px 1px 2px #000;display:none;}.outerBlock{float:left;padding:1px 40px 20px 40px;}.outerBlock div{position:absolute;}

/*--------- coupon.css -----------*/
.coupon_containner
{
  /*float: left;*/
  width: 676px;
}

#winners, #details, #instructions{
  clear: both;
	margin: 0 auto;
	width: 510px;
}
.coupon_containner .prevNextButton
{
  margin: -28px 0 5px 0;
}
.coupon_containner p{
	color:#4c4c4c;
	text-shadow:0 1px 0 #fff;
	font-size:14px;
  padding: 10px 0 0 0;

	}
.popupBandHeading
{
  padding:13px 0 0 74px;
	font-size: 13px;
	color:#86878A;
  display: block;
}
.popupBandtext
{
    clear: both;
    margin: 0px 0px 0px 72px;
    padding: 14px 0 0 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
#tweetAboutUsPopup, #subNewLetterPopup
{
  float: left;
  margin-left: 69px;
	width: 326px;
}
#subscribedNewsLetterForm
{
  float: left;
  margin-left: 69px;
  width: 500px;
}
#popupInstructions
{
  /*border: 1px solid red;*/
  color:#B6BABD;
  float:left;
  font-size:14px;
  margin-left:15px;
  width:180px;
}


.coupon_containner .clsPostTitle
{
  color:#484637;
  display:block;
  float:left;
  font-family:verdana,sans;
  font-size:10px;
  padding-right:5px;
  text-align:right;
  width:100px;
}

/*.coupon_containner form input.field, .coupon_containner form textarea, .coupon_containner  form button { margin-bottom: 10px; }
.coupon_containner form input.field, .coupon_containner form textarea {
  background: #e6e6e6 url('../images/form-bg.jpg') no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #b3b3b3;
  font-size: 12px;
  color: #666;
  width: 240px;
}
.coupon_containner form input.field {
  marin-left: 10px;
  padding: 13px 29px 13px 29px;
}
.coupon_containner form textarea {
  padding: 13px 29px;
  height: 172px;        <div>
        </div>

}
.coupon_containner form label {
    display:block;
    font: 9pt Arial, sans-serif;
    line-height: 15pt;
    padding-bottom: 4px;
}*/
.coupon_containner form input.field, .coupon_containner form textarea, form button, input.field { margin-bottom: 18px; }
.coupon_containner form input.field, .coupon_containner form textarea, input.field  {
  /*background: #e6e6e6 url('../images/form-bg.jpg') repeat-x;*/
  background:#dde0e4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  /*color: #b2b7bd;*/
  color:##616165;
  text-shadow:0 1px 0 #fff;
  width: 270px;
  border-top: 1px solid #CFD3D6;
  border-bottom: 1px solid #fff;
  border-right:1px solid #E7E9EB;
  border-left:1px solid #E7E9EB;
}
#subscribedNewsLetterPopup form input.field
{
  width: 350px;
}
#subscribedNewsLetterPopup #txtSubscribeName
{
  padding: 13px 29px 13px 29px;
}

.coupon_containner form input.field {
  padding: 13px 29px 13px 29px;

	/*-webkit-border-radius: 5px;*/
}
.coupon_containner form input.field :focus
{
	/*color: #C1C6CB;*/
	background-color: lightyellow;
}
.coupon_containner form textarea {
  padding: 13px 29px;
  height: 100px;
}

.coupon_containner fieldset
{
  border: none;
}

.coupon_containner .nextButton{
  background:url("../images/coupon/tweet-win.png") no-repeat;
  border:none;
  height:36px;
  width:145px;
  float:right;
  margin-left: 430px;
  cursor:pointer;
}
.coupon_containner .nextButton:hover
{
background-position:0px -36px;
}
.coupon_containner .prevButton
{
background:url("../images/coupon/back.png") no-repeat;
border:none;
height:35px;
width:85px;
}
.coupon_containner .prevButton:hover
{
background-position:0px -33px;
}

/* body titles */

.coupon_containner .body-title {
  position:relative;
/*  text-indent: -9999px; */
}

.coupon_containner h1.body-title {

  /* min height, so that fonts 5pxhave even height regardless of descenders*/
}
.coupon_containner h1, h1 a {
  font-size: 18px;
  color: #0073af;  /*blue*/
}
.coupon_containner .body-title span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat;
}
.coupon_containner .SubButton{
  margin-top:3px;
  }
.coupon_containner .pop_top{
	background: url('../images/coupon/pop-top.png') no-repeat;
	height:95px;
	}

.coupon_containner .pop_mid{
	background: url('../images/coupon/pop-mid.png') repeat-y;
	padding:10px;
  padding: 10px;
  width: 667px;
	}

.coupon_containner .pop_bottom{
	background: url('../images/coupon/pop-bottom.png') no-repeat;
	height:13px;
  clear:both;
	margin-top: -6px;
	}

/*tabs*/
.coupon_containner .ui-tabs {
	position: relative;
	} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.coupon_containner .ui-tabs .ui-tabs-nav {
	margin: 0 auto;
	/*width:205px; */
	padding: .2em .2em 0;
	}
.coupon_containner .ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
  margin:0 auto;
	margin: -5px 0 0 6px;
	border-bottom: 0 !important;
	padding-left:2px;
	white-space: nowrap;
	}
.coupon_containner .ui-tabs .ui-tabs-nav li a {
	background: url("../images/coupon/tab-r.png") no-repeat scroll right top transparent;
	float: left;
	padding: 1px 8px;
	text-decoration: none;
	}
.coupon_containner .ui-tabs .ui-tabs-nav li a:hover {background: url(../images/coupon/tab-r.png) right -22px no-repeat;}
.coupon_containner .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 0px;
	}

.coupon_containner .ui-state-default{
	 cursor: text;
	 background: url(../images/coupon/tab-l.png) left top no-repeat;
	 height:22px;
	}

.coupon_containner .ui-state-default:hover{
	 background: url(../images/coupon/tab-l.png) left -22px no-repeat;
	}

.coupon_containner .ui-tabs .ui-tabs-nav li a, .coupon_containner .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to o5pxvercome bug in Opera applying cursor: text overall if defined elsewhere... */
.coupon_containner .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em;}
.coupon_containner .ui-tabs .ui-tabs-hide { display: none !important; }

.coupon_containner .ui-state-default a:hover{
	color:#000;
	}
.coupon_containner .ui-state-default a{
	color:#7f868c;
	text-shadow:0 1px 0 #fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
}
.coupon_containner .ui-state-active a{
	color:#484a51;
	}

.coupon_containner .close_btn{
	background:none;
  padding-right: 0px;
  width: 23px;
	}
.coupon_containner .close_btn:hover{
	background:none;
	}
.popupBandHeading a.close_pop, .popupBandHeading a.TweetFormClose_pop
{
    background: url("../images/coupon/close-pop.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 22px;
    padding: 0 73px 0 0;
    width: 23px;
}
.coupon_containner .ui-tabs .ui-tabs-nav li a.close_pop,.coupon_containner .ui-tabs .ui-tabs-nav li a.TweetFormClose_pop   {
	background: url(../images/coupon/close-pop.png) no-repeat;
	display:block;
	height:22px;
	width:7px;
	}
	.TweetFormClose_pop
	{
    margin: -21px 26px 0 0;
  }
  #subscribedNewsLetterPopup .TweetFormClose_pop
  {
    margin: 0 26px 0 0;
  }
.coupon_containner .ui-tabs .ui-tabs-nav li a.close_pop:hover, a.TweetFormClose_pop:hover{
	background: url(../images/coupon/close-over.png) no-repeat;
}
.clear-fx{
	clear:both;
	margin: -64px 0 0 0px;
	height:40px;
	}
.clear-fx h2
{
	/*border: 1px solid red;*/
	height: 24px;
	text-shadow: 0px 1px 0px #053463;
	margin-bottom: 0px;
	/*border: 1px solid red;*/
}
.coupon_containner .border-img-b {
    background: url("../images/h1-border-bottom.png") repeat-x scroll left bottom transparent;
    margin-bottom: 15px;
    padding-bottom: 16px;
}

/*tabs end*/
.step2Title
{
  margin: -9px 0 0 116px;
}

.coupon_containner .ui-tabs .ui-tabs-nav{
  margin: 0 auto;
  padding:2px 0 0 0;
  width: 530px;
}
.popupSubmitButton
{
  background: url("../images/submit-pop.png") no-repeat scroll top left ;
  width: 70px;
  height: 26px;
  border: 0px;
}
#subscribedNewsLetterForm .popupSubmitButton
{
  margin-left: 20px;
  margin-top: 16px;
}

.popupSubmitButton:hover
{
background-position:0 -26px;
}
.pCouponLeft{
	padding-top: 10px;
	background:url("../images/footer/footer-sprite.png") repeat-x scroll 0 -661px transparent;
	width:500px;
	height:25px;
  margin: 0;
  font-weight: bold;
}
#popupInstructions .tweetInstruction
{
  padding-top: 18px;
}
#tweetAboutUsPopup .tweetCounter
{
  float: left;
  color: #FF0000;
  padding-left: 10px;
  font-weight: bold;
  font-size: 15px;
}
#tweetAboutUsPopup .tweetSubmit
{
  float: right;
}
#tweetCounterWrapper
{
  float: left;

}
#tweetCounterBar
{
background-color:#5fbbde;
width:0px;
height:16px;

}
#tweetCounterBox
{
float:right;
height:16px;
background-color:#FFFFFF;
width:100px;
border:solid 2px #000;
margin-right:3px;
margin-left: 10px;
}
/*-------------------- Home page slider -------------- -Added by Shantanu Naik */
/*-----Slider CSS ----*/
.clsPopup
{
  position: absolute;
	z-index:2;
}
.clsPopup li{
  display:none;
  height: 317px;
  list-style-type: none;
  margin: 13px 0 0 386px;
  position: absolute;
  width: 580px;
  z-index: 6;
	border:0px solid red;
}
.sliderTitle{
	font-family: 'Aller';
  color: #0F0E0E;
  font-size: 24px;
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  z-index:10;
}
/*---iphone---*/
.header-iphone {
/*  height: 330px;
  width: 584px;*/
  position: relative;
  margin:3px -3px 0 0px;
	z-index:0;
	overflow:hidden;
}

.header-iphone-front img {
  margin-left: 97px;
  position: absolute;
  top: 28px;
	cursor:pointer;
  z-index: 21;
}
.header-iphone-img
{
  background: url('../images/homeslider/device.png') no-repeat scroll -18px 0;
  height: 333px;
  width: 580px;
  position: absolute;
  top: 0px;
	/*z-index:1;*/
}
.header-iphone-front
{
  display:block;
  height: 333px;
}
 .youTube-iphone-front {
  position: absolute;
  top: 0px;
  margin: 28px 0 0 97px;
	z-index:1;
}

/* -- ipad--*/
.header-ipad-img {
  position: absolute;
  background: url('../images/homeslider/ipad-slider.png') no-repeat scroll right center ;
  height: 345px;
  width: 561px;
  top: 0px;
}
/* dynamic content fade */
.header-ipad
{
  height: 320px;
  width: 465px;
  top: -20px;
  position: relative;

}
.header-ipad-back {
  background: url("../images/homeslider/device.png") no-repeat scroll 0 -700px transparent;
  height: 358px;
  margin: -2px 0 0 -109px;
  position: absolute;
  width: 572px;
}

.header-ipad-back img {
    position: absolute;
    right: 61px;
    top: 4px;
}
.header-ipad-front img {
    margin-left: -58px;
    position: absolute;
    top: 69px;
}
 .youTube-ipad-front {
    margin: 69px 0 0 -57px;
    position: absolute;
    top: 0;
}
/*----- Android Phone ------*/
.header-androidPhone
{
   background: url("../images/homeslider/Android_theme_transparent.png") no-repeat scroll 0 0 transparent;
   width: 592px;
   height: 338px;
   margin: -8px 0 0;
   position: relative;
   z-index: 2;
}
.header-androidPhone img {
    margin: 30px 0 0 82px;
    position: absolute;
    top: 0;
}
.header-androidPhoneShadow
{
    background: url("../images/homeslider/Android_theme_trans_reflection.png") no-repeat scroll 0 0 transparent;
    height: 135px;
     margin: 22px 0 0 61px;
    position: absolute;
    width: 376px;
    z-index: 3;
}

/*----- Android Tablets------*/
.header-androidTablets
{
    background: url("../images/homeslider/Tablet_theme_transparent.png") no-repeat scroll 0 0 transparent;
    height: 335px;
    margin: -5px 4px 0 0;
    position: relative;
    width: 512px;
    z-index: 2;
}
.header-androidTablets img {
    margin: 46px 0 0 71px;
    position: absolute;
    top: 0;
}
.header-androidTablets-Appicon
{
  margin-left: -24px!important;
}
/*---------- Anroid Universal ----------Added by Shantanu Naik */
.header-androidUniversal
{
  height: 320px;
  width: 465px;
  top: -20px;
  position: relative;
}
.header-androidUniversal-ipad
{
  background: url("../images/homeslider/Android_theme.png") no-repeat ;
  height: 353px;
  margin: -2px 0 0 -109px;
  position: absolute;
  width: 572px;
}
.header-androidUniversal-iphone
{
}
.header-androidUniversal-ipad img
{
	margin-left: 68px;
	position: absolute;
	top: 67px;
}
.header-androidUniversal-iphone img, .header-androidUniversal-iphone-shade
{
    position: absolute;
    right: 55px;
    top: 9px;
    z-index: 1px;
}
.header-androidUniversal-iphone-shade
{
    background: url("../images/homeslider/Android_theme_hover.png") no-repeat scroll 0 0 transparent;
    height: 179px;
    width: 84px;
    z-index: 1 !important;
}
.youTube-androidUniversal-front
{
    margin: 67px 0 0 68px;
    /*border: 1px solid red;*/
}
/*---------- IOS Universal --------- */
.header-iosUniversal
{
  height: 320px;
  width: 465px;
  top: -20px;
  position: relative;
}
.header-iosUniversal-ipad
{
  background: url("../images/homeslider/ipad_iphone.png") no-repeat ;
  height: 358px;
  margin: -2px 0 0 -109px;
  position: absolute;
  width: 572px;
}
.header-iosUniversal-iphone
{
}
.header-iosUniversal-ipad img
{
    margin-left: 47px;
    position: absolute;
    top: 69px;
}
.header-iosUniversal-iphone img, .header-iosUniversal-iphone-shade
{
    position: absolute;
    right: 68px;
    top: 18px;
    z-index: 1px;
}
.header-iosUniversal-iphone-shade
{
    background: url("../images/homeslider/phone_shade.png") no-repeat scroll 0 0 transparent;
    height: 183px;
    margin: 0px 2px 0 0;
    width: 67px;
    z-index: 1 !important;
}

/*---------- IOS Universal CSS ends ----------Added by Shantanu Naik */

 .youTube-website {
    margin: 59px 0 0 10px;
    overflow: visible;
    position: relative;
    top: 0;
}
/* --- Website------ */
.header-Intro
{
  position: relative;
  width: 0px;
  float:left;
	margin-left:14px;
}


/*------Mac OSX ---------*/
.header-OSX img {
   height: 228px;
    margin: 86px 0 0 119px;
    position: absolute;
    top: 0;
    width: 410px;
}
.header-OSX
{
   background: url("../images/homeslider/macOSXimg.png") no-repeat scroll 0 0 transparent;
   height: 455px;
   margin: -90px 0 0;
   position: relative;
   z-index: 2;
}

/*----- Web Slider Theme -----*/
.header-window {
  background: url('../images/homeslider/device.png') no-repeat -6px  -334px;
  height: 335px;
  margin:0 8px 0 0px;
}
.header-window img {
   margin: 59px 0 0 10px;
    position: relative;
    top: 0;
    z-index: 1;
}
.header-window-url{
  color: #666666;
  height: 21px;
  left: 193px;
  margin: 31px 0 0 -118px;
  position: absolute;
  top: 0;
  width: 435px;
  font-family: helvetica,arial,sans;
  font-size:12px;
}
/*------ Slider App icon for instrument --------*/
.icon_wrap_img  {
  height: 66px;
  width:61px;
  position: relative;
  top: 4px;
  z-index: 6;
  }
.app_icon_img{
  height: 60px;
  left: 0;
  position: absolute;
  top: 5px;
  z-index: 5;
  }
.HomeAppIcon{
  margin: 0px 0 0 -95px;
  position: absolute;
  top: 175px;
  z-index: 12;
}

.HomeAppIcon img {
    width:142px;
  }
.HomeAppIcon li
{
  list-style-type: none;
  z-index:3;
  display:none;
  height: 137px;
}
/*-------------------- Home page slider ends-----------------*/