/*Thumbnail View Styles*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	background-color: #666666;
}
h2 {
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
	left: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	line-height: normal;
	color: white;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
	font-size: 14px;
	color: #666666;
	padding: 6px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
padding: 5px;
z-index: 5;
}
/*
 * Main Styles BEGIN
 */
body{
	margin: 0px;
	background-repeat: repeat;
	font-family: arial;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #CEEFFF;
	background-image: url(../../images/graphics/blue_bg.gif);
}

hr.separator{
    height: 2px;
    color: #E5E5E5;
    background-color: #CCCCCC;
    border: 0px;
}

img {
    border: 0;
}

input {
    border: 1px solid #cccccc; 
    font-family: arial, Arial, sans-serif;
    color: #666666;
    font-size: 12px;
    background-color: #f8dde8;
}
input.radio { background : #ffffff; color: #000000; }

input.image { background : #ffffff; color: #000000; }

textarea {
    border: 1px solid #cccccc; 
    font-family: arial, Arial, sans-serif;
    color: #666666;
    font-size: 12px;
    background-color: #f8dde8;
}
select {
    border: 1px solid #cccccc; 
    font-family: arial, Arial, sans-serif;
    color: #666666;
    font-size: 12px;
    background-color: #f8dde8;
}
h1 {
	font-size: xx-small;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}


a:link {
	color: #CC0066;
}

input[type="checkbox"],
input[type="radio"],
    background-color: #ffffff;
input[type="image"] {
    border: 1;
    background-color: #ffffff;
}

input[type="button"],
input[type="submit"]{
    border: 0px solid gray; 
    font-family: arial, Arial, sans-serif;
    font-size: 11px;
    background-color: #DDDDDD;
}

/* Main Menu Styles */

.MainMenuTable {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}

.MainMenu{
	font-family: arial;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background-color: #DFDFDF;
}

.MainMenu a{
    color: #333333;
    text-decoration: none;
}

.MainMenuHighlight{
    font-family: arial;
    color: #dee7f6;
    font-size: 11px;
    font-weight: bold;
}

.MainMenuHighlight a{
	text-decoration: none;
	color: #666666;
}

/* Page Title Style */
.PageTitle {
    font-family: arial;
    color: #CC0066;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

/* Your Shopping Cart Text Style */
.ShoppingCartText{
    font-family: arial;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}

.ShoppingCartText a{
    color: #666666;
    text-decoration: none;
}

/* Required Style */
.Required {
    color: #CC3366;
}

/* Error Style */
.Error {
    color: #CC3366;
}

/* Store Closed Style */
.StoreClosedText {
    font-family: arial;
    color: #CC0066;
    font-size: 16px;
    font-weight: bold;
}

/* Larger Image Text Styles */
.LargerImageLink{
    font-family: arial;
    color: #666666;
    font-size: 10px;
}

.LargerImageLink a{
    color: #666666;
    text-decoration:underline;
}

.LargerImageLink a:hover{
    color: #999999;
    text-decoration:underline;
}

/* Copyright Text Styles */
.CopyrightText{
    font-family: arial;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
}

.CopyrightText a{
    color: #333333;
    text-decoration: none;
}
/*
 * Main Styles END
 */

/*
 * Category Styles BEGIN
 */
.CategoryName{
    font-family: arial;
    color: #CC0066;
    font-size: 18px;
    font-weight: bold;
}

.CategoryName a{
    color: #CC0066;
    text-decoration: underline;
}

.CategoryName a:hover{
    color: #D369A2;
}

.CategoryDescription{
    color: #333333;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
}
/*
 * Category Styles END
 */

/*
 * Product Styles BEGIN
 */
.ProductName{
    font-family: arial;
    color: #CC0066;
    font-size: 14px;
    font-weight: bold;
}
.ProductName a{
    color: #666666;
    text-decoration: none;
}

.ProductName a:hover{
    color: #BBBBBB;
    text-decoration: none;
}

.ProductDescription{
    font-family: arial;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
}

.ProductPrice{
    font-family: arial;
    color: #cc0066;
    font-size: 16px;
    font-weight: bold;
}

.ProductStockMessage{
    font-family: arial;
    color: red;
    font-size: 12px;
    font-weight: bold;
	padding: 5px;
}

.ProductOptionsTitle{
    font-family: arial;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

.ProductOptions{
    font-family: arial;
    color: #666666; 
    font-size: 11px;  
    font-weight: normal;
    text-align: left;
}

.ProductOptions input {
	border: thin solid #CCCCCC;
}
.ProductOptions textarea {
	border: thin solid #CCCCCC;
}
.ProductOptions select{
	border: thin solid #CCCCCC;
}
/*
 * Product Styles END
 */

/*
 * Breadcrumb Styles BEGIN
 */
.Breadcrumb {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: white;
    font-family: arial;
    color: #333333;
    font-size: 11px; 
    text-align: left;
}

.Breadcrumb a{
    color: #CD3C53;
    text-decoration: underline;
}

.Breadcrumb a:hover{
    color: #DA7080;
}
/*
 * Breadcrumb Styles END
 */

/*
 * NavigationBar Styles BEGIN
 */
.NavigationBar {
    padding: 0px;
    margin: 2px;
    width: 130px;
    background-color: white;
}

.NavigationBar table td{
	font-family: arial;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-color: #333333;
}

.NavigationBar table td.Empty {
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.NavigationBar table td.LevelDefault{
    padding: 1px 0px 7px 60px;
}

.NavigationBar table td.LevelDefault a{
    color: #333333;
    text-decoration: none;
}

.NavigationBar table td.LevelDefault a:hover{
    color: #888888;
}

.NavigationBar table td.Level1{
    padding: 1px 0px 7px 20px;
    font-weight: bold;
}

.NavigationBar table td.Level1 a{
    color: #333333;
    text-decoration: none;
}

.NavigationBar table td.Level1 a:hover{
    color: #888888;
}

.NavigationBar table td.Level2{
    padding: 1px 0px 7px 40px;
}

.NavigationBar table td.Level2 a{
    color: #333333;
    text-decoration: none;
}
.NavigationBar table td.Level2 a:hover{
    color: #888888;
}

.NavigationBar table td.Selected{
    background-color: #E5E5E5;
}

.NavigationBar table td.Selected a{
    color: #CC0066;
    text-decoration: none;
}

.NavigationBar table td.Selected a:hover{
    color: #D369A2;
}
/*
 * NavigationBar Styles END
 */


/*
 * Subcategories List Styles BEGIN
 */
.Subcategories{
    padding: 0px;
    width: 100%;
    background-color: white;
    vertical-align: top;
    text-align: center;
}

/* the following styles are inherited from .CategoryName */
.Subcategories .CategoryName{
    padding: 2px;
}

.Subcategories .CategoryName a{
}

.Subcategories .CategoryName a:hover{
}
/*
 * Subcategories List Styles END
 */

/*
 * Product List Styles BEGIN
 */
.ProductList{
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    vertical-align: top;
}

.ProductList table td{
    vertical-align: top;
}

.ProductList .Empty{
    padding: 30px 0px 40px 0px;
    font-family: arial;
    color: #CC0066;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* the following styles are inherited from Category Styles */
.ProductList .CategoryName{
}

.ProductList .CategoryDescription{
    padding-top: 6px;
}

/* the following styles are inherited from Product Styles */
.ProductList .ProductName{
    padding-top: 7px;
    padding-bottom: 10px;
    text-align: center;
}

.ProductList .ProductDescription{
    padding: 10px;
}

.ProductList .ProductPrice{
    padding: 5px;
    text-align: center;
}
/*
 * Product List Styles END
 */

/*
 * Paginator Dropdown Styles BEGIN
 */
.PaginatorDropdown {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: arial;
    color: #333333;
    font-size: 11px; 
    background-color: white;
    text-align: left;
}

.PaginatorDropdown select{
}
/*
 * Paginator Dropdown Styles END
 */

/*
 * Paginator Styles BEGIN
 */
.Paginator {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: arial;
    color: #333333;
    font-size: 11px; 
    background-color: white;
    text-align: right;
}

.Paginator a{
    color: #CD3C53;
    text-decoration: underline;
}

.Paginator a:hover{
    color: #DA7080;
    text-decoration: underline;
}
/*
 * Paginator Styles END
 */

/*
 * Product Images Styles BEGIN
 */
.ProductImages {
	padding: 0px;
	width: 100%;
	border: 2px solid #CCCCCC;
	font-family: arial;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	background-color: white;
	text-align: left;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.ProductImages TH{
	padding: 2px;
	background-color: #CCCCCC;
}
.ProductImages IMG{
	padding: 10px;
	border: 2px solid #FFFFFF;
}
.ProductImages IMG:hover{
	padding: 10px;
	border: 2px solid #E5E5E5;
}
/*
 * Product Images Styles END
 */



/*
 * Product Info Styles BEGIN
 */
.ProductInfo {
	padding: 0px;
	width: 100%;
	font-family: arial;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	background-color: white;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* the following styles are inherited from Product Styles */
.ProductInfo .ProductName {
    padding: 6px;
}

.ProductInfo .ProductDescription {
}

.ProductInfo .ProductPrice {
    padding-bottom: 7px;
}
/*
 * Product Info Styles END
 */

/*
 * Shopping Cart Styles BEGIN
 */
.ShoppingCart {
    padding: 0px;
    margin: 2px;
    background-color: white;
    font-family: arial;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.ShoppingCart .Empty{
    padding: 30px 0px 40px 0px;
    font-family: arial;
    color: #CC0066;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ShoppingCart input{
}
/*
 * Shopping Cart Styles END
 */

/*
 * Search Result Styles BEGIN
 */
.SearchResult {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
}

.SearchResult .Empty{
    padding: 30px 0px 40px 0px;
    text-align: left;
    font-family: arial; 
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

.SearchResult .Highight {
    background-color: #F8DDE8;
}

.SearchResult .ProductName {
    padding: 0px;
    padding-bottom: 5px;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.SearchResult .ProductName a{
}

.SearchResult .ProductName a:hover{
    color: #888888;
}

.SearchResult .ProductDescription {
}

.SearchResult .ProductDescription a {
    color: #333333;
    text-decoration: none;
}

.SearchResult .ProductDescription a:hover {
    color: #888888;
}

.SearchResult .ProductNumber {
    font-family: arial;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}
/*
 * Search Result Styles END
 */

/*
 * Checkout Styles BEGIN
 */
.Checkout {
    padding: 0px;
    margin: 2px;
    background-color: white;
    font-family: arial;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.Checkout .Title {
    padding: 5px 0px 0px 0px;
    font-family: arial;
    color: #CC0066;
    font-size: 14px;
    font-weight: bold; 
    text-align:left;
}

.Checkout .Block {
    padding: 0px;
    border: 2px #cccccc solid;
	width:100%;
}

.Checkout .ColumnTitle {
    white-space: nowrap;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
}

.Checkout .ColumnValue {
}

.Checkout .TotalLabel {
    white-space: nowrap;
    padding-right: 6px;
    font-weight: bold;
	font-size:14px;
	color:#666666;
}

.Checkout .TotalValue {
    font-weight: bold;
	    padding-right: 6px;
    font-weight: bold;
	font-size:14px;
	color:#666666;
}

.Checkout .Left {
    text-align:left;
}

.Checkout .Right {
    text-align:right;
}

.Checkout .Center {
    text-align:center;
}

.Checkout input.Normal {
	width: 200px; border: thin solid #CCCCCC;
}
.Checkout textarea.Normal {
	border: thin solid #CCCCCC; width: 200px;
}
.Checkout select.Normal {
	border: thin solid #CCCCCC; width: 200px;
}


.Checkout input.Error ,
.Checkout textarea.Error,
.Checkout select.Error {
    border: 1px solid #CC3366;
}

.Checkout select.Short {
    width: 100px;
}

.Checkout .Required {
}

.Checkout .Error {
}

.Checkout .Errors {
	padding: 6px;
	font-weight: bold;
	font-size:14px;
	color:#CC0066;
	text-align:left;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Checkout .Empty {
    padding: 30px 0px 40px 0px;
    font-family: arial;
    color: #CC0066;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.Checkout .ImpossibleToComputeShippingCost {
    padding: 20px;
    color: #CC0066;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
/*
 * Checkout Styles END
 */
.MainMenuTable {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navLink {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
}
.navTitles {
	font-size: 14px;
	font-weight: bold;
	color: #CC0066;
	background-color: #FFFFFF;
}
.navOptions {
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	text-indent: 3px;
	font-family: Arial;
	margin: 2px;
	padding: 2px;
}
.navTable {
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
}
.navTable2 {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
a:hover {
	color: #CC0066;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
.blurbHeadline {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.blurbHeadlineHideLink {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.blurbText {
	font-family: arial;
	font-size: 11px;
	color: #666666;
}
.blurbTextLink {
	color: #CC0066;
	text-decoration: underline;
}

.blurbTextHideLink {
	color: #CC0066;
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	top: 4px;
	bottom: 4px;
}

.blurbLargeLink {
	color: #CC0066;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.productHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0066;
	background-color: #CCCCCC;
	padding: 3px;
}

.Hidden {
	text-decoration: none;
	color: #FFFFFF;
}
.productNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../../images/nav/round_bg_blue.gif);
	text-align: center;
	background-repeat: no-repeat;
	color: #333333;
	padding-top: 24px;
	padding-bottom: 12px;
}
.LargeTitles {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
}
.CheckoutError {
	font-size: 12px;
	font-weight: bold;
	color: #CC3366;
	background-color: #FFFF00;
}
.paddedCell {
	padding: 5px;
}
