html, body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	background: #fff;
}
/* top container */
#top_container {
	width:768px;
	height:250px;
	background:url(../images/template/top_bg.jpg) 0px 55px repeat-x;
	margin:0 auto;
	position:relative;
}
#top_logo {
	width:420px;
	height:212px;
	background:url(../images/template/top_logo.jpg) no-repeat;
	position:absolute;
	top:38px;
	left:177px;
}
#kompino_logo {
	width:112px;
	height:29px;
	background:url(../images/template/logo_kompino.png) no-repeat;
	position:absolute;
	top:14px;
	left:10px;
}
ul#top_left_menu {
	display:block;
	list-style:none;
	width:166px;
	height:174px;
	position:relative;
	left:-30px;
	top:80px;
	text-transform:uppercase;
}

ul#top_left_menu li {
	display:block;
	width:154px;
	height:31px;
	background:url(../images/template/top_left_menu_bg.png) no-repeat;
	padding:0 0 0 16px;
}
ul#top_left_menu li a {
	display:block;
	text-decoration:none;
	color:#454545;
	font-weight:bold;
}
ul#top_left_menu li a:hover {
	color:#1a7296;
}

ul#top_right_menu {
	display:block;
	list-style:none;
	width:145px;
	height:120px;
	position:relative;
	left:570px;
	top:-100px;
	text-transform:uppercase;
}
ul#top_right_menu h5 {
	height:31px;
	background:url(../images/template/top_left_menu_bg.png) no-repeat;
	margin:0;
	padding:0 0 0 18px;
	font-size:11px;
}
ul#top_right_menu li {
	display:block;
	width:154px;
	background:url(../images/template/right_menu_item.gif) 0 5px no-repeat;
	padding:0 0 0 14px;
	height:16px;
	line-height:16px;
	font-weight:bold;
	text-transform:capitalize;
}
ul#top_right_menu li a{
	color:#A5A5A5;
	text-decoration:none;
	font-size:10px;
	display:block;
}
ul#top_right_menu li a:hover {
	color:#454545;
}
#mini_basket {
	width:164px;
	height:45px;
	color:#ec4711;
	position:absolute;
	top:1px;
	left:596px;
	background:url(../images/template/dots_pion.png) left top no-repeat;
	padding:0 0 0 7px;
	font-weight:bold;
}
#mini_basket span {
	display:block;
	color:#a5a5a5;
	font-weight:normal;
}
#mini_basket a { color:#ec4711; text-decoration:none;}
#mini_basket a:hover {
	color:#1A7296;
}

/* main window */
#main_window {
	width:768px;
	overflow:auto;
	background:url(../images/template/main_header_bg.jpg) top left repeat-x;
	margin:0 auto;
	padding:0;
}
#main_menu {
	width:170px;
	float:left;
	background:url(../images/template/main_menu_bg.jpg) left 30px repeat-x;
	border-left:1px #EFEFEF solid;
}
h2.category_list_header, h2.delivery_costs, h2.privacy_policy, h2.rules, h2.contact, h2.cart, h2.search_result {
	display:block;
	height:30px;
	line-height:30px;
	font-size:16px;
	margin:0;
	padding:0;
}
#main_menu h1, h2.bestseller {
	font-size:17px;
	color:#000;
	display:block;
	height:30px;
	line-height:30px;
	padding:0;
	font-weight:normal;
}
#main_menu h1 {
	margin:0 0 0 10px;
}
h2.bestseller, h2.delivery_costs, h2.privacy_policy, h2.rules, h2.contact, h2.cart, h2.category_list_header, h2.search_result {
	background:url(../images/template/header_dots.gif) 0px 12px no-repeat;
	padding:0 0 0 10px;
	margin:0;
}
#main_menu h2.category a {
	display:block;
	margin:0 0 0 8px;
	padding:0 0 2px 20px;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	background:url(../images/template/top_left_menu_bg.png) left bottom no-repeat;
	font-weight:bold;
}

#main_right_window {
	width:584px;
	float:right;
}

#main_menu ul {
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
}
#main_menu ul li {
	display:block;
	width:150px;
}

#list_of_products ul, .list_of_products_front ul {
	list-style:none;
	margin:0;
	padding:0;
}
#list_of_products li, .list_of_products_front li {
	display:block;
	width:290px;
	overflow:auto;
	float:left;
	border-right:1px #efefef solid;
	padding:10px 0 10px 0;
}

#list_of_products li .cover, .list_of_products_front li .cover{
	width:120px;
	height:120px;
	overflow:hidden;
	background:#fff;
	float:left;
}
#list_of_products li .cover img, .list_of_products_front li .cover img {
	padding:0 10px 10px 10px;
}
#list_of_products li .details h3, .list_of_products_front li .details h3 {
	margin:20px 0 0 0;
	padding:0;
}
#list_of_products li .details h3 a, .list_of_products_front li .details h3 a {
	color:#ec4711;
}
#list_of_products li .details .price, .list_of_products_front li .details .price {
	font-size:18px;
	color:#188fc0;
	font-weight:bold;
	margin:0 5px 0 130px;
	text-align:right;
}


/***********************************************************/
/*                sub windows                              */
/***********************************************************/
div.delivery_costs_content {
	
}
table.delivery_main {
	font-size:12px;
	width:100%;
	margin:0 auto;
	border-left:1px #efefef solid;
	border-right:1px #efefef solid;
}
table.delivery_main td, table.delivery_main th {
	height:26px;
	background:url(../images/template/main_header_bg.jpg) 0 -2px repeat-x;
}
table.delivery_main td {
	text-align:center;
}
.delivery_footer {
	width:100%;
	height:60px;
	line-height:60px;
	background:url(../images/template/top_bg.jpg) 0px -4px repeat-x;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

.rules_content p {
	line-height:18px;
}
.rules_content h3 {
	display:block;
	text-align:center;
}

/***********************************************************/
/*                item short                               */
/***********************************************************/
.button_area {
	width:270px;
	height:31px;
	margin:0 auto;
	border-top:1px #e5e5e5 dotted;
	border-bottom:1px #e5e5e5 dotted;
	clear:both;
}

a.details_btn, a.buynow_btn {
	display:block;
	width:81px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	margin:7px 0 0 0;
}
a.details_btn {
	float:left;
	background:url(../images/template/details_btn.gif) 0 0 no-repeat;
}
a.buynow_btn {
	float:right;
	background:url(../images/template/buynow_btn.gif) 0 0 no-repeat;
}
a.details_btn:hover, a.buynow_btn:hover {
	background-position:0 -18px;
}
.describe_short {
	width:290px;
	float:none;
	clear:both;
	margin:10px 0 10px 0;
}
#list_of_products li .time_order span {
	display:block;
	color:#a5a5a5;
	font-weight:bold;
}
#list_of_products li .time_order {
	text-align:right;
	margin:8px 4px 0 0;
}

h2.recommend, h2.new, h2.order_address {
	clear:both;
	font-weight:normal;
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#000;
	text-indent:20px;
	background:url(../images/template/top_bg.jpg) 0px -25px repeat-x;
	border-top:1px #ccc solid;
}

/***********************************************************/
/*                search field                             */
/***********************************************************/
#search_field {
	width:172px;
	height:77px;
	background:url(../images/template/search_bg.jpg) 0 0 no-repeat;
	margin:3px 0 3px 3px;
}
#search_field h3.search_form {
	display:block;
	font-size:14px;
	padding:12px 0 0px 14px;
	text-transform:uppercase;
	letter-spacing:-1px;
}
#search_field form {
	margin:-10px 0 0 14px;
	padding:0;
}
#search_field input.text {
	background:#f4f4f4;
	border:1px #8e8e8e solid;
	width:104px;
	height:18px;
	float:left;
}

#search_field input.search {
	width:17px;
	height:19px;
	background:url(../images/template/search_btn.gif) 0 0 no-repeat;
	border:none;
	margin:0;
	padding:0;
	overflow:hidden;
	color:#365058;
	font-size:0px;
	text-indent:-9999px;
}


div.info {
	padding:20px;
	text-align:center;
	margin:10px;
	background:url(../images/template/footer_bg.gif) 0 0 repeat-x;
}
p.info {
	width:90%;
	margin-left:20px;
}

input.order_recount {
	height:18px;
	width:152px;
	background:url(../images/template/calculate_order.gif) 0 0 no-repeat;
	border:none;
	text-indent:-9999px;
}
input.order_recount:hover, a.shopping_continue:hover, a.ordering:hover, input.order_add:hover {
	background-position:0 -18px;
	cursor:pointer;
}
.order_add {
	display:block;
	height:18px;
	width:152px;
	background:url(../images/template/order.gif) 0 0 no-repeat #000;
	border:none;
	text-indent:-9999px;
}
a.shopping_continue, a.ordering {
	display:block;
	width:152px;
	height:18px;
	overflow:hidden;
	text-indent:-9999px;
}
a.shopping_continue {
	background:url(../images/template/continue_shopping.gif) 0 0 no-repeat;
}
a.ordering, input.order_add {
	background:url(../images/template/order.gif) 0 0 no-repeat;
}
/***********************************************************/
/*                cart show                                */
/***********************************************************/
table.cart_list {
	width:100%;
	margin:1px 0 0 0 ;
	background:url(../images/template/top_bg.jpg) 0px -3px repeat-x;
}
table.cart_list th {
	height:20px;
	line-height:20px;
	border-bottom:1px #999 dotted;
}
table.cart_list td {
	border-bottom:1px #ccc dotted;
}
input {
	border:1px #c4c4c4 solid;
}










.order_show table {
}
.order_show table th {}
.order_show table td label {
	padding:0 0 0 30px;
}
.order_show table td input, textarea {
	border:1px #c4c4c4 solid;
}



h1.title {
	font-size:17px;
	color:#000;
	display:block;
	height:30px;
	width:570px;
	background:url(../images/template/header_dots.gif) 0px 12px no-repeat;
	padding:0 0 0 10px;
	overflow:hidden;
	line-height:30px;
	font-weight:normal;
	margin:0;
}





/***********************************************************/
/*                item long                                */
/***********************************************************/
div.cover {
	width:150px;
	text-align:center;
	float:left;
}
.cover_zoom a {
	display:block;
	text-indent:-9999px;
	width:81px;
	height:18px;
	overflow:hidden;
	background:url(../images/template/zoom_btn.gif) 0 0 no-repeat;
	margin:0 auto 10px auto;
}
.tobasket_btn {
	padding:5px 0 5px 0;
	border-top:1px #e5e5e5 dotted;
	border-bottom:1px #e5e5e5 dotted;
}
.tobasket_btn a, .cart_add a {
	display:block;
	width:81px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/template/buynow_btn.gif) 0 0 no-repeat;
}
.cover_zoom a:hover, .tobasket_btn a:hover, a.dokoszyka:hover, .cart_add a:hover  {
	background-position:0 -18px;
}
.cover img {
	padding:10px;
	margin:0 auto;
}
table.item_long .details {
	width:420px;
}
div.item_long .price {
	font-size:18px;
	color:#188fc0;
	font-weight:bold;
	margin:0 5px 0 130px;
	text-align:right;
}
div.item_long h3 {
	font-size:12px;
	color:#ec4711;
	margin:20px 0 10px 0;
	padding:0;
	text-decoration:none;
}
div.item_long {
	width:100%;
}
.item_long_details {
	width:420px;
	float:right;
}

div.item_long .authors, div.item_long .producer_ident, div.item_long .producer, div.item_long .pages, div.item_long .time_order {
	color:#c7c7c7;
}

div.item_long .describe_long {
	clear:both;
	border-top:1px #ccc dotted;
}
div.item_long .describe_long table {
	margin:0 auto;
}
div.item_long .describe_long table th {
	text-align:right;
	height:20px;
	line-height:20px;
}
div.item_long .describe_long table td {
	text-align:left;
	height:20px;
	line-height:20px;
}




/* G£ÓWNE FUNKCJONOWANIE STRONY */

img {
	border: 0px;
}
/* TRESC STRONY */



#mainpage {
	width: 850px;
	padding-left: 15px;
}
#mainnews {
	float: left;
	width: 480px;
}
#mainmenu1 {
	float: right;
	width: 189px;
	background:#006666;
}
#mainmenu2 {
	width:170px;
	position:absolute;
	top:300px;
	margin-left:416px;
	background:#00FF00;
	overflow:hidden
}
.orange {
	color: #ffc000;
}
.dark {
	color: #9f9e9e;
}
.silver {
	font-size: 10px;
	color: #c1c1c1;
}
.inputszukaj {
	font-size: 11px;
	width: 163px;
	border: 0px;
	margin-top: 10px;
	margin-left: 10px;
}
/* ELEMENTY LOGO */



#logo {
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	height: 230px;
	background-image: url(../images/logo.jpg);
}
#topbg {
	height: 230px;
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
}
#szukanie {
	float: right;
	padding-top: 27px;
	padding-right: 34px;
	width: 289px;
	height: 38px;
}
#szinput {
	float: left;
	width: 188px;
	height: 38px;
	background-image: url(../images/input.jpg);
	background-repeat: no-repeat;
}
#szukaj {
	float: left;
	width: 101px;
	height: 38px;
}
/* ELEMENTY STOPKI */



#copybg {
	color: #fafafa;
	height: 92px;
}
#bottombg {
	clear: both;
	height: 92px;
	width:761px;
	background: url(../images/template/footer_bg.gif) 0 0 repeat-x;
	margin:2px auto 0 auto;
	text-align:center;
	padding-top:20px;
}
#copyright {
	color:#B4B4B4;
}
#design {
	float: right;
	text-align: right;
	padding-right: 33px;
	padding-top: 38px;
}
/* MENU 1 */



.menu1cat {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 189px;
	height: 27px;
	padding-top: 12px;
	background-image:url(../images/menu1cat.jpg);
	background-repeat: no-repeat;
}
.menu ul {
	list-style: none;
	padding-left: 15px;
	padding-top: 8px;
	margin: 0px;
}
.menu ul li a:hover {
	display: block;
	padding-left: 5px;
}
/* MENU 2 */



.menu2cat {
	margin-top: 8px;
	color: #ffff1f;
	font-weight: bold;
	text-align: center;
	width: 181px;
	height: 27px;
	padding-top: 17px;
	background-image:url(../images/menu2cat.jpg);
	background-repeat: no-repeat;
}
#maindiv #mainpage #mainmenu2 .menu2cat a {
	color: #ffff1f;
}
.menu2tresc {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.menu2 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.menu2 img {
	margin-top: 5px;
	border: 2px solid #9f9e9e;
	padding: 2px;
	background-color: #fffff1;
}
.menu2 img:hover {
	border: 2px solid #444444;
	padding: 2px;
	background-color: #ffc001;
}
/* NEWS */



.newsavatar {
	float: left;
}
.newsmain {
	clear: both;
	padding-left: 10px;
	padding-top: 15px;
	width: 427px;
}
.newstitle {
	width: 417px;
	background-image: url(../images/newsicon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
}
.newstresc {
	padding-top: 10px;
	padding-left: 20px;
	width: 417px;
	text-align: justify;
}



ul.item_short {
	list-style:none;
}
ul.item_short li {
	display:block;
	float:left;
	width:210px;
	height:185px;
}
ul.item_short .cover a img {
	width:100px;
	float:left;
}
ul.item_short li .details {
	float:right;
	width:100px;
	heigth:100px;
}
.details h3 a {
	font-size:10px;
	color:#a5a5a5;
	margin:0;
	padding:0;
	text-decoration:none;
}
a.del_btn {
	display:block;
	width:57px;
	height:18px;
	overflow:hidden;
	background:url(../images/template/del_btn.gif) 0 0 no-repeat;
	text-indent:-9999px;
}
a.del_btn:hover {
	background-position:0 -18px;
}
