/* GENERAL */
body
{
	margin: 0 0 0 0;
	background-color: white;
	background-position: 740px 0px;
	background-repeat: repeat-y;
}

/* HEADER */

td#header
{
	height: 73px;
	width: 740px;

	background-image: url(../images/site/header.png);
	background-repeat: no-repeat;

	padding: 5px 20px 5px 20px;

	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;

	color: white;
	text-align: right;
}

td#header a
{
	color: white;
	text-decoration: none;
}

/* TOP NAV */

td#topnav
{
	height: 19px;
	
	background-image: url(../images/site/topnav.png);
	background-repeat: repeat-x;

	padding: 0px 5px 0px 5px;

	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;

	color: #4C4C4C;
	text-align: left;
}

td#topnav a
{
	color: #4C4C4C;
}

/* LEFT NAV */

td#leftnav
{
	width: 200px;

	background-image: url(../images/site/leftnav.png);
	background-repeat: repeat-y;

	padding: 10px 0px 10px 0px;
	margin: 0px 5px 0px 5px;

	vertical-align: top;

	font-family: Tahoma;
	font-size: 8px;
	font-weight: bold;

	color: #000000;
}

td#leftnav_mainbullet
{

	width: 15px;
	
	text-align: center;
	vertical-align: middle;

}

td#leftnav_mainitem
{

	width: 185px;

	padding: 3px 0px 3px 0px;
	
	text-align: left;
	vertical-align: middle;

	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;

	color: #000000;
}

td#leftnav_subbullet
{

	width: 15px;

	text-align: center;
	vertical-align: middle;

}

td#leftnav_subitem
{

	width: 185px;
	
	text-align: left;
	vertical-align: middle;

	padding: 0px 0px 3px 0px;

	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;

	color: #000000;
}

td#leftnav_subitem a
{
	color: #000066;
	text-decoration: underline;
}


td#leftnav_spacer
{

	width: 200px;
	height: 20px;

}

/* MAIN CONTENT */

td#main
{
	width: 540px;

	background: #FFFFFF;

	padding: 5px 0px 5px 0px;

	vertical-align: top;
}

/* FOOTER */

td#footer
{
	height: 35px;
	width: 740px;

	background-image: url(../images/site/footer.png);
	background-repeat: no-repeat;

	padding: 0px 0px 0px 0px;

	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;

	color: white;
	text-align: middle;
}

td#footer a
{
	color: white;
}

/* ITEM STUFF */

td#item_title
{
	font-family: Tahoma;
	font-size: 23px;
	font-weight: normal;

	color: #000066;
	text-align: left;
}

td#item_vspace
{
	height: 5px;
}

div#item_choice
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;

	padding: 12px 0px 3px 0px;

	color: #000000;
	text-align: left;
}

div#item_choice a
{
	color: #000066;
	text-decoration: underline;
}

div#item_instock
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;

	color: #80BA2A;
	text-align: left;
}

div#item_outstock
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;

	color: #CC3300;
	text-align: left;
}

div#other_views
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;

	padding: 5px 0px 5px 0px;

	color: #000000;
	text-align: left;
}

div#item_description
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;

	padding: 0px 0px 3px 0px;

	color: #000000;
	text-align: justify;
}

div#item_buynow
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;

	padding: 0px 0px 10px 0px;

	color: #000000;
	text-align: right;
}

/* OTHER COOL ITEMS STUFF */


td#otheritem_title
{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;

	padding: 0px 0px 10px 0px;

	color: #F66A00;
	text-align: justify;
}

div#otheritem_line
{
	border-top: thin solid #E6E6E6;
}

div#otheritem_name
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;

	padding: 10px 0px 5px 0px;

	color: #000066;
	text-align: justify;
}

div#otheritem_price
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;

	padding: 0px 0px 5px 0px;

	color: #80BA2A;
	text-align: justify;
}

div#otheritem_details a
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;

	padding: 0px 0px 5px 0px;

	color: #000000;
	text-align: justify;
}

/* NORMAL TEXT PAGES */

td#textpage_title
{
	font-family: Tahoma;
	font-size: 23px;
	font-weight: normal;

	color: #000066;
	text-align: left;
}

td#textpage_text
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;

	padding: 0px 0px 10px 0px;

	color: #000000;
}

div#textpage_text
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;

	padding: 0px 0px 10px 0px;

	color: #000000;
	text-align: justify;
}

div#textpage_text a
{
	text-decoration: underline;
}

td#textpage_vspace
{
	height: 10px;
}

div#sizingchart_title
{
	font-family: Tahoma;
	font-size: 20px;
	font-weight: normal;

	padding: 10px 0px 10px 15px;

	color: #F66A00;
}

td#sizingchart_text td
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;

	padding: 0px 0px 10px 0px;

	color: #000000;
	text-align: center;
}

td#sizingchart_smalltext
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;

	padding: 0px 10px 0px 0px;

	color: #ABABAB;
	text-align: justify;
}

td#frontpage_iteminfo
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;

	color: #000000;
}

td#frontpage_iteminfo a
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;

	color: #000000;
}