/*==============================================
Inställning för tabeller
================================================*/

table.statab {
	width:350px;
	border-collapse: collapse;
}

tr.headline th,tr.headline td {
	font-family:Georgia,Times,serif;
	font-size:16px;
	text-align:center;
	padding:6px;
	font-weight:bold;
}

td.avatar {
	background:#E9F4FE;
	border-right: 3px solid #DBF3FD;
	border-bottom: 3px solid #DBF3FD;
	padding: 6px;
	text-align:center;
	width:110px;
}


table.statab2 {
	border-collapse: collapse;
}

td.oddl2 {
	background:#F7F4EE;
	padding: 5px;
	border-bottom: 3px solid #DBF3FD;
}
td.regl2 {
	background:#E9F4FE;
	padding: 5px;
	border-bottom: 3px solid #DBF3FD;
}

td.odd11 {
	background:#dbf3fd;
	padding: 6px;
	border-bottom: 1px solid #DBF3FD;	
	border-left: 1px solid #DBF3FD;	
	border-right: 1px solid #DBF3FD;	
	border-top: 1px solid #DBF3FD;	
}

td.reg11 {
	background:#BED6E0;
	padding: 6px;
	border-bottom: 1px solid #DBF3FD;	
	border-left: 1px solid #DBF3FD;	
	border-right: 1px solid #DBF3FD;	
	border-top: 1px solid #DBF3FD;	
}

tr.head th,tr.head td {
	background:#DBF3FD;
	font-weight:bold;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding: 6px;
}

/*==============================================
Inställning för simshop
================================================*/

table.simshop {
	border-collapse: collapse;
	width:440px;
	margin-left: auto;
	margin-right: auto;
}

tr.headsimshop th,tr.headsimshop td {
	font-family:Georgia,Times,serif;
	font-size:25px;
	text-align:center;
	padding:6px;
	font-weight:bold;
}

tr.simshopodd {
	background:#F7F4EE;
}

tr.simshopodd  td{
	padding: 5px;
	border-bottom: 1px solid #CCCCFF;	
	border-top: 1px solid #CCCCFF;	
}

tr.simshopreg {
	background:#E9F4FE;
}

tr.simshopreg  td{
	padding: 5px;
	border-bottom: 1px solid #CCCCFF;	
	border-top: 1px solid #CCCCFF;	
}

tr.simshoptop {
	background:#E9F4FE;
}

tr.simshoptop  td{
	font-family:Georgia,Times,serif;
	font-size:16px;
	font-weight:bold;
	padding: 5px;
	border-bottom: 1px dotted #CCCCFF;	
	border-top: 1px dotted #CCCCFF;	
}

tr.simshopbot {
	background:#E9F4FE;
}

tr.simshopbot  td{
	padding: 10px;
	border-bottom: 1px dotted #CCCCFF;	
	border-top: 1px dotted #CCCCFF;	
}

table.varukorg  {
	border-collapse: collapse;
	width:300px;
	margin-left: auto;
	margin-right: auto;
}

tr.varukorgtop {
	background:#e4f7fe;
}

tr.varukorgtop td{
	font-size:10px;
	font-weight:bold;
	padding: 2px;
	text-align:center;
	border-bottom: 1px solid #CCCCFF;	
	border-top: 1px solid #CCCCFF;	
	border-left: 1px solid #CCCCFF;	
	border-right: 1px solid #CCCCFF;	
}

tr.varukorgmain {
	background:#eff9fd;
}

tr.varukorgmain td{
	font-size:10px;
	padding: 7px;
}

/*==============================================
Inställning för nyheter
================================================*/
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

td.boxhead {
	background: url(sbhead.png) no-repeat top center;
	margin: 0;
	padding: 5px;
	text-align: center;
}
td.boxhead h2 {
	margin: 0;
	padding: 5px 10px 5px;
	font-weight: bold; 
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
td.boxbody {
	background: url(sbbody-u.png) repeat top center;
	margin: 0;
	padding: 5px 30px 5px;
}
td.boxfeet {
	background: url(sbbody.png) no-repeat top center;
	margin: 0;
}

td.boxhead2 {
	background: url(sbhead2.png) no-repeat top center;
	margin: 0;
	padding: 5px;
	text-align: center;
}
td.boxhead2 h2 {
	margin: 0;
	padding: 5px 10px 5px;
	font-weight: bold; 
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
td.boxbody2 {
	background: url(sbbody-u2.png) repeat top center;
	margin: 0;
	padding: 5px 30px 5px;
}
td.boxfeet2 {
	background: url(sbbody2.png) no-repeat top center;
	margin: 0;
}
