@charset "utf-8";

@font-face {
    font-family: 'supermarketregular';
    src: url('/css/supermarket-webfont.eot');
}

@font-face {
    font-family: 'supermarketregular';
    src: url('../css/supermarket-webfont.woff') format('woff'),
    url('/css/supermarket-webfont.ttf') format('truetype'),
    url('/css/supermarket-webfont.svg#supermarketregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background:url(./../images/bgMain2.jpg) center top no-repeat fixed #000;
}

body,td,tr {
	margin: 0px;
	padding:0px;
	font-family: "supermarketregular", Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	color: #ccc;
	line-height: 16px;
}

img {
	border:none;
	padding:0px;
	margin:0px;
}

a:link							{color:#51ccff; text-decoration:none;}
a:visited 					{color:#51ccff; text-decoration:none;}
a:hover 					{color:#0096ff; text-decoration:none;}
a:active						{color:#0096ff; text-decoration:none;}

.news a:link, .news a:visited {
	color:#51ccff;
	text-decoration:none;
}

.news a:hover, .news a:active {
	color:#0096ff;
	text-decoration:none;
}

.newsFirst a:link, .newsFirst a:visited {
	color:#51ccff;
	text-decoration:none;
	font-size:21px;
}

.newsFirst a:hover, .newsFirst a:active {
	color:#0096ff;
	text-decoration:none;
	font-size:21px;
}

.newsContent {
	background:url(./../images/bgBlack50.png);
	padding:20px 20px 30px 20px!important;
	font-size:18px;
}

.newsDate {
	font-size:13px;
	color:#666;
	text-align:right;
}

table .newsLine tr td {
	padding:10px;
	 border-bottom: dashed 1px #333;
}

.otherPackage a:link, .newsFirst a:visited {
	color:#eee;
	text-decoration:none;
	font-size:21px;
}

.otherPackage a:hover, .newsFirst a:active {
	color:#0096ff;
	text-decoration:none;
	font-size:21px;
}

.login {
	font-size:12px;
	color:#444;
	width:138px;
	height:26px;
	border:solid 1px #6cc9fc;
	margin-left:10px;
}
.btLogin:hover {
    cursor: hand;
    cursor: pointer;
}

.btLogin {
	font-family:Tahoma;
     background:url(./../images/btLogin.png) no-repeat;
     color:#51ccff;
     width:78px;
     height:30px;
     border:none;
     padding:0px;
     margin:0px;
     margin-left:10px;
 }

.btRegister {
    background:url(./../images/btRegister.png) no-repeat;
    color:#51ccff;
    width:138px;
    height:69px;
    border:none;
    padding:0px;
    margin:0px;
    margin-left:10px;
}

.btLostPwd {
	background:url(./../images/btLostPwd.png) no-repeat;
	color:#888;
	width:78px;
	height:30px;
	border:none;
	padding:0px;
	margin:0px;
	margin-left:10px;
}

.textLabel {
	color:#51ccff;
	font-size:18px;
}

.textTestimonial {
	font-family:Arial;
	font-style:italic;
	font-size:13px;
}

.textTestimonialName {
	font-family:Arial;
	font-style:italic;
	font-size:12px;
	color:#666;
}
.newsContent ul {
    margin-top:10px;
    margin-bottom: 10px;
}
.newsContent h4 {
    margin-top:10px;
    margin-bottom: 10px;
}