
/*
   This is the core css for the partner pages.
   If you see any pink in the partner pages, you
   need to change the color of that element in
   that partner's specific stylesheet
*/


#simple_search_icon_wrapper {
    display: none;
}

#body_container {
  background-color: #ffffff;
  border: 1px solid #b4b8c0;
  padding: 10px 10px 10px 10px;
}

.content {
  margin-bottom: 20px;
}

.pagination a, .pagination span {
  padding: 0.2em 0.5em;
  border: 1px solid #888888;
  text-decoration: none;
  color: #333333;
}

.pagination a:hover {
  border: 1px solid #000000;
}

.pagination .disabled {
  border: 1px solid #dddddd;
  color: #999999;
}

.pagination .current { 
  border: 1px solid #000000;
}

.pagination .gap {
  border: 0px;
}

#rounded_corner_185x185_container {
  width: 185px;
  height: 185px;
  position: relative;
}

#rounded_corner_185x185_main {
  position: absolute;
  width: 185px;
  height: 185px;
  z-index: 0;
}

#rounded_corner_185x185_minor {
  position: absolute;
  width: 185px;
  height: 185px;
  z-index: 1;
}

#rounded_corner_100x100_container {
  width: 100px;
  height: 100px;
  position: relative;
}

#rounded_corner_100x100_main {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 0;
}

#rounded_corner_100x100_minor {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 1;
}

#rounded_corner_40x40_container {
  width: 40px;
  height: 40px;
  position: relative;
}

#rounded_corner_40x40_main {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 0;
}

#rounded_corner_40x40_minor {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.center_column {
  margin-left: 0px;
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;	      
}

#appstorehq #sponsored_results {
  font-face: Arial, sans-serif;
  font-style: italic;
  color: #999999;
  margin: 10px 10px 5px -10px;
  width: auto;
}

#appstorehq #sponsored_results .no_result {
    margin-left: 5px;
}

#appstorehq #sponsored_results #sponsored_results_link {
    padding: 2px 10px 2px 2px;
}

#appstorehq #sponsored_results .results {
  background-color: #fffbe9;
  border: 1px solid #ffea97;
  font-face: Arial, sans-serif;
  color: #000000;
  font-style: normal;
  padding: 0 0 15px 10px;
  margin-bottom: -15px;
}

#appstorehq .available_from {
  padding-left: 30px;
}

#appstorehq #sponsored_results .app_result.widget {
  margin: 0;
  padding-top: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
  background: transparent !important;
}

#appstorehq #sponsored_results .results {
    width: auto;
}

#appstorehq .section_title {
  font-weight: bold;
  font-size: 12px;
}

#appstorehq .sidebar_list {
  padding-top: 0px;
}

#appstorehq #blog_posts .last_short_widget, #appstorehq #reviews .last_short_widget {
    margin: 1em auto 1em 1em;
}

#appstorehq #blog_posts .post_title_link, #appstorehq #reviews .review_title {
    font-size: 1.1em;
    font-weight: 700;
}

/* Styles for the revamped details page */

#appstorehq .clear {
    clear: both;
}

#appstorehq #app_details_page_wrapper {
}

#appstorehq #app_details_page_wrapper #crumbtrail {
    float: none;
}

#appstorehq #right_rail {
    float: right;
    margin-right: 17px;
}

#appstorehq #app_details_page_wrapper #above_the_fold_wrapper {
}

#appstorehq #app_details_page_wrapper #app_details_page {
    margin: 10px 320px 21px 10px;
}

#appstorehq #app_details_page #above_the_fold #image_wrapper {
    display: inline-block;
    vertical-align: top;
}

#appstorehq #app_details_page #app_image {
    position: relative;
}

#appstorehq #app_details_page #rounded_corner_100x100_main {
    position: absolute;
}

#appstorehq #app_details_page #rounded_corner_100x100_minor {
    position: relative;
}

#appstorehq #app_details_page #above_the_fold #rating_stars_wrapper {
    display: inline-block;
    margin-left: 2em;
    height: 1.7em;
    vertical-align: middle;
}

#appstorehq #app_details_page #rating_stars_wrapper img {
    display: block;
    vertical-align: middle;
}

#appstorehq #app_details_page #above_the_fold {
    padding: 11px;
}

#appstorehq #app_details_page #above_the_fold #right_side_wrapper {
    display: inline-block;
    padding: 0 10px 1px 0px;
    width: 440px;
}

#appstorehq #app_details_page #above_the_fold #main_info {
  margin-left: 50px;
}

#appstorehq #app_details_page #above_the_fold #main_title {
    font-size: 20px;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}

#appstorehq #app_details_page #above_the_fold #main_price {
    color: #990000;
    font-size: 1.3em;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 0px;
    display: inline-block;
}

#appstorehq #actions_wrapper {
    margin-top: 10px;
    font-size: 1em;
}

#appstorehq #actions_wrapper .action {
    display: block;
    float: left;
    margin-left: -3px;
    margin-right: 10px;
}

#appstorehq #actions_wrapper #share_icons_wrapper {
}

#appstorehq #actions_wrapper #share_icons {
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle;
}

#appstorehq #share_icons_wrapper #share {
    font-weight: 700;
    font-size: 1.3em;
}

#appstorehq #actions_wrapper .share_icon {
    display: inline-block;
    margin-right: 15px;
    border: 0;
}

#appstorehq #app_details_page #description_2 {
    display: none;
}

#appstorehq .page_section_title {
    margin-bottom: 0.2em;
    margin-top: 1em;
}

#appstorehq #external_reviews_wrapper .review_wrapper,
#appstorehq #blog_posts_wrapper .post_display_wrapper{
    margin: 1em 0;
}

#appstorehq #app_details_page .review_title {
    font-weight: 700;
}

#appstorehq #app_description_wrapper #app_details_wrapper {
    border:1px solid black;
    float:right;
    margin:0 0.1em 1.5em 1.5em;
    padding:1em;
}

#appstorehq #app_description_wrapper #app_details_wrapper #app_details dl {
    margin: 0;
}

#appstorehq .screenshot_thumb {
    display: inline-block;
    margin: 0.3em;
    padding: 0;
    border: 1px solid #444;
}

#appstorehq #app_details_page #roll_share {
    position: relative;
}

#appstorehq #app_details_page #roll_share #roll_share_menu {
    position: absolute;
    display: none;
}

#appstorehq #app_details_page #roll_share #roll_share_menu img {
    display: block;
}

#appstorehq .clear_left {
    clear: left;
}

#appstorehq .container {
    padding-top:1px;
}

#appstorehq #lightbox_gray_out {
    background-color: black;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    z-index: 98;
}

#appstorehq #lightbox_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

#appstorehq #app_description_wrapper {
    word-wrap: break-word;
}

#appstorehq #app_details dl dd {
    margin-left: 1em;
}

#appstorehq #search_results_metadata {
  text-align: right;
  margin: 5px 0 5px 0;
}


.app_icon_list {
    vertical-align: top;
    line-height: 170px;
}

.app_icon_list .app_icon_view {
    display: inline-block;
    margin: 0 10px;
    width: 110px;
    text-align: center;
    line-height: 20px;
    vertical-align: top;
}

.app_icon_view .rounded_corner_100x100_container {
    width: 100px;
    display: inline-block;
}

.app_icon_view .app_title a {
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

#app_list_wrapper {
    text-align: left;
}

.app_icon_list {
    margin-bottom: 1em;
}

.pagination {
    padding-bottom: 3px;
}

#app_list {
    min-height: 20em;
}

.inline_icon {
    display: inline-block;
    margin-left: 0.6em;
    margin-bottom: -0.3em;
}

.rounded_corner_100x100_container a {
    display: block;
    padding-top: 1px;
}

#rounded_corner_100x100_main {
    position: absolute;
    display: block;
}

#rounded_corner_100x100_minor {
    position: relative;
    display: block;
}

#right_rail_wrapper {
    float: right;
    margin-right: 10px;
}
