@charset "UTF-8";
/* CSS Document */

/* Basic Css */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	overflow-x: hidden;
	overflow-y: hidden;
}

a {
	text-decoration: none;
	color: #4c4c4c;
}

a:hover {
	text-decoration: underline;
	color: #4c4c4c;
}

.wrapper {
	width: 100%;
	height: auto;
	text-align: center;
	background: #4c4c4c;
	
	color: #4c4c4c;
	font-family: Verdana;
	font-size: 10pt;
}

.websiteHolder {
	margin: 0 auto;
	width: 1000px;
	height: 700px;
	background: url(../images/background.jpg);
	text-align: center;
}

.websiteHolder .sideTab {
	position: absolute;
	margin: 140px 0 0 45px;
	width: 30px;
	height: 300px;
	background: url(../images/background_sidetabs.png);
}

.websiteHolder .sideTab .tab {
	display: block;
	width: 30px;
	height: 100px;
}

*body .chart {
	margin: -450px 0 0 425px;
}

.chart {
	position: absolute;
	display: block;
	z-index: 10;
	margin: -450px 0 0 925px;
	
	width: 35px;
	height: 50px;
	background: url(../images/background_chart.png);
	
	font-size: 14pt;
	padding: 50px 0 0 0;
	text-align: center;
	color: #c6c6c6;
}

.chart:hover {
	color: #c6c6c6;
}

.website {
	margin: 15px auto;
	width: 856px;
	height: 556px;
	background: url(../images/background_website.png);
}

.website .logo {
	position: absolute;
	margin: 0 0 0 25px;
	width: 300px;
	height: 103px;
	background: url(../images/background_logo.png);
}

.website .logo img {
	margin: 10px 0 0 25px;
	width: 230px;
}

.website .tabs {
	position: absolute;
	z-index: 2;
	margin: 63px 0 0 330px;
	width: 459px;
	height: 26px;
	background: url(../images/background_tabs.png);
	
	padding: 14px 0 0 75px;
}

.website .tabs .item {
	float: left;
	height: 30px;
	margin: 0 10px 0 10px;
}

.website .tabs .item a {
	color: #c6c6c6;
}

.website .tabs .strip {
	float: left;
	background: #4c4c4c;
	width: 1px;
}

.website .submenu {
	position: absolute;
	margin: 108px 0 0 18px;
	width: 835px;
	height: 25px;
}

.website .submenu .item {
	float: left;
	margin: 0 10px 0 10px;
}

.website .submenu .strip {
	float: left;
	background: #6d6d6d;
	width: 1px;
}

.website .content {
	position: absolute;
	margin: 130px 0 0 28px;
	width: 800px;
	height: 405px;
}

.website .content  .title {
	margin: 10px 0 0 0;
	color: #e80389;
	font-size: 11pt;
	height: 25px;
	font-weight: bold;
}

.website .content .text {
	
}

.chartTable {
	width:800px;
	font-size: 10pt;
}

.chartTable tr {
	height: 30px;
}

.chartTable .id {
	width: 50px;
}

.chartTable .title {
	width: 400px;
}

.chartTable .title img {
	height: 25px;
	float: left;
	border: 0;
}

.chartTable .title span {
	height: 21px;
	float: left;
	margin: 0 0 0 10px;
	padding: 4px 0 0 0;
}

.chartTable .title a {
	text-decoration: none;
}

.chartTable .title a:hover {
	text-decoration: underline;
}

.chartTable .price {
	width: 180px;
}

.chartTable .amount {
	width: 50px;
}

.chartTable .amount .inputAmount {
	width: 40px;
	float: left;
}

.chartTable .amount .submitAmount {
	width: 25px;
	height: 25px;
	float: right;
	border: 0;
	background: url(../images/edit.png);
}

.chartTable .editing img {
	width: 25px;
	height: 25px;
	float: right;
	border: 0;
}

.chartTable .editing a {
	float: right;
	text-decoration: none;
}

.chartTable .editing a:hover {
	text-decoration: underline;
}

.information {
	font-size: 9pt;
	width: 800px;
}

.information tr {
	height: 30px;
}

.information input {
	width: 250px;
}

.information input:hover {
	border: 2px solid #fd1966; 
}

.information .star {
	margin: 0 0 0 5px;
	color: #fd1966;
}

.information .add {
	background: none;
	border: none;
	float: right;
	color: White;
	text-align: right;
}

.information .add:hover {
	border: none;
	text-decoration: underline;
	color: White;
	text-align: right;
	cursor: pointer;
}

.jewels {
	width: 800px;
	height: 305px;
}

.jewels img {
	width: 145px;
	height: 145px;
	margin: 5px;
	border: 0;
}

.selection {
	width: 675px;
	font-size: 7pt;
	margin: 20px 0 20px 0;
}

*body .selection {
	margin: 0 0 10px 0;
}

.selection a {
	text-decoration: none;
	color: white;
}

.selection a:hover {
	text-decoration: underline;
}

.selection a:active {
	text-decoration: underline;
}
