/* CSS Document */
body	{
	background: none;
	background-color: #fff;
}
#container	{
	background:none;
	width: 736px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}
#mainnav-container, #head, #cartlinks, .details_browseitems, #secondarynav, #mainnav, #q-option, #searchnav, #navlinkCart, #cartlinks_myaccount, #footer, #left, .breadcrumbs	{
	float: none;
	display: none;
}
/*
#head	{
	position: relative;
	top: 0;
	left: -20px;
}
*/
#right	{
	position:relative;
	float: none;
	overflow: visible;
}
a, a:link, a:visited	{
	text-decoration: underline;
}

div#cartview	{
	display:block;
	height:100px;
	width:400px;
	display: list-item; 
	list-style-image:url(/images/VistekLogo.gif);
	list-style-position: inside;
	word-spacing:-5000em; /* I guess better that letter-spacing */
	overflow:hidden; /* This fix the Horizontal Roller */
	font-size:1px; /* unhappily is necessary */
}

