/* css-reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body
{
	line-height: 1;
	font-family: tahoma, "Trebuchet MS", arial;
	font-size: 13px;
	color: #231F20;
	background-image: url('../img/layout/layout_background_top.gif');
	background-repeat: repeat-x;
}
input, textarea
{
	font-family: Calibri, tahoma;
	font-size: 13px;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
:focus
{
	outline: 0;
}
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
/* EOF css-reset */
.tac
{
	text-align: center;
}
.tal
{
	text-align: left;
}
.tar
{
	text-align: right;
}
.nowrap
{
	white-space: nowrap;
}
.float-right
{
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
.float-left
{
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.float-right-with-border
{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 1px solid #e2e2e2;
}
.float-left-with-border
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid #e2e2e2;
}
.read-more-link
{
	display: block;
	background-image: url('../img/layout/layout_li_arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}
/* default standard styles */
h1, h2, h3, h4, h5, h6
{
	margin: 5px 0px 15px 0px;
	letter-spacing: 1px;
}
.fr
{
	float: right;
}
.fl
{
	float: left;
}
h1
{
	font-size: 160%;
}
h2
{
	font-size: 140%;
}
h3
{
	font-size: 120%;
}
a
{
	text-decoration: none;
	color: #00509B;
}
a:hover
{
	text-decoration: underline;
}
p
{
	line-height: 17px;
	margin-bottom: 16px;
}
h1 img, h2 img, h3 img
{
	vertical-align: top;
	padding-right: 8px;
}
hr
{
	color: #F8DBB6;
	background-color: #F8DBB6;
	height: 1px;
	border: none;
}
.user-data-container h1
{
	background-image: url('../img/layout/dotted_line_x.png');
	background-repeat: repeat-x;
	padding-bottom: 5px;
	background-position: bottom;
}
.user-data-container h2, .user-data-container h3
{
	padding-top: 12px;
	line-height: 22px;
}
.user-data-container a
{
	color: #00509B;
	text-decoration: underline;
}
.user-data-container a:hover
{
	color: #00509B;
	text-decoration: none;
}
.user-data-container ul, #faq-container ul, #links-container ul
{
	margin-bottom: 16px;
	margin-left: 10px;
	list-style-type: square;
}
.user-data-container ol
{
	margin-bottom: 16px;
	margin-left: 10px;
}
.user-data-container ol li
{
	margin-left: 16px;
	list-style-type: decimal;
	line-height: 16px;
}
.user-data
{
	margin-bottom: 32px;
	line-height: 16px;
}
.user-data-container ul li, #faq-container ul li, #links-container ul li
{
	line-height: 16px;
	list-style: none;
	padding-left: 16px;
	background-image: url('../img/layout/icons/li.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.intro-text
{
	font-weight: bold;
}
#faq-container ul li
{
	background-image: url('../img/layout/icons/li.gif');
	background-repeat: no-repeat;
	background-position: 1px 4px;
}
#links-container ul li
{
	background-image: url('../img/layout/icons/li2.gif');
	background-repeat: no-repeat;
	background-position: -4px 4px;
}
/* forms */
.form-error
{
	background-color: #FF98A0;
}
.form label
{
	width: 120px;
	display: inline-block;
	font-weight: bold;
	font-family: calibri;
	vertical-align: top;
	padding: 5px;
	background-color: #e3e3e3;
	border: 1px solid #D0D5E5;
	margin-top: 5px;
}
.mceEditor
{
	margin-top: 5px;
	display: inline-block;
}
.form input, .form select, .form textarea, .form input[type=file]
{
	margin: 5px 0px;
	border: 1px solid #A0A0A0;
	padding: 3px;
	min-height: 17px;
}
.form select
{
	min-width: 150px;
	height: 25px;
}
.form input[type="text"], .form input[type="password"], .form textarea, .form input[type=file]
{
	width: 400px;
}
.form input:focus, .form select:focus, .form textarea:focus,
.form input:hover, .form select:hover, .form textarea:hover
{
	background-color: #FFFAB2;
}
.actions
{
	margin-top: 16px;
}
/* more forms */
.layout-form input, .layout-form textarea
{
	margin: 2px 0px;
	border: 1px solid #A0A0A0;
	padding: 3px;
}
.layout-form input[type="text"], .layout-form input[type="password"]
{
	width: 300px;
}
input[type="submit"]
{
	padding: 4px 12px;
}
.layout-form textarea
{
	width: 400px;
}
.layout-form .error-message
{
	margin: 0px;
}
.layout-form input:focus, .layout-form select:focus, .layout-form textarea:focus
{
	background-color: #FFFAB2;
}
/* actually not that important */
.important-data
{
	display: none;
}

/* layout site style */
#layout-container
{
	width: 900px;
	margin: 0 auto;
	padding: 0px 5px 20px 5px;
	background-color: transparent;

/***
	background-color: #fff;
	background-image: url('../img/layout/layout_background_top.gif');
	background-repeat: repeat-x;
	background-position: 0 0;

	border-left: 1px solid #999;
	border-right: 1px solid #999;
***/
	overflow: auto;
}
#layout-header
{
	border: 0px solid red;
	overflow: hidden;
	padding-top: 10px;
}
#layout-header-background
{
	height: 111px;
}
#layout-slogan
{
	float: left;
	width: 500px;
	border: 0px solid #DDD;
	padding: 18px 0px 22px 0px;
	font-size: 26px;
	color: #D7D3CA;
}
#layout-logo
{
	float: left;
	border: 0px solid #555;
	padding: 20px 30px 20px 5px;
}
#layout-logo img
{
}
#layout-search
{
	margin-top: 20px;
	border: 0px solid #999;
	width: 175px;
	padding: 0px 0px;
	vertical-align: bottom;
}
#layout-search form, .small-form
{
	margin: 0px;
	padding: 0px;
}
#layout-searchfield, #searchfield
{
	width: 100px;
	height: 16px;
	margin: 0px;
	
	padding: 4px;
	overflow: hidden;
	
	vertical-align: middle;
	
	border: 1px solid #a1a1a1;
	border-right: none;
	background-color: #f5f5f5;
}
#layout-searchbutton, #searchbutton
{
	height: 26px;
	margin: 0px;
	
	vertical-align: middle;
	padding: 2px;
	padding-top: 1px;
	border: 1px solid #a8a8a8;
	background-color: #e1e1e1;
}
#layout-language
{
	float: right;
	width: 100px;
	margin-top: 15px;
	margin-right: 42px;
	padding: 10px;
	background: white;
	display: inline;
}
.layout-language-entry
{
	position: relative;
	padding: 5px;
	margin: 0px;
	background-color: white;
	color: #000;
}
.layout-language-entry a
{
	color: #989898;
}
#layout-language img
{
	padding-right: 4px;
}
#layout-menu
{
	float: left;
	border: 0px solid #99DD88;
	width: 725px;
	padding: 4px 0px;
}
#layout-menu ul li
{
	float: left;
	width: 118px;
	height: 76px;
	overflow: hidden;
	padding: 0px 6px 6px 12px;
	margin-right: 8px;
	border: 0px solid orange;
	background-image: url('../img/layout/dotted_line_y.png');
	background-repeat: repeat-y;
	background-color: #EDEDED;
}
#layout-menu ul li:hover
{
	background-color: #f5f5f5;
}
#layout-menu ul li a
{
	display: block;
}
#layout-menu ul li .menu-item-content
{
	display: block;
	color: #989898;
	margin: 6px 0px 0px 0px;
	font-size: 12px;
}
#layout-menu ul li a:hover
{
	text-decoration: none;
}
#layout-menu .menu-item-title
{
	display: block;
	margin: 0px;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	color: black;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
#layout-sidebar ul li
{
	padding: 7px;
	padding-left: 0px;
	margin: 0px;
	line-height: 12px;
	border-bottom: 1px dotted #e3e3e3;
}
#layout-sidebar ul li a
{
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 12px;
	padding-left: 15px;
	background-image: url('../img/layout/layout_li_arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #231F20;
	font-size: 13px;
}
#layout-sidebar ul li a:hover
{
	text-decoration: none;
	font-weight: bold;
	background-image: url('../img/layout/layout_li_arrow.png');
	background-repeat: no-repeat;
	background-position: 2px 0px;
}
#layout-sidebar h2
{
	color: #FFEA00;
	background-color: #231F20;
	padding: 6px;
	margin: 0px;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 17px;
}
#layout-login-info
{
	border: 1px dotted #e3e3e3;
	padding: 4px;
	margin: 6px 0px;
	overflow: hidden;
}
.layout-login-action
{
	float: right; 
	border-left: 1px dotted #a3a3a3;
	padding-left: 10px;
	padding-right: 10px;
}
#layout-main
{
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	clear: both;
	float: left;
	width: 100%;
	padding: 24px 0px 14px 0px;
	margin-top: 10px;
}
#layout-sidebar
{
	padding-left: 6px;
	float: left;
	width: 180px;
	border-right: 1px dotted #e3e3e3;
}
#layout-content
{
	width: 672px;
	float: right;
	min-height: 330px;
	padding-right: 10px;
}
#layout-content-extra-width
{
	border: 1px dotted #e3e3e3;
	padding: 10px 10px;
	min-height: 330px;
}
#layout-footer
{
	clear: both;
	padding-bottom: 25px;
	margin-top: 10px;
}
.footer-text
{
	float: left;
}
.layout-divider
{
	background-image: url('../img/layout/layout_background_bottom.png');
	background-repeat: repeat-x;
	height: 12px;
	overflow: hidden;
	padding-bottom: 10px;
}
.home-divider
{
	height: 1px;
	font-size: 0px;
	background-image: url('../img/layout/dotted_line_x.png');
	background-repeat: repeat-x;
}
#home-container
{
	overflow: hidden;
}
/* simple layout */
#simple-container
{
	margin: 10px;
	border: 1px solid #999;
	padding: 15px;
	background-color: #fff;
}
#simple-container table
{
	margin: 10px 0px;
}
#simple-container table th
{
	border: 1px solid #e3e3e3;
	background-color: #D1D1D1;
	padding: 6px;
	padding-right: 15px;
}
#simple-container table td 
{
	border: 1px solid #e3e3e3;
	line-height: 16px;
	padding: 5px;
	vertical-align: middle;
}
/* data tables */
.index table
{
	margin: 10px 0px;
}
.index table th
{
	border: 1px solid #e3e3e3;
	background-color: #D1D1D1;
	padding: 6px;
	padding-right: 15px;
}
.index table th a
{
	color: #000;
}
.index table th a:hover
{
	text-decoration: underline;
}
.index table td 
{
	border: 1px solid #e3e3e3;
	line-height: 16px;
	padding: 5px;
	vertical-align: middle;
}
.index table td img
{
	vertical-align: middle;
}
.altrow td
{
	background-color: #f1f1f1;
}

.table-content td
{
	padding: 5px;
}
.table-content th
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}
/* Paging */
div.paging
{
	background:#fff;
	color: #ccc;
	width: 550px;
	overflow: hidden;
}
div.paging-display
{
	float: left;
	color: #000;
	margin-right: 48px;
	padding-top: 5px;
}
div.paging-pages
{
	float: left;
}
div.paging-prev, div.paging-next
{
	float: left;
	padding: 5px 10px;
}
div.paging-numbers
{
	float: left;
}
div.paging div.disabled
{
	color: #ddd;
	display: block;
}
div.paging-numbers span.current
{
	display: inline-block;
	color: #000;
	border: 1px solid #D1D1D1;
	font-weight: bold;
	margin: 1px;
	padding: 3px 8px;
}
div.paging-numbers span a
{
	display: inline-block;
	border: 1px dotted #e1e1e1;
	font-weight: bold;
	text-decoration: none;
	margin: 1px;
	padding: 3px 8px;
}
div.paging-numbers span a:hover
{
	text-decoration: underline;
}
/* Contact */
#contact-text
{
	float: left;
	width: 200px;
}
#contact-form
{
	float: right;
	width: 450px;
}
#contact-form textarea
{
	width: 350px;
	height: 150px;
}
/* FAQ */
#faq-container
{
}
.faq-question-categories
{
	margin-bottom: 56px;
}
.faq-answers
{
	margin-bottom: 600px;
}
.faq-answer
{
	background-color: #f1f1f1;
	padding: 5px;
	margin-bottom: 26px;
}
/* Links */
#links-container
{
}
.link-categories
{
	margin-bottom: 56px;
}
.link-entries
{
	margin-bottom: 600px;
}
.link-entry
{
	background-color: #f1f1f1;
	padding: 5px;
	margin-bottom: 26px;
}
/* Auth */
#authMessage, #flashMessage, .error-message
{
	border: 1px dotted #e3e3e3;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url('../img/layout/admin/icons/warning.png');
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding-left: 32px;
}
.error-message
{
	margin-left: 132px;
	width: 380px;
	background-image: url('../img/layout/admin/icons/error.png');
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding-left: 32px;
}
.form-note
{
	margin-left: 132px;
	padding-bottom: 8px;
	width: 400px;
}
/* Various styles */
.cursor-info
{
	cursor: help;
}
.user-info, .help-info, .status-active, .status-inactive
{
	margin-left: 2px;
	width: 16px;
	height: 16px;
	cursor: help;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: middle;
}
.user-info
{
	background-image: url('../img/layout/admin/icons/user.png');
}
.help-info
{
	background-image: url('../img/layout/admin/icons/help.png');
}
.status-active
{
	background-image: url('../img/layout/admin/icons/status_active.png');
}
.status-inactive
{
	background-image: url('../img/layout/admin/icons/status_inactive.png');
}
/* Dashboard */
#dashboard
{
	overflow: hidden;
	
}
.dashboard-block
{
	float: left;
	padding: 10px;
	width: 164px;
	min-height: 106px;
	margin-right: 5px;
	margin-bottom: 4px;
	background: #f2f2f2;
	border: 1px solid #e3e3e3;
}
.dashboard-block a, #layout-login-info a, .index a, .actions a
{
	color: #F84B00;/*makes admin links orange*/
}
#dashboard ul, .actions ul
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#dashboard ul li, .actions ul li
{
	list-style-type: square;
	line-height: 16px;
	margin-left: 16px;
	padding-left: 4px;
}
/* Shop */
/* Shop products */
.shop-product-list
{
	overflow: hidden;
	width: 730px;
	text-align: center;
}

.shop-product-list-entry
{
	float: left;
	padding: 0px 5px 5px 0px;
	margin-bottom: 10px;
}
.shop-product-list-image
{
	border: 1px solid #a2a2a2;
	padding: 2px;
	width: 160px;
	height: 160px;
	text-align: center;
	overflow: hidden;
}
.shop-product-list-price
{
	text-align: center;
	padding: 4px;
	border: 1px solid #a2a2a2;
	border-top: none;
}
.shop-product-list-title
{
	border: 1px solid #a2a2a2;
	border-bottom: none;
	border-top: none;
	text-align: center;
	padding: 4px;
}
.shop-product-list-title a
{
	font-size: 130%;
	font-weight: bold;
}

/* Shop categories */
.shop-category-list
{
	overflow: hidden;
}

.shop-category-list-entry
{
	border: 1px solid #a2a2a2;
	width: 350px;
	float: left;
	padding: 0px 5px 5px 0px;
	margin: 10px;
}
.shop-category-list-image
{
	float: left;
	margin: 2px;	
	width: 160px;
	height: 160px;
	overflow: hidden;
	padding-right: 4px;
}
.shop-category-list-entry h2
{
	text-align: center;
	padding: 4px;
}
.shop-category-list-entry p
{
	padding: 1px;
}
#home-intro
{
	width: 340px;
	float: left;
}
#home-partners
{
}
#home-about
{
	float: right;
	width: 280px;
	padding-left: 20px;
}
#home-about img
{
	-webkit-box-shadow: 0px 2px 3px #b3b3b3;
	-moz-box-shadow: 0px 2px 3px #b3b3b3; 
}
#home-slideshow
{
	float: right;
	width: 280px;
	padding-left: 20px;
}
#home-slideshow-containerx
{
	width: 276px;
	height: 336px;
	overflow: hidden;
}
#home-slideshow-container
{
	height: 280px;
	position:relative;
	background: url(../img/layout/slideshow/loading.gif) no-repeat 50% 50%; 
	-webkit-box-shadow: 0px 2px 3px #b3b3b3;
	-moz-box-shadow: 0px 2px 3px #b3b3b3; 
}
#home-slideshow-container img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* Twitter */
#home-twitter
{
	width: 340px;
	float: left;
}
#twitter-list
{
	padding-bottom: 20px;
}
#twitter-list li
{
	line-height: 16px;	
	list-style: none;
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url('../img/layout/icons/twitter.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.unavailable
{
	margin-bottom: 20px;
	font-style: italic; 
}
/* Search */
.hghlght-1
{
	background-color: #99FF99;
	padding-left: 2px;
	padding-right: 2px;
	display: inline-block;
}
.hghlght-2
{
	background-color: #FF9999;
	padding-left: 2px;
	padding-right: 2px;
	display: inline-block;
}
.hghlght-3
{
	background-color: #FFFF66;
	padding-left: 2px;
	padding-right: 2px;
	display: inline-block;
}
.hghlght-4
{
	background-color: #A0FFFF;
	padding-left: 2px;
	padding-right: 2px;
	display: inline-block;
}
.hghlght-5
{
	background-color: #FF66FF;
	padding-left: 2px;
	padding-right: 2px;
	display: inline-block;
}
.search-result-data
{
	margin-bottom: 16px;
}
.search-result-data h3
{
	margin-bottom: 3px;
}

/* Attention boxes */
#attention-boxes
{
	float: right;
	width: 100%;
	padding-top: 38px;
}
.attention-box
{
	width: 160px;
	height: 94px;
	overflow: hidden;
	float: left;
	margin-bottom: 25px;
	margin: 5px;
	border: 1px solid #a1a1a1;
	background-color: #796C6C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 2px 3px #b3b3b3; 
	-webkit-box-shadow: 0px 2px 3px #b3b3b3;
	background-position: center center;
}
.attention-box:hover
{
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555; 
}
.attention-box a
{
	display: block;
	width: 152px;
	overflow: hidden;
	color: #FFEA00;
	font-size: 19px;
	padding: 0px 4px;
	text-align: center;
	/* 
	background-color:rgba(255,0,0,0.5);
	*/
	background-image: url(../img/layout/shade/shade_30.png);
	
}
.attention-box a:hover
{
	text-decoration: none;
	background-image: url(../img/layout/shade/shade_20.png);
}
.align-vertical table
{
	width: 100%;
	background: transparent;
}
.align-vertical td
{
	width: 100%;
	height: 94px;
	vertical-align: middle;
	text-align: center;
	background: transparent;
}
/* Image preview */
#preview
{
	position: absolute;
	border: 1px solid #000;
	background: #fff;
	padding: 5px;
	display: none;
	color: #000;
}
/* news */
.news-example
{
	padding: 10px;
	padding-left: 0px;
}
.news-date
{
	padding: 5px;
	padding-left: 0px;
	font-weight: bold;
}
.news-links
{
	padding: 5px;
	padding-left: 0px;
	clear: both;
	overflow: auto;
}
.background-text
{
	color: #a8a8a8;
}
.small-text
{
	font-size: 11px;
}

