2011-01-09html {
	background: url('gfx/html_bg.png') #000000 center repeat-y;
}

body {
	margin: 0px;
	padding: 0px;
	
	font: 0.9em Tahoma, Verdana, sans-serif;
}

form, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#layout {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	width: 100%;
	height: 213px;
	clear: both;
	background: url('gfx/top_bg.png') top center no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 66px;
}

#logo {
	display: block;
	width: 250px;
	height: 70px;
	clear: both;
	margin-left: 10px;
}

#main_menu {
	width: 980px;
	height: 12px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 8px;
}

#main_menu a {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.75em;
	text-decoration: none;
	color: #ffffff;
}

#main_menu a:hover {
	text-decoration: underline;
}

#main_menu span {
	width: 412px;
	float: right;
}

#user_panel {
	width: 445px;
	height: 50px;
	float: left;
	margin-top: 13px;
	margin-left: 85px;
}

#user_panel input.text {
	width: 159px;
	height: 18px;
	padding: 1px 5px 1px 5px;
	margin-right: 14px;
	background-color: #ffffff;
	border: 1px solid #e0dede;
	font-size: 0.75em;
	color: #a0a0a0;
}

#user_panel input.image {
	float: right;
}

#user_panel span {
	font-size: 0.75em;
	display: block;
	clear: both;
	margin-top: 5px;
	margin-left: 5px;
	color: #626262;
}

#user_panel span a {
	margin-right: 10px;
	text-decoration: none;
	color: #626262;
}

#user_panel span a:hover {
	text-decoration: underline;
}

#cart {
	width: 345px;
	height: 50px;
	float: right;
	margin-top: 13px;
	margin-right: 15px;
}

#cart span {
	float: left;
	clear: left;
	margin-top: 5px;
	font-size: 0.75em;
	color: #474747;
}

#cart span strong {
	color: #dc0000;
}

#cart a {
	float: right;
	clear: right;
	margin-top: 5px;
}

#search {
	width: 355px;
	height: 32px;
	float: right;
	clear: both;
	margin-top: 7px;
	margin-right: 20px;
}

#search label {
	display: block;
	float: left;
	padding-top: 2px;
	font-size: 0.75em;
	font-weight: bold;
	color: #5d5d5d;
}

#search input.text {
	width: 218px;
	height: 18px;
	padding: 1px 5px 1px 5px;
	margin-right: 5px;
	background-color: #ffffff;
	border: 1px solid #e0dede;
	color: #a0a0a0;
}

#search input.image {
	float: right;
}

#border {
	width: 980px;
	background: url('gfx/border_bg.png') repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 980px;
	background: url('gfx/content_bg.jpg') bottom center no-repeat;
}

#container {
	width: 738px;
	float: right;

}

.entry {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	margin-left:-4px;
	padding: 20px 10px 5px 10px;
	background: url('gfx/entry_bg.png') repeat-y;
}

#container h1 {
	width: 730px;
	height: 15px;
	background: url('gfx/h1_bg.jpg') no-repeat;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0px 7px 0px;
	font-size: 0.8em;
	margin-left:-4px;
	margin-top:-9px;
	font-weight: bold;
	color: #3c3c3c;
	clear: both;
}

#container h2 {
	font-size: 1.7em;
	font-weight: normal;
	color: #333333;
	clear: both;
}

#container img {
	float: left;
	margin-bottom: 10px;
}

#container table {
	width: 365px;
	font-size: 0.8em;
	color: #3e3e3e;
}

#container table tr {
	margin: 2px;
}

#container table tr td {
	padding: 1px;
}

#container table tr.a td {
	background-color: #ececec;
}

#container tr td.title {
	width: 100px;
}

#order {
	width: 325px;
	float: left;
	padding: 10px 5px 10px 0px;
}

#order label {
	display: block;
	float: left;
	clear: left;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
}

#order input.text {
	width: 40px;
	height: 26px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	color: #000000;
}

#order input.image {
	float: right;
	clear: right;
}

#container p {
	clear: both;
	margin-top: 10px;
	font-size: 0.75em;
	line-height: 150%;
	color: #333333;
}

#container p a {
	color: #303030;
	text-decoration: underline;
}

#container p a:hover {
	text-decoration: none;
}

#container dl {
	display: block;
	height: 100px;
	margin: 10px 40px 75px 40px;
	padding: 0px;
	clear: both;
}

#container dt {
	width: 75px;
	height: 100px;
	margin: 0px 15px 0px 15px;
	padding: 0px;
	float: left;
	text-align: center;
}

#container dt a img {
	display: block;
	clear: both;
}

#container dt a {
	font-size: 0.75em;
	text-decoration: none;
	color: #6a6a6a;
}

#container dt a:hover {
	text-decoration: underline;
}

#sidebar {
	width: 242px;
	float: left;
	padding-bottom: 25px;
}

.entry_end {
	width: 730px;
	height: 35px;
	background: url('gfx/entry_end_bg.png') bottom center no-repeat;
	margin: 0px;
	margin-left:-4px;
	
	margin-right: auto;
	padding: 0px;
}

#sidebar h3 {
	width: 198px;
	height: 13px;
	background: url('gfx/h3_bg.jpg') no-repeat;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 7px 10px 7px 10px;
	font-size: 0.75em;
	font-weight: normal;
	color: #ffffff;
}

#sidebar h3.first {
	background: url('gfx/h3_first_bg.jpg') no-repeat;
}

#sidebar a img {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

div.menu {
	width: 218px;
	background-color: #f0f0f0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding-top: 1px;
	padding-bottom: 10px;
	text-align: center;
}

div.menu a img {
	border: 1px solid #cacaca;
	margin-top: 15px;
	margin-bottom: 18px;
}

div.menu a {
	font-size: 0.75em;
	text-decoration: none;
	color: #303030;
}

div.menu a:hover {
	text-decoration: underline;
}

div.menu ul {
	width: 218px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

div.menu ul li {
	width: 218px;
	background: url('gfx/menu_li.png') no-repeat;
	padding-top: 2px;
	padding-bottom: 7px;
}

div.menu ul li:last-child {
	padding-bottom: 0px;
}

div.menu ul li.active {
	background: url('gfx/menu_li_active.png') no-repeat;
	font-weight: bold;
}

div.menu ul li a {
	margin-left: 35px;
	font-size: 0.75em;
	text-decoration: none;
	color: #5a5a5a;
}

div.menu ul li a:hover {
	text-decoration: underline;
}

div.menu ol {
	width: 218px;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	list-style-type: none;
	background-color: #e0e0e0;
	font-weight: normal;
}

div.menu ol li {
	background: none;
}

div.menu ol li a {
	margin-left: 35px;
	font-size: 0.75em;
	text-decoration: none;
	color: #303030;
}

div.menu ol li a:hover {
	text-decoration: underline;
}

#footer {
	width: 980px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	color: #828282;
}

#footer span {
	font-size: 0.75em;
	float: left;
	clear: left;
	margin: 5px 0px 10px 10px;
}

#footer span a {
	text-decoration: underline;
	color: #828282;
	margin-left: 15px;
	margin-right: 15px;
}

#footer span a:hover {
	text-decoration: none;
}

#footer span a:first-child {
	margin-left: 0px;
}

#gocreate {
	display: block;
	float: right;
	clear: right;
	margin: 5px 10px 0px 0px;
}


.przycisk {
border: 1px solid;
border-color: #000000;
font-family: Tahoma, Tahoma, Helvetica, sans-serif;
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 4px 7px;
height:25px;
background:url(images/formbg.gif) repeat-x left top;
margin-bottom:5px;
margin-top:5px;
margin-left:5px;
margin-right:5px;
font-size:11px;
}

a:link	    { COLOR: #0055b7; TEXT-DECORATION: none;} 
a:visited	{ COLOR: #0055b7; TEXT-DECORATION: none;} 
a:active	{ COLOR: #225692; TEXT-DECORATION: none;} 
a:hover     { COLOR: #e25713; TEXT-DECORATION: none;} 





#imageSlideshowHolder{

	
		*/
		/* CSS HACK */
		width: 980px;	/* IE 5.x */
		width/* */:/**/260px;	/* Other browsers */
		width: /**/980px;
		
		/* CSS HACK */
		height: 122px;	/* IE 5.x */
		height/* */:/**/260px;	/* Other browsers */
		height: /**/122px;
		
;
	
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:260px;
		height:122px;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
		position:absolute;
	}

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	outline:none;
	}
#slider li{ 
	width:218px;
	height:230px;
	overflow:hidden; 
	outline:none;
	}	
#prevBtn, #nextBtn{ 
	
	width:30px;
	height:77px;
	position:absolute;
	margin-left:5px;
	top:70px;
	outline:none;
	}	
#nextBtn{ 
	margin-left:0px;
	top:11110px;
	outline:none;
	}														
#prevBtn a, #nextBtn a{  
	
	width:30px;
	height:77px;
	background:url(http://www.getem.pl/images/btn_prev.gif) no-repeat 0 0;	
	outline:none;
	}	
#nextBtn a{ 
	background:url(http://www.getem.pl/images/btn_next.gif) no-repeat 0 0;	
	outline:none;
	}	

	a {outline: none}

	}

