/*============================================================
 Base
============================================================*/
* {
	margin:0;
	padding:0;
	border: 1;
}
body {
	background:url(../images/header_bg.gif) top left repeat-x #fff;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	}

a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #d8d8d8;
	}

a:hover {
	border-bottom-color: #333;
	}

a img {
	display: block;
	text-decoration: none;
	}
	
a.button {
	border: none;
	}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

p {
	margin-bottom: 1.2em;
	font-size: 13px;
	line-height: 1.5em;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

code, pre {
	display: block;
	padding: 16px 32px;
	margin-bottom: 1.5em;
	background: #333;
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #fff;
	line-height: 1.3em;
	white-space: pre;
	}
	
blockquote {
	margin-bottom: 1.5em;
	padding: 16px 32px;
	font-weight: normal;
	font-style: italic;
	color: #999;
	line-height: 1.5em;
	}

#wrap {
	position: relative;
	width: 984px;
	margin: 0 auto;
	text-align: left;
	padding-left:40px;
	padding-right:40px;
	}

.odd {}	
.even {}



/*============================================================
 Buttons
============================================================*/

.button {
	display: block;
	width: 64px;
	height: 26px;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	text-indent: -5000px;
	}

.button:hover {
	background-position: 0 -26px;
	}

.button.static:hover {
	background-position: 0 0;
	}

button.button {
	margin: 0;
	padding: 0;
	background: transparent;
	outline: none;
	cursor: pointer;
	}


/*============================================================
 Header
============================================================*/

#header {
	float: left;
	width: 100%;
	height: 72px;
	background: #333;
	}

#logo {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	padding-top:5px;
	padding-right:15px;
	}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: url(../images/logo1.png) 0 0 no-repeat;
	text-indent: -5000px;
	}

#logo a:hover {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: url(../images/logo2.png) 0 0 no-repeat;
	text-indent: -5000px;
	}


#nav {
	float: left;
	margin-top: 23px;
	padding-top:20px;
	}

#nav li {
	display: block;
	float: left;
	}

#nav a {
	display: block;
	height: 21px;
	text-indent: -5000px;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	}

#nav a:hover {
	background-position: 0 -21px;
	}

#nav_tees a {
	width: 60px;
	background-image: url(../images/nav_tees.gif);
	}

#nav_resources a {
	width: 87px;
	background-image: url(../images/nav_resources.gif);
	}

#nav_wholesale a {
	width: 98px;
	background-image: url(../images/nav_wholesale.gif);
	}

#nav_company a {
	width: 85px;
	background-image: url(../images/nav_company.gif);
	}


body.tees #nav_tees a,
body.tees #nav_tees a:hover,
body.resources #nav_resources a,
body.resources #nav_resources a:hover,



span.pipe {
	padding: 0;
	color: #7d7d7d;
	}



/*============================================================
 Main
============================================================*/

#main {
	float: left;
	width: 100%;
	}

#main_header {
	position: relative;
	width: 100%;
	min-height: 84px;
	}

#main_header_content {
	float: left;
	width: 806px;
	}

#main_header_content h1 {
	float: left;
	width: 100%;
	padding-top: 48px;
	padding-bottom: 12px;
	font-size: 21px;
	font-weight: normal;
	line-height: 24px;
	}

body#posts_show #main_header_content,
body#tees_show #main_header_content,
body#people_show #main_header_content,
body#resources_show #main_header_content {
	width: 734px;
	padding-left: 72px;
	}

body#posts_show #main_header_content h1,
body#tees_show #main_header_content h1,
body#people_show #main_header_content h1,
body#resources_show #main_header_content h1 {
	padding-top: 27px;
	padding-bottom: 0;
	}

#main_header_content .header_thumbnail {
	float: left;
	display: inline;
	margin-top: 18px;
	margin-left: -72px;
	}

body#people_show .header_thumbnail {
	border: 3px solid #f2f2f2;
	}

#main_header_content .header_thumbnail img {
	width: 50px;
	height: 50px;
	}

#main_header_content h2 {
	float: left;
	padding-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	line-height: 15px;
	}

#main_header_content h2 a {
	font-style: normal;
	}

#main_header_action {
	position: relative;
	float: right;
	width: 163px;
	min-height: 84px;
	}

#main_header_action .button {
	position: absolute;
	left: 0;
	bottom: 15px;
	}

#main_content {
	float: left;
	width: 806px;
	padding-bottom: 27px;
	border-top: 3px solid #f2f2f2;
	}
#main_content p {
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
}


/* Links
------------------------------------------------------------*/

#totd a,
.header_thumbnail a,
.post_thumbnail a,
.resource_thumbnail a,
.comment_thumbnail a,
#resource_author .resource_thumbnail a,
a.tee_thumbnail,
.thumbnail a,
span.person_avatar a,
#mytees_list li a,
#myteesloved_list li a {
	float: left;
	border: 3px solid #f2f2f2;
	font-size: 0;
	}

#totd a:hover,
.header_thumbnail a:hover,
.post_thumbnail a:hover,
.resource_thumbnail a:hover,
.comment_thumbnail a:hover,
#resource_author .resource_thumbnail a:hover,
a.tee_thumbnail:hover,
.thumbnail a:hover,
span.person_avatar a:hover,
#mytees_list li a:hover,
#myteesloved_list li a:hover {
	border-color: #333;
	}

#post_content a,
#comment_list .comment_body a,
#resource_content a,
#profile_bio p a,
#tee_about p a {
	color: #68aabb;
	border-bottom-color: #e1f9ff;
	}

#post_content a:hover,
#comment_list .comment_body a:hover,
#resource_content a:hover,
#profile_bio p a:hover,
#tee_about p a:hover {
	border-bottom-color: #68aabb;
	}

#tee_about p#tee_tags a {
	color: #333;
	border-bottom-color: #ccc;
	}

#tee_about p#tee_tags a:hover {
	border-bottom-color: #333;
	}



/*============================================================
 Sidebar
============================================================*/

#sidebar {
	position: relative;
	float: right;
	width: 163px;
	}

.sidebar_pod {
	float: left;
	width: 100%;
	width: 131px;
	padding: 12px 16px 0 16px;
	background: #f2f2f2;
	}

.sidebar_list,
.sidebar_thumbnails,
.sidebar_pod p {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 18px;
	}

.sidebar_list {
	margin: 0 -16px;
	padding-left: 16px;
	padding-right: 16px;
	}

.sidebar_list,
.sidebar_pod p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666;
	}

.sidebar_pod p {
	line-height: 15px;
	margin-bottom: 0;
	}

#sidebar_welcome {
	padding-top: 6px;
	}

#sidebar_critique {
	margin: 0 -16px 16px -16px;
	padding: 4px 16px 16px 16px;
	border-bottom: 1px solid #e4e4e4;
	font-style: italic;
	}

.sidebar_list p {
	margin: 0;
	padding: 0;
	}

.sidebar_pod h4 {
	margin-bottom: 7px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
	}

.sidebar_list ul {
	margin: 0 -8px;
	}

.sidebar_list li {

	float: left;
	display: block;
	width: 131px;
	height: 18px;
	margin-bottom: 1px;
	}

.sidebar_list a {
	display: block;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #a9a9a9;
	border: none;
	white-space: nowrap;
	}

.sidebar_list a:hover {
	
	color: #666;
	}

.sidebar_list a.selected {
	color: #fff;
	}



.sidebar_list li a em {
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}



#sidebar_ad {
	padding-top: 16px;
	padding-bottom: 16px;
	border-top: 1px solid #e4e4e4;
	}

#sidebar_ad .ad_area {
	float: left;
	width: 125px;
	height: 125px;
	background: #fff;
	border: 3px solid #e9e9e9;
	}

#sidebar_ad .ad_area img {
	margin-left: -8px;
	width: 125px;
	height: 125px;
	}

#sidebar_ad a {
	float: left;
	width: 115px;
	padding: 1px 8px 3px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 21px;
	color: #a9a9a9;
	background: #e9e9e9;
	border: none;
	text-align: center;
	}

#sidebar_ad a:hover {
	color: #666;
	}



/*============================================================
 Home
============================================================*/

body.home #main_content {
	width: 984px;
	padding-bottom: 57px;
	border-top: none;
	}

body.home #sidebar {
	position: relative;
	height: 406px;
	margin-left: -163px;
	background: #f2f2f2;
	}
	
body.home #sidebar_ad {
	position: absolute;
	bottom: 0;
	left: 0;
	}

body.home #main_header_content h1 {
	padding-top: 32px;
	}

#totd {
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	}

#totd a {
	position: relative;
	}

#totd img {
	float: left;
	width: 800px;
	height: 400px;
	border: none;
	}

#totd a:hover h2,
#totd a:hover h3 {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0; 
	}



#totd h2 {
	position: absolute;
	display: block;
	top: 312px;
	left: 34px;
	padding: 5px 12px 4px 12px;
	background: #333;
	color: #fff;
	font-size: 9px;
	line-height: 10px;
	text-transform: uppercase;
	letter-spacing: .2em;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9; 
	}

#totd h3 {
	position: absolute;
	display: block;
	top: 331px;
	left: 34px;
	padding: 8px 12px 4px 12px;
	background: #333;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}

#totd h3 span.totd_designer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	}

#todays_tees {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 34px;
	}

#todays_tees h2,
.recent_pod h2 {
	padding-bottom: 9px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: top;
	}

#todays_tees #tees_list2 {
	float: left;
	width: 950px;
	margin: 0;
	padding: 37px 17px 25px 17px;
	background: #f2f2f2;
	}

#todays_tees #tees_list2 li {
	height: 86px;
	margin-left: 20px;
	margin-bottom: 12px;
	}

#todays_tees #tees_list2 a.tee_thumbnail {
	margin: 0;
	border-color: #fff;
	}

#todays_tees #tees_list2 a.tee_thumbnail:hover {
	border-color: #333;
	}





/*============================================================
 Tees
============================================================*/

#tees_grid {
	clear: both;
	float: left;
	width: 100%;
	padding: 32px 0 12px 0;
	}

#tees_grid p {
	margin-left: 2px;
	font-style: italic;
	}
	
#tees_list {
	list-style:none;
	width: auto;
	overflow: hidden;
	margin-left: -9px
	}

#tees_list li {
	float: left;
	position: relative;
	width: 166px;
	height:252px;
	margin-left: 32px;
	}

#tees_list a.tee_thumbnail {
	float: left;
	width: 160px;
	height: 200px;
	margin-bottom: 6px;
	}

#tees_list a.tee_thumbnail img {
	width: 160px;
	height: 200px;
	}
	
#tees_list2 {
	list-style:none;
	width: auto;
	overflow: hidden;
	margin-left: -9px
	}
#tees_list2 li {
	float: left;
	position: relative;
	width: 166px;
	height:80px;
	margin-left: 32px;
	}

#tees_list2 a.tee_thumbnail {
	float: left;
	width: 160px;
	height: 80px;
	margin-bottom: 6px;
	}

#tees_list2 a.tee_thumbnail img {
	width: 160px;
	height: 80px;
	}

#tees_list li span.tee_name {
	float: left;
	width: 108px;
	margin-right: -3px;
	padding-bottom: 1px;
	font-size: 10px;
	line-height: 13px;
	}

#tees_list li span.tee_loves,
#tees_list li span.tee_comments,
#tees_list li span.tee_win_date {
	float: right;
	width: 52px;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	text-align: right;
	vertical-align: top;
	}

#tees_list li span.tee_win_date {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	}

#tees_list li span.tee_loves img,
#tees_list li span.tee_comments img {
	margin: 4px 1px 0 0;
	vertical-align: top;
	}


/* Tee Detail
------------------------------------------------------------*/

#tee_image {
	clear: both;
	position: relative;
	float: left;
	width: 800px;
	height: 400px;
	padding: 0;
	border: 3px solid #f2f2f2;
	border-top: 0;
	}

#tee_image img {
	width: 800px;
	height: 400px;
	}

#tee_actions_primary {
	float: right;
	width: 144px;
	text-align: left;
	}

#tee_actions_primary p {
	margin: 13px 0 0 0;
	font-size: 11px;
	font-style: italic;
	line-height: 17px;
	}

#hearts {
	float: left;
	width: 147px;
	margin: 0 -16px 12px -16px;
	padding: 0 8px 12px 8px;
	border-bottom: 1px solid #e4e4e4;
	}

#hearts_count {
	margin: -2px 0 0 8px;
	padding: 0 0 8px 20px;
	background: url(/images/heart.gif?100908) 0 6px no-repeat;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

#hearts_loading {
	margin: 5px 0 0 8px;
	}

#tee_action_admin {
	font-size: 12px;
	}

#tee_prev,
#tee_next {
	position: relative;
	float: left;
	width: 81px;
	height: 26px;
	margin-top: 18px;
	}

#tee_next {
	float: right;
	}

#tee_prev .button,
#tee_next .button {
	position: absolute;
	top: 0;
	}

#tee_prev img,
#tee_next img {
	width: 81px;
	height: 26px;
	}

#tee_info {
	float: left;
	width: 100%;
	}

#tee_about {
	padding: 32px 120px 32px 72px;
	}

#tee_about p {
	font-size: 16px;
	}

#tee_action_buy {
	float: left;
	margin: 0 -8px 16px -8px;
	}


#tee_awards {
	width: 139px;
	margin: 0 -16px;
	padding-left: 12px;
	padding-right: 12px;
	}

#tee_awards h4 {
	margin-left: 4px;
	}

#tee_awards div {
	position: relative;
	float: left;
	width: 139px;
	height: 38px;
	margin-bottom: 6px;
	}

#tee_awards span.award_type {
	display: none;
	}

#tee_awards span.award_date {
	position: absolute;
	top: 20px;
	left: 34px;
	}

#tee_awards div a {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 11px;
	color: #666;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	}

#tee_awards div a:hover {
	color: #333;
	}

#tee_awards div.totd a {
	background-image: url(/images/winner_totd_badge.png?100908);
	}

#tee_awards div.totm a {
	background-image: url(/images/winner_totm_badge.png?100908);
	}

#tee_awards div.toty a {
	background-image: url(/images/winner_toty_badge.png?100908);
	}






/* Resources
------------------------------------------------------------*/

#resources {
	clear: both;
	float: left;
	width: 100%;
	}

#resources_search #resources p {
	margin-top: 32px;
	margin-left: 2px;
	font-style: italic;
	}

#resources_list {
	float: left;
	width: 100%;
	margin: 32px 0 0 2px;
	padding-bottom: 16px;
	}

#resources_list li {
	float: left;
	display: block;
	position: relative;
	width: 125px;
	height: 150px;
	margin: 0 0 16px 16px;
	padding: 32px 24px 16px 28px;
	border: 3px solid #f2f2f2;
	}

#resources_list li h3 {
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	}

.resource_meta {
	padding-bottom: 24px;
	}
#resources_list .thumbnail {
	border:none;
	padding-bottom:20px;
	}

#resources_list .resource_description {
	padding-top:85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 15px;
	width:150px;
	}

#resources_list li .btn_edit {
	position: absolute;
	bottom: 4px;
	right: 4px;
	z-index: 100;
	}

#resources_list li.link {
	background: #fff;
	}



/*============================================================
 Pagination
============================================================*/

.pagination {
	clear: both;
	float: left;
	width: 804px;
	padding: 16px 0 24px 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

body.tees .pagination {
	width: 782px;
	padding-left: 22px;
	}

body.people .pagination {
	width: 780px;
	padding-left: 24px;
	}

body.resources .pagination {
	width: 787px;
	padding-left: 17px;
	}

.pagination span,
.pagination a {
	float: left;
	margin: 1px;
	padding: 6px 8px;
	background: #f2f2f2;
	border: none;
	color: #a9a9a9;
	}

.pagination a:hover {
	background: #e9e9e9;
	color: #666;
	}

.pagination span.disabled {
	display: none;
	}

.pagination span.current {
	background: #c4c4c4;
	color: #fff;
	}

.pagination span.gap {
	padding: 5px 4px;
	background: none;
	color: #818181;
	}



/*============================================================
 Footer
============================================================*/

#footer {
	clear: both;
	float: left;
	width: 806px;
	overflow: hidden;
	margin-top: -3px;
	padding: 16px 0 48px 0;
	border-top: 3px solid #f2f2f2;
	}

body.home #footer {
	width: 100%;
	}

p#footer_copyright {
	float: left;
	padding-top: 3px;
	font-size: 10px;
	}

#footer_nav {
	float: left;
	width: 500px;
	margin-left: 10px;
	}

#footer_nav li {
	display: block;
	float: left;
	padding: 2px 12px 2px 12px;
	border-left: 1px solid #dadada;
	font-size: 12px;
	line-height: 19px;
	}

li#footer_nav_shop a {
	display: block;
	width: 60px;
	height: 18px;
	background: url(../images/btn_shop.gif) 0 0 no-repeat;
	border: none;
	text-indent: -5000px;
	}

li#footer_nav_shop a:hover {
	background-position: 0 -18px;
	}
#paypal {
	position:absolute;
	top:650px;	}





/*============================================================
 Text Pages
============================================================*/

body.site #main #main_header_action h3 {
	position: absolute;
	bottom: 12px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	}

body.site #main_content {
	width: 662px;
	padding: 36px 72px;
	}

body.site #sidebar_ad {
	border-top: none;
	}

body.site #main h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 2em 0 .8em 0;
	}

body.site #main h3:first-child {
	margin-top: 0;
	}

body.site #main h4 {
	margin-bottom: 2em;
	padding-bottom: 16px;
	font-size: 12px;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	}

body.site #main h5 {
	margin-bottom: .8em;
	}

body.site #main ul,
#site_api ul#api_formats ul {
	margin: 0 0 1em 32px;
	font-size: 13px;
	line-height: 1.5em;
	list-style: disc;
	}

#site_api ul#api_formats {
	margin: 0;
	list-style: none;
	}

#site_api ul#api_formats li {
	margin-bottom: 16px;
	padding: 24px 32px;
	background: #f2f2f2;
	}

#site_api ul#api_formats h4 {
	margin-bottom: 16px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	}

#site_api ul#api_formats ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	}

body#site_api_ssp #main_content {
	padding: 0 0 24px 0;
	}

div#ssp {
	margin: 0 0 16px 0;
	clear: both;
	width: 800px;
	height: 425px;
	margin-top: -3px;
	border: 3px solid #f2f2f2;
	}




/*============================================================
 Messages
============================================================*/

#message {
	float: left;
	clear: both;
	width: 984px;
	margin: 8px auto -8px auto;
	padding: 4px 0;
	background: #ff515f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333;
	}

#message.notice,
#message.success {
	background: #e1f9ff;
	color: #68aabb;
	}

#message a {
	color: #68aabb;
	border-bottom-color: #b2e1ee;
	}

#message a:hover {
	color: #4b91a3;
	border-bottom-color: #4b91a3;
	}
	
#message.error {
	background: #ff515f;
	}

#message.error a {
	color: #ffced2;
	border-bottom-color: #ff8994;
	}

#message.error a:hover {
	color: #fff;
	border-bottom-color: #fff;
	}

#message h2,
#message p {
	display: none;
	}

#message ul {
	margin: 0 8px;
	text-align: left;
	}

#message ul {
	line-height: 21px;
	list-style: none;
	}
	
#message.notice li,
#message.success li {
	padding-left: 18px;
	background: url(/images/bullet_success.gif?100908) no-repeat 0 5px;
	}

#message.error li {
	padding-left: 18px;
	background: url(/images/bullet_error.gif?100908) no-repeat 0 5px;
	color: #fff;
	}
	
	
	
/*============================================================
 Resources
============================================================*/

.article_only,
.download_only,
.link_only {
	display: none;
	}

dl.article_active .article_only,
dl.download_active .download_only,
dl.link_active .link_only {
	display: block;
	}
	
textarea#resource_description {
	height: 50px;
	}
	
	
	
/*============================================================
 Shocker Blocker
============================================================*/

.shock_block {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	background: url(/images/shocker_bg.gif?100908) repeat #fff;
	}

.shock_block:hover {
	background: none;
	}
	
.shock_block_cover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 7px 0 5px;
	background: #ff515f;
	font-size: 10px;
	font-style: italic;
	color: #fff;
	}

.spoiler .shock_block_cover {
	background: #666;
	}
	
.shock_block_content {
	visibility: hidden;
	}



/*============================================================
 Shop
============================================================*/

#minicart{
	padding-top:20px;
	}
#minicart {
	float: right;
	position: relative;
	width: 163px;
	height: 100%;
	}

#minicart h3 {
	margin-top: 23px;
	}

form#minicart_contents {
	display: block;
	width: 163px;
	height: 26px;
	background: url(../images/btn_cart_contents.gif) 0 0 no-repeat;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #c9c9c9;
	border: none;
	}

a#minicart_contents:hover {
	background-position: 0 -26px;
	color: #fff;
	}

a#minicart_contents .count {
	display: block;
	padding: 5px 18px 0 34px;
	}

body#shop_home #footer,
body#shop_product #footer {
	border: none;
	}

body#shop_home #main_content,
body#shop_product #main_content {
	padding-bottom: 12px;
	}

body.shop #main_content {
	min-height: 376px;
	}

body.shop #sidebar {
	position: relative;
	min-height: 366px;
	padding-bottom: 40px;
	background: #f2f2f2;
	}

body.shop .sidebar_pod p {
	padding-bottom: .9em;
	}

body.shop .sidebar_pod .sidebar_list {
	padding-top: 6px;
	}

.boring {
	padding: 156px 0 120px;
	text-align: center;
	}

.boring h2 {
	padding-bottom: 9px;
	font-family: georgia;
	font-size: 21px;
	font-weight: normal;
	line-height: 18px;
	}



/* Product
------------------------------------------------------------*/

#product_action {
	float: left;
	width: 147px;
	margin: 0;
	padding: 12px 8px 14px 8px;
	background: #f2f2f2;
	border-bottom: 1px solid #e4e4e4;
	}

#product_price {
	margin: 0 -8px 12px -8px;
	padding: 0 8px 12px 8px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

.currency_sign {
	padding: 0 1px 0 2px;
	font-size: .6em;
	font-weight: normal;
	vertical-align: top;
	line-height: 1.7em;
	}

#product_options {
	padding-bottom: 9px;
	}

select#option {
	width: 100%;
	}
td {
width:134px;
padding-bottom:10px;
}

select {
	width:134px;

}

/* Cart
------------------------------------------------------------*/

#cart_content {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 36px;
	}

ul#cart_contents {
	border-bottom: 3px solid #f2f2f2;
	}

ul#cart_contents li {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #f2f2f2;
	}

.item_wrap {
	float: left;
	width: 100%;
	padding: 18px 0;
	}

ul#cart_contents li:first-child {
	border-top: none;
	}

#cart_contents .thumbnail {
	float: left;
	display: inline;
	}	

.item_info {
	float: left;
	width: 456px;
	margin-left: 15px;
	}

.item_info h2 {
	padding: 3px 0 2px 0;
	font-size: 19px;
	font-weight: normal;
	line-height: 22px;
	}

.item_info h2.optionless {
	padding-top: 6px;
	}

.item_info p {
	margin-bottom: 0;
	font-size: 10px;
	font-style: italic;
	}

.item_qty {
	float: left;
	display: inline;
	width: 60px;
	margin-left: 24px;
	padding-top: 2px;
	}

.item_qty input {
	width: 24px;
	font-size: 13px;
	}

.item_total {
	float: left;
	width: 96px;
	padding-top: 7px;
	font-size: 15px;
	}

.item_remove {
	float: right;
	margin-right: 12px;
	padding-top: 6px;
	font-size: 10px
	}
	
a.btn_item_remove {
	display: block;
	width: 18px;
	height: 18px;
	background: url(/images/btn_cart_remove.gif) 0 0 no-repeat;
	border: none;
	text-indent: -5000px;
	}

a.btn_item_remove:hover {
	background-position: 0 -18px;
	}

#cart_shipping,
#cart_tax,
#cart_discount {
	clear: both;
	padding: 14px 0;
	border-bottom: 1px solid #f2f2f2;
	}

#cart_shipping h2,
#cart_tax h2,
#cart_discount h2,
.cart_total h2 {
	float: left;
	width: 96px;
	padding: 5px 0 4px;
	font-size: 11px;
	}

#cart_discount .optional {
	font-size: 10px;
	color: #808080;
	}

#shipping_entry,
#discount_entry {
	float: left;
	width: 540px;
	height: 19px;
	padding-top: 3px;
	font-size: 13px;
	color: #999;
	text-align: left;
	}

select#country {
	width: 192px;
	margin: -2px 0 0 0;
	}

#cart_discount_code {
	width: 186px;
	margin: 0;
	padding: 2px;
	margin-top: -2px;
	font-size: 10px;
	}

#shipping_total,
#tax_total,
#discount_total {
	float: right;
	display: inline;
	width: 102px;
	height: 19px;
	float: left;
	width: 96px;
	padding-top: 3px;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	}

#discount_entry,
#discount_total {
	font-style: italic;
	}

.discount_percent {
	display: block;
	padding-top: 1px;
	}

.cart_total {
	clear: both;
	float: right;
	width: 100%;
	padding: 16px 0 24px 0;
	/*background: #f2f2f2;*/
	}

.cart_total h2 {
	padding-top: 6px;
	}

.cart_total h3 {
	float: left;
	margin-left: 639px;
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 26px;
	}

.cart_total p {
	margin: 0;
	font-size: 9px;
	font-style: italic;
	line-height: 1.3em;
	}

#btn_checkout {
	clear: both;
	margin-left: 634px;
	}

#cart_update {
	display: none;
	float: left;
	width: 108px;
	margin-left: 96px;
	padding: 5px 0 10px 0;
	}



/*============================================================
 Debris
============================================================*/

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
