/* TTK Webstore CSS Document 11/2009 */

div.spacer {
	clear:both;
	overflow:hidden;
	font-size:0px;
	}
	
div.float {
	float:left;
	}

div.webstore form {
	margin:0px;
	}
	
div.webstore button, div.webstore input, div.webstore_basket input {
	background-color:#74b858;
	padding:2px 4px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
	border:1px solid #74b858;
	}
	
div.webstore select {
	font-size:11px;
	color:#666;
	padding:2px;
	}
	
table.thumbnail_table {
	width:100%;
	}
	
table.thumbnail_table td {
	vertical-align:top;
	width:50%;
	}

.webstore_miniproduct {
	padding-bottom:15px;
	background-color:#fff;
	}
	
.webstore_miniproduct img {
	margin:0px;
	}
	
div.product_thumbnail {
	/*background:url(../images/dot.gif);*/
background-color:#efefef;
	width:100px;
	padding:10px;
	text-align:center;
margin:0 10px 5px 0;
	}
	
p.product_author {
	padding-bottom:5px;
	}
	
p.product_title {
	font-weight:bold;
	padding-bottom:5px;
	}

.webstore_miniproduct div.product_text {
width:120px;
}
	
.content p.product_info, .content div.product_text p {
	color:#666;
	font-size:11px;
	line-height:16px;
	}
	
.content div.webstore_product p.product_info {
	font-size:12px;
	margin-bottom:10px;
	}
	
div.webstore_product .product_image {
	margin:10px 0px;
	}
	
p.product_price {
	font-weight:bold;
	font-size:12px !important;
	padding-bottom:5px;
	}
	
p.product_id {
	padding-bottom:5px;
	}
	
div.webstore_buy {
	background-color:#cee4c5;
	border:1px solid #74b858;
	padding:10px;
	margin-top:15px;
	}
	
table.product_options {
	margin-bottom:5px;
	}
	
table.product_options td {
	font-weight:bold;
	font-size:11px;
	}
	
table.product_options select {
	margin-right:8px;
	}	
	
input.forward, button.forward {
	background-color:#74b858;
	border:1px solid #000 !important;
	padding:2px 4px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin:0px 3px;
	}
	
p.webstore_back {
	margin:10px 0px;
	}
	
p.basket_info {
	padding-bottom:10px;
	}
	
div.buttonrow {
	padding:10px;
	text-align:center;
	}
	
	
/* Webstore basket */
	
div.webstore_basket {
	font-size:11px;
	background-color:#cee4c5;
	border:1px solid #74b858;
	}
	
div.webstore_basket h1 {
	background:none;
	font-size:12px;
	font-weight:bold;
	padding:5px 8px 0px 8px;
	color:#336633;
	margin:0px;
	}
	
div.webstore_basket table {
	width:100%;
	background-color:#e6f1e2;
	}
	
tr.webstore_basketitem td {
	line-height:14px;
	padding:5px;
	}
	
div.webstore_basket .row2 {
	background-color:#fff !important;
	}
	
td.basket_amount {
	padding:5px 2px 5px 8px;
	}
	
td.basket_item {
	padding:5px;
	}
	
td.basket_delete {
	padding:5px;
	}
	
div.webstore_basket th {
	text-align:left;
	padding:5px;
	border-bottom:1px solid #a0d48b;
	}
	
div.webstore_basket a {
	background:none !important;
	padding:0px !important;
	}
	
div.webstore_basket img {
	margin:0px 2px !important;
	}
	
div.webstore_basket p {
	color:#2b562b;
	padding:5px 8px;
	font-size:11px;
	}
	
p.webstore_basketnote {
	padding:5px 0px;
	border-top:1px solid #a0d48b;
	border-bottom:1px solid #a0d48b;
	}
	
p.webstore_baskethead {
	padding:0px 0px 5px 0px;
	}
	
div.webstore_basket .price {
	font-size:12px;
	text-align:center;
	}
	
div.webstore_basket .price_amount {
	text-align:left;
	}
	
div.webstore_basket .total {
	font-weight:bold;
	font-size:12px;
	text-align:center;
	}
	
div.webstore_basket .price td {
	border-top:1px solid #a0d48b;
	}
	
div.webstore_basket .total td {
	border-bottom:1px solid #a0d48b;
	border-top:1px solid #a0d48b;
	}
	
	
/* Orderform */

div.orderform table td {
	vertical-align:middle;
	}

div.orderform input {
	background-color:#fff;
	color:#333;
	font-weight:normal;
	font-size:11px;
	padding:3px;
	}

div.orderform_question {
	padding:20px 0px;
	}
	
div.orderform_question input {
	margin:0px;
	}
	
div.orderform_column1 {
	padding-right:10px;
	}