@CHARSET "UTF-8";

@IMPORT url("site-logic.css");
@IMPORT url("slider.css");
@IMPORT url("link.css");
@IMPORT url("message.css");
@IMPORT url("pager.css");

body { 
	background: #789227 url('../images/bg2.jpg') repeat-x 0px 0px;
	margin-top: 0px;
	font-family: Verdana;
	text-align: center;
}

.maincontent { 
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.top { 
	float: left;
	width: 100%;
}

.logo { 
	float: left;
	margin-top: 0px;
	width: 280px;
	height: 155px;	
}

.middle {
	float: left;
	width: 100%;
	clear: left;
}

.product_nav { 
	float: left;
	background: url('../images/bg_menu.jpg') no-repeat center;
	width: 280px;
	height: 442px;
}

.product_nav ul { 
	margin-top: 45px;
}

.product_nav ul li { 
	display: block;
	padding-top: 4px;
	padding-bottom:4px;
}

.product_nav ul li a { 
	background: url('../images/arrow1.png') no-repeat left center;
	color: #565656;
	font-size: 13px;
	text-decoration: none;
	padding-left: 17px;	
}

.product_nav ul li a:hover { 
	background: url('../images/arrow2.png') no-repeat left center;
	color: #000000;
	text-decoration: underline;	
}

.wide_product_menu {
 	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

.wide_product_menu ul li {
	display: inline;
	padding: 4;
}

.wide_product_menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	background: url('../images/arrow6.png') no-repeat 0px 2px;
	padding-left: 16px;	
}

.wide_product_menu ul li a:hover {
	color: #FFFF99; 
}

.mainimage { 
	background: url('../images/big_image.jpg') no-repeat left top;
	float: right;
	width: 700px;
	height: 442px;
}

.mainimage_shop {
	background: url('../images/bg_img_st.jpg') no-repeat left top;
	float: left;
	width: 980px;
	height: 278px;
}

.content {
	clear: both;
	float: left;
	width: 100%;
}

.left_side { 
	width: 620px;
	float: left;
}

.head { 
	background: url('../images/www.jpg') no-repeat 0px 0px;
	float: right;
	height: 155px;
	width: 700px;
}

.top_box { 
	float: left;
	background: url('../images/bg_top_cont.jpg') no-repeat bottom;
	width: 620px;
	height: 120px;
}

.content_box /* box z zawartościa sklepu */ {
	float: left;
	width: 620px;
	min-height: 400px;
	background: url('../images/bg_mid_cont.jpg') repeat-y center;
}

.content_box p {
	width: 90%;
	margin-left: 4%;
	text-align: justify;
	font-size: 13px;	
}

.content_box h1 { 
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #336600;	
}

.bot_box { 
	float: left;
	background: url('../images/bg_bot_cont.jpg') no-repeat 0px 0px;
	width: 620px;
	height: 88px;
	text-align: center;
}

.top_box p { 
	width: 90%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	margin-top: 11px;
	font-size: 10px;
	color: #777777;	
}

.top_box p a {
	color: #777777;
	text-decoration: underline;	
}

.top_box p a:hover {
	color: #000000;
	text-decoration: none;	
}

.right_side /* prawa strona content (zawiera koszyk i szukajke) */ { 
	float: right;
	padding-left: 10px;
	width: 325px;	
}

.koszyk_box { 
	background: url('../images/koszyk.jpg') no-repeat center;
	text-align: center;
	width: 325px;
	height: 195px;
	float: left;
	font-size: 12px;	
}

.koszyk_box p { 
	line-height: 20px;
}

.cart_link {
	float: left:
	margin-left: 40px;
	font-size: 12px;
	color: #336600; 
}

.szukaj_box {
	background: url('../images/szukaj.jpg') no-repeat center;
	text-align: center;
	width: 325px;
	height: 198px;
	float: left;
	padding-top: 10px;	
}

.account_box { 
	background: url('../images/konto.jpg') no-repeat center;
	text-align: center;
	width: 325px;
	height: 195px;
	float: left;	
}

.account_box p {
	margin-top: 80px;
}

.account_box .navigation {
	float: left;
	margin-left: 5px;
	text-align: left;
}

.account_box .navigation li {
	display: block;
}

.account_box .navigation li a {
	background: url('../images/arrow2.png') no-repeat left;
	padding-left: 20px;
	text-decoration: none;
}

.account_box .navigation li a:hover {
	background: url('../images/arrow1.png') no-repeat left;
	text-decoration: none;
	color: #465124;	
}

.orders_box { 
	background: url('../images/orders.jpg') no-repeat center;
	text-align: center;
	width: 325px;
	height: 195px;
	float: left;	
}

.orders_box p {
	margin-top: 80px;
}

.orders_box .navigation {
	float: left;
	margin-left: 5px;
	text-align: left;
}

.orders_box .navigation li {
	display: block;
}

.orders_box .navigation li a {
	background: url('../images/arrow2.png') no-repeat left;
	padding-left: 20px;
	text-decoration: none;
}

.orders_box .navigation li a:hover {
	background: url('../images/arrow1.png') no-repeat left;
	text-decoration: none;
	color: #465124;	
}

.koszyk_box p {
	margin-top: 80px;
	text-align: left;
	color: #336600;
	width: 80%;
	margin-left: 25px;
}

.foot {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	height: 145px;
	background: url('../images/bg_foot.jpg') repeat-x 0px;
	padding-top: 15px;
	float: left;
	clear: both;
}

.foot_content { 
	color: #FFFFFF;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

.foot_menu /* menu stopki */{
	float: right;
	
}

.foot_information /* informacje w stopce */{ 
	float: left;
	clear: both;
	margin-top: 70px;	
}

.foot_information a { 
	color: #D7D7D7;
	text-decoration: none;	
}

.foot_information a:hover { 
	color: #FFFF99;
	text-decoration: underline;	
}

.register_menu /* menu górne z rejestracją i logowaniem */ {
	float: right;
	margin: 0;
	padding: 0;
	width: 600px;	
	height: 120px;
}

.register_menu .navigation { 
	text-align: right;	
}

.register_menu .navigation a { 
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	height: 24px;
	clear: right;		
}

.register_menu .navigation a:hover { 
	color: #FFFF99;
	text-decoration: underline; 		
}

.top_menu {
	width: 680px;
	float: right;
	clear: right;
}

.top_menu .navigation { 
	float: left;
	margin-top: 5px;
	padding-top: 5px;	
}

.top_menu .navigation li { 
	display: inline;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;	
}

.top_menu .navigation a {
	color: #FFFFFF;
	text-decoration: none; 
}

.top_menu .navigation a:hover { 
	color: #FFFF99;
	text-decoration: underline; 		
}

.foot_menu .navigation { 
	float: left;
	margin-top: 5px;
	padding-top: 5px;	
}

.foot_menu .navigation li { 
	display: inline;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;	
}

.foot_menu .navigation a {
	color: #FFFFFF;
	text-decoration: none; 
}

.foot_menu .navigation a:hover { 
	color: #FFFF99;
	text-decoration: underline; 		
}

.bot_box p { 
	margin-top: 25px;
	padding-top: 25px;
	text-align: center;	
}

.bot_box a { 
	color: #000000;
	text-decoration: none;	
}

.bot_box a:hover { 
	color: #FFFF66;
	font-weight: bold;	
}

.read_more { 
	text-align: right;
	width: 90%;
	padding-right: 10px;	
}

.read_more a { 
	color: #CC0000;
	text-decoration: none; 
}

.read_more a:hover { 
	color: #000000;
	text-decoration: underline; 
}

.cat_name { 
	padding-left: 30px;
	color: #CC0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.cat_name:hover { 
	color: #336600;
	text-decoration: underline;
}

.navigation { 
	padding-left: 27px;	
	padding-right: 25px;
}

.navigation li {
	display: block;
}

.navigation li a { 
	color: #CC0000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.category_link a { 
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}

.describe_product {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
}

.describe_product span {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
}

.describe_product ul {
	font-size: 12px;
	color: inherit;
	font-family: inherit;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	line-height: 16px;
	list-style-type: square;
}

.paramtery { 
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

.parametry td { 
	text-align: left;
}

.paramtery th { 
	font-weight: bold;
	margin-right: 10px;
	width: 35%;
}

.avatar {
	margin-left: 30px;
	margin-top: 5px;
	float: left;
	width: 20%;
}

.infos {
	float: right;
	margin-left: 15px;
	width: 70%;
	text-align: left;
}

a.title_link_product { 
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

a.title_link_product:hover { 
	color: #000000;
	text-decoration: underline;
}

p.right { 
	text-align: right;
	width: 90%;
	margin-right: 30px;	
}

a.read_more { 
	color: #CC0000;
	text-decoration: none;	
	font-weight: bold;	
}

a.read_more:hover { 
	color: #000000;
}

.infos p { 
	padding-top: 5px;
}

h4 { 
	padding-left: 20px;
}

div.content_box .navigation ul {
	padding-left: 20px;
}

div.content_box .navigation li a{
	padding-left: 20px;
	background: url('../images/arrow3.png') no-repeat left;
	text-decoration: none;	
}

div.content_box .navigation li a:hover{
	text-decoration: underline;
	color: #000000;	
}

div.content_box .navigation ul { 
	list-style: circle;
}

div.content_box .navigation ul li a {
	background: url('../images/arrow4.png') no-repeat left;
	color: #006600;
	font-weight: 500;
	font-size: 11px;	
}

div.content_box .navigation ul li a:hover {
	color: #000000;
	text-decoration: underline;	
}

div.content_box .navigation ul li ul li a {
	background: url('../images/arrow4.png') no-repeat left;
	color: #787878;
	font-weight: 500;
	font-size: 10px;	
}

div.content_box .navigation ul li ul li a:hover {
	color: #000000;
	text-decoration: underline;	
}

.cart_link { 
	background: url('../images/cart1.png') no-repeat right;
	padding-right: 26px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
}

.cart_link:hover { 
	color: #CC0000;
	text-decoration: underline; 
}

.std_gallery { 
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

.std_gallery img {
	padding: 3;
	margin: 3;
	border: 0px;
}

.link_attachments { 
	color: #006600;
	text-decoration: none;
	background: url('../images/arrow5.png') no-repeat left;
	padding-left: 20px;
}

.link_attachments:hover { 
	color: #CC0000;
	font-weight: bold;
}

.zend_form {
	font-size: 12px;
}

.zend_form p {
	float: right;
	clear: left;
	font-size: 10px;
	padding-right: 15px;
}

.zend_form dt { 
	float: left;
	text-align: right;
	padding-right: 10px;
	clear: both;
	margin: 1px 0 1px 0;
	padding: 1px 0 1px 0;
	line-height: 18px;
	width: 45%;
}

.zend_form dd { 
	float: right;
	text-align: left;
	clear: right;
	margin: 1;
	padding: 1;
	width:50%
}

.zend_form input { 
	min-height: 20px;
	font-size: 12px;
	color: #CC0000;
}

.errors {
	float: left;
	clear: left;
	font-size: 10px;
	padding-right: 15px;
	color: #990000;
}

#subject-label { 
	clear: both;
	float: left;
}

div.promotion { 
	background: url('../images/promo.png') no-repeat 460px 15px;	
	width: 100%;
	clear: both;
}

table.cart { 
	font-size: 11px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	line-height: 18px;
}

table.cart tfoot { 
	margin-top: 15px;
	padding-top: 15px;	
}

th { 
	font-weight: bold;
	text-align: center;	
}

td.left  { 
	text-align: left;
}

.prod_lin { 
	color: #CC0000;
	text-decoration: none;	
}

.prod_lin:hover { 
	color: #000000;
	text-decoration: underline;	
}

.cat_lin {
	font-size: 10px;
	color: #336600;
	text-decoration: underline;	
}

.cat_lin:hover {
	color: #000000;
	text-decoration: none;	
}

.padd { 
	margin-bottom: 3px;
	margin-top: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

td.center { 
	text-align: center;	
}

.del_lin { 
	color: #000000;
	background: url('../images/del.png') no-repeat right;
	padding-right: 17px;
	text-decoration: none;
}

.del_lin:hover { 
	color: #990000;
	text-decoration: underline;
}

.buy { 
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
}

.buy a { 
	color: #990000;
	text-decoration: none;
	font-size: 14px;
	background: url('../images/ok.png') no-repeat right;
	padding-right: 20px;
}

.buy a:hover { 
	color: #000000;
}

td.right { 
	text-align: left;
	color: #990000;
	font-weight: bold;
}

.paramtery th { 
	text-align: left;	
}

.tab_orders {
	font-size: 11px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.tab_orders th {
	height: 20px;
}

.tab_orders td {
	padding: 3;
	text-align: center;
}

.tab_orders a { 
	font-weight: bold;
	color: #990000;
	text-decoration: none;	
}

.tab_orders a:hover { 
	text-decoration: underline;
	color: #000000;	
}

td.links_act ul.navigation li a { 
	list-style-type: none;
	color: #990000;
	font-size: 11px;
	background-image: none;	
}

.delivery { 
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: left;
	font-size: 11px;	
}

.delivery th { 
	text-align: right;
	padding-right: 7px;	
}

h3 { 
	font-size: 16px;
	margin-left: 25px;
	margin-bottom: 15px;	
}

.content_box a { 
	color: #990000;
	text-decoration: none;
}

.content_box a:hover { 
	color: #000000;
	text-decoration: underline;
}

.szukajka { 
	margin-top: 90px;
}

.filtr { 
	padding-bottom: 10px;
	float: left;
	width: 580px;
	text-align: left;
	clear: both;
}

.filtr select {
	width: 200px;
}

.search_right { 
	float: right;
	margin-right: 25px;
	text-align: right;
}

.search_right a { 
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;	
}

.search_right a:hover { 
	color: #CC0000;
}