html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	line-height: 140%;
	
   background-color: #d9dee2;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeef2), to(#d9dee2));

    background-image: -webkit-linear-gradient(top, #ebeef2, #d9dee2);

    background-image: -moz-linear-gradient(top, #ebeef2, #d9dee2);

    background-image: -ms-linear-gradient(top, #ebeef2, #d9dee2);

    background-image: -o-linear-gradient(top, #ebeef2, #d9dee2);

    background-image: linear-gradient(top, #ebeef2, #d9dee2); 
	background-repeat:no-repeat;
   
}

body.iframe {
	padding: 0;
	margin: 0;
	text-align: left;
	background: none;
	min-width: 540px;
}


.center {
height:60px;
width:750px;
margin-left:auto;
margin-right:auto;
}

.fuck-IE {
height:0px;
width:750px;
margin-left:auto;
margin-right:auto;
}

#loader
{

	height:600px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(http://www.slashdrive.net/stuff/bg/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}



/*--------------------*/



#login

{

    background-color: #fff;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));

    background-image: -webkit-linear-gradient(top, #fff, #eee);

    background-image: -moz-linear-gradient(top, #fff, #eee);

    background-image: -ms-linear-gradient(top, #fff, #eee);

    background-image: -o-linear-gradient(top, #fff, #eee);

    background-image: linear-gradient(top, #fff, #eee);  

    height: 180px;

    width: 500px;

   

    padding: 30px;

   position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -280px;
margin-top:100px;
    z-index: 0;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;  

    -webkit-box-shadow:

          0 0 2px rgba(0, 0, 0, 0.2),

          0 1px 1px rgba(0, 0, 0, .2),



          0 0px 0 rgba(0, 0, 0, .2);

    

}



#login:before

{

    content: '';

    position: absolute;

    z-index: -1;

    border: 1px dashed #ccc;

    top: 5px;

    bottom: 5px;

    left: 5px;

    right: 5px;

    -moz-box-shadow: 0 0 0 1px #fff;

    -webkit-box-shadow: 0 0 0 1px #fff;

    box-shadow: 0 0 0 1px #fff;

}



/*--------------------*/



h1

{

    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);

    text-transform: uppercase;

    text-align: center;

    color: #666;

    margin: 0 0 30px 0;

    letter-spacing: 4px;

    font: normal 26px/1 Verdana, Helvetica;

    position: relative;

}



h1:after, h1:before

{

    background-color: #777;

    content: "";

    height: 1px;

    position: absolute;

    top: 15px;

    width: 120px;   

}



h1:after

{ 

    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));

    background-image: -webkit-linear-gradient(left, #777, #fff);

    background-image: -moz-linear-gradient(left, #777, #fff);

    background-image: -ms-linear-gradient(left, #777, #fff);

    background-image: -o-linear-gradient(left, #777, #fff);

    background-image: linear-gradient(left, #777, #fff);      

    right: 0;

}



h1:before

{

    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));

    background-image: -webkit-linear-gradient(right, #777, #fff);

    background-image: -moz-linear-gradient(right, #777, #fff);

    background-image: -ms-linear-gradient(right, #777, #fff);

    background-image: -o-linear-gradient(right, #777, #fff);

    background-image: linear-gradient(right, #777, #fff);

    left: 0;

}



/*--------------------*/



fieldset

{

    border: 0;

    padding: 0;

    margin: 0;
	
	float:left;
	width:400px;

}



/*--------------------*/



#inputs input

{

    background: #f1f1f1 url(http://www.slashdrive.net/stuff/bg/login-sprite.png) no-repeat;

    padding: 15px 15px 15px 30px;

    margin: 0 0 10px 0;

    width: 353px; /* 353 + 2 + 45 = 400 */

    border: 1px solid #ccc;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    border-radius: 5px;

    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;

    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;

    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	
	float:left;
	

}



#username

{

    background-position: 5px -2px !important;

}



#password

{

    background-position: 5px -52px !important;

}



#inputs input:focus

{
	background-color: #fff;
	outline: none;

}



/*--------------------*/

#actions

{
	
	float:right;
	width:80px;
	margin-top:5px;
	text-align:left;


}



#submit

{
	background-color: #498CC1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4C97D0), to(#4886B9));
	background-image: -webkit-linear-gradient(top, #4C97D0, #4886B9);
	background-image: -moz-linear-gradient(top, #4C97D0, #4886B9);
	background-image: -ms-linear-gradient(top, #4C97D0, #4886B9);
	background-image: -o-linear-gradient(top, #4C97D0, #4886B9);
	background-image: linear-gradient(top, #4C97D0, #4886B9);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border-width: 1px;
	border-style: solid;
	border-color: #336C99 #336C99 #336C99 #336C99;
	float: left;
	height: 35px;
	padding: 0;
	width: 80px;
	cursor: pointer;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;	
	font-size:13px;
	color: #F0F0F0;
	letter-spacing: 1px;
	
}



#submit:hover,#submit:focus

{		

    background-color: #4886B9;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#4886B9), to(#4C97D0));

    background-image: -webkit-linear-gradient(top, #4886B9, #4C97D0);

    background-image: -moz-linear-gradient(top, #4886B9, #4C97D0);

    background-image: -ms-linear-gradient(top, #4886B9, #4C97D0);

    background-image: -o-linear-gradient(top, #4886B9, #4C97D0);

    background-image: linear-gradient(top, #4886B9, #4C97D0);

}	



#submit:active

{		

    outline: none;

   

     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;

     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;

     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		

}



#submit::-moz-focus-inner

{

  border: none;

}



#actions a

{


    float: left;

    line-height: 35px;

    margin-top: 10px;

}

a.login-link{
	float:left;
	margin-right:10px;
	font-size:11px;
	color:#999;
	text-decoration:none;

}

a.login-link:visited{
	float:left;
	margin-right:10px;
	font-size:11px;
	color:#999;
	text-decoration:none;

}

a.login-link:hover{
	float:left;
	margin-right:10px;
	font-size:11px;
	color:#666;
}







/*--------------------*/



#back

{

    display: block;

    text-align: center;

    position: relative;

    top: 60px;

    color: #999;

}


.home-head{
margin-top:0;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;	
	font-size:18px;
margin-bottom:4px;
color:#555;
    text-shadow:  0px 1px 0 rgba(0, 0, 0, .3);
cursor:default;




}

.tag{
	font-size:12px;
margin-bottom:20px;
color:#999;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
cursor:default;

}




.spacer{
	height:1%;
	overflow:hidden;
margin-bottom:180px;
width:100%;
}


/* New foundation */
.center-content{
	width:750px;
	height:1%;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
	margin-bottom: 20px;
	padding: 5px;

}


.right-content{
	width:740px;
	min-height: 1px;
	height: auto;
	_height: 1px;
float:right;
margin-bottom:20px;

}


#footer{
	width:702px;
height:46px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
	background: transparent url(http://www.slashdrive.net/stuff/bg/footer.png) left top no-repeat;
color:  #F2F2F2;
padding: 2px;
font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

.fright {
float:right;
margin-right:20px;

}

.fleft{
float:left;
margin-left:16px;

}


#progressbar {
margin-right:6px;
width:180px;
height:22px;
float:right;
}







body{
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}





/* plain headings */

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	line-height: normal;
	font-weight: bold;
}
h1 {
	font-weight: 600;
	font-size: 1.7em;
	margin: 0 0 1ex;
}
/* h2 {
	font-size: 1.6em;
	font-weight: 500;
	margin: 1ex 0;
} */
h2, h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1ex 0 0.2ex;
	text-align: left;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 0.2ex;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1ex 0 0;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 1ex 0 0;
}


/* general html declarations */

p, ul, ol, dl, table {
	font-size: 1em;
}
ul, ol {
	margin: 0.5ex 0 1em;
	padding: 0;
}
li {
	padding: 0;
	margin: 0 0 0.1em 30px;
}
ul li {
	list-style-type: none;
}
p {
	margin: 0;
}
p small {
	color: #222;
	line-height: 120%;
}
strong, em {
	font-weight: bold;
	font-style: normal;
}
img {
	border: 0;
}
a {
	color: #00ADEF;
}
a:hover {
	color: #FF4F4F;
}
a:visited:hover {
	color: #00ADEF;
}
a:visited {
	color: #00ADEF;
}
a img {
	vertical-align: middle;
}
table_news {
	border-collapse: collapse;
	margin: 0;
	border-bottom-color: #FF4F4F;
	background-color: #FF9191;
	border-top-color: #FF4F4F;
	border-right-color: #FF9191;
	border-left-color: #FF9191;
}
td {
	vertical-align: top;
	padding: 0;
}
blockquote {
	margin: 0;
	padding: 10px 0 10px 40px;
	background: transparent url(http://www.slashdrive.net/stuff/bg/footer.jpg) left top no-repeat;
}
blockquote p {
	font-family: Georgia, Palatino, "Palatino Linotype Italic", "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 0.5ex;
}
blockquote p.source {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: normal;
	font-weight: bold;
}

/* modal */

div#modal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent url(../bg/white_50_transparent.png) left top repeat;
	z-index: 1000;
	text-align: left;
}
div.modal {
	width: 500px;
	height: 400px;
	border: 1px solid #B3B7B7;
	background: white;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -220px 0 0 -270px;
}



p a.en, dd a.en, li a.en {
	padding-right: 15px;
}

#sidebar li a.en {
	margin-right: 5px;
}
#sidebar li li a.en {
	margin-right: 0;
}
#sidebar ul li ul li a.en {
	margin-right: 0;
	padding-right: 15px;
	background: transparent url(../bg/link_languagejump2.png) right center no-repeat !important;
}


.help-section {
	margin: 0 0 20px 70px !important;
}
.help-section h2, .help-section h3 {
	margin: 0 0 5px;
}
.help-section ul {
	width: 200px;
	margin: 0;
	padding: 0;
}
.tour {
	width: 520px;
	float: right;
}
.help-section li {
	margin: 0 0 1ex;
	padding: 0;
	list-style: none;
	line-height: 100%;
}
.news h2 {
	margin: 1em 0 0;
}
.news p {
	margin: 0 0 0.5ex;
}
p.img img {
	margin: 10px 0;
}

/* form elements */

form {
	margin: 0;
	padding: 0;
	height: 10px;
}
table.form td {
	padding: 0 20px 10px 0;
}
table.form label {
	display: block;
}
table.form div label {
	display: inline;
	width: auto;
}
form div.field-opt input, form div.field-req input, form div.field-err input, form div.field-ok input {
	display: block;
	width: 100%;
}
form div.field-opt select, form div.field-req select, form div.field-err select, form div.field-ok select,
form div.field-opt textarea, form div.field-req textarea, form div.field-err textarea, form div.field-ok textarea {
	width: 100%;
}
form div input.checkbox {
	display: inline;
	width: auto;
	float: left;
	margin-bottom: 20px;
}
form small {
	color: #909090;
	line-height: 110%;
}

.requiredfield {
	color: #f5981d;
	font-weight: bold;
	font-size: 1.1em;
}
div.radiogroup label {
	width: 49%;
	float: left;
	padding: 0 0 10px;
	display: block;
}
div.radiogroup#single label {
	width: 100%;
	float: left;
	padding: 0 0 10px;
	display: block;
}
div.radiogroup label * {
	vertical-align: middle;
}

div.buttons {
	clear: both;
	margin-bottom: 10px;
}
div.buttons span {
	margin: 0 1em 0 1ex;
	position: relative;
	top: -1em;
}

/* sidebar */

#sidebar {
	float: left;
	width: 189px;
	padding: 1px 0 0px;
	margin: 0;
	min-height: 250px;
	background-image: url(../bg/menu_top_v2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
#sidebar li {
	display: block;
	margin: 0 0px;
	padding: 0;
	border-bottom: 1px solid #DBDDDF;
	font-size: 1.05em;
	line-height: 1.2em;
	text-decoration: none;
}
#sidebar li a {

	padding: 9px 5px 8px 15px;
	font-weight: bold;
	display: block;
}
#sidebar a, .sidebar a:visited {
	color: #00ADEF;
}
#sidebar a:hover {
	color: #FF8080 !important;
}
#sidebar li.selected a {
	color: #FD8176;
	
}
#sidebar li.selfirst a {
	background: url(../bg/menu_row_top_v2.png) left top no-repeat !important;
}
#sidebar > ul > li.selected a {
	color: #FD8176;
	text-decoration: none;
	background-position: left center;
	font-weight: bold;
}
#sidebar > ul > li.selfirst a {
	background: url(../bg/menu_row_top_v2.png) left top no-repeat !important;
}
#sidebar li.selected a {
	color: #FD8176;
	text-decoration: none;
}
#sidebar li.selected a:hover {
	color: #FD8176 !important;
}
#sidebar li.selected ul li a:hover {
	color: #0083B3 !important;
}
#sidebar ul ul {
	margin: 5px 0;
	background: none !important;
}
#sidebar li li {
	margin: 0;
	border: none;
	padding: 4px 5px 4px 25px;
	font-size: 1em;
	background: none !important;
}
#sidebar li li a {
	margin: 0;
	padding: 0;
	color: #0083B3 !important;
	text-decoration: underline !important;
	font-weight: normal;
	background: none !important;
}
#sidebar li.selected li a {
	background: none !important;
}
#sidebar li li.selected {
	background: none !important;
}
#sidebar li li.selected a {
	color: black !important;
	text-decoration: none !important;
	font-weight: bold;
	background: none !important;
}
#sidebar p {
	margin: 5px 10px 10px 15px;
	font-size: 0.9em;
	line-height: 120%;
}
#sidebar p a {
	font-weight: bold;
}

/* container & content */

div#container {
	padding: 0;
	text-align: left;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 760px;
}

body#main div#container {
	margin-top:80px;
	background: none;
}

#content {
	margin: 0;
	float: right;
	width: 540px;
	min-height: 250px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}


body.simple div#container {
	margin-top:80px;
	background: none;
}
body#main div#container {
	margin-top:80px;

	background: none;
}

p#welcome {
	position: absolute;
	top: 9px;
	left: 240px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #2B2B2B;
	line-height: 25px;
}
p#welcome small {
	font-weight: normal;
	font-size: 0.85em;
	padding-left: 1ex;
	/*vertical-align: top;*/
}
p#myaccount-links {
	position: absolute;
	top: 9px;
	right: 20px;
	margin: 0;
	padding: 0;
	color: #C2C5C5;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 25px;
}
p#myaccount-links span {
	padding: 0 2px;
}

.good {
	border: 1px solid #000000;
	background-color: #39D5FD;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 19px;
	background-image: url(../bg/good.png);
	height: 39px;
	color: #FFFFFF;
}


.halloween {
	border: 1px solid #000000;
	background-color: #39D5FD;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 19px;
	background-image: url(../bg/halloween.png);
	height: 39px;
	color: #FFFFFF;
}

.bad {
	border: 1px solid #000000;
	background-color: #FFA4A4;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 19px;
	background-image: url(../bg/bad.png);
	height: 39px;
	color: #FFFFFF;
}

.ok {
	border: 1px solid #000000;
	background-color: #FFA4A4;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 19px;
	background-image: url(../bg/ok.png);
	height: 39px;
	color: #FFFFFF;
}


table.tdheight td {
	height: 55px;
	vertical-align: middle;
}
table.tdheight td p {
	margin-top: 8px;
}
table.tdheight span.disabled, table.tdheight input.disabled {
	color: gray;
	font-weight: bold;
	cursor: default;
}
table.tdheight td p a {
	font-weight: bold;
	cursor: pointer;
}


ul.message, ul.error, ul.warning {
	border: 1px solid;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 15px 15px 2px 45px;
	font-size: 1em;
	font-weight: normal;
}
ul.message li, ul.error li, ul.warning li {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
ul.error {
	background: #fff4f0 url(../images/notice_error.png) no-repeat 15px 15px !important;
	border-color: #F00;
	color: #F00;
}
ul.warning {
	background: #fff8da url(../images/notice_warning.png) no-repeat 15px 15px !important;
	border-color: #ffe488;
	color: #000;
}
ul.message {
	background: #effbdf url(../images/notice_success.png) no-repeat 15px 15px !important;
	border-color: #cefa71;
	color: #000;
}
/*
.error {
	color: red;
}
.message {
	color: #006400;
}
*/


div#col2-box div.left {
	width: 260px;
	float: left;
}
div#col2-box div.right {
	float: right;
	width: 260px;
}
div.rates div {
	background: #e5eef0 url(../skypeout/gradient.png) top left repeat-x;
	padding: 0 10px 30px 10px;
	border-bottom: 1px solid #d6e0e2;
}
div.rates div span {
	display: block;
	height: 20px;
	margin-top: 10px;
}
div.rates div select {
	width: 235px;
}
span#callPrice, span#country-rate-details {
	font-weight: bold;
	font-size: 1.2em;
}
div#col2-box h5 {
	background: white url(../bg/header_260.png) top left no-repeat;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}
div#col2-box h4 {
	background: white url(../bg/header_260.png) top left no-repeat;
	margin-bottom: 1px !important;
	margin-top: 0 !important;
}


#news {
	border-collapse: collapse;
	margin: 0;
	border-bottom-color: #FF4F4F;
	background-color: #FF9191;
	border-top-color: #FF4F4F;
	border-right-color: #FF4F4F;
	border-left-color: #FF4F4F;
}

.groupWrapper
{
	min-height: 540px;
}
.serializer
{
	clear: both;
}

#content_home {
	margin: 0;
	float: right;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	height: 146px;
	width: 538px;
	background-image: url(http://www.slashdrive.net/stuff/bg/bottom.png);
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
}
/* BUTTONS */

.clear { /* generic container (i.e. div) for floating buttons */

    overflow: hidden;
    width: 100%;
}

a.button {
	background: transparent url('../button/bg_button_a.png') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

a.button span {
    background: transparent url('../button/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* BUTTONS NEGATIVE */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button_no {
	background: transparent url('../button/bg_button_a_no.png') no-repeat scroll top right;
	color: #fff;
	display: block;
	float: left;
	height: 2px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

a.button_no span {
    background: transparent url('../button/bg_button_span_no.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button_no:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_no:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* BUTTONS WHAT??? */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button_what {
	background: transparent url('../button/bg_button_a_what.png') no-repeat scroll top right;
	color: #fff;
	display: block;
	float: left;
	height: 26px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

a.button_what span {
    background: transparent url('../button/bg_button_span_what.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button_what:active {
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; /* hide dotted outline in Firefox */
}


a.button_what:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button_what:hover {
	background: transparent url('../button/bg_button_a_what.png') no-repeat scroll top right;
	color: #fff;
	display: block;
	float: left;
	height: 26px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: line-through;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

a.button_what:hover span {
    background: transparent url('../button/bg_button_span_what.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

.news_today {
	padding-bottom:			6px;
	padding-top: 2px;
	padding-left: 6px;
	background-color: #00CCFF;
	border: 1px solid #000000;
}
div.header_news {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 6px;
	height: 27px;
	padding-top: 5px;
	background-color: #FF4848;
	margin-bottom: 6px;
	border: 1px solid #000000;
	margin-top: 6px;

}


