body {
	margin: 0px;
	padding: 0px;
	background: url('../img/pattern_main.png') repeat-x #003121;
	text-align: center;
	font-family: verdana;
        font-size: 12px;
}

input {
    border: 0px;
}

a {
    color: #4d94eb;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
  text-decoration : underline;
}

a img {
	border: 0px;
}
div#page {
	text-align: left;
	margin: 0px auto;
	width: 980px;
}

div#header {
	height: 90px;
	width: 982px;
}

div#hgroup {
	float: left;
	width: 362px;
}

h1 {
	margin: 30px 0px 0px 40px;
	padding: 0px;
}

h1 img {
	margin: 0px;
	padding: 0px;
}

div#newsletter {
	float: right;
	padding: 0px 10px 0px 0px;
}

div#newsletter h5 {
	font-weight: normal;
	color: #ffffff;
	font-size: 16px;
	padding: 0px;
	font-weight: bold;
	font-family: arial;
	margin: 10px 0px 2px 0px;
}

div#newsletter input {
        background: #ffffff;
	padding: 5px 8px;
	border: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
        border-radius: 2px;
	color: #6b6b6b;
	margin: 0px;
       
}

div#newsletter button {
	background: #ffffff;
	font-weight: bold;
	padding: 5px 8px;
	border: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
        border-radius: 2px;
	margin: 0px;
	color: #6b6b6b;
}

div#main {
	border: 1px solid #ffffff;
	background: url('../img/pattern_page.png') repeat-x #ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
        border-radius: 15px;
}

#top {
	height: 36px;
	padding:4px 8px 0px 8px;
	width: 964px;
        font-size: 12px;
}



#top_left {
	float: left;
}

div#wyszukiwarka input {
	padding: 5px 8px;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
        border-radius: 1px;
	color: #6b6b6b;
	width: 200px;
        background: #ffffff;
}

div#wyszukiwarka button {
	background: #ffffff;
	font-weight: bold;
	padding: 5px 8px;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
        border-radius: 1px;
	color: #6b6b6b;
}

#top_right {
	margin: 0px 8px 0px 0px;
	float: right;
	color: #6b6b6b;
}

#top_right a {
	color: #6b6b6b;
	font-weight: bold;
	font-size: 12px;
}

#top .logIN {
    float: left;
    text-align: center;
    margin: 3px 30px 0px 0px;
}

#top .logIN a {
    font-weight: normal;
    font-size: 10px;
}

#top .links {
    float: right;
    margin: 8px 0px 0px 0px
}
img.bannerImg {
    	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
}

div#bannerTd {
    position: relative;
    width: 800px;
    height: 150px;
    background-repeat: none;
    margin-left: 179px;
    	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
        border-bottom-left-radius: 10px;
            	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
        border-bottom-top-radius: 10px;
}


#content {
	width: 980px;
}

div#aside {
	width: 179px;
	float: left;
	background: #ededed;
        padding-bottom: 10px;
}

div#nav {
	padding: 0px 0px 0px 10px;
        font-size: 15px;
}

div#nav h4 {
	margin:10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #bdbdbd;
	color: #6b6b6b;
}

div#nav a {
	color: #6b6b6b;
}

a.underline {
    text-decoration: underline;
}


div#nav ul {
  list-style : none;
  margin: 0px;
  padding: 0px;
 }

div#nav ul li {
     background: url('../img/bullet.gif') no-repeat left 9px;
     padding-left: 9px;
}

div#nav ul li ul li {
    background: none;
    padding-left: 0px;
}
 
div#nav ul li ul li a {
  font-size:11px;
 }




div#nav ul li ul {
	margin: 2px 0px 2px 10px;
	padding: 0px;
}

div#column_left {
	float: left;
	width: 615px;
	margin: 0px;
}


div#article {
	padding: 3px;
}

div#article h2 {
	padding: 5px;
	background: #dfdfdf;
	width: 80px;
	text-align: center;
	font-size: 13px;
	margin: 5px 0px 0px 15px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}

div#article h2 a {
	color: #313131;
}


div#clist h2 {
        width: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
        border-radius: 0px;
        margin: 0px 0px 5px 0px;
        background: none;
	padding: 5px;
	text-align: center;
	font-size: 18px;
        color: #313131;
}

div#clist h2 a {
	color: #313131;
}

div.frame {
	border: 1px solid #d0d0d0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
        border-radius: 10px;
}

p.category_desc {
	font-size: 11px;
	line-height: 150%;
	color: #313131;

}


div.in_frame {
	border: 1px solid #ffffff;
	background: url('../img/pattern_box.png') repeat-x #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
        border-radius: 10px;
	padding: 5px;
}

.pp1 div.produkt {
	float: left;
	width: 297px;
}

.pp2 div.produkt {
	float: left;
	width: 100%;
        border: 1px dotted #d0d0d0;
        border-width: 0px 0px 1px 0px;
        padding: 0px 0px 5px 0px;
        margin: 0px 0px 5px 0px;
}

.pp1 div.obrazek, .pp2 div.obrazek {
	width: 100px;
	float: left;
}

.pp3 div.obrazek img {
    cursor: pointer;
    cursor: hand;
}

.pp3 div.obrazek {
	width: 200px;
	float: left;
}

.pp1 div.opis {
	float: right;
	width: 187px;
	margin: 0px 5px 0px 5px;
}

.pp2 div.opis {
	float: left;
	width: 484px;
	margin: 0px 5px 0px 5px;
}


.pp3 h2 a:hover {
    text-decoration: none;
}

.pp3 div.opis {
	float: left;
	width: 384px;
	margin: 0px 5px 0px 5px;
}

div.arrow_up {
    margin: 70px 0px 0px 0px;
    float: right;
    width: 9px;
    height: 7px;
    background: url('../img/arrow.gif') no-repeat;
    cursor: pointer;
}

div.arrow_down {
    margin: 7px 0px 0px 0px;
    float: right;
    width: 9px;
    height: 7px;
    background: url('../img/arrow.gif') no-repeat;
    background-position: 0px -14px;
    cursor: pointer;
}


div.arrow_up:hover {
    background-position: 0px -7px;
}

div.arrow_down:hover {
    background-position: 0px -21px;
}


div.produkt h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #313131;
}



div.produkt h3 a {
	color: #313131;
	
	font-size: 14px;
	
}

div.produkt h3.smaller a {
	font-size: 12px;
	color: #313131;
        font-weight: normal;
}



div.produkt h3 a:hover {
	text-decoration:none;
}



div.produkt h4 {
	font-size: 12px;
	font-family: verdana;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	color: #686868;
	font-weight: bold;
}

div.produkt h4 a {
	font-size: 12px;
	color: #686868;
}
div.produkt h4 a:hover {
	color: #313131;
}

div.produkt p {
	font-size: 11px;
	line-height: 150%;
	color: #313131;

}

p.opis {
    margin: 5px 0px 2px 0px;

}

p.price {
	margin: 0px;
        padding: 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	color: #313131;
   
}

.pp2 p.price {
    text-align: right;
}

.pp3 p.price {
    text-align: left;
}
.pp3 h3 a
{
	text-decoration: underline;
	font-size: 12px;
}

p.price span {
	font-family: verdana;
	font-size: 12px;
}

p.price img {
	vertical-align: -25%;
        margin-left: 5px;
        cursor: pointer;

}

div.pprice {
    float: right;
}

span.delivery_message {
    clear: both;
    font-size: 10px;
    color: #929292;
    font-weight: bold;

}

span.qty_message {
    clear: both;
    font-size: 10px;
    color: #aa0014;
    font-weight: bold;

}


div.baners {
    margin: 0px 0px 20px 20px;
}

div.baners img {
    margin-right: 10px;
}

div#column_right {
	width: 185px;
	float: right;
	position: relative;
	top:+10px;
	right: 1px;
	margin: 0px 0px 0px 0px;
        background: transparent;
}

div#column_right img {
	margin: 8px 0px 0px 0px;
}

div#koszyk {
    position: relative;
	background: url('../img/pattern_cart.png') repeat-x #e0e0e0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
        border-radius: 10px;
        width: 180px;
}

div#koszyk  h5 {
	font-family: verdana;
	font-size: 18px;
	margin: 0px;
	padding: 3px 0px 0px 10px;
	color: #686868;
}

div.tagi h5 {
	font-weight: normal;
	color: #ffffff;
	font-size: 16px;
	padding: 0px;
	font-weight: bold;
	font-family: arial;
	margin: 20px 0px 2px 0px;
}

div.tagi {
    color: #f1f1f1;
    font-size: 11px;
    line-height: 150%;
    font-family: arial;
}


div.tagi a {
    color: #b7b7b7;
    font-size: 11px;
    font-family: arial;
}


div.sorting_bar {
    	width: 100%;
        border: 1px dotted #d0d0d0;
        border-width:1px 0px 1px 0px;
        padding: 3px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        background: url('../img/pattern_sort.png') repeat-x;
}

div.navig_bar {
  margin: 5px 0px 10px 0px;
}

div.nav_block {
    background: #eeeeee;
    height: 15px;
    width: 15px;
    border: 1px solid #6b6b6b;
    float: left;
    text-align: center;
    font-size: 11px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
div.nav_block a {
    color: #6b6b6b;
    font-size: 11px;
    font-family: verdana, tahoma, arial;
}



div.found_products
{
    float: right;
    font-size: 12px;
    color: #6b6b6b;
    margin-top: 8px;
}

div.sort_img {
	float: left;
	margin: 0px;
	height: 35px;
	width: 16px;
}

div.sort_title strong {
	margin-right: 20px;
}

div.sort_img img {
	margin: 0px;
	padding: 0px;
}

div.sort_title {
	float: left;
	margin: 10px;
}


div.prod_left {
    float: left;
    width: 200px;
}
div.prod_right {
    float: left;
}

.pp3 h2 {
    font-family: verdana;
    font-size: 20px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.pp3 h3 small {
    font-size: 12px;
    font-weight: normal;
}

.pp3 h3 a {
    font-size: 13px;
}

.pp3 h3 a:hover {
    text-decoration: underline;
}


#prese td { 
    height: 20px;
    padding: 5px 0px 5px 5px;
    border: 1px #D6D6D6 solid;
    border-width: 0px 0px 1px 0px;
    font-size: 11px;
}

#prese { 
    border: 1px #D6D6D6 solid;
    margin: 15px 0px 0px 0px;
}

#prese td.title { 
    font-weight: bold;
    background: #EBEBEB;
    color: #636363;
    font-size: 10px;
    width: 100px;
}

div#bottom_cop {
    	border: 1px solid #ffffff;
      background: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
      border-radius: 10px;
      padding: 5px 10px 5px 5px;
      text-align: left;
      text-indent: 10px;
      margin: 0px 0px 20px 0px;
}
