@charset "utf-8";


#items 				{
						position: relative;
						width: 600px;
						top: 30px;
						left: 50%;
						margin-left: -300px;
						text-align: center;
					}
					
#items img			{border: 1px solid #373600;}

#items td					{padding:20px;}


#additional-views td	{padding:20px 0px 0px 0px;}
.view-spacer				{width:43px;}

#sidebars 			{
						width: 1000px;
						margin-left: -500px;
						position: absolute;
						left: 50%;
						top: 255px;
						bottom: auto;
					}

#sidelinks 			{
						width: 950px;
						margin-left: -475px;
						position: absolute;
						left: 50%;
						top: 350px;
						height: 400px;
					}

#types				{	
						position: absolute;
						width: 170px;
						left: 0px;
						text-align: left;
					}

#designers			{
						position: absolute;
						width: 170px;
						right: 0px;
						text-align: right;
					}
					
.main-view			{
						position: relative;
						top: 0px;
						left: 0px;
						width: 420px;
					}
					
.main-view img		{border: 1px solid #373600;}

h2					{margin-top:0px;}
					
.product	 		{
						text-align: left;
						width: 800px;
						margin-left: -400px;
						position: relative;
						left: 50%;
						top: 30px;
					}
					
.product img		{border: 1px solid #373600;}					
					
.product-info 			{
						position: absolute;
						width: 350px;
						top: 0px;
						right: 0px;
					}
					
					
#footer		    {
					position: relative;
					width: 600px;
					margin-left: -300px;
					left: 50%;
					top: 200px;
					text-align: center;
					height: 100px;
		   		 }
#footer p	    {	text-align:center;margin-bottom:50px; }

#studio90 img	{border-style:none;}
					