﻿

/*Shop */

.shopitemspane
{
	padding: 0;
	width: 425px;
	height: 648px;
	border:solid 1px #000000;
	/*background: url(../imgs/misc/wel.gif) repeat-x #FFFFFF;*/
	background: #f7f7f7;
	float:left;
	font-size: 11px;
	z-index: 5;
}

.shopitemspane_top 
{
	padding: 2px;
	width: 421px;
	height: 20px;
	/*background: url(../imgs/misc/wel.gif) repeat-x #FFFFFF;*/
	background: #f7f7f7;
}

.shopitemspane_body 
{
	padding: 0 10px 0 10px;
	width: 401px;
	height: 620px;
	overflow: auto;
	/*background: url(../imgs/misc/wel.gif) repeat-x #FFFFFF;*/
	background: #f7f7f7;
	position: relative;
	margin: 0 auto;
}

.shopitemspane h3
{
	font-weight: bold;
	padding: 0 0 10px 5px;
	text-decoration: underline;
}

.shopcatrefresh
{
	border: none;
	width: 16px;
	height: 16px;
	text-align: center;
	padding : 3px 3px 0 0;
	background: url(../imgs/misc/refresh.png) no-repeat;
	cursor: pointer; cursor: hand
}

.shopstatus
{
	border: solid 1px DarkGoldenrod;
	background-color: PaleGoldenrod;
	color: DarkRed;	
	width: 100%;
	float:none;
	padding: 0;
	position: relative;
	text-align:center;
	font-size: 14px;
}

.shopitem
{
	background: #f7f7f7;
	width: 483px;
	height: 155px;
	padding: 5px 0 5px 0;
	position: relative;
	margin: 0 auto;
}

.shopitem_top
{
	color: #f7f7f7;
	background: DarkGoldenrod;
	width: 481px;
	height: 18px;
	border:solid 1px DarkGoldenrod;
}

.shopitem_top_left
{
	width: 479px;
	padding: 2px;
	float: left;
}

.shopitem_top_right
{
	width: 0px;
	padding: 0px;
	float: left;
}

.shopitem_center
{
	background: PaleGoldenrod;
	width: 481px;
	height: 90px;
	border:solid 1px DarkGoldenrod;
}

.shopitem_center_left
{
	width: 56px;
	padding: 5px;
	float: left;
}

.shopitem_center_center
{
	width: 415px;
	float: left;
}

.shopitem_bottom
{
	background: PaleGoldenrod;
	width: 481px;
	height: 34px;
	border:solid 1px DarkGoldenrod;
}

.shopitem_bottom_left
{
	width: 56px;
	padding: 5px;
	float: left;
}

.shopitem_bottom_center
{
	width: 385px;
	float: left;
	font-size: 20px;
	padding: 5px;
}

.shophoverdetail
{
	visibility:hidden; 
	position:absolute; 
	top:0; 
	left:0;	
	width : 388px;
	border:solid 1px DarkOliveGreen;
	background: Honeydew;
	padding: 5px;
	color: DarkOliveGreen;
	font-size: 12px;
	z-index: 2500;
}

.shophoverdetail_top
{
	width : 388px;
	background :DarkOliveGreen;
	color: Honeydew;
}

.shophoverdetail_top_left
{
	width: 358px;
	float: left;
}

.shophoverdetail_top_right
{
	width: 30px;
	float: right;
	text-align: right;
}

.shophoverdetail_body
{
	width : 388px;
}
/*end of shop*/

.linkpophover
{
	text-decoration: underline;
	cursor: pointer; cursor: hand
}
