*{
	padding: 0;
	margin: 0;
}

html
{
	height: 100%;
}

body
{
	background: #ffffff url(../images/body.gif) repeat-x top left;
	color: #000000;

	font-family: Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	line-height: 1.4em;
}

.hide
{
	display: none;
}

.wrap
{
	white-space: normal;
}

.nowrap
{
	white-space: nowrap;
}

.tight
{
	width: 1%;
}

div.left
{
	float: left;
}

div.right
{
	float: right;
}

div.break
{
	clear: both;
}

div.object-left
{
	float: left;
	padding: 0 0.5em 0.5em 0;
}

div.object-right
{
	float: right;
	padding: 0 0 0.5em 0.5em;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #000000;	
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em;
}

h1
{
	font-size: 2em;
}	
		
h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1.4em;
}
	
h4
{
	font-size: 1.2em;
}

p
{
	margin: 0 0 1em 0;
}

p.no-padding
{
	margin: 0;
	padding: 0;
}

p.label-note
{
	margin: 0;
	padding: 0;
}

a
{
	color: #193c96;
	text-decoration: none;
}

a:hover
{
	color: #87c13f;
	text-decoration: none;
}

ul
{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 1em 2em;
}

ul.list_lower_alpha
{
	list-style-type: lower-alpha;
	list-style-position: inside;
	margin: 0 0 1em 1em;
}

ul.list_upper_alpha
{
	list-style-type: upper-alpha;
	list-style-position: inside;
	margin: 0 0 1em 1em;
}
	
ol
{
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 1em 1em;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}


label
{
	display: block;
}

label,
span.label
{
	font-weight: bold;
}

label.nobold
{
	font-weight: normal;
}

input,
select,
textarea
{
	font-size: 1em;
	font-family: Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;
	padding: 1px;
}

select option
{
	padding: 0 2px 0 2px;
}

input.box,
select.box,
textarea.box,
input.halfbox,
select.halfbox,
textarea.halfbox,
input.quarterbox,
select.quarterbox,
textarea.quarterbox,
input.nosize,
select.nosize,
textarea.nosize
{
	background: #ffffff;
	border: 1px solid #a8a9ab;
}

input.box,
textarea.box,
input.halfbox,
textarea.halfbox,
input.quarterbox,
textarea.quarterbox,
input.nosize,
textarea.nosize
{
	padding: 3px 2px 3px 2px;
}

input.box,
select.box,
textarea.box
{
	width: 95%;
}

input.halfbox,
select.halfbox,
textarea.halfbox
{
	width: 50%;
}

input.quarterbox,
select.quarterbox,
textarea.quarterbox
{
	width: 25%;
}

input.button,
input.defaultbutton,
input.button-disabled
{
	padding: 3px 5px 3px 5px;
	background: #167df0;
	color: #ffffff;
	border: 1px solid #167df0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	overflow: visible;
}

input.button-disabled
{
	color: #cccccc;
}

input.button-green
{
	background: #98c34a;
	border: 1px solid #98c34a;
}


fieldset
{
	width: 95%;
	padding: 0 10px 0 10px;
	border: 1px solid #cfcfcf;
}

fieldset legend
{
	padding: 0 5px 5px 5px;
}

div.block,
div.buttonblock,
div.scrollblock
{
	width: 100%;
	padding: 0 0 1em 0;
}

div.scrollblock
{
	height: 100px;
	overflow-y: scroll;
}

div.block div.element,
div.buttonblock div.element
{
	float: left;
	margin: 0 10px 0 0;
}

#body-container
{
	width: 960px;
	margin: 0 auto 0 auto;
	background: #f8f8f8;
}

#header-container
{
	position: relative;
	width: 960px;
	height: 151px;
	background: url(../images/header.png) no-repeat top left;
}

#header-logo
{
	position: absolute;
	top: 0px;
	left: 58px;
	background-color: transparent;
}

#header-logo a
{
	display: block;
	width: 130px;
	height: 151px;
	text-indent: -9999px;
}

#header-show-date
{
	position: absolute;
	top: 81px;
	left: 352px;
	width: 338px;
	height: 70px;
	padding: 28px 15px 0 10px;
	background-color: transparent;
	background-image: url(../images/header_show_date.png);
	_background-image: url(../images/header_show_date.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

#header-buy-online
{
	position: absolute;
	top: 63px;
	left: 828px;
	background-color: transparent;
}

#header-buy-online a
{
	display: block;
	width: 124px;
	height: 35px;
	background-image: url(../images/header_buy_online.png);
	_background-image: url(../images/header_buy_online.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
}

#strapon-container
{
	width: 960px;
	margin: 10px 0 0 0;
	overflow: hidden;	
}

#strapon-strapline
{
	float: left;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
}

#strapon-social
{
	float: right;
	margin: 0 10px 0 0;
	padding: 6px;
	background: #ffffff;
	border: 1px solid #bfbfbf;
}

#strapon-social a.social-facebook,
#strapon-social a.social-facebook:hover
{
	display: block;
	float: left;
	width: 142px;
	height: 22px;
	background: url(../images/social.png) no-repeat 0 0;
	text-decoration: none;
	text-indent: -9999px;
}

#strapon-social a.social-twitter,
#strapon-social a.social-twitter:hover
{
	display: block;
	float: left;
	width: 132px;
	height: 22px;
	margin: 0 0 0 8px;
	background: url(../images/social.png) no-repeat 0 -22px;
	text-decoration: none;
	text-indent: -9999px;
}
	


#main-container
{
	width: 960px;
	margin: 10px 0 0 0;
}

#breadcrumb-container
{
	margin: 0 10px 10px 10px;
	padding: 5px;
	background: #ffffff;
	color: #000000;
	border: 1px solid #cfcfcf;
}

#breadcrumb-container a
{
	color: #000000;
	text-decoration: none;
}

#content-container,
#content-wide-container
{
	_display: inline;
	position: relative;
	float: left;
	margin: 10px;
	padding: 30px 5px 5px 5px;
	background: #ffffff;
	border: 1px solid #cfcfcf;
}

#content-container
{
	width: 688px;
}

#content-wide-container
{
	width: 928px;
}

#content-container h1,
#content-wide-container h1
{
	position: absolute;
	top: -11px;
	left: -11px;
	min-width: 200px;
	height: 27px;
	padding: 9px 10px 0 10px;
	background-image: url(../images/theme/yellow_header.png);
	_background-image: url(../images/theme/yellow_header.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
}

#content-container h1.theme-blue,
#content-wide-container h1.theme-blue
{
	background-image: url(../images/theme/blue_header.png);
	_background-image: url(../images/theme/blue_header.jpg);
}

#content-container h1.theme-green,
#content-wide-container h1.theme-green
{
	background-image: url(../images/theme/green_header.png);
	_background-image: url(../images/theme/green_header.jpg);
}

#content-container h1.theme-turquoise,
#content-wide-container h1.theme-turquoise
{
	background-image: url(../images/theme/turquoise_header.png);
	_background-image: url(../images/theme/turquoise_header.jpg);
}

#content-container h1.theme-purple,
#content-wide-container h1.theme-purple
{
	background-image: url(../images/theme/purple_header.png);
	_background-image: url(../images/theme/purple_header.jpg);
}

#content-container h1.theme-orange,
#content-wide-container h1.theme-orange
{
	background-image: url(../images/theme/orange_header.png);
	_background-image: url(../images/theme/orange_header.jpg);
}

#content-container h1.theme-yellow,
#content-wide-container h1.theme-yellow
{
	background-image: url(../images/theme/yellow_header.png);
	_background-image: url(../images/theme/yellow_header.jpg);
}

#content-container h1.theme-grey,
#content-wide-container h1.theme-grey
{
	background-image: url(../images/theme/grey_header.png);
	_background-image: url(../images/theme/grey_header.jpg);
}

#content-container h1.theme-dog,
#content-wide-container h1.theme-dog
{
	background-image: url(../images/theme/dog_header.png);
	_background-image: url(../images/theme/dog_header.jpg);
	color: #ffffff;
}

#content-container h1.theme-horse,
#content-wide-container h1.theme-horse
{
	background-image: url(../images/theme/horse_header.png);
	_background-image: url(../images/theme/horse_header.jpg);
	color: #ffffff;
}

#content-container h1.theme-livestock,
#content-wide-container h1.theme-livestock
{
	background-image: url(../images/theme/livestock_header.png);
	_background-image: url(../images/theme/livestock_header.jpg);
}

#content-container h1.theme-flower,
#content-wide-container h1.theme-flower
{
	background-image: url(../images/theme/flower_header.png);
	_background-image: url(../images/theme/flower_header.jpg);
	color: #ffffff;
}

#content-container h1.theme-map,
#content-wide-container h1.theme-map
{
	background-image: url(../images/theme/map_header.png);
	_background-image: url(../images/theme/map_header.jpg);
}

#toolbar-container
{
	float: left;
	width: 230px;
	margin: 10px 0 0 0;
}

#footer-container
{
	margin: 10px 0 0 0;
	padding: 10px;
	background: #e6e6e6;
	color: #838383;
	font-size: 0.8em;
}

#footer-container a
{
	margin: 0;
	padding: 0;
	color: #838383;
	text-decoration: none;
}

#footer-container a:hover
{
	color: #838383;
	text-decoration: underline;
}

#footer-left
{
	float: left;
}

#footer-right
{
	float: right;
}

#mini-sitemap-container
{
	position: relative;
	width: 928px;
	margin: 10px 10px 0 10px;
	padding: 30px 5px 5px 5px;
	border: 1px solid #cfcfcf;
	background: #ffffff url(../images/mini_sitemap/background.gif) repeat-y top left;
}

#mini-sitemap-header
{
	position: absolute;
	top: -11px;
	left: -11px;
	width: 132px;
	height: 27px;
	padding: 9px 0 0 10px;
	color: #000000;
	background-image: url(../images/mini_sitemap/header.png);
	_background-image: url(../images/mini_sitemap/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
}

#mini-sitemap-body
{
	width: 928px;
	overflow-x: hidden;
}

#mini-sitemap-panel1,
#mini-sitemap-panel2,
#mini-sitemap-panel3,
#mini-sitemap-panel4
{
	float: left;
	width: 208px;
	margin: 0 0 0 20px;
	padding: 5px 6px 5px 6px;
}

#mini-sitemap-panel1
{
	margin: 0;
	padding-left: 0;
}

#mini-sitemap-panel4
{
	width: 208px;
	padding-right: 0;
}

#mini-sitemap-body a
{
	color: #000000;
	text-decoration: none;
}

#mini-sitemap-body a,
#mini-sitemap-body a:hover
{
	color: #000000;
	text-decoration: none;
}

#mini-sitemap-body ul
{
	list-style: none;
	margin: 0;
}

#mini-sitemap-body ul ul
{
	list-style: none;
	margin-left: 1.5em;
}

div.mini-sitemap-panel-header
{
	font-size: 1.2em;
	font-weight: bold;
}

/* Warnings */
div.warning,
div.message-warning,
div.message-error
{
	margin: 0 0 1em 0;
	padding: 1em;
	border: 2px solid #f00000;
}

div.warning h2,
div.message-warning h2,
div.message-error h2
{
	font-size: 1.2em;
	color: #f00000;
}

/* Page navigator */
div.pagenavigator
{
	margin: 0 0 1em 0;
	text-align: center;
	overflow: hidden;
}

div.pagenavigator a
{
	color: #000000;
	text-decoration: none;
}

div.pagenavigator a:hover
{
	color: #000000;
	text-decoration: underline;
}
	
div.pagenavigator span.previous
{
	float: left;
}

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

/* Embedded files */
div.content-file
{
	margin: 0 0 1em 0;
}

div.content-file p.file-icon
{
	display: inline;
	padding: 0 5px 0 0;
}

div.content-file p.file-name
{
	display: inline;
}

/* Form styles */
div.form-inline-options
{
}

div.form-inline-options div.form-inline-option
{
	float: left;
	padding: 0 10px 0 0;
}

div.form-inline-options div.form-inline-option span.radio-label
{
	padding: 0 0 0 2px;
	font-weight: normal;
}

/* Table styles */
table.renderedtable,
table.list
{
	width: 100%;
	margin: 0 0 1em 0;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}

table.renderedtable th,
table.list th
{
	padding: 2px 5px 2px 5px;
	background-color: #e0e0e0;
	color: #000000;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
	font-weight: bold;
	text-align: left;
	vertical-align: baseline;
	white-space: nowrap;
}

table.renderedtable th a,
table.list th a
{
	color: #ffffff;
	text-decoration: underline;
}

table.renderedtable th a:hover,
table.list th a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

table.renderedtable td,
table.list td
{
	padding: 2px 5px 2px 5px;
	border: 1px solid #cfcfcf;
	text-align: left;
	vertical-align: top;
}

table.details
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cfcfcf;
}

table.details th
{
	width: 20%;
	padding: 2px 5px 2px 5px;
	background-color: #e0e0e0;
	color: #000000;
	border: 1px solid #cfcfcf;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table.details th a
{
	color: #ffffff;
	text-decoration: underline;
}

table.details th a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

table.details td
{
	padding: 2px 5px 2px 5px;
	border: 1px solid #cfcfcf;
	text-align: left;
	vertical-align: top;
}

table.layout
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

table.layout th,
table.layout td
{
	margin: 0;
	padding: 0;
	border: none;
}

table.border_off,
table.border_off th,
table.border_off td
{
	border: none;
}

/* Curvy button */
/*
div.curvybutton
{
	float: left;
	padding: 0 5px 0 0;
}

div.curvybutton div.curvybutton-tl
{
	background-image: url(../images/curvybutton_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.curvybutton div.curvybutton-tr
{
	background-image: url(../images/curvybutton_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div.curvybutton div.curvybutton-ml,
div.curvybutton div.curvybutton-mr
{
	background: #157df0;
}

div.curvybutton div.curvybutton-bl
{
	background-image: url(../images/curvybutton_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.curvybutton div.curvybutton-br
{
	background-image: url(../images/curvybutton_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

div.curvybutton input.button
{
	margin-left: 5px;
}
*/

/* Item lists */
div.line-item-list
{
	margin: 0 0 1em 0;
}

div.line-item
{
	margin: 0 0 2em 0;
}

div.line-item-left
{
	float: left;
	width: 100px;
	line-height: 0;
}

div.line-item-left img
{
}

div.line-item-left a,
div.line-item-left a:hover
{
	text-decoration: none;
}

div.line-item-right
{
	margin-left: 105px;
}

div.line-item-name
{
	margin: 0 0 0.25em 0;
	color: #000000;
	font-size: 1.6em;
	line-height: 1.1em;
}

div.line-item-name a,
div.line-item-name a:hover
{
	color: #000000;
	text-decoration: none;
}

div.line-item-date
{
	font-weight: bold;
	margin: 0 0 0.25em 0;
}

div.line-item-content
{
}

div.item-date
{
	font-size: 1.2em;
	margin: 0 0 1em 0;
	font-weight: bold;
}

/* Gallery */
div.gallery-item-list
{
	width: 580px;
	margin: 0 auto 1em auto;
}

div.gallery-item
{
	position: relative;
	float: left;
	width: 180px;
	height: 150px;
	margin: 0 10px 10px 0;
	line-height: 0;
}

div.gallery-item a,
div.gallery-item a:hover
{
	text-decoration: none;
}

div.gallery-item img
{
}

div.shop-split-page
{
}

div.shop-split-page-left
{
	float: left;
	width: 40%;
	padding: 0 10px 0 0;
}

div.shop-split-page-right
{
	float: left;
	width: 40%;
}

div.shop-customerdetail-buttons input.button,
div.shop-customerdetail-buttons input.button-disabled,
div.shop-customerdetail-buttons input.defaultbutton
{
	margin-bottom: 5px;
}
	
div.customer-information div.block div.element
{
	width: 47%;
	padding: 0 10px 0 0;
}

div.payment-gateway
{
}

div.payment-gateway div.label
{
	float: left;
	width: 160px;
	padding: 5px 0 0 0;
	text-align: right;
}

div.payment-gateway div.input
{
	float: left;
	width: 160px;
	margin: 0 0 0 10px;
}

div.payment-gateway div.notes
{
	float: left;
	width: 200px;
	margin: 0 0 0 10px;
}

div.payment-gateway div.notes div.creditcard-logo
{
	float: left;
	padding: 0 5px 0 0;
}



.jcarousel-container
{
	position: relative;
}

.jcarousel-container ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel-container ul li
{
	margin: 0;
	padding: 0;
}

.jcarousel-clip
{
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.jcarousel-list
{
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.jcarousel-item
{
	float: left;
}

.jcarousel-next,
.jcarousel-prev
{
	display: none;
}

