/* Global Styles */
div{
	behavior:url(ie_png_fix.php);
}
*{
	margin:0px;
}
body{
	padding:25px;
	font-family:arial;
}

/* Window Styles */

div.window{
	border:1px solid #888888;
	padding:0px;
	margin:0px;
	margin-bottom:1em;
}

div.window > h1{
	font-size:16px;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #888888;
	background:#eeeeee;
	padding:2px 0.5em 3px 0.5em;
}

div.window > div.window_content{
	padding:25px;
}

table.form tr td:first-child{
	text-align:right;
	vertical-align:top;
}
table.form tr td{
	padding:2px;
}


/* Data Table Styles */

table.data{
	border-spacing:0px;
	width:100%;
}
table.data tr td{
	padding:2px 0.5em 2px 0.5em;
}

table.data tr.even td{
	background:#f0f0f0;
}
table.data tr.odd td{
	background:#dddddd;
}

table.data tr.header td{
	background:#bbbbbb;
}
table.data tr:first-child td{
	text-align:left;
}


/* Common styles */
img.clickable{
	cursor:pointer;
	border:1px solid transparent;
	padding:2px;
}
img.clickable:hover{
	border:1px solid blue;
}



/* Form Input Styles */
button.close_button{
	float:right;
	border:1px solid transparent;
	background:transparent url(images/12em_cross.png) no-repeat scroll 4px 4px;
	padding:1px;
	padding-left:20px;
	cursor:pointer;
	font-size:12px;
}
button.close_button:hover{
	border:1px solid blue;
}

textarea{
	border:1px solid grey;
	padding:0px;
	margin:0px;
	width:20em;
	height:12em;
	
}
input[type~="text"],input[type~="password"],select{
	width:20em;
	padding:0px;
	border:1px solid grey;
	margin:0px;
}



/* Administrator Styles */

iframe{
	border:none;
	padding:0px;
	margin:0px;
	height:4em;	
}

body#file_upload{
	margin:0px;
	padding:0px;
	
}

div#file_upload_indicator{
	display:none;
}

span.inline{
	display:inline-block;
	vertical-align:top;
}



div#edit_item_window,div#edit_set_window,div#current_item_window{
	display:none;
}

div#edit_item_image{
	margin-right:15px;
}

div#set_editor, div#fashion_collage{
	width:482px;
	height:473px;
	border:1px solid #EF2F8F;
	/*margin-right:15px;*/
	overflow:hidden;
}
div#fashion_collage{
	float:left;
	display:none;
	margin:auto;
}

button.tool{
	text-align:left;
	margin-bottom:1em;
}

div#set_editor{
	position:relative;
	overflow:hidden;
}


/* End-User (index.html) Styles */

div#popover{
	display:none;
	position:absolute;
	background: transparent url(images/popover.png) no-repeat scroll top left;
	width:386px;
	height:206px;
	z-index:1000;
}
div#popover_text{
	display:none;
	position:absolute;
	padding:15px;
	width:341px;
	height:161px;
	z-index:1001;
	color:#444444;
	overflow:hidden;
	font-size:12px;
	font-family:arial;
	
}

div#popover_text a,div#popover_text a:active{
	color:#888888;
}
div#popover_text a.name{
}

div#popover_text a.source{
	color:Green;
}

div#popover_text span.price{
	font-weight:bold;
}

div#popover_text div.close_button{
	position:absolute;
	left:346px;
	top:7px;
	width:12px;
	height:12px;
	background: transparent url(images/12em_cross.png) no-repeat scroll 2px 2px;
	cursor:pointer;
	padding:2px;
	margin:1px;
}

div#popover_text div.close_button:hover{
	border:1px solid blue;
	margin:0px;
}

span.popover_left, span.popover_right{
	display:inline-block;
	vertical-align:top;
}

span.popover_left{
	width:161px;
}
span.popover_right{
	width:165px;
	margin-left:15px;
}

div#items_in_set{
	float:right;
	width:370px;
}
div.set_item{
	/*float:left;*/
	font-size:12px;
	font-family:arial;	
	/*u2n border=1*/
	border:0px solid black;
	/*margin:15px;*/
	/*margin-left:0px;*/
	padding:5px;
}

div#fashion_sets{
	border:1px solid black;
	/*padding:15px;
	margin:15px;*/
}

div.left{
	float:left;
	/*margin-right:850px;*/
}