/* @override 
	http://www.werbungmuenchen.de/wp-content/uploads/zingiri-web-shop/custom.css
	http://www.werbungmuenchen.de/wp-content/plugins/zingiri-web-shop/zing.css
*/

/* LAYOUT ONLY!! */ /* orange 		#cc6604 */
	/* charcoal 	#302F34 048-047-052*/ /* darkgrey		#808080 128-128-128*/
	/* warmgrey		#594F4F */ /* lightgrey	#C2C2C6 */
	/* verylightgrey	#D6DDE6 */ /* lightblue	#ccffff 204-255-255*/
	/* TEXT MAKEUP AND OTHER COSMETICS HERE!!! */
#hideable {
	background-color: white;
}

/* image properties */
.imgleft {
	float: left;
	padding: 6px 10px 6px 0px;
}

.imgright {
	float: right;
	padding: 6px 0px 6px 10px;
}

img {
	border-width: 0px;
}

/*FIXME*//*
.imgaboutus {
	align: center; 
}
*/ 

/* this image is used in details.php and browse.php, all other images should not have borders */
.borderimg {
	border-style: hidden;
	border-style: none;
	border-color: #D6DDE6; /*verylightgrey*/
	border-width: 1px;
}

#zing_ws_details table.datatable tbody tr td {
	border: 0 hidden #ffffff;
	line-height: 150%;
}

/* maintenance messages */
#mms {
	text-align: left;
	color: blue;
}

/* price format */
*.price {
	font-weight: bold;
/*	text-decoration: strong;*/ /*FIXME*/
	text-align: left;
}

/* new products */
.new {
	color: black;
	font-weight: bold;
	display: inline;
}

/* front page */
.frontpage {
	height: 185px;
}

.frontpage p,.frontpage h5 { /*	height: 50%;*/
	height: 1em;
}

/* tables of this class have no border */

table.borderless th,table.borderless td {
	border: 0px;
	padding: 5px;
	vertical-align: top;
}

table.borderless caption,.captitle {
	font-size: 14px;
	font-weight: bold;
	color: #302F34; /*charcoal*/
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}

table.borderless td h5 {
	padding: 0px;
	margin: 0px;
}

/* a class that describes how tables should look */
.datatable {
	margin-left: auto;
	margin-right: auto;
	min-width: 100%;
	border-style: solid;
	line-height: 150%;
}

#zing_ws_main table.datatable tbody tr td {
	border-color: #ffffff;
}

.datatable td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

.datatable th {
	font-weight: bold;
	/*remove-color: black;*/
	text-align: left;
	padding: 6px;
	background-color: #bcddff;
}

.datatable caption {
	font-size: 16px;
	/*remove-color: #302F34;*/ /*charcoal*/
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	font-style: normal;
}

.datatable input[type="textarea"],.datatable textarea {
	height: 100px;
}

#zing_ws_conditions table.datatable tbody tr td {
	border-color: #ffffff;
}

#zing_ws_checkout table.datatable tbody tr td {
	border-color: #ffffff;
}

#zing_ws_main div table.borderless tbody tr td a.plain h4 {
	text-align: left;
}

#zing_ws_main div table.borderless tbody tr td a.plain img {
	float: left;
	margin-right: 0;
}

#zing_ws_main div table.borderless tbody tr td a.plain div img {
	margin: 10px 0 0 45px;
}

#zingiri-web-shop-products div.art-block-body {
	padding-top: 0px;
}

#zing_ws_checkout table.datatable caption {
	padding-top: 10px;
}

.datatable tr.altrow td {
	background-color: #E2EAEE; /*verylightgrey*/
	color: black;
	padding: 4px;
}

.datatable tr:hover,.datatable tr.hilite {
	/*remove-background-color: red;*/ /*lightblue*/
	/*remove-color: black;*/
}

/* (?) popup properties */
a.info {
	position: relative; /*this is the key*/
	z-index: 24;
	/*remove-background-color: white;
	color: black;*/
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a.info:hover {
	z-index: 90;
	/*remove-background-color: #004c93;*/ /* darkblue */
	/*remove-color: white;*/
}

a.info span {
	display: none
}

a.info:hover span { /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	z-index: 90;
	top: 2em;
	left: 1em;
	width: 25em;
	border: 1px solid #C2C2C6; /*lightgrey*/
	background-color: #ccffff; /*lightblue*/
	color: black;
	text-align: left
}

.fpflag {
	position: relative;
	top: 29px;
	left: 12px;
	display: block;
}

.frontpage {
	width: 145px;
	height: 185px;
}

/* REQUIRED if using Artisteer templates*/
.art-PostHeaderIcon-wrapper {
	display: none;
}



.art-page-footer {
	display: none;
}

/* REQUIRED if using Zingiri Apps */

#zfaces input,.zfaces input {
	color: black;
	border-style: solid;
	border-width: 1px;
}

div.faces ul,div#zfaces ul,ul#zfaces,ul.zfaces {
	list-style-type: none;
}

p.zfaces-form-label {
	font-size: 24px;
	font-weight: bold;
	color: #302F34; /*charcoal*/
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}

#zing-sidebar-cart ul {
	list-style-type: none;
}
#zing-sidebar-cart ul li {
	background-image: none;
	font-size: 13px;
}


#zing_ws_shipping table.datatable tbody tr td {
	border-color: #ffffff;
}

/* dashboard divs */
div.dashboard {
	float:left;
	position:relative;
	margin-left:10px;
	margin-right:10px;
	width:45%;
	padding:10px;
}

/* dashboard tables */
table.dashboard {
	border: 1px solid;
	border-collapse: collapse;
	/*margin-left: auto;  
	margin-right: auto;
	min-width: 25%;*/
}
table.dashboard td {
	border: 0px;
	padding: 4px;
	text-align: left;
    vertical-align: top;
}
table.dashboard th {
	font-weight: bold;
	text-align: left;
	padding: 4px;
    border: 1px solid;
}
table.dashboard caption {
	font-size: larger;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}

#zing_ws_customer div.zfaces-form {
	border-color: #ffffff;
}

#zing_ws_browse table.datatable {
	width: 585px;
}

#zing_ws_main div table.borderless tbody tr td a.plain h1 {
	font-size: 14px;
	height: 30px;
	text-align: center;
}

#shoppingcart ul li h1 a {
	font-size: 13px;
}

#shoppingcart ul li h1 {
	font-size: 13px;
}

#zing_ws_contact table.datatable tbody tr td {
	border-color: #ffffff;
}

#zing_ws_search table.datatable tbody tr td {
	border-color: #ffffff;
}

#zing_ws_my table.datatable tbody tr td {
	border-color: #ffffff;
}

#zing_ws_my table.datatable tbody tr td ul li {
	list-style-type: disc;
	text-indent: 5px;
}

div.zfaces-form {
	border-color: #ffffff;
}

#zing_ws_browse table.datatable {
	float: right;
    }

#zing_ws_main div h2 {
	margin: 0;
	padding: 10px 0 0;
	color: #008FFF;
	font-weight: normal;
	font-style: normal;
}

#zing_ws_main div table.borderless tbody tr td a.plain h1 {
	margin: 0;
}


