/* df.css */

/********************************************************************
* generic
********************************************************************/
.pointer {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: #f90;
}

/********************************************************************
* on every page: head, tail, menu
********************************************************************/
#bodyid {
	margin: 0 0 0 0;
	background: #777;
	font-family: "Verdana,Arial,Helvetica,sans-serif";
}
#wrapper {
	margin: 0;
	padding: 0;
}
#basket_info {
	width: 1000px;
	background: black;
	color: white;
	margin: 0 auto;
}
#basket_info a:link {
	color: white;
}
#basket_info a:visited {
	color: white;
}
#basket_info a:hover {
	color: #f90;
}
#maindiv {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background: black;
}
#stripe_left {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	background: black;
}
#stripe_left img {
	border: 0;
}
#stripe_right {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	background: black;
}
#stripe_right img {
	border: 0;
}
#stripe_top {
	width: 600px;
	padding: 0;
}
#stripe_bottom {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: black;
	color: white;
	font-size: 65%;
}
#content_container {
	margin: 0 200px;
	padding: 0;
	height: 600px;
	width: auto;
	background: white;
}
#content_container[id] {
	height: auto;
	min-height: 600px;
}
#content {
	padding: 1em 0.5em;
}

/********************************************************************
* litebox
********************************************************************/
div.litebox_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}
div.litebox_bg[id] {
	position: fixed;
}
div.litebox {
	position: absolute;
	/* top: 50%; */
	/* left: 50%; */
	top: 0;
	left: 0;
	width: 400px;
	height: 400px;
	/* margin: -200px 0 0 -200px; */
	margin: 0;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	padding: 5px;
}
div.litebox[id] {
	position: fixed;
}

/********************************************************************
* fotobox
********************************************************************/
#fotobox {
	width: 720px;
	height: 550px;
	/* margin: -275px 0 0 -360px; */
}
#fotobox #fotobox_close {
	float: right;
}
#fotobox #fotobox_image {
	margin-left: auto;
	margin-right: auto;
}
#fotobox #fotobox_image .fotobox_image_td {
	vertical-align: middle;
}
#fotobox #fotobox_image_img {
	border: 1px solid #000;
}
#fotobox #fotobox_phgr {
	font-size: 75%;
}
#fotobox #fotobox_bottomtext {
	position: absolute;
	bottom: 5px;
	left: 5px;
}
#fotobox #fotobox_orderbox {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 720px;
	padding: 5px;
	background: #eee;
}
#fotobox #fotobox_orderbox_close {
	float: right;
}
#fotobox #fotobox_orderbox table {
}
#fotobox #fotobox_orderbox table th {
	text-align: left;
}
#fotobox #fotobox_orderbox table td {
	padding-right: 10px;
}
#fotobox .fotobox_qty_div input {
	border: 1px solid black;
}
#fotobox .fotobox_qty_div .fotobox_qty_incr {
	background: #666;
	cursor: pointer;
}

/********************************************************************
* basket
********************************************************************/
#basketclear_box {
	width: 300px;
	height: 200px;
	margin: -150px 0 0 -100px;
}
#basketclear_box[id] {
	position: fixed;
}

/********************************************************************
* album
********************************************************************/
.album_foto {
	display: inline-block;
	/* cursor: pointer; */
	margin: 0.5em 17px 0.5em 17px;

	border: #aaa solid 1px;
}
.album_foto .album_foto_img {
	display: table-cell;
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
}
.album_foto .album_foto_phgr {
	font-size: 75%;
}

/********************************************************************
* order
********************************************************************/
#order_head {
	text-align: center;
}
#order_head table {
	border: #888 solid 1px;
	border-collapse: collapse;
	width: 570px;
}
#order_head table tr:first-child {
	border-bottom: hidden;
}
#order_head table td {
	border: #888 solid 1px;
	width: 190px;
}

/*
.order_3_tbl {
	border: #888 solid 1px;
	border-collapse: collapse;
}
.order_3_tbl td {
	border: #888 solid 1px;
}
*/

.order_id {
	font-family: monospace;
	font-weight: bold;
	font-size: 125%;
}

/********************************************************************
* other
********************************************************************/
.root_img {
	text-align: center;
}
