body {
	text-align: center;
	margin-top: 20px;
}

/*********** General ***********/

body,tr,th,td,input,select,textarea {
	font: normal 11px Tahoma, Verdana, sans-serif;
}


ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 25px;	
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*********** End: General ***********/




/*********** Global additional classes ***********/

.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	clear: both;
}
/*********** End: Global additional classes ***********/



/*********** Layout ***********/

/* container */
#container {
	position: relative;
	width: 996px;
	margin: 0 auto;
	text-align: left;
	
}
/* header */
#header {
	height: 36px;
}
/* logo */
#logo {

}
	#logo h1 {
		position: absolute;
		top: 0;
		left: 0;
		text-indent: -999em;
		background: url(../images/logo.jpg) no-repeat;
		width: 332px;
		height: 36px;
	}
	#logo h1 a {
		display:block;
		overflow:hidden;
		height:100%;
	}

/* topmenu */
#topmenu {
	float: right;
	padding-top: 17px;
}
	#topmenu ul li {
		float: left;
		padding-left: 2px;
	}
	#topmenu ul li a {
		padding: 5px 10px;
		background-color: #007702;	
		color: #fff;
		text-decoration: none;
		border:1px solid #19a91d;
	}
	#topmenu ul li a:hover {
		background-color: #003a0a;
		color: #fff;
		border:1px solid #007702;
	}

/* navbar */
#navbar {
	height: 20px;
	padding: 5px 10px;
	background: #007702 url(../../images/balk.gif) repeat-x;
	color:#fff;
}

#navbar A{
	color:#fff;
}

#search {
	float: left;
}

#langselect {
	float: right;
}

/* main area */

#main {
	clear: both;
	margin: 10px 0 0 0;
}

/* columns */
#leftcol {
	float: left;
	width: 150px;
	
}

#rightcol {
	float: right;
	width: 150px;
}

/* menu blocks */
.menublock {
	margin: 0 0 10px 0;
	line-height: 16px;
	background: #007702 url(../../images/balk.gif) repeat-x;
	
}
	.menublock h4 {
		font-weight: bold;
		padding: 5px;
		border-top:2px solid #19a91d;
		border-left:2px solid #19a91d;
		border-right:2px solid #19a91d;
		color:#fff;
	}
	
.menucontent {
	padding: 5px 0 10px 0;
	background:#007702;
	border:2px solid #19a91d;
	color:#fff;
}
	.menucontent ul {
		list-style: square inside;
	}
	.menucontent ul li, .menucontent ul li a {
		padding-left: 5px;
		color:#fff;
		text-decoration:none;
	}


#maincontent {
	float: left;
	width: 676px;
	margin: 0px 10px 20px 10px;
}
/* content blocks */
.contentblock{
	clear: both;
	line-height: 16px;
	padding: 5px 5px 15px 5px;
	/*background:#003a0a;*/
	color:#000;
	border:2px solid #19a91d;
	overflow: auto;

	
}
 .contentblock A{
	/*color:#60ff7e;*/
	color: #19a91d;
}

	.contentblock h1 {
		font-weight: bold;
		font-size: 13px;
		padding: 5px;
		background: #007702 url(../../images/balk.gif) repeat-x;
		color:#fff;

	}

#breadcrumbs {
	/* text-transform: lowercase; */
	margin: 7px 0 0 10px;
	font-size: 11px;
	font-weight: normal;
} 

.content {
	padding-top: 10px;
}
	.content p {
		margin: 0 0 5px 0;
	}


/* login */
#login input.logintextfield {
	width: 145px;
	margin-bottom: 5px;
}

/* footer */
#footer {
	border-top: 1px solid #007702;
	padding-top: 10px;
	clear: both;
}
	#copyright {
		float: right;
	}
	#footermenu {
		float: left;
	}
		#footer ul li {
			float: left;
		}
		#footer ul li a {
			text-decoration: none;
		}
		#footer ul li a:hover {
			text-decoration: underline;
		}



/*********** End: Layout ***********/

		
/*********** Productlist ***********/

.productlist {
	clear: both;
}
ul.productlist li {
	border: 1px solid #007702;
	float: left;
	width: 133px;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-align: center;
}
.productlist h2 {
	height: 35px;
}
.productlist h2 a {
	text-decoration: none;
}
.productlist-thumb {
	width: 100px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}
.productlist-thumb img {
	width: 100px;
	height: auto;
}
.productlist-listprice {
	text-decoration: line-through;
}
.productlist-price {
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
.productlist-details {
	display: block;
	clear: left;
}
.productlist-nav {
	clear: both;
	margin-bottom: 10px;
}
.productlist-resultpages {
	float: left;
	margin-bottom: 10px;
}
.productlist-resultpages ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
	border: 1px solid #007702;
}
.productlist-resultpages ul li.descr {
	border: none;
}
.productlist-resultpages ul li.act {
	font-weight: bold;
	background-color: #007702;
}
.productlist-orderby {
	float: right;
}
.productlist-orderby ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
}

.productlist-orderby ul li.act {
	font-weight: bold;
}

/*********** End: Productlist ***********/




/*********** Productdetail ***********/

#productdetail {
	position: relative;
}
#productdetail h2 { 
	margin: 20px 0;
	font-weight: bold;
	font-size: 12px;
}
#productdetail ul {
	list-style: square inside;
}
#product-thumb {
	float: left;
	width: 200px;
	padding: 15px;
	overflow: hidden;
	border: 1px solid #007702;
	text-align: center;
	margin: 0 15px 15px 0;
}
#product-info {
	float: left;
}

#productdetail-table {
	margin-top: 20px;
}
	#productdetail-table td {
		vertical-align: middle;
		padding: 2px;
	}
/*
.discount-img {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
	margin-right: 5px;
	width: 57px;
	height: 57px;
	background: transparent url(../../images/save_money.gif) no-repeat;
}
.discount-img div {
	position: relative;
	padding: 25px 0 0 13px;
	color: #fff;
	font-weight: bold;
}
*/

.productdetail-lbl {
	font-weight: bold;
	font-size: 14px;
}
#product_price {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.product-listprice {
	text-decoration: line-through;
}
/*
.product-buy {
	float: right;
}
.product-buy input {
	background-color: #003a0a;
	color: #fff;
	font-weight: bold;
	width: 100px;
	height: 30px;
}
*/
.product-fulldescr {
	clear: both;
}


/*********** Menu addons ***********/
#today_news {
	padding: 0 0 5px 0;
}


td.FormButton { 
	padding: 10px 10px 0 0;
	font-weight: bold;
}
/*********** End: Menu addons ***********/




/*********** Cart ***********/

#cart-items-wrapper {
	clear: both;
	margin: 0 0 15px 0;
}

#cart-items-wrapper h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}

.cart-item  {
	position: relative;
	width: 100%;

	min-height: 100px;
	height: auto !important;
	height: 100px;
	
	overflow: hidden;
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #007702;
}
.cart-thumb {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #007702;
	text-align: center;
	margin: 0 10px 10px 0;
}
.cart-thumb img {
	width: 80px;
	height: auto;
}
.cart-product-price {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

/*********** End: Cart ***********/



/*********** Buttons ***********/

/* general button style */
a.adv_button {
	background-color: #003a0a;
	color: #fff;
	padding: 3px 5px;
	border: 1px solid #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
a.adv_button:hover {
	background-color: #fff;
	color: #003a0a;
}

/* action buttons for cart items */
.cart-item a.adv_button {
	font-size: 10px;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #003a0a;
	color: #000;
}

.cart-item a.adv_button:hover {
	background-color: #003a0a;
	color: #fff;
}
/*
#rightcol input, #leftcol input {
	margin-bottom: 5px;
}
*/

input, select {
	margin-bottom: 5px;
}
/*********** End: buttons ***********/


