/**
 * Generic elements
 */
body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  font-size: small;
  font-family: Verdana, sans-serif;
  color: #494949;
  min-width: 1090px;
}

input {
  font-size: small;
  font-family: Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font-size: small;
  font-family: Verdana, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

h1 { font-family: Helvetica, Arial, sans-serif; margin-bottom: 10px; }
h2 { padding-top: 10px; }

td, div, p {
	cursor: default;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}

ul li {
	margin-left: 15px;
}

/*
 * Form stuff
 */
span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

.confirmation .form-submit,
.search-form .form-submit,
fieldset .form-button, fieldset .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}



/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(/images/theme/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -26px 1.5em;
  padding: 1.5em 26px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}



/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url('/images/theme/gradient-inner.png') repeat-x 0 0;
}


/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}


/**
 * Status messages.
 */
.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

div.tabs {
	overflow: auto;
	width: 100%;
}

/*
 * Override existing stuff
 */
div.profile, .node-form .standard {
	clear: none;
}

table {
	border-collapse: separate;
	margin: 0px;
}



/**
 * TAS stuff
 */
div#hover_loader { display: none; }
div#registration_terms_conditions { height: 300px; overflow: auto; border: 1px solid #d9eaf5; }


div.shirt {
  width: 700px;
  margin-bottom: 15px;
  overflow: auto;
}

div.shirt-item {
	margin-bottom: 3em;
}

div.shirt-details{
}

.shirt div.images, .shirt-details div.main-image {
	background-color: #f2f8fc;
	border: 1px solid #9fcae6;
	position: relative;
	z-index: 0;
}

.shirt div.main-wrap {
	width: 510px;
}


.shirt div.main-image {
	text-align: center;
	padding: 5px 0px;
}

.shirt .shirt-item-image-thumbs {
	border-top: 1px solid #9fcae6;
	overflow: auto;
	width: 100%;
}

.shirt .shirt-item-image-thumbs div {
	border: 1px solid #f2f8fc;
	float: left;
	margin: 3px;
}

.shirt .shirt-item-image-thumbs div:hover { border: 1px solid #ecb945; background-color: #fdffcb; }
.shirt .shirt-item-image-thumbs a img { padding: 3px; }

div.main-image #slidetip {
	color: #f0c76a;
	background: url("/images/slidetip.png") no-repeat center;
	display: none;
	position: absolute;
	text-align: center;
	width: 262px;
	height: 30px;
	left: 122px;
	bottom: 5px;
}

#slidetip div.slidetip-wrap {
	padding-top: 7px;
}

#slidetip span.tip {
	width: 100px;
	margin: 3px;
	padding-left: 20px;
}

#slidetip .vote { background: no-repeat left url("/images/icons/tick.png"); }
#slidetip .report { background: no-repeat left url("/images/icons/flag_red.png"); }



div.shirt div.content div.shirt-blurb {
	width: 170px;
	float: right;
}

div.shirt div.content div.shirt-blurb div.shirt-blurb-wrap {
	padding: 0px 5px;
}

a.rating_stars .i { background-image: url("/images/hearts.png"); }
a.rating_stars .user_rated { background-position: -16px !important; }

div.share_it a,
div.share_it i,
div.tag_it a { text-decoration: none !important; }
div.tag_it .i { width: 16px; height: 16px; float: left; background-position: left; background-repeat:no-repeat; margin-right: 4px; }
div.tag_it .added { background-position: -16px; }
div.share_it, div.tag_it, div.related { margin-bottom: 1em; }
div.share_it a.fb_share { padding-left: 20px; background: url("/images/icons/fb.png") no-repeat left; }
div.share_it a.twitter { padding-left: 20px; background: url("/images/icons/twitter.png") no-repeat left; }

div.tag_it .favourite-button .i { background-image: url("/images/icons/star.png"); }
div.tag_it .wishlist-button .i { background-image: url("/images/icons/page_white_edit.png"); }
div.tag_it .have-button .i { background-image: url("/images/icons/tag_green.png"); }

div.tag_it div, div.user_rating, div.share_it div, div.related div {
	padding: 3px 0px;
}

div.submitted-by {
	padding-top: 10px;
	font-size: 90%;
	color: #000;
}

div.submitted-by span.submitted-when {
	color: #898989;
	font-size: 0.92em;
}

div.actions {
	overflow: auto;
	width: 100%;
	padding: 10px 0px;
}

ul.actions {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.actions ul.actions li { background: no-repeat left; padding-left: 20px; margin-left: 10px; float: left; }
div.actions ul.actions li.images { background-image: url("/images/icons/picture.png"); }
div.actions ul.actions li.buy { background-image: url("/images/icons/money_dollar.png"); }
div.actions ul.actions li.comment { background-image: url("/images/icons/comment.png"); }
div.actions ul.actions li.report { background-image: url("/images/icons/flag_red.png"); }

div.shirt div.description { color: #000; padding: 0px 10px; margin-bottom: 0; font-size: 1em; }




.shirt .titlebar {
	border-bottom: 1px solid #0a4a7e;
	margin-bottom: 10px;
}

.shirt .titlebar a.link h1 {
	color: #4b84b2;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
	margin: 0;
	display: inline;
}

div.titlebar span.avg_rating {
	float: right;
	color: #898989;
	font-size: 80%;
	margin-top: 6px;
}



div.details-tab h2 {
	background: url("/images/details-tab.gif") no-repeat left;
	width: 143px;
	height: 24px;
	text-align: center;
	color: #fff;
	font-size: 130%;
	padding: 0px;
}

div.details-tab div.details-tab-description {
	border-top: 1px solid #b1d4eb;
	color: #5190cb;
        padding: 5px 0;
}

a.button {
	background-image: url("/images/button.gif");
	width: 75px;
	height: 25px;
	color: #fff !important;
	display: block;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	margin: 0.75em 0em;
	text-decoration: none;
}

a.button-small {
    background: url("/images/button_small.png") no-repeat left top;
    width: 28px;
    height: 21px;
    display: block;
    text-align: center;
    padding-top: 2px;
    margin-left: 2px;
}

div.shirt-detail-image-thumbs {
	margin: 0.5em 0em;
	overflow: auto;
	width: 100%;
}

div.shirt-detail-image-thumbs div {
	border: 1px solid #f2f8fc;
	float: left;
	margin: 3px;
}

div.shirt-detail-image-thumbs div:hover {
	border: 1px solid #ecb945;
	background-color: #fdffcb;
}

div.shirt-detail-image-thumbs a img {
	padding: 3px;
}

#image-add-file { float: left; }




div.details-tab textarea { height: 100px; }



#comment-text { width: 100%; margin: 5px 0; }

.comment-details {
	background-color: #f7fff7;
	border: 1px solid #c3ddc1;
	margin-bottom: 15px;
}

div.odd .comment-details { background-color: #fffdf6; }
div.odd .comment-details,
div.odd .comment-details .comment-lhs,
div.odd .comment-details .comment-body,
div.odd .comment-reply
{
    border-color: #efd3b5;
}

.comment-title, .comment-body { padding: 3px; color: #000; }
.comment-title { color: #808080 }
.comment-title span.who { vertical-align: middle; line-height: 22px; }
.comment-details span.when { float: right; font-size: 85%; vertical-align: middle; line-height: 22px; }

table.comment-details .comment-lhs {
	border-right: 1px solid #c3ddc1;
	width: 100px;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
}

.comment-details .comment-body {
	border: 1px solid #c3ddc1;
	border-width: 1px 0px;
}

.comment-details .comment-body form button {
	float: right;
	margin-top: 3px;
	width: 75px;
	height: 24px;
}

.comment-details a.button, .comment-details a.button-small { margin: 0px; float: right; margin-left: 3px; }
.comment-details a.comment-reply-to span { background: url("/images/icons/comment.png") no-repeat left; padding-left: 20px; }
.comment-details a.comment-report span   { background: url("/images/icons/flag_red.png") no-repeat left; padding-left: 20px; }

table.comment-reply { border-top: 1px dotted #c3ddc1; }
table.comment-reply .comment-reply-lhs { width: 40px; text-align: center; }
table.comment-reply .comment-body { border-width: 0px; }
table.comment-reply .reply_num { color: #808080; font-size: 85%; padding-right: 5px; }

#comment-submit a.button { float: right; margin-left: 5px; }
#comment-cancel-button { display: none; }



div#shirt-detail-buy-links table.buy-link {
	border: 1px solid #c3ddc1;
	background: #f7fff7;
	margin-bottom: 5px;
}

div#shirt-detail-buy-links div.odd table.buy-link {
	border-color: #f0d5b9;
    background: #fffdf6;
}

div#shirt-detail-buy-links table.buy-link a { color: #278d22; }
div#shirt-detail-buy-links div.odd table.buy-link a { color: #c7731a; }
table.buy-link td.link-title a.link { font-size: 115%; }

table.buy-link span.link-buttons { float: right; }
table.buy-link span.link-buttons a.button-small { float: left; }

table.buy-link td.left-col { width: 100px; border-right: 1px solid #c3ddc1; text-align: center; vertical-align: middle; }
div.odd table.buy-link td.left-col { border-right-color: #f0d5b9; }

table.buy-link .link-details, table.buy-link span.visited { color: #808080; font-size: 85%; }
table.buy-link div.shirt-buy-link-vote-wrap { float: right; }

table.buy-link td.link-description { border-top: 1px solid #c3ddc1; border-bottom: 0px solid #c3ddc1; color: #000; }
div.odd table.buy-link td.link-description { border-top-color: #f0d5b9; border-bottom-color: #f0d5b9; }

table.buy-link td.link-actions a.button { margin: 0px; }


#buy-link-submit-form div.row {
    overflow: auto;
    width: 100%;
    padding-top: 3px;
}

#buy-link-submit-form .label {
    width: 100px;
    float: left;
    color: #4b84b2;
}

#buy-link-submit-form input, #buy-link-submit-form textarea, #buy-link-image-selector {
    width: 590px;
    float: right;
}
#buy-link-image-selector {
    background-color: #f2f8fc;
    border: 1px solid #9fcae6;
}

#buy-link-image-selector div.item { float: left; border: 1px solid #fffadb; }
#buy-link-image-selector div.item:hover, #buy-link-image-selector div.selected { background-color: #fffadb; border-color: #f4d381; }
#buy-link-image-selector div.item img { padding: 3px; }

#buy-link-submit-button { float: left; }




span#edit-shirt { background: url("/images/icons/pencil.png") no-repeat left; padding-left: 20px; }

#subscribe { text-decoration: none; }
#subscribe span.i { background: url("/images/icons/email.png") left no-repeat; padding-left: 16px; height: 16px; margin-right: 5px; }
#subscribe span.subscribed { background-position: -16px; }



div#comment-details {
  border: 1px solid purple;
  margin-left: 15px;
}


div.profile h3 {
	border-bottom: 1px solid black;
}

td.user-list-table-image { text-align: center; }

a.shirt-detail-thumbnail-voted {
  border-bottom: 2px solid green;
  position: relative;
  display: inline;
}

a.shirt-detail-thumbnail-voted div.tick {
  height: 16px;
  width: 16px;
  background: #fdffcb url("/images/icons/tick.png") no-repeat;
  border-color: #f3d684;
  position: absolute;
  bottom: 0px;
  left: 0px;
}



/*
 * Layout stuff
 */
#header .content {
	width: 1090px;
	margin: auto;
	background: url("/images/header-bg.gif") no-repeat;
	height: 130px;
	position: relative;
	z-index: 100;
}

#header .logo {
	position: absolute;
	top: 10px;
	left: 35px;
}

#header .site_name {
	position: absolute;
	top: 20px;
	left: 170px;
}

#header #menu {
	position: absolute;
	top: 75px;
	left: 170px;
	font-size: 180%;
	font-family: 'Arial Black';
}

#header #menu span {
	display: block;
	float: left;
	margin-right: 100px;
}
#header #menu span.last { margin-right: 0; }

#header #menu a, #header .user-login-block a {
	color: white;
}

#header .user-login-block {
	position: absolute;
	left: 530px;
	top: 25px;
}

#header #tas-user-login-block .form-item {
	float: left;
	margin: 0px;
}

#header #tas-user-login-block .form-submit {
	margin: 0px;
	margin-left: 5px;
}

#header #tas-user-login-block label {
	font-size: smaller;
}

#header #tas-user-login-block input { font-size: smaller; }
#header #tas-user-login-block .form-text { color: #898989; width: 90px; }
#header #tas-user-login-block .form-text:focus { color: #000; }

#header #tas-user-login-block #edit-pass-wrapper { margin-left: 5px; }

#category-menu-hover {
	display: inline;
}

#category_menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 280px;
  width: 282px;
  height: 185px;
  background: url("/images/category_dropdown.png") no-repeat;
  z-index: 100;
}

#category_menu div.column {
  float: left;
  width: 140px;
  margin-top: 18px;
}

#category_menu div.item {
  text-align: center;
  line-height: 22px;
}

#category_menu a {
	font-size: 12pt;
	font-family: Arial;
}



#content {
	width: 1020px;
	margin: auto;
	padding-top: 20px;
	/*overflow: auto;*/
}

#content #main {
	width: 700px;
}

#right_column {
	background-color: #f2f8fc;
	border: 1px solid #9fcae6;
	float: right;
	width: 310px;
	/*height: 500px;*/
	padding: 5px 0;
}

#right_column div.block { padding: 0 10px; }
#right_column div.gab { text-align: center; }
#right_column hr { height: 1px; border-width: 0; border-top: 1px solid #9FCAE6; margin: 5px 0; }

#rhs_user_profile_block { overflow: auto; }
#rhs_user_profile_block h2 { margin-bottom: 10px; padding-top: 0; }
div.user-profile img.pic { float: left; width: 64px; height: 64px; margin-right: 10px; }
div.user-profile ul, div.user-profile ul li { list-style: none; padding: 0; margin: 0; }

#rhs_user_profile_block li.pf span { padding-left: 16px; height: 16px; margin-right: 5px; background: url("/images/icons/user.png"); }

div.user-profile .items { padding-top: 5px; }
div.user-profile .items li { float: left; padding-bottom: 5px; }
div.user-profile .items li.leftcol { width: 100px; } 
div.user-profile .items li span { padding-left: 16px; height: 16px; margin-right: 5px; }

div.user-profile .items .posted span { background: url("/images/icons/bullet_go_up.png"); }
div.user-profile .items .favourites span { background: url("/images/icons/star.png") -16px; }
div.user-profile .items .wishlist span { background: url("/images/icons/page_white_edit.png") -16px; }
div.user-profile .items .have span { background: url("/images/icons/tag_green.png") -16px; }



#footer {
	height: 150px;
	background: url("/images/footer-bg.gif") repeat-x top;
	margin-top: 3em;
	clear: both;
}

#footer .content {
	padding-top: 40px;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer a.rss { background: url("/misc/feed.png") left no-repeat; padding-left: 20px; }

noscript div.noscript {
	text-align: center;
	width: 800px;
	margin: auto;
	margin-top: 10px;
	padding: 5px 0px;
}

#first_time_visitor {
	border: 1px solid #f1aa1a;
	background-color: #ffe9be;
	display: none;
	padding: 5px;
	margin-bottom: 15px;
	position: relative;
	color: #000;
}

#first_time_visitor p { text-align: center; margin: 5px 0; }

#first_time_visitor div.heading {
	background: url("/images/icons/globe.png") left no-repeat;
	padding-left: 30px;
	font-size: 200%;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
}

#first_time_visitor div.close {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

#first_time_visitor .close a {
	text-transform: uppercase;
	padding-right: 20px;
	background: url("/images/icons/cross.png") no-repeat right;
}

#first_time_visitor .choices .choice {
	padding: 0 10px;
	width: 220px;
	height: 135px;
	background: url("/images/visitor-choice-bg.png") center no-repeat;
	vertical-align: top;
}

#first_time_visitor .choices h2 {
	text-align: center;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 150%;
}

#first_time_visitor .choices ul {
	padding: 0 7px;
	list-style: square;
	color: #5f5f5f;
	font-family: Tahoma;
}

#first-time-visitor-hover-board {
	display: none;
	position: absolute;
	width: 391px;
	z-index: 5;
}

#first-time-visitor-hover-board .top {
	background: url("/images/visitor-choice-tip-bg.png") no-repeat top;
	height: 17px;
}

#first-time-visitor-hover-board .content {
    border: 2px solid #78b269;
    border-width: 0 2px;
    background-color: #dffdd1;
    font-family: Tahoma;
    font-size: 85%;
    padding: 3px 0;
}

#first-time-visitor-hover-board .bottom {
	background: url("/images/visitor-choice-tip-bg.png") no-repeat bottom;
    height: 5px;
}

#first-time-visitor-hover-board ul {
	padding: 0 5px;
	margin: 0;
	list-style: square;
}

#maintenance-mode-message {
  height: 200px;
}



/**
 * Form elements
 */
input.form-text, textarea, select, input.form-file { background-color: #f2f8fc; border: 1px solid #9fcae6; }
input.form-text:hover, textarea:hover, select:hover, input.form-file:hover { border-color: #ecb945; background-color: #fffadb; }
input.form-text:focus, textarea:focus, select:focus, input.form-file:focus { border-color: #ecb945; background-color: #fffadb; }


/**
 * Dialog
 */
div.dialog {
    position: absolute;
    display: none;
    background-color: rgba(0,0,0, 0.40);
    padding: 10px;
    min-width: 350px;
}

div.dialog .titlebar { padding: 5px 3px; font-weight: bold; color: #000; }
div.dialog .blurb,
div.dialog .content { padding: 3px; color: #000; }

div.dialog .confirm { border-color: #3b5998; }
div.dialog .confirm .titlebar { background-color: #6d84b4; }
div.dialog .success { border-color: #508f60; }
div.dialog .success .titlebar { background-color: #a2d798; }
div.dialog .error { border-color: #ff3e3e; padding: 0px; }
div.dialog .error .titlebar { background-color: #ffa6a6; }

div.dialog div.wrap {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
}

div.dialog div.button-panel {
	overflow: auto;
	width: 100%;
	position: relative;
}

div.dialog div.button-panel a.button {
    float: right;
    margin-right: 5px;
}

.throbber {
  background: url("/images/throbber.gif") left no-repeat;
  padding-left: 20px;
  height: 22px;
  line-height: 22px;
  display: none;
}

div.dialog div.button-panel span.throbber {
	position: absolute;
	top: 12px;
	left: 5px;
}

#comment-throbber {
	float: right;
	margin-top: 12px;
}

#buy-throbber, #image-throbber {
	float: left;
	margin-top: 12px;
	margin-left: 5px;
}

#pager ul { margin: 0; }
#pager li { border: 1px solid #9aafe5; padding: 1px 5px; margin: 0; }
#pager li:hover { border-color: #2e6ab1; }
#pager li a { color: #105cb6; text-decoration: none; }
#pager li.pager-current { border-color: #2e6ab1; background-color: #2e6ab1; color: #fff; }
#pager li.pager-ellipsis { border-width: 0; }

#shirt-search-form { padding: 0 10px; text-align: left; }
#shirt-search-form input.search-input-edit { width: 190px; }
#shirt-search-form input.search-submit { width: 85px; }


#social-rhs { text-align: center; }
#social-rhs .social-site { display: inline; }
#social-rhs a { text-decoration: none; }
#social-rhs .btn-text {
    display: inline-block;
    line-height: 25px;
    height: 25px;
    padding-left: 30px;
}
#facebook-fan .btn-text { background: url("/images/facebook25.gif") left no-repeat; }
#twitter-follow .btn-text { background: url("/images/twitter25.gif") left no-repeat; }
#twitter-follow { margin-left: 30px; }

#feedburner h2 { display: inline; margin-right: 35px; }
#feedburner-input { width: 190px; background: url("/misc/feed.png") right no-repeat #fff; }
