a:link
	{
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:12px; 
	 color:#7C827C;
	}
a:visited
	{
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:12px; 
	 color:#7C827C;
	}
a:hover
	{
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:12px; 
	 color:#7C827C;
	}
body {
	background-color:#00320F;
    margin: 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}

img.bg {
  display: block;
}

form {
    margin: 0px;
    padding: 0px;
}

/*body {
    margin: 0px;
}*/

.error {
    color: red;
}

.page-control-totals {
    font-size: 8pt;
}

.page-control-pages {
    font-size: 8pt;
}

/* new pagination style */
table.pagination {
    width: 50%;
}

.pagination-totals {
    font-size: 8pt;
}

td.pagination-pages {
    font-size: 8pt;
    width: 1%;
}

td.pagination-left {
    width: 10px;
    height: 8px;
    background-image: url(../images/little_red_arrow_left.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

td.pagination-right {
    width: 10px;
    height: 8px;
    background-image: url(../images/little_red_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.std-table {
    /*background-color: #cccccc;*/
}

.std-table th {
    /*background-color: #efefef;*/
    text-align: right;
}

.std-table th.cmds {
    text-align: right;
}

.std-table td {
    background-color: #ffffff;
}

.page-control-totals {
    font-size: 8pt;
}

.page-control-pages {
    font-size: 8pt;
}


/*
--------------------------------------------
 Shopping Cart 
--------------------------------------------
*/

/* error */
.err {
    color: red;
}
/* view cart */
.vc {
    text-align:center;
}

/* cart empty */
.cartempty {
	margin: 10px;
	padding: 5px;
	border: 1px #ccc solid;
	background-color: #eee;
	color: #000;
	text-align: center;
	font-weight:bold;
}

/* cart modify table */
#cartmod {
	padding-left: 2px;
	width: 100%;
}

#cartmod > thead {
	text-align: left;
	background-color: #000;
	color: #fff;
}

#cartmod > tfoot {
    text-align:right;
}

#cartmod .bttn {
    text-align: center;
}

/* state tax */
#cartmod .st { 
    font-weight:bold;
}

/*
--------------------------------------------
 Products
--------------------------------------------
*/

div.cat 
{

}

/* category empty */
.catempty {
	margin: 10px;
	padding: 5px;
	border: 1px #ccc solid;
	background-color: #eee;
	color: #000;
	text-align: center;
	font-weight:bold;
}

/* product table */
#pt {
	padding-left: 2px;
	width: 100%;
}

#pt > thead {
	text-align: left;
	background-color: #000;
	color: #fff;
}


/* image col */
th.im {
	width: 20%;
}
/* title col */
th.tt {
	width: 20%;
}
/* description col */
th.dd {
	width: 40%;
}
/* price col */
th.pr {
	width: 10%;
}
/* qunatity col */
th.qt {
	width: 10%;
}

#pt > tfoot {
	text-align: center;
}

/*
--------------------------------------------
 Workshops
--------------------------------------------
*/

#wksp {
	padding-left: 2px;
	width: 100%;
	border: 1px solid #00320F;
}

#wksp > thead {
	text-align: left;
}
#wksp th {
    background-color: #00320F;
    color: white;
    padding: 2px;
}
#wksp th a {
    color: white;
    
}
th.nm, th.sf {
  width: 25%;
}
th.dc {
    width: 30%;
}
th.dt, th.dt {
    width: 20%;
}
th.ac {
    width: 5%;
}

    /*<th class="nm"><a href="Workshops.php?sort=name&dir=<?php echo $dir ?>">Name</a></th>
    <th class="sf"><a href="Workshops.php?sort=staff&dir=<?php echo $dir ?>">Staff</a></th>
    <th class="dc"><a href="Workshops.php?sort=description&dir=<?php echo $dir ?>">Description</a></th>
    <th class="dt" nowrap="nowrap"><a href="Workshops.php?sort=start_date&dir=<?php echo $dir ?>">Start Date</a></th>
    <th class="dt" nowrap="nowrap"><a href="Workshops.php?sort=end_date&dir=<?php echo $dir ?>">End Date</a></th>
    <th class="ac">:.</th> */
    

/*
--------------------------------------------
 CMS
--------------------------------------------
*/

.arrowLink a:link
    {
     color:#666;
     font-family:Arial, Helvetica, sans-serif;
     font-size:11px;
     text-decoration:underline;
    }
.arrowLink a:visited
    {
     color:#666;
     font-family:Arial, Helvetica, sans-serif;
     font-size:11px;
     text-decoration:underline;
    }
.arrowLink a:hover
    {
     color:#666;
     font-family:Arial, Helvetica, sans-serif;
     font-size:11px;
     text-decoration:underline;
    }
.footer a:link
    {
     color:#2C2C27;
     font-family:Arial, Helvetica, sans-serif;
     font-size:11px;
    }
.footer a:visited
    {
     color:#2C2C27;
     font-family:Arial, Helvetica, sans-serif;
     font-size:11px;
    }
.footer a:hover
    {
     color:#2C2C27;
     font-family:Arial, Helvetica, sans-serif;
     font-size:11px;
    }
/*
--------------------------------------------
 nav
--------------------------------------------
*/
.nav
    {
     color:#FFFFFF;
     font: Arial, Helvetica, sans-serif;
     font-size:12px;
     text-transform:uppercase;
}
.nav a:link
    {
     color:#FFFFFF;
     font: Arial, Helvetica, sans-serif;
     font-size:12px;
     text-transform:uppercase;
     text-decoration:none;
     padding-left:15px;
     padding-right:15px;
}
.nav a:visited
    {
     color:#FFFFFF;
     font:Arial, Helvetica, sans-serif;
     font-size:12px;
     text-transform:uppercase;
     text-decoration:none;
     padding-left:15px;
     padding-right:15px;
}
.nav a:hover
    {
     color:#FFFFFF;
     font: Arial, Helvetica, sans-serif;
     font-size:12px;
     text-transform:uppercase;
     text-decoration:none;
     padding-left:15px;
     padding-right:15px;
}
/*
--------------------------------------------
 Subnav
--------------------------------------------
*/
dl#menu {
        width: 190px;
        color:#666666;
}
dl#menu li{
            color:#666;
            margin-left:-50;
            padding: 0;
}
dl#menu dt {
        color:#666;
        cursor: pointer;
       
        height: 27px;
        line-height: 20px;
        padding-left:30px;
        padding-top:3px;
        font-weight: bold;
        background-image:url(../images/subnav_bg.jpg);
        background-repeat:no-repeat;
}
dl#menu li a, dl#menu dt a {
        color: #666;
        text-decoration: none;
        display: block;
        border: 0 none;
        height: 100%;
}

/* Login link */
.ll {
    text-align:right;
}


.pay-table {
    background-color: #cccccc;
}

.pay-table th {
    background-color: #efefef;
    text-align: center;
}

.pay-table td {
    background-color: #ffffff;
}

