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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;	
}


body {
	background-color:#FFFFFF;
	background-image:url(/images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	color:#666;
}


a:link {color:#09F; font-weight:bold;}
a:visited {color:#09f; font-weight:bold;}
a:hover {color:#666; font-weight:bold;}

a {
	border:none;
}

.whitelink {padding:10px 10px 0 0; float:right; color:#fff;}
.whitelink:link {color:#fff;}
.whitelink:visited {color:#fff;}
.whitelink:hover {color:#c00;}

.no-underline:link {
	color:#666; font-weight:bold; text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.no-underline:visited {color:#666; font-weight:bold; text-decoration:none;}
.no-underline:hover {color:#09F; font-weight:bold; text-decoration:none;}

h1 {
	font-family: arial, verdana, sans-serif;
	color: #FFFFFF;
	size:30px;
	text-shadow: -1px -1px 1px #666; /* FF3.5+, Opera 9+, Saf1+, Chrome */
}


h2 { 
	color: #c00;
	font-family:arial, Verdana, sans-serif;
	font-size:16px;
}

.white20 {
	color:#FFF;
	font:normal 1.5em/2em Arial, Helvetica, sans-serif;
}

.blue11 {
	color:#4193cd;
	font:normal 11px/14px Arial, Helvetica, sans-serif;
}
	

.blue12 { 
	color:#4193cd;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	font-weight: bold;
}	

.blue16 {
	color: #4193cd;
	font-family:arial, Verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.gray16 {
	color: #666;
	font-family:arial, Verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
}
	
.red12 { 
	color:#c00;
	font-family:arial, Verdana, sans-serif;
	font-size:12px;
	font-weight: bold;
}

.gray12 { 
	color:#666;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	font-weight: bold;
}

.gray13 { color:#666; font-family:arial, verdana, sans-serif; font-size:13px; font-weight: bold; }


.bottom-image {
	padding-top:10px;
	margin-left:-30px;
}

.image-right {
	float:right;
	margin-right:-30px;
}

.girl_ap {
	position:absolute;
	bottom:0;
	left:0;
}

/* INDEX PAGE */

#slider_container {
	height:225px;
	width:100%;
	background: #4193cd; /* Old browsers */
	background-image: url(/images/slider_bg.png), -moz-linear-gradient(top, #6fb8ea 0%, #4193cd 70%); /* FF3.6+ */
	background-image: url(/images/slider_bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fb8ea), color-stop(70%,#4193cd)); /* Chrome,Safari4+ */
	background-image: url(/images/slider_bg.png), -webkit-linear-gradient(top, #6fb8ea 0%,#4193cd 70%); /* Chrome10+,Safari5.1+ */
	background-image: url(/images/slider_bg.png), -o-linear-gradient(top, #6fb8ea 0%,#4193cd 70%); /* Opera11.10+ */
	background-image: url(/images/slider_bg.png), -ms-linear-gradient(top, #6fb8ea 0%,#4193cd 70%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fb8ea', endColorstr='#4193cd',GradientType=0 ); /* IE6-9 */
	background-image: #4193cd url(/images/slider_bg.png); /* W3C */
	background-repeat: no-repeat;
	background-position:center;
	
	border-top: 1px solid #3b86bb;
	border-bottom: 1px solid #3b86bb;
	
}

#index_content{
	width:800px;
	min-height:450px;
	padding:40px 0 40px 60px;
	margin: 0 auto;
	text-align:center;
}

.school_btn{
	display:block;
	width:229px;
	height:50px;
	background:url("/images/info_btn.png") no-repeat 0 0;
	text-indent:-9999px;
	margin: 0px 35px 0 0px;
	float:left;
	}

.school_btn:hover{
	background-position:0 -50px;
}

.store_btn{
	display:block;
	width:229px;
	height:50px;
	background:url("/images/store_btn.png") no-repeat 0 0;
	text-indent:-9999px;
	margin: 70px 35px 0 0px;
	float:left;
	}

.store_btn:hover{
	background-position:0 -50px;
}

.info_btn{
	display:block;
	width:229px;
	height:50px;
	background:url("/images/info_btn.png") no-repeat 0 0;
	text-indent:-9999px;
	margin: 0px 35px 0 0px;
	float:left;
	}

.info_btn:hover{
	background-position:0 -50px;
}


	
/*--------------End Index Page---------------- */



#wrapper {
	width:900 px;
	height: 100%;
}


#header {
	width:900px;
	height: 115px;
	margin:0 auto;
	background-image:url(/images/header_bg.jpg);
}


/*-------------- Menu --------------------*/

#menu_container {
	height:40px;
	width:100%;
	background-color: #4193cd;
	border: 1px solid #3b86bb;
}
#menu {
	height:40px;
	width:900px;
	margin:0 auto;
	background-color:#4193cd;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	background-image: -moz-radial-gradient(50% 50%, circle cover, #6fb8ea, #4193cd 100%); 
	background-image: -webkit-radial-gradient(50% 50%, circle cover, #6fb8ea, #4193cd 100%); 
	background-image: -o-radial-gradient(50% 50%, circle cover, #6fb8ea, #4193cd 100%); 
	background-image: -ms-radial-gradient(50% 50%, circle cover, #6fb8ea, #4193cd 100%); 
	background-image: radial-gradient(50% 50%, circle cover, #6fb8ea, #4193cd 100%)
}

#menu ul {
	padding:0;
	margin:  0;
	text-align:left; 
}

#menu li { 
	display: inline;
	list-style-type: none;
   	text-transform: uppercase;
	}

#menu li a {
	cursor:pointer;
	color:#FFFFFF;
    display: inline-block;
    font-family: Garamond, Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
	line-height:15px;
    font-weight: bold;
    padding: 13px 10px 12px 10px;
    text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
#menu li a:hover { color: #C00; background-color:#6CF;}
#menu li a:current{ color: #c00; }




#title_container {
	height:40px;
	width:100%;
	background: #4193cd; /* Old browsers */
	background-image: -moz-linear-gradient(top, #6fb8ea 0%, #4193cd 70%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fb8ea), color-stop(70%,#4193cd)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #6fb8ea 0%,#4193cd 70%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #6fb8ea 0%,#4193cd 70%); /* Opera11.10+ */
	background-image: -ms-linear-gradient(top, #6fb8ea 0%,#4193cd 70%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fb8ea', endColorstr='#4193cd',GradientType=0 ); /* IE6-9 */
	background-image: linear-gradient(top, #6fb8ea 0%,#4193cd 70%); /* W3C */
			  
	border-bottom: 1px solid #3b86bb;
}

#title {
	height:40px;
	width:900px;
	margin:10px auto 0 auto;
	background-image: url(/images/title_bg.png);
	background-repeat: no-repeat
}

#title h1 {
	padding: 5px 0 5px 10px;
	line-height: 30px;
}

#content {
	width: 840px;
	min-height:450px;
	padding:30px;
	margin: 0 auto;
	background-color: #FFF;
	text-align:left;
	font-size:12px;
	
	/*
	webkit-box-shadow: 0px 2px 3px #999; 
    -moz-box-shadow: 0px 2px 3px #999; 
	box-shadow: 0px 2px 3px #999; 
	
	-webkit-border-radius: 0 0 12px 12px; 
    -moz-border-radius: 0 0 12px 12px; 
    border-radius: 0 0 12px 12px;  
	*/
	
	
}

.td_img{
	-webkit-box-shadow: 1px 1px 3px #bbb;
    -moz-box-shadow: 1px 1px 3px #bbb;
    box-shadow: 1px 1px 3px #bbb;
}

#left_col {
	width:200px;
	min-height:450px;
	float: left;
	padding: 0 20px 0 0;
	background: url(/images/vert_divider.png) top right no-repeat;
}
	
#right_col {
	width:600px;
	min-height:450px;
	float: right;
	padding: 0 0 0 20px
}

#box {

	right:10px;
	background:#fff;
	text-align:center;
	border: 1px solid #cc9;
	background: rgba(177, 143, 26, .30);
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


#footer {
	width:100%;
	height: 30px;
	padding:5px;
	font-size:x-small;
	text-align:center;
	color: #FFFFFF;
	border-top: 1px solid #3b86bb;
	background-color: #4193cd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6fb8ea), to(#4193cd)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #6fb8ea, #4193cd); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #6fb8ea, #4193cd); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #6fb8ea, #4193cd); /* IE10 */
	background-image:      -o-linear-gradient(top, #6fb8ea, #4193cd); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #6fb8ea, #4193cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6fb8ea', EndColorStr='#4193cd'); /* IE6–IE9 */
	position:fixed;
	bottom:-1px;
}

#cat_sidebar{
   width:200px;
   float:left;
   position:relative;
}



/*-------------Cardno Styles----------------*/

.cardno_left {
	height: 150px;
	padding:10px; 
	float:right;
	border: #900 solid 1px;
	color: #FFF;
	
	border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	
	background:#B2071C;
	background-image: -moz-linear-gradient(top, #B2071C, #e51d22);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B2071C), to(#e51d22));
	background-image: linear-gradient(top, #B2071C, #e51d22); 
	
	-moz-box-shadow: 0px 3px 3px #CCC;
	-webkit-box-shadow: 0px 3px 3px #CCC;
	box-shadow: 0px 3px 3px #CCC;
}
	
.cardno_right {
	height: 150px;
	padding:10px; 
	float:left;
	background-color: #efecd2;
	border: 1px solid #cc9;
	
	border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	
	-moz-box-shadow: 0px 3px 3px #CCC;
	-webkit-box-shadow: 0px 3px 3px #CCC;
	box-shadow: 0px 3px 3px #CCC;	
}



/* NIVO SLIDER STYLES */

#slider {
	width: 900px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -12px;
	background-color: #ffffff;
	background:url(#.gif) no-repeat 50% 50%; 
	border: solid 1px #999;
	position: relative;
	z-index:1;
	
	-webkit-border-radius: 15px; 
    -moz-border-radius: 15px; 
    border-radius: 15px; 
	
	-webkit-box-shadow: 0px 0px 4px #666; /* Saf3.0+, Chrome */
     -moz-box-shadow: 0px 0px 4px #666; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 4px #666; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}


#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}




/*   Catalog Formatting   */

#cat_content {
	width:900px;
	min-height:450px;
	margin:0 auto 0 auto;
	background-color:#fff;
}

	
#cat_main {
	width:700px;
	min-height:450px;
	float: left;
	padding: 0;
	background-color:#fff;


}

#cat_search {
	width:880px;
	height:30px;
	background:#fff;
	border-bottom:1px solid #CCC;
	padding:0 10px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:30px;
}

#cat_search form input[type=submit] {
	background: url(../images/search_btn.png) no-repeat center center;
	width : 53px;
	height :28px;
	border : none;
	margin:0;
	padding:0;
	display:inline;
}

form {
	margin:0;
	padding:0;
	display:inline;
}

.crumb {
	margin:0 10px 0 20px;
}

.points {
	float:right;
	margin: 0 10px 0 10px;
}

.points img {
	vertical-align:middle;
}

.corner_title{
	position:absolute; 
	bottom:0px; 
	right:0; 
	z-index:10;
}

#cat_index{
   width:700px;
   min-height:475px;
   float:right;
   clear:right;
   background:no-repeat url(../images/catalog_bg.jpg);
   position:relative;

}

.tile {
	height:170px;
	width:170px;
	color:#FFF;
	text-align:center;
	border: 2px solid #FFFFFF;
	background-color: #ffffff;
  	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0)); /* Saf4+, Chrome */
  	background: -webkit-linear-gradient(top, #ffffff, #e0e0e0); /* Chrome 10+, Saf5.1+, iOS 5+ */
 	background:    -moz-linear-gradient(top, #ffffff, #e0e0e0); /* Firefox 3.6-15 */
  	background:      -o-linear-gradient(top, #ffffff, #e0e0e0); /* Opera 11.10+ */
 	background:         linear-gradient(to bottom, #ffffff, #e0e0e0); /* Firefox 16+ */
	margin: 140px 10px 0 0;
	float:right;
}

.tile_image{
	margin-bottom:15px;
}

/*----- left nav styles ------*/

#cat_left {
	width:190px;
	min-height:450px;
	float: left;
	padding: 20px 10px 0 0;
	/* background: url(/images/vert_divider.png) top right no-repeat; */
}

#cat_left ul {	
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
	line-height:1.1em;
}	


#cat_left li a {
	font-weight: bold;
	
	text-decoration: none;
	color: #505050;
	
	display: block;
	padding: 6px 0 6px 12px;
	background-color: #ffffff;
	border-left: 2px solid #cccccc;
	margin-bottom: 2px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}	


#cat_left li a:hover {
	background: #6fb8ea; /* Old browsers */
	background: -moz-linear-gradient(left, #6fb8ea 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6fb8ea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #6fb8ea 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #6fb8ea 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #6fb8ea 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left, #6fb8ea 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fb8ea', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	color: #fff;
	border-left: 4px solid #c00;
}

#cat_left a:visited {
	color:#505050;
}


/* ------------category intro pages---------------  */

.cat_col1, .cat_col2 {
	height:385px;
	padding:30px 15px 0 15px;
	text-align:center;
	float:left;
	position:relative;
}

.cat_col1 {
	width:200px;
	background: #d7e8f4;
	background: -moz-linear-gradient(top, #d7e8f4 0%, #badbf2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7e8f4), color-stop(100%,#badbf2));
	background: -webkit-linear-gradient(top, #d7e8f4 0%,#badbf2 100%);
	background: -o-linear-gradient(top, #d7e8f4 0%,#badbf2 100%);
	background: -ms-linear-gradient(top, #d7e8f4 0%,#badbf2 100%);
	background: linear-gradient(top, #d7e8f4 0%,#badbf2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e8f4', endColorstr='#badbf2',GradientType=0 );
}
	
.cat_col2 {
	width:200px;
	margin: 0 5px 0 5px;
	
	background: #f0f7fb;
	background: -moz-linear-gradient(top, #f0f7fb 0%, #e6f2fa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f7fb), color-stop(100%,#e6f2fa));
	background: -webkit-linear-gradient(top, #f0f7fb 0%,#e6f2fa 100%);
	background: -o-linear-gradient(top, #f0f7fb 0%,#e6f2fa 100%);
	background: -ms-linear-gradient(ltop, #f0f7fb 0%,#e6f2fa 100%);
	background: linear-gradient(top, #f0f7fb 0%,#e6f2fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f7fb', endColorstr='#e6f2fa',GradientType=0 ); 
}	

.cat_col1 img, .cat_col2 img {
	background-color: #FFF;
	margin: 10px;
	-moz-box-shadow: 0 0 5px 0 #A7C7D7;
	-webkit-box-shadow: 0 0 5px 0 #A7C7D7;
	box-shadow: 0 0 5px 0 #A7C7D7;
	
	-webkit-border-radius: 10px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
     -moz-border-radius: 10px; /* FF1-3.6 */
          border-radius: 10px;
}

.category {
	color:#FFF;
	width:680px;
	height:50px;
	padding:0 0 0 20px;
	background: #4193cd;
	border-bottom:5px solid #FFF;
	font: bold 40px/60px "Arial, Verdana, sans-serif";
	
	text-shadow:0px -1px 1px rgba(51,80,133,0.8); 
}

.category p{font: bold 14px "Arial, Verdana, sans-serif";}

.cat_desc {
	color:#FFF;
	width:660px;
	height:50px;
	font-size:13px;
	line-height:13px;
	padding:0 20px 0 20px;
	background-color: #4193cd;
	border-top:5px solid #FFF;
	clear:both;
}


/*----- catalog item styles -----*/

.cat_item_odd, .cat_item_even {
	width:213px; 
	height:213px;
	padding:5px;
	margin: 10px 0 0 10px; 
	text-align:center;
	float:left;
	
	-webkit-border-radius: 10px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
     -moz-border-radius: 10px; /* FF1-3.6 */
          border-radius: 10px;
}

.cat_item_odd {
	background: #f0f7fb;
		background: -moz-linear-gradient(top, #f0f7fb 0%, #e6f2fa 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f7fb), color-stop(100%,#e6f2fa));
		background: -webkit-linear-gradient(top, #f0f7fb 0%,#e6f2fa 100%);
		background: -o-linear-gradient(top, #f0f7fb 0%,#e6f2fa 100%);
		background: -ms-linear-gradient(ltop, #f0f7fb 0%,#e6f2fa 100%);
		background: linear-gradient(top, #f0f7fb 0%,#e6f2fa 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f7fb', endColorstr='#e6f2fa',GradientType=0 ); 
}

.cat_item_even {
	background: #d7e8f4;
		background: -moz-linear-gradient(top, #d7e8f4 0%, #badbf2 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7e8f4), color-stop(100%,#badbf2));
		background: -webkit-linear-gradient(top, #d7e8f4 0%,#badbf2 100%);
		background: -o-linear-gradient(top, #d7e8f4 0%,#badbf2 100%);
		background: -ms-linear-gradient(top, #d7e8f4 0%,#badbf2 100%);
		background: linear-gradient(top, #d7e8f4 0%,#badbf2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e8f4', endColorstr='#badbf2',GradientType=0 );
}

.cat_item_odd img, .cat_item_even img {
	padding:5px;
	background-color:white;
	border: 1px solid #6fb8ea;
	margin:3px;
	
	-webkit-box-shadow: 0px 0px 3px 0px #bbb; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 3px 0px #bbb; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 3px 0px #bbb;
		  
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
     -moz-border-radius: 5px; /* FF1-3.6 */
          border-radius: 5px;
}

/*==============================================================================
			Styles for the button that changes ability to view by balance
==============================================================================*/

			
.balance-limiter {
	width:180px;
	height:25px;
	background-color:#efefef;
	font:normal 12px/25px Arial, Helvetica, Sans-Serif;
	padding:0 0 0 10px;
	margin:10px 0 10px 0;
}

.balance-limiter a:link {
	color:#999;
	text-decoration:none;
	border:none;
}

.balance-limiter a:visited {
	color:#999;
}

.balance-limiter a:hover {
	color:#84c551;
}

.on {
	background:url(../images/bal-limit-on.jpg) no-repeat top right;
}

.off {
	background:url(../images/bal-limit-off.jpg) no-repeat top right;
}

.ui-tooltip {
	width:200px;
	font:normal 12px "bitterregular", serif;
	color:#FFF;
	border:2px solid #069;
	background-color:#036;
	text-align:center;
	opacity:.95;
	padding:10px;
	border-radius:7px;
}


/*==============================================================================
			Store Registration Styles/Form Styles
==============================================================================*/

input[type="text"], input[type="text-field"], input[type="password"], input[type="textfield"], textarea {
	color: rgba(65, 147, 205, 1.0);
	font-size:1em;
	font-style:normal;
	border:1px solid rgba(0, 0, 0, .3);
	background-color: #fefefe;
	padding: 3px;
	margin:5px 5px 0 0;
	transition: all 0.2s ease-in-out 0s;
	  -webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		  -o-transition: all 0.2s ease-in-out 0s;
}

input[type="text"]:focus, input[type="text-field"]:focus, input[type="password"]:focus, textarea:focus {
	color:#FFFFFF;
	outline:none;
	border:1px solid #ffffff;
	background-color: rgba(31, 175, 224, 1.0);;
	background-position:0 1.7em;
	
	box-shadow: 0 0 5px #ddd;
	moz-box-shadow: 0 0 5px #DDD;
	-webkit-box-shadow: 0 0 5px #DDD;
}


input[type="submit"] {
	padding:5px 10px;
	margin:5px 5px 5px 5px;
	color:#FFF;
	font:normal 1em Arial, Helvetica, sans-serif;
	border:1px solid rgba(31, 175, 224, 0.5);
	background-color:rgba(31, 175, 224, 1.0);
	cursor:pointer;
	
	transition: all 0.2s ease-in-out 0s;
	  -webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		  -o-transition: all 0.2s ease-in-out 0s;
}

input[type="submit"]:hover {
	color:#EEE;
	border:1px solid #ddd;
	
	moz-box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, .15);
	-webkit-box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, .15);
	box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, .15);
}

th {
	text-align:right;
	padding:0 10px 0 0;
}

