
/********************************************  CSS RESET  *********************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
address {
	font-style: normal;
}
.clearFloat {
	clear: both;
	height: 0px;
	overflow: hidden;
}
p a {
	white-space: nowrap;
}
* {
}
input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}


/**********************************************  FONTS  ***********************************************/


a {
}
a:hover {
	text-decoration: none;
}
.smallFont {
	color: #9c9c9c;
	font-size: 0.68em;
	line-height: 140%;
}
.small{
	font-size: 0.60em;
}
.awardsponsor {
	margin-top: -10px;
	font-style: italic;
}

.underline {
	text-decoration:underline;
	
}

/********************************************** LISTS ************************************************/

#main ol, #main ul, #main ul.li {
	margin-bottom: 1.7em;
}

ol.num {
	list-style-type: decimal;
	padding: 0px 0px 4px 33px;
}


ol.numeral {
	list-style-type: lower-roman;
	padding: 0px 0px 4px 33px;
}

ol.num li {padding-bottom: 4px;}
ol.numeral li {padding-bottom: 4px;}


ul.bullet, li.bullet {
	list-style-type: disc;
	padding: 0px 0px 4px 33px;
}

.twoCol{
	width:290px;
	float:left;
}
ul.multiCol{
	/*
	
	clear:both;*/
	width:660px;
}

ul.multiCol li{

	float:left;width:290px;
	/*float:left;
	list-style-type: disc;
	margin-left: 2em !important;*/
}

li.pdf, ul.pdf li {
	background-image: url('/images/icons/pdf.gif');
	background-repeat: no-repeat;
	background-position: 0 1px;
	margin: 0;
	line-height: 140%;
	padding: 0px 0px 0px 25px;
}
li.none, ul.none li {
	margin: 0;
	line-height: 140%;
	padding: 0px 0px 0px 25px;
}
li.tick, ul.tick li {
	background-image: url('/images/icons/icon-tick.gif');
	background-repeat: no-repeat;
	background-position: 0 -9px;
	margin: 0;
	padding: 0px 0px 4px 28px;
}


/**********************************************  HEADER  **********************************************/

#header {
	width: 1000px;
	height:223px;
	z-index:99;
	background:url('/images/2010/bg/body-bg.png') top center repeat-y;
	text-align:center;
}


/**********************************************  Top Nav  **********************************************/

#nav2010{
	background-color:#df7819;
	width:980px;
	margin:0px auto;
	height:60px;
	position:relative;
	z-index:99;
}

#nav2010 ul li{
	display:inline-block;
	float:left;
	position:relative;
}

#nav2010 ul{
	margin-left:4px;
}

#nav2010 ul li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:inline;
	float:left;
	background-color:#df7819;
	padding:9px 11px;
	height:42px;
	text-align:center;
}

#nav2010 ul li a:hover,
#nav2010 ul li a.menuSelected,
#nav2010 ul li:hover a,
#nav2010 ul li.menuLiOver a{
	background:#c9660a url('/images/2010/nav/nav-hover-bottom.gif') bottom center no-repeat;
}

#nav2010 ul div{
	background:#9c9a00 !important;
	border:3px solid #fff;
	position:absolute;
	top:60px;
	left:0px;
	display:none;
	z-index:99;
	width:405px;
	margin:0;
	padding:0;
}

#nav2010 ul #alt{
	width:635px;
	margin-left:-498px;
}

#nav2010 ul #animals{
	width:650px;
	margin-left:-147px;
}

#nav2010 ul #tickets{
	width:865px;
	margin-left:-32px;
}

#nav2010 ul #tickets h2,
#nav2010 ul #entertainment h2{
	color:#fff;
	font-size:1em;
}

#nav2010 ul #essential{
	width:865px;
	margin-left:-650px;
}

#nav2010 ul #entertainment{
	width:930px;
	margin-left:-361px;
	padding-left:12px;
}

#nav2010 ul #food{
	width:635px;
	margin-left:-247px;
}

#nav2010 ul #showbags{
	width:635px;
	margin-left:-47px;
}

#nav2010 ul #shopping{
	width:635px;
	margin-left:-315px;
}

#nav2010 ul div#animals ul{
	width:200px;
	float:left;
	margin:0;
	padding:0;
}

#nav2010 ul div ul{
	width:200px;
	float:left;
	margin:0;
	padding:0;
}

#nav2010 ul li:hover div,
#nav2010 ul li.menuLiOver div{
	display:block;
}


#nav2010 ul ul li,
#nav2010 ul ul li a{
	background:none!important;
	text-align:left;
	font-size:0.825em;
	display:block;
	width:205px;
	padding:0;
}

#nav2010 ul div#animals ul li,
#nav2010 ul div#animals ul li a{
	background:none!important;
	text-align:left;
	font-size:0.825em;
	display:block;
	width:150px;
	padding:0;
}

/*#nav2010 ul li {
	line-height:12px;
}*/

#nav2010 ul li img{
	margin:0px 4px 0px 0px;
}

#nav2010 ul ul li a{
	padding:6px 13px;
	font-weight:normal!important;
}

#nav2010 ul div#animals ul li a{
	padding:4px 5px;
	font-weight:normal!important;
}

#nav2010 ul ul li{
	float:left;
	text-align:left;
	display:block;
	width:170px;
}

#nav2010 ul ul li span{
	display:block;
	margin:6px 0 0 16px;
}

#nav2010 ul ul li a{
	font-size:0.825em;
	color:#ffffff;
	height: auto !important;
}

#nav2010 ul ul li a:hover{
	font-size:0.825em;
	color:#ffffff;
	background:#346586!important;
}

#nav2010 ul div#animals ul li a{
	font-size:0.825em;
	color:#ffffff;
	height: auto !important;
}

#nav2010 ul div#animals ul li a:hover{
	font-size:0.825em;
	color:#ffffff;
	background:#346586!important;
}

#nav2010 ul ul ul{
}

#nav2010 img.navImg{
	float:left;
	padding:10px;
}

#nav2010 h1{
	font-size:1.5em;
	color:#FFF;
	text-align:left;
	margin:15px 0 5px 0;
}

#nav2010 h2{
	font-size:1em;
	color:#FFF;
	text-align:left;
	margin:15px 0 5px 12px;
	font-weight:bold;
}

#nav2010 P{
	margin:10px;
	color:#fff;
	text-align:left;
	font-size:0.825em;
	line-height:1.375em;
}

#nav2010 ul div#animals ul,
#nav2010 ul div#entertainment ul,
#nav2010 ul div#food ul,
#nav2010 ul div#shopping ul{
	float:left;
	width:160px;
	padding-bottom:15px;
}

#nav2010 ul div#essential ul,
#nav2010 ul div#showbags ul,
#nav2010 ul div#tickets ul,
#nav2010 ul div#entertainment ul,
#nav2010 ul div#food ul,
#nav2010 ul div#shopping ul,
#nav2010 ul #alt ul{
	float:left;
	width:230px;
	padding-bottom:15px;
}




/**********************************************  Footer Nav  **********************************************/

#footerWrapper{
	width:1000px;
	margin:0px auto;
	height:220px;
	position:relative;
}

#footerWrapper #footer{
	background:url('/images/2010/bg/footer-bg.png') top center no-repeat;
	height:200px;
}

#footerWrapper #footerItems{
	position:relative;
	top:13px;
	left:123px;
	width:510px;
}

#footerWrapper #footerLogo a{
	position:absolute;
	top:79px;
	right:115px;
	width:238px;
	height:84px;
	display:block;
}

#footerItems .daysLeft{
	color:#e93800;
	font-size:2em;
	font-weight:bold;
}

#footerItems p,
#footerItems a,
#footerItems a:hover{
	color:#9f4c00;
	text-decoration:none;
	font-size:0.875em;
}

#footerItems span{
	font-size:0.69em;
	padding-top:10px;
	color:#5a300a;
	display:block;
}

#footerItems a,
#footerItems a:hover{
	font-size:0.69em;
}

#footer2010{
	background-color:#df7819;
	width:980px;
	height:60px !important;
	margin-left:10px;
}

#footer2010 ul li{
	display:inline-block;
	float:left;
}

#footer2010 ul{
	margin-left:4px;
}

#footer2010 ul li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:inline;
	float:left;
	background-color:#df7819;
	/*padding:12px 14px 0 13px;*/
	padding:12px 11px 0 11px;
	height:48px;
	text-align:center;
}

#footer2010 ul li a:hover,
#footer2010 ul li a.menuSelected{
	background:#c9660a url('/images/2010/nav/nav-hover-bottom.gif') bottom center no-repeat;
}




/***********************************************  BODY  ***********************************************/

body {
	background:#f8bf15 url('/images/2010/bg/page-bg.gif') top center repeat-x;
	background-position: 0px 915px;
	font-family: georgia, sans-serif;
}
#bodyWrapper{
	width:1000px;
	margin:0px auto;
}
#content {
	width:1000px;
	margin:0px auto;
	background: url('/images/2010/bg/body-bg.png') top center repeat-y;
}
#content #main{
	margin-left:10px;
}
.home #content {
	background-color: #f8bf15;
}

/*******************************************  PAGE LAYOUT  ********************************************/

#main #leftCol {
	width: 658px;
	float: left;
	position:relative;
	padding-top:20px;
	padding-bottom:40px;
}

h1.home{
	font-size:1.25em !important;
	color:#c9660a !important;
	margin:0px 0 0 32px !important;
	font-weight:normal !important;
}

#leftCol p{
	margin:10px 10px 10px 32px;
	font-size:0.825em;
	line-height:1.5em;
}
.showbagImg p {margin:10px 10px 10px 0px;}


#leftCol h1,.bodyPrint h1,
#leftCol img.title{
	font-size:2em;
	color:#c9660a;
	margin:0px 0 0 30px;
	font-weight:bold;
}

#leftCol h1.pageTitle{
	color:#3e77b1;
	font-size:2em;
	margin:20px 0 0 30px;
}

#leftCol h2{
	font-size:1.2em;
	font-weight:bold;
	color:#6a8a22;
	margin:20px 0 0 30px;
}

#leftCol h3{
	font-size:1em;
	font-weight:bold;
	color:#3e77b1;
	margin:20px 0 0 30px;
}

#leftCol h4{
	font-size:0.9em;
	font-weight:bold;
	color:#3e77b1;
	margin:20px 0 0 30px;
}

#leftCol span.boldblue{
	font-weight:bold;
	color:#3e77b1;
}

#leftCol ul.bullet li,
#leftCol li.bullet {
	list-style-type: disc;
	font-size:0.875em;
	line-height:1.5em;
	margin-left:28px;
	color:#333333;
}

#leftCol li.pdf{
	margin-left:28px;
	font-size:0.875em;
	line-height:1.25em;
	line-height:1.5em;
}

#leftCol a{
	color:#df7819;
}

#leftCol a:hover{
	text-decoration:none;
	color:#df7819;
}

#intBanners{
	width:668px;
	float:left;
}

#intBanners .home{
	display:none!important;
}

#homeTiles{
	margin-left:5px;
	position: relative;
	height: 445px;
	width: 653px;
}

#homeTiles .col{
	float:left;
	width:204px;
	margin-left:12px;
	display:inline;
}

#sponsors{
	padding-bottom:15px;
	padding-left:15px;
}

#sponsors h1{
	margin-left:22px!important;
	padding-bottom:10px;
}

#sponsors img{
	padding:10px 0;
}

#homeTiles .tile{
	width:204px;
	height:204px;
	float:left;
	margin-top:12px;
	display:inline;
	cursor: pointer;
}
#homeTiles .tile:hover {
	filter:alpha(opacity=90);
        opacity:0.9;
}
#homeTiles .col h2{
	margin-left:8px!important;
}
#homeTiles .homeTileContentWrapper {
	width: 610px;
	height: 394px;
	position: absolute;
	left: 12px;
	top: 55px; 
	padding: 13px;
}
#homeTiles .homeTileContent {
	background: #f7be14;
	width: 610px;
	height: 394px;
	position: relative;
}

.homeTileContent h1{
	margin:0!important;
	font-size:2em!important;
	color:#333333!important;
	padding:20px 0 10px 20px;
}

.homeTileContent h2{
	margin:0!important;
	padding-left:25px;
	color:#333333!important;
	padding-bottom:25px;
	font-size:1em!important;
	padding-top:10px!important;
}

.homeTileContent img{
	float:left;
	padding-right:20px;
	padding-left:20px;
}

.homeTileContent ul{
	width:167px;
	float:left;
	margin-right:10px;
}

.homeTileContent ul li{
	font-size:0.725em;
	padding:6px 0 6px 20px;
	background:url('/images/2010/icons/megaFlyout-bullet.gif') left no-repeat;
	background-position:5px;
}

.homeTileContent ul li.heading{
	background:url('/images/2010/bg/megaflyout-heading-bg.gif') top right repeat-y;
	padding-left:0px;
	font-size:0.825em;
}

.homeTileContent ul li a{
	color:#333333!important;
}

#homeTiles .homeTileContent .closeBtn {
	display: block;
	width: 84px;
	height: 27px;
	text-indent: -9999em;
	position: absolute;
	right: 5px;
	top: 5px;
	background:url('/images/2010/home-tiles/btn-close.gif');
}
#homeTiles .homeTileContent .closeBtn:hover {
	background-position: left bottom;
}
#sideBar {
	width: 310px;
	float: right;
	padding: 0 10px 10px 0;
}

#headline{
	height:333px;
	position:relative;
	background: url('/images/2010/page-images/home-header-new.jpg') top left no-repeat;
}

#headline #tagline{
	background:#346586;
	height:35px;
	padding:14px 15px 0px 31px;
	position:absolute;
	bottom:33px;
	line-height:23px;
	width:315px;
	height:75px;
	float:left
}

#tagline h1{
	color:#ffffff;
	font-size:1.5em;
	font-weight:bold;
}

#tagline h1 span{
	font-size:0.75em!important;
	color:#fff;
}

#tagline span{
	color:#fff;
	/********/
	font-size:0.85em;
	line-height:130%;
}

#tagline img{
	float:right;
	margin-top:10px;
}

#headline p{
	width:215px;
	color:#ffffff;
	padding:10px 0 15px 13px;
	font-size:0.875em;
}

#headline a{
	border-left:0;
	width:166px;
	height:27px;
	color:#fff;
	text-decoration:none;
	padding-top:10px;
	padding-left:13px;
	font-size:0.875em;
}

#headline a:hover{
	color:#000;
	text-decoration:none;
}

#sideBar .ticket{
	padding:10px 0 12px 16px;
}

#sideBar #newsletter{
	background:url(/images/2010/rhs-tiles/show-updates.jpg) top center no-repeat;
	height:158px;
	position:relative;
	margin-top:10px;
}

#sideBar #newsletter form{
	position:absolute;
	bottom:8px;
	left:0px;
}

#sideBar #newsletter p {
	color: #FFF;
	font-weight: bold;
	margin: 0 0 0 140px;
}

#newsletter h2{
	color:#fff;
	padding:18px 0 0 23px;
	font-size:1.25em;
}

#newsletter .newsletterInput{
	border:1px solid #a44f00;
	padding:3px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.825em;
	width:198px;
	margin:11px 0 0 27px;
	float:left;
}

#newsletter a{
	font-size:1.25em;
	color:#fff;
	text-decoration:none;
	display:block;sliders
	width:40px;
	float:left;
	margin-top:5px;
	padding:7px 8px 5px 0px;
}

#social ul{
	margin:10px 0 0 23px;
}

#social ul li{
	display:inline;
	float:left;
}

.facebook{
	margin:10px 0 0 27px;
}
#sideBar #showbagTopTen{margin:10px 0 0 0;}


/*#sideBar #showbagTopTen ol li{list-style-type: decimal !important;}*/


#showbagTopTen ol{
	margin:10px 0 0 50px;
}

#showbagTopTen ol li{
	list-style-type:decimal;
	line-height:18px;
	/*width:225px;*/
	font-size:0.825em;
	line-height:1.5em;
}

#showbagTopTen a{
	color:#000;
	text-decoration:underline!important;
}


#showbagTopTen a:hover{
	color:#000;
	text-decoration:none!important;
}



#sideBar h3 {
color:#3E77B1;
font-size:1em;
font-weight:bold;
margin:20px 0 0 30px;
}

#sideBar p {
	font-size:0.825em;
	line-height:1.5em;
	margin:10px 10px 10px 32px;
}
/********************************************  HOME PAGE  *********************************************/

#flashContent2 {
	
}
.homeTile {
	width: 145px;
	height: 159px;
	float: left;
	position: relative;
	margin: 30px 7px 0 2px;
}
.homeTile.Last {
	margin-right: 0;
}

/********************************************  QUICK NAV  **********************************************/

.quickLinks {
	background: url('/images/quick-links-bg.jpg') no-repeat;
	width: 158px;
	height: 182px;
	margin: 0px 0px 10px 0px;
	padding: 38px 5px 0px 5px;
}
.home .quickLinks {
	background-image: url('/images/quick-links-bg-home.jpg');
}
.quickLinks li {
	margin: 0px;
	float: left;
}
.quickLinks a {
	color: #1c4d65;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .6875em;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	display: block;
	width: 145px;
	line-height: 1.5em;
}
.quickLinks a:hover {
	background: url('/images/quick-links-hover.jpg');
}


/**********************************************  COMMON  ***********************************************/

#photoSmall {
	width: 120px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	float: left;
}
#photoRight {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	text-align: left;
}
.tileSmall {
	background: url('/images/tile-small-bg.gif') no-repeat;
	width: 122px;
	height: 56px;
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	color: #fff;
	font-size: .6875em;
	text-transform: uppercase;
	font-family: georgia, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}
.home .tileSmall {
	background-image: url('/images/tile-small-bg-home.gif');
}
.tileSmall a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	display: block;
	line-height: 1em;
}
.tileSmall a:hover {
	background: url('/images/quick-links-hover.jpg');
}

.photoContainer {
	margin: 10px 0px 20px 28px;
}
.photoContainer img {
	margin-right: 2px;
}

.blank,
.alpaca,
.award,
.carrot,
.horse,
.cow,
.duck,
.goat,
.cat,
.tractor,
.pie,
.pig,
.chop,
.lamb,
.rabbit,
.ram,
.pumpkin,
.glass,
.ferret,
.pigeons,
.bike,
.truck,
.bake,
.dog,
.equestrian,
.dairy,
.wheel,
.cheese,
.rooster,
.sheep,
.sheepB,
.candy
 {
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 0px 0px 4px 33px;
}
.alpaca { background-image: url('/images/icons/alpaca.gif'); }
.award { background-image: url('/images/icons/rosette.gif'); }
.carrot { background-image: url('/images/icons/carrot.gif'); }
.horse { background-image: url('/images/icons/horse.gif'); }
.chop { background-image: url('/images/icons/chop.gif'); }
.lamb { background-image: url('/images/icons/lamb.gif'); }
.cow { background-image: url('/images/icons/cow.gif'); }
.duck { background-image: url('/images/icons/duck.gif'); }
.cat { background-image: url('/images/icons/cat.gif'); }
.goat { background-image: url('/images/icons/goat.gif'); }
.tractor { background-image: url('/images/icons/tractor.gif'); }
.pie { background-image: url('/images/icons/pie.gif'); }
.pig { background-image: url('/images/icons/pig.gif'); }
.chop { background-image: url('/images/icons/chop.gif'); }
.pumpkin { background-image: url('/images/icons/pumpkin2.gif'); }
.rabbit { background-image: url('/images/icons/wabbit.gif'); }
.glass { background-image: url('/images/icons/glass.gif'); }
.ferret { background-image: url('/images/icons/ferret.gif'); }
.pigeons { background-image: url('/images/icons/pigeon.gif'); }
.ram { background-image: url('/images/icons/ram.gif'); }
.bike { background-image: url('/images/icons/trickster.gif'); }
.truck { background-image: url('/images/icons/monstertruck.gif'); }
.bake { background-image: url('/images/icons/cupcake.gif'); }
.dog { background-image: url('/images/icons/dog03.gif'); }
.dairy { background-image: url('/images/icons/dairy.gif'); }
.wheel { background-image: url('/images/icons/ferris2.gif'); }
.cheese { background-image: url('/images/icons/cheese2.gif'); }
.equestrian { background-image: url('/images/icons/equestrian.gif'); }
.rooster { background-image: url('/images/icons/chook3.gif'); }
.sheep { background-image: url('/images/icons/sheep.gif'); }
.sheepB { background-image: url('/images/icons/sheep2.gif'); }
.candy { background-image: url('/images/icons/lollies2.gif'); }

/*select {
	font-family: Georgia,Arial,Verdana,sans-serif;
	color: #94A614;
	font-size: 1em;
	font-weight:normal;
}

.onFocus {	border: 1px solid #003C76; font-size: 9pt;	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;	color: #003C76; }

.onBlur {	border: 1px solid #CDCDCD; font-size: 9pt;	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;	color: #333333; }

.onFocus2 {	border: 1px solid #f1cf95; font-size: 9pt;	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;	color: #003C76; }

.onBlur2 {	border: 1px solid #003C76; font-size: 9pt;	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;	color: #333333; }

.onError {	border: 1px solid #FF0000; font-size: 9pt;	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;	color: #333333; }

.errMsg {	font-size: 8pt; font-family: Tahoma, Verdana, Arial, sans-serif; color: #ff0000; }
*/
table.tickets3col, table.tickets2col {
	border: 2px #e4e4e4 solid;
	font-family: Georgia, sans-serif;
	font-size: 0.8em;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
table.tickets3col tbody td, table.tickets2col tbody td {
	padding: 10px 6px;
	line-height: 1.6em;
	vertical-align: top;
}
table.tickets3col thead td, table.tickets2col thead td {
	background: #698926;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bolder;
	padding: 6px;
}
table.tickets3col tfoot td, table.tickets2col tfoot td {
	border-style: none;
	font-size: 85%;
	color: #6b6b6b;
	padding: 10px 6px;
}
table.tickets3col tr.stripe td, table.tickets2col tr.stripe td, table td.stripe {
	background-color: #f5f5f5;
}
table.tickets2col {
	margin-left:29px;
	width:605px;
}
/****                    *****/

#yacBuyers{
	font-size:0.825em;
	margin-bottom:80px;
}

table.yacBuyers tbody td {
	padding: 5px 3px;
	/*line-height: 1.6em;*/
	vertical-align: top;
}
table.yacBuyers thead td {
	background: #698926;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
}
table.yacBuyers tfoot td {
	border-style: none;
	font-size: 85%;
	color: #6b6b6b;
	padding: 10px 6px;
}
table.yacBuyers td.stripe {
	background-color: #f5f5f5;
}
table.yacBuyers {
	width: 620px;
	font-size:10px;
}
/****                    *****/
#jumpList {
	border-top: 1px #F4BB14 solid;
	border-bottom: 1px #F4BB14 solid;
	overflow: hidden;
	margin: 10px 0 20px 29px;
	display:block;
}
#jumpList ul {
	float: left;
	margin-bottom: 0;
	padding: 20px 0 15px 8px;
	width: 298px;
	display:block;
}
#doubleList {
	float: left;
	margin-bottom: 0;
	padding: 1em 0 0 8px;
	width: 298px;
}
#doubleList ul {
	margin-bottom: 0;
}
#booknow {
}
#racvlogo {
	width: 400px;
	height: 120px;
	margin-bottom: 3em;
}
#racvlogo img {
	float: left;
}
#racvlogo q{
	font-family: Georgia, sans-serif;
	font-size: 0.95em;
	float: right;
	width: 170px;
	margin: 20px 15px 0 0;
}
table.sponsorsTable{
	width: 100%;
}
table.sponsorsTable td{
	padding: 15px 0;
	text-align: center;
	vertical-align: middle;
}
div.imageGallery1, div.imageGallery2 {
	font-size: 0.8em;
	text-align: center;
	color: #003d58;
	background: url('/images/bg-white-texture.jpg') #FBF9ED;
	border: 3px #FBF9ED solid;
	float: left;
	height: 340px;
	margin-bottom: 25px;
	width: 300px;
}
div.imageGallery1 {
	margin-right: 2px;
}
div.imageGallery img {
	width: 300px;
	height: 300px;
	margin-bottom: 2px;
}


/**********************************************  AJAX  ************************************************/

.setOpacityOn {
                background-color:#FFFFFF;
                position:relative;
                filter:alpha(opacity=15);
                -moz-opacity:0.15;
                opacity:0.15;
                width:100%;
                height:auto;
}
.setOpacityOff {
                height:auto;
                width:100%;
                position:relative;              
}
.loading{
                text-align:center;
                padding: 20px 20px 0px 30px;
                height: auto;
                width: 250px;
                position: absolute;          
}
.loadingReview{
                text-align:center;
                padding: 20px 20px 0px 30px;
                height: auto;
                width: 250px;
                position: absolute;          
                padding-left: 220px;
}


/********************************************** SEARCH ************************************************/

.results, .searchheading, .zoom_searchform {
	font-family: georgia, sans-serif;
}


/********************************************** FORMS ************************************************/

#subscriber #tblRegister, #tblUnsubscribe{
	color: #cb2e00;
	font-family: Georgia, sans-serif;
	font-size: 0.8em;
}

/******************************************* PAGE CONTROLS *******************************************/

.home #pageControls {
	display: none;
}
#pageControls {
	font-size: 0px;
	height: 12px;
	position:absolute;
	top:20px;
	right:-10px;
	width:86px;
	background:#df7819;
	border:1px solid #fbd973;
	border-right:0;
	padding:8px 3px 8px 10px;
	text-align:center;
}
#pageControls img {
	margin:0 6px 0 0;
	cursor: pointer;
}
.home #goTop {
	display: none;
}
#goTop {
	width: 100%;
	text-align: right;
}
#goTop a{
	color: #917E01;
	text-decoration: none;
	font-family: Georgia, sans-serif;
	font-size: 0.65em;
	text-decoration: none;
}

/******************************************* RESULTS TABLE *******************************************/

.subheadinglblue {
	font-weight: bold;
	font-size: .75em;
}
#resultsTable td {
	padding: 6px 4px 6px 4px;
}
#resultsTable table {
	width: 100%;
	font-size: .8em;
	color: #003d58;
	border-bottom: 1px dotted #94A614;
}
#resultsTable .mainhead {
	font-weight: bold;
	color: #AD000A;
}
#resultsTable .display_header2 {
	width: 100px;
	text-align: center;
}
#resultsTable .display_header2, #resultsTable .display_header {
	background: #e4dca1;
	font-weight: bold;
}
#resultsTable .display_info {
	width: 100px;
	background: #fff9cc;
	text-align: center;
}
#resultsTable .display_info2 {
	
}
/******************************************* SCHOOLS TEACHER RESOURCES *******************************************/
.siteLogos img {float:left; margin: 0 15px 25px 0;}
.siteLogos div {clear:both}



/***************************************** GOOGLE MAPS ****************************************************/
.mapInfo h4 {

	color: #003d58;
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	margin: 0 0 10px 0;	
}



.facebook{
	background:#fff;
	overflow:hidden;
	float:left;
}
#social{
}









table.newTable{
	width:628px;
	margin-left:30px;
	margin-top:10px;
}

table.newTable th{
	background:#DF7819;
	color:#fff;
}

table.newTable th,
table.newTable td,
table.newTable tr{
	font-size:1em;
	padding:6px;
}

table.newTable td{
	border-bottom:1px solid #DF7819;
}


table.navTable{
	width:230px;
	margin-top:10px;
	margin-bottom:10px;
}

table.navTable th,
table.navTable td,
table.navTable tr{
	padding:6px;
	color:#fff;
	font-size:0.9em;
}

table.navTable td{
	border-bottom:1px solid #fff;
}

table.navTable tr.alt{
	background:#f0f0f0;
}




p.terms{
	font-size:0.675em!important;
}




/***************************************** UDDERLY ****************************************************/


#udderly{
	width:610px;
	margin:15px 0 0 32px;
	background:#f7f0e5;
	font-family:Arial, Helvetica, sans-serif;
}

#udderly h1{
	color:#e05323;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	margin:18px 20px 0 20px!important;
	padding-bottom:10px;
	line-height:1.25em;
}

#udderly h1 span{
	color:#a81e37;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:bold;
}


#udderly p{
	margin:10px 20px!important;
}

#udderly h1{
	padding-bottom:0px!important;
}

div.msg{
	background:#efbb9e;
	padding:8px 0;
	margin:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*********************  HOME HEADLINERS ANIMATION CLASSES  *******************************/
#headlineWrapper{
	background:url('/images/2010/home-headliners/bg-headlinerWrapper.gif') left top repeat-y;
}

#headline.fmx {
	background: url('/images/2010/home-headliners/bikes2.jpg') top left no-repeat;
}
#headline.rides {
	background: url('/images/2010/home-headliners/rides.jpg') top left no-repeat;
}
#headline.nursery {
	/*background: url('/images/2010/home-headliners/animal-nursery.jpg') top left no-repeat;*/
	background: url('/images/2010/page-images/home-header-new.jpg') top left no-repeat;
}
#headline.blueribbon {
	/*background: url('/images/2010/home-headliners/blue-ribbon.jpg') top left no-repeat;*/
	background: url('/images/2010/home-headliners/competition3.jpg') top left no-repeat;
}
#headline.milking {
	background: url('/images/2010/home-headliners/milking-cows.jpg') top left no-repeat;
}


#showMe {
	display:inline;
	float:right;
	margin:20px 0px 0px 0px;
	width:105px;
}

/*********************  HOME HEADLINERS ANIMATION CLASSES  *******************************/








/******************************************* SLIDER SEARCH *******************************************/

/******************************************* SLIDER SEARCH *******************************************/

.showbagSearch {
	background: #f8bf15;
	width: 630px;
	margin: 10px 0 30px 23px;
	height: 100px;
	position: relative;
	color: #333;
} 
.showbagSearch .searchShowbagsKeywords {
	position: absolute;
	left: 23px;
	top: 15px;
	width: 235px;	
}
.showbagSearch .searchShowbagsKeywords label {
	font-size: 16px;
}
.showbagSearch .searchShowbagsKeywords input {
	border: 1px solid #df7819;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 12px 0 0 0;
	padding: 8px 3px 8px 7px;
	width: 223px;
}
.showbagSearch .searchShowbagsRange {
	position: absolute;
	left: 277px;
	top: 19px;
	width: 190px;
}
.showbagSearch .searchShowbagsRange .label {
	font-size: 12px;
}
.showbagSearch .sliderContainer {
	margin: 28px 0 0 0
}
.showbagSearch .sliderMin,
.showbagSearch .sliderMax {
	font-size: 12px;
	position: absolute;
	bottom: -17px;
}
.showbagSearch .sliderMin {
	left: 0;
}
.showbagSearch .sliderMax {
	right: 0;
}
.showbagSearch #amount {
	position: absolute;
	background: none;
	border: 0;
	top: 22px;
	left: 0;
	color: #6a8a22;
	font-size: 12px;
}
.showbagSearch .ui-widget-content {
	border-color: #df7819;
}
.showbagSearch .ui-widget-header {
	background: #fbd973;
}
.showbagSearch .ui-state-default, .showbagSearch .ui-widget-content .ui-state-default, .showbagSearch .ui-widget-header .ui-state-default {
	border-color: #df7819;
}
.showbagSearch .showImages {
	position: absolute;
	left: 482px;
	top: 53px;
	width: 135px;
}
.showbagSearch .submitBtn {
	position: absolute;
	left: 483px;
	top: 81px;
}
.showbagSearch .submitBtn input {
	color: #fff;
	font-size: 18px;
	background: #df7819;
	border: 1px #9d4b00 solid;
	text-align: center;
	width: 133px;
	padding: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}
.showbagSearch .submitBtn input:hover {
	background: #e98c37;
}
.plannerSearch {
	background: #f8bf15;
	width: 630px;
	margin: 15px 0 30px 23px;
	height: 200px;
	position: relative;
	color: #333;
} 
.plannerSearch .calendar {
	background: url('/images/2010/dailyplanner/calendar-bg.gif') no-repeat right top;
	width: 175px;
	height: 125px;
	overflow: hidden;
	padding: 24px 0 0 0;
	position: absolute;
	left: 29px;
	top: 24px;
}
.plannerSearch .calendar li {
	float: left;
	width: 24px;
	height: 24px;
	margin: 1px 0 0 1px;
	display: inline;
}
#leftCol .plannerSearch .calendar a,
.plannerSearch .calendar span {
	width: 24px;
	height: 24px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #a2a2a2;
	line-height: 20px;
}
#leftCol .plannerSearch .calendar a {
	background: #ffdbbe;
	color: #333;
}
#leftCol .plannerSearch .calendar a:hover {
	background: #f57f20;
}

#leftCol .plannerSearch .calendar a.selected {
	background: #000;
	color: #fff;
}

.plannerSearch .submitBtn {
	position: absolute;
	left: 483px;
	top: 181px;
}
.plannerSearch .submitBtn input {
	color: #fff;
	font-size: 18px;
	background: #df7819;
	border: 1px #9d4b00 solid;
	text-align: center;
	width: 133px;
	padding: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}
.plannerSearch .submitBtn input:hover {
	background: #e98c37;
}
.searchPlannerKeywords {
	position: absolute;
	left: 225px;
	top: 38px;
	width: 187px;
}
.searchPlannerKeywords label {
	font-size: 18px;
}
.plannerSearch .searchPlannerKeywords input {
	border: 1px solid #df7819;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 15px 0 0 0;
	padding: 8px 3px 8px 7px;
	width: 175px;
}
.plannerSearch .searchPlannerRange {
	width: 200px;
	height: 60px;
	position: absolute;
	left: 424px;
	top: 53px;
	font-size: 12px;
}
.plannerSearch .sliderMin,
.plannerSearch .sliderMax {
	font-size: 12px;
	position: absolute;
	bottom: 8px;
}
.plannerSearch .sliderMin {
	left: 0;
}
.plannerSearch .sliderMax {
	right: 0;
}
.plannerSearch .sliderContainer {
	width: 110px;
	position: absolute;
	top: 38px;
	left: 40px;
	font-size: 16px;
}
.plannerSearch #time {
	position: absolute;
	background: none;
	border: 0;
	top: 16px;
	left: 71px;
	color: #6a8a22;
	font-size: 12px;
}
.plannerSearch #startTime {
	position: absolute;
	top: -70px;
}
.plannerSearch .ui-widget-content {
	border-color: #df7819;
}
.plannerSearch .ui-widget-header {
	background: #fbd973;
}
.plannerSearch .ui-state-default, .plannerSearch .ui-widget-content .ui-state-default, .plannerSearch .ui-widget-header .ui-state-default {
	border-color: #df7819;
}
.plannerSearch .selectBoxContainer {
	position: absolute;
	left: 226px;
	top: 118px;
	width: 390px;
}
.selectBoxContainer:hover .selectbox,
.selectBoxContainer.hover .selectbox {
	background-color: #ffeede !important;
}
.selectBoxContainer .selectbox {
	background: #fff url('/images/2010/icons/ico-selectbox-arrow.gif') no-repeat right top; 
	cursor: pointer;
	padding: 8px 36px 8px 8px;
	position: absolute;
	border: 1px #df7819 solid;
	font-size: 12px;
	color: #333;
	width: 344px !important;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.selectbox-wrapper {
	top: 33px;
	border: 1px #df7819 solid;
	position: absolute;
	overflow: auto;
	z-index: 10;
	background: #fff;
	border-top: 0;
	width: 388px !important;
}
.selectbox-wrapper li.selected { background-color: #f2a054; }
.selectbox-wrapper li.current { background-color: #fbcfa7; }

.selectbox-wrapper li {
	cursor: pointer;
	padding: 9px 1px 9px 8px;
	height: 100% !important;
	min-height: 0;
	float: left;
	margin: 0 !important;
	font-size: 12px;
	color: #333;
	width: 379px;
}











/************************************************ SHOWBAGS SEARCH RESULTS ****************************************/


.resultsView{
	float:right;
	color:#000;
	margin-right:20px;
	height:38px;
}

a.grid{
	background:url(/images/2010/buttons/btn-grid-view.gif) bottom center no-repeat;
	text-indent:-9999px;
	display:inline-block;
	width:30px;
	height:32px;
	margin-top:-2px;
}

a.list{
	background:url(/images/2010/buttons/btn-list-view.gif) bottom center no-repeat;
	text-indent:-9999px;
	display:inline-block;
	width:30px;
	height:32px;
}

a.gridSelected{
	background:url(/images/2010/buttons/btn-grid-view.gif) top center no-repeat;
	text-indent:-9999px;
	display:inline-block;
	width:30px;
	height:32px;
	margin-top:-2px;
}

a.listSelected{
	background:url(/images/2010/buttons/btn-list-view.gif) top center no-repeat;
	text-indent:-9999px;
	display:inline-block;
	width:30px;
	height:32px;
}

a.grid:hover,
a.list:hover{
	background-position:top;
}

.resultsView select{
	color:#000;
	display:inline-block;
	margin-top:3px;
}


.bagImage{height:186px;overflow:hidden;}

/********* GRID VIEW SHOWBAGS ***********/



table#gridViewShowbags{
	margin-top:20px;
	margin-left:15px;
	margin-bottom:20px;
}

table#gridViewShowbags td{
	height:244px;
	padding-right:12px;
}

table#gridViewShowbags a{
	color:#346586!important;
}

table#gridViewShowbags a:hover{
	color:#346586!important;
}

table#gridViewShowbags td div{
	padding:10px 0 0 0;
}

table#gridViewShowbags td div img{
	float:right;
	margin-right:10px;
}

table#gridViewShowbags td div span{
	float:left;
}

.showbagGridDetails{
	display:block;
	min-height:75px;
	padding:10px 0;
}



/********* LIST VIEW SHOWBAGS ***********/



table#listViewShowbags{
	margin-top:20px;
	margin-left:15px;
	margin-bottom:20px;
}

table#listViewShowbags tr{
	border-bottom:1px dotted #adadad;
}

table#listViewShowbags td.left{
	border-right:1px dotted #adadad;
}


table#listViewShowbags td img.showbagImg{
	width:102px;
	padding:0 10px 10px 0;
}

table#listViewShowbags a{
	color:#346586!important;
}

table#listViewShowbags a:hover{
	color:#346586!important;
}

table#listViewShowbags td div{
	padding:10px 0 0 0;
}

table#listViewShowbags td div img{
	float:right;
	margin-right:10px;
	width:auto!important;
}

table#listViewShowbags td div span{
	float:left;
}



/********* SHOWBAGS RESULTS ***********/



h1 span.location{
	font-size:0.525em!important;
	color:#000;
	display:block;
	padding-top:5px;
}

h1 span.location a{
	padding:4px 8px;
	background:#df7819;
	text-decoration:none;
	color:#fff!important;
	font-size:.725em;
	margin-left:10px;
	border:1px solid #9d4b00;
}

h1 span.location a:hover{
	background:#e28530;
	border:1px solid #9d4b00;
}

div.showbagDetails{
	margin-top:30px;
}

div.showbagDetails table{
	margin-left:27px;
}

div.showbagDetails td{
	padding:3px 0 3px 2px;
}

div.showbagDetails tr.totalValue{
	background:#fbdf8a;
}

div.showbagDetails tr.totalPrice{
	background:#f8bf15;
}

div.showbagDetails tr.totalValue td{
	background:#fbdf8a;
	padding:8px 5px 8px 0;
}

div.showbagDetails tr.totalPrice td{
	background:#f8bf15;
	padding:8px 5px 8px 0;
}

.price{
	font-size:1.5em;
	font-weight:bold;
}

div.showbagDetails a:hover{
	background:#e28530;
	border:1px solid #9d4b00;
}

a.backButton{
	background:#df7819;
	padding:5px 10px;
	border:1px solid #9d4b00;
	text-decoration:none;
	display:inline-block;
	color:#fff!important;
	font-size:12px;
	float:right
}

a.backButton:hover{
	background:#e28530;
	border:1px solid #9d4b00;
}

div.showbagContent{
	width:420px;
	float:left;
	font-size:0.825em;
}

div.showbagImg{
	width:224px;
	float:left;
	padding-left:10px;
	margin-top:10px;
}

div.showbagImg a{
	font-size:1em;
}

div.showbagImg h3{
	padding-bottom:10px;
	margin-left:8px!important;
}



form#showbagVoteForm input{
	float:left;
	display:inline-block;
}






/********* LIST VIEW PLANNER ***********/


table#listViewPlanner{
	margin:20px 0;
	margin-left:27px;
	font-size:0.825em;
}

table#listViewPlanner tr{
	border:1px dotted #df7819;
	border-left:0;
	border-right:0;
}

table#listViewPlanner td.dateTime{
	background-color:#f8bf15;
}

table#listViewPlanner td.special{
	background-color:#6a8a22;
	color:#fff;
}

table#listViewPlanner td{
	padding:15px;
}

a.addToPlanner{
	float:right;
	background:#df7819;
	padding:5px 10px;
	border:1px solid #9d4b00;
	text-decoration:none;
	display:inline-block;
	color:#fff!important;
	font-size:0.925em;
}

a.addToPlanner:hover{
	background-color:#ee8d33;
}

table#listViewPlanner tr.selected td{
	background:#c8c8c8!important;
}



/********* GRID VIEW PLANNER ***********/



table#gridViewPlanner{
	margin:20px 0;
	margin-left:27px;
	font-size:0.825em;
}
table#gridViewPlanner td{
	vertical-align:top;
}

table#gridViewPlanner .dateTime{
	background:url(/images/2010/dailyplanner/grid-date-time.gif) top center no-repeat;
	padding:5px 0;
	color:#fff;
}

table#gridViewPlanner .eventDetails{
	padding:15px 0;
	border:1px solid #df7819;
}

table#gridViewPlanner .button{
	background:url(/images/2010/dailyplanner/grid-button.gif) bottom center no-repeat;
	padding:8px 0;
}

table#gridViewPlanner .button a{
	color:#fff!important;
	text-decoration:none;
	display:block;
	width:151px;
	height:18px;
}

table#gridViewPlanner .button:hover{
	background:url(/images/2010/dailyplanner/grid-button-hover.gif) bottom center no-repeat;
}




table#gridViewPlanner .special .dateTime{
	background:url(/images/2010/dailyplanner/grid-date-time-special.gif) top center no-repeat;
	padding:5px 0;
	color:#fff;
}

table#gridViewPlanner .special .eventDetails{
	padding:15px 0;
	border:1px solid #88a14e;
}

table#gridViewPlanner .special .button{
	background:url(/images/2010/dailyplanner/grid-button-special.gif) bottom center no-repeat;
	padding:8px 0;
}

table#gridViewPlanner .special .button a{
	color:#fff!important;
	text-decoration:none;
	display:block;
	width:151px;
	height:18px;
}

table#gridViewPlanner .special .button:hover{
	background:url(/images/2010/dailyplanner/grid-button-special-hover.gif) bottom center no-repeat;
}





table#gridViewPlanner .selected .dateTime{
	background:url(/images/2010/dailyplanner/grid-date-time-selected.gif) top center no-repeat;
	padding:5px 0;
	color:#000;
}

table#gridViewPlanner .selected .eventDetails{
	padding:15px 0;
	border:1px solid #c8c8c8;
}

table#gridViewPlanner .selected .button{
	background:url(/images/2010/dailyplanner/grid-button-selected.gif) bottom center no-repeat;
	padding:8px 0;
}

table#gridViewPlanner .selected .button a{
	text-decoration:none;
	display:block;
	width:151px;
	height:18px;
	color:#000!important;
}

table#gridViewPlanner .selected .button:hover{
	background:url(/images/2010/dailyplanner/grid-button-selected-hover.gif) bottom center no-repeat;
}

.rightFlImg {
	float:right;
	margin:0 0 15px 15px;
}

.cssController {
	color:#DF7819;
	text-decoration:underline;
	cursor:pointer;
	margin:10px 10px 10px 32px;	
	padding:10px 0;
}

.cssController img {
	float:right;
	margin-right:10px;
}








a.button{
	background:#df7819;
	padding:5px 10px;
	border:1px solid #9d4b00;
	text-decoration:none;
	display:inline-block;
	color:#fff!important;
	font-size:0.925em;
}

a.button:hover{
	background:#e28530;
	border:1px solid #9d4b00;
	color:#fff!important;
}









/********* PAGINATION ***********/

div.pagination{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.825em;
	margin-left:27px;
}

div.pagination a{
	display:inline-block;
	border:1px solid #9d4b00;
	padding:2px 5px;
	background:#df7819;
	color:#fff!important;
	text-decoration:none;
}

div.pagination a:hover{
	display:inline-block;
	border:1px solid #9d4b00;
	padding:2px 5px;
	background:#e28530;
	color:#fff!important;
	text-decoration:none;
}

div.pagination p{
	font-size:1em!important;
	margin-left:0px!important;
}


/**********MESSAGES***********/
p.error, p.info, p.success {
	border: 1px #000 solid;
	padding: 10px 10px 10px 30px;
	margin-right:28px;
}
.showbagDetails p.error, .showbagDetails p.info, .showbagDetails p.success{
margin-left:8px !important;
}

p.error {
	background: #ffdada url('/images/icons/ico-cross.gif') no-repeat 5px center;
	border-color: #891212;
}
p.success {
	background: #f0f4e4 url('/images/icons/ico-check.gif') no-repeat 5px center;
	border-color: #5c9600;
}
p.info {
	background: #e0edfa url('/images/icons/ico-info1.gif') no-repeat 5px center;
	border-color: #82a3c0;
}







/************** SHOWBAG VOTING ***********/

#stars-wrapper1 a{
	background:#fff!important;
	border:0!important;
}





/*********************************************  RATINGS  **********************************************/


.tableRating div,
.descRating {
	width: 100px;
	height: 21px;
	text-indent: -9999em;
	background-repeat: no-repeat;
}
.rating-star-0, .rating-star-1, .rating-star-2, .rating-star-3, .rating-star-4, .rating-star-5 { 
	background-image: url('/images/2010/showbags/stars.png');
	padding:0px !important;
}
.rating-star-0{ background-position: 0 -105px }
.rating-star-1 { background-position: 0 -84px }
.rating-star-2 { background-position: 0 -63px }
.rating-star-3 { background-position: 0 -42px }
.rating-star-4 { background-position: 0 -21px }
.rating-star-5 { background-position: 0 0 }








