/*
Print view should show only
-Table of items - plainish looking
-Nice club card
-print_at
*/

div#printed_at {
    display:block;
    text-align:center;
    padding-top:25px;
    font-size:140%;
}

#header {
    display:none;
}
#footer {
    display:none;
}
span.search_links {
    display:none;
}
#club_card_controls {
    display:none;
}
#check_box_interaction {
    display:none;
}
#list_controls {
    display:none;
}
th * {
    text-align:center;
    color:black;
    border-style:none;
}
#content a.sortheader {
	display:block;padding:4px 1px;
	background:white;
	margin-bottom:6px;
    border-style:none; 
    color:black;
}
#content a.sortheader span.sortarrow {
    display:none;
}

body {
    background-image:none;
    background-color:white;
}

table#results {
font-size:80%;
}

td div.center {
display:none;
}
.pmyli #results input {
	margin:0 10px;
}
.pmyli #results td {
	border-bottom:1px solid #3E4F17;
	padding:5px 0 5px 4px;
}
#fc {
    background-image:none;
    background-color:white;
}
#fc .cont {
    background-image:none;
    background-color:white;
}

.clubcardholder {
	background:url(../images/cardleft.jpg) top left no-repeat;
	padding-left:41px;height:114px;overflow:hidden;
	margin-top:10px;
}

.clubcardholder .clubcard_for_list, .clubcardholder .barcode {
	position:relative;
	height:94px;width:180px;padding-right:41px;padding-top:15px;
	text-align:center;
	background:url(../images/cardright.jpg) top right no-repeat;
}

.clubcardholder .clubcard_for_list img, .clubcardholder .barcode img  {
	padding-top:5px;
}
