/* general */

* {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: 0px;
}
html {
	/*background-image:url("http://valvolineracing.pl/images/bodybg.jpg");
	background-repeat: no-repeat;
	background-position:center top;
	overflow:-moz-scrollbars-vertical;
	*/
	background-image:url("/art/bg_browser.gif");
	background-repeat:repeat-x;
	overflow-x:hidden;
	overflow-y:scroll;
	
	
	/*background-color:#9a9a9a;*/
}
#wrapper {
	width: 990px;
	margin: 0px auto;
	background-color:#ffffff;
}
#site {
	background-color:#FFFFFF;
	width: 990px;
	position: absolute;
	border-left: 1px solid #edeeef;
	border-right: 1px solid #edeeef;
}
#site #printHeader {
	display: none;
}
.breaker {
	clear:both;
}
/* header */
#header {
	background-image:url(/art/header.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	height: 158px;
}
#header #logo {
	background-image:url(/art/logo.png);
	width: 209px;
	height: 166px;
	float:left;
	margin: 0px 15px 0px 5px;
}
#header #metamenu {
	float:right;
	width: 550px;
	margin: 10px 0px 0px 0px;
}
#header #metamenu .item {
	float:left;
	margin: 0px 17px 0px 0px;
}
#header #metamenu .item a{
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
}
#header #metamenu .item a:hover{
	text-decoration:underline;
}
#header #metamenu .search {
	float:left;
	margin: 3px 0px 0px 0px;
}
#header #metamenu .search input {
	background-image:url(/art/bg_search.gif);
	width: 84px;
	height: 16px;
	border: 0px;
	float: left;
}
#header #metamenu .search .searchtext{
	float:left;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
	border: 1px solid #82b4cf;
	margin: 0px 0px 0px 5px;
	padding: 1px 5px;
	text-transform:uppercase;
}
#header #metamenu .search .searchtext a 
{
	color:#FFFFFF;
	text-decoration:none;
}
#header #menu {
	float:left;
	height: 40px;
	margin: 61px 0px 0px 0px;
	width: 760px;
}
#header #menu .item {
	float:left;
}
#header #menu .item a {
	text-decoration:none;
	font-size: 13px;
	color: #ffffff;
}
#header #menu .item a:hover {
	color: #CCCCCC;
}
#header #menu .item .tab_left {
	width: 17px;
	height: 38px;
}
#header #menu .item .tab_right {
	width: 17px;
	height: 38px;
}
#header #menu .item .tab_top {
	height: 9px;
}
#header #menu .item .tab_mid {
	vertical-align:top;
	padding-top:5px;
}
#header #menu .item.active .tab_left {
	width: 17px;
	height: 38px;
	background-image:url(/art/bg_tab_left.png);
}
#header #menu .item.active .tab_right {
	width: 17px;
	height: 38px;
	background-image:url(/art/bg_tab_right.png);
}
#header #menu .item.active .tab_top {
	background-image:url(/art/bg_tab_top.png);
	background-repeat:repeat-x;
	height: 9px;
}
#header #menu .item.active .tab_mid {
	background-image:url(/art/bg_tab_mid.gif);
	background-repeat: repeat-x;
	padding-top:5px;
}
#header #menu .item.active a{
	color: #0d295f;
}
/* left */
.left {
	width: 178px;
	min-height: 414px;
	margin: 20px 0px 0px 17px;
	padding: 0px 0px 30px 0px;
	border: 1px solid #edeeef;
	background-image:url(/art/bg_left.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	float: left;
}
.left h2 {
	font-size: 12px;
	font-weight: normal;
	color: #004990;
	margin: 3px 0px 5px 3px;
}
.left a {
	color: #004990;
	font-size: 12px;
	font-weight: normal;
	margin: 1px;
	padding: 4px 0px 4px 3px;
	text-decoration: none;
	display: block;
	background: #f5f5f5;
}
.left a:hover {
	background-color: #e0e0e0;
}
.left a.opened, .left a.subopened {
	color: #004990;
	font-size: 12px;
	font-weight: normal;
	color: #004990;
	margin: 1px;
	padding: 4px 0px 4px 3px;
	text-decoration: none;
	display: block;
	background: #f5f5f5;
	background-image:url(/art/bg_subsubmenu_opened.png);
	background-repeat: no-repeat;
	background-position: right 4px;
}
.left a.opened:hover, .left a.subopened:hover {
	background-color: #e0e0e0;
}

.left .breaker {
	margin: 0px 0px 20px 0px;
}
.left .submenuitem, .left .menulevel0 {
	width: 178px;
	height: 26px;
	background-image: url(/art/bg_submenu.gif);
	margin:10px 0px 0px 0px;
}
.left .submenuitem a, .left .menulevel0 a {
	color: #004990;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 3px;
	text-decoration: none;
	background-image: url(/art/bg_submenu.gif);
	width: 150px;
	height: 21px;
	float:left;
}
.left .menulevel0 .toggle {
	background-image: url(/art/bg_submenu_toOpen.gif);
	float:left;
	width: 22px;
	height: 26px;
	cursor:pointer;
}
.left .menulevel0 .toggled {
	background-image: url(/art/bg_submenu_toClose.gif);
	float:left;
	width: 22px;
	height: 26px;
	cursor:pointer;
}
.left .submenuitem.open a {
	color: #004990;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 3px;
	text-decoration: none;
	background-image: url(/art/bg_submenu_open.gif);
	width: 174px;
	height: 21px;
}

.left .submenuitem.nochildren a {
	color: #004990;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 3px;
	text-decoration: none;
	background-image: url(/art/bg_submenu_none.gif);
	width: 174px;
	height: 21px;
}
.left .countryChooser {
	margin: 15px 0px 0px 3px;
}
.left .countryChooser h4 {
	color: #004990;
	font-weight: normal;
	font-size: 12px;
}
.left .countryChooser select {
	font-size: 10px;
	width: 164px;
}

/* foldable menu */
.left .menulevel1container .menulevel1 {
	position:absolute;
	margin: -22px 0px 0px 180px;
	background-color: #ffffff;
	width: 201px;
	z-index: 2;
}
.left .menulevel1container .menulevel2 {
	position:absolute;
	margin: -38px 0px 0px 200px;
	width: 180px;
	background-color: #ffffff;
	z-index: 2;
}
/* mid */
.mid {
	width: 584px;
	margin: 0px 0px 30px 10px;
	float: left;
}
.mid h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0px 15px 0px;
}
.mid h2 {
	font-size: 14px;
	color: #004990;
	margin: 20px 0px 0px 0px;
}
.mid a {
	text-decoration: none;
	font-size: 11px;
	color: #004990;
}
.mid ul {
	margin: 0px 0px 0px 15px;
}
.mid p{
	margin: 0px 10px;
}

.mid div {
	margin: 0px;
}

.mid a:hover {
	text-decoration: underline;
}
.mid .printerFriendly {
	float:right;
	margin: 15px 0px 0px 0px;
}
.mid .newsitem {
	margin: 0px 0px 5px 0px;
}
.mid .intro {
	font-size: 11px;
	font-weight: bold;
}
.mid .breadcrumb {
	color: #004990;
	font-size: 10px;
	margin: 20px 0px 10px 0px;
}
.mid .breadcrumb a{
	color: #004990;
	font-size: 10px;
}
.mid .flash {
	border: 1px solid #edeeef;
	height: 210px;
	overflow: hidden;
}
.mid .image {
	border: 1px solid #edeeef;
	height: 193px;
	overflow: hidden;
	padding: 5px;
	color: #ffffff;
}
.mid .image .textbackground {
	background-color:#666666;
	margin: -175px 0px 0px 20px;
	padding: 15px 20px;
	z-index: 1;
	position: absolute;
	filter:alpha(opacity=80);
	opacity:.8;
}
.mid .image .nobackground {
	margin: -175px 0px 0px 20px;
	padding: 15px 20px;
	z-index: 1;
	position: absolute;
}
.mid .image .header {
	font-size: 28px;
}
.mid .image .intro {
	font-size: 15px;
	margin: 10px 0px -10px 20px;
}
.mid .itemblock {
	float:left;
	width: 186px;
	min-height: 200px;
	border: 1px solid #edeeef;
	margin: 20px 10px 20px 0px;
	background-image:url(/art/bg_itemblock.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.mid .itemblock.last {
	margin: 20px 0px 0px 0px;
}
.mid .itemblock h3 {
	color: #ed1c24;
	font-size: 13px;
	margin: 4px 5px 0px 5px;
}
.mid .itemblock img {
	display: block;
	margin: 10px auto;
}
.mid .itemblock p {
	margin: 0px 5px 0px 5px;
	font-size: 11px;
	overflow: hidden;
}
.mid .itemblock a {
	text-decoration: none;
	font-size: 11px;
	color: #004990;
	margin: 0px 5px 0px 5px;
}
.mid .itemblock a:hover {
	text-decoration: underline;
}
.mid .itemblock2 {
	width: 283px;
	height: 78px;
	border: 1px solid #edeeef;
	margin: 20px 0px 0px 0px;
	background-image:url(/art/bg_itemblock2.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.mid .itemblock2.leftblock {
	float:left;
}
.mid .itemblock2.rightblock {
	float: right;
}
.mid .itemblock2 h3 {
	color: #ed1c24;
	font-size: 13px;
	margin: 4px 5px 0px 5px;
}
.mid .itemblock2 img {
	float: right;
	margin: 10px 10px 10px 10px;
}
.mid .itemblock2 p {
	margin: 10px 5px 0px 5px;
	font-size: 11px;
	height: 55px;
	overflow: hidden;
	color:#333333;
}
.mid .itemblock2 a {
	text-decoration: none;
	font-size: 11px;
	color: #004990;
	margin: 0px 5px 0px 5px;
}
.mid .text {
	font-size: 11px;
}
.mid .text a.product {
	color: #004990;
	text-decoration:none;
	font-size:11px;
	line-height: 20px;
	clear: left;
}
.mid .text a.product:hover {
	text-decoration:underline;
}
.mid .text .subproducts {
	margin: 0px 0px 25px 20px;
	clear:left;
	list-style-type: none;
}
.mid .text .line {
	height: 1px;
	background-color: #EDEEEF;
}
.mid .text .subproducts .clearer {
	clear:both;
}
.mid .text p {
	margin: 0px 20px 20px 0px;
}
.mid .text img {
	float:right;
	margin: 0px 20px 10px 20px;
}
.mid .text ul {
	margin: 0px 0px 0px 17px;
}
.mid .itemblock2 a:hover {
	text-decoration: underline;
}
.mid .searchbox {
	margin: 10px 0px;
	font-size: 11px;
	width: 100%;
}
.mid .searchbox .type {
	width: 30px;
	height: 20px;
}
.mid .searchbox .label {
	width: 100px;
}
.mid .searchbox select {
	width: 200px;
	font-size: 9px;
}
.mid .breaker {
	height: 7px;
}
.mid .brand, .mid span.brand {
	width: 200px;
	float: left;
	font-size: 11px;
}
.mid .searchtext {
	border: 1px solid #82b4cf;
	margin: 10px 0px 0px 270px;
	padding: 0px 5px;
	width: 50px;
}
.mid .searchtext a {
	font-size: 11px;
	height: 5px;
	text-decoration:none;
	text-transform:uppercase;
}
/* tabs on pages */
.mid .tabs {
	border-bottom: 1px solid #edeeef;
	height: 22px;
}
.mid .tabs .tab {
	float:left;
}
.mid .tabs .tab .tableft {
	height: 23px;
	width: 15px;
	background-image:url(../../art/bg_subtab_left.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	float:left;
}
.mid .tabs .tab .tabmid {
	height: 23px;
	background-image:url(../../art/bg_subtab_mid.gif);
	background-repeat: repeat-x;
	background-position: 0px 6px;
	float:left;
	font-size: 12px;
	padding: 8px 10px 0px 10px;
}
.mid .tabs .tab .tabmid a {
	color: #79797a;
	text-decoration: none;
	font-weight: bold;
}
.mid .tabs .tab.active .tabmid a {
	color: #004990;
	text-decoration: none;
	font-weight: bold;
}
.mid .tabs .tab .tabright {
	height: 23px;
	width: 14px;
	background-image:url(../../art/bg_subtab_right.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	float:left;
}
.mid .tabs .tab.active .tableft {
	height: 23px;
	width: 15px;
	background-image:url(../../art/bg_subtab_highlight_left.gif);
	float:left;
}
.mid .tabs .tab.active .tabmid {
	height: 23px;
	background-image:url(../../art/bg_subtab_highlight_mid.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float:left;
	font-size: 12px;
	font-weight: bold;
	color: #004990;
	padding: 8px 10px 0px 10px;
}
.mid .tabs .tab.active .tabright {
	height: 23px;
	width: 14px;
	background-image:url(../../art/bg_subtab_highlight_right.gif);
	float:left;
}
/* right */
.right {
	float: left;
	width: 160px;
	border-left: 1px solid #edeeef;
	margin: 20px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

.right h3 {
	font-size: 12px;
	color: #004990;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
.right p {
	font-size: 11px;
	margin: 0px 0px 5px 0px;
}
.right .username {
	font-size: 11px;
	width: 65px;
	float: left;
	clear: left;
	height: 25px;
}
.right input {
	border: 1px solid #a5acb3;
	width: 93px;
	margin: -1px 0px 5px 0px;
}
.right .submit {
	float:right;
	font-size: 9px;
	color:#123a87;
	text-decoration:none;
	border: 1px solid #123a87;
	margin: 0px 0px 0px 5px;
	padding: 1px 5px;
	text-transform:uppercase;
}
.right .links {
	clear: both;
	padding: 20px 0px 0px 0px;
}
.right .links a {
	color:#004990;
	font-size:11px;
	margin:0px 5px;
	text-decoration:none;
	display: block;
}
.right a {
	color:#004990;
	font-size:11px;
	margin:0px 5px;
	text-decoration:none;
	display: block;
}
.right .links a:hover {
	text-decoration:underline;
}
.right a:hover {
	text-decoration:underline;
}
.right .breaker {
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #edeeef;
}
.right .news {
	margin: 10px 0px 0px 0px;
}
.right h4 {
	color: #004990;
	font-size: 11px;
}
.right .news .newsitem {
	margin: 0px 0px 10px 0px;
}
.right .news .newsitem a{
	color:#004990;
	font-size:11px;
	text-decoration:none;
	margin: 0px 0px 10px 115px;
}
.right .related img {
	margin: 5px 0px;
}
.right .related a {
	color:#004990;
	font-size:11px;
	text-decoration:none;
}
.right .related ul {
	list-style-image:url(/art/bullit_square.gif);
	margin: 5px 5px 5px 10px;
}
.right .related ul li {
	margin: 0px;
	padding: 0px;
}
.right .related a:hover {
	text-decoration:underline;
}
.right .news .newsitem a:hover{
	text-decoration: underline;
}
/* icons */
.icons {
	clear: both;
	border-top: 1px solid #edeeef;
	border-bottom: 1px solid #edeeef;
	margin: 0px 20px 10px 20px;
	text-align: center;
}
.icons h5 {
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	margin: 5px 0px;
}
.fisheye{
	text-align: center;
	height: 40px;
	position: relative;
	margin: 0px 0px 10px 0px;
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	display: block;
	bottom: 0;
}
.fisheyeItem img
{
	margin: 5px auto 0 auto;
	width: 80%;
	display:none;
}
.fisheyeItem span
{
	display: none;
	positon: absolute;
}
.fisheyeContainter {
	height: 40px;
	left: 500px;
	position: absolute;
}
/* search */
.searchpaging {
	border-top: 1px solid #EDEEEF;
	margin: 0px 0px 50px 0px;
}
.searchpaging .paging span, .searchpaging .paging div {
	display:none;
}
.searchpaging .template-pager-link {
	margin: 0px 5px;
}
.searchpaging .template-pager-link-selected {
	color: #000000;
	margin: 0px 5px;
	font-weight: bold;
}
/* footer */
.footer {
	margin: 0px 0px 0px 20px;
	font-size: 10px;
	color: #999999;
	float: left;
}
.footer a {
	color: #999999;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.partof {
	float:right;
	font-size: 10px;
	color: #999999;
	margin: 0px 20px 0px 0px;
}

/* emailform */
.emailform td {
	height: 26px;
	padding: 2px 10px 2px 0px;
	vertical-align: top;
}
.emailform input, .emailform textarea {
	border: 1px solid #CCCCCC;
	height: 15px;
	padding: 1px;
}
.emailform textarea {
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
}
.emailform .searchtext {
	margin: 0px 0px 0px 263px;
}



.mid .pdflist
{
	width:55%;
	overflow:auto;
	float:left;
}
.mid .pdfoverview
{
	width:35%;
	overflow:auto;
	float:left;
}
.mid .pdfsearch
{
	width:98%;
	text-align:right;
}
.mid .pdfsearch input
{
	border: 1px solid #CCCCCC;
	height: 15px;
	padding: 1px;
	margin-top: 0px;
}
.mid .pdfsearch a
{
	font-size: 11px;
	height: 5px;
	text-decoration:none;
	text-transform:uppercase;
	border: 1px solid #82b4cf;
	padding: 0px 5px;
	width: 50px;
}

a.greylink
{
	background-color: Transparent;
	color: #999999;
	font-size: 8pt;
}

/* playbutton for flash */

.playbutton {
	background-image:url(/art/playbutton.png);
	width: 60px;
	height: 60px;
	float:left;
	position: absolute;
}
.playbutton:hover {
	background-image:url(/art/playbutton_hover.png);
}

.search{color:red}

.frame {
	border: 1px solid #edeeef;
	padding: 5px;
	margin: 5px;
	background-color: #efefef;
}

.frame div{
	border: 1px solid #edeeef;
	padding: 5px 10px;
	margin:-20px 0px 5px 0px;
	color: #004990;
	font-weight:bold;
	background-image:url("/art/bg_submenu.gif");
	width:165px;
}

.p510{
	padding: 5px 10px;
	font-weight:normal;
}
.clear {
	width: 0px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	clear: both;
}

.pagination ul {
font-size:13px;
height:25px;
margin:0;
padding:0 40px 0 0;
text-align:right;
}
.pagination li {
display:inline;
list-style-type:none;
margin:0;
padding:3px 3px 1px;
}
.pagination a, .pagination a:visited {
background-color:#AAAAAA;
border:1px solid #999999;
color:#FFFFFF;
padding:3px 7px;
text-decoration:none;
}
.pagination a:hover, .pagination a:active {
background-color:#CCCCCC;
border:1px solid #999999;
color:#333333;
}
.pagination a.active {
background-color:#666666;
border-color:#015A88;
color:#FFFFFF;
cursor:default;
font-weight:bold;
}
.pagination a.disablelink, .pagination a.disablelink:hover {
background-color:white;
border-color:#929292;
color:#929292;
cursor:default;
font-weight:normal !important;
}
.pagination a.prevnext {
}
.aktualnosci{
display:block;
border-bottom:1px solid #EDEEEF;
padding-bottom:10px;
margin-bottom:10px;
float:left;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 250px;
height: 80px;
/*border: 1px solid #aaa ;
padding: 1px;
background-image: url(../images/bg_menu_top.jpg);*/
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.fotonews{
margin:0px 15px 5px 0px;
}
.lastnews{
margin:5px 15px;
}

.smalldate{
margin:10px 0px;
color:lightgrey;
padding-right:30px;
}

.lastnews h3{
color:#525252;
font-size:13px;
font-weight:bold;
text-align:left;
border-bottom:1px solid #EDEEEF;
margin-bottom:10px;
}
.product_holder{
margin:5px; border-bottom:1px solid #efefef;text-align:center;float:left;width:180px;height:220px;
}

.product_frame{
margin:5px; background-color:#eeeeee;height:210px
}
.product_photo{
width:140px;height:140px;background-color:#ffffff;
}

.product_img{padding:0px;margin:0px}

.mid span p img, .mid span img{
padding:5px 0px;
}

.kolumna{width:180px;float:left;display:block;padding:0px 7px}

hr{padding-bottom:10px; margin-bottom:5px; color:#e2e2e2}

.pobierz{
    background-image: url("/art/bg_submenu.gif");
    color: #004990;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    margin: 0px 0px 20px 0px;
    padding: 5px 0 0 3px;
    text-decoration: none;
    width: 170px;
	}
	
#categoria, #categoria_produkty {text-align:justify;margin:10px 10px 20px 10px;}	
#cat_produkty {padding-left:5px;width:580px;}

.czerwony_cien{
color: white; 
text-shadow: 1px 1px red;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
