p, div, td, input, textarea, a, select, li, body {
	/*font-family: "Lucida sans Unicode", "Lucida sans", Arial, Verdana;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:12px;
	line-height:17px;
	color:#666;
}

ul {
	list-style-type:disc;
	list-style-position:outside;
}
ul li {
	margin:0 0 0 16px;
}

p {
	padding:15px 0 0 0;
}

input, select, textarea {
	border:1px solid #d9d9d9;
	padding:2px;
	line-height:12px;
}

a {
	color:#777;
}
a:hover{
	color:#bd2c16;
}

h1 {
	font-size:12px;
	font-weight:bold;
	color:#1a171b;
	padding:5px 0 8px 0;
}
h1.shopcartbg {
	background:url(../img/icons/webshop.jpg) no-repeat 0px 7px;
	padding-left:30px;
	line-height:17px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#444;
	padding:5px 0 5px 0;
}

h3 {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#666;
	padding:5px 0 5px 0;
}

a img {
	border:none;
}

blockquote {
	font-style:italic;
}

div.submit input, .button {
	display:block;
	border:none;
	margin:0 2px 0 0;
	text-decoration:none;
	text-align:left;
	background:transparent url(../img/icons/button.gif) no-repeat 0px 3px;
	cursor:pointer;
	line-height:20px;
	padding:0 0 0 30px;
	width:150px;
	height:20px;
	float:left;
	
}
div.submit input {
}
div.submit input.hover, .button.hover {
	color:#c5bc00;
}

form div.input {
	padding:0 0 3px 0;
}
form div.textarea {
	padding:0 0 3px 0;
}
form div label {
	float:left;
	width:120px;
	text-align:right;
	padding-right:20px;
}
input, textarea {
	width:250px;
}


.table {
	padding:10px 0 10px 0;
	display:table;
}
.coll {
	padding:5px 0px 5px 5px;
	vertical-align:top;
	display:table-cell;
	line-height:1.5;
	float:left;
}
.table .hrow {
	display:table-row;
}
.table .hrow .coll{
	background:#c5bc00;
	color:#fff;
	line-height:18px;
	text-align:left;
}
.table .row {
	display:table-row;
	float:left;
}
.target *{
	color:#1a171b;
}
.table .row.drag{
	cursor:move;
	margin:2px 0 2px 0;
}
.table .row.drag .coll {
	border-bottom:1px dotted #666;
	!border:none;
}

.listBooks {
	border-top:1px solid #d9d9d9;
}
.listBooks .title h1{
	font-weight:bold;
	padding-top:0;
	margin-top:0;
}
.listBooks .item {
	padding:3px 0 3px 0;
	margin:3px 0 3px 0;
	border-bottom:1px solid #d9d9d9;
	float:left;
	clear:left;
	width:470px;
}
.listBooks .item .img{
	margin:5px 5px 5px 0;
	float:left;
	width:140px;
}
.listBooks .item .img .img_in {
	width:auto;
	float:left;
}
.listBooks .item .img .img_in img {
	float:left;
}

.listBooks .item .right{
	width:315px;
	padding:0 5px 5px 5px;
	float:left;
}
	.listBooks .item .right .title{}
	.listBooks .item .right .shorttext{
		padding:0 0 0 0;
	}
	.listBooks .item .right .shorttext p{
		padding:0px;
		margin:0px;
	}
	.listBooks .item .right .buttons{
		
	}

.showBookHeader {
	width:540px;
	float:left;
	padding:10px 0 10px 0;
}
.showBookHeader .img{
	float:left;
	
	margin:0 10px 10px 0;
}
.showBookHeader .right{
	float:left;
	width:390px;
}

.showShopitemHeader {
	width:540px;
	float:left;
	padding:10px 0 10px 0;
}
.showShopitemHeader .img{
	float:left;
	
	margin:0 10px 10px 0;
}
.showShopitemHeader .right{
	float:left;
	width:390px;
}
.showShopitemHeader .right h1, .showBookHeader .right h1 {
	padding-top:0;
	margin-top:0;
	line-height:12px;
}

.listShopitems {
	border-top:1px solid #d9d9d9;
}
.listShopitems .item {
	padding:3px 0 3px 0;
	margin:3px 0 3px 0;
	border-bottom:1px solid #d9d9d9;
	float:left;
	clear:left;
	width:470px;
}
.listShopitems .item .img{
	margin:5px 5px 5px 0;
	float:left;
	width:140px;
}
.listShopitems .item .img .img_in {
	width:auto;
	float:left;
}
.listShopitems .item .img .img_in img{
	float:left;
}

.listShopitems .item .right{
	width:315px;
	padding:0 5px 5px 5px;
	float:left;
}
	.listShopitems .item .right h1{
		padding-top:0;
		margin-top:0;
		
	}
	.listShopitems .item .right .shorttext{
		padding:0 0 0 0;
	}
	.listShopitems .item .right .shorttext p{
		padding:0px;
		margin:0px;
	}
	.listShopitems .item .right .buttons{
		
	}

.message {
	color:#666;
	display:block;
	padding:0 0 0 0px;
}
.error-message {
	color:#bd2c16;
	display:block;
	height:20px;
	padding:0 0 0 30px;
	line-height:20px;
	display:none;
}
.error label {
	color:#ff0000;
}
.backButton {
	display:block;
	height:20px;
	width:140px;
	padding:0 0 0 30px;
	line-height:20px;
	text-decoration:none;
	background:url(../img/icons/back.jpg) no-repeat left;
}

ul.smallNavigation{
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
	height:15px;
}
ul.smallNavigation li{
	display:block;
	float:left;
	height:15px;
	border-left:1px solid #666;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
ul.smallNavigation li.first{border-left:none;}
ul.smallNavigation li.first a{padding-left:0px;}

ul.smallNavigation li a{
	line-height:10px;
	display:block;
	float:left;
	text-decoration:none;
	padding:2px 5px 2px 5px;
}
ul.smallNavigation li a:hover{
	color:#1a171b;
	text-decoration:underline;
}

ul.smallNavigation li.icon{
	
}

ul.smallNavigation li.icon a {
	width:16px;
	height:15px;
	overflow:hidden;
	padding:0;
	margin:0px 5px 0px 5px;
	background: url(../img/icons/shopcart_hover.jpg) no-repeat bottom left;
}
ul.smallNavigation li.icon.active a {
	background-image:url(../img/icons/shopcart_hover_active.jpg);
}
ul.smallNavigation li.icon a:hover {
	background-position:top left;
	text-decoration:none;
}
ul.smallNavigation li.bg a{
	padding-left:22px;
}


#orderForm div.submit {
	width:100px;
	float:right;
}
	#orderForm div.submit input {
		width:90px;
	}
	
	
/* drop shadow */
	.item .img .img_in, .coll .img, .dropshadow {
		background-color:#000000;
		padding:0;
		margin:0;
	}
	.coll .img {
		padding:0;
		margin:5px 0px 5px 5px;
		width:80px;
		overflow:hidden;
	}
	
	.item .img img, .coll .img img, .dropshadow img{
		float:left;
		padding:0px;
		margin:0px;
	}