/* CONTENT STYLES */
.level3	{ 
	padding:0 25px 40px 25px;
		}
li { 
	margin-bottom:5px;
	}


/* SHOPPER BUTTONS */
#btn_buy, #btn_where	{
	background-color: #ffffff;
	text-transform: uppercase;
	font-family: tahoma, verdana, arial, san-serif;
	letter-spacing: .03em;
	vertical-align:middle;
	padding:15px 0;
	}
#btn_buy a, #btn_where a	{
	border-top:1px solid #0063b2;
	border-bottom:2px solid #0063b2;
	border-left:1px solid #0063b2;
	border-right:2px solid #0063b2;
	color: #0063b2;
	padding:10px 10px;
	}
#btn_buy a:hover, #btn_where a:hover	{
	border-top:1px solid #003e71;
	border-bottom:2px solid #003e71;
	border-left:1px solid #003e71;
	border-right:2px solid #003e71;
	color: #003e71;
	}
#bag	{
	position:relative;
	top:3px;
	padding-right:7px;
	}	

/* SPECIFICATIONS TABLES */

#tabletitle	{ 
	font-weight:bold;
	font-style:italic;
	margin-bottom:7px;
	}
#specs {
	border-collapse: collapse;
	}
#specs td	{
	border: 1px solid #59636b;
	padding: 3px 5px;
	border-collapse: collapse;
	}
#specs th	{
	background-color:#59636b;
	border: 1px solid #59636b;
	color: #ffffff;
	font-weight:bold;
	text-transform: capitalize;
	white-space: nowrap;
	padding: 2px;
	}
	
/* This is the text for links to size charts */
#sizechart	{
	font-weight:bold;
	font-style:italic;
	text-align:right;
	}
	
	
/* DETAIL IMAGES - LEFT COLUMN */
#detailleft	{
	width:250px;
	padding-right:25px;
	}
	
/* ADDITIONAL PRODUCT VIEW BAR */
.addphotos	{
	background-color:#eaebed;
	text-align:center;
	padding:3px;
	width:244px;
	margin:10px 0;
	}

/* IMAGE RESIZING */

/* This size is for the image above tables to describe texture or color */
.swatch	{
	width:25px;
	height:25px;
	border:solid 1px #59636b;
	margin-right:10px;
	}
	
/* This size is the main image on the detail page */
.imagedetail	{
	width:250px;
	}	
	
/* This size is the thumbnails that goe below Additional Product Views bar */	
.moreviews	{
	width: 37px;
	height:37px;
	border:solid 1px #59636b;
	margin: 13px;
	}
#surroundview	{
	margin-left:-13px;
	margin-right:-13px;
	}
	
/* The thumbnail sizing for levels 1 and 2 is in the universal style sheet */
