.favouriteitems_item
{
	/*float:left;*/
	width:320px;
	border:1px solid black;
	border-bottom:0px;
}
.favouriteitems_item_bottom
{
	border:1px solid black;
	border-top:0px;
	text-align:center;
}
.favouriteitems_item_inner
{
	padding:5px;
}
.favouriteitems_item .image
{
	text-align:center;
	height:200px;
}

.favouriteitems_item .name input
{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:290px;
	margin-bottom:10px;
}

.favouriteitems_item_bottom .description textarea
{
	width:290px;
	height:100px;
}
#favouriteitems_largepane
{
	font-size:14px;
}

.favouriteitems_items .btn
{
	padding:2px;
	width:auto;
	margin:2px;
	font-size:12px;
}

#favouriteitems_largepane .options
{
	margin:5px;
}
.frameradditempopup .description td,
.frameradditempopup .description th,
.frameradditempopup .submitline td
{
	text-align:center;
}
.frameradditempopup
{
	font-size:14px;
}
.frameradditempopup .description textarea
{
	width:480px;
}
.add_favourite_item_form
{
	margin:auto;
}
.add_favourite_item_form th
{
	align:right;
}
.frameradditempopup .errors
{
	color:red;
	border:2px solid red;
	margin:1px;
	padding:0px;
}
.frameradditempopup .errors ul
{
	color:red;
}

.frameradditempopup h1
{
	text-align:center;
	font-weight:bold;
	font-size:1.8em;
}

.itemaddedsuccess
{
	font-size:18px;
}
.itemaddedsuccess .options a
{
	display:block;
}
.frameradditempopup .btn,
.itemaddedsuccess .options a
{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	border:1px solid #aaa;
	color:#000;
	background:#ccc;
	text-decoration:none;
	padding:3px;
	margin:3px;
}
.frameradditempopup .btn:hover,
.itemaddedsuccess .options a:hover
{
	border:1px solid #eee;
	color:#00a;
	background:#ccf;
}

.frameritemdetail table
{
	font-size:18px;
	width:100%;
}

.frameritemdetail td
{
	padding:3px;
	font-size:18px;
}
.frameritemdetail td.image
{
	text-align:center;
	width:500px;
	height:470px;
}

.frameritemdetail h2
{
	text-align:left;
	font-size:18px;
	font-weight:bold;
	margin: 16px 0px;
	text-decoration:underline;
}
.frameritemdetail .components
{
	height:470px;
	overflow:auto;
}

.favouriteitems_item .options
{
text-align:center;
}

.favouriteitems_item .name
{
	font-weight:bold;
	text-align:center;
}