/***************
	GENERAL
***************/
body {
	background-image: url('/layout/bg.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 9pt;
}

h1 {
	margin-top: 5px;
}

h2 {
	margin: 0px;
}

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

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
	text-decoration: none;
}

p {
	margin: 0px;
}

/*******************
	TOP LAYOUT
*******************/

div.canvas {
	width: 980px;
	margin: auto;
}

div.top {
	position: relative;
	height: 70px;
}

div.top div.topMenu {
	text-align: right;
	margin-right: 20px;
	font-size: 8pt;
}

div.top div.tab {
	width: 202px;
	text-align: center;
	height: 26px;
	padding-top: 0px;
	background-image: url('/layout/topTab.jpg');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div.top div.paymentmethods {
	position: absolute;
	bottom: 4px;
	right: 209px;
}

div.tab div {
	background-image: url('/layout/cart.jpg');
	background-repeat: no-repeat;
	background-position: 15px bottom;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 8px;
	height: 18px;
}

div.logo {
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 25pt;
}

div.main {
	border: solid 4px #FFFFFF;
}

div.topPicture {
	width: 970px;
	border: solid 1px #FFFFFF;
	background-image: url('/image/topPicture.jpg');
	background-repeat: no-repeat;
	height: 188px;
	margin-bottom: 5px;
}

div.loggedin {
	float: right;
	font-size: 8pt;
}

div.contentContainer {
	clear: both;
}

/***********************
	OTHER CONTENT
***********************/

div.content {
	overflow: auto;
}

div.head {
	text-align: center;
}

div.right {
	background-color: #FFFFFF;
	padding: 2px;
	min-height: 400px;
}

div.right div.breadcrumbs {
	font-size: 8pt;
	margin-bottom: 10px;
	margin-top: 5px;
}

div.bottom {
	clear: both;
	text-align: center;
	margin-top: 10px;
}

div.bottom div.copyright {
	font-size: 7pt;
	margin-top: 3px;
}

div.amenu {
	float: left;
	padding: 2px;
	text-align: center;
	width: 60px;
	font-size: 7pt;
}

div.flashMessage {
	margin-bottom: 8px;
	padding: 4px;
	border: solid 1px #AAAAAA;
	background-color: #EEEEEE;
	text-align: center;
}

/*************************
	OFFERS FRONTPAGE
*************************/

div.offerContainer {
	overflow: hidden;
}

div.offer {
	float: left;
	width: 32.6%;
	margin: 2px;
	position: relative;
	height: 320px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

div.offerBadge {
	position: absolute;
	bottom: 15px;
	left: 0px;
	right: 0px;
	height: 172px;
	background-image: url('/layout/offerStar.png');
	background-repeat: no-repeat;
}

div.offerBadge span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 50pt;
	color: #676664;
}

div.offerBottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 15px;
	background-color: #666666;
	padding: 3px;
	padding-right: 10px; 
	text-align: right;
}

div.offerBottom a {
	color: #FFFFFF;
}

/*************
	MENU
*************/
div.menuTop {
	background-color: #ffcc00;
	height: 40px;
	position: relative;
}

div.menuTop span {
	position: absolute;
	bottom: 3px;
	left: 10px;
	font-size: 12pt;
	color: #323234;
}

div.menu {
	float: left;
	width: 180px;
	margin-right: 5px;
	overflow: hidden;
	display: block;
}

div.menuBox {
	margin-bottom: 6px;
}

div.menuItems {
	background-color: #5c5c5c;
	padding: 10px;
}

div.menu div.menuItem {
	margin-bottom: 3px;
}

div.menuSubItems {
	background-color: #858585;
	padding: 3px;
	display: none;
}

div.menu div.menuSubItem {
	padding: 1px;
	margin-bottom: 3px;
}

div.menu a {
	color: #FFFFFF;
	text-decoration: none;
}

div.menu div.menuItem a:hover {
	color: #DDDDDD;
}

div.menu div.menuActive a,
div.menu div.menuActive a:hover,
div.menuSubItemActive a {
	color: #fecb02;
}

div.menu div.menuSubActive {
	display: block;
}

div.menuBox div.link {
	background-color: #ffcc00;
	padding: 3px;
	margin-bottom: 5px;
	color: #000000;
	padding-left: 10px;
}

div.menuBox div.link a {
	color: #323234;
}

/*****************
	LISTING
*****************/

div.listItem {
	overflow: auto;
	clear: left;
	border: solid 1px #000000;
	border-top: 0px;
	padding: 2px;
}

div.listItem:hover {
	background-color: #EEEEEE;
}

div.listItemHead {
	overflow: auto;
	clear: left;
	border: solid 1px #000000;
	padding: 3px;
	background-color: #CCCCCC;
}

div.listCellHead {
	font-weight: bold;
	float: left;
}

div.listCell {
	float: left;
}

div.listCellRight {
	float: right;
}

div.editBox {
	display: none;
}

div.lastChanged {
	float: right;
	font-size: 10px;
}


/********************
	PRODUCT LIST
********************/
div.products {
	clear: left;
	overflow: hidden;
}

div.productItem {
	float: left;
	background-color: #e8e8e8;
	width: 23%;
	margin: 2px;
	padding: 5px;
	height: 290px;
	position: relative;
}

div.productItem div.picture {
	height: 120px;
	overflow: hidden;
/* 	border: solid 1px #AAAAAA; */
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:175px;
}

div.productItem div.picture img {
	border: solid 1px #AAAAAA;
}

.noPicture {
	background-image: url('/layout/noPic.png');
	height: 120px;
}

div.productItem div.information {
	padding: 7px;
}

div.information div.headline {
	margin-bottom: 10px;
	height:15px;
	overflow:hidden;
}

div.information div.description {
	margin-bottom: 10px;
	height: 95px;
	overflow: hidden;
}

div.information div.price {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: right;
}

/********************
	PRODUCT SHOW
********************/
div.productContainter {
	overflow: hidden;
	background-color: #e8e8e8;
	padding: 5px;
	position: relative;
}

div.productContainter div.pictures {
	float: left;
	width: 400px;
	margin-right: 5px;
	overflow: hidden;
}

div.pictures div.bigPicture img {
	border: solid 1px #AAAAAA;
}

div.pictures div.bigPicture {
	height: 300px;
	width: 400px;
	text-align: center;
	overflow: hidden;
/* 	background-color: #cdcbce; */
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: table-cell;
	vertical-align: middle;
}

div.bigPicture .noPicture {
	background-image: url('/layout/noPic.png');
}

div.pictures div.bigPicture img {
/* 	height: 100%; */
}

div.pictures div.miniPicture {
	height: 50px;
	text-align: center;
	margin-top: 4px;
	overflow: hidden;
}

div.pictures div.miniPicture img {
	height: 99%;
	margin: 1px;
}

div.productContainter div.information {
	overflow: hidden;
}

div.information div.headline {
	
}

div.information div.description {
	
}

div.information div.price {
	font-size: 10pt;
}

div.price div.smallPrice {
	font-size: 8pt;
}

div.productContainter div.bottomBar {
	position:absolute;
	top:280px;
	left:410px;
	width: 365px;
	background-color: #cdcbce;
	overflow: hidden;
	height: 25px;
}

div.bottomBar div.count {
	padding: 1px;
	margin-right: 10px;
	overflow: hidden;
	text-align: right;
}

div.count input {
	width: 30px;
	text-align: center;
}

div.bottomBar div.putincart {
	overflow: hidden;
	background-color: #ffcc00;
	float: right;
	padding: 5px;
	height: 25px;
}
div.bottomBar div.splitarrow {
	float: right;
	overflow: hidden;
	background-color: #ffcc00;
	background-image: url('/layout/gray-yellow-splitarrow.jpg');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	width: 10px;
	height: 25px;
}

div.pictureShow {
	position: relative;
}

div.pictureShow div {
	height: 16px;
	width: 16px;
	background-image: url('/layout/icons/cross.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
	right: 2px;
}

div.pictureShow img {
	margin: 2px;
}

div.pictureShow img.selected {
	border: solid 2px rgb(255,171,66);
	margin: 0px;
}

/*****************
	PICTURES
*****************/

div.folderList {
	overflow: hidden;
	padding: 5px;
	margin-top: 5px;
}

div.folderItem {
	float: left;
	width: 80px;
	min-height: 80px;
	word-wrap: break-word;
	text-align: center;
	border: solid 1px #DDDDDD;
	font-size: 8pt;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 3px;
}

div.folderItem a img:hover {
	text-decoration: none;
}

div.folderItem:hover {
	background-color: #FAFAFA;
}

div.pictureList {
	clear: both;
	overflow: auto;
	background-color: #FAFAFA;
	border: solid 1px #CCCCCC;
	padding: 5px;
}

div.pictureItem {
	float: left;
	height: 120px;
	width: 120px;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	position: relative;
	border: solid 1px #999999;
	font-size: 8pt;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #000000;
}
div.pictureItem div.image {
	display: table-cell;
	vertical-align: middle;
	height:120px;
	width:120px;
}

div.pictureItem img {
/* 	height: 120px; */
}

div.pictureItemHover {
	display: none;
	text-align: left;
	opacity:0.9;
	filter:alpha(opacity=90);
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	padding: 4px;
}

div.pictureTools {
	z-index: 3;
	text-align: right;
	margin-bottom: 15px;
}

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	padding-right:15px;
}
table.tablesorter thead tr .header {
	background-image: url(/image/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/image/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/image/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

@media print {
	div.top, div.bottom           {display:none;}
	div.toppicture, div.menu      {display:none;}
	div.right > div               {display:none;}
	div.right > div.print         {display:block;}
}