@import url("/shared/styles/colors.css");
@import url("/shared/styles/forms.css");
@import url("/shared/styles/tables.css");
@import url("/shared/styles/pagelayout.css");
@import url("/shared/styles/navigation.css");
@import url("/shared/styles/breadcrumb.css");
@import url("/shared/styles/pagination.css");
@import url("/shared/styles/tabs.css");
@import url("/shared/styles/photos.css");
@import url("/shared/styles/profile.css");
@import url("/shared/styles/products.css");
@import url("/shared/styles/lists.css");
@import url("/shared/styles/ads.css");
@import url("/shared/styles/traveldirectory.css");
@import url("/shared/styles/restaurants.css");
@import url("/shared/styles/boxes.css");
@import url("/shared/styles/toolbars.css");
@import url("/shared/styles/actionbuttons.css");
html * {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	color: #004969;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/* Regular text. */

p {
	font-size: 12px;
	line-height: 1.3em;
	margin: 4px 0 12px 0;
}
big {
	line-height: 1.4em;
}
small {
	line-height: 1.2em;
}
/* Headings. */

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #006A98;
	font-family: Arial, Helvetica, sans-serif;
	margin: 16px 0 6px 0;
	padding: 0;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
.HeadingOverline {
	border-top: solid 1px #FFBC3E;
	margin-top: 20px;
}
.HeadingUnderline {
	border-bottom: solid 1px #FFBC3E;
	margin-bottom: 8px;
	margin-top: 20px;
}
.HeadingReviews span {
	float: right;
}
/* Links. */

a {
	color: #0082C0;
}
a:link {
	color: #0082C0;
}
a:visited {
	color: #2C95B5;
}
a:hover {
	color: #E57200;
}
a:active {
	color: #0082C0;
}
/* Lists. */

ol {
	margin-bottom: 16px;
	margin-right: 5px;
	margin-top: 4px;
}
ul {
	margin-bottom: 16px;
	margin-right: 5px;
	margin-top: 4px;
}
li {
	line-height: 1.3em;
	margin-bottom: 9px;
	margin-top: 6px;
}
.BulletsAsArrows {
	list-style-image: url(http://www.totaltravel.com/images/bullets/arrow.gif);
}
.BulletsAsStars {
	list-style-image: url(http://www.totaltravel.com/images/bullets/star.gif);
}
/* Sundry elements. */

address {
	font-style: normal;
	line-height: 1.3em;
	margin: 4px 20px 20px 0;
}
dd {
}
dt {
	font-weight: bold;
}
hr {
	color: #FFBC3E;
	border: none;
	height: 1px;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
/* Icons */

.Icon {
	vertical-align: middle;
}
/* Text Based Styles*/

.NoWrap {
	white-space: nowrap;
}
/* Clear elements */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/** Add your listing **/

#isthisyourbusiness {
	clear: both;
}
#isthisyourbusiness div {
	display: inline-block;
	width: 50%;
	float: left;
}
#isthisyourbusiness ul {
	margin-left: 0px;
	list-style: none;
}
#isthisyourbusiness ul li {
	font-size: 10px;
	background: url(/gfx/arrowblue2.gif) left bottom no-repeat;
	padding-left: 18px;
	height: 14px;
}
#isthisyourbusiness ul li a {
	font-size: 10px;
}
/** Deals Page **/

.deals-page h2 {
	border-bottom: 1px solid #FF9900;
}
/** FLIGHTS SECTION **/
.deals-page .flights ul {
	list-style: none;
	margin: 0px 10px;
	color: #FF6600;
}
.deals-page .flights ul li {
	margin: 5px 0px;
	padding: 0px;
}
.deals-page .flights ul li span {
	float: right;
	color: #FF6600;
	text-decoration: none;
	cursor: pointer;
}
.deals-page .flights ul li {
	cursor: pointer;
}
.deals-page .flights .click {
	color: #FF7700;
	float: none;
	text-decoration: underline;
	font-style: normal;
}
.deals-page .flights {
	margin: 0px;
	padding: 0px;
}
/** HOT DEALS **/
.deals-page .deals ul {
	color: #FF6600;
	list-style: none;
	margin: 10px 10px 0 10px;
}
.deals-page .deals ul li {
	margin: 3px 0;
	padding: 0;
	color: #FF6600;
	clear: both;
}
.deals-page .deals ul li span {
	float: right;
	color: #FF6600;
}
.deals-page .deals em {
	width: 170px;
	clear: none;
}
.deals-page .deals em a {
	color: #FF7700;
	font-weight: bold;
	text-decoration: underline;
	clear: none;
	font-style: normal;
}
.deals-page .deals p a, .deals-page .deals p {
	color: #939495;
	text-decoration: none;
	font-weight: normal;
	clear: left;
	margin-top: 0px;
}
.deals-page .top-deal img {
	border: 1px solid #333333;
	margin-right: 3px;
}
.deals-page .top-deal a {
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
.deals-page .top-deal h5 a {
	clear: none;
	margin: 0px 0 0px 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
}
.deals-page .top-deal {
	margin-bottom: 20px;
	display: block;
	height: 100px;
}
/** Advertising **/

.redirect-table {
	width: 400px;
}
.redirect-logo {
	height: 100px;
	width: 150px;
}
.redirect-text {
	font-family: Arial;
	font-size: 18pt;
}
/** .com Ie6 fix **/

#advertise {
	width: 770px;
}
/** DIRECTORIES **/

.clearer {
	clear: both;
	height: 1%;
}
.col1, .col2, .col3 {
	float: left;
	margin-bottom: 0px;
	padding: 0;
	position: relative;
}
.col1 {
	width: 148px;
}
.col2 {
	width: 356px;
}
.col2Basic {
	width: 485px;
}
.col3 {
	width: 144px;
	margin-left: 4px;
	text-align:center;
	background: url(/shared/gfx/col3left.jpg) left no-repeat;
	padding-left: 2px;
}
/** Non BASICS **/

.directoryListing {
	position: relative;
	display: block;
	min-height: 120px;
	/** background: url(/shared/gfx/dirs_bg2.jpg) bottom repeat-x; BOTTOM GRADIENT UP **/
	background: url(/shared/gfx/dirs_back.jpg) top left no-repeat; /** TOP CURVED GRAD DOWN UP **/
	padding-top: 6px;
	margin-bottom:1px;
	_height: 120px;
	_width: 670px;
}
.directoryListing .directoryPhotoPanel {
	position: relative;
}
.directoryListing .directoryPhotoPanel img {
	position: relative; display: block;
	margin: 12px 8px 6px 16px; _margin: margin: 12px 8px 6px 16px;
}

.directoryPhotoPanel img {border: 1px solid #666;}

.directoryListing .directoryPhotoPanel .iconPanel {
	position: absolute;
	bottom: 12px;
	left: 16px;
	font-size: 10px;
}
.directoryListing .directoryDescriptionPanel h5.title, .directoryDescriptionPanel h5.title a {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #006a98;
	margin: 0;
	padding: 0;
}
.directoryListing .directoryDescriptionPanel p {
}
.directoryListing .directoryDescriptionPanel h5.title {
	margin-top: 8px;
	margin-bottom: 2px;
}
.directoryListing .directoryPricingPanelFrom {
	font-size: 22px;
	font-weight: bold;
	margin-top: 14px;
	font-family: verdana;
	color: #444;
}

.directoryListing .from { text-align: right; position: absolute; top: 7px; left:7px;} /** From price positioning **/

.directoryListing .directoryPricingPanelAction {
	margin: 10px 0 8px;
}
.directoryListing .directoryPricingPanelFrom label, .directoryPricingPanelFrom span {
	font-size: 10px;
	font-weight: normal;
	color: #777
}
.directoryListing .directoryPricingDeals span {
	font-size: 10px;
	color: #ff6600;
}
.directoryListing .directoryPricingDealsper {
	clear: both;
}
.directoryListing .directoryDescriptionPanel p {
	font-size:11px;
	color: #878;
	margin: 0 0 5px 0;
	padding: 0
}
.directoryListing .directoryDescriptionLinks a, .directoryDescriptionLinks {
	font-size: 11px;
}
.directoryListing .directoryDescriptionLinks {
	margin-top: -1px;
	padding: 0
}
.EventdirectoryDescriptionLinks a, .EventdirectoryDescriptionLinks {
	font-size: 11px;
}
.EventdirectoryDescriptionLinks {
	margin-top: -1px;
	padding: 0
}
.OtherdirectoryDescriptionLinks a, .OtherdirectoryDescriptionLinks {
	font-size: 11px;
}
.OtherdirectoryDescriptionLinks {
	margin-top: -1px;
	padding: 0
}
.directoryListing .directoryDescriptionStarRating {
	float: right;
	margin-top: 2px;
}
.directoryListing .directoryDescriptionType {
	color: #555;
}
.directoryListing .directoryPricingPanelAction input {
	background: #2697b5 url(/shared/gfx/button_bg.jpg) bottom repeat-x;
	color: #fff;
	border: 0px;
	padding: 2px;
	border: 1px solid #39a5c2;
	font-size: 11px;
	cursor: pointer;
	width: 100px;
}
.directoryListing .directoryPricingPanelAction input:hover {
	background: #fff;
	background-image: none;
	color: #006a98;
	cursor: pointer;
}
.directoryListing p.directoryDescriptionLoc {
	margin-bottom: 2px;
	color: #494949
}
/** BASICS **/

.directoryListingBasic {
	vertical-align: top;
	border-bottom: 1px dashed #E0E0E0;
	padding: 9px 0px 3px;
	background: #FAFAFA url(/gfx/ltgrey-grad.gif) repeat-x bottom left;
	overflow:auto
}

.directoryListingBasic h5.title { text-decoration: none;}
.directoryListingBasic h5.title a { text-decoration: underline;}
.directoryListingBasic h5.title, .directoryListingBasic h5.title a {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
.directoryListingBasic p.directoryDescriptionLoc {
	margin-bottom: 2px;
	color: #494949;
	font-size: 10px;
}
.directoryListingBasic .directoryPhotoPanel img {
	margin: 0px 8px 0px 16px;
}
/** FROM PRICE CHROME FIX **/
.from:nth-of-type(1) { margin-left: 2px;}




