/* CSS Document */

.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
font-family: Helvetica;
font-size: 9pt;
color: #726e62;
}

body{
background: #71c3d8 url(../images/bkg_logo_no_repeat.jpg) repeat-x;
margin: 0px;
padding: 0px;
text-align: center; 
}

#bkgContainer{
width: 900px;
padding: 0px;
margin: 0px auto;
/*position: absolute;
margin-right: -634px;
right: 50%;
visibility: visible;*/
text-align: left;
}

#headerContainer{
padding: 0px;
margin: 0px 0px 0px 0px;
height: 150px;
background: url(../images/header_bkgr.jpg) top left no-repeat;
}

#footerContainer{
padding: 5px;
height: 150px;
background: url(../images/footer_bkgr.jpg) top left no-repeat;
}

#siteContainer{
margin: 0px 0px 10px 0px;
width: 900px;
}

#infoContainer{
padding-bottom: 10px;
margin: 0px 3px 0px 6px;
}

#frontpageContentContainer{
padding: 25px 10px 0px 25px;
width: 584px;
}

.error {
color: #b3342b;
border: 1px solid #b3342b;
background-color: mistyrose;
padding: 2px 4px;
}


/**General Link Color
************************************/

a:link{ 
color: #3f8841;
text-decoration: underline;
} 

a:visited{ 
color: #3f8841; 
text-decoration: underline;
}

a:hover{ 
color: #3f8841; 
text-decoration: none;
}

a:link img, a:visited img, a:hover img{
border: 0px;
}

/**General Text
****************************************/

h1{
font-size: 14pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h2{
font-size: 13pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h3{
font-size: 12pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h4{
font-size: 11pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h5{
font-size: 10pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h6{
font-size: 9pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

.redText{
color: #b3342b;
font-size: 10pt;
font-weight: bold;
}

.redTextSm{
margin-bottom: 10px;
color: #b3342b;
font-size: 8pt;
text-decoration: none;
}

.redTextSm a:link, .redTextSm a:visited{
margin-left: 155px;
color: #b3342b;
font-size: 8pt;
text-decoration: none;
}

.redTextSm a:hover{
margin-left: 155px;
color: #2b2b2b;
}

/**Background Images
********************************/

#bkgHeader{
background: url(../images/bkg_header.gif) top left no-repeat;
margin: 0px;
width: 900px;
height: 21px;
}

#bkgPaper{
background: url(../images/bkg_paper_repeat_y.gif) top left repeat-y;
margin: 0px;
}

#bkgFooter{
background: url(../images/bkg_footer.gif) top left no-repeat;
margin: 0px 0px 0px 0px;
width: 900px;
height: 98px;
}


#contentArea{
margin: 0px 0px 0px 5px;
width: 613px;
min-height: 540px;
xposition: absolute;
}

#graphicdivider{
	width: 250px;
	border-bottom: 1px solid #e1d7bc;
	border-top: 1px solid #fdf2dc;
}



/**Default for Form Elements
***********************************/

input, select, textarea {

}

/**Search
***********************************/

#search{
float: right;
margin: 0px;
padding: 0px;
}

#search form{
margin: 0px;
padding: 0px;
}

.searchText{
width: 150px;
font-size: 7pt;
color: #5b6771;
margin: 2px 0px 2px 8px;
padding: 2px 4px;
}

.searchButton{
height: 20px;
margin: 2px;
font-size: 7pt;
}

.searchResult{
font-size: 12pt;
font-weight: bold;
}

.searchResult a:link, .searchResult a:visited{
padding: 0px;
font-weight: bold;
text-decoration: none;
font-size: 9pt;
}

.searchResult a:hover{
text-decoration: underline;
}

.searchResult table td{
margin: 0px;
padding: 5px 0px;
font-size: 9pt;
font-weight: normal;
}

/**Breadcrumbs
*************************************/

a.breadCrumb:link, a.breadCrumb:visited{
padding: 5px 5px;
font-size: 8pt;
text-decoration: none;
color: #8d857b;
}

a.breadCrumb:hover{
text-decoration: underline;
color: #cfbea8;
}

.breadCrumbSpacer{
color: #8d857b;
}

/**Sitemap
*******************************************/

.sitemapParent a:link, .sitemapParent a:visited{
font-size: 11pt;
text-decoration: none;
font-weight: bold;
}

.sitemapParent a:hover{
text-decoration: underline;
}

.sitemapChild a:link, .sitemapChild a:visited{
display: block;
margin: 1px 8px;
font-size: 9pt;
text-decoration: none;
font-weight: normal;
}

.sitemapChild a:hover{
text-decoration: underline;
}

/** Banners
**************************************/

#banner {
margin: 26px 5px 0px 22px;
}

/** USER LOGIN / LOGOUT
**************************************/

a.userLogin:link, a.userLogin:visited{
	display: block;
	width: 180px;
	padding: 6px 10px 6px 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #7f7867;
	border-top: 1px solid #e1d7bc;
	border-bottom: 1px solid #fdf2dc;
	text-decoration: none;
	font-size: 9pt;
	background: transparent url(../images/nav_icon.gif) top left no-repeat;
}

a.userLogin:hover{
	display: block;
	width: 180px;
	padding: 6px 10px 6px 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #625332;
	border-top: 1px solid #e1d7bc;
	border-bottom: 1px solid #fdf2dc;
	text-decoration: none;
	font-size: 9pt;
	background: transparent url(../images/nav_icon.gif) top left no-repeat;
}

a.userLogout:link, a.userLogout:visited{
display: block;
	width: 180px;
	padding: 6px 10px 6px 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #7f7867;
	border-top: 1px solid #e1d7bc;
	border-bottom: 1px solid #fdf2dc;
	text-decoration: none;
	font-size: 9pt;
	background: transparent url(../images/nav_icon.gif) top left no-repeat;
}

a.userLogout:hover{
	display: block;
	width: 180px;
	padding: 6px 10px 6px 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #625332;
	border-top: 1px solid #e1d7bc;
	border-bottom: 1px solid #fdf2dc;
	text-decoration: none;
	font-size: 9pt;
	background: transparent url(../images/nav_icon.gif) top left no-repeat;
}

/**first navigation
**************************************/

#navigationContainer{
	margin: 30px 5px 20px 22px;
}

.firstNavTable{
	border-collapse: collapse;
	width: 190px;
	margin: 0px 0px 0px 0px;
}

.firstNavTable td{
	padding: 0px;
}

a.firstNav:link, a.firstNav:visited{
	display: block;
	width: 180px;
	padding: 6px 10px 6px 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #7f7867;
	border-top: 1px solid #e1d7bc;
	border-bottom: 1px solid #fdf2dc;
	text-decoration: none;
	font-size: 9pt;
	background: transparent url(../images/nav_icon.gif) top left no-repeat;
}

a.firstNav:hover{
	color: #625332;
	background: transparent url(../images/nav_icon.gif) top left no-repeat;
}

a.firstNavSelected:link, a.firstNavSelected:visited{
	display: block;
	width: 180px;
	padding: 6px 10px 6px 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #625332;
	font-weight:normal;
	border-top: 1px solid #e1d7bc;
	border-bottom: 1px solid #fdf2dc;
	text-decoration: none;
	font-size: 9pt;
	background: transparent url(../images/nav_icon_selected.gif) top left no-repeat;
}

a.firstNavSelected:hover{
	background: transparent url(../images/nav_icon_selected.gif) top left no-repeat;
}


/**second navigatiion
******************************************/
.secondNavTable{
	border-collapse: collapse;
	width: 190px;
	margin: 0px 0px 0px 0px;
}

.secondNavTable td{
	padding: 0px;
}


a.secondNav:link, a.secondNav:visited{
	display: block;
	width: 180px;
	padding: 6px 10px 6px 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #625332;
	border-top: 1px solid #e1d7bc;
	border-bottom: 1px solid #fdf2dc;
	text-decoration: none;
	font-size: 9pt;
}

a.secondNav:hover{
	color: #592e00;
}  

a.secondNavSelected:link, a.secondNavSelected:visited{
	display: block;
	width: 180px;
	padding: 0px 5px;
	padding: 6px 10px 6px 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #592e00; 
	text-decoration: none;
	font-size: 9pt;
	
} 

a.secondNavSelected:hover{
	color: #592e00;
}

/**third navigation
***********************************/
.thirdNavTable{
	border-collapse: collapse;
	width: 184px;
	margin: 0px 0px 0px 0px;
}

.thirdNavTable td{
	padding: 0px;
}

a.thirdNav:link, a.thirdNav:visited{ 
	display: block;
	width: 180px;
	padding: 6px 10px 6px 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7f7867;
	border-top: 1px solid #e1d7bc;
	border-bottom: 1px solid #fdf2dc;
	text-decoration: none;
	font-size: 9pt;
} 

a.thirdNav:hover{
	color: #625332;
}

a.thirdNavSelected:link, a.thirdNavSelected:visited{ 
	display: block;
	width: 180px;
	padding: 0px 5px;
	padding: 6px 10px 6px 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #625332; 
	text-decoration: none;
	font-size: 9pt;
}

a.thirdNavSelected:hover{
	color: #625332;
}

/**fourth navigation
*************************************/
.fourthNavTable{
	border-collapse: collapse;
	width: 180px;
	margin: 0px 0px 0px 0px;
}

.fourthNavTable td{
	padding: 0px;
}
a.fourthNav:link, a.fourthNav:visited{ 
	display: block;
	width: 180px;
	padding: 6px 10px 6px 29px;
	font-family: Arial, Helvetica, sans-serif;
	color: #625332;
	border-top: 1px solid #e1d7bc;
	border-bottom: 1px solid #fdf2dc;
	text-decoration: none;
	font-size: 9pt;
} 

a.fourthNav:hover{
color: #592e00;
}

a.fourthNavSelected:link, a.fourthNavSelected:visited{ 
	display: block;
	width: 180px;
	padding: 6px 10px 6px 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #625332;
	border-top: 1px solid #e1d7bc;
	border-bottom: 1px solid #fdf2dc;
	text-decoration: none;
	font-size: 9pt;
}

a.fourthNavSelected:hover{
	color: #592e00;
}

/**fifth navigation
*************************************/

a.fifthNav:link, a.fifthNav:visited{ 
	display: block;
	width: 100px;
	padding: 0px 5px;
	margin: 4px 0px 4px 42px;
	font-family: Times New Roman;
	color: #592e00; 
	text-decoration: none;
	font-size: 9pt;
} 

a.fifthNav:hover{
	margin: 4px 0px 4px 40px;
	border-left: 2px solid #763e26;
}

a.fifthNavSelected:link, a.fifthNavSelected:visited{ 
	display: block;
	width: 100px;
	padding: 0px 5px;
	margin: 4px 0px 4px 40px;
	font-family: Times New Roman;
	color: #592e00; 
	text-decoration: none;
	font-size: 9pt;
	border-left: 2px solid #763e26;
}

a.fifthNavSelected:hover{
	margin: 4px 0px 4px 40px;
	border-left: 2px solid #763e26;
}

/************************** Content Containers*********************************/

#contentContainer{
width: 600px;
padding: 5px 15px 5px 15px;
}


/**Gallery
********************************************/

.gallery_table{
padding: 0px;
margin: 0px;
}

.gallery_table td{
height: 150px;
width: 140px;
background-color: #f9f3ea;
border: solid 1px #d7c4a9;
vertical-align: bottom;
text-align: center;
padding: 10px 0px;
}

.gallery_table td img{
margin: 5px 0px 15px;
padding: 4px;
border: solid 1px #d7c4a9;
background-color: #fff;
}

.gallery_child_table{
padding: 8px;
margin-left: auto;
margin-right: auto;
}

.gallery_child_table td{
height: 150px;
width: 140px;
background-color: #f9f3ea;
border: solid 1px #d7c4a9;
vertical-align: bottom;
text-align: center;
padding: 10px 0px;
}

.gallery_child_table td img{
margin: 5px 0px 15px;
padding: 4px;
border: solid 1px #d7c4a9;
background-color: #fff;
}

.gallery_child_table a:link, .gallery_child_table a:visited{ 
text-decoration: none;
}

.gallery_child_table a:hover{
color: #323232;
text-decoration: none;
}

/**Newsletter signup
*****************************/

#newsletterOutline{
width: 60%;
margin: 10px;
padding:  15px 15px 15px 15px;
border: 1px solid #eeeeee;
}

#newsletterOutline form{
margin: 10px;
}

#newsletter_firstname, #newsletter_lastname{
margin: 3px 5px;}

#newsletter_email{
margin-top: 3px;
margin-left: 39px;
}

.btnNewsReg{
vertical-align: bottom;
}

.newsletterError, #newsletter_err{
margin-top: 10px;
font-size: 8pt;
color: #993300;
}

.newsletterMessage{
font-size: 8pt;
}



/**News
*********************************/

.newsCategoryTitle{
font-weight: bold;
font-size: 12pt;
}

.mainNewsTitle{ /* Controls the modified date on the main news page for some reason as well. . .? */
color: #2b2b2b;
font-size: 8pt;
font-style: italic;
}

a.mainNewsTitle:link, a.mainNewsTitle:visited{
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
font-style: normal;
width: 448px;
margin: 3px 0px 2px 5px;
}

a.mainNewsTitle:hover{
text-decoration: none;
}

.mainNewsSummary{
padding: 3px 0px 2px 5px;
width: 448px;
}

.mainNewsMod{
padding: 3px 0px 2px 5px;
font-size: 8pt;
font-style: italic;
}

a.mainNewsTitle:link img, a.mainNewsTitle:visited img{
padding: 4px;
border: solid 1px #d7c4a9;
background-color: #fff;
margin: 5px 10px;
}

.signupInfo{
padding: 0px 8px;
}

.signupInfo .newsBtn{
position: relative;
top: 5px
}

.newsItemTitle{
color: #2b2b2b;
font-size: 10pt;
font-weight: bold;
}

.newsItemContent{

}

.newsItemModified{
font-size: 8pt;
font-style: italic;
}

/**Signup/login
********************************/

.memberHello{
font-size: 12pt;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
}

.memberName{
display: inline;
font-size: 12pt;
font-weight: bold;
color: #323232;
font-family: Georgia, "Times New Roman", Times, serif;
}

#signupOutline{
width: 400px;
margin: 10px;
padding:  5px 15px;
border: 1px solid #f3ebdf;
}

#member_submit{
margin: 0px 0px 0px 200px;
}

#loginOutline{
width: 225px;
margin: 10px 10px;
padding:  10px 15px 35px;
border: 1px solid #f3ebdf;
}

#loginOutline input{
display: block;
float: right;
margin: 0px 11px 0px 0px;
}

#forgotPass{
clear: both;
text-align: right;
margin: 0px 11px 0px 0px;
padding: 10px 0px 0px 0px;
}

#forgotPassOutline{
width: 320px;
margin: 10px;
padding:  15px 15px 68px 15px;
border: 1px solid #f3ebdf;
}


#forgotPassOutline form{
display: inline;
margin-top: 2px;
}

#forgotPassOutline br{
display: none;
}

#forgotPassOutline table{
float: left;
margin: 0px;
padding: 0px;
}

#forgotPassOutline input{
margin-top: 0px;
}

/**Client Profile
**************************************/

#profileContainer{
padding: 10px 0px 0px;
}

#profileSection{
margin: 8px 20px 15px;
width: 225px;
}

#profileText{
font-size: 9pt;
}

#profileImage{
display: block;
padding: 10px;
margin: 8px 40px;
}

#profileTable{
margin: 15px 5px;
}

.gridDataTableLarge{
width: 100%;
border-collapse: collapse;
border-left: 1px solid #CFC0A8;
}

.gridHeaderRow{
border-top: 1px solid #CFC0A8;
border-right: 1px solid #CFC0A8;
border-bottom: 1px solid #CFC0A8;
border-left: 0px;
padding: 5px;
font-weight: normal;
font-size: 8pt;
text-align: center;
}

.gridRow td{
border-right: 1px solid #CFC0A8;
border-bottom: 1px solid #CFC0A8;
background-color: #f3ebdf;
text-align: center;
padding: 3px;
font-size: 8pt;
}

.gridAltRow td{
border-right: 1px solid #CFC0A8;
border-bottom: 1px solid #CFC0A8;
text-align: center;
padding: 3px;
font-size: 8pt;
}

/*hover summary*/

.tooltip{
display: block;
text-align: center;
width: 125px;
}

a.tooltip ul{
text-align: left;
display: none; 
margin: 0px; 
padding: 0px;
list-style-position: inside;
}
a.tooltip ul li{
margin: 0px; 
font-size: 8pt;
padding: 0px 3px; 
list-style-position: inside;
}

a.tooltip:hover ul{
margin-left: 0em; 
position: absolute; 
display: inline;
background-color: ghostwhite; 
border: thin solid silver;
}

/*hover summary mozilla fix*/

a.tooltip + ul{
text-align: left;
display: none; 
margin: 0px; 
padding: 0px;
list-style-position: inside;
}

a.tooltip + ul li{
margin: 0px; 
font-size: 8pt;
padding: 0px 3px; 
list-style-position: inside;
}

a.tooltip:hover + ul{
margin-left: 0em; 
position: absolute; 
display: inline; 
background-color: ghostwhite; 
border: thin solid silver;
}

/*Store
***********************************/

#storePad, #productPad{
width: 505px;
padding: 5px 15px 45px 15px;
}

#viewCartLink{
position: relative;
right: -465px;
top: -13px;
}

#viewCartLink a:link, #viewCartLink a:visited{
padding: 5px 5px;
font-size: 8pt;
text-decoration: none;
color: #8d857b;
}

#viewCartLink a:hover{
text-decoration: underline;
color: #cfbea8;
}

/*MiniCart
***********************************/

#miniCartBdrTop, #miniCartBdrBottom{
margin: 9px 0px;
background: url(../images/cart_border.gif) no-repeat top left;
width: 253px;
height: 10px;
}

#miniCartTitle{
margin: 10px 0px;
background: url(../images/cart_title.gif) no-repeat top left;
width: 253px;
height: 13px;
}

#miniCartPadding{
padding: 0px 20px;
}

#minicart_summary{
margin: 2px 5px 5px 10px;
}

#minicart_product_list{
margin: 2px 5px;
}

#minicart_product_list table{
border-collapse: collapse;
}

#minicart_product_list table td{
font-size: 9pt;
padding: 1px;
border-collapse: collapse;
}

#minicart_product_list .top.left {
font-weight: bold;
}

#minicart_product_list table td input{
font-size: 9pt;
}

div#order_buttons input{
padding-left: 4px;
text-align: left;
border: 0px;
}

div#order_buttons a{
padding: 4px;
}

#minicart_qty_total{
font-size: 9pt;
}

#minicart_product_total{
font-size: 9pt;
padding-bottom: 5px;
}

#cart_no_products{
display: block;
margin: 0px 25px;
font-size: 8pt;
}


/*Category
***********************************/

.categoryTable{
margin: 5px 0px;
border-collapse: collapse;
}

.categoryTable table{
width: 165px;
}

.categoryItemsTitle{
padding: 5px 5px 10px;
text-align: center;
font-size: 10pt;
}

.categoryItemsTitle a:link, .categoryItemsTitle a:visited{
font-weight: bold;
text-decoration: none;
}

.categoryItemsTitle a:hover{
text-decoration: underline;
}

.categoryItemsImage{
padding: 5px;
text-align: center;
}

#categoryDesc{
margin: 10px 0px;
}

/*Sub Categories
***********************************/

/*2Columns
**************/

.subCategoryTable table{
border-right: 1px solid #f3ebdf;
border-bottom: 1px solid #f3ebdf;
height: 145px;
margin: 10px 5px;
}

.subCategoryTable td{
vertical-align: top;
}

.categoryProductPic{
margin: 5px 10px 5px 0px;
}

.categoryProductTitle{
width: 120px;
margin: 0px 5px;
}

.categoryProductTitle a:link, .categoryProductTitle a:visited{
font-weight: bold;
}

.categoryProductTitle a:hover{
text-decoration: none;
}

.categoryProductDesc{
margin: 5px;
font-size: 8pt;
width: 120px;
}

.categoryProductPrice{
font-size: 9pt;
font-weight: bold;
margin: 2px 5px;
color: #763e26;
}

/* Three Columns
******************/

.threeColumns table{
width: 156px;
height: 235px;
}

.threeColumns .subCategoryTable table{
}

.threeColumns .categoryProductPic{
margin: 5px 10px 5px 0px;
}

.threeColumns .categoryProductTitle {

margin: 8px 5px 5px 5px;
}

.threeColumns .categoryProductTitle threeColumns a:link, .categoryProductTitle threeColumns a:visited{
font-size: 10pt;
color: #2b2b2b;
text-decoration: none;
font-weight: bold;
}

.threeColumns .categoryProductTitle a:hover{
color: #dab516;
text-decoration: none;
}

.threeColumns .categoryProductDesc {
width: 149px;
margin: 2px 5px 2px 0px;
}

.threeColumns .categoryProductPrice {
font-size: 10pt;
font-weight: bold;
margin: 2px 5px;
color: #763e26;
padding: 0px 0px 10px;
}

/*One Column
******************/

.oneColumn table{
height: 75px;
}

.oneColumn .categoryProductPic{
margin: 5px 10px 5px 0px;
}

.oneColumn .categoryProductTitle{
width: 375px;
margin: 8px 5px 5px 5px;
}

.oneColumn .categoryProductTitle a:link, .oneColumn .categoryProductTitle a:visited{
font-size: 9pt;
font-weight: bold;
}

.oneColumn .categoryProductTitle a:hover{
text-decoration: none;
}

.oneColumn .categoryProductDesc{
width: 375px;
margin: 2px 5px;
}

.oneColumn .categoryProductPrice{
font-size: 10pt;
font-weight: bold;
margin: 2px 5px;
color: #763e26;
}

.oneColumn .picDescContainer{
display: block;
float: left;
}

/* Product 
***********************************/

.productPic{
float: left;
margin: 5px 10px;
}

.productTitle div{
margin: 8px 5px 5px 0px;
font-size: 10pt;
font-weight: bold;
}

.productPrice{
margin: 8px 5px 5px 0px;
display: inline;
font-size: 10pt;
font-weight: bold;
}

#total_display{
padding-left: 10px;
color: #763e26;
font-size: 9pt;
font-weight: bold;
}

.productOptions{
width: 450px;
margin-top: 8px;
}

.productDesc{
width: 95%;
margin: 5px 20px 5px 10px;
}

#cart_Add_Message{
display: block;
margin-left: 4px;
color: #323232;
font-weight: normal;
font-size: 8pt;
width: 185px;
}

.btnAdd form{
display: block;
margin: 8px 0px;
}

.btnContinue{
display: block;
float: left;
margin: 8px 20px;
}

#reg_display{
display: inline;
padding-left: 10px;
color: #2b2b2b;
font-size: 11pt;
font-weight: bold;
}


/** Sale
***********************************/

.productPriceSale{
display: inline;
}

.salename{
display: inline;
padding: 8px 0px;
color: #763e26;
font-size: 10pt;
font-weight: bold;
}

.salePrice, #total_display{
display: inline;
padding-left: 10px;
color: #763e26;
font-size: 10pt;
font-weight: bold;
}


.salestart{
display: inline;
margin-left: 129px;
padding: 8px 2px;
color: #763e26;
font-size: 8pt;
font-weight: normal;
}

.saleend{
display: inline;
padding: 8px 4px;
color: #763e26;
font-size: 8pt;
font-weight: normal;
}

/** Checkout
***********************************/

#cartPagePad{
overflow: auto;
}

.checkoutTitles{
font-size: 10pt;
font-weight: bold;
padding: 15px 15px 0px;
}

.checkoutForm{
padding: 10px 15px;
}

.checkoutForm a{
padding: 10px 15px;
}

/*** confirm.mst
***********************************/

#cartTable{
width: 473px;
}

#cartTable th{
background-color: #f3ebdf;
padding: 3px;
}

#cartTable td{
text-align: left;
padding: 1px 8px;
vertical-align: middle;
}

.carHeaders{
font-size: 10pt;
font-weight: bold;
}

#cartTable table{
border-collapse: collapse;
padding: 5px;
margin: 2px;
}

/*** cart.mst
***********************************/

#codeContainer{
padding: 5px;
}

#codeContainer fieldset{
border: 1px solid #A5ACB2;
padding: 8px;
}

#codeContainer fieldset a:link, #codeContainer fieldset a:visited{
font-size: 7pt;
color: #993300;
}

#codeContainer fieldset a:hover{
font-size: 7pt;
color: #323232;
}

#codeContainer legend{
text-transform: uppercase;
color: #333333;
font-weight: bold;
font-size: 8pt;
}

form iframe{
height: 5px;
}

.cartTable table{
border-collapse: collapse;
padding: 5px;
}

.cartTable th{
background-color: #f3ebdf;
padding: 3px;
}

.cartTable td{
text-align: left;
padding: 1px 8px;
vertical-align: middle;
}

.cartHeaders{
font-size: 10pt;
font-weight: bold;
}

.cartRows td{
border: 1px solid #f3ebdf;
padding: 3px;
vertical-align: top;
}

.cartRows td div{
vertical-align: top;
}

.cartRows td td{
border: 0px;
padding: 3px;
}

.cartRows table td{
font-size: 11pt;
font-weight: bold;
}

.cartRows li{
font-size: 8pt;
font-weight: normal;
}

.cartAltRows td{
border: 1px solid #f3ebdf;
padding: 3px;
vertical-align: top;
}

.cartAltRows td div{
vertical-align: top;
}

.cartAltRows td td{
border: 0px;
padding: 3px;
}

.cartAltRows table td{
font-size: 11pt;
font-weight: bold;
}

.cartAltRows li{
font-size: 8pt;
font-weight: normal;
}

#btnRemove{
float: left;
padding: 0px 4px;
}
#updateBtn{
float: left;
padding: 0px 4px;
border: 0px;
}

#checkBtn{
float: right;
}

.continueShoppingBtn img{
margin: 10px 4px;
}

/** shipping.mst
********************/

#ship_quote{
width: 300px;
}

#shipTable th, #shipTable td{
padding: 5px;
}


/** payment page
***********************************/

#get_quote{
margin: 10px 0px 0px 30px;
}

.contCheckoutBtn{
padding: 5px 8px;
}

.contShopBtn{
padding-left: 45px;
}

/**Client Profile
**************************************/

#profileOutline{
	
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	padding:  15px;
	border: 1px solid #eeeeee;
	
}

#profileContainer{
	margin: 0px 0px 0px 0px;
}

#profileSection{
	margin: 15px 0px 15px 15px;
}

#profileContactName{
	font-size: 12pt;
	float: left;
	
	

}

#profileCompanyName{
	color: rgb(94,94,94);
	font-size: 11pt;
		font-weight: bold;
		
}

#profileLinks {
	padding-bottom: 10px;

}

#profileDescription {
	padding-top: 30px;

}

#profileNumbers {
	padding-top: 30px;
}

#profileImage{
	display: block;
	border: 1px solid #dfe1e9;
	background-color:#f5f5f5;
	width: 120px;
	padding: 15px;
	margin: 15px 0px 15px 0px;
}

.profileHeader{
	font-size: 14pt;

}

#profileCategories {
	padding-top: 30px;
	color: rgb(208,208,208);
}

#profileDateAdded {
	
	color: rgb(208,208,208);
	text-align: right;
	
	
}


#profileUploadImage input{
	display: block;
	margin-top: 7px;
	margin-bottom: 7px;
	
}

#recurringOrdersContainer, #outstandingOrdersContainer{
	padding-bottom:25px;
}

#profileTable{
	margin: 15px 5px;
}

.gridDataTableLarge{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #e6e8ed;
	border-left: 1px solid #e6e8ed;
}

.gridHeaderRow{
	border-top: 1px solid #e6e8ed;
	border-right: 1px solid #e6e8ed;
	border-bottom: 1px solid #a4a5a9;
	border-left: 0px;
	padding: 5px;
	font-weight: normal;
	font-size: 8pt;
}

.gridRow td{
	border-right: 1px solid #e6e8ed;
	background-color: #f5f5f5;
	text-align: center;
	padding: 0px 3px;
	font-size: 8pt;
}

.gridAltRow td{
	border-right: 1px solid #e6e8ed;
	text-align: center;
	padding: 0px 3px;
	font-size: 8pt;
}
/*********** Shout v3.3.0 - CSS Fix for the client order summary showing bullets ***********/
/** Hover Summary
***********************************/

.tooltip{
	display: block;
	text-align: left;
}

a.tooltip ul{
	text-align: left;
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

a.tooltip ul li{
	margin: 0px;
	font-size: 8pt;
	padding: 0px 3px;
	list-style-position: inside;
}

a.tooltip:hover ul{
	margin-left: 0em;
	position: absolute;
	display: inline;
	background-color: ghostwhite;
	border: thin solid silver;
}

/** Hover Summary Mozilla Fix
***********************************/

a.tooltip + ul{
	text-align: left;
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

a.tooltip + ul li{
	margin: 0px;
	font-size: 8pt;
	padding: 0px 3px;
	list-style-position: inside;
}

a.tooltip:hover + ul{
	margin-left: 0em;
	position: absolute;
	display: inline;
	background-color: ghostwhite;
	border: thin solid silver;
}

#members_search-results {padding: 0; margin: 0;}
#members_search-results li {display:block; padding: 0.5em; margin: 0.5em; list-style: none;}
#members_search-results li {text-align:left;}



.member-search-sort {padding: 0; margin: 0; display:inline; width: 100%;}
.member-search-sort li {display:inline; padding: 0.5em; margin: 0.1em; list-style: none;}
.member-search-sort li {text-align:left;}


.member-search-display-size {padding: 0; margin: 0; display:inline; width: 100%;}
.member-search-display-size  li {display:inline; padding: 0.1em; margin: 0.5em; list-style: none;}
.member-search-display-size  li {text-align:left;}

.member-search-alpha {padding: 0; margin: 0; display:inline; width: 100%;}
.member-search-alpha  li {display:inline; padding: 0.35em; margin: 0.1em; list-style: none;}
.member-search-alpha  li {text-align:left;}

.given-name, .family-name
{
	font-size: 16pt;
}

.org
{
	font-size: 12pt;
	display: block;
}





.note
{
	display: block;

}

.photo
{

	
	
	
	

}

.photo-container
{
xfloat: left;

}

.note
{
	xdisplay: block;
	xpadding-top: 5px;
	xpadding-bottom: 10px;	
	
}

.contact-properties
{
	xmargin-left: 145px;
	xfloat: right;

	

}
.adr
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.vcard td:first-child
{
	width: 135px;
	
}

	.search-table td {
                    		 		padding: 3px;
                    		 	}
                    		 
                    		 	.search-table-top td 
                    		 	{
                    		 		border-bottom: 1px solid rgb(221,221,221);
                    		 		
                    		 	}
                    		 	
                    		 	.search-table-bottom td 
                    		 	{
                    		 		border-top: 1px solid rgb(221,221,221);
                    		 		
                    		 	}
                    		 	
                    		 	.search-container {
                    		 		border: 1px solid rgb(221,221,221);
                    		 	}
                    		 	
                    		 	.sort-by, .search-query, .profile-label {
                    		 		font-weight: bold;
                    		 		color: rgb(129,129,129);
                    		 	
                    		 	}
                    		 	.search-query {
                    		 		padding-left: .25em;
                    		 	}
                    		 	
                    		 	.profile-tab-table td {
                    		 		border-bottom: 1px solid; 
                    		 		padding: 3px;
                    		 		border-color: rgb(221,221,221);
                    		 	}
                    		 	.profile-tab-table{
                    		 		padding-bottom: 15px;
                    		 	
                    		 	}
                    		 	
                    		 	.member-search-button {
                    		 		vertical-align: middle;
                    		 	}
                    		 	
                    		 	.member-contact-name {
                    		 		font-size: 12pt;
                    		 	}
                    		 	
                    		 	.member-company-name {
                    		 		font-size: 12pt;
                    		 		font-weight: bold;
                    		 		color: rgb(129,129,129); 
                    		 	}
                    		 	
                    		 	.member-links {
                    		 		padding-top: 15px;
                    		 		padding-bottom: 15px; 
                    		 	}
                    		 	
                    		 	.search-label {
                    		 		color: rgb(129,129,129); 
                    		 	} 
                    		 	
 .categories {
 color: rgb(129,129,129); 
 padding-top: 10px;
 display:block;
 }
 
 .member-profile-change-image {
 	padding-bottom: 20px;
 
 }
 
.member-profile-change-image img{
	padding-bottom: 15px;
	
}


/* Buttons
**************************************/

 #search {
	padding-top: 1px;
}

#add_to_cart, #account  {
	float: right;
	margin: 0px 5px;
	padding: 2px 5px;
	text-transform: uppercase;
	vertical-align: top;
	font-size: 10px;
}
 
#add_to_cart img, #account img {
	padding-top: 1px;
	vertical-align: middle;
}



/**Form Styling
**************************************/


#form_header{
margin-left:8px;
margin-top:15px;
margin-bottom:30px;
}

.form_icons{
padding:5px;
}

#form1 textarea{
width:143px;
}



#form1 textarea{
width:140px;
}



#region{
padding-left:80px;
}


#select_icons{
margin-top:10px;
}

.td_top{
vertical-align:top;
}






#form_right table{
margin-left:50px;
}



#form_container{
margin-left:20px;
}

#form_wrap_top{
margin-bottom:30px;
}

#calendar{
margin-left:45px;
{

#image_load_right{
margin-top:20px;
margin-left:15px;
} 




