* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Calibri, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin:0px;
    padding-bottom:10px;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
	background: #ffffff;
    background-image:url(images/header.jpg);
    background-repeat:no-repeat;
}
.zvon{
    float:right;
    position:relative;
    top:74px;
    right:6px;
}
.zvon a{
    font-size:20px;
    text-decoration:none;
    color:#A20300;
}
.zvon a:hover{
    font-weight:bold;
    text-decoration:underline;
}
.zF{
    top:0;
}
.zF a{
    font-size:18px;
}
.zF a:hover{
    font-weight:normal;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 5px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 250px 0 250px;
}
/* Content widget .w_title{
-----------------------------------------------------------------------------*/

#content h1{
    position:relative;
    height:38px;
    background-image:url(images/title.jpg);
    background-repeat:no-repeat;
    font-size:22px;
    padding:15px 0 0 15px;
}
#content h3{
    margin-bottom:20px;
  color:#BB3862;
}
#content h3 a{
  text-decoration:none;
  color:#BB3862;
}
#content a span{
  font-size:16px;
  color:#000;
}
#content h3 a:hover{
  text-decoration:underline;
}
.c-bottom{
    height:9px;
    margin-bottom:10px;
}
.c-tl{
    float:left;
    height:9px;
    width:9px;
    background-image:url(images/tl.png);
    background-repeat:no-repeat;
}
.c-bottom .c-tt{
    float:left;
    height:8px;
    width:482px;
    border-top:1px solid #fac1ca;
}
.c-tr{
    float:left;
    height:9px;
    width:9px;
    background-image:url(images/tr.png);
    background-repeat:no-repeat;
}
.c-text{
    padding:15px 10px 0px 10px;
    border-left:1px solid #fac1ca;
    border-right:1px solid #fac1ca;
}
.c-text h1{
    font-size:20px;
    margin-bottom:10px;
}
.c-text h2{
    font-size:18px;
    margin-bottom:10px;
}
.c-text p{
    padding-bottom:15px;
    font-size:14px;
}
.c-text ul, .c-text ol{
  margin:0 0 20px 30px;
}
.c-bottom{
    height:9px;
}
.c-bl{
    float:left;
    height:9px;
    width:9px;
    background-image:url(images/bl.png);
    background-repeat:no-repeat;
}
.c-bottom .c-bb{
    float:left;
    height:8px;
    width:482px;
    border-bottom:1px solid #fac1ca;
}

.c-br{
    float:left;
    height:9px;
    width:9px;
    background-image:url(images/br.png);
    background-repeat:no-repeat;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 240px;
	margin-left: -100%;
	position: relative;
}
.top_left{
    height:64px;
    width:240px;
    background-image:url(images/left.jpg);
    background-repeat:no-repeat;
}
.menu_top{
    list-style:none;
}
.menu_top li{
    height:41px;
    width:230px;
    margin-bottom:15px;
    background-image:url(images/bottum.jpg);
    background-repeat:no-repeat;
    background-position: 0 0px;
    cursor:pointer;
}
.menu_top li:hover, .menu_top li.active{
    background-position: 0 -41px;
}
.menu_top li:hover a, .menu_top li.active a{
    color:#fff;
    font-weight:bold;
}
.menu_top li a{
    position:relative;
    top:8px;
    left:10px;
    font-size:20px;
    text-decoration:none;
    color:#000;
}
#sideLeft .widget{
    margin-left:0px;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 240px;
	margin-left: -240px;
	position: relative;
}
.top_right{
    height:343px;
    width:240px;
    background-image:url(images/right.jpg);
    background-repeat:no-repeat;
}
#sideRight .spec{
    width:230px;
    margin:0 0 10px 10px;
}
.s-text{
    padding:0 15px 0 15px;
    border-left:1px solid #fac1ca;
    border-right:1px solid #fac1ca;
}
.s-text p{
    font-size:16px;
}
#sideRight .spec .c-bottom .c-bb{
    width:212px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: 0px auto 0;
	height: 62px;
    background-image:url(images/footer.jpg);
    margin-bottom:10px;
}
.reklama{
    font-size:10px;
}
/* widget
-----------------------------------------------------------------------------*/

.widget, .widget-girl, .widget-right{
    width:231px;
    margin-left:10px;
    margin-bottom:10px;
    display:block;
}
.w-title{
    height:34px;
    background-image:url(images/w_title.png);
    background-repeat:no-repeat;
    padding:13px 0 0 0;
    text-align:center;
}
.w-title h3{
    color:#4C2020;
    font-size:21px;
    font-weight:normal;
}
.w-title h3 a{
    color:#4C2020;
    font-size:21px;
    font-weight:normal;
    text-decoration:none;
}
.w-title h3 a:hover{
    color:#BB3862;
    text-decoration:underline;
}
.w-text{
    padding:5px 5px 5px 5px;
    border-left:1px solid #fac1ca;
    border-right:1px solid #fac1ca;
}
.w-text img{
    border:2px solid #fac1ca;
}
.w-text img:hover{
    border:2px solid #A00000;
}
.w-bottom{
    height:9px;
    position:relative;
}
.w-bl{
    float:left;
    height:9px;
    width:9px;
    background-image:url(images/bl.png);
    background-repeat:no-repeat;
}
.w-bb{
    float:left;
    height:8px;
    width:213px;
    border-bottom:1px solid #fac1ca;
}
.w-br{
    float:left;
    height:9px;
    width:9px;
    background-image:url(images/br.png);
    background-repeat:no-repeat;
}
.menu{
    list-style:none;
    padding:10px 10px 0 10px;
}
.menu li{
    margin-bottom:10px;
}
.menu li a{
    font-size:14px;
    color:#000;
    text-decoration:none;
}
.menu li a:hover{
    text-decoration:underline;
    font-weight:bold;
}
.photo{
    margin:0 0 0 5px;
    border:2px solid #fac1ca;
}
.shop_price{
  width:100%;
}
.shop_price td{
  text-align:center;
}
.leftMenu{
  display:none;
}
.leftMenu li .hover{
  font-weight:bold;
}
.leftMenu li ul{
  display:none;
}
.breadcrumbs{
  color:#f00;
  margin-bottom:10px;
}
.breadcrumbs a{
  color:#f00;
}
.dote{
  position:absolute;
  top:-10px;
  left:110px;
}
