/*
  disabling default styles
*/

html, body, h1, h2, h3, h4, h5, h6, blockquote, form, label, p, ul, ol, li, dl, dd, dt {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
body {
	font-size: 12px;
	font-family: arial, tahoma, sans-serif;
	background-color: #ffffff;
}
input, select, textarea, option {
	font-size: 12px;
	font-family: arial, tahoma, sans-serif;
}
a {
  text-decoration: none;
}

/*
  Main layout
*/

.wrapper {
  width: 953px;
  margin: 0 auto;
}

#header {
  margin-top: 40px;
}

#main {
  margin-top: 5px;
  clear: both;
}

#footer {
  margin-bottom: 10px;
}

/*
  Header
*/

#logo {
  float: right;
  width: 93px;
  margin-top: 9px;
}

#logo a {
    background:url('../images/sspgroup-off.jpg');
    width:93px;
    height:32px;
    display:block;
    margin-top:-14px;
    position:absolute;
}

#logo a:hover {
    background:url('../images/sspgroup-on.jpg');
}

h1 a {
  color: #e60b0b;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -1px;
}

h1 a span {
  color: #5f5e5e;
}

#menu {
  list-style-type: none;
  border-top: 1px solid #afaeae;
  padding-top: 1px;
  background: url(../images/menu_bg.gif) 0px 1px repeat-x;
  height: 25px;
}

#menu li {
  float: left;
}

#menu li a {
  display: block;
  height: 20px;
  padding: 5px 15px 0 15px;
  color: #ffffff;
  font-weight: bold;
}

#menu li a:hover,
#menu li.act a {
  background: url(../images/menu_bg_hover.gif) top left repeat-x;
}

.category {
  clear: both;
  height: 79px;
  background: url(../images/category_bg.gif) top left repeat-x;
}

.category ul {
  list-style-type: none;
  padding-left: 227px;
}

.category ul li {
  float: left;
}

.category ul li a {
  display: block;
  height: 23px;
  width: 100px;
  text-align: center;
  padding: 56px 10px 0 10px;
  color: #797979;
  font-weight: bold;
  background: 44px 18px no-repeat;
}

.category ul li a:hover,
.category ul li.act a {
  color: #d94141;
}

.category ul li a:hover,
.category ul li.act {
  background-color: #ffffff;
}

.hide_category {
  height: 17px;
}

.hide_category ul {
  display: none;
}

#category_1 a { background-image: url(../images/category_1.gif); }
#category_2 a { background-image: url(../images/category_2.gif); }
#category_3 a { background-image: url(../images/category_3.gif); }
#category_4 a { background-image: url(../images/category_4.gif); }
#category_5 a { background-image: url(../images/category_5.gif); }

/*
  Main
*/

.column_left {
  float: left;
  width: 217px;
  padding-left: 2px;
}

.column_right {
  float: left;
  width: 723px;
  padding: 0 1px 0 10px;
}

h2 {
  font-size: 14px;
  color: #9d9c9c;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}

h2.red {
  color: #e50000;
  margin: 25px 0 3px 11px;
}

h2.text {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  margin-top:37px;
}

h2.text span.red {
  color: #e60b0b;
}

h2.text span.silver {
  color: #5f5e5e;
}

.sidemenu {
  list-style-type: none;
  margin-bottom: 22px;
}

.sidemenu li {
  border-bottom: 1px solid #ffffff;
}

.sidemenu li a {
  display: block;
  font-weight: bold;
  background-color: #e6e6e6;
  color: #545151;
  padding: 5px 10px;
}

.sidemenu li a:hover {
  background-color: #efefef;
}

.sidemenu li.act a {
	background-color:#aaa;
	color:#fff
}

#media {
  list-style-type: none;
}

#media li {
  float: left;
}

#media li a {
  display: block;
  margin-right: 10px;
}

.category2 {
  background: url(../images/category2_bg.gif) bottom left repeat-x;
  height: 27px;
}

.category2 ul {
  list-style-type: none;
  float: left;
}

.category2 ul li {
  float: left;
}

.category2 ul li a {
  display: block;
  float: left;
  padding: 6px 19px 5px;
  color: #797979;
  font-weight: bold;
  height: 15px;
  background-color: #ffffff;
}

.category2 ul li a:hover {
  color: #d94141;
}

.category2 ul li.act a {
  padding: 5px 18px 6px;
  color: #d94141;
  border-top: 1px solid #9d9c9c;
  border-left: 1px solid #9d9c9c;
  border-right: 1px solid #9d9c9c;
}

.hide_category2 {
}

.hide_category2 ul {
  display: none;
}

#map {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px;
}

#hint {
  list-style-type: none;
  margin-top: 8px;
}

#hint li {
  float: left;
  margin-left: 14px;
}

#hint li a {
  display: block;
  font-size: 11px;
  padding: 3px 0 3px 18px;
  color: #000000;
}

#hint_1 { background: url(../images/hint_1.gif) top left no-repeat; }
#hint_2 { background: url(../images/hint_2.gif) top left no-repeat; }
#hint_3 { background: url(../images/hint_3.gif) top left no-repeat; }
#hint_4 { background: url(../images/hint_4.gif) top left no-repeat; }
#hint_5 { background: url(../images/hint_5.gif) top left no-repeat; }
#hint_6 { background: url(../images/hint_6.gif) top left no-repeat; }

.search {
  margin-top: 17px;
  color: #666666;
}

.search label,
.search input,
.search select,
.search option {
  font-size: 11px;
  color: #445663;
}

.search input.text {
  font-weight: bold;
  width: 60px;
}

.search input.submit {
  margin-top: 15px;
  background: url(../images/button_submit.gif) top left no-repeat;
  border: none;
  height: 22px;
  width: 122px;
  text-align: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 0px;
  cursor: pointer;
}

.search .float_left {
  margin-right: 28px;
}

#main.text {
  padding: 0 10px;
  min-height:200px;
}

#main.text p {
  margin-top: 25px;
}

#main .column1 {
  border-right: 1px solid #e4e4e4;
  padding-right: 60px;
}

#main .column2 {
  margin-left: 60px;
}

#main.text a {
  color: #d11b14;
  text-decoration: underline;
}

#main.text a:hover {
  text-decoration: none;
}

.lenteles {
  font-size: 11px;
}

.lenteles h2,
.krepselis h2 {
  margin-left: 10px;
  margin-bottom: 3px;
}

.inner_block {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  min-height:200px;
}

.inner_block div {
  padding: 10px;
}

.lenteles label,
.lenteles select,
.lenteles option {
  font-size: 11px;
}

.lenteles label.red {
  font-size: 12px;
  color: #d94141;
  font-weight: bold;
}

.lenteles input.checkbox {
  margin-left: 50px;
}

.lenteles .empty {
  height: 300px;
}

.results .empty {
  display: none;
}

.lenteles h3 {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #f2f2f2;
  padding: 10px;
  border-top: 1px solid #e4e4e4;
}

.lenteles .sorting a {
  color: #276996;
  border-left: 2px solid #276996;
  padding: 0 7px;
}

.lenteles .sorting a.first {
  border: none;
}

.lenteles table {
  margin: 0 10px 37px;
  width: 931px;
  border-collapse: collapse;
}

.lenteles table th,
.lenteles table td {
  background-color: #f2f2f2;
  text-align: center;
  height: 39px;
  vertical-align: middle;
  border: 1px solid #ffffff;
  font-weight: bold;
  color: #445663;
  padding: 0 10px;
}

.lenteles table .white {
  background-color: #ffffff;
}

.lenteles table .red {
  background-color: #ff5555;
}

.lenteles table .green {
  background-color: #81e263;
}

.lenteles table .silver {
  background-color: #868686;
}

.lenteles table .yellow {
  background-color: #f9fb46;
  font-weight: normal;
  font-size: 9px;
}

.lenteles table .white,
.lenteles table .red,
.lenteles table .green,
.lenteles table .silver,
.lenteles table .yellow {
  width: 26px;
  padding: 0;
}

.lenteles table .right {
  text-align: right;
}

.lenteles table .left {
  text-align: left;
}

.lenteles table .long {
  width: 212px;
}

.hint2 {
  float: right;
  margin-top: -32px;
  color: #445663;
}

.hint2 img {
  margin-left: 15px;
  border: 1px solid #ffffff;
  vertical-align: middle;
}

.krepselis h3 {
  color: #d21615;
  font-weight: bold;
  text-align: left;
  margin: 30px 0 0 30px;
  font-size: 12px;
}

.krepselis table {
  border-collapse: collapse;
  margin: 10px 30px 10px 30px;
  width: 891px;
}

.krepselis table th {
  background-color: #c6c6c6;
  color: #ffffff;
  padding: 10px 7px;
  border: 1px solid #e5dfdf;
  text-align: left;
}

.krepselis table td {
  font-weight: bold;
  color: #6b6b6b;
  padding: 10px;
  border: 1px solid #dddddd;
}

.krepselis table select,
.krepselis table option {
  font-weight: normal;
  color: #6b6b6b;
  font-size: 11px;
  width: 160px;
}

.krepselis table select.small {
  width: 40px;
}

.krepselis table th.white {
  border: none;
  background-color: #ffffff;
}

.krepselis table td.right {
  text-align: right;
  width: 85px;
}

.krepselis table td.center {
  text-align: center;
}

.krepselis table td.right {
  width: 95px;
}

.krepselis table td.delete {
  width: 65px;
}

.krepselis a.delete {
  color: #d21615;
  background: url(../images/delete.gif) center left no-repeat;
  padding-left: 20px;
  padding-bottom: 1px;
}

.krepselis .totals {
  padding: 0 30px;
}

.krepselis .totals table {
  width: 230px;
  float: right;
  margin: 0 86px 15px 0;
}

.krepselis .totals table td {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 5px;
  width: 105px;
}

.krepselis .totals tr.space td {
  border: none;
  font-size: 2px;
}

.krepselis .totals tr.total td {
  background-color: #ededed;
  border: none;
}

.krepselis .totals span.big {
  font-size: 16px;
}

.krepselis input.submit {
  background: url(../images/button_submit_long.gif) top left no-repeat;
  border: none;
  height: 22px;
  width: 144px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  cursor: pointer;
  float: right;
  clear: right;
  margin-right: 85px;
}

.krepselis .button_silver {
  float: left;
}

/*
  Footer
*/

#fastmenu {
  list-style-type: none;
  border-top: 1px solid #efefef;
  padding-top: 1px;
  background: url(../images/fastmenu_bg.gif) 0px 1px repeat-x;
  height: 25px;
}

#fastmenu li {
  float: left;
  padding-top: 5px;
}

#fastmenu li a {
  font-size: 11px;
  color: #433e3e;
  padding: 0 7px;
  border-left: 1px solid #433e3e;
}

#fastmenu li.first a {
  border-left: none;
  margin-left: 4px;
}


#fastmenu li a:hover,
#fastmenu li.act a {
  text-decoration: underline;
}

#footnote {
  color: #433e3e;
  font-size: 9px;
  margin-top: 12px;
}

#copyright {
  float: right;
}

#copyright a {
  color: #433e3e;
  margin-left: 19px;
}

#copyright a img {
  vertical-align: middle;
}

/*
  Common elements
*/

div.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

div.h25 {
  height: 25px;
}

.border {
  border: 1px solid #e4e4e4;
  padding: 10px;
}

.float_left {
  float: left;
}

.button_silver {
  background: url(../images/button_silver_left.gif) center left no-repeat;
  color: #ffffff;
  font-weight: bold;
  padding: 4px 0;
}

.button_silver span {
  background: url(../images/button_silver_right.gif) center right no-repeat;
  padding: 4px 30px 4px 10px;
}




/**
 * uzsakymas
 */

.order {
    border:solid 1px #e3e3e3;
    padding:30px;
    padding-bottom:80px;
}

.order h4 {
    font-weight:bold;
    color:#d3463c;
    margin-bottom:12px;
}

.order .header {
    background:#c6c6c6;
    width:825px;
    color:#fdfdfd;
    font-weight:bold;
    padding:10px;
}

.order .title {
    float:left;
    width:160px;
    padding-top:20px;
    padding-left:10px;
    padding-bottom:10px;
    border-bottom:solid 1px #e4e4e4;
    border-right:solid 1px #e4e4e4;
    color:#656565;
    font-weight:bold;
}

.order .txt {
    float:left;
    padding-left:15px;
    padding-top:12px;
    border-bottom:solid 1px #e4e4e4;
    height:32px;
    width:655px;
}

.order .txt input {
    height:18px;
    width:220px;
}

.order .tarea {
    height:155px;
}

.order .tarea-title {
    height:137px;
}

.order .tarea-title span {
    display:block;
    margin-top:6px;
    font-weight:normal;
}

.order .tarea textarea {
    display:block;
    width:623px;
    height:110px;
}

.order .sbmt {
    margin-top:16px;
    background: url(../images/button_submit_long.gif) top left no-repeat;
  border: none;
  height: 22px;
  width: 144px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  cursor: pointer;
  float: right;
  margin-right: 85px;
}

/** checkbox css */
label.chkbox {
	padding-left: 20px;
	padding-bottom:3px;
	background: url(../images/unchecked.gif) no-repeat;
	cursor: pointer;
	color: #777;
}
label.checked {
	background: url(../images/checked.gif) no-repeat;
	color: #008800;
}
label.over {
	color: #0000FF;
}

/** reklamos title */
.rp-title, .nms-title {
	position:absolute;
	margin-top:-17px;
	margin-left:275px;
	color:#818181;
}

.nms-title {
	margin-left: 450px;
}

.socialBlock {
	position:absolute;
	margin-left:665px;
}

.twitter {
	width:70px;
	height:26px;
	display:block;
	float:left;
	background:url('/files/images/twitter_off.gif') bottom no-repeat;
	
}
.twitter:hover {
	background:url('/files/images/twitter_on.gif') bottom no-repeat;
}
.facebook {
	width:70px;
	height:26px;
	display:block;
	float:left;
	background:url('/files/images/facebook_off.gif') bottom no-repeat;
	
}
.facebook:hover {
	background:url('/files/images/facebook_on.gif') bottom no-repeat;
	
}
.facebook2 {
	width:28px;
	height:26px;
	display:block;
	float:left;
	background:url('/files/images/facebook2_off.gif') bottom no-repeat;
	
}
.facebook2:hover {
	background:url('/files/images/facebook2_on.gif') bottom no-repeat;
	
}


/*
  top
*/

.cosites {
  height: 18px;
  margin-bottom: 5px;
  background-color: #cfcfcf;
  padding: 3px 0 0 3px;
}

.cosites a {
  font-size: 11px;
  color: #666666;
  border-left: 1px solid #666666;
  display: block;
  float: left;
  padding: 0 5px;
}

.cosites a:first-child {
  border-left: none;
}

.cosites a.names:hover {
  color: #ffffff;
  background-color: #e5261d;
}

.cosites a.sspit:hover {
  color: #ffffff;
  background-color: #888888;
}

.cosites a.ssp:hover {
  color: #ffffff;
  background-color: #000000;
}

.cosites a.flyjet:hover {
  color: #ffffff;
  background-color: #006a9b;
}

.cosites a.reklaminiaidrabuziai:hover {
  color: #ffffff;
  background-color: #d1147b;
}

.cosites a.reklamosplotai {
  color: #ffffff;
  background-color: #25a135;
}

