/* UTF-8: ï»¿ */

form { margin: 0; }

#profile {
	width: 566px;
	border: 1px solid #d1d1d1;
	margin-top: 5px;
	float: left;
	margin-left: 1px;
}
#userbox {
	background: url(../images/profile/user_bg.jpg) no-repeat;
	width: 548px;
	height: 195px;
	padding: 9px;
}
#userbox .top { height: 163px; position: relative; }
#userbox .top .right {
	float: right;
	width: 375px;
	color: #9f9f9f;
	padding: 11px 20px;
}
/* Username */
#userbox .name { font-size: 14px;	color: #FFF; }
#userbox .online { font-size: 14px; color: #ffb246; }
#userbox .offline { color: #9f9f9f; }
#userbox .offline span { color: #fff; }

/* Moodstatus */
#userbox .status {
	color: #9f9f9f;
	text-decoration: none; 
}

/* The info column */
#userbox .info { margin-top: 5px; float: left; }
#userbox .info span { color: #fff; }

/* Icons */
#userbox .icons {
	width: 120px;
	margin-top: -12px;
	float: right;
	position: relative;
	z-index: 2;
}
#userbox .icons .row {
	display: block;
	margin-top: 4px;
	color: #FFF;
	width: 115px;
	text-decoration: none;
}


/* Button container */
#bc {
	height: 28px;
	width: 566px;
	margin: 13px -10px -9px -9px;
}
#bc * { height: 28px; float: left; }

#bc .start {
	background: url(../images/profile/orange_sides.png) no-repeat;
	width: 4px;
	margin-left: 1px;
}
#bc .middle {
	background: url(../images/profile/orange.png) repeat-x;
	color: #FFF;
	padding: 7px 8px 0;
	height: 21px;
}
#bc .end {
	background: url(../images/profile/orange_sides.png) right top no-repeat;
	width: 4px;
}

/* Buttons on the right side */
#bc div.right {	float: right; margin-right: 1px; }
#bc .right .start {	background-image: url(../images/profile/gray_sides.png); }
#bc .right .middle { background-image: url(../images/profile/gray.png); }
#bc .right .end {	background: url(../images/profile/gray_sides.png) right; }

/* Active button */
#bc .s_active, #bc .right .s_active {	background-image: url(../images/profile/active_sides.png); }
#bc .m_active, #bc .right .m_active { background-image: url(../images/profile/active.png); color: #000; }
#bc .e_active, #bc .right .e_active {	background: url(../images/profile/active_sides.png) right; }


/* Profile container */
#pc { padding: 9px 5px 7px; width: 556px; margin-right: -10px; }

#pc .top {
	background: url('../images/profile/content_top.png') no-repeat;
	height: 11px;
	position: relative;
}
#pc .middle {
	
}
#pc .bottom {
	height: 9px;
	font-size: 5px;
}
/* content */
#pc .middle .c {
	position: relative;
	margin: -8px 14px -5px 5px;
	width: 547px;
}

/* Top gradient */
.top_gradient {
	background: url('../images/profile/gradient2.png') repeat-x;
	
	/* To IE6 */
	position: relative;
	_margin-top: -2px;
}

.top_gradient a { color: #c5711c; font-weight: 700; }
.top_gradient .spanlink { color: #c5711c; font-weight: 700; }

div.g_top {
	padding: 10px 15px;
	height: 21px;
	border-bottom: 1px solid #e7e7e7;
}
span.g_top { font-weight: 700;}
span.g_top_right { float: right; }
span.g_top_margin { font-weight: 700; margin-top: 3px; }
span.g_top_margin_right { float: right; margin-top: 3px; }
.g_top select { vertical-align: middle; }
.g_top a { vertical-align: middle; }


/* Biography */
#biography { padding: 20px; min-height: 304px; }
#biography h1 { color: #a7a7a7; }


/* Gallery-1 */
#gallery-1 {
	background: url('../images/profile/gradient2.png') repeat-x;
	
	/* To IE6 */
	position: relative;
	_margin-top: -2px;
}

#gallery-1 .g_bottom {
	background-color: #ecf1e7;
	padding: 20px;
	clear: both;
}
#gallery-1 .clear { color: #fff; }
#gallery-1 .picture_container {	padding: 10px 0 10px 9px; }

/* The boxes */
#gallery-1 .box, #gallery-1 .big_box {
	color: #000;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid #d5d5d5;
}
#gallery-1 .box {
	width: 124px;
	height: 116px;
	margin-right: 8px;
	padding: 15px 0;
	float: left;
	text-align: center;
}
#gallery-1 .big_box {
	width: 511px;
	height: 115px;
	margin-top: 10px;
	padding: 10px 0 0 15px;
	display: block;
}


/* Remove margin right on the last box */
#gallery-1 .last { margin-right: 0; }

/* Quantity */
#gallery-1 .box span, #gallery-1 .big_box span {
	display: block;
	text-align: center;
	font-weight: normal;
}
#gallery-1 .box span { margin: 85px 27px 0 45px; }
#gallery-1 .big_box span { margin: 73px 426px 0 30px; }

/* Hover */
#gallery-1 .box:hover, #gallery-1 .big_box:hover { border: 1px solid #000; }

#gallery-1 #b1 { background: url('../images/profile/gallery/my_tattoos.png') no-repeat; }
#gallery-1 #b2 { background: url('../images/profile/gallery/my_piercings.png') no-repeat; }
#gallery-1 #b3 { background: url('../images/profile/gallery/my_pic_gallery.png') no-repeat; }
#gallery-1 #b4 { background: url('../images/profile/gallery/my_sketches.png') no-repeat; }
#gallery-1 #bcust { background: url('../images/profile/gallery/accepted.png') no-repeat; }
#gallery-1 #bfav { background: url('../images/profile/gallery/favorites.png') no-repeat; }
#gallery-1 .alink { color: #c5711c; font-weight: 700; text-decoration: none; }


/* Gallery-2 */
#gallery-2 {
	background: url('../images/profile/gradient2.png') repeat-x;
	
	/* To IE6 */
	position: relative;
	_margin-top: -2px;
}
#gallery-2 .spanlink { color: #c5711c; font-weight: 700; }
#gallery-2 a { color: #c5711c; }
#gallery-2 #g_container {
	padding-left: 1px;
}
#gallery-2 .box {
	width: 181px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	text-align: center;
}
#gallery-2 .box.last { border-right: 0; }
#gallery-2 .box.lastbottom { border-bottom: 0; }

#gallery-2 .g_2 .box {
	height: 200px;
	padding-top: 20px;
}
#gallery-2 .g_2 .box .g_folder {
	background: url('../images/profile/gallery/folder.png') center no-repeat;
	display: block;
	margin: 44px auto auto auto;
	width: 91px;
	height: 92px;
}
#gallery-2 .g_2 .box .g_folder .count {
	display: block;
	margin: 65px 8px 0px 28px;
}

#gallery-2 .g_2 .box .g_bottom {
	display: block;
	background: url('../images/profile/gb/g_bottom.gif') repeat-x;
	height: 16px;	
	padding: 3px 15px;
	border-top: 1px solid #e5e5e5;
	margin: 23px 1px 1px 1px;
	text-align: left;
}

#gallery-2 .g_2 .box .g_bottom .spanlink { color: #c5711c; font-weight: normal; }
#gallery-2 .g_2 .box .g_bottom.left { margin-left: 0px; }
#gallery-2 .g_2 .box .g_bottom.right { margin-right: 0px; }

/* Gallery 3 */
#gallery-3 {
	background: url('../images/profile/gradient2.png') repeat-x;
	
	/* To IE6 */
	position: relative;
	_margin-top: -2px;
}
#gallery-3 .spanlink { color: #c5711c; font-weight: 700; }
#gallery-3 .alink { color: #c5711c; font-weight: 700; text-decoration: none; }
#gallery-3 a { color: #c5711c; }
#gallery-3 .cust_info_header {
	margin-top: 2px;
	margin-right: 1px;
	background: url('../images/common/header_bg.png') repeat-x;
	padding: 12px 10px 9px 10px;
	border-bottom: 1px solid #e5e5e5;
}
#gallery-3 .cust_info_header h3 {
	color: #fff;
	font-weight: normal;
}
#gallery-3 #g_container {
	padding-left: 1px;
}
#gallery-3 .box {
	width: 181px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	text-align: center;
}
#gallery-3 .box.last { border-right: 0; }
#gallery-3 .box.lastbottom { border-bottom: 0; }
#gallery-3 .g_3 { color: #a0a0a0; }
#gallery-3 .g_3 .box {	padding-top: 10px; }
#gallery-3 .g_3 .box .g_left { float: left; margin: 0 0 3px 14px; }
#gallery-3 .g_3 .box .g_right { float: right; margin: 0 15px 3px 0; }
#gallery-3 .g_3 .box .g_img {
	clear: both;
	border: 1px solid #aaaaaa;
	height: 114px;
	padding: 4px;
	margin: 5px 10px 3px 9px;
}
#gallery-3 .g_3 .box .g_bottom {
	clear: both;
	background: url('../images/profile/gb/g_bottom.gif') repeat-x;
	height: 16px;	
	padding: 3px 15px;
	border-top: 1px solid #e5e5e5;
	margin: 8px 1px 1px 1px;
	text-align: left;
}
#gallery-3 .g_3 .box .g_bottom .spanlink { color: #c5711c; font-weight: normal; }
#gallery-3 .g_3 .box .g_bottom.left { margin-left: 0px; }
#gallery-3 .g_3 .box .g_bottom.right { margin-right: 0px; }


/* Gallery 4 */
#gallery-4 .spanlink { color: #c5711c; font-weight: 700; }
#gallery-4 .alink { color: #c5711c; font-weight: 700; text-decoration: none; }
#gallery-4 .big_pic {
	width: 518px;
	height: 391px;
	border: 1px solid #aaa;
	padding: 2px;
	margin: 10px auto;
	text-align: center;
}
#gallery-4 .button.left {
	float: left;
	width: 30px;
}
#gallery-4 .button.right {
	float: right;
	margin-right: 11px;
	width: 30px;
}
#gallery-4 #pic_comment {
	width: 465px;
	text-align: center;
	float: left;
	margin: 3px 0 0px;
	font-weight: bold;
}
#gallery-4 .pc { color: #8a8a8a; padding: 0px 13px 10px 13px; }
#gallery-4 .pc a { color: #c5711c; font-weight: normal; }
#gallery-4 .pc .black { color: #000; }

#gallery-4 .fr_pic_to_comment_border {
	background: url('../images/profile/gallery/fr_pic_to_comment_border.png') repeat-x;
	height: 5px;
	font-size: 0;
	clear: both;
}
#gallery-4 .button.arrow { float: right; width: 27px; margin-right: -2px; }

/* Gallery Upload */
#gallery-upload {
	background: url('../images/profile/gradient2.png') repeat-x;
	
	/* To IE6 */
	position: relative;
	_margin-top: -2px;
}
#gallery-upload .spanlink { color: #c5711c; font-weight: 700; }
#gallery-upload .alink { color: #c5711c; font-weight: 700; text-decoration: none; }

#gallery-upload .g_input_form { padding: 7px 13px 7px 13px; }


#gallery-upload .g_input_form .inputleft {
	float: left;
	padding: 3px 3px 2px 3px;
	vertical-align: middle;
	width: 100px;
}

#gallery-upload .g_input_form .inputright {
	float: left;
	padding: 1px 3px 2px 3px;
}

#gallery-upload .g_input_form .inputright .combo {
	width: 210px;
}

#gallery-upload .g_input_form .inputright .input {
	width: 204px;
}

#gallery-upload .g_input_form .inputright .textarea {
	width: 304px;
	height: 84px;
	border: 1px solid #d8d8d8;
	padding: 2px;
	outline: none;
	background: #fff;
}

#gallery-upload .g_input_form .inputcolspan {
	float: left;
	padding:  3px 3px 1px 3px;
	vertical-align: middle;
	width: 316px;
}

#gallery-upload .g_input_form .inputcolspan .leftcol {
	float: left;
}

#gallery-upload .g_input_form .inputcolspan .rightcol {
	float: right;
}


#gallery-upload .g_input_form .inputcontent {
	float: left;
}

#gallery-upload .g_input_form .inputicon {
	margin-left: 3px;
	margin-top: 3px;
	float: left;
	height: 16px;
	width: 16px;
}

#gallery-upload .g_input_form .inputinfo {
	display: block;
	background-color: #fad091;
	border: solid 1px #fcbd60;
	color: #707070;
	margin-left: 109px;
	margin-bottom: 3px;
	padding: 3px 3px 3px 3px;
	width: 402px;
}

#gallery-upload .g_input_form .inputinfo .infoicon {
	float: left;
	width: 16px;
}

#gallery-upload .g_input_form .inputinfo .infotext {
	float: left;
	margin: 0px 3px 0px 3px;
	width: 374px;
}

#gallery-upload .g_input_form .input_accepted {
	background: url(../images/common/input_accepted.png) no-repeat center;
}

#gallery-upload .g_input_form .input_error {
	background: url(../images/common/input_error.png) no-repeat center;
}

#gallery-upload .g_input_form .inputdivider {
	border-top: 1px dotted #d1d1d1;
	display: block;
	margin: 10px 0px 0px 10px;
	height: 10px;
	width: 300px;
}



/* Form */
.p_form {
	background: #f5f5f5;
	padding: 14px;
	margin-bottom:-10px;
	margin-left:-5px;
	width: 538px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.p_form .textarea_arrow {
	position: absolute; margin: -8px 0 0 14px;
}
.p_form textarea {
	width: 469px;
	height: 84px;
	border: 1px solid #d8d8d8;
	padding: 8px;
	outline: none;
	background: #FFF;
}
.p_form #toolbar {
	float: right;
	width: 23px;
	margin: 1px -1px 0 0;
}
.p_form .spanlink { color: #c5711c; }

.p_sub_form {
	background: #fff;
	margin-top: -8px;
	padding: 8px 10px 8px 0px;
	width: 432px;
	float: right;
}
.p_sub_form .textarea_arrow {
	position: absolute; margin: -8px 0 0 14px;
}
.p_sub_form textarea {
	width: 414px;
	height: 84px;
	border: 1px solid #d8d8d8;
	padding: 8px;
	outline: none;
	background: #FFF;
}


/* Posts and comments of gallery-4 and guestbook and "random" */
#gb_comment { padding: 0px 13px 0px 13px; border: solid 1px #fff;}
#gb_comment a { color: #c5711c; }
#gb_comment .comment { margin-bottom: 10px; }
#gb_comment .left {
	width: 60px;
	float: left;
}
#gb_comment .right {
	width: 412px;
	float: right;
	border: 1px solid #e5e5e5;
	padding: 10px;
}
#gb_comment .right .arrow {
	position: absolute;
	margin-left: -16px;
}
#gb_comment .right .from { color: #8a8a8a; }
#gb_comment .right .clock { float: right; color: #8a8a8a;}
#gb_comment .right .clock img { margin-top: 2px; vertical-align: top; }
#gb_comment .text { margin-top: 5px; }
#gb_comment .g_bottom {
	background: url('../images/profile/gb/g_bottom.gif') repeat-x;
	height: 16px;	
	padding: 3px 15px;
	border-top: 1px solid #e5e5e5;
	margin: 10px -10px -10px;
}

#gb_comment .g_bottom .spanlink { color: #c5711c; }
#gb_comment .g_bottom .bottom_spanlink { color: #c5711c; }
#gb_comment .g_bottom a { text-decoration: none; }
#gb_comment .g_bottom .selected {
	position: absolute;
	right: 15px;
	margin-top: -2px;
}
#gb_comment #with_selected_links {
	padding: 0 0 10px 67px;
}
#gb_comment #with_selected_links .spanlink { color: #c5711c; }
#gb_comment .privatebackground { background: #EBF7D2; }
#gb_comment .systembackground { background: #ffffdc; }
#gb_comment .bottomtext { color: #000; text-align: center; }


/* Friends & blocked */
#all_friends .friend { padding: 8px 13px; margin-bottom: 2px; border-bottom: 1px solid #e7e7e7; }
#all_friends .friendlast { padding: 8px 13px; margin-bottom: 2px; }
#all_friends .usrpic, #blocked .usrpic { float: left; margin-right: 10px; }
#all_friends a, #blocked a { color: #c5711c; font-weight: 700; }
#all_friends .status { float: right; }
#all_friends .status.online {	color: #c5711c; }
#all_friends .time, #blocked .time { color: #aaa; font-size: 10px; }
#all_friends .mood, #blocked .mood { color: #aaa; }
#all_friends .usrinfo { margin-top: 10px; }
#all_friends .icons { float: right; margin-top: 15px; }
#all_friends .icons img { margin-left: 7px; }
#all_friends .bottomtext { text-align: center; }
#blocked { padding: 10px; border-bottom: 1px solid #e7e7e7; }
#blocked .delete { float: right; margin-top: 5px; }


/* All feeds */
#all_feeds { padding: 10px 20px 10px 20px; }
#all_feeds a { color: #c5711c; font-weight: 700; }
#all_feeds .feed {
	padding: 0 7px 0px 7px;
	border: solid 1px #fff;
}
#all_feeds .feed img.icon {
	 float: left;
	 vertical-align: top;
	 margin-right: 4px;
}
#all_feeds .feed .new_pic_album {
	margin-top: 7px;
	padding-left: 20px;
}
#all_feeds .feed .date {
	clear: right;
	color: #a0a0a0;
	float: right; 
}
#all_feeds .feed .spanlink { color: #c5711c; }
#all_feeds .feed .bottomtext { text-align: center; }
#all_feeds .feed .comment_pic { float: left; margin-right: 5px; }
#all_feeds .feed .quote_start { float: left; margin: 5px 4px 0 0; }
#all_feeds .feed .clearboth { clear: both; }

#all_feeds .cleardivider {
	clear: both;
	height: 10px;
	border: 1px solid #fff;
	border-bottom: 1px solid #d1d1d1;
	margin: 0 7px 10px 7px;
}

#all_feeds .clearbottom {
	clear: both;
	height: 3px;
	border: 1px solid #fff;
}

/* Customers */
#all_customers .customer { padding: 8px 13px; margin-bottom: 2px; border-bottom: 1px solid #e7e7e7; }
#all_customers .customerlast { padding: 8px 13px; margin-bottom: 2px; }
#all_customers .usrpic { float: left; margin-right: 10px; }
#all_customers a { color: #c5711c; font-weight: 700; }
#all_customers .bottomtext { text-align: center; }

/* Visitors */
#all_visitors .visitor { padding: 8px 13px; margin-bottom: 2px; border-bottom: 1px solid #e7e7e7; }
#all_visitors .visitorlast { padding: 8px 13px; margin-bottom: 2px; }
#all_visitors .usrpic { float: left; margin-right: 10px; }
#all_visitors .visitdate { float: right; color: #aaa; }
#all_visitors a { color: #c5711c; font-weight: 700; }
#all_visitors .bottomtext { text-align: center; }

/* "Senaste hänt" */
.sh {
	width: 227px;
	background: url(../images/profile/latest_event.png) repeat-x;
	margin: 0px 1px 0px 1px;
	padding-top: 14px;
}

.sh .feed {
	padding: 0 7px 0px 7px;
	border: solid 1px #fff;
}
.sh .feed img.icon { float: left; vertical-align: top;}
.sh .feed .spanlink { color: #c5711c; }
.sh .feed .date { float: right; color: #a0a0a0; font-size: 9px; }
.sh .feed .bottom { float: right; margin-bottom: 7px; }
.sh .feed .bottomtext { text-align: center; margin-bottom: 7px; }
.sh .clearboth { clear: both; }
.sh .cleardivider {
	clear: both;
	height: 7px;
	border: 1px solid #fff;
	border-bottom: 1px solid #d1d1d1;
	margin: 0 7px 7px 7px;
}

.sh .comment { margin-bottom: 10px; }
.sh img.icon { float: left; margin: 0 5px 10px 0;  vertical-align: top;}
.sh .comment_pic { float: left; margin-right: 5px; }
.sh .quote_start { float: left;	margin: 5px 4px 0 0;
}
.sh .clear {
	clear: both;
	height: 7px;
	border: 1px solid #fff;
	border-bottom: 1px solid #d1d1d1;
	margin: 0 7px 7px 7px;
}

.sh .clear_bottom {
	clear: both;
}

.sh .new_pic_album {
	margin-top: 7px;
}

/* Right */
#right_side {
	float: left;
	width: 231px;
	margin-left: 11px;
	margin-top: 5px;
}
#right_side .box {
	border: 1px solid #d1d1d1;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
#right_side .box .top {
	background: url(../images/profile/right_side_top.png) repeat-x;
	height: 17px;
	color: #FFF;
	font-size: 15px;
	padding: 13px 10px;
	border-bottom: 1px solid #fefefe;
}



/* My Studios and Artist */
#right_side a { color: #c5711c; }
.first_msaa, .latest_visitors {
	background: url(../images/profile/msaa_first.png) repeat-x;
	height: 33px;
	padding: 10px 10px 3px;
	color: #a0a0a0;
	margin: 0 1px;
}
.first_msaa .left, .msaa .left  { float: left; }
.first_msaa .right, .msaa .right  { float: right; }
.first_msaa .black, .msaa .black { color: #000; }
.first_msaa .bottomtext { text-align: center; }
.first_msaa img, .msaa img 		{ float: left; margin-right: 5px; margin-top: -1px;}
.msaa {
	background: url(../images/profile/msaa.png) repeat-x;
	height: 31px;
	padding: 3px 10px;
	color: #a0a0a0;
	margin: 0 1px;
}
.visitor-log { margin: 10px; }
.visitor-bottomtext { padding: 10px 10px 3px; text-align: center; margin-bottom: 7px; }

/* Latestvisitor */
.lv {
	width: 227px;
	background: url(../images/profile/latest_event.png) repeat-x;
	margin: 0px 1px 0px 1px;
	padding-top: 14px;
}

.lv .visitor {
	padding: 0 7px 0px 7px;
	border: solid 1px #fff;
	color: #a0a0a0;
}

.lv .visitor .left { float: left; margin-right: 7px; }
.lv .visitor .bottom { float: right; margin-top: 5px; margin-bottom: 7px; }
.lv .visitor .bottomtext { color: #000; text-align: center; margin-bottom: 7px; }
.lv .clearboth { clear: both; }
.lv .cleardivider {
	clear: both;
	height: 2px;
	border: 1px solid #fff;
	border-bottom: 1px solid #d1d1d1;
	margin: 0 7px 2px 7px;
}


/* Random */
#r .t a { color: #c5711c; }

/* Top*/
#r .t {
	border: 1px solid #d1d1d1;
	background: #f1f1f1;
	color: #8a8a8a;
	margin: 8px 0;
}
#r .t1 {
	padding: 7px;
	border-bottom: 1px solid #e2e2e2;
}
#r .t2 { padding: 7px; }
#r .t2 div.m {
	float: left;
	width: 708px;
	height: 18px;
	border-bottom: 1px solid #dde5ec;
	border-top: 1px solid #9C9fA5;
	padding: 3px 7px 0;
	background: #fff;
}
#r .t2 .m span { float: right; }

/* Left */
#r #left_side .fav { color: #ffb236; }
#r #left_side .star { vertical-align: top; margin-right: 5px; }
#r #left_side .link { float: right; margin-right: 20px; }
#r #left_side .spanlink { color: #ffb236; }
#r #left_side {
	border: 1px solid #d1d1d1;
	width: 566px;
	margin-top: 5px;
	float: left;
}
#r .bgboth { background: #fff url('../images/random/bg.png') no-repeat; }
#r .bgclean { background: #fff url('../images/random/bg_clean.png') no-repeat; }
#r .bghits { background: #fff url('../images/random/bg_hits.png') no-repeat; }
#r .bghit { background: #fff url('../images/random/bg_hit.png') no-repeat; }
#r .bgmiss { background: #fff url('../images/random/bg_miss.png') no-repeat; }

#r #picture {
	width: 518px;
	height: 394px;
	margin: 17px 4px 0;
	text-align: center;
}
#r .showed {
	float: right;
	margin-right: 30px;
	color: #8a8a8a;
}
/* hit */
#r .hits {
	height: 73px;
	color: #fff;
	margin-right: 20px;
	padding-left: 120px;
}
#r .h1, #r .h3 {
	width: 100px;
	display: block;
	float: left;
	margin-top: 15px;
	height: 50px;
}
#r .h2 {
	width: 84px;
	float: left;
	text-align: center;
	padding-top: 28px;
}


/* Right */
#r #right_side {
	width: 237px;
}
/* Tattoo info */
#r .first_ti {
	background: url(../images/profile/msaa_first.png) repeat-x;
	padding: 4px;
	color: #8a8a8a;
	margin: 0 1px;
}
#r .first_ti .icons { float: right; padding-top: 5px; }
#r .ti {
	background: url(../images/profile/msaa.png) repeat-x;
	padding: 3px 5px;
	color: #8a8a8a;
	margin: 0 1px;
	border-top: 1px solid #e5e5e5;
}
#r .black { color: #000; }
/* Tattoo info comment */
#r .tic {
	color: #8a8a8a;
	padding: 10px;
	border-top: 1px solid #e5e5e5;
}
/* "hits this month"-border */
#r .htm {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
#r .gaddar {
	border-top: 1px solid #d1d1d1;
	color: #8a8a8a;
	background-color: #1a1a1a;
	padding: 10px;
}

#r .gaddar .otherimage {
	float: left;
	width: 63px;
	height: 48px;
	margin: 10px 3px 0;
	text-align: center;
}

#r .gaddar .showall {
	float: left;
	margin: 10px 3px 0;
}

/* Related tattoos */
#r .rel_t {
	background: url(../images/random/rel_t.png) repeat-x;
	padding: 5px;
	color: #8a8a8a;
	margin: 0 1px;
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
}

#r .rel_t_last {
	background: url(../images/random/rel_t.png) repeat-x;
	padding: 5px;
	color: #8a8a8a;
	margin: 0 1px;
	height: 45px;
}

#r .rel_img {
	float: left;
	width: 68px;
	text-align: center;
}

/* Artist */
#profile.artist #userbox {
	background-image: url(../images/profile/artist/bg.jpg);
}
#profile.artist {
	background-image: url(../images/profile/artist/top-bg.jpg);
	background-color: #000;
}
#profile.artist #bc {
	border-bottom: 1px solid #7c7c7c;
}
#profile.artist #bc .start, #profile.artist #bc .middle, #profile.artist #bc .end {
	margin-bottom: -1px;
}
#profile.artist #bc .s_active {
	background-image: url(../images/profile/artist/active_sides.png);
	border-bottom: 1px solid #000;
	position: relative;
}
#profile.artist #bc .m_active {
	background: none;
	background-color: #000;
	color: #fff;
	border-top: 1px solid #898989;
	position: relative;
}
#profile.artist #bc .e_active {
	background-image: url(../images/profile/artist/active_sides.png);
	border-bottom: 1px solid #000;
	position: relative;
}
#profile.artist #pc .top {
	background: none;
	margin-top: 13px;
}
#profile.artist #pc .middle { 
	background: none;
}
#profile.artist #pc .middle .c {
	margin: -8px 14px -5px 4px;
	background: #fff;
	width: 548px;
}
#profile.artist #pc .bottom {
	background: none;
	background: url(../images/profile/artist/bg-bottom.jpg);
	height: 80px;
	margin: -55px 0 0 -5px;
}
#right_side.artist .box.black { background: #000; }
#right_side.artist .box.black a { color: #ffb246; }
#right_side.artist .box .studio { color: #9f9f9f; padding: 3px 8px 3px 8px; }
#right_side.artist .box .studio span { color: #fff; }
#right_side.artist .box .div { padding: 3px 0px 3px 0px; border-bottom: solid 1px #e3a454; }
#right_side.artist .box .top {
	background: url(../images/profile/artist/right_side_top.png) -1px no-repeat;
	height: 19px;
	border: 0;
}

/* "my customer" */
#customers { padding: 17px 0 17px 15px; }
#customers .user {
	float: left;
	width: 55px;
	text-align: center;
	margin-right: 16px;
}
#customers .user img { border: 1px solid #fff; }
#customers .cq { float: right; color: #a0a0a0; margin-right: 18px; }
#customers .bottomtext { color: #fff; text-align: center; }


/* Gallerylists */
#gallerylist a { color: #c5711c; }
#gallerylist .listrow { margin: 10px; }
#gallerylist .comment { float: left; }
#gallerylist .info  {
	float: left;
	color: #c5711c;
	font-weight: 700; 
	width: 35px;
}
#gallerylist .right {
	clear: both;
	float: left; 
	width: 528px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin-left: 16px;
}
#gallerylist .right .arrow {
	position: absolute;
	margin-left: -16px;
}
#gallerylist .right .from { color: #8a8a8a; }
#gallerylist .right .inforight { float: right; color: #c5711c; font-weight: 700; }
#gallerylist .right .inforightclock { float: right; color: #8a8a8a;}
#gallerylist .right .inforightclock img { margin-top: 2px; vertical-align: top; }
#gallerylist .text { margin-top: 5px; }
#gallerylist .g_bottom {
	background: url('../images/profile/gb/g_bottom.gif') repeat-x;
	height: 16px;	
	padding: 3px 15px;
	border-top: 1px solid #e5e5e5;
	margin: 10px -10px -10px;
}

/* Gallerysearch */
#gallerysearch a { color: #c5711c; }
#gallerysearch .text_fields {
	background: url('../images/members/top1.png') repeat-x;
	padding: 8px;
	margin-top: 11px;
	height: 60px;
}
#gallerysearch input, #gallerysearch select { vertical-align: middle; }
#gallerysearch .text_fields span { color: #8a8a8a; }
#gallerysearch .text_fields .magnifyglas { float: right; }
#gallerysearch .searchinner {
	background: #f5f5f5 url('../images/members/bottom.png') repeat-x;
	padding: 10px 20px 10px 20px;
	text-align: center;
}
#gallerysearch .searchinner .box {
	width: 191px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #a0a0a0;
}
#gallerysearch .searchinner .box.last { border-right: 0; }
#gallerysearch .searchinner .box.lastbottom { border-bottom: 0; }
#gallerysearch .searchinner .box .g_left { float: left; margin: 0 0 3px 14px; }
#gallerysearch .searchinner .box .g_right { float: right; margin: 0 15px 3px 0; }
#gallerysearch .searchinner .box .g_img {
	clear: both;
	border: 1px solid #aaaaaa;
	height: 114px;
	padding: 4px;
	margin: 5px 10px 3px 9px;
}
