/* ***************** CUSTOM STYLES **************** */

.c1 {
	color: #C53565;
}

.c2 {
	color: #8CC63F;
}

.c3 {
	color: #76D5FB;
}

.bg_c1 {
	background: #EFF5FF;
}

.box {
	padding-bottom: 10px;
}

li a {
	text-decoration: none;
}

ul.fl li {
	float: left;
	padding: 0 5px;
	margin: 0;
	list-style: none;
}

ul.ul_clean li {
	list-style: none;
}

label {
	padding-top: 2px;
	width: 125px;
	float: left;
	font-weight: bold;
}

.box_content ul {
	margin: 0;
	padding: 0;

}

.box_content ul li {
	padding: 0px 5px;
	list-style-position: inside;
}

.ui-tabs-panel.item_container {
	padding: 4px 1px !important;
}

/* ***************** ITEM BOX **************** */
.item_box, .user_box {
	text-align: center;
	float: left;
	margin: 3px;
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
	color: #555;
	font-size: 10px;
	overflow: hidden;
}

	.item_box a, .user_box a {
		text-decoration: none;
	}

a img {
	border: 0;
}

.fine {
	font-size: 10px;
	color: #888 !important;
}

.border {
	border: 1px solid #ccc !important;
}

.w50 {
	width: 50px;
	height: 50px;
}

.w100 {
	width: 100px;
	height: 100px;
}


/* ************************** styleSet Creator ************************* */
#canvas {
	height: 560px;
	width: 560px;
	background: url(images/canvas_howto.jpg) #fff;
	position: relative;
	border: 1px solid #ccc;
	overflow: hidden;
}

.canvas_item {
	position: relative;
	padding: 1px;
}

.canvas_item.selected {
	border: 1px dashed #ccc;
	padding: 0;
}

#canvas_toolbar ul li {
	padding: 2px;
	font-size: 10px;
}

#canvas_toolbar ul li span {
	display: none;
}

.ajax_loader {
	background: url(images/ajax-loader.gif) left top no-repeat;
	width: 16px;
	height: 16px;
}

#form_quicklogin input {
	color: #aaa;
}

.item_container .drag_item {
	cursor: move;
}


/* ************************** isneaker ************************* */
.isneaker_remove_image {
	position: absolute;
	top: 0px;
	left: 43px;
	background: url(images/bullet_delete.png) left -2px no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.nickname_link {
	border: none;
	font-weight: bold;
	text-decoration: none;
}


/* ************************** icons ************************* */

	.icon img {
		background: url(images/glos.png) left top no-repeat #BA4F81;
		border: none;
		margin-bottom: -3px;
	}

		.icon:hover img {
			background-color: #51002E;
		}

		.icon.red img {
			background-color: #F02828;
		}

		.icon.red:hover img {
			background-color: #B42828;
		}

		.icon.green img {
			background-color: #28F028;
		}

		.icon.green:hover img {
			background-color: #28B428;
		}


		.icon.blue img {
			background-color: #2828F0;
		}

		.icon.blue:hover img {
			background-color: #2828B4;
		}

* html .icon img {
	background-image: none;
}

.ul_clean li {
	margin-bottom: 2px;
}





/* ************************** comments ************************* */

.comment {
	padding: 5px 0;
}

.comment_content {
	float: left;
	width: 500px;
}

.comment_header {
	font-weight: bold;
}

.comment_content p {
	padding: 5px 0;
}



/* ************************** publish ************************* */

.publish {
	font-size: 9px;
}

input.publish {
	padding: 2px;
}



