@charset "UTF-8";
@import "/public/css/nyro.css";
/*
-----------------------------------------------
FIZZYFIZZY CSS
-----------------------------------------------
/*
 
1. GLOBAL STYLES
-------------------------------------------------------------------
1.0 Master/Reset
1.1 Accessiblity
1.2 Headings
1.3 Text Elements
1.4 Links and lists
1.5 Forms
1.6 Columns and Rows
1.7 Puffs and Boxes
1.8 Buttons
1.9 Tables
 
 
2. MAIN PAGE ELEMENTS
-------------------------------------------------------------------
2.0 Wrapper
2.1 Header
2.2 Masthead
2.3 Navigation
2.4 Main content
2.5 Footer
 
 
3. SPECIFIC PAGES
-------------------------------------------------------------------
3.0 Example Specific Page
 
 
4. LOWER LEVEL TEMPLATES
-------------------------------------------------------------------
4.0 Example Lower Level Template
*/
 
.notice {margin:0px 0px 10px 0;padding:10px;line-height:15px;border:1px solid #000;color:#fff;
background:#000;text-align:center;font-size:12px;font-family: Tahoma, Verdana, Arial;}
.notice a{
color:#fff;
}
 
 
/*
1. GLOBAL STYLES
------------------------------------------------------------------- */
 
/* 1.0 Master/Reset
----------------------------------------------- */
html,legend{background:#fff;color:#000}
address,blockquote,body,dd,del,dl,dt,div,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,iframe,input,ins,legend,li,map,object,ol,p,pre,table,td,textarea,th,ul{margin:0;padding:0; vertical-align: baseline;}
h1,h2,h3,h4,h5,h6,th{font-weight:normal}
fieldset,img{border:0}
input,select,textarea{font-family:inherit}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left}
td,th{vertical-align:top}
abbr,acronym,address,b,caption,cite,code,dfn,em,i,input,samp,select,strong,textarea,var{border:0;font-family:inherit;font-style:normal;font-variant:normal}
del,ins{text-decoration:none}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
q{quotes:none}q:before{content:"\2018"}q:after{content:"\2019"}q q:before{content:"\201c"}q q:after{content:"\201d"}

html {
	background: #FFF;
}
body {
	font-size:75%;
	font-family:"Trebuchet MS","Trebuchet",Arial,Helvetica,sans-serif;
	height:100%;
	width:100%;
	margin:0;padding:0;

}

/* 1.2 Headings
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
	margin-bottom: 0.5em;  
	margin-top: 0.5em;  
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 17px;
	text-align:center;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
 
/* 1.3 Text Elements
--
--------------------------------------------- */
p {
	line-height: 120%;
	margin-bottom: 0.8em;
}
code {
	font: normal 0.9em "Monaco","Courier New",Courier,sans-serif;
}
 
/* 1.4 Links and Lists
----------------------------------------------- */
a, a:link {color: #DF0B5B; text-decoration: none;}
a:visited {color: #DF0B5B;}
a:hover, a:focus, a:active {text-decoration: underline;}

dd {
	margin-bottom: 0.5em;
}
li {
	display: list-item;
}
 
.hide {
display:none;
}
 
/* 1.5 modal box
----------------------------------------------- */

.modaliframe {
border:5px solid #323232;
background:#fff no-repeat;
}

#mask {
position:absolute;
top:0;
left:0;
z-index:9000;
background:url('/images/OPAC50.png');
display:none;
}

#extsite {
z-index:9102;
display:none;
position:absolute;
width:401px;
height:512px;
}

#extcontrol {
z-index:9110;
position:absolute;
top:0;
left:10px;
display:none;
}



 
 
/* 1.6 Columns and Rows
----------------------------------------------- */


 
/* 1.7 Puffs and Boxes
----------------------------------------------- */

 
/* 1.8 Buttons
----------------------------------------------- */

.hoverbutton{
display:block;
float:right;
width:143px;
height:47px;
line-height:47px;
font-size:1.5em;
cursor:pointer;
text-align:center;
color:#fff;
margin-right:20px;
}

.hoverb_on{
background:url('/images/button_o.jpg') no-repeat top left;
}
.hoverb_off{
background:url('/images/button.jpg') no-repeat top left;
}



button,
form input.button,
.submit input {
	background: #ff0084;
	border: 2px solid #ff0084;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	height:130%;
	overflow: visible; /* overflow: visible + width: auto avoids IE adding double padding */
	padding: 0px 5px;
	width: auto;
}



button:hover,
button:focus,
button:active,
form input.button:hover,
form input.button:focus,
form input.button:active,
.submit input:hover,
.submit input:focus,
.submit input:active {
	background: #FF4DA9;
border: 2px solid #FF4DA9;
}

form select.dropdown{
	background: #FFF;
	border: 1px solid #7f7f7f;
	-moz-border-radius: 2px; -webkit-border-radius: 2px;
	color: #000;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	overflow: visible; /* overflow: visible + width: auto avoids IE adding double padding */
	padding: 3px 5px;
	width: auto;
}

form input{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
height:20px;
padding:4px;
width:192px;
}

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

.highlight{
	background: #ED2079;
	color: #FFF;
	font-size: 1em;
	line-height:1em;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-topleft:5px;
}

h6{
font-size:120%;
letter-spacing:80%;
font-weight: bold;
padding:5px 0px;
}
h6 span{
border-bottom:2px solid #ED2079;
}



 
/*
2. TOP LEVEL ELEMENTS
------------------------------------------------------------------- */
 
/* 2.0 Wrapper
----------------------------------------------- */
#wrapper:after {
	content: ".";
	clear: both;  
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {
	display: inline-block;
}
/* \ */
* html #wrapper {
	height: 1%;
}
#wrapper {
	display: block;
	margin: 0 auto;
	width: 550px;
}
 
 
/* 2.1 Header
----------------------------------------------- */


/* 2.2 Masthead
----------------------------------------------- */

.mContent{
min-height:600px;
}
 
.container_12{
background:#fff;
}
 
.bigbutton{
  background: #ff0084;
	-moz-border-radius: 2px; -webkit-border-radius: 2px;padding:0.5em;;
}
.rbigbutton{
  background: #0073ea;
	-moz-border-radius: 2px; -webkit-border-radius: 2px;padding:0.5em;;
}
a.bigbutton, a.rbigbutton{
	color:#fff;
}


/* 2.3 Navigation
----------------------------------------------- */
#footer {
background:#0073ea;
}

#footer ul {
	width:780px;
	float: left;
	margin: 0;
	padding: 0em 0;
	clear:right;
}
#footer ul li {
	list-style: none;
	float: left;
	display:block;
}

#smstable{
background:#6D6F71;
color:#fff;
font-weight:bold;
}

#rightable td { padding: 5px 8px;background:#e7e7e7;vertical-align:top;}
#rightable tr { border:1px solid #fff;}

#smstable td { padding: 5px 12px 5px 12px;}
#smstable tr { border:1px solid #fff;}

#smstable a{
color:#fff;
text-decoration:none;
background:#494949;
padding:1px 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#smstable a:hover{
color:#fff;
background:#595959;
}

.warn{
text-align:center;
padding: 5px 8px;
background:#ecd7d7 !important; 
}
 
 
/* 2.4 Main content
----------------------------------------------- */

.texual {
	display: block;
	width: 960px;
	height: 30px;
	margin-top: 20px;
	background: url(/css/forma.gif) 0 0 no-repeat;
	line-height:30px;
}

.category{
	font-size:1.6em;
	color:#fff;
	text-transform: uppercase;
	line-height:30px;
	margin-left:10px;
}

.category > input{
background:#ff0000 none repeat scroll 0 0;
float:left;

	color:#fff;
	text-transform: uppercase;
}

.texualf {
	display: block;
	width: 540px;
	height: 30px;
	position:absolute;
	margin-top:-30px;
	margin-left:380px;
	background: url(/css/formb.gif) 0 0 no-repeat;
}

span.texualf > input {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
float:left;
height:28px;
padding:4px;
margin-top: 1px;
width:528px;
font-size:1.45em;
}















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

.content{
font-size:100%;
line-height:130%;
}

.req{
padding-left:8px;
font-size:80%;
background:url(css/req.gif) top left no-repeat;
}

.smsbg{
width:840px;
margin:20px auto;
padding:10px 10px;
background:#fff url(/public/images/layout/logo-onwhite.gif) bottom right no-repeat;
}

a.ica{
display:block;
padding:2px 0px;
color:#6D6F71;
}

p.large {
	font-size: 1.5em;
	margin-top:  0.6em;
	float: left;
	font-weight: normal;
	width: 356px;
}

form#stay * {
	line-height: 100%;
}
form#stay h2 {
	float: left;
	width: 510px;
	margin-top: 1em;
	padding-bottom: 0.5em;
}
form#stay input {
	width: 192px;
	height: 20px;
	float: left;
	padding: 4px;
	background: transparent;
}


.input_wrapper {
	display: block;
	float:left;
	width: 290px;
	line-height:30px;
	height: 30px;
	margin-top: 1px;
	margin-right:0px;
	background: url('/css/form290.gif') 0 0 no-repeat;
}
span.input_wrapper > input {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
height:28px;
padding:4px;
margin-top: 1px;
width:282px;
font-size:1.25em;
}


.titleo{
font-size:1.3em;
}

form#stay button {
	width: 70px;
	height: 24px;
	float: left;
	text-indent: -9999px;
	outline: none;
	border: none;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.small{
font-size:80%;
}

/* 2.5 Footer
----------------------------------------------- */

.data{
margin:0px 0px;
width:500px;
height:60px;
border:1px solid #7f7f7f;
-moz-border-radius: 2px; -webkit-border-radius: 2px;
padding:2px;
font-size:1em;
}
 .bigdata{
margin:0px 0px;
width:500px;
height:200px;
border:1px solid #7f7f7f;
-moz-border-radius: 2px; -webkit-border-radius: 2px;
padding:2px;
font-size:1em;
}
hr{
height:0px;
border:1px solid #323232;
}
 .mediumdata{
margin:0px 0px;
width:500px;
height:80px;
border:1px solid #7f7f7f;
-moz-border-radius: 2px; -webkit-border-radius: 2px;
padding:2px;
font-size:1em;
}
.simpleborder{
border:1px solid #7f7f7f;
}
 
/*
3. SPECIFIC PAGES
------------------------------------------------------------------- */
 
/* 3.0 Example Specific Page
----------------------------------------------- */

.content select{
font-size:14px;
}

.content .option{
width:160px;
height:230px;
margin:5px 10px;
padding:3px;
display:inline;
float:left;
border:1px solid #fff;
-moz-border-radius: 5px; -webkit-border-radius: 5px;
text-align:center;
}

.fixedoption{
height:220px;
text-align:left;
}
.selected {
background:#00AEEF;
}

.sbutton{
background:url('../images/button.png');
display:block;
width:160px;
height:30px;
line-height:30px;
}

.notselected{
background:#ddd;
}


.content .option img{
margin-bottom:5px;
width:160px;
height:160px;
display:block;
background:#ec008c url("/pix/ica.jpg");
}

#votingholder{
height:300px;
width:940px;
position:absolute;
top:0;
overflow:hidden;
display:block;
clear:both;
}

.behind{
height:320px;
width:940px;
}

#votingmask{
height:300px;
width:17000px;
}
.item{
		width:940px;
		height:100%;
		float:left;
}


.leftb{
font-size:15px;
}


.right{
text-align:right;
}
.left{
text-align:left;
}
.centre{
text-align:centre;
}


#tickboxes{  text-align:center;color: #0073ea;  padding: 0px 0px;  background: #f1f1f1;-moz-border-radius: 2px; -webkit-border-radius: 2px;}

#tickboxes a , #tickboxes a:visited{  
display:block; float:left; width:148px;  padding: 10px 10px; margin:5px 5px 5px 5px;	color: #fff;
background: #00aeef;
text-decoration:none; -moz-border-radius: 2px; -webkit-border-radius: 2px;}

#tickboxes a:hover{  	background: #00589f;}

#tickboxes a.pinker, #tickboxes a.pinker:visited{
display:block; float:left; width:148px;  padding: 10px 10px; margin:5px 5px 5px 5px;	color: #fff;
background: #ec008c;
text-decoration:none; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
#tickboxes a.pinker:hover{  	background: #fb006a;}

.barmargin{
margin:1em 0;
}

.internal{
background:#fff;
}

#sizem{
min-height:900px;
}




#rotator{
-moz-border-radius: 2px; -webkit-border-radius: 2px;
width:540px;
height:250px;
background:#000;
}

#holding{
margin-top:20px;
}

#mtxt p{
text-align:justify;
line-height:150%;
}

small{
font-size:80%;}

#mtxt p span{
 font-size : 320%;
padding-right:5px;
 font-weight : bold;
 float : left;
line-height:90%;
}

#gallery{
width:700px;
display:block;
height:425px;
}

#galbox{
position:relative;
width:700px;
height:300px;
}

ul.galselec{
position:absolute;
margin-top:-290px;
margin-left:10px;
width:450px;
height:12px;
}

ul.galselec li a{
display:block;
float:left;
margin-right:10px;
height:11px;
width:11px;
}

.boff{
background: url('/buy/slides/off.png');
}

.bon{
background: url('/buy/slides/on.png');
}

.galleryimg{
-moz-box-shadow:5px 5px 5px #dfdfdf;
-webkit-box-shadow:5px 5px 5px #dfdfdf;
}

.gallerynav{
position:relative;
top:-213px;
left:-80px;
z-index:9999;
height:30px;
width:860px;
}

.goback{
float:left;
display:none;
}

.gonext{
float:right;
}


ul.galset, ul.galset li{
display:none;
}


input.itix {
width:20px;
text-align:center;
color:#000;
border:1px solid #ff0084;
}

input.names {
width:280px;
color:#000;
border:1px solid #00a4e6;
}

div.tleft div{
padding:5px;
}


a.minuso, a.minusu, a.pluso, a.plusu{
font-size:130%;
padding:0px 3px;
color:#fff;
font-weight:bold;
text-decoration:none;
background:#ff0084;
}

a.minuso:hover, a.minusu:hover, a.pluso:hover, a.plusu:hover{
background:#ff4da9;
}


.seperator {
border-bottom:1px dotted #ccc;
margin:10px 0;
}

#tandc{
display:none;
}

div.finp{
width:490px;
line-height:24px;
margin-bottom:15px;
}

div.fsub{
margin-left:265px;
line-height:24px;
margin-bottom:15px;
}

div.finp span{
display:inline-block;
width:180px;
line-height:100%;
}
div.finp input{
width:280px;
border:1px solid #ccc;
height:18px;
padding:3px 20px 3px 3px;
}

.emailform{
background:url('/buy/cross.jpg') no-repeat right center;
}

.ok{
background:url('/buy/tick.jpg') no-repeat right center;
}
div.finp input:focus{
border:1px solid #888;
}

#tanca{
font-size:9px;
}
fieldset  {
border:1px dotted #ccc;
}

hr {
border:0px solid #fff;
padding:10px 0px;
border-top:1px dotted #888;
height:0;
}