/************************************************************************/
/* Custom dropdown menu */

[data-dropdown] ul {
	background-color: #fff;
	width: 175px;
	padding: 0 !important;
	border: 1px solid #acacac;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.25);
	box-shadow: 0 0 6px rgba(0,0,0,0.25);
}

	[data-dropdown] ul li {
		font-size: 0.9em !important;
		padding: 0;
		margin: 0;
		width: 100% !important;
		border-bottom: 1px solid #dedede;
	}

		[data-dropdown] ul li a {
			display: block;
			padding: 4px 6px !important;
			line-height: 160% !important;
			margin: 0;
			color: #505050 !important;
			text-shadow: none !important;
			-webkit-border-radius: 0 !important;
			-moz-border-radius: 0 !important;
			-o-border-radius: 0 !important;
			-ms-border-radius: 0 !important;
			-khtml-border-radius: 0 !important;
			border-radius: 0 !important;
		}
			[data-dropdown] ul li a:hover {
				background: #ededed !important;
				color: #000 !important;
			}
			[data-dropdown] ul li a:active {
				box-shadow: none !important;
			}

.branding_skin {	
	padding: 12px;
	text-align: left;
	clear: both;
	overflow: hidden;
}

	.branding_skin a {
		color: #000;
		text-decoration: none;
	}

	.branding_skin a:hover {
		color: #000;
		text-decoration: underline;
	}

.branding_logo {
	float: right;
	opacity: 0.7;
	margin-top: -2px;
}

	.branding_logo:hover {
		opacity: 1;
	}

	.branding_logo:active {
		opacity: 0.7;
	}

/* No Flickering */
[data-dropdown] ul, [data-box], [data-dombox], [data-store], [data-domballoon], [data-balloon] { display: none;}

/* Dropdown Menu */
[data-dropdown] { position: relative; }

/* Submenu */
[data-dropdown] ul {
	width: 200px;
	position: absolute;
	z-index: 10000;
}

[data-dropdown~=right] ul {
	right: 0;
}

/** Color picker **/

#nav_colorpicker ul {
	width: 215px;
}
	#nav_colorpicker ul li {
		padding: 10px 0 10px 10px;
		border: 0;
	}

#nav_colorpicker input {
	border: 0;
	margin: 8px 0;
	padding: 5px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.6);
}

#nav_colorpicker ul a{
padding: 0 !important;
background: none transparent !important;
width: auto !important;
line-height: 16px !important;
}

.farbtastic { position: relative; }
.farbtastic * { position:absolute; cursor:crosshair; }
.farbtastic, .farbtastic .wheel { width:195px; height:195px; } 
.farbtastic .color, .farbtastic .overlay { top:47px; left:47px; width:101px; height:101px; } 
.farbtastic .wheel { background: url(http://china-gsm.ru/forum/public/style_images/elegant/wheel.png) no-repeat; width:195px; height:195px } 
.farbtastic .overlay { background:url(http://china-gsm.ru/forum/public/style_images/elegant/mask.png) no-repeat; }
.farbtastic .marker { width:17px; height:17px; margin: -8px 0 0 -8px; overflow:hidden; background:url(http://china-gsm.ru/forum/public/style_images/elegant/marker.png) no-repeat } 
[data-target-color] span { width:12px; height:12px; display:inline-block; vertical-align: top; margin: 2px 2px 0 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }