h2 {
	font-size: 18px;
}

#admanager_ad_Leaderboard_dummy.has_content {
	margin-bottom: 20px;
}

/* RESTORATION OF SIGN IN LIGHTBOX STYLING */

#signInBox .buttons a,
#signInBox .buttons img {
	float: left;
}

#signInBox a {
	cursor: pointer;
}

.buttonBase {
	border-radius: 13px 13px 13px 13px;
	color: #fff;
	font: bold 16px Helvetica, Arial, sans-serif;
	padding: 6px 25px;
	text-align: center;
	text-decoration: none;
}

.buttonBase:hover {
	text-decoration: none;
	color: #fff;
}

.buttonActive {
	border: 1px solid #ff6600;
	background-color: #ff9966;
	background: linear-gradient(top, #ff9966 0%,#ff6633 100%);
	background: -moz-linear-gradient(top, #ff9966 0%, #ff6633 100%);
	background: -webkit-linear-gradient(top, #ff9966 0%,#ff6633 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9966), color-stop(100%,#ff6633));
	background: -o-linear-gradient(top, #ff9966 0%,#ff6633 100%);
	background: -ms-linear-gradient(top, #ff9966 0%,#ff6633 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9966', endColorstr='#ff6633',GradientType=0 );
}

.buttonActive:hover {
	background-color: #ff6633;
	background: linear-gradient(top, #ff6633 0%,#ff9966 100%);
	background: -moz-linear-gradient(top, #ff6633 0%, #ff9966 100%);
	background: -webkit-linear-gradient(top, #ff6633 0%,#ff9966 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6633), color-stop(100%,#ff9966));
	background: -o-linear-gradient(top, #ff6633 0%,#ff9966 100%);
	background: -ms-linear-gradient(top, #ff6633 0%,#ff9966 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6633', endColorstr='#ff9966',GradientType=0 );
}

.buttonInactive {
	border: 1px solid #afafaf;
	
	background-color: #ccc;
	background: linear-gradient(top, #ccc 0%,#afafaf 100%); 
	background: -moz-linear-gradient(top, #ccc 0%, #afafaf 100%);
	background: -webkit-linear-gradient(top, #ccc 0%,#afafaf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#afafaf));
	background: -o-linear-gradient(top, #ccc 0%,#afafaf 100%);
	background: -ms-linear-gradient(top, #ccc 0%,#afafaf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#afafaf',GradientType=0 );
}

.buttonInactive:hover {	
	background-color: #afafaf;
	background: linear-gradient(top, #afafaf 0%,#ccc 100%); 
	background: -moz-linear-gradient(top, #afafaf 0%, #ccc 100%);
	background: -webkit-linear-gradient(top, #afafaf 0%,#ccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afafaf), color-stop(100%,#ccc));
	background: -o-linear-gradient(top, #afafaf 0%,#ccc 100%);
	background: -ms-linear-gradient(top, #afafaf 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafaf', endColorstr='#cccccc',GradientType=0 );
}


#signInBox hr {
	border-top: 1px solid #CCC;
	margin-bottom: 10px;
}




/* FOOTER */

#admanager_ad_Bottom-Leaderboard_dummy {
	background-color: #141414;
	width: 100%;
}

/* ------------ */



#main {
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #ccc;
}
#secondary {
	border: 0;
}
.vidrelated #image {
	float: left;
	margin-right: 20px
}
.vidrelated #videoLink {
	float: left;
	width: 325px;
}
.vidrelated .watch img {
	position: relative;
	top: 6px;
	margin-right: 9px;
}
.vidrelated  a.watch:hover,
.vidrelated  a.watch:active {
	color: #FFF !important;
	text-decoration: none;
}
.vidrelated #videoLink a.watch {
	background-color: #000;
	color: #CCC;
	font-weight: bold;
	margin-left: 84px;
	padding: 7px 22px 7px 12px;
}
.vidrelated #videoLink img.view {
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #e6e6e4;
}	
.vidrelated .vid_rec {
	margin-top: 22px;
	float: left;
	margin-bottom: 20px;
}
.vidrelated #title,
.video #title {
	background-color: #FFF;
	padding: 0px;
	margin-bottom: 20px;
	border: 0px;
}
.video .vid_rec {
	padding: 0px 20px 10px 0px;
	width: 383px;
	float: left;
}
.vidrelated #info {
	margin-bottom: 0px;
	padding: 10px 10px;
	overflow: auto;

}
#videoEmbed object{
	z-index: 880 !important;
}
.video #info {
	margin-bottom: 0px;
	padding: 10px 14px;
	overflow: auto;
}
.video a.blackvendor {
	background-color: #000;
	color: #CCC;
	float: left;
	font-weight: bold;
	font-size: 16px;
	padding: 7px 45px;
	text-align: center;
}
.video a.blackvendor:hover,
.video a.blackvendor:active {
	color: #FFF;
}
.video #lowerRec {
	overflow: auto;
	padding-top: 20px;
} 
#title {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px;
	background-color: #ECA75B;
	margin-bottom: 15px;
	
}
#site_search_end,
#related_topic_links {
	display: none;
}
.related_links a,
.collections a,
.tags a {
	color: #999;
}

.related_links:hover a,
.collections:hover a,
.tags:hover a {
	color: #3A80F8;
}
.related_links,
.collections,
.tags {
	padding-bottom: 8px;
}

.related_links ul,
.collections ul,
.tags ul {
	color: #999;
}

#vendor_tags li,
.related_links p,
.related_links ul,
.related_links li,
.collections p,
.collections ul,
.collections li,
.tags p,
.tags ul,
.tags li {
	display: inline;
}

#vendor_tags li:after,
.related_links li:after,
.collections li:after,
.tags li:after {
	content: ", ";
}

*:first-child+html #vendor_tags li,
*:first-child+html .related_links li,
*:first-child+html .collections li,
*:first-child+html .tags li {
	padding-right: 10px;
}

#vendor_tags li:last-child:after,
.related_links li:last-child:after,
.collections li:last-child:after,
.tags li:last-child:after {
	content: "";
}


#top_tags {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

#vendor_tags {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#vendor_tags .vendor {
	padding-bottom: 10px;
}

#vendor_tags h3 {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

#related h4,
#collections h4 {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 8px;
}

#collections li {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-bottom: 2px solid #000;
	padding: 10px;
	margin-bottom: 10px;
}

#collections h3 {
	font-size: 13px;
	padding-bottom: 6px;
}

#collections .link img {
	width: 90px;
	height: 90px;
}

#collections .curator {
	line-height: 18px;
	margin-bottom: 5px;
	color: #76838b;
	float: left;
}

#collections .curator img {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 4px;
}

#collections .curator p {
	float: left;
}

#collections .title {
	display: inline;
	font-weight: bold;
	font-size: 14px;
}

#collections .username {
	display: inline;
	white-space: nowrap;
}

#collections .link {
	clear: both;
	display: block;
}

#related img {
	max-width: 100px;
	max-height: 100px;
}

#itam {
	min-height: 250px;
}

#itam #image {
	width: 250px;
	height: 250px;
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 250px;
	overflow: hidden;
	white-space: nowrap;
}

#itam #image img {
	max-width: 230px;
	max-height: 230px;
	vertical-align: middle;
}

#itam .hero {
	width: 300px;
	float: left;
	margin-left: 20px;
}

#itam .info {
	padding-left: 0;
}
a.moreRec {
	color: #000;
	text-decoration: underline;
}

#itam .info h3 a {
	color: #000;
	font-weight: bold;
}
#itam #social {
	overflow: auto;
	padding: 20px 25px 15px 35px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E7E7E7;
	border-top: 1px solid #E7E7E7;
}
#itam .options {
	float: left; 
	margin-right: 55px;
}

#itam .options li {
	padding-bottom: 5px;
}

#itam .options li a {
	color: #ccc;
	display: block;
	font-size: 13px;
	line-height: 20px;
	min-height: 23px;
	padding-left: 30px;
}

#itam .options li.recommend a {
	background: url(/img/item/recommend-button.png) no-repeat scroll left top transparent;
}

#itam .options li.add_to a {
	background: url(/img/collection/view/add-to-collection.png) no-repeat scroll left top transparent;
}

#local_share .tnLoveButton .smallCounter {
	padding: 0 0 0 2px;
	vertical-align:middle;
}

a.share {
	background: url(/img/item/share-button.png) no-repeat scroll left top transparent;
	padding: 4px 0 4px 29px;
	position: relative;
	top: 2px;
	font-size: 13px;
	color: #CCC;	
	margin-left: 14px;
}

#itam .options li.vendor a {
	background: url(/img/item/buy-button.png) no-repeat scroll left top transparent;
}

/* MOVED GOOGLE AD STYLING START */

#movedGoogleAd .adItem {
	padding-bottom: 0;
}

#movedGoogleAd h3 {
  padding-bottom:10px;
}

#movedGoogleAd h3 a {
	font-size: 14px !important;
	text-decoration: none !important;
	color: #ECA75B;
	font-weight: bold;
}

#movedGoogleAd  {
	border-bottom: none !important;
}
#movedGoogleAd p {
	padding: 8px 0;
	font-size: 12px;
}

#movedGoogleAd p.feedback {
	padding-top: 0;
	font-size: 12px;
	padding-bottom: 10px;
}

#movedGoogleAd p.feedback a {
  color: #000;
}

#movedGoogleAd p.more {
  bottom: 55px;
  padding: 0;
  position: relative;
}
#movedGoogleAd p.more a{
  color: #D68184 !important;
  font-size: 14px !important;
  padding: 0px;
  line-height: 14px;
}


/*Secondary */

#secondary_ad {
  clear: both;
  margin-bottom: 15px;
}
#secondary_ad h3 a {
  color: #3A80F8;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
#secondary_ad .adItem {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}

#secondary_ad .feedback {
  text-align: left;
  padding-bottom: 10px;
  font-size: 12px;
}
#secondary_ad .feedback a {
  color: #888;
  font-size: 12px;
}

#secondary_ad p {
  font-size: 12px;
  padding-bottom: 0;
  margin-bottom:0;
}
#secondary_ad p.more {
  font-size: 12px;
  padding-bottom: 0;
  margin-bottom:0;
}
#secondary_ad p.more a {
  color: #000000;
  font-size: 11px;
  line-height: 14px;
}
	
/* end secondary*/

/* MOVED GOOGLE AD STYLING END */


.hero .advertisement .adItem {
	padding-bottom: 0px;
	padding-top: 5px;
}
.advertisement .adItem {
	padding-bottom: 15px;
}
.hero .advertisement h3{
	padding-bottom: 20px;
}
.advertisement h3 {
	padding-bottom: 0;
}
.hero .advertisement p {
	padding: 8px 0;
}
.advertisement p {
	padding-bottom:0 ;
	font-size: 12px;
}
.hero .advertisement p. {
	padding: 10px 0px;
}
.hero .advertisement p.more {
	padding:0px;
	position: relative;
	bottom: 65px;
}
.hero .advertisement p.more a{
	color: #D68184 !important;
	font-size: 14px !important;
	padding: 0;
}

.hero .hero_rec {
	padding-top: 5px;
}

.advertisement .feedback {
	padding-bottom: 10px;
	font-size: 11px;
}

.hero .advertisement h3 a {
	font-size: 18px;
	text-decoration: none;
	color: #ECA75B;
}

.advertisement h3 a {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color: #3A80F8;
}

#secondary_ad {
	width: auto;
}

#secondary_ad .advertisement .feedback {
	margin-bottom: 10px;
}

#secondary_ad .advertisement.google .adItem {
	float: left;
	width: 100%;
}

#secondary_ad .advertisement.google .adItem h3 {
	float: left;
	width: 130px;
	padding-right: 10px;
}

#itam .info img {
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
	border: 1px solid #E7E7E7;
}

#modal_overlay_object {
	background: #000;
}

.modal_content_outer {
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 20px;
}

#recommendations h4 {
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
	background: url('/img/item/star.png') left 2px no-repeat;
	padding-left: 20px;
}

#recommendations {
	margin-bottom: 15px;
}

.rec {
	padding: 0 0 0 55px;
	position: relative;
	min-height: 50px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 8px;
}

.rec .image {
	position: absolute;
	left: 0;
	top: 0;
}

.rec .username {
	padding-bottom: 5px;
}

.rec .comment {
	border: 1px solid #ccf;
	background: #eef;
	margin: 10px 0 10px 10px;
	padding: 5px;
}

.rec .description {
	padding-bottom: 10px;
	white-space: pre-line;
}

.rec .add_comment {
	margin-bottom: 5px;
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F2F2', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, #f2f2f2 0%,#e5e5e5 100%);
	display: inline-block;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 16px;
}

.rec .add_comment a {
	background: url('/img/20100208161125/sprites/icons_24.png') 0 -290px no-repeat;
	padding: 3px 6px 3px 20px;
	color: #666;
}

.rec .add_comment a:hover {
	text-decoration: none;
}
#info {
	padding: 10px;
	margin-bottom: 10px;
}

#images {
	float: left;
	padding-bottom: 15px;
}


/* JS Pagination thing */

.paginate_control {
	display: inline;
}

.paginate_control a {
	display: inline-block;
	border: 1px solid #e7e7e7;
	line-height: 20px;
	padding: 0 20px;
	margin: 0 10px 10px 0;
}

#site_search_end {
	padding-left: 0;
}

#secondary_ad {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
}

#related_shop ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#related_shop .section {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#related_shop h4 {
	padding-bottom: 10px;
}

#related_shop li {
	float: left;
	width: 20%;
	margin-bottom: 10px;
	height: 180px;
	overflow: hidden;
}

#related_shop li .description {
	display: none;
}

#related_shop .info {
	width: 110px;
	padding: 0 10px 10px 0;
}

#related_shop .image {
	width: 100px;
	height: 100px;
	border: 1px solid #E7E7E7;
	padding: 0;
	margin-bottom: 5px;
	text-align: center;
}

#related_shop li .brand {
	color: #66BB66;
	display: inline;
}

#related_shop h3 {
	line-height: 15px;
	height: 30px;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

#related_shop li .price {
	display: inline;
	color: #000;
}

#related_shop img {
	max-width: 100px;
	max-height: 100px;
	position: static;
	border: none;
	display: inline-block;
	margin-bottom: 3px;
}

.related_items {
	margin-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
}

.related .item {
	float: left;
	height: 122px;
	line-height: 16px;
	overflow: hidden;
	padding: 0 4px 0 0;
	position: relative;
	text-align: center;
	width: 99px;
	z-index: 1;
	margin-bottom: 15px;
}

#secondary .related .item {
	width: 95px;
}

.related h4 {
	font-size: 14px;
	padding-bottom: 5px;
}

.related .item h3 a {
	display: block;
	padding-bottom: 5px;
}

.related img {
	width: 86px;
	height: 86px;
	border: 1px solid #e7e7e7;
	display: block;
	margin: auto;
	margin-bottom: 3px;
}

.related .item h3 .image {
	display: block;
}

#tooltip {
	padding: 0 2px 2px 0;
	float: left;
}

#tooltip .info {
	padding: 10px;
	width: 200px;
	background: #fff;
	border: 1px solid #e7e7e7;
	-moz-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
	float: left;
}

#tooltip .image {
	float: left;
	padding-right: 8px;
}

#tooltip .info h3 {
	padding-bottom: 5px;
}

#related .image,
#related_topic_links .image {
	float: left;
	padding-right: 5px;
}

#related_topic_links .related {
	padding-bottom: 8px;
	float: left;
}

#related h4,
#related_topic_links h4 {
	clear: both;
	padding-bottom: 5px;
}

.modal_close {
	padding-top: 10px;
	text-align: center;
	color: #aaa;
	font-weight: bold;
}

#wide_share,
#local_share {
	float:left;
}
#local_share {
	margin-top: 15px;
}

.g-plusone {
	height: 20px;
	width: 82px;
	display: inline-block;
}

.love_but {
	display: inline-block;
	background: url(/img/user/loveenable_small.png) left top no-repeat;
	height: 24px;
	padding-left: 52px;
	height: 20px;
	vertical-align: top;
	margin-right: 12px;
	color: #000;
}

.love_but:hover {
	text-decoration: none;
}

.love_count {
	display: inline-block;
	background: url(/img/user/lovecount_small.png) left top no-repeat;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	color: #DA6127;
	width: 34px;
	text-align: center;
	vertical-align: baseline;	
	padding: 3px 0px 0 2px;
}

#local_share .tnLoveButton .smallCounter {
	padding: 0 0 0 2px;
	vertical-align:middle;
}

#secondary .advertisement,
#secondary .section {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
}

#secondary #collections.section {
	padding-bottom: 5px;
}

#secondary #similar_items.section {
	padding-bottom: 0;
}
