.appStore-screenshots { list-style-type: none !important; margin: 0; padding: 0; } .appStore-screenshots li { float: left; list-style-type: none !important; } .appStore-icon { float: right; } .iTunesStore-icon { float: right; } .appStore-rating { margin-bottom: 10px; } .appStore-version { text-align: left; } .appStore-developername { text-align: left; } .appStore-sellername { text-align: left; } .appStore-releasedate { text-align: left; } .appStore-filesize { text-align: left; } .appStore-universal { text-align: left; } .appStore-advisoryrating { text-align: left; } .appStore-categories { text-align: left; } .appStore-supporteddevices { text-align: left; } #appStore-icon-container { float: right; } #appStore-icon-container img { border: 0px; margin: 0px; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; overflow: hidden; background-color: Transparent; } #iTunesStore-icon-container { float: right; } #iTunesStore-icon-container img { border: 0px; margin: 0px; overflow: hidden; background-color: Transparent; } th.prefTableHeader { background-color: #B3B3B3; font-weight: bold; } div.asaf-entry img { /* max-width: 150px;*/ } .iTunesStore-Button { padding: 5px 20px 5px 20px; -moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7; -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7; box-shadow:inset 0px 1px 0px 0px #bbdaf7; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) ); background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5'); background-color:#79bbff; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:1px solid #84bbf3; display:inline-block; color:#fcfc00; font-family:Trebuchet MS; font-size:16px; font-weight:bold; padding:4px 8px; text-decoration:none; text-shadow:1px 1px 0px #39618a; margin-top: 8px; } .iTunesStore-Button:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) ); background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff'); background-color:#378de5; color: #C9C9FF; } .iTunesStore-Button:active { position:relative; top:1px; } .appStore-Button { padding: 5px 20px 5px 20px; -moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7; -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7; box-shadow:inset 0px 1px 0px 0px #bbdaf7; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) ); background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5'); background-color:#79bbff; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:1px solid #84bbf3; display:inline-block; color:#fcfc00; font-family:Trebuchet MS; font-size:16px; font-weight:bold; padding:4px 8px; text-decoration:none; text-shadow:1px 1px 0px #39618a; margin-top: 8px; } .appStore-Button:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) ); background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff'); background-color:#378de5; color: #C9C9FF; } .appStore-Button:active { position:relative; top:1px; } .BuyButton { color: #fcfc00; } .FullDescriptionButton { font-size: 13px; font-weight: normal; padding: 4px 8px; } .appStore-badge { width: 100%; margin: 5px auto 5px auto; text-align: right; } .appStore-FullDescButton { width: 100%; margin: 5px auto 5px auto; text-align: center; } .appStore-purchase { width: 100%; margin: 20px auto 20px auto; text-align: right; } .appStore-purchase-center { width: 100%; margin: 20px auto 20px auto; text-align: center; } .appStore-rating_bar { display:inline-block; /* 70 = 14*5; 14 is the width of the background picture */ width: 160px; /* Otherwise layout might break*/ /* when inherited align is center or right: */ text-align:left; /* This is the picture of a single empty star */ background: url(/rating-empty.png) 0 0 repeat-x; } .appStore-rating_bar span { display:inherit; /* 12 is the height of the background picture */ height: 32px; /* This is the picture of a single full star */ background: url(/rating-full.png) 0 0 repeat-x; }