/* CSS is rocking the boat in this file */
/* The concept: We use all the existing CSS files from the current Answers/Appx sections. */
/*              Then we load this stylesheet last. */
/*              The first div that is part of the unique content gets class name: 'bd-answers'  */
/* NOTE: for the appex version, also use the ANSWERS stylesheet */


/* ******************************************************************************************************** */
/* Generic styles for this 'bd-answers' made for the 'developers' section */
/* ******************************************************************************************************** */
 
/* we are making the content body of the appex version also use Arial instead of Verdana */
#main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #444;
}
body {
  font-size: 13px;
}
.clearing {
  clear: both;
}

ul.content {
  margin: 0 0 6px 10px;
}
  ul.content li {
    margin: 0 0 4px 10px;
    list-style: disc;
  }
ul.content-blocks {
  margin: 5px 0;
}
  ul.content-blocks li {
    padding: 0;
    margin: 10px 0 0 0;
  }

/* 2 column layout */
.body-2 {
  clear: both;
}
.body-2 .body-2-1 {
  float: left;
  width: 250px;
}
.body-2 .body-2-1 .body-2-1-inner {
  overflow: hidden;
}
.body-2 .body-2-2 {
  float: left;
  width: 728px;
}
* html .body-2 .body-2-2 {
  float: left;
  width: 728px;
}
.body-2 .body-2-2 .body-2-2-inner {
  overflow: hidden;
}

/* 3 column layout */
.body-3 {
  clear: both;
}
.body-3 .body-3-1 {
  float: left;
  width: 250px;
}
.body-3 .body-3-1 .body-3-1-inner {
  overflow: hidden;
}
.body-3 .body-3-2 {
  float: left;
  width: 508px;
}
.body-3 .body-3-2 .body-3-2-inner {
  overflow: hidden;
}
.body-3 .body-3-3 {
  float: left;
  width: 220px;
}

.body-3 .body-3-3 .body-3-3-inner {
  overflow: hidden;
}

div.actions {
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    overflow: hidden;
    padding: 5px 0 0;
}
div.actions ul {
    margin: 0;
    padding: 0;
}

div.actions ul li {
    float: left;
    margin: 0;
}
div.actions-inline ul li.action-links {
    padding-left: 7px;
}
a.button-attention {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}
a.button-attention span.lwrap {
    background-position: left -419px;
    padding-left: 20px;
}

a.button-attention span.rwrap {
    background-position: right -517px;
    padding-right: 19px;
}
a.button-attention span.wrap {
    background-position: left -468px;
    background-repeat: repeat-x;
    height: 44px;
    padding-right: 0;
}
a.button-attention span.text {
    background: none repeat scroll 0 0 transparent;
    line-height: 40px;
    margin: 1px 0 0;
    white-space: nowrap;
}
div.simple-content {
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
}

div.content-first {
  padding-top: 25px;
}

div.actions-inline {
    clear: none !important;
    padding-top: 0;
}

/* main-answers.css overrides */
.body-2-1-inner div.simple-content, .body-3-1-inner div.simple-content {
  padding-left: 29px;
}
.body-2-1-inner div.list-of-items, .body-3-1-inner div.list-of-items {
  margin-left: 29px;
  margin-right: 17px;
}
.body-2-1-inner div.items-top-bar, .body-3-1-inner div.items-top-bar {
  margin-left: 27px;
  margin-right: 17px;
}
.body-dev .actions a:hover {
  text-decoration: none;
}
.body-dev div.pagination-bar-no-list {
  margin-left: 0;
}
div.content div.content-details p.content-complementary a.link-main {
  background: none;
  padding-right: 0;
}

/* main-answers.css additions */
div.body-dev a:hover {
  text-decoration: underline;
}
div.simple-content-space {
  padding-bottom: 25px;
}
div.list-of-items-first {
  padding-top: 27px;
}
.body-dev .title-area {
  overflow: hidden;
  margin: 0;
  padding: 0 0 20px 0;
  float: left;
}
.body-dev div.action-title-area {
  float: right;
  margin-right: 18px;
}
div.appex-main-one .body-dev div.action-title-area {
  margin-right: 0;
}
.body-dev h1 {
  padding-bottom: 5px;
}
.body-dev h2 {
  display: block;
  clear: both;
}
h2 span a.edit {
  font-size: 11px;
  font-weight: bold;
  background: url("../img/icon-edit-2.gif") no-repeat 0 1px;
  margin: 0 0 0 14px;
  padding: 0 0 0 14px;
}
.body-dev h3 {
  display: block;
  font-weight: normal;
  font-size: 16px;
}
.body-dev p.introtext {
  padding: 0 50px 30px 0;
  line-height: 150%;
  clear: both;
}
div.list-of-items div.actions-item h2 {
  padding-left: 2px;
}

div.list-of-items div.actions-item p {
  color: #444;
  padding: 0 0 5px 2px !important;
  display: block;
}

div.block-tabs-680 {
  width: 680px;
}
div.area-tabs-680 {
  background: url("../img/bg-area-tabs-680.gif") bottom left no-repeat;
}
div.area-tabs-content-680 {
  width: 680px;
  background: url("../img/bg-area-tabs-content-680.gif") repeat-y center bottom;
}
div.area-tabs-bottom-simple-680 {
  background: url("../img/bg-area-tabs-bottom-simple-680.gif") no-repeat center bottom;
  width: 680px;
}
div.body-2-2 div.area-tabs-content div.content {
  width: 570px;
  clear: none;
  margin: 0;
  padding: 0;
  float: left;
}
div.body-2-2 div.area-tabs-content .content-only div.content {
  width: 645px;
}
div.body-2-2 div.area-tabs-content div.content-extra {
  padding-top: 15px;
  overflow: hidden;
  clear: both;
}
div.content-extra div.content-extra-block {
    background: none repeat scroll 0 0 #FFFBD8;
    border-bottom: 1px dotted #C4BCA4;
    border-top: 1px dotted #C4BCA4;
    float: left;
    overflow: hidden;
    padding: 10px;
    width: 97%;
}

div.content-extra div.content-extra-block.moreOneAns {
	background: none repeat scroll 0 0 #FFFBD8;
	border-bottom: 1px dotted #C4BCA4;
	border-top: none;
	clear: both;
	overflow: hidden;
	padding: 10px;
}

div.content-extra div.content-extra-block-more {
    border-top: 0 none;
}
div.content-extra div.content-extra-block p {
  padding: 0;
  font-size: 12px;
}
div.content-extra div.content-extra-block a.content-extra-link {
  font-weight: bold;
}
div.content-extra div.content-extra-block a:hover {
  text-decoration: underline;
}

div.filter-area {
  overflow: hidden;
  padding: 5px 5px 0 11px;
}

.pulldown-filter-a select {
	/*color: #99908C;*/
	color: #000000;
	font-family: arial,sans-serif;
	font-size: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 4px 10px 4px 0;
	opacity: 0;
	position: relative;
	/*width: 363px;*/
	z-index: 5;
}
.pulldown-filter-a span.select {
	background: url("../img/bg-pulldown-filter-a.gif") no-repeat scroll right center #FFFFFF;
	color: #99908C;
	margin: 0;
	overflow: hidden;
	padding: 0 24px 0 4px;
	position: absolute;
	/*width: 333px;*/
}
.pulldown-filter-b {
	float: left;
}
.pulldown-filter-b span.select {
	width: 181px;
	font-size:12px;
	color: #666;
}
.pulldown-filter-b select {
	width: 211px;
	font-size:12px;
}
.pulldown-filter-b select option {
	width: 181px;
}
.pulldown-filter-checkbox {
  float: left;
  padding: 7px 0 0 10px;
}
.pulldown-filter-checkbox input.form-checkbox {
  float: left;
}
.pulldown-filter-checkbox label {
  padding: 1px 0 1px 4px;
  float: left;
  font-size: 12px;
}
div.list-of-items div.actions-item ul.nav3-simple li {
  padding: 2px;
}
div.list-of-items div.actions-item ul.nav3-simple li span {
  color: #444;
}
input.form-checkbox {
  margin: 0px;
  padding: 0px;
  height: 13px;
}

div.body-dev div.baseVoteButton a {
  text-decoration: none;
}
div.body-dev div.baseVoteButton a:hover {
  text-decoration: none;
}
div.pagination-bar-button {
  padding-bottom: 10px;
}
.pagination-bar .actions {
  padding-top: 0;
}
div.pagination-bar-12-no-button {
  padding-top: 5px;
}

.body-dev div.list-of-items div.last-item {
  border-bottom: 0;
  padding-bottom: 0;
}

div.user div.user-image img.logo {
    border: 0;
}


/* appex CSS duplication. sort of. */
/* ================================================================= */
/* 1 column new: like the appex new column, but redone here, since it's a little different and to avoid conflicts. */
div.appex-main-one {
  margin: 0 15px;
  padding: 0;
  /* 5/10/2011: Changed font-size from Jochem's version (11->13). TR */ 
  font-size: 13px;
  clear: both;
  overflow: hidden;
  height: 100%;
  background: #FFFFFF url(../img/bg-main-one.gif) repeat-y left top;
}
div.appex-main-one div.appex-main-one-hold {
  margin: 0;
  padding: 0;
  overflow:hidden;
  background:url(../img/bg-main-one-top.gif) no-repeat 0 0;
}
div.appex-main-one div.appex-main-one-hold div.appex-main-one-cont {
  margin: 0;
  padding: 15px 15px 20px 15px;
  overflow: hidden;
  background:url(../img/bg-main-one-bottom.gif) no-repeat 0 100%;
  height: 100%;
}
div.appex-main-one .body-2-1-inner div.simple-content, div.appex-main-one .body-3-1-inner div.simple-content {
  padding-left: 9px;
}
div.appex-main-one .body-2-2-inner div.simple-content, div.appex-main-one .body-3-2-inner div.simple-content {
  padding-right: 0;
}
div.appex-main-one .body-2-1-inner div.list-of-items, div.appex-main-one .body-3-1-inner div.list-of-items {
  margin-left: 9px;
  margin-right: 7px;
}
div.appex-main-one .body-2-1-inner div.items-top-bar, div.appex-main-one .body-3-1-inner div.items-top-bar {
  margin-left: 7px;
  margin-right: 7px;
}
div.appex-main-one .body-dev .body-2-1 {
  width: 220px;
}
div.appex-main-one .body-dev .body-2-2 {
  width: 698px;
}
div.appex-main-one .body-2 .body-2-1 {
  width: 220px;
}
div.appex-main-one .body-2 .body-2-2 {
  width: 698px;
}
div.appex-main-one .body-3 .body-3-1 {
  width: 220px;
}
div.appex-main-one .body-3 .body-3-2 {
  width: 508px;
}
div.appex-main-one .body-3 .body-3-3 {
  width: 190px;
}
div.appex-main-one div.content-first {
  padding-top: 10px;
}
.body-dev .rating-one-line {
  vertical-align: top;
  margin: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
  float: left;
  width: 100%;
}
.body-dev .rating-one-line-last {
  padding-bottom: 0;
}
.body-dev .rating-stars {
  float: left;
}
.body-dev .sub-title {
  color: #999;
  margin: 0;
  font-size: 11px;
}
.body-dev .rating-one-line a.total-ratings {
  display: block;
  float: left;
  font-size: 11px;
  padding-left: 5px;
}
.body-dev div.content div.content-details p.content-main span.content-main-sub {
    color: #999;
}

.body-dev .listing-icons {
  vertical-align: top;
  margin: 0;
  padding: 0 0 0 10px;
  white-space: nowrap;
  float: left;
}
.body-dev .icon-img  {
  padding: 0 0 0 7px;
}


/* ideaCSS duplicate: VOTING */
/* ================================================================= */
/* why? Appex doesn't have this style */
/***** votes *****/
.baseVoteButton a,.baseVotedButton a,.baseVotedButton a:hover {
    text-decoration: none;
    color: #333;
}
.baseVoteContainer {
    text-align: center;
    margin: 0 auto;
    width: 63px !important;
    padding: 0 !important;
}
.baseVoteContainerLong {
    padding: 0 12px;
    text-align: center;
    margin: 0 auto;
    width: 9.5em;
}
.baseVoteStatusBlock {
    text-align: center;
    padding-bottom: 5px;
}
.baseVoteStatusBlock .baseVoteTotalLabel {
    font-size: 93%;
}
.baseVoteStatusBlock .baseVoteTotal {
    vertical-align: top;
    font-weight: bold;
    font-size: 100%;
}
.baseVoteButton a.baseVoteUp,.baseVoteButton a.baseVoteDown {
    border-top: 1px solid #c4c9da;
    border-right: 1px solid #878da4;
    border-bottom: 1px solid #878da4;
    border-left: 1px solid #c4c9da;
    display: block;
    margin: 0 0 2px 0;
    text-align: center;
    zoom: 1;
    /* IE 6 hack to enable 'hasLayout' so the entire box is clickable instead of just the text */
}
.baseVoteButton a.baseVoteUp {
    background: transparent url("../img/image_promoteDiv.png") no-repeat scroll center top;
    padding-top: 28px;
    padding-bottom: 2px;
    padding-left: auto;
    padding-right: auto;
}
.baseVoteButton a.baseVoteUp:hover {
    background: transparent url("../img/image_promoteDiv.png") no-repeat scroll center top;
    border-top: 1px solid #ffae00;
    border-right: 1px solid #c38500;
    border-bottom: 1px solid #c38500;
    border-left: 1px solid #ffae00;
}
.baseVoteButton a.baseVoteUp:active {
    background: transparent url("../img/image_promoteDiv.png") no-repeat scroll center top;
    border: 1px solid #ffae00;
}
.baseVoteButton a.baseVoteDown {
    background: transparent url("../img/image_demoteDiv.png") no-repeat scroll center center;
    padding: 2px 8px;
}
.baseVoteButton a.baseVoteDown:hover {
    background: transparent url("../img/image_demoteDiv.png") no-repeat scroll center center;
    border-top: 1px solid #f55050;
    border-right: 1px solid #ac0000;
    border-bottom: 1px solid #ac0000;
    border-left: 1px solid #f55050;
}
.baseVoteButton a.baseVoteDown:active {
    background-color: #d4d7e1;
    background-image: none;
    border-top: 1px solid #f55050;
    border-right: 1px solid #ac0000;
    border-bottom: 1px solid #ac0000;
    border-left: 1px solid #f55050;
    color: #ac0000;
}
.baseInsideVote,.baseInsideVoted {
    display: block;
    text-align: center;
}
.baseInsideVoted {
    font-weight: bold;
}
.baseVoteButton .baseInsideVoted {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
}
.baseVotedButton .baseInsideVote {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
}
.baseMergedIdeaVoteButton {
    border: 1px solid #c4c9da;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
    font-weight: bold;
}
.baseVoteScoreFloater {
    position: relative;
    left: 0px;
    top: -40px;
    z-index: 4;
    font-weight: bold;
    color: #cc0000;
    line-height: 1em;
}
.voteTotal {
    font-size: 12px;
    padding-top: 4px;
}
.voteTotal .value {
    font-weight: bold;
}
a.voteButton {
    display: block;
    zoom: 1;
    /* IE 6 hack to enable 'hasLayout' so the entire box is clickable instead of just the text */
}
a.voteUpButton {
    display: block;
    margin-bottom:10px;
    zoom: 1;
    /* IE 6 hack to enable 'hasLayout' so the entire box is clickable instead of just the text */
}
a.voteDownButton {
    display: block;
    zoom: 1;
    /* IE 6 hack to enable 'hasLayout' so the entire box is clickable instead of just the text */
}
.voteUpButton {
    background: transparent url("../img/image_promoteDiv.png") no-repeat scroll center top;
    height:41px;
    width:65px;
}
a.voteUpButton:hover  {
	background:transparent url("../img/image_promoteDiv.png") no-repeat scroll center bottom;
    text-decoration: none;
    color: #333;
}
.voteDownButton {
    background: transparent url("../img/image_demoteDiv.png") no-repeat scroll center top;
    width: 64px;
    height: 19px;
    margin-top: 4px;
}
a.voteDownButton:hover {
    background:transparent url("../img/image_demoteDiv.png") no-repeat scroll center bottom;
    text-decoration: none;
    color: #333;
}
.baseVotedButton .voteButton {
    width: 62px;
    height: 40px;
}
.baseVotedDownButton .votedUpButton, .baseVotedUpButton .votedDownButton {
    display: none;
}
.votedUpButton {
    background: transparent url("../img/image_promoteDivDisabled.png") no-repeat scroll center top;
    height:50px;
	width:65px;
}
.votedDownButton {
    background: transparent url("../img/image_demoteDivDisabled.png") no-repeat scroll center top;
    height:50px;
	width:65px;
}
.baseVoteButtonText {
    font-size: 12px;
    font-weight: bold;
}

/* NEW STUFF */
/* ================================================================= */
/* content */
img.dev-img {
  border: 2px solid #E0E0E0;
  margin-bottom: 25px;
}
a.imp-link {
  display: block;
  float: left;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
}
a.ext-link {
  background: url(../img/icon-ext-link.gif) no-repeat right center;
  display: block;
  float: left;
  padding: 2px 25px 2px 0;
  text-decoration: none;
}
a.ext-link:hover {
  text-decoration: underline;
}
.body-dev .content-3-columns {
  overflow: hidden;
}
.body-dev .content-3-columns .content-a-column {
  float: left;
  width: 155px;
}
.body-dev .content-3-columns .content-a-column p {
  line-height: 150%;
}

.body-dev .dev-overview {
  overflow: hidden;
  margin: 0;
  padding: 10px 0 30px 0;
}
.body-dev .dev-overview .dev-overview-1 {
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
  width: 100px;
  
}
.body-dev .dev-overview .dev-overview-2 {
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
  width: 370px;
}
.body-dev .dev-overview .dev-overview-2 ul li {
  border-top: 1px dotted #C4BCA4;
  overflow: hidden;
  margin: 0;
  padding: 10px 0 0 0;
  clear: both;
}
.body-dev .dev-overview .dev-overview-2 ul li.first-li {
  padding-top: 0;
  border-top: 0;
}
.body-dev .dev-overview .dev-overview-2 ul li.last-li {
}
p.main-info {
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
p.sub-info {
  float: left;
  font-size: 11px;
  color: #888;
  padding-top: 1px;
}
.an-item .content-details p.sub-info {
  padding-bottom: 0;
  padding-right: 0;
}

/* rating and stars */
.body-dev .rating-block {
  float:left;
  display:inline;
  width:77px;
  height:90px;
  background:url(../img/bg-review-rate.gif) no-repeat 0 0;
  margin:0 15px 30px 0;
  text-align:center;
}
.body-dev .rating-block p.rate{
  font-size:33px;
  color:#333;
  margin:5px 0 0;
  padding: 0;
  line-height:33px;
}
.body-dev .rating-block p.max{
  font-size:12px;
  color:#333;
  line-height:12px;
  margin:3px 0 0;
  padding: 0;
}
.body-dev .rating-block .rate-stars{
  float:left;
  margin:15px 0 0;
  padding:0 0 0 10px;
}
.body-dev .rating-block .rate-stars img{
  float:left;
}
div.rating .rating-top{
  width:100%;
  overflow:hidden;
}
.body-dev .rating-block .rate-link {
  float:left;
  margin:20px 0 0 0;
  width: 100%;
  font-size: 11px !important;
}
.body-dev .rating-block .rate-link a {
  font-size: 11px !important;
  font-weight: bold !important;
}
div.rating-stars-inline {
  float: left;
  padding: 0 5px;
}
.body-dev div.rating-stars-inline img {
  float: left;

}
.body-dev div.rating-stars-inline span.sub-title {
  display: block;
  float: left;
  padding-top: 1px;
  padding-left: 5px;
}
.body-dev .clearing {
  clear: both;
}
#topUserInfo .body-3-2 .content-first .title-area{
	padding-bottom: 0px !important;
}
#profileAppsPage .block-tabs-680 .area-tabs-content-680 .rev-t-r {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 20px;
}		
#profileAppsPage .area-tabs-content-680 .area-tabs-bottom-simple.area-tabs-bottom-simple-680{
	float:left;
}
#profileAppsPage div.list-of-items div.an-item {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C4BCA4;
}
.above_mask_loading table td {
	padding-top: 10px;
}

div.rating-one-line div.rating-stars{
	font-size: 0; 
}

/************** User Portfolio *****************/

.main_view { 
	float: left;
	position: relative;	
	padding: 0 0 3px 6px;					
}
.window {
	width: 750px;
	height: 500px;		
	overflow: hidden;
	position: relative;					
	border: 2px solid #E7E7E7; 	
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}				
.image_reel div.insideWindow {
	float: left;
	background-color: #FFFFFF !important;	    				    			
	width: 740px;
	border: 5px solid #FFFFFF;
	height: 490px;
	text-align: center;	    			    			
}
.paging {
	position: relative;	
	padding: 8px 0 8px 0;
}
.contButtons{
	position: absolute;
	right: 45%;
}
.paging a {
	padding-right: 17px;
	text-decoration: none;
	background: url("../img/btnDisabled.png") no-repeat 0 0;
	*display: block;
	*float: left;	
}
.paging a.active {
	background: url("../img/btnActive.png") no-repeat 0 0; 
}
div.image_reel div.info{
	position:relative; 
	font-size: 14px;
	font-weight: normal;		    
	z-index: 24;
	background-color: #fff;
	color: #333333;		    
}		
div.image_reel div.info:hover{
	z-index: 25;
	background-color: #fff;
}			
div.image_reel div.info span{display: none}			
div.image_reel div.info:hover span{ /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;		    		    
	border: 1.5px solid #000;
	background-color: #fff;
	color: #000;
	text-align: center;
	padding: 2px;	    
}
div.appex-main-one div#above_mask10 div.outerpair1h table.above_mask_table td table.above_mask_content_table td {
	background: transparent;
	padding: 0px 25px 15px 25px;
}
div.pagination-bar-comment {
    margin: 0;
    padding: 10px 12px 0 0;
}
div.pagination-bar-comment a.more {
    background: url("../img/bg-more.gif") no-repeat scroll right 4.6px transparent;
    font-size: 12px;
    padding-bottom: 1px;
    padding-right: 10px;
}

/* new feb 2011 */
.dev-table {
  clear: both;
}
.dev-table tr td {
  padding: 6px 10px 6px 2px;
  vertical-align: top;
}
.dev-table tr td.last-td {
  padding-right: 0;
}
/*other links*/
.dev-table #labels_for_other_links{
	margin-bottom:5px;
}

.dev-table #labels_for_other_links DIV.link_name_label{
	float: left;
}

.dev-table #labels_for_other_links DIV.url_link_label{
	float: left;
	padding-left: 175px;
}

.dev-table .first-line-link {
  margin-bottom:13px;
}

.dev-table .first-line-link DIV.link_name_value, .dev-table .second-line-link DIV.link_name_value{
	float: left;
}

.dev-table .first-line-link DIV.url_value, .dev-table .second-line-link DIV.url_value{
	float: left;
	padding-left:33px;
}

.dev-table .first-line-link DIV.remove_link, .dev-table .second-line-link DIV.remove_link{
	float: left;
	padding-left:10px;
	padding-top:10px;
}
/*end of other links*/

.dev-table tr.dev-table-tr-first-in-block td {
  border-top: 1px dotted #C4BCA4;
  padding-top: 20px;
}
.dev-table tr.dev-table-tr-last-in-block td {
  padding-bottom: 20px;
}
.dev-table tr td label {
  font-weight: bold;
  display: block;
}
.dev-table tr td label.label-checkbox {
  font-weight: normal;
  display: inline;
  padding: 0 5px;
}
.dev-table tr td.label {
  padding-right: 2px;
}
.dev-table tr td.label label.form-field-label {
  padding-top: 6px;
}
/* one line labels: use with caution since it might mess up your table */
.dev-table tr td.label label.form-field-label-one-line {
  white-space: nowrap;
}
.dev-table tr td.dev-table-td-explain {
  padding-top: 0;
}
.dev-table tr td span {
  font-size: 13px;
}
.dev-table tr td span.dev-table-explain {
  font-size: 11px;
  color: #999;
}
.dev-table tr td span.dev-table-explain-2 {
  display: block;
  padding-top: 2px;
}
.dev-table tr td span.form-text-span {
  display: block;
  padding-top: 6px;
  padding-bottom: 8px;
}
.dev-table tr td span.dev-form-action-link-span {
  display: block;
  padding-top: 6px;
}
a.dev-form-action-link {
  font-weight: bold;
  font-size: 12px;
}
.dev-table tr td div.label-input-block {
  float: left;
  padding-right: 10px;
}
.form-p2 {
  -moz-border-radius: 0;
  border-radius: 0;
}

.pulldown-filter-c {
  float: left;
}
.pulldown-filter-c span.select {
  width: 270px;
  font-size:12px;
  /*color: #666;*/
  color: #000000;
}
.pulldown-filter-c select {
  width: 300px;
  font-size:12px;
}

.pulldown-filter-d {
  float: left;
}
.pulldown-filter-d span.select {
  width: 470px;
  color: #666;
}
.pulldown-filter-d select {
  width: 500px;
  font-size:12px;
}

.pulldown-filter-e {
  float: left;
}
.pulldown-filter-e span.select {
  width: 255px;
  color: #666;
}
.pulldown-filter-e select {
  width: 285px;
  font-size:13px;
}

.pulldown-filter-f {
  float: left;
}
.pulldown-filter-f span.select {
  width: 155px;
  color: #666;
}
.pulldown-filter-f select {
  width: 185px;
  font-size:13px;
}

.text-field-b {
  width: 205px;
  font-size:12px;
  border: 1px solid #999;
  padding: 5px 2px;
  color: #666;
}
.dev-table tr td .form-textarea {
  width: 550px;
  font-size:12px;
  border: 1px solid #999;
  padding: 5px 2px;
  /*color: #666;*/
  color: #000000;
}

div.content-columns {
  clear: both;
  overflow: hidden;
}
div.content-columns-extra {
  border-top: 1px dotted #C4BCA4;
  margin-top: 20px;
  padding-top: 20px;
}
div.content-columns div.content-column {
  float: left;
}
div.content-columns div.content-column-250 {
  width: 250px;
}
div.dev-img-div {
  margin-right: 45px;
  text-align: center;
}
div.dev-img-div img.dev-img {
  margin-bottom: 5px;
}
ul.image-list {
 
}
ul.image-list li {
  display: block;
  width: 169px;
  height: 144px;
  float: left;
}
ul.image-list li div {
  display: block;
  width: 155px;
  height: 130px;
  margin: 7px;
  position: relative;
}
ul.image-list li.place-holder div { 
  background-color:white !important; border:dashed 1px gray !important; 
}
ul.image-list li div p {
  font-size: 11px;
  color: #000;
  padding-top: 3px;
}
ul.image-list li div img.screenshot {
	width: 150px;
	height: 100px;
}
ul.image-list li div .icon-delete {
  position: absolute;
  left: 145px;
  top: 0;
  cursor: pointer;
}
.icon-edit {
  cursor: pointer;
  position: absolute;
  left: 0x;
  top: 102px;
}
a.icon-edit-div {
  border: 1px solid #999;
  background: #FFF url(../img/icon-edit-2.gif) no-repeat 2px 2px;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 3px 2px 16px;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 102px;
}
a.icon-edit-div:hover {
  text-decoration: none !important;
  border-color: #666;
}
div.filter-area .filter-links {
  clear: both;
  margin: 0 10px 0 2px;
  padding: 10px 0;
  border-bottom: 1px dotted #C4BCA4;
  overflow: hidden;
  zoom: 1;
  font-size: 12px;
}
div.filter-area .filter-links label {
  float: left;
  display: block;
  padding: 5px 0;
  font-size: 12px;
}
div.filter-area .filter-links ul {
  float: left;
}
div.filter-area .filter-links ul li {
  float: left;
  padding: 5px 0;
  background:url(../img/bg-divider-li-links.gif) no-repeat 0 6px;
}
div.filter-area .filter-links ul li a {
  padding: 0 7px 0 10px;
}
div.filter-area .filter-links ul li.first {
  background:transparent;
}
div.filter-area .filter-links ul li a:hover{
  text-decoration: underline;
}
div.filter-area .filter-links ul li.active a{
  color:#333;
  font-weight:bold; 
}
div.filter-area .filter-links ul li.active a:hover{
  text-decoration: none;
}

span.text-field-text-first {
  display: block;
  float: left;
  padding: 8px 5px 0 0;
}
div.body-dev a.regular-link {
  padding: 7px 0 7px 18px;
  display: block;
}
div.body-dev a.icon-link {
  padding: 7px 0 7px 5px;
  display: block;
}
div.body-dev a.regular-link:hover {
  text-decoration: underline;
}
.dev-table tr td div.checkbox-label {
  padding: 0 0 4px 0;
}
.body-dev .form-p1 {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
}
.body-dev .form-p1-textarea {
  height: auto;
  line-height: 100%;
}
.body-dev p.link-delete {
  clear: both;
  padding-top: 15px;
}
.body-dev p.link-delete span, .body-dev p.link-delete a {
  display: block;
  float: left;
  padding-right: 5px;
}
.body-dev p.link-delete .dev-form-action-link-span {
  clear: both;
}
div.editTitle{
	float: left;
}			
div.editTitle b{
	padding: 6px 0 0 0; 			
}
div.editTitle input{
	margin-right: 4px;
	height: 23px;
}
div.wrapMainContainer input.tl{
	height: 20px;
	margin: 0 0 3px 19px;			    
	width: 216px;
}
div.wrapMainContainer div{
	margin: 6px 0 0 120px;
}
div.content-columns {
    clear: both;
    overflow: hidden;
}
div.content-columns div.content-column-250 {
    width: 250px;
}
div.content-columns div.content-column {
    float: left;
}
div.dev-img-div {
    margin-right: 45px;
    text-align: center;
}
div.dev-img-div img.dev-img {
    margin-bottom: 5px;
}
div.content-columns div.content-column-412 {
    width: 412px;
}
.form-field-label {
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #444444;
	padding-top: 6px;
}
.form-p1 {
	-moz-border-radius: 5px 5px 5px 5px;
	border: 1px solid #999999;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	margin: 0;
	outline: 0 none;
	padding: 0 4px;
}
.form-p2 {
	-moz-border-radius: 0 0 0 0;
}
.dev-table a {
	color: #326DBB;
}
.title-area h1 {
	color: #444444;
	display: block;
	font-size: 23px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
}
.title-area {
	margin: 0;
	overflow: hidden;
	padding: 0 0 20px;
}
.dev-table tr td div.label-input-block1 {
	float: left;
	padding-right: 25px;
}
span.linkLabel{
	width: 160px;
	display: inline-block;
}
div.noResultsMessage{
	padding:15px;
}
.badges-area{
	float: left;
	padding-right: 15px !important;
}
.badge-icon{
	padding-right: 5px !important;
}

/****************** Overlays ********************** (we have to delete this styles from all.css file in appex, i didn't to avoid conflicts.) */

div.above_mask table.above_mask_table td table.above_mask_content_table td table.screenshot {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
div.above_mask table.above_mask_table td table.above_mask_content_table td table.screenshot tr td {
  border: 2px solid #E7E7E7;
  padding: 0px;
  margin: 0px;
}
div.above_mask table.above_mask_table td table.above_mask_content_table td table.screenshot tr td div {
  width: 750px;
  height: 500px;
  background-color: #FFFFFF !important;
  border: 5px solid #FFFFFF;
}
.popup-s-bottom {
	color: #666666;
	font-size: 11px;
	overflow: hidden;
	width: 100%;
	height: 24px; 
}
.popup-s-bottom .popup-s-left {
	display: inline;
	float: left;
	margin: 10px 0 0;
}					
.popup-s-bottom .popup-s-right {
	display: inline;
	float: right;
	margin: 10px 0 0;
	position: relative;
}															
a#scr-next-on{
	text-decoration: none;
	color: #296DC0 !important;
	outline: medium none;						
}
a#scr-prev-on{
	text-decoration: none;
	color: #296DC0 !important;
	outline: medium none;						
}					
a#src-next-on:hover{
	text-decoration: underline !important;
	color: #296DC0 !important; 
}
span.scr-link-off {
   color: #999999;
}
div div.form-block .form-text {
  border: 1px solid #CCCCCC;
  width: 400px;
  font: 11px Verdana,Arial,sans-serif;
  padding: 2px 4px 2px 4px;
}
div div.form-block .form-text-short {
  width: 150px;
}
div div.form-block .form-text-medium {
  width: 200px;
}
div div.form-block .form-text-medium2 {
  width: 250px;
}
div div.form-block .form-text-medium-exlong {
  width: 600px;
}
div div.form-block .form-field-error {
  background: #FFF0C0 !important;
}
.icon-screenshot {
    cursor: pointer;
    padding: 0 0 0 5px;
    vertical-align: bottom;
}
/****************** EO: Overlays **********************/
.buttons-overlays-table {
    margin: 0 auto;
    padding: 0;
}
.outerpair1bm {
	width: 400px;
}
.logintext .button .text {
  font-family: Arial, Helvetica, sans-serif;
}
a.link-main:hover, a.link-main-open:hover {
  text-decoration:underline;
  color: #296DC0;
}

/****************** Profile Questions **************************/
.pQuestionDetail {
	width: 100% !important;
}
/* JOBS stuff */
div.filter-area-2 {
    overflow: hidden;
    padding: 5px 5px 0 0;
}

.filter-area-2 a.extra-link {
  display: block;
  font-size: 11px;
  padding: 5px 0;
  clear: both;
  float: left;
}
.filter-area-2 a.remove-link {
  display: block;
  font-size: 11px;
  padding: 6px 0 0 0;
  float: left;
}

.filter-block {
  float: left;
}

.filter-block2 {
    float: right;
}

div.body-dev div.form-block {
  clear: both;
}
div div.form-block .form-text {
  font-family: Arial, Helvetica, sans-serif;
}
div div.form-block .form-text-long {
  width: 878px;
}
div div.form-block .form-text-special {
  font-size: 13px;
  padding: 3px 4px;
}

div div.form-block table td.form-field-one-td {
  padding-left: 0px;
  padding-right: 0px;
}

div div.form-block span.table-footer {
  color: #999;
  font-size: 11px;
  line-height: 14px;
}
.text-filter-c input, .text-filter-e input {
  width: 274px;
  font-size:14px;
  border: 1px solid #CCC;
  margin: 0;
  padding: 2px 4px;
  min-height: 18px;
}
.text-filter-e input {
  width: 272px;
}
.buttons-table-main {
  margin-left: 0;
}
div.actions-end-form {
  margin-top: 25px;
}
a.action-secondary {
	color:#326DBB;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
  padding: 0 !important;
  margin: 6px 0 6px 18px !important;
  display: block;
}
a.action-secondary-attention {
  margin: 14px 0 6px 18px !important;
}
div.actions-h1 { 
  padding-top: 0;
  float: right;
}
div.actions ul li.action-links {
}

div.actions ul li.action-links-multiple {
  padding-left: 10px;
}
div.actions ul li.action-links-2 {
  float: right;
}
div.actions ul li.regular-links {
  font-weight: bold;
  padding: 14px 7px 0 7px;
  background: url(../img/bg-divider-li-links.gif) no-repeat left 17px;
}
div.actions ul li.regular-links-first {
  padding-left: 14px;
  background: transparent;
}

.h1-block {

}
.h1-block-logo, .block-logo {
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.block-logo {
  padding-bottom: 10px;
}
  .block-logo .app-logo {
    padding: 0 20px 0 0;  
  }
  .h1-block .h1-div {
    float: left;
      padding: 0 0 10px 10px;
  }
    .h1-block .h1-div h1 {
      color: #444444;
      display: block;
      font-size: 23px;
      font-weight: bold;
      margin: 0;
      max-width: 625px;
      padding: 0 0 5px;
    }
    
    .h1-div-below, .next-to-h1 {
      padding: 0 0 10px 0;
      overflow: hidden;
      zoom: 1;  
      float: left;
    }
    .next-to-h1, .next-to-h1 .h1-div-below {
      float: right;
    }
    .h1-div-below-space {
      padding-top: 40px;
    }
        .h1-div-below .sub-h1 {
          color: #444;
          margin: -1px 0 0 0;
          padding: 0 0 5px 2px;
          font-size: 16px;
        }
        .h1-div-below .rating-text-block {
          float: left;
          color: #888;
          padding: 0 5px 0 2px;
          font-size: 11px;
        }
        .h1-div-below .rating-stars {
          padding: 0 5px 0 0;
        }
        .h1-div-below .fb-like-block {
          float: left;
          margin: -2px 0 0 0;
          padding: 0 10px;
	  height: 52px;
	  width: 340px;
        }
    .h1-block .next-to-h1 {
      float: right;
    }
        .h1-block .next-to-h1 div.actions ul li {
          float: right;
        }
    
        .h1-block .next-to-h1 h1 {
          color: #B7D511;
          display: block;
          font-size: 23px;
          font-weight: bold;
          margin: 0;
          padding: 0 0 5px;
        }
        .h1-block .next-to-h1 .h1-div-below .sub-h1 {
          float: right;
        }

        .h1-block .next-to-h1 p {
          text-align: right;
        }

        .next-to-h1 .below-actions {
          clear: right;
          float: right;
          color: #888;
          padding: 0 5px 0 0;
          font-size: 11px;
          line-height: 200%;
        }
.content-block {
  clear: both;
  padding-bottom: 20px;
}
.content-block-2 {
  padding-top: 15px;
}
    .content-block h2 {
      font-size: 16px;
      padding-bottom: 10px;
      font-weight: bold;
    }
    .content-block p {
      padding-bottom: 10px;
    }
    .content-block div.pdiv {
      padding-bottom: 10px;
    }
    .content-block p.special {
      font-size: 16px;
    }
      .content-block .block-logo h2 {
        padding-bottom: 5px;
      }
      .content-block .block-logo p {
        padding-bottom: 5px;
      }
      .content-block .block-logo .rating-one-line {
		white-space: inherit;
      }
      .content-block .block-logo .rating-one-line .rating-stars, .content-block .block-logo .rating-one-line a, .content-block .block-logo .rating-one-line .listing-icons, .content-block .block-logo .rating-one-line span.no-rating-span {
        float: left;
      }
      .content-block .block-logo .rating-one-line a.total-ratings {
        display: block;
        float: left;
        font-size: 11px;
        padding-left: 5px;
      }
      .content-block .block-logo .rating-one-line .listing-icons {
        vertical-align: top;
        margin: 0;
        padding: 0 0 0 10px;
        white-space: nowrap;
        float: left;
      }
      .content-block .block-logo .rating-one-line .icon-img  {
        padding: 0 0 0 7px;
      }
    .content-block-3 .content-block-3-sub {
      float: left;
    }
    .content-block-3 .content-block-3-sub-1 {
      width: 228px;
    }
        .content-block-3 .content-block-3-sub-1 p {
          line-height: 150%;
        }
        .content-block-3 .content-block-3-sub-1 div.pdiv {
          line-height: 150%;
        }
        .content-block-3 .content-block-3-sub-1 .ad-block {
          clear: both;
          overflow: hidden;
          margin: 0 0 20px 0;
        }
        .content-block-3 .content-block-3-sub-1 .content-block-box-outer {
          width: 202px;
          background: url(../img/bg-content-block-box-outer-1.gif) no-repeat left top;
          float: left;
          margin: 0 0 20px 0;
          padding: 0;
          overflow: hidden;
          zoom: 1;
        }
            .content-block-3 .content-block-3-sub-1 .content-block-box-outer .content-block-box-inner {
              width: 202px;
              background: url(../img/bg-content-block-box-inner-1.gif) no-repeat left bottom;
              float: left;
              margin: 0;
              padding: 0;
              overflow: hidden;
              zoom: 1;
            }
                .content-block-3 .content-block-3-sub-1 .content-block-box-outer .content-block-box-inner .content-block-box-actual {
                  margin: 0;
                  padding: 20px 5px 10px 15px;
                  overflow: hidden;
                  zoom: 1;
                }
    .content-block-3 .content-block-3-sub-2 {
      width: 489px;
      margin-bottom: 20px;
      overflow: hidden;
    }
      .content-block-3 .content-block-3-sub-2 p {
/*        line-height: 150%;*/
      }
    .content-block-3 .content-block-3-sub-3 {
      width: 200px;
      margin-bottom: 20px;
      overflow: hidden;
    }
        .content-block-3 .content-block-3-sub-3 ul {
          margin: 0 0 10px 0;
        }
            .content-block-3 .content-block-3-sub-3 ul li {
              margin: 0 0 5px 0;
            }
                .content-block-3 .content-block-3-sub-3 ul li a {
                  padding: 2px 0 2px 24px;
                  font-weight: bold;
                  display: block;
                }
                .content-block-3 .content-block-3-sub-3 ul li a.add {
                  background: url(../img/li-icons-content-block-box.gif) no-repeat 0 2px;
                }
                .content-block-3 .content-block-3-sub-3 ul li a.share {
                  background: url(../img/li-icons-content-block-box.gif) no-repeat 0 -48px;
                }
                .content-block-3 .content-block-3-sub-3 ul li a.watch {
                  background: url(../img/li-icons-content-block-box.gif) no-repeat 0 -98px;
                }
                .content-block-3 .content-block-3-sub-3 ul li a.mouse {
                  background: url(../img/li-icons-content-block-box.gif) no-repeat 0 -148px;
                }
        .content-block-3 .content-block-3-sub-3 .content-block-box-outer {
          width: 173px;
          background: url(../img/bg-content-block-box-outer-3.gif) no-repeat right top;
          float: right;
          margin: 0;
          padding: 0;
          overflow: hidden;
          zoom: 1;
        }
            .content-block-3 .content-block-3-sub-3 .content-block-box-outer .content-block-box-inner {
              width: 173px;
              background: url(../img/bg-content-block-box-inner-3.gif) no-repeat right bottom;
              float: right;
              margin: 0;
              padding: 0;
              overflow: hidden;
              zoom: 1;
            }
                .content-block-3 .content-block-3-sub-3 .content-block-box-outer .content-block-box-inner .content-block-box-actual {
                  margin: 0;
                  padding: 20px 10px 10px 20px;
                  overflow: hidden;
                  zoom: 1;
                }
                
    .content-block-3 .content-block-3-sub-23 {
      width: 687px;
    }
      .content-block-3 .content-block-3-sub-23 .content-23-3-columns {
          overflow: hidden;
      }
        .content-block-3 .content-block-3-sub-23 .content-23-3-columns .content-a-column {
            width: 218px;
            float: left;
            padding: 0 10px 10px 0;
        }

table.content-table5 {
  width: 918px;
  margin: 0px 0px 0px 0px;
}
table.content-table5 tr td {
  vertical-align: top;
}

                
/* bread crumb and search bar */
.subnav-bar {
  overflow: hidden;
}
.subnav-bar .subnav-bar-2 {
  float: right;
  padding: 0 15px 0 0;
}

table.content-table td {
  font-size: 13px;
}
table.content-table td a.action-link, table.content-table td span.action-link {
  font-size: 13px;
}
.content-table .rating-text-block {
  float: left;
  padding-left: 5px;;
}
.content-table .rating-text-block a {
  font-size: 12px;
}
div div.form-block table td.td-with-table table.content-table2 tr td.pagination-td, div div.form-block table td.td-with-table table.content-table2 tr td.totals-td {
  padding-top: 20px;
  font-size: 11px;
}
div div.form-block table td.td-with-table table.content-table2 tr td.pagination-td a.next {
  background: url("../img/bg-more.gif") no-repeat scroll 100% 55% transparent;
  padding-right: 10px;
}

/* jq date picker */
#ui-datepicker-div {
  z-index: 99999999;
}
.datepickerinput {
  z-index: 99999999;
}

/* review score with bg sprite */
.review-score {
  clear: both;
  padding: 0 0 15px 0;
  overflow: hidden;
  float: left;
}
  .review-score .score {
    padding: 0 75px 0 0;
    margin: 0 30px 0 0;
    background: url("../img/bg-rating-stars.gif") no-repeat right -2px;
    float: left;
  }
  .review-score .score-one {
    padding-right: 67px;
    margin-right: 5px;
  }
  .review-score .score-primary-50 { background-position: right -2px; }
  .review-score .score-primary-45 { background-position: right -22px; }
  .review-score .score-primary-40 { background-position: right -42px; }
  .review-score .score-primary-35 { background-position: right -62px; }
  .review-score .score-primary-30 { background-position: right -82px; }
  .review-score .score-primary-25 { background-position: right -102px; }
  .review-score .score-primary-20 { background-position: right -122px; }
  .review-score .score-primary-15 { background-position: right -142px; }
  .review-score .score-primary-10 { background-position: right -162px; }
  .review-score .score-primary-05 { background-position: right -182px; }
  .review-score .score-primary-00 { background-position: right -202px; }
  
  .review-score .score-secondary-50 { background-position: right -222px; }
  .review-score .score-secondary-45 { background-position: right -242px; }
  .review-score .score-secondary-40 { background-position: right -262px; }
  .review-score .score-secondary-35 { background-position: right -282px; }
  .review-score .score-secondary-30 { background-position: right -302px; }
  .review-score .score-secondary-25 { background-position: right -322px; }
  .review-score .score-secondary-20 { background-position: right -342px; }
  .review-score .score-secondary-15 { background-position: right -362px; }
  .review-score .score-secondary-10 { background-position: right -382px; }
  .review-score .score-secondary-05 { background-position: right -402px; }
  .review-score .score-secondary-00 { background-position: right -422px; }
  .review-score .rating-text-block {
    float: left;
    padding-top: 1px;
  }
  .sub-text {
    clear: both;
    color: #8A8A8A;
    font-size: 11px;
  }
.reviewer {
  clear: both;
  padding: 0 0 15px 0;
  overflow: hidden;
}
  .reviewer .reviewer-img {
    float: left;
    width: 70px;
    overflow: hidden;
  }
    .reviewer .reviewer-img img {
      border: 2px solid #E2E2E2;
    }
  .reviewer .reviewer-info {
    float: left;
  }
.review {
  clear: both;
  padding: 0 0 15px 0;
  overflow: hidden;
}
.review-links {
  clear: both;
  padding: 0 0 0 0;
  overflow: hidden;
}
  .review-links ul {
     clear: both; 
  }
    .review-links ul li {
      display: inline;
      background: url(../img/bg-divider-li-links.gif) no-repeat right 3px;
      padding: 0 5px;
      float: left;
    }
    .review-links ul li.first-li {
      padding-left: 0;
    }
    .review-links ul li.last-li, .review-links ul li.no-divider {
      background: transparent;
      padding-right: 0;
    }
      .review-links a.link-secondary {
        font-size: 11px;
      }
      .review-links a.open-close-title, .review-links span.open-close-title {
        padding: 0 0 0 10px;
        background: url(../img/sprite-ver.png) no-repeat left -876px;
        color: #444;
      }
      .review-links span.open-close-title-zero {
        background-position:  left -956px;
        color: #8A8A8A;
      }
      .review-links a.open-close-title-open {
        background-position:  left -916px;
      }
.review-comments {
  clear: both;
  padding: 5px 0 0 0;
  overflow: hidden;
}
  .review-comments ul {
    clear: both;
    overflow: hidden;
    padding: 0 0 10px 0;
    background: #F5FAFD url(../img/bg-dotted.gif) repeat-x center bottom;
  }
    .review-comments ul li {
      width: 100%;
      overflow: hidden;
      padding: 10px;
      background: #F5FAFD url(../img/bg-dotted.gif) repeat-x center top;
    }
    .review-comments ul li.last-li {
      padding-bottom: 0;
    }
    .review-comments ul li.more-li {
      padding-top: 0;
      background: #F5FAFD;
    }

/* Add This button */

#shareWithOthersLink .at300bs {
  float: left;
  background: transparent !important;
  width: 0px !important;
}

/* Filter in top */
.main-right-top-bar .search-holder {
  background-image: url(../img/bg-find-inp-arrow.gif);
}
.main-right-top-bar .search-holder .text {
  border: 0 none;
  outline: 0 none;
}

/* search options when focusing on the filter in top */
#search-phrase {
  display: none;
}
.search-options {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
  border: 1px solid #D6D6D6;
  background: #FFF;
}
.search-options-inner {
  padding: 10px;
  line-height: 150%;
}
.search-options-inner input, .search-options-inner label {
  float: left;
  display: block;
}
.search-options-inner input {
  margin: 2px 5px 0 0;
}

a.more {
  background: url("../img/bg-more.gif") no-repeat scroll right 3px transparent;
  font-size: 13px;
  padding-bottom: 1px;
  padding-right: 10px;
  font-weight: bold;
}

/* subnav content */
.content-block p.subnav-content {
  font-size: 16px;
  overflow: hidden;
  padding: 0 0 20px 0;
}
  .content-block p.subnav-content .selected {
    font-weight: bold;
  }

.h2-div {
    overflow: hidden;
    float: left;
    padding: 20px 0 10px 0;
}
.next-to-h2 {
  padding: 10px 0 0 0;
  float: right;
}

.one-review {
  overflow: hidden;
  padding: 20px 0;
  clear: both;
  background: url(../img/bg-dotted.gif) repeat-x center top;
}

.first-review {
  padding-top: 0;
  background: transparent;
}

.slider-multi-div {
    overflow: hidden;
    background: #E1F0F7;
    padding: 20px 30px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
  .slider-multi-div ul.slider-multi {
  }
    .slider-multi-div ul.slider-multi li {
      float: left;
      width: 130px;
    }
      .slider-multi-div ul.slider-multi li a {
        overflow: hidden;
        zoom: 1;
      }
        .slider-multi-div ul.slider-multi li a img {
          background: #FFF;
          padding: 2px;
          border: 1px solid #CCC;
          -moz-border-radius: 4px;
          border-radius: 4px;
        }

.pagination-outer {
  height: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
}
    .pagination-outer .pagination {
      margin: 0;
      padding: 5px 10px 5px 310px;
      overflow: hidden;
    }
        .pagination-outer .pagination a.pager-link {
          background: url(../img/sprite-ver.png) no-repeat center -44px;
          display: block;
          float: left;
          width: 17px;
          height: 20px;
          margin: 0;
          padding: 0;
          text-indent:-999em;
          outline: none;
        }
        .pagination-outer .pagination a:hover {
          background-position: center -94px;
        }
        .pagination-outer .pagination a.pager-active, .pagination-outer .pagination a.pager-active:hover {
          background-position: center -69px;
        }

.slider-multi-div .bx-prev, .slider-multi-div .bx-next {
}

/*next button*/
.slider-multi-div .bx-next {
	position:absolute;
	top: 25px;
	right: -6px;
	z-index:9999;
	width: 30px;
	height: 34px;
	background: url(../img/sprite-ver.png) no-repeat 3px -780px;
}

/*previous button*/
.slider-multi-div .bx-prev {
	position:absolute;
	top: 25px;
	left: -30px;
	z-index:9999;
	width: 30px;
	height: 34px;
	background: url(../img/sprite-ver.png) no-repeat 3px -660px;
}
/* only show on hover over the slider area */
.slider-multi-div .bx-next,
.slider-multi-div .bx-prev {
  display: none;
}
/*next/prev button hover state*/
.slider-multi-div .bx-prev:hover {
	background-position: 3px -600px;
}
.slider-multi-div .bx-next:hover {
	background-position: 3px -720px;
}

/* icons */
p.ul-header {
  font-weight: bold;
  padding-bottom: 2px;
  float: left;
}
ul.icons-ul {
  margin: 0 0 10px 0;
  padding: 0;
  clear: both;
}
ul.icons-ul li {
  padding: 2px 0 2px 20px;
  background: url(../img/icons-sprite.gif) no-repeat 0 0;
}
ul.icons-ul li.nothing { padding-left: 0; }
ul.icons-ul li.aloha { background-position: 0 -48px; }
ul.icons-ul li.stop { background-position: 0 -98px; }
ul.icons-ul li.edit { background-position: 0 -148px; }
ul.icons-ul li.newpage { background-position: 0 -198px; }
ul.icons-ul li.native { background-position: 0 -248px; }
ul.icons-ul li.money { background-position: 0 -298px; }
ul.icons-ul li.helpdesk { background-position: 0 -348px; }
ul.icons-ul li.help { background-position: 0 -398px; }

a.icons {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background: url(../img/icons-sprite.gif) no-repeat 0 0;
  margin-left: 3px;
}
a.aloha { background-position: 0 -50px; }
a.stop { background-position: 0 -100px; }
a.edit { background-position: 0 -150px; }
a.newpage { background-position: 0 -200px; }
a.native { background-position: 0 -250px; }
a.money { background-position: 0 -300px; }
a.helpdesk { background-position: 0 -350px; }
a.help { background-position: 0 -400px; }

.large-logo {
    margin: 9px auto 15px;
    overflow: hidden;
    text-align: center;
    width: 930px;
}

/* developer landing page */
.content-block-landing-2 {
  padding: 10px 10px 30px 10px;
  overflow: hidden;
}
  .content-block-landing-2 .content-block-landing-2-sub {
    float: left;
    width: 448px;
  }
    .content-block-landing-2 .content-block-landing-2-sub .content-block-box-outer {
      padding-right: 40px;
      overflow: hidden;
    }
    .content-block-landing-2 .content-block-landing-2-sub-1-last .content-block-box-outer, .content-block-landing-2 .content-block-landing-2-sub-2-last .content-block-box-outer {
      padding-right: 0;
    }
  .content-block-landing-2 .content-block-landing-2-sub-1 {
    width: 380px;
  }
  .content-block-landing-2 .content-block-landing-2-sub-2 {
    width: 516px;
  }
    .content-block-landing-2 div.actions ul li.regular-links {
      font-weight: normal;
      font-size: 16px;
    }
      .content-block-landing-2 .content-block-landing-2-sub .h1-block .h1-div {
        padding-left: 0;
      }
/* generic content list */
ul.content-list {
  
}
  ul.content-list li {
    clear: both;
    padding: 0 0 15px 0;
    overflow: hidden;
  }
    ul.content-list li div.img {
      float: left;
      padding-bottom: 10px;
      overflow: hidden;
    }
      ul.content-list li div.img img {
        border: 2px solid #E2E2E2;
      }

    ul.content-list li div.text {
      float: left;
    }
    ul.content-list li p.title {
      font-weight: bold;
      padding: 0 0 3px 0;
    }
    ul.content-list li p.info-row {
      font-size: 11px;
      padding: 0;
      color: #9C9C9C;
    }
    ul.content-list li p.descr-row {
      font-size: 11px;
      padding: 0 0 4px 0;
    }
      ul.content-list li p.info-row span {
        float: left;
        padding: 0 2px;
      }
      ul.content-list li p.info-row span.first-span {
        padding-left: 0;
      }
      ul.content-list li .review-score {
        clear: none;
        float: left;
        overflow: hidden;
        padding-left: 2px;
        padding-right: 0;
        padding-bottom: 0;
      }
    
    /* dimensions for the generic content list: depends on the outer container */
    .content-block-landing-2-sub-2 ul.content-list li div.img {
      width: 70px;
    }
    .content-block-landing-2-sub-2 ul.content-list li div.text {
      width: 406px;
    }
    .content-block-landing-2-sub-2-last ul.content-list li div.text {
      width: 456px;
    }

 .content-block-2-col {
   
 }
     .content-block-2-col .content-block-2-sub {
       width: 458px;
       float: left;
     }
         .content-block-2-col .content-block-2-sub .content-block-2-sub-inner {
           padding: 0 25px;
         }
 
.form-field-phrase {
  display: none;
}
.form-field-holder {
  clear: both;
}
.form-field-holder-cc-cvv {
  padding-bottom: 84px;
  background: url(../img/bg-cc-cvv.gif) no-repeat 0 32px;
}
    .form-field-holder label {
      float: left;
      font-weight: bold;
      padding: 4px 10px 0 0;
    }
    .form-field-holder .text {
      color: #000;
      border: 1px solid #CCC;
      padding: 4px 3px;
      font-size: 12px;
      margin: 0 10px 10px 0;
      float: left;
    }
    .form-field-holder select.text {
      padding-top: 3px;
      padding-bottom: 3px;
    }
    .form-field-holder .text-default {
      color: #999;
    }
    .form-field-holder .select-label-phrase {
      color: #999;
    }
.form-field-holder .form-size-XL { width: 378px; }
.form-field-holder select.form-size-XL { width: 386px; }
.form-field-holder .form-size-L { width: 236px; }
.form-field-holder select.form-size-L { width: 244px; }
.form-field-holder .form-size-M { width: 180px; }
.form-field-holder .form-size-S { width: 137px; }
.form-field-holder .form-size-XS { width: 124px; }

.form-field-holder .radio-check {
  float: left;
  margin: 4px 5px 0 0;
}
.form-field-holder .radio-check-label {
  float: left;
  width: 350px;
}

.price-block-outer {
  background: url(../img/bg-price-block.gif) no-repeat left top;
  margin: 0 0 70px 0;
  padding: 13px 0 0 0;
  width: 380px;
}
    .price-block-outer .price-block-inner {
      background: url(../img/bg-price-block.gif) no-repeat left bottom;
      padding: 0 0 13px 0; 
      width: 380px;
    }
        .price-block-outer .price-block-inner h2 {
          font-size: 23px;
        }
        .price-block-outer .price-block-inner .price-block-content {
          padding: 5px 20px 15px 20px;
          margin: 0 1px;
        }
            .price-block-outer .price-block-inner .price-block-content h2 {
              padding: 0;
            }
        .price-block-outer .price-block-inner .price-block-footer {
          padding: 15px 20px 5px 20px;
          background: #296DC0;
          margin: 0 1px;
        }
            .price-block-outer .price-block-inner .price-block-footer h2 {
              color: #B7D511;
              font-weight: bold;
              padding: 0;
            }
            .price-block-outer .price-block-inner .price-block-footer h2 span {
              color: #B7D511;
              font-weight: bold;
            }
                .price-block-outer .price-block-inner .price-block-footer h2 span.label {
                  color: #FFF;
                }
    .price-block-outer .form-row {
      padding: 10px 0 0 0;
      overflow: hidden;
    }                
        .price-block-outer .form-row label, .price-block-outer .form-row input {
          display: block;
          float: left;
        }                
        .price-block-outer .form-row label {
          padding: 3px 10px 0 0;
          font-size: 16px;
          font-weight: bold;
          width: 120px;
        }                
        .price-block-outer .form-row input {
          line-height: 100%;
          padding: 3px;
          font-size: 16px;
          width: 105px;
          border: 1px solid #296DC0;
        }                
        .price-block-outer p.error {
          margin: 0;
          padding: 10px 0 5px 0;
          color: #C00;
          font-weight: bold;
          font-size: 14px;
        }                
		.overflow-visible-logo{
			overflow: visible;
		}		
		