/*
Rocky Mountain Maps & Guidebooks CSS File
I'd say Copyright, but there's no point. If you use anything from this, it'd be neat to see where :)

blue: 				#314A79;
dark blue: 			#273D63;
light blue: 		#B0C0DF;
menu top border:    #637BA7;`
really light blue: 	#F4F7FB;

header green: 		#7BAD45;
light green:		#DEECCE;
darker green:		#93C162;
link text green:	#5C8F23;
*/

	/******************************************************
	** PRIMARY DECLARATIONS **/

	body {
		font-size: 1em;
		font-family: "Trebuchet MS", "Bitstream Vera Sans", "Lucida Grande", Verdana, Helvetica, sans-serif;
		font-weight: inherit;
		font-style: inherit;
		text-align: center;
		line-height: 1.3em;
		vertical-align: baseline;
		color: #333;
		background-color: #D2DBEC;
		background-image: url(/images/background.gif);
		background-position: top;
		background-repeat: repeat-x;
		background-attachment: fixed;
		margin: 0;
		padding: 0 0 30px 0;
		border: 0;
		outline: 0;
		}
		:focus {
			outline: 0;
			}

	#container {
		width: 960px;
		background: #FFF;
		margin: 0 auto;
		border: 1px solid #314A79;
		border-top: 0;
		text-align: left;
		position: relative;
		}


	/******************************************************
	** HEADER / inc.header.php **/

	#header {
		background: #314A79;
		height: 100px;
		background-image: url(/images/header-960.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		}
		#home_link {
			display: block;
			margin: 0;
			padding: 0;
			width: 420px;
			height: 54px;
			}

		#menu {
			color: #FFF;
			float: none;
			padding: 0;
			margin: 0;
			position: absolute;
			right: 9px;
			top: 73px;
			list-style: none;
			height: 22px;
			width: 355px;
			font-size: 72.5%;
			}

			
			#menu li {
				display: inline;
				float: right;
				}
			#menu a {
				display: block;
				padding: 0 6px;
				height: 22px;
				vertical-align: middle;
				color: #FFF;
				text-decoration: none;
				}
			#menu a:hover {
				text-decoration: underline;
				}
		#menu_contact 	{ width: 82px; }
		#menu_ordering 	{ width: 98px; }
		#menu_security 	{ width: 90px; }
		#menu_cart 		{ width: 23px; }


	/******************************************************
	** HEADER SEARCH BOX **/

	#searchbox {
		display: inline;
		position: absolute;
		right: 11px;
		top: 30px;
		}
		#searchbox form {
			padding: 0;
			margin: 0;
			border: 0;
			}
		#search_input {
			font-size: 72.5%;
			font-family: "Trebuchet MS", "Bitstream Vera Sans", "Lucida Grande", Verdana, Helvetica, sans-serif;
			line-height: normal;
			float: left;
			border: 0;
			padding-top: 2px;
			color: #666;
			background: none;
			width: 146px;
			}
		#button {
			float: left;
			border: 1px solid #314A79;
			}


	/******************************************************
	** TOP MEMU / inc.menu.php **/

	#nav {
		float: left;
		width: 155px;
		padding: 0;
		}
		#nav ul {
			padding: 0;
			margin: 0;
			list-style-type: none;
			}
		#nav li {
			padding: 0;
			margin: 0;
			width: 100%;
			border-bottom: 1px solid #EEE;
			}
			#nav li h2 {
				font-size: 130%;
				display: block;
				font-weight: normal;
				letter-spacing: 3px;
				text-align: left;
				padding: 5px 0 5px 7px;
				margin: 0;
				text-decoration: none;
				text-transform: lowercase;
				color: #FFF;
				background-color: #314A79;
				}
				#nav li #top_nav {
					padding-top: 0;
					}
			#nav li a {
				color: #333;
				display: block;
				padding: 4px 3px 4px 7px;
				text-decoration: none;
				text-transform: lowercase;
				background-color: #FFF;
				border-right: 5px solid #EFEFEF;
				width: 140px;
				line-height: 1.2em;
				}
			#nav li a:hover {
				background-color: #DEECCE;
				border-right: 5px solid #93C162;
				}


	/******************************************************
	** RESOURCES / inc.resources.php **/

	#resources {
		float: right;
		width: 140px;
		background: #FFF;
		padding: 15px;
		text-align: center;
		}
		#resources h2 {
			padding: 0;
			margin: 0 0 10px 0;
			}
		#resources a img,
		#resources img {
			padding: 4px;
			border: 0;
			background-color: #FFF;
			margin: 4px auto;
			border: 1px solid #EEE;
			}
		#resources a:hover img {
			}


	/******************************************************
	** PAGE CONTENT **/

	/* Content Sizing */
	.content {
		margin-left: 20px;
		zoom: 1;
		background-color: #FFF;
		width: 615px;
		float: left;
		}
	.full {
		width: 770px;
		}
	.admin {
		width: 920px;
		}

		/* Front Page Image */
		#front-page  {
			float: right;
			margin-left: 16px !important;
			}

		/* Headings */
		.content h1 {
			color: #7BAD45;
			margin: 15px 0 9px 0;
			padding: 0;
			line-height: 1em;
			font-size: 1.5em;
			}
		.content h2 {
			color: #7BAD45;
			margin: 10px 0 4px 0;
			padding: 0;
			font-size: 1.2em;
			}
		#bundle {
			padding-top: 15px;
			font-style: italic;
			clear: left;
			}

		/* Lists */
		.content ul {
			margin: 5px 0 20px 25px;
			padding: 0;
			list-style-image: url(/images/li.gif);
			list-style-position: outside;
			}
			.content li {
				margin: 0;
				padding: 0;
				}

		/* Item Descriptions */
		#description ul {
			margin: -10px 0 15px 0;
			}
		#description li {
			margin: 0 0 0 20px;
			line-height: 1.1em;
			list-style-position: inside;
			padding: 3px 0;
			}

		/* Links */
		.content a {
			color: #314A79;
			text-decoration: none;
			}
			.content a:visited {
				color: #273D63;
				}
			.content a:hover {
				text-decoration: underline;
				}
			.content a:active {
				}

		/* Paragraphs */
		.content p {
			margin-top: 5px;
			margin-bottom: 20px;
			}
		.content p a {
			color: #314A79;
			text-decoration: underline;
			}
			.content p a:visited {
				color: #273D63;
				}
			.content p a:hover {
				text-decoration: none;
				}
			.content p a:active {
				}

	/* Columns (maps/books, link titles, etc.) */
	.column {
		width: 34%;
		padding-left: 70px;
		float: left;
		}
		.column ul {
			padding: 0;
			margin: 0 0 25px 10px;
			list-style-type: none;
			list-style-image: none;
			}
		.column ul.default {
			padding: 0;
			margin: 5px 0 20px 25px;
			list-style-image: url(/images/li.gif);
			list-style-position: outside;
			}
		.column li {
			padding: 2px 0 3px;
			margin: 0;
			line-height: 1em;
			}
		.column li a {
			text-decoration: none;
			}
		.column li a:hover {
			text-decoration: underline;
			background-color: transparent;
			}


	/******************************************************
	** FOOTER / inc.footer.php **/

	#footer {
		padding: 10px 0 10px 60px;
		background: #EFEFEF;
		border-bottom: 4px solid #314A79;
		font-size: 0.75em;
		letter-spacing: 0.1em;
		text-align: center;
		line-height: 14px;
		margin-top: 15px;
		color: #666;
		}
		#footer a {
			color: #314A79;
			text-decoration: none;
			}
		#footer a:hover {
			text-decoration: underline;
			}
		#footer p {
			margin: 0;
			padding: 10px 0;
			}
	a#cm {
		display: block;
		width: 48px;
		height: 29px;
		background-image: url(/images/cm.png);
		background-position: 0px 29px;
		float: right;
		position: relative;
		bottom: 7px;
		}
	a#cm:hover {
		text-decoration: none;
		background-image: url(/images/cm.png);
		background-position: 0 0;
		}
	#advertise_link {
		text-decoration: none;
		color: #314A79;
		font-size: 12px;
		}
		#advertise_link:hover {
			text-decoration: underline;
			}

	/******************************************************
	** IMAGE DROP SHADOWS **/

	.shadow {
		float: left;
		background: url(/images/shadow.gif) no-repeat bottom right;
		margin: 8px 5px 4px 10px !important;
		display: inline;
		}
	.alt .shadow {
		background: url(/images/shadow_dk.gif) no-repeat bottom right;
		}
	.shadow a {
		position: relative;
		}
	.shadow img {
		padding: 3px;
		display: block;
		position: relative;
		background-color: #FFFFFF;
		border: 1px solid #808080;
		margin: -6px 6px 6px -6px;
		}
	.shadow div {
		padding: 3px;
		position: relative;
		background-color: #FFFFFF;
		border: 1px solid #808080;
		margin: -6px 6px 6px -6px;
		text-align: center;
		}
		.shadow div div {
			padding: 0;
			margin: 0;
			border: 0;
			}
		.shadow div input {
			font-family: "Trebuchet MS", "Bitstream Vera Sans", "Lucida Grande", Verdana, Helvetica, sans-serif;
			}
		.shadow div a,
		.shadow div span {
			font-size: 72.5%;
			}
			.shadow div span span {
				color: #0C0;
				font-size: 100%;
				}
		.shadow div img {
			padding: 0;
			margin: 0 auto;
			border: 0;
			}


	/******************************************************
	** SITE ALERTS AND ERRORS **/

	.alert {
		border: 1px dotted #F00;
		margin: 15px;
		padding: 5px 0px;
		text-align: center;
		color: #333;
		line-height: 18px;
		background-color: #FFFAFA;
		}
	.error {
		width: 480px;
		padding: 5px 10px;
		margin: 0 auto 10px auto;
		border: 1px solid red;
		background-color: #FFEFEF;
		text-align: center;
		color: #F00;
		}
		.error a {
			color: #F00;
			text-decoration: underline;
			}
		.error a:hover {
			text-decoration: none;
			}

	/* "For a limited time, buy our stuff for cheap!" */
	.discount {
		padding: 0 5px 5px 95px;
		margin: 10px 0 15px 0;
		font-size: 14px;
		line-height: 16px;
		background: url(/images/holiday-bg.jpg) no-repeat;
		background-position: 50 0;
		}
		.discount h2 a {
			font-weight: bold;
			color: #7BAD45;
			font-size: 1.2em;
			margin-left: 3px;
			margin-bottom: 8px;
			}
		.discount p {
			text-align: left;
			margin: 0 0 13px 5px;
			padding: 0;
			}
		.discount div.shadow {
			margin: 10px;
			}


	/******************************************************
	** CONTACT FORM STYLING **/

	#contact_form {
		margin: 0;
		padding: 0;
		}

	#contact_form fieldset {
		margin: 0px;
		border: none;
		border-top: 1px solid #ccc;
		}

	#contact_form legend {
		margin: 1em 0;
		padding: 0 .5em;
		background: transparent;
		font-size: 24px;
		color: #7BAD45;
		font-weight: bold;
		}

	#contact_form label {
		float: left;
		width: 240px;
		padding: 0 0 0 5px;
		text-align: left;
		font-family: inherit;
		font-size: inherit;
		font-size: 12px;
		}

	#contact_form fieldset div {
		margin-bottom: .5em;
		padding: 0;
		display: block;
		}

	#contact_form fieldset div input,
	#contact_form fieldset div textarea {
		width: 250px;
		border: 1px solid #999;
		padding: 1px;
		color: #333;
		font-family: inherit;
		font-size: inherit;
		}

	#contact_form #submit {
		text-align: center;
		font-size: 24px;
		color: #7BAD45;
		font-weight: bold;
		width: 254px;
		background-color: #F4F7FB;
		}

	#contact_form input:focus,
	#contact_form textarea:focus {
		background: #F4F7FB;
		color: #000;
		}



	/******************************************************
	** ITEM STYLING **/

	div.item {
		padding: 0 0 5px 0;
		margin: 0;
		border-top: 1px solid #CCC;
		float: left;
		width: 100%;
		}

	.alt {
		background-color: #EAEAEA !important;
		}
	.item p {
		padding-right: 7px;
		}
	.listing p {
		min-height: 125px;
		}

	.tile {
		width: 48% !important;
		margin: 0 15px 15px 0 !important;
		}
	.tile p {
		font-size: 14px;
		line-height: 18px;
		padding-left: 10px !important;
		margin-top: 0 !important;
		}

	.bundle-notification {
		padding: 0 3px;
		font-weight: bold;
		color: #FFF;
		background-color: #00BB00;
		}

	a.item_link {
		color: #314A79 !important;
		margin: 0 0 3px 0;
		padding: 5px 5px 5px 10px;
		display: block;
		text-decoration: none;
		font-size: 20px;
		}
	a.item_link:hover {
		text-decoration: none;
		background-color: #B0C0DF;
		}

	table.attributes {
		border: 0;
		margin: 0;
		width: auto;
		}
		.attributes td {
			line-height: 1.0em;
			padding: 2px;
			text-align: center;
			width: 50%;
			border: 1px solid #CCC;
			font-size: 72.5%;
			}
		.attributes .alpha {
			background-color: #EFEFEF;
			}
		.attributes .beta {
			background-color: #E3E3E3;
			}
	#add_to_cart {
		font-size: 1.3em;
		}


	/******************************************************
	** SHOPPING CART **/

	#cart_table {
		width: 100%;
		border: 1px solid #CCC;
		border-collapse: collapse;
		}
		#cart_table th {
			font-weight: bold;
			padding: 2px 4px;
			}
		#cart_table td {
			padding: 2px 4px;
			vertical-align: center;
			}
		#cart_table td label {
			display: block;
			width: 100%;
			text-align: right;
			}
		#cart_table td input {
			font-family: "Trebuchet MS", "Bitstream Vera Sans", "Lucida Grande", Verdana, Helvetica, sans-serif;
			font-size: 1em;
			margin-right: 5px;
			}
		td option,
		td select,
		td input {
			font-family: "Trebuchet MS", "Bitstream Vera Sans", "Lucida Grande", Verdana, Helvetica, sans-serif;
			font-size: 1em;
			}
			#country {
				width: 305px;
				}
			#address_td {
				vertical-align: top;
				padding-top: 4px;
				}
			#address {
				padding: 2px;
				margin: auto;
				font-family: "Trebuchet MS", "Bitstream Vera Sans", "Lucida Grande", Verdana, Helvetica, sans-serif;
				font-size: 1em;
				width: 300px;
				height: 43px;
				overflow-x: hidden;
				overflow-y: auto;
				}

	/* Nested shipping options table */
	#cart_table td table {
		width: 100%;
		}
	#cart_table td table td {
		padding: 0;
		}
	#cart_table td table td label {
		text-align: left;
		cursor: pointer;
		}
	.payment_options {
		width: 33.33%;
		vertical-align: middle;
		font-size: 12px;
		text-align: center;
		line-height: 14px;
		}


	/******************************************************
	** SEARCH PAGE / search.php **/

	#main_search_div {
		text-align: center;
		}
	#main_search_box {
		width: 300px;
		padding: 2px;
		margin: 0;
		font-family: "Trebuchet MS","Bitstream Vera Sans","Lucida Grande",Verdana,Helvetica,sans-serif;
		font-size: 1.2em;
		}
	#main_search_button {
		font-family: "Trebuchet MS","Bitstream Vera Sans","Lucida Grande",Verdana,Helvetica,sans-serif;
		font-size: 1.2em;
		}
	#results_tagline {
		font-size: 0.75em;
		font-variant: small-caps;
		color: #AAA;
			}


	/******************************************************
	** SEARCH AND LINKS RESULTS **/

	.result_block {
		margin-bottom: 15px;
		clear: left;
		}
	.result_image {
		border: 1px solid rgb(204, 204, 204);
		float: left;
		height: 100px;
		width: 100px;
		margin: 0 13px 10px 0;
		}
	a.result_title {
		text-decoration: underline;
		font-weight: bold;
		}
	a.result_title:hover {
		text-decoration: none;
		}

	p.result_text {
		margin: 0;
		font-size: 0.8em;
		line-height: 1.5em;
		}
	a.result_link {
		color: #5C8F23 !important;
		font-size: 0.9em;
		font-weight: bold;
		text-decoration: none;
		}
	a.result_link a:hover {
		text-decoration: underline;
		}


	/******************************************************
	** NAMED ELEMENTS **/

	#area-map {
		margin: 10px 0 10px 100px;
		}
	#custom-map {
		width: auto;
		margin-bottom: 50px;
		padding-left: 70px;
		float: left;
		clear: left;
		text-align: center;
		}


	/******************************************************
	** UTILITY CLASSES **/

	.clear_float,
	.clearfloat {
		clear: both;
		height: 0;
		font-size: 1px;
		line-height: 0px;
		}

	/* phase non underscored names out */
	.clearleft { clear: left !important; }
	.clearright { clear: right !important; }
	.clear_left  { clear: left  !important; }
	.clear_right { clear: right !important; }

	.noborder  { border:  0 !important; }
	.nopadding { padding: 0 !important; }
	.nomargin  { margin:  0 !important; }

	.float_left  { float: left  !important; }
	.float_right { float: right !important; }
	.float_none  { float: none  !important; }

	.left { text-align: left !important; }
	.center { text-align: center !important; }
	.right { text-align: right !important; }
	.align_left   { text-align: left   !important; }
	.align_center { text-align: center !important; }
	.align_right  { text-align: right  !important; }

	.bold { font-weight: bold !important; }

	.tiny   { width: 16px !important; }
	.dinky  { width: 60px !important; }
	.small  { width: 90px !important; }
	.medium { width: 180px !important; }
	.large  { width: 300px !important; }

	.hidden { display: none !important; }

	.size1em { font-size: 2em !important; }
	.size2em { font-size: 2em !important; }

	hr {
		display: block;
		height: 22px;
		clear: both;
		}
	div.line hr {
		display: none;
		}
	div.line {
		background: transparent url(/images/hr.png) no-repeat center center;
		height: 30px;
		clear: both;
		}


	/******************************************************
	** EMBEDDED ADMINISTRATIVE CONTROLS **/

	.admin_link {
		font-size: 12px;
		padding: 0 3px;
		border: 1px solid #314A79;
		background-color: #B0C0DF;
		position: relative;
		bottom: 3px;
		text-decoration: none;
		opacity: 0.3;
		}
		a:hover.admin_link {
			text-decoration: none;
			opacity: 1.0;
			}

	#admin_link {
		display: block;
		position: fixed;
		left: 10px;
		top: 10px;
		border: 1px solid #314A79;
		padding: 2px 5px;
		color: #314A79;
		background-color: #FFF;
		text-decoration: none;
		opacity: 0.3;
		}
		#admin_link:hover {
			opacity: 1.0;
			}

	pre {
		text-align: left;
		line-height: 12px;
		font-size: 12px;
		font-family: "Consolas", monospace;
		}


	/******************************************************
	** HOME PAGE **/

	.home-links {
		margin-left: 30px;
		position: relative;
		}
		.home-links a {
			display: block;
			padding: 0;
			margin: 4px;
			float: left;
			}
		#home-link img {
			opacity: 0.75;
			}
		#home-link img:hover {
			opacity: 1.0;
			}
		.home-links a img {
			display: block;
			height: 100px;
			width: 220px;
			border: 1px solid #999;
			padding: 3px;
			margin: 0;
			opacity: 0.85;
			}
		.home-links a img:hover {
			border: 1px solid black;
			text-decoration: none !important;
			opacity: 1.0;
			}

	#index iframe {
		overflow: hidden !important;
		width: 100%;
		border: 0;
		float: left;
		}
	#home-overlay {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 663px;
		height: 190px;
		border: 1px solid #000;
		background-color: #FFF;
		opacity: 0.9;
		text-align: center;
		padding: 0;
		display: none;
		}
	#close-icon {
		float: right;
		padding: 0;
		margin: 0 0 5px 0;
		display: block;
		background-image: url(/images/icon-close.gif);
		opacity: 0.5;
		width: 50px;
		height: 20px;
		border: 0;
		position: relative;
		right: 2px;
		bottom: 0;
		}
		#close-icon:hover {
			opacity: 1.0;
			}
		#home-iframe {
			position: relative;
			width: 100%;
			height: 100%;
			border: 0;
			padding: 0;
			margin: 0;
			}


	/******************************************************
	** LANGUAGE SELECTION IN HEADER **/

	#lang_link {
		position: absolute;
		right: 5px;
		top: 103px;
		color: #FFF;
		display: block;
		height: 13px;
		width: 108px;
		z-index: 99;
		cursor:pointer;
		text-decoration:none;
		opacity: 0.35;
		}
		#lang_link:hover {
			opacity: 1;
			}
	#lang_select {
		background-color:#FFFFFF;
		border:1px solid #314A79;
		display:none;
		padding:3px;
		position:absolute;
		right:4px;
		top:119px;
		width:330px;
		z-index:100;
		}
	#lang_select div {
		float: left;
		width: 66px;
		}
		.lang {
			display: block;
			width: 60px;
			font-size: 11px;
			line-height: 11px;
			float: left;
			padding: 1px 3px;
			color: #333 !important;
			}
			.lang:hover {
				text-decoration: none !important;
				background-color: #DEECCE;
				}
	.lang_list {
		background-color: #FFF !important;
		height: 160px;
		width: 66px;
		float: left;
		padding: 10px 0;
		}


.cart_tables table {
	width: 500px;
	margin-bottom: 15px;
	}
.cart_tables td {
	text-align: right;
	}
.cart_tables td h2 {
	text-align: left;
	margin-top: 0;
	}
	.bottomborder {
		border-bottom: 1px solid #CCC;
		padding-bottom: 10px !important;
		}
.cart_tables td input {
	text-align: left;
	float: left;
	}
.cart_tables label {
	text-align: right;
	display: block;
	}
	#cart_tables label:hover {
		}

	#email {
		width: 210px;
		}
	#phone {
		width: 150px;
		}
	#cvv {
		width: 42px;
		text-align: center;
		margin-right: 15px;
		}
		#describe_cvv {
			text-align: center;
			line-height: 10px;
			font-size: 10px;
			color: #666;
			padding: 2px 10px 4px;
			border: 0;
			float: left;
			margin-top: 3px;
			background-color: #EFEFEF;
			}
	#exp {
		width: 60px;
		text-align: center;
		}
	#s_firstname,
	#s_lastname,
	#b_firstname,
	#b_lastname {
		width: 210px;
		}
	#s_company,
	#b_company {
		width: 180px;
		}
	#s_address1,
	#s_address2,
	#b_address1,
	#b_address2 {
		width: 210px;
		}
		#s_address2,
		#b_address2 {
			position: relative;
			bottom: 5px;
			}
	#s_city,
	#b_city {
		width: 150px;
		}
	#s_state,
	#b_state {
		}
	#s_zip,
	#b_zip {
		width: 60px;
		text-align: center;
		}

.header {
	width: 150px;
	background-color: #FFF;
	}
.header label {
	width: 150px;
	margin: 0;
	padding: 0;
	}
.header label img {
	}
.transparent {
	}
td select {
	float: left;
	}


/* FORM VALIDATION INDICATOR ICONS */
.indicator {
	display: inline-block;
	height: 16px;
	width: 16px;
	margin: 0px 4px 0 7px;
	position: relative;
	top: 1px;
	}
.field_required {
	opacity: 0.3;
	background-image: url(/images/icons/navigation-000-white.png);
	}
.field_invalid {
	opacity: 1;
	background-image: url(/images/icons/cross-circle.png) !important;
	}
.field_valid {
	opacity: 1;
	background-image: url(/images/icons/tick-circle.png) !important;
	}

/*******
progress indicator
********/
#progress {
	width: 100%;
	margin: 15px 0 15px 0;
	}
#progress td {
	margin: 0;
	padding: 0 15px 0 0;
	width: 25%;
	height: 24px;
	line-height: 24px;
	color: #666;
	text-align: center;
	font-size: 16px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}
#progress .current {
	background-color: #EFEFEF;
	color: #333;
	}
	#progress .indicator {
		position: relative;
		top: 2px;
		}
	
/* HOME PAGE */
.home-links {
width: 240px;
float: right;
margin-left: 0;
margin-top: 30px;
}
.home-links a img {
height: auto;
}
.hr {
background-image: url(/images/hr.png);
background-position: 50% 50%;
background-repeat: no-repeat;
clear: none;
height: 50px;
}
.center_col {
float: left;
width: 510px;
}
.refmaps {
display: block;
border: 1px solid #999;
padding: 3px !important;
opacity: 0.85;
}
.refmaps span {
display: block;
background-image: url(/images/home-ref-maps.jpg);
background-position: 0 180px;
width: 220px;
height: 180px;
}
.refmaps:hover {
border: 1px solid #000;
text-decoration: none !important;
opacity: 1.0;
}





	
	/******************************************************
	** POSSIBLY OBSOLETE **/

	.bundle_icon {
		position: absolute !important;
		top: 88px;
		left: -5px;
		display: inline-block;
		z-index: 999;
		width: 50px;
		height: 50px;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background-color: transparent !important;
		background-image: url(/images/bundle_save.png);
		background-position: bottom left;
		background-repeat: no-repeat;
		}

