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

html {
	height: 100%;
}

body{
	background-color: lighgreen;
	height: 100%;
}

.pgtitle {
	float:left; 
	font-size:30px; 
	padding-top:15px; 
	padding-right:20px;
}

.form-signin {
    max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto;
	//margin-top:90px;
    background-color: #fff;
	
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
			
	font-family:Tahoma, Geneva, sans-serif;
	color:#990000;
	font-weight:lighter;
}

.form-signin .form-signin-heading{
    color:#00A2D1;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: 45px;
    padding: 7px 9px;
}

#btn-submit{
	height:45px;
}

a:link {
    color: pink;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: pink;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: pink;
    background-color: transparent;
    text-decoration: underline;
}

.store i{
	font-size:0.85em;
	font-weight:normal;
	font-style:normal;
}

.store b{
	display:block;
	font-size:1em;
	font-weight:bold;
	font-style:normal;
}

.member i{
	display:block;
	font-size:0.9em;
	font-weight:normal;
	font-style:normal;
}

.member img{
	margin:10px;
}

.member b{
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 0.9em;
}

.member{
	height:40px;
}

.product i{
	display:block;
	font-size:0.8em;
	font-weight:normal;
	font-style:normal;
}

.product img{
	margin:10px;
}

.product b{
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 12px;
}

.product span{
	font-size: 18px;
}

.category i{
	display:block;
	font-size: 0.6em;
	font-weight:normal;
	font-style:normal;
}

.category img{
	margin: 1px;
	height: 64px;
	width: 64px;
}

.category b{
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 0.8em;
}

.category{
	height: 72px;
	font-size: 0.8em;
}

.data table {
  width: 100%;
  border-collapse: collapse; }
.data table th {
    text-align: left;
    border-bottom: 1px solid #043a47; }
.data table th, table td {
    padding: 6px 4px; }
.data table td {
    border-bottom: 1px solid #087891; }
.data table tr:last-of-type td {
    border-bottom: none; }
.data table tr td:last-of-type {
    border-right: none; }

.service b {
    font-size: 16px;}
.service table {
    width: 100%;
    border-collapse: collapse; }
.service table th {
    text-align: left;
    border-bottom: 1px solid #043a47;
    font-size: 14px; }
.service table th, service td {
    padding: 2px 1px; }
.service table td {
    border-bottom: 1px solid #087891;
    font-size: 14px; }
.service table tr:last-of-type td {
    border-bottom: none; }
.service table tr td:last-of-type {
    border-right: none; }

.card table { 
  width: 100%; 
  border-collapse: collapse; 
}

.card td {
  width: 25%;
}

.card b {
	font-size: 18px;	
}

.card span { 
	font-size: 18px;
	margin-left:5%;
}

.retag { width: 100%; }
   
@media only screen and (min-width: 800px){

.rightColumn{
	width:73%;
	float:right;
	margin-left:2%;
}
	
.leftColumn{
	width:25%;
	float:left;
}

.product span{
	font-size: 10px;
}
	
.product b{
	font-size: 8px;
}

}

@media only screen and (max-width: 650px) {

table { width:100%; }

.pgtitle.retag { 
	float:left; 
	font-size:20px; 
	padding-top:15px; 
	padding-bottom:10px; 
}

.retag td { width:100%; }

.pgtitle {
	float:left; 
	font-size:20px; 
	padding-top:15px; 
	padding-right:20px;
	padding-bottom:10px; 
}

.card {
	border-collapse: collapse;
}

.card b {
	font-size: 18px;	
}

.card span { 
	font-size: 18px;
	margin-right: 40%;
	float:right;
}

.card thead, .card tbody, .card th, .card td, .card tr { 
	display: block; 
}

.card td { 
	width: 100%;
	border: none;	
	position: relative;
	padding: 0; margin: 0;
}

.card input {
	width: 100%;
}

}