/*@charset "utf-8";*/
/*
	BrukHodet.no CSS
	
	Author: Marcus Pettersson
	Version: 1.0 2007-07-26
*/

html 										{ margin: 0; padding: 0; }
body 										
{
	background: url(../res/back.gif) #f7f7f7 repeat-y; 
	font: normal 12px Arial, Helvetica, sans-serif; 
	color: #555555; 
	margin: 0; 
	padding: 0; 
	text-align: left; 
}

p { margin:0; padding:0; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }

.button										{ border: solid 1px #c8c8c8; background: #FFFFFF; margin: 0px; padding: 1px; text-align: center; }
.button a									{ font-size: 11px; color: #6b6b6b; font-weight: bold; text-decoration: none; background: url(../res/button_back.gif) repeat-x; margin: 0; padding: 3px 10px 2px 10px; display: block;}
.button a:hover								{ background: url(../res/button_hover.gif) repeat-x; color: #000000; text-decoration: none; }
.button.gold								{ border: solid 1px #c8bf81; background: #eee5a7; margin: 0px; padding: 1px; text-align: center; }
.button.gold a								{ font-size: 11px; color: #6b622b; font-weight: bold; text-decoration: none; background: url(../res/button_gold_back.gif) repeat-x; margin: 0; padding: 3px 10px 2px 10px; display: block;}
.button.gold a:hover						{ background: url(../res/button_gold_hover.gif) repeat-x; color: #38320d; text-decoration: none; }

a											{ color: #4c863e; text-decoration: none; font-weight: bold; }
a:hover										{ color: #4c863e; text-decoration: underline; }

/* Styles for colors */
.white										{ color: #ffffff; }
.error										{ color: #cc0000; }
.red										{ color: #cc0000; }
.alert										{ color: #cc0000; font-weight:bold; }
.green										{ color: #0a8c00; }
.blue										{ color: #0c4e7f; }
.memberBlue									{ color: #1781ff; }
.memberBlue:hover							{ color: #1781ff; }
.solutionCorrect							{ color: Green; }
.solutionInCorrect							{ color: Red; }
.online										{ color: #0a8c00; font-weight:bold; }

.whiteLink									{ color: #ffffff; }
.whiteLink:hover 							{ color: #ffffff; }
.whiteLink a								{ color: #ffffff; }

.strong, .bold
{
	font-weight:bold;
}

ul { margin-left:10px; margin-top:0; padding:0; }
li { margin-left:10px; padding:0; }

/* Styles for inputs */
select										{ font-family: Arial, Verdana; font-size: 11px; font-weight: normal; color: #333333; }
.boldSelect									{ font: 11px, Arial, Helvetica, sans-serif; font-weight: bold; color: #555555; }
input, textarea								{ font-family: Arial, Verdana; font-size: 11px; font-weight: normal; color: #333333; }
.quicklist									{ font: 11px, Arial, Helvetica, sans-serif; font-weight: bold; color: #555555; }

/* Styles for page layout */
.twoCols #container 						{ width: 1008px; }
.twoCols #main 								{ margin: 0; padding: 0 260px 0 0; text-align: left; }
.twoCols #sidebar 							{ float: right; width: 260px; padding: 0; margin: 0; }
.twoCols #mainContent 						{ padding: 0px; margin: 0px; padding-top: 7px; width: 738px; background: url(../res/main_back.gif) repeat-x; }
.twoCols #mainTop 							{ padding: 0; margin: 0; width: 738px; height: 79px; }
.twoCols #mainMenu 							{ width: 738px; height: 33px; padding: 0; margin: 0; background: url(../res/menu_back.gif) repeat-x; }

/* Styles for top menu */
.menuLink 									{ font: 13px, Arial, Helvetica, sans-serif; font-weight: bold; color: #b5b5b5; margin: 0; padding: 0px; height: 33px; float: left; }
.menuLink a 								{ float: left; padding-top: 8px; padding-left: 10px; padding-right: 10px; display: block; color: #6b6b6b; text-decoration: none; height: 25px; }
.menuLink a:hover 							{ color: #000000; background: url(../res/menu_hover.gif) repeat-x; text-decoration: none;}
.menuSelected 								{ font: 13px, Arial, Helvetica, sans-serif; font-weight: bold; color: #ffffff; margin: 0; padding: 0px; height: 25px; float: left; background: url(../res/menu_selected.gif) repeat-x; }
.menuSelected a								{ font: 13px, Arial, Helvetica, sans-serif; font-weight: bold; color: #ffffff; margin: 0; padding: 0px; padding-left: 10px; padding-right: 10px; padding-top: 8px; height: 25px; float: left; background: url(../res/menu_selected.gif) repeat-x; text-decoration: none;}
.menuSelected a:hover						{ font: 13px, Arial, Helvetica, sans-serif; font-weight: bold; color: #ececec; margin: 0; padding: 0px; padding-left: 10px; padding-right: 10px; padding-top: 8px; height: 25px; float: left; background: url(../res/menu_selected.gif) repeat-x; text-decoration: none;}

/* Styles for hem.aspx */
.winterHeader								{ font-weight:bold; color:#5080a9; font-size:16px; }
.bliMedlemInkastareLeftColumn				{ float:left; width:20px; }
.bliMedlemInkastareRow0						{ background: url(../res/home/bli_medlem_row0.gif); padding: 5px 5px 5px 3px; }
.bliMedlemInkastareRow1						{ background: url(../res/home/bli_medlem_row1.gif); padding: 5px 5px 5px 3px; }

/* Styles for banners */
.banner 									{ width: 250px; background-color: #e4e4e4; font: 40px, Arial, Helvetica, sans-serif; font-weight: bold; text-align: center; color: #d7d7d7; margin: 0; padding: 0; margin-top: 10px; }

/* Styles for the box headers */
.headLeft 									{ background: url(../res/head_left.gif); height: 29px; width: 10px; padding: 0; margin: 0; float: left; }
.headRight 									{ background: url(../res/head_right.gif); height: 29px; width: 10px; float: right; padding: 0; margin: 0; }
.headFill 									{ background: url(../res/head_fill.gif); height: 29px; padding: 0; margin: 0; float: right; }
.headTitle 									{ float: left; font: 14px, Arial, Helvetica, sans-serif; font-weight: bold; color: #ffffff; margin: 0; padding: 0; padding-top: 6px; }
.headTitle a								{ font: 16px, Arial, Helvetica, sans-serif; font-weight: bold; color: #ffffff; }
.headTitle a:hover							{ font: 16px, Arial, Helvetica, sans-serif; font-weight: bold; color: #ffffff; }

/* - Blue - */
.headLeft.blueLeft 							{ background: url(../res/head_blue_left.gif); }
.headRight.blueRight 						{ background: url(../res/head_blue_right.gif); }
.headFill.blueFill							{ background: url(../res/head_blue_fill.gif); }
/* - Red - */
.headLeft.redLeft 							{ background: url(../res/head_red_left.gif); }
.headRight.redRight 						{ background: url(../res/head_red_right.gif); }
.headFill.redFill 							{ background: url(../res/head_red_fill.gif); }

/* Styles for lists */
.arrowlistGrey								{ background: url(../res/icon_arrow_grey2.gif) no-repeat; padding-left: 10px;}
.ringlist									{ background: url(../res/icon_ring.gif.gif) no-repeat; padding-left: 10px;}

/* Styles for boxes */
.boxFill									{ border-left: solid #cfcfcf 1px; border-right: solid #cfcfcf 1px; padding: 10px; margin: 0;}
.boxEndLeft									{ background: url(../res/bottom_left_float.gif) no-repeat left bottom; border-top: solid #cfcfcf 1px; border-right: solid #cfcfcf 1px; float: left; padding: 10px; text-align: center; }
.boxEndRight			                    { background: url(../res/bottom_right_float.gif) no-repeat right bottom; padding: 10px; text-align: center; border-top: solid #cfcfcf 1px; }

/* Styles for game rows */
.headerBar 									{ margin: 0; padding: 0; height: 26px; }
.headerBar td 								{ padding-right: 20px; font: 11px, Arial, Helvetica, sans-serif; font-weight: bold; border-bottom: solid #cfcfcf 1px; color: #666666; }
.gameBox 									{ border-left: solid #cfcfcf 1px; border-right: solid #cfcfcf 1px; padding: 0; margin: 0; }
.gameTable 									{ width: 100%; margin: 0; padding: 0; border-collapse: collapse; }
.gameRow 									{ height:56px; background-color: #eaeaea; margin: 0; padding: 0; font: 11px, Arial, Helvetica, sans-serif; color: #555555; }
.gameRow td 								{ padding: 0; padding-right: 10px; margin: 0; text-align: left; border-bottom: solid 4px #ffffff; }
.gameRow td.gameTheme						{ padding-left: 10px; width: 66px; }
.gameRow td.gameName						{ font-size: 13px; font-weight: bold; padding: 0; margin: 0; }
.gameRow td.gameName a 						{ text-decoration: none; }
.gameRow td.gameName a:hover 				{ text-decoration: underline; }
.gameRow:hover 								{ background-color: #e3e3e3; }
.gameRow a 									{ color: #333333; }
.gameRow td img 							{ border: none; }
/* - Roliga krysset - */
.gameRow.roliga_krysset 					{ background-color: #e2f3d6; }
.gameRow.roliga_krysset:hover 				{ background-color: #d6f2c2; }
.gameRow.roliga_krysset a					{ color: #378400; }
/* - TV-krysset - */
.gameRow.tv-krysset 						{ background-color: #f7f1e5; }
.gameRow.tv-krysset:hover 					{ background-color: #f7ebd2; }
.gameRow.tv-krysset a						{ color: #bd7e01; }
/* - Filmkryss - */
.gameRow.filmkryss							{ background-color: #fae3e3; }
.gameRow.filmkryss:hover 					{ background-color: #fad7d7; }
.gameRow.filmkryss a						{ color: #c63232; }
/* - Kändiskryss - */
.gameRow.kandiskryss						{ background-color: #fae3ed; }
.gameRow.kandiskryss:hover 					{ background-color: #fad7e6; }
.gameRow.kandiskryss a						{ color: #c00048; }
/* - Sportkryss - */
.gameRow.sportkryss							{ background-color: #dcecf9; }
.gameRow.sportkryss:hover 					{ background-color: #cfe7fa; }
.gameRow.sportkryss a						{ color: #0165b5; }
/* - Historiekryss - */
.gameRow.historiekryss						{ background-color: #f4ece4; }
.gameRow.historiekryss:hover 				{ background-color: #f5e6d7; }
.gameRow.historiekryss a					{ color: #894701; }
/* - Bokkryss - */
.gameRow.bokkryss							{ background-color: #e9f5de; }
.gameRow.bokkryss:hover 					{ background-color: #e3f5d3; }
.gameRow.bokkryss a							{ color: #3b7c00; }
/* - Svåra krysset - */
.gameRow.svara_krysset						{  }
.gameRow.svara_krysset:hover 				{  }
.gameRow.svara_krysset a					{  }
/* - Lekende lett - */
.gameRow.lekende_lett						{ background-color: #fbeece; }
.gameRow.lekende_lett:hover 				{ background-color: #f7e4b4; }
.gameRow.lekende_lett a						{ color: #ff642f; }
/* - Tempokryss - */
.gameRow.tempokryss							{ background-color: #e5f7e7; }
.gameRow.tempokryss:hover 					{ background-color: #daf7dd; }
.gameRow.tempokryss a						{ color: #189538; }
/* - Ordfläta - */
.gameRow.ordflata							{ background-color: #dff5f1; }
.gameRow.ordflata:hover 					{ background-color: #d3f5ef; }
.gameRow.ordflata a							{ color: #008d73; }
/* - Sudoku - */
.gameRow.sudoku								{ background-color: #f7e6f2; }
.gameRow.sudoku:hover 						{ background-color: #f3e2ee; }
.gameRow.sudoku a							{ color: #69395d; }
/* - Kakuro - */
.gameRow.kakuro								{ background-color: #e1f0ee; }
.gameRow.kakuro:hover 						{ background-color: #cfeeea; }
.gameRow.kakuro a							{ color: #3c726d; }
/* - Nyckelkrysset - */
.gameRow.nyckelkryss						{ background-color: #d6f3f2; }
.gameRow.nyckelkryss:hover 					{ background-color: #d0edec; }
.gameRow.nyckelkryss a						{ color: #046d68; }
/* - Onsdagskrysset - */
.gameRow.onsdagskryss						{ background-color: #e2e2d7; }
.gameRow.onsdagskryss:hover 				{ background-color: #ddddd1; }
.gameRow.onsdagskryss a						{ color: #5aa53f; }
/* - Temposudoku - */
.gameRow.temposudoku						{ background-color: #d5edff; }
.gameRow.temposudoku:hover 					{ background-color: #d6eafa; }
.gameRow.temposudoku a						{ color: #3487c7; }
/* - Veckosökord - */
.gameRow.veckosokord						{ background-color: #fbe2cc; }
.gameRow.veckosokord:hover 					{ background-color: #f7dec8; }
.gameRow.veckosokord a						{ color: #bc5800; }
/* - Krypto - */
.gameRow.krypto								{ background-color: #f1f1cc; }
.gameRow.krypto:hover 						{ background-color: #efefbc; }
.gameRow.krypto a							{ color: #7e7d00; }
/* - Pusselkryss - */
.gameRow.pusselkryss						{ background-color: #ecfbcc; }
.gameRow.pusselkryss:hover 					{ background-color: #e6f9bd; }
.gameRow.pusselkryss a						{ color: #80bc00; }
/* - Månadskryss - */
.gameRow.manadskryss						{ background-color: #cce8f3; }
.gameRow.manadskryss:hover 					{ background-color: #c1e3f0; }
.gameRow.manadskryss a						{ color: #054864; }
/* - Lördagskryss - */
.gameRow.lordagskryss						{ background-color: #e5dddb; }
.gameRow.lordagskryss:hover 				{ background-color: #e4d6d3; }
.gameRow.lordagskryss a						{ color: #b5375b; }
/* - K&T Siffror - */
.gameRow.fillinnumbers						{ background-color: #f5dce5; }
.gameRow.fillinnumbers:hover 				{ background-color: #f3d2de; }
.gameRow.fillinnumbers a					{ color: #dc7499; }

/* Game Colors */
/* - Frågesport - */
.fragesportBGColor							{ background-color: #dbf5dc; }
.fragesportHeader 							{ color: #4c863e; font-weight: bold; }
/* - Tre i rad - */
.threeBGColor								{ background-color: #e5f1fe; }
.threeHeader 								{ color: #4c863e; font-weight: bold; }
/* - Vecko Sökord - */
.veckosokordBGColor							{ background-color: #fbe2cc; }
.veckosokordHeader 							{ color: #bc5800; font-weight: bold; }
/* - Månadskrysset - */
.manadskryssBGColor							{ background-color: #cce8f3; }
.manadskryssHeader 							{ color: #054864; font-weight: bold; }
/* - Svåra krysset - */
.svara_kryssetBGColor						{ background-color: #dddddd; }
.svara_kryssetHeader 						{ color: #555555; font-weight: bold; }
/* - Roliga krysset - */
.roliga_kryssetBGColor 						{ background-color: #e2f3d6; }
.roliga_kryssetHeader						{ color: #378400; font-weight: bold; }
/* - TV-krysset - */
.tv-kryssetBGColor							{ background-color: #f7f1e5; }
/* - Sudoku - */
.sudokuBGColor 								{  }
/* - Filmkryss - */
.filmkryssBGColor							{ background-color: #fae3e3; }
.filmkryssHeader							{ color: #c63232; font-weight: bold; }
/* - Lördagskryss - */
.lordagskryssBGColor						{ background-color: #e5dddb; }
.lordagskryssHeader							{ color: #b5375b; font-weight: bold; }
/* - Onsdagskryss - */
.onsdagskryssBGColor						{ background-color: #e2e2d7; }
.onsdagskryssHeader							{ color: #5aa53f; font-weight: bold; }
/* - Kändiskryss - */
.kandiskryssBGColor							{ background-color: #fae3ed; }
/* - Sportkryss - */
.sportkryssBGColor							{ background-color: #dcecf9; }
/* - Historiekryss - */
.historiekryssBGColor						{ background-color: #f4ece4; }
/* - Bokkryss - */
.bokkryssBGColor							{ background-color: #e9f5de; }
.bokkryssHeader								{ color: #3b7c00; font-weight: bold; }
/* - Svåra krysset - */
.svara_kryssetBGColor						{  }
/* - Tempokryss - */
.tempokryssBGColor							{ background-color: #e5f7e7; }
/* - Ordfläta - */
.ordflataBGColor							{ background-color: #dff5f1; }
/* - Krypto - */
.kryptoBGColor								{ background-color: #f1f1cc; }
.kryptoHeader								{ color: #7e7d00; font-weight: bold; }
/* - Pusselkryss - */
.pusselkryssBGColor							{ background-color: #ecfbcc; }
.pusselkryssHeader							{ color: #80bc00; font-weight: bold; }
/* - 13Rätt - */
.trettonRattBGColor							{ background-color: #e7e6ff; }
.trettonRattHeader							{ color: #0c05ae; font-weight: bold; }
.trettonRattHeader:hover					{ color: #0c05ae; }
/* - Quiz - */
.fragesportBGColor							{ background-color: #d8f5f2; }
.fragesportHeader							{ color: #085a52; font-weight: bold; }
.fragesportHeader:hover						{ color: #085a52; }
/* - Tre i rad - */
.threeBGColor								{ background-color: #d8f9c5; }
.threeHeader								{ color: #16a800; font-weight: bold; }
.threeHeader:hover							{ color: #16a800; }
/* - BildQuiz - */
.bildquizBGColor							{ background-color: #fcf6d0; }
.bildquizHeader								{ color: #b99400; font-weight: bold; }
.bildquizHeader:hover						{ color: #b99400; }


/* Game page */
.game_footer
{
	height:24px; clear:left; padding: 5px 0 0 6px;
}

/* LynX Highscore */
.highscore { padding: 10px 0 0 10px; float:left; }
.highscore .header { font-weight:bold; padding-left:5px; }
.highscore .border { border: solid 1px #dfdfdf; width:228px; padding:1px; background-color:#666666; }
.highscore table
{
	font-weight:bold;
	width:228px;
	border-collapse: collapse;
}
.highscore tr { background-color:#ffffff; }
.highscore tr td { padding: 2px 0 2px 5px; }
.highscore .alt { background-color:#efefef; }
.highscore .colum1 { width:20px; }
.highscore .colum2 { width:143px; }


/* Headings */
h1											{ font-size: 21px; font-weight: bold; margin: 0; padding: 0; }
h2											{ font-size: 14px; font-weight: bold; margin: 0; padding: 0; }
h3											{ font-size: 14px; font-weight: bold; margin: 0; padding: 0; }
h4											{ font-size: 12px; font-weight: bold; margin: 0; padding: 0; }

.small_text									{ font-size: 11px; }
.smallText									{ font-size: 11px; }

/* Styles for the community */
/* - Member - */
.line										{ border-bottom: solid 1px #cccccc; margin: 0px; width:492px; }
.bottomLine									{ border-bottom: solid 1px #cccccc; margin: 0px; padding: 5px; float: left; }
.bigPhoto									{ border: solid 1px #d6d6d6; margin: 0px; padding: 5px; float: left; }
.smallPhoto									{ border: solid 1px #d6d6d6; margin: 0px; padding: 3px; float: left; }
.memberTitle								{ font-size: 21px; font-weight: bold; padding-top: 10px; }
.memberTitle.titleGirl						{ color: #ff4791; }
.memberTitle.titleBoy						{ color: #1781ff; }
.memberDesc									{ font-size: 11px; font-weight: bold; }
.memberDesc.descGirl						{ color: #ff4791; }
.memberDesc.descBoy							{ color: #1781ff; }

.wideLeftColumn								{ float: left; width: 502px; border-right: solid 1px #cccccc; margin-right: 10px; padding-right: 10px; }

.smallLeftColumn							{ float: left; width: 195px; margin-right: 10px; }
.wideRightColumn							{ float: right; width: 502px; border-left: solid 1px #cccccc; padding-left:10px; }
.guestBook									{ font-size: 11px; }

.pinkPhotoBg								{ background: url(../res/photos/box_01.gif) no-repeat; width:111px; height:176px; text-align:center; padding-top:12px; margin-right:5px; }
.greenPhotoBg								{ background: url(../res/photos/box_02.gif) no-repeat; width:257px; height:176px; text-align:center; padding-top:12px; margin-right:5px; }
.bluePhotoBg								{ background: url(../res/photos/box_03.gif) no-repeat; width:122px; height:176px; text-align:center; padding-top:12px; }

.secretLeftColumn							{ float:left; width:35px; }
.secretMiddleColumn							{ width:120px; padding-top:2px; float:left; }
.secretRightColumn							{ padding-top:2px; }

/* - Menu - */
.memberMenu									{ background: url(../res/member_menu_back.gif) repeat-x; margin-top: 14px; padding-left: 10px; padding-right: 10px; height: 26px; }
.memberMenu .left							{ margin: 0; padding: 0; background: url(../res/member_menu_left.gif) no-repeat; width: 10px; height: 23px; float: left; margin-left: 1px; }
.memberMenu .leftSel						{ margin: 0; padding: 0; background: url(../res/member_menu_left_sel.gif) no-repeat; width: 10px; height: 25px; float: left; margin-left: 1px; }
.memberMenu .right							{ margin: 0; padding: 0; background: url(../res/member_menu_right.gif) no-repeat; width: 10px; height: 23px; float: left; margin-right: 1px; }
.memberMenu .rightSel						{ margin: 0; padding: 0; background: url(../res/member_menu_right_sel.gif) no-repeat; width: 10px; height: 25px; float: left; margin-right: 1px; }
.memberMenu .fill							{ color: #ffffff; margin: 0; padding: 0; background: url(../res/member_menu_fill.gif) repeat-x; height: 17px; float: left; font-weight: bold; font-size: 11px; padding-top: 6px; }
.memberMenu .fillSel						{ color: #ffffff; margin: 0; padding: 0; background: url(../res/member_menu_fill_sel.gif) repeat-x; height: 19px; float: left; font-weight: bold; font-size: 11px; padding-top: 6px; }
.memberMenu .fillSel a						{ color: #ffffff; text-decoration: none;}
.memberMenu .fill a							{ color: #6b6b6b; text-decoration: none;}
.memberMenu .fill a:hover					{ color: #000000; }
.topTitle									{ font-size: 14px; color: #555555; font-weight: bold; border-bottom: solid 1px #cccccc; padding-bottom: 5px; margin-bottom: 2px; }
#memberContent								{ padding: 0px; margin: 0px; width: 718px; padding-top: 32px; padding-left: 10px; padding-right: 10px; background: url(../res/member_fade.gif) repeat-x; }

/* Register pages */
.registerHeaderRow							{ border-bottom: solid 1px #c8c8c8; padding-bottom:4px; padding-top:10px; margin-left:10px; margin-right:10px; }
.registerRow								{ border-bottom: solid 1px #c8c8c8; padding-bottom:20px; padding-top:10px; margin-left:10px; margin-right:10px; }
.registerText								{ font-weight:bold; float: left; width: 140px; padding-top: 10px; text-align: right; padding-right: 20px; }
.registerBox								{ padding-top: 8px; }
.registerInfoBox							{ font-size: 11px; float:right; width: 208px; padding-top: 5px; padding-left: 5px; padding-right: 5px; background-color: #e9e9e9; }

/* Form styles */
.formHeader									{ font-weight:bold; padding-top:5px; }

.formRowText								{ font-weight:bold; float: left; width: 110px; padding-top: 10px; padding-right: 20px; }
.formRowBox									{ padding-top: 8px; }

.formRowTextPaper							{ font-weight:normal; float: left; width: 60px; padding-top: 6px; padding-right: 20px; }
.formRowBoxPaper							{ padding-top: 4px; }

/* Table styles */
table.smallList								{ border-bottom: 1px solid #cccccc; border-collapse: collapse; margin-top: 0; margin-bottom: 10px; width: 100%; }
table.smallList td							{ font-size: 11px; margin: 0; padding: 0; padding-left: 0px; padding-top: 4px; padding-bottom: 4px; border-bottom: 1px solid #e4e4e4; }
table.smallList th							{ font-size: 11px; font-weight: bold; color: #555555; margin: 0; padding: 0; padding-left: 0px; padding-top: 0; padding-bottom: 4px; border-bottom: 1px solid #cccccc; }

.smsText
{
	margin:10px 0 0 10px;
}

/* First page */
.newGames { }
.newGames .inner { padding: 0; }
.newGames .image { padding:2px 10px 0 6px; }
.newGames .arrow { padding-top:18px; }
.newGames .text { padding-top:12px; text-align:right; padding-right:6px; }
.newGames .header { padding-top:16px; }
.newGames .header a { font-size:15px; }
.newGames .divider { border-bottom:solid 1px #cccccc; height:2px; padding:0; margin:0; }
.newGames .divider {  }
