.spacer1
{
	background-color: #161616;
	height: 310px;
	padding: 0px 20px 0px 20px;
}

.title
{
	letter-spacing: 1px;
	font-size: 18px;
}

.palette_title
{
	color: white;
	font-size: 14px;
	padding: 12px 0px 2px 0px;
	float: left;
}

.author_name_prefix
{
	color: white;
	font-size: 14px;
	padding: 12px 5px 2px 0px;
	float: right;
}

.author_name
{
	color: #807973;
	font-size: 14px;
	padding: 12px 0px 2px 0px;
	float: right;
}

.small_image
{
	float: right;
	margin-top: 3px;
}

.personal_populat_tag
{
	margin-top : 85px;	
}

.my_name
{
	font-size: 14px;
	margin-top: 10px;
}

.my_login_name
{
	color: #807973;
}

.my_desciption
{
	color: white;
	margin-top: 20px;
}

.desing_names_container
{
	float: left;
}

.my_picture
{
	float: right;
}

.my_personal_button
{
	float: right;
	margin-top: 20px;
}

.palette_image_small_personal
{
	max-height: 49px;
	max-width: 80px;
	/* way around IE 6/7 does not support max and min height for images*/
	height: expression(this.height > 49 ? '49px' : true);
/*	height: expression(this.height >= this.width && this.height > 49 ? '49px' : true);*/
/*	width: expression(this.height < this.width && this.width > 80 ? '80px' : true);*/	
}

.my_image_container
{
	width: 80px;
	height: 49px;
	float: left;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.palette_personal_images
{
	margin-top: 10px;
}

/* articles */
.article_header
{
	height: 10px;
}
.article_personal_title
{
	float: left;
}

.author_name_personal_prefix
{
	color: #807973;
	float: left;
	margin: 0px 5px 0px 5px;
}

.article_personal_author
{
	color: #807973;
	float: left;
}

.article_personal_abstract
{
	margin: -10px 0px 20px 0px;
}
/* end of articles */

.search_bar
{
	float: left;
}

.info_container
{
	padding-top: 6px;
}

.instructions_personal_empty
{
	margin: 40px 40px 0px 40px;
	font-size: 14px;
	text-align: center;
}

.click_here
{
	font-size: 14px;
}

.color_palettes_images
{
		float: left;	
}

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

.more_palette_button_container
{
	margin-top: 11px;
	float: right;
}


.more_button
{
	background: transparent url("/images/btn_more_empty.gif") no-repeat; 
	border: 0px;
	color: #B7B6B4;
	height: 20px;
	padding: 0px 6px 4px 4px;
	width: 47px;
}


.palette_title
{
	line-height: 14px;
	font-size: 12px;
}

.curved-box
{
	margin: 0px 0px 25px 20px;
  background-color: #161616;
	width: 460px;
	height: 345px;
	float: left;
}

.curved_container
{
	margin: 10px 0px 10px 0px;
}

.curved_container img
{
	/* fixes bug IE adds 1px space after each image */
	*display: block;
}

.favoriate_container
{
	padding: 0px 20px 0px 10px;
	height: 315px;
}

.break_personal
{
	content: ".";
	display: block;
	height: 0px; 
	font-size: 0px;
	line-height: 0px;
	clear: both;
	visibility:hidden;
}