/* @group meyerweb reset.css */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

pre, pre a {
	font-family: "Andale Mono", monospace;
	font-size: 13px;

}

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */


/* @group General */

body {
	color: #9b9b9b;
	background-color: #ffffff;
}

h2 {
	color: #1482aa;
	font-size: 40px;
	line-height: 56px;
	font-weight: 500;
	margin: 0 0 12px 0;
}

h3, h4 {
	color: #1482aa;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 24px 0;
}

h4 {
	margin-top: 36px;
}

h5 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}

p {
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	margin-bottom: 20px;
}

ul {
	list-style-type: square;
	padding: 24px 0 24px 24px;
}

li {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

a {
	color: #1482aa;
}

code {
	display: block;
	margin: 12px 24px;
	font-family: monospace;
}

input {
	font-size: 15px;
	font-weight: 500;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrapper {
	width: 880px;
	margin: 0 auto;
}

.section {
	margin-bottom: 54px;
}

.button {
	display: block;
	color: #9b9b9b;
	width: 284px;
	height: 46px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-shadow: 0 0 1px #9b9b9b;
	line-height: 46px;
	background-image: url("../images/button_284.png");
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.button:hover {
	background-position: 0 0;
	color: #4eb2e4;
	text-shadow: 0 0 1px #3984a8;
}

.button:active {
	background-position: 0 -46px;
	color: #1482aa;
	text-shadow: 0 1px 2px #9b9b9b;
}

.button2 {
  padding: 46px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
  height: 0px !important;
  height /**/:46px;
}

.button2:hover {
	background-position: 0 -46px;
}

.button2:active {
	background-position: 0 -92px;
}

.hidden {
	display: none;
}

.no-wrap {
	white-space: nowrap;
}

.clear {
	clear: both;
}

.centered {
	text-align: center;
}

.strikethrough {
	text-decoration: line-through;
}

/* @end */


/* @group Branding */

#branding {
	height: 215px;
	color: #ffffff;
	background: url("../images/header_gradient.png") repeat-x;
	border-bottom: 1px solid #002f5f;
}

#branding .wrapper {
	position: relative;
	width: 920px;
	padding-top: 32px;
}

#logo {
	display: block;
	width: 384px;
  padding: 150px 0 0 0;
  overflow: hidden;
  background-image: url("../images/raskin.png");
  background-repeat: no-repeat;
  height: 0px !important;
  height /**/:150px;
}

#lang_de,
#lang_en {
	position: absolute;
	top: 36px;
	right: 20px;
}

#lang-switch-en {
	float: left;
	display: block;
	width: 46px;
	padding: 24px 0 0 0;
  overflow: hidden;
	background-image: url("../images/English.png");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:24px;
}

a#lang-switch-en:hover {
	background-image: url("../images/English_over.png");
}

#lang-switch-separator {
	float: left;
	display: block;
	width: 11px;
	padding: 24px 0 0 0;
  overflow: hidden;
	background-image: url("../images/language_separator.png");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:24px;
}

#lang-switch-de {
	float: left;
	display: block;
	width: 51px;
	padding: 24px 0 0 0;
  overflow: hidden;
	background-image: url("../images/Deutsch.png");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:24px;
}

a#lang-switch-de:hover {
	background-image: url("../images/Deutsch_over.png");
}

#header-download-button {
	position: absolute;
	top: 132px;
	right: 170px;
	width: 136px;
	background-image: url("../images/button_freetrial.png");
}

body.de #header-download-button {
	background-image: url("../images/button_freetrial_DE.png");
}

#header-shop-button {
	position: absolute;
	top: 132px;
	right: 20px;
	width: 137px;
	background-image: url("../images/button_buynow.png");
}

body.de #header-shop-button {
	background-image: url("../images/button_buynow_DE.png");
}

#navigation {
	border-bottom: 1px solid #002f5f;
	background: url("../images/navigation.gradient.png") repeat-x left top;
}

#navigation ul {
	float: left;
	list-style: none;
	width: 879px;
	border-right: 1px solid #1482aa;
	padding: 0;
}

#navigation li {
	float: left;
	border-left: 1px solid #1482aa;
}

#navigation a {
	display: block;
	padding: 0 18px;
	line-height: 47px;
	text-decoration: none;
	color: #1482aa;
	font-size: 20px;
	font-weight: 500;
}

#navigation a#support-link {
	padding-right: 0;
}

#navigation a:hover {
	color: #9b9b9b;
}

/* @end */


/* @group Overview */

#overview {
	position: relative;
	padding-top: 24px;
	margin-bottom: 13px;
}

#overview h2 {
	margin-bottom: 0;
}

#overview p {
	margin-bottom: 8px;
}

#raskin-on-display {
	z-index: 1000;
	position: absolute;
	left: -39px;
}

#meet-nina {
	position: relative;
	top: 25px;
	left: 295px;
}

#raskin-magazine-design {
	position: relative;
	top: -10px;
	left: 348px;
	width: 530px;
	display: block;
	color: #9b9b9b;
	background-image: url("../images/smallPlayButton.png");
	background-repeat: no-repeat;
	background-position: left;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	padding-left: 29px;
	margin-bottom: 30px;
}

#raskin-magazine-design:hover {
	text-decoration: underline;
}

.subtitle {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #333333;
	margin-bottom: 21px;
}

/* @end */


/* @group New In Raskin 1.5 */

#new-in-raskin-1-5 {
	position: relative;
	margin-bottom: 24px;
}

div.new-in-raskin-1-5 {
	display: block;
	background-image: url("../images/new_in_raskin_1.5_banner.png");
	background-repeat: no-repeat;
	width: 711px;
	height: 104px;
	position: relative;
	left: -21px;
	padding-left: 193px;
	margin-bottom: 35px;
}

body.de div.new-in-raskin-1-5 {
	background-image: url("../images/new_in_raskin_1.5_banner_DE.png");
}

#all-new-features {
	position: absolute;
	left: 35px;
	top: 47px;
	width: 144px;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
}

#see-full-change-list {
	position: absolute;
	left: 35px;
	top: 74px;
	width: 144px;
}

#see-full-change-list a {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#see-full-change-list a:hover {
	text-decoration: underline;
}

#new-in-raskin-1-5 ul {
	float: left;
	list-style: none;
	width: 707px;
	margin: 0;
	padding: 0;
}

#new-in-raskin-1-5 li {
	float: left;
	position: relative;
	width: 141px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#new-in-raskin-1-5 li div {
	z-index: 10000;
	display: none;
	position: absolute;
	top: 58px;
	left: -67px;
	background-image: url("../images/features-bubble.png");
	background-repeat: no-repeat;
	width: 174px;
	height: 50px;
	padding: 65px 54px 53px 47px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}

#new-in-raskin-1-5 li:hover div {
	display: block;
}

body.en #new-in-raskin-1-5 li#new-light-table div {
	width: 170px;
	padding-right: 58px;
}

body.en #new-in-raskin-1-5 li#new-performance div {
	width: 165px;
	padding-right: 63px;
}

body.de #new-in-raskin-1-5 li#new-shortcuts div {
	width: 165px;
	padding-right: 63px;
}

body.de #new-in-raskin-1-5 li#new-light-table div,
body.de #new-in-raskin-1-5 li#new-autofocus div,
body.de #new-in-raskin-1-5 li#new-auto-open div {
	height: 60px;
	padding-top: 55px;
}

#macbuzzer {
	display: block;
	background-image: url("../images/introducing_raskin_1.5_banner.png");
	background-repeat: no-repeat;
	width: 902px;
	height: 181px;
	position: relative;
	left: -20px;
}

body.de #macbuzzer {
	background-image: url("../images/introducing_raskin_1.5_banner_DE.png");
}

#macbuzzer h3 {
	color: #000000;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	padding: 58px 0 0 35px;
	margin: 0;
}

#macbuzzer p {
/*	font-size: 24px;
	line-height: 32px;*/
	padding: 1px 0 11px 35px;
	margin: 0;
}

/* @end */

/* @group Content */

#content {
	background: url("../images/content.gradient.png") top left repeat-x;
}

#action, #testimonials, #questions-and-answers {
	margin: 5px 0 26px 0;
}

#features {
	margin-top: 0;
	padding-top: 20px;
	margin-bottom: 40px;
	position: relative;
}

#feature-gallery {
	display: block;
	background-image: url("../images/gallery_background.png");
	background-repeat: no-repeat;
	width: 885px;
	position: relative;
	left: -1px;
	margin-bottom: 18px;
}

#feature-gallery ul {
	float: left;
	list-style: none;
	width: 881px;
	margin: 0 0 0 2px;
	padding: 0;
}

#feature-gallery li {
	float: left;
	width: 146px;
	height: 100px;
	margin: 0 1px 0 0;
	padding: 0;
	text-align: center;
}

body.de #feature-gallery li {
	height: 200px;
}

body.en #feature-gallery li {
	height: 220px;
}


#feature-gallery li#thumb-stay-organized {
	margin: 0;
}

#feature-gallery li a {
	display: block;
	text-decoration: none;
	padding-top: 110px;
	background-position: center 11px;
	background-repeat: no-repeat;
}

#feature-gallery li a:hover {
	text-decoration: underline;
}

#feature-gallery li#thumb-see-more a {
	background-image: url("../images/thumb-see_more_with_raskin.png");
}

#feature-gallery li#thumb-interact-new a {
	background-image: url("../images/thumb-interact_with_your_mac_in_a_whole_new_way.png");
}

#feature-gallery li#thumb-complement-finder a {
	background-image: url("../images/thumb-complement_finder_and_expose.png");
}

#feature-gallery li#thumb-view-photos a {
	background-image: url("../images/thumb-view_large_photo_sets_instantly.png");
}

#feature-gallery li#thumb-simplify-workflow a {
	background-image: url("../images/thumb-simplify_your_design_and_editorial_workflow.png");
}

#feature-gallery li#thumb-stay-organized a {
	background-image: url("../images/thumb-stay_organized_and_productive.png");
}

.feature-frame {
	float: left;
	width: 429px;
	height: 316px;
	background-image: url("../images/item_frame.png");
	background-repeat: none;
	position: relative;
}

.feature-frame img {
	position: absolute;
	top: 18px;
	left: 15px;
}

.feature-frame p {
	position: absolute;
	top: 274px;
	left: 15px;
	width: 396px;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #333333;
}

.feature-frame .play-button {
	position: absolute;
	left: 13px;
	bottom: 13px;
}

.play-button {
	display: block;
	color: #9b9b9b;
	width: 150px;
	height: 26px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-shadow: 0 0 1px #9b9b9b;
	line-height: 26px;
	background-image: url("../images/see_raskin_in_action_button.png");
	padding-left: 23px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.play-button:hover {
	background-position: 0 0;
	color: #4eb2e4;
	text-shadow: 0 0 1px #3984a8;
}

.play-button:active {
	background-position: 0 -26px;
	color: #1482aa;
	text-shadow: 0 1px 2px #9b9b9b;
}

.feature-description {
	float: left;
	width: 451px;
}

#see-more .feature-description {
	margin-top: 8px;
}

#interact-new .feature-frame {
	margin-top: 14px;
	background-image: none;
}

#interact-new .feature-frame span {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../images/item-interact_with_your_mac_in_a_whole_new_way.png");
}

#interact-new .feature-frame p {
	top: 13px;
	left: 44px;
	width: 314px;
}

#complement-finder .feature-frame {
	margin-top: 26px;
}

#view-photos .feature-description {
	margin-top: 8px;
}

#simplify-workflow .feature-frame p {
	left: 196px;
	width: 216px;
}

#simplify-workflow .feature-description {
	margin-top: 16px;
}

#stay-organized .feature-frame {
	margin-top: 26px;
}

.feature-description h3 {
	margin: 0;
}

.feature-item-left .feature-description h3 {
	margin-left: 23px;
}

.feature-item-right .feature-description h3 {
	margin-right: 23px;
}

.feature-description h4 {
	color: #9b9b9b;
	margin: 0 0 12px 0;
}

.feature-item-left .feature-description h4 {
	margin-left: 23px;
}

.feature-item-right .feature-description h4 {
	margin-right: 23px;
}

.feature-description p {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #333333;
}

.feature-item-left .feature-description p {
	margin-left: 23px;
}

.feature-item-right .feature-description p {
	margin-right: 23px;
}

.feature-description a {
	text-decoration: none;
	white-space: nowrap;
}

.feature-description a:hover {
	text-decoration: none;
}

.feature-box {
	background-image: url("../images/feature_box_background.png");
	background-repeat: no-repeat;
	padding: 4px 12px 12px 12px;
	min-height: 163px;
}

.feature-item-left .feature-box {
	padding-left: 23px;
}

.feature-item-right .feature-box {
	padding-right: 23px;
}

.feature-item-left .feature-box h4, .feature-item-right .feature-box h4 {
	margin: 0;
}

.feature-box ul {
	list-style-type: square;
	padding: 0 0 16px 16px;
}

.feature-box li {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #333333;
}

.back-to-top-button {
	margin: 0 auto 35px;
	display: block;
	color: #9b9b9b;
	width: 284px;
	height: 22px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-shadow: 0 0 1px #9b9b9b;
	line-height: 22px;
	background-image: url("../images/back_to_top_button.png");
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.back-to-top-button:hover, .back-to-top-button:active {
	color: #1482aa;
	text-shadow: 0 1px 2px #9b9b9b;
}

.back-to-top-button span {
	padding-left: 18px;
	background-image: url("../images/back_to_top_arrow_grey.png");
	background-repeat: no-repeat;
	background-position: left center;
}

.back-to-top-button:hover span {
	background-image: url("../images/back_to_top_arrow_blue.png");
}

.back-to-top-button:active span {
	background-image: url("../images/back_to_top_arrow_blue.png");
}

#see-more .back-to-top-button {
	margin-top: 33px;
}

#interact-new .back-to-top-button {
	margin-top: 2px;
}

#complement-finder .back-to-top-button {
	margin-top: 23px;
}

#view-photos .back-to-top-button {
	margin-top: 20px;
}

#simplify-workflow .back-to-top-button {
	margin-top: 31px;
}

#stay-organized .back-to-top-button {
	margin-top: 37px;
}

.video {
	float: left;
	width: 284px;
	margin: 0 14px 14px 0;
  padding: 178px 0 0 0;
  overflow: hidden;
  background-image: url("../images/box_background.png");
  background-repeat: no-repeat;
  height: 0px !important;
  height /**/:178px;
}

.video {
	display: block;
}

.video.hidden {
	display: none;
}

.video:nth-child(3n+3),.video.last, .quote.last, .rating.last {
	margin-right: 0;
}

#movie-h {
  background-image: url("../images/Zoom_Away_from_a_Document_Pan_and_Zoom_into_Another.png");
}

#movie-c {
  background-image: url("../images/Quickly_Group_Documents_into_a_New_Folder_and_Name_Folder.png");
}

#movie-o {
  background-image: url("../images/Easily_Bring_Finder_Documents_and_Folders_onto_the_Raskin_Surface.png");
}

#movie-a {
  background-image: url("../images/Getting_and_Staying_Organized_is_Easy.png");
}

#movie-b {
  background-image: url("../images/Raskin_is_Great_for_Designers.png");
}

#movie-d {
  background-image: url("../images/Raskin_is_Like_a_Giant_Zoomable_Contact_Sheet.png");
}

.feature-set {
	float: left;
	width: 284px;
	margin: 0 14px 14px 0;
}

.feature-set:first-child {
	width: auto;
}

.feature-set:nth-child(3n+4), .feature-set.last {
	margin-right: 0;
}

.feature-set ul {
	padding-top: 0;
}

.feature-set li.new-feature {
	color: #4c4c4c;
}

.feature-set em {
	font-style: normal;
	color: #1482AA;
}

.features .button {
	margin-top: 11px;
}

.quote {
	float: left;
	width: 284px;
  height: 178px;
	margin: 0 14px 14px 0;
  overflow: hidden;
  background-image: url("../images/box_background.png");
	text-align: center;
}

.xl blockquote {
	padding-top: 60px;
}

.l blockquote {
	padding-top: 40px;
}

.m blockquote {
	padding-top: 30px;
}

.s blockquote {
	padding-top: 25px;
}

.xs blockquote {
	padding-top: 17px;
}

.quote blockquote {
	font-weight: 500;
	padding-bottom: 8px;
}

.quote blockquote.xl {
	font-size: 24px;
	line-height: 30px;
}

.quote blockquote.l {
	font-size: 21px;
	line-height: 28px;
}

.quote blockquote.m {
	font-size: 18px;
	line-height: 24px;
}

.quote blockquote.s {
	font-size: 16px;
	line-height: 22px;
}

.quote blockquote:before {
	content: '“';
}

.quote blockquote:after {
	content: '”';
}

.quote.image img {
	padding: 13px 0 0 0;
}

.quote p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding-top: 2px;
}

.quote.full-image p {
	padding-top: 152px;
	height: 26px;
}

p#macworld-38-great-mac-apps-october-2010 {
	background: url("../images/Macworld-October-2010-Cover-V2.png") no-repeat;
}

.quote a {
	color: #9b9b9b;
}

.rating {
	float: left;
	width: 214px;
	height: 55px;
	margin: 0 8px 12px 0;
	overflow: hidden;
	text-align: center;
}

.rating img, .rating a {
	margin: 0;
	padding: 0;
}

#see-more-quotes-button,
#buy-now-learn-more-button {
	margin: 0 auto;
}

#manual-button {
	margin-bottom: 33px;
}

#support {
	padding-top: 24px;
}

#support div + h3 {
	margin-top: 33px;
}

.qa {
	margin-bottom: 40px;
}

.question, .answer {
	padding-left: 24px;
}

.question {
	text-indent: -24px;
}

.answer {
	text-indent: -22px;
}

.question span, .answer span {
	color: #1482aa;
}

.question span:before {
	content: 'Q: ';
}

.answer span:before {
	content: 'A: ';
}

#qa-button {
	margin-bottom: 33px;
}

.marginal {
	margin-bottom: 33px;
}

ul.applist {
	float: left;
	width: 260px;
	margin: 0 14px 14px 0;
}

ul.applist:nth-child(3n+3), ul.applist.last {
	margin-right: 0;
}

ul.legend {
	clear: both;
	padding-top: 0;
}

#apps-that-love-raskin-button {
	margin-bottom: 33px;
}

#developers .button {
	margin-top: 36px;
}

.contact {
	float: left;
	width: 433px;
	margin: 0 14px 21px 0;
}

.contact:nth-child(2n+2) {
	margin-right: 0;
}

.contact p {
	margin: 0;
}

#press .button {
	margin-top: 30px;
}

#contact h3 {
	margin: 0;
}

#contact p {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #333333;
	margin: 0;
}

#contact p a {
	text-decoration: none;
}

#contact p a:hover {
	text-decoration: underline;
}

#community, #support-block, #shop, #community-buttons, #support-buttons, #shop-buttons {
	float: left;
	width: 284px;
	margin: 0 14px 14px 0;
}

#community-buttons form, #community-buttons > div {
	width: 284px;
}

#community-buttons form input[type=text] {
	display: block;
	width: 284px;
	height: 46px;
	margin-bottom: 10px;
	overflow: hidden;
	border: none;
	text-align: center;
	background-image: url("../images/mailfield.png");
	background-repeat: no-repeat;
}

#community-buttons form input[type=text].example {
	color: #9b9b9b;
}

#community-buttons form .button {
	margin-bottom: 10px;
}

#facebook-button {
	float: left;
	display: block;
	width: 135px;
	margin: 0 10px 10px 0;
	background-image: url("../images/button_135.png");
}

#twitter-button {
	float: left;
	display: block;
	width: 135px;
	margin-bottom: 10px;
	background-image: url("../images/button_135.png");
}

#like-this-button {
	float: left;
	width: 110px;
	margin: 0 10px 27px 15px;
}

#tweet-this-button {
	float: right;
	width: 110px;
	margin: 0 15px 27px 0;
}

#tweet-this-button iframe {
	float: right;
}

#support-buttons a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	padding-top: 132px;
	background-image: url("../images/manual_thumbnail.png");
	background-position: center top;
	background-repeat: no-repeat;
}

#support-buttons a:hover {
	text-decoration: underline;
}



#shop, #shop-buttons {
	margin-right: 0;
}

#shop {
	position: relative;
}

#main-download-icon {
	position: absolute;
	top: -5px;
	right: 8px;
}

#main-download-button {
	display: block;
	width: 284px;
	background-image: url("../images/button_downloadraskin.png");
}

body.de #main-download-button {
	background-image: url("../images/button_downloadraskin_DE.png");
}

#shop-buttons .button, #shop-buttons .button2 {
	margin-bottom: 10px;
}

/* end */


/* @group Footer */

#footer {
	clear: both;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	padding: 10px 0 10px 0;
	background: url("../images/footer.gradient.png") top left repeat-x;
}

#footer p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 16px;
}

#footer a {
	color: #9b9b9b;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .vcard .tel .type {
	display: none;
}

/* @end */

#shop_buttons {
	margin: 0;
	padding: 0;
}

#shop_buttons ul {
	display: inline-block;
	list-style-type: none; 
	margin: 0;
	padding-left: auto;
	padding-right: auto;
	padding-top: 0;
	padding-bottom: 0;
}

#shop_buttons ul li {
	display: inline;
	float: left;
	padding: 0;
	margin-left: 20px;
}

.addthis_toolbox {
	position: absolute;
	right: 0px;
	bottom: 20px;
}

.addthis_button_compact {
	font-size: 14px;
	text-decoration: none;
}
