/* Yahoo! UI Library */

@import url("reset-min.css");
@import url("fonts-min.css");


/* Drop Shadow */

@import url("shadows.css");


/* Global */
body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	color: black;
	text-align: center;
	margin: 0px;
	background-image: url(/media/Background.gif);
	background-repeat: repeat-x;
	background-color: #d8e1f5;
	}

a img {
border:0 none transparent;
}

.breadcrumbs {
	font-size: 105%;
	margin-bottom: 6px;
    padding-bottom: 2px;
    width: 100%;
    color: #3f3f3f;
}
.breadcrumbs a:link {
    color: #3f3f3f;
}
.breadcrumbs a:hover {
	color: #cc6600;
}
.breadcrumbs a:visited {
    color: #3f3f3f;
}
.breadcrumbs a:active {
	color: #3f3f3f;
}


h1 {
	font-size: 123.1%;
    font-weight: bold;
	margin-bottom: 6px;
    padding-bottom: 2px;
    width: 100%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    /*
    border-bottom-color: #d17a1f; */
    border-bottom-color: #fbebac;

}

h2 {
	margin-top: 10px;
	margin-bottom: 4px;
    font-weight: bold;
	}

hr  
{
    width: 100%;
    height: 2px;
    color: #fbebac;
    clear: both;
}

strong /* Make strong elements bold */ {
	font-weight: bold;
	}

img {
	border-style: none;
	}

p.more, span.more {
	margin-top: 6px;
	text-align: right;
	}

p.more a, span.more a {
	padding-left: 12px;
	background-position: left center;
	background-image: url(/media/Icon-More.gif);
	background-repeat: no-repeat;
	}


.rightlink {
	margin-top: 6px;
	padding-left: 12px;
	background-position: left center;
	background-image: url(/media/Icon-More.gif);
	background-repeat: no-repeat;
	}

.button, button
{
    background-color:#fbebac;
}


/* Links */

a:link, a:visited, a:hover, a:active, a:focus {
	color: black;
	outline: none;
	overflow: hidden;
	}

a:visited {
	}

a:hover {
	color: #cc6600;
	}

a:active {
	}


/* Forms */

input.text, select {
	background-image: url(/media/Text-Field-Background.gif);
	background-repeat: repeat-x;
	background-color: #fcf0d9;
	border-top-color: #f6dcc2;
	border-bottom-color: #cc9966;
	border-left-color: #f6dcc2;
	border-right-color: #cc9966;
	border-width: 1px;
	border-style: solid;
	}

input.text {
	color: #cc6600;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	}


/* Layout */

#container {
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	}

#header {
	width: 748px;
	padding-top: 10px;
	border-width: 1px;
	border-left-color: #8da6d8;
	border-right-color: #8da6d8;
	border-left-style: solid;
	border-right-style: solid;
		}

#header div /* Adds internal padding to header */ {
	padding-left: 15px;
	padding-right: 15px;
	}

#header h1 /* Hide standard image */ {
	text-indent: -10000px;
	}

#header h1 a /* Displays CardShark logo as anchor link */ {
	margin-left: 2px;
	display: block;
	background-image: url(/media/CardShark-Logo-sm.gif);
	background-repeat: no-repeat;
	}


/* Search and Mailing List Sign Up */

#search {
	margin-top: 32px;
	margin-bottom: 18px;
	float: right;
	}

#search p {
	font-size: 100%;
	margin-top: 2px;
	margin-left: 4px;
	}

#search label, #mailing-list label {
	display: none;
	}

#search input, #mailing-list input /* Vertically centers search and mailing list form fields with submit button */ {
	vertical-align: middle;
	}

#search input.text, #mailing-list input.text {
	font-size: 100%;
	margin-right: 2px;
	width: 165px;
	}

/* Main Navigation */

#main-navigation {
	background-image: url(/media/Navigation-Background.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 110%;
	margin-top: -9px;
	position: relative;
	width: 750px;
	z-index: 1;
	}

#main-navigation ul {
	margin-top: 18px;
	margin-bottom: 10px;
	margin-left: 23px;
	}

#main-navigation li {
	display: inline;
	float: left;
	margin-right: 13px;
	}

#main-navigation a {
	text-shadow: 2px 2px 3px #001436;
	text-decoration: none;
	font-weight: bold;
	color: white;
	}

#main-navigation a:hover {
	text-decoration: underline;
	color: #ffcb62;
	}

#nav-main {
	float: left;
	}

#nav-user {
	float: right;
	padding-right: 10px;
	}

#nav-cart a, #nav-account a, #nav-login a {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	}

#nav-cart a {
	background-image: url(/media/Icon-Cart.gif);
	}

#nav-account a {
	background-image: url(/media/Icon-Account.gif);
	}

#nav-login a {
	background-image: url(/media/Icon-Login.gif);
	}


/* Content */

#content {
	width: 718px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
/*	background-repeat: no-repeat; 
	background-image: url(/media/Content-Top.gif); */
	}

#content, #recently-added, #buy-cards, #sell-cards {
	float: left;
	border-left-color: #003399;
	border-right-color: #003399;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	}

#buy-cards, #sell-cards {
	width: 748px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(/media/Content-Top.gif);
	}

#recently-added img, #buy-cards img, #sell-cards img {
	margin-left: 4px;
	margin-right: 3px;
	vertical-align: middle
	}

#recently-added p {
	margin-left: 23px;
	margin-right: 23px;
	}

#buy-cards, #sell-cards {
	padding-top: 7px;
	}

#buy-cards p, #sell-cards p {
	margin-top: 3px;
	margin-right: 4px;
	margin-left: 7px;
	float: left;
	}

#buy-cards ul {
	margin-left: 13px;
	float: left;
	}

#sell-cards ul {
	margin-left: 25px;
	float: left;
	}

#buy-cards li, #sell-cards li {
	float: left;
	}

#container .home #body-main /*Content width on home page only */ {
	width: 318px;

	}

/*#container .home  Prevents content background from appearing on home page  {
	background-image: none;
	padding-top: 10px
	}
*/

#body-main /* Content width on all pages */ {
	width: 718px;
	float: left;
	padding-bottom: 10px;
	}

#body-main p {
	font-size: 100%;
	margin-bottom: 6px;
	}

/* Side Content */

#body-sub1, #body-sub2 {
	width: 190px;
	}

#body-sub1 {
	float: left;
	margin-right: 10px;
	}

#body-sub2 {
	float: left;
	margin-left: 10px;
	}

.sub-content {
	background-image: url(/media/Sub-Header-Background.gif);
	background-repeat: no-repeat;
	}

.sub-content h3{
	text-shadow: 2px 2px 2px #6e3601;
	font-size: 96%;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 7px;
	padding-right: 7px;
	color: #fbe9d7;
	background-position: left bottom;
	background-image: url(/media/Sub-Header-Divider.gif);
	background-repeat: no-repeat;
	}

.sub-body {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 10px;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(/media/Sub-Footer-Background.gif);
	background-color: #fff2c0;
	}

.sub-body li {
	margin-bottom: 4px;
	}

.sub-body li div {
	margin-left: 15px;
	}

.sub-body li div, .sub-body li div a {
	color: #666666;
	}

.sub-body li div a:hover {
	color: #cc6600;
	}

#sub-hot table {
	width: 100%;
	}

#sub-hot table th {
	display: none;
	}

#sub-hot table td {
	vertical-align: top;
	padding-bottom: 2px;
	padding-right: 2px;
	width: 100%;
	}

#link-raffle a, #link-offerings a, #link-sharkshares a {
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	}

#link-raffle a {
	background-image: url(/media/Icon-Raffle.gif);
	}

#link-offerings a {
	background-image: url(/media/Icon-Offerings.gif);
	}

#link-sharkshares a {
	background-image: url(/media/Icon-SharkShares.gif);
	}


/* Introduction */

.intro h1 {
	display: block;
	text-indent: -10000px;
	background-image: url(/media/Header-Intro.gif);
	background-repeat: no-repeat;
	width: 271px;
	height: 53px;
	margin-bottom: 6px;
	}

.intro h2 {
	margin-top: 12px;
	margin-bottom: 2px;
	font-weight: bold;
	}

.intro img {
	margin-top: 6px;
	margin-bottom: 8px;
	}

.intro p {
	font-size: 100%;
	}

.intro-copy {
	min-height: 131px;
	background-image: url(/media/Intro-Cards.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 125px;
	}

.HomeGiftCertificate 
{
    margin-top: -10px; 
    margin-bottom: -5px;
}

/* Card Information */
/*
.card-info h1 {
	text-shadow: 2px 2px 2px #6e3601;
	font-size: 96%;
	font-weight: bold;
	color: #fbe9d7;
	background-position: left top;
	background-image: url(/media/Card-Info-Sub-Header-Background.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	}
*/
/*.card-info h1 span {
	background-position: left bottom;
	background-image: url(/media/Card-Info-Sub-Header-Background-Cap.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
	display: block;
	}
*/
.card-info h2 {
	padding-top: 6px;
	margin-bottom: 2px;
	}

.card-info li, .card-info p {
	font-size: 100%;
	}

#game-info1 {
	margin-bottom: 8px;
	}

#game-info2 {
	margin-top: 8px;
	}

.casting-cost, .class-type, .artist, .set-name, .power {
	font-weight: bold;
	}

#cards {
	float: left;
	clear: left;
	width: 100%;
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
	border-collapse: collapse;
	}

.disclaimer {
	clear: left;
	margin-left: 4px;
	margin-bottom: 20px;
	color: #666666;
	}

#cards a:link, #cards a:visited, #cards a:hover, #cards a:active {
	color: #cc6600;
	}

#cards a:hover {
	color: black;
	}

#cards a.cart {
	display: block;
	background-image: url(/media/Icon-AddToCart.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	min-height: 16px;
	}

#cards th {
	color: #666666;
	padding-left: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	border-bottom: #ffcc66 solid 1px;
	}

#cards td {
	border: 1px none #ffcc66;
	margin: 0px;
	padding: 2px 4px;
	text-align: left;
	}

#cards td span {
	white-space: nowrap;
	}

#cards img {
	vertical-align: middle;
	border-style: none;
	margin-left: 3px;
	}

#card-detail {
	float: left;
	width: 236px;
	margin-right:10px;
	}

#sellyourcopy 
{
    margin-left:50px;
}

#card-detail-image {
	float: left;
	}

#card-detail-info {
	float: left;
	width: 236px;
	margin-left: 10px;
	border-top: #ffde9d solid 1px;
	border-bottom: #e5b451 solid 1px;
	border-left: #ffde9d solid 1px;
	border-right: #e5b451 solid 1px;
	}

#card-price {
	float: right;
	width: 250px;
	}

#card-price .price {
	font-weight: bold;
	color: #006633;
	}

#card-price h3 {
	margin-top: 6px;
	margin-left: 6px;
	}

#card-price input.button {
	margin-left: 6px;
	}

#average-price {
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff2c0;
	padding: 7px;
	}

#average-price caption {
	margin-bottom: 4px;
	font-weight: bold;
	}

#average-price table {
	width: 100%;
	}

#average-price td {
	padding-bottom: 4px;
	}

#average-price img {
	vertical-align: middle;
	border-top: #ffde9d solid 1px;
	border-bottom: #e5b451 solid 1px;
	border-left: #ffde9d solid 1px;
	border-right: #e5b451 solid 1px;
	}

#average-price th.average {
	color: #666666;
	}

#average-price th.month {
	text-align: right;
	width: 1px;
	padding-right: 4px;
	}

#card-detail img {
	padding: 1px;
	background-color: white;
	border: 1px solid #666;
	}

#filter {
	float: left;
	width: 708px;
	margin-top: 20px;
	padding-top: 8px;
	font-size: 100%;
	background-image: url(/media/Background-Filter.gif);
	background-repeat: no-repeat;
	}

#filter legend {
	color: black;
	display: none;
	}

#filter label {
	vertical-align: middle;
	}

#filter label.filter {
	font-weight: bold;
	}

#filter dl {
	padding-left: 10px;
	padding-bottom: 8px;
	width: 100%;
	background-image: url(/media/Background-FilterBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#filter dt {
	display: inline;
	margin-right: 4px;
	}

#filter input.text {
	width: 90px;
	}

#filter select {
/*	width: 75px;*/
	}

#filter select, #filter input.text, #filter input.checkbox, #filter input.button {
	vertical-align: middle;
	}

/* Matt: Whenever new section related styles are needed, it's best to group them together in the CSS */
/* leftcol */

/* Since we're adding a left side-bar on the about page, we need to target the "About" page's #body-main div to make it smaller so it fits to the right. Since the sidebar is 190px wide with a 10px right margin, we need to subtract 200px from the root #body-main style. */
#container .leftcol #body-main {
	width: 518px;
	}

/* Footer */

#footer {
	float: left;
	width: 750px;
	padding-top: 16px;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	background-image: url(/media/Footer-Background.gif);
	}

#footer ul {
	margin-left: 23px;
	margin-right: 23px;
	}

#footer li {
	font-size: 96%;
	display: inline;
	}

#footer li a {
	margin-right: 6px;
	color: #003399;
	}

#footer li a:hover {
	color: #cc6600;
	}

#copyright {
	background-color: #d8e1f5;
	clear: left;
	color: #cc6600;
	text-align: center;
	padding-bottom: 10px;
	font-size: 100%;
	padding-top: 8px;
	width: 750px;
	background-repeat: no-repeat;
	background-image: url(/media/Footer-Fade.gif);
	}

#twitter_update_list 
{
    list-style-type: square;
    list-style-position: outside;
    margin-left: 15px;
}

	
.heading {
	color: #000000;
	font-size: 120%;
	font-weight:bold;
	}	
	
/* Gridview CSS Tables */
.tableView td
{
padding: 3px;
}

.tableView th
{
padding: 3px;
}

.tableView caption {
color: Black;
font-size: 1em;
font-weight: bold;
}

.tableViewAlternatingRow{
background-color: #C6D7F7;
}

.tableViewRow{
background-color:#ffffff;
}

.tableViewHeader{
background-color:#fff2c0;
font-weight: bold;
}

.OrderedList li
{
    list-style-type: decimal;
    list-style-position: outside;
    padding: 5px;
    margin-left: 40px;
}

.CompactOrderedList li
{
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 20px;
}


