@charset "UTF-8";
/* CSS Document */
/*
 * (c) Copyright 2008 Hen's Teeth Network. All rights reserved. www.hens-teeth.net
 */
/* Layout */

/*
*
*	PRIMARY STYLING FOR THIS INSTALLATION IS LOCATED IN: /wp/wp-content/themes/youth/style.css
*
*/

table.layout
{
	width:100%;
}

th
{
	border: none;
	text-align:center;
	vertical-align:top;
}

td
{
	border: none;
	text-align:left;
	vertical-align:top;
}

tr.separator, hr
{
	border-width:0;
	border-bottom:1px solid black;
	width:100%;
}

td.pdgmain
{
	text-align:left;
}

	table.layout td.content
	{
		text-align:center;
	}
	
	table.layout td.content table
	{
		width:100%;
	}

table.layout td.layout
{
	padding:1em;
}

	table.layout td.topNav
	{
		padding:0;
	}
	
	table.layout td.leftNav, table.layout td.rightNav
	{
		width:20%;
		text-align:center;
	}
	
	table.layout td.content
	{
		width:60%;
	}

table.layout td.topNav table.topTable
{
	width:100%;
}

table.layout td.topNav table.topTable td.topLinks
{
	text-align: center;
	padding:.25em;
}

table.layout td.bottomNav
{
	text-align:center;
}

table.layout td.content td
{
	padding:.4em;
}


/* forms */

table.layout td.content input[type="text"], table.layout td.content input[type="password"], table.layout td.content select
{
	padding:.1em,0,.1em,0;
	width:300px;
}

table.layout td.content table.pdgmain td.pdgmain input[type="text"]
{
	width:50px;
}

/* element */

body
{
	line-height:1.22em;
}

table.layout td.content th
{
	font-weight:bold;
	text-align:right;
	width:40%;
}

h1
{
	font-size:125%;
	font-weight:bold;
	background-color:#999999;
	padding:.3em;
	line-height:125%;
}

h2
{
	font-size:150%;
	font-weight:bold;
	line-height:150%;
}

h3
{
	font-size:125%;
	font-weight:bold;
	line-height:125%;
}

td.options
{
	text-align:center;
}

/* Item Template Style
--------------------------------------------- */

.itemimage img
{
	width: 175px;
}


/* Right Sidebar Search & Categories & Shopping Cart
--------------------------------------------- */

#searchtable
{
	padding-top: 3px;
	padding-left: 5px;
}

th
{
	text-align:right;
	font-size: 11px;
}

#searchtable input#keywords 
{
	width: 180px;
}

#shoppingcart
{
	border:solid 1px #999999;
	width: 95%;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.sidebar1
{
	font-size: 110%;
	line-height: 130%;
}

.sidebar1 ul
{
	padding-left: 10px;
}

/* Basket Syles 
------------------------------------------- */

#Basket .pdgmain img
{
	width: 75px;
}

/* CheckOut 
------------------------------------------- */

#checkout td img
{
	width: 50px;
}

/* Search Results
------------------------------------------- */

#results_image td img
{
	*width: 150px;
	max-width: 150px;
}

