@CHARSET "UTF-8";


/*======== overwrite ========*/

div#past-entries-holder {
	
}

div#past-entries-holder-top41 {
	margin-top: 41px;
}

/*======= navigations ========*/
/* navigations */
div#past-entries-navigations-holder {
	position: relative;
	display: block;
	padding: 40px 25px 35px 0px;
	border-bottom: 1px solid #e5e5e5;
	height: 85px;
	z-index: 500;
}

nav#past-entries-navigations {
	float: left;
	position: relative;
	width: 400px;
	height: 85px;
}

nav#past-entries-navigations > ul {
	position: relative;
	width: 400px;
	height: 85px;
	overflow: hidden;
	list-style: none;
}

nav#past-entries-navigations > ul > li {
	position: absolute;
	width: 99px;
	height: 85px;
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 30px;
	list-style-type: none;
	list-style-image: none;
	border-right: 1px solid #e5e5e5;
}

nav#past-entries-navigations > ul > li > a {
	display: block;
	width: 82px;
	height: 65px;
	padding-top: 20px;
	padding-left: 17px;
	color: #ccc;
}

nav#past-entries-navigations > ul > li > a:hover {
	color: #999;
}

nav#past-entries-navigations > ul > li > a.past-year-selected {
	color: #000;
	cursor: default;
}

/* navigations arrows */
div#past-entries-arrows {
	float: left;
	width: 80px;
	height: 85px;
}

div#past-entries-arrows > ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#past-entries-arrows > ul > li {
	margin: 0;
	padding: 0;
	width: 9px;
	height: 16px;
	list-style-image: none;
}

div#past-entries-arrows > ul > li#past-year-left-link-holder {
	position: absolute;
	top: 32px;
	left: 17px;
}

div#past-entries-arrows > ul > li#past-year-left-link-holder > a {
	display: block;
	width: 9px;
	height: 16px;
	text-indent: -9999em;
	background-image: url(../../img/awards/past/past-arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#past-entries-arrows > ul > li#past-year-left-link-holder > a:hover {
	background-position: bottom left;
}

div#past-entries-arrows > ul > li#past-year-right-link-holder {
	position: absolute;
	top: 32px;
	left: 51px;
}

div#past-entries-arrows > ul > li#past-year-right-link-holder > a {
	display: block;
	width: 9px;
	height: 16px;
	text-indent: -9999em;
	background-image: url(../../img/awards/past/past-arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div#past-entries-arrows > ul > li#past-year-right-link-holder > a:hover {
	background-position: bottom right;
}

/* filter dropdowns */
div#past-entries-dropdowns {
	position: relative;
	display: block;
	float: right;
	width: 210px;
	height: 85px;
	z-index: 300;
}

/* first ul */
div#past-entries-dropdowns > ul#past-entries-dropdowns-first {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}

div#past-entries-dropdowns > ul#past-entries-dropdowns-last {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 99;
}

div#past-entries-dropdowns > ul > li {
	margin: 0;
	padding: 0;
	height: 30px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	list-style-image: none;
}

div#past-entries-dropdowns > ul#past-entries-dropdowns-last > li {
	height: 31px;
	border-top: none;
}


div#past-entries-dropdowns > ul#past-entries-dropdowns-first > li > a {
	display: block;
	width: 210px;
	height: 23px;
	padding-top: 7px;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../../img/awards/past/past-dropdown-arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

div#past-entries-dropdowns > ul#past-entries-dropdowns-first > li > a:hover {
	width: 210px;
	height: 24px;
	padding-top: 7px;
	color: #fff;
	background-color: #000;
	background-image: none;
}

div#past-entries-dropdowns > ul#past-entries-dropdowns-last > li > a {
	display: block;
	width: 210px;
	height: 24px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	background-color:#fff;
	text-transform: uppercase;
	background-image: url(../../img/awards/past/past-dropdown-arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

div#past-entries-dropdowns > ul#past-entries-dropdowns-last > li > a:hover {
	display: block;
	width: 210px;
	height: 24px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	background-color:#000;
	background-image: none;
	/*text-transform: uppercase;*/
}

div#past-entries-dropdowns > ul#past-entries-dropdowns-first > li > a.selected,
div#past-entries-dropdowns > ul#past-entries-dropdowns-last > li > a.selected {
	width: 210px;
	height: 24px;
	padding-top: 7px;
	color: #fff;
	background-color: #000;
	background-image: url(../../img/awards/past/past-dropdown-arrow.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* second ul */
div#past-entries-dropdowns > ul > li > ul {
	position: absolute;
	display: none;
	width: 210px;
	top: 31px;
	left: 0;
	z-index: 10;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border: none;
}

div#past-entries-dropdowns > ul > li > ul.selected {
	display: block;
	z-index: 10;
}

div#past-entries-dropdowns > ul > li > ul > li {
	padding: 2px 4px;
	list-style-image: none;
}

div#past-entries-dropdowns > ul > li > ul > li > a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}


/*======= winner ========*/
div#past-entries-winner {
	position: relative;
	margin-bottom: 10px;
	width: 820px;
	height: 426px;
	overflow: hidden;
	zoom: 1;
}

div#past-entries-winner-left {
	position: relative;
	float: left;
	width: 207px;
	height: 426px;
	
	background-image: url(../../img/awards/past/past-logo-pink.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
}

div#past-entries-winner-left > header {
	margin: 140px 0 0 0;
	padding: 0;
	width: 207px;
	height: 270px;
}

div#past-entries-winner-left > header > h1 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

p#past-entries-winner-status-name {
	font-size: 22px;
	margin: 0 0 10px 0;
}

p#past-entries-winner-category-name {
	font-size: 12px;
	margin: 0 0 20px 0;
}

div#past-entries-link-holder {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 207px;
	height: 30px;
	border-top: 1px solid  #e5e5e5;
}

div#past-entries-link-holder > a {
	display: block;
	width: 207px;
	height: 23px;
	padding-top: 7px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	
	background-color: #fff;
	background-image: url(../../img/awards/past/past-read-arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#past-entries-link-holder > a:hover {
	color: #fff;
	background-color: #000;
	background-image: url(../../img/awards/past/past-read-arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#past-entries-winner-right {
	float: left;
	width: 613px;
	height: 426px;
	overflow: hidden;
}


/*======= category ========*/
div#past-entries-best-category, 
div#past-entries-stability, 
div#past-entries-design-award, 
div#past-entries-good-design,
div#past-entries-finalists-entries,
div#past-entries-general-entries {
	padding: 20px 25px 0 0;
	border-top: 1px solid #000;
}

div.past-entry-logo-holder {
	position: relative;
	float: left;
	width: 178px;
	height: 260px;
	margin-right: 25px;
}

div#past-entries-best-category div.past-entry-logo-holder {
	background-image: url(../../img/awards/past/past-logo-blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#past-entries-stability div.past-entry-logo-holder {
	background-image: url(../../img/awards/past/past-logo-green.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#past-entries-design-award div.past-entry-logo-holder {
	background-image: url(../../img/awards/past/past-logo-gold.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#past-entries-good-design div.past-entry-logo-holder {
	background-image: url(../../img/awards/past/past-logo-gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#past-entries-finalists-entries div.past-entry-logo-holder {
	background-image: url(../../img/awards/past/past-logo-plain.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*-webkit-background-size: 83px 83px;
	background-size: 83px 83px;*/
}

div#past-entries-general-entries div.past-entry-logo-holder {
	background-image: url(../../img/awards/past/past-logo-plain.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*-webkit-background-size: 83px 83px;
	background-size: 83px 83px;*/
}

div.past-entries-row {
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 40px;
}


div.past-entry-logo-holder > h1 {
	margin: 120px 0 0 0;
	padding: 0;
	font-size: 22px;
}

div.past-entry {
	position: relative;
	float: left;
	width: 180px;
	height: 260px;
	margin-right: 25px;
}

div.past-entries-row div.past-entry:last-child {
	margin-right: 0;
}

div.past-entry-last {
	margin-right: 0;
}

div.past-entry-image {
	margin-bottom: 10px;
	width: 180px;
	height: 150px;
	background-color: #fff;
}

div.past-entry-image > a {
	display: block;
	width: 180px;
	height: 150px;
}

div.past-entry > h3 {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

div.past-entry > p {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.2;
}

div.past-entry-link-holder {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 180px;
	height: 30px;
	border-top: 1px solid #e5e5e5;
}

div.past-entry-link-holder > a {
	display: block;
	width: 180px;
	height: 23px;
	padding-top: 7px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
	background-image: url(../../img/awards/past/past-read-arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div.past-entry-link-holder > a:hover {
	color: #fff;
	background-color: #000;
	background-image: url(../../img/awards/past/past-read-arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*======= button ========*/
/* next */
div.past-entry-next {
	text-align: right;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height: 40px;
}

div.past-entry-next > a {
	display: block;
	width: 780px;
	height: 27px;
	padding-top: 13px;
	padding-right: 40px;
	background-image: url('../../img/side-bar-submit.png');
  	background-position: right bottom;
  	background-repeat: no-repeat;
  	
  	font-size: 10px;
  	font-weight: bold;
  	text-decoration: none;
  	text-transform: uppercase;
}

div.past-entry-next > a:hover {
	color: #fff;
	background-color: #000;
	background-image: url('../../img/side-bar-submit.png');
  	background-position: right top;
  	background-repeat: no-repeat;
}

/* previous */
div.past-entry-previous {
	text-align: left;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height: 40px;
}

div.past-entry-previous > a {
	display: block;
	width: 780px;
	height: 27px;
	padding-top: 13px;
	padding-left: 40px;
	background-image: url('../../img/side-bar-submit-left.png');
  	background-position: left top;
  	background-repeat: no-repeat;
  	
  	font-size: 10px;
  	font-weight: bold;
  	text-decoration: none;
  	text-transform: uppercase;
}

div.past-entry-previous > a:hover {
	color: #fff;
	background-color: #000;
	background-image: url('../../img/side-bar-submit-left.png');
  	background-position: left bottom;
  	background-repeat: no-repeat;
}


/*========= past entries permalink =========*/
div#past-entry-permalink-holder {
	position: relative;
	margin-top: 40px;
}

div#past-entry-permalink {
	width: 820px;
	height: 426px;
	overflow: hidden;
	zoom: 1;
}

div#past-entry-permalink-left {
	position: relative;
	float: left;
	width: 207px;
	height: 426px;
	background-color: #fff;
}

div#past-entry-permalink-left > h3 {
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2;
}

p#past-entry-permalink-status-name {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 22px;
	line-height: 1.2;
}

p#past-entry-permalink-category-name {
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2;
}

div#past-entry-permalink-image {
	margin: 20px 0 10px 0;
}

div#past-entry-permalink-image img {
	width: auto;
	height: auto;
}


div#past-entry-permalink-link-holder {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 187px;
	height: 30px;
	border-top: 1px solid  #e5e5e5;
	border-bottom: 1px solid  #e5e5e5;
}

div#past-entry-permalink-link-holder > a {
	display: block;
	width: 162px;
	height: 23px;
	padding-top: 7px;
	padding-left: 25px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	
	background-color: #fff;
	background-image: url(../../img/awards/past/past-back-arrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#past-entry-permalink-link-holder > a:hover {
	color: #fff;
	background-color: #000;
	background-image: url(../../img/awards/past/past-back-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


div#past-entry-permalink-right {
	float: left;
	position: relative;
	width: 613px;
	height: 426px;
	overflow: hidden;
}

div.past-entry-permalink-image {
	position: absolute;
	overflow: hidden;
	width: 613px;
	height: 426px;
	background-image: url(../../img/awards/past/loading__medium.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/*===== permalink navigations =====*/
aside#past-entry-permalink-navigations {
	position: relative;
	width: 820px;
	height: 42px;
	margin-bottom: 45px;
}

aside#past-entry-permalink-navigations > p {
	border-left: 1px solid #e5e5e5;
}

p#past-entry-permalink-company-holder {
	position: absolute;
	top: 0;
	right: 208px;
	width: 125px;
	height: 42px;
	margin: 0;
	padding: 0;
}

p#past-entry-permalink-video-holder {
	position: absolute;
	top: 0;
	right:126px;
	width: 82px;
	height: 42px;
	margin: 0;
	padding: 0;
}

p#past-entry-permalink-magnify-holder {
	position: absolute;
	top: 0;
	right: 84px;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
}

p#past-entry-permalink-left-holder {
	position: absolute;
	top: 0;
	right: 42px;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
}

p#past-entry-permalink-right-holder {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
}

p#past-entry-permalink-company-holder > a {
	display: block;
	width: 125px;
	height: 27px;
	padding-top: 15px;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

p#past-entry-permalink-video-holder > a {
	display: block;
	width: 82px;
	height: 27px;
	padding-top: 15px;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
p#past-entry-permalink-magnify-holder > a,
p#past-entry-permalink-left-holder > a,
p#past-entry-permalink-right-holder > a {
	display: block;
	width: 42px;
	height: 42px;
}

aside#past-entry-permalink-navigations > p > a:hover {
	color: #fff;
	background-color: #000;
}


a#past-entry-permalink-magnify {
	background-image: url(../../img/awards/past/past-magnify-arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

a:hover#past-entry-permalink-magnify {
	background-image: url(../../img/awards/past/past-magnify-arrow.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

a#past-entry-permalink-link-left {
	background-image: url(../../img/awards/past/past-left-arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

a:hover#past-entry-permalink-link-left {
	background-image: url(../../img/awards/past/past-left-arrow.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

a#past-entry-permalink-link-right {
	background-image: url(../../img/awards/past/past-right-arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

a:hover#past-entry-permalink-link-right {
	background-image: url(../../img/awards/past/past-right-arrow.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* zoom */
div#past-entry-magnify-holder {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 820px;
	height: 620px;
	z-index: 100;
	background-color: #fff;	
}
	
div#past-entry-magnify-images {
	position: relative;
	width: 820px;
	height: 570px;
	overflow: hidden;
}

div.past-entry-magnify-image {
	position: absolute;
	width: 820px;
	height: 570px;
	overflow: hidden;
	background-image: url(../../img/awards/past/loading__medium.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

aside#past-entry-magnify-navigations {
	position: relative;
	background-color: #cecece;
}

aside#past-entry-magnify-navigations > p {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 42px;
	height: 42px;
	border-left: 1px solid #e5e5e5;
}


aside#past-entry-magnify-navigations > p:first-child {
	top: 0px;
	right: 84px;
}

aside#past-entry-magnify-navigations > p:nth-child(2) {
	top: 0px;
	right: 42px;
}

aside#past-entry-magnify-navigations > p:last-child {
	top: 0px;
	right: 0px;
}

p#past-navs-one {
	top: 0px;
	right: 84px;
}

p#past-navs-two {
	top: 0px;
	right: 42px;
}

p#past-navs-three {
	top: 0px;
	right: 0px;
}


p#past-entry-magnify-close {
	top: 0px;
	right: 84px;
}

p#past-entry-magnify-left {
	top: 0px;
	right: 42px;
}

p#past-entry-magnify-right {
	top: 0px;
	right: 0px;
}

a#past-entry-magnify-close {
	display: block;
	width: 42px;
	height: 42px;
	text-indent: -9999em;
	background-image: url(../../img/awards/past/past-close-arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

a:hover#past-entry-magnify-close {
	background-position: right bottom;
}

a#past-entry-magnify-left {
	display: block;
	width: 42px;
	height: 42px;
	text-indent: -9999em;
	background-image: url(../../img/awards/past/past-left-arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

a:hover#past-entry-magnify-left {
	background-position: right bottom;
}

a#past-entry-magnify-right {
	display: block;
	width: 42px;
	height: 42px;
	text-indent: -9999em;
	background-image: url(../../img/awards/past/past-right-arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

a:hover#past-entry-magnify-right {
	background-position: right bottom;
}

/* past-entry-permalink-details */
.permalink-border-top {
	border-top: 1px solid #e5e5e5;
}

.permalink-border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

div#past-entry-permalink-details {
	position: relative;
}

div.permalink-details-row {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

p.permalink-details-left {
	float: left;
	width: 180px;
	height: 28px;
	margin: 0 25px 0 0;
	padding: 7px 0 0 0;
	color: #000;
	font-size: 15px;
	border-bottom: 1px solid #e5e5e5;
}

p.permalink-details-left-long {
	float: left;
	width: 180px;
	height: 48px;
	margin: 0 25px 0 0;
	padding: 7px 0 0 0;
	color: #000;
	font-size: 15px;
}

div.permalink-details-right {
	position: relative;
	float: right;
	width: 615px;
	height: 25px;
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #e5e5e5;
}

div.permalink-details-right > p {
	margin: 0;
	padding: 0;
}

div.permalink-details-right > p:first-child {
	float: left;
}

div.permalink-details-right > p:last-child {
	float: right;
	padding-right: 40px;
}

div.permalink-details-right > p:last-child a {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

div.permalink-details-right-block {
	position: relative;
	float: right;
	width: 615px;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

div.permalink-details-right-block > p {
	margin: 0;
	padding: 0 20px 0 0;
}

div.permalink-details-right-block-multiples {
	position: relative;
	float: right;
	width: 615px;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}

p.permalink-details-company {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #e5e5e5;
}


/* readmore */
div#permalink-details-right-readmore-holder {
	float: right;
	width: 615px;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}

div.permalink-details-right-readmore {
	position: relative;
}

div.permalink-details-right-readmore p {
	margin: 0;
	padding: 0 20px 0 0;
}

div.details-right-readmore-header {
	position: relative;
	width: 615px;
	height: 25px;
	padding: 10px 0 0 0;
}

div.details-right-readmore-header > p.details-feature-title {
	margin: 0;
	padding: 0;
	width: 480px;
}

div.details-right-readmore-link {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 35px;
}

div.details-right-readmore-link > a {
	display: block;
	width: 115px;
	height: 24px;
	padding-top: 11px;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../../img/awards/past/past-readmore-down.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

div.details-right-readmore-link > a:hover {
/*
	color: #fff;
	background-color: #000;
	background-image: url(../../img/awards/past/past-readmore-plus.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
*/
}

div.details-right-close-link {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 35px;
}

div.details-right-close-link > a {
	display: block;
	width: 30px;
	height: 35px;
	background-image: url(../../img/awards/past/past-readmore-up.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

div.details-right-readmore-description {
	display: none;
	margin-top: 10px;
	padding: 0 20px 10px 0;
}


/*===== permalink addthis =====*/
div#addthis-links {
	position: absolute;
	top: 0;
	left: 207px;
	width: 277px;
	height: 44px;
}

div#addthis-links > div {
	float: left;
	margin-right: 5px;
	padding-top: 15px;
}

div#addthis-links > div.addthis-icon {
	padding-top: 17px;
}