﻿/* General Tags */
body
{
    margin:0px 0px 0px 0px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #082173;
	background-color:#EBEDF4;
}

p
{
    line-height:20px;
}

form
{
    margin:0px;
    padding:0px;
}

.error
{
	color:#772727;
}
.req
{
    color:#772727;
}

a
{
	color:#004684;
	text-decoration:underline;
}

a:hover
{
	color:#004684;
	text-decoration:none;
}

h1
{
    display:inline;
	font-size:18px;
	font-weight:bold;
	color:#004684;
}

h2
{
	font-size:12px;
	font-weight:bold;
	color:#f8a001;
}

h3
{
	display:inline;
	font-size:18px;
	font-weight:bold;
	color:#f8a001;
}

h4
{
    display:inline;
	font-size:12px;
	font-weight:bold;
	color:#f8a001;
}

h5
{
    display:inline;
	font-size:12px;
	font-weight:bold;
	color:#004684;
}

img
{
    border:none;
}

.FloatLeft
{
    float:left;
    margin:0px 10px 10px 0px;
}

.FloatRight
{
    float:right;
    margin:0px 0px 10px 10px;
}

.FloatRightBorder
{
    float:right;
    margin:0px 0px 10px 10px;
    border:solid 1px #BAC0D8;
}

.TextBoxShort
{
    border:solid 1px #2C4187;
    background-color:#F7F8FB;
    width:45px;
	height:16px;
	color:#36393D;
	font-size:12px;
}

.TextBoxMedium
{
    border:solid 1px #2C4187;
    background-color:#F7F8FB;
    width:70px;
	height:16px;
	color:#36393D;
	font-size:12px;
}

.TextBox
{
    border:solid 1px #2C4187;
    background-color:#F7F8FB;
    width:100px;
	height:16px;
	color:#36393D;
	font-size:12px;
}

.TextBoxLong
{
    border:solid 1px #2C4187;
    background-color:#F7F8FB;
    width:120px;
	height:16px;
	color:#36393D;
	font-size:12px;
}

.TextBoxExtraLong
{
    border:solid 1px #2C4187;
    background-color:#F7F8FB;
    width:180px;
	height:16px;
	color:#36393D;
	font-size:12px;
}

.TextField, textarea
{
	border:solid 1px #2C4187;
	background-color:#F7F8FB;
	width:200px;
	height:100px;
	color:#36393D;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.DropDown
{
    border:solid 1px #2C4187;
	background-color:#F7F8FB;
	width:134px;
	height:20px;
	color:#36393D;
	font-size:12px;
}

.Button
{
	border:solid 1px #2C4187;
	background-color:#F7F8FB;
    text-align:center;
    width:60px;
    height:20px;
	color:#36393D;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}

.Req
{
	font-weight:bold;
	color:#D03905;
}

.Invisible
{
    display:none;
}

/* Message */
.PanelError
{
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
    border:solid 1px #00478D;
	background-color:#fff;
	width:436px;
}

.LabelError
{
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    color:#D03905;
}

.LabelDetailError
{
    vertical-align:top;
    font-size:12px;
    color:#D03905;
}

.PanelInfo
{
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
    border:solid 1px #00478D;
	background-color:#fff;
	width:436px;
}

.LabelInfo
{
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    color:#D03905;
}

.LabelDetailInfo
{
    vertical-align:top;
    font-size:12px;
    color:#00478D;
}

.ValSum
{
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
    border:solid 1px #00478D;
	background-color:#fff;
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    width:436px;
}

/* CMS */
.CMSBody
{
    
}

.CMSTwoCol
{
    padding-right:20px;
    width:224px;
}


.CMSThreeCol
{
    padding-right:20px;
    width:142px;
}

/* Template */
.SiteBG
{
    background-image:url(../gfx/SiteBG.gif);
    background-repeat:repeat-x;
}

.SiteShape
{
    margin:0px auto;/* This aligns site to center */
    width:766px;
}

.TopNavBG
{
    width:766px;
    height:20px;
    margin:10px 0px 0px 0px;
    padding:0px 10px 0px 13px;
    background-color:#D6D9E8;
	background-image:url(../gfx/TopNavBG.gif);
    background-repeat:no-repeat;
    font-weight:bold;
}

.TopNav
{
    width:742px;
}

.TopNav a
{
    text-decoration:none;
    color:#000;
}

.TopNav a:hover
{
    text-decoration:underline;
    color: #082173;
}

.SearchTextBox
{
    width:100px;
    height:13px;
    font-size:10px;
    border:solid 1px #BAC0D8;
    background-color:#fff;
}

.SearchButton
{
    width:23px;
    height:17px;
    padding:0px 0px 0x 0px;
    font-size:10px;
    color:#000;
    border:solid 1px #BAC0D8;
    background-color:#fff;
    cursor:pointer;
}

.Banner
{
    margin-top:8px;
}

.HomeContentBG
{
    width:766px;
    height:38px;
    background-image:url(../gfx/HomeContentTopBG.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
}

.HomeLeftTitle
{
    width:490px;
    padding:10px 0px 0px 20px;
}

.HomeContentCol
{
    
    width:470px;
    padding:0px 20px 0px 20px;
    background-image:url(../gfx/HomeLeftColBG.gif);
    background-position:0px 0px;
    background-repeat:repeat-y;
}

.HomeContentTwo
{
    width:470px;
}

.HomeFlash
{
    margin-left:10px;
    margin-bottom:10px;
}

.BigLink
{
    font-size:12px;
    font-weight:bold;
}

.ShopLink
{
    font-size:14px;
    font-weight:bold;
}

.HomeRightTitle
{
    width:236px;
    padding:10px 0px 0px 20px;
}

.HomeRightCol
{
    width:236px;
    padding:0px 0px 0px 20px;
    background-image:url(../gfx/HomeRightColBG.gif);
    background-position:0px 0px;
    background-repeat:repeat-y;
}

.Arrow
{
    margin:0px 10px 0px 0px;
}

.ArrowSub
{
    margin:0px 6px 0px 0px;
}

.LoginTitle
{
    width:216px;
}

.HomeLogin
{
    width:200px;
    margin-left:16px;
}

.LoginTextBox
{
    border:solid 1px #8D98BF;
    padding:0px 0px 0px 0px;
    background-color:#fff;
    width:99px;
	height:14px;
	color:#082173;
	font-size:11px;
}

.LoginSpacer
{
    height:3px;
}

.LoginButton
{
    border:none 1px #8D98BF;
    background-image:url(../gfx/LoginBtnBG.gif);
    text-align:center;
    width:101px;
    height:17px;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}

a.AccountLink
{
    display:block;
    border:none 1px #8D98BF;
    background-image:url(../gfx/AccountBtnBG.gif);
    width:70px;
    height:17px;
	color:#fff;
	font-size:12px;
	text-align:center;
	text-decoration: none;
}

.NewsDate
{
	font-size:12px;
	font-weight:bold;
}

.HomeNews
{
    border:solid 1px #BAC0D8;
    margin-right:6px;
}

a.HomeNewsLink
{
    text-decoration:none;
    line-height:20px;
}

a.HomeNewsLink:hover
{
    text-decoration:underline;
}

/* For Inside Template*/
.ContentBG
{
    width:766px;
    height:38px;
    background-image:url(../gfx/ContentTopBG.gif);
    background-position:0px 0px;
    background-repeat:repeat-y;
}

.NavCol
{
    width:184px;
    padding:0px 20px 0px 20px;
}

.ContentCol
{
    width:532px;
    padding:0px 20px 0px 20px;
}

.Main
{
    background-color:#fff;
    background-image:url(../gfx/MainBG.gif);
    width:766px;
}

.NavBox
{
    margin:0px 0px 0px 0px;
}

.ToolsBox
{
    width:183px;
    background-image:url(../gfx/SpecialNavBG.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
}

.ToolTitle
{
    padding:24px 0px 0px 20px;
}

.ToolArea
{
    height:64px;
    padding:0px 0px 0px 10px;
    line-height:20px;
}

.TwoColBody
{
    border-right:solid 1px #fff;
    border-bottom:solid 2px #fff;
    border-left:solid 1px #fff;
    background-image:url(../gfx/PageBG.gif);
    background-repeat:repeat-x;
}

.TwoColBody td
{
    width:270px;
    height:50px;
    padding:6px 6px 6px 6px;
}

.Content
{
    
}

.FooterBG
{
    margin:10px 0px 0px 0px;
    height:51px;
    background-image:url(../gfx/FooterBG.gif);
    background-repeat:repeat-x;
}

.Footer
{
    
    padding:0px 0px 0px 0px;
    width:766px;
    height:40px;
    font-size:11px;
    color:#082173;
    
}
/* Page Specific */


/* Customer Account Section */
.past_orders_header
{
	font-weight: bold;
	background-color: #D6D9E8;
	color: #004684;	
}

/* Products */
.ProductGrid
{
    width:514px;
    border-right:solid 1px #6B859D;
    border-bottom:solid 1px #6B859D;
    border-left:solid 1px #6B859D;
}

.ProductGrid td
{
    padding:6px 6px 6px 6px;
}

.ProductHead
{
    height:20px;
    font-weight:bold;
    color:#fff;
    background-color:#6B859D;
}

.ProductHead th
{
    padding:0px 6px 0px 6px;
    font-weight:bold;
}


.ProductHead a
{
    color:#fff;
    font-weight:bold;
    font-size:12px;
}

.ProductRow
{
    background-image:url(../gfx/PageBG.gif);
    background-repeat:repeat-x;
}

.ProductAltRow
{
    background-image:url(../gfx/PageBG.gif);
    background-repeat:repeat-x;
}

.ProductPager
{
    background-color:#CCDAE6;
    font-weight:bold;
}

.bold
{
    font-weight:bold;
}

/* Add to Cart */
.AddToCartTable
{
    margin:0px 0px 6px 0px;
}

.AddToCartTable td
{
    padding:0px;
}

.numericInput /* For TextBox */
{
    margin:0px 6px 0px 0px;
    border:solid 1px #CF711A;
    background-color:#FCF7F2;
    width:45px;
	height:16px;
	color:#36393D;
	font-size:12px;
}

.ViewLarge
{
    font-size:10px;
}

.ProdImg
{
    border:solid 1px #004684;
    padding:2px 2px 2px 2px;
    background-color:#fff;
}

/* Cart Page */
.CartHeader
{
    font-weight:bold;
}

.CartSubtotal
{
    font-weight:bold;
}

.ButtonRowCssClass
{
    text-align:right;
}

hr
{
	border:none 0px #fff;
	color:#004684;
	background-color:#004684;
	height:2px;
	width:462px;
}

.checkout
{
    border:none 0px #fff;
	color:#004684;
	background-color:#004684;
	height:2px;
	margin:0px;
    width:250px;
}

.Invisible
{
    display:none;
}



/* Shopping */
.productTable
{
    font-size:9px;
    border-top: solid 1px #00478D;
    border-bottom: solid 1px #00478D;
}

.Row
{
    background-color:#EBEDF4;
}

.AltRow
{
    background-color:#D6D9E8;
}

.Quantity
{
    width:20px;
    height:15px;
    padding:0px;
    font-size:10px;
    border: solid 1px #082173;
}

.Add
{
    width: 20px;
}

.BorderLeft
{
    border-left:1px solid #00478D;
}
.BorderRight
{
    border-right:1px solid #00478D;
}
.BorderLeftRight
{
    border-left:1px solid #00478D;
    border-right:1px solid #00478D;
}
.BorderBottom
{
    border-bottom:1px solid #00478D;
}
.BorderLeftBottom
{
    border-left:1px solid #00478D;
    border-bottom:1px solid #00478D;
}
.BorderLeftRightBottom
{
    border-left:1px solid #00478D;
    border-right:1px solid #00478D;
    border-bottom:1px solid #00478D;
}

.ContactCol
{
    width:300px;
}

/* Cart Page */
.CartTable
{
    margin-top:20px;
    border:solid 1px #082173;
    background-color:#EBEDF4;
}

.CartTable td
{
    border:solid 0px #333;
    height:17px;
}

.CartHeader
{
    color:#fff;
    background-color:#8390B9;
    font-weight:bold;
    
}

.CartSubtotal
{
    font-weight:bold;
}

.ButtonRowCssClass
{
    text-align:right;
}

.CheckOutBtn
{
    border:none;
    padding:0px 0px 0px 0px;
    width:83px;
    height:17px;
	background-color:Transparent;
	background-image:url(../gfx/CartBtnBG.gif);
	background-repeat:no-repeat;
    text-align:center;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}

.EmptyCartBtn
{
    border:none;
    padding:0px 0px 0px 0px;
    width:83px;
    height:17px;
	background-color:Transparent;
	background-image:url(../gfx/CartBtnBG.gif);
	background-repeat:no-repeat;
    text-align:center;
	color:#fff;
	font-size:11px;
	cursor:pointer;
}

.ContinueBtn
{
    border:none;
    padding:0px 0px 0px 0px;
    width:97px;
    height:17px;
	background-color:Transparent;
	background-image:url(../gfx/CartContinueBtnBG.gif);
	background-repeat:no-repeat;
    text-align:center;
	color:#fff;
	font-size:11px;
	cursor:pointer;
}

.CheckOutBtn
{
    border:none;
    padding:0px 0px 0px 0px;
    width:83px;
    height:17px;
	background-color:Transparent;
	background-image:url(../gfx/CartBtnBG.gif);
	background-repeat:no-repeat;
    text-align:center;
	color:#fff;
	font-size:11px;
	cursor:pointer;
}

.RemoveBtn
{
    border:none;
    padding:0px 0px 0px 0px;
    width:83px;
    height:17px;
	background-color:Transparent;
	background-image:url(../gfx/CartBtnBG.gif);
	background-repeat:no-repeat;
    text-align:center;
	color:#fff;
	font-size:11px;
	cursor:pointer;
}

.AddToCart
{
    border:solid 0px #333;
    width:24px;
    height:17px;
	background-image:url(../gfx/Buy.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

/* Checkout Page */
.CheckoutTable
{
    border:solid 1px #082173;
    background-color:#EBEDF4;
}
.AddressList
{
    width:470px;
    border-right:solid 1px #082173;
    border-bottom:solid 1px #082173;
    border-left:solid 1px #082173;
}

.AddressHead
{
    height:22px;
    font-weight:bold;
    color:#fff;
    background-color:#082173;
}

/* My account */
.AddressTable
{
    margin-top:20px;
    border:solid 1px #082173;
    background-color:#EBEDF4;
    padding:5px;
}
.AddressButton
{
    border:none 1px #8D98BF;
    background-image:url(../gfx/LoginBtnBG.gif);
    text-align:center;
    width:60px;
    height:17px;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}

.ChatImg
{
    margin:0px;
    padding:0px;
}
