/* begin Page */



body
{
	margin: 0 auto;
	padding: 0;
	background-color: #F2F0E6;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: top left;
}

#sdf-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}



#sdf-page-background-gradient
{
	position: absolute;
	background-image: url('images/Page-BgGradient.jpg');
	background-repeat: no-repeat;
	top:0;
	width:100%;
	height: 100px;
	
}

#sdf-page-background-gradient
{
	background-position: top left;
}

#sdf-page-background-simple-gradient
{
	position: absolute;
	background-image: url('images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 100px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.sdf-eatering
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 800px;
	min-width:61px;
	min-height:61px;
}

.sdf-eatering-body
{
	position: relative;
	z-index:1;
	padding: 9px;
}

.sdf-eatering-tr, .sdf-eatering-tl, .sdf-eatering-br, .sdf-eatering-bl, .sdf-eatering-tc, .sdf-eatering-bc,.sdf-eatering-cr, .sdf-eatering-cl
{
	position:absolute;
	z-index:-1;
}

.sdf-eatering-tr, .sdf-eatering-tl, .sdf-eatering-br, .sdf-eatering-bl
{
	width: 88px;
	height: 88px;
	background-image: url('images/Sheet-s.png');
}

.sdf-eatering-tl
{
	top:0;
	left:0;
	clip: rect(auto, 44px, 44px, auto);
}

.sdf-eatering-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 44px, 44px);
}

.sdf-eatering-bl
{
	bottom: 0;
	left: 0;
	clip: rect(44px, 44px, auto, auto);
}

.sdf-eatering-br
{
	bottom: 0;
	right: 0;
	clip: rect(44px, auto, auto, 44px);
}

.sdf-eatering-tc, .sdf-eatering-bc
{
	left: 44px;
	right: 44px;
	height: 88px;
	background-image: url('images/Sheet-h.png');
}

.sdf-eatering-tc
{
	top: 0;
	clip: rect(auto, auto, 44px, auto);
}

.sdf-eatering-bc
{
	bottom: 0;
	clip: rect(44px, auto, auto, auto);
}

.sdf-eatering-cr, .sdf-eatering-cl
{
	top: 44px;
	bottom: 44px;
	width: 88px;
	background-image: url('images/Sheet-v.png');
}

.sdf-eatering-cr
{
	right:0;
	clip: rect(auto, auto, auto, 44px);
}

.sdf-eatering-cl
{
	left:0;
	clip: rect(auto, 44px, auto, auto);
}

.sdf-eatering-cc
{
	position:absolute;
	z-index:-1;
	top: 44px;
	left: 44px;
	right: 44px;
	bottom: 44px;
	background-image: url('images/Sheet-c.png');
}


.sdf-eatering
{
	margin-top: 30px !important;
}

#sdf-page-background-simple-gradient, #sdf-page-background-gradient, #sdf-page-background-glare
{
	min-width:800px;
}

/* end Box, Sheet */

/* begin Header */
div.sdf-eater
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 782px;
	height: 200px;
}

div.sdf-eater-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 782px;
	height: 200px;
	background-image: url('images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.sdf-eater-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 782px;
	height: 200px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.sdf-eastern
{
	display : block;
	position: absolute;
	left: 10px;
	top: 68px;
	width: 762px;
}

h1.sdf-eastern-name
{
	display: block;
	text-align: center;
}

h1.sdf-eastern-name, h1.sdf-eastern-name a, h1.sdf-eastern-name a:link, h1.sdf-eastern-name a:visited, h1.sdf-eastern-name a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 38px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #2F2B18 !important;
}

.sdf-eastern-text
{
	display: block;
	text-align: center;
}

.sdf-eastern-text, .sdf-eastern-text a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	padding:0;
	margin:0;
	color: #0A0905 !important;
}
/* end Logo */

/* begin ContentLayout */
.sdf-contentLayout
{
	position: relative;
	margin-bottom: 7px;
	width: 782px;
}
/* end ContentLayout */

/* begin Box, Block */
.sdf-east
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.sdf-east-body
{
	position: relative;
	z-index:1;
	padding: 7px;
}

.sdf-east-tr, .sdf-east-tl, .sdf-east-br, .sdf-east-bl, .sdf-east-tc, .sdf-east-bc,.sdf-east-cr, .sdf-east-cl
{
	position:absolute;
	z-index:-1;
}

.sdf-east-tr, .sdf-east-tl, .sdf-east-br, .sdf-east-bl
{
	width: 14px;
	height: 14px;
	background-image: url('images/Block-s.png');
}

.sdf-east-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.sdf-east-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.sdf-east-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.sdf-east-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.sdf-east-tc, .sdf-east-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/Block-h.png');
}

.sdf-east-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.sdf-east-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.sdf-east-cr, .sdf-east-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/Block-v.png');
}

.sdf-east-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.sdf-east-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.sdf-east-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #F3F1E7;
}


.sdf-east
{
	margin: 5px;
}

/* end Box, Block */

/* begin BlockHeader */
.sdf-earonging
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}

.sdf-earonging .t
{
	height: 30px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}

.sdf-earonging .l, .sdf-earonging .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.sdf-earonging .l
{
	left:0;
	right:6px;
}

.sdf-earonging .r
{ 
	width:782px;
	right:0;
	clip: rect(auto, auto, auto, 776px);
}





.sdf-eater-tag-icon
{
	display:inline-east;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 14px;
	background-repeat: no-repeat;
	min-height: 14px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.sdf-eastContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.sdf-eastContent-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}

.sdf-eastContent-tr, .sdf-eastContent-tl, .sdf-eastContent-br, .sdf-eastContent-bl, .sdf-eastContent-tc, .sdf-eastContent-bc,.sdf-eastContent-cr, .sdf-eastContent-cl
{
	position:absolute;
	z-index:-1;
}

.sdf-eastContent-tr, .sdf-eastContent-tl, .sdf-eastContent-br, .sdf-eastContent-bl
{
	width: 14px;
	height: 14px;
	background-image: url('images/BlockContent-s.png');
}

.sdf-eastContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.sdf-eastContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.sdf-eastContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.sdf-eastContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.sdf-eastContent-tc, .sdf-eastContent-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/BlockContent-h.png');
}

.sdf-eastContent-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.sdf-eastContent-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.sdf-eastContent-cr, .sdf-eastContent-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/BlockContent-v.png');
}

.sdf-eastContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.sdf-eastContent-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.sdf-eastContent-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #EEEBDD;
}


.sdf-eastContent-body
{
	color:#575F54;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.sdf-eastContent-body a:link
{
	color: #695F35;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.sdf-eastContent-body a:visited, .sdf-eastContent-body a.visited
{
	color: #7F8A7B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.sdf-eastContent-body a:hover, .sdf-eastContent-body a.hover
{
	color: #B7951A;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.sdf-eastContent-body ul
{
	list-style-type: none;
	color: #232622;
	margin:0;
	padding:0;
}

.sdf-eastContent-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

.sdf-eastContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.sdf-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.sdf-Post-body
{
	position: relative;
	z-index:1;
	padding: 12px;
}



.sdf-Post
{
	margin: 5px;
}

/* Stsdf images */
a img
{
	border: 0;
}

.sdf-sdficle img, img.sdf-sdficle
{
	margin: 1em;
}

.sdf-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Stsdf tables */

.sdf-sdficle table, table.sdf-sdficle
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.sdf-sdficle table, table.sdf-sdficle .sdf-sdficle tr, .sdf-sdficle th, .sdf-sdficle td
{
	background-color:Transparent;
}

.sdf-sdficle th, .sdf-sdficle td
{
	padding: 2px;
	border: solid 1px #C7BC8F;
	vertical-align: top;
	text-align:left;
}

.sdf-sdficle th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostMetadata */
.sdf-PostMetadataHeader
{
	padding:1px;
	background-color: #E9E4D3;
	border-color: #D4CCAA;
	border-style: dashed;
	border-width: 1px;
}
/* end PostMetadata */

/* begin PostHeaderIcon */
.sdf-PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #2F332E;
}

.sdf-PostHeaderIcon-wrapper, .sdf-PostHeaderIcon-wrapper a, .sdf-PostHeaderIcon-wrapper a:link, .sdf-PostHeaderIcon-wrapper a:visited, .sdf-PostHeaderIcon-wrapper a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #2F332E;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.sdf-PostHeader a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #514929;
}

.sdf-PostHeader a:visited, .sdf-PostHeader a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #52594F;
}

.sdf-PostHeader a:hover, .sdf-PostHeader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #AE8E19;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #343932;
}

.sdf-PostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #343932;
}


/* Stsdf Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #847743;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #847743;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #2F332E;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #AE8E19;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Stsdf Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #484E46;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #61695D;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #847743;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #40463E;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #40463E;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #40463E;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Stsdf Content list */
ol, ul
{
	color: #282B26;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.sdf-Post li
{
	padding:0px 0 0px 15px;
	line-height:1.2em;
}

.sdf-Post ol li, .sdf-Post ul ol li
{
	background: none;
	padding-left:0;
}

.sdf-Post ul li, .sdf-Post ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:15px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Stsdf blockquote */
blockquote p
{
	color:#0F100E;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote
{
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#E9E4D3;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.sdf-easy-wrapper .sdf-easy
{
	display:inline-east;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.sdf-easy-wrapper
{
	display:inline-east;
	position:relative;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.sdf-easy-wrapper .sdf-easy
{
	display:block;
	height: 34px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #000000 !important;
}

input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.sdf-easy-wrapper.hover .sdf-easy, .sdf-easy:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.sdf-easy-wrapper.active .sdf-easy
{
	color: #FCF9ED !important;
}

.sdf-easy-wrapper .l, .sdf-easy-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('images/Button.png');
}

.sdf-easy-wrapper .l
{
	left:0;
	right:11px;
}

.sdf-easy-wrapper .r
{
	width:413px;
	right:0;
	clip: rect(auto, auto, auto, 402px);
}

.sdf-easy-wrapper.hover .l, .sdf-easy-wrapper.hover .r
{
	top: -34px;
}

.sdf-easy-wrapper.active .l, .sdf-easy-wrapper.active .r
{
	top: -68px;
}


/* end Button */

/* begin Footer */
.sdf-eahtering
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 782px;
	margin: 5px auto 0px auto;
}

.sdf-eahtering .sdf-eahtering-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 20px;
	text-align: center;
}

.sdf-eahtering .sdf-eahtering-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 782px;
	height: 150px;
	bottom:0;
	left:0;
}


.sdf-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 24px;
	width: 24px;
}




.sdf-eahtering .sdf-eahtering-text p
{
	margin: 0;
}

.sdf-eahtering .sdf-eahtering-text
{
	display:inline-east;
	color:#221F11;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.sdf-eahtering .sdf-eahtering-text a:link
{
	text-decoration: none;
	color: #665C33;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.sdf-eahtering .sdf-eahtering-text a:visited
{
	text-decoration: none;
	color: #191B18;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.sdf-eahtering .sdf-eahtering-text a:hover
{
	text-decoration: none;
	color: #866D13;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.sdf-page-eahtering, .sdf-page-eahtering a, .sdf-page-eahtering a:link, .sdf-page-eahtering a:visited, .sdf-page-eahtering a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#B3911A;
}

.sdf-page-eahtering
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#887A44;
}
/* end PageFooter */

/* begin LayoutCell */
.sdf-contentLayout .sdf-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 781px;
}
/* end LayoutCell */

table.my_own_prices {border:1px #ccc solid; font:14px verdana; width:444px;}
table#pricebox {width:100%;}
table#pricebox td.price, table#pricebox td.perpill, table#pricebox td.buy {width:18%;}

table#pricebox thead td {color:gray; font:12px tahoma; margin:10px; padding:10px;}

table#pricebox tbody a, 
table#pricebox tbody tr td {color:black; font:14px arial; margin:0px; padding:2px;}
table#pricebox tbody tr:hover * {cursor:pointer; background:red; color:white;}
table#pricebox tbody tr td span {font-weight:bold;}

table#pricebox td.price, table#pricebox td.perpill, table#pricebox td.buy {text-align:center;}

h3.packagecls { color: #4a8a00; font-size: 19px; font-weight: bold; text-align: center; }
table.pricetable { margin: 10px auto; }
table.pricetable th { border-bottom: 2px solid #C30; color: #fff; font-size: 17px; font-weight: normal; text-align: center; padding: 5px 10px; background: #5faa11 url(images/bg1.jpg) repeat-x; }
table.pricetable td { padding: 5px 10px ; border-bottom: 2px solid #DDD; font-size: 13px; color:#303030; }
.product_info { padding: 5px 10px ; }
h2.packagename { color: #4a8a00; font-size: 22px; font-weight: bold; }
table.pricetable td .package { font-weight: bold; }
table.pricetable td .peritem { font-weight: bold; color: #060; font-size: 16px; }
table.pricetable td .savings { font-weight: bold; color: #060; font-size: 14px; }
.ppi { color:#060; font-size:14px; font-weight: bold; }
table.pricetable td .tabletPrice { color:#060; font-family:arial; font-size:20px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; line-height:normal; width:85px; }
table.pricetable td small { color: #333; font-size: 10px; }
table.pricetable td sup { font-size: 12px; }
