/*
style.css
Modyfikacja na własną odpoiedzialność.
Zakaz udostępniania i kopiowania.

Okrągłe boki:
    -webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
	
Wypośrodkowane menu:
#top_all .desc ul {
   clear: left;float: left;list-style: none;
   margin: 0;padding: 0;
   position: relative;
   left:50%;
   text-align: center;
}
#top_all .desc ul li {
   display: block; float: left;list-style: none;
   margin: 0; padding: 0;position: relative;right: 50%;
}
*/


a img { border:0; }
.clear { font-size: 0px;line-height: 0px;margin: 0px;padding: 0px;clear: both;height: 0px; }

body {
	color:#333;	
	margin: 0px; 
	padding: 0px; 
	background: #fff url(img/bg.jpg) repeat-x top center;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height: 20px; 
}
a {
	color: red;
	text-decoration: none;	cursor: pointer;
}
a:hover {
	color: #000;
	text-decoration:unone;
}
.bg_right {
}
.bg_left {
	position:absolute;
	width:100%;
	float:left;
	top:0;
	z-index:1000;
}
.high, a .high, a.high { color: red; }
.red, a .red  {	color: red; }
.green, a .green { color: green; }

.text {
width:400px;
float:right;
text-align:right;
font-size:44px;
	margin:40px 0px 0px 0px;
	color:#119ad8;
	line-height:40px;
}
.text a {
	color:#000;
	font-size:22px;	
}

.all {
	width:100%;
	float:left;
margin:0px auto;

}
/*header*/
#top_all {
	width: 1000px;
	margin: 0 auto;	
	padding:0px 0;
	height: 328px;
	
}
#top_all .logo {
margin: 10px 0px 20px 0px;
float:left;
width: 1000px;
text-align: center;
}
.cien {
	width:100%;
	margin:0px auto;
	background:url(img/cien.jpg) no-repeat top center;
	height:33px;
}
.flagi {
width: 73px;
height: 25px;
background: url(img/flagi.png) no-repeat top center;
float: right;
position: relative;
padding: 9px;
}
/*CSS MENU */
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
float: left;
margin: 0px;
width:1000px;
background:url(img/desc.jpg) repeat-x top center;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  display: inline-block;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
  margin: 0px 0px 0px 0px;
}
#cssmenu > ul > li {
  float: left;
  text-align:left;

}
#cssmenu > ul > li > a {
	margin: 17px 0px;
	border-right:1px solid #fff;
	padding: 0px 20px;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size:16px;
}
#cssmenu > ul > li.last { /* Ostatni element li w menu */
	margin-right:0;
}
#cssmenu > ul > li > a.last { /* Ostatni element <a > w menu */
	
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
}
#cssmenu > ul > li.active > a {
color:#F30;
}
#cssmenu > ul > li:hover > a {
color:#F30;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
  border:1px solid #eee;
  margin-top: -2px;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
  background:grey;
}
#cssmenu .has-sub ul li a {
  background: #fff;
  border-bottom: 1px solid #eee;
  filter: none;
  font-size: 13px;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #000;
}
#cssmenu .has-sub ul li:hover a {
  background: #eee;
}
#cssmenu .has-sub ul li.active a {
  background: #eee !important;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
  border-bottom: 1px solid #eee !important;
  border:none;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
   background: #eee;
   border-bottom: 1px solid #eee;
   margin-top:1px;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #eee !important;
}
#cssmenu .has-sub .has-sub ul li.active a {
  background: #eee !important;
}

/*CSS MENU END*/
img.dodatkowy_img {
	text-align:center;
	width:300px;
	margin: 10px;
	float:left;
}


.slider_one_img {
	text-align:center;
width:1000px !important;
	height:275px !important;
	overflow:hidden;
	margin: 0px;
}
.slider_opis {
	position:absolute;
	margin-top: -52px;
	padding: 10px 20px;
	background:black;
	opacity:0.8;	
	width: 670px;
	color:white;
}
.slider_opis a {
	color:white;
}
.slider_opis a:hover {
	color:white;
	text-decoration:underline;
}
.slider_one_img img{
width:1000px !important;
	height: 275px !important;

}
.slider_one_img_small {
	margin:0 0px 0px 0px;
	width:280px;
	height:300px;
	float:left;
}
.slider_one_img_small img{
	
}
/* end header*/

/*center*/
#main {
	width:1000px;
	margin: -15px auto 90px auto;
	padding: 0px 0px 0px 0px;
	clear: both;
	height: auto;
}
#long { width: 676px; padding:0px 0px;margin:0px 0px 0px 0px;}
#short { width:300px; margin:0px 4px 0px 0px; padding: 0px 0px 0px 0px;  }

.left {	float:left; }
.right { float:right; }
.bez_lewego_menu {
	width:1000px !important;

}
#long ul li {
	list-style-position:inside;
}
#long img {
	border:5px solid #ddd;	
}
.text_box_kontakt {
	float:left;width:57%;
	margin-right:2%;
}
.text_box_formularz {
	float:left;width:40%;
}

#long h1 {
font-size: 20px;
margin: 15px 10px;
font-weight: 400;
color:#e60005;
font-family: 'Roboto Condensed', sans-serif;
}
#long h2, #long h3, #long h4 {
	font-size: 18px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: 300;
font-family: 'Roboto Condensed', sans-serif;
}
#main #long p {
margin: 10px;
text-align:justify;
}

.whereami {
	clear:both;
	padding: 3px 0px;
	font-size:10px;
}






#main #short .box {
margin: 0px 0px 10px 0px;
padding: 0px;
float: left;
clear: both;
width: 290px;
background:white;
padding:5px;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
} 
#main #short .box p {
}
#main #short .h3{
font-size: 20px;
margin: 10px 0px 5px 0px;
padding: 0px 0px 5px 0px;
font-weight: 300;
/*color: #a054d3;*/

border-bottom: solid 1px #eee;
}

#main #short .box ul {
	margin:0px 0px 0px 0px;
	padding: 0px;
	width: 240px;
	float: left;clear:both;
}
#main #short .box ul li { 
	float:left; 
	clear:both; 
	margin:0px 0px 7px 0px; 
	list-style-position: inside; 
	line-height:17px; 
}
#main #short .box ul li.noactive { display:none; }
#main #short .box ul li a.active { color:red;}
#main #short .box ul li.active { color:red;}
#main #short .box ul li a {
}


.box_photo{
float: left;
margin: 10px 11px 10px 11px;
height: 310px;
width: 310px;
text-align: center;
overflow: hidden;
font-size: 12px;
line-height: 13px;
}
.box_photo_photo {
width: 310px;
height: 310px;
margin: 0px;
overflow: hidden;
}
.box_photo a img {
width: 300px;
height: 300px;border: solid 5px #D8D8D8;	
}
.mini_g {
width:200px;
height:230px;
float:left;
margin:15px 0px 0px 20px;
border:1px solid #eee;	
text-align:center;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
overflow:hidden;
}
.mini_g_photo {
width: 193px;
height: 180px;
overflow:hidden;
margin-bottom: 10px;
}
.mini_g:hover {
	box-shadow: 0px 0px 5px 1px #AAAAAA;
}
.mini_g img{
width:180px;
height:180px;
margin:8px;	
}
.mini_g a{
text-align:center;
text-decoration:none;
}



.box_produkt {
	float:left;
	clear:both;
	padding:5px 1%;
	width: 98%;
	border-bottom: dotted 1px #CCC;
}
.box_produkt a {
	font-size:18px;
	margin:0px;
	padding:0px;
	float:left;
}
.box_produkt .cena {
	font-size:18px; color:#000;
	float:right;	
}
.box_produkt .zajawka {
}
.box_produkt .zajawka img {
	max-width:200px;
	float:left;
	margin:0px 5px 5px 0;
}
.cena_h {
	float:right;	
}


.art_zajawka {
	float:left;
	clear:both;
	padding:5px 1%;
	width: 98%;
	border-bottom: dotted 1px #CCC;
}
.art_zajawka .prod_name {
}
.art_zajawka .prod_name a {
}
.art_zajawka .zajawka img {
	max-width:200px;
	float:left;
	margin:0px 5px 5px 0;
}
.art_zajawka a {
	font-size:18px;
	margin:0px;
	padding:0px;
	float:left;
}

.art_zajawka p {
	margin:3px 0px !important;
	padding:0px;
}
.art_zajawka .more{
	float:right;
	margin:-15px 10px 10px 0px;
}
.kontakt_form {
	width:300px;
	float:left;	
}
.kontakt_mapa {
	width:430px;
	margin: 20px auto;	
}



ul.like_admin { 
min-width:730px;
padding:0;
}
ul.like_admin li { 
	list-style:none;
	display: block;
	height: 15px;
	padding: 7px 5px;
	background: #FDFDFD;
	border-left:3px solid #E9E9E7;
	border-bottom: solid 1px #F5F5F5;
}
ul.like_admin li.big, ul.like_admin li.big span.block {
	height:40px !important;	
	overflow:auto;
}
ul.like_admin li:hover { 
	background:#FAFAFA;
}
ul.like_admin li span.block {
	float:left;
	width:19%;
	margin-left: 1%;
	height:20px;
	overflow:hidden;
}
ul.like_admin li .link, ul.like_admin li.link {
	cursor:pointer;
}
ul.like_admin li.li {
	background:white;	
	border-bottom:0;
}
ul.like_admin li img, ul.like_admin li a img {
width: 18px;
height: 18px;
float: left;
margin: 0px 3px 0px 0px;	
}
ul.like_admin li a { 
}
ul.like_admin li a:hover { 
}

#stopka {
	background: #fff url(img/stopka.png) no-repeat top center;
	padding: 10px 0px 5px 0px;
	width: 100%;
	margin: 0 auto;
	clear: both;
	font-size:10px;
	position:fixed;
	bottom:0;
}
#stopka a {
	/*color:#000;*/
}
#stopka a:hover {
	/*color:#000;*/
}
#stopka .center {
width:980px;
margin:0px auto;	
}
#stopka ul {
	margin:35px 0px 5px 0px;
	padding:0px;
	float:right;
}
#stopka ul li {
	display:inline;
	margin-left:15px;
}
#stopka ul li a {
	font-size: 12px;
	color:#333;	
}
.news {
margin:10px 0px;	
}
.news p{
margin:0px !important;
padding:0px !important;
}


.news {
margin:10px 0px;	
}
.news p{
margin:0px;
padding:0px;
}

div.info {	
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 1px 1px 4px 1px #E0E0E0;
	-webkit-box-shadow: 1px 1px 4px 1px #E0E0E0;
	box-shadow: 1px 1px 4px 1px #E0E0E0;
	
	border-bottom:solid 1px #c4c4c4;
	
	font-size: 13px;
	font-weight: normal;
	padding: 6px 1%;

	float: left;
	
}

.forms_m { width: 100%; margin: 0px; padding: 0px; margin-top: 0px; background: #FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}.forms_m p { width: 95%; float: left; margin:5px !important; padding:0px !important;
}.forms_m p.info { text-align:right;padding: 0px; margin-top: -10px; margin-bottom: 8px; margin-left: 20%; width: 70%; font-style: italic; font-size: 11px; color: red;
}.forms_m p input {  width: 89%; padding: 10px 3%; font-size: 13px; color: #888; margin:0px; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; 
}.forms_m p input.check { height: auto; width: auto; margin-top: 15px; 
}.forms_m p textarea { width: 91%; padding: 5px 2%; height:100px; font-size: 13px; color: #888; margin: 0px; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; font-family:Arial;
}.forms_m p input.midium { width: 40%; margin-top: 5px; padding: 5px; height: 10px;
}.forms_m p textarea.midium { width: 40%; margin-top: 5px; padding: 5px; height: 90px;
}.forms_m p.send { text-align: center; margin:0px auto;
}.forms_m p.send input.wyslij { width: 150px;background: #eee;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;color: #000;font-size: 12px;margin: 0px auto;padding: 8px;
}.forms_m p.send input.wyslij:hover { background: #ccc;border: 1px solid #bbb;	
}


.forms {
	width: 100%;
	margin: 0px 0px;
	padding: 0px 0px 10px 0;
	float:left;
}
.forms_option {
	width: 100%;
	float: left;
	padding: 10px 0;
	margin: 20px 0px;

	border:solid 1px #79c3e0;
	
	-moz-box-shadow: 1px 1px 4px 1px #E0E0E0;
	-webkit-box-shadow: 1px 1px 4px 1px #E0E0E0;
	box-shadow: 1px 1px 4px 1px #E0E0E0;	
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}

.forms_option_text {
	background:white;
	float:left;
	position:relative;
	margin:-20px 0 0 20px;
	padding:0 30px;
}
.forms div.checkboxy {
	width: 200px;
	float: left;
	margin: 10px 0 0 20px;	
}
.forms div.checkboxy input {
	margin:0 5px 0 0;
}
.forms p {
	width: 100%;
	float: left;
	margin:0px 0px 7px 0px !important;
}
.forms  p span.left {
	float: left;
	width: 19%;
	text-align: right;
	padding: 12px 1% 0px 0px;
}
.forms p img, .forms p a img {
	max-height:250px;
}
.forms div.info {	
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 1px 1px 4px 1px #E0E0E0;
	-webkit-box-shadow: 1px 1px 4px 1px #E0E0E0;
	box-shadow: 1px 1px 4px 1px #E0E0E0;
	
	border-bottom:solid 1px #c4c4c4;
	
	font-size: 13px;
	font-weight: normal;
	padding: 6px 1%;
	margin-left: 20%;
	float: left;
	width: 75%;
}
.forms p input {
 width: 89%; padding: 10px 3%; font-size: 13px; color: #888; margin:0px; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; 
}
.forms p input[type=checkbox], .forms p input[type=radio] {
	width:auto;	
	margin-top: 10px;
}
.forms div.textarea {
	width: 98%;margin-left: 1%;float:left;	
}
.forms textarea {
 width: 89%; padding: 10px 3%; font-size: 13px; height:80px;color: #888; margin:0px; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; 
	font-family: Arial, Helvetica, sans-serif;
}
.forms p select {
	width: 77%;
	margin-top: 5px;
	padding: 6px 0 6px 6px;
	height: 36px;
	font-size: 13px;
	color: #696969;
	cursor:pointer;
	border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.forms .send {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right:auto;
	margin-left:auto;
	width: 100%;
}
.forms .send input {
	width: auto;
	height:auto;
	font-size: 12px;
	padding: 10px 13px;
	
	color:black;
	border: solid 1px #ccc;
	cursor:pointer;
	
	
background: #eee;


-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}
.forms .send input:hover {
background: #F30;
color:#fff;
}

/*
OLD FORMS STYLE
.forms {width: 650px;margin: 5px 0px 0px 70px;padding: 10px 0px 0px 0px;
}.forms p { width: 95%; float: left; margin:5px !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:0px !important;
}.forms p.info { text-align:right;padding: 0px; margin-top: -10px; margin-bottom: 8px; margin-left: 20%; width: 70%; font-style: italic; font-size: 11px; color: red;
}.forms p input {  width: 80%; padding: 10px; font-size: 14px; color: #888; margin: 0px 15px; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; 
}.forms p input.check { height: auto; width: auto; margin-top: 15px; 
}.forms p textarea { width: 80%; padding: 10px; height:100px; font-size: 14px; color: #888; margin: 0px 15px; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; font-family:Arial;
}.forms p input.midium { width: 40%; margin-top: 5px; padding: 5px; height: 10px;
}.forms p textarea.midium { width: 40%; margin-top: 5px; padding: 5px; height: 90px;
}.forms p.send { text-align: center; margin:0px auto; width: 100%;
}.forms p.send input.wyslij { width: 150px;background: #eee;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;color: #000;font-size: 12px;float: right;margin: 0px 120px 10px 0px;padding: 8px;
}.forms p.send input.wyslij:hover { background: #ccc;border: 1px solid #bbb;	
}


.forms { width: 100%; margin-right: 5px; margin-left: 5px; margin-bottom: 10px; padding: 0px; margin-top: 0px;
}.forms p { width: 100%; float: left; margin-right: 5px; margin-left: 5px; margin-bottom: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding-top: 5px; padding-bottom: 5px; margin-top: 0px;
}.forms p.info { text-align:right;padding: 0px; margin-top: -10px; margin-bottom: 8px; margin-left: 20%; width: 70%; font-style: italic; font-size: 11px; color: red;
}.forms p:hover { background-color: .F1F1F1;
}.forms p span.left { float: left; padding-top: 8px; padding-left: 0px; width: 20% !important ; text-align: right; padding-right: 10px;
}.forms p input { width: 80%; padding: 5px;font-size: 16px;color: #666;margin: 8px 20px;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;cursor:pointer;
}.forms p select { width: auto; padding: 5px;
}.forms p input.check { height: auto; width: auto; margin-top: 15px;
}.forms p textarea { width: 80%;padding: 5px;font-size: 16px;color: #666;margin: 8px 20px;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;cursor:pointer;
}.forms p input.midium { width: 40%; margin-top: 5px; padding: 5px; height: 10px;
}.forms p textarea.midium { width: 40%; margin-top: 5px; padding: 5px; height: 90px;
}.forms p.send { text-align: center; margin-bottom: 0px; margin-top: -10px; margin-right:auto; margin-left:auto; width: 100%;
}.forms p.send input { width: 100px;background: #eee;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;color: #000;font-size: 12px;float: right;margin: 0px 20px 10px 0px;padding: 8px;
}*/

.ads { width:1000px;text-align:center;margin:20px auto; }
.ramka_prawa { position:fixed; right:0;top:90px; }
.ramka_lewa { position:fixed; left:0;top:90px; }


/* PAGINACJA */
div.page {
	float:right;
}
div.page a {
	float:left;
	padding:10px 5px 10px 5px;
	border:solid 1px #D8D8D;
	font-size: 15px;
}
div.page a:hover {
		
}
div.nastepna, div.page_nastepna {
	background:#FFF;text-align: center;margin:22px 0;height: 30px;padding-top: 15px;
}
a.strona_active {
	color:red;	
}

div.page_v2 {
	width:300px;
	height:50px;
	overflow:auto;
}