
/* -----[ item stuff ] ----------- */

.workshopItemTitle {
	color:#ffffff;
	font-size:30px;
	padding-top: 2px;
	word-wrap:break-word;
}

.workshopBrowseRow {
	min-height: 200px;
	position: relative;
}

.workshopItem {
	position: relative;
	float: left;
	width: 200px;
	min-height: 200px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.workshopItem .workshopItemAuthorName
{
	font-size: 12px;
}

.workshopItem.left
{

}

.workshopItem.middle
{
	margin-left: 19px;
	margin-right: 19px;
}

.workshopItem.right
{

}

.workshopItem .workshop_checkmark
{
	float: right;
}

.user_action_history_icon
{
	height: 20px;
	width: 20px;
	overflow: hidden;
	background-image:url('http://cdn.steamcommunity.com/public/images/sharedfiles/icon_show_state.png');
	background-repeat: no-repeat;
	float: right;
	margin-right: 2px;
}

#highlight_player_area {
	/*border: 1px solid #000;*/
	position: relative;
}

.highlight_player_item {
	position: absolute;
	left: 0px;
	top: 0px;
}

.user_action_history_icon.subscribed
{
	background-position: 0px 0px;
}

.user_action_history_icon.favorited
{
	background-position: 0px -20px;
}

.user_action_history_icon.played
{
	background-position: 0px -40px;
}

.workshopItemSubscriptionControls
{
	visibility:hidden;
	position: absolute;
	top: 170px;
	right: 0px;
}

.workshopItemSubscriptionControls.landscape
{
    top: 83px;
}

.workshopItem:hover .workshopItemSubscriptionControls
{
	visibility: visible;
}

.workshopItemSubscriptionControls .general_btn.subscribe
{
	position: relative;
	float: right;
	height: 25px;
	width: 25px;
	padding: 0px;
	display: inline-block;
	overflow: hidden;
}

.workshopItemSubscriptionControls .general_btn.subscribe.toggled
{
}

.workshopItemSubscriptionControls .general_btn.subscribe:hover .subscribeIcon
{
	background-position: 0px -25px;
}

.workshopItemSubscriptionControls .subscribeIcon
{
	position: absolute;
	height: 25px;
	width: 25px;
	background-image:url('http://cdn.steamcommunity.com/public/images/sharedfiles/btn_subscribe_states.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.workshopItemSubscriptionControls .general_btn.subscribe.toggled .subscribeIcon
{
	background-position: 0px -50px;
}

.workshopItemSubscriptionControls .general_btn.subscribe.toggled:hover .subscribeIcon
{
	background-position: 0px -75px;
}

.workshopItemSubscriptionControls .action_wait
{
	float: left;
}

.workshopItemDetailsHeader
{
	padding-top: 15px;
	margin-bottom: 10px;
}

.workshopItemCollection
{
	position: relative;
	background-color: #1b1b1b;
	margin-bottom: 4px;
	border: 1px solid #4d4d4d;
	padding: 5px;
	cursor: pointer;
}

.workshopItemCollection.greenlightAdmin {
	border: none;
	background: #000;
}

.workshopItemCollection:hover
{
	background-color: #323233;
}

.workshopItemCollection .workshopItem
{
	height: 100px;
	width: 100px;
	min-height: 100px;
	margin-bottom: 0px;
}

.workshopItemCollection .workshopItemPreviewHolder
{
	height: 100px;
	width: 100px;
}

.workshopItemCollection .workshopItemPreviewImage
{
	width: 100px;
	max-height: 100px;
}

.workshopItemCollection .workshopItemTitle
{
	font-size: 14px;
	font-weight: bold;
}

.workshopItemCollection .workshopItemDetails
{
	padding-top: 5px;
	margin-left: 110px;
}

.workshopItemCollection .fileRating
{
	margin-top: 0px;
	float: right;
}

.workshopItemCollection .workshopItemShortDesc
{
	padding-top: 10px;
}

.workshopItemCollection .workshopItemAuthorName
{
	color: #ffffff;
}

#detailsHeaderLeft
{
	width:600px;
	margin:0;
	padding:0;
	padding-right:0px;
	float: left;
}

#detailsHeaderRight
{
	float:right;
	width:295px;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-top:0px;
}

.workshopItemPreviewArea
{
	position: relative;
}

.workshopItemPreviewImageMain
{
	cursor: pointer;
	display:block;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	padding-right: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 268px;
	max-height: 268px;
}

.workshopItemPreviewImageMain span.zoom-icon
{
	visibility:hidden;
	position:absolute;
	right: 22px;
	bottom: 10px;
}

.workshopItemPreviewImageMain:hover span.zoom-icon
{
	visibility:visible;
}

.workshopItemPreviewAreaBG
{
	left: -16px;
	width: 638px;
	height: 354px;
	position: absolute;
	background-repeat: no-repeat;
	background-image:url('http://cdn.steamcommunity.com/public/images/sharedfiles/MainImageBackground.png');
}

.workshopItemPreviewAreaPreviewBG
{
	left: -16px;
	top: 354px;
	width: 638px;
	height: 94px;
	position: absolute;
	background-repeat: no-repeat;
	background-image:url('http://cdn.steamcommunity.com/public/images/sharedfiles/MainThumbnailsBackground.png');
}

.workshopItemPreviewAreaFooterBG
{
	left: 5px;
	width: 638px;
	height: 17px;
	position: absolute;
	background-repeat: no-repeat;
	background-image:url('http://cdn.steamcommunity.com/public/images/sharedfiles/MainImageFooter.png');
}

.workshopItemPreviewImageEnlargeable
{
	cursor: pointer;
	display:block;
	height:358px;
	max-width:638px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}

.workshopItemPreviewImageEnlargeableContainer
{
	height: 357px;
	margin: 5px 0 0 0;
	/*background-color: #000;*/
}

.workshopItemPreviewImageEnlargeableContainer span.zoom-icon
{
	visibility:hidden;
	position:absolute;
	right: 5px;
	bottom: 5px;
}

.workshopItemPreviewImageEnlargeableContainer:hover span.zoom-icon
{
	visibility:visible;
}

.workshopItemPreviewHolder
{
	display: table-cell;
	vertical-align: middle;
	width:200px;
	height: 200px;
	background-color: #000000;
	border: 1px solid #3a3a3a;
}

.workshopItemPreviewHolder.landscape
{
    height: 112px;
}

.workshopItemPreviewHolder.video
{
	height: 112px;
	overflow: hidden;
}

.workshopItemPreviewImage
{
	width:200px;
	max-height:200px;
	vertical-align: middle;
}

.workshopItemPreviewImage.landscape
{
    max-height: 112px;
}

.workshopItemPreviewImage.video
{
	margin-top: -45px;
	margin-bottom: -45px;
}

.workshopItemPreviewHolder:hover {
	border-color: #97c0e3;
}

.workshopItem .accepted
{
	border-color: #6b9730;
}

.workshopItem .accepted:hover
{
	border-color: #97c0e3;
}

.workshopItem .incompatible
{
	border-color: #534436;
}

.workshopItem .hidden
{
	border-color: #E58723;
}

.workshopItem .banned
{
	border-color: #ff0000;
}

.workshopItem .incompatible:hover
{
	border-color: #97c0e3;
}

.fileRating
{
	margin-top: 5px;
}

.ratingSection
{
	color: #494947;
	font-size: 11px;
	align: right;
	text-align: right;
	margin-right: 20px;
}

.fileRatingDetails
{
}

.numRatings
{
	color: #919191;
	font-weight: bold;
}

.workshopItem .workshopItemTitle {
	font-size:14px;
	font-weight: bold;
	width: 200px;
}

.workshopItemApp {
	font-size: 12px;
}

.workshopBrowsePagingWithBG
{
	font-size: 14px;
	line-height: 24px;
	margin: 4px 0 20px 0;
}

.workshopBrowsePaging
{
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0 0 0;
}

.workshopBrowsePagingControls
{
	float: right;
}

.workshopBrowsePagingInfo
{
	color: #646464;
	font-size: 12px;
}

/* -----[ item details page ] ----------- */

.submit_btn
{
	float: left;
	display: block;
	padding: 5px 8px 5px 8px;
	margin-right: 5px;
	cursor: pointer;
	background-image: url( http://cdn.steamcommunity.com/public/images/sharedfiles/btn_green.png);
	cursor: pointer;
}

a.submit_btn:hover
{
	text-decoration: none;
	color: #3C3D3E;
}

.buynowprice
{
	color: #ffffff;
	float: right;
	margin-right: 15px;
	line-height: 26px;
	font-size: 14px;
}

.buynowbtn
{
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	background-image: url( http://cdn.steamcommunity.com/public/images/sharedfiles/btn_buynow_mid.png );
	background-repeat: repeat-x;
	float: right;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}
a.buynowbtn, a.buynowbtn:hover, a.buynowbtn.middle, a.buynowbtn.middle:hover
{
	text-decoration: none;
}

.buynowbtn .leftcap, .buynowbtn .rightcap
{
	position: absolute;
	top: 0px;
	height: 24px;
}

.buynowbtn .leftcap
{
	background-image: url( http://cdn.steamcommunity.com/public/images/sharedfiles/btn_buynow_left.png );
	left: 0px;
	width: 24px;
}

.buynowbtn .rightcap
{
	background-image: url( http://cdn.steamcommunity.com/public/images/sharedfiles/btn_buynow_right.png );
	right: 0px;
	width: 4px;
}

.buynowbtn .middle
{
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	min-width: 100px;
}

.buynowbtn:hover .leftcap
{
  	background-position: 0px -24px;
}
.buynowbtn:hover .rightcap
{
  	background-position: 0px -24px;
}
.buynowbtn:hover
{
  	background-position: 0px -24px;
}

.searchedForText
{
	background-color: #68932f;
	color: #d2ff96;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #68932f;
	color: #d2ff96;
}

.workshopItemAdminControls {
	border: 1px solid #aa0000;
	position: relative;
	padding: 5px;
	background-color: #323233;
	margin-bottom: 10px;
}

.workshopItemAdminControls .general_btn {
	float: left;
	margin-top: 5px;
}

.workshopItemDescriptionTitle {
	font-size: 11px;
	text-transform: uppercase;
	color: #6d6d6b;
	margin: 3px 0 10px 0;
}

.workshopItemDescriptionHR {
	position: relative;
	left: -4px;
	background: url( 'http://cdn.steamcommunity.com/public/images/groups/content_header_rule.png' ) 0px 0px no-repeat;
	height:8px;
}

.workshopItemDescription {
	font-size:14px;
	word-wrap:break-word;
	margin-top: 10px;
}

.workshopItemRevision {
	color: #494947;
}

.commentTabs
{
	margin-left: 10px;
}

.commentsTab, a.commentsTab {
	display: block;
	float: left;
	color: white;
	background-color: #3A3A3A;
	line-height: 25px;
	padding: 0px 12px;
	margin-left: 9px;
	text-decoration: none;
}

.commentsTab.active {
	background-color: #4E4E4D;
}

#commentsTabsFade {
	margin-left: 10px;
	position: relative;
}

#commentsTabFade img
{
	width: 100%;
}

.publicComments
{
	margin-right: 2px;
}

.developerCommentsDesc
{
	padding: 10px;
	margin-bottom: 10px;
}

.developerComments
{
	margin-left: 10px;
	margin-right: 10px;
}

.workshopItemSplitsCollapsed {
	border: 1px solid #4d4d4e;
	position: relative;
	padding: 5px 10px 5px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #323233;
	cursor: pointer;
}

.splits_expand_btn
{
	height: 16px;
	width: 16px;
	padding: 0px;
	background-image:url('http://cdn.steamcommunity.com/public/images/sharedfiles/expand_ico.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
}

.splits_expand_btn:hover
{
	background-position: 0px -16px;
	text-decoration: none;
}

.workshopItemSplitsCollapsed:hover .splits_expand_btn
{
  	background-position: 0px -16px;
	text-decoration: none;
}



.workshopItemSplits {
	border: 1px solid #4d4d4e;
	position: relative;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	min-height: 100px;
	background-color: #323233;
}

.workshopItemSplits.needsAction
{
	border-width: 2px;
	border-color: #5c7e10;
}

.splitsHR {
	background-color:#000000;
	height:1px;
}

.workshopItemSplit {
	position: relative;
	line-height: 50px;
	height: 50px;
	vertical-align: baseline;
	margin-bottom: 10px;
}

.workshopItemSplit .iconHolder_default {
	position: absolute;
	left: 4px;
	top: 10px;
	padding: 4px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.workshopItemSplitName {
	color:#ebebeb;
	width:150px;
	font-size:11;
	font-weight: bold;
	margin-right:0px;
	margin-left:50px;
	float: left;
	cursor: pointer;
}

.workshopSplitPercentage {
	float: left;
	margin-left: 10px;
}

.workshopSplitAcceptedDate {
	float: left;
	margin-left: 25px;
}

.workshopSplitControls {
	position: relative;
	background-color: #323233;
	margin-top: 10px;
}

.workshopSplitControls .general_btn {
	float: left;
}

.workshopTagsTitle
{
	color: #787875;
}

.workshopTags
{
	color:#494947;
	padding-top: 8px;
}

.workshopLink
{
	padding-top: 8px;
}

.actionItem {
	width:253px;
	margin:0;
	padding:0;
	margin-bottom:0px;
	font-size: 11px;
	color: #939393;
	font-weight:normal;
	line-height:12px;
	clear:left;
}

.viewAuthorFilesLink
{
	margin-top: 8px;
	font-size: 12px;
	line-height: 13px;
	color: #c7c7c7;
}

.linkedAppBlock {
	height: 40px;
	width: 264px;
	padding: 0;
	margin: 0;
	margin-right: 12px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	background-color: #2d2d2c;
	font-size: 11px;
	line-height: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border-color: #3c3c3c;
	border-style: solid;
	border-width: 1px;
}

.linkedAppBlock.accepted
{
	background-color: #3c516e;
}

.linkedAppBlock:hover {
	background-color: #444444;
	cursor: pointer;
}

.linkedAppIcon {
	float:left;
	width:40px;
	margin:0;
	padding:0;
	margin-right:6px;
}

.linkedAppSmallLogo
{
	float: left;
	width: 107px;
	margin:0;
	padding:0;
	margin-right:6px;
}

.linkedAppTitle {
	color:#ebebeb;
	font-size:12px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0px;
}

.linkedAppAccepted {
	color:#ffffff;
	font-size:12px;
}

.linkedAppPending {
	font-size:12px;
}

.linkedAppViewWorkshop
{
	margin-top: 8px;
	font-size: 12px;
	line-height: 13px;
	color: #c7c7c7;
}

.creatorsBlock
{
	
}

.creatorsBlock .friendBlock_offline, .creatorsBlock .friendBlock_online, .creatorsBlock .friendBlock_in-game, .creatorsBlock .friendBlock_ignored
{
	background-image: none;
	width: 264px;
	height: 40px;
	padding: 0;
	margin: 0;
	margin-top: 4px;
	margin-right: 12px;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 4px;
	background-color: #2d2d2c;
	font-size: 12px;
	line-height: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border-color: #3c3c3c;
	border-style: solid;
	border-width: 1px;
}

.creatorsBlock .friendBlock_offline:hover, .creatorsBlock .friendBlock_online:hover, .creatorsBlock .friendBlock_in-game:hover, .creatorsBlock .friendBlock_ignored:hover
{
	background-color: #444444;
	cursor: pointer;
}

.creatorsBlock .linkAuthor
{
	margin-top: 4px;
}

.rightGreyHRNOTUSED {
	margin:0;
	padding:0;
	width:253px;
	height:1px;
	background-color:#363636;
	margin-top:4px;
	margin-bottom:4px;
	clear:left;
}

input, select {
	background-color:#1d1d1d;
	color:#e1e1e1;
	font-size:13px;
	border: 1px #777777 solid;
}

.inputSplits {
	background-color:#1d1d1d;
	color:#e1e1e1;
	font-size:13px;
	border: 1px #777777 solid;
	width:30px;
	position: relative;
	top:0px;
	margin-left:10px;
	text-align: right;
	padding: 5px 5px 5px 5px;
}

.inputTagsFilter
{
	width: 25px;
	border-style: none;
}

input[type='checkbox'] {
	border-style: none;
}

.searchForm .rightSectionHolder {
	padding-top: 8px;
}

.searchTextContainer
{
	position:relative;
	width:296px;
	height:32px;
	background-image: url(http://cdn.steamcommunity.com/public/images/sharedfiles/ig/searchbox_workshop_bg_wide.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	padding-top: 0px;
}

input.searchText
{
	padding:0;
	margin:0;
	border:none;
	position:absolute;
	top:6px;
	left:6px;
	width: 250px;
	height: 20px;
	background-color:#303030;
}

.searchTextSubmitImg
{
	position:absolute;
	top:5px;
	left:267px;
	width:23px;
	height:18px;
	padding:0;
	margin:0;
	border:none;
	cursor: pointer;
}

.searchText.defaultText {
	color: #6d6d6a;
	font-style: italic;
}

.searchedTermsContainer
{
	vertical-align: middle;

}

.searchedTermsContainerEndPadding
{
	margin-bottom: 10px;
}

.searchedForTerm
{
	float: left;
	min-height: 20px;
	line-height: 20px;
	padding: 4px;
	background-color: #68932f;
	border: 2px solid #68932f;
	border-radius: 2px;
	-moz-border-radius: 2px;
	color: #d2ff96;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.searchedForTerm:hover
{
	cursor: pointer;
	background-color: #8ac33e;
	border: 2px solid #8ac33e;
}

.searchedForTermImage
{
	margin-left: 10px;
}


.tagsFilterSubmitBtn
{
	padding-left: 4px;
	margin-top: 10px;
}

.tagSearch
{
	color: #939393;
}

.tag_category_desc
{
	color: #494947;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 14px;
}

.flags_incompatible_desc
{
	color: #494947;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
}

/* -----[ /item stuff ] ----------- */

.modal_top_band {
	background-image:url( 'http://cdn.steamcommunity.com/public/images/got_steam_top.jpg' );
	background-repeat:no-repeat;
	width:508px;
	height:25px;
	margin-bottom:1px;
}

.modal_close {
	float:right;
	width:9px;
	height:9px;
	margin-right:9px;
	margin-top:7px;
}

.modal_close_image {
	float:right;
	width:9px;
	height:9px;
	/*margin-right:0px;
	margin-top:10px;
	margin-bottom: 10px;*/
	position: absolute;
right: 16px;
top: 10px;
}

.modal_box {
	border-color:#4d4b49;
	border-style:solid;
	border-width:2px 1px;
	width: 466px;
	background-color:#262626;
	padding: 20px;

	font-size: 12px;
	color: #ffffff;
	text-align: left;
}

.modal_box_preview_image {
	/*border-color:#4d4b49;
	border-style:solid;
	border-width: 1px;
	background-color:#262626;
	padding: 0px 10px 10px 10px;
*/
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	box-shadow: 0 0 100px black;
}

.modal_box h1, .modal_box h5 {
	font-weight: normal;
}

.modal_low_block {
	background-color:#171717;
	padding:20px 20px 0px 20px;
	height:54px;
	padding-top:24px;
	color:#b0aeac;
}

.modal_box h1 {
	padding-left:20px;
}

.modal_box p {
	padding-left:20px;
}


.modal_steam_ico {
	float:left;
	padding-right:18px;
	margin-top:-4px;
}



.modal_buttons a.btn_white {
	float: left;
}

.modal_buttons a.btn_white.leftbtn {
	margin-right: 16px;

}

.modal_buttons {
}

.modal_frame {
	width:508px;
	position:absolute;
	z-index:1000;
	background-color:#000000;
}

.modal_frame_image {
	position:absolute;
	max-width: 900px;
	z-index:1000;
	background-color:#000000;
}

.friendsPicker {
	height: 500px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.reportsTable
{
	height: 500px;
	overflow: auto;
}

.updateTagsForm {
	height: 500px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

#enlargedImage
{
	max-width:860px;
	/*padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;*/
}

/* -----[ /modal stuff ] ----------- */

.exception_letter
{
	background-color: #ffffff;
	background-image: none;
	color: #000000;
	text-align: left;
}

.exception_letter_body
{
	padding-left: 100px;
	padding-right: 100px;
}

.exception_letter a, .exception_letter a:hover, .exception_letter a:active, .exception_letter a:visited {
	color: #0000ff;
	text-decoration: underline;
}

.exception_letter .date
{
	margin-top: 25px;
	margin-bottom: 25px;
}

.exception_letter .dear
{
	margin-bottom: 25px;
}

.exception_letter .text
{
	margin-bottom: 25px;
}

.exception_letter .closing
{
	margin-bottom: 25px;
}

.exception_letter .signature
{
}

.rightSectionHolder select
{
	margin-left: 10px;
	width: 222px;
}

.breadcrumbs
{
	color: #ffffff;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	margin: 0px 0 0 3px !important;
}

.breadcrumbs a
{
	color: #ffffff;
}

.toolsIcon
{
	vertical-align: middle;
	margin-right: 10px;
}

/** HOVER stuff */
div.hover {
	position: absolute;
	z-index: 400;
	top: 40px;
	left: 400px;
	text-align:left;
}

.hover_box {
	border: 1px solid #82807c;
	background-color: #3b3938;
	width: 300px;
	
	color: #b0aeac;
	font-size: 12px;
}

.hover_box .content {
	padding: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	word-wrap:break-word;
}

.hover_box .contentNoTopPadding {
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 14px;
	word-wrap:break-word;
}

.hover_box h4 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 8px;
}

.hover_box p, .hover_box .hover_body_block {
	margin-top: 8px;
	margin-bottom: 8px;
}

.hover_box .rule {
	border-bottom: 1px solid #82807c;
}

.hover_arrow_left, .hover_arrow_right {
	position: absolute;
	top: 39px;

	width: 0px;
	height: 0px;
}

.hover_arrow_left {
	border-right: 14px solid #3A3A3A;
	left: 0px;
}

.hover_arrow_right {
	border-left: 14px solid #3A3A3A;
	right: 0px;
}

.hover_arrow_inner {
	position: absolute;
	top: -13px;
	background-repeat: no-repeat;
	width: 13px;
	height: 26px;
	background-image: url( 'http://cdn.steamcommunity.com/public/images/sharedfiles/hover_arrow_both.gif' );
}

.hover_arrow_left .hover_arrow_inner {
	left: 0px;
	background-position: left top;
}

.hover_arrow_right .hover_arrow_inner {
	right: 3px;
	background-position: right top;
}

.hoverWorkshopItemTitle
{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 10px;
}

.hoverWorkshopItemDesc
{
	font-size:12px;
	word-wrap:break-word;
}

.hover_user_action_history
{
	display: block;
	background-color: #1A1A1A;
	border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 14px;
	line-height: 20px;
	color: #494947;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.hover_user_action
{
	height: 20px;
	overflow: hidden;
	background-image:url('http://cdn.steamcommunity.com/public/images/sharedfiles/icon_show_state_blue.png');
	background-repeat: no-repeat;
	padding-left: 30px;
}

.hover_user_action.subscribed
{
	background-position: 0px 0px;
}

.hover_user_action.favorited
{
	background-position: 0px -20px;
}

.hover_user_action.played
{
	background-position: 0px -40px;
}

.hover_friend_block_row
{
}

.hover_friend_block_container
{
	float: left;
	margin-right: 5px;
	height: 40px;
	width: 40px;
}

.hover_friend_block
{
	position: relative;
	height: 50px;
}

.hover_friend_block_row .iconHolder_default
{
	position: absolute;
	left: 4px;
	padding: 4px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.friends_favorited_text
{
	margin-bottom: 8px;
}

.friend_favorited_blocks_row
{
}

.friend_favorited_block_container
{
	float: left;
	margin-right: 5px;
	height: 40px;
	width: 40px;
}

.friend_favorited_block
{
	position: relative;
	height: 50px;
}

.friend_favorited_block_row .iconHolder_default
{
	position: absolute;
	left: 4px;
	padding: 4px;
	width: 32px;
	height: 32px;
}


#global_hover_content h1 {
	color:#cccccc;
	font-weight:bold;
	font-size:13px;
	margin:0;
	padding:0;
	margin-bottom:5px;
}

.commentthread_workshop_authorbadge {
	color: #e9d528;
}

/* FOLLOWING */

.general_btn.follow
{
	position: relative;
	float: left;
	height: 30px;
	padding: 0px;
	padding-left: 28px;
	padding-right: 12px;
	background-image: url( http://cdn.steamcommunity.com/public/images/groups/tab_blue_active.png);
	background-repeat: repeat-x;
	display: inline-block;
	line-height: 30px;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.general_btn.follow.toggled
{
	border: 1px solid #567397;
	border-radius: 2px;
	-moz-border-radius: 2px;
	background-image: none;
}

.general_btn.follow.toggled:hover
{
	background-image: url( http://cdn.steamcommunity.com/public/images/sharedfiles/btn_grey_borderless.png);
	border-color: #7e7e7e;
}

.general_btn.follow:hover .followIcon
{
	background-position: 0px -30px;
}

.followIcon
{
	position: absolute;
	top: 0px;
	left: 8px;
	height: 30px;
	width: 16px;
	background-image:url('http://cdn.steamcommunity.com/public/images/sharedfiles/ico_subscribe_tiled.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.general_btn.follow.toggled .followIcon
{
	background-position: 0px -60px;
}

.general_btn.follow.toggled:hover .followIcon
{
	background-position: 0px -90px;
}

.general_btn.follow.toggled:hover .followOption.selected
{
	visibility: hidden;
	line-height: 0px;
}

.general_btn.follow.toggled:hover .followOption.remove
{
	visibility: visible;
	line-height: 30px;
}

.authorSection
{

}

.authorAvatar
{
	float: left;
	margin-right: 10px;
}

.authorName
{
	padding-top: 15px;
	font-size: 16px;
}

.followText
{
}

.followOption
{
	line-height: 0px;
	visibility: hidden;
	max-width: 210px;
	text-overflow: ellipsis;
}

.followOption.selected
{
	visibility: visible;
	line-height: 30px;
}

.followStatsBlock
{
}

.followStatValue
{
	float: left;
	padding-top: 8px;
}

.followStatsContainer
{
	float: left;
}

.followStat
{
	color: #787875;
	padding-top: 8px;
}

.followStatsTitleContainer
{
	float: left;
	margin-left: 20px;
}

.followStatName
{
	color: #494947;
	padding-top: 8px;
}

.workshopAuthorHeader
{
	padding-top: 10px;
	margin-bottom: 10px;
}

.workshopAuthorHeaderName
{
	color:#ffffff;
	font-size:30px;
	word-wrap:break-word;
}

.sectionTabs
{
	position: relative;
	padding-top: 3px;
	font-size: 14px;
	z-index: 10;
}

.sectionTab, a.sectionTab
{
	margin-top: 7px;
	display: block;
	float: left;
	color: #dadada;
	background-color: #3A3A3A;
	line-height: 29px;
	height: 29px;
	padding: 0px 12px;
	margin-right: 5px;
	text-decoration: none;
	border-radius: 2px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius: 2px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
}

.sectionTab:hover
{
	background-color: #454545;
}

.sectionTabActive
{
	position: relative;
	margin-top: 0px;
	margin-right: 5px;
	font-size: 14px;
	color: white;
	float: left;
}

.sectionTabActive .sectionTabActive_leftcap, .sectionTabActive .sectionTabActive_rightcap, .sectionTabActive .sectionTabActive_content
{
	background-image: url( http://cdn.steamcommunity.com/public/images/groups/tab_blue_active.png );
}

.sectionTabActive_leftcap
{
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	height: 36px;
	background-position: 0 0;
}

.sectionTabActive_rightcap
{
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
}

.sectionTabActive_content
{
	display: inline-block;
	padding-left: 20px;
	padding-right: 8px;
	margin-right: 12px;
	height: 36px;
	line-height: 36px;
	background-position: 0 0px;
	background-repeat: repeat-x;
	text-decoration: none;
}

.sectionTabActive_content:hover
{
	text-decoration: none;
	color: #ffffff;
}

.sectionTabsHR
{

	top: 38px;
	left: 0px;
	background-color:#4d4d4e;
	height:1px;
	margin:0;
	padding:0;
	margin-bottom:8px;
}

#profileBlock .sectionTabsHR
{
    top: 114px;
}


.general_btn.createCollection
{
	position: relative;
	height: 30px;
	padding: 0px;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url( http://cdn.steamcommunity.com/public/images/groups/tab_blue_active.png);
	background-repeat: repeat-x;
	display: inline-block;
	line-height: 30px;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}

#BG_top_new_collection
{
	position:relative;
	margin: 0px auto;
	width:958px;
	height:65px;
	padding: 15px;
	text-align: left;
	background-color: #4fabcf;
	color: white;
	background-image: url( http://cdn.steamcommunity.com/public/images/sharedfiles/workshop_collection_progressBarGradient.png);
	background-repeat: repeat-x;
}

.newCollectionText
{
	color: white;
	font-size: 18px;
}

.newCollectionTabs
{
	padding-top: 20px;
}

.newCollectionTab
{
	color: white;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	line-height: 25px;
}

.newCollectionTab.selected
{
	border: 1px solid #6ec0e0;
}

.newCollectionBullet
{
	margin-top: 8px;
	float: left;
	width: 4px;
	height: 8px;
	background-image: url( http://cdn.steamcommunity.com/public/images/sharedfiles/workshop_collection_processArrow.png);
	background-repeat: no-repeat;
	padding-right: 10px;
}

#BG_top_new_collection .general_btn
{
	float: left;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
}

#BG_top_new_collection .general_btn:hover
{
	background-color: black;
	color: white;
}

.editCollectionControls
{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.editCollectionControls .saveCollection
{
	color: white;
	background-color: #729AC6;
}

.promptTitle
{
	padding-top: 0px;
	font-size: 20px;
	padding-bottom: 20px;
}

.promptInputField
{
	width: 100%;
	margin-bottom: 20px;
}

.promptButtons
{
	display: block;
	margin: 0px auto;
	text-align: center;
}

.promptButtons a.general_btn
{
	display: inline;
	text-decoration: none;
}

.promptButtons a.general_btn.green
{
	color: #ffffff;
	padding-left: 24px;
	padding-right: 24px;
	background-image: url( http://cdn.steamcommunity.com/public/images/sharedfiles/btn_green.png);
}

.promptButtons a.general_btn.green:hover
{
	color: #000000;
}


.imagesizepreview {
	float: right;
	border: 1px solid #454543;
	background-color: #262625;
	color: #565656;
	box-shadow: 0 0 2px 2px #262625;
	width: 195px;
	height: 195px;
	margin: 10px 10px 0 25px
}

.imagesizepreview > p {
	padding-top: 55px;
	text-align: center;
}

