/* copyright tumimusic.com */

/* general elements */
body {
	background-color: #000;
	margin: 0 auto;
	font: normal 12px 'Verdana';
}
a {
	color: #ef9a02;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	outline: 0;
	color: #333;
}
a:focus {
	outline: 0;
}
a img {
	border: 0;
}
a.button {
	padding: 3px 10px;
	margin: 6px 10px;
	background-color: #ef9a02;
	color: #fff;
	text-decoration: none;
	height: 21px;
}
a.button:first-child {
	margin-left: 0;
}
a.button:hover {
	background-color: #333;
	text-decoration: none;
}
.hidden {
	display: none;
}
h1, h2 {
	font-size: 15px;
	clear: both;
	color: #ef9a02;
	border-bottom: #ef9a02 solid 2px;
}
h2 {
	font-size: 12px;
	padding-top: 10px;
	border-width: 1px;
}
h1.divhead {
	background: #000 url(images/xbg_menu_black.png) repeat-x center bottom;
	color: #fff;
	border: 0;
	font-size: 10px;
	padding: 3px 10px;
}
h1.divhead span {
	color: #ef9a02;
}
p {
	font-size: 10px;
}
p.right {
	text-align: right;
}
p.center, p.centre {
	text-align: center;
}
p.subtitle {
	font-style: italic;
	color: #666;
	font-size: 12px;
}
p.subheading {
	border-bottom: #ef9a02 solid 1px;
	padding-bottom: 3px;
	font-weight: bold;
}
p.error {
	color: #ff0000;
}
p.field label {
	width: 150px;
	float: left;
	display: block;
}
p.field input, p.field textarea {
	background-color: #666;
	color: #fff;
	font: normal normal 12px 'tahoma';
	width: 500px;
	margin: 3px;
	padding: 1px;
	border-width: 0px;
}
p.field input.readonly, p.field textarea.readonly {
	color: #aaa;
}
p.submit input {
	font: normal 12px 'Verdana';
	background-color: #ef9a02;
	color: #fff;
	border: 0;
	height: 24px;
	padding: 1px 10px 2px 10px;
	cursor: pointer;
	margin-left: 10px;
}
p.submit input:first-child {
	margin-left: 0;
}
p.submit input:hover {
	background-color: #333;
}
img.helptip_default {
	height: 12px;
	width: 12px;
	vertical-align: middle;
	margin-left: 5px;
}
div.helptip {
	position: absolute;
	background-color: #eee;
	border: 2px solid #ef9a02;
	display: none;
	font-size: 11px;
	left: 0px;
	top: 0px;
	opacity: 0.9;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.hr {
	border-top: #ef9a02 solid 1px;
	margin-top: 10px;
	padding-top: 10px;
}
ol {
	font-size: 10px;
}


/* layout */
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#header {
	background: #000 url(images/logo.png) no-repeat 10px 10px;
	height: 127px;
}
#head {
	height: 27px;
	background: transparent url(images/head_back.png) no-repeat right -5px;
}
#head p {
	padding: 3px 0 0 0;
	margin: 0;
	width: 120px;
	float: right;
	text-align: center;
	color: #fff;
}
#search {
	text-align: right;
	height: 30px;
	margin: 5px 0 25px 0;
}
#search p {
	float: right;
	background-color: #666;
}
#search input {
	border: #666 solid 2px;
	background-color: #666;
	color: #fff;
}
#search #searchbutton {
	background-color: #ef9a02;
}
#search input.presearch {
	font-style: italic;
	color: #000;
}
#search input.postsearch {
	background-image: none;
	font-style: normal;
	color: #fff;
}
#menu {
	background: transparent url(images/bg_menu.png) repeat-x 0 -10px;
	height: 30px;
	margin-left: 166px;
	overflow: hidden;
}
#menu_left, #menu_right {
	margin-top: 0px;
	width: 5px;
	float: left;
	height: 35px;
	background: transparent url(images/bg_menu_sides.png) no-repeat 0 0;
}
#menu_right {
	background-position: -5px 0;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: block;
	margin: 0;
	font: small-caps bold 11px 'arial';
	float: left;
	border-left: transparent solid 1px;
	border-bottom: transparent solid 1px;
	width: 74px;
}
#menu ul li a {
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-bottom: 0px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
#menu ul li#link_home {
	border-left: 0;
}
#menu ul li:hover {
	background: transparent url(images/bg_menu_black.png) repeat-x 0 0px;
}
#menu ul li.selected {
	background-image: none;
	background-color: #ef9a02;
	cursor: default;
}
#menu ul li ul {
	display: none;
	margin-left: -1px;
	position: absolute;
}
#menu ul li ul li {
	clear: both;
	background-image: none;
	background-color: #000;
}
#menu ul li ul li:hover {
	background-image: none;
	background-color: #ef9a02;
}
#menu ul li:hover ul {
	display: block;
}
#menu a span {
	background-color: #ff0000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#site_logo_link {
	height: 110px;
	left: 50%;
	margin-left: -490px;
	position: absolute;
	top: 10px;
	width: 120px;
}
#site_logo_link a {
	display: block;
	text-decoration: none;
	line-height: 110px;
}
#site_logo_link a:focus, #site_logo_link a:active {
	outline: none;
}
#content_top {
	background: #000 url(images/bg_content.png) no-repeat 0px 0px;
	height: 15px;
}
#content {
	background-color: #eeeeee;
	padding: 0 10px;
	border: #eeeeee solid 1px;
	overflow: hidden;
}
#footer {
	text-align: right;
	background: #000 url(images/bg_content.png) no-repeat 0px -15px;
	padding: 25px 10px 10px 10px;
	color: #ef9a02;
	font-size: 10px;
	clear: both;
}
#footer p {
	margin: 0;
}
#websiteby {
	font-size: 9px;
}
#gototop {
	position: fixed;
	bottom: 10px;
	right: 20px;
}
#gototop a {
	display: none;
}
#welcome {
	font-variant: small-caps;
}

/**** home page & music page ****/

/* three column page layout */
div.column {
	float: left;
	background-color: #eeeeee;
	padding: 0 5px;
}
div#leftcolumn.column, div#music_leftcolumn.column {
	float: left;
	padding-left: 0;
	width: 320px;
	clear: left;
}
div#music_leftcolumn.column {
	width: 650px;
}
div#middlecolumn.column {
	width: 398px;
}
div#rightcolumn.column, div#music_rightcolumn.column {
	float: right;
	padding-right: 0;
	width: 240px;
	clear: right;
}
div#music_rightcolumn.column {
	width: 315px;
}

/* news */
div.allnews {
	background-color: #dddddd;
	padding: 0 10px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-height: 290px;
}
div.news p.newssubtitle {
	font-style: italic;
	color: #444;
}
div.news p.morenews {
	text-align: right;
}
div.news p.morenews a {
	font-weight: bold;	
}
div.news p img, div.news_single p img, div.news_single div img {
	float: left;
	margin: 0 10px 5px 0;
}
div.news_page div.newscontent img {
	float: right;
	margin: 0 0 5px 10px;
}
div.news_page p.news_date {
	float: left;
}
div.news_page p.news_share {
	float: right;
}
div.news_page div.newscontent {
	clear: both;
}
div.news_page div.newscontent div.news_text {
	clear: left;
}
div.news_page div.newscontent div.news_text p {
	font-family: Georgia;
	font-size: 14px;
}
div.news_page div.news_subtitle {
	font-style: italic;
	font-size: 12px;
	color: #666;
	padding: 0 0 10px 0;
}
div.musicnews {
	float: left;
	overflow: hidden;
	padding: 10px;
	margin: 0 10px 10px 0;
}
div.linkbuttons {
	clear: both;
	height: 25px;
}

/*hit tracks*/
div.hittrack {
	clear: both;
	padding: 6px 3px 6px 3px;
	overflow: hidden;
	border-bottom: #eeeeee solid 1px;
}
div.hittrack a {
	font-size: 10px;
	color: #000;
}

/* video */
div.videoblock {
	display: none;
}
div#youtube {
	padding: 10px;
}
div#youtube a {
	text-align: center;
	display: block;
	padding: 60px 0 10px 0;
	background: transparent url(images/youtube_logo.png) no-repeat 100px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#youtube a:hover {
	text-decoration: none;
	background-color: #ffdab2;
}
div.video {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -325px;
	padding: 10px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 101;
}
div.video_cover {
	display: none; /* TODO - get this out from JS */
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -325px;
	height: 350px;
	width: 640px;
	padding: 10px;
	background-color: transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 102;
}
div.youtube_layer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	z-index: 100;
	opacity: 0.6;
	filter: alpha(opacity = 60);/*fuck IE*/
}
p.videoplay {
	padding: 0;
}
p.videoplay a {
	text-decoration: none;
}
p.videoplay img.button {
	display: none;
	position: relative;
	left: 114px;
	top: -155px;
	margin-bottom: -71px;
}
p.videoplay span {
	position: relative;
	top: -55px;
	background: black;
	font-weight: bold;
	color: white;
	height: 46px;
	width: 294px;
	padding: 3px;
	margin-bottom: -40px;
	display: block;
	opacity: 0.5;
	filter: alpha(opacity = 50);/*fuck IE*/
}
p.videoplay:hover img.button {
	display: block;
}

/* hierarchy */
div.hierarchy {
	height: 20px;
	font-size: 10px;
}
div.hierarchy a {
	height: 20px;
	color: #000;
	padding: 2px 20px 0 5px;
	background: transparent url(images/hierarchy_bg.png) no-repeat right center;
}
div.hierarchy a.last {
	background: none;
}

/* licensing */
#licensinglinks {
	padding: 60px 10px 100px 10px;
	height: 80px;
}
#licensinglinks p {
	clear: both;
	text-align: center;
}
#licensinglinks a {
	padding: 10px 0;
	display: block;
	width: 50%;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#licensinglinks a:hover {
	background-color: #ffdab2;
	text-decoration: none;
}
#licensinglinks a img {
	border: 0;
	padding: 0 0 10px 0;
}

/* all albums & all artists */
div.album, div.artist {
	border: #ddd solid 1px;
	margin: 3px 0;
	height: 100px;
}
div.albumart, div.artistart {
	float: left;
	padding: 0;
}
div.albumdetail, div.artistdetail {
	padding: 3px 3px 3px 110px;
}
p.albumtitle, p.artisttitle {
	margin-top: 6px;
	font-size: 12px;
}
div#anchors {
	text-align: center;
	height: 30px;
	padding-left: 204px;
}
div#anchors a {
	border: #ef9a02 solid 1px;
	padding: 1px;
	margin: 1px;
	width: 16px;
	float: left;
	display: block;
}
div#anchors a:hover {
	background-color: #ef9a02;
	color: #fff;
	text-decoration: none;
}

/* single album & single artist*/
div#albumart, div#artistart {
	padding: 0;
	float: right;
	margin-left: 10px;
}
div#albumart img, div#artistart img {
	padding: 3px;
	border: #ccc solid 1px;
}
div#albumdetail, div#artistdetail {
	margin-top: 10px;
	padding: 6px 310px 6px 6px;
}
div#albumdetail h1, div#artistdetail h1 {
	clear: none;
}
p#albumdesc, p#artistdesc {
	font-size: 10px;
}
p#artistwebsite {
	height: 20px;
	padding: 0 0 0 26px;
	font-size: 12px;
	background: transparent url(images/website.png) no-repeat 0 0;
}
div#albumtracks {
	clear: both;
}

/* track */
div.track {
	clear: both;
	padding: 6px 3px 6px 3px;
	border-top: #ccc solid 2px;
	overflow: hidden;
}
div.track_title p {
	margin: 0;
	float: left;
	clear: right;
	padding-left: 6px;
	font-size: 12px;
}
div.track_title div.track_player { /* addition to player style.css*/
	float: left;
	clear: left;
}
div.track_detail {
	clear: left;
	padding: 2px 2px 1px 0;
}

/* track data tables */
div.label {
	float: left;
	width: 200px;
	clear: both;
	background-color: #e5e5e5;
	padding: 1px 1px 1px 3px;
	font-size: 10px;
}
div.value {
	padding: 1px 1px 1px 210px;
	background-color: #e5e5e5;
	clear: right;
	font-size: 10px;
}
div.value a {
	color: #996666;
}

/* contact form */
p#contactform_status {
	background: #ddd;
	border: #aaa solid 1px;
	color: #f00;
	display: none;
	padding: 3px 5px;
}

/* banner */
div.banner {
	overflow: hidden;
	padding: 0;
}
div.banner p {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div.banner p img {
	float: left;
	clear: both;
}
div.banner p span {
	float: left;
	clear: both;
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
	width: 225px;/*should be defined with inline styles preferably */
}

/* about */
div.about_section {
	background-color: #e0e0e0;
	padding: 6px;
	margin: 6px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.about_section div.banner {
	margin: 0 -6px;
}
p.about_section_head {
	border-bottom: #ef9a02 solid 1px;
}
p.about_section_head a {
	font-weight: bold;
}
div#about_video {
	padding-top: 10px;
}
div#about_video p {
	margin: 0 auto;
	width: 300px;
}

/* store */
#store_leftcolumn {
	float: left;
	width: 675px;
	padding-left: 0;
}
#store_rightcolumn {
	float: right;
	width: 290px;
	padding-right: 0;
}
#storecdrack, #storestatus {
	padding: 3px;
	font-size: 10px;
}
div.storealbum {
	float: left;
	padding: 10px 10px 0 14px;
	height: 120px;
	width: 87px;
	white-space: nowrap;
	overflow: hidden;
}
div.storealbum p {
	padding: 0;
	margin: 0;
}
div.storealbum p.storealbumart {
	background: transparent url(images/storecd_bg.png) no-repeat 0 0;
	padding: 4px 8px 8px 4px;
	width: 75px;
	height: 75px; 
}
div.storealbum p.storealbumart:hover img {
	opacity: 0.5;
	filter: alpha(opacity = 50);/*fuck IE*/
}

/* store search */
div#storesearch input {
	width: 100%;
	border: #666 solid 2px;
	border-width: 2px 0;
	background-color: #666;
	padding: 2px 0;
	margin-bottom: 0;
	color: #ffffff;
}
div#storesearch input.presearch {
	font-style: italic;
	color: #111;
}
div.suggestions p {
	border: #ffffff solid 1px;
	border-width: 0 0 1px 0;
	color: #000;
	margin: 0;
	padding: 2px;
	cursor: pointer;
}
div.suggestions p.suggestion_album {
	background: #bbbbbb url(images/album_watermark.png) no-repeat center right;
}
div.suggestions p.suggestion_artist {
	background: #bbbbbb url(images/artist_watermark.png) no-repeat center right;
}
div.suggestions p.suggestion_genre {
	background: #bbbbbb url(images/genre_watermark.png) no-repeat center right;
}
div.suggestions p.suggestion_region {
	background: #bbbbbb url(images/region_watermark.png) no-repeat center right;
}
div.suggestions p.suggestion_highlight_album,
div.suggestions p.suggestion_highlight_artist,
div.suggestions p.suggestion_highlight_genre,
div.suggestions p.suggestion_highlight_region {
	background-color: #2e39b0;
	color: #ffffff;
}
#search_filter {
	border: #cccccc solid 1px;
	padding: 2px;
	margin-bottom: 10px;
	display: none;
	font-size: 10px;
	background-color: #dddddd;
	overflow: hidden;
}
#search_filter img {
	cursor: pointer;
	float: right;
}
span.store_album_price {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
div.store_albumpopup {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -300px;
	height: 400px;
	width: 600px;
	background-color: #ffffff;
	border: #666 solid 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.store_albumpopup_artwork {
	float: left;
	margin: 20px 0 0 10px;
}
div.store_albumpopup_artwork img {
	padding: 0px;
	border: #ddd solid 3px;
	float: none;
}
div.store_popupclose {
	margin: 5px 5px 0 0;
	float: right;
	clear: both;
	cursor: pointer;
	background: #666 url(images/close_icon.png) no-repeat 0 0;
	height: 15px;
	width: 15px;
}
div.store_albumpopup_title {
	padding: 30px 0 0 125px;
	font-size: 14px;
	color: #666;
}
div.store_albumpopup_title span {
	font-weight: bold;
}
div.store_albumpopup_artists {
	padding-left: 125px;
	color: #aaa;
	font-style: italic;
}
div.store_albumpopup_tracks {
	clear: both;
	height: 270px;
	margin-left: 3px; 
	overflow: auto;
}
div.store_albumpopup_track {
	height: 21px;
	padding-top: 4px;
	border-bottom: #999 solid 1px;
}
div.store_albumpopup_tracktitle {
	position: relative;
	width: 70%;
	top: -16px;
	left: 39px;
}
div.store_buy_buttons {
	background-color: #ddd;
	margin-top: 6px;
	height: 37px;
}
div.store_buy_buttons a {
	margin: 0 10px;
	display: block;
	float: left;
	height: 37px;
	width: 101px;
}
a#store_button_addtobasket {
	background: transparent url(images/buyfromtumi_bg.png) no-repeat 0 -37px;
}
a#store_button_addtobasket0 {
	background: transparent url(images/buyfromtumi_bg0.png) no-repeat 0 0;
}
a#store_button_itunes {
	background: transparent url(images/itunes_badge_bg.png) no-repeat 0 -37px;
}
a#store_button_addtobasket:hover {
	background-position: 0 0;
}
a#store_button_itunes:hover {
	background-position: 0 0;
}
div#shoppingbasket, div#basket_shoppingbasket {
	background: transparent url(images/tumi_music_cart.png) no-repeat 234px 0;
	padding-top: 54px;
}
div#basket_shoppingbasket {
	background-position: 924px 0;
}
div.store_shopping_basket_popup {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -300px;
	height: 320px;
	width: 600px;
	background: #ffffff url(images/tumi_music_cart.png) no-repeat 15px 15px;
	padding-top: 80px;
	border: #666 solid 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.store_shopping_basket_popup div.store_shopping_basket_innerdiv, div.basket_shopping_basket {
	clear: both;
	height: 270px;
	margin-left: 3px;
	margin-right: 3px; 
	overflow: auto;
}
div.order_review {
	height: auto !important;
}
div.sbpl_itemalbum {
	background-color: #ddd;
	overflow: hidden;
	margin: 2px 0;
}
div.store_shopping_basket_innerdiv p, div.basket_shopping_basket p, div.store_shopping_basket_innerdiv input {
	float: left;
	height: 20px;
	padding: 3px 3px 0 3px;
	margin: 0;
}
p.sbpl_albumart {
	width: 20px;
	clear: left;
}
p.sbpl_title {
	width: 106px;
	line-height: 20px
}
div.store_shopping_basket_popup p.sbpl_title {
	width: 380px;
}
div.basket_shopping_basket p.sbpl_title {
	width: 780px;
}
p.sbpl_price_perunit {
	width: 50px;
}
input.sbpl_quantity {
	width: 30px;
	height: 20px;
	background-color: #666;
	border: 0;
	padding: 1px;
	color: #fff;
	float: left;
}
p.sbpl_price {
	width: 50px;
	clear: right;
	text-align: right;
}
div.sbpl_summary {
	border-top: #333 solid 1px;
	font-weight: bold;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}
div.sbpl_summary p {
	background-color: transparent;
}
p.sbpl_total_label {
	clear: left;
	width: 180px;
}
div.store_shopping_basket_popup p.sbpl_total_label {
	clear: left;
	width: 470px;
}
div.basket_shopping_basket p.sbpl_total_label {
	width: 870px;
}
p.sbpl_total {
	width: 70px;
	clear: right;
	text-align: right;
}
div.sbpl_submit p {
	height: 50px;
	float: none;
	text-align: right;
}
div.store_basket_popup_links, div.store_basket_links {
	text-align: center;
	clear: both;
}
div.store_basket_popup_links {
	margin-top: 15px;
}
div#store_login {
	border-bottom: #ef9a02 solid 1px;
}
div.basket_link {
	text-align: right;
	padding-right: 2px;
}
div.basket_link a {
	margin: 0;
}
img.basket_artwork, img.store_basket_artwork {
	height: 20px;
	width: 20px;
}
img.store_artwork {
	height: 75px;
	width: 75px;
}
img.store_popup_artwork {
	height: 100px;
	width: 100px;
}
div#storeterms {
	background-color: #ddd;
	padding: 3px;
	clear: both;
}
div#store_login_popup {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -300px;
	height: 400px;
	width: 600px;
	background-color: #ffffff;
	border: #666 solid 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.register_submit {
	padding-top: 10px;
	height: 30px;
}
p.login_status {
	color: red;
}

/* checkout page */
form.checkout_form {
	padding-bottom: 6px;
}
p#checkout_information_status {
	color: #f00;
}
div#checkout_tabs {
	border-bottom: #000 solid 1px;
	overflow: hidden;
}
div#checkout_tabs div {
	text-align: center;
	color: #eeeeee;
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	height: 20px;
	width: 170px;
	cursor: pointer;
	background: transparent url(images/bg_customer_selection1.png) no-repeat 0 0;
}
div#checkout_tabs div.checkout_selected {
	color: #ffffff;
	background: transparent url(images/bg_customer_selection.png) no-repeat 0 0;
}

/* news page */
div.news_single {
	
}

p.content_h1 {
	font-size: 12px;
	font-weight: bold;
}
p.content_h2 {
	font-size: 10px;
	font-weight: bold;
}
p.content_left {
	float: left;
	margin-right: 10px;
	clear: left;
}
p.content_right {
	float: right;
	margin-left: 10px;
	clear: right;
}
p.content_centre {
	margin: 0 10px;
	text-align: center;
}
p.content_left img, p.content_right img, p.content_centre img {
	border: #ddd solid 1px;
	padding: 2px;
}
p.content_left span, p.content_right span, p.content_centre span {
	display: block;
	margin-top: -3px;
	margin-bottom: 3px;
}
div#verification_image {
	width: 200px;
	height: 130px;
	text-align: center;
	position: fixed;
	margin-top: -100px;
	margin-left: -100px;
	top: 50%;
	left: 50%;
	background-color: #eeeeee;
	padding: 10px 0px;
	border: 5px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* sitemap page */
div.sitemapcontainer {
	margin-left: 5px;
}
div.sitemapcontainer p {
	margin: 5px 0;
	border-bottom: #000 solid 3px;
}
div.sitemapcontainer div {
	margin-left: 15px;
}
div.sitemapcontainer div p {
	border-bottom: #000 solid 1px;
}
div.sitemapcontainer div div p {
	border-bottom: #000 dotted 1px;
}

/* layer */
div.layer {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity = 50);/*fuck IE*/
}
div.loading_bar {
	position: fixed;
	left: 50%;
	top: 50%;
	background: transparent url(images/tumi_loading.gif) no-repeat 0 0;
	height: 11px;
	width: 82px;
	margin: -5px 0 0 -41px;
}


/* facebook link */
p.facebook img {
	margin: -3px 20px 0 0;
}

div.facebook {
	float: right;
	margin: 3px 20px 0 0;
}

