BODY {
	color : #FFF;
	background : #20394A;
	font: 11px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
	margin: 0px;
}
html>body {
	font-size: small;
	}
TABLE, TR, TD {
	 font: 11px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
}
img {
	border: 0;
}
A:link    {
	text-decoration: underline;
	color: #FFD100;
	}
A:visited  {
	text-decoration: underline;
	color: #FFD100;
	}
A:active  {
	text-decoration: none;
	color: #FE0000;
	}
A:hover  {
	text-decoration: none;
	/*color: #444;*/
	}
.smalltext {
	font: 10px sans-serif;
	color: #FFF;
}
.productcode {
	color: #FFD100;
}
.orderHeader {
	font: bold 12px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
	color: #FFF;
}
select, textarea {
	font: 11px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
	background: #FFC;
}
/*footer
.footer {
	font: 11px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
	color: #FFD100;
	background: #0B53A5;
	border-top: 1px solid #83A9D0;
	border-bottom: 5px solid #FFD100;
	text-align: center;
	padding: 5px;
} */

.footer {
	width: auto;
  color: #FFF;
  font: bold 11px/25px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
  border-top: 1px #FFF solid;
  border-bottom: 1px #FFD100 solid;
  background: #3D5476;
  text-align: center;
}

.topHead{
  width: auto;
  color: #FFF;
  font: bold 11px/25px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
  border-top: 1px #FFF solid;
  border-bottom: 1px #FFD100 solid;
  background: #3D5476;
}
.subHead{
  width: auto;
  color: #FFD100;
  font: bold 11px/20px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
  border-bottom: 1px #FFD100 solid;
}
.title {
  width: auto;
  color: #000;
  font: bold 11px/20px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
  border-bottom: 1px #AAAAAF solid;
  background-color: #FFD100;
}
.contentText{
  color: #666;
  font: 11px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
  padding: 6px;
}
.subheading {
 font: small-caps bold 18px;
 color: #FFD100;
}
.col {
	background: #FFF;
	font: 9px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
	color: #444;
}
.col1 {
	background: #BDC3CE;
}
.smsdisplay {
	color: #000;
	font: bold 14px Courier New,Courier;
	text-align: center;
}
.border {
	border: 1px solid #FFD100;
}
.rowText{
  color: #F5F5F5;
  font: 10px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
  padding-left: 2px;
}
A.rowText{
	font: 10px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
	color:#000;
	text-decoration: underline;
}
A:hover.rowText{
	font: 10px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
	text-decoration: none; 
	color: #FE0000; 
}
.button {
  color: #000;
  font: 11px "Bookman Old Style", Georgia, Courier, "Times New Roman", sans-serif;
  font-weight: bold;
  border-top: 1px #FFF solid;
  border-bottom: 1px #AAAAAF solid;
  background-color: #FFD100;
  height: 20px;
  width: 100px;
  margin-top: 2px;
}
.searchTitle {
	color: #FFD100;
	font: bold 10px;
}
.catText {
	color: #FFD100;
	font: bold 12px;
}
/* CWC content layout */
.style1 {
	color: #FFD100;
	font: bold 14px/25px;
}
.orderinfo {
	border: 2px dotted #FFD100; 
	padding: 8px;
	line-height: 25px;
}
#contentColumn a.reg {
	color: #FFF;
	font: bold 11px;
	border-bottom: 1px solid #3CF;
	text-decoration: none;
}
#contentColumn a.reg:hover {
	color: #3CF;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}
#contentColumn img {
	border: 6px double #FFD100;
	float: right;
	width: 128px;
	height: 118px;
	margin: 15px 0 0 35px;
	text-align: center;
	background-color: #fff;
	color: #06f;
}
#contentColumn {
	float: left;
	width: 509px;
    background-color: #122F57;
	/*border: 1px #06f solid;
	border-width: 0px 1px 1px 1px;   */
	padding: 10px;
}
/* end of CWC content layout */
/* Mobile Game content layout */
#mcontentColumn {
	float: left; 
	/*border: 1px #06f solid;
	border-width: 0px 1px 1px 1px;*/
	padding: 20px; 
	width: 100%;
	}
#mcontentColumn img {
	border: 6px double #FFD100;
	float: left;
	margin: 10px;
	 }
#mcontentColumn hr {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
  	visibility: hidden;
  }
/*Buy button*/
#buyButton{
	margin: 0;
	padding: 5px;
	width: 98%;
}
#buyButton a{
	display: block;
	width: 100%;
	padding: 2px;
	background: #0E68CF url(/images/chips.gif) no-repeat center;
	border-width: 1px;
	border-color: #CBDCED #316291 #1F3E5C #5B93C8;
	border-style: solid;
	text-decoration: none;
}
#buyButton a:hover{
	background: #FFD100 url(/images/chips.gif) no-repeat center;
	border-color: #aaab9c #ffe #ffe #ccc;
}
/*cat menu*/
a.catnav:link, a.catnav:visited, a.catnav:active {
	font: 10px;
	padding: 0px;
	border: 0;
	text-decoration: none;
}
a.catnav:hover {
	color: #FFF;
	border-bottom: 3px solid #FFD100;
}
/* end of Mobile Game content layout */
/* side nav menu */
#navcontainer { margin-left: 1px; }
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#navcontainer li { margin: 0; }
#navcontainer a {
	display: block;
	padding: 5px 10px;
	width: 165px;
	color: #FFF;
	background-color: #0B53A5;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: .8em;
	background-image: url(images/menu_bg1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navcontainer a:hover {
	color: #FFD100;
	background-color: #76A5D2;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url(images/menu_bg1a.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navcontainer ul ul li { margin: 0; }
#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 15px;
	width: 160px;
	color: #FFD100;
	background-color: #0B53A5;
	text-decoration: none;
	font-weight: bold;
}
#navcontainer ul ul a:hover {
	color: #FFF;
	background-color: #76A5D2;
	text-decoration: none;
}

/*-----------------------------------------*/
#navcontainer2 { margin-left: 1px; }
#navcontainer2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#navcontainer2 li { margin: 0; }
#navcontainer2 a {
	display: block;
	padding: 5px 10px;
	width: 160px;
	height: 30px;
	color: #FFF;
	background-color: #0B53A5;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: .8em;
	background-image: url(images/menugrad1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navcontainer2 a:hover {
	color: #FFD100;
	background-color: #76A5D2;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url(images/menugrad2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navcontainer2 ul ul li { margin: 0; }
#navcontainer2 ul ul a {
	display: block;
	padding: 5px 5px 5px 15px;
	width: 160px;
	color: #FFD100;
	background-color: #0B53A5;
	text-decoration: none;
	font-weight: bold;
}
#navcontainer2 ul ul a:hover {
	color: #FFF;
	background-color: #76A5D2;
	text-decoration: none;
}

/*-----------------------------------------*/


/* end of nav menu*/
/* CWC format */
.style2 {font-size: 18px}
p.thumbnail {
	height: 145px;
/*margin: 5px 0 25px 0;*/
}
p.thumbnail a {
	display: block;
	float: left;
	height: 140px;
	width: 100px;
	margin: 0 11px 0 4px;
	border: 2px solid #FFD100;
	font: bold small-caps 14px;
}
p.thumbnail a:hover {
	border: 2px solid #3CF;
	color: #3CF;
}
.style3 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
#gnavcontainer ul {
	text-align:center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}
#gnavcontainer ul li { display: inline; }
#gnavcontainer ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #036;
	background-color: #FFD100;
	border: 1px solid #036;
}
#gnavcontainer ul li a:hover {
	color: #FFD100;
	background-color: #369;
}
.cwcsmsnr {
	font: bold 18px; color: #91D301;
}
.class1 {
	background: #555;
}
A.subCategoryText {
	color: #FFF;
}
A:visited.subCategoryText {
	color: #FFF;
}
