body {
	color: #666666;
	font: 9pt Georgia, "Times New Roman", Times, serif;
}

div#wrapper{
	width: 628px;
	position:relative;
	z-index:1;
	top: -40px;
	left: 50%;
	margin-left: -314px;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #ff0080;
}

a.selected {
	color: #ff0080;
}

div.clear {
	clear:both;
}

ul#mainnav {
	list-style-type: none;
	width: 90px;
	float: left;

}

ul.subnav {
	list-style-type: none;
	width: 90px;
	float: left;
}

div#tmbs {
	width: 80px;
	float: left;
	margin: 0 80px 0 0;
}
div#tmbs a {
	width: 20px;
	float: left;
}

div#details {
	float: left;
	width: 260px;
}

div#details div.detail {
	display: none;
}

div#details div.detail h1 {
	font-weight: bold;
}

div#details div.detail div.options {
	margin: 10px 0 0 0;
	color: #ff0080;
}

div#details div.detail div.options a, .feedback {
	color: #ff0080;
}

div#details div.detail div.options a:hover {
	text-decoration: underline;
	color: #ff0080;
}

div#details div.detail div.options span.promo {
	text-decoration: line-through;
}


div.info {
	width:100px;
	position:relative;
	top: -130px;
	left: 50%;
	color: #CCCCCC;
	font-size: 7pt;
	text-align: center;
	margin-left: -50px;
}

div.buttons {
	width:34px;
	height:13px;
	overflow:visible;
	position:relative;
	z-index:1;
	top: -110px;
	left: 50%;
	margin-left: -16px;
	text-align: center;
}
div.preButton {
	float: left;
	width: 15px;
	height: 13px;
	margin: 0 2px 0 0;
	background-image: url(../contentflow/img/slideshow_pre.png);
}

div.nextButton {
	float: left;
	width: 15px;
	height: 13px;
	margin: 0 0 0 2px;
	background-image: url(../contentflow/img/slideshow_next.png);
}

div#navCart {
	margin: 10px 0 0 0;
}

div#cartForm {
	margin-top: 20px;
	width: 600px;
}

div#cartBody {
	float: right;
	width: 260px;
	position: relative;
	top: -350px;
}

td.third input {
	width: 50px;
	border: 1px solid #666;
	font: 8pt Verdana, "Lucida Grande", Lucida, sans-serif;

}

td.second input, td.second textarea {
	width: 200px;
	border: 1px solid #666;
	font: 8pt Verdana, "Lucida Grande", Lucida, sans-serif;

}

td.forth {
	padding-right: 10px;
}