body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Helvetica, arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
}

/* Text Styles */

.vsmblack {
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.vsmblack:hover {
	text-decoration: underline;
}

.vsmblack10 {
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.vsmwhite {
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.vsmwhite:hover {
	text-decoration: underline;
}

.vsmgrey {
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #909090;
	text-decoration: none;
}

.vsmgrey10 {
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 10px;
	color: #909090;
	text-decoration: none;
}

.vsmred {
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}

.vsmyellow {
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #ffcc00;
	text-decoration: none;
}

.vsmred10 {
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
	text-decoration: none;
}

.vsmorange10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}

/* Link Styles */

.vsmlink {
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #6633cc;
	text-decoration: none;
}

.vsmlink10 {
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 10px;
	color: #6633cc;
	text-decoration: none;
}

a.vsmlink10:hover {
	color: #ff9900;
}

a.vsmlink:hover {
	color: #ff9900;
}

.vlgLink {
	color: #6633cc;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgLink:hover {
	text-decoration: underline;
}

/* Nav/Template Stuff */

.yellowLeftSide {
	background-image: url('/graphics/navgfx/yellowLeft.gif');
	background-repeat: repeat-y;
	background-position: left;
	background-color: #e7e6e6;
}

.vsmButtonBack {
	/* The HTML would be tidier too! */
	display: block;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: -1px;
	line-height: 11px;
	text-decoration: none;
	text-align: center;
	padding-bottom: 4px;
}

.searchInput {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	padding-left: 2px;
	width: 140px;
}

/* "Box" Stuff */

.bbHeader {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 18px;
	color: #ffffff;
	padding-bottom: 16px;
	margin-bottom: 0px;
}

.picframe {
	border: 1px solid #000000;
}

.logoBack {
	background-image: url('/graphics/logoback.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 135px;
}

.spacer {
	height: 6px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;	/* IE SUX */
}

.chartNumBack {
	background-image: url('/graphics/chartno_back.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 30px;
}

hr {
	border-width: 0px;
	height: 1px;
	background-color: #6633cc;
	color: #6633cc;
	margin-left: 20px;
	margin-right: 20px;
}

.yellow_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffcc00;
	font-weight: bold;
	border-right: 2px solid #ffdd33;
	border-top: 2px solid #ffdd66;
	border-left: 2px solid #cc8800;
	border-bottom: 2px solid #cc8800;
}

.specOfferPrice {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ee0000;
	border: 1px solid #ffffff;
	width: 75px;
	margin-bottom: -42px;
	position: absolute;
	top: -47px;
	left: 50%;
	text-align: center;
	padding-top: 2px;
}

		/********************************\
		|       PLATFORM SPECIFICS       |
		\********************************/

/* ALL */

.lightbar_ALL,.lightbar_BRD,.lightbar_HHD,.lightbar_MIS,.lightbar_CHE {
	background-color: #ddccff;
	padding: 3px;
}

.vlgALL,.vlgBRD,.vlgHHD,.vlgMIS,.vlg_CHE {
	color: #6633cc;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgALL:hover,a.vlgBRD:hover,a.vlgHHD:hover,a.vlgMIS:hover,a.vlg_CHE:hover {
	text-decoration: underline;
}

/* DVD */

.lightbar_DVD {
	background-color: #ffeecc;
	padding: 3px;
}

.vlgDVD {
	color: #f0c600;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgDVD:hover {
	text-decoration: underline;
}

/* GBA */

.lightbar_GBA {
	background-color: #ddeeff;
	padding: 3px;
}

.vlgGBA {
	color: #84a5ff;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgGBA:hover {
	text-decoration: underline;
}

/* NGC */

.lightbar_NGC {
	background-color: #ddccee;
	padding: 3px;
}

.vlgNGC {
	color: #8439d6;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgNGC:hover {
	text-decoration: underline;
}

/* PCS */

.lightbar_PCS {
	background-color: #ddeeee;
	padding: 3px;
}

.vlgPCS {
	color: #73a5a5;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgPCS:hover {
	text-decoration: underline;
}

/* PS1 */

.lightbar_PS1 {
	background-color: #ffdddd;
	padding: 3px;
}

.vlgPS1 {
	color: #de3942;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgPS1:hover {
	text-decoration: underline;
}

/* PS2 */

.lightbar_PS2 {
	background-color: #ddddff;
	padding: 3px;
}

.vlgPS2 {
	color: #4263ce;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgPS2:hover {
	text-decoration: underline;
}

/* NDS */

.lightbar_NDS {
	background-color: #EFF0FF;
	padding: 3px;
}

.vlgNDS {
	color: #b0b1c3;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgNDS:hover {
	text-decoration: underline;
}

/* PSP */

.lightbar_PSP {
	background-color: #eeeeF4;
	padding: 3px;
}

.vlgPSP {
	color: #505071;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgPSP:hover {
	text-decoration: underline;
}

/* XBX */

.lightbar_XBX {
	background-color: #cceecc;
	padding: 3px;
}

.vlgXBX {
	color: #63b542;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgXBX:hover {
	text-decoration: underline;
}

/* XB360 */

.lightbar_XB360 {
	background-color: #f3f3f3;
	padding: 3px;
}

.vlgXB360 {
	color: #00ac08;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgXB360:hover {
	text-decoration: underline;
}

/* WII */

.lightbar_WII {
	background-color: #f3f3f3;
	padding: 3px;
}

.vlgWII {
	color: #808080;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgWII:hover {
	text-decoration: underline;
}

/* PS3 */

.lightbar_PS3 {
	background-color: #f3f3f3;
	padding: 3px;
}

.vlgPS3 {
	color: #022bde;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgPS3:hover {
	text-decoration: underline;
}

/* TAG */

.lightbar_TAG {
	background-color: #BDEABD;
	padding: 3px;
}

.vlgTAG {
	color: #007700;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

a.vlgTAG:hover {
	text-decoration: underline;
}

.vlgRed {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
}

.vlgWhite {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 0px;
}

a.vlgWhite {
	text-decoration: none;
}

a.vlgWhite:hover {
	text-decoration: underline;
}


/* Currency Selector Thingies */

#currencySelect {
	float: right;
	margin: 0px 6px;
	display: inline;
	position: relative;
	top: 9px;
}

#currencyOptions {
	padding: 1px;
	visibility: hidden;
	width: 140px;
	border: 1px solid; #000000;
	position: absolute;
	z-index: 100;
	background-color: #ffffff;
}

#currencyOptions a {
	border: 1px solid #ffffff;
	display: block;
	text-decoration: none;
	color: #000000;
}

#currencyOptions a:hover {
	border: 1px solid #ffcc00;
	background-color: #ffeeaa;
}

.currSymbol {
	width: 26px;
	float: left;
	text-align: center;
	font-weight: bold;
	background-color: #ffcc00;
}

html>body .currSymbol {
    margin-right: 4px;        /* IE sux0rz */
}

/* Homepage Top 4 Items */

.hometop4 {
	width: 110px;
	height: 135px;
	position: relative;
	margin-bottom: 3px;
	text-decoration: none;
}

.hometop4price, .hometop4priceonly {
	position: absolute;
	bottom: 9px;
	right: 0px;
	width: 78px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

html>body .hometop4price {
	bottom: 6px;
}

.hometop4priceonly {
	bottom: 6px;
}

html>body .hometop4priceonly {
	bottom: 3px;
}

a.hometop4price {
	text-decoration: none;
}

.top4pricefrom {
	position: relative;
	bottom: 3px;
	font-size: 8px;
}

.top4price99 {
	position: relative;
	bottom: 5px;
	font-size: 10px;
}

.hometop4tagline {
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: 78px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 7px;
	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
	text-decoration: none;
}

html>body .hometop4tagline {
	bottom: 2px;
}
