/*-----------------------------------------------------------------------------
Downunder Tradies Screen Stylesheet
BONZA MATE!

version:   1.0
date:      16/05/07
author:    George Ornbo
email:     george at shapeshed dot com
website:   http://www.shapeshed.com

-----------------------------------------------------------------------------*/

/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* 
	{
	margin: 0;
	padding: 0;	
	border: 0;
}


/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 75%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	background: #5a6986;
	color: #000000;	
	text-align:center;
}
#wrapper
	{ 
	width: 980px; 
	text-align:left;  
	margin-left:auto; 
	margin-top: 10px;
	margin-right:auto; 
	background-color: #FFFFFF;
}


/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	text-indent:-9999px;
}
h1 a
	{
	width: 255px;
	height: 91px;
	margin-left: 15px;
	background: url(/skin/frontend/default/dut/images/header/logo.png) 0 0 no-repeat;
	float:left;
	text-decoration:none;
	border-bottom: none;
}
	
h2 {
	font-size: 1.6666666666666667em; /* 20 pt */
	line-height: 0.9em; /* 20 * line-height = 18pt */
	margin-bottom: 0.9em; /* 20 * margin-bottom = 18pt */
	color:#003D7D;
	text-transform: uppercase;
	clear: both;
}
.category-head h2
	{
	color:#003D7D !important;
}

h3 {
	clear: left;
	font-size: 1.3em; /* 18 pt */
	line-height: 1.5em; /* 18 * line-height = 18pt */
	margin-bottom: 1em; /* 18 * margin-bottom = 18pt */
	color:#003D7D;
}
h3 a
   {
	color: #003D7D;
}

h4 {
	font-size: 1.3333333333333333em; /* 16 pt */
	line-height: 1.125em; /* 18 * line-height = 18pt */
	margin-bottom: 1.125em; /* 18 * margin-bottom = 18pt */
}
h5 {
	font-size: 1.1666666666666667em; /* 14 pt */
	line-height: 1.2857142857142858em; /* 18 * line-height = 18pt */
	margin-bottom: 1.2857142857142858em; /* 18 * margin-bottom = 18pt */
}
h6 {
	font-size:1em; /* 12 pt */
	line-height: 1.5em; /* 18 * line-height = 18pt */
	margin-bottom: 1.5em; /* 18 * margin-bottom = 18pt */
}	
p, q, cite, address
	{
	font-size:1em; /* 12 pt */
	line-height: 1.5em; /* 18 * line-height = 18pt */
	margin-bottom: 1.5em; /* 18 * margin-bottom = 18pt */
}
ul, ol, dl
	{
	font-size: 1em; /* Equivalent to 12pt */
	margin-bottom: 1.5em; /* margin-bottom = 18pt */
}
li, dd, dt
	{
	font-size: 1em; /* Equivalent to 12pt */	
}
#main.col-main ul.bullets
	{
	list-style: disc;	
}

#main.col-main ul.bullets li
	{
	margin-left: 20px;	
}



.promo-box cite
	{
	padding: 0px 5px 0px 5px;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;	
}
.summary
	{
	font-size: 1.4em;
	font-weight: bold;	
}



#internal-left ul, #internal-cscs ul
	{
	list-style: circle;
	padding: 5px 0px 0px 15px;	
}

#internal-left ol, #internal-cscs ol
	{
	padding: 5px 0px 0px 15px;	
}

a	
	{
	color: #000000;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}

a:hover	
	{
	color: #000000;
	border-bottom: none;
	text-decoration: none;
}



/* Header
-----------------------------------------------------------------------------*/
#switcher
  {
  float: left;
  position: relative;
}
#switcher p
  {
  margin-left: 20px;
  padding-left: 40px;
  padding-top: 5px;
  background: url(/skin/frontend/default/dut/images/icons/uk_flag.jpg) top left no-repeat; 
  height: 32px;
  margin-bottom: 0;
}
#switcher ul
  {
  position: absolute;
  top: 0px;
  left: 220px;
  border: 5px solid #ccc;
  background: #fff;
  list-style: none;  
  margin-bottom: 0;
  display: none;
  padding: 5px;
  z-index: 100;
}

#switcher ul li
  {
  background: url(/skin/frontend/default/dut/images/icons/australia_flag.gif) top left no-repeat;   
  padding-left: 40px;
}
#header
	{ 
	padding-top: 20px;
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/top_curve.png) top left no-repeat;
}
#header ul.user
	{
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 0;
	float: right;
	list-style: none;
}
#header ul.user li
	{
	display: inline;
}
#header ul.user li a
	{
	text-decoration: none;
	color: #000;
}
#header ul.user li a:hover
	{
	text-decoration: underline;
}
#home a
	{
	padding-left: 25px;
	background: #FFF url(/skin/frontend/default/dut/images/icons/icon_home.gif) top left no-repeat;
	border-bottom: none;		
}
#about a
	{
	padding-left: 25px;
	background: #FFF url(/skin/frontend/default/dut/images/icons/resultset_next.png) top left no-repeat;
	border-bottom: none;		
}

#signin a
	{
	margin-left: 10px;
	padding-left: 25px;
	background: #FFFFFF url(/skin/frontend/default/dut/images/icons/icon_login.gif) top left no-repeat;	
	border-bottom: none;	
}
#partners a
	{
	margin-left: 10px;
	padding-left: 25px;
	background: #FFFFFF url(/skin/frontend/default/dut/images/icons/link.png) top left no-repeat;	
	border-bottom: none;	
}
#register a
	{
	margin-left: 10px;
	padding-left: 25px;
	background: #FFFFFF url(/skin/frontend/default/dut/images/icons/icon_register.gif) top left no-repeat;	
	border-bottom: none;	
}
#header ul.nav
	{
	width: 685px;
	text-indent:-9999px;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 0;
	list-style: none;	
	float: left;
	position: relative;
	z-index: 0
}
#header ul.nav li
	{
	display: inline;
	position: relative;
}

#header ul.nav li a
	{
	border-bottom: none;
}
#header ul.nav li#tradespeople a
 	{
	float: left;
	width: 160px;
	height: 50px;
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png)  top left no-repeat;
}
#tradespeople-page #header ul.nav li#tradespeople a
	{
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png) 0 -50px no-repeat;		
}
#header ul.nav li#tradespeople a:hover
 	{
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png) 0 -50px no-repeat;
}
#header ul.nav li#contractors a
 	{
	float: left;
	width: 146px;
	height: 50px;
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png) -160px 0 no-repeat;
}
#contractors-page #header ul.nav li#contractors a
	{
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png) -160px -50px no-repeat;	
}
#header ul.nav li#contractors a:hover
 	{
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png) -160px -50px no-repeat;
}
#header ul.nav li#test-centre a
 	{
	float: left;
	width: 134px;
	height: 50px;
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png) -306px 0 no-repeat;
}
#cscs-tests-page #header ul.nav li#test-centre a
	{
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png) -306px -50px no-repeat;	
}

#header ul.nav li#test-centre a:hover
 	{
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png) -306px -50px no-repeat;
}
#header ul.nav li#start-up a
 	{
	float: left;
	width: 163px;
	height: 50px;
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png) -440px 0 no-repeat;
}
#contact-page #header ul.nav li#start-up a
	{
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png) -440px -50px no-repeat;		
}
#header ul.nav li#start-up a:hover
 	{
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png) -440px -50px no-repeat;
}
#header ul.nav li#shop a
 	{
	float: left;
	width: 82px;
	height: 50px;
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png) -603px 0 no-repeat;
}
#contact-page #header ul.nav li#shop a
	{
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png) -603px -50px no-repeat;		
}
#header ul.nav li#shop a:hover
 	{
	background: #FFFFFF url(/skin/frontend/default/dut/images/header/nav/nav.png) -603px -50px no-repeat;
}
ul#right-nav
	{
	width: 263px;
	position: relative;	
	background: #f5f3f4;
}



ul#right-nav a
	{
	border-bottom:medium none;
	display:block;
	padding: 5px 5px 5px 20px;
	color:#5A6986;
	background: transparent url(/skin/frontend/default/dut/images/backgrounds/separator.png) bottom left no-repeat;
	font-size:1.5em;
}
ul#right-nav a:hover {
	background: #d2d6df;
}

.breadcrumbs
	{
	width: 100%;	
}



/* Homepage
-----------------------------------------------------------------------------*/
#promo-image
	{
	margin: 15px 0px 0px 0px;
	float: left;
	clear: left;
}

#promo-image img
	{
	margin-left: 15px;	
}

#intro
	{
	width: 350px;
	float: left;
}

#intro h2
	{
	margin: 10px;
	float: left;
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: normal;
}
#read-more
	{
	width:980px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

#contractor-promo
	{
	margin-left: 15px;
	width: 465px;
	float: left;
	background: #eeeeee url(/images/homepage/curve_bottom.png) bottom left no-repeat;
	padding-bottom: 10px;	
	margin-bottom: 10px;
}

#contractor-promo .icon
	{
	float: left;	
	padding: 10px;
}

#contractor-promo h3
	{
	float: left;
	padding: 10px 20px 0px 15px;
	background: #eeeeee url(/images/homepage/curve_top.png) top left no-repeat;
}

#contractor-promo p
	{
	padding-left: 15px;
}


p.find-out-more a
	{
	padding-right: 10px;
	text-indent:-9999px;
	float: right;
	clear:right;
	width: 160px;
	height: 32px;
	background: #eeeeee url(/images/homepage/find_out_more.png) top left no-repeat;		
	border-bottom: none;
}

p.find-out-more a:hover
	{
	background: #eeeeee url(/images/homepage/find_out_more_o.png) top left no-repeat;		
}

#opportunities-promo
	{
	margin-left: 20px;
	width: 465px;
	float: left;
	background: #eeeeee url(/images/homepage/curve_bottom.png) bottom left no-repeat;
	padding-bottom: 10px;	
	margin-bottom: 10px;
}

#opportunities-promo h3
	{
	padding: 10px 20px 0px 15px;
	background: #eeeeee url(/images/homepage/curve_top.png) top left no-repeat;
}

#opportunities-promo .icon
	{
	float: left;	
	padding: 10px;
}


#opportunities-promo p
	{
	padding-left: 15px;
}

/* Unset some Magento 
-----------------------------------------------------------------------------*/
.header-nav-container
	{
	background: none;	
}
.middle-container
	{
	background: none;	
}
.middle
	{
	margin: 10px 0 0 0;
	padding: 10px 0 0 15px ;
	width: 949px;
	background:none;
	clear: left;	
}

.col-1-layout .listing-type-grid li.item
	{
	width: 295px;
}

.col-2-left-layout .col-main
	{
	width: 730px;	
}

.col-3-layout .col-main 
	{
	width: 520px;	
}

.col-2-right-layout .col-main
	{
	width: 640px;
	padding-right: 15px;
	border-right: 1px dotted #CCCCCC;
}

.listing-type-grid li.item
	{
	width: 153px;	
}

.col-1-layout .listing-type-grid
	{
	background-image:url(/skin/frontend/default/dut/images/backgrounds/bkg_products-grid1.gif);	
}

.col-2-left-layout .listing-type-grid li.item, .col-2-right-layout .listing-type-grid li.item
	{
	width: 193px;
}

.col-2-left-layout .listing-type-grid, .col-2-right-layout .listing-type-grid 
	{
	background-image:url(/skin/frontend/default/dut/images/backgrounds/bkg_products-grid3.gif);
}

.listing-type-grid
	{
	background-image:url(/skin/frontend/default/dut/images/backgrounds/bkg_products-grid3_alt.gif);		
}
.side-col
	{
	width: 275px;	
}
.product-essential .product-shop
	{
	width: 290px;	
}
.catalog-listing h5 a, .catalog-listing h5 a:hover
	{
	text-decoration: none;
}

/* Internal
-----------------------------------------------------------------------------*/

#internal-left
	{
	clear: left;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	padding-right: 15px;
	width: 640px;
	border-right: 1px dotted #ccc ;	
}

.breadcrumb
	{
	float: left;
	font-size: 1.0em;
	clear: both;	
}

.promo-box
	{
	float: right;
	margin: 0px 0px 10px 10px;
	width: 225px;
	border: 1px solid #ccc;		
}

.promo-box p
	{
	padding: 0px 5px 0px 5px;	
}

.promo-box img
	{
	float: right;
	margin-right: 5px;	
	margin-bottom: 5px;
}

#internal-right
	{
	float: right;
	margin-top: 15px;
	margin-right: 30px;
	width: 265px;	
	margin-bottom: 10px;
}

#internal-right ul
	{
	list-style: none;	
	background: #f5f3f4;
}

#internal-right ul a
	{
	color: #5a6986;	
	display: block;
	background: transparent url(/skin/frontend/default/dut/images/backgrounds/separator.png) bottom left no-repeat;
	font-size: 1.6em;	
	padding: 5px 0 5px 20px;
	border-bottom: none;
}

#yellow-promo
	{
	margin-top: 10px;
	float: left;
	background: #ffffcc url(/images/teasers/yellow_curve_bottom.png) bottom left no-repeat;		
	margin-bottom: 5px;
	padding-bottom: 15px;
}

#yellow-promo a
	{
	color: #333333;		
}

#yellow-promo h3
	{
	font-size: 1.6em;
	font-weight: normal;
	padding: 10px;
	color: #333333;
	line-height: 1.5em;
	margin-bottom: 0;
	background: #ffffcc url(/images/teasers/yellow_curve_top.png) top left no-repeat;
}

#yellow-promo img
	{
	padding: 20px 20px 10px 10px;
	float: right;
}

#packs
	{
	width: 230px;
	padding: 10px;
	float: left;
	clear: left;
	background: #ffffcc;
	border: 3px solid #ffcc66;	
	margin-bottom: 1.5em;
}
#packs ul 
	{
	float: left;
}
#packs ul a
	{
	margin-left: 0;
	font-size: 1em;	
	background: none;
}




/* Courses */
#internal-courses
	{
	clear: left;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	width: 945px;
}
.courses-next
	{
	text-align: right;	
	font-size: 1.2em !important;
	font-weight: normal;
}
td.courses-next
	{
	padding-top: 1em;
}
.courses-next a
	{
	background:transparent url(/images/icons/calendar_right.png) no-repeat top right;		
	padding-right:25px;
	border-bottom: none;
	display: block;
}

.courses-month
	{
	text-align: center;	
	color:#333333;
	font-size:1.4em;
	font-weight:bold;
	padding:5px 0pt;
}
td.courses-month
	{
	padding-top: 1em;
}

.courses-previous
	{
	text-align: left;
	font-size: 1.2em !important;
}

td.courses-previous
	{
	padding-top: 1em;	
}


.courses-previous a
	{
	background:transparent url(/images/icons/calendar_left.png) no-repeat top left;		
	padding-left:25px;
	border-bottom: none;
	display:block;
}

.weekday
	{
	padding: 5px 0px 0px 0px;
	text-align: center;
}
.calendar-today
	{
	padding: 5px;
	background-color: #d5dbe6;	
	border-bottom: 1px #ccc solid;	
	height: 75px;
}

.calendar-cell
	{
	padding: 5px;
	border: 1px #ccc solid;	
	min-height: 150px;
	height: 75px;
}



.calendar-blank
	{
	color: #666;
	padding: 5px;
	border: 1px #ccc solid;	
	height: 75px;
}



.day-number {
	float: right;
	clear: both;
	font-size: 1.2em;
}
#courses-table ul
	{
	clear: both;
	margin-top:0;
	padding-top:0;
	font-size: 1em;	
	color: #0047c8;
	list-style: disc;
}
#courses-table ul li
	{
	margin-left: 10px;	
}
#courses-table ul li a
	{
	color: #0047c8;
}
.warning
	{
	background: #ffffcc;
	border: #ffcc66 1px solid;
}
form .warning
	{
	margin-bottom: 0;
	float: left;
	margin-top: 10px;
	padding: 10px;	
}

p.form-warning
	{
	padding: 15px 15px 15px 50px;
	background:#ffffcc url(/images/icons/warning.gif) no-repeat 10px 10px;	
	border: #ffcc66 1px solid;
}

#courses-page-left
	{
	clear: left;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 685px;
	padding-right: 15px;
	border-right: 1px dotted #5a6986;
}
#courses-page-left .date
	{
	background:transparent url(/images/icons/calendar.gif) no-repeat top left;	
	padding-left: 20px;
}
#courses-page-left .time
	{
	background:transparent url(/images/icons/icon_clock.gif) no-repeat top left;	
	padding-left: 20px;
}
#courses-page-left .price
	{
	background:transparent url(/images/icons/icon_package_get.gif) no-repeat top left;	
	padding-left: 20px;
}


#courses-page-right
	{
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	width: 245px;
}
#courses-page-right li 
	{
	background:transparent url(/images/icons/calendar.gif) no-repeat top left;
	padding-left: 20px;
}

#next-available
	{
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	width: 300px;
	float: right;	
}
#next-available ul
	{
	list-style: none;	
}


#next-available li 
	{
	background:transparent url(/images/icons/calendar.gif) no-repeat top left;
	padding-left: 20px;
}
#next-available h4 a{
	background:transparent url(/images/icons/cal.png) top left no-repeat;
	display: block;
	padding-left: 40px;
	border-bottom: none;
	padding-bottom: 10px;
	margin: 10px 0 10px 0;
}




.sold-out
	{
	margin-top: 5px;
	float:right;
	background: #ffffcc;
	border: 1px solid #ffcc66;	
}
.sold-out p
	{
	width: 200px;
	font-size: 1.8em;
	padding: 5px;
	margin-top: 0;
}

.places-available
	{
	float:right;
	background:#ccffcc url(/images/icons/success.gif) 0 10px no-repeat;
	border: 1px solid #339933;	
	margin-top: 5px;
	padding-left: 30px;
}
.places-available:first-letter
	{
	padding-left: 25px;
}
#courses-page-right h3 a{
	background:transparent url(/images/icons/cal.png) top left no-repeat;
	display: block;
	padding-left: 40px;
	border-bottom: none;
	padding-bottom: 10px;
	margin: 10px 0 10px 0;
}

#courses-page-right ul
	{
	list-style: none;	
}


.places-available p
	{
	width: 200px;
	margin-top: 0;
	font-size: 1.4em;
	padding: 5px;
}
.places-available img
	{
	float:right;
	padding-bottom: .5em;
	}
#internal-cscs
	{
	clear: left;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 15px;
	width: 940px;	
}
.product
	{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 1.5em;
	position: relative;
}

.product img
	{
	float: left;
}
.product p, .product ul
	{
	float: right;
	width: 470px;
}
.find-out-more
	{
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 0;
}

.messages
	{
	clear: left
}

/* Icons
-----------------------------------------------------------------------------*/

a[href$=".pdf"] {
	background:transparent url(/skin/frontend/default/dut/images/icons/iconize/icon_pdf.gif) no-repeat scroll right center;
	padding-right: 20px;
}



/* Forms
-----------------------------------------------------------------------------*/


input.text, input.file
	{
	padding: 1px;
	border: 1px solid #999999;	
}
input.highlight
	{
	background: #ffffcc !important;
	border: 1px solid #ffcc00 !important;	
	width: 300px;
	margin-bottom: 10px;
	padding: 3px;
	float: left;
}


input.submit
	{
	font-size: 1em;
	padding: 1px;
	border: 1px solid #999999;		
}
legend
	{
	font-size: 1.6em;
}

textarea.text
	{
	width: 300px;
	height: 150px;
	padding: 2px;
	border: 1px solid #999999;	
}
select
	{
	margin-top: 5px;
	border: 1px solid #999999;	
	padding: 1px;		
}



.success
	{
	background:#E2F9E3 url(/images/icons/success.gif) no-repeat scroll left center;
	border:1px solid #CCCCCC;
	color: #006633 !important;
	margin:10px 7px 10px 10px;
	padding:5px 5px 5px 35px;
	text-align:left;
}
p#other{
	display: none;
}

#freeform label, #freeform select, #freeform input.submit, #freeform input.text
	{
	float: left;	
}

#freeform label
	{
	clear: left;
	margin-top: 5px;
	margin-left: 20px;
	width: 250px;
	margin-right: 20px;
}

#freeform legend
	{
	margin-left: 20px;
	font-size: 1.16666666667em;
}
#freeform input.text
	{
	width: 300px;
	margin-bottom: 10px;
	padding: 3px;	
}

#freeform fieldset
	{
	width: 98%;
	float: left;
	clear: left;
	margin-bottom: 10px;
	border: 1px solid #999999;	
}

#freeform select
	{
	border: 1px solid #999999;
	padding: 3px;
	margin-bottom: 10px;		
}

#freeform select#course_titles
	{
	margin-top: 10px;
	margin-left: 20px;		
}

#freeform textarea
	{
	width: 300px;
	padding: 3px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #999999;	
}

#freeform input.submit
	{
	float: right;
	margin-right: 25px;
	margin-bottom: 10px;	
}
#freeform fieldset img
	{
	float: left;
	margin-bottom: 1em;
	margin-left:20px;
}


#freeform p
	{
	clear:left;
}

#courses-page-left form
	{
	margin: 10px 0 10px 0;	
}

#courses-page-left label
	{
	float: left;
	font-size: 1.2em;	
}
#courses-page-left input.checkbox
	{
	margin-right: 10px;	
	float:left;
}



#courses-page-left select
	{
	float: left;
	clear: both;
	margin-bottom: 10px;
}
#courses-page-left input.text
	{
	float: left;
	clear: left;
	width: 300px;
	padding: 3px;
}
.please-select
	{
	font-size: 1.4em !important;
	font-weight: bold;	
}
#courses-page-left input.submit
	{
	margin: 10px 0 50px 0;
	float :left;
	font-size: 1.6em;
	cursor: pointer;
	clear: left;
}

p.course-form
	{
	margin-bottom: 1.5em;
	float:left;	
}

p.course-form label
	{
	margin-bottom: 5px;
}

#courses-page-left textarea
	{
	border: 1px solid #ccc;
	clear: left;
	float: left;
}


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



table
 	
	{ 
  	border-spacing: 0;
	border-collapse: collapse;
}

td 
	
	{
  	text-align: left;
	font-weight: normal;
}

#courses-table
	{
	width: 100%;
	margin-bottom: 20px;	
}
#courses-table th
	{
	padding: 5px 0 5px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	
}
.weekday
	{
	width: 14%;	
}

.t-shirt-table
	{
	width: 100%;
	border: 1px solid #5a6986;
}

.t-shirt-table th
	{
	padding: 5px;
	background: #5a6986;
	color: #fff;
}
.t-shirt-table td
	{
	padding: 5px;
	border-top: 1px solid #5a6986;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer
	{ 
	clear: both;
	background: #fff url(/skin/frontend/default/dut/images/footer/bottom_curve.png) bottom left no-repeat;
	padding-top:5px;
	margin-bottom: 5px;
	margin-top: 15px;
}

#footer p
	{ 
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	margin-bottom: 0;
	font-size: 1.0em;
}

#footer .footer-nav, #footer .credit
	{
	float: right;	
}









