/* offer-list.css */
#mainbody h1 {
	font-size: 23px;
	color: #d5341d;
	margin: 0;
	padding: 20px 20px 5px 20px;
	font-weight: normal;
}

/* comment */

#mainbody h2 {
	font-size: 12px;
	color: #d5341d;
	margin-bottom: 5px;
	padding: 0;
	font-weight: bold;
}

#mainbody h2 a {
	color: #d5341d;
	text-decoration: none;
}

#mainbody h2 a:hover {
	text-decoration: underline;
}

#offer-list {
	padding: 20px 10px;
	position: relative;
	color: #3b3b3b;
}

#offer-list div.list {
	padding: 15px 10px;
	margin: 0;
	border-bottom: 1px dotted #bbb;
}

#offer-list div.list:hover {
	background-color: #eee;
}

#offer-list div.img {
	float: left;
}

#offer-list div.desc {
	padding-top: 10px;
	padding-left: 173px;
}

#offer-list a {
	color: #828282;
	text-decoration: none;
}

#offer-list a:hover {
	text-decoration: underline;
}

#offer-list ul {
    margin: 10px 10px;
    padding: 0;
    list-style-type: none;
    text-align: left;
  }
  
#offer-list li {
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 2px;
	background: url(../images/offer-bullet.png) no-repeat 0px 5px;
	z-index: 5;
}


/* offer-prodlist.css */

#offer-prodlist {
	padding: 20px 10px;
	color: #3b3b3b;
}

table#offer-prodlist td {
	padding: 15px 6px;
	margin: 0;
	text-align: center;
	vertical-align: top;
}

#offer-prodlist a {
	color: #828282;
	text-decoration: none;
}

#offer-prodlist a:hover  h2 {
	text-decoration: underline;
}

#offer-prodlist span {
	display: table-cell;
	vertical-align: bottom;
	height: 130px;
	width: 150px;
}



/* offer-prod.css */
#offer-prod {
	padding: 20px 20px;
	color: #818181;
}

#offer-prod div.img {
	margin-bottom: 20px;
	text-align: center;
}

 #offer-prod  .tab-body{
	background: #F0F0F0;
	color: #818181;
	line-height: 20px;
	width: 617px;
	float: left;
	padding: 20px;
	border-bottom: 3px solid #dcdad4;
	margin-bottom: 20px;
	display: none;
}

 #offer-prod  .tab-body.tab-open {
	display: block;
}

.tabbox {
	float: left;
	margin: 15px 0 0;
	width: 657px;
}

.tabbox a {
	text-decoration: none;
	color: #c80000;
}

.tabbox a:hover {
	text-decoration: underline;
}

.tabbox > ul.tab-navi {
	width: 100%;
	float: left;
	border-bottom: 2px solid #da251d;
	padding: 0;
	margin: 0;
}

.tabbox > ul.tab-navi > li.tab-label {
	list-style-type: none;
	height: 25px;
	float: left;
	display: block;
	clear: none;
	margin: 0 2px 0px 0;
	border-bottom: 1px solid #eceae2;
}


.tabbox > ul.tab-navi > li.tab-label > a > span.navi-left {
	float: left;
	display: block;
	background: transparent url(../images/tabL.gif) left no-repeat;
	height: 25px;
	padding-left: 24px;
}

.tabbox > ul.tab-navi > li.tab-label > a > span.navi-mid {
	float: left;
	display: block;
	background: #a4a4a4;
	height: 25px;
}


.tabbox > ul.tab-navi > li.tab-label > a > span.navi-right {
	float: left;
	display: block;
	background: transparent url(../images/tabR.gif) left no-repeat;
	height: 25px;
	padding-left: 24px;
}

.tabbox > ul.tab-navi > li.tab-label > a {
	list-style-type: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	display: block;
	line-height: 25px;
	text-shadow: 1px 1px 1px #818181;
	text-transform: lowercase;
}

.tabbox > ul.tab-navi > li.tab-label.current {
	border-bottom:  1px solid #da231d;
}

.tabbox > ul.tab-navi > li.tab-label.current > a {
	line-height: 26px;
}

.tabbox > ul.tab-navi > li.tab-label.current > a > span.navi-left {
	background: transparent url(../images/tabLcur.gif) left no-repeat;
}

.tabbox > ul.tab-navi > li.tab-label.current > a > span.navi-mid {
	background: #da251d;
}


.tabbox > ul.tab-navi > li.tab-label.current > a > span.navi-right {
	background: transparent url(../images/tabRcur.gif) left no-repeat;
}

table.technicalData {
	font-size: 8pt;
	border: none;
}

table.technicalData tr {
	border: none;
}

table.technicalData * > th {
	font-weight: bold;
	text-align: left;
	padding: 4px 10px;
	margin: 0;
}

table.technicalData *> td {
	vertical-align: top;
	border-top: 1px dotted #aaa;
	padding: 4px 10px;
	margin: 0;
}

table.technicalData * > p {
	margin: 0px;
}

table.technicalData * > ul {
	margin: 0px;
	padding: 0px 0px 0px 4px;
}

table.technicalData * > li {
	padding: 0px;
	margin: 0px;
}

table.technicalData td.icon {
	width: 60px;
	text-align: center;
}

table.technicalData img {
	margin: 4px;
}

div.navbox {
	margin: 0 30px;
}


#offer-prod > table.imgbox {
	text-align: center;
	vertical-align: middle;
}

#offer-prod > table.imgbox > tbody > tr > td.navi {
	vertical-align: bottom;
	min-width: 64px;
	padding-bottom: 20px;
}

#offer-prod > table.imgbox > tbody > tr > td.navi a {
	display: block;
	color: #aaa;
	text-decoration: none;
	font-size: 9pt;
}

#offer-prod > table.imgbox > tbody > tr > td.navi img {
	margin-bottom: 4px;
	opacity:0.4;
	filter:alpha(opacity=40);
}

#offer-prod > table.imgbox > tbody > tr > td.navi a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
}

/* art-std.css */
#article {
	width: 660px;
	background: #FFF;
	padding: 10px;
	margin: 0 10px 10px 10px;
}

#article div.cont {
	margin-bottom: 20px;
	line-height: 140%;
	color: #818181;
}

#article div.foto {
	float: left;
	width: 150px;
	margin-right: 10px;
}

#article h1 {
	color: #d5341d;
	font-size: 23px;
	padding: 0;
	margin: 10px 0 20px 0;
	text-align: left;
	font-weight: normal;
}

#article a {
	color: #d5341d;
	text-decoration: none;
}

#article a:hover  {
	text-decoration: underline;
}

#article div.img {
	float: right;
	margin: 0 0 20px 10px;
/*	margin-bottom: 20px; */
}

#article table.contact td  {
	padding: 10px 40px 10px 0;
}

#article table.contact tr  {
	vertical-align: top;
}

/* news-list.css */
#news-list {
	width: 680px;
	background: #FFF;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

#news-list div.news {
	margin: 10px;
	padding-bottom: 20px;
	text-align: left;
	border-bottom: 1px dotted #bbb;
	clear: both;
}

#news-list div.foto {
	float: right;
	width: 150px;
	margin: 0 10px;
}

#news-list h1 {
	color: #d5341d;
	font-size: 23px;
	padding: 0;
	margin: 10px 0 20px 10px;
	text-align: left;
	font-weight: normal;
}

#news-list h1 a {
	color: #d5341d;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

#news-list h1 a:hover {
	text-decoration: underline;
}

#news-list span.date {
	color: #696969;
	font-size: 9px;
	clear: both;
	padding: 3px;
	background: #efefef;
	margin: 3px 0 3px;
}

#news-list span.title {
	font-size: 13px;
	font-weight: bold;
	color: #DA251D;
	display:block;
	margin-top: 8px;
}

#news-list span.intro {
	font-size: 12px;
	color: #818181;
	display:block;
	margin-top: 5px;
}

#news-list a {
	text-decoration: none;
}

#news-list a:hover  span.title , #news a:hover  span.intro {
	text-decoration: underline;
}

/* news-item.css */
#news-item {
	width: 660px;
	background: #FFF;
	padding: 20px;
	text-align: left;
	margin-bottom: 10px;
	color: #818181;
}

#news-item div.foto {
	margin: 10px 10px;
	float: left;
}

#news-item div.foto_r {
	float: right;
	width: 150px;
	margin: 0 10px;
}

#news-item h1 {
	color: #d5341d;
	font-size: 23px;
	padding: 0;
	margin: 10px 0 20px 0;
	text-align: left;
	font-weight: normal;
}

#news-item span.date {
	color: #696969;
	font-size: 9px;
	padding: 3px;
	background: #efefef;
}

#news-item div.cont {
	margin-bottom: 10px;
	line-height: 140%;
}

#news-item a {
	color: #d5341d;
	text-decoration: none;
}

#news-item a:hover {
	text-decoration: underline;
}

a.back {
	color: #d5341d;
	text-decoration: none;
	background: url(../images/arrow_back.png) no-repeat 0 4px;
	padding-left: 8px;
}

a.back:hover {
	text-decoration: underline;
}



/* style.css */
body, html {
  background: #dfdfdf url(../images/bg.png) top repeat-x;
  color: #000;
  font: normal 12px Tahoma, Helvetica, sans-serif;
  line-height: 130%;
  margin: 0;
  align: center;
  }
  
#header {
	margin: 0 auto;
	position: relative;
	width: 945px;
	height: 90px;
}

img#logo {
	position: absolute;
	left: 0;
	top: 30px;
}

img#wds {
	position: absolute;
	left: 112px;
	top: 38px;
}

#search {
	position: absolute;
	right: 0px;
	bottom: 12px;
	color: white;
	font-weight: bold;
}

#search input {
	width: 200px;
	height: 24px;
	border: 0;
	font-size: 11px;
	color: #999;
	border-top: 1px solid #898989;
	padding-right: 3px;
	display: inline;
}

#search input.submit{
	background: transparent url(../images/submit.gif) no-repeat;
	float: right;
	width: 31px;
	height: 26px;
	margin: 1px 0 0;
	border: 0;
	display: inline;
	cursor: pointer;
}

#main_menu {
	margin: 0 auto;
	padding: 8px  0 0 10px;
	width: 935px;
	height: 42px;
	background: url(../images/main-menu.png) repeat-x;
	z-index: 100;
}

 #workspace {
	margin: 0 auto;
	position: relative;
	width: 945px;
	background: #f2f2f2;
} 

#main_menu span {
	display: inline-block;
	float: left; 
	padding: 10px 12px 0 11px;
	margin: 0; 
	height: 32px;
	color: #5b5b5b;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-shadow: 1px 1px 1px #fff;
}

#main_menu span:hover {
	color: #fff;
	background-color: #d5341d;
	text-decoration: none;
	text-shadow: 1px 1px 1px #5b5b5b;

}

#main_menu a {
	color: #5c5c5c;
	text-decoration: none;
}

#sidebox {
	float: left;
	width: 245px;
	background: #f2f2f2;
	margin: 0;
}

#offer {
	width: 245px;
	background: #828282;
	padding: 5px 0 20px 0;
	border-bottom: solid #c9c9c9 11px;
}

#offer h2{
	text-indent: -9999px;
	background: transparent url(../images/oferta.gif) no-repeat;
	margin: 10px 0 10px 20px;
	font-size: 10px;
	color: white;
}

#offer span {
	color: #e3e3e3;
	z-index: 5;
	border-bottom: #8f8f8f solid 1px;
	display: block;
	line-height: 29px;
	font-size: 11px;
	text-decoration: none;
	text-indent: 20px;
}

#offer span:hover {
	color: #505050;
	background: #e3e3e3;
}

#offer a {
	text-decoration: none;
}

#pelnaOferta{
	background: transparent url(../images/pelnaOferta.png) no-repeat;
	display: block;
	width: 137px;
	height: 23px;
	line-height:20px;
	margin: 20px 0 0 40px;
	color: #666;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    padding: 0 0 0 31px;
    text-transform: uppercase;
}

#pelnaOferta:hover {background-position: 0 -23px;color: #DA251D;}

#newslett{
	background: #f2f2f2;
	float: left;
	width: 208px;
	padding: 20px;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	color: #8f8f8f;
	line-height: 18px;
}

#newslett h2{
	text-indent: -9999px;
	background: transparent url(../images/newsletter.gif) no-repeat;
	margin: 0 0 10px 0px;
	font-size: 10px;
}

#szczegoly{
	background: transparent url(../images/szczegoly.gif) no-repeat;
	display: block;
	width: 98px;
	height: 23px;
	margin: 15px 0 0 30px;
	line-height:21px;
    color: #666;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
	font-family:Tahoma,Helvetica,sans-serif;
    padding: 0 0 0 50px;
	text-transform:uppercase;
}

#szczegoly:hover {background-position: 0 -23px; color: #DA251D;}

#mainbody {
	float: left;
	width: 700px;
	background: #fff;
}

#footer {
	clear: both;
	background: #cecece;
	width: 905px;
	padding: 15px 20px;
	display: inline-block;
	font-size: 11px;
	color: #2c2c2c;
	font-family: "Trebuchet MS", Tahoma;
	text-align: center;
}

img {
	border: 0;
}

.c {
	clear:both; }

.cl {
	clear:left; }

.cr {
	clear:right; }

#navibar {
	margin: 10px 20px 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	color: black;
}

#navibar a {
	background: url(../images/navi_arrow.png) right 4px no-repeat;
	padding-right: 9px; 
	margin-right: 5px;
	color: #888;
	text-decoration: none;
}

#navibar a:hover {
	text-decoration: underline;
	color: red;
}

#feat_top {
	width: 680px;
	background: #f5f5f5;
	padding: 20px 10px;
	text-align: center;
}

#feat_top  span.feat {
	display: block;
	float: left;
	width: 206px;
	margin: 0 10px 10px 10px;
	text-align: left;
	color: #828282;
}

#feat_top a {
	color: #828282;
	text-decoration: none;
}

#feat_top a:hover h1,
#feat_top a:hover span.intro {
	text-decoration: underline;
}

#feat_top span.title {
	display: block;
	color: #d5341d;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0;
}

#news {
	float: left;
	width: 680px;
	background: #FFF;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

#news div.news {
	float: left;
	width: 320px;
	margin: 0 10px 10px 10px;
	text-align: left;
}

#news h1 {
	color: black;
	font-size: 20px;
	padding: 0;
	margin: 5px 0 10px 10px;
	text-align: left;
	font-weight: normal;
}

#news h1 a {
	color: #d5341d;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

#news h1 a:hover {
	text-decoration: underline;
}

#news span.date {
	color: #696969;
	font-size: 9px;
	clear: both;
	padding: 3px;
	background: #efefef;
	margin: 3px 0 3px;
}

#news span.title {
	font-size: 13px;
	font-weight: bold;
	color: #DA251D;
	display:block;
	margin-top: 8px;
}

#news span.intro {
	font-size: 12px;
	color: #818181;
	display:block;
	margin-top: 5px;
}

#news a {
	text-decoration: none;
}

#news a:hover  span.title , #news a:hover  span.intro {
	text-decoration: underline;
}

#banners {
	float: left;
	width: 700px;
	height: 158px;
	margin-bottom: 20px;
}

#banners div {
	float: left;
	display: block;
	width: 233px;
	margin: 0;
	padding: 0;
}

#banners h2 {
	display: block;
	background: #848484;
	color: white;
	font-size: 12px;
	padding: 5px 5px 5px 10px;
}

#banners a {
	float: left;
	display: block;
	width: 203px;
	height: 43px;
	margin: 0;
	color: #2c2c2c;
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma;
	padding: 87px 15px 0;
	display: inline;
	text-decoration: none;
}

#banners a:hover {
	text-decoration: underline;
}

a#banner-triplet-bkf-dealership-network {background: transparent url(../images/banner1.png) no-repeat; }
a#banner-triplet-partnership {background: transparent url(../images/banner2.png) no-repeat; }
a#banner-triplet-download {background: transparent url(../images/banner-materialy.png) no-repeat; }

div.file-list > h3 {
	color: #666;
	font-size: 12px;
	padding: 0;
	margin: 5px 0 10px 10px;
	font-weight: bold;	
	border-bottom: 1px dotted #666;
}

div.file-list > ul {
	list-style-type: none;
	margin: 0px;	padding: 0px 0px 0px 4px;
}
div.file-list li {	padding: 2px 0;	margin: 0px;}
div.file-list img {	margin: 0px 2px;}
div.file-list a {	color: #d5341d;	text-decoration: none;}

div.file-list a:hover span {text-decoration: underline;}
div.file-list a:hover {text-decoration: none !important;}
div.file-list a span {margin-left: 8px; text-decoration: none;}

#footer a {
	color: #5b5b5b;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#offer-prod .out_photo {
	background-color: #dedede;
	float: left;
	display: block;
	height: 105px;
	margin: 0 1px 1px 0;
	text-align: center;
	width: 152px;
	padding: 2px 0;
}

#offer-prod .out_photo:hover {
	background-color: #ccc;
}


.out_photo {
	background-color: #dedede;
	float: left;
	display: block;
	height: 105px;
	margin: 0 1px 1px 0;
	text-align: center;
	width: 162px;
	padding: 6px 0;
}

.out_photo:hover {
	background-color: #ccc;
}

.out_photo img {
	border: 2px solid #FFFFFF;
	background: none repeat scroll 0 0 #dedede;
	margin-top: 5px;
}

.gallery {
	clear: both;
	width: 100%;
	margin: 10px 0 0;
	position: relative;
	text-align: right;
}


div.form
{
	position: relative;
}

#banners_contact a
{
	color: #2C2C2C;
	display: inline;
	float: left;
	font-family: "Trebuchet MS",Tahoma;
	font-size: 11px;
	height: 43px;
	margin: 0;
	padding: 115px 15px 0;
}

.searchBtn, .zapisz, .usun, .window #save{
	background: transparent url(../images/searchBtn.gif) no-repeat !important;
	color:#666666 !important;
	text-decoration: none;
	font-size: 11px !important;
	font-weight: bold;
	padding: 0 0 0px 17px !important;
	height: 23px !important;
	width: 110px !important;
	text-transform: uppercase;
	border: 0 !important;
	cursor: pointer;
}
.zapisz{
	padding: 0 0 2px 15px !important;
}

.row{
	margin: 0 0 5px;
	float: left;
	width: 100%;
}

.form .row ul{
	margin: 0;
	padding: 0;
}

.form{
	float: left;
	margin:0px 0px 15px 0;
	width: 615px;
	background: #f0f0f0 ;
	border-bottom: 3px solid #ddd;
	padding:20px;
	position:relative;
	color: #818181;
	line-height: 140%;
}

#maincontent
{
	padding: 20px;
}

#form_to_send label, #form label {
	padding: 2px 8px;
}

#form_to_send textarea, #form textarea  {
	border: 1px solid #000;
	padding: 5px;
	margin: 0;
}

#form_to_send input, #form input {
	border: 1px solid #000;
	padding: 5px;
	margin: 0;
}

#form_to_send select, #form select {
	border: 1px solid #000;
	padding: 5px;
	margin: 0;
}

div.row div {
	margin-top: 2px;
	margin-bottom: 5px;
}

.error_class
{
	background-color: #dc7878;
	color: #FFF;
}

table.zast th {
	text-align: center;
	font-weight: normal;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 2px;
}

table.zast td {
	border-bottom: 1px dotted #aaa;
	padding: 2px 0 4px 0;
	vertical-align: top;
	text-align: center;
}

table.zast td.l {
	text-align: left;
}


/* this table is only used for layout; do NOT provide any visual formatting */
table.layout > * > tr,
table.layout > * > tr > * {
	border: 0;
	margin: 0;
	padding: 0;
}

div.clickable {
	cursor: default;
	border: 1px solid #818181;
}
div.clickable:hover {
	cursor: pointer;
}
td.news
{
	vertical-align: top;
	padding-bottom: 16px;
	width: 50%;
}
div.flags
{
	height: 17px;
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 0;
	display: block;
}

div.flags img
{
	margin-left: 5px;
	border: 1px solid #4a4a4a;
}


div.facebook
{
	position: relative;
	display: block;
	width: 248px;
	height: 75px;
	background: transparent url(../images/bkf-na-facebooku.png) no-repeat
}

div.facebook div
{
	position: absolute !important;
	top: 30px;
	left: 80px;
}

div#facebookBKF
{
	width: 50px;
	height: 50px;
	top: 5px;
	left: 15px;
}

table.files td {
	text-align: center; 
	vertical-align: top; 
	width: 20%; 
	padding: 0 3px 15px 3px;
}

table.files a > span {
	width: 120px; 
	display: block; 
	margin: 0; 
}

table.files img {
	margin: auto; 
	border: 1px solid #ccc;
}

table.files span.img {
	height: 120px; 
	background-color: #ddd; 
	text-align: center; 
	padding: 2px;
}

table.files span.img:hover {
	background: #ccc;
}


/* subarticle-list.css */
#subarticle-list {
	width: 680px;
	background: #FFF;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

#subarticle-list div.news {
	margin: 10px;
	padding-bottom: 20px;
	text-align: left;
	border-bottom: 1px dotted #bbb;
	clear: both;
}

#subarticle-list div.foto {
	float: right;
	width: 150px;
	margin-right: 10px;
}

#subarticle-list h1 {
	color: #d5341d;
	font-size: 23px;
	padding: 0;
	margin: 10px 0 20px 10px;
	text-align: left;
	font-weight: normal;
}

#subarticle-list h1 a {
	color: #d5341d;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

#subarticle-list h1 a:hover {
	text-decoration: underline;
}

#subarticle-list span.date {
	color: #696969;
	font-size: 9px;
	clear: both;
	padding: 3px;
	background: #efefef;
	margin: 3px 0 3px;
}

#subarticle-list span.title {
	font-size: 13px;
	font-weight: bold;
	color: #DA251D;
	display:block;
	margin-top: 8px;
}

#subarticle-list span.intro {
	font-size: 12px;
	color: #818181;
	display:block;
	margin-top: 5px;
}

#subarticle-list a {
	text-decoration: none;
}

#subarticle-list a:hover  span.title , #news a:hover  span.intro {
	text-decoration: underline;
}

/* prettyPhoto.css */
 div.light_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_rounded .pp_nav .pp_play{background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_nav .pp_pause{background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_rounded .pp_nav .pp_play{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_nav .pp_pause{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_square .pp_nav .pp_play{background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_nav .pp_pause{background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_arrow_previous{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_square .pp_nav .pp_play{background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_nav .pp_pause{background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_arrow_previous{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_arrow_previous{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_arrow_next{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_nav .pp_play{background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_nav .pp_pause{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_next:hover{background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{float: left;margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float: left;margin-right:4px;text-indent: -10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{left:50%;margin-top: -50px;position:absolute;z-index:10000;}.pp_gallery ul{float: left;height:35px;margin:0 0 0 5px;overflow: hidden;padding:0;position: relative;}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float: left;height:33px;overflow: hidden;}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float: left;margin:0 5px 0 0;}.pp_gallery li.default a{background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display: none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px !important;}a.pp_next{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;line-height:22px;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}

/* menu.css */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 101;

}
.sf-menu {
	line-height:	1.0;
	width: 100%;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	z-index: 101;

}
.sf-menu ul li {
	width:			270px;
	z-index: 101;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index: 101;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	z-index: 101;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	z-index: 101;

}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	z-index: 101;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	z-index: 101;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0px;
}

.sf-menu li a
{
	text-transform: uppercase;
	z-index: 101;

}

.sf-menu a {
	border: none;
	text-decoration:none;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size:	14px;
	font-weight: normal;
	height: 32px;
	color:			#5B5B5B;
	padding: 10px 12px 0 11px;
	letter-spacing: 0;
}

.sf-menu a, .sf-menu a:visited  { 
	color:			#5B5B5B;
}
.sf-menu li {
	color: #FFFFFF !important;
	z-index: 101;
}
.sf-menu li li {
	background:		#D5341D;
	color: #FFFFFF !important;
	line-height: 30px;
	z-index: 101;
	
}
.sf-menu li li a{
	background-color:	#D5341D;
	border-width: 0 0 1px;
	border-color: #EC6B59;
	border-style: none none solid;
	color: #FFFFFF !important;
	font-size: 12px;
	text-shadow: none;
	text-transform: none !important;
	width: 270px;
	background: url(../images/subMenuA.gif) no-repeat scroll -10px 10px #D5341D;
	z-index: 101;
}
.sf-menu li li a:hover {
	background-color: #E56452;	
	background: url(../images/subMenuA.gif) no-repeat scroll -10px 10px #E56452;
}

.sf-menu li li li {
	background:		#D5341D;
	color: #FFFFFF !important;	
	z-index: 101;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#D5341D;
	text-shadow: 1px 1px 1px #5B5B5B;
	color: #FFFFFF !important;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

li.sfHover a
{
	color: #FFFFFF !important;
	text-shadow: 1px 1px 1px #5B5B5B;

}

ul.sf-menu ul
{
	background: url('../images/subMenu.gif') no-repeat scroll left top transparent;
	padding: 5px 10px 5px 0;
	width: 288px;

}


/* duplicateinvoice.css */

div.row label
{
	width: 200px;
	display: block;
	float: left;
}

div.row input[type=text]
{
	width: 300px;
}

div.row select
{
	width: 300px;
}

div.row textarea
{
	width: 500px;
}

div.bold
{
	font-weight: bold;
}

div.errorform
{
	display: none;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
	padding: 5px;
	background: #a12332;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #fff;
}


/* formpartner.css */

div.row label
{
	width: 250px;
	display: block;
	float: left;
}

div.row input[type=text]
{
	width: 300px;
}

div.row select
{
	width: 300px;
}

div.row textarea
{
	width: 500px;
}

div.bold
{
	font-weight: bold;
}

div.errorform
{
	display: none;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
	padding: 5px;
	background: #a12332;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #fff;
}

.cont a {
	color: #d5341d;
	text-decoration: none;
}

.cont a:hover  {
	text-decoration: underline;
}


/* search.css */
  .gsc-control-cse {
    font-family: Verdana, sans-serif;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  input.gsc-input {
    border-color: #999999;
  }
  input.gsc-search-button {
    border-color: #666666;
    background-color: #CECECE;
  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #E9E9E9;
    background-color: #E9E9E9;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-top-color: #ff6600;
    border-left-color: #E9E9E9;
    border-right-color: #E9E9E9;
    background-color: #FFFFFF;
  }
  .gsc-tabsArea {
    border-color: #E9E9E9;
  }
  .gsc-webResult.gsc-result,
  .gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover,
  .gsc-imageResult:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b,
  .gs-imageResult a.gs-title:link,
  .gs-imageResult a.gs-title:link b {
    color: #cc0000;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b,
  .gs-imageResult a.gs-title:visited,
  .gs-imageResult a.gs-title:visited b {
    color: #cc0000;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b,
  .gs-imageResult a.gs-title:hover,
  .gs-imageResult a.gs-title:hover b {
    color: #666666;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b,
  .gs-imageResult a.gs-title:active,
  .gs-imageResult a.gs-title:active b {
    color: #cc0000;
  }
  .gsc-cursor-page {
    color: #cc0000;
  }
  a.gsc-trailing-more-results:link {
    color: #cc0000;
  }
  .gs-webResult .gs-snippet,
  .gs-imageResult .gs-snippet,
  .gs-fileFormatType {
    color: #000000;
  }
  .gs-webResult div.gs-visibleUrl,
  .gs-imageResult div.gs-visibleUrl {
    color: #666666;
  }
  .gs-webResult div.gs-visibleUrl-short {
    color: #666666;
  }
  .gs-webResult div.gs-visibleUrl-short {
    display: none;
  }
  .gs-webResult div.gs-visibleUrl-long {
    display: block;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #E9E9E9;
    background-color: #FFFFFF;
    color: #cc0000;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #ff6600;
    background-color: #FFFFFF;
    color: #cc0000;
  }
  .gs-promotion {
    border-color: #666666;
    background-color: #FFFFFF;
  }
  .gs-promotion a.gs-title:link,
  .gs-promotion a.gs-title:link *,
  .gs-promotion .gs-snippet a:link {
    color: #cc0000;
  }
  .gs-promotion a.gs-title:visited,
  .gs-promotion a.gs-title:visited *,
  .gs-promotion .gs-snippet a:visited {
    color: #cc0000;
  }
  .gs-promotion a.gs-title:hover,
  .gs-promotion a.gs-title:hover *,
  .gs-promotion .gs-snippet a:hover {
    color: #666666;
  }
  .gs-promotion a.gs-title:active,
  .gs-promotion a.gs-title:active *,
  .gs-promotion .gs-snippet a:active {
    color: #cc0000;
  }
  .gs-promotion .gs-snippet,
  .gs-promotion .gs-title .gs-promotion-title-right,
  .gs-promotion .gs-title .gs-promotion-title-right *  {
    color: #000000;
  }
  .gs-promotion .gs-visibleUrl,
  .gs-promotion .gs-visibleUrl-short {
    color: #666666;
  }


