.error {
	color:#FFF323;
}

div#main_content {
	background-color: #fff;
	-moz-box-shadow: 2px 4px 8px #777;
	-webkit-box-shadow: 2px 4px 8px #777;
	box-shadow: 2px 4px 8px #777;
	margin-right: 335px;
	min-height: 500px;
}

div#tools {
	width: 320px;
	float:right;
}

.clear {
	clear:both;
}


div#main_content h1 {
	background-color: #b4bec3;
	padding: 15px 15px 20px;
	border-bottom: 1px solid #e4e4e4;
}

div#overlay{
	position:fixed;
	width:100%;
	height:100%;
	background-color:#000;
	opacity: .6;
	z-index: 1000;
}

div#password_form {
	position: fixed;
	background-color:#000000;
	border: 1px solid #323232;
	color:#FFFFFF;
	padding: 0 6px 10px;
	width:320px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	z-index: 1100;

}

#password_form h2{
	background-color: #333;
	background-image: url(/css/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-size: 14px;
	padding: 4px 8px;
}

form div.row {
	padding: 10px;
}

form .row label {
	display:block;
	margin-bottom:4px;
}

form div.row input, form div.row select {
	width: 300px;
	font-size:14px;
}

form div.row input.button {
	cursor:pointer;
	width:auto;
	padding-left: 8px;
	padding-right: 8px;
	border: 0 none;
	background-color:transparent;
	background-image: url(/css/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-size: 14px;
	padding: 4px 8px;
	color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.info {
	padding: 0 8px 5px 8px;
	border-bottom: 1px solid #424242;
	margin-bottom: 5px;
	font-size: 12px;
}

input#add_tag {
	width: 25px;
	padding:1px;
	border: 0 none;
	-moz-border-radius: 6px 6px 6px 6px;
        background-color: transparent;
	background-image: url("/css/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png");
	font-size:18px;
	font-weight:bold;
	color:#FFF000;
	cursor:pointer;
}

input#product {
	width:260px;
}

div#tags_view {
	margin-top:10px;
	padding-top:10px;
	margin-bottom:10px;
}

#form_wrapper {
	margin-left:20px;
	margin-top:30px;
	width: 306px;
}

.btn {
	display:block;
	margin-left:auto;
}


#tags_view div {
	color: #91A122;
	font-size: 23px;
	margin-bottom:12px;
	margin-left:29px;
	line-height: 108%;
}

#tags_view div div.popularidad {
    color: #424242;
    font-size: 12px;
    line-height: 105%;
    margin-left: 0px;
    margin-top: 9px;
}
span.kill {
	float:left;
	display:block;
	background-color:#f00;
	color:#fff;
	padding:1px 3px;
	width:12px;
	text-align:center;
	margin-right: 8px;
	cursor:pointer;
	font-size:18px;
	position: absolute;
  margin-left:-28px;
	margin-top:4px;
	display:block;
	line-height:89%;
}

.login_msg {
	color:#FFF;
	background-color:#F00;
	padding:8px;
}

.banners .banner {
	background: none repeat scroll 0 0 #FFFFFF;
    font-size: 12px;
    overflow: hidden;
    padding: 5px;
    color: #232124;
}

.banners a {
	text-decoration: none;
}

.banner .content {
	border-bottom: 1px solid gray;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}

.banners .title {
	display: block;
    color: #3977CB;
    padding-left: 0;
    font-size: 12px;
}

.banners .bannerLink {
	clear: both;
    display: block;
}

.banner img {
	float: left;
    margin-right: 5px;
    width: 100px;
    height: 75px;
}

.banner .description {
	
}

a#help_tags {
	display: block;
	position:absolute;
	margin-top: -20px;
	margin-left: 150px;
	cursor:pointer;
}

#help_tag_txt {
	display: none;
	z-index: 2200;
}

#fancybox-outer {
	background-color:#e4e4e4 !important;
}
