﻿body {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  background: #ffffff;
}

p {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

#container { 
  width: 950px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}


/* Header
----------------------------------------------------------------- */

#header { 
  width: 950px; height: 120px;
  background: #ffffff;
  color: #333;
  overflow: hidden;
  margin-top: 5px;
}

.header_left_cont {
  width: 600px;
  height: 100%;
  padding: 0;
  float:left;
}

.header_right_cont {
  width: 310px; height: 100%;
  float: right;
  text-align: right;
}

#header img#logo {
  width: 300px;
  height: 100px;
  border: 0px;
  margin: 5px 0 0 0px;
}

/* 
	Language Bar Starts Here
	
 */

#language {
  width: 100%;
  height: 20px;
  margin-top: 8px;
}

ul#langbar {
  display: inline;
  list-style-type: none;
  color: #333333;
}

#langbar li {
  display: inline;
  padding: 0px;
  margin: 0px;
}

#langbar li a {
  font-family : Arial;
  font-size : 12px;
  color: #333333;
  text-decoration: none;
  padding: 0 8px 0 4px;
}

#langbar li a:hover {
  color: #27aae1;
  text-decoration: none;
}

#langbar li a#current {
  color: #27aae1;
  text-decoration: underline;
  padding: 0 8px 0 4px;
}


/* 
	Icons Bar Starts Here
	
 */

#icons {
  width: 100%;
  height: 20px;
  margin-top: 4px;
}

ul#iconsbar {
  display: inline;
  list-style-type: none;
}

#iconsbar li {
  display: inline;
  padding: 0px;
  margin: 0px;
}

#iconsbar li.hom { background: url('/images/sakums.png') no-repeat 0 3px; padding-left: 12px; }
#iconsbar li.map { background: url('/images/map.png') no-repeat 0 4px; padding-left: 12px; }
#iconsbar li.con { background: url('/images/cont.png') no-repeat 0 4px; padding-left: 12px; }

#iconsbar li a {
  font-family: Arial;
  font-size: 11px;
  color: #999999;
  text-decoration: none;
  padding: 0 8px 0 6px;
}

#iconsbar li a:hover {
  color: #333333;
  text-decoration: none;
}

#phone {
  clear: right;
  width: 100%;
  height: 20px;
  margin-top: 25px;
}

span.phone_big {
  font-size: 20px;
  font-weight: normal;
  padding-right: 4px;
}


/* 
	Sitemap Links Starts Here
	
 */


ul#linklist {
  list-style-type: none;
}

ul {
  list-style-type: none;
}

#linklist li {
  padding: 0px;
  margin: 0px;
}

#linklist li.toplink a {
  text-decoration: none;
  font-size: 15px;
  color: #333333;
}

#linklist li.under-1 a {
  text-decoration: none;
  font-size: 12px;
  padding-left: 25px;
  color: #666666;
  background:url('/images/list_bg_dash.gif') no-repeat 15px 4px;
}

#linklist li.under-2 a {
  text-decoration: none;
  font-size: 12px;
  padding-left: 55px;
  color: #999999;
  background:url('/images/list_bg_dash.gif') no-repeat 45px 4px;
}

#linklist li a:hover {
  text-decoration: underline;
  color: #27aae1;
}



/* Site Navigation
=====================================================================*/

#navigation {
  clear: left;
  width: 100%;
  height: 37px;
  padding: 0; margin: 0; 
}

#nav {
  background: url('/images/nav.png');
  height: 37px;
  width: 950px;
  padding: 0; margin: 0; 
}


#nav span {
  display: none;
}

#nav li {
  list-style-type: none;
  float: left;
}

#nav a {
	height: 37px;
	display: block;
}

#list1 { width: 121px; }
#list2 { width: 128px; }
#list3 { width: 144px; }
#list4 { width: 115px; }
#list5 { width: 110px; }
#list6 { width: 111px; }
#list7 { width: 106px; }
#list8 { width: 114px; }

#list1 a:hover {
  background: url('/images/nav.png') 0px -37px no-repeat;
}

#list2 a:hover {
  background: url('/images/nav.png') -121px -37px no-repeat;
}

#list3 a:hover {
  background: url('/images/nav.png') -249px -37px no-repeat;
}

#list4 a:hover {
  background: url('/images/nav.png') -393px -37px no-repeat;
}

#list5 a:hover {
  background: url('/images/nav.png') -508px -37px no-repeat;
}

#list6 a:hover {
  background: url('/images/nav.png') -618px -37px no-repeat;
}

#list7 a:hover {
  background: url('/images/nav.png') -729px -37px no-repeat;
}

#list8 a:hover {
  background: url('/images/nav.png') -835px -37px no-repeat;
}


#list1 a.current {
  background: url('/images/nav.png') 0px -74px no-repeat;
}

#list2 a.current {
  background: url('/images/nav.png') -121px -74px no-repeat;
}

#list3 a.current {
  background: url('/images/nav.png') -249px -74px no-repeat;
}

#list4 a.current {
  background: url('/images/nav.png') -393px -74px no-repeat;
}

#list5 a.current {
  background: url('/images/nav.png') -508px -74px no-repeat;
}

#list6 a.current {
  background: url('/images/nav.png') -618px -74px no-repeat;
}

#list7 a.current {
  background: url('/images/nav.png') -729px -74px no-repeat;
}

#list8 a.current {
  background: url('/images/nav.png') -835px -74px no-repeat;
}

/* Right Side Navigation Starts Here
----------------------------------------------------------------  */

#navcontainer
{
width: 100%;
margin-bottom: 35px;
}

ul#navlist
{
padding-left: 0;
margin-left: 0;
margin-top: 10px;
width: 280px;
}

#navlist li.li-1
{
list-style: none;
margin-top: 1px;
padding: 0.3em;
background-color: #f3f3f3;
padding-left: 12px;
font-size: 13px;
border-top: 1px solid #dddddd;
}

#navlist li.li-2
{
list-style: none;
padding: 0.3em;
background-color: #ffffff;
padding-left: 12px;
font-size: 13px;
margin-top: 1px;
}

#navlist li.under-1
{
list-style: none;
margin: 0;
padding: 2px 0 2px 26px;
font-size: 11px;
background:url('/images/list_bg_black.gif') no-repeat 15px 9px;
}

#navlist li a 
{ 
text-decoration: none;
color: #151515;
}

#navlist li a:hover 
{ 
text-decoration: none;
color: #27aae1;
}

#navlist li a#current-link
{ 
text-decoration: underline;
color: #27aae1;
font-size: 14px;
}

#services-nav {
margin: 0 0 35px 0;
width: 280px;
}

ul#services-list
{
padding-left: 0;
margin-left: 0;
margin-top: 10px;
width: 100%;
}

ul#services-list li.li-1
{
list-style: none;
padding: 0.25em;
background-color: #ffffff;
padding-left: 12px;
font-size: 13px;
margin-bottom: 2px;
background:url('/images/list_bg_black.gif') no-repeat 0 12px;
}

ul#services-list li#current-li
{
list-style: none;
padding: 0.25em;
background-color: #f3f3f3;
padding-left: 12px;
font-size: 14px;
border-top: 1px solid #dddddd;
margin-bottom: 2px;
}

ul#services-list li a 
{ 
text-decoration: none;
color: #151515;
}

ul#services-list li a:hover 
{ 
text-decoration: none;
color: #27aae1;
}

ul#services-list li#current-li a
{ 
text-decoration: underline;
color: #27aae1;
font-size: 14px;
}

/* Main Content
----------------------------------------------------------------- */

#content { 
  width: 950px;
  color: #000000;
  height: 100%;
  overflow: hidden;
}

.left_cont {
  padding: 20px 0 70px 0;
  width: 620px;
  float:left;
}

.left_cont2 {
  padding: 15px 0 30px 18px;
  width: 100%;
  float:left;
}

#banner {
  width: 620px;
  height: 220px;
  margin: 0 0 30px 0;
  padding: 0;
  background: #ffffff;
}

#banner img {
  border: 0px;
  width: 620px;
  height: 220px;
}

/* 
	Other Left Content Columns and Blocks start Here
	
 */

.column1 {
  width: 290px;
  float: left;
  padding-left: 2px;
}
 
.column2 {
  width: 260px;
  float: right;
  padding-right: 12px;
}

#c2 ul li {
  background: url('/images/list_bg_blue.gif') no-repeat 0 9px;
  padding-left: 12px;
  list-style-type: none;
  font-size: 14px;
  line-height: 1.5em;
}

#c2_list {
  margin: 10px 0 10px 0;
  padding: 0;
}

#c2_list li a {
  color: #27aae1;
  text-decoration: none;
}

#c2_list li a:hover {
  color: #27aae1;
  text-decoration: underline;
}

#c200 ul li {
  background: url('/images/list_bg_blue.gif') no-repeat 0 6px;
  padding-left:12px;
  list-style-type: none;
}

#c200_list {
  margin: 10px 0 10px 0;
}

#c200_list li a {
  color: #27aae1;
  text-decoration: none;
}

#c200_list li a:hover {
  color: #27aae1;
  text-decoration: underline;
}

ul.simple_list {
  margin: 20px 0 20px 18px;
  padding-left: 14px;
  list-style-type: circle;
}

.c3 ul li {
  background: url('/images/list_bg_dash.gif') no-repeat 0 6px;
  padding-left: 12px;
  list-style-type: none;
  margin-left: 1px;
}

.dashlist ul li {
  background: url('/images/list_bg_dash.gif') no-repeat 0 3px;
  padding-left: 12px;
  list-style-type: none;
}

.dashlist ul#test {
  margin-left: 0;
  padding-left: 0;
}

#c4 ul li {
  list-style-type: none;
}

#c4_list {
  margin: 10px 0 10px 0;
}

#c4_list li a {
  color: #333333;
  text-decoration: none;
  padding-left: 5px;
}

#c4_list li a:hover {
  color: #333333;
  text-decoration: underline;
  padding-left: 5px;
}

.column3 {
  width: 525px;
  clear: both;
  padding: 35px 0 0 12px;
}

.column4 {
  width: 600px;
  float: left;
  padding: 4px 0 0 2px;
}

.column5 {
  width: 525px;
  padding: 0 0 0 12px;
}

.column6 {
  width: 100%;
  padding: 0px;
  clear: both;
}

.column7 {
  width: 525px;
  float: left;
  padding: 25px 0 0 12px;
}

.column8 {
  width: 100%;
  padding-top: 30px;
  clear: both;
}

.half_left {
  margin-top: 25px;
  clear: left;
  width: 280px;
  float: left;
}

.half_right {
  margin-top: 25px;
  width: 280px;
  float: right;
  font-size: 12px;
}

.partner-link {
  margin: 10px 35px 25px 0;
  width: 260px;
  float: left;
}

.partner {
  margin: 10px 10px 25px 0;
  width: 190px;
  float: left;
  text-align: center;
}


.partner img{
  border: 0;
  width: 160px;
  height: 80px;
  padding: 15px;
  border: 1px solid #dddddd;
}

.partner a{
  text-decoration: none;
  color: #333333;
}

.partner a:hover{
  text-decoration: none;
  color: #27aae1;
}

.hlnp {
  clear: left;
  width: 250px;
  float: left;
}

.hrnp {
  width: 245px;
  float: right;
  padding-right: 12px;
}

.pvc-thumb {
  width: 160px;
  float: left;
  text-align: center;
  margin: 30px 25px 30px 0;
}

.pvc-thumb img{
  border: 0px;
}

.quote {
  clear: both;
  margin: 40px 0 40px 50px;
  padding: 0;
  padding: 8px 0 0 35px;
  font-size: 18px;
  width: 350px;
  color: #444444;
  background: url('/images/quotetop.gif') no-repeat;
}

a.q {
  color: #333333;
  text-decoration: none;
}

a:hover.q {
  color: #333333;
  text-decoration: underline;
}

.floatleft
{
float: left;
margin: 0 10px 10px 0;
border: 1px solid #999999;
padding: 2px;
}

/* 
	Production Blocks Starts Here
	
 */
 
 
.block_name {
  width: 150px;
  margin-bottom: 3px;
}

.block_name a {
  cursor: pointer;
  text-decoration: none;
  background: url('/images/list_bg_black.gif') no-repeat 0 4px; padding-left:12px;
  color: #000000;
  font-size: 14px;
}

.block_name a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #27aae1;
  background:url('/images/list_bg_blue.gif') no-repeat 0 4px; padding-left:12px;
}

#xx1 {
  width: 535px;
  margin: 5px 0 10px 12px;
}

#xx2 {
  width: 535px;
  padding: 5px 0 10px 12px;
}

#xx3 {
  width: 535px;
   padding: 5px 0 10px 12px;
}

#xx4 {
  width: 535px;
  padding: 5px 0 10px 12px;
}

#xx5 {
  width: 535px;
  padding: 5px 0 10px 12px;
}

#xx6 {
  width: 535px;
  padding: 5px 0 10px 12px;
}

#xx7 {
  width: 535px;
  padding: 5px 0 10px 12px;
}

#xx8 {
  width:535px;
  padding: 5px 0 10px 12px;
}

#xx9 {
  width:535px;
  padding: 5px 0 10px 12px;
}

/* 
	Tables Styles Starts Here
	
 */

table.simple-table {
  width: 100%;
  font-size: 11px;
}

th.simple {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  height: 30px;
  font-size: 13px;
} 

th.left-th {
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
  border-left: none;
  height: 30px;
  font-size: 13px;
} 

td.simple {
  text-align: center;
  background-color: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  width: 55px;
  height: 20px;
}

td.hlight {
  text-align: center;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  width: 55px;
  height: 20px;
}

td.last {
  border-left: 1px solid #e9e9e9;
  border-bottom: none;
  text-align: center;
  background-color: #ffffff;
  width: 55px;
  height: 20px;
}

td.left-td {
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  border-left: none;
  width: 160px;
}

td.left-td-last {
  text-align: left;
  border-bottom: none;
  border-left: none;
}

td.left-hlight {
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
  background-color: #f9f9f9;
  border-left: none;
  width: 150px;
}

tr:hover {
  color: #27aae1;
}

tr.dont-hover {
  color: #333333;
}


table#ral-color {
  margin-left: 0px;
}

td.ral {
  height: 40px;
  width: 80px;
  text-align: center;
}

td.ral-name {
  height: 30px;
  width: 80px;
  color: #666666;
  text-align: center;
  vertical-align: top;
  background: #ffffff;
  font-size: 11px;
}

td.ral-name:hover {
  color: #666666;
}

/* Title styles */

h1, h2, h3 {padding: 0; margin: 0;}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #151515;
  margin-bottom: 20px;
}

h1.jaunumi{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #151515;
  margin-bottom: 0px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 30px;
}

h2.about {
  color: #151515;
  background:url('/images/icon-about2.png') no-repeat;
  padding: 8px 0 0 42px;
  font-size: 20px;
}

h2.promotion {
  color: #151515; /*4183b4*/
  background:url('/images/icon-cogwheel.png') no-repeat;
  padding: 8px 0 3px 42px;
  font-size: 20px;
}

h2.why {
  color: #151515; /*4183b4*/
  background:url('/images/icon-why.png') no-repeat;
  padding: 8px 0 0 42px;
  font-size: 20px;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 30px;
}

h3.news {
  color: #666666;
}

h3.downloads {
  color: #27aae1;
  background-color: #e9e9e9; /*url('../images/icon-down-black.png') no-repeat; padding-right: 40px;*/
  margin-left: 20px;
}

h3.info {
  color: #666666;
  background: #ffffff; /*url('../images/icon-mail-black.png') no-repeat; padding-left: 40px; padding-bottom: 10px;*/
}

h3 a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #151515;
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

/* Form styles */       
form {
  width: 500px;
}

label {
  display: block;
  padding:.75em 0;	
  font-size: 12px;
  font-family: Verdana;
  color: #666666;
}

input, textarea {
  margin: 6px 0 6px 0;
  font-size: 14px;
  font-family: Verdana;
  padding: 3px;
  border: 1px solid #dbdbdb;
  color: #666666;
  background-color: #FFFFFF;
  background-image: url('/images/formbg.png');
  background-repeat: repeat-x;
}

textarea {
  margin-top: 15px;
  width: 320px;
  height: 160px;
} 

.submit {
  margin-top: 10px;
  background-image: url('/images/send_1.png');
  border: 0;
  width: 120px;
  height: 30px;
  cursor: pointer;
  font-size: 0; line-height: 0; /* ie6; ie7 fix */
}

.submit:hover {
  background-image: url('/images/send_2.png');
  cursor: pointer;
  font-size: 0; line-height: 0; /* ie6; ie7 fix */
}

div.error {
  background-color: #da0101;
  border: 0px;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  height: 20px;
  padding: 5px;
  padding-left: 10px;
}                                            
	
input.error {
  border: 1px solid #da0101;
}

/* Hover State */
label:hover{
	color: #575B60;
}

label.highlighted {
	border: 1px solid #333;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */
.crirHidden {
	position: absolute;
	left: -1000px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */



/* Right Content Starts Here */

.right_cont {
  padding: 20px 0px 70px 0;
  width: 280px;
  float: right;
}

/*  Social  */

#social {width: 100%; height: 25px; margin: 0 0 20px 0;}

#social ul {padding: 0; margin: 0; height: 25px}

#social li  a{
  list-style-type: none;
  float: left;
  margin-right: 6px;
  background: url('/images/social.png') no-repeat;
  height: 25px;
}

#social li a {width: 25px; height: 25px; display: block; text-indent:-9999px;}

#social li.tag1 a{background-position: 0 0;}
#social li.tag2 a{background-position: 0 -50px;}
#social li.tag3 a{background-position: 0 -100px;}
#social li.tag4 a{background-position: 0 -150px; margin-right: 20px;}

#social li.tag1 a:hover {background-position: 0 -25px;}
#social li.tag2 a:hover {background-position: 0 -75px;}
#social li.tag3 a:hover {background-position: 0 -125px;}
#social li.tag4 a:hover {background-position: 0 -175px;}


/* News Starts Here */
 
#news {
  width: 100%;
  margin-top: 0px;
  font-size: 11px;
}

#news ul#news_list {
  list-style-type: none;
  margin: 10px 0 10px 0;
  padding: 0;
}

#news ul li{ background:url('/images/list_bg_black.gif') no-repeat 0 7px; padding-left: 12px }

#news_list li {
  margin: 0 0 5px 0;
}

#news_list li a {
  color: #666666;
  text-decoration: none;
}

#news_list li a:hover {
  color: #000000;
  text-decoration: underline;
}




#lol {
  width: 100%;
  margin-top: 0px;
  font-size: 11px;
}

#lol ul#news_list {
  list-style-type: none;
  margin: 10px 0 10px 0;
  padding: 0;
}

#lol ul li{ background:url('/images/list_bg_black.gif') no-repeat 0 7px; padding-left: 12px }

#lol_list li {
  margin: 0 0 5px 0;
}

#lol_list li a {
  color: #666666;
  text-decoration: none;
}

#lol_list li a:hover {
  color: #000000;
  text-decoration: underline;
}





/* Download Links */

#download {
width: 100%;
margin-top: 35px;
padding-top: 18px;
padding-bottom: 18px;
background-color: #e9e9e9;
font-size: 11px;
}

#download ul#down_list {
  list-style-type: none;
  margin: 6px 20px 0 20px;
  padding: 0;
  text-align: left;
}

#download ul li {
padding-top: 0.2em;
padding-bottom: 0.2em;
  list-style-type: none;
  background:url('/images/list_bg_arrow.gif') no-repeat 0 8px; padding-left: 12px;
}

#down_list li.last {
  list-style-type: none;
  border-bottom: none;
}

#down_list li a {
  color: #666666;
  text-decoration: none;
}

#down_list li a:hover {
  color: #666666;
  text-decoration: underline;
}

#down_list img {
  border: 0px;
  margin-left: 5px;
}

/* Contacts Starts Here */

#info {
  width: 100%;
  margin: 35px 0 0 0;
  padding: 0;
  color: #666666;
}

#info p.info {
  margin: 10px 10px 0 0;
  text-align: center;
  padding: 0;
  color: #666666;
}

#info img.cont {
  padding-top: 8px;
  text-align: center;
  border: 0px;
}

#info img.icon1_5 {
  margin-bottom: 6px;
  border: 0px;
}

#info a.mail3 {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #27aae1;
  text-decoration: none;
}

#info a.mail3:hover {
  color: #27aae1;
  text-decoration: underline;
}

.gray {
  color: #666666;
}

.red_bold {
  font-size: 14px;
  color: #27aae1;
  font-weight: bold;
}

.red {
  color: #27aae1;
  font-weight: normal;
}

/* Footer
----------------------------------------------------------------- */

#footer { 
  width: 950px;
  margin: 0px auto;
  height: 100%;
  text-align: center;
  background: #ffffff;
  color: #666666;
  line-height: 18px;
  clear: both;
}

.col {
  width: 190px;
  float: left;
  text-align: left;
  margin: 0 0 30px 0;
}

.col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #27aae1;
}

.col  li a {
  font-family : Arial;
  font-size : 11px;
  color: #666666;
  text-decoration: none;
}

.col li a:hover {
  color: #27aae1;
  text-decoration: underline;
}

.col span {
  color: #333333;
  font-weight: bold;
}

#end {
  clear: left;
  width: 100%;
  font-size: 11px;
  text-align: center;
  color: #000000;
}

#footernav {
  list-style: none;
  padding: 14px 0 6px 0;
  margin: 0;
  color: #27aae1;
}

#footernav li {
  display: inline;
  padding: 0;
  margin: 0;
}

#footernav li a {
  font-family : Arial;
  font-size : 11px;
  color: #27aae1;
  text-decoration: underline;
  padding: 0 12px 0 8px;
}

#footernav li a:hover {
  color: #000000;
  text-decoration: underline;
}

#footer-fix {
  width: 100%;
  background: #000000;
  height: 25px;
}

/* Hyperlinks
----------------------------------------------------------------- */

a.simple {
  text-decoration: underline;
  color: #333333;
}

a.simple:hover {
  text-decoration: underline;
  color: #333333;
}

a.blue {
  text-decoration: none;
  color: #27aae1;
}

a.blue:hover {
  text-decoration: underline;
  color: #27aae1;
}

a.forma {
  text-decoration: none;
  color: #27aae1;
}

a.forma:hover {
  text-decoration: underline;
  color: #27aae1;
}

a.red {
  text-decoration: underline;
  color: #27aae1;
}

a.red:hover {
  text-decoration: underline;
  color: #27aae1;
}

a.form {
  text-decoration: none;
  color: #27aae1;
}

a.form:hover {
  text-decoration: underline;
  color: #27aae1;
}

a.mail {
  font-family : Arial;
  font-size : 12px;
  font-weight : normal;
  color: #666666;
  text-decoration: none;
}

a.mail:hover {
  font-family : Arial;
  font-size : 12px;
  color: #333333;
  text-decoration: none;
}

img.at {
  border: 0px;
  vertical-align: middle;
}

.s-fix {
  width: 201px;
}

span.news {
  font-size: 11px;
  color: #999999;
}

a.news {
  font-size: 11px;
  color: #666666;
  text-decoration: none;
}

img.border {
  border: 0px;
}

img.ban-small {
  width: 88px;
  height: 31px;
  border: 0px;
}

div.rating {
  width: 908px;
  text-align: left;
}

/* jquery.fancybox-1.3.4 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/fancybox/fancybox.png') -55px -90px no-repeat;
}
