/* CSS Document */
/* Normalisation */
/* ------------------------------------------------------------------------ */

/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalises font-size for headers */
h1, h2, h3, h4, h5, h6 
{ font-size : 100%; }

/* Remove list styles from lists */
ol, ul
{ list-style : none; }

/* Normalises font style and font weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Remove borders and spacing from tables */
table
{ border-collapse : collapse ; border-spacing : 0; }

/* Remove borders from field set and img */
fieldset, img
{ border :0; }

/* Left aligns text in caption and table headers */
caption, th
{ text-align : left; }

/* Remove quotation marks from quote */
q:before, q-after
{ content : ''; }

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
  text-decoration: none;
}
a {
	text-decoration: none;
	color:#360;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
:focus {
  -moz-outline-style:none;
}
/* ------------------------------------------------------------------------ */
html {	text-align : center; height : 100%;	}
body {
	width : 100%;
	background-color:#DBE2DB;
	background-image: url(../structure_images/backgrounds/new-bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body {
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
	font-size: 12px;
	width: 100%;
}
body.dark {
	background-color:#DBE2DB;
}
#footer {
	position: relative;
	color: #333;
	font-size: 9px;
	z-index:2;
	margin : 0 auto;
	text-align : center;
	padding: 0px;
	width: auto;
	min-width: 760px;
	max-width: 945px;
	margin-top: -10px;
}
#branding {
	position : relative;
	margin : 0 auto;
	text-align : left;
	margin-top: 10px;
	padding: 0px;
	width: auto;
	height: 75px;
	min-width: 750px;
	max-width: 935px;
	_width: expression(document.body.clientWidth < 742? "750px" : document.body.clientWidth > 1000? "935px" : "auto"); 
	z-index: 100;
	padding: 2px 11px 2px 11px;
	border: 2px solid white;
	border-bottom-width: 0px;
	background:#030 url(../structure_images/backgrounds/header-bg2.jpg) repeat;
}
#wrapper {
	position : relative;
	margin : 0 auto;
	background-color:#333;
	text-align : left;
	margin-top: 0px;
	padding: 10px;
	border: 2px solid white;
	border-top-width: 1px;
	border-top-color:#666;
	width: 937px;
	z-index: 5;
}
#wrapper.cond {
	width: 755px;
}
#branding.cond {
	width: 755px;
	margin-top: 10px;
}

/* --- Branding Styling --- --*/
#branding #logo {
	position: absolute; padding: 0; margin:0; top: 0px; left: 0px;
}
h1 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	display:inline;
	padding-right: 5px;
	font-family: Georgia, verdana, helvetica, arial, sans-serif;
	position:absolute;
	bottom: 18px;
	padding-left: 85px;
}
p.tag {
	color: #fff;
	display:inline;
	font-size: 15px;
	padding: 0 5px 0 5px;
	margin: 0;
	font-family: Georgia, verdana, helvetica, arial, sans-serif;
	position: absolute;
	right: 10px;
	bottom: 20px;
}
/* --- Main Navigation --- --*/
/* main navigator */
#main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
	background-color: white;
}

#main_navi li {
	background-color:#FFF;
	border-top:1px solid #FFFFFF;
	clear:both;
	color:#333;
	font-size:10px;
	height:69px;
	list-style-type:none;
	padding:10px;
	width:190px;
	cursor:pointer;
	overflow:hidden;
}

#main_navi li:hover {
	background-color:#F90;
	opacity:0.85;
	filter: alpha(opacity=85);
	color:#030;
}
#main_navi li.active {
	background-color: #F93;
	color:#555;
}
#main_navi li a{
	display:block;
	width: 190px;
	height: 79px;
	color:#333333;
}
#main_navi li a:hover {
	text-decoration:none;
}
#main_navi li a:visited {
	color:#333333;
}
#main_navi li.active strong{
	color:#030;
}
#main_navi img {
	float:left;
	margin-right:10px;
	outline: 1px solid grey;
}

#main_navi strong {
	display:block;
	border-bottom: 1px solid #999999;
	margin-bottom: 3px;
	font-size: 13px;
	margin-top: 10px;
	margin-left: 85px;
	padding-left:1px;
	margin-right: -10px;
}
#main_navi strong:hover{
	color:#030;
}
#main_navi span {
	margin-left: 90px;
	color: #444;
}

#main div.navi {
	margin-left:250px;
	cursor:pointer;
}
#main_navi li {
	background-repeat: no-repeat;
	background-position: left;
}
#main_navi li#location {
	background-image:url(/structure_images/menu_img/location-thumb-2.png);
}
#main_navi li#conference {
	background-image:url(/structure_images/menu_img/conference-thumb-2.png);
}
#main_navi li#dining {
	background-image:url(/structure_images/menu_img/dining-thumb-2.png);
}
#main_navi li#hotel {
	background-image:url(/structure_images/menu_img/hotel-thumb-2.png);
}
#main_navi li#home {
	background-image:url(/structure_images/menu_img/home-thumb-2.png);
}

/* --- Scrollable / Main Content Area -- --*/
#scroll {
	position: relative;
	height:450px;
	overflow:hidden;
	width:541px;
	padding:0px;
	background: white;
	color:#444;
	font-size: 10px;
}

#pages {
	width:9999em;
	position:absolute;
	height:450px;
}

.page {
	float:left;
	width:510px;
	height:450px;
	background-repeat:no-repeat;
	background-position:0 -40px;
	padding: 0 15px 0 16px;
	font-size: 10px;
}
.introduction {
	background: url(/structure_images/backgrounds/white-75.png) repeat;
	border-bottom: 1px solid #030;
	margin: 0 0 0 0;
	padding: 20px 15px 0 20px;
	width:474px;
	height: 70px;
	color:#030;
	overflow: hidden;
	font-size:12px;
}
.details {
	background: url(/structure_images/backgrounds/white-60.png) repeat;
	border-top: 1px solid #030;
	margin:180px 0 0 0;
	padding:25px 15px 25px 20px;
	overflow: hidden;
	width:474px;
	height: 160px;
	font-size: 10px;
}
.details .left {
	width: 290px;
	height: auto;
	border-right: 1px solid #CCCCCC;
	padding-right: 6px;
	float: left;
	position: relative;
	clear: left;
}
.details ul li{
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	color:#333;
}
.details .right {
	width: 163px;
	float: right;
	clear: right;
}
#naviScroll {
	position: absolute;
	border-top: 1px solid #ddd;
	height:  30px;
	top: 430px;
	left: 220px;
	width: 541px;
	padding: 0px;
	margin: 0px;
	background: url(/structure_images/backgrounds/white-40.png) repeat;
}

/* Booking Form Styling */
#sidebar {
	position: absolute;
	left: 760px;
	top: 10px;
	width: 186px;
	height: 546px;
	background: #999999 url(/structure_images/backgrounds/w186.jpg) repeat;
	margin: 0px;
	padding: 0px;
}
#sidebar ul#booking{
	position: relative;
	padding: 0px;
	margin: 0px 8px 0px 8px;
	background: url(/structure_images/backgrounds/black-20.png) repeat;
	height: auto;
	width: 170px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	color: #FFFFFF;
	font-size: 13px;
	z-index: 9999;
}
#sidebar ul#booking li{
	display: block;
	padding: 10px 5px 2px 5px;
	text-indent: 3px;
}
#sidebar ul#booking li.link a, #sidebar #email a, li#princes a{
	color: white;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
#sidebar ul#booking li.link a:hover, #sidebar #email a:hover, li#princes a:hover{
	text-decoration: none;
}

li#princes a { color:#333333; }

#sidebar ul#booking li.title {
	height: 28px;
	padding-top: 14px;
	border-bottom: 1px solid white;
	background-color:#F90;
}
#sidebar ul#booking li.title strong {
	font-size: 16px;
}
#sidebar ul#booking li.link {
	height: 28px;
	padding-top: 14px;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
	background: transparent url(/structure_images/backgrounds/arrow-white70.png) no-repeat right;
}
#sidebar ul#booking li.link:hover {
	background-image: url(/structure_images/backgrounds/arrow-white70.png);
	background-color:#F90;
	opacity:0.75;
	filter: alpha(opacity=75);
}
#sidebar form#availability {
	background: transparent url(/structure_images/backgrounds/white-40.png) repeat;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius-bottomleft: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 16px;
	margin: 10px 0px 5px 0px;
	padding: 10px 5px 5px 5px;
	width: 150px;
	height: auto;
	text-indent: 0px;
}
#sidebar form#availability ul.avail {
	padding: 3px;
	margin: 0px;
}
#sidebar form#availability ul.avail li{
	padding: 0px 0px 4px 0px;
	margin: 0px;
	display: block;
}
#sidebar form#availability label {
	color:#333333;
	font-size: 10px;
	margin: 2px 1px 2px 0px;
	clear:left;
}
#sidebar form#availability input{
	width: 25px;
}
#sidebar form#availability input#date-1{
	width: 35px;
}
#sidebar form#availability select {
	font-size: 10px;
	padding: 1px;
	clear:left;
	width: 45px;
}
#sidebar form#availability li.search {
	text-align: right; margin-top: 3px; border-top: 1px solid #CCCCCC;
}
#sidebar form#availability li#occupancy p{ margin: 2px 0 0 0; }
#sidebar form#availability li.search button {
	margin-top: 4px;
	padding: 4px 4px 4px 12px;
	color:#FFFFFF;
	background-color:#360;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #FFF;
	cursor: pointer;
}
#sidebar form#availability li.search button:hover {
	background-color:#F90;
}
#sidebar form#availability li.form .hideme { display: none; }
#sidebar div.rounded {
	position: relative;
	padding: 5px;
	margin: 4px 8px 0px 8px;
	background: url(/structure_images/backgrounds/black-20.png) repeat;
	width: 160px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	display: block;
}
#sidebar div.rounded#telephone {
	height: 37px;
	padding-top: 8px;
}
#sidebar div.rounded#email {
	height: 22px;
	cursor: pointer;
}
#sidebar div.rounded#email:hover {
	background:#F90;
}

#sidebar #special {
	width: 166px;
	height: 105px;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	position: absolute;
	bottom: 0px;
	color:#333;
	font-size: 11px;
	background: url(../structure_images/backgrounds/yellow-white.png) repeat;
	text-align: center;
	overflow:hidden;
}
#sidebar #triv {
	width: 176px;
	height: 105px;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #CCCCCC;
	position: absolute;
	bottom: 0px;
	color:#333;
	font-size: 11px;
	background-repeat: repeat;
	background: transparent url(/structure_images/backgrounds/black-20.png) repeat;
	text-align: center;
	overflow: hidden;
}


/* Info bar styling */
ul#infobar, ul#bottomcontent {
	position: relative;
	display: block;
	clear: left;
	width: 750px;
	height: 53px;
	margin: 0 px;
	padding: 0px;
	background: grey url(/structure_images/backgrounds/w750.jpg) repeat;
	border-top : 1px solid white;
	overflow: hidden;
}
ul#bottomcontent { background: #ccc; height: 41px; border-top: 1px solid white; }
ul#infobar li, ul#bottomcontent li {
	position: absolute;
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	height: 43px;
	background: #999999 repeat-y right;
	color: #333;
	font-size: 10px;
}
ul#bottomcontent li {
	height:30px; background: none;
}
ul#infobar li strong, ul#bottomcontent strong {
	font-size: 13px;
}
ul#infobar li#photogallery, ul#bottomcontent #testimonials {
	width: 190px;
	top: 0px;
	left: 0px;
	background-color:#FFF;
	background-image: url(/structure_images/menu_img/photo01.png);
	cursor: pointer;
}
ul#bottomcontent #testimonials{ background-image: url(/structure_images/menu_img/testi1.jpg);}
ul#bottomcontent #testimonials:hover{ background-image: url(/structure_images/menu_img/testi2.jpg);}
ul#infobar li#photogallery p, ul#bottomcontent #testimonials p {
	margin-left: 83px;
}
ul#infobar li#photogallery:hover {
	background-color:#F90;
	background-image: url(/structure_images/menu_img/photo02.png);
}
ul#infobar li#photogallery.photoactive {
	background-color:#F90;
	background-image: url(/structure_images/menu_img/photo03.png);
}
ul#infobar li#photogallery.photoactive:hover {
	background-color:#000000;
	color:#030;
}
ul#infobar li.split {
	width: 249px;
	top: 0px;
}
ul#infobar li#address, ul#infobar li#addressed {
	left: 211px;
}
ul#infobar li#address{ padding: 1px 0px 0px 0px; width: 269px; height: 52px; }/* New for the choice privileges */
ul#infobar li#address:hover img{ opacity: 0.8; }/* New for the choice privileges */
ul#infobar li#address p, ul#infobar li#addressed p{
	margin-left: 6px;
}
ul#bottomcontent #loyaltyclub { right: 0px; width: 499px; }
ul#infobar li#princes {
	background-image: url(/structure_images/menu_img/princes01.png);
	right: 0px;
	opacity:0.90;
	filter: alpha(opacity=90);
}
ul#infobar li#princes:hover {
	background-color:#CCCCCC;
	opacity:1;
	filter: alpha(opacity=100);
}
div.overlay {
	
	/* growing background image */
	background-image:url(../img/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:35px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/structure_images/arrow/close.gif);
	position:absolute;
	left:30px;
	top:0px;
	cursor:pointer;
	height:27px;
	width:119px;
}

/* use a semi-transparent image for the overlay */ 
#overlay { 
    background-image:url(/structure_images/backgrounds/transparent.png); 
    height:450px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
div.popUp { 
    height:441px; 
    overflow-y:auto;
} 
/* Overlay styling */
/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#FFF; 
     
    width:750px;     
    height:450px; 
     
    /* CSS3 styling for latest browsers */ 
    /* -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;      */
} 
 

/* styling for the image wrapper  */
#stage { 
    /* dimensions */ 
    width:500px;
    margin:0; 
    padding:10px; 
 
 	position: absolute;
	left: 220px;
	top: 6px;
    /* centered */ 
    text-align:center; 
 
    /* some "skinning" */ 
    background-color:#efefef; 
    border:2px solid #fff; 
    outline:1px solid #ddd; 
    -moz-ouline-radius:4px; 
}
/* root element for scrollable */ 
div#gallerythumbs { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 380px; 
    width: 215px;
	padding: 5px;
} 
 
/* root element for scrollable items */ 
div#gallerythumbs div.mythumbs { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}
#downscroll, #upscroll {
	text-align: center; 
	width: 210px; 
	height: 15px; 
	display: block; 
	cursor: pointer;
	text-indent: -1000px;
	margin-top: 5px;
	background: url(/structure_images/backgrounds/down-box01.gif) no-repeat;
}
#upscroll {
	margin: 0 0 5px 0;
	background: url(/structure_images/backgrounds/up-box01.gif) no-repeat;
}
#upscroll:hover {
	background: url(/structure_images/backgrounds/up-box02.gif) no-repeat;
}
#downscroll:hover {
	background: url(/structure_images/backgrounds/down-box02.gif) no-repeat;
}
#downscroll.defunct, #downscroll.defunct:hover {
	background: url(/structure_images/backgrounds/down-box03.gif) no-repeat;
	cursor: default;
}
#upscroll.defunc, #upscroll.defunc:hover {
	background: url(/structure_images/backgrounds/up-box03.gif) no-repeat;
	cursor: default;
}
/* Booking Form Styling [condensed]*/
#sidebar.cond {
	position: relative;
	display: block;
	width: 751px;
	height: 90px;
	margin: 0 px;
	padding: 0px;
	left: 0px;
	top: 0px;
	background: #999 url(/structure_images/backgrounds/w750.jpg) repeat;
	border-top : 1px solid white;
	overflow: hidden;
}
#sidebar.cond ul#booking{
	position: relative;
	padding: 0px;
	margin: 0px;
	background: transparent url(/structure_images/backgrounds/black-20.png) repeat;
	height: 90px;
	width: 585px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #FFFFFF;
	font-size: 13px;
	z-index: 9999;
}
#sidebar.cond ul#booking li{
	display: block;
	padding: 10px 5px 2px 5px;
	text-indent: 3px;
	position: relative;
	width: 200px;
}

#sidebar.cond ul#booking li.form {
	display: block;
	padding: 14px 5px 2px 5px;
	text-indent: 3px;
	border-left: 1px solid white;
	width: 360px;
	position: absolute;
	left: 210px;
	top: 0px;
	background: #FF9900 url(/structure_images/backgrounds/w380_yellow.gif) repeat-y 0 0;
}
#sidebar.cond form#availability {
	margin: 2px 0px;
	width: 360px;
	height: 88px;
	background-image: none;
	padding: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#sidebar.cond form#availability ul li{
	top: 45px; top: 7px;
	margin: 0px;
	padding: 0px;
}
#sidebar.cond .hide_me { display:none; font-size:12px; }
#sidebar.cond form#availability ul li#checkindate {
	position: absolute;
	left: 60px;
	width: 145px;
}
#sidebar.cond form#availability ul li#checkoutdate {
	position: absolute;
	left: 60px;
	top: 45px;
	width: 145px;
}
#sidebar.cond form#availability ul li#occupancy {
	position: absolute;
	left: 200px;
	width: 145px;
	top: 3px;
}
#sidebar.cond form#availability ul li.search {
	position: absolute;
	top: 55px;
	right: 0px;
	margin-left: 0px; padding-left: 0px; width: auto;
	border-top: 0px;
}
#sidebar.cond form#availability ul li.search #guarantee { position:relative; display:none; }
#sidebar.cond div.rounded#telephone {
	width: 155px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-left: 1px solid white;
	background-color:#B3B3B3;
}
#sidebar.cond div.rounded#email {
	background-color:#B3B3B3;
	width: 155px;
	position: absolute;
	margin: 0px;
	right: 0px;
	bottom: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	height: 30px;
}
#sidebar.cond #special {
	display: none;
}
#sidebar.cond #triv {
	display: none;
}

/* Extra Styles */
em {
font-style:italic;
}
.popUp strong, .page strong {
font-weight:bold;
}
.popUp ul {
padding: 10px 0px 15px 15px;
}
.popUp li {
list-style-type: circle;
}
#slideshow {
	position:absolute;
	top: 91px;
	left:16px;
	height:180px;
	width:509px;
	padding: 0px;
	margin:0px;
	overflow:hidden;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.activeslide {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
p {
	margin-bottom: 8px;
}
ul#infobar p, #main_navi p {
	margin-bottom: 0px;
}
#sidebar #special p {
	margin-bottom: 2px;
	color:#666;
}
h2, h3 {
	color:#030;
	font-size: 14px;
	font-weight: normal;
}
#sidebar #special h3{
	padding-top: 4px;
}
h2 { color:#444; text-shadow: 0px 5px 2px silver; font-size: 22px; font-family: 'Century New Gothic', trebuchet, helvetica, arial, sans-serif; margin-left: -5px; margin-bottom: 10px; }

#prompt { 
    background-color: white; 
    display:none;
    width:350px; 
    padding:15px; 
    text-align:left; 
    border:2px solid #333; 
 
    opacity:0.8; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
} 
 
.modal h2 { 
    margin:0px 0px 10px 0px; 
    padding:10px 0; 
    border-bottom:1px solid #333; 
    font-size:20px; 
}
.roundeddiv {
	background-color:#FFFFFF; 
	width: auto;
	max-width: 935px;
	height: auto;
	min-height: 300px;
	margin: 0 auto 5px auto; 
	padding: 20px 15px 15px 15px; 
	font-size:11px; 
	text-align:left;
	-moz-border-radius-bottomleft:20px; -webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px; -webkit-border-bottom-right-radius:20px;
}
/* No script div */
.noscript{ display: block; background-color:#FFFFFF; padding: 20px 5px 10px 5px; border-bottom: 1px solid #030; width: 100%; color:#030;}

/*---------------------------------------------------------------------------------*/
/*Temporary Fix When Booking Engine is Down

form#availability, #sidebar ul#booking li.link {
	display:none;
}
#bookingerror {
	background: #ff7200;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius-bottomleft: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 16px;
	margin: 10px 0px 5px 0px;
	padding: 10px 5px 5px 5px;
	width: 150px;
	height: auto;
}
#bookingerror h5 { border-bottom: 1px solid #fff; padding-bottom: 2px;}
#bookingerror p {
	margin-top:3px; font-size: 11px;
}
#bookingerror a { color: inherit; text-decoration:underline;}
#sidebar.cond #bookingerror {
	width: 95%; height:auto; position:absolute; top:0px; left: -1px; margin: 0px; padding: 10px;
	display:block;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
#sidebar.cond #bookingerror p { margin: 1px 0; padding: 0; ]
---------------------------------------------------------------------------------*/