/*-----------------------------------------------------

Version: 1.1
Author: Nick Taylor
Contact: nick@xtremetrades.co.uk
Website: basic

-----------------------------------------------------*/

/* ---------------Layout--------------- */

#wrap { 

width:1024px; 
margin:0 auto;
text-align: left;
background-color: #eeeeee;

} 

body {

background-color: #333333;
height: 100%;
text-align: center;

}

html {

height: 100%;

}

#title {

height:80px;
background-color: #eeeeee;


}

#loginBar {

height:40px;
padding: 0px;
width: 1024px;
background-color: #000068;

}

#wrapper {

position: relative;
height: 100%;
display: block;

}

#leftNav {

width: 175px;
float: left;
padding-top: 20px;
padding-bottom:20px;
background-color: #eeeeee;
margin: 0px;
padding-left: 0px;
padding-right:0px;

}

#content {
	
width: 674px;
float: left;
padding-top: 20px;
padding-bottom:20px;
background-color: #eeeeee;
margin: 0px;
padding-left: 0px;
padding-right:0px;

}

#rightNav {

width: 175px;
float: left;
padding-top: 20px;
padding-bottom:20px;
background-color: #eeeeee;
margin: 0px;
padding-left: 0px;
padding-right:0px;

}

#footer {

clear: both;
width: 1024px;
padding: 1px;
margin: 0px;

}

/* ---------------Images--------------- */

.rightNavImage {

	border: 0px;
	width: 125px;
	height: 125px;
	
}


.bannerImage {

	border: 0px;
	width: 384px;
	height: 60px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;	
		
}

.card {
	width: 223px;
	height: 310px;
	padding: 10px;
}

.flipCard {
	width: 300px;
	height: 200px;
	padding: 10px;
}

.halfCard {
	width: 111px;
	height: 155px;
	padding: 10px;
}

.image {
	padding: 10px;
}

.rightCard {

	width: 112px;
	height: 155px;
	border: 0px;
}

.game {
	width: 200px;
	height: 200px;
	padding: 10px;
	vertical-align: top;
}

.singlesImage {

	width: 65px;
	height: 90px;
	vertical-align: text-top;
	border: 0px;
	float: left;
}

.flipImage {

	width: 105px;
	height: 70px;
	vertical-align: text-top;
	border: 0px;
	float: left;
}

.gameImage {

	width: 80px;
	height: 80px;
	vertical-align: text-top;
	border: 0px;
	float: left;
}

.featureImage {

	width: 65px;
	height: 90px;
	border: 0px;	
	
}

.newsImage {

	border: 1px solid #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 133px;
	height: 87px;
	
}

.titleImage {

	margin-bottom: 22px;
}

.adImage {

	border: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;		
}

.sideImage {

	width: 100px;
	height: 100px;
	border: 0px;	
	
}

.gameNewsImage {

	width: 80px;
	height: 80px;
	vertical-align: text-top;
	border: 0px;
	float: right;
}
	

/* --------------Title Bar------------------- */

table.titleBar {

	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	background-color: #000068;
	color: #eeeeee;
	font-weight: bold;
	font-family: sans-serif;
	font-size: +15;	
	text-decoration: none;	
	height: 25px;
}

table.titleBar a{

	text-decoration: none;	
	color: #609df9;
	
}

table.titleBar a:hover {

	text-decoration: none;	
	color: #eeeeee;
	
}

table.titleBar td {

	padding: 0px;
	text-align: center;
	height: 35px;
	width: 150;
	border-right: 1px solid #eeeeee;
}

/* -------------------Menu------------------- */


ul.menu {

	padding: 0px;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;	
	background-color: #dddddd;	
	width: 165px;
	text-align: center;
	vertical-align: middle;	
	margin: 5px;

}


ul.menu li {

	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #dddddd;

}

ul.menu a {

	display: block;
	margin: 0px;
	color: #eeeeee;
	height: 20px;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;		
	background-color: #000068;
	text-decoration: none;
	font-weight: normal;
	font-family: sans-serif;
	font-size: +12;
	font-weight: bold;
	padding-top: 5px;	
	
}

ul.menu a:hover {

	display: block;
	margin: 0px;
	color: #3176DE;
	height: 20px;
	border-top: 1px solid #111111;
	border-left: 1px solid #111111;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;		
	background-color: #000068;
	text-decoration: none;
	font-weight: normal;
	font-family: sans-serif;
	font-size: +12;
	font-weight: bold;
	padding-top: 5px;
	
}

/* ---------------Text------------------- */

.regularText {

 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	padding-left: 10px;
	
}

.regularText a {

	color: #000068;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;	
}

.regularText a:hover {

	color: #3176DE;
	font-weight: bold;
	cursor: pointer;
	
}

.regularBoldText {

 	color: #000000;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	padding-left: 10px;
	
}

.regularBoldText a {

	color: #000068;
	font-weight: bold;
	cursor: pointer;
}

.regularBoldText a:hover {

	color: #3176DE;
	font-weight: bold;
	cursor: pointer;
	
}

.centredText {

 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	
}

.centredText a {

 	color: #000068;
	font-weight: bold;
	cursor: pointer;
	
}

.centredText a:hover {

 	color: #3176DE;
	font-weight: bold;
	cursor: pointer;
	
}

.centredBoldText {

 	color: #000000;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
	
}

.centredBoldText a {

 	color: #000068;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;	
	
}

.centredBoldText a:hover {

 	color: #3176DE;
	font-weight: bold;
	cursor: pointer;
	
}

.titleText {

 	color: #000000;
	font-weight: bold;
	font-family: Serif;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	
}

.smallTitleText {

 	color: #000000;
	font-weight: bold;
	font-family: Arial;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	
}

.titleText a {

 	color: #2066b0;
	font-size: 18px; 
	text-decoration: none;	
	cursor: pointer;	
	
}

.titleText a:hover {

 	color: #990000;
	font-size: 18px; 
	text-decoration: none;	
	cursor: pointer;
	
}



.alertTitleText {

 	color: #dddddd;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	
}

.dateText {

 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
	padding-right: 2px;
	
}

.sideText {

 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	padding-left: 5px;
	
}

.sideText a {

	color: #000068;
	font-weight: bold;
	cursor: pointer;
}

.sideText a:hover {

	color: #3176DE;
	font-weight: bold;
	cursor: pointer;
	
}

.smallText {

 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	padding-right: 2px;
	
}

/* ---------------Singles----------------- */

.singles fieldset {

	border: 1px solid #000068;
	width: 500px;
	background-color: #cccccc;
	margin-left: 50px;
	padding: 10px;
	
}

.singles label {

	width: 80px;
	float: left;
	text-align: left;
	display: block;
	padding-top: 5px;
  
}

.singlesMain li {
		
	list-style-type: none;
	margin: 0px;	
	padding-left: 0px;
	padding-right: 0px;

}

.singlesInner {

	border: 0px;
	width: 630px;
	padding-left: 0px;
	padding-right: 0px;	
	
}

.noBullets {

	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;	
}

.singlesSearch {

	list-style-type: none;
	float:left;
 	color: #000068;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #cccccc;
	width: 100px;	
	text-align: center;

}

.singlesSearch a {

 	color: #3176DE;
 	text-decoration: none;

}

.singlesSearch a:hover {

 	color: #555555;
 	text-decoration: none; 	

}

.singlesSearchInfo {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #cccccc;
	width: 430px;	
	text-align: center;

}

.singlesTitleCard {

	list-style-type: none;
	float:left;
 	color: #eeeeee;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #555555;
	width: 225px;	
	text-align: center;
	height: 38px;	
	padding-top: 12px;	

}

.singlesTitleText {

	list-style-type: none;
	float:left;
 	color: #eeeeee;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #555555;
	width: 100px;
	text-align: center;
	height: 38px;	
	padding-top: 12px;	

}

.singlesTitleNumber {

	list-style-type: none;
	float:left;
 	color: #eeeeee;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #555555;
	width: 55px;
	text-align: center;
	height: 38px;	
	padding-top: 12px;	

}

.singlesTitleBuy {

	list-style-type: none;
	float:left;
 	color: #eeeeee;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #555555;
	width: 95px;
	text-align: center;
	height: 38px;	
	padding-top: 12px;
	
}


/*WHITE*/


.singlesWhiteCard {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	width: 225px;	
	text-align: center;
	height: 100px;
	padding-top: 5px;

}

.singlesWhiteCard a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #3176DE;
	
}

.singlesWhiteCard a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #555555;
	
}

.singlesWhiteText {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	width: 100px;
	text-align: center;
	height: 100px;
	padding-top: 5px;	

}

.singlesWhiteNumber {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	width: 55px;
	text-align: center;
	height: 100px;
	padding-top: 5px;	

}

.singlesWhiteBuy {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	width: 95px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;	

}

.singlesWhiteBuy a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #3176DE;
	
}

.singlesWhiteBuy a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #555555;
	
}

/*BLUE*/

.singlesBlueCard {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #699bd3;
	width: 225px;	
	text-align: center;
	height: 100px;
	padding-top: 5px;	

}

.singlesBlueCard a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #eeeeee;
	
}

.singlesBlueCard a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #555555;
	
}

.singlesBlueText {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #699bd3;
	width: 100px;
	text-align: center;
	height: 100px;
	padding-top: 5px;	

}

.singlesBlueNumber {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #699bd3;
	width: 55px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;	

}

.singlesBlueBuy {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #699bd3;
	width: 95px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesBlueBuy a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #eeeeee;
	
}

.singlesBlueBuy a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #555555;
	
}

/*BLACK*/

.singlesBlackCard {

	list-style-type: none;
	float:left;
 	color: #ffffff;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #444444;
	width: 225px;	
	text-align: center;
	height: 100px;
	padding-top: 5px;

}

.singlesBlackCard a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #3176DE;
	
}

.singlesBlackCard a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #eeeeee;
	
}

.singlesBlackText {

	list-style-type: none;
	float:left;
 	color: #ffffff;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #444444;
	width: 100px;
	text-align: center;
	height: 100px;
	padding-top: 5px;

}

.singlesBlackNumber {

	list-style-type: none;
	float:left;
 	color: #ffffff;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #444444;
	width: 55px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesBlackBuy {

	list-style-type: none;
	float:left;
 	color: #ffffff;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #444444;
	width: 95px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesBlackBuy a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #3176DE;
	
}

.singlesBlackBuy a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #eeeeee;
	
}

/*RED*/

.singlesRedCard {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #f76c6c;
	width: 225px;	
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesRedCard a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #eeeeee;
	
}

.singlesRedCard a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #3176DE;
	
}

.singlesRedText {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #f76c6c;
	width: 100px;
	text-align: center;
	height: 100px;		
	padding-top: 5px;

}

.singlesRedNumber {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #f76c6c;
	width: 55px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesRedBuy {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #f76c6c;
	width: 95px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesRedBuy a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #eeeeee;
	
}

.singlesRedBuy a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #3176DE;
	
}

/*GREEN*/

.singlesGreenCard {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #91bc74;
	width: 225px;	
	text-align: center;
	height: 100px;	
	padding-top: 5px;
	
}

.singlesGreenCard a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #eeeeee;
	
}

.singlesGreenCard a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #3176DE;
	
}

.singlesGreenText {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #91bc74;
	width: 100px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesGreenNumber {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #91bc74;
	width: 55px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesGreenBuy {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #91bc74;
	width: 95px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesGreenBuy a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #eeeeee;
	
}

.singlesGreenBuy a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #3176DE;
	
}

/*MULTI*/

.singlesMultiCard {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #e99221;
	width: 225px;	
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesMultiCard a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #eeeeee;
	
}

.singlesMultiCard a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #3176DE;
	
}

.singlesMultiText {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #e99221;
	width: 100px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesMultiNumber {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #e99221;
	width: 55px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesMultiBuy {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #e99221;
	width: 95px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesMultiBuy a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #eeeeee;
	
}

.singlesMultiBuy a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #3176DE;
	
}

/*ARTIFACT*/

.singlesArtifactCard {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #bd967a;
	width: 225px;	
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesArtifactCard a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #eeeeee;
	
}

.singlesArtifactCard a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #3176DE;
	
}

.singlesArtifactText {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #bd967a;
	width: 100px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesArtifactNumber {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #bd967a;
	width: 55px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesArtifactBuy {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #bd967a;
	width: 95px;
	text-align: center;
	padding-top: 5px;
	height: 100px;	

}

.singlesArtifactBuy a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #eeeeee;
	
}

.singlesArtifactBuy a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #3176DE;
	
}

/*LAND*/

.singlesLandCard {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #e4e0df;
	width: 225px;	
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesLandCard a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #3176DE;
	
}

.singlesLandCard a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #555555;
	
}

.singlesLandText {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #e4e0df;
	width: 100px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesLandNumber {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #e4e0df;
	width: 55px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesLandBuy {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #e4e0df;
	width: 95px;
	text-align: center;
	height: 100px;	
	padding-top: 5px;

}

.singlesLandBuy a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #3176DE;
	
}

.singlesLandBuy a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	font-family: sans-serif;
	color: #555555;
	
}

/* ---------------Single Card----------------- */


.cardInfo {
	padding-left: 10px;
	width: 397px;
	vertical-align: top;
}


.manaCost {

	width: 15px;
	height: 15px;
	
}

/* ---------------Search Limiter----------------- */


.pageSearch {

 	color: #000068;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #cccccc;

}

/* ---------------Buttons----------------- */


input.cart {   
  	color:#000000;   
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;   
	background-color:#eeeeee;   
	background: #eeeeee url('Images/checkMark.gif') no-repeat center center;	
	border: 1px solid #000000;   
	width: 85px;
	height: 35px;
	margin-bottom: 5px;
	margin-top: 5px;
	cursor: pointer;
	display: block;
	
}   

input.btn {   
  	color:#000000;   
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;   
	background-color:#eeeeee;   
	border: 1px solid #000000;   
	width: 60px;
	margin-bottom: 5px;
	margin-top: 5px;
	cursor: pointer;	
	
}

input.btn2 {   
  	color:#000000;   
	font-weight: bold;
	font-family: sans-serif;
	font-size: 15px;   
	background-color:#eeeeee;   
	border: 1px solid #000000;   
	width: 20px;
	cursor: pointer;	
	
}  
 
/*------------------Mini Menu------------------*/

ul.miniTable {

	padding: 0px;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;	
	background-color: #dddddd;	
	width: 165px;
	text-align: center;
	vertical-align: middle;	
	margin: 5px;
	
}

li.miniHeader {

	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #111111;
	background-color: #000068;
	text-decoration: none;
	font-family: sans-serif;
	font-size: +12;
	font-weight: bold;
	color: #eeeeee;	
	padding-top: 2px;	

}

li.miniContent {

	list-style-type: none;
	padding-bottom: 2px;
	margin: 0;
	border: 0;
	background-color: #dddddd;
	text-decoration: none;
	font-family: sans-serif;
	font-size: +12;
	font-weight: normal;
	color: #111111;	
	padding-top: 2px;

}

.search {

	border: 1px solid #111111;
	margin-bottom: 2px;
	
}


/*------------------Main Menu------------------*/

ul.mainTable {

	padding: 5px;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;	
	background-color: #dddddd;	
	width: 625px;
	margin-bottom: 10px;
	margin-left: 25px;
	
}


li.mainHeader {

	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #111111;
	background-color: #000068;
	text-decoration: none;
	font-family: arial;
	font-size: +14;
	font-weight: normal;
	color: #eeeeee;	
	padding-top: 5px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;	
	height: 50px;
	padding-bottom: 0px;

}

li.mainHeader a{

	text-decoration: none;
	color: #9fdcfb;
	font-weight: bold;
	font-size: +12;
	
}

li.mainHeader a:hover {

	color: #eeeeee;
	
}

li.mainContent {

	list-style-type: none;
	margin: 5px;
	border: 0;
	background-color: #dddddd;
	text-decoration: none;
	font-family: sans-serif;
	font-size: +12;
	font-weight: normal;
	color: #111111;	
	vertical-align: top;
	padding-bottom: 45px;
	

}

li.mainContent a{

	text-decoration: none;
	color: #000068;
	font-weight: bold;
	font-size: +12;
	
}

li.mainContent a:hover {

	color: #3176DE;
	
}

.headerImage {

	border: 1px solid #ffffff;	
	width: 40px;
	height: 40px;
	
}

ul.announcement {

	padding: 5px;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;	
	background-color: #5f9bf6;	
	width: 625px;
	margin-bottom: 10px;
	margin-left: 25px;
	
}

li.announcementContent {

	list-style-type: none;
	margin: 5px;
	border: 0;
	background-color: #5f9bf6;
	text-decoration: none;
	font-family: sans-serif;
	font-size: +12;
	font-weight: normal;
	color: #111111;	
	vertical-align: top;
	padding-bottom: 45px;
	

}

ul.alertTable {

	padding: 0px;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;	
	background-color: #990000;	
	width: 625px;
	margin-bottom: 10px;
	margin-left: 25px;
	
}

li.alertHeader {

	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #111111;
	background-color: #dddddd;
	text-decoration: none;
	font-family: sans-serif;
	font-size: +12;
	font-weight: bold;
	color: #990000;	
	padding-top: 5px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;	
	height: 50px;
	padding-bottom: 0px;

}

li.alertContent {

	list-style-type: none;
	margin: 5px;
	border: 0;
	background-color: #990000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: +12;
	font-weight: normal;
	color: #dddddd;	
	vertical-align: top;
	padding-bottom: 35px;
	

}

li.alertContent a{

	text-decoration: underline;
	color: #dddddd;
	font-weight: bold;
	font-size: +12;
	
}

li.alertContent a:hover {

	color: #3176DE;
	
}

ul.updateTable {

	padding: 0px;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;	
	background-color: #9fdcfb;	
	width: 625px;
	margin-bottom: 10px;
	margin-left: 25px;
	
}

li.updateContent {

	list-style-type: none;
	margin: 5px;
	border: 0;
	background-color: #9fdcfb;
	text-decoration: none;
	font-family: sans-serif;
	font-size: +12;
	font-weight: normal;
	color: #111111;	
	vertical-align: top;
	padding-bottom: 20px;
	text-align: center;
	padding-top: 0px;
	

}

li.updateContent a{

	text-decoration: none;
	color: #000068;
	font-weight: bold;
	font-size: +12;
	
}

li.updateContent a:hover {

	color: #eeeeee;
	
}

li.updates {

	list-style-type: square;

}

/* -------------------Accessories------------------- */


ul.accessories {

	padding: 0px;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;	
	background-color: #dddddd;	
	width: 200px;
	text-align: center;
	vertical-align: middle;	
	margin-left: 68px;
	margin-right: 68px;
	margin-top: 5px;
	margin-bottom: 5px;	

}


ul.accessories li {

	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #dddddd;

}

ul.accessories a {

	display: block;
	margin: 0px;
	color: #111111;
	height: 150px;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;		
	background-color: #dddddd;
	text-decoration: none;
	font-weight: normal;
	font-family: sans-serif;
	font-size: +12;
	font-weight: bold;
	padding: 5px;	
	
}

ul.accessories a:hover {

	display: block;
	margin: 0px;
	color: #111111;
	height: 150px;
	border-top: 1px solid #111111;
	border-left: 1px solid #111111;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;		
	background-color: #dddddd;
	text-decoration: none;
	font-weight: normal;
	font-family: sans-serif;
	font-size: +12;
	font-weight: bold;
	padding: 5px;
	
}

/* -------------------Nationals------------------- */


ul.nats {

	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 0px;	


}

li.headerNats {

	float: left;
	list-style-type: none;
	background-color: #000068;
	text-decoration: none;
	color: #dddddd;	
	font-family: sans-serif;
	font-size: +12;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	border: 1px solid #111111;	
	width: 60px;
	height: 35px;		

}

li.headerNatsLarge {

	float: left;
	list-style-type: none;
	background-color: #000068;
	text-decoration: none;
	color: #dddddd;	
	font-family: sans-serif;
	font-size: +12;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	border: 1px solid #111111;	
	width: 180px;
	height: 35px;		

}

li.tableNats {

	float: left;
	list-style-type: none;
	background-color: #dddddd;
	text-decoration: none;
	color: #111111;	
	font-family: sans-serif;
	font-size: +12;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	border: 1px solid #111111;
	width: 60px;
	height: 35px;	
}

li.tableNatsLarge {

	float: left;
	list-style-type: none;
	background-color: #dddddd;
	text-decoration: none;
	color: #111111;	
	font-family: sans-serif;
	font-size: +12;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	border: 1px solid #111111;
	width: 180px;
	height: 35px;	
}

/* -------------------Board Games------------------- */


ul.boardGames {

	text-decoration: none;
	margin: 10px;
	padding-left: 0px;
	text-align: left;
	border: 0px;	
	
}


ul.boardGames li {

	list-style-type: square;
	padding: 0;
	margin: 0;
	border: 0;
	color: #000000;		
	font-family: sans-serif;
	font-size: +12;
	font-weight: normal;

}

/* -------------------Draft------------------- */

img.draft { height 143px; width:100px; margin:2px; border:2px solid black; }
img.foil { height:143px; width:100px; margin:2px; border:2px solid silver; }
img.pick { height:215px; width:150px; margin:2px; border:2px solid gold; }
img.draftFlip { height 143px; width:200px; margin:2px; border:2px solid black; }

/* -------------------Decklist Archive------------------- */

.decklistName {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #e4e0df;
	width: 225px;	
	text-align: center;
	height: 100px;
	padding-top: 5px;
	border-bottom: 1px solid #111111;	

}

.decklistName a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #3176DE;
	font-weight: bold;
	
}

.decklistName a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #000068;
	font-weight: bold;	
	
}

.decklistNameOther {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #e4e0df;
	width: 81px;
	text-align: center;
	height: 100px;
	padding-top: 5px;
	border-bottom: 1px solid #111111;

}

.decklistHeaderName {

	list-style-type: none;
	float:left;
 	color: #ffffff;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #555555;
	width: 225px;	
	text-align: center;
	height: 25px;
	padding-top: 5px;
	border-bottom: 1px solid #111111;	

}

.decklistNameOther a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #3176DE;
	font-weight: bold;
	
}

.decklistNameOther a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #000068;
	font-weight: bold;	
	
}

.decklistHeaderNameOther {

	list-style-type: none;
	float:left;
 	color: #ffffff;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #555555;
	width: 81px;
	text-align: center;
	height: 25px;
	padding-top: 5px;
	border-bottom: 1px solid #111111;

}

.decklisttable {

	vertical-align: top;
	width: 175px;
	padding-bottom: 8px;
	padding-top: 8px;
	text-decoration: none;	
	
}

.decklistHeader {

	vertical-align: top;
	text-align: center;
	color: #111111;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 15px;
	background-color: #ababab;	
	font-variant: small-caps;	
	border: 1 px solid 111111;
	text-decoration: none;	
	
}

.decklistrow {

	border: 1 px solid 111111;	

}

.decklistTableFrame {

	vertical-align: top;
	text-decoration: none;
}

/* -------------------Cart------------------- */


.cartProduct {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #e4e0df;
	width: 226px;	
	text-align: center;
	height: 100px;
	padding-top: 5px;
	border-bottom: 1px solid #111111;	

}

.cartProduct a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #3176DE;
	font-weight: bold;
	
}

.cartProduct a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #000068;
	font-weight: bold;	
	
}

.cartDescription1 {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #e4e0df;
	width: 125px;
	text-align: center;
	height: 100px;
	padding-top: 5px;
	border-bottom: 1px solid #111111;

}

.cartDescription2 {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #e4e0df;
	width: 60px;
	text-align: center;
	height: 100px;
	padding-top: 5px;
	border-bottom: 1px solid #111111;

}

.cartProductHeader {

	list-style-type: none;
	float:left;
 	color: #ffffff;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #555555;
	width: 226px;	
	text-align: center;
	height: 30px;
	padding-top: 5px;
	border-bottom: 1px solid #111111;	

}

.cartProduct a {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #3176DE;
	font-weight: bold;
	
}

.cartProduct a:hover {

	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color: #000068;
	font-weight: bold;	
	
}

.cartDescriptionHeader1 {

	list-style-type: none;
	float:left;
 	color: #ffffff;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #555555;
	width: 125px;
	text-align: center;
	height: 30px;
	padding-top: 5px;
	border-bottom: 1px solid #111111;

}

.cartDescriptionHeader2 {

	list-style-type: none;
	float:left;
 	color: #ffffff;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #555555;
	width: 60px;
	text-align: center;
	height: 30px;
	padding-top: 5px;
	border-bottom: 1px solid #111111;

}

/* -------------------XGL------------------- */

.XGL {

	vertical-align: top;
	text-align: center;
	color: #111111;
	font-weight: normal;
	font-family: Arial;
	font-size: 13px;
	font-variant: small-caps;	
	border: 1 px solid 111111;
	text-decoration: none;
	
}

/* ---------------Schedule--------------- */

.schedule ul {

	padding: 0px;
}

.schedule li {
		
	list-style-type: none;
	margin: 0px;	
	padding-left: 0px;
	padding-right: 0px;

}

.schedule li ul {

	width: 602px;
	padding-left: 0px;
	padding-right: 0px;	
	display: block;	
}

.scheduleWide {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	width: 224px;	
	text-align: center;
	border: 1px solid #000000;	
	padding-top: 2px;
	padding-bottom: 2px;	
	height: 40px;
}

.scheduleWide a {

	color: #3176DE;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;	
}

.scheduleWide a:hover {

	color: #900000;
	font-weight: bold;
	cursor: pointer;
	
}


.scheduleNarrow {

	list-style-type: none;
	float:left;
 	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	width: 73px;
	text-align: center;
	border: 1px solid #000000;	
	padding-top: 2px;	
	padding-bottom: 2px;
	height: 40px;
}

.scheduleWideTitle {

	list-style-type: none;
	float:left;
 	color: #ffffff;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 15px;
	width: 224px;	
	text-align: center;
	border: 1px solid #000000;	
	padding-top: 2px;
	padding-bottom: 2px;	
	height: 50px;	
	background-color: #222222;	
}

.scheduleNarrowTitle {

	list-style-type: none;
	float:left;
 	color: #ffffff;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 15px;
	width: 73px;
	text-align: center;
	border: 1px solid #000000;	
	padding-top: 2px;	
	padding-bottom: 2px;
	height: 50px;	
	background-color: #222222;	
}

.FantasyNats {

 	color: #000000;
	font-weight: normal;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-align: center;
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
}

.cardPool {

	font-family: Trebuchet MS;
	font-size: 12px;
	text-align: center;	
	padding-top: 2px;	
	padding-bottom: 2px;
	border: 2px solid #000000;
	
}	

.cardPoolRow {

	border: 1px solid #000000;
	width: 200px;
	background-color: #efefef;
}	
