#UserAccountGreyBox {
	background-color: #f2f2f2;
	padding: 10px;
}
#userInfoBox {
	width: 550px;
	line-height: 18px;
	padding-right: 5px;
	float: left;
}
#userInfoStatistics {
	width: 388px;
	float: left;
}
#StatisticsBox {
	float: left;
	width: 184px;
}
#StatisticsBoxHeading {
	background-color: #000;
	padding: 4px;
	color: #FFF;
}
#StatisticsBoxRecord {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
}
#UserNav {
	float: right;
	width: 780px;
	padding-top: 8px;
	text-align: right;
}
#UserNav ul {
	margin: 0px;
	padding: 0px;
}
#UserNav ul li {
	margin: 0px;
	display: block;
	float: right;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#UserNav ul li a:link {
	color: #000;
	text-decoration: none;
	background-image: url(../images/user_account_arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
#UserNav ul li a:visited {
	color: #000;
	text-decoration: none;
	background-image: url(../images/user_account_arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
#UserNav ul li a:hover {
	color: #F77626;
	text-decoration: none;
	background-image: url(../images/user_account_arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
#UserContentsBoxContainer {
	width: 100%;
}
#UserContentsHeadngArea {
	color: #FFF;
	background-color: #000;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: bold;
}
#UserContentsWhiteBox {
	background-color: #FFF;
	padding: 10px;
}

#MyContentsArea {
	height: 460px;
	overflow-y: scroll;
	padding-right: 10px;
}
#MyContentsRecordRow {
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	margin-bottom: 11px;
	width: 895px;
}
#ItemArea {
	float: left;
	width: 396px;
	padding-right: 5px;
}
#ViewArea {
	float: left;
	width: 73px;
	padding-right: 5px;
}
#SalesArea {
	float: left;
	width: 73px;
	padding-right: 5px;
}
#RatingArea {
	float: left;
	width: 115px;
}
#StatusArea {
	float: left;
	width: 100px;
	padding-right: 5px;
}
#ActionsArea {
	float: left;
	width: 115px;
}
#TabArea {
	width: 100%;
	padding-bottom: 0px;
}
#TabOrangeBg {
	background-color: #FC8F28;
	background-image: url(../images/tab_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 26px;
	width: 136px;
	margin-left: 8px;
}
#TabBlackeBg {
	background-color: #000;
	background-image: url(../images/tab_Bg_Black.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 26px;
	width: 121px;
	margin-left: 2px;
}
#TabTextArea {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	width: 110px;
	padding-top: 5px;
	text-align: center;
}
#TabTextAreaBlack {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	width: 95px;
	padding-top: 5px;
	text-align: center;
}
#TabTextAreaBlack a {
	color: #FFF;
	text-decoration: none;
}
#TabTextArea a {
	color: #FFF;
	text-decoration: none;
}

#TabOrangeBg_li {
	background-color: #FC8F28;
	background-image: url(../images/tab_bg.jpg);
	background-repeat: repeat-x;
	height: 26px;
	width: 146px;
	margin-left: 8px;
}
#TabBlackeBg_li {
	background-color: #000;
	background-image: url(../images/tab_Bg_Black.jpg);
	background-repeat: repeat-x;
	height: 26px;
	width: 121px;
	margin-left: 2px;
}
#TabTextArea_li {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	width: 110px;
	padding-top: 5px;
	text-align: center;
}
#TabTextAreaBlack_li {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	width: 95px;
	padding-top: 5px;
	text-align: center;
}