* {
	margin:0; padding:0;
	font:1em tahoma, geneva, arial, sans-serif;
	_font-size:11px;
}

body {
	margin:0 0 20px 0;
	background:#333;
	background-image:none;
	font-size:0.675em;
	text-align:center;
}

#wrapper {
	text-align:left;
	width:970px;
	margin:0 auto;
	background:#fff;
	position:relative;
}

h1 {
	display:block;
	width:245px;
	height:67px;
	text-indent:-9999em;
	text-decoration:none;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_h1.gif ) no-repeat 12px 10px;
}

.hGameCat {
	display:block;
	width:200px;
	padding:0 0 0 15px;
	font-weight:bold;
	color:#999;
	font-size:1.2em;
	text-decoration:none;
}

ul {
	list-style-type:none;
}

a {
	color:#036;
}

a:hover {
	text-decoration:none;
}

a img {
	text-decoration:none;
	border:none;
}

select {
	width:140px;
	height:16px;
	font-size:10px;
	border-width:1px;
}

input {
	padding:2px;
}

input:focus, textarea:focus, select:focus {
	background:#eef8ff;
}

.clear {
	clear:both;
}

/* TAB NAVIGATION */
#tabNav {
	float:left;
	margin:30px 0 0 5px;
	position:absolute;
	z-index:100;
	left:245px;
	top:0;
}

#tabNav li {
	float:left;
	margin:0 7px 0 0;
	position:relative;
}

#tabNav a {
	line-height:32px;
	padding:5px 18px 0 45px;
	color:#fff;
	display:block;
	overflow:hidden;
	height:31px;
	_height:36px
	margin:0 0 -10px 0;
	font-size:13px;
	white-space:nowrap;
}

.H_game #tabNav .button_games a,
.H_ecard #tabNav .button_ecards a,
.H_toons #tabNav .button_toons a,
.H_community #tabNav .button_community a {
	font-weight:bold;
	text-decoration:none;
	padding-top:7px;
	height:42px;
	_height:47px
}


.button_games {	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_games.png ) no-repeat transparent; }
.button_toons { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_toons.png ) no-repeat transparent; }

.button_games a, .button_toons a{
	margin:0 -5px 0 0;
	position:relative;
}

.button_games a { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_games2.png ) no-repeat transparent right top !important; }
.button_toons a { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_toons2.png ) no-repeat transparent right top !important; }

/* main navigation bar */

#wrapperNav {
	clear:both;
	margin:0 0 5px 5px;
	padding:5px 0 0 5px;
	height:46px;
	position:relative;
}

#wrapperNav .box {
	width:143px;
	height:29px;
	float:left;
	margin:0 0 0 5px;
	padding:4px 10px 0 2px;
}

#wrapperNav .box input {
	width:104px;
	height:12px;
	font-size:10px;
	border-width:1px;
}

#wrapperNav .box .button {
	width:30px;
	height:20px;
}

#wrapperNav .box h2 {
	font-weight:bold;
	font-size:10px;
}

#subNav {
	display:block;
	width:620px;
	float:left;
	overflow:hidden;
	padding:0 0 0 6px;
}

#subNav li {
	height:40px;
	float:left;
}

#subNav strong, #subNav a {
	line-height:40px;
	font-weight:bold;
	display:block;
	padding:0 6px;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_tabcontrols.gif ) no-repeat 100% 50%;
	display:block;
}

#subNav .more a {
	color:#fff;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/nav_more_arrow.gif ) no-repeat 80px 20px transparent;
}

#subNav .more a:active, #subNav .more a:focus {
	outline: none;
}

#moreNav {
	position:relative;
	display:none;
	margin:-10px 5px 5px 5px;
	padding:10px 0 15px 15px;
}

#moreNav li {
	float:left;
	margin:2px 0 0 0;
	white-space:nowrap;
	display:block;
	width:110px;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bullet_blue_right.gif ) no-repeat 0 50%;
	padding:0 0 0 14px;
}

#moreNav h2 {
	display:block;
	font-weight:bold;
	clear:both;
	margin:0 0 5px 0;
}

#moreNav ul {
	display:block;
	margin:0 0 8px 0;
}

#moreNav .col {
	float:left;
	width:130px;
	padding:0 20px 0 0;
}

#closeMoreNav {
	position:absolute;
	top:-40px;
	left:519px;
	width:105px;
	height:40px;
	text-align:center;
	line-height:30px;
	font-weight:bold;
}

#closeMoreNav:active, #closeMoreNav:focus {
	outline: none;
}

#moreNav .clear {
	clear:both;
}

#moreNav .wide {
	width:500px;
}

#moreNav .medium {
	width:250px;
}

#moreNav .medium li {
	background-image:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bullet_orange.gif );
}

#moreNav .last {
	padding:0;
}

#moreNav.shown {
	display:block;
	/* left:512px; */
}

#moreNav.hidden {
	display:none;
	/* left:-9999px; */
}

#wrapperNav .more a {
	color:#fff;
	text-align:center;
	width:90px;
	display:block;
	overflow:hidden;
}

#wrapperNav .more {
	float:right;
	margin:0 6px 0 0;
}

/* main content */

.mainContent {
	width:630px;
	float:left;
	margin:0 0 5px 5px;
	background:#cef;
	display:inline;
}

.mainContent.wide {
	width:960px;
}

.holder {
	margin:0 5px;
}

.holderborder {
	border:5px solid #09f;
	border-width:0 5px;
	background:#fff;
	padding:5px 10px;
}

.holderborder p {
	margin:10px 0;
}

.holderborder h2 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin:0 0 10px 0;
}

.holderborder .holdercontainer {
	border:2px solid #eef;
	padding:10px;
	margin:0 0 5px 0;
}

.holderborder h2 em {
	float:right;
	font-size:11px;
	line-height:20px;
	color:#999;
}

.holderborder strong {
	font-weight:bold;
}

.holderborder ul, .holderborder ol {
	margin:10px 0 10px 30px;
}
.holderborder li {
	margin:4px 0;
}

/* ANIMATIONS */

#animHolder, #animHolderFrame {
	width:290px;
	height:200px;
	background:#fff;
	margin:5px 0 0 5px;
}

/* sidebar */

#sideBar {
	width:324px;
	float:right;
	margin:0 5px 5px 0;
	display:inline;
	position:relative;
}

.letterbox {
	margin:5px 0 0 0;
	height:76px;
}

.letterbox a {
	display:block;
	height:75px;
	text-decoration:none;
}

.letterbox a.imageLink {
	text-indent:0;
}

.topTen {
	margin:5px 0 0 0;
	padding:5px 0;
}

.topTen h2 {
	color:#fff;
	padding:0 0 0 12px;
	font-weight:bold;
	height:18px;
	line-height:18px;
}

.topTen .content {
	height:378px;
	margin:5px 0 0 0;
	overflow:hidden;
}

.topTen ol {
	list-style-type:decimal;
	float:left;
	width:112px;
	padding:5px 0 0 38px;
}

.topTen li {
	white-space:nowrap;
}

.topTen .feature {
	float:left;
	padding:3px 6px;
	width:149px;
	margin:5px 0 0 2px;
	text-decoration:none;
}

.topTen .feature p {
	color:#000;
	font-size:10px;
	text-decoration:none;
}

.topTen .feature span {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.topTen a.feature:hover h3 {
	text-decoration:none;
}

.topTen ol a {
	padding:2px 0;
	display:block;
}

.topTen li {
	margin:1px 0 0 0;
	font-weight:bold;
}

.myGames {
	margin:5px 0 0 0;
	overflow:hidden;
	position:relative;
	height:130px;
}

.myGames h2 {
	color:#fff;
	padding:0 8px;
	font-weight:bold;
	height:18px;
	line-height:18px;
	margin:5px 0 3px 0;
	overflow:hidden;
}

.myGames li {
	padding:1px 0 1px 15px;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bullet_orange.gif ) no-repeat left 50%;
}

.myGames strong {
	font-weight:bold;
}

.myGames .col {
	width:146px;
	float:left;
	margin:0 0 5px 5px;
	display:inline;
}

.myGames .col2 {
	width:160px;
	float:left;
	margin:0 0 5px 5px;
	display:inline;
}

.myGames ul {
	padding:5px 0 0 5px;
}

.myGames #mg_latest {
	display:block;
	height:87px;
	margin:0 0 5px 0;
}

.myGames .mg_like {
	height:60px;
}

/* breadcrumb navigation */
.breadcrumb {
	overflow:hidden;
	margin:0 5px 5px 5px;
	display:block;
	padding:0 0 0 45px;
	line-height:24px;
	height:24px;
	color:#9df;
}

.breadcrumb .support {
	float:right;
	padding:0 0 0 19px;
	display:inline;
}

.breadcrumb a {
	line-height:24px;
}


.breadcrumb .support a.last {
	padding:0;
	margin:0;
	background:none;
}

.breadcrumb .support span {
	float:left;
	padding:0 10px 0 3px;
}

.breadcrumb span {
	display:block;
	height:24px;
	padding:0 10px;
}

a.channel {
	display:block;
	text-decoration:none;
	text-indent:-9999em;
	width:70px;
	background: no-repeat right;
	padding:0 0 0 5px;
	float:right;
}

a.games { background-image:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/channel_small_games.gif ); }
a.toons { background-image:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/channel_small_toons.gif ); }

/* Mini Panel (Top Ten, Hot Games, and Latest Games) */

#miniPanel {
	height:222px;
	margin:5px 0 0 0;
	overflow:hidden;
}

#miniPanel h2 {
	color:#fff;
	font-weight:bold;
	margin:0 0 16px 10px;
	padding:7px 0 0 0;
}

#miniPanel .col {
	width:85px;
	padding:0;
	float:left;
}

#miniPanel .col h2 {
	margin:0 0 15px 15px;
}

#miniPanel ul {
	display:block;
}

#miniPanel ul a {
	text-decoration:none;
	margin:0 0 5px 10px;
	display:block;
	padding:0 0 0 5px;
}

#miniPanel ul a strong {
	text-decoration:underline;
}

#miniPanel ul a:hover strong {
	text-decoration:none;
}

#miniPanel ul li {
	height:90px;
}

#miniPanel .topTen_2 {
	width:142px;
	float:left;
	margin:0 2px 0 0;
}

#miniPanel .topTen_2 li {
	margin:0 0 5px 35px;
	font-weight:bold;
	height:auto;
	white-space:nowrap;
}

a.toolbar_delete {
	vertical-align:-30%;
	float:right;
	height:10px;
	display:block;
}


/* complete site content listing */

.complete {
	width:960px;
	background:#E5F5FF;
	clear:both;
	overflow:hidden;
	margin:0 5px;
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_listtoggle.png ) 50% 7px no-repeat #e5f5ff;
}

.complete .header {
	background:#09f;
	color:#fff;
	font-weight:bold;
	margin:0 0 5px 0;
}

.complete h2 {
	font-weight:bold;
}

.complete .hidden {
	display:none;
}
.complete .shown {
	display:block;
}

.complete a.collapse {
	display:block;
	text-align:center;
	clear:both;
	white-space:nowrap;
}

.complete a.collapse:active, .complete a.collapse:focus {
	outline: none;
}

#catList {
	float:left;
	margin:5px 0 0 5px;
	width:168px;
	display:inline;
}

.catItems {
	/*background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_catlist.gif ) repeat-y 50% 0;*/
	padding:0 4px 0 4px;
	margin:2px 0 0 0;
	border-bottom:1px solid #fff;
}

.catItems li {
	margin:0 0 4px 0;
	padding:3px 3px 2px 20px;
	overflow:hidden;
}

.catItems a {
	font-weight:bold;
	display:block;
}

#gameList {
	float:left;
	margin:5px 0 5px 5px;
	width:776px;
	display:inline;
}

.gameWrapper {
	background:#fff;
	overflow:hidden;
	margin:5px 0 0 0;
}

#gameList .col {
	overflow:hidden;
	float:left;
	width:103px;
	font-size:10px;
	padding:0 0 0 7px;
}

#gameList h3 {
	font-weight:bold;
}

#gameList li {
	white-space:nowrap;
	overflow:hidden;
}

#icon_feed {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/icon_feed.gif ) no-repeat 2px 1px;
}

#icon_blog {
	padding:2px 0 2px 26px;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_earth.gif ) no-repeat 8px 4px;
}

/* footer */

#footer {
	width:971px;
	margin:5px auto 0 auto;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_footer_new.png) no-repeat top left;
	overflow:hidden;
	height:170px;
}

#footer .left {
	overflow:hidden;
	margin:5px 5px 5px 5px;
	width:550px;
}

#footer .left.flags {
	float:none;
	width:auto;
}

#footer .left li {
	float:left;
	margin:3px 4px;
	margin:3px 4px 0 0;
}

#footer .right {
	clear:left;
	margin:5px 5px 5px 5px;

}

#footer .right li {
	float:right;
	margin:3px 4px;
}

#footer .welcome {
	padding:10px 0;
	text-align:center;
	color:#fff;
	margin:0px 0;
	clear:both;
}

#footer .center {
	padding: 10px 0 0 0;
	text-align:center;
	color:#999;
	margin:0 0;
}

#footer .center a {
	color:#fff;
	padding:0 5px;
}

#footer .center a.icon {
	padding:0 5px 0 20px
}

#footer p {
	color:#fff;
	padding:0 10px;
	margin:10px 0;
	text-align:center;
	clear:both;
}
#footer .flags li {
	padding:0 0 0 20px;
}

#footer .flags .normal {
	padding: 0px 10px 0 0;
	color:#fff;
	font-weight:bold;
}

.flags .en { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/en.png ) no-repeat 0 50%; }
.flags .es { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/es.png ) no-repeat 0 50%; }
.flags .fr { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/fr.png ) no-repeat 0 50%; }
.flags .de { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/de.png ) no-repeat 0 50%; }
.flags .pt { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/pt.png ) no-repeat 0 50%; }
.flags .kr { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/kr.png ) no-repeat 0 50%; }
.flags .cn { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/cn.png ) no-repeat 0 50%; }
.flags .jp { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/jp.png ) no-repeat 0 50%; }
.flags .it { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/it.png ) no-repeat 0 50%; }
.flags .br { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/br.png ) no-repeat 0 50%; }
.flags .classic { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/clear.gif ) no-repeat 0 100%; clear:none; }
.flags .clear { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/clear.gif ) no-repeat 0 100%; clear:none; }

#footer em.left {
	float:left;
	margin:18px 0 0 105px;
	width:50%;
}

#footer .hr {
	height: 1px;
	background-image: url(http://www.smartyarcade.com/plugins/site/themes/mini/images/footer_hr.gif) repeat 0 100%;
	background-repeat: repeat;
	background-position: center;
	width: 90%;
}

#footer em.right {
	float:right;
	margin:18px 8px 0 0;
}

#footer em {
	color:#ccc;
}

#footer .left a, #footer .right a {
	color:#fff;
}

.flagsHeader {
	position:absolute;
	right:5px;
	top:10px;
	margin:4px 0 0 0;
	width:300px;
}

.flagsHeader.color {
	top:0px;
}

.flagsHeader li {
	padding:0 5px 4px 20px;
	float:right;
	width:auto;
}

.flagsHeader a {
	color:#666;
}

.flagsHeader .normal {
	padding:0;
	color:#666;
	font-weight:bold;
	margin-right:5px;
}

/* ad formats */

.ad_300x250 {
	width:314px;
	height:250px;
	padding:5px;
	_padding:5px 5px 3px 5px;
	display:block;
}

.ad_728_90 {
	display:inline;
	width:728px;
	float:right;
	margin:10px 5px 10px 0;
	text-align:right;
	background:transparent url(http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_advertisement.gif) no-repeat right top;
	padding:0 11px 0 0;
}

.ad_468_15 {
	text-align:center;
}

a.gameIcon {
	display:block;
	width:70px;
	text-decoration:none;
}

a.gameIcon span {
	text-decoration:underline;
}

a.gameIcon:hover span {
	text-decoration:none;
}

.ruler {
	margin:8px 16px;
	height:1px;
	display:block;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_ruler.gif );
}

/* CORNERS */

.corner_tr {
	position:relative;
	right:-20px;
	margin:0; padding:0;
	width:20px;
	height:5px;
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_1.gif ) 100% 0;
	float:right;
	line-height:1px;
	z-index:0;
}

.corner_tl {
	position:inline;
	margin:0 20px 0 0;
	padding:0;
	height:5px;
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_1.gif ) 0 0;
	clear:both;
	line-height:1px;
}

.corner_br {
	position:relative;
	right:-20px;
	margin:0; padding:0;
	width:20px;
	height:5px;
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_1.gif ) 100% 100%;
	float:right;
	line-height:1px;
	z-index:0;
}

.corner_bl {
	margin:0 20px 0 0; padding:0;
	height:5px;
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_1.gif ) 0 100%;
	clear:both;
	line-height:1px;
}

.corner_tr.b, .corner_tl.b, .corner_br.b, .corner_bl.b, .corner_tr.c, .corner_tl.c, .corner_br.c, .corner_bl.c {
	background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_2.gif );
	height:3px;
}

.corner_tr.b2, .corner_tl.b2, .corner_br.b2, .corner_bl.b2 { background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_5.gif ); }
.corner_tr.g, .corner_tl.g, .corner_br.g, .corner_bl.g { background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_3.gif ); }
.corner_tr.o, .corner_tl.o, .corner_br.o, .corner_bl.o { background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_community.gif ); }
.corner_tr.bb, .corner_tl.bb, .corner_br.bb, .corner_bl.bb { height:10px; }
.corner_tr.do, .corner_tl.do, .corner_br.do, .corner_bl.do { background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_community_do.gif ); }
.corner_tr.lb, .corner_tl.lb, .corner_br.lb, .corner_bl.lb { background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_community_lb.gif ); }

.message_error {
	padding:10px 10px 10px 50px;
	background:#d00 url(http://www.smartyarcade.com/plugins/site/themes/mini/images/message_error.gif) no-repeat 10px 6px;
	color:#fff;
	font-weight:bold;
	margin:0 0 10px 0;
	border:1px solid #900;
}

.message_success {
	padding:10px 10px 10px 50px;
	background:#0a3 url(http://www.smartyarcade.com/plugins/site/themes/mini/images/message_success.gif) no-repeat 10px 6px;
	color:#fff;
	font-weight:bold;
	margin:0 0 10px 0;
	border:1px solid #360;
}

.message_success a {
	font-weight:bold;
	color:#fff;
}

.banner {
	clear:both;
	background:#fff;
	margin:5px 5px 0 5px;
}

.banner img {
	margin: 0 0 0 5px;
}

#animPlayer {
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_mainContent.png );
}

#hotGames {
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_mainContent.png ) 100% 0;
}

.catItems {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_catlist.png ) repeat-y 50% 0;
}

#gameSections li {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_gamesection.png );
}

.ad_300x250 {
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/ad_300x250.png );
}

.topTen {
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_toptencontent.png ) 100% 0;
}

.myGames {
	background-image:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_myminiclips.png );
}

#moreNav .sub li a {
	background-image:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bullet_lightblue_right.gif );
}

#moreNav span {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_moremenu.gif ) no-repeat bottom;
}

#miniPanel {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_minipanel.png );
}

#wrapperNav {
	background:url( http://disers.com/demo4/plugins/site/themes/Stylish/images/nav.png ) no-repeat;
}

#subNav a.current, #subNav strong {
	text-decoration:none;
	color:#09f;
}

#controls #animNumber a.selected {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_animnumber.gif ) no-repeat 0 3px;
}

#tabMainNav li {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_gp_tabsr_alt.gif ) 100% -25px no-repeat;
}

#tabMainNav a {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/icon_im_alt.gif ) 5px -23px no-repeat;
}

#tabMainNav span {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_gp_tabs_alt.gif ) 0 -25px;
}

#tabMainNav li.selected {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_gp_tabsr_alt.gif ) 100% 0 no-repeat;
}

.corner_tr.bb, .corner_tl.bb, .corner_br.bb, .corner_bl.bb {
	background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_4.gif );
}

/* categories */

#catSection {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_catSection.png );
}

.breadcrumb { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_g_breadcrumb.png ); }
.breadcrumb .support span { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_g_breadcrumb.png ) top right; }
.breadcrumb .support { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_g_breadcrumbssplit.gif ) top left no-repeat; }

a.channel { background-color:#cef; }

.corner_tr.bb, .corner_tl.bb, .corner_br.bb, .corner_bl.bb {
	background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_4.gif );
}

#moreNav {
	border:5px solid #cef;
	border-width:5px 0 0 0;
	background:transparent url( http://www.smartyarcade.com/plugins/site/themes/mini/images/nav_more_bg.png ) bottom;
}

#closeMoreNav {
	background:#e5f5ff url( http://www.smartyarcade.com/plugins/site/themes/mini/images/nav_closetab.png ) no-repeat;
}

#shockwaveInstallWrapper {
	display:block;
	background:url(http://www.smartyarcade.com/plugins/site/themes/mini/images/shockwaveWrapper.jpg) center center no-repeat;
	height:400px;
}

#shockwaveInstallInstructions {
	display:block;
	width:273px;
	height:319px;
	background:url(http://www.smartyarcade.com/plugins/site/themes/mini/images/shockwaveInstall.png) no-repeat bottom;
}#animPlayer, #playerPlayer {
	width:114px;
	height:335px;
	float:left;
	margin:0 0 5px 5px;
	display:inline;
	position:relative;
}

#animPlayer iframe, #playerPlayer iframe {
	border-width:0;
	border:0;
	overflow:hidden;
	margin:5px 0 0 5px;
}

#animPlayer h2, #playerPlayer h2 {
	height:28px;
	line-height:28px;
	_line-height:30px;
	font-weight:bold;
	color:#fff;
	font-size:16px;
	margin:0 0 0 16px;
}

#animPlayer h2 a, #playerPlayer h2 a {
	height:28px;
	line-height:28px;
	_line-height:30px;
	font-weight:bold;
	color:#fff;
	font-size:16px;
}

#animViewer, #playerViewer {
	width:295px; height:295px;
	margin:0 0 0 8px;
	float:left;
	display:inline;
}

#animList li, #playerList li {
	height:90px;
	margin:2px 0 3px 0;
	float:left;
	display:inline;
	padding:5px 0 0 19px;
	_width:90px;
	_margin:0 0 5px -5px;
}

#animPlayer li.selected, #playerPlayer li.selected {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_gametab2.gif ) no-repeat left;
}

#animData {
	position:relative;
}

#animData li {
	display:none;
	margin:5px 10px;
	width:180px;
	height:60px;
}

#animData li.selected {
	background:transparent;
	display:block;
}

#animData p {
	width:180px;
}

#animData a {
	font-weight:bold;
	line-height:46px;
	width:60px;
	display:block;
	position:absolute;
	top:0;
	padding:10px 0 0 220px;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_playnow.gif ) no-repeat 190px 20px;
}

#animData h3 {
	font-weight:bold;
	text-decoration:underline;
	color:#036;
}

#animData a h3 {
	text-decoration:none;
}

#controls {
	padding:7px;
	margin:3px;
	overflow:hidden;
	height:14px;
	position:absolute;
	bottom:10px;
}

#controls a {
	padding:3px 5px;
}

#controls li {
	background:none;
	display:block;
	height:auto;
	margin:0;
	float:left;
}

#controls .left {
	text-align:left;
	width:70px;
}

#controls #animNumber, #controls #playerNumber {
	text-align:center;
	width:138px;
}

#controls #animNumber a, #controls #playerNumber a {
	font-weight:bold;
	margin:0;
}

#controls #animNumber li, #controls #playerNumber li {
	margin:0;
}

#controls #animNumber a.selected, #controls #playerNumber a.selected {
	color:#fff;
	text-decoration:none;
}

#controls .right {
	text-align:right;
	width:70px;
}

#controls .right a {
	padding-right:16px;
}

#controls .left a {
	padding-left:16px;
}


/* homepage  */

#hotGames {
	width:504px;
	height:335px;
	float:left;
	margin:0 0 0 0;
	display:inline;
}

#hotGames h2 {
	height:28px;
	line-height:30px;
	font-weight:bold;
	color:#fff;
	font-size:16px;
	margin:0 0 0 36px;
	overflow:hidden;
}

#hotGames h2 a {
	height:28px;
	line-height:30px;
	font-weight:bold;
	color:#fff;
	font-size:16px;
}

#hotGames ul {
	margin:3px 0 0 7px;
}

#hotGames li {
	float:left;
	display:block;
	width:78px; height:90px;
	margin:0 0 5px 7px;
	display:inline;
	padding:5px 0 0 12px;
}

/* game categories */

#gameSections {
	padding:0 0 0 5px;
	overflow:hidden;
	clear:both;
	border-top: 1px solid #cef;
	width:630px;
}

#gameSections h2 {
	padding:2px 5px;
	margin:9px 12px 5px 12px;
}

#gameSections h2 a {
	display:block;
	font-weight:bold;
	color:#000;
}

#gameSections ul {
	clear:both;
	margin-top: 1px;
}

#gameSections li {
	width:203px;
	height:221px;
	float:left;
	overflow:hidden;
	margin:5px 5px 0 0;
	display:inline;
}

#gameSections li li {
	width:auto; height:auto;
	float:none;
	display:block;
	padding:0 0 0 27px;
	margin:2px 0 0 0;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bullet_orange.gif ) no-repeat 10px 1px;
}

#gameSections li li.b {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bullet_blue_right.gif ) no-repeat 10px 1px;
	margin:8px 0 0 0;
}

#gameSections li li.b a {
	font-weight:bold;
}

#gameSections .gameIcons {
	overflow:hidden;
	margin:-1px 0 0 10px;
}

#gameSections .gameIcons li {
	background:transparent none;
	float:left;
	width:68px;
	padding:7px 10px;
	height:83px;
	margin:0 5px 4px 0;
}


/* CATEGORY SPECIFIC STYLING */

/* Boys (Cat ID: 486) */
#gameSections li.gameCategory_486 {	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/boybg_gamesection.gif ); }
#gameSections li.gameCategory_486 a { color:#23263a; }
#gameSections li.gameCategory_486 h2 a { color:#ffffff; }
#gameSections li.gameCategory_486 li { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/boybullet_blue_light.gif ) no-repeat 10px 1px; }
#gameSections li.gameCategory_486 li.b { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/boybullet_blue_dark.gif ) no-repeat 10px 1px; }
#gameSections li.gameCategory_486 .gameIcons li { background:transparent none; }
#gameSections li.gameCategory_486 .gameIcons li a { color:#ffffff; }

/* Girls (Cat ID: 485) */
#gameSections li.gameCategory_485 {	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/girlbg_gamesection.gif ); }
#gameSections li.gameCategory_485 a { color:#534; }
#gameSections li.gameCategory_485 li { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/girlbullet_pink_light.gif ) no-repeat 10px 1px; }
#gameSections li.gameCategory_485 li.b { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/girlbullet_pink_dark.gif ) no-repeat 10px 1px; }
#gameSections li.gameCategory_485 .gameIcons li { background:transparent none; }

/* China 2008 (Cat ID: 487) */
#gameSections li.gameCategory_487 {	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_gamesection.png ); }
#gameSections li.gameCategory_487 a { color:#000; }
#gameSections li.gameCategory_487 li { background: transparent none; }
#gameSections li.gameCategory_487 li.b { background: transparent none; }
#gameSections li.gameCategory_487 .gameIcons li { background:transparent none; }

/*----*/
#gameHolder {
	margin:5px auto;
}

#bigGameList li {
	display:block;
	float:left;
	width:203px;
	height:71px;
	margin:0 0 5px 5px;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_gamecat_big.gif );
	overflow:hidden;
}

#bigGameList a {
	display:block;
	margin:5px;
	text-decoration:none;
	overflow:hidden;
}

#bigGameList a img {
	float:left;
	margin:0 5px 0 0;
}

#bigGameList a strong {
	font-weight:bold;
	text-decoration:underline;
}

#bigGameList a:hover strong {
	text-decoration:none;
}

#bigGameList a span {
	display:block;
	color:#000;
	text-decoration:none;
}
* {
	margin:0; padding:0;
	font:1em tahoma, geneva, arial, sans-serif;
	_font-size:11px;
}

body {
	margin:0 0 20px 0;
	background:#333; /*url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_xmas_07.jpg ) top center;*/
	background-image:none;
	font-size:0.675em;
	text-align:center;
}

#wrapper {
	text-align:left;
	width:970px;
	margin:0 auto;
	background:#fff;
	position:relative;
}

h1 {
	display:block;
	width:245px;
	height:67px;
	text-indent:-9999em;
	text-decoration:none;
	/*background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_h1_halloween.jpg ) no-repeat 0 0;*/
	/* background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_h1_xmas.jpg ) no-repeat 0 0; */
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_h1.gif ) no-repeat 12px 10px;
}

h1.ad {
	display:block;
	width:220px;
	height:67px;
	/* background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_h1_halloween2.jpg ) no-repeat -3px 5px; */
	/* background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_h1_xmas.jpg ) no-repeat -3px 5px; */
}

h1 a, h1.ad a { display:block; height:53px; }

.hGameCat {
	display:block;
	width:200px;
	padding:0 0 0 15px;
	font-weight:bold;
	color:#999;
	font-size:1.2em;
	text-decoration:none;
}

ul {
	list-style-type:none;
}

a {
	color:#036;
}

a:hover {
	text-decoration:none;
}

a img {
	text-decoration:none;
	border:none;
}

select {
	width:140px;
	height:16px;
	font-size:10px;
	border-width:1px;
}

input {
	padding:2px;
}

input:focus, textarea:focus, select:focus {
	background:#eef8ff;
}

.clear {
	clear:both;
}


/* main content */

.mainContent {
	width:630px;
	float:left;
	margin:0 0 5px 5px;
	background:#cef;
	display:inline;
}

.mainContent.wide {
	width:960px;
}

.holder {
	margin:0 5px;
}

.holderborder {
	border:5px solid #09f;
	border-width:0 5px;
	background:#fff;
	padding:5px 10px;
}

.holderborder p {
	margin:10px 0;
}

.holderborder h2 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin:0 0 10px 0;
}

.holderborder .holdercontainer {
	border:2px solid #eef;
	padding:10px;
	margin:0 0 5px 0;
}

.holderborder h2 em {
	float:right;
	font-size:11px;
	line-height:20px;
	color:#999;
}

.holderborder strong {
	font-weight:bold;
}

.holderborder ul, .holderborder ol {
	margin:10px 0 10px 30px;
}
.holderborder li {
	margin:4px 0;
}

/* ANIMATIONS */

#animHolder, #animHolderFrame {
	width:290px;
	height:200px;
	background:#fff;
	margin:5px 0 0 5px;
}

/* sidebar */

#sideBar {
	width:324px;
	float:right;
	margin:0 5px 5px 0;
	display:inline;
	position:relative;
}

.letterbox {
	margin:5px 0 0 0;
	height:76px;
}

.letterbox a {
	display:block;
	height:75px;
	text-decoration:none;
}

.letterbox a.imageLink {
	text-indent:0;
}

.topTen {
	margin:5px 0 0 0;
	padding:5px 0;
}

.topTen h2 {
	color:#fff;
	padding:0 0 0 12px;
	font-weight:bold;
	height:18px;
	line-height:18px;
}

.topTen .content {
	height:378px;
	margin:5px 0 0 0;
	overflow:hidden;
}

.topTen ol {
	list-style-type:decimal;
	float:left;
	width:112px;
	padding:5px 0 0 38px;
}

.topTen li {
	white-space:nowrap;
}

.topTen .feature {
	float:left;
	padding:3px 6px;
	width:149px;
	margin:5px 0 0 2px;
	text-decoration:none;
}

.topTen .feature p {
	color:#000;
	font-size:10px;
	text-decoration:none;
}

.topTen .feature span {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.topTen a.feature:hover h3 {
	text-decoration:none;
}

.topTen ol a {
	padding:2px 0;
	display:block;
}

.topTen li {
	margin:1px 0 0 0;
	font-weight:bold;
}

.myGames {
	margin:5px 0 0 0;
	overflow:hidden;
	position:relative;
	height:130px;
}

.myGames h2 {
	color:#fff;
	padding:0 8px;
	font-weight:bold;
	height:18px;
	line-height:18px;
	margin:5px 0 3px 0;
	overflow:hidden;
}

.myGames li {
	padding:1px 0 1px 15px;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bullet_orange.gif ) no-repeat left 50%;
}

.myGames strong {
	font-weight:bold;
}

.myGames .col {
	width:146px;
	float:left;
	margin:0 0 5px 5px;
	display:inline;
}

.myGames .col2 {
	width:160px;
	float:left;
	margin:0 0 5px 5px;
	display:inline;
}

.myGames ul {
	padding:5px 0 0 5px;
}

.myGames #mg_latest {
	display:block;
	height:87px;
	margin:0 0 5px 0;
}

.myGames .mg_like {
	height:60px;
}

/* breadcrumb navigation */
.breadcrumb {
	overflow:hidden;
	margin:0 5px 5px 5px;
	display:block;
	padding:0 0 0 45px;
	line-height:24px;
	height:24px;
	color:#9df;
}

.breadcrumb .support {
	float:right;
	padding:0 0 0 19px;
	display:inline;
}

.breadcrumb a {
	line-height:24px;
}

.breadcrumb .support a.last {
	padding:0;
	margin:0;
	background:none;
}

.breadcrumb .support span {
	float:left;
	padding:0 10px 0 3px;
}

.breadcrumb span {
	display:block;
	height:24px;
	padding:0 10px;
}

a.channel {
	display:block;
	text-decoration:none;
	text-indent:-9999em;
	width:70px;
	background: no-repeat right;
	padding:0 0 0 5px;
	float:right;
}

a.games { background-image:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/channel_small_games.gif ); }
a.ecards { background-image:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/channel_small_ecards.gif ); }
a.toons { background-image:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/channel_small_toons.gif ); }
a.players { background-image:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/channel_small_players.gif ); }

/* Mini Panel (Top Ten, Hot Games, and Latest Games) */

#miniPanel {
	height:222px;
	margin:5px 0 0 0;
	overflow:hidden;
}

#miniPanel h2 {
	color:#fff;
	font-weight:bold;
	margin:0 0 16px 10px;
	padding:7px 0 0 0;
}

#miniPanel .col {
	width:85px;
	padding:0;
	float:left;
}

#miniPanel .col h2 {
	margin:0 0 15px 15px;
}

#miniPanel ul {
	display:block;
}

#miniPanel ul a {
	text-decoration:none;
	margin:0 0 5px 10px;
	display:block;
	padding:0 0 0 5px;
}

#miniPanel ul a strong {
	text-decoration:underline;
}

#miniPanel ul a:hover strong {
	text-decoration:none;
}

#miniPanel ul li {
	height:90px;
}

#miniPanel .topTen_2 {
	width:142px;
	float:left;
	margin:0 2px 0 0;
}

#miniPanel .topTen_2 li {
	margin:0 0 5px 35px;
	font-weight:bold;
	height:auto;
	white-space:nowrap;
}

a.toolbar_delete {
	vertical-align:-30%;
	float:right;
	height:10px;
	display:block;
}


/* complete site content listing */

.complete {
	width:960px;
	background:#E5F5FF;
	clear:both;
	overflow:hidden;
	margin:0 5px;
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_listtoggle.png ) 50% 7px no-repeat #e5f5ff;
}

.complete .header {
	background:#09f;
	color:#fff;
	font-weight:bold;
	margin:0 0 5px 0;
}

.complete h2 {
	font-weight:bold;
}

.complete .hidden {
	display:none;
}
.complete .shown {
	display:block;
}

.complete a.collapse {
	display:block;
	text-align:center;
	clear:both;
	white-space:nowrap;
}

.complete a.collapse:active, .complete a.collapse:focus {
	outline: none;
}

#catList {
	float:left;
	margin:5px 0 0 5px;
	width:168px;
	display:inline;
}

.catItems {
	/*background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_catlist.gif ) repeat-y 50% 0;*/
	padding:0 4px 0 4px;
	margin:2px 0 0 0;
	border-bottom:1px solid #fff;
}

.catItems li {
	margin:0 0 4px 0;
	padding:3px 3px 2px 20px;
	overflow:hidden;
}

.catItems a {
	font-weight:bold;
	display:block;
}

#gameList {
	float:left;
	margin:5px 0 5px 5px;
	width:776px;
	display:inline;
}

.gameWrapper {
	background:#fff;
	overflow:hidden;
	margin:5px 0 0 0;
}

#gameList .col {
	overflow:hidden;
	float:left;
	width:103px;
	font-size:10px;
	padding:0 0 0 7px;
}

#gameList h3 {
	font-weight:bold;
}

#gameList li {
	white-space:nowrap;
	overflow:hidden;
}

#icon_feed {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/icon_feed.gif ) no-repeat 2px 1px;
}

#icon_blog {
	padding:2px 0 2px 26px;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_earth.gif ) no-repeat 8px 4px;
}

/* footer */

#footer {
	width:971px;
	margin:5px auto 0 auto;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_footer_new.png) no-repeat top left;
	overflow:hidden;
	height:170px;
}

#footer .left {
	overflow:hidden;
	margin:5px 5px 5px 5px;
	width:550px;
}

#footer .left.flags {
	float:none;
	width:auto;
}

#footer .left li {
	float:left;
	margin:3px 4px;
	margin:3px 4px 0 0;
}

#footer .right {
	clear:left;
	margin:5px 5px 5px 5px;

}

#footer .right li {
	float:right;
	margin:3px 4px;
}

#footer .welcome {
	padding:10px 0;
	text-align:center;
	color:#fff;
	margin:0px 0;
	clear:both;
}

#footer .center {
	padding: 10px 0 0 0;
	text-align:center;
	color:#999;
	margin:0 0;
}

#footer .center a {
	color:#fff;
	padding:0 5px;
}

#footer .center a.icon {
	padding:0 5px 0 20px
}

#footer p {
	color:#fff;
	padding:0 10px;
	margin:10px 0;
	text-align:center;
	clear:both;
}
#footer .flags li {
	padding:0 0 0 20px;
}

#footer .flags .normal {
	padding: 0px 10px 0 0;
	color:#fff;
	font-weight:bold;
}

.flags .en { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/en.png ) no-repeat 0 50%; }
.flags .es { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/es.png ) no-repeat 0 50%; }
.flags .fr { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/fr.png ) no-repeat 0 50%; }
.flags .de { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/de.png ) no-repeat 0 50%; }
.flags .pt { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/pt.png ) no-repeat 0 50%; }
.flags .kr { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/kr.png ) no-repeat 0 50%; }
.flags .cn { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/cn.png ) no-repeat 0 50%; }
.flags .jp { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/jp.png ) no-repeat 0 50%; }
.flags .it { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/it.png ) no-repeat 0 50%; }
.flags .br { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/br.png ) no-repeat 0 50%; }
.flags .classic { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/classic.gif ) no-repeat 0 100%; }
.flags .clear { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/flags/clear.gif ) no-repeat 0 100%; clear:none; }

#footer em.left {
	float:left;
	margin:18px 0 0 105px;
	width:50%;
}

#footer .hr {
	height: 1px;
	background-image: url(http://www.smartyarcade.com/plugins/site/themes/mini/images/footer_hr.gif) repeat 0 100%;
	background-repeat: repeat;
	background-position: center;
	width: 90%;
}

#footer em.right {
	float:right;
	margin:18px 8px 0 0;
}

#footer em {
	color:#ccc;
}

#footer .left a, #footer .right a {
	color:#fff;
}

.flagsHeader {
	position:absolute;
	right:5px;
	top:10px;
	margin:4px 0 0 0;
	width:300px;
}

.flagsHeader.color {
	top:0px;
}

.flagsHeader li {
	padding:0 5px 4px 20px;
	float:right;
	width:auto;
}

.flagsHeader a {
	color:#666;
}

.flagsHeader .normal {
	padding:0;
	color:#666;
	font-weight:bold;
	margin-right:5px;
}

/* ad formats */

.ad_300x250 {
	width:314px;
	height:250px;
	padding:5px;
	_padding:5px 5px 3px 5px;
	display:block;
}

.ad_728_90 {
	display:inline;
	width:728px;
	float:right;
	margin:10px 5px 10px 0;
	text-align:right;
	background:transparent url(http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_advertisement.gif) no-repeat right top;
	padding:0 11px 0 0;
}

.ad_468_15 {
	text-align:center;
}

a.gameIcon {
	display:block;
	width:70px;
	text-decoration:none;
}

a.gameIcon span {
	text-decoration:underline;
}

a.gameIcon:hover span {
	text-decoration:none;
}

.ruler {
	margin:8px 16px;
	height:1px;
	display:block;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_ruler.gif );
}

/* CORNERS */

.corner_tr {
	position:relative;
	right:-20px;
	margin:0; padding:0;
	width:20px;
	height:5px;
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_1.gif ) 100% 0;
	float:right;
	line-height:1px;
	z-index:0;
}

.corner_tl {
	position:inline;
	margin:0 20px 0 0;
	padding:0;
	height:5px;
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_1.gif ) 0 0;
	clear:both;
	line-height:1px;
}

.corner_br {
	position:relative;
	right:-20px;
	margin:0; padding:0;
	width:20px;
	height:5px;
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_1.gif ) 100% 100%;
	float:right;
	line-height:1px;
	z-index:0;
}

.corner_bl {
	margin:0 20px 0 0; padding:0;
	height:5px;
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_1.gif ) 0 100%;
	clear:both;
	line-height:1px;
}

.corner_tr.b, .corner_tl.b, .corner_br.b, .corner_bl.b, .corner_tr.c, .corner_tl.c, .corner_br.c, .corner_bl.c {
	background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_2.gif );
	height:3px;
}

.corner_tr.b2, .corner_tl.b2, .corner_br.b2, .corner_bl.b2 { background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_5.gif ); }
.corner_tr.g, .corner_tl.g, .corner_br.g, .corner_bl.g { background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_3.gif ); }
.corner_tr.o, .corner_tl.o, .corner_br.o, .corner_bl.o { background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_community.gif ); }
.corner_tr.bb, .corner_tl.bb, .corner_br.bb, .corner_bl.bb { height:10px; }
.corner_tr.do, .corner_tl.do, .corner_br.do, .corner_bl.do { background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_community_do.gif ); }
.corner_tr.lb, .corner_tl.lb, .corner_br.lb, .corner_bl.lb { background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_community_lb.gif ); }

.message_error {
	padding:10px 10px 10px 50px;
	background:#d00 url(http://www.smartyarcade.com/plugins/site/themes/mini/images/message_error.gif) no-repeat 10px 6px;
	color:#fff;
	font-weight:bold;
	margin:0 0 10px 0;
	border:1px solid #900;
}

.message_success {
	padding:10px 10px 10px 50px;
	background:#0a3 url(http://www.smartyarcade.com/plugins/site/themes/mini/images/message_success.gif) no-repeat 10px 6px;
	color:#fff;
	font-weight:bold;
	margin:0 0 10px 0;
	border:1px solid #360;
}

.message_success a {
	font-weight:bold;
	color:#fff;
}

.banner {
	clear:both;
	background:#fff;
	margin:5px 5px 0 5px;
}

.banner img {
	margin: 0 0 0 5px;
}

.cat4 #xtra1 {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_cat4_1.gif ) transparent;
	position:absolute;
	top:0;
	left:-110px;
	display:block;
	width:110px;
	height:440px;
}

.cat4 #xtra2 {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_cat4_2.gif ) transparent;
	position:absolute;
	top:0;
	left:970px;
	display:block;
	width:103px;
	height:528px;
	margin:0 -103px 0 0;
}

#challenge {
	background:#ceedff url( http://www.smartyarcade.com/plugins/site/themes/mini/images/challenge_me.png ) top center no-repeat;
	height:60px;
	position:relative;
	border-top:10px solid #fff;
}

#challenge p {
	float:left;
	width:170px;
	text-align:left;
	padding:15px 10px;
}

.our_challenge {
	width:100%;
	position:relative;
	height:60px;
}

.me, .you {
	float:left;
	padding:7px;
	width:184px;
	font-size:12px;
}

.me img, .you img {
	border:3px solid #fff;
	margin:0 7px 0 0;
	float:left;
}

.you img {
	float:right;
	margin:0 0 0 7px;
}

.me {
	text-align:left;
}

.me strong, .you strong {
	margin:7px 0 0 0;
	font-weight:bold;
	display:block;
}

.you {
	text-align:right;
	float:right;
}

a.challengeGame {
	color:#f30;
}

.listLegend {
	clear:both;
	font-size:10px;
	color:#333;
	border-top:10px solid #fff;
	margin:0 8px 4px 8px;
}

.listLegend span, .listLegend strong {
	font-weight:bold;
}

.listLegend span {
	margin:0 0 0 10px;
}

.loading {
	text-indent:-9999em;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/ajax-loader.gif ) center no-repeat !important;
	min-height:30px;
}

.delete {
	display:none;
	height:0px;
	visibility:none;
}

#homepageVideoInsert {
	margin:0 5px 5px 5px;
	border:5px solid #fff;
	display:none;
}
div.mainContent {
	background:#cef;
}

#animPlayer {
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_mainContent.png );
}

#hotGames {
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_mainContent.png ) 100% 0;
}

.catItems {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_catlist.png ) repeat-y 50% 0;
}

#gameSections li {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_gamesection.png );
}

.ad_300x250 {
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/ad_300x250.png );
}

.topTen {
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_toptencontent.png ) no-repeat transparent;
}

.myGames {
	background-image:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_myminiclips.png );
}

#moreNav .sub li a {
	background-image:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bullet_lightblue_right.gif );
}

#moreNav span {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_moremenu.gif ) no-repeat bottom;
}

#miniPanel {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_minipanel.png );
}

#subNav a.current, #subNav strong {
	text-decoration:none;
	color:#09f;
}

#controls #animNumber a.selected {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_animnumber.gif ) no-repeat 0 3px;
}

#tabMainNav li {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_gp_tabsr_alt.gif ) 100% -25px no-repeat;
}

#tabMainNav a {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/icon_im_alt.gif ) 5px -23px no-repeat;
}

#tabMainNav span {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_gp_tabs_alt.gif ) 0 -25px;
}

#tabMainNav li.selected {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_gp_tabsr_alt.gif ) 100% 0 no-repeat;
}

.corner_tr.bb, .corner_tl.bb, .corner_br.bb, .corner_bl.bb {
	background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_4.gif );
}

/* categories */

#catSection {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_catSection.png );
}

.breadcrumb { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_g_breadcrumb.png ); }
.breadcrumb .support span { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_g_breadcrumb.png ) top right; }
.breadcrumb .support { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_g_breadcrumbssplit.gif ) top left no-repeat; }

a.channel { background-color:#cef; }

.corner_tr.bb, .corner_tl.bb, .corner_br.bb, .corner_bl.bb {
	background-image: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/border_4.gif );
}

#moreNav {
	border:5px solid #cef;
	border-width:5px 0 0 0;
	background:transparent url( http://www.smartyarcade.com/plugins/site/themes/mini/images/nav_more_bg.png ) bottom;
}

#closeMoreNav {
	background:#e5f5ff url( http://www.smartyarcade.com/plugins/site/themes/mini/images/nav_closetab.png ) no-repeat;
}

#shockwaveInstallWrapper {
	display:none;
	background:url(http://www.smartyarcade.com/plugins/site/themes/mini/images/shockwaveWrapper.jpg) center center no-repeat;
	height:300px;
}

#shockwaveInstallInstructions {
	display:block;
	width:473px;
	height:265px;
	background:url(http://www.smartyarcade.com/plugins/site/themes/mini/images/shockwaveInstall.png) no-repeat bottom;
}/* wide page */

.mainContent.wide {
	width:960px;
}

.wide .ad_300x250 {
	float:right;
	margin:0;
}

.wide #tabPanel {
	float:left;
	width:626px;
}

/* Tab Panel */

#tabPanel {
	padding:0 5px 0 0;
}

#tabPanel .hidden {
	display:none;
}

#tabContainer {
	margin:0 0 0 5px;
}

#tabContainer h3 {
	font-weight:bold;
	color:#666;
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_tabh3.gif ) no-repeat;
	padding:2px 0 2px 24px;

}

#gameHolder {
	margin:5px auto;
}

#tabMainNav {
	margin:5px 0 0 10px;
}

#tabMainNav li {
	padding:0 5px 0 0;
	position:relative;
}

#tabMainNav a {
	font-weight:bold;
	display:block;
	line-height:25px;
	height:25px;
	padding:0 0 0 25px;
	margin:0 0 0 0;
	color:#fff;
}

#tabMainNav #tab_1 {
	background-image:url(http://www.smartyarcade.com/plugins/site/themes/mini/images/icon_games_alt.gif );
	padding:0 0 0 39px;
}
#tabMainNav #tab_2 { background-image:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/icon_mail_alt.gif ); }
#tabMainNav #tab_3 { background-image:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/icon_im_alt.gif ); }
#tabMainNav #tab_4 { background-image:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/icon_blog_alt.gif ); }

#tabMainNav span {
	display:block;
}

#tabMainNav span.hot {
	position:absolute;
	width:34px; height:21px;
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/hot.gif ) no-repeat;
	top:-13px;
	left:18px;
}

#tabMainNav li.selected {
	padding:0 5px 0 0;
}

#tabMainNav .selected a {
	color:#fff;
	background-position:5px 0;
}

#tabMainNav .selected span {
	background-position:0 0;
}

#tabMainNav li {
	float:left;
	margin:0 5px 0 0;
}

#tabMainNav #tab_title, #tabMainNav #tab_title span {
	background:none;
	font-weight:bold;
}

#tabMainNav #tab_title span {
	display:block;
	line-height:25px;
	height:25px;
	padding:0 0 0 30px;
}

#gameContainer, #tabContent {
	background:#fff;
	padding:0 5px;
	border:5px solid #09f;
	border-width:0 5px;
	overflow:hidden;
	position:relative;
	display:block;
}

#gameContainer div {
	margin:0 auto;
}

#gameContainer h2 {
	font-size:18px;
	margin:0 0 10px 0;
}

#shockwaveMessage {
	padding:10px 10px 10px 32px;
	background:#e5f5ff url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_info.gif ) no-repeat 8px 8px;
	font-size:10px;
	color:#99C;
}

#shockwaveMessage a {
	color:#66a;
}

#playToon {
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	width:290px;
	margin:0 10px 5px 0;
	line-height:44px;
	font-weight:bold;
	text-indent:50px;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_playtoon.gif ) no-repeat top left;
}


/* GAME INFORMATION */
#tab_Gameinfo .buttons {
	width:161px;
	float:right;
}

#tab_Gameinfo .buttons a {
	display:block;
	padding:0 0 0 36px;
	line-height:28px;
	height:28px;
	font-weight:bold;
}

#tab_Gameinfo .buttons li {
	margin:0 0 2px 0;
	overflow:hidden;
}

#tab_Gameinfo .buttons .buynow { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_buynow.gif ); }
#tab_Gameinfo .buttons .download { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_download.gif ); }
#tab_Gameinfo .buttons .addtominiclips { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_addtominiclips.gif ); }
#tab_Gameinfo .buttons .webmaster { background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/button_webmaster.gif ); }

#tab_Gameinfo .controls {
	background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_controls.gif );
	overflow:hidden;
	width:430px;
}

#tab_Gameinfo .controls li {
	float:left;
	padding:0 10px 0 8px;
	font-weight:bold;
	line-height:30px;
	height:30px;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_tabcontrols.gif ) no-repeat 100% 50%;
	white-space:nowrap;
}

#tab_Gameinfo .controls .key {
	width:16px;
	height:18px;
	display:block;
	float:left;
	font-weight:bold;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/icon_c_character.gif ) no-repeat 50% 50%;
	line-height:12px;
	padding:0 0 0 1px;
	text-align:center;
	margin:6px 3px 0 0;
	color:#5d5e4f;
}

#tab_Gameinfo .controls img {
	float:left;
	margin:7px 2px 0 0;
}

#tabContent h4 {
	font-weight:bold;
	line-height:20px;
	padding:0 0 0 25px;
	margin:0 0 8px 0;
}

#tabContent h4.blip1 { background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_blip1.gif ) no-repeat; }
#tabContent h4.blip2 { background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_blip2.gif ) no-repeat; }
#tabContent h4.blip3 { background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_blip3.gif ) no-repeat; }
#tabContent h4.blip4 { background: url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_blip4.gif ) no-repeat; }

#tabContent .two li, #tabContent .three li {
	float:left;
	background:#E5F5FF;
	margin:5px 5px 0 0;
	border:2px solid #cef;
}

#tabContent .two li .span, #tabContent .three li .span {
	padding:0 5px;
	display:block;
	min-height:176px;
}

#tabContent .two li .span { min-height:320px; }

#tabContent .three li { width:192px; height:200px; }
#tabContent .two li { width:260px; }

#tabContent .three .last {
	margin:5px 0 0 0;
}

#tabContent .two .last {
	margin:5px 0 0 0;
	width:326px;
}

#tabContent .three p, #tabContent .two p {
	width:auto;
	padding:5px 0;
}

#tabContent li.one {
	width:595px;
	margin:5px 0 0 0;
}

#tabContent li.one.orange {
	border-color:#f90;
	background:#FFCB76;
}

#tabContent li.one .span {
	min-height:65px;
}

#tabContent input, #tabContent textarea {
	width:180px;
	border-width:1px;
	padding:2px;
	margin:0 0 3px 0;
}

#tabContent .three textarea, #tabContent .two textarea {
	height:50px;
	overflow:hidden;
	color:#666;
	font-size:9px;
}

#tabContent .two textarea { width:240px; }
#tabContent .two .last textarea { width:306px; }
#tabContent .three .one textarea { width:400px; }
#tabContent .button, #tabContent .two .button { width:100px; }

#tabContent p {
	display:block;
	width:420px;
	clear:left;
	padding:0 0 0 8px;
}

#tabContent ul.desc {
	width:420px;
	margin:0 0 0 20px;
}

#tabContent .desc li {
	margin:10px 0;
	list-style-type:square;
}

#tabContent strong {
	font-weight:bold;
}

#tabContent label {
	margin:5px 0 0 0;
	display:block;
}

#inGameMenu {
	display:block;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_ingamemenu.gif );
	margin:0 4px 4px 4px;
	border-bottom:5p solid #fff;
	padding:0 0 0 4px;
	overflow:hidden;
	_height:1%;
}

#inGameMenu ul {
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_ingamemenu.gif ) right;
	overflow:hidden;
	_height:1%;
}

#inGameMenu li {
	float:left;
	line-height:24px;
}

#inGameMenu li.last {
	border:none;
}

#inGameMenu a {
	padding:0 10px;
	border-right:1px solid #9df;
}

#shareOnline {
	clear:both;
	width:auto !important;
	display:block !important;
}
#shareOnline li {
	display:block;
	background:#fff !important;
	padding:5px 5px 0 5px;
	float:left;
	margin:10px 5px 0 0 !important;
}

#shareOnline a {
	display:block;
	width:auto;
	text-decoration:none;
	border-bottom:1px solid #036;
}

#shareOnline a:hover {
	border:none;
}

#webmasterPost {
	position:relative;
	display:block;
	background:#fff url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_webmasterSite.gif );
	width:246px; height:127px;
}

#webmasterPost img {
	position:absolute;
	top:11px; left:12px;
}

#SilverlightDownload {
	background: url( ..http://www.smartyarcade.com/plugins/site/themes/mini/images/button.jpg ) no-repeat center;
	text-decoration:none;
	text-indent:-9999em;
	display:block;
	margin:0;
	height:100px;
}

#InstallPromptDiv {
	padding-top:190px;
	font-size:9px;
	color:#fff;
	line-height:1.5em;
}

#InstallPromptDiv strong {
	font-weight:bold;
}

#InstallPromptDiv a {
	color:#fff;
	font-size:9px;
}

#PostInstallGuidance {
	width:auto;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	color:#fff;
	padding-top:20px;
}

#smallGameList {
	margin:0;
}
#smallGameList li {
	float:left;
	display:block;
	width:73px;
	height:125px;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_gpSmallGameList.gif ) no-repeat;
	padding:5px;
	margin:0 0 0 5px;
	text-align:center;
	overflow:hidden;
	position:relative;
}
#smallGameList strong a {
	font-weight:bold;
}
#smallGameList img {
	margin:0;
	border:4px solid #fff;
}
#smallGameList span {
	display:block;
}

.banner h3 {
	font-size:14px;
	font-weight:bold;
	color:#09f;
	margin:0 0 5px 10px;
}

#smallGameList a.beating {
	position:absolute;
	left:5px;
	bottom:5px;
	display:block;
	background:url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_gpChallenge.gif );
	font-weight:bold;
	width:72px;
	line-height:25px;
}

#gamePreRoll {
	background:#333;
	display:block;
	position:relative;
}

#gamePreRollContainer {
	padding:5px 10px;
	background:#fff;
	border:5px #09f solid;
	border-width:0 5px;
}

#gamePreRollWrapper {
	text-align:center;
	background:#fff;
	width:300px;
	padding:5px;
	position:absolute;
	border:5px solid #222;
}
#gamePreRollWrapper strong, #gamePreRollWrapper a {
	font-weight:bold;
}
#gamePreRollAdvert {
	background:#eee;
	display:block;
	width:300px;
	height:250px;
	margin:0 0 5px 0;
}

#gameSkip {
	display:none;
}

#shockwaveErrorWrapper {
	background:#333;
	padding:15px;
	text-align:center;
}

#shockwaveErrorMessage {
	width:220px;
	padding:65px 15px 15px 15px;
	background:#fff url( http://www.smartyarcade.com/plugins/site/themes/mini/images/bg_shockwaveMessageError.gif ) top left no-repeat;
	margin:0 auto;
	text-align:left;
	border:5px solid #222;
}

	position:relative;
	display:block; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
}

#gameContainer {
	background:#fff url('http://www.smartyarcade.com/plugins/site/themes/mini/images/game-loader.gif') no-repeat center;; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px
}

#gameContainer div {
	margin:0 auto;
}

#gameContainer h2 {
	font-size:18px;
	margin:0 0 10px 0;
}
/* icon only */

#smallGameList li, #smallGameListBig li {
	float:left;
	display:inline;
	width:84px;
	height:96px;
	margin:0 0 5px 5px;
	overflow:hidden;
	background:url( http://www.miniclip.com/images/bg_gamecat_small.gif );
	position:relative;
}

#smallGameList a, #smallGameListBig a {
	text-align:center;
	text-decoration:none;
	display:block;
	margin:5px;
}

#smallGameList a strong, #smallGameListBig a strong {
	font-weight:bold;
	text-decoration:underline;
}

#smallGameList a:hover strong, #smallGameListBig a:hover strong {
	text-decoration:none;
}

#smallGameList a p, #smallGameListBig a p {
	color:#000;
	text-decoration:none;
}

#smallGameListBig li {
	height:126px;
	background:url( http://www.miniclip.com/images/bg_gamecat_smallbig.gif );
}

#smallGameListBig {
	margin:5px 0 0 0;
}

#smallGameListBig .download {
	background:url( http://www.miniclip.com/images/bg_webmasterdownload.gif );
	position:absolute;
	bottom:0;
	height:20px;
	padding:5px 0 0 0;
	width:74px;
}

