/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	/*font-size: 14px; */
	font-family:  Verdana, Arial, Sans-Serif;
/* 	background: #f4f4f4 url('images/bg02a.gif') repeat-x top left fixed; */
	background: #f4f4f4 url('images/bg02a.gif') repeat-x top left;
	color: #1a1a1a;
	color: black;
	text-align: center;
	}

#page {
	background: white url('images/bg07.gif');
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/header04.jpg') no-repeat bottom center;
	}

#headerimg 	{ 
	margin: 0; 
	height: 185px; 
	width: 970px; 
	} 

#content {
	margin-top: 0px;
	font-size: 12px;
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #f8f8f8 url('images/footer02.gif') repeat-x left bottom; 
	border: none;
	border-top: 1px solid #da251d;
	border-top: 1px solid silver;
	}
#footer p { background: transparent; }
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 { font-weight: bold; }
h1 { font-size: 4em; text-align: center; }
h2 {	font-size: 1.6em;}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #da2618;
	text-decoration: none;
	}

a:hover {
	color: #DA251D;
	text-decoration: underline;
	}
/* End Typography & Colors */
/* 		***************************************************************************** 	 */
/* Begin Structure */
html { margin: 0; padding: 0; border: none; }
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background: white url('images/bg07.gif');
	margin: 10px auto; 
	padding: 0;
	width: 970px;
	border: 1px solid #da251d;
	}

#header {
	background-color: transparent;
	margin: 0; 
	padding: 0; 
	height: 185px; 
	width: 970px;
	}

#headerimg {
	margin: 0;
	padding: 0;
	height: 185px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0;
	width: 676px;	
	}
/* 		renowacja		 */
.narrowcolumnx {
	float: left;
	padding: 0 0 0px 0px;
	margin: 0px 0 0;
	width: 698px;
	margin-top: -7px;
	}
.narrowcolumnx p { padding: 0;  margin: 0; 	}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 700px;
	}

.post {
	margin: 0 20px 40px 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 970px;
	clear: both;
	height: 34px;
	line-height: 34px;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 { 	margin: 0;	}
h2 { 	margin: 30px 0 0; 	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
/*	content: "\00BB \0020"; */
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */


/* Begin Sidebar */
#sidebar
{
	padding: 10px 0 10px 0;
/* 	margin-left: 700px; */
	float: right;
	width: 270px;
	border-top: 0px solid green;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
#sidebar img { margin: 0; border: 0px solid green; padding: 0;}
#sidebar #konsultanci {
 width: 100%;
 height: 100px;
 background: transparent url('http://copytec.com.pl/i/kontakt01.jpg') no-repeat left top;
 }
#sidebar #serwis {
 width: 100%;
 height: 100px;
 background: transparent url('http://copytec.com.pl/i/serwis01.jpg') no-repeat left top;
 }
#sidebar h3, #sidebar h2 {
 background: #da251d;
 background:  #da251d url('images/menu01.gif') repeat-x;
 height: 34px;
 line-height: 34px;
 color: #f4f4f4;
 text-align: right;
 padding: 0px 10px 0px 0px;
 margin: 0px 0px 10px 0px;
/*  font-style: italic; */
 }
#sidebar p, #sidebar div.tekst { font-size: 12px; line-height: 20px; text-align: right; border: 0px solid pink; margin: 0; padding-right: 5px;} 
#sidebar .bold { font-weight: bold; font-size: 12px; line-height: 20px; }
#sidebar .callBackItem 
{
 font-size: 12px;
 line-height: 20px;
 margin-bottom: 11px;
 }
div.CG {
 background: transparent url('http://copytec.com.pl/i/gadu.gif') no-repeat right top;
 padding-right: 50px;
 }
div.CM {
 background: transparent url('http://copytec.com.pl/i/mail.gif') no-repeat right top;
 padding-right: 50px;
 }
div.CT {
 background: transparent url('http://copytec.com.pl/i/telefon.gif') no-repeat right top;
 padding-right: 50px;
 }
div.CT a:link, div.CT a:visited, div.CM a:link, div.CM a:visited { color: black; }
div.CT a:hover, div.CM a:hover { color: #185cda; color: #DA251D; text-decoration: underline;}

#sidebar ul li#linkcat-2 ul { margin-left: 10px; margin-right: 10px; text-align: right; font-weight: bold; }

em {
 color: #0a4782;
 font-weight: bold;
 letter-spacing: 0.05em;
 font-style: normal;
 }

#post-2 em { display: block; margin-bottom: 1px; }
em { color: #da251d; font-weight: bold; }

table img { float: left; margin: 0 6px 4px 0; }

td h3 { font-size: 16px; margin-bottom: 0px; font-weight: normal; letter-spacing: 1px; text-align: right; line-height: 40px;}
td h3.stara { color: ; text-decoration: line-through;  }
td h3.nowa { color: #da251d; font-weight: bold}
img.ir { float: right; margin: 0 0px 4px 6px; }
a img { border: none; }
table td h3 { margin: 0; padding: 0; }

a:hover { text-decoration: none; }
#post-17 a:link, #post-17 a:visited { color: #333; }
#post-17 a:hover { text-decoration: underline; color: #da251d; }


.title_red, .title_small {
	color:#da2618 ;
	font-weight: bold;
	letter-spacing: 1px;
	}
.title_red {
	font-weight: bold;
	font-size: 14px;
	}	
table.Ramki td { border-top: 1px dotted silver; } 

.YH {
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: underline;
	}
#page #content div.entry ul {
	padding-left: 15px;
	}
#page #content div.entry ul li {
	list-style-type: square;
	padding-left: 15px;
	}


#page #content div.entry img {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
	}
#page #content div.entry strong {
	display: block;
	color: #DA251D;
	font-size: 14px;
	font-weight: bold;
	}
#page #content div.entry code {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
#page #content div.entry code strong {
	display: block;
	color: #DA251D;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}
#page #content div.entry em {
	}
#page #content div.entry em strong {
	display: block;
	margin: 0px 0px 0px 10px ;
	color: #DA251D;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: black;
	line-height: 1.3;
	text-align: center;
	color: #6D6D6D;
	}
#page #content div.entry table {
	width: 100%;
	}	
#page #content div.entry td, #page #content div.entry th {
	border-top: 1px dotted silver;
	padding: 5px;
	}
#page #content div.entry table.podstawowy td {
	border-top: 0px dotted silver;
	padding: 0px;
	}
#page #content div.entry td {
	padding-left: ;
	}
#page #content div.entry th, #page #content div.entry td.YasneP1 {
	color: #DA251D;
/* 	padding: 0; */
	line-height: 1.4;
	padding: 5px;
	padding-right: 40px;
	}
#page #content div.entry th strong,  #page #content div.entry td.YasneP1 strong {
	font-size: 16px;
	font-weight:  bold;
	display: block;
	background: #F4F4F4;
	letter-spacing: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #6D6D6D;
	margin-right: -40px;
	margin-top: -5px;
	margin-bottom: -5px;
	margin-left: -5px;
	padding-left: 5px;
	}
#page #content div.entry blockquote {	}
em.black {
	display: block;
	margin: 10 0px;
	color: #4f4f4f;
	background: #F4F4F4;
	padding: 15px 2px 8px 2px;
	text-align: center;
	border-bottom: 1px dotted gray;
	font-size: ;
	}
#page #content #post-17 div.entry strong {
	display: inline;
	}
#page #content #post-17 p {
	margin-top: 30px;
	}
#page #content #post-17 div.entry em strong {
	display: block;
	margin: 0px 0px 0px 10px ;
	color: #DA251D;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: black;
	line-height: 1.3;
	text-align: center;
	color: #6D6D6D;
	}
#page #content #post-15 div.entry img { margin-top: 15px; }
ins {
	text-decoration: none;
	font-size: 90%;
	color: silver;
	}
table { clear: both; }

#page #content #post-5 div.entry table img, 
#page #content #post-6 div.entry table img, 
#page #content #post-7 div.entry table img, 
#page #content #post-8 div.entry table img, 
#page #content #post-9 div.entry table img, 
#page #content #post-11 div.entry table img, 
#page #content #post-12 div.entry table img 
{ 
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
#page #content div.entry table.ObrazekRamka img { border: 1px solid silver; float: none; }
#page #content #post-198 div.entry em strong, 
#page #content #post-201 div.entry em strong, 
#page #content #post-204 div.entry em strong, 
#page #content #post-207 div.entry em strong, 
#page #content #post-209 div.entry em strong, 
#page #content #post-210 div.entry em strong, 
#page #content #post-214 div.entry em strong, 
#page #content #post-216 div.entry em strong, 
#page #content #post-203 div.entry em strong
{ 
	border-bottom: 1px solid silver;
	padding-bottom: 15px;
	margin-bottom: 25px;
	}
.tip {
	font:11px/12px Arial,Helvetica,sans-serif;
	border:solid 1px #666666;
	width:auto;
	padding:0;
	position:absolute;
	z-index:100;
	visibility:hidden;
	color:#333333;
	top:0px;
	left:0px;
	background-color:#ffffcc;
	layer-background-color:#ffffcc;
	}
#t1, #t2, #t3, #t4 { padding: 0; background: transparent; border: 1px solid silver;}

#page #content table#YasneCopyFront .YasneFrontL, #page #content table#YasneCopyFront .YasneFrontR, #page #content table#YasneCopyFront .YasneFrontAll, #page #content table#YasneCopyFront .Yasne101, #page #content table#YasneCopyFront .Yasne102, #page #content table#YasneCopyFront .Yasne103, #page #content table#YasneCopyFront .NoBorder  {
	border: 0px dotted silver;
	padding: 2px 2px 2px 6px;
}
#page #content table#YasneCopyFront .YasneFrontL {

}
.YasneFrontL {

}
.YasneFrontR {

}
.YasneFrontAll {

}
#page #content table#YasneCopyFront { font-size: 12px; line-height: 20px; }
#page #content table#YasneCopyFront img { margin: 0; }
#page #content table#YasneCopyFront ul { 
	}
#page #content table#YasneCopyFront li { 
	margin: 0 0 0 0px; 
	padding: 0 0 0 6px; 
	text-align: left;
	}
#page #content table#YasneCopyFront td {  
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0;
	}
#page #content table#YasneCopyFront strong, #page #content table#YasneCopyFront h3 {
	font-size: 12px;
	color: #a4170b;
	font-weight: bold;
	
	}
#page #content table#YasneCopyFront h3 {
	margin: 5px 15px;
	font-size: 15px;
/* 	border-bottom: 1px dotted gray; */
/* 	border-bottom: 3px solid #ef3209; */
	text-align: center;
	background: #f5f5f5;
	padding: 7px 2px 3px 5px;
	line-height: 34px;
	}
#page #content table#YasneCopyFront h3.FrontPromocja {
	background: #ef3209;
	color: white;
	text-align: center;
	padding: 14px 3px 10px 3px;
	border-bottom: 3px solid silver;
	font-size: 18px;
	line-height: 1.5em;
	}
#page #content table#YasneCopyFront hr {
	clear: both;
	border: 1px solid white;
	width: 100%;
	background: transparent; 
	}

.yasnepics {  
    height:  150px;  
    width:   150px;  
    padding: 0;  
    margin:  0;  
	overflow: hidden;
} 
 
.yasnepics img {  
	display: block;
    padding: 0px;  
    border:  0px solid #ccc;
    border:  0px solid gray;    
    background-color: white;  
    width:  150px; 
    height: 150px; 
    top:  0; 
    left: 0;

}
.yasnepics1 {  
    width:   100px;  
    height:  200px;  
    padding: 0;  
    margin:  0;  
	overflow: hidden;
} 
 
.yasnepics1 img {  
	display: block;
    padding: 0px;  
    border:  0px solid #ccc;
    border:  0px solid gray;    
    background-color: white;  
    width:  100px; 
    height: 200px; 
    top:  0; 
    left: 0
}
.yasnepics2 {  
    width:   140px;  
    height:  149px;  
    padding: 0;  
    margin:  0;  
	overflow: hidden;
} 
 
.yasnepics2 img {  
	display: block;
    padding: 0px;  
    border:  0px solid #ccc;
    border:  0px solid gray;    
    background-color: white;  
    width:  140px; 
    height: 149px; 
    top:  0; 
    left: 0
}

.yasnepics3 {  
    height:  300px;  
    width:   320px;  
    padding: 0;  
    margin:  0;  
	overflow: hidden;
} 
 
.yasnepics3 img {  
	display: block;
    padding: 0px;  
    border:  0px solid #ccc;
    border:  0px solid gray;    
    background-color: white;  
    width:  320px; 
    height: 300px; 
    top:  0; 
    left: 0
}

.yasnepics3 {  
   width:   290px;   
   height: 260px;  
     padding: 0;  
    margin:  0;  
	overflow: hidden;
} 
 
.yasnepics3 img {  
	display: block;
    padding: 0px;  
    border:  0px solid #ccc;
    border:  0px solid gray;    
    background-color: white;  
    width:  290px; 
    height: 260px; 
    top:  0; 
    left: 0
}

#swieta {
	height: 300px;
	background: transparent url('http://copytec.com.pl/wp-content/uploads/2008/12/swieta2.jpg') no-repeat center center;
	}

#yasnebody #page #YasneCopyFront h2 {
	text-align: center;
	padding: 15px 0;
	margin: 0;
	color: #b8b8b8;
	font-size: 24px;
	}
	
/* Kien them vao */	
.nazwa-produktu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #000;
}
.opis-produktu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
.opis-lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	margin: 3px 0px;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #d6221d;
	margin-top: 0px;
}
.tytul-produktow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

