@import url('../Personal/Css/styles.css');

.TableOutside
{
    Background: #003366;
    Color: White;
    Font-Weight: bold;
}

.TableInside
{
    Background: whitesmoke;
    Color: Black;
    Width: 100%;
}
TD, A, TEXTAREA, INPUT, SELECT
{
	Font-Size: 10px;
	Font-Family: Verdana;
}
a
{
	text-decoration: none;
}

.CategoryHeader 
{
	background-color: #003366;
	width: 100%;
	height: 35;
}

.ProductSeparator 
{
	background-color: gainsboro;
	width: 100%;
	height: 5px;
}

.Clear
{
	background-color: white;
	width: 100%;
	height: 3px;
}

.ItemNo
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
.DetailPage_ItemNo
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
.DetailPage_LongExplanation
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}

.ItemDesc
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	width:500px;
}

.ItemExpl
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	width:500px;
}

.ProductSearchBox
{
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10 px;
	font-family: Verdana;
}
.SmallButton
{
	font-size: 10 px;
	font-family: Verdana;	
}	
.ProductSearchInput
{
	font-size: 10 px;
	font-family: Verdana;	
}
.ProductCats
{
	background-color: #003366;
	color: #000000;
	font-weight: bold;
	font-size: 10 px;
	font-family: Verdana;	
}
.DataLabel
{
	color: #003366;
	font-weight:bold;
}
.TableRowHeader
{
	background-color: gainsboro;	
}
.PriceLabel
{
	font-weight:bold;
}
.YourPriceLabel
{
	font-weight:bold;
	font-style:italic;
	font-size:11px;
}
.AddToCart
{
	font-weight:bold;
	font-size: 12px;
	cursor: hand;
	color: #003366;
}
.ViewDetails
{
	font-weight:bold;
	cursor: hand;
	color: #003366;
}
.TellAFriend
{
	font-weight:bold;
	cursor: hand;
	color: #003366;
}
.ShoppingCart
{
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10 px;
	font-family: Verdana;
}
.ShoppingCartInner
{
	background-color: whitesmoke;
	color: #000000;
	font-weight: normal;
	font-size: 10 px;
	font-family: Verdana;
}
.CartHeaders
{
	background-color: gainsboro;
	font-weight: bold;
}
.CategoryLabel
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: lightblue;
}
.CategoryText
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: white;
}
.Welcome
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
}	
.TableOutsideSignup_Validation
{
    Background: crimson;
    Color: White;
    Font-Weight: bold;
}

.TableInsideSignup_Validation
{
    Background: whitesmoke;
    Color: Black;
    Width: 100%;
}
.DataError
{
	Color: Crimson;
	Font-Weight: bold;
}

.Show_System_Clock 
{
    text-align:right; 
    margin: 10px; 
    display: block; 
    height: 32px; 
    line-height: 32px; 
    font-size: 12px;
    font-weight: normal;
}

.cat-exp-col{
	cursor: pointer;
}

.cat-exp-col a,.cat-exp-col a:focus,.cat-exp-col a:visited,.cat-exp-col a:hover {
    font-size: 15px;
    line-height: 15px;
    margin: 0px 5px 0px 5px;
    color: #206480;
}

.AutoShipOptions {
	color: whitesmoke;
}

.ThreatMetrixIFrame {
    width:100px;
    height:100px;
    border:0;
    position:absolute;
    top: -5000px;
}

/* Milonic menu */

#leftMenu .mmenu {
	position: absolute !important;
}

.TermsInventory {
    z-index: 5;
    height: 150;
    overflow: auto;
}

.error
{
    color : red;
    font-family: Verdana;
    font-size: 12px;
}

.autoship-payment-table {
    Background: #eee;
    Font-Weight: bold;
	border-radius: 6px;
	box-shadow: 0 0px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-spacing: 0 !important; 
}

.autoship-payment-table .autoship-payment-inside-table{
	background: white;
	padding: 10px;
}

.autoship-payment-table .responsive-table-header {
	color: black;
	padding: 10px; 
	font-size: 14px;
}

.autoship-payment-table .autoship-pay-save-button {
	margin: 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-family: Arial;
	background: #fff;
    border-radius: 5px;
	border-style: solid;
	border-color: #a3a3a3;
	cursor: pointer;
	transition: 250ms;
}

.autoship-payment-table .autoship-pay-save-button:hover {
	background: #ececec;
}