/*******************************************************************************
* Project: Dr. Wacky's 2.0                                                     *
* File: wacky.css (CSS)                                                        *
* Author: Cody Garvin                                                          *
*                                                                              *
********************************************************************************
* Date: 6/08/07                                                                *
* Version: 0.1                                                                 *
* History:                                                                     *
*  6/08/07 - Initial script created.                                           *
*                                                                              *		
*******************************************************************************/
/* CSS For the whole site */

/*
-----------------------------------------------------------------------------
- Basics
-----------------------------------------------------------------------------
*/
body 
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #321b0a;
	background: #f9f7de;
	font-size: 12px; /* IE5 Win */
  	letter-spacing: 1px;
  	line-height: 150%;
}
	
html>body 
{ /* be nice to Opera */
	font-size: 12px;
}

font
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
}

ul
{
	margin-top: 0;
	padding-left: 25px;
	padding-top: 0;
}

p 
{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left; 
}

a:link, a:active, a:visited
{
	color: #444;
	text-decoration: none;
}

a:hover
{
	color: #333;
	text-decoration: underline;
}

a.nohover:link, a.nohover:active, a.nohover:visited, a.nohover:hover
{
	color: #444;
	text-decoration: none;
}

a.sportscartlink:link, a.sportscartlink:active, a.sportscartlink:visited, a.sportscartlink:hover
{
	color: #1d548b;
	text-decoration: none;
}

a.naturalcartlink:link, a.naturalcartlink:active, a.naturalcartlink:visited, a.naturalcartlink:hover
{
	color: #2B751E;
	text-decoration: none;
}

a.white:link, a.white:active, a.white:visited, a.white:hover
{
	color: #FFF;
	text-decoration: none;
}

/*
-----------------------------------------------------------------------------
- Layout                                                                    -
-----------------------------------------------------------------------------
*/
tr.footersports
{
	background: url("../images/bottombar_sports.png");
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/*
-----------------------------------------------------------------------------
- Tables                                                                    -
-----------------------------------------------------------------------------
*/

tr.selected:hover
{
	background: #F1F1F1;
}

tr.new
{
	background: #e1e1ff;
}

tr.new:hover
{
	background: #F1F1F1;
}

th
{
	border: 1px solid #00C100;
	padding: 1px;
	font-weight: normal;
}

td.heading
{
	width: 100px;
	padding: 2px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}

td.subject
{
	padding: 2px;
	border: 1px solid #00C100;
	background-color: #CCCCCC;
	border-bottom: none;
	text-align: left;
	font-weight: bold;
}

td.error_title
{
	color: #FF0000;
}

td.missing_title
{
	color: #0000FF;
}

/* Cart Table */
td.cartbar
{
	height: 30px;
}
td.mastercheckbox
{
	width: 30px;
	height: 30px;
	border: 1px solid white;
	border-right: none;
	border-bottom: none;
}
td.qty
{
	width: 75px;
	height: 30px;
	border: 1px solid white;
	border-right: none;
	border-bottom: none;
}
td.product
{
	width: 445px;
	border: 1px solid white;
	border-right: none;
	border-bottom: none;
}
td.totalprice
{
	width: 150px;
	border: 1px solid white;
	border-bottom: none;
}
td.subtotalword
{
	height: 30px;
	border: 1px solid white;
	border-right: none;
}
td.subtotal
{
	font-weight: bold;
	border: 1px solid white;
}

/*
-----------------------------------------------------------------------------
- Divs
-----------------------------------------------------------------------------
*/

div.maintable
{
	margin-left: auto; 
	margin-right: auto; 
	width: 450px;
}

div.tableheadleft
{
	font-weight: bold;
	margin-left: 5px;
	font-size: 14px;
	text-align: left;
}
div.tableheadcenter
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
div.tableheadright
{
	font-weight: bold;
	margin-right: 5px;
	font-size: 14px;
	text-align: right;
}
div.sportstable
{
	border: 1px solid #E02A00; 
}
div.naturaltable
{
	border: 1px solid #197A2F; 
}

div.subnote
{
	font-size: 11px;
	margin-left: 5px;
}

div.tabs
{
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	margin: 5px;
	border: 1px solid #66FF33;
}

div.pricecolumn
{
	margin-right: 5px;
	/*font-family: "Courier New", Courier, monospace;*/
}

div.priceperunit
{
	color: #999999;
}

div.retailprice
{
	color: #999999;
	text-decoration: line-through;
}

div.errortable
{
	border: 1px solid #1E548B;
	width: 440px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFF1;
	color: #FF2211;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}

div.loginerrortable
{
	border: 1px solid #66ff33;
	width: 250px;
	text-align: center;
	padding: 10px 50px 5px 50px;
	background-color: #FFFFF1;
	margin-bottom: 15px;
}

/* Tables */
div.lefttable
{

}
div.lefttabletitle
{
	text-align: left; 
	color: #FFFFFF; 
	font-weight: bold; 
	margin-top: 5px; 
	margin-left: 5px; 
	height: 26px;
}
div.lefttablebody
{
	text-align: left; 
	margin: 6px;
	font-size: 10px;
}

div.unlock-inline 
{
	float: left;
	position: relative;
}

div.unlock-pop 
{
	display: none;
	position: absolute;
	top: 20px;
	left: 150px;
	z-index: 50;
	background: #F1F1F1;
	border: 2px solid #DDDDDD;
	padding: 3px;
	-moz-opacity: .95;
}

div.unlock-inline:hover div.unlock-pop 
{
	display: block;
}

/*
----------------------------------------------------------------------------------------------------
Other stuff
----------------------------------------------------------------------------------------------------
*/
del.price
{
	color: #999999;
}

dt.faq
{
	font-weight: bold;
}

