/* CORE CSS 20101010 */

html {
	padding:0;
	margin:0;
}	

/* BODY */

body
{
    font-family: 'Droid Serif', Georgia, Times, serif; /* Base font family for most elements */
    font-size: 18px; /* Base size for all elements; other size definitions relates to this */
    background-color: #494951;
    margin: 0;
    padding: 1em;
	background-image: url('http://magnoliacattlecompany.com//images/wood-background.jpg');
	text-align:center;
	color: #484951;
}

/* HEADERS */

h1, h2, h3, h4, h5, h6, h7
{
    font-weight: bold;
    margin: 1em 0 0.5em 0;
    padding: 0;
text-align:center;
}

h1
{
    font-size: 1.8em;
}

h2
{
    font-size: 1.4em;
}

h3
{
    font-size: 1.1em;
}

h4, h5, h6
{ 
    font-size: 1em;
}

/* PARAGRAPHS */

p
{
    margin: 0.5em 0 0.5em 0;
	width:100%;
    line-height: 1.35em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}

/* LINKS */

a
{
    color: #8b4c28;
    text-decoration: none;
	font-weight:bold;
}
a:visited
{
	color:#a47256;
    text-decoration: none;
	font-weight:bold;
}
a:hover
{
    color: #ba561c;
    text-decoration: underline;
    cursor: pointer;
	font-weight:bold;
}
a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin: 1em 0 1em 0;
    padding: 0.2em;
}

/* TABLES */

table
{ 
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most others, but does no harm */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

table.list
{
    width: 100%;
    margin: 1em 0 1em 0;
}

table.list th, table.list td
{
    padding: 0.25em 0.5em 0.25em 0.5em;
    text-align: left;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    background-color: #f0f0f0;
}

table.list td
{
    font-weight: normal;
}

tr.bglight
{
    background-color: #fcfcfc;
}

tr.bgdark
{
    background-color: #f8f8f8;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    padding: 0;
    margin: 0.75em 0 1em 2.5em;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

ul, ul ul
{
    list-style-type: disc;
}

li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
}

/* DEFINITION LISTS */

dl
{
    padding: 0em;
    margin: 0.25em 0 0.25em 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 .25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}

/* FORM ELEMENTS */

form
/* {
    padding: 15px;
    margin: 60px 50px 20px 50px;
	border:1px solid #CCC;
	background-color:#f7fafc;
} */
form p 
/* {
	padding:0;
	margin:0;
}	*/

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
}

input.box, textarea.box
{
    width: 98%;
}

input.halfbox, textarea.halfbox
{
    width: 47%;
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button
{
    font-weight: normal;
    margin: 1em 1em 0 0;
}

input.button-default
{
    font-weight: bold;
}

/* PAGE DIVIDERS */

div.block /* Use this style around groups of objects which are connected in some way */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element, div.buttonblock div.element /* Use this style if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.block div.left
{
    width: 48%;
    text-align: left;
    float: left;
    clear: left;
}

div.block div.right
{
    width: 48%;
    text-align: right;
    float: right;
    clear: right;
}

div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
}

/* MESSAGES TO THE USER */

div.message-feedback, div.message-warning, div.message-error
{
    padding: 0.1em 0.5em 0.5em 0.5em;
}

div.message-feedback
{
    background-color: #f0fff0;
}

div.message-warning
{
    background-color: #ffffe0;
}

div.message-error
{
    background-color: #fff0f0;
}

/* PAGE NAVIGATION */

div.pagenavigator
{
    text-align: center;    
}

div.pagenavigator span.previous
{
    float: left;
}

div.pagenavigator span.next
{
    float: right;
}

/* MISC STYLES */

.small
{
    font-size: 85%;
}

.hide
{
    display: none;
}


div.imageleft, div.imageright, div.faxtboxleft, div.faxtboxright, div.leftobject, div.rightobject
{
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: inline;
}

div.imagecenter, div.factboxcenter, div.centerobject
{
    width: 100%;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: block;
}

div.imagecenter
{
    text-align: center;
}

div.factboxcenter
{
    text-align: left;
}

div.imageleft, div.factboxleft, div.leftobject
{
    float: left;
    padding-right: 0.5em;
}

div.imageright, div.factboxright, div.rightobject
{
    float: right;
    padding-right: 0.5em;
}

div.faxtboxleft, div.faxtboxright
{
    background-color: #f0f0f0;
}

div.imageleft p.picturetext, div.imageright p.picturetext, div.imagecenter p.picturetext, p.factbox
{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

div.imageleft p.picturetext, div.imageright p.picturetext, span.picturetext, p.factbox
{
    background-color: #f0f0f0;
}

/* Misc */

span.spamfilter
{
     display: none;
}


/* SITE CSS 20100629 */

div#allcontent
{
	width:900px;
	margin: 0 auto;
	padding:0;
	display:block;
	background-color:#FFFFFF;
	text-align:left;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}
/* body {
	background-color:#494951;
	color:#484951;
	font-family:'Droid Serif',Georgia,Times,serif;
	font-size:16px;
	margin:0;
	padding:1em;
	text-align:center;
} */

a img {border:none;}
/* PAGE HEADER */

div#topcontent
{
	display:block;
	padding:0;
	margin:0;
	height: 300px;
	width: 900px;
}
div#header
{
	padding:0;
	margin:0;
	width:900px;
	height:31px;
	background-image: url(/images/nav-background.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	display:block;
}

div#header-design
{
    margin:0;
	padding:0;
    height:269px;
	width:900px;
	display:block;
}
div#logo-small {
	float:left;
	display:block;
	padding:7px 0 0 15px;;
	margin:0;
}
div#logo
{
	padding:0;
	margin:46px 0 0 27px;
	height:42px;
	width:365px;
	display:none;
}	

div#header h1
{
    font-size: 2em;
    margin: 0;
    padding: 0.6em;
	display:none;
}

div#header h1 a
{
    text-decoration: none;
    color: #000000;
}


/* TOOLBARS */

div#toolbar-top
{
	padding: 0;
	margin:0;
	text-align: right;
	height:147px;
}

div#toolbar-top
{ 
    text-align: right;
}

div#toolbar-top ul
{
    float: right;
}

div#toolbar-bottom
{ 
    margin-top: 8px;
    text-align: center;
}

div#toolbar-bottom ul
{
    padding: 0.5em 0 0.5em 0;
}

div#toolbar-bottom li.toolbar-item a
{
    font-weight: bold;
}

div#toolbar-top li.toolbar-item, div#toolbar-bottom li.toolbar-item
{
    border-right: 1px solid;
    display: inline;
    margin: 0;
    padding: 0 10px 0 6px;
    white-space: nowrap;
}

div#toolbar-top div.search-line, div#toolbar-bottom div.search-line
{
    display: inline;
    vertical-align: middle;
}

div#toolbar-top div.label, div#toolbar-bottom div.label
{
    display: inline;
    text-align: left;
}

div#toolbar-top div.search-line form, div#toolbar-bottom div.search-line form
{
    display: inline;
}

div#toolbar-top div.search-line div.optionblock input,
div#toolbar-top div.search-line div.optionblock label,
div#toolbar-right div.search-full div.optionblock input,
div#toolbar-right div.search-full div.optionblock label
{ 
    display: inline;
}

div#toolbar-top input.searchinput, div#toolbar-bottom input.searchinput
{
    height: 1.6em;
    width: 7em;
}

div#toolbar-top li.toolbar-item a, div#toolbar-bottom li.toolbar-item a
{ 
    text-decoration: none;
}

div#toolbar-top li.first, div#toolbar-bottom li.first
{
    display: inline;
}

div#toolbar-top li.last, div#toolbar-bottom li.last
{
    border-right: none;
    display: inline;
}


/* TOP MENU */

div#topmenu
{
    margin: 0;
    padding: 0;
	float: right;
    /* border-bottom: 1px solid; */
}

div.topmenu-line
{
    border-bottom: 1px solid; /* This line needs to be set to avoid bug in IE */
}

div#topmenu-design
{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}

div#topmenu ul
{
    margin: 0;
    padding: 0;
}
div#topmenu ul ul{
	display:none;
}

div#topmenu li
{
    margin: 0;
    padding: 0;
    float: left;
    display: block;
}

div#topmenu li a
{
    text-decoration: none;
	color:#FFFFFF;
	font-size:20px;
    padding: 0 12px 0 12px;
	line-height: 30px;
	font-weight:bold;
}

div#topmenu li a:hover
{
    text-decoration: none;
	color: #4f3702;
	border-bottom: 1px dashed #4f3702;
}
div#topmenu li.here a {
	color:#990000;
}

/* SUB MENU */

div#submenu
{
    /* margin-top: -1px; */
    padding: 0;
    border-bottom: 1px solid; /* This line needs to be set to avoid bug in IE */
}
#nav_sub {
	margin:0;
	padding:0;
	list-style:none;
}


div#submenu-design
{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    position: relative;
}

div#submenu ul
{
    padding: 0;
    margin: 0;
}

div#submenu li
{
    margin: 0;
    float: left;
    display: block;
}

div#submenu li div.spacing
{
    padding: 0.2em 12px 0.3em 12px;
}

div#submenu li a
{
    text-decoration: none;
}

div#submenu li a:hover
{
    text-decoration: underline;
}


/* PATH */

div#path-design
{
    margin: 0.2em 12px 0.2em 12px;
}

div#path p
{
    margin: 0;
}

div#path p a
{
    text-decoration: none;
}


/* COLUMNS */

div#columns
{
	background-image:url(/images/roughpageborder.jpg);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}

/* Added for home page columns */
div#horizhome
{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	display:block;
	clear:both;
}
#horizhome h1 {font-size:30px; text-align:center; padding:0 0 10px 0;margin:0;}
#horizhome h3 {font-size:18px; text-align:center; padding:0;margin:0;}

div#lefthome
{
	margin:0;
	padding:0;
	width:864px;
	float:left;
	display:inline;
}
div#lefthome p
{
	margin:0 0 .75em 0;
	padding:0 18px 0 45px;
}
div#lefthome h1, div#lefthome h2
{
	padding:20px 0 0 45px;
	margin:0;
}

/* div#righthome
{
	margin:0;
	padding:0;
	width:436px;
	float:right;
	background-position:top left;
	color:#816c5f;
	font-size:16px;
} 
div#righthome h1, div#righthome h2
{
	font-size:28px;
	margin:1em 0 .25em 0;
	padding:0 25px 0 25px;
	color:#b29786;
}
div#righthome p
{
	margin:0;
	padding:0 25px .5em 25px;
} */
/* Added for beef page columns */
div#leftbeef
{
	margin:75px 25px 0 0;
	padding:0;
	width:200px;
	float:left;
}
div#leftbeef p
{
	margin:0;
	padding:0;
}
div#rightbeef
{
	margin:0 0 50px 0;
	padding:0;
	width:575px;
	float:left;

}
.beef-form {
	padding: 20px;
	margin:0 0 20px 0;
	/* background-image: url(/images/right-panel-background.jpg); */
	background-repeat: no-repeat;
	background-color:#f4efeb;
	background-position:top left;
}

.beef-form h2 {
	color:#b29786;

}
div#rightbeef h1, div#rightbeef h2
{
	font-size:28px;
	margin:0 0 10px 0;
	padding:0;
}

/* MENUES */

div#leftmenu ul, div#rightmenu ul
{
    margin-left: 6px;
}

div#leftmenu
{
    float: left;
    width: 13em;
}

div#leftmenu-design li.menu-level-0
{ 
    text-decoration: none;
    border-top: 1px solid;
    padding: 4px 0 2px 10px;
    list-style-type: none;
}

div#leftmenu-design li.menu-level-0 a
{ 
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

div#leftmenu-design li.menu-level-1
{ 
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    list-style-type: none;
}

div#leftmenu-design li.menu-level-1 a
{ 
    text-align: center;
    text-decoration: none;
}

div#rightmenu 
{
    float: right;
    width: 15em;
}

div#rightmenu-design
{
    padding-right: 10px;
}

div#maincontent
{
	padding: 0;
	margin:0 50px 0 50px;
	width: 800px;
	display:block;
	clear:both;
	margin-top:0;
}
div#maincontent-design
{
	margin:0;
	padding:0;
}	

div.maincontent-bothmenus
{ 
    margin-left: 14em;
    margin-right: 16em;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div.maincontent-noleftmenu
{ 
    margin-left: 10px;
    margin-right: 16em;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div.maincontent-norightmenu
{ 
    margin-left: 14em;
    margin-right: 10px;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div.maincontent-nomenus
{ 
    margin-left: 10px;
    margin-right: 10px;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div#fix /* This style breaks the unwanted connection between the content of the maincontent box and the menues on the left and right in some browsers */
{
    float: left;
    width: 100%;
}


/* NAVIGATORS */

div.content-navigator
{
    display: block;
    clear: both;
}

div.content-navigator div
{
    display: inline;
    text-align: center;
}

div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}

div.content-navigator div.content-navigator-arrow
{
    font-size: 150%;
}


/* TOOLBOXES */

div.toolbox
{ 
    width: 100%;
    margin-bottom: 8px;
    margin-top: 8px;
}

div.toolbox-design
{ 
    padding: 0px;
}

div.toolbox-design h2
{ 
    font-size: 1em;
    margin-top: 0px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

div.toolbox-design div.toolbox-content
{ 
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
}

div.toolbox-design input.searchtext, div.toolbox-design input.textinput
{
    height: 18px;
    width: 120px;
    border: 1px solid;
}

div.toolbox-design label
{
    font-weight: normal;
    margin-bottom: 0;
    padding: 6px 0 0 0;
}

div.toolbox-design form
{
    vertical-align: bottom;
}

div.toolbox-design div.info-text p
{ 
    font-weight: normal;
}

div.toolbox-design div.attribute-link p
{ 
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}

div.toolbox-design div.attribute-link-disabled p
{ 
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}


/* TOOL LISTS */

div.toollist
{ 
    width: 100%;
    margin: 8px 0 8px 0;
}

div.toollist-design
{ 
    padding: 0px;
    border: 1px solid;
}

div.toollist-design h2
{ 
    font-size: 1em;
    margin-top: 0px;
    padding: 2px 0 3px 10px;
}

div.toollist-design div.content-view-children
{ 
    padding: 3px 10px 10px 10px;
}

div.toollist-design h3
{ 
    margin: 0;
    text-decoration: underline;
}

div.toollist-design div.class-article div.attribute-short p
{ 
    margin: 0;
}

div.toollist-design div.class-article div.attribute-link p
{ 
    margin: 0 0 10px 0;
}

div.toollist-design div.class-article div.attribute-link-disabled p
{ 
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}


/* FOOTER */

div#footer
{ 
	display:block;
	height:38px;
	width:900px;
	line-height:38px;
	background-image:url(/images/footer-background.jpg);
	background-color:#949eaa;
    padding: 0;
	margin:0;
    text-align: center;
	color: #FFFFFF;
	font-size: 14px;	
}
div#footer-design a
{
    text-decoration: none;
}


/* GENERAL ELEMENTS */

div#maincontent h1
{ 
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 0.2em;
}

div#maincontent h2
{ 
    font-size: 1.4em;
    font-weight: bold;
}

div#maincontent h3
{ 
    font-size: 1.1em;
    font-weight: bold;
}

div#maincontent h4
{ 
    font-size: 1em;
    font-weight: bold;
}

div#maincontent h5
{ 
    font-size: 1em;
    font-weight: bold;
}
div#maincontent h6
{ 
    font-size: 1em;
    font-weight: bold;
}
div#maincontent h7
{ 
    font-size: 1em;
    font-weight: bold;
}


/* GENERAL TABLE */

table th
{ 
    background-color: #d9e5f2;
}

/* SUBMIT BUTTONS */

input.defaultbutton
{
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#FFFFFF;
    border: 1px solid #996600;
    margin: 0.5em 0.5em 20px 0;
	font-size:18px;
	background-image: url(/images/button-background.jpg);
}

input.button
{
    border: 1px solid;
    margin: 0.5em 0.5em 0 0;
}

input.searchbutton
{
    border: 1px solid;
}

input.shopbutton
{
    border: 1px solid;
}

input.searchimage
{
    width: 18px;
    height: 18px;
    background-image: url(/images/button.gif);
    background-repeat: no-repeat;
}

/* Diff styles */

div#diffview ul
{
    margin: 0 0 0.5em 0;
    padding: 0.25em 0.5em 0.25em 0.5em;
    border-bottom: 1px solid #808080;
    display: block;
}

div#diffview li
{
    font-size: 0.85em;
    margin: 0 0.5em 0 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

div.attribute-view-diff
{
    padding: 0.25em;
    border: 1px solid #d7d7d2;
}

div.attribute-view-diff label
{
   color: #75756c;
}

div.attribute-view-diff-old
{
    padding-bottom: 0.25em;
    border-bottom: 1px dashed #bfbfb7;
}

div.attribute-view-diff-new
{
    padding-top: 0.25em;
}

ins
{
    color: #008000;
    text-decoration: none;
    border-bottom: 1px solid #00b000;
}

del
{
    color: #d98078;
    text-decoration: line-through;
}

ins:hover, del:hover
{
    background-color: #ffffff;
}

ins:hover
{
    color: #006000;
    border-bottom: none;
}

del:hover
{
    color: #852c25;
    text-decoration: none;
}

div.blockchanges ins, div.blockchanges del
{
    color: #000000;
    padding-left: 0.5em;
    text-decoration: none;
    border-bottom: none;
    display: block;
}

div.blockchanges ins
{
    border-left: 0.5em solid #008000;
}

div.blockchanges del
{
    border-left: 0.5em solid #d98078;
}

div.previous ins
{
    display: none;
}

div.previous del
{
    color: #000000;
    background-color: #ffff00;
    border-bottom: none;
    text-decoration: none   
}

div.latest del
{
    display: none;
}

div.latest ins
{
    color: #000000;
    background-color: #ffff00;
    border-bottom: none;
    text-decoration: none;
}


/* CLASSES CSS 20040217 */


/* GENERAL CLASS STYLES */

div.view-full h1
{
    margin-top: 0.2em;
}

div.view-line
{
    margin: 1em 0 1em 0;
}

div.content-byline p
{
    font-style: italic;
}

div.content-byline p.author
{
/*    float: left;
    width: 48%;*/
}

div.content-byline p.date
{
/*    text-align: right;
    float: right;
    width: 48%;*/
}


/* "READ MORE" TEXT FOR ALL CHILDREN OBJECTS */

div#maincontent div.content-view-line div.attribute-link p
{ 
    font-weight: normal;
    padding-left: 8px;
}

div#maincontent div.content-view-line div.attribute-link-disabled p
{ 
    font-weight: normal;
    padding-left: 8px;
    vertical-align: middle;
}


/* CONTENT LINK FOR ALL MAIN OBJECTS, E.G. " AND "THUMBNAIL/SLIDESHOW VIEW" */

div#maincontent div.content-view-full div.attribute-link p, div#maincontent div.view-slideshow div.attribute-link p, div#maincontent div.content-view-full div.attribute-tipafriend p
{ 
    padding-left: 8px;
    font-weight: normal;
}

div#maincontent div.content-view-full div.attribute-link-disabled p, div#maincontent div.view-slideshow div.attribute-link-disabled p
{ 
    font-weight: normal;
    padding-left: 8px;
    vertical-align: middle;
}


/* AUTHOR AND DATE FOR ALL FULL OBJECTS */

div.content-view-full div.attribute-byline p.author
{ 
    margin-right: 0.2em;
    display: inline;
}

div.content-view-full div.attribute-byline p.date
{ 
    margin: 0 0.2em 0 0.2em;
    display: inline;
}

div.content-view-full div.attribute-byline p.placement
{ 
    margin-left: 0.2em;
    display: inline;
}

div.content-view-full div.attribute-byline p.count
{ 
    margin-left: 0.2em;
    display: inline;
}


/* AUTHOR AND DATE FOR ALL CHILD OBJECTS */

div.content-view-full div.content-view-line div.attribute-byline p
{ 
    display: inline;
}


/* Sitemap */

div#maincontent div.content-view-sitemap table.content-view-children h2
{
    margin-top: 1px;
}

div#maincontent div.content-view-sitemap table.content-view-children
{
    margin-top: 1px;
    width: 99%;
}

div#maincontent div.content-view-sitemap table.content-view-children td
{
    vertical-align: text-top;
}

/*div#maincontent div.content-view-sitemap table.content-view-children td
{ 
    font-weight: bold;
}*/

/* FOLDER */

div#maincontent div.class-folder div.attribute-short p
{ 
    font-weight: normal;
}

div#maincontent div.class-folder div.content-view-children div.attribute-short p
{ 
    font-weight: normal;
}

div.relatedinfo
{  
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: inline;
    font-style: italic;
    width: 30%;
    padding-right: 0.5em;
    float: right;
}


/* ARTICLE */

div#maincontent div.content-view-full div.class-article div.attribute-short p
{ 
    font-weight: bold;
}

div#maincontent div.content-view-full div.content-view-children div.class-article div.attribute-short p
{ 
    font-weight: normal;
}


/* COMMENT */

div.class-comment h3
{
    margin-bottom: 0.2em;
}


/* PRODUCT */

div#maincontent div.content-view-full div.class-product div.attribute-short p
{ 
    font-weight: bold;
}

div#maincontent div.content-view-children div.class-product div.attribute-short p
{ 
    font-weight: normal;
}

div#maincontent div.class-product div.attribute-price p
{ 
    float: right;
    font-weight: normal;
}

div.content-view-listitem div.class-product div.attribute-link-disabled a
{ 
    font-weight: normal;
    padding-left: 8px;
    vertical-align: middle;
}

span.oldprice
{
    text-decoration: line-through;
}

span.currentprice
{
}

span.pricesave
{
}

/* GALLERY */


div#maincontent div.class-folder div.class-gallery div.attribute-link-disabled p
{ 
    font-weight: normal;
    padding-left: 8px;
    vertical-align: middle;
}


div#maincontent div.class-gallery div.attribute-short p
{ 
    font-weight: bold;
}

div#maincontent div.class-gallery div.content-view-children table
{ 
    width: 100%;
}

div#maincontent div.class-gallery div.content-view-children table td
{ 
    width: 25%;
    padding: 6px;
    border: 1px solid;
    text-align: center;
    vertical-align: top;
}


/* EMBEDDED TAGS IN XML FIELDS */

div.factbox, div.content-view-embed 
{ 
    width: 14em;
}

div.factbox-design, div.content-view-embed 
{ 
    padding: 0px;
    border: 1px solid;
}

div#maincontent div.factbox-design h2, div#maincontent div.content-view-embed h2
{ 
    font-size: 1.2em;
    margin-top: 0px;
    padding: 2px 0 3px 10px;
}

div#maincontent div.content-view-embed div.content-view-children, div.factbox-content, div#maincontent div.content-view-embed div.content-body
{ 
    margin-top: 0;
    padding: 2px 10px 3px 3px;
}

div#maincontent-design div.content-view-embed h3
{ 
    font-size: 1em;
    margin: 0;
    text-decoration: underline;
}

blockquote
{ 
    width: 14em;
    padding: 0px;
}

div.quote-begin
{ 
    margin: 0 0.2em 0.2em 0;
    float: left;
    width: 16px;
    height: 16px;
}

div.quote-end
{ 
    margin: 0.2em 0 0 0.2em;
    float: right;
    width: 16px;
    height: 16px;
}

div#maincontent-design blockquote p
{ 
    font-weight: bold;
    width: 14em;
    display: inline;
}

div.object-right
{ 
    margin: 3px;
    float: right;
}

div.object-left
{ 
    margin: 3px;
    float: left;
}

div.object-center
{ 
/*    float: center;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.factbox h3
{ 
    font-size: 1em;
    margin: 0px;
}

div.factbox div.attribute-file p
{ 
    font-weight: normal;
}

/* list item styles  */
/*
div.content-view-listitem h3
{ 
    margin-top: 6px;
}
*/


/* LIST ITEM IMAGE */

div.content-view-listitem div.class-image div.attribute-caption p
{ 
    color: #666666;
}


/* CALENDAR */

div.calendar table.calendar
{
    margin-top: 0.5em;
}

div.calendar table
{
    width: 100%;
}

div.calendar a
{
    border: none;
}

div.calendar table td, div.calendar table tr
{
    padding: 0px;
    margin: 0px;
}

div.calendar tr.calendar-navigator table.calendar-navigator div
{
    display: inline;
}

div.calendar tr.calendar-navigator div.calendar-previous
{
    float: left;
}

div.calendar tr.calendar-navigator div.calendar-next
{
    float: right;
}

div.calendar tr.calendar-navigator span.calendar-arrow
{
    font-size: 1.5em;
}


div.calendar tr.calendar-navigator div.calendar-date span
{
    font-size: 1.3em;
}

div.calendar tr.calendar-navigator div.calendar-date span.calendar-month
{
    text-align: left;
    text-transform: lowercase;
}

div.calendar tr.calendar-day-names
{
    display: none;
}

div.calendar tr.calendar-navigator div.calendar-previous a, div.calendar tr.calendar-navigator div.calendar-next a
{
    text-decoration: none;
    border-bottom: none;
}

div.calendar th
{
    text-align: center;
    text-transform: lowercase;
}

div.calendar tr.calendar-day-names th
{
    font-size: 70%;
}

div.calendar td
{
    padding: 0 2px 0 2px;
    text-align: center;
    font-size: 0.7em;
}

div.calendar td.calendar-week
{
    padding: 0 2px 0 2px;
    border: none;
    text-align: center;
}

div.calendar tr.calendar-days td.calendar-day-selected
{
    border: 1px solid;
}

div.calendar tr.calendar-days td.calendar-day-selected-today
{
    border: 1px solid;
}

div.calendar tr.calendar-days strong.calendar-day-highlight
{
    font-weight: bold;
}

div.calendar div.selected
{
    font-weight: bold;
}

div.calendar td a, div.calendar td a:visited, div.calendar td a:hover
{
    font-weight: bold;
    border-bottom: none;
    text-decoration: underline;
}


/* POLL RESULT STYLE */

div.poll-result td.poll-resultbar td.poll-percentage, div.poll-result td.poll-resultbar td.poll-votecount
{  
    font-style: italic;
    font-size: 85%;
}

div.poll-result td.poll-resultbar td.poll-percentage
{  
    text-align: left;
}

div.poll-result td.poll-resultbar td.poll-votecount
{  
    text-align: right;
}

div.poll-result p
{  
    font-weight: bold;
}

div.poll-result div.chart-bar-resultbox
{
    margin: 0.5em 0 0.5em 0;
    width: 100%;
}

div.poll-result div.chart-bar-resultbar
{
    height: 14px;
}

div.poll-result td.poll-resultname
{
    padding-right: 5px;
}

div.poll-result td.poll-resultbar
{
    padding-left: 5px;
}

div.poll-result td.poll-resultbar table
{
    width: 300px;
}

div.poll-result div.chart-bar-resultbox
{
    background-color: #eeeeee;
}

div.poll-result div.chart-bar-resultbar
{
    background-color: #444; /* This could also be a repeating background image */
}

/* SHOP TABLES */

div.shop-basket table, div.shop-confirmorder table, div.shop-orderview table
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.shop-basket table th, div.shop-confirmorder th, div.shop-orderview th
{
    margin: 0px;
    padding: 3px;
}

div.shop-basket table td, div.shop-confirmorder td, div.shop-orderview td
{
    margin: 0px;
    padding: 3px;
}

div.shop-basket table td.product-details, div.shop-confirmorder td.product-details, div.shop-orderview td.product-details
{
    border-bottom: 1px solid;
}

div.shop-basket table td.product-price, div.shop-confirmorder table td.product-price, div.shop-orderview table td.product-price
{
    text-align: right;
}

div.shop-basket table td.product-subtotal, div.shop-confirmorder table td.product-subtotal, div.shop-orderview table td.product-subtotal
{
    border-bottom: 1px solid;
    text-align: right;
}

input.shop-basketbin
{ 
    width: 15px;
    height: 15px;
    background-image: url(/images/bin.gif);
    background-repeat: no-repeat;
}


/* RENDERED TABLE */

table.renderedtable td
{ 
    margin: 0px;
    padding: 3px;
    border-top: 1px solid;
    border-left: 1px solid;
}

table.renderedtable
{ 
    border-right: 1px solid;
    border-bottom: 1px solid;
}


/* FORUM */

div.infoline p
{
    float: left;
    margin-right: 1em;
}

div.infoline
{
    margin: -0.5em 0 -0.5em 0;
}

table.forum div.attribute-byline p.author, table.forum div.attribute-byline p.date
{
    display: block;
}

table.forum td.message p.date
{
    font-size: 0.8em;
    border-bottom: 1px solid #aaa;
}

div.content-view-children table.forum th.topic
{
    width: 45%;
}

div.content-view-children table.forum th.replies
{
    width: 10%;
}

div.content-view-children table.forum th.lastreply
{
    width: 45%;
}

div.content-view-children table.forum th.author
{
    width: 25%;
}

table.forum p.author
{
    font-weight: bold;
}

div.content-view-children table.forum th.message
{
    width: 75%;
}

table.forum tr.bglight td, table.forum tr.bgdark td
{
    border-top: 1px solid;
}

/* POLL */

div.content-poll-results
{
    width: 100%;
}

div.content-poll-results ul
{
    margin-left: 0;
}

div.content-poll-results li
{
    list-style-type: none;
}

div.content-poll-results span.option
{
    font-weight: bold;
    float: left;
}

div.content-poll-results span.votes
{
    font-weight: normal;
}

div.content-poll-results span.value
{
    font-weight: bold;
    margin-top: 1.7em;
    float: right;
}

div.content-poll-results div.resultblock
{
    width: 100%;
    margin: -1.2em 0 0.5em 0;
    float: left;
}

div.content-poll-results div.resultedge-start
{
    padding-right: 4em;
}

div.content-poll-results div.resultedge-end
{
    border: 1px solid black;
}

div.content-poll-results div.resultbox
{
    background-image: url(/images/poll-bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #bcbbaf;
    width: 100%;
}

div.content-poll-results div.resultbar
{
    background-image: url(/images/poll-result-bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #4b7198;
    height: 20px;
}

div.content-poll-results div.result-divider
{
    height: 20px;
}
.rating-star 
{
	vertical-align:middle; 
	height:26px; 
	width:24px; 
	padding:0;
	margin:0;
	display:inline;
}

/*slidehow styles*/
#slideshow.js{
	width:334px;
	padding:0px;
	margin:0;
}
.slidenav{
	width:334px;
	padding:0px;
	margin:7px 0 0 0;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
.slidenav a{
	text-decoration:none;
}
.slidenav span{
	padding:0 1em;
}
#slideshow.js img{
	display:block;
	padding:0;
	margin:0;
}
#slideshow img{
	display:block;
	padding:0;
	margin:0;
}
#slideshow.js li{
	display:none;
	padding:0;
	margin:0;
}
#slideshow li{
	display:none;
	padding:0;
	margin:0;
}
#slideshow.js li.current{
	display:block;
	padding:0;
	margin:0;
}
#slideshow li.current{
	display:block;
	padding:0;
	margin:0;
}

/*contact us form*/

div.contact-us-form
{
    padding: 15px;
    margin: 60px 0 20px 0;
	border:1px solid #CCC;
	background-color:#f7fafc;
}
div.contact-us-form p 
{
	padding:0;
	margin:0;
}
div.attribute-first-name input.box, div.attribute-last-name input.box, div.attribute-email input.box, div.attribute-phone input.box
{
	width:350px;
	height: 20px;
	border:1px solid #7d8e97;
	background-color:#e7f5fd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#05668f;
	margin: 0;
	padding:0;
	font-size:14px;
}
div.attribute-interest select
{
	width:350px;
	height: 20px;
	border:1px solid #7d8e97;
	background-color:#e7f5fd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#05668f;
	margin: 0;
	padding:2px;
	font-size:12px;
}
div.attribute-message textarea.box
{
	width:680px;
	height: 150px;
	border:1px solid #7d8e97;
	background-color:#e7f5fd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#05668f;
	margin: 0 0 20px 0;
	padding:10px;
	font-size:14px;
}
div.attribute-recaptcha
{
	margin: 10px 0 10px 0;
	padding:0;
}
p.formlabel
{
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:bold;
}
div.message-warning {
	color:#990000;
	border:1px solid #999;
	background-color:#FFFFCC;
	padding:0;
	margin: 0 50px 0 50px;
}
/* EMAIL UPDATE FORM */
div.email-update-form
{
	padding: 0 25px 0 25px;
	margin:0;
}	
div.email-update-form .attribute-short p
{
	padding:0 0 .5em 0;
	margin:0;
	font-weight: normal;
}	


/* ANIMALS */
div.animal-listing
{
	background-image: url(/images/animal-list-background.jpg);
	background-repeat: no-repeat;
	width:811px;
	height:206px;
	padding:0;
	margin: 0 0 20px 0;
}
div.animal-head
{
	padding:0;
	margin:0;
	width: 811px;
	height: 42px;
}
div.animal-header 
{
	font-size: 20px;
	padding: 7px 0 3px 10px;
	margin:0;
	float: left;
	width: 690px;
	height: 32px;
	display: block;
}
div.price 
{
	float:right;
	display:block;
	width:80px;
	height: 32px;
	font-size: 20px;
	padding: 7px 10px 3px 0;
	text-align:right;
	font-weight:bold;
	margin:0;
}
div.animal-photo
{
	margin:0;
	padding:0 0 0 10px;
	width:195px;
	height: 164px;
	float: left;
}
div.animal-photo-border
{
	margin:0; 
	padding:0; 
	width: 181px;
	height:127px;
	border:1px solid #becec1; 
	background-color:#FFFFFF;
}
div.animal-photo img
{
	width:173px; 
	height:119px; 
	margin:4px; 
	padding:0;
	vertical-align: middle; 
}


div.animal-descript
{
	margin:0;
	padding:0 10px 0 0;
	width:596px;
	height:164px;
	float:right;
	font-size:13px;
	line-height: .25em;
}
div.animal-descript p
{
	margin:0;
	padding:0 0 .5em 0;
}	

/* ANIMALS DETAIL */
div.animal-listing-detail
{
	background-image: url(/images/animal-detail-background.jpg);
	background-repeat: no-repeat;
	width:811px;
	height:330px;
	padding:0;
	margin: 0 0 20px 0;
}
div.animal-head-detail
{
	padding:0;
	margin:0;
	width: 811px;
	height: 42px;
}
div.animal-header-detail
{
	font-size: 20px;
	padding: 7px 0 3px 10px;
	margin:0;
	float: left;
	width: 690px;
	display: block;
	font-weight:bold;
}
div.price-detail 
{
	float:right;
	display:block;
	width:80px;
	font-size: 20px;
	padding: 7px 10px 3px 0;
	text-align:right;
	font-weight:bold;
}
div.animal-photo-detail
{
	margin:0;
	padding:0;
	width:370px;
	height:288px;
	float: left;
	font-size:12px;
	display:block;
}
div.animal-photo-border-detail
{
	margin:0 0 0 10px; 
	padding:4px; 
	width: 344px;
	height:257px;
	border:1px solid #becec1; 
	background-color:#FFFFFF;
	display:block;
}
div.animal-photo-detail img 
{
	width:344px; 
	height:257px; 
	margin:0; 
	padding:0;
	display:block;
	vertical-align:top;
}
div.animal-photo-detail ul, div.animal-photo-detail ul li
{padding:0;margin:0;list-style:none;}

div.animal-descript-detail
{
	margin:0;
	padding:0 10px 0 5px;
	width:420px;
	height:288px;
	float:right;
	font-size:16px;
	line-height: .25em;
}
div.animal-descript-detail p
{
	margin:0;
	padding:0 0 .5em 0;
}	
div.certs
{
	width:811px;
	margin:30px 0 0 0;
	padding:0;	
}
img.genestar-img
{
	padding:0;
	margin: 0;
}
img.wagyucert-img
{
	padding:0;
	margin: 20px 0 20px 0;
}
.dropcap {
	float: left;
	padding:0 0 0 30px;
	margin:0;
	display:block;
	height:60px;
	width:40px;
}
div.featuredbox {
	display:block;
	background-image:url(/images/featuredanimal-button.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:17px;
	height:45px;
	width:382px;
	padding:0;
	margin:10px 0 10px 0;
	line-height:45px;
}
div.featuredbox a {font-weight:normal;padding:}
div.featuredbox a:link, div.featuredbox a:visited {color:#990000;}
div.featuredbox a:hover, div.featuredbox a:active {color:#BA561C; text-decoration:none; font-weight:normal;}

/* Beef Variety Packs */
.varietypack {
	width:576px;
	height:318px;
	background-color:#fdf3f1;
	padding:0;
	margin:0 0 30px 0;
}
.vphead {
	width:542px;
	height:26px;
	background-color:#a9ab74;
	background-image: url(/images/vphead-background.jpg);
	padding:7px 17px;
	margin:0;
}
.vphead h2 {
	color:#ffffff;
	font-size:18px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-weight:normal;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	float:left;
}
.vpcontent {
	padding:15px;
	margin:0;
	width:546px;
	height:248px;
	background-image: url(/images/vpcontent-background.jpg);
}
.vpphoto {
	float:left;
	width:256px;
	height:170px;
	border: 5px solid #ffffff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.items {
	padding:0;
	margin:0 0 0 20px;
	float:left;
	width: 250px;
	height: 200px;
	overflow:hidden;
}
.items h3 {
	padding:0;
	margin:0;
	color: #6c8120;
}
.items p {
	font-size:16px;
	padding:0;
	margin:0;
}
.navi {
	list-style:none;
	width:315px;
	height:30px;
	line-height:30px;
	padding:5px 0 0 10px;
	margin:10px 0 0 0;
	background-color:#ffffff;
	float:right;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	text-align:center;
}
.navi li {
	float:left;
	display:block;
	padding:0;
	margin:0;
	text-align:center;
}
.navi li a {
	font-size:16px;
	letter-spacing:-1px;
	text-align:center;
	font-weight:normal;
}
.navi li a:link, .navi li a:visited{
	font-size:16px;
	letter-spacing:-1px;
	text-align:center;
	font-weight:normal;
}
.navi li a:hover, .navi li a:active{
	font-size:16px;
	letter-spacing:-1px;
	text-align:center;
	font-weight:normal;
	color:#990000;
}
.cart-icons {
	padding:0;
	margin:0 15px 0 0;
	float:left;
	font-size:14px;
	text-align:center;
	color:#b69471;
	font-weight:bold;
}
.cart-icons a {
	color:#b69471;
	text-decoration:none;
}
.cart-icons a:link, .cart-icons a:visited {
	color:#b69471;
	text-decoration:none;
}
.cart-icons a:hover, .cart-icons a:active {
	color:#990000;
	text-decoration:none;
}
/* panes */
.flowpanes {
	width: 250px;
	height: 200px;
	float:left;
	margin:0 0 0 20px;
}


/* single pane */
.flowpanes div {
	display:none;	
	margin:0;
}

/* some decorations for elements inside single pane */
.flowpanes div h2 {
	font-weight:normal;
	letter-spacing:1px;
	margin:10px 0 0 0;
}

.flowpanes a {
}

.flowpanes p, #flowpanes samp {
	width: 250px;
	height: 200px;
}

.flowpanes .narrow {
	padding-right:160px;		
}
/* currently selected tabs */
.navi a.current { 
	letter-spacing:-1px;
	text-align:center;
	font-weight:normal;
	color:#990000;
	text-decoration: underline;
}	
/* Shopping cart */
.cart {
	width:800px;
	display:block;
	background-color:#fdf3f1;
	padding:0;
	margin:0 0 30px 0;
}
.carthead {
	height:30px;
	background-color:#a9ab74;
	background-image: url(/images/vphead-background.jpg);
	padding:5px 17px;
	margin:0;
	color:#ffffff;
}
.carthead ul {
	list-style:none;
	padding:0;
	margin:0;
}
.carthead ul li {
	display:block;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	float:left;	
}
li.carthead-qty {margin: 0 25px 0 0;}
li.carthead-desc {margin: 0 280px 0 0;}
li.carthead-price {margin: 0 50px 0 0;}
li.carthead-total {margin: 0;}
.cartfoot {
	height:30px;
	background-color:#a9ab74;
	background-image: url(/images/vphead-background.jpg);
	padding:5px 17px;
	margin:0;
	color:#ffffff;
}
.cartfoot ul {
	list-style:none;
	padding:0;
	margin:0;
	float:right;	
}
.cartfoot ul li {
	display:block;
	color:#995a00;
	font-size:18px;
	font-weight:bold;
	float:left;
	margin:4px 0 0 0;
}
.cartfoot ul li a {
	color:#995a00;
}
#cart-items {
	margin:0;
	padding:0;
	display:table;
	background: url("/images/cart-background.jpg") no-repeat;
	width:100%;
}
#cart-items ul {
	list-style:none;
	padding:0;
	margin:0 0 20px 0;
	height:100px;
	border-bottom:1px solid #adae77;
	display:table;
}
#cart-items ul li {
	display:table-cell;	
	font-size:20px;
	float:left;
	vertical-align:middle;
	height:100px;
}
li.citems-qty {width:90px;margin:0 30px 0 0;}
li.citems-desc {width:420px;margin:0 10px 0 0;font-weight:bold;}
li.citems-price {width:109px;margin:0 10px 0 0;}
li.citems-total {width:90px;margin:0;}
.cartphoto {
	margin:0 20px 0 0;
	float:left;
	vertical-align:middle;
	width:99px;
	height:66px;
	border: 5px solid #ffffff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.cartdash {
	font-size:14px;
	color:#bba083;
	text-align:right;
	font-weight:bold;
}
.cartdash img {vertical-align:middle; margin:0 3px 0 0;}
#checkoutready {
	width:325px;
	margin:0 0 0 125px;
	padding:0;
	float:left;
	color:#7a450c;
}
#totals {
	margin:0 0 0 150px;;
	padding:0;
	float:left;
	text-align:right;
}
.deleteitem {
	background: url('/images/cancel_16.png') no-repeat;
	border:none;
	width:16px;
	height:16px;
	text-indent: -9999px; /* ie hack */
	color: transparent; /* ie hack */
	text-transform: capitalize; /* ie hack */
}
.updatecartbttn {
	background: url('/images/refresh_24.png') no-repeat;
	border:none;
	width:24px;
	height:24px;
	text-indent: -9999px; /* ie hack */
	color: transparent; /* ie hack */
	text-transform: capitalize; /* ie hack */
}
.cartquantity {
	 border:1px solid #d7d2d2;
	 height:25px;
	 width:25px;
	 text-align:center;
	 font-size:18px;
	 color:#999999;
	 font-weight:normal;
}
.addtocartbttn {
	background: url(/images/cart-icon.gif) no-repeat top center;
	border:none;
	width:85px;
	height:60px;
	padding:30px 0 0 0;
	margin:0;
	font-family:'Droid Serif',Georgia,Times,serif;
	font-weight:bold;
	color:#B69471;
}
.addtocartbttn:hover {
	color:#990000;
	background-color:transparent;
}
.sendasgiftbttn {
	background: url(/images/gift-icon.gif) no-repeat top center;
	border:none;
	width:85px;
	height:60px;
	padding:30px 0 0 0;
	margin:0;
	font-family:'Droid Serif',Georgia,Times,serif;
	font-weight:bold;
	color:#B69471;
}
.sendasgiftbttn:hover {
	color:#990000;
	background-color:transparent;
}
.checkoutbttn {
	display:block;
	height:27px;
	width:200px;
	border:1px solid #995a00;
	background-color:#ffffff;
	color:#995a00;
	letter-spacing:-.75px;
	font-size:20px;
	margin:-4px 0 0 0;
	padding: 3px 0 0 0;
	text-align:center;
}
.formcheckoutbttn {
	font-family:Georgia;
	font-weight:bold;
	display:block;
	height:30px;
	width:200px;
	border:1px solid #995a00;
	background-color:#ffffff;
	color:#995a00;
	letter-spacing:-.75px;
	font-size:20px;
	margin:-4px 0 0 0;
	padding: 0;
	text-align:center;
}

/* Checkout Form */
#leftcheckout {
	float:left;
	width:370px;
	padding:0;
	margin:20px 0 20px 20px;
	font-size:12px;
}
#rightcheckout {
	float:left;
	width:370px;
	padding:0;
	margin:20px 0 20px 20px;
	font-size:12px;
}
fieldset {
	margin: 0 20px 20px 0;
	padding:15px;
	border:1px dotted #c6b8a5;
}
legend {
	font-weight:bold;
	padding:0 2px 0 2px;
	font-size:16px;
}
input, textarea {
	padding: 5px;
	border: solid 1px #EAD1C9;
	outline: 0;
	font: normal 13px/100%;
	width: 200px;
	background: #FFFFFF;
}

select 	{
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100%;
	width: 215px;
	background: #FFFFFF;
}

textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #99ae59;
	background-color:#edf9c7;
}

.form label {
	margin-left: 10px;
	color: #999999;
}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
}
#yourorder {
	width:320px;
	margin:10px 0 20px 0;
	padding:15px;
	border:1px solid #fbb67e;
	background-color:#f9d2b0;
}
#yourorder h4 {margin:0 0 .5em 0;padding:0;}
#yourordertable {
	margin:0 0 20px 0;
	padding:0;
	font-size:14px;
}
#yourordertable td {
	padding: 0;
	margin:0;
}	
/* Order History */
.histhead {
	100%;
	height:30px;
	background-color:#a9ab74;
	background-image: url(/images/vphead-background.jpg);
	padding:5px 17px;
	margin:0;
	color:#ffffff;
}
.histhead ul {
	list-style:none;
	padding:0;
	margin:0;
}
.histhead ul li {
	display:block;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	float:left;	
}
li.histhead-order {margin: 0 110px 0 0;}
li.histhead-date {margin: 0 150px 0 0;}
li.histhead-total {margin: 0 55px 0 0;}
li.histhead-status {margin: 0;}
#hist-items {
	margin:0;
	padding:20px;
	width:100%;
	display:table;
	}
#hist-items ul {
	list-style:none;
	padding:.5em 0 .5em 0;
	margin:0;
	border-bottom:1px solid #adae77;
	display:table;
}
#hist-items ul li {
	display:table-cell;	
	font-size:20px;
	float:left;
	vertical-align:middle;
}
li.hitems-order {width:150px;margin:0 30px 0 0;}
li.hitems-date {width:200px;margin:0 10px 0 0;}
li.hitems-total {width:109px;margin:0 10px 0 0;}
li.hitems-status {width:250px;margin:0;}

/* manage order */
.manageorderhead {
	100%;
	height:30px;
	background-color:#a9ab74;
	background-image: url(/images/vphead-background.jpg);
	padding:5px 17px;
	margin:0;
	color:#ffffff;
}
.manageorderhead ul {
	list-style:none;
	padding:0;
	margin:0;
}
.manageorderhead ul li {
	display:block;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	float:left;	
}
li.manageorderhead-order {margin: 0 30px 0 0;}
li.manageorderhead-date {margin: 0 30px 0 0;}
li.manageorderhead-total {margin: 0 70px 0 0;}
li.manageorderhead-status {margin: 0 120px 0 0;}
li.manageorderhead-update {margin: 0;}
#manageorder-items {
	margin:0;
	padding:20px;
	width:100%;
	display:table;
	}
#manageorder-items ul {
	list-style:none;
	padding:.5em 0 .5em 0;
	margin:0;
	border-bottom:1px solid #adae77;
	display:table;
}
#manageorder-items ul li {
	display:table-cell;	
	font-size:20px;
	float:left;
	vertical-align:middle;
}
li.moitems-order {width:50px;margin:0 30px 0 0;}
li.moitems-date {width:100px;margin:0 10px 0 0;}
li.moitems-total {width:100px;margin:0 10px 0 0;}
li.moitems-status {width:175px;margin:0;}
li.moitems-update {width:275px;margin:0;font-size:12px;}

/* login form */
#loginform {
	margin:0;
	padding:5px 20px 20px 20px;
}
	/* modal styles */
	.modal {
		background-color:#fff;
		display:none;
		width:450px;
		padding:0;
		text-align:left;
		font-weight:bold;
		opacity:1;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		-moz-box-shadow: 0 0 50px #333333;
		-webkit-box-shadow: 0 0 50px #333333;
	}
	
	.modalh2 {
    	width:416px;
		height: 26px;
    	margin: 0;
		font-weight:bold;
    	padding: 7px 17px;
		display:block;
		color:#ffffff;
		font-size:20px;
		background-color: #A9AB74;
    	background-image: url(/images/vphead-background.jpg);
		overflow:hidden;
 text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;	}
.close {
   	background-image: url(/images/close.png);
	display:block;
	height:36px;
	width:36px;
	padding:0;
	margin:0;
	position:absolute;
	top:-15px;
	right:-15px;
}
label.error { position:absolute;top:-10px;right:0;font-size:10px;float: none; color: red; padding-left: .5em; vertical-align: top; }
#entryform {
	border:1px solid #ACAC76;
	padding:0 10px 10px 10px;
	margin:20px;
	background-color:#D6D6B1;
	width:740px;
}
#contact_form {
	border:1px solid #990000;
	background-color:#CCA7A7;
	padding:0 10px 0 10px;
	margin:20px;
}
.mcc_cart_class {
	width:800px;
	margin:0;
	padding:0;
}
#cart_form {
	margin:0;
	padding:20px 20px 0 20px;
}
/* Forgot password form */
#forgotpassform {
	margin:0;
	padding:5px 20px 20px 20px;
	position:relative;
}

