h1, h2, h3 {
	margin-top: 0;
}
h4 {
	margin-bottom: 0.5em;
}

.noBorders td, .noBorders th {
	border: none !important;
}

.clear {
	clear: both;
}

.link {
	cursor: pointer;
}
.storeItem.storeItemSmall img {max-width: 152px;}

#pageLayout a {
	color: black;
}
#pageSidebar a {
	text-decoration: none;
}
#pageLayout a:hover {
	color: blue;
	text-decoration: underline;
}

#pageSidebar {
	font-size: 1.1em;
}
#pageSidebar hr {
	border: 0;
	margin-right: 20%;
	height: 1px;
	background-color: gray;
}
#pageSidebar .quickSearch {
	margin-bottom: 10px;
}
#pageSidebar .quickSearch input {
	width: 190px;
}
#pageSidebar .quickSearch img {
	height: 1.5em;
	width: 1.5em;
	margin-bottom: -7px;
}
#pageSidebar .quickSearch .autocompleteChoices {
	background-color: white;
	border: 1px solid black;
	padding: 3px;
}
#pageSidebar .quickSearch ul {
	margin: 0;
	padding: 0;
}
#pageSidebar .quickSearch li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#pageSidebar .quickSearch li.selected {
	background-color: #ffb;
}
#pageSidebar ul {
	margin: 6px auto auto 0;
}
#pageSidebar ul ul {
	margin: 0 auto 5px 10px;
}
#pageSidebar li {
	list-style: none;
	line-height: 1.5em;
}

#pageSidebar li.storeCoinGroup-2 a {
	color: red;
	font-weight: bold;
}

#pageSidebar li.storeCoinGroup-2.current a {
	color: initial;
}

#pageSidebar li.outMargin {
	margin-left: -3px;
}
#pageSidebar li.outMargin ul {
	margin-left: 23px;
}
#pageSidebar ul.navigation li ul li.active {
	margin-left: -20px;
}
#pageSidebar li.inMargin {
	margin-left: 12px;
}
#pageSidebar li.current, #pageSidebar li.active {
	background-color: white;
	margin-left: -11px;
	border: 1px solid gray;
	border-left: none;
	font-weight: bold;
	padding: 7px 0 7px 11px;
	-webkit-box-shadow: 2px 2px 2px gray;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
	-moz-box-shadow: 2px 2px 2px gray;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	box-shadow: 2px 2px 2px gray;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#pageSidebar ul ul li.current, #pageSidebar ul ul li.active {
	margin-left: -31px;
	padding-left: 31px;
}
#pageSidebar span.toggle {
	cursor: pointer;
	font-weight: bold;
	font-size: 1.3em;
}

.shadowIn {
	border: 1px solid gray;
	box-shadow: 2px 2px 10px #aaaaaa;
	-webkit-box-shadow: 2px 2px 10px #aaaaaa;
	-moz-box-shadow: 2px 2px 10px #aaaaaa;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=6);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=6)";		
}

.catalogAchtung {
	border: 1px solid gray;
	box-shadow: 2px 2px 10px #FF0000;
	-webkit-box-shadow: 2px 2px 10px #FF0000;
	-moz-box-shadow: 2px 2px 10px #FF0000;
}

.requestInStore img {
	border: 1px solid gray;
	box-shadow: 2px 2px 10px #0000FF;
	-webkit-box-shadow: 2px 2px 10px #0000FF;
	-moz-box-shadow: 2px 2px 10px #0000FF;
}

.paginationControl {
	font-weight: bold;	
	font-size: 1.1em;
	margin: 0 0 1.5em 0;
}
.paginationControl a {
	margin: auto 5px;
	color: black;
	text-decoration: none;
}
.paginationControl a:hover {
	color: blue;
	text-decoration: underline;
}
.paginationControl .current {
	color: #990000;
}

div.filtersToggle {
	float: right;
	font-size: 1.1em;
	cursor: pointer;
}
div.filtersToggle img {
	width: 1.5em;
	height: 1.5em;
	margin-bottom: -7px;
}
div.filtersToggle span {
	border-bottom: 1px dashed black;
}
#filters table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.standardTable {
	width: 100%;
}
.standardTable th {
	border: 1px solid #993300;
	background-color: #993300;
	color: white;
	white-space: nowrap;
}
.standardTable tbody tr:nth-child(even) {
	background-color: #e6e3da;
}
.evenRows tbody tr:nth-child(even) {
	background-color: #e6e3da;
}
tr.even {
	background-color: #e6e3da;	
}
.standardTable td {
	padding: 5px;
	border: 1px solid gray;
}
.standardTable td.nowrap {
	white-space: nowrap;
}
.standardTable img {
	margin: 3px 5px 0 5px;
	height: 1.5em;
}
.standardTable .center {
	text-align: center;
}
.standardTable .left {
	text-align: left;
}
.standardTable .right {
	text-align: right;
}
.standardTable td.wide {
	width: 100%;
}
.standardTable a {
	color: black;
}

form.gcoinsForm li {
	margin-bottom: 10px;
	padding: 5px;
	list-style-type: none;
}
form.gcoinsForm li span {
	float: left;
}
form.gcoinsForm label {
	padding: 0 0 1px 0;
	border: none;
	color: #222;
	display: block;
	font-weight: bold;
}
form.gcoinsForm .option-div {
    margin-top: 10px;
}
form.gcoinsForm .option-div label {
    font-weight: normal;
}
form.gcoinsForm p.description {
	margin: 0;
	padding-top: 3px;
	clear: left;
	font-size: 0.9em;
	color: #444;
	display: block;
	width: 400px;
	text-align: justify;
}
form.gcoinsForm span.required {
	float: none;
	color: red !important;
	font-weight: bold;
	margin: 0;
}
form.gcoinsForm li {
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}
form.gcoinsForm li.focused {
	background-color: #fff7c0;
}
form.gcoinsForm .hidden {
	display: none;
}
*:focus {
	outline: none;
}
div.form_errors_block {
	background: #ffecec;
	border: 1px solid #dd4c10;
	padding: 10px;
}
div.form_errors_block ul {
	list-style: none;
}
div.form_errors_block li {
	list-style: none;
	margin: 5px 0 5px 0;
    font-size: 1.3em;
}
div.form_errors_block li em {
    font-size: 1.1em;
    font-weight: bold;
}
form.gcoinsForm input[type=text], form.gcoinsForm input[type=password], form.gcoinsForm select {
	width: 250px;
}
form.gcoinsForm textarea {
	width: 350px;
}


.blogStyle h2 a {
	color: black;
	text-decoration: none;
}
.blogStyle {
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: justify;
}

.blogStyle .postUtilities {
	margin-bottom: 90px;
	clear: both;
	padding-top: 20px;
}
.blogStyle .post img {
	margin-left: 20px;
	margin-right: 20px;
}
.blogStyle .post .alignleft {
	float: left;
}
.blogStyle .post .alignright {
	float: right;
}

.Zend_Tag_Cloud li {
	float: left;
	padding: 5px 8px 5px 8px;
}

table.subs th {
	text-align: left;
}
table.subs td {
	vertical-align: top;
}
table.subs .price {
	white-space: nowrap;
	text-align: right;
}
table.subs img {
	width: 1.7em;
	height: 1.7em;
	margin-top: -6px;
}

#scrollbarContainer {
	position: relative;
	border-top: 1px solid black;
	padding-top: 5px;
}
#scrollbarTrack {
	position: absolute;
	top: 5px;
	right: 0;
	height: 100%;
	width: 11px;
	cursor: move;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #dddddd;
}
#scrollbarHandle {
	width: 11px;
	background-color: #5c92e7;
	cursor: move;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	
	text-align: center; 
	font-weight: bold; 
	font-size: 1.6em; 
	color: white;	
}
#scrollbarContent {
	overflow: hidden;
	margin-right: 17px;
}

.inplaceeditor-empty {
	font-style: italic;
	color: gray;
}

.backToTopFixed {
	position: fixed;
	top: 0;
}

table .sortcol {
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	cursor: pointer;
}
table .sortdesc {
	background-color: #B9DDFF;
	background-image: url('/img/design/down.gif');
}
table .sortasc {
	background-color: #DDFFAC;
	background-image: url('/img/design/up.gif');
}

.nobr {
	white-space: nowrap;
}
