@media screen {

/******************************************************************************************/
/* global styles common to all pages [ Yellow Jacket Theme ]                              */
/******************************************************************************************/

/* force a vertical scrollbar in firefox, prevents horizontal page shifting */
html { min-height: 100%; margin-bottom:1px; }

/* styling for the page body */
body
{
	text-decoration:none;
	padding:0px;
	margin:0px;
	/*background:url(images/body_bg.gif) left top;*/
	background: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

/* default styling for block elements */
td, p, form
{
	text-decoration:none;
	margin:0px;
	font-size:14px;
	line-height:26px;
}

ul { margin: 2px 0 2px 20px; }
/* li { list-style-type: circle; } */

/* special styling for validation summary lists */
.validationSummary ul { padding-left:0px; }

/* default styling for links */
a
	{
		text-decoration: none;
		color: #00F;
	}
/*a { color:#8C0901; }*/
a:hover {text-decoration: underline;}

/* link styling for links that are highlighted on a page */
a.highlight { font-weight:bold; color:#575757; padding-top:5px; margin-top:5px; text-decoration:none; }

/* default styling for input elements */
input { vertical-align:middle; }

/* styling for subclassed textbox elements */
input.textBox
{
	background-color:#FFFFFF;
	border:1px solid #B2AF7D;
	width:190px;
	height:16px;
	margin:0 3px 0 15px;
}

/* style for buttons */
input.button, a.button
{
    white-space: nowrap;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #636363;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF !important;
	padding: 2px 5px 2px 5px;
	border: 1px solid #000000;
	font-weight: bold;
	cursor:hand;
	margin: 1px 0;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
}

a.button
{	
	display:-moz-inline-box; /* inline-block is not supported by firefox*/
	display:inline-block;
	padding:0 8px;
}

/* style for button hover state 
input.button:hover, a.button:hover
{
	color: #FFFFFF; text-decoration:none;
}*/

/* style for a paragraph element to highlight */
p.highlight
{
	font-weight:bold;
	color:#575757;
	padding-top:5px;
	margin-top:5px;
	text-decoration:none;
}

/* Text styles used to provide status information */
.goodCondition{font-weight: bold; color: #008000; padding-bottom: 3px;}
.warnCondition{font-weight: bold; color: #FFA500; padding-bottom: 3px;}
.errorCondition{font-weight: bold; color: #FF0000; padding-bottom: 3px;}

/* style for element that acts as a spacer between other elements */
.spacer
{
	clear:both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
}

/* container for the breadcrumbs trail */
.breadCrumbPanel {margin-top:4px;}

/* link in the breadcrumbs trail */
.breadCrumbLink{text-decoration: underline; text-indent: 0px; color:#762921;}

/* generic styling for a suggested retail price */
.msrp { text-decoration:line-through; }

/* applied to ajax progress update */
#centeredProgress
{
	width: 300px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -200px;
	z-index: 99;
	color: #FFFFFF;
	border: 5px solid #C1C1C1;
	background: #FFFFFF url(images/processing.gif) no-repeat 50%;
}

/* background style for the screen when an ajax progress update is displayed */
#ajaxProgressBg
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: absolute;
    background-color: #000000;
    opacity: 0.3;
    filter: Alpha(opacity:30);
    z-index: 0;
}

/* style for the ajax progress indicator */
#ajaxProgress
{
    border: 0px;
    padding: 0px;
    position: absolute;
    background-color: #FFFFFF;
	background: #FFFFFF url(images/processing.gif) no-repeat 50%;
    z-index: 1;
    left:50%;
    margin-left:-100px;
    width:200px;
    height:200px;
    border: solid 2px grey;
}

hr 
{
	width:100%;
	margin:20px 0;
	color:#666;
}

h1
{
	font-size:32px;
	line-height:36px;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #999;
}
h2 
{ 
	font-size:18px;
}

h2.sectionHeader
{
	font-size:24px;
	font-weight:bold;
	line-height:30px;
}

.welcomeImage 
{
}
.welcomeText
{
}

/******************************************************************************************/
/* styles to support the page layout                                                      */
/******************************************************************************************/

/* container for the left sidebar content */
#leftSidebarPanel
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*border-right: 1px dotted #999; */
}

/* content section in the left sidebar */
#leftSidebarPanel .section
{
	margin: 0px 0px 20px 0px;
	padding: 0 0 0 0;
	/*border:1px solid #cacaca;*/
	width:200px;
}

/* heading in left sidebar content section */
#leftSidebarPanel .header
{
	text-indent: 23px;
	font-size: 12px; 
	font-weight: bold;
	line-height: 26px;
	padding: 0;
	margin: 0;
	background: url(images/category_bg.gif) repeat-x 0 0;
	/*height: 26px;
	color: #CDCDCD;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color:#000000;

	/*text-indent: 20px;
	font-size: 14px; 
	line-height: auto; 
	padding: 6px 0 6px 0;
	background: url(images/yellow_arrow.gif) no-repeat 8px 9px;*/
}
#leftSidebarPanel .header h2.header
{
	text-indent: 30px;
	font-size: 14px; 
	font-weight: bold;
	line-height: 26px;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	background: url(images/category_bg.gif) repeat-x 0 0;
}

/*---------------------------------------*/
/*- styles for right sidebar            -*/
/*---------------------------------------*/

/* container for the right sidebar content */
#rightSidebarPanel
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size:10px;
	line-height:15px;
}

/* content section in the left sidebar */
#rightSidebarPanel .section
{
	display: block;
	float:right;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	background-color: #efefef;
	margin-left:20px;
	width: 200px;
	/*border:1px solid #cacaca;*/
}

/* header in right sidebar content section */
#rightSidebarPanel .section .header
{
	background-color: #CECECE /*url(images/category_bg.gif) repeat-x left top*/;
	/*line-height:24px;*/
	color:#1E1E1E;
	text-align:left;
	/*font-weight:bold;
	font-size:12px;
	text-indent:30px;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* caption in right sidebar content section header */
#rightSidebarPanel .section .header h2
	{
		background-position: top;
		font-size: 13px;
		line-height: 15px;
		padding: 10px;
		margin: 0;
		background: url(images/category_bg.gif) repeat-x 0 0 #dbdbdb;
		border-bottom:1px solid #999;
		text-shadow:#fff 1px 1px;
	}

/* link in right sidebar content section header */
#rightSidebarPanel .section .header a
{
	float:right;
	text-decoration:underline;
	color:#000000;
}

/* link (hover) in right sidebar content section header */
#rightSidebarPanel .section .header a:hover
{
	float:right;
	text-decoration:underline;
	color:#8C0901;
	background-color: black;
}

/* content section in the left sidebar */
#rightSidebarPanel .section .content {  }
#rightSidebarPanel .section .content img
{
	border:none;
}


/* additional styling usually applied to content area when no footer is displayed */
#rightSidebarPanel .section .nofooter
{
	/*border-bottom: solid 1px #636363;*/
}

/* footer for firhg sidebar content section */
#rightSidebarPanel .section .footer
{
	background:/* #DCDCDC */url(images/sectionFooterBackground.gif) repeat-x left top;
	height:24px;
	line-height:24px;
	margin:0px;
	color:#8C0901;
	margin-top:8px;

}
.onePageCheckoutCell { padding: 10px;}
.expressCheckoutCell {padding:5px;}
.ourDepartmentsCell{ padding:5px; line-height:18px;}
.Cell{padding: 10px;}
.Cell p{text-align:left;}

/*---------------------------------------*/
/*- styles for main content panel       -*/
/*---------------------------------------*/

/* container for the main panel content */
#mainPanel 
{
	padding: 20px 0 40px 0;
}

/* used to display a content section in the main panel */
#mainPanel .section { margin-bottom:5px; }

/* header for content section in the main panel */
#mainPanel .section .header 
{
	background-color: #CECECE /*url(images/category_bg.gif) repeat-x left top*/;
	/*line-height:24px;*/
	color:#1E1E1E;
	text-align:left;
	/*font-weight:bold;
	font-size:12px;
	text-indent:30px;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* the header / caption of a content section */
#mainPanel .section .header H2
{
	background-position: top;
	font-size: 13px;
	line-height: 15px;
	padding: 10px;
	margin: 0;
	background: url(images/category_bg.gif) repeat-x 0 0 #dbdbdb;
	border-bottom:1px solid #999;
	text-shadow:#fff 1px 1px;
}

/* the content area of the content section */
#mainPanel .section .content 
{ 
	padding:20px 0; 
	font-size:14px; 
	line-height: 24px;
}

.modelTable td
{
	vertical-align:text-top;
	border:1px solid #cacaca;
	padding:10px;
}

/*---------------------------------------*/
/*- end styles for content section      -*/
/*---------------------------------------*/

/*---------------------------------------*/
/*- styles for dialog section           -*/
/*---------------------------------------*/

/* used to display a dialog box in the main panel */
#mainPanel .dialogSection
{
	/*border:1px solid #999;*/
}

/* header for dialog box in the main panel */
#mainPanel .dialogSection .header
{
	background-color: #CECECE /*url(images/category_bg.gif) repeat-x left top*/;
	/*line-height:24px;*/
	color:#1E1E1E;
	text-align:left;
	/*font-weight:bold;
	font-size:12px;
	text-indent:30px;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* the header / caption of a dialog box */
#mainPanel .dialogSection .header h2
{
	background-position: top;
	font-size: 13px;
	line-height: 15px;
	padding: 10px;
	margin: 0;
	background: url(images/category_bg.gif) repeat-x 0 0 #dbdbdb;
	border-bottom:1px solid #999;
	text-shadow:#fff 1px 1px;
}

/* link style within the header of a dialog box */
#mainPanel .dialogSection .header a
{
	float:right;
	text-decoration:underline;
	color:#0000FF;
}

/* link style within the header of a dialog box (hover) */
#mainPanel .dialogSection .header a:hover
{
	float:right;
	text-decoration:underline;
	color:#0000FF;
}

/* the content area of the dialog box */
#mainPanel .dialogSection .content 
{
	min-height:180px;
	padding:20px;
}
#mainPanel .dialogSection .content table th.rowHeader
{ 
	width:80px; 
	text-align:left;
	padding:10px 0;
	vertical-align:text-top;
}
#mainPanel .dialogSection .content table td
{
	
}
#mainPanel .dialogSection .content table td.txt{}


/* additional styling usually applied to content area when no footer is displayed */
#mainPanel .dialogSection .nofooter { border-bottom: solid 1px #636363; }

/* footer for dialog box */
#mainPanel .dialogSection .footer
{
	background: #DCDCDC url(images/sectionFooterBackground.gif) repeat-x left top;
	height:24px;
	line-height:24px;
	margin:0px;
	color:#8C0901;
	margin-top:8px;
}

/*---------------------------------------*/
/*- end styles for dialog section       -*/
/*---------------------------------------*/

/* styling for validation summaries that appear in the main panel */
#mainPanel .validationSummary { margin-bottom:6px; }

/* outer wrapper for the main page content */
#outerContentWrapper
{
	text-align: center;
	width: 100%;
	float: left;
}

/* inner wrapper for the main page content */
#innerContentWrapper
{
	width:960px;
	/*border-left:solid 5px #BEB6A1;
	border-right:solid 5px #BEB6A1;*/
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align: left;
}

/* container for the page content 
#contentLayout
{
	border: 4px solid #FFFFFF;
}*/

/* additional style required when container is a table */
table#contentLayout
{
	width:100%;
}

/******************************************************************************************/
/* end styles to support the page layout                                                  */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store header section                                                    */
/******************************************************************************************/

/* style for the full width out container */
#header-bg
	{
		background:url("images/header-repeat-x.gif") #000 repeat-x top;
		text-align: center;
		padding:0;
	}
	
/* style for the outer store header container */
#storeHeader
	{
		width: 960px;
		margin: 0px auto;
		text-align: left;
		color: #C0C0C0;
		font-size: large;
	}
/* styling attached to the container for the linked logo image */
#storeHeader .logo
{
	padding:10px 0;
	/*float: left;*/
 /*url(images/top_back.jpg) no-repeat left bottom;*/
}

/* additional styling for the logo image tag */
#storeHeader .logo img
	{
		margin: 0px;
	}

/* used for any content besides the logo in the header */
#storeHeader .headerContent
	{
		float:right;
	}

/* styling for the search table */
/* style for the full width out container */
#search-bg
	{
		background:url("images/search-repeat-x.gif") #cd0000 repeat-x top;
		padding:10px 0;
	}
#searchHeader
	{
		width:960px;
		margin:0px auto;
		color:#fff;
		font-weight:bold;
	}
#searchHeader .searchTable {margin-left:10px;}
#searchHeader .searchTable img {vertical-align: middle;}
#searchHeader .searchTable table {width:100%;}
#searchHeader .searchTable tr {text-align:left;}

/* style for container of shortcut links that can appear in the header */
#storeHeader div.shortcuts 
{
	float: right;
	padding: 5px 10px;
	background:#484a4c;
	border-left:1px solid #6f7173;
	border-bottom:1px solid #6f7173;
	border-right:1px solid #6f7173;
}

/* style for links within shortcuts container */
#storeHeader div.shortcuts  a
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	width: auto;
	height:25px;
	display:inline-block;
	padding: 5px 10px 0 30px;
	font-size: 12px;
	color: #DBDBDB;
	text-decoration: none;
	text-align: center;
}
#storeHeader div.shortcuts a:hover  { color: #FFFFFF; }

#storeHeader div.headerCart
{
	margin-top:10px;
	float:right;
}
#storeHeader div.headerCart img
{
	border:none;
}
#storeHeader div.headerCart  a
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	width: auto;
	height:40px;
	display:inline-block;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	color: #DBDBDB;
	text-decoration: none;
	text-align: center;
}
#storeHeader div.headerCart a:hover  { color: #FFFFFF; }

/* style for specific shortcuts */
#storeHeader div.headerCart a.basket{background: url(images/btn-shopping-cart.gif) no-repeat top left; vertical-align: top;}
#storeHeader div.shortcuts a.acct{background: url(images/storeNav_account.gif) no-repeat top left; vertical-align: middle;}
#storeHeader div.shortcuts a.admin{background: url(images/storeNav_admin.gif) no-repeat top left; vertical-align: middle;}
#storeHeader div.shortcuts a.wishlist{background: url(images/storeNav_wishlist.gif) no-repeat top left; vertical-align: middle;}
#storeHeader div.shortcuts a.login{background: url(images/storeNav_login.gif) no-repeat top left; vertical-align: middle;}

/* style for the search container */
#storeHeader div.search
{
	text-align:left;
	width:215px;
	background: #CECECE url(images/search_bg.gif) no-repeat left bottom;
	height:28px;
	margin: 100px 0 0 0;
	margin-top: 11px !ie; /* Only For IE */
	padding: 0px 0px 0px 12px;
}

#storeHeader div.search div
{
	background: url(images/search_field.gif) no-repeat 0 5px;
	padding-left:13px;	
}

/* style for search text box within the search area */
#storeHeader div.search input.searchPhrase 
{
	/*font-size: 13px;
	color: #000000;		
	background:#A8A8A8 url(images/input_back.gif) repeat-x;	
	border: 0px;
	border-right: solid 1px #6D6D6D;
	width: 145px;
	height: 20px;
	line-height: 16px;	
	vertical-align:middle;    
	margin:0;			
	margin-top:5px;		/* FOR ALL OTHER BROWSERS*/
	/*margin-top:3px !ie;		/*Only for IE*/
}
.searchButton 
{
	background:url(images/btn-search-active.gif) no-repeat;
	cursor:pointer;
	width: 140px;
	height: 35px;
	border: none;
	margin-left:10px;
	color:#060;
	font-size:18px;
	font-weight:bold;
	float:right;
}
.searchButton:hover
{
	/*background:url(images/btn-search-active.gif) no-repeat;*/
}

/* style for the search button */
/*#storeHeader div.search.searchButton
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #636363;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	border:none;
	padding: 0px 2px;
	font-weight: bold;
	cursor:hand;
	margin:0px;
	width:55px;
	height:22px;
	text-align:center;
	line-height:22px;
}*/


/* styling for the outside of the navigation container */
#navigation-bg
	{
		background:url("images/nav-repeat-x.gif") #b4bfae repeat-x top;
		border-bottom:1px solid #fff;
	}
	
/* styling for the navigation container */
#navigation-bg .navigation
	{
		width:960px;
		margin:0px auto;
		/*float:left;
		width:100%;*/
	}

/* styling for the link container in the navigation bar */
#navigation-bg .navigation.content
{
	margin:0 auto 0 auto;
	/*width:760px;
	margin-top:4px;*/
	
}

/* styling for tab links in the navigation bar content */
#navigation-bg .navigation a
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	display: block;
	width: auto;
	float: left;
	padding: 9px 15px 8px 15px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: center;
	text-shadow: #fff 1px 1px;
	/*border-right: 1px solid #7E6401;*/
}

/* styling for tab links in the navigation bar content */
#navigation-bg .navigation a:hover
{
	background:#fff;
	text-shadow:#fff 0px 0px;
	border:0px solid #7E6401;
}

/******************************************************************************************/
/* end styles for the store header section                                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store footer section                                                    */
/******************************************************************************************/

/* container for the store footer */
#footer-bg
{
	background:#d7d7d7;
	padding-bottom:100px;
}
#footer
{
	width: 960px;
	color: #515151;
	margin:0 auto;
	text-align:left;
	background:url("images/footer-bg-repeat-y.gif") repeat-y;
}

/* paragraph within the store footer */
#footer p
{
	padding: 20px 0 0 0;
	/*text-align: center;*/
	color: #000000;
}

/* link within paragraph in the store footer */
#footer p a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding: 0 5px;
	border-left: 1px solid #FFFFFF;
	/*text-align:center;*/
}

/* alter styling of first link within paragraph in the store footer */
#footer p a:first-child
{
	border-left: none;
}

/******************************************************************************************/
/* end styles for the store footer section                                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store navigation section                                                */
/******************************************************************************************/

/* container for the store navigation links */
#storeNav 
{
	margin: 2px 1px;
	width: 198px;
}

/* default style for hyperlink in store navigation */
#storeNav a
{
	background-color: #000000;
	color:#DCDCDC;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 8px 3px 8px 40px;
	border-bottom: 1px solid #FFFFFF;
}

/* default style for hyperlink in store navigation (hover) */
#storeNav a:hover
{
	background-color: #000000;
	color:#FEFEFE;
	font-weight:bold;
	text-decoration:underline;
	display:block;
	padding: 8px 3px 8px 40px;
	border-bottom: 1px solid #FFFFFF;
}

/* additional style for basket link */
#storeNav a.basket { background: #000 url(images/storeNav_basket.gif) no-repeat 5px 3px; }
/* additional style for wishlist link */
#storeNav a.wishlist { background: #000 url(images/storeNav_wishlist.gif) no-repeat 5px 3px; }
/* additional style for account link */
#storeNav a.account { background: #000 url(images/storeNav_account.gif) no-repeat 5px 3px; }
/* additional style for login link */
#storeNav a.login { background: #000 url(images/storeNav_login.gif) no-repeat 5px 3px; }
/* additional style for logout link */
#storeNav a.logout { background: #000 url(images/storeNav_logout.gif) no-repeat 5px 3px; }
/* additional style for admin link */
#storeNav a.admin { background: #000 url(images/storeNav_admin.gif) no-repeat 5px 3px; }

/******************************************************************************************/
/* end styles for the store navigation section                                            */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store search dialog                                                     */
/******************************************************************************************/

/* styling for the search dialog container */
#storeSearch
{

	width: 530px;
	padding: 0;
	margin: 0 20px;
	display: block;
}

/* styling for the search keywords text box */
#storeSearch input.keywords
{
	border:1px solid #B2AF7D;
	width:131px;
	height:18px;
	padding:2px 0 0 4px;
}

/* styling for the search button */
#storeSearch input.searchButton
{
	margin:0;
	vertical-align: middle;
}

/* styling for the tagline in the search image */
#storeSearch .tagline
{
	font-family:Arial;
	font-size:24px;
	color:#4A4A48;
	width:250px;
	margin-right:45px;
}

/******************************************************************************************/
/* end styles for the store search dialog                                                 */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the page header                                                             */
/******************************************************************************************/

/* standard page header */
div.pageHeader
{
	
}

/* standard page header caption */
div.pageHeader H1
{
	font-size:32px;
	line-height:36px;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #999;
}

/* standard page header content */
div.pageHeader div.content
{
	padding:3px;
}

/******************************************************************************************/
/* end styles for the page header                                                         */
/******************************************************************************************/

/******************************************************************************************/
/* default styling for generic input forms                                                */
/******************************************************************************************/

/* container for form */
table.inputForm { }

/* default styles for cells in form*/
table.inputForm th, table.inputForm td {padding:2px;} 

/* styling for row headers in form */
table.inputForm .rowHeader
{
	background: #FFFFFF;
	color: #333333;
	padding: 6px;
	text-align:right;
}

/* style for links that appear within rowheader */
table.inputForm .rowHeader a {
	border:1px solid #650101;
	width:100%;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	font-weight:bold;
	text-align:left;
	padding: 6px;
}

/* set style for other elements within rowheader */
table.inputForm .rowHeader * {	font-weight: bold; font-size: 12px; }

/******************************************************************************************/
/* end default styling for generic input forms                                            */
/******************************************************************************************/

/******************************************************************************************/
/* styling for pager controls                                                             */
/******************************************************************************************/

/* style for paging container */
.paging { text-align: right; padding: 15px 5px 5px 5px; margin: 15px 0 5px 0;}
/* span within the paging container - this is actually the active page index */
.paging span , .paging .current{ padding: 1px 3px; border: 1px solid #666666; font-weight: bold; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9px; margin: 3px 0 3px 1px; background-color: #ebbb03; color: #000000; }
/* link within paging container */
.paging a { padding: 1px 3px; border: 1px solid #666666; font-weight: bold; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9px; margin: 3px 0 3px 1px; background-color: #F5F5F5; color: #000000; text-decoration:none; }
/* link(hover) within paging container */
.paging a:hover { background-color: #f1f1f1; color: Red; }

/******************************************************************************************/
/* end styling for pager controls                                                         */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the simple category list (such as might show on the home page)              */
/******************************************************************************************/

/* list container for categories */
ul.category
{
	margin: 3px 3px 0px 3px;
	padding: 0px 3px 0px 3px;
	list-style-type: none;
	/*list-style-image: url(images/bullet1.gif);*/	
}

/* category list item */
ul.category li
{
	background: url(images/bullet1.gif) no-repeat 3px 7px;
	margin: 0 0 0 0;
	padding: 0 0 0 15px ;
	/*border-bottom: solid 1px #DCDCDC;
	color:#8C0901;
	background: url(images/bullet1.gif) no-repeat 0px 5px;
	background: url(images/bullet2.gif) no-repeat 0px 5px;*/
	border-bottom: dotted 1px #D4D4D4;
}

/* link within the category list item */
ul.category li a
{
	display: block;
	/*background: url(images/hor_back_dark.gif) repeat-x bottom left;
	padding: 2px 0 5px 20px;*/
	height: 28px;
	color: #000000;
	/*text-indent:5px;*/
	font-size: medium;	

}

/* link within the category list item (hover) */
ul.category li a:Hover { color:#575757; background-color: Black;
}
/* link within the category list item (selected) */
ul.category li a:Selected { color:#AF0501; }

/******************************************************************************************/
/* end styles for the simple category list (such as might show on the home page)          */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the buy product form                                                        */
/******************************************************************************************/

/* container for the buy product form */
table.buyProductForm {  }

/* default style for cells within the buy product form */
table.buyProductForm td, table.buyProductForm th
{
	padding:3px;
}

/* style for row header in buy product form */
table.buyProductForm .rowHeader
{
	background-color: #FFFFFF;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	border: 0px solid #CCCCCC;
	text-align: left;
}

/******************************************************************************************/
/* end styles for the buy product form                                                    */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the catalog nodes                                                           */
/******************************************************************************************/

/* wrapper for the catalog container */
.catalogWrapper { padding: 15px 5px 5px 5px; margin: 15px 0 5px 0; }

/* container for catalog display */
.catalog { padding: 0px; }

/* node in the catalog display - used in flow layouts */
.catalog .flowNode
{
	text-align:center;
	margin:0px;
	padding:5px;
	float:left;
	width:238px;
	height:180px;
	/*border:1px solid #C4C4C4;*/
}

/* node in the catalog display - used in table layouts */
.catalog .tableNode { vertical-align:top;}
.catalog .tableNode div { margin-top:10px; margin-bottom:10px;}
.catalog .tableNode img { margin-top:6px;}

/* thumbnail image within the catalog display */
.catalog .thumbnail 
{
	display: block;
	width: auto;
	margin: 0 auto 5px;
	color:#8C0901;
}

/* style for item separator */
.catalog .separator { }

/******************************************************************************************/
/* end styles for the catalog nodes                                                       */
/******************************************************************************************/

/******************************************************************************************/
/* styles for featured products grid                                                      */
/******************************************************************************************/

/* container for the products grid */
table.productsGrid 
{ 
	
}
.productAccessories table.productsGrid td.thumbnail img
{ 
	height:150px;
	margin:0 10px 10px 0;
}
.productAccessories
{
	border:1px solid #999;
	padding:10px;
	/*background:url(images/accessories-bg-repeat-y.gif) repeat-y center;*/
}
p.tableHeader
{
	background:#efefef;
	border:1px solid #999;
	padding:10px;
	margin:0;
	font-weight:bold;
}

/* cell that contains the product thumbnail */
td.thumbnail
{
	
}

/* cell that displays the product details */
td.details
{
	padding-left:5px;
}

/* style for separators in the grid */
.rowSeparator{padding-bottom: 3px; padding-top: 3px; background: url(images/h_dot1.gif) repeat-x left bottom;}
.itemSeparator{background: url(images/v_dot.gif) repeat-y left top; padding-right:5px;}

/******************************************************************************************/
/* end styles for featured products grid                                                  */
/******************************************************************************************/

/******************************************************************************************/
/* styles for product display pages                                                       */
/******************************************************************************************/

/* container for the product header */
div.productHeader { }

/* container for content associated with product tab */
div.productTabDetail
{
	min-height:200px;
	border:1px solid black;
	padding:4px;
}

/* header within content associated with product tab */
div.productTabDetail H2
{
	background:#C4C4C4;
	border:solid 1px black;
	font-size:12px;
	font-weight:bold;
	padding:4px;
	margin:2px 0px 4px 0px;
}

/******************************************************************************************/
/* end styles for product display pages                                                   */
/******************************************************************************************/

/******************************************************************************************/
/* styles for search page                                                                 */
/******************************************************************************************/

/* container for the search filter controls */
.searchFilterPanel 
{
	display: block;
	width: 200px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0 0 20px 0;
	background-color: #efefef;
	border:1px solid #cacaca;
	/*border: 1px solid #D4D4D4; */
}

/* header for the search filter panel */
.searchFilterHeader
{
	background-color: #CECECE /*url(images/category_bg.gif) repeat-x left top*/;
	/*line-height:24px;*/
	color:#1E1E1E;
	text-align:left;
	/*font-weight:bold;
	font-size:12px;
	text-indent:30px;*/
	margin: 0px 0px 2px 0px;
	padding: 0 0 0 0;
}

/* caption for the search filter panel header */
.searchFilterHeader h2
	{
		background-position: top;
		font-size: 13px;
		line-height: 15px;
		padding: 10px;
		margin: 0;
		background: url(images/category_bg.gif) repeat-x 0 0 #dbdbdb;
		border-bottom:1px solid #999;
		text-shadow:#fff 1px 1px;
	}

/* used for the show all link in the search filter panel */
.showAll { color:#000000; font-weight: bold; text-align: right; width: auto; display: block; padding: 2px; }
.showAll:hover { color:#575757; }

/* links used to apply a different search criteria */
a.searchCriteria 
{ 
	font-size:12px;
	text-decoration: none;
	display:block;
	background: url(images/hor_back_dark.gif) repeat-x bottom left; 
	padding:0px 0;
	margin:0 10px; 
	color:#000000;
	width:165px;
}
a.searchCriteria:hover
{
	color:#cd0000;
}

/* style applied to search criteria caption in search panel */
h3.searchCriteria
{
	color:#000000;
	padding: 5px 0 2px 5px;
	margin: 5px 0 2px 5px;
	font-weight:bold;
	text-indent: 5px;
	font-size:12px;
}

/* header for the search sort header */
.searchSortHeader
{
	/*background-color: #000000;*/
	height:27px;
	line-height:24px;
	padding: 0 5px 0 4px;
	margin:0px;
	color:#000000;
	margin-left:-5px;
	margin-right:-5px;
	/*border-left-style:groove;
	border-left-color:#EFEFEF;
	border-bottom-style:groove;
	border-bottom-color:#EFEFEF;*/
}

/* styling for span tag (text) within the search sort header */
.searchSortHeader span
{
	font-weight:bold;
}

/******************************************************************************************/
/* end styles for search page                                                             */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the mini basket                                                             */
/******************************************************************************************/

#miniBasketMainBox {
	background-color : transparent;
	padding : 0px;
	font-size : 11px;
	position:relative;
	/*width:200px;*/
}

.miniBasketItemBox {
	border-bottom : 1px #CACACA solid;
	padding : 15px;
}

.miniBasketIconBox {width:35%; float:left; padding-bottom:10px;}
.miniBasketItemTitleBox {float: none; position:inherit;}
.miniBasketItemTitleNoIconBox {padding-left:5px;}

.miniBasketItemTitle {font-size: 11px; padding-bottom:10px;}
.miniBasketItemTitle a{font-size: 11px;	color: #C77603;}
.miniBasketItemTitle a:hover { color:#000000; }

.miniBasketSubItemTitle {font-size: 10px; padding: 0; margin:  30px 5px 0 10px;}
.miniBasketSubItemTitle li {font-size: 9px;	margin: 0;  font-size:10px; margin: 0 0 0 10px;}

.miniBasketQtyDeleteLine {
	padding:10px;
	margin:5px 0;
	clear: both; 
	text-align:center;
	border:1px dotted #cacaca;
}

.miniBasketQtyInput {
	padding : 1px;
	margin-right : 3px;
	margin-top: 1px;
	width : 15px;
	Height : 12px;
	border : 1px gray solid;
	font-size : 9px;
}

.miniBasketPriceLabel, .miniBasketPrice  {
	font-size : 14px;
	font-weight : bold;
}
.miniBasketPrice {color : red;}

#miniBasketSubTotalBox {
	padding:15px;
}

#miniBasketSubTotalBox #tax_label,#ship_label {
	font-weight : bold;
	font-size : 11px;
	width : 45%;
	float : left;
	text-align : right;
}
#miniBasketSubTotalBox #sub_label {
    float : left;
	font-weight : bold;
	font-size : 12px;
	width : 45%;
	text-align : right;
	margin:0;
}
#miniBasketSubTotalBox #tax_num,#ship_num {
	font-weight : normal;
	font-size : 11px;
	padding-left : 3px;
	width : 49%;
	float : left;
}

#miniBasketSubTotalBox #sub_num {
	font-weight : bold;
	font-size : 12px;
	color : red;
	padding-left : 3px;
	width : 49%;
	float : left;
}

#miniBasketShippingEstimateBox {
	/*width:200px;*/
}

.shipping
{
	margin:0;	
}

.shippingEstimateCell
{
	padding:15px;
}

.shippingEstimateCell .H2
{
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}
.shippingEstimateCell .button
{
	margin-top:10px;
	padding-top:3px 10px;
}

#miniBasketCheckoutButtonBox {
  margin-top:10px;
  padding :0;
  text-align:center;
}
#miniBasketCheckoutButtonBox img {
  width:100px;
}

/******************************************************************************************/
/* styles for the basket                                                                  */
/******************************************************************************************/

/* container for message that displays when a basket is empty */
.emptyBasketPanel
{
	margin: 0;
	background:url(images/empty_shop.gif) no-repeat left;
	padding-top: 20px;
	padding-left: 60px;
	margin: 20px 0;
	height: 50px;
	text-align:left;
}
/*.emptyWishlistPanel
{
	margin: 0;
	background:url(images/wish_list.gif) no-repeat 15%;
	padding-top: 20px;
	padding-left: 60px;
	margin: 20px 35px 35px 35px;
	height: 50px;
	text-align:center;
}*/

/* message that displays when a basket is empty */
.emptyBasketPanel span.message
{
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

/* links to products that are displayed in the basket contents */
a.basketProductLink {text-decoration: none; color:#636363; font-weight:bolder;}
a.basketProductLink:hover {color:#000000;}

/* price that appears within a basket dialog */
.basketDialogPrice { font-weight:bold; }

/* container for message that displays when a basket dialog is empty */
div.emptyBasketDialogPanel { }

/* message that displays when a basket dialog is empty */
div.emptyBasketDialogPanel span.message
{
	text-align:center;
	font-style:italic;
	padding:5px;
}

/******************************************************************************************/
/* end styles for the basket                                                              */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the wishlist                                                                  */
/******************************************************************************************/

/* container for message that displays when a wishlist is empty */
tr.emptyWishlistPanel
{
	margin: 0;
	/*background:url(images/wish_list.gif) no-repeat 18%;*/
	padding-top: 20px;
	padding-left: 60px;
	margin: 20px 35px 35px 35px;
	height: 90px;
	text-align:center;
}

/* message that displays when a wishlist is empty */
tr.emptyWishlistPanel td
{
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

/* links to products that are displayed in the wishlist contents */
a.wishlistProductLink {text-decoration: none; color:#636363; font-weight:bolder;}
a.wishlistProductLink:hover {color:#000000;}

/* price that appears within a wishlist dialog */
.wishlistDialogPrice { font-weight:bold; }

/* container for message that displays when a wishlist dialog is empty */
div.emptyWishlistDialogPanel { }

/* message that displays when a wishlist dialog is empty */
div.emptyWishlistDialogPanel span.message
{
	text-align:center;
	font-style:italic;
	padding:5px;
}

/******************************************************************************************/
/* end styles for the wishlist                                                              */
/******************************************************************************************/
	
/******************************************************************************************/
/* styles common to all checkout pages                                                    */
/******************************************************************************************/



/* chekcout page header - styling for checkout steps */
div.checkoutPageHeader div.checkoutSteps
{
	background-color:#E5DECA;
	border:1px solid #BEB49D;
	padding:0;
	margin:4px 5px 4px 4px;
	float:right;
}

/* checkout page header content */
div.checkoutPageHeader div.content
{
	padding:2px;
}

/* used to contain the details for an individual shipment, used wherever information is organized by shipment */
div.shipmentSection
{
	margin-bottom:5px;
	border: solid 1px black;
	border-collapse:collapse;
}

div.shipmentSection div.header
{
	border: solid 1px black;
}

/* the header / caption of a shipment section, identifies which shipment is displayed */
div.shipmentSection H2
{
	margin:0px;
	/*border: 1px solid #C4C4C4;
	background-color: #E8E8E8;*/
	padding: 0 2px;
	height:25px;
	line-height:25px;
	font-size:12px;
}

/* the content of the shipment section */
div.shipmentSection .content
{
	padding:2px;
}

/* used wherever a list of order items is displayed */
table.itemList { width:100%; }

/* default column header styling for item list */
table.itemList th {	margin:0px;background-color:#EFEFEF;padding:2px; }

/* default data cell styling for item list*/
table.itemList td { padding:3px 2px; } 
table.itemList td a{color: #8C0901;}

/* header styling for items column */
table.itemList th.items { }

/* styling for items column */
table.itemList td.items { }

/* header styling for items column */
table.itemList th.price { }

/* styling for price column */
table.itemList td.price { }

/* used when checkout navigation buttons (e.g. continue, back) appear by themselves 
outside of any  other container.  */
.checkoutNavigation { margin-top:4px; margin-bottom:8px; }

/* used when the checkout navigation section has a validation summary.  */
.checkoutNavigation span.validation { display:block;margin-bottom:12px; }

/* contains the buttons or links in the checkout navigation section */
.checkoutNavigation span.buttons { }

/******************************************************************************************/
/* end styles common to all checkout pages                                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for table that lays out a form of data (such as an invoice)                     */
/******************************************************************************************/

/* table style */
table.form 
{
	margin: 4px 0px;
	border:solid 1px black;
	border-collapse:collapse;
 	page-break-inside:avoid;
	width:100%;
}

/* style common to headers and cells */
table.form td, table.form th
{
	padding:4px 8px;
}

/* styling for header cells  */
table.form th { font-weight:bold; font-size:14px; }

/* styling for header cell intended for vertical text */
table.form th.verticalText
{
	width:10px;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
}

/* additional styling for header cell */
table.form th.header { text-align:left; }

/* additional styling for caption */
table.form th.header span.caption { font-size:20px; }

/* style for cell that contains an address */
table.form td.address { width:208px; }

/* style for cell on right that should expand to the full width possible */
table.form td.expand { width:504px; }

/* style for cell that contains a datasheet */
table.form td.dataSheet { padding:0px; }

/* style for font within the datasheet */
table.form td.dataSheet * { font-size:12px; }

/* additional styling for datasheet that appears within a form */
table.form table.dataSheet { margin-bottom:-1px; }

/* styling for the total row */
table.dataSheet tr.totalRow td, table.dataSheet tr.totalRow th
{
	border-top: double 3px gray;
	border-bottom: double 3px gray;
}

/* this is the container for the order summary on the view order page */
table.form td.orderSummary { width:202px;padding:10px; }

/* style for the caption of the order summary panel */
table.form td.orderSummary h3 { margin: 0 0 2px 0; }

/* style for the invoice caption */
h1.invoice 
{
	margin: 0 0 6px 0;
	font-size:24px;
	font-weight:bold;
}

/* style for the store name */
h1.storeName
{
	margin: 0 0 6px 0;
	font-size:18px;
	font-weight:bold;
}

/******************************************************************************************/
/* end styles for table that lays out a form of data (such as an invoice)                 */
/******************************************************************************************/

/******************************************************************************************/
/* styles for checkout progress indicator                                                 */
/******************************************************************************************/

/* container for the checkout progress indicator */
.checkoutProgress
{
	background:url(images/checkoutProgressBackground.gif) repeat-x;
	border-left:1px solid #787878;
	border-right:1px solid #787878;
	height: 25px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#787878;
	margin:0 4px;
	display:block;
	float:right;
}

/* default styling for span tags within the progress indicator */
.checkoutProgress span
{
	display: block;
	float: left;
	width: auto;
}

/* styling for checkout stage container when it is active */
.checkoutProgress span.on
{
	background:url(images/checkout-progress-bg.gif) no-repeat left center;
	padding-left:5px;
	margin-left:6px;
}

/* styling for checkout stage container when it is inactive */
.checkoutProgress span.off
{
	
}

/* style for checkout stage label when it is active */
.checkoutProgress span.on span
{
	padding: 1px 6px;
	color: #000000;
}

/* style for checkout stage label when it is inactive */
.checkoutProgress span.off span
{
	padding: 1px 6px;
}

/******************************************************************************************/
/* end styles for checkout progress indicator                                             */
/******************************************************************************************/

/******************************************************************************************/
/* styles for checkout steps                                                              */
/******************************************************************************************/

/* style for the outer container for checkout steps */
#storeHeader div.checkoutSteps
{
	background-color:#E5DECA;
	border:1px solid #BEB49D;
	padding:0px 0px 0px 0px;
	width:100%;
}

/******************************************************************************************/
/* end styles for checkout steps                                                          */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select shipping address                                                     */
/* NOTE: This is used on both checkout/ShipAddress and Members/AddressBook                */
/******************************************************************************************/

/* style for the address book table */
table.addressBook
{
	width:100%;
	padding:0;
	margin:0;
}

/* caption for the address book */
table.addressBook th.caption {
    background: url(images/category_bg.gif) repeat-x bottom #aeaeae; 
    color: #000; 
    text-indent: 10px; 
	border-bottom: 1px solid #b9b9b9; 
	padding: 2px 3px 2px 2px; 
	text-shadow:#fff 1px 1px;
	font-size: 13px;
}

/* styling for the button container inside the caption */
table.addressBook th.caption .buttons 
{
    float: right; 
    display: block; 
}

/* container for address book entries */
table.addressBook td.entries 
{
    text-align: left; 
    padding: 5px; 
    background: #FFFFFF;
}

/* entry in the address book container */
table.addressBook .entry {
    text-align:left;
    margin:0;
    padding:15px;
	margin:10px;
    display: block;
    float: left;
	border:1px solid #999;
	line-height:20px;
	font-weight:normal;
}

/* container for address data in an address entry */
.addressBook .address { 
    text-align:left;
    color: #333333;
    font-weight: bold;
    line-height: 16px;
}

table.addressBook td.entries .newaddressButton
{
	margin:20px;
}

/* container for buttons in an address entry */
.addressBook td .buttons {
    float: right;
}
    
.addressBook td .buttons a
{
    display:block;
    margin-bottom: 5px;
    width: 40px;
    text-align:center;
}

/* styling for button element inside the buttons container */
table.addressBook td .buttons .button {margin-right: 5px;}


/******************************************************************************************/
/* end styles for select shipping address (checkout/shipaddress.aspx)                     */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select multiple shipping addresses (checkout/shipaddresses.aspx)            */
/******************************************************************************************/

/* NOTE: items table on this page will use default styling from the common itemList class,
you can override or add to the styling attributes below */

/* styling for shipping addreses table */
table.setShippingAddresses { }

/* table will use default itemList styling, you can override th attributes here */
table.setShippingAddresses th { }

/* header styling for items column */
table.setShippingAddresses th.items { }

/* styling for items column */
table.setShippingAddresses td.items { }

/* header styling for items column */
table.setShippingAddresses th.price { }

/* styling for price column */
table.setShippingAddresses td.price { }

/* header styling for address column */
table.setShippingAddresses th.address { }

/* styling for address column */
table.setShippingAddresses th.address { }

/******************************************************************************************/
/* end styles for select multiple shipping addresses (checkout/shipaddresses.aspx)        */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select shipping method (checkout/shipmethod.aspx)                           */
/******************************************************************************************/

/* the outer table to select shipping methods */
table.selectShippingMethod { }

/* default header style for shipping method table */
table.selectShippingMethod td.dataSheet { padding-top:1px; }

/* default header style for shipping method table */
table.selectShippingMethod td.dataSheet th { padding: 5px 2px; }

/* the table cell that displays the shipment items grid */
table.selectShippingMethod td.items{ }

/* the table cell that displays the available shipping methods */
table.selectShippingMethod td.methods
{
	padding: 4px; 
	text-align:left; 
	border-left:1px solid #C4C4C4;
	width:200px;
}

table.selectShippingMethod td.methods h3
{
	padding: 5px 2px; 
	border: 1px solid #C4C4C4; 
	background-color:#EFEFEF;
	display:block;
	font-weight:bold;
	font-size:100%;
	text-align:center;
	margin: -2px -2px 6px -2px;
}

.summarySection h3 { font-size:100%; }

/* the caption for available shipping methods */
table.selectShippingMethod td.methods .caption
{
	display:block;
	font-weight:bold;
	margin-bottom:6px;
	text-align:center;
}

/* section to ask the customer whether to set gift options for an order */
.addGiftOptions
{
	background:url(images/giftbox2.jpg) no-repeat left top;
	/*margin: 10px 0 5px 185px;*/
	margin: 0 auto;
	width:100%;
	height:100px;
	/*float:right;*/
}

/* caption of the add gift options section */
.addGiftOptions h3
{
	/*margin-top:10px;
	margin-left:60px;*/
	margin: 10px 10px 5px 62px;
	font-size:100%;
}

/* content of the add gift options section, including input field and text */
.addGiftOptions .content
{
	margin: 0 0 10px 60px;
}

/* contains any navigation buttons (such as continue or back) that appear within the section */
.addGiftOptions .buttons
{
	margin-left:60px;
	margin-top:5px;
}

.VisiblePanel 
{
	display:block;
}

.HiddenPanel 
{
	display:none;
}

/******************************************************************************************/
/* end styles for select shipping method (checkout/shipmethod.aspx)                       */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select gift options (checkout/giftoptions.aspx)                             */
/******************************************************************************************/

/* container for the gift option controls */
.giftOptions { }

/* the container for controls to choose gift wrap if available */
.giftOptions div.giftWrap { margin-top:2px;margin-bottom:6px; }

/* displays when no gift wrap is available for an item */
.giftOptions div.giftWrap div.noGiftWrap { font-style:italic; }

/* displays when only one style of gift wrap is available for an item */
.giftOptions div.giftWrap div.oneGiftWrap { }

/* styling for the name of the available gift wrap style */
.giftOptions div.giftWrap div.oneGiftWrap span.name { font-weight:bold }

/* styling for the price of the available gift wrap style */
.giftOptions div.giftWrap div.oneGiftWrap span.price { }

/* displays when two or more gift wrap styles are available for an item */
.giftOptions div.giftWrap div.multiGiftWrap { }

/* styling for the title of the gift wrap selection box */
.giftOptions div.giftWrap div.multiGiftWrap span.title { font-weight:bold }

/* styling for the gift wrap selection box */
.giftOptions div.giftWrap div.multiGiftWrap select { }

/* the container for controls to enter a gift message */
.giftOptions div.giftMessage { }

/* styling for the gift message title */
.giftOptions div.giftMessage span.title { font-weight:bold; }

/* styling for the gift message cost */
.giftOptions div.giftMessage span.price { }

/* styling for the gift message entry area */
.giftOptions div.giftMessage textarea { width:98%;height:40px; }

/* styling for the characters remaining countdown */
.giftOptions div.giftMessage span.count { }

/* styling for the characters remaining countdown text */
.giftOptions div.giftMessage span.countText { }


/******************************************************************************************/
/* end styles for select gift options (checkout/giftoptions.aspx)                         */
/******************************************************************************************/

/******************************************************************************************/
/* styles for confirm and pay (checkout/payment.aspx)                                     */
/******************************************************************************************/

/*---------------------------------------*/
/*- styles for layout of payment page -- */
/*---------------------------------------*/

/* style for the summary pane of the payment information section */
.paymentMethodSummary { width:200px; padding-top:10px; }
div.paymentMethodSummary { float:left; }

/* style for the payment method listing of the payment information section */
.paymentMethodList 
{
	width:720px;
	border-left:1px dashed #000000;
	padding-left:20px;
}
div.paymentMethodList { float:right; }

/* style for a content section in the summary pane */
.paymentMethodSummary div.section { margin-bottom:20px; }

/* style for the header of the summary section */
.paymentMethodSummary div.section div.header { }

/* style for the caption of the section header */
.paymentMethodSummary div.section div.header h3 { margin: 0 0 2px 0; }

/* style for the content of the summary section */
paymentMethodSummary div.section div.content { }

/*---------------------------------------*/
/*- styles for order summary ----------- */
/*---------------------------------------*/

/* style for the order summary that appears in a summary section */
table.orderSummary { width:100%; }

/* column that displays the heading for the amounts in the order summary table */
table.orderSummary th { text-align:right;font-weight:normal; white-space:nowrap; }

/* column that displays amounts in the order summary table */
table.orderSummary td { text-align:right; width:80px; }

/* row that contains the divider between subtotals and total */
table.orderSummary tr.totalDivider { }

/* cell that contains the divider between subtotals and total */
table.orderSummary tr.totalDivider td { width:100%; }

/* divider between subtotals and total */
table.orderSummary tr.totalDivider td hr { }

/*---------------------------------------*/
/*- styles for payment forms ----------- */
/*---------------------------------------*/

/* styles the table for the entry form of a payment method */
table.paymentForm {	width:100%; margin-bottom:20px; margin-left:5px; }

/* style for default table cell in entry form */
table.paymentForm td { padding: 2px; }

/* header cell that provides the caption for the form, states type of payment method */
table.paymentForm th.caption 
{
	padding-top:8px;
	border-bottom:dotted 1px black;
}

/* header cell that provides the label for an input row */
table.paymentForm th.rowHeader { text-align:right; }

/* cell that contains the submit button for a payment form */
table.paymentForm td.submit { padding:20px 0; }

/* container for the submit button */
table.paymentForm td.submit span.button { }

/******************************************************************************************/
/* end styles for confirm and pay (checkout/payment.aspx)                                 */
/******************************************************************************************/

/******************************************************************************************/
/* styles for your account (Members/MyAccount.aspx)                                       */
/******************************************************************************************/

ul.columns {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}
 
ul.columns li {
  margin: 2px;
  background-image: url(images/bullet1.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  text-indent:15px;
}

/******************************************************************************************/
/* end styles for your account (Members/MyAccount.aspx)                                   */
/******************************************************************************************/

/******************************************************************************************/
/* styles for view order page (Members/MyOrder.aspx)                                    */
/******************************************************************************************/

/* container for the order summary table */
div.orderSummaryPanel
{
	background-color: #DBDADA;
	border: 1px solid #000000;
	margin: 4px 0px;
}

table.orderSummaryTable
{
	width:100%;
}

table.orderSummaryTable th.rowHeader
{
	width:16%;
	text-align:right;
}

/******************************************************************************************/
/* end styles for view order page (Members/MyOrder.aspx)                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for view row-style of my account page (Members/My Account.aspx)                 */
/******************************************************************************************/
.odd{background-color: #DBDADA;padding: 6px 2px 6px 6px; border-bottom:1px solid #A4A4A4;}
.even{background-color: #F5F5F5;padding: 6px 2px 6px 6px; border-bottom:1px solid #A4A4A4;}
.altodd{background-color: #FFF;padding: 6px 2px 6px 6px; border-bottom:1px solid #A4A4A4;}
.alteven{background-color: #F5F5F5;padding: 6px 2px 6px 6px; border-bottom:1px solid #A4A4A4;}
.altodd a img{max-width:200px;}
.alteven a img{max-width:200px;}
/******************************************************************************************/
/* end styles for view row-style of my account page (Members/My Account.aspx)             */
/******************************************************************************************/


/******************************************************************************************/
/* styles for view "ship to" in ViewOrder page (Members/MyOrder.aspx)                   */
/******************************************************************************************/
.ship_to{writing-mode: tb-rl; filter: flipv fliph;}
/******************************************************************************************/
/* end styles for view "ship to" in ViewOrder page (Members/MyOrder.aspx)               */
/******************************************************************************************/

/*----- Common to all ----------*/

.small_cell{width: 300px;}
.small_cell .header{margin-top: 0;}
.lebeling{width: 100px;}

/******************************************************************************************/
/* styles for paged list of data                                                          */
/******************************************************************************************/

/* table style */
table.pagedList 
{ 
	border:1px solid #999;
	margin-top:10px;
}

/* style common to headers and cells */
table.pagedList td
{
	padding: 5px;
	border:1px solid #999;
}

/* style common to headers and cells */
table.pagedList table tr td
{
	border:none;
}

/* styling for header cells  */
table.pagedList th
	{
		border-width: 1px;
		border-color: #000000;
		height: 26px;
		color: #1E1E1E;
		text-align: left;
		margin: 0px 0px 2px 0px;
		padding: 0 0 0 3px; /*background-image: url(images/category_bg.gif);*/
		border-bottom-style: solid;
		background-color: #D7D7D7;
	}

/* styling for links in header cells  (such as for sorting columns) */
table.pagedList th a
{
	color:black;
	text-decoration:underline;
}

/* hover styling for links in header cells  (such as for sorting columns) */
table.pagedList th a:hover
{
	color: #0000FF;
	text-decoration:underline;
}

/* styling for alternating rows */
table.pagedList tr.oddRow { border-bottom: solid 1px #CACACA }
table.pagedList tr.evenRow { background-color: #EBEBEB; }

/* style for the empty result message */
table.pagedList tr.empty td
{
	 text-align:center;
	 padding: 10px;
	 font-style:italic;
	 border: solid 1px black;
}

/******************************************************************************************/
/* end styles for paged list of data                                                      */
/******************************************************************************************/
/************** Style for the Product Image ******************/
.productimg
{
	vertical-align:top;
	text-align:center;
	width:280px;
}
#imagesTable
{
	width:280px;
}


/******************************************************************************************/
/* begin styles for modal popup dialogs                                                   */
/******************************************************************************************/

/* background for main page when modal popup is visible */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* style for modal popup dialog */
.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
}

/* style for header of modal popup dialog */
.modalPopupHeader 
{
	cursor:move;
	background-color:#DDDDDD;
	border:solid 1px Gray;
	color:Black;
}

/* style for text of modal popup dialog */
.modalPopupText 
{
    padding:10px;
}

/* enable scrolling within modal popup dialog */
.modalPopupText .modalPopupScroller
{
	margin:-10px;padding:10px;overflow:scroll;height:400px;
}

/* style for the click to view price popup */
.pricePopup
{
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:300px;
	position:absolute;
    left:50%;
    margin-left:-150px;
    z-index:99;
}

/* style for header of modal popup dialog */
.pricePopupHeader
{
	background-color:#DDDDDD;
	border:solid 1px Gray;
	color:Black;
	margin:-3px;
	padding:6px;
	font-weight:bold;
}

/* used on the click to view price display */
.pricePopup span.fieldHeader { display:block;float:left;width:135px;text-align:right;margin-right:6px; }
.pricePopup span.fieldValue { display:block;float:left; }

/******************************************************************************************/
/* end styles for modal popup dialogs                                                     */
/******************************************************************************************/

/******************************************************************************************/
/* begin styles for one page checkout                                                     */
/******************************************************************************************/

.checkoutAlert
{
	margin:20px 0;	
}
/* outer frame of the one page checkout form */
.opcFrame
{
	padding-left: 10px;
	width: 100%;
}

/* main content panel of the one page checkout form */
.opcMainPanel
{
	
}
.opcMainPanel table td
{
	border-top:1px dotted #999;
	padding-bottom:20px;
}
.opcMainPanel table td table td
{
	border:none;
	padding:0;
}

/* sidebar panel of the one page checkout form */
.opcSidebar
{
	/*width:200px;*/
	background:#efefef;
	border:solid 1px #c4c4c4;
	padding:0;
	margin:0;
}

/* frame for the payment section of the one page checkout form */
.opcPaymentFrame { border:1px solid #999; }

/* panel that contains the list of available payment methods */
.opcPaymentFrame td.opcPaymentMethods
{
	background-color:#efefef;
	width:130px;
	white-space:normal;
	padding:10px;
	border-right:1px solid #cacaca;
}

/* panel that contains the payment form for the selected method */
.opcPaymentFrame td.opcPaymentForm { padding:10px; }

/*********** img-description *******/
p.image_desc
{
	margin-left:3px;
	margin-right:3px	
}

.ProductItemView { width:194px; padding: 10px; padding-bottom:15px;}
.ProductItemView div{ background: #FFFFFF; padding: 5px; border: solid 1px #b9b9b9; }
.ProductItemViewOdd { background: #F5F5F5; border: solid 1px #b9b9b9; width:194px; padding: 5px;padding-bottom:15px;}
.ProductItemViewOdd div { background: #FFFFFF; padding: 5px; border: solid 1px #b9b9b9; }
.AgreementView
{
	background-color: #FFFFFF;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	border:solid 1px #92A7EC;
}

/******************************************************************************************/
/* end styles for one page checkout                                                       */
/******************************************************************************************/
/* used to display reviews message  */
pre.Reviews 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.nodeSummaryLink{text-decoration: underline; text-indent: 0px; color:#5872CB; margin:4px 0 8px 0; padding:4px 0 8px 0; cursor:pointer;}
/*************************************************************/
/* close the screen media selector */
}
/*************************************************************/
/*Reorder List*/
.dragHandle
{
    cursor: move;

}

.callbackStyle {
	border:thin #304E10 inset;		
}

.callbackStyle table
{
    background-color: #304e10;
    color: Black;
}


.reorderList li
{
    list-style: none;
    background-repeat: repeat-x;
    color: black;
}

.reorderListDemo li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

/*************************************************************/
/* My own classes */
/*************************************************************/
/* Text Styles */
.headerBold
{
	font-size:26px;
	font-weight:bold;
	color:cacaca;	
}
/* Sections */
#calltoaction-bg
{
	background:url("images/calltoaction-repeat-x.gif") #fff repeat-x bottom;
	text-align: center;
	padding:0;
}
#callHeader
	{
		width:960px;
		margin:0px auto;
		padding:20px 0;
		text-align:left;
	}
#callToAction
{
	padding-left:20px;
	width:520px;
}
#callToAction h1
{
	font-size:32px;
	font-weight:bold;
	line-height:38px;
	margin:10px 0;
	border:none;
	padding-bottom:5px;
}
#callToAction p
{
	font-size:16px;
	padding-bottom:10px;
}
/* Utilities */
.spacer {margin-bottom:20px;}
.clear {clear:both;}
.border-right 
{
	border-right:1px dotted #999;
	padding-right:20px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16
{
	float:left;
	margin:0 10px;
}

.grid_1 {width:40px;}
.grid_2 {width:100px;}
.grid_3 {width:160px;}
.grid_4 {width:220px;}
.grid_5 {width:280px;}
.grid_6 {width:340px;}
.grid_7 {width:400px;}
.grid_8 {width:460px;}
.grid_9 {width:520px;}
.grid_10 {width:580px;}
.grid_11 {width:640px;}
.grid_12 {width:700px;}
.grid_16 {width:960px;}
.alpha {margin-left:0;}
.omega {margin-right:0;}
.infobox
{
	padding:20px 0;
}
.infobox .icon {float:left; margin-right:20px;}
.infobox h2 {margin:15px 0 0 0;}
.infobox p {margin:0;}
.infobox img {border:none;}
.sidebar-right
{
	border-left:1px dotted #999;
	padding-left:20px;
}
.red
{
	color:#ff1111;
	padding:0;
	margin:5px 0;
}
.sidebar-right h4
{
	padding:0;
	margin:0;
}
.sidebar-right p
{
	padding:0 0 15px 0;
	margin:0;
}
#footer .footerColumn ul
{
	display:block;
	padding:0;
	margin:0;
}
#footer .footerColumn li
{
	display:block;
	padding:0;
	margin:0;
}
.photo
{
	margin:20px 0;
}
.photo img {border:1px solid #cacaca;}
.photo p
{
	text-align:center;
	font-size:12px;
	font-style:italic;	
	padding-top:5px;
}
ul.sidebarList
{
	padding:0;
	margin:0;
}
ul.sidebarList li
{
	padding:0 0 20px 0;
	margin:0;
	list-style:none;
	border-bottom:1px solid #cacaca;
}
ul.sidebarList li h4
{
	margin:0px;
	padding:20px 0 6px 0;
}
ul.sidebarList li p
{
	margin:0px;
	padding:0 0 5px 0;
}
.smallText 
{
	font-size:12px;
	font-style:italic;
}
.productGridBorder
{
	padding:0 5px;	
}
.recentlyViewedCell
{
	/*padding:15px;*/
}
.recentlyViewedCell .ProductItemViewOdd
{
	border:none;
	border-top:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
	background:none;
	padding:15px;
}
.recentlyViewedCell .ProductItemViewEven
{
	padding:15px;
}
.PIVimage_desc
{
	padding:10px;
}
.PIVimage_desc .detailsInnerPara
{
	font-size:12px;	
	line-height:14px;
}
.PIVimage_desc .detailsInnerPara
{
	font-size:12px;	
}
.addCartButton
{
	width:139px;
	height:34px;
	background:url(images/btn-add-to-cart.gif) no-repeat;
	margin:5px 10px 5px 0;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-transform: uppercase;
	text-shadow:#999 1px 1px;
	border:none;
	display:block;
}
.productImage
{
	width:280px;
	border:1px solid #cacaca;
}
.dotted
{
	background:url(images/dotted-line.gif) repeat-y center;
	text-align:center;
	padding:75px 20px;
}
.iner_frame table td
{
	padding:10px;	
}
a.altoddButton
{
	padding:3px 10px;
	background:#666;
	color:#fff;
	border:1px solid #999;
	text-decoration:none;
	margin-top:20px;
}
a:hover.altoddButton
{
	background:#000;
}
.btnLarge
{
	margin:0 10px 10px 0;
	float:left;
}
.uc
{
	
}
.formInput
{
	width:160px;
}
.wishlistImage img
{
	width:200px;	
}
.myRecentOrdersCell
{
	padding:10px;	
}
.dialogFrame
{
	border-left:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
	border-right:1px solid #cacaca;
}
                                                        
.watermark
{   
	font-style: italic; 
	color: Gray;    
}