body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	background: #fff;
	color: #333333;
}


/* HEADINGS */
h1 {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 36px;
	font-weight: normal;
	display: block;
	float: left;
}
h2 {
	margin: 0;
	padding: 10px 0 20px 0;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	margin: 0;
	padding-bottom: 10px;
	color: #333333
	font-weight: normal;
}
h4 {
	font-size: 12px;
	margin: 0;
	padding: 4px 0 4px 0;
	font-weight: normal;
}



/* LINKS */
a:link, a:visited, a:hover {
	color: #7b7b7b;
	text-decoration: none;
}
a:hover {
	color: #000;
}


/* main navigation links */
a.nav_grey:link, a.nav_grey:visited, a.nav_grey:hover,
a.nav_blue:link, a.nav_blue:visited, a.nav_blue:hover,
a.nav_green:link, a.nav_green:visited, a.nav_green:hover,
a.nav_red:link, a.nav_red:visited, a.nav_red:hover {
	font-size: 14px;
	line-height: 14px;
	color: black;
	display: block;
	float: left;
	width: 117px;
	padding: 8px 0 7px 0;
	margin: 0 0 0 8px;
	text-align: center;
	background: url(img/bg_nav_grey.gif) no-repeat top center;
	overflow: hidden;
	display: inline;
}
a.nav_blue:link, a.nav_blue:visited, a.nav_blue:hover {
	background: url(img/bg_nav_blue.gif) no-repeat top center;
	width: 132px;
}
a.nav_green:link, a.nav_green:visited, a.nav_green:hover {
	background: url(img/bg_nav_green.gif) no-repeat top center;
	width: 132px;
}
a.nav_red:link, a.nav_red:visited, a.nav_red:hover {
	background: url(img/bg_nav_red.gif) no-repeat top center;
	width: 132px;
}
a.nav_grey:hover {
	background: url(img/bg_nav_grey.gif) no-repeat bottom center;
}
a.nav_blue:hover {
	background: url(img/bg_nav_blue.gif) no-repeat bottom center;
}
a.nav_green:hover {
	background: url(img/bg_nav_green.gif) no-repeat bottom center;
}
a.nav_red:hover {
	background: url(img/bg_nav_red.gif) no-repeat bottom center;
}


a.more:link, a.more:visited, a.more:hover {
	background: #7f2010;
	color: white;
	float: right;
	font-size: 11px;
	padding: 0px 5px 0 5px;
}
a.more:hover {
	background: black;
}
a.subcateg:link, a.subcateg:visited, a.subcateg:hover {
	padding: 4px 10px 4px 10px;
	margin: 10px 3px;
	float: left;
	color: #fff;
}
.paging_link {
	border: 1px solid #dedede;
	padding: 0 3px 0 3px;
}
#language_selection a:link, #language_selection a:visited, #language_selection a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #999;
	padding: 0 2px 0 2px;
}
#language_selection a:hover {
	background: #000;
}



/* CONTAINERS */
.main { /* holds everything */
	width: 1000px;
	margin: 0 auto;
}
.header {
	height: 102px;
	overflow: hidden;
	background: #ffffff url('img/bg_header.jpg') no-repeat top center;
	position: relative;
}
#trip-travel {
	clear: both;
	padding: 20px 0 20px 0;
}
.home-intro1 {
	font-size: 16px;
	padding-bottom: 6px;
}
.user_links {
	text-align: right;
	float: right;
	width: 200px;
}
.navigation {
	float: right;
	width: 797px;
	padding-top: 37px;
}
.content {
	background: url('img/bg_content_grey.jpg') no-repeat top center;
	padding: 20px 21px 20px 20px;
}
.menu_left {
	float: left;
	width: 217px;
	border-bottom: 1px solid #E78443;
}
.menu_right {
	float: left;
	width: 195px;
	border-bottom: 1px solid #E78443;
}
.footer {
	padding-bottom: 35px;
}
.footer table td {
	font-size: 11px;
}
a.footernav:link, a.footernav:visited, a.footernav:hover {
	font-size: 11px;
	text-decoration: underline;
}
#language_selection {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: 50px;
}


/* Item Repeater */
.itemrepeat, .itemrepeat_promo {
	padding: 12px;
}
.itemrepeatmed, .itemrepeatmed_promo {
	clear: both;
	width: 100%;
	margin: 18px 0 18px 0;
}
.itemrepeatmed_promo {
}
.itemrepeatmed_imagewrap {
	position: relative;
	float: left;
	border: 1px solid #ccc;
}
.itemrepeat_image, .itemrepeatmed_image, .itemrepeatmed_image_promo {
	border: 2px solid #fff;
	display: block;
}
.itemrepeatmed_image_promo {
	border: 1px solid #b12103;
	border-left: 3px solid #b12103;
}
.itemrepeatmed_detailswrap {
	position: relative;
	float: right;
	width: 820px;
	padding-top: 4px;
}
.itemrepeatmed_description {
	padding-bottom: 8px;
}
.itemrepeat_price, .itemrepeatmed_price {
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 18px;
	color: #B12103;
}
.itemrepeat_priceold, .itemrepeatmed_priceold {
	color: red;
	font-size: 14px;
	text-decoration: line-through;
}

a.itemrepeatmed_morelink:link, a.itemrepeatmed_morelink:visited, a.itemrepeatmed_morelink:hover,
a.itemrepeatmed_morelink_blue:link, a.itemrepeatmed_morelink_blue:visited, a.itemrepeatmed_morelink_blue:hover,
a.itemrepeatmed_morelink_green:link, a.itemrepeatmed_morelink_green:visited, a.itemrepeatmed_morelink_green:hover,
a.itemrepeatmed_morelink_red:link, a.itemrepeatmed_morelink_red:visited, a.itemrepeatmed_morelink_red:hover {
	display: block;
	text-align: right;
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: 10px;
	padding-right: 16px;
}
a.itemrepeatmed_morelink_blue:link, a.itemrepeatmed_morelink_blue:visited, a.itemrepeatmed_morelink_blue:hover {
	color: #3381A2;
	background: url(img/bg_morelink_blue.jpg) no-repeat center right;
}
a.itemrepeatmed_morelink_green:link, a.itemrepeatmed_morelink_green:visited, a.itemrepeatmed_morelink_green:hover {
	color: #799F36;
	background: url(img/bg_morelink_green.jpg) no-repeat center right;
}
a.itemrepeatmed_morelink_red:link, a.itemrepeatmed_morelink_red:visited, a.itemrepeatmed_morelink_red:hover {
	color: #B71D12;
	background: url(img/bg_morelink_red.jpg) no-repeat center right;
}
a.itemrepeatmed_morelink_blue:hover, a.itemrepeatmed_morelink_green:hover,  a.itemrepeatmed_morelink_red:hover {
	text-decoration: underline;
}

/* Details Page */		
.details_title a:link, .details_title a:visited, .details_title a:hover {
	color: #333333;
	padding: 4px 8px 4px 8px;
	background: #ccc;
	font-weight: normal;
}
.details_table td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	vertical-align: top;
}
.image_holder {
	float: right;
	width: 310px;
	margin-left: 5px;
}
.details_image {
	border: 1px solid #ccc;
	padding: 2px;
}
.details_imagethumb {
	padding: 2px 2px 0 0;
}
table.paging td {
	
}
.faded {
	color: #868686;
}
.text-read {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
}

.isbn {
	background-color: #707070;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	margin: 0;
}

/* LISTS */
.slicer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slicer ul li {
	margin: 0;
	background: url('img/bullet.gif') 0 6px no-repeat;
}

.slicer {
	height: 223px;
	overflow: hidden;
}

.slicer div {
	position: relative;
}
#slicer_blue, #slicer_green, #slicer_red {
	float: left;
	width: 315px;
	height: 223px;
	margin: 0 2px 0 2px;
}
#slicer_blue li, #slicer_green li, #slicer_red li {
	margin: 0;
	padding: 0;
	width: 315px;
	height: 223px;
}
.slicer a:link, .slicer a:visited, .slicer a:hover {
	position: absolute;
	bottom: 13px;
	right: 12px;
	width: 100%;
	padding-top: 180px;
	font-size: 24px;
	text-align: right;
	line-height: 24px;
}
#slicer_blue a:link, #slicer_blue a:visited, #slicer_blue a:hover {
	color: #75C3E4;
}
#slicer_green a:link, #slicer_green a:visited, #slicer_green a:hover {
	color: #BBE178;
}
#slicer_red a:link, #slicer_red a:visited, #slicer_red a:hover {
	color: #F95F54;
}
/* easy slider */
#prevBtn, #nextBtn, #firstBtn, #lastBtn {
	display: none;
}



/* FORMS */
#order_form {
	float: left;
	width: 50%;
}
#google_map {
	float: right;
	width: 50%;
	text-align: right;
}
form {
	padding: 0;
	margin: 0;
}
.formitem {
	clear: both;
	padding-top: 7px;
	padding-bottom: 7px;
}
.label {
	float: left;
	width: 120px;
}
.label_large {
	float: left;
}
.input {
	float: left;
}
.line_submit {
}
.line_textarea {
}
input {
	border: 1px solid #999999;
	background: white;
	color: black;
}
.checkbox {
	border: 0;
}
input.medium {
	width: 210px;
}
input.large, textarea.large {
	width: 300px;
}
textarea {
	overflow: auto;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
}
.button {
	background: #666666;
	color: white;
	border: 1px solid #333333;
	margin-top: 4px;
}
.inputbutton {
	border: 0;
	font-size: 14px;
	color: white;
	padding: 5px 12px 5px 12px;
	display: block;
	background-color: #e78443;
}
.input_image {
	border: 0;
	background: transparent;
	padding-top: 4px;
}
.required {
	color: red;
}



/* MESSAGES */
.message_ok, .message_error {
	padding: 50px 0 30px 76px;
	font-size: 14px;
}
.message_ok {
	color: #6DCD09;
	background: url('img/bg_message_ok.jpg') no-repeat top left;
}
.message_error {
	color: #E30000;
	background: url('img/bg_message_error.jpg') no-repeat top left;
}



/* SPECIALS */
img {
	border: 0;
}
hr {
	border: 0;
	color: #cbcbcb;
	background: #cbcbcb;
	height: 1px;
}
.hr {
	cleaR: both;
	border: 0;
	height: 1px;
	display: block;
	margin: 10px 0 10px 0;
}
.clear-both {
	clear: both;
}
.display-block {
	display: block;
}
.display-inline {
	display: inline;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.nowrap {
	white-space: nowrap;
}
.width-max {
	width: 100%;
}
.large {
	font-size: 14px;
}
.rel {
	position: relative;
	top: -4px;
	border: 0;
}




.debugger {
	border: 1px solid white;
	background: black;
	color: white;
	padding: 10px;
}
