/* CSS Document */


	/*
	
	Author:  		Noah Earle and Shawn Allison for Offshoot - Taking Business in a new direction. 
	Link:  			http://www.offshootinc.com
	Client: 		Play Underwear
	Link:			http://www.playunderwear.com
	Title: 			Style Parameters
	Last Modified: 	07/13/05
	
	*/
	
	
	
	/* Basic Style Parameters 
	----------------------------------------------*/


body {		
  background:url(../imgs/common/bg.jpg) top left repeat-x #000000; //ccea78
	margin:0px;
	font-family:"Courier New", Courier, mono;
	font-size:13px;
	color:#000000;
	font-weight: 600;
	line-height:20px;
}

td {	
	font-family:"Courier New", Courier, mono;
	font-size:13px;
	color:#000000;
	font-weight: 600;
	line-height:20px;
}

img {
	border-style: none;
}

	/* Default Link Parametres 
	----------------------------------------------*/


a:link {	
	font-family:"Courier New", Courier, mono;
	font-weight: 600;
	color:#000000;
	text-decoration:none;
}

a:visited {	
	font-family:"Courier New", Courier, mono;
	font-weight: 600;
	color:#000000;
	text-decoration:none;
}

a:active {	
	font-family:"Courier New", Courier, mono;
	font-weight: 600;
	color:#000000;
	text-decoration:none;
}

a:hover {
	font-family:"Courier New", Courier, mono;
	font-weight: 600;
	color:#000000;
	text-decoration:underline;
}


	/* Header Style Parametres 
	----------------------------------------------*/	
	
	
h1 {
	color:#000000;
	font-size:19px;
	margin-top:5px;
	margin-bottom:0px;
}

h2 {
	color:#000000;
	font-size:17px;
	margin:0px;	
}

h3 {
	color:#000000;
	font-size:15px;
	margin:0px;	
}

h4 { 
	font-size:11px;
	padding-top:0px;
	padding:0px;
	margin:0px;	
	color:#000000;
}


	/* Primary Style Parametres 
	----------------------------------------------*/


.highlight {
	color:#F3E348;
}

.highlight2 {
	color:#FF9900;
}

a.highlight2 {
	color:#FF9900;
}

.sep{
  width:652px;
	height:14px;
  background:url(../imgs/common/sep.gif) top left no-repeat;
	margin-bottom:5px;
	margin-top:5px;
}

.clear {
	clear:both;
}

.event-photo {
	display:inline;
	float:left;
	padding-top:15px;
}

.inline-items {
	display:inline;
}

.price {
	font-size:22px;
	color:#FF6600;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
}

.wallpapers {
	display:inline;
	float:left;
	margin-top:15px;
	padding-bottom:15px;
	padding-right:5px;
}


	/* List Style Parametres 
	----------------------------------------------*/


.basic_list {
	list-style: none;
	margin-left:0px;
	padding-left:0px;
}



	/* Form Style Parametres 
	----------------------------------------------*/


checkbox.whiteinput {
	background-color:#EDEDED;
	font-family: Lucida Sans, Lucida, Helvetica, Verdana, sans-serif;
	color:#000000;
	font-weight:100;
	padding: 1px;
	margin: 1px;
}

form.whiteinput {
	padding: 0px;
	font-weight:100;
	margin: 0px;
}

input.whiteinput {
	background-color:#EDEDED;
	font-family: Lucida Sans, Lucida, Helvetica, Verdana, sans-serif;
	font-weight:100;
	color: #000000;
	padding: 1px;
	margin: 1px;
		width:175px;
}

option.whiteinput {
	background-color:#EDEDED;
	font-family: Lucida Sans, Lucida, Helvetica, Verdana, sans-serif;
	font-weight:100;
	color: #000000;
	padding: 1px;
	margin: 1px;
}

radiobutton.whiteinput {
	background-color:#EDEDED;
	font-family: Lucida Sans, Lucida, Helvetica, Verdana, sans-serif;
	font-weight:100;
	color:#000000;
	padding: 1px;
	margin: 1px;
}

select.whiteinput {
	padding: 0.2px;
	margin: 0.4px;
	width:175px;
	color:#000000;
	font-family:'Courier New', Courier, mono; 
	margin-bottom:10px;
	background-color:#9fd800; //didn't change background color
}

select.pulldown {
	background-color:#EDEDED;
	font-family: Lucida Sans, Lucida, Helvetica, Verdana, sans-serif;
	font-weight:100;
	color: #000000;
	padding: 0px;
	margin: 0.6px;
}

textarea.whiteinput {
	background-color:#EDEDED;
	font-family: Lucida Sans, Lucida, Helvetica, Verdana, sans-serif;
	font-weight:100;
	font-size:12px;
	color: #000000;
	padding: 1px;
	margin: 1px;

}


	/* Location Style Parametres 
	----------------------------------------------*/


.locations {
	padding-top:30px;

}

.locations-left {
	display:inline;
	float:left;
	padding-bottom:20px;
	
}

.locations-left a {
	text-decoration:none;
	color:#FF9900;
}

.locations-left a:hover {
	text-decoration:underline;
	color:#000000;
}

.locations-right {
	display:inline;
	float:right;
	width:100px;
	margin-right:50px;
}

.location-item {
	clear:both;
	width:500px; 
	border-bottom:2px dotted #000000; 
	padding-bottom:5px;
}

	/* Events Style Parametres 
	----------------------------------------------*/


.events {
	padding-top:5px;
	padding-bottom:20px;

}

.events-left {
	display:inline;
	float:left;
	padding-bottom:20px;
	padding-top:5px;
	
}

.events-left a {
	text-decoration:none;
	color:#FF9900;
}

.events-left a:hover {
	text-decoration:underline;
	color:#000000;
}

.events-right {
	display:inline;
	float:right;
	width:100px;
	margin-right:50px;
	position:relative;
	bottom:15px;

}

.events-item {
	font-size:19px;
	clear:both;
	width:500px; 
	border-bottom:2px dotted #000000; 
	padding-bottom:5px;

}

.events_venue {
	font-weight:900;
	font-size:18px;
	color:#FF9900;
}

.events_address {
	font-size:11px;
		font-style:italic;
}

.events_cost {
	font-size:11px;
	font-style:italic;
}

.events_info {
	padding-top:5px;
	margin-right:40px;
	font-weight:100;
}

	/* Right Navigation Style Parametres 
	----------------------------------------------*/


.left_sep {
	border-bottom:2px dotted #000000; 
	margin-bottom:5px;
	margin-top:5px;

}

.right_nav-item {
	color:#FF9900;
}

.right_nav-item a, .right_nav-item a:link, .right_nav-item a:active, .right_nav-item a:visited {
	width:225px;
	color:#FF9900;
	text-decoration:none;
	font-size:15px;
	padding-left:20px;
	display:block;
}

.right_nav-item a:hover {
	width:225px;
	display:block;
	background-image:url(../imgs/common/right_nav-arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#FF9900;
	text-decoration:none;
}

.right_subnav-item {
	color:#000000;
	font-size:11px;
	margin-left:25px;
	padding-left:10px;
	line-height:16px;

}

.right_subnav-item a {
	width:72px;
	height:20px;
	color:#000000;
	text-decoration:none;
	font-size:11px;
	margin-left:25px;
	padding-left:10px;
	display:block;
}

.right_subnav-item a:hover {
	width:72px;
	height:20px;
	display:block;
	background-image:url(../imgs/common/right_subnav-bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	color:#FFFFFF;
	text-decoration:none;
}

.right_nav-sep {
	padding-top:5px; 
	padding-bottom:4px;
}

.news_link {
	font-weight:900;
	color:#000000;
	font-size:13px;
	padding-bottom:10px;
	float:right;
	margin-right:12px;
}

.news_link a {
	font-size:16px;
	color:#FF9900;
	text-decoration:none;
	position:relative;
	padding-left:5px;
}

.news_link a:hover {
	color:#000000;
	text-decoration:underline;
}



.terms a {
	font-weight:900;
	font-size:17px;
	color:#FF9900;
	text-decoration:none;
}

.terms a:hover {
color:#000000;
text-decoration:none;
}

.left_container a{
	color:#FFFFFF;
}

.product_colour {
	height:31px;
	width:51px;
	margin-right:5px;
	float:left;
}

#colour1 {
	background-color:#FF0000;
}

#colour2 {
	background-color:#0000FF;
}

#colour3 {
	background-color:#FFFF00;
}

.middle-left {
	display:inline;
	width:210px;
	float:left;
	margin-top:15px;
	margin-right:5px;
	margin-left:40px;
	padding-right:15px;
	padding-bottom:6px;

}


#eventLeftTitle {
	color: #FF6600;	
	margin: 0 10px;
	padding: 0 0 0 0;
	font-size: 1.15em;
}

#eventLeftTitle a, #eventLeftTitle a:visited {
	color: #FF6600;	
	text-decoration: none;
}

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


#eventSubMenu {
	list-style: none;
	color: #70C000;
	list-style-image: url(../imgs/common/right_nav-arrow.gif);
	margin: 10px 0 0 30px;
	padding: 0 0 10px 0;
	font-size: 96%;
}

#eventSubMenu li a {
	color: #70C000;
	text-decoration: none;
}

#eventSubMenu li a:hover {
	color: #70C000;
	text-decoration: underline;
}

#eventSubMenu li a.selected {
	color: #000;
	text-decoration: none;
}

#eventDesc {
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	width: 430px;
	margin: 15px 0 0 80px;
}

#eventSubDesc {
	color: #000000;
	font-size: 110%;
	margin: 25px 15px 0 10px;
}

#eventDescBox {
	width: 350px;
	margin: 15px 0 0 200px;
}

h5 {
	font-size: 110%;
	color: #FF6600;	
	text-transform: uppercase;
}

#eventSubTitle {
	font-weight: bold;
	font-size: 140%;
	margin: -35px 0 0 10px;
}

#playerBox {
	float: left;
	margin: 15px 4px 15px 0;
	width: 176px;
}

#playerBoxSingle {
	float: left;
	margin: 15px 20px 15px 0px;
	width: 176px;
}

.playerImg {
}

#eventMonth {
	color: #FF6600;	
	font-weight: bold;
	margin: 0 0 0 5px;
	font-size: 110%;
}

#winnerLink {
	font-weight: bold;
	font-size: 110%;
	margin: 5px 0 0 0;
	padding: 5px 0px 0 0px;
	width: 170px;
	height: 32px;
	background: url(../imgs/event/bg_winner.gif) no-repeat;
	float: left;
	text-indent; 10px;
	text-align: center;
}

#winnerLink a, #winnerLink a:visited {
	color: #000000;
	text-decoration: none;
}

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

#highlight {
	font-weight: bold;
	color: #70C000;
}

#eventDescBox a:link, #eventDescBox a:visited {
	color: #000;
	text-decoration: none;
	background-color: #FF6600;
	padding: 0 5px;
}

#eventDescBox a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #FF6600;
	padding: 0 5px;
}

#eventDescBox a.blue, #eventDescBox a,blue:visited {
	color: #0000FF;
	text-decoration: underline;	
}

#eventDescBox a.blue:hover {
	color: #0000FF;
	text-decoration: none;	
}

#modelDesc {
	margin: 50px 0 0 0;
	padding: 0;
}

.playerGallery {
	margin: 0 0 8px 0;	
}

#backLink {
	float: right;
	margin: 15px 30px 0 0;
}

#backLink a, #backLink a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #FF6600;
	padding: 0 5px;
}

#backLink a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FF6600;
	padding: 0 5px;
}

#gallery {
	width: 650px;
	float: left;
}
