﻿/* This CSS file governs behavior of the Store Pages */

@import url("/StyleSheets/Elements/ExternalElements.css");

/* BEGIN Outtermost table on the page governing the left and main display areas */
.storeBigTable
{
    width:990px;
}

.tdLeft
{
    width:195px;
    padding-left:25px;
    padding-top:75px;
    vertical-align:top;

}

div.tdLeft
{
	position: absolute; 
	left: -210px;
	top: 120px;
}

* html div.tdLeft
{
	 top: 0px;
}

.tdRight
{
    vertical-align:top;
    padding-top:25px;
}

div.tdRight
{
	 margin-left: 220px;	  	 
}


/* END Outtermost table on the page governing the left and main display areas */

/* BEGIN Left Box */
.storeLeftBox .topLeft
{
    background-image:url(/Images/Store/dkBluLftCrnr.gif);
    background-repeat:no-repeat;
    width:10px;
    height:9px;
}

.storeLeftBox .topRight
{
    background-image:url(/Images/Store/dkBluRghtCrnr.gif);
    background-repeat:no-repeat;
    width:10px;
    height:9px;
}

.storeLeftBox .topMiddle
{
    background-color:#32458A;
    height:9px;
    width:140px;
}

.storeLeftBox .header
{
    background-color:#32458A;
    color:White;
    font-family:Arial;
    font-weight:bold;
    font-size:9pt;
    padding-left:10px;
    padding-right:10px;
}

.storeLeftBox .whiteLine
{
    height:2px;
    background-color:White;
}

.storeLeftBox .mainEdge
{
    background-color:#657CC1;
    width:10px;
}

.storeLeftBox .mainMiddle
{
    background-color:White;
    background-image:url(/Images/Store/leftSqGradient.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    font-family:Verdana;
    font-size:8pt;
    vertical-align:top;
    padding-bottom:50px;
}

.storeLeftBox .mainMiddle divLeftLink
{
   height:17px;
}

.storeLeftBox .bottomLeft
{
    background-image:url(/Images/Store/LghtBluLftCrnr.gif);
    background-repeat:no-repeat;
    height:9px;
}

.storeLeftBox .bottomRight
{
    background-image:url(/Images/Store/LghtBluRghtCrnr.gif);
    background-repeat:no-repeat;
    height:9px;
}

.storeLeftBox .bottomMiddle
{
    background-color:#657CC1;
    height:9px;
    
}

.storeLeftBox .navLink
{
   height:15px;
   top:4px;
   position:relative;
   font-size:8pt;
}

* html .storeLeftBox .navLink
{
   top:1px;
}

/* END Left Box */

/* BEGIN Main Box */
.storeMain .topLeft
{
    background-image:url(/Images/Store/dkBluLftCrnr.gif);
    background-repeat:no-repeat;
    width:10px;
    height:9px;
}

.storeMain .topRight
{
    background-image:url(/Images/Store/dkBluRghtCrnr.gif);
    background-repeat:no-repeat;
    width:10px;
    height:9px;
}

.storeMain .topMiddle
{
    background-color:#32458A;
    height:9px;
}

.storeMain .header
{
    background-color:#32458A;
    color:White;
    font-family:Verdana;
    font-weight:bold;
    font-size:11pt;
    padding-left:20px;
    padding-right:20px;
    vertical-align:middle;
}

.storeMain .header div
{
    position:relative;
    top:-3px;
}

.storeMain .header span
{
    padding-left: 8px;
    position:relative;
    top:2px;
}

* html .storeMain .header span
{
    top:0;
}

.storeMain .header img
{
    vertical-align:middle;
}

.storeMain .edgeTop
{
    width:10px;
    background-color:#32458A;
}

.storeMain .whiteLine
{
    height:2px;
    background-color:White;
}

.storeMain .mainEdgeDiv
{
    background-color:#494949;
    width:10px;
    height:25px;
}

.storeMain .mainEdge
{
    background-color:#657CC1;
    width:10px;
    vertical-align:top;
}

.storeMain .mainMiddle
{
    background-color:White;
    vertical-align:top;
    font-family:Verdana;
    font-size:9pt;
}

.TableHeader
{
   height:25px;
   color:White;
   background-color:#494949;
   font-size:7pt;
   vertical-align:middle;
   font-weight:bold;
   font-family:Verdana;
   width:50%;
}


.storeMain .bottomLeft
{
    background-image:url(/Images/Store/LghtBluLftCrnr.gif);
    background-repeat:no-repeat;
    width:10px;
    height:9px;
}

.storeMain .bottomRight
{
    background-image:url(/Images/Store/LghtBluRghtCrnr.gif);
    background-repeat:no-repeat;
    width:10px;
    height:9px;
}

.storeMain .bottomMiddle
{
    background-color:#657CC1;
    height:9px;
}

.storemain .unpw
{
	background-color: #FDF7CD;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 180px;
	height: 75px;
	border: 1px solid #494949;
}

* html .storemain .unpw
{
	width: 220px;
	height: 100px;
}

.storemain .unpw, .storemain .unpw div
{
	font-family:Verdana;
    font-size:8pt;
    font-weight: bold;
    text-align: left;
}

table.SignUpInfo
{
	font-family:Verdana;
    font-size:8pt;
    font-weight: normal;
    text-align: left;
    margin-top: 20px;
}

table.requiredInfo
{
	font-family:Verdana;
    font-size:8pt;
    font-weight: normal;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    height: 0;
}

/* END Main Box */


.gvStore
{
    font-family:Verdana;
    font-size:8pt;
}

.gvStore td
{
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:dashed 1px black;
    vertical-align:top;
}

.btnAddToCart
{
    border: solid 1px #CF2424;
    padding-left:3px;
    padding-right:3px;
    padding-top:2px;
    padding-bottom:2px;
    font-size:7pt;
    text-decoration:underline;
}

.btnEmptyCart
{
    position:absolute;
    top:5px;
    right:0px;
    color: White;
    display:block;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:3px;
    padding-right:3px;
    border:solid 1px white;
    font-weight:normal;
    font-size:7pt;
}

* html .btnEmptyCart
{
   right:25px; 
}
