@charset "utf-8";

/* CSS Document */

html, body {
	height: 100%;
}

body {
	background: #ffffff;
	font: 13px Arial, Helvetica, sans-serif;
}

/* Wrapper */

#wrapper {
	position: relative;
	min-height: 100%;
	margin-bottom: -456px;
}

/* Header */

.header-top {
	background: #f2f2f2;
	border-bottom: 1px dotted #d3d3d3;
}

.header-top-content {
	width: 980px;
	height: 27px;
	margin: 0 auto;
	overflow: hidden;
}

.header-top-content p {
	display: block;
	float: left;
	color: #999999;
	font-size: 13px;
	line-height: 27px;
}

.header-top-content ul {
	display: block;
	float: right;
	padding-top: 6px;
	overflow: hidden;
}

.header-top-content ul li {
	display: block;
	float: left;
	height: 15px;
	border-right: 1px solid #cccccc;
}

.header-top-content ul li.last {
	border: none;
}

.header-top-content ul li a {
	display: block;
	padding: 0 8px;
	color: #064f93;
	font-size: 13px;
	text-decoration: none;
}

.header-top-content ul li a:hover {
	text-decoration: underline;
}

.header-top-content ul li a:active {
	color: #00305d;
}

.header-center {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
	overflow: hidden;
}

.header-center h3 {
	display: block;
	float: left;
	width: 244px;
	height: 53px;
}

.header-center h3 a {
	display: block;
	width: 244px;
	height: 53px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat 0 0;
	text-indent: -9999px;
}

.header-center ul.tooltips {
	display: block;
	float: left;
	padding: 15px 0 0 40px;
	overflow: hidden;
	text-align:left;
}

ul.tooltips li {
	display: block;
	float: left;
	width: 100px;
	height: 26px;
	border:none;
}

ul.tooltips li a {
	display: block;
	padding-left: 30px;
	background-repeat: no-repeat;
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 14px;
	border:none;
}

ul.tooltips li.great_savings a {
	background-image: url(/img/headerfooter/hf-sprite.png);
	background-position: 0 -53px;
}

ul.tooltips li.easy_booking a {
	background-image: url(/img/headerfooter/hf-sprite.png);
	background-position: 0 -79px;
}

ul.tooltips li.secure_payment a {
	background-image: url(/img/headerfooter/hf-sprite.png);
	background-position: 0 -105px;
}

.header_tooltip {
	display: none;
	width: 150px;
	/*height: 60px;*/
	padding: 10px;
	top: 90px !important;
    background:#fff;
    border:2px solid #34a23d;
	color: #333;
    font-size: 11px;
	z-index: 1000;
	text-align:left;
	font-style:italic;
	color:#777;
}

.header_tooltip li {
	list-style-type: disc;
	margin-left:20px;
	margin-bottom: 5px;
	line-height: 12px;
}

.header-center form {
	display: block;
	float: right;
	width: 375px;
	height: 40px;
	margin-top: 8px;
	overflow: hidden;
}

.header-center form .form-left {
	display: block;
	float: left;
	width: 7px;
	height: 40px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -450px -149px;
}

.header-center form .form-center {
	display: block;
	float: left;
	width: 361px;
	height: 32px;
	padding: 4px 0;
	background: url(/img/headerfooter/hf-sprite-repeat.png) repeat-x 0 0;
	overflow: hidden;
}

.header-center form .form-center input {
	display: block;
	float: left;
	width: 250px;
	height: 30px;
	background: transparent;
	border: none;
	outline: none;
	color: #222;
	font-size: 15px;
	line-height: 30px;
	margin-left:5px;
}

.header-center form .form-center input.hint {
	color:#aaa;
	font-style: italic;
}

.header-center form .form-center input .default {
	color: #bbb;
	font-style: italic;
}

.header-center form .form-center input.submitSearch {
	float: right;
	width: 99px;
	height: 31px;
	background-image: url(/img/headerfooter/hf-sprite.png);
	background-repeat: no-repeat;
	background-position: -209px -143px;
	cursor: pointer;
}

.header-center form .form-center input.submitSearch:hover {
	background-position: -209px -174px;
}

.header-center form .form-center input.submitSearch:active {
	background-position: -209px -205px;
}

.header-center form .form-right {
	display: block;
	float: right;
	width: 7px;
	height: 40px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -419px -149px;
}

.header-bottom {
	width: 980px;
	height: 26px;
	margin: 0 auto;
	overflow:hidden;
}

.header-bottom .breadcrumb-left {
	display: block;
	float: left;
	width: 4px;
	height: 27px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -445px -61px;
}

.header-bottom ul.breadcrumb-center {
	display: block;
	float: left;
	width: 972px;
	height: 27px;
	background: url(/img/headerfooter/hf-sprite-repeat.png) repeat-x 0 -95px;
}

ul.breadcrumb-center li {
	position: relative;
	display: block;
	float: left;
	width: auto;
	_width: 0;
	height: 27px;
	white-space: nowrap;
	text-align:left;
}

ul.breadcrumb-center li a {
	position: relative;
	display: block;
	height: 27px;
	background-image: url(/img/headerfooter/hf-sprite-repeat.png);
	background-repeat: repeat-x;
	background-position: 0 -40px;
	padding: 0 26px 0 13px;
	color: #666666;
	font-size: 13px;
	text-decoration: none;
	line-height: 27px;
}

ul.breadcrumb-center li a:hover {
	background-position: 0 -67px;
}

ul.breadcrumb-center li a.active {
	background-position: 0 -67px;
	font-weight: bold;
}

ul.breadcrumb-center li a .breadcrumb-arrow {
	position: absolute;
	display: block;
	width: 13px;
	height: 27px;
	right: 0;
	top: 0;
	background-image: url(/img/headerfooter/hf-sprite.png);
	background-repeat: no-repeat;
	background-position: -457px 0;
}

ul.breadcrumb-center li.last a .breadcrumb-arrow {
	background-position: -457px -54px;
}

ul.breadcrumb-center li a:hover .breadcrumb-arrow, ul.breadcrumb-center li a.active .breadcrumb-arrow {
	background-position: -457px -27px;
}

ul.breadcrumb-center li.last a:hover .breadcrumb-arrow, ul.breadcrumb-center li.last a.active .breadcrumb-arrow {
	background-position: -457px -81px;
}

ul.breadcrumb-center li a .breadcrumb-arrow-hidden {
	position: absolute;
	display: none;
	width: 13px;
	height: 27px;
	left: -13px;
	top: 0;
	background-image: url(/img/headerfooter/hf-sprite.png);
	background-repeat: no-repeat;
	background-position: -457px -108px;
}

ul.breadcrumb-center li a:hover .breadcrumb-arrow-hidden {
	display: block;
}

ul.breadcrumb-center li.last a.active .breadcrumb-arrow-hidden {
	display: block;
}

ul.breadcrumb-center li a.hoverSibling .breadcrumb-arrow {
	background-position: -457px -135px !important;
	z-index: 1;
}

ul.breadcrumb-center li.home a:hover .breadcrumb-arrow-hidden {
	background-position: -457px -162px;
}

ul.breadcrumb-center li.home a .homeIcon {
	display: block;
	width: 13px;
	height: 20px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -244px 0;
	text-indent: -9999px;
}

ul.breadcrumb-center li ul {
	position: absolute;
	display: none;
	width: 120px;
	left: -15px;
	top: 26px;
	padding: 0 26px 8px;
	background: #f9f9f9;
	overflow: hidden;
	border-left: 2px solid #cdcdcd;
	border-right: 2px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
	border-top: none;
	z-index: 10000;
}

ul.breadcrumb-center li ul.double {
	width: 240px;
}

ul.breadcrumb-center li ul.double .left {
	display: block;
	float: left;
	width: 112px;
}

ul.breadcrumb-center li ul.double .right {
	display: block;
	float: right;
	width: 112px;
}

ul.breadcrumb-center li:hover ul, ul.breadcrumb-center li.sfhover ul {
	display: block;
}

ul.breadcrumb-center li ul h5 {
	display: block;
	margin-bottom: 5px;
}

ul.breadcrumb-center li ul h5 a {
	padding: 10px 0 3px;
	background: #f9f9f9;
	border-bottom: 1px solid #cdcdcd;
	font-size: 12px;
	font-weight: bold;
	white-space: normal;
	_white-space: nowrap;
	line-height: 17px;
}

ul.breadcrumb-center li ul h5 a:hover {
	text-decoration: underline;
}

ul.breadcrumb-center li ul li {
	float: none;
	width: 100%;
	height: auto;
}

ul.breadcrumb-center li ul li a {
	height: auto;
	padding: 4px 0;
	background: #f9f9f9;
	font-size: 12px;
	white-space: normal;
	_white-space: nowrap;
	line-height: 17px;
}


ul.breadcrumb-center li ul li a:hover {
	text-decoration: underline;
}

.header-bottom .breadcrumb-right {
	display: block;
	float: right;
	width: 4px;
	height: 27px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -449px -61px;
}

/* Content */

#content {
	clear: both;
	width: 980px;
	margin: 10px auto;
	padding: 5px 0;
	position: relative;
}

.clearfooter {
	clear: both;
	height: 456px;
}

/* Footer */

#footer {
	position: relative;
	/*height: 456px;*/
	z-index: 0;
	margin-top:35px;
}

.footer-top {
	width: 980px;
	height: 66px;
	margin: 0 auto;
	overflow: hidden;
}

.footer-top-left {
	float: left;
	width: 2px;
	height: 66px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -453px -61px;
}

.footer-top-center {
	float: left;
	width: 890px;
	height: 40px;
	padding: 13px 43px;
	background: #f1f1f1;
	text-align:left;
}

.footer-top-center p {
	float: left;
	width: 440px;
	color: #555;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	margin-top:	3px;
}

.footer-top-center form {
	display: block;
	float: right;
	width: 444px;
	height: 40px;
	overflow: hidden;
}

.footer-top-center form .form-left {
	display: block;
	float: left;
	width: 7px;
	height: 40px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -450px -149px;
}

.footer-top-center form .form-center {
	display: block;
	float: left;
	width: 430px;
	height: 32px;
	padding: 4px 0;
	background: url(/img/headerfooter/hf-sprite-repeat.png) repeat-x 0 0;
	overflow: hidden;
}

.footer-top-center form .form-center input {
	display: block;
	float: left;
	width: 300px;
	height: 30px;
	background: transparent;
	border: none;
	outline: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
}

.footer-top-center form .form-center input.hint {
	color: #b9bdbb;
	font-style: italic;
}

.footer-top-center form .form-center input.submitSubscribe {
	float: right;
	width: 111px;
	height: 31px;
	background-image: url(/img/headerfooter/hf-sprite.png);
	background-repeat: no-repeat;
	background-position: -308px -143px;
	cursor: pointer;
}

.footer-top-center form .form-center input.submitSubscribe:hover {
	background-position: -308px -174px;
}

.footer-top-center form .form-center input.submitSubscribe:active {
	background-position: -308px -205px;
}

.footer-top-center form .form-right {
	display: block;
	float: right;
	width: 7px;
	height: 40px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -419px -149px;
}

.footer-top-right {
	float: right;
	width: 2px;
	height: 66px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -455px -61px;
}

.footer-center {
	/*clear: both;*/
	width: 980px;
	margin: 30px auto 0;
	overflow: hidden;
	text-align:left;
}

.footer-center .onecol {
	float: left;
	width: 120px;
	margin-right: 25px;
}

.footer-center .onecol.last {
	margin-right: 0;
}

.footer-center .twocol {
	float: left;
	width: 260px;
	margin-right: 25px;
	overflow: hidden;
}

.footer-center .twocol.last {
	margin-right: 0;
}

.footer-center h6 {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-center ul {
	display: block;
}

.footer-center .twocol ul {
	float: left;
	width: 130px;
}

.footer-center ul li {
	display: block;
	margin-bottom: 5px;
}

.footer-center ul li a {
	display: block;
	height: 12px;
	padding: 2px 0;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.footer-center ul li a:hover {
	text-decoration: underline;
}

.footer-center ul.social li a {
	padding: 2px 0 2px 20px;
	background-image: url(/img/headerfooter/hf-sprite.png);
	background-repeat: no-repeat;
}

.footer-center ul.social li.facebook a {
	background-position: -209px -236px;
}

.footer-center ul.social li.twitter a {
	background-position: -209px -252px;
}

.footer-center ul.social li.pinterest a {
	background-position: -209px -268px;
}

.footer-center ul.social li.google a {
	background-position: -209px -284px;
}

.footer-center ul.social li.blog a {
	background-position: -209px -300px;
}

.footer-center p {
	line-height: 21px;
}

.footer-center .onecol.payment {
	margin-right: 0;
}

.footer-center .onecol.payment h6 {
	padding-left: 25px;
}

.footer-center .onecol.payment img {
	display: block;
	margin: 0 0 8px 25px;
}

.footer-center .onecol .verified {
	display: block;
	width: 117px;
	height: 40px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -324px 0;
	text-indent: -9999px;
}

.footer-center .onecol .mastercard {
	display: block;
	width: 57px;
	height: 19px;
	margin-bottom: 8px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -85px -53px;
	text-indent: -9999px;
}

.footer-center .onecol .mastercard {
	display: block;
	width: 57px;
	height: 19px;
	margin-bottom: 8px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -85px -53px;
	text-indent: -9999px;
}

.footer-center .onecol .visa {
	display: block;
	width: 58px;
	height: 21px;
	margin-bottom: 8px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -85px -72px;
	text-indent: -9999px;
}

.footer-center .onecol .eft {
	display: block;
	width: 59px;
	height: 21px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -85px -93px;
	text-indent: -9999px;
}

.footer-center .onecol .diners {
	display: block;
	width: 59px;
	height: 21px;
	margin-bottom: 8px;
	margin-left:5px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -144px -94px;
	text-indent: -9999px;
}

.footer-center .onecol .amex {
	display: block;
	width: 59px;
	height: 21px;
	margin-bottom: 8px;
	margin-left:6px;
	background: url(/img/headerfooter/hf-sprite.png) no-repeat -144px -72px;
	text-indent: -9999px;
}

.footer-center a.addAcc {
	display: block;
	width: 236px;
	height: 30px;
	margin-top: 5px;
	background-image: url(/img/headerfooter/hf-sprite.png);
	background-repeat: no-repeat;
	background-position: -209px -53px;
	text-indent: -9999px;
}

.footer-center a.addAcc:hover {
	background-position: -209px -83px;
}

.footer-center a.addAcc:active {
	background-position: -209px -113px;
}

.footer-center .contact {
	float: left;
	width: 260px;
	margin-left:46px;
}

.footer-bottom {
	clear: both;
	margin-top: 30px;
	padding: 15px 0;
	background: #f2f2f2;
	border-top: 1px dotted #d3d3d3;
	text-align:center;
}

.footer-bottom-content {
	width: 980px;
	margin: 0 auto;
}

.footer-bottom p {
	color: #b3b3b3;
	font-size: 12px;
}

.footer-bottom a {
	color: #b3b3b3;
	text-decoration: none;
}

.footer-bottom a:hover {
	text-decoration: underline;
}

/*********************************
JQUERY UI AUTO-COMPLETE
**********************************/
/*
-----------------
CUSTOM AUTOCOMPLETE CSS
-----------------
*/
.ui-autocomplete-category {
	line-height:2;
	font-size:15px;
	padding-left:5px;
	font-weight:bold;
}

.autocomplete-item {
	color:#4d69a2;
	font-size:15px;
}


.ui-autocomplete-result {

}

.no_result {
	font-style:italic;
	font-family:serif;
	line-height:2.5;
	font-size:15px;
	color:#555;
	width:357px;
}

.ui-autocomplete {
	max-height: 400px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	/*padding-right: 20px;*/
	text-align:left;

}


/*
JQUERY UI STUFF
*/


* html .ui-autocomplete {
	height: 200px;
}


.ui-autocomplete { position: absolute; cursor: default; }
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}


.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ /*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ /*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ /*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
