@media screen {

/******************************************************************************************/
/* global styles common to all pages [ Pottery Theme ]                                    */
/******************************************************************************************/

/* force a vertical scrollbar in firefox, prevents horizontal page shifting */
html { min-height: 100%; margin-bottom:1px; /*font-family:Verdana; */
	}

/* styling for the page body */
body
{
	text-decoration:none;
	padding:0px;
	margin:0px;
/*	background:url(images/body_bg.gif) left top;*/
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;*/
}

/* default styling for block elements */
td, p, form
{
	text-decoration:none;
	margin:0px;
}

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 { color:#8C0901; }
a:hover { color:#000000; }

/* 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;
}

.buyProductForm a.button{ margin-left:14px; line-height:20px; padding:2px 7px;}

.altoddButton
{
	text-decoration:none;
	text-transform:lowercase;
	font-family:Verdana;
	font-size:11px;
	color:#CCCCCC;
}

/* style for buttons */
input.button, a.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/button1_bg.gif) repeat-x;	
	font-size: 11px;
	color: #FFFFFF !important;
	padding: 0px 3px 1px 3px;
	border: 1px solid #6F0701;
	font-weight: bold;
	cursor:hand;
	margin: 0 3px 0 3px;	
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
}

input.checkoutButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/button3_bg.gif) repeat-x;	
	font-size: 14px;
	color: #FFFFFF !important;
	padding: 0px 3px 1px 3px;
	border: 1px solid #6F0701;
	font-weight: bold;
	cursor:hand;
	margin: 0 3px 0 3px;	
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
	height:37px;
}

input.nextButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/button3_bg.gif) repeat-x;	
	font-size: 14px;
	color: #FFFFFF !important;
	padding: 0px 3px 1px 3px;
	border: 1px solid #6F0701;
	font-weight: bold;
	cursor:hand;
	margin: 0 3px 0 3px;	
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
	height:37px;
	width:150px;
}

/* style for button hover state */
input.button:hover, a.button:hover
{
	color: #FFFFFF; text-decoration:none;
}

a.checkoutLink
{
	font-family:	Verdana;
	font-size:		11px;
	color:			#ED1E23;
	cursor: hand;
	text-align:center;
	text-decoration: none;
	vertical-align: middle;
}

/*
Order history buttons
*/
#OrderHistoryPage .linkContainer
{
	border:				1px solid #6F0701;
	background:			url(images/button1_bg.gif) repeat-x;
	color:				#FFFFFF !important;
	padding:			1px 3px 2px 2px;
	width:				195px;
	margin:				3px;
}

#OrderHistoryPage .linkContainerRnt
{
	border:				solid 1px #6F0701;
	border-width:		1px 1px 1px 0px;
	position:			relative;
	left:				-3px;
	width:				201px;
	height:				16px;
	padding:			0px 0px 0px 0px;
	margin-left:		6px;
	overflow:			hidden;
}

#OrderHistoryPage a
{
	border:				1px solid transparent;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		bold;
	padding:			0px 3px 1px 2px;
	cursor:				hand;
	text-align:			center;
	text-decoration:	none;
	vertical-align:		middle;
	width:				100%;
}

#HeaderDiv
{
	border:				solid 0px black;
	position:			relative;
	display:			block;
	width:				100%;
}

#HeaderDiv h1
{
	border-bottom:		0px;				
}

#MyOrderItemBtns
{
	border:				solid 0px blue;
	width:				205px;
	position:			absolute;
	display:			block;
	float:				right;
	top:				0px;
	right:				15px;
	height:				auto;
}


/* style for button hover state */
a.checkoutLink:hover
{
	color: #ED1E23; text-decoration: underline;
}

/* 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:2px 0px 0px 10px;}
.CategoryBreadCrumbs {margin:2px 0px 0px 10px;}

/* link in the breadcrumbs trail */
.breadCrumbLink{text-decoration: underline; text-indent: 0px; color:#8C0901;}

/* 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: 1;
}

/* 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%;
    left:50%;
    margin-left:-100px;
    width:200px;
    height:200px;
    border: solid 2px grey;
    z-index: 2;
}

hr { width:100%; }

h2 { font-size:11px; }

h2.sectionHeader
{
	padding: 0 2px;
	border-top:solid 1px #CCCCCC;
	margin:0 0 12px 0;
	height:27px;
	line-height:27px;
	font-size:14px;
	font-family:Verdana;	
	color:#333333;
	font-weight:bold;
}

.welcomeImage 
{
}
.welcomeText
{
}

/******************************************************************************************/
/* styles to support the page layout                                                      */
/******************************************************************************************/

/* container for the left sidebar content */
#leftSidebarPanel
{
	background-color: #FFFFFF;
	width: 200px;
	padding: 0;
	text-align:left;
	margin: 0;
}

/* content section in the left sidebar */
#leftSidebarPanel .section
{
	margin-bottom:1em;
	background: #FFFFFF;
}

/* heading in left sidebar content section */
#leftSidebarPanel .header
{
	background: #FFFFFF;	
	height: 26px;
	color: #0E0A01;
	/*font-size:14px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	color:#1E1E1E;
	padding: 0 0 4px 3px;
	margin: 1px 0 0 0;*/
}
#leftSidebarPanel .header h2.header
{
	font-family:Arial;
	font-weight:bold;
	font-size:15px;
	text-indent: 10px;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	height:24px;
	border-bottom: 1px solid #ED1E23; 	
}

/*---------------------------------------*/
/*- styles for right sidebar            -*/
/*---------------------------------------*/

/* container for the right sidebar content */
#rightSidebarPanel
{
	background-color: #FFFFFF;
	width: 200px;
	padding: 0;
	text-align:left;
	margin: 0;
}

/* content section in the right sidebar */
#rightSidebarPanel .section
{
	background: #FFFFFF;
}

/* header in right sidebar content section */
#rightSidebarPanel .section .header
{
	background: #FFFFFF;
	height:24px;
	line-height:24px;
	padding: 0px 4px;
	margin:0px;
}

/* caption in right sidebar content section header */
#rightSidebarPanel .section .header h2
{
	background: #FFFFFF;	
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	line-height:24px;
	color:#333333;
	margin:0px;
	float:left;
}

/* link in right sidebar content section header */
#rightSidebarPanel .section .header a
{
	float:right;
	color:#000000;
}

/* link (hover) in right sidebar content section header */
#rightSidebarPanel .section .header a:hover
{
	float:right;
	color:#8C0901;
}

/* content section in the left sidebar */
#rightSidebarPanel .section .content 
{
	background: #FFFFFF;
	padding:0px; 
	width: 200px;
}


/* 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;
	padding: 0 2px;
}
.onePageCheckoutCell { padding: 10px;}
.expressCheckoutCell {padding:5px;}
.ourDepartmentsCell{ padding:5px; line-height:18px;}
.Cell{padding: 10px;}

/*---------------------------------------*/
/*- styles for main content panel       -*/
/*---------------------------------------*/

/* container for the main panel content */
#mainPanel 
{
	padding: 0 15px;
}

/* 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: #FFFFFF;
	padding: 0 2px;
	
}

/* the header / caption of a content section */
#mainPanel .section .header H2
{
	margin:0px;
	height:25px;
	line-height:25px;
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	border-bottom:solid 1px #ED1E23;
}

/* the content area of the content section */
#mainPanel .section .content { padding:2px; }

/*---------------------------------------*/
/*- end styles for content section      -*/
/*---------------------------------------*/

/*---------------------------------------*/
/*- styles for dialog section           -*/
/*---------------------------------------*/

/* used to display a dialog box in the main panel */
#mainPanel .dialogSection
{
	background: #FFFFFF;
	border-top:solid 1px #FFFFFF;
	/*border-right: solid 1px #636363;
	border-left: solid 1px #636363;*/
}

/* header for dialog box in the main panel */
#mainPanel .dialogSection .header
{
	background: #FFFFFF url(images/category_bg.gif) repeat-x left top;
	height:24px;
	line-height:24px;
	padding: 0px 4px;
	margin:0px;
	border:1px solid #636363;
}

/* the header / caption of a dialog box */
#mainPanel .dialogSection .header h2
{
	color:#1E1E1E;
	margin:0 0 0 0;
	font-weight:bold;
	font-size:12px;
	float:left;
}

/* link style within the header of a dialog box */
#mainPanel .dialogSection .header a
{
	float:right;
	text-decoration:underline;
	color:#000000;
}

/* link style within the header of a dialog box (hover) */
#mainPanel .dialogSection .header a:hover
{
	float:right;
	text-decoration:underline;
	color:#8C0901;
}

/* the content area of the dialog box */
#mainPanel .dialogSection .content { padding:2px; border:1px solid #636363; margin-top:2px; min-height:180px; }
#mainPanel .dialogSection .content table th.rowheader{background-color:White;}
#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
{
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align: left;
}

/* container for the page content */
#contentLayout
{
	margin-left:5px;
	border: 4px solid #FFFFFF;
}

/* additional style required when container is a table */
table#contentLayout
{
	width:100%;
	padding: 0px 10px 0px 10px;
	 
}

/******************************************************************************************/
/* end styles to support the page layout                                                  */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store header section                                                    */
/******************************************************************************************/

/* style for the outer store header container */
#storeHeader
{
	/*background: url(images/storeHeaderBackground.jpg) repeat-x left top;*/
	margin:0px 0px 0px 0px;
	text-align: left;
	width:100%;
	height:150px;
	position:relative;
}

/* styling attached to the container for the linked logo image */
#storeHeader .logo
{
	margin: 0px 0px 0px 10px;
	text-align: left;
	padding:0px 0px 0px 0px;
}

/* additional styling for the logo image tag */
#storeHeader .logo img { margin: 0px 0px 0px 10px; }

/* used for any content besides the logo in the header */
#storeHeader .headerContent
{
	height: 35px;
	margin: 0px;
	width:	85%;
	font-family: Verdana;
	/*right: 500px;*/
}

#storeHeader .advancedsearch
{
	font-family: Verdana;
	color:#CCCCCC;
	text-decoration:none;
	padding:0px 10px 0px 10px;
}

/* style for container of shortcut links that can appear in the header */
#storeHeader div.shortcuts 
{
	margin-top:15px;
	height:20px;
	width:330px;
	position:relative;
	float:left;
	padding-right:25px;
}

#storeHeader div.shortcuts2 
{
	margin-top:19px;
	height:20px;
	width:75px;
	position:relative;
	float:left;
	text-align:right;
	padding-right:25px;
}

#imgcart
{
	margin-top:22px;
	width: 17px;
	height:11px;
	background:  url(images/cart_icon.gif) no-repeat ;
	position:relative;
	float:left;	
	right:0;		
}

#storeHeader .lineseperator
{
 	/*width:100%;*/	
    margin:0px 10px 0px 0px;
}

#storeHeader .lineseperator hr 
{
	width:100%;
	color:#CCCCCC;	
	float:right;
	height:1px;		
}


#storeHeader div.shortcuts2 a
{
	text-align:center;
	font-family: Verdana;
	font-weight:bold;
	color:#ED1E23;
	text-decoration:none;
	font-size:13px;	
	padding:0px 10px 0px 10px;
		
}

/* style for links within shortcuts container */
#storeHeader div.shortcuts  a
{
	font-family: Verdana;
	display: block;
	width: auto;
	float: right;
	font-size: 12px;
	text-transform: lowercase;
	color: #999999;
	text-decoration: none;
	text-align: center;
	margin:5px 6px;
	padding:0px 5px 0px 5px;
	
}
#storeHeader div.shortcuts a:hover {color: #FF0000;}
/*#storeHeader div.shortcuts a:hover {color: #EBBB03;}*/

/* style for specific shortcuts */
#storeHeader div.shortcuts a.basket{ }
#storeHeader div.shortcuts a.acct{ }
#storeHeader div.shortcuts a.admin{ }
#storeHeader div.shortcuts a.wishlist{ }
#storeHeader div.shortcuts a.login{ }

/* style for the search container */
#storeHeader div.search 
{
	vertical-align:top;
	margin-top:10px;
	text-align:right;
	width:240px;
	height:28px;
	padding: 0px 0px 0px 20px;
	margin-right:3px;
	position:relative;
	float:right;	
}

/* style for search text box within the search area */
#storeHeader div.search input.searchPhrase 
{
	font-size: 12px;
	color: #000000;
	width: 140px;
	height:18px;
	line-height:28px;
	margin:0px;
}

/* style for the search button */
#storeHeader div.search .searchButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ED1E23;
	font-size: 11px;
	text-transform: capitalize;
	color: #FFFFFF;
	border: solid 1px black;
	background-image: url(images/button2_bg.gif);
	padding:: 0px 2px 2px 0px;
	font-weight: bold;
	cursor:hand;
	margin:5px 5px 5px 5px;
	width:80px;
	height:25px;
	text-align:center;
}
#storeHeader div.search .searchButton:hover {color: #FFFFFF;}

/* styling for the navigation container */
#storeHeader .navigation
{
	padding: 0;
	width:100%;
	background-color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height:30px;
	text-align:left;
	/*padding-left:30px;*/
}

/* styling for the link container in the navigation bar */
#storeHeader .navigation a.content
{
	margin:0 auto;
	width:700px;
/*	width:760px;*/
	margin-top:0px;
	padding:0 0 0 35px;
	
}

/* styling for tab links in the navigation bar content */
#storeHeader .navigation a.tab
{
	display: block;
	float: left;
	width: auto;
	height:14px;
	background:#636363 url(images/nav1_divider.gif) no-repeat right top;
	padding:5px 16px 7px 20px;
	margin:0 2px 0 0;
	font-weight:bold;
	text-decoration:none;
	color: #DFDFDF;
}

/* styling for tab links in the navigation bar content */
#storeHeader .navigation a.tab:hover
{
	background:#D1D1D1 url(images/nav1_divider_hover.gif) no-repeat right top;
	color: #636363;
}

/******************************************************************************************/
/* end styles for the store header section                                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store footer section                                                    */
/******************************************************************************************/

/* container for the store footer */
#footer
{
	width: 100%;
	height: 79px;
	color: #000000;
	text-align: center;
	/*background:url(images/footer_bg.gif) repeat-x left top;*/
}

/* paragraph within the store footer */
#footer p
{
	padding: 30px 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:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding: 0 5px;
	border-left: 1px solid #FFFFFF;
}

/* 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: 0 0 0 0; width: 193px; }

/* default style for hyperlink in store navigation */
#storeNav a
{
	background-color: #787878;
	color:#DCDCDC;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 8px 3px 8px 35px;
	border-bottom: 1px solid #FFFFFF;
}

/* additional style for basket link */
#storeNav a.basket { background: #787878 url(images/my_basket.gif) no-repeat 5px 3px; }
/* additional style for wishlist link */
#storeNav a.wishlist { background: #787878 url(images/my_wish.gif) no-repeat 5px 3px; }
/* additional style for account link */
#storeNav a.account { background: #787878 url(images/my_acct.gif) no-repeat 5px 3px; }
/* additional style for login link */
#storeNav a.login { background: #787878 url(images/login.gif) no-repeat 5px 3px; }
/* additional style for logout link */
#storeNav a.logout { background: #787878 url(images/login.gif) no-repeat 5px 3px; }
/* additional style for admin link */
#storeNav a.admin { background: #787878 url(images/admin_icon.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
{
	background:#F4F1B7 url(images/storeSearchBackground.gif) no-repeat left top;
	border-bottom:solid #FFFFFF 2px;
	padding:45px 0px 8px 0px;
}

/* styling for the search keywords text box */
#storeSearch input.keywords
{
	background-color:#FFFFFF;
	border:1px solid #B2AF7D;
	width:131px;
	height:18px;
	margin: 0 0 0 304px;
	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 span.tagline
{
	font-family:Arial;
	font-size:24px;
	color:#4A4A48;
	margin-top:30px;
	margin-left:215px;
	margin-bottom: 45px;
	display:block;
}

/******************************************************************************************/
/* end styles for the store search dialog                                                 */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the page header                                                             */
/******************************************************************************************/

/* standard page header */
div.pageHeader
{
	margin-bottom:	8px;
}

/* standard page header caption */
div.pageHeader H1
{
	font-size:		24px; 
	font-family:	Arial;
	color:			#333333;
	padding:		3px 0;
	margin:			3px 0;
	font-weight:	bold;	
	border-bottom:	1px solid #e1e1e1;
	padding-bottom:	10px !important;
}

/* standard page header content */
div.pageHeader div.content
{
	padding:3px;
}

hr.lineseperator
{
	width:100%;
	color:#CCCCCC;	
	float:right;
	height:1px;			
}

/******************************************************************************************/
/* 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
{
	font-family:Arial;	
	background: #FFFFFF;
	color: #333333;
	padding:8px;
	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 (text) within the paging container */
.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: #ED1E23; 
	color: #FFFFFF; 
	border:solid 0px black;

}
/* link within paging container */
.paging a 
{
	padding: 1px 3px; 
	font-family: Arial; 
	font-size: 11px; 
	margin: 3px 0 3px 1px; 
	color: #ED1E23; 
	text-decoration:none; }
/* link(hover) within paging container */
.paging a:hover { background-color: #ED1E23; color: #FFFFFF; }

/******************************************************************************************/
/* 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
{
	padding: 0px 0 0px 0;
	margin: 0px 5px 2px 0px;
	list-style-type: none;
	
}

/* category list item */
ul.category li
{
	padding: 0 0 0 15px ;
	margin:0 0 0 7px;
	color: Black;
	background: url(images/expand_icon.gif) no-repeat 0px 5px;
}

/* link within the category list item */
ul.category li a
{
	padding: 0px 0 0px 0;
	display: block;
	color: Black;
	text-decoration:none;
}

/* link within the category list item (hover) */
ul.category li a:Hover { color:#575757; }
/* 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 0px 5px 0px;
}

table.buyProductForm .rowText
{
	font-weight:bold;
}

/* style for row header in buy product form */
table.buyProductForm .rowHeader
{
	background-color: #FFFFFF;
	color: #333333;
	font-family:Verdana;
	font-weight:normal;
	font-size: 12px;
	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 {padding: 12px;}
.catalog .tableNode div { margin-top: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 { }
.featuredProductContainer {	padding-bottom: 8px; }

/* cell that contains the product thumbnail */
td.thumbnail
{
	padding-bottom:2px;
	margin-bottom:2px;
	/* border:solid 1px #C4C4C4; */
}

/* 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 { }

/* product page header caption */
div.pageHeader H1
{
	font-size: 14px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color: #333333;  
	padding: 0px 0;
	margin: 0px 0;
	height:34px;
	border-bottom: 1px solid #ED1E23; 
}

/* 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:52px;
	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 { }

/* header for the search filter panel */
.searchFilterHeader
{
	background: #DCDCDC url(images/category_bg.gif) repeat-x left top;
	height:24px;
	line-height:24px;
	padding:0px;
	color:#1E1E1E;
	border-bottom-style:groove;
	border-bottom-color:#EFEFEF;
	text-align:center;
	margin:0px;
}

/* caption for the search filter panel header */
.searchFilterHeader h2
{
	margin:0px;
	font-weight:bold;
	font-size:12px;
}

/* used for the show all link in the search filter panel */
.showAll { color:#800000; font-weight: bold; text-align: right; width: auto; display: block; padding: 2px; }
.showAll:hover { color:#000000; }

/* links used to apply a different search criteria */
a.searchCriteria { text-decoration: none; margin: 3px 5px; text-indent: 0px; padding: 0 0 0 10px; color:#8C0901; display: block; }
a.searchCriteria:hover { color:#000000; }

/* style applied to search criteria caption in search panel */
h3.searchCriteria
{
	color:#000000;
	padding: 2px 0 2px 5px;
	margin-left: 5px;
	font-weight:bold;
	text-indent: 5px;
	font-size:11px;
}

/* header for the search sort header */
.searchSortHeader
{
	height:24px;
	padding: 0px 0px 8px 0px;
	margin:0px;
	color:#1E1E1E;
	font-family:Arial;
	font-weight:bold;
	font-size:17px;
	border-bottom: 1px solid #ED1E23;
}

/* styling for span tag (text) within the search sort header */
.searchSortHeader span
{
}

.searchSortHeaderText
{
	font-weight:normal;
	font-size:12px;
} 
/******************************************************************************************/
/* end styles for search page                                                             */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the mini basket                                                             */
/******************************************************************************************/

#miniBasketMainBox 
{
	/*border:solid 1px yellow;*/
	background-color: #F3F1F1;	
	padding : 0px;
	font-size : 11px;
	position:relative;
	width: 100%;
}

.miniBasketItemBox 
{
  border-bottom : 1px #CCCCCC solid;
	background-color: #F3F1F1;	
	padding : 10px;
	float:left;
	position:relative;
	width:100%;
}

.miniBasketIconBox {width:35%; float:left;}
.miniBasketItemTitleBox {float: none; position:inherit;}
.miniBasketItemTitleNoIconBox {padding-left:5px;}

.miniBasketItemTitle {font-size: 11px;}
.miniBasketItemTitle a{font-size: 11px;	color: #8C0901;}
.miniBasketItemTitle a:hover { color:#000000; text-decoration:underline; }

.miniBasketSubItemTitle {font-size: 10px; padding: 0; margin: 15px 5px 0 10px;}
.miniBasketSubItemTitle li {font-size: 9px;	margin: 0 0 0 10px;}

.miniBasketQtyDeleteLine {
	padding : 1px 10px 10px 10px;
	background-color : transparent;
	clear: both; 
	text-align:center;
}

.miniBasketQtyInput {
	padding : 1px;
	margin-right : 3px;
	margin-top: 1px;
	width : 15px;
	Height : 12px;
	border : 1px gray solid;
	font-size : 9px;
}

.miniBasketPriceLabel, .miniBasketPrice  {
	font-size : 10px;
	font-weight : normal;
}
/*.miniBasketPrice {color : red;}*/

#miniBasketSubTotalBox {
  border-top : 1px #CCCCCC solid;
  background-color : #F3F1F1;
  padding : 11px;
  width : 100%;
  border-bottom : 0px #CCCCCC solid;
}

#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 : left;
}
#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;
	padding-left : 3px;
	width : 55%;
	float : right;
}

#miniBasketShippingEstimateBox {
  background-color : white;
  padding : 3px 0 3px 0;
}

#miniBasketCheckoutButtonBox {
  background-color : #F3F1F1;
  padding : 10px 0 8px 0;
  text-align:center;  
}

/******************************************************************************************/
/* 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 15%;
	padding-top: 20px;
	padding-left: 60px;
	margin: 20px 35px 35px 35px;
	height: 50px;
	text-align:center;
}
/*.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:bold; }
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 */
div.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 wishlist is empty */
div.emptyWishlistPanel span.message
{
	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                                                    */
/******************************************************************************************/

/* checkout page header */
div.checkoutPageHeader
{
	margin:0 0 0 0;
}

/* checkout page header caption */
div.checkoutPageHeader H1
{	
	font-size: 17px; 
	font-family:Arial;	
	font-weight:bold;
	color: #333333;
	padding: 3px 0;
	margin: 3px 0 6px 0;
	border-bottom: 1px solid #ED1E23;
	max-width:inherit;
}

div.checkoutPageHeader H2
{	
	font-size: 15px; 
	font-family:Arial;	
	font-weight:bold;
	color: #333333;
	padding: 3px 0;
	margin: 3px 0 6px 0;
}

/* 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:left;
}

/* 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; }

.columnHeader
{
	border:solid 0px black;
	background-color:#F3F1F1;
}

.itemList 
{
	border-left:solid 0px black;
	border-right:solid 0px black;
}

/* 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 {  background-color:#F3F1F1; }

/* 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:180px; }

/* 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 #BEB49D;
	border-right:1px solid #BEB49D;
	height: 25px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#B1A892;
	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
{
	padding: 3px 2px;
	background: url(images/checkoutProgressActive.gif) no-repeat 50%;
	border: 1px solid #6B6149;
	margin: 1px;
}

/* styling for checkout stage container when it is inactive */
.checkoutProgress span.off
{
	padding: 2px;
	margin: 1px;
}

/* style for checkout stage label when it is active */
.checkoutProgress span.on span
{
	border: 1px solid #6B6149;
	padding: 1px 6px;
	color: #6B6149;
}

/* style for checkout stage label when it is inactive */
.checkoutProgress span.off span
{
	padding: 3px 6px 2px 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:98%;
	border: 1px solid #C4C4C4;
}

/* caption for the address book */
table.addressBook th.caption
{
	border: 1px solid #C4C4C4;
	background-color: #E8E8E8;
	padding: 0 2px;
	height:25px;
	margin: 5px 0 0 0;
	line-height:25px;
}

/* styling for the text container inside the caption */
table.addressBook th.caption .text
{
	float:left;
	display:block;
}

/* 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 {border: 1px solid #C4C4C4; text-align: left; padding: 5px;}

/* entry in the address book container */
table.addressBook .entry
{
	background:url(images/shipping_address_bg.gif) no-repeat;
	vertical-align:middle;
	text-align:left;
	margin:0px;
	padding:5px 0px 0px 0;
	/*border: 1px solid #FF0000;*/
	display: block;
	width: 350px;
	height:212px;
	float: left;
}

/* container for address data in an address entry */
.addressBook .address
{
	text-align:left;
	padding:47px 0px 0px 50px;
	color: #000000;
	font-weight: bold;
	line-height: 15px;
	width:200px;
	float: left;
	/*border-left: 1px dashed #8698B2;*/
}

/* container for buttons in an address entry */
.addressBook td .buttons
{
	margin-top:5px;
	text-align:left;
	padding:60px 0px 0px 0;
	width: 100px;
	float: right;
}
.addressBook td .buttons a{display:block; margin-bottom: 5px; width: 50px;}

/* 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;
	width:400px;
	height:85px;
	border: solid 1px #6B0000;
	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:170px;padding: 10px; }
div.paymentMethodSummary { float:left; }

/* style for the payment method listing of the payment information section */
.paymentMethodList { width:545px;border-left:1px dashed #000000; }
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%; padding:0;margin:0;  }

/* column that displays the heading for the amounts in the order summary table */
table.orderSummary th { text-align:right;font-weight:normal; white-space:pre-wrap; padding: 2px 6px 0 0;}

/* column that displays amounts in the order summary table */
table.orderSummary td { text-align:right; vertical-align:bottom; padding: 2px 0 0 0; }

/* 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 { text-indent:10px; }

/* 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;*/
  font-family:Verdana;
  font-size:13px;
  padding: 3px ;
  font-weight:bold;
  text-indent:10px;
}

ul.columns a 
{ 
	color:#ED1E23; 
}
	
/******************************************************************************************/
/* 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;
}

.basketgridcss
{
	border:solid 0px #CCCCCC; 
	background-color:#F3F1F1;
}

.basketgridcss td
{
	border:solid 1px #CCCCCC; 
	padding: 10px;
}

.basketgridcss .columnHeader2
{
	border-top:solid 1px #CCCCCC;
	border-left:solid 0px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}

.basketgridcss .columnHeader3
{
	border-top:solid 1px #CCCCCC;
	border-right:solid 0px #CCCCCC;
}

.basketgridcss .itemLineLeft
{
	border-left:solid 0px #CCCCCC;
}

.basketgridcss a
{
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}

.basketgridcss .altoddButton
{
	text-decoration:none;
	font-weight:normal;
	color:#CCCCCC;
	font-size:10px;
}

.basketgridcss .itemLineRight
{
	border-right:solid 0px #CCCCCC;
}

.basketgridcss td.totalRow
{
	border-right:solid 1px #CCCCCC;
	border-top:solid 1px #CCCCCC;	
	border-bottom:solid 1px #CCCCCC;	
	border-left:solid 0px #CCCCCC;	
}

.basketgridcss td.totalRow1
{
	border-top:solid 1px #CCCCCC;	
	border-bottom:solid 1px #CCCCCC;	
	border-right:solid 0px #CCCCCC;
}





/******************************************************************************************/
/* 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: #FFFFFF;padding: 6px 2px 6px 6px; border-bottom:1px solid #A4A4A4; border-left:solid 0px black; border-right:solid 0px black;}
.even{background-color: #FFFFFF;padding: 6px 2px 6px 6px; border-bottom:1px solid #A4A4A4; border-left:solid 0px black; border-right:solid 0px black;} 
.altodd
{
	background-color: #FFFFFF;
	padding: 6px 2px 6px 6px; border-bottom:1px solid #A4A4A4; 
	border-left:solid 0px black; 
	border-right:solid 0px black;
}

.alteven
{
	background-color: #FFFFFF;
	padding: 6px 2px 6px 6px; 
	border-bottom:1px solid #A4A4A4; 
	border-left:solid 0px black; 
	border-right:solid 0px black;
}
/******************************************************************************************/
/* 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)               */
/******************************************************************************************/

/******************************************************************************************/
/* styles for paged list of data                                                          */
/******************************************************************************************/

/* table style */
table.pagedList { min-width:300px; margin:0px; }

/* style common to headers and cells */
table.pagedList td
{
	padding:2px 4px;
}

/* styling for header cells  */
table.pagedList th 
{
	padding: 6px 4px;
	font-weight:bold;
	margin:0px;	
	background-color:#F3F1F1;
	border-left:solid 0px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	
}

/* styling for links in header cells  (such as for sorting columns) */
table.pagedList th a
{
	color:white;
	text-decoration:underline;
}

/* hover styling for links in header cells  (such as for sorting columns) */
table.pagedList th a:hover
{
	color: #DBDADA;
	text-decoration:underline;
}

/* styling for alternating rows */
table.pagedList tr.oddRow { }
table.pagedList tr.evenRow { background-color: #F5F5F5; }
table.pagedList tr.footer { border-top: 1px solid black}

/* style for the empty result message */
table.pagedList tr.empty td
{
	 width:300px;
	 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;
	max-width:400px;
}


/******************************************************************************************/
/* 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:#FFFFFF;
	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:#ffffdd;
	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                                                     */
/******************************************************************************************/

/* outer frame of the one page checkout form */
.opcFrame
{
	margin:0 auto;
	width:100%;
}

/* main content panel of the one page checkout form */
.opcMainPanel
{
	width:auto;
	padding-right:10px;
}

.opsContinueButton  
{
	font-family: Verdana; 
	background-color: #ED1E23;
	border:solid 1px black;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFFFFF;
	background: url(images/button3_bg.gif) repeat;
	padding: 7px 12px 7px 12px;
	font-weight: bold;
	text-decoration:none;
	cursor:hand;
	margin:100px;
	width:150px;
	height:75px;
	text-align:center;
}


/* sidebar panel of the one page checkout form */
.opcSidebar
{
	border:				solid 0px green;
	width:				200px;
	position:			relative;
	margin:				0px;
	float:				right;
	vertical-align:		top;
}

.opcSidebarCustom
{
	border:				solid 0px blue;
	width:				215px;
	margin:				0px;
	float:				right;
	position:			absolute;
	z-index:			0;
}

#opcMainImage1
{
	margin-top:20px;
	height:50px;
	background: url(images/checkout_process_1.gif) no-repeat center;
}

#opcMainImage2
{
	margin-top:20px;
	height:50px;
	background: url(images/checkout-process-2.gif) no-repeat center;
}

#opcMainImage3
{
	margin-top:20px;
	height:50px;
	background: url(images/checkout-process-3.gif) no-repeat center;
}



/* frame for the payment section of the one page checkout form */
.opcPaymentFrame { }

/* panel that contains the list of available payment methods */
.opcPaymentMethods
{
	background-color:#efefef;
	width:130px;
}

/* panel that contains the payment form for the selected method */
.opcPaymentForm { }


/******************************************************************************************/
/* end styles for one page checkout                                                       */
/******************************************************************************************/

/*********** img-description *******/
p.image_desc
{
	margin-left:3px;
	margin-right:3px	
}

.ProductItemView { width:194px; padding: 5px; padding-bottom:15px;	vertical-align: bottom;}
.ProductItemView div{ background: #FFFFFF; padding: 5px; }
.ProductItemViewOdd { width:194px; padding: 5px; padding-bottom:15px;	vertical-align: bottom; background: #FFFFFF;}
.ProductItemViewOdd div { background: #FFFFFF; padding: 5px; }

.AgreementView
{
	background-color: #FFFFFF;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	border:solid 1px #92A7EC;
}

.welcomeImage {

}
.welcomeText{
}
/* 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 */






}




/* Exit Questionaire Styles */
.column-in {
    margin:0; padding:0.5em 1em;
    }
.EQMain 
{
	
	width: 95%;
	font-weight:bolder;
    padding:20px;
    border: 0px;
}

.EQheader 
{
  text-align: left;
  font-size:x-large;
} 
.EQRowEven 
{
	background-color:#eeeeee;
}

.EQRowOdd
{
	background-color:#ffffff;
}
.CustomsHR
{
	color:red;
	width:90%;
	text-align:center;

}
.QDisagreeButton
{
	color:#EEEEEE;
	background:#FFFFFF;
	background-color: black; 
	
}






#mainPanel .preference 
{
	font-family:Verdana;
	font-weight:bold;
	font-size:17;
	border-bottom:solid 1px #CCCCCC;
	width:75%;
}

.removeCartImg
{
	height: 9px;
	width: 9px;
	background: url(images/remove2_icon.gif) no-repeat;
	padding: 0 5px 0 5px;
}

.wisthListCartImg
{
	height: 9px;
	width: 9px;
	background: url(images/move_icon.gif) no-repeat;
	padding: 0 5px 0 5px;
}

.paging .pagingText
{
	background-color:#FFFFFF;	
	color:Black;
	font-size:12px;	
	font-weight:normal;
}

/* style for inlinepaging container */
.inlinepaging { text-align: right; padding: 0px 0px 0px 0px; margin: 0px 0 0px 0; }
.inlinepaging span , .inlinepaging .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: #ED1E23; 
	color: #FFFFFF; 
	border:solid 0px black;

}
/* link within inlinepaging container */
.inlinepaging a 
{
	padding: 1px 3px; 
	font-family: Arial; 
	font-size: 11px; 
	margin: 3px 0 3px 1px; 
	color: #ED1E23; 
	text-decoration:none; }
/* link(hover) within inlinepaging container */
.inlinepaging a:hover { background-color: #ED1E23; color: #FFFFFF; }

.searchSortHeaderNoLine
{
	height:24px;
	padding: 0px 0px 8px 0px;
	margin:0px;
	color:#1E1E1E;
	font-family:Arial;
	font-weight:bold;
	font-size:17px;
	/*border-bottom: 1px solid #ED1E23; 		*/
}

.checkoutStepCompleted
{
    color:#8C0901;
    border:1px solid #8C0901;
    padding:10px;
    width:100px;
    text-align:center;
}

.checkoutStepCurrent
{
    color:#8C0901;
    font-weight:bold;
    border:3px solid #8C0901;
    padding:10px;
    width:100px;
    text-align:center;
}

.checkoutStepNotComplete
{
    color:Gray;
    border:1px solid Gray;
    padding:10px;
    width:100px;
    text-align:center;
}

.checkoutStepSpacer
{
	BORDER-top: #ccc 4px dotted; 
	MARGIN: 5px;
	WIDTH: 20px; 
}

.checkoutModalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.watermarked
{
    color:#ABADB3;
}

#CancelItemLinkView
{
    float:right;
}
#CancelSelectedItems
{
    float:right;
}

#ContactSupport h2
{
	color:				#8C0901;
	font-size:			14px;	
}

.ContactSupportSectionChat
{
	border:				solid 0px gray; 
	position:			relative;
	display:			block;
	width:				202px; 
	height:				105px;
	margin-top:			7px;
	margin-left:		1px;
}

.ContactSupportSectionChat2
{
	border:				solid 0px gray; 
	position:			relative;
	display:			block;
	width:				202px; 
	height:				105px;
	margin-top:			10px;
	padding-left:		7px;
}

.ContactSupportSection
{
	border:				solid 1px gray; 
	position:			relative;
	display:			block;
	width:				199px; 
	height:				120px;
	color:				black;
	margin-top:			7px;
}

.ContactSupportSection a
{
	color:				black;
	text-decoration:	none;
}

.ContactSupportSection img
{
	padding:			10px 3px;	
}

#ContactSupport .HeaderEmail
{
	background-color:	#0000CC;	
	color:				White;
	font-weight:		bold;
	line-height:		15px;
	padding:			2px 0px 2px 5px;
}

#ContactSupport .HeaderOrderStatus
{
	background-color:	#BD1B1B;	
	color:				White;
	font-weight:		bold;
	line-height:		15px;
	padding:			2px 0px 2px 5px;
}

.chatIframe
{
	border:				solid 0px black; 
	position:			relative; 
	display:			block; 
	top:				-2px; 
	left:				-6px; 
	width:				202px; 
	height:				105px;
	padding-left:		5px;
}

.ContactSupportSectionText
{
	border:				solid 0px gray; 
	position:			relative;
	display:			block;
	float:				left;
	width:				202px; 
	height:				30px;
	top:				5px;
	overflow:			hidden;
	margin:				3px;
}

.CheckoutValidation
{
    color:Red;
}