/* @override
	http://staging.tailcast.com/static/css/main.css
	main.css
	--
*/

/*HEADER*/
.header-container {
	background-color: #FFF;
	height: 97px;
	width: 100%;
}

.middle-container{
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 20px;
	color: #333;
	overflow: hidden;
}

.header-global {
	background-color: #333;
	height: 37px;
	width: 812px;
	float: right;
		/* Do rounding (native in Safari, Firefox and Chrome) */
	-moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
	margin-left: 7px;
	padding-top: 9px;
}
.header-publish a {
	color: #fff;
	display: block;
	font-size: 1.4em;
	width: 70px;
	height: 29px;
	background-color: #669933;
	padding: 8px 0 0;
	text-align: center;
	margin-right: 30px;
		/* Do rounding (native in Safari, Firefox and Chrome) */
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.header-publish a:hover {
	background-color: #333;
	color: #fff;
}

input.header-submit {
	background: transparent url(../images/images-site.png) -1719px 0;
	border: none;
	width: 22px;
	height: 22px;
	float: none;
	margin: 3px 0 0;
	cursor: pointer;
}
input.header-submit:hover {
	border: none;
}

.header-user {
	color: #FFF;
	padding-top: 11px;
	text-align: right;
}
.header-user-details {
	float: left;
	margin-left: 20px;
}
.header-user-details img {
	margin-top: -15px;
}

body .header-user a:link, body .header-user a {
	color: #fff !important;
}
.header-user a.active, body .header-user a:hover {
	color: #669933 !important;
}

a.logo {
	height: 75px;
	width: 160px;
	float: left;
	display: block;
	background: transparent url(../images/tailcast_logo.png) no-repeat;
	margin: 10px 0 0 5px;
}

.header-tab {
	float: right;
	width: 600px;
	margin: 10px 0 0;
}
.header-tab a.upload {
	background: url(../images/header-buttons.png) -128px 0 no-repeat  !important;
	margin-left: 25px !important;
	color: #ff7900 !important;
	margin-right: 2px;
}
.header-tab a.upload:hover {
	background: url(../images/header-buttons.png) -128px -30px no-repeat  !important;
	color: #fff !important;
}
.header-tab a, .upload-options a, a.button.colab  {
	background: url(../images/header-buttons.png) 0 0 no-repeat;
}
.header-tab a, .upload-options a, a.button.colab  {
	width: 123px;
	height: 25px;
	font-size: 1.2em;
	font-weight: 300 !important;
	display: block;
	color: #669933 !important;
	text-align: center;
	margin: 0 0 0 5px;
	padding: 6px 0 0px;
}
.header-tab a:hover, .upload-options a:hover, .upload-options a.active {
	background: url(../images/header-buttons.png) 0 -30px no-repeat;
	color: #fff !important;
}
/*.flash-banner {
	width: 440px;
	height: 70px;
	overflow: hidden;
	margin: 5px 47px 0 0;
}*/

/* CONTENT */
.content {
	background-color: #fff;
	padding: 3px 13px 10px;
	border-style: solid;
	border: 1px solid #CCC;
	overflow: hidden;

	/* Do rounding (native in Safari, Firefox and Chrome) */
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 2px 5px #666;
	-webkit-box-shadow: 0px 2px 5px #666;
    box-shadow: 0px 2px 5px #666;

	margin: 0 0 10px;
}
.content.homepage {
	height: 433px;
	padding: 13px;
}
/*SIDE COLUMNS*/
.side-column {
	width: 180px;
}
.side-column.left {
	padding-right: 9px;
}
.side-column.right {
	padding-left: 7px;
	padding-right: 4px;
}
.side-column-browse-box {
	background-color: #333;
	border: 1px solid #669933;
	width: 160px;
	height: 20px;
	overflow: hidden;
	padding: 15px 15px 15px 5px;
	margin-bottom: 5px;
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.side-column-box {
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	width: 174px;
	min-height: 120px;
	overflow: hidden;
	padding: 3px;
	margin-bottom: 13px;
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0px 2px 5px #666;
	-webkit-box-shadow: 0px 2px 5px #666;
    box-shadow: 0px 2px 5px #666;
}
.side-column-box img.featured, .side-column img.featured {
	margin-left:auto;
    margin-right:auto;
    display:block;
    padding-bottom: 5px;
}
.side-preview {
	margin: 0 0 5px 7px;
}
.side-preview p {
	padding-top: 2px;
}

.item-sidebar {
	background-color: #FFF;
	border: 2px solid #669933;
	padding: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0px 2px 5px #666;
	-webkit-box-shadow: 0px 2px 5px #666;
    box-shadow: 0px 2px 5px #666;
}
.item-sidebar p {
	text-align: center;
	/*margin: 20px 0 6px 55px;*/
}
a.help-support {
	display: block;
	height: 38px;
	margin-top: 8px;
	background: url('../images/help_support.png') 0 0;
}
a.help-support:hover {
	background: url('../images/help_support.png') 0 -38px;
}

.home-gallery {
	padding: 20px 0;
}


/* = BROWSE/HOME/CAT TAB MENU */

.tab-menu {
	overflow: hidden;
	padding: 0 10px;
}
.tab-menu ul li {
	display: inline;
	float: left;
}
.tab-menu ul li a {
	background-image: url(../images/images-site.png);
	background-position: -484px 0;
	color: #fff !important;
	padding: 5px 5px 5px 10px;
	height: 13px;
	width: 105px;
}

.tab-menu li a:hover, .tab-menu li.active a {
	background-image: url(../images/images-site.png);
	background-position: 0 0;
}

.tab-menu.my-account ul li a {
	background-image: url(../images/tab-menu-my-account.png);
	background-position: 122px 0;
	color: #fff !important;
	text-align: center;
	padding: 5px;
	height: 13px;
	width: 112px;
	margin-right: 2px;
}
.tab-menu.my-account li a:hover, .tab-menu.my-account li.active a {
	background: url(../images/tab-menu-my-account.png) 0 0;
}


.group-menu ul li a {
	background-image: url(../images/images-site.png);
	background-position: 0 0;
	color: #fff;
	height: 13px;
	width: 105px;
	padding: 5px 5px 5px 10px;
}
.group-menu li a:hover, .tab-menu.group-menu li.active a {
	background-image: url(../images/images-site.png);
	background-position: -484px 0;
}

/* CATEGORY menu */
.cat-menu ul li a:hover, .cat-menu ul li.active a {
	background-image: url(../images/images-site.png);
	background-position: -122px 0;
	color: #fff;
	height: 13px;
	width: 105px;
	padding: 5px 5px 5px 10px;
}

textarea {
	border: 1px solid #CCCCCC;
	width: 99%;
}

textarea:hover {
	border: 1px solid #669933;
}
.text-editor {
	height: 315px;
}
.post-comment {
	height: 100px;
}
.art-comment {
	overflow: hidden;
	margin: 0 0 25px;
}
.art-comment-img {
	padding: 0 10px 0 0;
	width: 80px;
}
.art-comment-post {
	margin: 20px 0 0 90px;
}
.comment-reply {
	margin: 0 0 25px 50px;
}

/* width classes */
.width10 {
	width: 9.9%;
}
.width15 {
	width: 14.9%;
}
.width20 {
	width: 21.9%;
}
.width25 {
	width: 24.9%;
}
.width40 {
	width: 32.9%;
	padding: 5px 0 0 10px;
	}
.width50 {
	width: 49.9%;
}
.width60 {
	width: 59.8%;
}
.width75 {
	width: 74.8%;
}
.width100 {
	width: 100%;
}


/* special classes */
.hidden {
	overflow: hidden;
}


/* profileside bar */

.avatar {
	margin: 5px 5px 5px 0;
}
.avatar.left {
	height: 95px;
	padding-left: 5px;;
}
.avatar.left img {
	max-height: 60px;
}
/*= profile / account */

form.full input.img-button {
	background: transparent url(../images/images-site.png) -1269px -32px;
	width: 166px;
	height: 30px;
	border: none;
	font-size: 1.1em;
	color: #FFF;
	margin: 10px 0 5px;
	float: none;
	cursor: pointer;
}
div.account-profile-image {
	margin: 0px;
	height: 245px;
}
.account-profile-content {
	margin-left: 15px;
}
.account-library-file-name {
	border: 1px solid #CCCCCC;
	padding: 10px;
	height: 130px;
	width: 170px;
	margin: 5px 180px 0 195px;
}
h2.my-account, h2.my-account a {
	color: #3399CC !important;
	margin-top: 10px;
	font-size: 16px;
	}
h2.my-account span {
	color: #333 !important;
	float: none;
}
h3.my-account, h4.my-account {
	background: url('../images/my-account-h3-bg.png') repeat-x right;
	margin-bottom: 15px;
}
h3.my-account span {
	float: none;
	color: #333 ;
	background: white;
	padding-right: 10px;
	font-size: 16px;
}
h4.my-account span {
	float: none;
	color: #3399CC ;
	background: white;
	padding-right: 10px;
	font-weight: 500;
	font-size: 15pp;
}
.optional-cover-image-my-account {
	background: url(../images/optional-cover-image-my-account.png) no-repeat 2px 1px;
	padding-left: 25px;
	height: 20px;
	display: block;
	padding-top: 2px;
	color: #333 !important;
}
.optional-cover-image-my-account.active {
	background: url(../images/optional-cover-image-my-account.png) no-repeat 2px -21px;
}

.my-account-folders {
	background: url(../images/folder_icon_bg.png) no-repeat right bottom;
	padding-bottom: 25px;
	margin-bottom: 10px;
}
a.toggler {
	display: block;
	width: 305px;
	height: 20px;
	background: url(../images/arrows-toggler.png) no-repeat right -50px;
}
a:hover.toggler {
	background: url(../images/arrows-toggler.png) no-repeat right -75px;
}
a.active.toggler {
	background: url(../images/arrows-toggler.png) no-repeat right 0px;
}
a:hover.active.toggler {
	background: url(../images/arrows-toggler.png) no-repeat right -25px;
}
/* =LIST STYLE */
li a {
	display: block;
}


/*ADDRESS */


.addr_actions {
	float: left;
	padding-top: 50px;
}

.addr_actions {
	margin-left: 8px;
	float: left;
}

/*STORE*/

.orders-container {
	clear: both;
	height: 75px;
	padding: 10px 0 10px 0;
}

/*WISHLIST*/
.close-button-wish {
	background: transparent url(../images/images-site.png) -1742px 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: none;
	margin-top: 3px;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

/* = BROWSE PAGES */
.spotlight-main-image-container {
	overflow: hidden;
	height: 453px;
	width: 600px;
}
.spotlight-main-image {
	position:absolute;
	margin: 0 0 20px;
	z-index: 1;
}
.spotlight-main-image-title {
	position: absolute;
	text-align: center;
	width: 150px;
	height: 25px;
	z-index: 99;
	background-color: #fff;
	padding: 5px 0 0;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
	margin: 374px 0 0 430px;
}
.spotlight-main-image-title span {
	color: #669933;
}
.spotlight-arrows-back {
	position:absolute;
	z-index: 99;
	margin-top: -200px;
	background-image: url(../images/browse_arrow_back.png);
	height: 24px;
	width: 24px;
}
.spotlight-arrows-fwd {
	position:absolute;
	z-index: 99;
	margin-top: -200px;
	background-image: url(../images/browse_arrow_fwd.png);
	height: 24px;
	width: 24px;
	margin-left: 576px;
}

.browse-item-divide {
	background-image: url(../images/itempage_grey_strip.png);
	overflow: hidden;
	height: 29px;
	width: 100%;
	padding: 5px;
	margin: 10px 0 5px -5px;
}
.browse-item-divide h3 {
	margin-left: 5px;
}
.item-card-background {
    width:560px;
    height:360px;
	background: url(../images/browse_card_img.png) no-repeat right top;
}
.item-card {
	width: 419px;
	height: 290px;
	overflow: hidden;
    margin-left:103px;
}
.item-card-background-portrait {
	background: url(../images/browse_card_img_portrait.png) no-repeat right top;
	width: 245px;
	height: 360px;
	margin-left: 170px;
	padding-top: 25px;
}
.item-card-portrait {
	width: 212px;
	height: 298px;
	overflow: hidden;
	margin-left: 33px;
}

/* browse product page*/
/*
.browse-create-header {
	background: url(../images/browse_product_banner.png) no-repeat;
	height: 250px;
	margin-top: 10px;
}
.browse-create-header-text {
	width: 110px;
	margin: 20px 0 0 20px;
}
.browse-create-icon {
	margin: 10px 0 0 10px;
}
.browse-create-header-1-2-3 {
	overflow: hidden;
	margin-top: 25px;
}
.browse-create-header-1-2-3 div.width25 {
	margin-top: 30px;
}
.browse-create-box {
	width: 275px;
	height: 170px;
	background: url(../images/browse_feedback_box.png) no-repeat;
	margin-bottom: 10px;
	padding: 30px 0 0 20px;
}
*/

/* =browse headers */
/*
.browse-connect-header {
	margin-bottom: 10px;
}
.browse-collaborate-header {
	background: url(../images/bannercolab_bg.png) repeat-x;
	height: 190px;
	margin: 10px 0;
}
.browse-collaborate-header-text {
	width: 60%;
	margin: 30px 20px 0 0;
}*/

/* = MAIL  */
.mail-body {
	margin-left: 10px;
	border: 1px solid #999;
	padding: 8px;
}
/* = CONTACT PAGES */
.my-contact-tabs {
	width: 100%;
	border-bottom: 1px solid #669933;
	margin-bottom: 10px;
	overflow: hidden;
}
.my-contact-tabs li {
	float: left;
}
.my-contact-tabs li a {
	padding: 5px 17px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 2px;
}
.contacts-list {
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
	height: 20px;
}
.contacts-list.last {
	border-bottom: 1px solid #ccc;
}
.contacts-list.active, .my-contact-tabs li.active a {
	background-color: #669933;
	color: #fff;
}
.public-colab-description {
	height: 50px;
	overflow: hidden;
}
a.button.colab {
	margin: 0;
}

/* =general-accounts-menu (used for all pages not just accounts NEEDS RENAMING-!!!!!! */

.general-accounts-menu ul li, .general-cat-menu ul li  {
	display: inline;
}
.general-accounts-menu ul li a, .general-cat-menu ul li a {
	color: #333;
	display: inline;
	font-size: 0.8em;
}
.general-accounts-menu ul li a:hover, .general-cat-menu ul li a:hover {
	color: #666;
}
.general-accounts-menu ul li.active a {
	color: #669933;
}
.general-cat-menu ul li.active a {
	color: #ff9933;
}

/* =pagination */
.general-pagination {
	width: 100%;
	overflow: hidden;
} /* =for ie6 */

.general-pagination ul li, .art-pagination ul li, .default-pagination ul li {
	display: inline;
}
.general-pagination ul li a {
	display: inline;
	color: #669933;
}
.general-pagination ul li.active a {
	color: #669933;
}
.art-pagination ul li a {
	display: inline;
	color: #FF9933;
}
.default-pagination ul li a {
	display: inline;
	color: #666666;
}

/* =breadcrums ART */
.browse-breadcrums ul li {
	display: inline;
}
.browse-breadcrums ul li a {
	display: inline;
	color: #FF9933;
}
.browse-breadcrums ul li.last a {
	display: inline;
	color: #333;
	font-size: 1.3em;
}


/* =publish upload */
h3.step1 {
	background: url(../images/h3-yellow.png) repeat-x right;
}
h3.step1 span {
	color: #FF9933 !important;
}
h3.step2 {
	background: url(../images/h3-green.png) repeat-x right;
}
h3.step2 span {
	color: #669933 !important;
}
h3.step3 {
	background: url(../images/h3-blue.png) repeat-x right;

}
h3.step3 span {
	color: #3399CC !important;
}
h3.step4 {
	background: url(../images/h3-red.png) repeat-x right;
	}
h3.step4 span{
	color: #ff3333 !important;
}
h3.upload {
	background: url(../images/h3-grey.png) repeat-x right;
}
h3.upload span {
	color: #333 !important;
}
h3.step1 span, h3.step2 span, h3.step3 span, h3.step4 span, h3.upload span, form.full h3 span {
	float: none;
	background: #fff;
	padding-right: 20px;
	font-size: 16px;
}
form.full h3 span {
	margin: 0;
}
form.publish .sale, form.my-account .sale {
	margin: 0;
	padding-left: 5px;
	background-color: #cce6ff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
form.publish .sale .width25, form.my-account .sale .width25{
	margin: 5px 0;
}
form.publish .sale .checkbox, form.my-account .sale .checkbox {
	margin-top: 10px;
}
.upload-options a.left {
	margin-right: 195px;
}
.tooltip {
	/*margin-right: 50px;*/
	width: 20%;
	background: #ffe7bf url(../images/tooltip.png) no-repeat left top;
	font-size: 12px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 5px 10px 5px 20px;
}
.group_create .tooltip {
	width: 100px;
}
.optional-cover-image {
	background: url(../images/optional-cover-image.png) no-repeat left center;
	padding-left: 25px;
	display: block;
	padding-top: 2px;
}
.optional-cover-image.active {
	background: url(../images/optional-cover-image-active.png) no-repeat left center;
}
.folder-select {
	border: 1px solid #CCCCCC;
	height: 25px;
	width: 85%;
}
.big-link-box {
	width: 32.2%;
	margin-right: 1%; /* important */
	background-color: #333;
	text-align: center;
	height: 60px;
	padding-top: 40px;
	color: #fff;
	font-size: 1.2em;
}
.big-link-box:hover {
	background: #669933;
}
.welcome-cast {
	margin: 7px;
}

/* COMMENTS */

#comments_list .comment-image {
	float: left;
}
#comments_list .comment-text {
	float: left;
}
.comment-image {
	margin: 0 10px 10px 0;
	width: 77px;
	overflow: hidden;
}
.comment-text {
	width: 83%;
	margin-bottom: 10px;
}
/* PRIVACY */

.privacy_table {
	width: 90%;
}

.privacy_table td {
	text-align: center;
}

.privacy_table td.label {
	text-align: left;
}

/* page messages */

.page_message {
	border-bottom:2px solid #789;
	display:none;
	font-size:18px;
	overflow:visible;
	position:fixed;
	padding:15px;
	text-align:center;
	left:0;
	top:0;
	width:100%;
	z-index:2;
}

.page_mess_error {
	background: #FF9999 ;
}
.page_mess_ok {
	background: #669933;
	color: #fff;
}

/* SIDEBAR ICONS ROLLOVERS */


.side-column-box.connect-icons {
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 10px!important;
}


.youtube, .facebook, .twitter {
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	margin: 3px 0 3px 5px;
}
.youtube {
	background: url(../images/connect-icons/youtube.png) no-repeat;
	margin-left: 35px;/*to center icons*/
}
a:hover.youtube {
	background-position: 0 -38px;
}
.facebook {
	background: url(../images/connect-icons/facebook.png) no-repeat;
}
a:hover.facebook {
	background-position: 0 -38px;
}
.twitter {
	background: url(../images/connect-icons/twitter.png) no-repeat;
}
a:hover.twitter {
	background-position: 0 -38px;
}
.mod {
	width: 20px;
	height: 20px;
	margin-left: 15px;
}

.like, .spotlight, .folders, .comment, .share {
	height: 50px;
	width: 50px;
	display: block;
	float: left;
	margin: 3px;
	cursor: pointer;
}

.like {
	background: url(../images/like_icon.png) no-repeat;
}
a:hover.like {
	background: url(../images/like_icon.png) no-repeat 0 -50px;
}
.spotlight {
	background: url(../images/spotlight_icon.png) no-repeat;
}
a:hover.spotlight {
	background: url(../images/spotlight_icon.png) no-repeat 0 -50px;
}
.folders {
	background: url(../images/add_to_folder_icon.png) no-repeat;
}
a:hover.folders {
	background: url(../images/add_to_folder_icon.png) no-repeat 0 -50px;
}
.comment {
	background: url(../images/comment_icon.png) no-repeat;
}
a:hover.comment {
	background: url(../images/comment_icon.png) no-repeat 0 -50px;
}
.share {
	background: url(../images/share_icon.png) no-repeat;
}
a:hover.share {
	background: url(../images/share_icon.png) no-repeat 0 -50px;
}
#like_count_p, #comment_count_p {
	padding-left: 22px;
	margin-bottom: 5px;
}
/* =item thumbnails */

.width25.list.left {
	height: 155px;
	overflow: hidden;
	position: relative;
}
.width25.list.left p {
	padding-right: 8px;
}
.thumb-image, .thumb-writing {
	margin: 0 auto;
	height: 100px;
	width: 140px;
	overflow: hidden;
}
.thumb-writing {
	background: url(../images/item_writing_thumb_bg.png) no-repeat;
	padding-left: 3px;
}
.thumb-writing-inner {
	height: 90px;
	overflow: hidden;
	width: 131px;
}
.thumb-writing img {
	height: 38px;
	float: left;
	padding: 3px 3px 3px 0;
}
.video-item, .music-item {
	background: url(../images/item_icon_video.png) no-repeat;
	position: absolute;
	width: 22px;
	height: 22px;
	z-index: 1000;
	display: block;
	top: 3px;
	left: 100px;
}
.video-item {
	background: url(../images/item_icon_video.png) no-repeat;
}
.music-item {
	background: url(../images/item_icon_music.png) no-repeat;
}
.folder-content-img {
	width: 135px;
	height: 100px;
	overflow: hidden;
}
.folder-content a.right {
	margin-right: 3px;
}
.folder-content a.right.last {
	margin-right: 15px;
}
.item-writing {
	background: #eeefef url(../images/item_writing_bg.png) no-repeat left bottom;
	overflow: hidden;
	height: 400px;
	padding: 8px 40px;
}

/*UPLOADIFY QUEUE ITEM */

.uploadifyQueueItem {
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
	margin: 0;
}

.flash_up_queue .uploadifyQueueItem span {
	margin: 0;
	float: none;
}

.feature_buttons {
    position:fixed;
    top: 0px;
    left: -1px;
    z-index: 10000;
}
/* flash alternative content styles */
.flash_alternative {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F5F7F7 none repeat scroll 0 0;
	border:1px solid #D3D3D3;
	margin:0 auto 1em;
	min-height:1em;
	padding:5px 5px 10px;
	text-align:center;
	line-height:1.6em;
}

.flash_alternative h2{
	color:#111111;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:2.165em;
	line-height:1.2em;
}

.flash_alternative a:link{
	color:#0066CC;
}

.flash_alternative a:visited{
	color:#0066CC;
}

a.cke_mode_style{

cursor:pointer !important;
margin-left: 5px !important;
margin-right: 5px !important;
color: #666666 !important;
}

span.cke_mode_span{
margin-left:5px !important;
}



.centered_image{
    margin-left:auto;
    margin-right:auto;
    display:block;
    max-width: 600px;
    height: expression( this.scrollHeight > 600 ? "600px" : "auto" );
}

.modified_license {
    width:20px !important;
    height:20px !important;
    background:url('/static/images/modification_icon.png') no-repeat;
    background-position: 0px -60px
}

.license_full {
    background-position: 0px 0px;
}

.license_limited {
    background-position: 0px -20px;
}

.license_nomod {
    background-position: 0px -40px;
}

.transparent_icon {
	filter:alpha(opacity=29);
	-moz-opacity:0.29;
	-khtml-opacity: 0.29;
	opacity: 0.29;
}
.quantity_checkout {
	overflow:hidden;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	clear:both;
}
.quantity_checkout_start{
	border-top: 1px solid #ccc;
}

/* =footer styling */
.footer {
	padding: 20px 0 0 4px;
}
.footer-icons {
	width: 41%;
}
.footer .width60 {
	width: 58%;
}
.footer .width25.left {
	width: 23%;
	padding-right: 1%;
}

ul.pages-list li {
	padding: 3px 0px 3px 0px;
}
#openid_url {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(http://openid.net/wp-content/uploads/2007/10/openid_small_logo_white.gif) no-repeat scroll 2px 50%;
	padding-left:20px;
}
#always-on-top {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 185px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #333;
	z-index: 100000;
	border-top: 5px solid #FF9933;
}
#always-on-top .on-top-text {
	margin-top: 71px;
	width: 50%;
	float: left;
	text-align: right;
}
#always-on-top .on-top-a {
	margin-top: 34px;
	width: 45%;
	float: right;
	text-align: right;
}
.on-top-a a {
	background: transparent url(../images/edit-settings-icon.png) no-repeat;
	width: 175px;
	font-size: 16px;
	display: block;
	padding: 35px 45px 40px 100px;
}

/* side column margin for main content with tabs */

body.profile-own .side-column {
	margin-top: 23px;
}
body.profile-own .about-me {
	width: 38%;
	padding-right: 1%;
}
body.profile-own .about-me p span{
	width: 85px;
	display: inline-block;
	color: #666;
}

/* item description and tags */

.description-tag-bg {
	background-color: #F7F7F7;
	padding: 5px 10px;
}
.description-tag-bg p span {
	width: 110px;
	display: inline-block;
}
