/* ==============================================================================

				SUBMENU PAGINA CREA/AGGIORNA LA TUA PAGINA 

   ==============================================================================  */
#artpage_menu {
	position: relative;
	width: auto;
	font-size: 11px;
	height: 2em;
	border-bottom: 1px solid #222222;
}

#artpage_sink {
	position: relative;
	width: auto;
	font-size: 11px;
	height: 2em;
	border-bottom: 2px solid #444444;
	margin-bottom: 10px;
}

#artpage_menu span {
	margin-left: 15px;
}

#artpage_menu span a {
	color: #FF6600;
	text-decoration: none;
}

#artpage_menu span a:hover {
	color: #222222;
	background-color: #FF6600;
}

#artpage_menu .submit {
	margin-left: 15px;
	padding: 1px 4px 1px 4px;
	color: #D9D9D9;
	border: 2px solid #222222;
	background-color: #FF6600;
}

#artarea h2, #artworks_list h2, #subscription h2, #howto h2{
	margin: 10px 0 10px 0;
}

#artworks_list h3, #subscription h3, #howto h3{
	background-color:#FF0066;
	font-size:12px;
	font-weight:bold;
	padding:2px 4px;
}

#artworks_list, #subscription, #howto {
	float: left;
	position: relative;
	left: 0;
	top: 0;
	width: 520px;
}

#subscription, #howto {
	margin: 15px 0 15px 0;
}

#payment_types {
	position: relative;
	left: 0;
	top: 0;
	width: 520px;
	border-top: 1px solid #444444;
	margin: 15px 0 15px 0;
	padding-top: 15px;
}

#payment_types h2 {
	color: #FF0066;
	font-size: 14px;
	margin-bottom: 10px;
}

#subscription a {
color:#FF0066;
text-decoration:none;
}

#subscription a:hover {
text-decoration:underline;
}

#artworks_menu {
	float: left;
	position: relative;
	left: 0;
	top: 0;
	width: 200px;
	padding: 10px 15px;
	
}

#subscription_menu, #howto_menu {
	float: left;
	position: relative;
	left: 0;
	top: 0;
	width: 200px;
	padding: 0px 15px;
}

#subscription_menu {
	cursor: pointer;
}

#subscription_menu div, #howto_menu div {
	width: 148px;
	background-color: #383838;
	border: solid 1px #444444;
	color: #999999;
	text-align: center;
	padding: 6px;
	margin-bottom: 20px;
	position: relative;
	right: 0;
	min-height: 30px;
}

#subscription_menu a div:hover, #howto_menu a div:hover {
	border: solid 1px #777777;
	color: #FF0066;
}

#subscription_menu div.curstep {
	border: solid 1px #777777;
	color: #CCCCCC;
	background-color: #404040;
}

#howto_menu div.curstep {
	border: solid 1px #777777;
	color: #FF0066;
	background-color: #404040;
}

#howto_menu a {
	text-decoration: none;
	cursor: pointer;
}

#howto_menu a:hover {
	color: #FF0066;
}

#artworks_menu h3 {
	color: #FF0066;
	padding-top: 5px;
}

.miniform {
	position: relative;
	top: 15px;
	padding: 4px;
	color: #FF0066;
	background-color: #D9D9D9;
	border: 2px solid #222222;
}

.miniform input {
	padding: 4px;
	
}

.minisubmit {
	position: relative;
	top: 5px;
	padding: 4px;
	background-color: #F3F3F3;
	border: 2px solid #222222;
	font-size: 11px;
	font-weight: bold;
	color: #FF0066;
	cursor: pointer;
}

.box_artwork_item, .box_shop_item {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #444444;
	margin-top: 5px;
}

.box_artwork_item {
	height: 72px;
}

.box_shop_item {
	padding: 4px;
}

.box_artwork_img {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 2px;
	top: 2px;
	background-color: #555555;
}

.box_artwork_img img {
	border: 4px solid #F3F3F3;
}

.box_artwork_title{
	position: absolute;
	top: 0px;
	left: 80px;
	width: 300px;
	height: 60px;
	padding: 4px;
	font-weight: normal;
}
.box_shop {
	position: relative;
	top: 0px;
	left: 5px;
	width: 300px;
	padding: 4px;
	font-weight: normal;
}

.box_section_item {
	position: relative;
	top: 0px;
	left: 0px;
	/*height: 22px;*/
	padding-left: 4px;
	line-height: 22px;
	margin-top: 5px;
	display: block;
}

.box_section_item div {
	line-height: 22px;
	width: 150px;
}

.box_section_item div b {
	font-size: 10px;
	font-weight: bold;
	color: #FF0066;
}

.box_section_item div:hover {
	color: #FF6600;
	cursor: pointer;
}

.box_section_item:hover {
	background-color:#444444;
}

.box_artwork_title b, .box_shop_item b, #subscription b {
	color: #FF6600;
}

.box_main_actions {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 100px;
	height: 20px;
	z-index: 10;
}

.box_artwork_delete, .box_artwork_modify, .box_artwork_moveup, .box_artwork_movedown, .box_artwork_none{
	float: right;
	height:15px;
	width: 15px;
	margin-left: 4px;
	background-repeat: no-repeat;
	background-position: left top;
}

.box_artwork_delete{
	background-image:url(../bmp/delete.gif);
}

.box_artwork_delete:hover{
	background-image:url(../bmp/delete-over.gif);
	cursor: pointer;
}

.box_artwork_modify{
	background-image:url(../bmp/modify.gif);
}

.box_artwork_modify:hover{
	background-image:url(../bmp/modify-over.gif);
	cursor: pointer;
}

.box_artwork_moveup{
	background-image:url(../bmp/moveup.gif);
}

.box_artwork_moveup:hover{
	background-image:url(../bmp/moveup-over.gif);
	cursor: pointer;
}

.box_artwork_movedown{
	background-image:url(../bmp/movedown.gif);
}

.box_artwork_movedown:hover{
	background-image:url(../bmp/movedown-over.gif);
	cursor: pointer;
}

#artworkform img {
	border: 4px solid #F3F3F3;
}

/*
#box_artworks div img {
	border: solid 2px #F3F3F3;
}

#box_artworks div h1 {
	padding: 0;
	margin: 0;
	top: 0;
	font-size: 13px;
	color: #FF6600;
	font-weight: bold;
}*/