body {
	background-image: url('images/Design/bg_black.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	text-align: center;
	overflow: auto;
}
table {
	width: 850px;
	margin: auto;
	border: 0px;
	background-color: #000000;
}
td,tr {
	font-family: Verdana;
	font-size: 10pt;
	background-color: white;
}
td.returnTo {
	padding-left: 35px;
	background-color: #373F45;
	width: 168px;
}
a.returnTo {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}	
td.modelName {
	color: #5B4436;
	font-size: 20pt;
	font-weight: bold;
	padding-left: 25px;
	font-family: Times, "Times New Roman", serif;
}
td.styleName{
	color: #233063;
	font-size: 15pt;
	font-weight: bold;
	padding-left: 15px;
	font-family: Times, "Times New Roman", serif;
}
td.watchDisp {
	background-color: #d2d3cd;
	padding: 21.5px 21.5px 10px 21.5px;
	font-size: 8pt;
}
span.picLink {
	width: 96%;
	text-align: right;
}
.lrgLink {
	text-decoration: none;
	text-align: right;
	color: black;
	font-weight: bold;
	font-size: 7pt;
}
.lrgLink:hover {
	text-decoration: underline;
}
.watchSpecs {
	/* width: 96%; */
	height: 384px;
	overflow: auto;
	margin-left: 10px;
	font-size: 9pt;	
}
.watchDesc {
	font-size: 9pt;
}
td.thumbnail {
	background-color: #626262;
	height: 90px;
}
td.thumbround {
	background-color: #626262;
	height: 10px;
}
.orderWindow {
	background-color: white;
	overflow: hidden;
	width: 256px;
	height: 75px;
	margin: 2%;
	margin-left: 10%;
	padding: 2%;
	padding-left: 5%;
	font-size: 8pt;
}
span.specs {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
ul.specs {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
li.spec {
	padding: 0;
	margin: 0 0 0 0;
	font-size: 8pt;
}
a.spec {
	color: black;
	text-decoration: none;
}
a.spec:hover {
	color: red;
	text-decoration: underline;
}
a.crt {
	color: blue;
	text-decoration: none;
}
a.crt:hover {
	text-decoration: underline;
}
div.thumbWindow {
	position: relative;
	top: 10px;
	width: 480px;
	height: 75px;
	overflow: auto;
	scrollbar-face-color: #626262;
	scrollbar-highlight-color: #626262;
	font-size: 9pt;
	white-space: nowrap;	
}
