/* GLOBAL CONTENT */
.size14 {
	font-size: 14pt;
}

h1 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16pt;
	color: #bababa;
	margin-top: 3px;
	font-variant: small-caps;
}

span.darker {
	color: #666;
}

#breadcrumbs {
	text-align: right;
	font-size: 8pt;
	margin-right: 20px;
}

#breadcrumbs a {
	text-decoration: none;
	color: #777;
}

#breadcrumbs a.last {
	color: #555;
	font-weight: bold;
}

div.group_description p {
	border-bottom: 3px double #DCDCDC;
	font-size: 8pt;
	margin-bottom: 20px;
	padding: 12px;
	text-align: justify;
}

h2 {
	border: 1px solid #dcdcdc;
	background: #eee url(../img/design/title_point.gif) no-repeat left;
	font-size: 11pt;
	padding: 5px 20px;
	color: #4D4D4D;
	font-weight: normal;
}

/* WIDOK PRODUKTOW W GRUPIE */

div.product {
	width: 230px;
	text-align: center;
	float: left;
	margin: 0px 20px;
	padding: 0px;
}

html>body div.product {
	margin: 0px 30px 20px;
}

h3.bulleted {
	border-top: 1px dotted #9d9d9d;
	border-bottom: 1px dotted #9d9d9d;
	/* background: url(../img/design/bullets/circle_navy.gif) no-repeat left; */
	background: url(http://static.pneumatig.eu/images/bullets/ypc.bullets.png) no-repeat scroll 0px -239px;
	padding: 3px 3px 0px 10px;
	font-size: 11pt;
	color: #00539a;
	text-align: left;
	margin: 0px 0px 10px;
}

.product h3 a.details {
	display: inline;
	width: 81px;
	height: 15px;
	float: right;
	background: url(../img/design/buttons/details.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

.product h3 a.details span {
	display: none;
}

.product .top_table {
	background: url(../img/design/boxes/box_top.gif) no-repeat bottom;
	width: 205px;
	height: 5px;
	margin: 0px auto;
	padding: 0px;
}

.product .bottom_table {
	background: url(../img/design/boxes/box_bottom.gif) no-repeat top;
	width: 205px;
	height: 5px;
	margin: 0px auto;
	padding: 0px;
}

.product .middle_table {
	width: 203px;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

.product ul {
	list-style-type: none;
	/*margin: 5px 0px 15px 25px;*/
	margin-top: 0px;
	margin-left: 25px;
	padding: 0px;
	text-align: left;
	font-size: 9pt;
}

/* WIDOK PRODUKTU */

h4 {
	margin: 2px;
	font-variant: small-caps;
}

h4.big {
	font-size: 17pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-variant: normal;
}

#product_switch {
	background-color: #6F60BE;
	font-size: 10pt;
	float: right;
	color: #fff;
}

.left {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
}

.right {
	float: right;
	width: 50%;
	margin: 0px;
	padding: 0px;
}

.model {
	border: 1px solid #D4D4D4;
	padding: 3px;
}

.table {
	margin-bottom: 10px;
}

.graph {
	margin-bottom: 10px;
	border: 1px solid #000;
	width: 366px;
	text-align: center;
	padding: 5px;
}

.graph h5 {
	padding: 0px;
	margin: 0px;
}

/* Manifold block BOX */
div.box {
	width: 378px;
	height: 110px;
	margin-bottom: 10px;
}

div.box div {
	margin: 0px;
	padding: 0px;
	background: url(http://static.pneumatig.eu/images/boxes/ypc.box.background.gif) repeat scroll 0% 0%;
}

div.box div.tl {
	/* background: url(../img/design/boxes/bg_cor_01.gif) no-repeat; */
	background-position: 0px -302px;
	width: 10px;
	height: 10px;
	float: left;
}

div.box div.tm {
	/* background: url(../img/design/boxes/bg_top.gif); */
	background-position: 0px -139px;
	width: 358px;
	height: 10px;
	float: left;
}

div.box div.tr {
	/* background: url(../img/design/boxes/bg_cor_02.gif) no-repeat; */
	background-position: 10px -302px;
	width: 10px;
	height: 10px;
	float: right;
}

div.box div.l {
	/* background: url(../img/design/boxes/bg_left.gif); */
	background-position: 0px 161px;
	width: 10px;
	height: 90px;
	float: left;
}

div.box div.m {
	/* background: url(../img/design/boxes/ctn_bg.gif); */
	width: 358px;
	height: 90px;
	float: left;
}

div.box div.r {	
	/* background: url(../img/design/boxes/bg_right.gif); */
	background-position: 10px 161px;
	width: 10px;
	height: 90px;
	float: right;
}

div.box div.bl {
	/* background: url(../img/design/boxes/bg_cor_03.gif) no-repeat; */
	background-position: 0px -314px;
	width: 10px;
	height: 10px;
	float: left;
}

div.box div.bm {
	/* background: url(../img/design/boxes/bg_bottom.gif); */
	background-position: 0px -151px;
	width: 358px;
	height: 10px;	
	float: left;
}

div.box div.br {
	/* background: url(../img/design/boxes/bg_cor_04.gif) no-repeat; */
	background-position: 10px -314px;
	width: 10px;
	height: 10px;
	float: right;
}

div.box div.m img {
	border: 1px solid #C1C1C1;
	padding: 1px;
	float: left;
	margin-right: 10px;
}

div.box div.m p {
	margin: 10px;
	color: #F26522;
}

/* PRODUCT SELECTION */
#product_selection h2 {
	color: #cccaca;
	background: none;
	border: 0px;
	font-size: 13pt;
	font-weight: bold;
	padding: 0;
	width: 500px;
}

#product_selection p strong {
	color: #000;
}

#product_selection p {
	color: #9d9d9d;
	font-size: 10pt;
	font-weight: bold;
}

#product_selection ul {
	border-left: 1px solid #DCDEDD;
	border-right: 1px solid #DCDEDD;
	border-bottom: 1px solid #DCDEDD;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	width: 100%;
	
}

#product_selection ul li {
	border-top: 1px solid #DCDEDD;
	color: #717171;
}

#product_selection ul li a {
	text-decoration: none;
	color: inherit;
}

#product_selection ul li span:first-child {
	float: left;
	/*margin-left: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	width: 20px;
	*/
	margin-right: 3px;
	
	font-weight: bold;
	color: #F26522;
}

/* PRODUCT SELECTION TABLE */
table#selector {
	border-top: 1px solid #E5E5E5;
	width: 100%;
	margin-bottom: 15px;
}

tr#headers th {
	background-color: #EFEFF7;
	color: #564D9E;
	font-size: 8pt;
	font-weight: normal;
}

tr#selects select {
	width: 100%;
	background-color: #6F60BE;
	color: #fff;
	font-size: 9pt;
}

tr#break td {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

tr#headers2 {
	font-size: 8pt;
	text-align: center;
	color: #5E52B5;
	background-color: #D7D7D7;
}

tr#headers2 td.odd {
	background-color: #E2EFFF;
}

tr#options {
	vertical-align: top;
}

tr#options td {
	vertical-align: top;
}

/* SPECIFICATION TABLE */
table#specification {
	border-collapse: collapse;
	font-size: 8pt;
	width: 376px;
	margin-bottom: 10px;
}

table#specification th {
	font-weight: normal;
	background-color: #e5e5e5;
}

table#specification td, table#specification th {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid;
	border-bottom: 1px solid;	
	text-align: center;
	border-color: #9A9A9A;
}

table#specification td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

table#specification .al {
	text-align: left;
}

table#specification .br {
	border-right: 1px solid;
}

table#specification .bl {
	border-left: 1px solid;
}

table#specification tr.odd {
	background-color: #fff;
}

table#specification tr.even {
	background-color: #fff0e3;
}

.content_loader {
	height: 1100px;
	width: 100%;
	background-image: url(../img/design/loader1.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.red {
	color: #ed1212;
}

#price {
float: right;
position:relative;
top:-65px;
}

#price p {
margin: 0;
font-size: 16pt;
text-align:right;
}

.orange {
color: #f0855a;
}

.blueprice {
color: #5e52b5;
font-size:8pt;
margin-right:17px;
}

#price a{
color: #CCCACA;
font-size:7pt;
text-decoration: none;
}

#price a:hover {
color: #bfd8cb;
}

#price img {
margin: 20px 3px 0 20px;
}

#price span {
position:relative;
top:-15px;
}