/*----- Start "Main definitions" -----*/
* { padding: 0; margin: 0; outline: 0; }

html, body { height: 100%; }

body {
    font-size: 11px;
    line-height: 20px;
    font-family: Arial, "Trebuchet MS", sans-serif;
    color: #646464;
    background: #fff url(images/body-bg.gif) repeat-x 0 0;
    text-align: left;
}

/*----- Start "Clear" -----*/
.cl { font-size: 0; line-height: 0; height: 0; clear: both; }
/*------ End "Clear" ------*/

/*----- Start "Link styles" -----*/
a img { border: 0; cursor: pointer; }
a * { cursor: pointer; }
a { color: #646464; text-decoration: underline; }
a:hover { text-decoration: none; }
/*------ End "Link styles" ------*/

/*----- Start "Box positions" -----*/
.center { margin: 0 auto; }
.left { float: left; display: inline; }
.right { float: right; display: inline; }
/*------ End "Box positions" ------*/

/*----- Start "Fields" -----*/
input, select, textarea { font-family: Arial, Helvetica, Sans-Serif; background: #fff; font-size: 12px; color: #000; border: solid 1px #7f9db9; padding: 1px 0; }
.ui-datepicker-trigger { margin-left: 2px; cursor: pointer; }
.searchform .field { border: solid 1px #5a99b1; background: #fff; padding: 6px 6px; font-size: 11px; color: #000; font-family: Arial, Helvetica, Sans-Serif; width: 138px;}
.searchform .sm-field { width: 63px; }
.searchform select.field { width: 152px; padding: 5px 6px; }
.searchform select.sm-field { width: 77px; }
.searchform select.field option { padding: 0 5px; }
.searchform label.fixed-fw { width: 150px; }

.searchform .picker-field { border: solid 1px #5a99b1; width: 138px; height: 17px; padding: 5px 6px; background: #fff; }
.searchform .picker-field input { float: left; display: inline; background: none; border: 0; padding: 1px 0; width: 120px; }
.searchform .picker-field img { float: right; display: inline; cursor: pointer; }
/*------ End "Fields" ------*/

/*------ End "Main definitions" ------*/

/*----- Start "Fixed Width Layout" -----*/
#fixed { width: 770px; margin: 0 auto; }
#fixed .shell { width: 770px; }
#fixed .call-button { margin-top: 7px; }
#fixed .slider { width: 680px; }
#fixed .slider .holder { width: 600px; }
/*------ End "Fixed Width Layout" ------*/

#page { position: relative; min-height: 100%; width: 100%; }
.shell { width: 983px; margin: 0 auto; position: relative; }
#main { position: relative; width: 100%; }
#page-home #main { padding-bottom: 286px; }
#page-inner #main { padding-bottom: 102px; }

#header,
#header .shell { background: url(images/blue-dot.gif) repeat-x 0 bottom; height: 115px; position: relative; }

#footer { position: absolute; bottom: 0; width: 100%; padding: 0; }
#footer,
#footer .shell { background: #f0f5f8 url(images/blue-dot.gif) repeat-x 0 0; }

#page-home #footer,
#page-home #footer .shell { height: 286px; }
#page-inner #footer,
#page-inner #footer .shell { height: 102px; }

#content .shell { padding-bottom: 13px; z-index: 1000; }

h1#main-title{ font-size: 12px; color:#cccccc; margin:-5px 0 5px 10px; padding:0;}
h1#main-title-header{ float:left; font-size: 12px; color:#cccccc; margin:-38px 0 5px 20px; padding:0;}

div#logo,
h1#logo {
	float: left;
	display: inline;
	width: 252px;
	height: 72px;
	padding-top: 5px;
	padding-left: 44px;
}
div#logo a,
h1#logo a {
	display: block;
	width: 252px;
	height: 72px;
	/*background: url(images/logo.png) no-repeat 0 0;*/
	cursor: pointer;
}
div#logo a img,
h1#logo a img{float:left; display:block; border:none; }
#main-nav {
	height: 31px;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 5px;
}

/* IE 6 FIX */
* html div#logo a{background: url(images/logo.gif) no-repeat 0 0;}
* html div#logo a img{display:none;}


#main-nav ul li {
	float: left;
	display: inline;
	list-style-type: none;
	margin-right: 2px;
}
#main-nav ul li a {
	float: left;
	display: inline;
	background: #ddd;
	font-size: 12px;
	font-weight: bold;
	color: #fffffe;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 31px;
	background: url(images/main-nav-bg.gif) no-repeat 0 0;
	padding-left: 22px;
	cursor: pointer;
}
#main-nav ul li a span {
	float: left;
	display: inline;
	background: url(images/main-nav-bg.gif) no-repeat right 0;
	padding-right: 22px;
}
#main-nav ul li a:hover,
#main-nav ul li a.active {
	background-position: 0 bottom;
	color: #f2b536;
}
#main-nav ul li a:hover span,
#main-nav ul li a.active span {
	background-position: right bottom;
}
.call-button {
	float: right;
	display: inline;
	width: 298px;
	height: 70px;
	/*background: url(images/call-button.gif) no-repeat 0 0;*/
	margin-top: 23px;
	margin-right: 34px;
}
.call-button img{float:left; display:block; border:none; }

.shell-top {
    border-bottom: solid 1px #dde1e4;
    margin-bottom: 12px;
}
#small-nav {
	padding: 4px 0;
	float: right;
}
#small-nav a {
	color: #a0a0a0;
	font-size: 9px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: solid 1px #dde1e4;
	padding-right: 3px;
	margin-right: 3px;
}
#small-nav a.last {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
#small-nav a:hover {
	text-decoration: underline;
}
.card-ico {
	padding-left: 18px;
	background: url(images/card-ico.gif) no-repeat 0 center;
}
.time-ico {
	padding-left: 16px;
	background: url(images/time-ico.gif) no-repeat 0 0;
}
.help-ico {
	padding-left: 16px;
	background: url(images/help-ico.gif) no-repeat 0 0;
}
.pc-ico {
	padding-left: 16px;
	background: url(images/pc-ico.gif) no-repeat 0 0;
}
.middle-side {
	margin-left: 17px;
	margin-right: 14px;
}
#side-1 {
	float: left;
	display: inline;
	width: 338px;
}
#side-2 {
	float: left;
	display: inline;
	width: 307px;
}
#side-3 {
	float: left;
	display: inline;
	width: 307px;
}
.weekly-specials {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 150px;
	height: 88px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(images/weekly-specials.gif) no-repeat 0 0;
}
#footer .container {
	padding-top: 50px;
	padding-bottom: 10px;
	border-left: solid 1px #d6e5ec;
	border-right: solid 1px #d6e5ec;
}
.cont-no-carousel {
    padding-top: 0 !important;
}

/*----- Start "Slider" -----*/
.slider { width: 880px; margin: 0 auto; position: relative; height: 95px; padding-bottom: 38px; border-bottom: solid 1px #d6e5ec; }
.slider .holder { width: 800px; margin-left: 57px; height: 100px; overflow: hidden; position: relative; }
.slider .content { position: absolute; width: 40000px; }
.slider .fragment { width: 200px; float: left; display: inline; color: #63a5bf; font-size: 12px; line-height: 15px; }
.slider .fragment .title { font-weight: bold; line-height: 23px; }
.slider .fragment .title a { color: #63a5bf; text-decoration: none; }
.slider .fragment .name { height:30px; overflow:hidden; }
.slider .fragment .name a { text-decoration: none; color: #63A5BF !important; }
.slider .fragment .image { float: left; display: inline; width: 72px; margin-right: 3px; }
.slider .fragment .image img { padding: 3px; background: #fff; border: solid 1px #e2e2e2; }
.slider .fragment .cnt { width: 115px; float: left; display: inline; padding-top: 5px; }
.slider .fragment .cnt strong { display: block; }
.slider .fragment .cnt a { color: #efa407; }
.slider .buttons span { display: block; width: 13px; height: 76px; font-size: 0; line-height: 0; text-indent: -4000px; cursor: pointer; }
.slider .buttons span { border: solid 1px #e2e2e2; background-color: #fff; background-position: 2px 32px; background-repeat: no-repeat; position: absolute; top: 17px; }
.slider .buttons span.next { background-image: url(images/arrow-next.gif); right: 0; }
.slider .buttons span.prev { background-image: url(images/arrow-prev.gif); left: 0; }
/*------ End "Slider" ------*/

/*----- Start "Box" -----*/
.box { margin-bottom: 14px; }
.topbox .content { height: 310px; }
.botbox { margin-bottom: 0; }
.botbox .content { padding-top: 12px; height: 200px; }
.box .head { background: url(images/box-head.gif) repeat-x 0 0; border: solid 1px #d47f1d; border-bottom: 0; position: relative;}
.box .head-in { border: solid 1px #fed826; border-bottom: 0; padding: 3px 9px 0 6px; height: 20px; line-height: 18px; }
.box .head .title { font-size:11px; margin:0; padding:0; float: left; display: inline; }
.box .head .title { height: 20px; line-height: 20px; background: url(images/box-head-tab.gif) no-repeat 0 0; font-weight: bold; padding-left: 12px;	position: relative; }
.box .head .title span {float:left; display:inline; padding-right: 10px; position: relative; margin-right: -2px; background: url(images/box-head-tab.gif) no-repeat right 0; }
.box .head .title span strong{font-weight: inherit; }
.box .head .title span a {text-decoration: none;}


.searchbox .head .title span {font-weight: normal; /*font-size: 12px;*/}
.searchbox .head .title span strong {color: #314251 }
.searchbox .head .title span strong em { color: #f79422; font-style: normal; }
.searchbox .head-in { border: solid 1px #fff }


.box .head a.right { color: #ffffff; text-decoration: none; }
.box .head a.right:hover { text-decoration: underline; }
.box .head .separator { height: 17px; font-size: 0; line-height: 0; text-indent: -4000px; }
.box .head .separator { float: right; display: inline; width: 2px; background: url(images/box-head-sep.gif) no-repeat 0 0; margin-right: 11px; }
.box .content { padding: 18px 13px 16px; border: solid 1px #e2e2e2; border-top: 0; position: relative; height: 100%; }
.searchbox .content { 
    border: solid 1px #9bb8d5; 
    border-top: 0; 
    background: #fff url('images/dpsb.gif') 0 bottom repeat-x;
    padding: 17px 0 10px 15px;
}

.sbox { border: solid 1px #e2e2e2; padding: 13px; margin-bottom: 15px; }
/*------ End "Box" ------*/

#country-list { margin-bottom: 0; }
#country-list a { float: left; display: inline; margin-right: 7px; margin-top: 5px; }
#country-list select { float: right; display: inline; }

.map { border: solid 1px #e2e2e2; margin-bottom: 8px; }
.map .cnt { height: 176px; width: 277px; background: url(images/map.gif) no-repeat 0 0; position: relative; }
.map .star { position: absolute; width: 16px; height: 16px; display: block; background: url(images/map-star.gif) no-repeat 0 0; cursor: pointer; }
.map .star .info { display: none; position: absolute; top: -7px; left: 17px; width: 84px; border: solid 1px #d6e5ec; background: #f0f5f8; padding: 3px 0; text-align: center; line-height: 11px; font-size: 11px; }
.map .star .info strong { display: block; padding-bottom: 2px; }
.map .star .info a { color: #efa407; text-decoration: none; }
.map .star .arrow { position: absolute; left: -5px; top: 5px; }
.map .foot { height: 24px; line-height: 24px; background: #f0f5f8; border-top: solid 1px #d6e5ec; padding: 0 6px; }
.map .foot .view-all { background: url(images/globe.gif) no-repeat 0 center; padding-left: 20px; font-weight: bold; }
.map .foot .view-all a { text-decoration: none; }
.map .foot .view-all a:hover { text-decoration: underline; }

.list .row { line-height: 20px; height: 20px; background: url(images/hor-line.gif) repeat-x 0 bottom; }
.list .row .half { width: 139px; float: left; display: inline; }
.list .row p { padding-left: 18px; background: url(images/star.gif) no-repeat 0 center; }
.list .row p a { text-decoration: none; }
.list .row p a:hover { text-decoration: underline; }
.blocklist a { display: block; background: url(images/arrows.gif) no-repeat right center; width: 100%; }

.hot-deals-banner { display: block; position: relative; margin-top: -3px; margin-right: -4px; margin-bottom: 10px; }

.sp-deals { height: 37px; width: 224px; padding: 46px 29px 0 26px; background: url(images/sp-deals.gif) no-repeat 0 0; }
.sp-deals a { height: 22px; width: 58px; float: left; display: inline; font-size: 0; line-height: 0; text-indent: -4000px; }
.sp-deals a.usa { background: url(images/button-usa.gif) no-repeat 0 0; }
.sp-deals a.international { background: url(images/button-international.gif) no-repeat 0 0; width: 151px; float: right; }

#footer .foot { text-align: center; color: #63a5bf; font-size: 11px; line-height: 18px; }
#footer .foot a { font-weight: bold; }
#footer .foot a, 
#footer .foot span { color: #efa407; }
#footer .foot .nav { padding: 10px 0; }
#footer .foot .nav a { text-decoration: none; margin: 0 3px; }
#footer .foot .nav a:hover { text-decoration: underline; }


/*----- Start "Tabs" -----*/
#tabs {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
}
#tabs .ui-tabs {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}
#tabs .ui-tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	display: inline;
	list-style-type: none;
	margin-right: 2px;
	width: 83px;
	height: 39px;
	background: url(images/tabs.gif) no-repeat 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	position: relative;
	z-index: 11;
}
#tabs .ui-tabs-hide {
	display: none;
}
#tabs .fragment {
	background: #6cb3cf url(images/tabs-fragment.gif) repeat-x 0 0;
	margin-top: -2px;
	border: solid 1px #c6dcec;
	border-top: 0;
	padding: 16px 0 12px 10px;
	width: 326px;
	position: relative;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
#tabs .ui-tabs li.ui-tabs-selected {
	background-position: 0 bottom;
}
#tabs .ui-tabs li a {
	display: block;
	padding: 0;
	width: 83px;
	height: 29px;
	color: #63a5bf;
	text-decoration: none;
	padding-top: 10px;
}
#tabs .ui-tabs li.two-rows a {
	padding-top: 5px;
	padding-bottom: 5px;
}
#tabs .ui-tabs li.last {
	margin-right: 0;
}
/*------ End "Tabs" ------*/


/*----- Start "Search Form" -----*/
.searchform {
	color: #000;
}
.searchform label {
	display: block;
	font-size: 11px;
	color: #000000;
	padding-left: 4px;
	padding-top: 1px;
	line-height: 20px;
}
.searchform .nicebutton {
	display: block;
	width: 82px;
	height: 34px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(images/button-search.gif) no-repeat 0 0;
	border: 0;
	margin-top: 15px;
	margin-left: 5px;
	cursor: pointer;
	float:right;
	margin-right:10px;
}
.searchform .nicebutton:hover {
	background-position: 0 bottom;
}
.searchform div.left {
	margin-right: 8px;
	margin-bottom: 2px;
}
.searchform h3 {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	height: 100%;
}
.searchform h3.step {
	padding-left: 22px;
	margin-top: 6px;
	margin-bottom: 5px;
}
.searchform h3.step1 {
	background: url(images/step-1.gif) no-repeat 0 center;
}
.searchform h3.step2 {
	background: url(images/step-2.gif) no-repeat 0 center;
}
.searchform h3.step3 {
	background: url(images/step-3.gif) no-repeat 0 center;
}
.searchform h3.step4 {
	background: url(images/step-4.gif) no-repeat 0 center;
}
.searchform a {
	color: #efa407;
	font-weight: bold;
}
.searchform table tr td.index-text {
	width: 100px;
}
.searchform div.left {
	line-height: 29px;
}
.bookonline {
	height: 47px;
	padding-top: 7px;
	text-align: center;
	border: solid 1px #e2e2e2;
	border-top: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #63a5bf;
	line-height: 20px;
	font-weight: bold;
}
.bookonline strong {
	color: #efa407;
}
#ui-datepicker-div {
	display: none;
	z-index: 10000;
}
/*------ End "Search Form" ------*/

#banner-1 {
	width: 288px;
	height: 66px;
	background: url(images/banner-1.gif);
	padding-top: 17px;
	padding: 17px 10px 0 12px;
}
#banner-1 .title {
	margin-bottom: 19px;
	margin-left: 29px;
	height: 17px;
	width: 232px;
}
#banner-1 .title a {
	display: block;
	background: url(images/banner-1-title.gif) no-repeat 0 0;
	height: 17px;
	width: 232px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
#banner-1 .text-1 {
	float: left;
	display: inline;
	width: 121px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(images/text-1.gif) no-repeat 0 0;
}
#banner-1 .text-2 {
	float: right;
	display: inline;
	width: 156px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(images/text-2.gif) no-repeat 0 0;
}
#country-list .country-selector {
	float: right;
	display: inline;
	position: relative;
	z-index: 1000;
	width: 142px;
}
#country-list .country-selector p {
	line-height: 27px;
	height: 27px;
	border: solid 1px #afb9c3;
	padding-left: 10px;
	color: #999;
	background: #fff url(images/country-selector-arrow.gif) no-repeat right center;
	cursor: default;
}
#country-list .country-selector ul {
	position: absolute;
	top: 28px;
	left: 0;
	border: solid 1px #afb9c3;
	background: #fff;
	display: none;
}
#country-list .country-selector ul li {
	list-style-type: none;
	width: 140px;
}
#country-list .country-selector a {
	float: none;
	display: block;
	width: auto;
	white-space: nowrap;
	text-decoration: none;
	margin: 0;
	padding: 0 10px;
	width: 120px;
}
#country-list .country-selector a:hover {
	text-decoration: underline;
}
.breadcrumb-cont {
    text-align: left;
    float: left;
    font-size: 12px;
    padding-top: 4px;
    width: 545px;
}
.breadcrumb-cont a, .breadcrumb-cont span.breadcrumb-sep  {
    color: #008ed7;
}
.breadcrumb-cont strong {
    color: #f79422;
    font-weight: normal;
}
.searchbox {
    width: 475px;
}

.infobox {
    float: left;
    width: 485px;
    padding-left: 15px;
}
.infobox ul {
    padding-left: 20px;
}
.infobox .flag {
	
}
#country-infobox {
	width: 501px;
	padding-left: 0;
	float: right;
	margin-bottom: 7px;
}
#country-infobox h1,
#country-infobox h3 {
	position: relative;
	background: url(images/desc-title-bg.gif) repeat-x 0 0;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #314251;
	padding-left: 10px;
}
#country-infobox .flagged {
	border: solid 1px #7b5633;
	background: #ffdab7;
	position: relative;
	height: 100%;
	padding: 10px 4px 4px 9px;
}
#country-infobox .flagged .arrow {
	display: block;
	width: 15px;
	height: 9px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	position: absolute;
	top: -1px;
	left: 22px;
	background: url(images/country-infobox-arrow.gif) no-repeat 0 0;
	z-index: 11;
}
#country-infobox .flagged .flag {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 130px;
	width: 486px;
	z-index: 10;
}
#country-infobox .whitebox {
	font-size: 12px;
	line-height: 14px;
	color: #585858;
	background: #fff url(images/country-infobox-whitebox.gif) repeat-y right 0;
}
#country-infobox .whiteboxbg .whitebox-bot {
	position: relative;
	z-index: 12;
	height: 100%;
	padding: 5px 5px 10px 5px;
	background: url(images/country-infobox-whitebox-bot.gif) no-repeat 0 bottom;
    min-height: 121px;
    height: 121px;
}
#country-infobox .whitebox p {
	padding-bottom: 10px;
}
#country-infobox .whitebox a {
	color: #008ed7;
}
#country-infobox .whitebox ul {
	padding-left: 0;
}
#country-infobox .whitebox ul li {
	list-style-type: none;
	padding-left: 15px;
	background: url(images/country-infobox-list.gif) no-repeat 0 2px;
	margin-bottom: 4px;
	position: relative;
}
.ranges {
    padding: 0 0 0;
    height: 45px;
}
.ranges ul li {
    display: inline;
    float: left;
}
.ranges ul li a {
    float: left;
    background: url(images/range.gif) 0 0 no-repeat;
    width: 63px;
    height: 25px;
    margin-left: 7px;
    text-decoration: none;
    text-align: center;
    color: #6b6b6b;
    font-weight: bold;
    padding-top: 5px;
}
.ranges ul li.first a {
    margin-left: 0;
}
.ranges ul li a.active, .ranges ul li a:hover {
    background: url(images/range-active.gif) 0 0 no-repeat;
    color: #008ed7;
}
.listbox {
    width: 655px;
}
.listbox .head-in, .bluebox .head-in {
    border: solid 1px #fff;
}
.listbox .head, .bluebox .head {
    background: #6798ca url(images/blue-box-head.gif) 0 bottom repeat-x;
    border: solid 1px #6798ca;
    border-bottom: none;
    color: #314251;
}
.listbox .head .separator, .bluebox .head .separator {
    background-image: url(images/box-head-sep-blue.gif);
}
.listbox .links li {
    list-style-type: none;
    display: inline;
}
.listbox .links li a {
    padding-left: 12px;
    background: url('images/yellow-bullet.gif') 4px 6px no-repeat;   
    display: block;
    font-size: 13px;
    color: #008ed7;
}
.links .first {
    margin-left: 0 !important;
}
.listcolumn {
    width: 199px;
}
.no-carousel  .container {
    border: none !important;
    padding-top: 0 !important;
}
.fitlers {
    background: url(images/filters-bg.gif) 0 0 repeat-x;
    font-size: 12px;
    position: relative;
    height: 100%;
}
.fitlers .filter-title {
	font-weight: bold;
    float: left;
    width: 83px;
    height: 25px;
    background: url(images/filter-by.gif) 0 0 no-repeat;
    text-align: center;
    color: #fff;
    padding-top: 6px; 
    padding-right: 5px;
}
.filters .filters-elems {
    float: left;
}
.fitlers .filters-elems ul li {
    display: inline;
    float: left;
}
.fitlers .filters-elems ul li span {
    height: 30px;
    border-right: solid 1px #9bb8d5;
    float: left;
}
.fitlers .filters-elems ul li span a {
    display: inline;
    float: left;
    padding: 5px 12px 0 20px;
    border-right: solid 1px #fff;
    height: 25px;
    color: #314251;
    text-decoration: none;
    background: url('images/fitler-array.gif') 10px 11px no-repeat;
}
.fitlers .filters-elems ul li span a:hover, .fitlers .filters-elems ul li span a.active {
    background: url('images/filter-btn-active.gif') 8px 13px no-repeat;
    color: #f9ac1a;
}
.bottom-filters .filters-elems ul li span a:hover, .bottom-filters .filters-elems ul li span a.active {
    background: url('images/bottom-filter-btn-active.gif') 8px 13px no-repeat;
}
.bottom-filters .filters-elems ul li span a {
    padding-right: 6px !important;
}
.fitlers .filters-elems ul li span a.active {
    background-color: #fff;
    position: relative;
    bottom: -2px;
}

.paging {
    float: right;
    padding: 5px 0 5px 0;
}
.pages {
    font-size: 12px;
    float: right;
    margin-left: 10px;
}
.paging strong {
    font-weight: normal;
}
.paging ul li  {
    display: inline;
    float: left;
    margin-left: 4px;
}
.paging ul li a, .paging ul li span {
    display: inline;
    float: left;
    list-style-type: none;
    border: solid 1px #cccccc;
    text-decoration: none;
    padding: 0px 5px;
}
.paging ul li a:hover, .paging ul li.active a {
    background: url(images/paging-active.gif) 0 0 repeat;
    
}
.paging ul li.active a {
    font-weight: bold;
}
.paging ul li.disabled span {
    color: #eeeeee;
    border: solid 1px #eee;
}

.paging strong {
    float:left;
    margin-top: 2px;
}
.hotels .leftcol {
    float: left;
    width: 783px;
    margin-right: 10px;
}
.hotels a.info {
    background: url(images/infoicon.gif) 0px 2px no-repeat;
    padding-left: 20px;
    text-decoration: underline !important;
    font-weight: bold;
}
.hotels a.maplink {
    background: url(images/mapicon.gif) 0px 2px no-repeat;
    padding-left: 20px;
    margin-right: 6px;
    text-decoration: underline !important;
    font-weight: bold;
}
.hotels a.info:hover, .hotels a.maplink:hover {
    text-decoration: none !important;
}


/**/
.hotelslist .hotelimg img {
    padding: 3px;
    border: solid 1px #e2e2e2;
}
.hotelslist .selectrooms {
    border: solid 1px #fbebaf;
    background: #fff8d8;
    padding: 15px 6px 13px;
    width: 150px;
    margin-top: 4px;
    text-align: center;
    font-size: 14px;
}
.select-rooms-link {
    margin: 0 4px 0 5px;
}
.hotelslist .selectrooms strong {
    color: #ff0101;
    font-size: 	22px;
}

.yellow-btn {
    float: left;
    display: inline;
    height: 22px;
    background: url('images/yellow-btn.gif') left 0 no-repeat;
    padding-left: 4px;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.yellow-btn span { 
    float: left; 
    display: inline; 
    background: url('images/yellow-btn.gif') right 0 no-repeat;
    padding: 0 8px;
    position: relative; 
    cursor: pointer; 
    margin-right: -4px; 
    height: 21px;
    line-height: 19px;
    padding-top: 1px;
}
.star {
    height: 8px;
    width: 8px;
    background-image: url('images/stars-sprite.gif');
}
.star-full { background-position: 0 16px }
.star-empty { background-position: 0 0 }
.star-part { background-position: 0 8px }

.redstars .star {
    height: 10px !important;
    width: 10px !important;
    background-image: url('images/stars-red.gif');
}
.redstars .star-full { background-position: 0 0px !important}
.redstars .star-empty { background-position: 0 9px !important}
.redstars .star-part { background-position: 0 18px !important}


.hotelinfo {
    width: 500px;
    margin-left: 10px;
}
.hotelinfo ul {
    padding-left: 25px;
}
.content .meta {
    background: #fafafa;
    border: solid 1px #e6e6e6;
    padding: 0 10px;
    margin-left: 6px;
}
.content .more {
    color: #008ed7;
}
.hotelslist .last {
    margin-bottom: 0;
}
.enlarge-map {
    display: block;
}
.map-container {
    position: relative;
    padding: 3px;
}
.map-wrap {
    border: solid 1px #dfdfdf;
    border-bottom: solid 2px #dfdfdf;
    padding: 5px;
    margin-bottom: 10px;
}
.map-container .map-label {
    text-indent: -1500000px;
    position: absolute;
    top: -1px;
    right: 0;
    background: url(images/map-label.png) 0 0 no-repeat;
    width: 99px;
    height: 58px;
    cursor: pointer;
}
.map-container a, .map-container span  {
    color: #008ed7;
    font-weight: bold;
}
.filter {
    
}
.filter ul.left {
    float: left;
    display: inline;
    margin-right: 10px;
    width: 180px;
}
.filter ul.left li {
    list-style-type: none;
    display: inline;
}
.filter ul.left a {
    padding-left: 15px;
    background: url('images/filter-bullet.png') 2px 6px no-repeat;
    display: block;
    color: #008ed7;
}
.filter ul.left a.active {
    color: #646464;
    text-decoration: none;
    font-weight: bold;
    cursor: default;
}
.filters-cont {
    margin-bottom: 10px;
    height: 100%;
    position: relative;
}
.bottom-filters-container {
    margin-top: 10px;
}
.bottom-filters-container .filter {
    border: solid 1px #9bb8d5;
    border-bottom: none;
    width: 961px;
    background: url('images/bottom-filters-1-bg.gif') 0 0 repeat-x;
}
.bottom-filters-container .fitlers .filters-elems ul li span a.active {
    bottom: 0;
    top: -2px;
}
.filter {
    float: left;
    display: inline;
    width: 761px;
    border: solid 1px #9bb8d5;
    border-top: none;
    background: #fff url('images/filtersbg.gif') 0 bottom repeat-x;
    padding: 10px;
}
.quality-meter {
    padding-left: 50px;
    float: left;
}
.sc {
    float: left;
    background: url('images/qualities-boxes/middle.png') 0 0 repeat-x;
}
.quality-meter a {
    float: left;
    display: inline;
    height: 29px;
    text-decoration: none;
    color: #008ed7;
    font-size: 12px;
    
}
.quality-meter a:hover, .quality-meter a.active {
    color: #fff
}
.quality-meter a span {
    height: 27px;
    padding: 2px 15px 0 15px;
    float: left;
    display: inline;
}

.quality-meter a.filter-left { background: url(images/qualities-boxes/left.png) 0 0 no-repeat; padding-left: 11px; }
.quality-meter a.filter-left span { background: url(images/qualities-boxes/middle.png) 0 0 repeat-x; }

.quality-meter a.filter-middle { background: url(images/qualities-boxes/middle.png) 0 0 repeat-x; }

.quality-meter a.filter-right { background: url(images/qualities-boxes/right.png) right 0 no-repeat; padding-right: 11px;}
.quality-meter a.filter-right span { background: url(images/qualities-boxes/middle.png) 0 0 repeat-x; }
/* * */
.quality-meter a.filter-left:hover, 
.quality-meter a.filter-left-active { background: url(images/qualities-boxes/left-active.png) 0 0 no-repeat; padding-left: 11px; }
.quality-meter a.filter-left:hover span, 
.quality-meter a.filter-left-active span { background: url(images/qualities-boxes/middle-active.png) 0 0 repeat-x; }

.quality-meter a.filter-middle:hover ,
.quality-meter a.filter-middle-active { background: url(images/qualities-boxes/middle-active.png) 0 0 repeat-x; }

.quality-meter a.filter-right:hover,
.quality-meter a.filter-right-active { background: url(images/qualities-boxes/right-active.png) right 0 no-repeat; padding-right: 11px;}
.quality-meter a.filter-right:hover span,
.quality-meter a.filter-right-active span { background: url(images/qualities-boxes/middle-active.png) 0 0 repeat-x; }
/* * */
.quality-meter .nobullet a em { text-decoration: underline; font-style: normal}
.quality-meter .nobullet a:hover em { text-decoration: none; }
.nobullet li a { background: none !important; padding: 0 !important; }
ul.ratings li.clear {
    clear: both;
}
ul.ratings li {
    float: left;
    width: 224px;
    margin-left: 20px;
    font-size: 12px;
    list-style-type: none;
}
ul.ratings li a {
    background: none;
    padding: 0;
    text-decoration: none;
    color: #008ed7;
}
ul.ratings li a:hover em {
    text-decoration: underline;
}
ul.ratings li a em {
    font-style: normal;
}
ul.ratings {
    padding-bottom: 15px;
}
.ratings a.active em {
    font-weight: bold;
    color: #646464;
}
.ratings a.active:hover  em {
    text-decoration: none;
    cursor: default;
}
a.blue { color: #008ED7; }

/* Sidebar Box */
.sidebarbox {
    margin: 0px 0 10px 0 ;
    width: 188px;
}
.sidebarbox .titlehandler {
    padding: 1px 1px 0px 1px;
    background: #fff;
    border: solid 1px #6798ca;
    border-bottom: 0;
}
.sidebarbox h3 {
    background: #fff url(images/sidebar-box-head.gif) 1px bottom no-repeat;
    color: #424d5d;
    font-weight: bold;
    padding-left: 20px;
    font-size: 12px;
}

.sidebarbox .listcont {
    background: url(images/sidearbox-shadow.gif) 1px 0 no-repeat;
    border: solid 1px #dfdfdf;
    border-top: 0;
    border-bottom-width: 2px;
    padding: 10px 0 20px;
}
.sidebarbox .listcont ul li {
    list-style-type: none;
    display: inline;
}
.sidebarbox .listcont ul li a {
    display: block;
    background: url(images/sidebar-box-bullet.gif) 3px 7px no-repeat;
    padding: 0 2px 0 12px;
    clear: both;
    margin: 0 10px;
    font-size: 12px;
    border-bottom: dotted 1px #dfdfdf;
}

/**/

.hotelpage-topbox-top {
    background: url(images/hotelpage-topbox-corners-top.gif) 0 0 no-repeat;
    padding-top: 5px;
}
.hotelpage-topbox-top .bd {
    border: solid 1px #9bb8d5;
    border-top: none;
    background: url(images/box-bg-top.gif) 0 0 repeat-x;
    font-size: 12px;
}
.hotelpage-topbox-top .bd {
    padding: 11px 38px 7px 30px;
    height: 100%;
    position: relative;
    color: #314251;
}
.hotelpage-topbox-top .bd .guestrooms a {
    display: block;
    color: #314251;
}
.hotelpage-topbox-top .bd .checkrates  {
    margin: 0 0 0 0px;
    background: url(images/hotel-page-form-sep.gif) 0 0 no-repeat;
    height: 53px;
}
.dates-pick-cont { padding-left: 27px; width: 501px;}
.hotelpage-topbox-top .bd .checkrates label {
    display: block;
}
.hotelpage-topbox-top .bd .checkrates input {
    width: 107px;
}
.hotelpage-topbox-top .bd .checkrates input,
.hotelpage-topbox-top .bd .checkrates select {
    background: #fff;
    border: solid 1px #7f9db9;
    padding: 0 1px;
}
.hotelpage-topbox-top .bd .checkrates select {
    position: relative;
    padding: 1px;    
    margin-left: 2px;
    height: 18px;
}
.ybtnplc {
    margin-left: 55px
}
.hotelpage {
	font-size: 12px;
	color: #314251;
}
.hotelpage-topbox-bottom {
    background: url('images/hotelpage-topbox-corners-bottom.gif') 0 bottom no-repeat;
    padding-bottom: 5px;
}
.hotelpage-topbox-bottom .bd {
    border-left: solid 1px #7f9db9;
    border-right: solid 1px #7f9db9;
    background: url('images/box-bg-bottom.gif') 0 bottom repeat-x;
    padding: 18px 38px 18px 30px;
    line-height: 150%;
    color: #424d5d;
    height: 100%;
    position: relative;
}
.hotelpage-topbox-bottom .bd .hi img {
    border: solid 1px #e2e2e2;
    padding: 4px;
}
.hotelpage-topbox-bottom .txtcont {
    padding: 0 0 0 17px;
}
.hotelpage-topbox-bottom .txtcont h1{ font-size: 16px; }

.hotelpage-topbox-bottom .pcont {
    text-align: right;
}
strong.price {
    color: #ff0101;
}

.hotelpage-menu .m {
    height: 38px;
    background: url('images/bluedot.gif') 0 bottom repeat-x;
    margin-top: 15px;
    font-weight: 
}
.hotelpage-menu .m li {
    display: inline;
    float: left;
    list-style-type: none;
}
.hotelpage-menu .m li a {
    float: left;
    display:inline;
    margin-right: 5px;
    color: #008ed7;
    margin-top: 9px;
    height: 28px;
}
.hotelpage-menu .m li a span.s1 { background: url('images/hotelpage-menu/left.gif') 0 0 no-repeat; padding-left: 7px; float: left; height: 28px; }
.hotelpage-menu .m li a span.s1 span.s2 { background: url('images/hotelpage-menu/right.gif') right 0 no-repeat; padding-right: 7px; float: left; height: 28px; }
.hotelpage-menu .m li a span.s1 span.s2 span.s3 { float: left; border-top: solid 1px #9bb8d5; background: #eff7fb; padding: 0 7px; font-size: 12px; font-weight: bold; height: 24px; padding-top: 3px; cursor: pointer}
/* ... */
.hotelpage-menu .m li a.active{
    color: #646464;
    text-decoration: none;
    margin-top: 0;
}
.hotelpage-menu .m li a.active span.s1 { 
    background: #fff url('images/hotelpage-menu/left-active.gif') 0 0 no-repeat; 
    padding-left: 5px; 
    height: 38px; 
}

.hotelpage-menu .m li a.active span.s1 span.s2 { 
    background: url('images/hotelpage-menu/right-active.gif') right 0 no-repeat; 
    padding-right: 5px; 
    height: 38px; 
}

.hotelpage-menu .m li a.active span.s1 span.s2 span.s3 { 
   float: left; border-top: solid 1px #9bb8d5; background: #fff; padding: 5px 7px 0; height: 33px;
}
.hotelpage-menu .m li a.active span.s1 span.s2 span.s3 { 
    text-decoration: none;
}
.hotelpage-info {
    border: solid 1px #9bb8d5;
    border-top: none;
    padding: 15px;
    height: 100%;
    position: relative;
}
a.print {
    background: url(images/printer.gif) 2px 2px no-repeat;
    padding-left: 25px;

    color: #008ED7;
    float: left;
    height: 22px
}
.desctitle {
    background: url('images/desc-title-bg.gif') 0 0 no-repeat;
    height: 31px;
    width: 666px;
    color: #314251;
    padding: 8px 0 0 8px;
    font-size: 12px;
}


.hotel-desc {
    padding: 6px;
}

.hotel-desc .inline-heading { border-bottom: dashed 1px #dfdfdf; margin-top: 15px; padding-bottom: 5px;}
.hotel-desc .inline-heading strong { 
    border-top: dashed 1px #dfdfdf; 
    color: #f9a102; 
    padding: 5px 20px 0px 20px; 
    background: url('images/inline-heading-bullet.gif') 6px 11px no-repeat; 
}
.hotel-desc ul, .hotel-desc ol {
    margin-left: 25px;
}
.hotelpage-left {
    width: 785px;
    float: left;
    display: inline;
    overflow: hidden;
}


.carousel {
    margin-top: 15px;
    padding: 5px 0;
}
.carousel img {
    background: #fff;
    padding: 4px;
    border: solid 1px #e2e2e2;
    
}
.scroller-cont {
    width: 527px;
    position: relative;
    height: 87px;
    overflow: hidden;
    float: left;
}
.scroller {
    left: 0;
    position: absolute;
    background: #fbfdfe;
    width: 150000px;
    height: 80px;
    padding-top: 7px;
}
.scroller a {
    margin-left: 10px;
}
.arr {
    float: left;
    width: 26px;
    height: 87px;
    text-indent: -5000px;
}
.arrprev { background: url(images/carousel/left.gif) 0 0 no-repeat;}
.arrnext { background: url(images/carousel/right.gif) 0 0 no-repeat;}
.listinline ul {
    margin-left: 15px;
}
.listinline li {
    float: left;
    width: 153px;
    background: url('images/quick-bullets.gif') 0px 7px no-repeat;
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 0 0 0 10px;
}
li.clear {
    clear: both;
}
.hotelpageright {
	width: 190px;
}
.hotelpageright .listcont img.left {
    background: #fff;
    padding: 4px;
    border: solid 1px #e2e2e2;
    margin: 0 2px 0 2px;
    
}
.hotelpageright .listcont div.right {
    width: 106px;
    color: #314251;
    line-height: 140%;
}
.hotelpageright .listcont div.right h4 {
	font-size: 12px;
}
.hotelpageright .listcont div.right small {
    color: #a7a7a7;
    font-size: 9px;
}
a.visit {
    background: url('images/visit-arr.gif') 0px 2px no-repeat;
    padding-left: 15px;
    color: #008ED7;
}
.searchform-simple {
    color: #314251;
}
.searchform-simple input, .searchform-simple select {
    background: #fff;
}
.searchform-simple select.sm-field {
	width: 40px;
}
.searchform-simple .pickdate {
    width: 70px;
    float: left;
}
.searchform-simple .inputtext {
    width: 110px;
    margin-top: 1px
}
.searchform-simple .step {
    padding-left: 22px;
    font-size: 12px;
    height: 20px;
}
.searchform-simple .step1 {
    background: url(images/steps-simple-search/1.gif) 0 center no-repeat;
}
.searchform-simple .step2 {
    background: url(images/steps-simple-search/2.gif) 0 center no-repeat;
}
.searchform-simple .step3 {
    background: url(images/steps-simple-search/3.gif) 0 center no-repeat;
}
.searchform-simple .fields-wrap {
    padding-left: 20px;
}
.searchform-simple .fields-wrap div.left {
	width: 105px;
}
.searchform-simple .ui-datepicker-trigger {
    float: left;
}
/* Skinuo sam 16.05.2010 jer check-out ide u drugi red
.picker-field {
    margin-right: 15px;
}
*/
.searchform-simple .yellow-btn {
    margin-top: 40px;
}
.searchform-city .fs1 {
    background: url('images/fr.gif') 0 bottom no-repeat;
    padding-bottom: 5px;
    margin-bottom: 5px;

}
.lff {
    background: url('images/br.gif') right center  no-repeat;
    position: relative;
}
.bfg {
    width: 537px;
    float: left
}
.citymeta {
    float: left;
    width: 440px;
    margin-left: 5px;
}
h1.meta,
h3.meta {
    height: 32px;
    background: url(images/desc-title-bg.gif) 0 0 no-repeat;
    color: #314251;
    padding: 7px 0 0 10px;
    font-size: 13px;
}
.citymeta div.contentwrapper {
    padding: 0 0 0 15px;
}
#hot-search-params tr td { 
    padding-right: 5px; 
}
#hot-search-params .numberOfRooms { display: block; }
.index-text { line-height: 120%; }

.blue-btn {
	float: left;
	display: inline;
	line-height: 19px;
	background: url(images/blue-btn.gif) no-repeat 0 0;
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.blue-btn .btn-in {
	float: left;
	display: inline;
	height: 19px;
	background: url(images/blue-btn.gif) no-repeat right 0;
	padding-right: 10px;
	margin-right: -3px;
	position: relative;
}
.blue-btn .arrow {
	float: left;
	display: inline;
	padding-left: 8px;
	background: url(images/arrow.gif) no-repeat 0 center;
}
.fitlers .filters-elems .blue-btn {
	margin-top: 5px;
}
.fitlers .filters-elems .separator {
	float: left;
	display: inline;
	padding: 0 10px 0 5px;
	border-right: solid 1px #9bb8d5;
	height: 30px;
}
.bottom-filters {
	border: solid 1px #9bb8d5;
	border-top: none;
	background: #fff url(images/bottom-filters-bg.gif) repeat-x 0 0;
    margin-top: 0px;
    height: 30px;
}
.bottom-filters .filters-elems ul li span {
    border-top: 0 !important;
}
.unknow-fn {
    display: none
}
.city-search-content {
    padding-top: 15px !important; 
    padding-bottom: 5px !important; 
}
.fs1 label {
    display: block;
    line-height: 10px;
    height: 10px;
    padding-bottom: 1px;
}
.fs2 {
    position: relative;
}
/*
#hot-search-params {
    margin-top: 5px;
}
*/
#hot-search-params td {
    vertical-align: bottom;
    width: 33%;
}
.rightcol {
    width: 321px;
}
.padder {
    height: 11px;
    font-size: 0;
    line-height: 0;
}

.hotelslist .content {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 9px;
    padding-left: 9px;
}
.bottommover {
	margin-bottom: -15px;
}
.dates-pick-cont select {
    float: left;
}
.dates-pick-cont .ui-datepicker-trigger {
    float: left
}
.hide-if-necessery {
    font-weight: normal;
}

.hotelpage strong.price { font-size: 22px; }
.hotelpageright strong.price { font-size: 18px; }

/* Absolute positioning columns on home page 20101216 CH*/
#absolutePositioning{
    position:relative;
    display:block;
  
}
#absolutePositioning #side-1{
    position:relative;
    top:0;
    left:-614px;
}
#absolutePositioning #side-2{
    margin-left: 0px;
    margin-right: 0px;
    
    position:relative;
    top:0;
    left:355px;
}
#absolutePositioning #side-3{
    position:relative;
    top:0;
    left:370px;
}
/* end - Absolute positioning columns on home page */


/* auto complete */
.autocomplete-w1 { background:url(parts/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #DD6600; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#FCF5E7; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#DD6600; }/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1090;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1010;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

