@CHARSET "UTF-8";


label.group {
	float: none;
	width: auto;
	margin: 0 5px 0 2px;
}
.form_logos label.group{
        margin-left:-57px;
        padding-right:10px;
}
.infomessage{
	font-size: 14px;
	border:1px solid;
	font-weight:bold;
	padding:8px;
	background-color:#FDEDC1;
	border-color:#FAD163;
}

.inner-text-with-border{
	border-top: 1px solid rgb(238, 238, 238);
	font-family: 'Lucida Grande',Lucida Grande,Helvetica,Arial,sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 13px;
	font-size-adjust: none; 
	font-stretch: normal; 
	line-height: 18px;
	margin-bottom: 0pt; 
	padding-top: 13px;
}

#sm_content {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background:#FFFFFF none repeat scroll 0 0;
display:none;
left:50%;
margin-left:-335px;
padding:15px;
position:fixed;
text-align:center;
top:10%;
width:540px;
font-size: 14px;
}
#sm_content small {
font-size:77%;
}
#sm_content .sm_close {
cursor:pointer;
font-size: 14px;
float:right;
}
#sm_content h3 {
font-size:116%;
}
#sm_olay {
background-color:#000000;
}
* iframe.overlay {
left:0;
position:absolute;
top:0;
z-index:-1;
}
* html #sm_content {
position:absolute;
}

/*
 * FCBKcomplete
 */
/* TextboxList sample CSS */
.autocompleteTag {
	float: left;
}
.buttonLine {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	float: left;
	clear: both;
}
ul.holder {
	margin: 0;
	overflow: hidden;
	background:white none repeat scroll 0 0;
	height: auto !important;
	height: 1%;
	cursor: text;
	border: 1px solid #ABABAB;
	padding: 0 2px;
	width: 350px;
}
*:first-child+html ul.holder {
	padding-bottom: 2px;
}
* html ul.holder {
	padding-bottom: 2px;
} /* ie7 and below */
ul.holder li {
	float: left;
	list-style-type: none;
	margin: 2px 4px 2px 0;
	white-space:nowrap;
	position: relative;
	z-index: 778;
}
ul.holder li.bit-box, ul.holder li.bit-input input {
	font: 11px "Lucida Grande", "Verdana";
}
ul.holder li.bit-box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CAD8F3;
	background: #DEE7F8;
	padding: 1px 5px 2px;
}
ul.holder li.bit-box-focus {
	border-color: #598BEC;
	background: #598BEC;
	color: #fff;
}
ul.holder li.bit-input input {
	width: auto;
	overflow:visible;
	margin: 0;
	border: 0px;
	outline: 0;
	padding: 3px 0px 2px;
} /* no left/right padding here please */
ul.holder li.bit-input input.smallinput {
	width: 300px;
}

/* Facebook demo CSS */
#add {
	border: 1px solid #999;
	width: 550px;
	margin: 50px;
	padding: 20px 30px 10px;
}
form ol li {
	list-style-type: none;
}
form ol {
	font: 11px "Lucida Grande", "Verdana";
	margin: 0;
	padding: 0;
}
form ol li.input-text {
	margin-bottom: 10px;
	list-style-type: none;
	padding-bottom: 10px;
}
form ol li.input-text label {
	font-weight: bold;
	cursor: pointer;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}
form ol li.input-text input {
	width: 500px;
	padding: 5px 5px 6px;
	font: 11px "Lucida Grande", "Verdana";
	border: 1px solid #999;
}
form ul.holder {
	/*width: 500px;*/
}
form ul {
	margin: 0 !important
}
ul.holder li.bit-box, #apple-list ul.holder li.bit-box {
	padding-right: 15px;
	position: relative;
	z-index:1000;
}
#apple-list ul.holder li.bit-input {
	margin: 0;
}
#apple-list ul.holder li.bit-input input.smallinput {
	width: 5px;
}
ul.holder li.bit-hover {
	background: #BBCEF1;
	border: 1px solid #6D95E0;
}
ul.holder li.bit-box-focus {
	border-color: #598BEC;
	background: #598BEC;
	color: #fff;
}
ul.holder li.bit-box a.closebutton {
	position: absolute;
	right: 4px;
	top: 5px;
	display: block;
	width: 7px;
	height: 7px;
	font-size: 1px;
	background: url('../images/close.gif');
}
ul.holder li.bit-box a.closebutton:hover {
	background-position: 7px;
}
ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover {
	background-position: bottom;
}
/* Autocompleter */

.facebook-auto {
	display: none;
	position: absolute;
	width: 356px;
	background: #eee;
	z-index: 777;
}
.facebook-auto .default {
	padding: 5px 7px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	font-family:"Lucida Grande","Verdana";
	font-size:11px;
}
.facebook-auto ul {
	display: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	position:absolute;
	z-index:9999
}
.facebook-auto ul li {
	padding: 5px 12px;
	z-index: 1000;
	cursor: pointer;
	margin: 0;
	list-style-type: none;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	font: 11px "Lucida Grande", "Verdana";
	background-color: #eee
}
.facebook-auto ul li em {
	font-weight: bold;
	font-style: normal;
	background: #ccc;
}
.facebook-auto ul li.auto-focus {
	background: #4173CC;
	color: #fff;
}
.facebook-auto ul li.auto-focus em {
	background: none;
}
.deleted {
	background-color:#4173CC !important;
	color:#ffffff !important;
}
.hidden {
	display:none;
}

.ie6fix {height:1px;width:1px; position:absolute;top:0px;left:0px;z-index:1;}

.profile_colors {
    margin: 20px;
    width: 100%;
    height: 90px;
}

.profile_colors .color_nest {
    float: left;
    width: 95px;
    height: 75px;
}

.profile_colors .color_nest .color {
    width: 75px; 
    height: 75px;
    border: 1px solid grey;
    margin-left: 9px;
}
.profile_colors .color_nest .cp-text {
    position: relative;
    text-align: center;
    width: 95px;
}

.ru .profile_colors .color_nest .cp-text {
	height: 35px !important;
}

.ru .profile_colors {
	height: 110px !important;
}

.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.dd .ddTitle {
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
}
.dd .ddTitle span.arrow {
	background:url(http://stickr.com/design/images/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#66CCFF;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#66CCFF;
	
}
.hidden {display:none;}
