/* DEFINE GLOBAL HTML TAGS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #5A5959;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    padding-left: 5px;
}

form, input, img {
	margin: 0px;
	padding: 0px;
}

a:link { 
	color: #000000;
	}
	
a:visited { 
	color: #666666;
	}
	
a:hover {
	color: #DA001D;
	}

/* PAGING LINKS */
/*.pager{
}*/
.pager_current{
    color: #888888;
}

/* PAGE LAYOUT */

table.main {
	margin: 0px;
	padding: 0px;
}

table.main td.leftColumn {
	background-position: right;
	background-repeat: repeat-y;
	background-image: url(../images/leftColumnBg.gif);
}


table.main td.centerColumn {
	width: 88%;
	min-width: 750px;
	background-image: url(../images/bannerBg.gif);
	background-repeat: repeat-x; 
	background-color: #FFFFFF;
}


table.main td.rightColumn {
	background-position: left;
	background-repeat: repeat-y;
	background-image: url(../images/rightColumnBg.gif);
}

table.header {
	height: 68px;
}

table.header td.rightColumn {
	text-align: right;
	background-image: none;
	padding-right: 30px;
}

table.header td.leftColumn {
	background-image: none;
}


div.banner {
	color: #FFFFFF;
	background-image: url(../images/bannerBg.jpg);
	background-repeat: no-repeat;
	height: 120px;
	margin-bottom: -45px;
}

div.toolbar {
	text-align: right;
	margin-right: 20px;
	padding-top: 6px;
	height: 65px;
}

td.rightColumnBlack {
	background-color: #2C2C2C;
	width: 207px;
}

td.rightColumnBlack div.content {
	margin: 10px 0 10px 10px;
	color: #CCCCCC;
}

/* FORMS */

.formMenu {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	margin: 4px 0px 4px 0px;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.formField {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 1px;
}

.formButton {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #D6001C;
	background-image: url(../images/formButtonBg.gif);
    background-position: bottom;
	border-bottom: 1px solid #60131C;
	border-right: 1px solid #60131C;
	border-top: 1px solid #D4808A;
	border-left: 1px solid #D4808A;
	padding: 2px;
    cursor: default;
    text-decoration: none;
}

.formButton:hover {
    cursor: pointer;
    color: #CCCCCC;
}

td.mainContent {

}

div.quickSearch {
	margin: 20px 0px 12px 25px;
	color: #FFFFFF;

}

div.footer {
	font-size: 9px;
	padding: 8px;
	text-align: center;
	border-top: 3px double #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 1px;
    background: url(../images/footerBg.gif) repeat-x #A1A2A5; 
}

div.footer div.footerLeft {
	float: left;
	margin-left: 20px;
}

div.footer div.footerRight {
	float: right;
	margin-right: 20px;
}

div.titleBar {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 4px 12px 4px 12px;
	padding-right: 12px;
	background-image:url(../images/titleBarBg.gif);
	background-repeat:repeat-x;
	border-top: 3px double  #FFFFFF;
	border-bottom: 3px double  #FFFFFF;
	background-color: #CCCCCC;
	clear: left;
	font-size: 16px;
	font-weight: bold;
}

div.titleBar h2 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

div.titleBar h1 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}



div.mainContentArea p {
	margin: 12px;
}

div.yearLongSpecials {
	background-color: #666666;
}

td.rightColumnBlack a:link { 
	color: #FFFFFF;
	}
	
td.rightColumnBlack a:visited { 
	color: #EDEDED;
	}
	
td.rightColumnBlack a:hover {
	color: #CCCCCC;
	}
	
div.productBoxExterior {
	width: 49%;
	float: left;
}

div.productBoxInterior {
	padding: 6px;
	margin: 6px;
	border-right: 1px solid #CCCCCC;
}

div.productBoxInterior h2{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}

div.productBoxInterior p{
	margin: 4px 0px 4px 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	}
img.productImageThumb {
	float: right;
	border: 1px solid #999999;
	margin: 2px;
}

.price {
	color: #DA001D;
	font-weight: bold;
}

/* SEARCH RESULTS PAGE */

div.searchResultsNav {
	float: right; 
	font-size: 11px;
	margin-right: 12px;
	padding: 0px;
}

table.productSearchResult {
	margin: 12px;

	width: 95%;
}

table.productSearchResult  tr{
	 display: table-row;
	vertical-align: top;
}

table.productSearchResult  td{
	border-bottom: 1px dotted #999999;
	margin: 6px;
}

table.productSearchResult h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}

table.productSearchResult p{
	margin: 4px 0px 4px 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
table.productSearchResult td.productThumb {
	width: 110px; 
	text-align: left;
}

table.productSearchResult td.productPrice {
	 /*width: 150px;*/ 
}

/* PRODUCT DETAIL PAGE*/

table.productDetail {
	margin: 12px;
	display: table;
	width: 95%;
}

table.productDetail  tr{
	 display: table-row;
     vertical-align: top;
}

table.productDetail  td{
margin: 6px;
}

table.productDetail h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}

table.productDetail p{
	margin: 4px 0px 4px 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
table.productDetail td.productThumb {
	/*width: 210px;*/
}
table.productDetail td.productName {
	/*width: 210px;*/
}

table.productDetail td.productPrice {
	/*width: 85px;*/
}  
	
.quantityField {
	font-size: 11px;
	font-color: #000000;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 20px;
	padding: 1px;
}

tr.cartSubtotal td {
	border-top: 2px solid #666666;
}

table.myShoppingCart  {
	font-size: 10px;
}

/* ADMIN */
div.adminToolbar {
	margin: 8px;
}

div.adminToolbar a:link, div.adminToolbar a:visited {
	display: block;
	border-bottom: 1px solid #666666;
	padding: 3px;
		text-decoration:none;
}

div.adminToolbar a:hover{
	display: block;
	border-bottom: 1px solid #666666;
	padding: 3px;
	background-color: #CC0000;
	text-decoration:none;
	color: #FFFFFF;
}


div.adminToolbar .subcategory {

}

div.adminToolbar .subcategory a:link {
	padding: 1px;
	margin-left: 15px;
	border: 0px solid #000000;
	text-decoration:none;
	}
	

div.adminToolbar .subcategory a:visited {
	padding: 2px;
	margin-left: 15px;
	border: 0px solid #000000;
	text-decoration:none;
}

div.adminToolbar .subcategory a:hover {
	padding: 2px;
	margin-left: 15px;
	border: 0px solid #000000;
	text-decoration:none;
	}

div.content {
	margin: 10px;
}

div.mainContentArea .formField {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	padding: 1px;
	margin: 1px;
}
/* FORM STUFF */
    .required{ 
        color: red;
        font-weight: bold;
        font-size: smaller;
    }
    .missingInfo{
        color: black;
        background-color: #FFF0F5;
        border: 1px solid red;
        font-style: italic;
        padding: 5px;
        margin: 10px;
    }

	#mygleason {display: none;}
.mygleason-button {text-align: right; margin-right: 10px; margin-top: 10px; position: relative; outline: none;}
.mygleason-box {
	position:absolute;
	background: #FFF; 
	border: 5px solid #EDEDED; 
	width: 180px; 
	height: 90px; 
	z-index: 1000; 
	right: 20px; 
	top: 25px;
	text-align: left;
} 
.mygleason-box h3 {
	margin: 10px 0px 8px 0px; 
}
.mygleason-box .inner-margin {
	margin: 20px;
}
.mygleason-box .ltblue { color: #74A4CF;}
.mygleason-box .dkblue {color: #07559C;}
.mygleason-box .forgotpassword {font-size: 11px;} 
.mygleason-box  .signin {
background: #EDEDED; 
overflow: hidden; 
color: #333;
padding: 10px;
}
.mygleason-box label {width: 70px; margin: 4px; text-align: right; float: left; }
.mygleason-box input {float: left; margin: 2px; }

