/* Default CSS Stylesheet for a new Web Application project */

.GeneralPage
{
    background-color: cdcabc;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    padding: 0;
}

.GeneralTable
{
background-color: #ffffff;  /*Background Color */
}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 28pt; /* Font Size */
color: #666666; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #ffffff; /* Background color */
text-align: Center; /* Align Text */
}

.TopSubBannerText
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
}

.LeftColumn
{
background-color: #eeece5;
width: 260px;
padding-right: 0px;
margin: 0 auto;
vertical-align: top;
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 4px;  
	border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 0px; 
	border-top-color: #fff;
    border-top-style: solid;
    border-top-width: 2px; 
}

#LeftColumnCell{
width: 251px !important;
}
.LeftColumnText
{
}

.RightColumn
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: White; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 10%;}

.RightColumnText
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 10%;}

.Footer
{
}

.FooterText
{
}

td.Instructions, table.Instructions
{
	font-style: normal; 
	text-decoration: none;
	text-align: left; 
	font-weight: normal;
	font-size: 12px;
	line-height: 1.42em;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	color: #666;
}

.Instructions
{
	font-style: normal; 
	text-decoration: none;
	text-align: left; 
	font-weight: normal;
	font-size: 12px;
	line-height: 1.42em;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	color: #666;
	width: 350px;
	margin-bottom: 10px;
}

.ErrorMessages
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #C90D4F; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
text-align: Center; /* Align Text */
}

/* Shopping Cart Alert
 * ----------------------------------------------------------------*/
div#shopping-cart-alert
{
	background-color: #ffffff;
	border: solid 1px #d5d5d5;
	text-align: left;
	float: left;
	width: 370px;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	padding: 5px;
	margin: 20px;
}
	#shopping-cart-alert .message {
		display: block;
		margin: 5px;
	}
		#shopping-cart-alert .message strong,
		#shopping-cart-alert a {
			color: #872c37;
		}
	#shopping-cart-alert img {
		float: left;
		margin-right: 5px;
	}
	
.Headings
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: #000000; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
text-align: Left; /* Align Text */
}

.ContentTable
{
}

.ContentTableHorizontal
{
}

.EditButton
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Right; /* Align Text */
vertical-align: Bottom;
}

.ProdName
{
    color: #5b5834;
    margin-bottom: 2px;
	font-weight: bold;
    font-size: 14px;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
}

.ProdName
a:link
{
    color: #5b5834;
    margin-bottom: 2px;
	font-weight: bold;
    font-size: 14px;
}

.ProdName
a:visited
{
    color: #5b5834;
    margin-bottom: 2px;
	font-weight: bold;
    font-size: 14px;
}

.swBreadCrumb
{
font-family: Arial; /* Font Face */
font-size: 12px; /* Font Size */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
padding-left: 150px;
padding-top: 10px;
padding-bottom: 1px;
}

.swBreadCrumb
a:link
{
color: Blue; /* Font Color */
font-size: 12px; /* Font Size */
font-weight: normal; /* Font Style */
}

.swBreadCrumb
a:visited
{
color: Purple; /* Font Color */
font-size: 12px; /* Font Size */
font-weight: normal; /* Font Style */
}


.topbancon /* deprecated - no longer used in leau of h1 */
{
    margin: 0;
    padding: 0;
	width: 972px;
	height: 140px;
	text-align: right;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-weight: normal;
    color: #666;
}

.topsubbancon
{
    background: url(images/bg-nav-bar.gif) repeat-x 0 0;
    margin: 0 auto;
    padding: 0;
	width: 972px;
	height: 50px;
	text-align: left;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-weight: normal;
    color: #666;
}

.topsubsearch
{
    margin: 0;
    padding: 0;
	width: 250px;
	height: 50px;
	text-align: left;
}

.topsubnav
{
    margin: 0;
    padding-left: 24;
	text-align: left;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-weight: normal;
    color: #8e1120;
	font-size: 12px;
	text-transform: uppercase;
}

.searchbox
{
margin-left: 20px;
width: 150px;
vertical-align: middle;
color: #999999;
}
.searchbutton
{
margin-left: 1px;
vertical-align: bottom;
}

.detailaddbutton {
margin-left: 10px;
vertical-align: middle;
padding-top: 0px;
}

/* Standard 
 *-----------------------------------------------------------------*/
h1 {
    background: url(images/logo.png) no-repeat 25px 0;
    height: 140px;
    margin: 0;
    padding: 0;
}
    h1 a {
        display: block;
        width: 200px;
        height: 130px;
        margin-left: 25px;
        text-indent: -999em;
    }

h2 {
    font-size: 20px;
    margin: 4px 0 10px;
}

h3  {
	font-weight: normal;
}

p {
    line-height: 1.42em;
}

a {
    color: #666;
}
    a:hover {
        color: #8e1120;
        text-decoration: none;
    }

ul {
    margin: 0;
    padding: 0;
}
    ul li {
        list-style-type: none;
    }

/* Main Navigation 
 *-----------------------------------------------------------------*/
div#header {
	position: relative;
}
ul#main-nav {
    /* Additions to replace topbancon */
    position: absolute;
    top: 13px;
    right: 75px;
    font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-weight: normal;
    color: #666;
}
    ul#main-nav li {
        display: block;
        float: left;
        text-align: right;
        font-size: 12px;
    }
        ul#main-nav li a {
            color: #8e1120;
            text-transform: uppercase;
        }

    ul#main-nav li.super-nav {
        /*position: relative;*/
        top: 0;
        line-height: 20px;
		margin-left: 20px;
    }
    /*ul#main-nav li#contact { right: 140px; }
    ul#main-nav li#account { right: 320px; }
    ul#main-nav li#koeze { right: 405px; }*/

        ul#main-nav li.super-nav a {
            color: #666;
            margin-left: 0;
            font-size: 11px;
        }
        ul#main-nav li.super-nav a:hover { color: #8e1120; }
		
    ul#main-nav li#shopping-cart { 
        background: url(images/shopping-cart.gif) no-repeat center left; 
        padding-left: 30px; 
    }
    ul#main-nav li#shopping-cart a { color: #8e1120; }
    
		
#BodyTag {
    background-color: #cdcabc;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    padding: 0;
}
img.callout 
{
	position: relative;
	margin: -149px 20px 0 0;
	padding: 0;
	float: right;
	z-index: 9999;
}

p.callout {
    color: #5b5834;
    font-style: italic;
    font-size: 14px;
	padding: 0px 30px 0px 30px;
	margin: 0 0;
	}

#sidebar {
    position: relative;
    float: left;
    width: 220px;
    background: #eeece5;
    margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
    padding-left: 20px;
	padding-right: 0px;
	text-align: left;
    padding-bottom: 30px;
}

/* Sidebar Overrides
 * ----------------------------------------------------------------*/
#sidebar h2 {
    margin-top: 27px;
    font-size: 18px;
    font-weight: normal;
}

#sidebar h3 {
    font-size: 16px;
    border-top: dashed 1px #666;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 17px;
	padding-left: 10px;
	margin-top: 36px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#sidebar h3 img {
    margin-left: -8px;
}

#sidebar p {
    padding-left: 8px;
	padding-right: 16px;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 0px;
	padding-top: 4px;
}
    #sidebar p strong {
        font-size: 24px;
        font-weight: normal;
    }
 
    
/* Category Navigation
 * ----------------------------------------------------------------*/
ul#category-nav {
    margin: 15px 0 20px;
    padding: 0;
    font-family: "Helvetica", Arial, sans-serif;
}
    ul#category-nav li {
        font-size: 11px;
    }
    ul#category-nav li a {
        display: block;
        padding-left: 27px;
        background: transparent url(images/icon-arrow.gif) no-repeat center left;
		line-height: 16px;
		margin-top: 8px;
    }
	
	ul.items {
    font-weight: bold;
    font-size: 14px;
}
    ul.items li {
        position: relative;
    }
    ul.items img {
        border: solid 1px #eaeaea;
    }

    ul.items a {
        display: block;
        color: #5b5834;
        margin-bottom: 2px;
    }

    ul.items a.view-details {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 76px;
        height: 22px;
        text-indent: -999em;
        background: url(images/btn-view-details.gif) no-repeat 0 0;
    }
	

#content {
   /* background: transparent url(images/bg-top-gradiant.gif) repeat-x top left;
    position: relative;
    float: right;
    width: 665;
    margin-top: 2px;
	margin-left: 2px;
	margin-right: 4px;
	background: transparent url(images/bg-bottom-gradiant.gif) repeat-x bottom left;*/
	width: 720px;
    padding: 0;
	margin: 0 0;
	  }
div#content { padding-top: 27px; }

#content table {
	padding: 0 0;
	margin: 0 0;
}

	
/* Content Overrides
 * ----------------------------------------------------------------*/
#content h2, #content h3 {
    color: #5b5834;
	padding: 0 0 0 27px;
}

#content h3 {
    font-weight: bold;
    font-size: 20px;
}

#BotTable{
	padding: 0 0;
	margin: 0 0;
}

#ContentCell{
	background: transparent url(images/bg-top-gradiant.gif) repeat-x top left;
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 2px;  
	border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 4px; 
	border-top-color: #fff;
    border-top-style: solid;
    border-top-width: 2px; 
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #666;
    padding: 0;
	margin: 0;
}

p#MessageAlignment, p#ErrorAlignment {
	margin: 0;
	padding: 0;
}

#MessageAlignment {
	overflow: hidden;
}

#ErrorAlignment {
}

#PageSubTable{
	position: relative;
	width: 980px;
	padding: 0 0;
	margin: 0 0;
	background: #ffffff url(images/bg-bottom-gradiant.gif) repeat-x bottom left;
}
#featured {
        list-style-type: none;
    }
	
.homeimgcell img {
        border: solid 1px #eaeaea;
    }
	
.homenamecell{
		padding-bottom: 5px;
		padding-left: 0px;
		padding-right: 11px;
		padding-top: 5px;
		margin-left: 0px;
		vertical-align: top;
}
	
.homenamecell a{
	    font-weight: bold;
		font-size: 14px;
	    color: #5b5834;
        margin-bottom: 0px;
		margin-left: 3px;
		margin-right: 3px;
		width: 155;
		}
		
.homepricecell {
	    font-weight: bold;
		font-size: 14px;
        margin-bottom: 0px;
		margin-left: 3px;
		margin-right: 3px;
		padding-bottom: 18px;
		}
		
.homebuttoncell {
	padding-bottom: 40px;
	}
.homebuttoncell img{
		border-width: 0px;
		}

/* About Us, Contact Us
 * ----------------------------------------------------------------*/
dl#hours {
	line-height: 1.42em;
}
	#hours dt {
		font-weight: bold;
		margin-top: 1em;
	}
	
p.vcard {
    line-height: 2em;
	float: left;
	width: 270px;
}
	.vcard .adr, .vcard .tel { display: block; }
	.vcard .adr { padding-left: 20px; line-height: 1.42em; }

p.gold-garuntee {
	float: left;
	width: 390px;
}
	p.gold-garuntee img {
		float: left;
		padding: 0;
		margin: 0 15px 0 0;
	}

/* Copy Content
 * workaround for #content in copy pages (about, contact us, etc.) 
 * ----------------------------------------------------------------*/
#copy { 
    padding: 27px 22px 27px 27px;
}
	#copy h3 {
		font-weight: bold;
		font-size: 16px;
	}
	#copy p, #copy ul {
		font-size: 13px;
	}

/* Cart Content
 * workaround for #content in Your Cart page
 * Note: HTML for the cart table is buried in StoreFront code
 * ----------------------------------------------------------------*/
#your-cart {
    padding: 27px 22px 27px 27px;
}
	#your-cart img {
		border: none;
	}

	#your-cart table.Instructions {
		margin-bottom: 40px;
	}

	#your-cart td.ContentTableHeader, 
	#your-cart td.Content {
		font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
		color: #666;
	}
	#your-cart td.ContentTableHeader {
		border-bottom: 1px dashed #d6d6d6;
		font-size: 15px;
		line-height: 2em;
	}
	#your-cart td.Content {
		font-size: 13px;
	}

	#your-cart div#cart-summary {
		border-top: 1px dashed #d6d6d6;
		position: relative;
	}
		#your-cart #cart-summary a {
			margin: 10px;
		}
		#your-cart #cart-summary a#btnUpdateQty {
			float: left;
		}
		#your-cart div#cart-summary td.Headings {
			font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
		}


/* Account Sign-In Content
 * workaround for #content in:
 * /CustSignin.aspx
 * /ssl/CustSigninCheckout.aspx 
 * ----------------------------------------------------------------*/
#account-sign-in {
    padding: 27px 22px 27px 27px;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
}	
	#account-sign-in table.form {
		width: 300px;
		margin: 47px 20px 0 0;
	}

/* Checkouts 
 * workaround for #content in:
 * /ssl/Shipping.aspx
 * ----------------------------------------------------------------*/
div.checkout {
	padding: 27px 22px 27px 27px;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
}

div.group-left, div.group-right { width: 295px; float: left; }
div.group-right { float: right; }

/* Shipment Confirmations
 * /ssl/shipsummary.aspx
 * ----------------------------------------------------------------*/
table.shipment {
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 32px;
	margin: 27px 0;
	display: block;
	font-size: bold;
	border-bottom: 1px dashed #d6d6d6;
}
	
/* Product Categories
 * ----------------------------------------------------------------*/
.searchtop {
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
}

tr.category-pager {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

tr.category-pager td {
	padding-left: 6px;
}

tr.category-pager span {
	font-size: 13px;
}

tr.category-pager a {
	padding:0.25em 0.45em;
	text-align: center;
	margin: 2px;
	border: solid 1px #5b5834;
}

tr.category-pager a {
	text-decoration: none;
	background: #5b5834;
	color: #efefef;
}
tr.category-pager a:hover { background: #8e1120; }

#content table.items {
	width: 673px;
	margin: 0 0 22px 23px;
}
	#content table.items table.item {
		margin: 11px 0;
	}
	
p.search-summary {
	margin: 4px 0 10px;
    padding: 0 0 0 27px;
}
	
/* Table Forms
 * workaround for all the table server controls scattered around
 * ----------------------------------------------------------------*/

table.form {
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 32px;
	float: left;
}
	table.form td {
		text-align: left;
		font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
		color: #666;
	}
	table.form td.Content, table.form td.label {
		font-weight: bold;
	}
	table.form td.Headings {
		border-bottom: 1px dashed #d6d6d6;
		font-size: 15px;
	}
	table.form input { margin-right: 5px; }

span.required { color: #C90D4F; }

/* Table Display
 * workaround for info that was pulled in via table.form, and then outputed as plain text in more tables.
 * ----------------------------------------------------------------*/
table.display {
    font-family: "Helvetica", Arial, sans-serif;
	font-size: 14px;
	float: left;
}	
	table.display td {
		text-align: left;
	    font-family: "Helvetica", Arial, sans-serif;
		color: #666;
		line-height: 22px;
	}
	table.display td.Headings {
		border-bottom: 1px solid #d6d6d6;
		font-size: 16px;
	}

/* Footer 
 * ----------------------------------------------------------------*/
.footer #botfoot {
    overflow: hidden;
    line-height: 50px;
    border: solid 4px #fff;
    border-top-width: 2px;
    background: #efefef;
    padding: 0 0;
	color: #666;
	margin: 0 0;
}
   .footer #botfoot li {
        display: block;
        float: left;
        text-align: center;
        padding: 0 0 0 25px;
		font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
		font-size: 13px;
		color: #666666;
    }
    .footer #botfoot li#payment-methods {
        width: 250px;
        padding-left: 0;
        border-right: solid 2px #fff;
        background: #cecece url(images/bg-nav-bar.gif) repeat-x 0 0;
    }    
    .footer #botfoot li#payment-methods img {
        vertical-align: middle;
    }
	
	#cardcell {
	    width: 250px;
        padding-left: 0;
        background: #cecece url(images/bg-nav-bar.gif) repeat-x 0 0;
		text-align: center;
	}
	
	#foottext {
	line-height: 50px;
    background: #efefef;
    padding: 0 0 0 25px;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
	margin: 0 0;
	}
	
	#foottext span{
	padding-right: 25px;
	}
	
	#footsubtable {
	border-left:  solid 4px #fff;
	border-right:  solid 4px #fff;
	border-top:  solid 2px #fff;
	border-bottom:  solid 4px #fff;
	}


/* Legal
 * ----------------------------------------------------------------*/
#legal {
    overflow: hidden;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 10px;
    margin: 0 auto;
    padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #cdcabc;
	color: #666666;
}

#legal a{
margin-left: 17px;
}
	
	#searchimage{
	border: solid 1px #eaeaea;
	}
	
		#mainprodimage{
	border: solid 1px #eaeaea;
	margin: 15px 15px 5px 15px;
	}
	
	.searchaddimage{
	padding-top: 14px;
	margin: 0px 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	vertical-align: middle;
	}
	
		.searchaddbox{
		margin-top: 0px;
		margin-right: 5px;
		padding-top: 0px;
		vertical-align: middle;
	}
	
	.prodcode{
	        font-weight: bold;
            font-size: 11px;
			font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
			padding-bottom: 12px; 
	}
	
		.searchdesc{
	        font-weight: normal;
            font-size: 11px;
			font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
			line-height: 15px;
			padding-bottom: 17px; 
	}
	
#products{
	        font-weight: normal;
            font-size: 12px;
			font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
			margin-top: 10px;
			color: #5b5834;
			padding-top: 0px;
	}
	
	#products a, #products h2, #products span{
	margin-left: 25px;
	}
	
	#products span{
	font-weight: bold;
	color: #666666;
	}
	
.proddesc{
	        font-weight: normal;
            font-size: 11px;
			font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
			color: #666666;
}

.prodprice{
	        font-weight: bold;
            font-size: 13px;
			font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
			color: #666666;
			padding-top: 20px;
}

.qtybox{
width: 30px;
vertical-align: middle;
}

#Table2{
margin-left: 15px;
margin-right: 15px;
text-align: left;
}
#Table2 input{
text-align: left;
}

#Table3{
margin-left: 15px;
margin-right: 15px;
}


.textbox2 input{
text-align: left;
}

.content3 {
	        font-weight: bold;
            font-size: 13px;
			font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
			color: #666666;
			padding-left: 20px;
}

#hometable {
padding-left: 30px;
padding-top: 0px;
margin-top: 20px;
}

.separatorline {
    border-top: dashed 1px #ccc;
	margin-top: 50px;
	padding-bottom: 30px;
	
}

#separatorline {
	width: 660px;
	padding-left: 30px;
}

#rectitle h4{
    color: #5b5834;
    font-size: 16px;
    font-style: italic;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	margin-left: 0px;
}

#rectable {
	width: 650px;
	margin-left: 20px;
}

#recimage {
	border: solid 1px #eaeaea;
}

.recname {
	        font-weight: bold;
            font-size: 13px;
			font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
			color: #5b5834;
			padding-left: 0px;
}

.reccode {
	        font-weight: bold;
            font-size: 11px;
			font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
			color: #666666;
			padding-left: 0px;
}

.recprice {
	        font-weight: bold;
            font-size: 11px;
			font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
			color: #666666;
			padding-left: 0px;
}

.recdesc {
	        font-weight: normal;
            font-size: 11px;
			font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
			color: #666666;
			padding-left: 0px;
}

#srcontent {
	position: relative;
	}

img.srcallout {
	position: relative;
	margin: -169px 22px 0 0;
/*	position: absolute;*/
/*	top: 149px;*/
/*	right: 20px;*/
	padding: 0;
	float: right;
	z-index: 9999;
	}
.spaceroff {
	height: 0px;
	}
.spaceron {
	height: 60px;
	}

/* Example Business Gift List 
 * ----------------------------------------------------------------*/
#business-gifts {
	float: right;
	clear: right;
	margin: 10px;
	padding-left: 27px;
	border-left: solid 1px #e7e7e7;
	text-align: center;
}
	#business-gifts .bizimage {
		margin: 27px 0;
	}
	#business-gifts .bizimage img {
		border: solid 1px #d7d7d7;
	}

#siteinfo {
	position: relative;
	width: 400px;
	margin-left: 300px;
	}
#warnicon {
	position: absolute;
	top: 0px;
	left: 0px;
	}
#warntext {
	position: absolute;
	top: 0px;
	left: 60px;
	}

.navsub {
	margin: 0px 0px 0px 15px;
	background: transparent none no-repeat center left;
	line-height: 12px;
}

.navsub a{
	margin: 0px 0px 0px 0px;
	line-height: 12px;
	color: #8e1120;
}

.navsub a:hover{
	color: #000000;
}











