/* CSS Document */

html {
	height: 100%;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	height: 100%;
	margin-bottom: 1px;
}

.clr {
	clear: both;
}

#body_bg_hd{
	width: 100%; 
	background:url(../images/layout/bgHead.png) repeat-x; 
	background-position: 0px 0px;
	}
	
#body_bg_bm{
	width: 100%; 
	background:url(../images/layout/menu_bottom_bg.png) repeat-x;
	background-position: bottom left;
	background-color:#e5ebdd;
	}	


#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	margin-right: 0px;
	width: 950px;
	height:210px;	
}

#content_inner{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 950px;
	background-color:#ffffff;
}


.content{
	border: 1px solid #b9b9b9;
	font-family: Verdana,Arial,sans-serif;	
	width:950px;
	margin:0px;
	margin-bottom:15px;
	padding: 0px;
	overflow: auto;
}


.jcont{
	font-family: Verdana,Arial,Georgia,sans-serif;	
	width:600px;
	margin:5px;
	font-size: 11px;
	text-align: justify;
	padding-top: 10px;
	padding-left:5px;
	padding-right:5px;
}

.cont{
	font-family: Verdana,Arial,Georgia,sans-serif;	
	width:600px;
	margin:5px;
	font-size: 11px;
	text-align: justify;
	padding-top: 10px;
}

/** old stuff **/

#footer {
	text-align: center;
	padding: 3px;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}


td {
	text-align: left;
	font-size: 11px;
}



a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #006699;	
	text-decoration: underline;
	font-weight: bold;

}

/*Moje style*/

/*Menu*/
a.catmenu:link, a.catmenu:visited{
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
a.catmenu:hover{	
		color: #006699;	
}

.new_prom{
	color:#a4b04e;
	float:left; 
	padding:5px; 
	font-size:9px;	
	}
	
a.submenu:link, a.submenu:visited{
	color: #515151;
	text-decoration: none;
	font-weight: normal;
	padding-left:10px;
}
a.submenu:hover{	
		color: #006699;	
}

.subject{
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin: 5px;
	padding: 10px;
	padding-left:0px;
	background-color: #9a866c;
}

h1{
	color: #2d5ad1;
	font-weight: bold;
	font-size: 14px;
	margin: 5px;
	padding: 10px;
	text-align: left;
}

h3{
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
}




.admin{
	margin:auto;
	width: 400px;
	height: 400px;
	
}


.buttons{
	border-left: 1px solid #ffffff;
	width: auto;
	padding:0px 10px;
	float:left;
}


/*Top*/

a.menu:link, a.menu:visited{
	font-size:11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover{	
	text-decoration: underline;
}

a.toplogin:link, a.toplogin:visited{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a.toplogin:hover{
	color: #006699;	
}

/*Category*/



a.user:link, a.user:visited{
	color:#b79534;
}
a.user:hover{
	color:#ffffff;
}
	


	

.errorMessage{
color:red;
font-size: 10px;
	}
	
.req{
	color:red;
	font-size: 8px;
	}	
	
table.gametable{
	border: 1px solid gray;
}

table.gametable td{
	border-bottom: 1px solid gray;
	text-align: center;	
}
table.gametable th{
	text-align: center;
	font-size: 9px;
	font-weight: normal;
}

table.gametable tr{
	border: 1px solid gray;
}
	
table.cart{
	border: 1px solid grey;
	width: 640px;	
	}
	
table.cart td{
	width: 50px;
	}	
	
table.prodt td.addcart{
	width: 40px;
	border: 0px solid black;
	}		

table.orders{
	width: 640px;
	border: 1px solid gray;
	font-size: 9px;
	}
table.orders td{
	height: 25px;
	text-align: center;
}
table.orders th{
	height: 25px;
	text-align: center;
}

table.orders tr{
	border: 1px solid gray;
}


table.zamowienie{
	font-size: 9px;
	width: 600px;
	border: 1px solid gray;
	}
table.zamowienie td{
	height: 25px;
	text-align: center;
}

table.zamowienie th{
	height: 25px;
	text-align: center;
}
