@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	overflow:auto;
	font-family: MyCustomFont;
}

.toprightbg  {
	background-image:url(images/template_31.gif);
	background-repeat:no-repeat;
	background-position:right top;
	
}

.topleftbg  {
	background-image:url(images/template_32.gif);
	background-repeat:repeat-x;
	background-position:right top;
	
}

.bgcart {
	background-image:url(images/cart-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}

.bglogin {
	background-image:url(images/login-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	
	
	
}
.visitedcolor {
	
	background: url(images/visited-text.jpg) #f57b20;
	background-position:left;
	background-repeat:no-repeat;}
.cellpadding {
	position:fixed;
}



.txt-right {
	text-align:right;
}
.txt-left {
	text-align:left;
}

.txt-center {
	text-align:center;
}



.padding-right {
	padding-right:8px;
}

.border-bottom {
	border-bottom-color:#666;
	border-bottom-width:thin;
	border-bottom-style:solid;
}

a.navi:active {
	color:#FFF;
}
a.navi:link {
	color:#FFF;
}
a.navi:hover {
	color:#FFF;
	text-decoration:underline;
}
a.navi:visited {
	color:#FFF;
}

.indent_table {
border:solid 1px #999;	
}

.indent_table2 {
	border-bottom:solid 1px #999;	
}

a.navi2:active {
	color:#000;
}
a.navi2:link {
	color:#000;
}
a.navi2:hover {
	color:#FFF;
	text-decoration:underline;
}
a.navi2:visited {
	color:#000;
}

.naviv {
	color:#FFF;
	text-decoration:none;
	
}

.naviv2 {
	color:#000;
	text-decoration:none;
}

.slot_time {
	font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}



.bgred {
	background-color:#c01831;
}

.bgpink {
	background-color:#f4e5ea;
}

.font_white {
	color:#FFF;
}

.bold_w {
	font-weight:600;
}

.textred {
	color:#F00;
}

.textgrey {
	color:#666;
}
.fontsize {
	font-size:19px;
}
.underline {
	border-bottom:#000 2px solid;	
}

.color-orange {
	background-color:#f57b20;
	
}
.text-color-white {
	color:#FFF;
}

.newbg {
	background-image:url(images/bg_n.gif);
	
}
.newbg2 {
	background-image:url(images/bg_n2.gif);
	
}

@font-face {
 font-family: MyCustomFont;
 src: url("images/GESS.eot")  /*EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("images/GESS.ttf")  /*TTF file for CSS3 browsers */
}
