

#theme-browser a {
	font-weight: bold;
	color: #0066cb;
	cursor: pointer;
	text-decoration: none;
	}
	
#theme-browser a:hover {
	text-decoration: underline;
	}
	
	
	
/* design contest promo */

#promo {
	position: relative;
	margin: -22px 0 0;
	border-bottom: 32px solid #fff;
	}
	
#theme-browser-in-editor #promo {
	padding-left: 6px;
	background: url(../images/promo_banner_liquid_rounded.gif) no-repeat;
	margin: -10px 35px 0;
	border-bottom: 24px solid #fff;
	}
	
#theme-browser-in-editor #promo-inner1 {
	padding-right: 6px;
	background: url(../images/promo_banner_liquid_rounded.gif) no-repeat 100% -67px;
	}
	
#promo-inner2 {
	background: url(../images/promo_banner_liquid_rounded.gif) repeat-x 100% 100%;
	}
	
#promo-inner3 {
	position: relative;
	height: 67px;
	background: url(../images/promo_banner.gif) no-repeat -10px 0;
	}
	
#promo h2, #promo p {
	display: none;
	}
	
#promo a {
	display: block;
	position: absolute;
	top: 22px;
	left: 687px;
	width: 78px;
	height: 24px;
	}
	
#promo a span {
	display: none;
	}
	
	
	
	
	
	
/* back button
----------------------------------------------------------------------*/
	
#theme-browser a.back {
	float: left;
	margin-bottom: 35px;
	color: #fff;
	background: url(../images/back_button.gif) no-repeat;
	padding-left: 24px;
	}
	
#theme-browser a.back span {
	float: left;
	height: 24px;
	line-height: 24px;
	background: url(../images/back_button.gif) no-repeat top right;
	padding-right: 16px;
	}
	
	
	
/* general purpose button
----------------------------------------------------------------------*/

#theme-browser .pillbox-button {
	float: left;
	/*
	background: url(../images/pillboxes.gif) no-repeat top left;
	padding-left: 5px;
	cursor: pointer;
	*/
	}
	
#theme-browser .pillbox-button a {
	float: left;
	/*
	background: url(../images/pillboxes.gif) no-repeat top right;
	padding: 0 10px 0 5px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	*/
	}
	
	
	
/* theme sorting
-----------------------------------------------------------------------*/

#theme-browser .theme-sort {
	height: 24px;
	}
	
#theme-browser .theme-sort a {
	float: left;
	color: #fff;
	padding: 1px 0;
	}
	
#theme-browser .theme-sort span {
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	padding: 0 10px;
	}
	
#theme-browser .theme-sort .sort-popular {
	background: #62A6E3 url(../images/pillboxes.gif) no-repeat;
	}
	
#theme-browser .theme-sort .sort-popular span {
	border-right: 1px solid #91BCE7;
	}
	
#theme-browser .theme-sort .sort-popular-selected {
	background: #3879AF url(../images/pillboxes.gif) no-repeat 0 -24px;
	text-decoration: none;
	}
	
#theme-browser .theme-sort .sort-popular-selected span {
	border-right: 1px solid #306A9A;
	}
	
#theme-browser .theme-sort .sort-recent {
	background: #62A6E3 url(../images/pillboxes.gif) no-repeat top right;
	}
	
#theme-browser .theme-sort .sort-recent span {
	border-left: 1px solid #91BCE7;
	}
	
#theme-browser .theme-sort .sort-recent-selected {
	background: #3879AF url(../images/pillboxes.gif) no-repeat 100% -24px;
	text-decoration: none;
	}
	
#theme-browser .theme-sort .sort-recent-selected span {
	border-left: 1px solid #306A9A;
	}




/* pagination
---------------------------------------------------------------------*/

#theme-browser .paginator {
	position: relative;
	float: right;
	margin-top: 2px;
	left: -35px;
	}
	
#theme-browser .paginator a {
	position: relative;
	float: left;
	border: 1px solid #0065CD;
	height: 22px;
	line-height: 22px;
	padding: 0 8px;
	margin-right: 4px;
	left: 4px;
	white-space: nowrap;
	}
	
#theme-browser .paginator a.selected {
	text-decoration: none;
	background: #E1EEF7;
	}
	
	
	
/* theme list
-----------------------------------------------------------------------*/

#themes {
	position: relative;
	padding-right: 10px;
	_padding-right: 0;
	}
	
#themes .theme, #designer .theme {
	position: relative;
	float: left;
	width: 138px;
	height: 205px;
	padding: 0 0 0 35px;
	}
	
#theme-browser-standalone #themes .theme {
	padding-left: 45px;
	}
	
.theme-thumbnail {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%; /* for ie6 */
	}
	
a.theme-thumbnail {
	text-decoration: none !important;
	}
	
.theme-thumbnail img {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
	}
	
.theme-thumbnail .theme-favorite {
	display: none;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 24px;
	height: 24px;
	background: url(../images/favorite_small_unselected.png) no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme_browser/images/favorite_small_unselected.png', sizingMethod='scale');
	cursor: pointer;
	}
	
.theme-thumbnail .theme-favorite-active {
	display: block;
	background: url(../images/favorite_small_selected.png) no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme_browser/images/favorite_small_selected.png', sizingMethod='scale');
	}
	
#theme-browser a.theme-thumbnail {
	text-decoration: none;
	}
	
.theme-thumbnail-buttons {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	}
	
.theme-thumbnail-buttons-inner {
	float: left;
	position: relative;
	left: 50%;
	}
	
.theme-thumbnail-buttons span.button {
	float: left;
	position: relative;
	right: 50%;
	font-size: 11px;
	padding-left: 8px;
	background: url(../images/little_orange_button.png) no-repeat 0 -27px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	}
	
.theme-thumbnail-buttons span.button span {
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 1px 10px 0 2px;
	background: url(../images/little_orange_button.png) no-repeat top right;
	}
	
.theme-thumbnail-buttons span.button:hover {
	text-decoration: underline;
	}
	
	
	/***** copy thumbnail buttons for "Submit Changes" button ********/
	
	
	.submit-changes-button {
		position: relative;
		left: -4px;
		display: inline-block;
		font-size: 11px;
		padding-left: 8px;
		background: url(../images/little_orange_button.png) no-repeat 0 -27px;
		color: #fff;
		font-weight: bold;
		cursor: pointer;
		}
		
	.submit-changes-button span {
		display: block;
		_display: inline-block;
		height: 26px;
		line-height: 26px;
		padding: 1px 10px 0 2px;
		background: url(../images/little_orange_button.png) no-repeat top right;
		}
		
	.submit-changes-button span:hover {
		text-decoration: underline;
		}
	
	
	/***********************/
	
	
.theme-status .pending {
	font-weight: bold;
	font-style: italic;
	color: #666;
	}
	
.theme-status .approved {
	font-weight: bold;
	color: green;
	}
	
.theme-status .rejected {
	font-weight: bold;
	color: red;
	}
	
	
.theme-thumbnail-hover .theme-favorite,
.theme-thumbnail-hover .theme-thumbnail-buttons {
	display: block;
	}
	
	
	
	
	
.theme-title, .theme-author {
	height: 1.4em;
	line-height: 1.4em;
	font-size: 13px;
	width: 100%;
	overflow: hidden;
	}
	
.theme-title-editing {
	overflow: visible;
	}
	
.theme-author {
	font-size: 11px;
	}
	
	
	
	
	
.theme-title b {
	white-space: nowrap;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	}
	
.theme-title-hover b {
	max-width: 118px;
	_width: 118px;
	overflow: hidden;
	}
	
	
	
.theme-name-edit {
	display: none;
	background: url(../images/little_blue_pencil.gif) no-repeat top left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	top: -1px;
	}
	
.theme-title-hover .theme-name-edit {
	display: inline-block;
	}
	
.theme-title-editing .theme-name-edit {
	display: none;
	}
	
	
	
.theme-title form {
	position: relative;
	top: -1px;
	}
	
.theme-title-input {
	font-size: 11px;
	width: 80px;
	}
	
.theme-title-submit {
	font-size: 10px;
	}
	
	
	
	
/* theme index
------------------------------------------------------------------------*/

#theme-index-header {
	padding: 0 0 35px 35px;
	}
	
#theme-browser-standalone #theme-index-header {
	padding-left: 45px;
	}
	
#theme-browser-standalone #theme-index .paginator {
	left: -43px;
	}
	
#theme-index-header h1 {
	float: left;
	margin: 0;
	}
	
#theme-index-header .theme-sort {
	float: left;
	margin-top: 2px;
	padding-left: 30px;
	}
	



/* theme details
------------------------------------------------------------------------*/

#theme-details {
	margin: 0 35px;
	}
	
#theme-details-leftright {
	border-collapse: collapse;
	border-spacing: 0;
	}

#theme-details-left {
	vertical-align: top;
	padding: 0;
	}
	
#theme-details-right {
	vertical-align: top;
	padding: 0 0 0 30px;
	}
	
#theme-browser #theme-screenshot {
	position: relative;
	cursor: default;
	}
	
#theme-screenshot {
	display: block;
	position: relative;
	}
	
#theme-screenshot img {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
	}
	
#theme-favorite {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 46px;
	height: 46px;
	background: url(../images/favorite_big_unselected.png) no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme_browser/images/favorite_big_unselected.png', sizingMethod='scale');
	cursor: pointer;
	}
	
#theme-screenshot .theme-favorite-active {
	background: url(../images/favorite_big_selected.png) no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme_browser/images/favorite_big_selected.png', sizingMethod='scale');
	}
	
#theme-details h1 {
	margin-bottom: 0;
	}
	
#theme-preview-button-wrap {
	margin: 2em 0 3em;
	}
	
#theme-preview-button {
	cursor: pointer;
	}
	
#theme-rating {
	margin-bottom: 3em;
	}
	
#theme-rating-box {
	float: left;
	border: 1px solid #E1E1E1;
	padding: 5px 10px;
	background: #F7F7F9;
	margin-right: 10px;
	}
	
#theme-rating-label {
	float: left;
	margin-right: 10px;
	line-height: 18px;
	}
	
#theme-rating-stars {
	float: left;
	}
	
#theme-rating-cnt {
	float: left;
	padding: 6px 0;
	line-height: 18px;
	white-space: nowrap;
	}
	
#theme-stats table,
#theme-stats table a {
	color: #676767;
	}
	
#theme-stats th {
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
	}
	
#theme-stats td a {
	font-weight: normal;
	text-decoration: underline;
	}
	
#theme-details #themes .theme {
	padding-left: 0;
	padding-right: 35px;
	}
	
	
#theme-variations {
	margin: -1.5em 0 4em;
	}
	
.theme-variations-content {
	float: left;
	min-width: 320px;
	border: 1px solid #C8C6C7;
	background: #E5E7E6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 12px;
	}
	
.theme-variation {
	float: left;
	width: 54px;
	height: 43px;
	background: url(/theme_browser/images/color_square_normal.png) no-repeat 0 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme_browser/images/color_square_normal.png', sizingMethod='scale');
	cursor: pointer;
	}
	
.theme-variation-current {
	background: url(/theme_browser/images/color_square_highlighted.png) no-repeat 0 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme_browser/images/color_square_highlighted.png', sizingMethod='scale');
	}
	
.theme-variation div {
	width: 40px;
	height: 29px;
	margin: 7px 0 0 7px;
	}
	
#versions-container {
	float: left;
	border: 1px solid #E1E1E1;
	padding: 5px 12px;
	background: #F7F7F9;
	}
	
#versions-container div {
	margin: 5px 0;
	}
	
#versions-container a.selected {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	cursor: text;
	}
	
	
	
/* designer
---------------------------------------------------------------*/

#designer a.back {
	position: relative;
	left: 35px;
	}
	
#theme-browser-standalone #designer a.back {
	left: 45px;
	}
	
#designer h1 { /* mostly for Themes by... past first page */
	margin: 0;
	float: left;
	padding-left: 35px;
	}

#designer-avatar {
	clear: left;
	float: left;
	margin-right: 30px;
	padding-left: 35px;
	}
	
#theme-browser-standalone #designer-avatar {
	padding-left: 45px;
	}
	
#theme-browser-standalone #designer-self #designer-avatar {
	padding-left: 35px;
	}
	
#designer-avatar img {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
	}
	
#designer-content {
	float: left;
	}

#designer-content h1 { /* cancel out the stuff from the above h1 */
	position: relative;
	margin-bottom: .5em;
	padding-left: 0;
	float: none;
	}
	
#designer-website-input {
	width: 135px;
	}
	
#designer-stats {
	clear: left;
	float: left;
	}
	
#designer-stats table {
	width: 400px;
	border-collapse: collapse;
	border-spacing: 0;
	}
	
#designer-stats th,
#designer-stats td {
	padding: 4px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
#designer-stats th {
	text-align: left;
	font-weight: normal;
	color: #666;
	}
	
#designer-stats td {
	text-align: right;
	}
	
#designer-avatar, #designer-content {
	margin-bottom: 2em;
	}
	
#designer .paginator {
	margin-bottom: 30px;
	}
	
#theme-browser-standalone #designer .paginator {
	left: -43px;
	}


/* editable designer stuff */

#designer-avatar {
	position: relative;
	}

#designer-avatar span.pencil {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../images/little_blue_pencil.gif) no-repeat top left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	}
	
#designer-avatar:hover span.pencil {
	display: block;
	}
	
#designer-name-edit {
	position: absolute;
	top: 10px;
	right: 0;
	width: 16px;
	height: 16px;
	background: url(../images/little_blue_pencil.gif) no-repeat top left;
	}
	
#designer-website-edit {
	position: relative;
	float: right;
	margin-left: 10px;
	line-height: 16px;
	width: 16px;
	height: 16px;
	background: url(../images/little_blue_pencil.gif) no-repeat top left;
	}

#designer #theme-tabs {
	float: left;
	margin: 20px 0 0 0;
	padding-left: 35px;
	}

#designer #theme-tabs a {
	float: left;
	color: #333;
	text-decoration: none;
	background: #e4e4e4;
	border-style: solid;
	border-color: #e4e4e4;
	border-width: 1px 1px 0;
	height: 35px;
	line-height: 35px;
	padding: 0 18px;
	margin-right: 5px;
	position: relative;
	top: 1px;
	z-index: 1;
	}

#designer #theme-tabs a.selected {
	background: #F6F7F9;
	border-color: #E1E1E1;
	z-index: 3;
	color: #000;
	}
	
#designer #theme-area-buttons {
	float: right;
	margin: 20px 0 0 0;
	padding-right: 35px;
	}
	
#theme-browser-standalone #designer-self #theme-area-buttons {
	padding-right: 20px;
	}
	
#designer #custom-themes,
#designer #submissions {
	border: 1px solid #e1e1e1;
	background: #f6f7f9;
	padding: 20px;
	margin: 0 35px;
	}
	
#theme-browser-standalone #designer-self #custom-themes,
#theme-browser-standalone #designer-self #submissions {
	margin: 0 20px;
	}
	
#designer #custom-themes .theme,
#designer #submissions .theme {
	padding: 10px 35px 0 0;
	}
	
#designer #submissions .theme {
	height: 235px;
	}
	
	
	
	
	
/* advanced themes
--------------------------------------------------------------------------*/


#custom-themes-header {
	margin: 0 0 35px 35px;
	}
	
#custom-themes-header h1 {
	float: left;
	margin: 0 20px 0 0;
	}
	
#custom-themes-header a:hover {
	text-decoration: none;
	}


#advanced-themes .theme-thumbnail-buttons {
	bottom: 10px;
	}
	
#advanced-themes .theme a.theme-thumbnail {
	cursor: default;
	}
	
#advanced-themes .theme-delete, #designer .theme-delete { /******* !!!!!!!! ***********/
	display: none;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/delete.png) no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme_browser/images/delete.png', sizingMethod='scale');
	cursor: pointer;
	}
	
#designer .theme-withdraw {
	display: none;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 11px;
	cursor: pointer;
	padding: 0 .25em;
	width: 0;
	overflow: visible;
	}
	
#designer .theme-withdraw[class] {
	width: auto;
	}
	
#designer .theme-thumbnail-hover .theme-withdraw {
	display: inline;
	}
	
#advanced-themes .theme-thumbnail-hover .theme-delete, #designer .theme-thumbnail-hover .theme-delete {
	display: block;
	}
	
#advanced-themes .theme span.theme-favorite {
	cursor: pointer;
	top: 3px;
	right: 3px;
	}
	
#no-advanced-themes {
	margin-left: 35px;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #eee;
	padding: 1em 2em;
	width: 612px;
	line-height: 150%;
	}
	
#designer #no-advanced-themes {
	margin-left: 0;
	border: 0;
	background: none;
	}
	
#no-advanced-themes img {
	float: right;
	background: #fff;
	padding: 1px;
	border: 1px solid #ccc;
	background: #fff;
	margin-left: 2em;
	}
	
