table.shop {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #EEEEEE;
	border-collapse: separate;
	background-color: white;
}
table.shop th {
	border-width: 0;
	padding: 1px;
	border-style: solid;
	border-color: #EEEEEE;
	background-color: white;
	-moz-border-radius: ;
}
table.shop td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #EEEEEE;
	background-color: #FFFFFF;
	-moz-border-radius: ;
}

ul, ol {
	font-family: Arial, Helvetica, sans-serif;
}

#leftnav {
	margin: 0 0 0 2px;
	width: 195px;
	font-size: 12px;
	font-weight: normal;
/*text-transform: uppercase;*/	
	
}

#leftnav a {
	/*/*/padding: 2px 0px 2px 2px; 
	display: block;
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 195px /* */
}

#leftnav a:link, #leftnav a:visited {
	color: #333333;
}

#leftnav a:hover, #leftnav a:active {
	color: #CCCCCC;
	background-color: #FFFFFF;
}

#leftnav ul {
	/*/*/padding: 0em;
	margin-left: 0em;
	margin-right: 0em;
	list-style-type: none; /* */
}

#leftnav li {
	/*/*/margin: 0px 0px 6px 0px; /* */	
}

#current a {
	color: #333333 !important;
	/*/*/background-color: #CCCCCC !important;
	border: 0px dotted #000000 !important; /* */
}

#minicart {
	font-size: 10px;	
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #DDDDDD;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #DDDDDD;
}

.entryTable .content {
	background-color: #FFFFFF;
}


.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #DDDDDD;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.notice {
	color: #996600;
	font-weight: bold;
}

.addToCartButton {
	height: 20px;
	margin: 5px 0 0 0;
	padding: 2px 0 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;		
	color:#333333;
	font-weight: bold;
	border: 0px solid #333333;
	background-color: #EEEEEE;
}

.addToCartGames {
	height: 20px;
	margin: 5px 0 0 0;
	padding: 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;		
	color:#333333;
	font-weight: bold;
	border: 1px solid #CC6600;
	background-color: #FF9900;
}

.addToCartBooks {
	height: 20px;
	margin: 5px 0 0 0;
	padding: 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;		
	color:#333333;
	font-weight: bold;
	border: 1px solid #CC9900;
	background-color: #FFCC00;
}

.priceButton {
    width: 210px;
	height: 25px;
	margin: 0;
	padding: 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	font-weight: bold;
	border: 1px solid #333333;
	background-color: #993399;
}

.checkoutButton {
	height: 20px;
	margin: 5px 0 0 0;
	padding: 2px 5px 1px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;	
	color: #333333;
	font-weight: bold;
	border: 0px solid #336699;
	background-color: #CCCCCC;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}