﻿body
{
	width:860px;
	height:430px;
	background-color:#e0e0d2;
	font: normal 12px Arial;	
}

a {cursor:pointer;}

.product
{
	padding:5px;	
}

.right
{
	height:370px;
	width:170px;
	float:right;
	border-left:solid 2px #9c9c5b;
	text-align:center;
}

.right .title
{
	height:30px;	
	margin-top:10px;
	font-weight:bold;
}

.right .print
{
	vertical-align:middle;
	margin-top:40px;
}

.mid
{
	width:332px;
	float:right;	
}

.mid div
{
	margin-top:10px;
	line-height:20px;
	padding:0px 5px;
}

.mid img {border:solid 1px #9c9c5b;}

.left
{
	width:343px;		
	text-align:center;
}

.left #shirtImg 
{
	border:solid 3px #9c9c5b;	
}

.close
{
	position:absolute;
	right:0px; top:0px;
}

