body {
	color: #300;
	text-align: center;
	font: 12px Trebuchet MS, sans-serif;
	background: url('../Images/sitebg.gif') center top repeat-y #fdf6ee;
	}
	
table {
	font: 12px Trebuchet MS, sans-serif;
	}

/*** style for common elements ***/

a {
	color: #c1022d;
	text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
		}	
	
img {
	border: none;
	}

col {
	background: none;
	}	

input, select, textarea {
		font: 12px Arial, sans-serif;
		}

input.disabled {
	border: solid 1px #a5acb2;
	background: #ebebe4;
	}		

th {
	text-align: left;
	}			
		
/*** style for common classes ***/

.error {
	font-size: 10.5;
	font-weight: bold;
	}

.cancel {
	display: inline-block;
	padding: 0 0 0 10px;
	height: 23px;
	color: #666;
	font-weight: bold;
	font: 10px Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	background: url('../Images/bg_cancel_left.jpg') left top no-repeat;
	}

	.cancel span {
		display: inline-block;
		padding: 6px 10px 0 0!important; padding: 5px 10px 0 0;
		height: 17px!important; height: 23px;
		cursor: pointer;		
		background: url('../Images/bg_cancel_right.jpg') right top no-repeat;
		}
	
.button {
	display: inline-block;
	padding: 0 0 0 10px;
	height: 23px;
	color: #c20029;
	font-weight: bold;
	font: 10px Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	background: url('../Images/bg_button_left.jpg') left top no-repeat;
	}

	.button span {
		display: inline-block;
		padding: 6px 10px 0 0!important; padding: 5px 10px 0 0;
		height: 17px!important; height: 23px;
		cursor: pointer;		
		background: url('../Images/bg_button_right.jpg') right top no-repeat;
		}	
		
.goldbutton, .goldbuttonsmall, .silverbutton, 
.silverbuttonlarge, .pinkbutton {
	color: #401113;
	width: 126px; height: 23px;
	font: 10px Georgia, serif;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	background: url('../Images/buttongold.gif') left top no-repeat;
	}

	.goldbuttonsmall {
		width: 75px; height: 20px;
		background: url('../Images/buttongoldsmall.gif') left top no-repeat;
		}	

	.silverbutton {
		background: url('../Images/buttonsilver.gif') left top no-repeat;
		}

	.silverbuttonlarge {
		width: 160px;
		background: url('../Images/buttonsilverlarge.gif') left top no-repeat;
		}			

	.pinkbutton {
		display: block;
		float: left;
		margin: 1px 3px; padding: 2px 0;
		width: 108px; height: 28px!important; height: 32px;
		background: url('../Images/buttonpink.gif') left top no-repeat;
		}

		.pinkbutton:hover {
			text-decoration: none;
			}	

.deleteproduct {
	width: 15px; height: 15px;
	cursor: pointer;
	border: none;
	background: url('../Images/deleteproduct.gif') left top no-repeat;
	}			

.btn_shoppingcart {
	width: 14px; height: 14px;
	cursor: pointer;
	background: url('../Images/shoppingcart.gif') left top no-repeat;
	}			

.btn_login, .btn_logoff {
	display: block;
	width: 34px; height: 34px;
	background: url('../Images/login.gif') left top no-repeat;
	}

.btn_logoff {
	background: url('../Images/logoff.gif') left top no-repeat;
	}
	
	.btn_login span, .btn_logoff span {
		display: none;
		}

.dottedbordertop {
	padding-top: 3px;
	background: url('../Images/dotline_horizontal.gif') left top repeat-x;
	}

.dottedborder {
	height: 10px;
	background: url('../Images/dotline_horizontal.gif') left center repeat-x;
	}	

.text {
	padding: 0 10px;
	}

.odd td {
	background: #fcf6ee;
	}

.error, #divErrors {
	color: red;
	font-style: italic;
	font-weight: normal;
	}

.big {
	font-size: 14px;
	}			

.pointer {
	cursor: pointer!important;cursor: hand;
	}

.sound 
{
	display: inline-block;
	padding-left: 25px;
	height: 20px;
	background: url('../Images/Sound.png') 0 0 no-repeat;
	line-height: 20px;
}

/*** style for headers ***/

h1 {
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}

	h1 span.attention {
		margin-left: 10px;
		font-size: 11px;
		font-weight: normal;
		color: #c1022d;
		text-transform: none;
		}

	h1.bus {
		height: 41px;
		}		

		h1.bus span {
			float: left;
			margin-right: 5px; padding: 5px 0 0 0;
			}

		h1.bus img {
			float: left;
			}			

h2 {
	margin: 5px 0;padding: 0 8px;
	color: #bb9f69;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	}

/*** style for site layout ***/

#main {
	overflow: hidden;
	margin: 0 auto; padding: 0;
	width: 894px;
	text-align: left;
	background: #fff;
	}

	#middlecolumn {
		position: relative;
		float: left; 
		margin: 0 18px 0 0; padding: 0 0 10px 18px; 
		width: 410px!important; width: 432px;
		height: auto!important; height: 400px;
		min-height: 400px;
		border-left: solid 1px #bb9f69;
		}	
	
	#rightcolumn {
		float: left; 
		margin: 0; 
		width: 220px; height: auto!important; height: 400px;
		}

	#rightcolumnlarge {
		float: left; 
		margin: 0; padding: 5px 0 5px 18px;
		width: 648px!important; width: 668px;
		height: auto!important; height: 400px;
		border-left: solid 1px #bb9f69;
		}				

#bottomline {
	clear: both; 
	height: 1px; 
	overflow: hidden; 
	background: #fff;
	}		

/*** style for header ***/	

#header {
	padding: 5px 0 0 0;
	height: 106px!important; height: 111px;
	background: #c1022d;
	}

	#header input {
		padding: 0 2px;
		height: 14px;
		color: #c1022d;
		font: 11px Arial, sans-serif;
		border: none;
		}

	#header #btn_go {
		width: 24px;
		color: #fff;
		cursor: pointer;
		border: none;
		background: url('../Images/ok.gif') left top no-repeat;
		}		

	#header table {
		color: #fff;
		font: 11px Arial, sans-serif;
		}		

	#header a {
		color: #fff;
		}				

#logo {
	float: left;
	margin: 30px 0 0 20px;
	}			

/*** style for menu ***/

#menu {
	padding-bottom: 5px;
	height: 24px!important; height: 30px;
	border-top: solid 1px #bc9e6a;
	background: url('../Images/goudenbies.gif') left bottom no-repeat #bd0100;
	}		

/*** style for langselect ***/

#langselect {
	float: right;
	list-style: none;
	margin: 0; padding: 0;
	}

	#langselect li {
		float: left;
		margin-right: 8px; padding-top: 5px;
		}		

/*** style for searchbar ***/

#searchbar {
	float: right;
	margin-bottom: 15px;
	width: 440px;
	}
	
/*** style for account ***/

#account {
	clear: right;
	float: right;
	}
	
#login {
	width: 250px;
	color: #fff;
	font: 11px Arial, sans-serif;
	}
		
/*** style for app ***/

#app {
	overflow: auto;
	padding-bottom: 5px;
	background: url('../Images/goudenbiesbtm.gif') left bottom repeat-x;
	}

/*** style for component ***/

#component {
	margin: 0 auto; padding-bottom: 4px;
	width: 980px;
	border: solid 1px #c20029; border-bottom: none;
	background: url('../Images/goudenbiesbtm.gif') left bottom repeat-x #fff;
	} 	             										

/*** style for highlight ***/

#highlight {
	clear: both;
	margin: 0; padding: 0; padding-bottom: 5px;
	height: 310px;
	background: url('../Images/goudenbies.gif') left bottom no-repeat;
	}
	
	#payoffleft {
		float: left;
		overflow: hidden;		
		margin: 0; padding: 0;
		width: 672px; height: 310px;
		z-index:-1;
		}

	#payoffleft p, #payoffright p {
		margin: 0; padding: 0;
		}		

	#payoffright {
		float: right;
		overflow: hidden;
		margin: 0; padding: 0;
		width: 222px; height: 310px;
		}
			
/*** style for item ***/

.item {	
	width: 100%;
	}
	
	.item td {
		vertical-align: top;
		}	

	.item th {
		padding: 5px 0;
		height: 40px;
		text-align: center;
		color: #c1022d;
		font-size: 13px;
		font-family: Georgia;
		}	
		
		.item th.bus {
			padding: 5px 3px 0 0;
			height: 41px;
			text-align: left;
			}		

			.item th.bus span {
				float: left;
				padding: 5px 0 0 5px;
				width: 160px;
				}

			.item th.bus img {
				float: right;
				margin-top: 5px;
				}

	.item .itemimage {
		height: 130px;
		vertical-align: middle;
		text-align: center;
		}		
		
	.item .salesprice {
		color: #990202;
		font-size: 13px;
		font-weight: bold;
		text-align: center;	
		}

		.salesprice a {
			margin-left: 25px;
			font-weight: normal;
			font-size: 12px;
			}	

.salesprice {

	}				

	.item tfoot td {
		padding: 0;
		height: 27px;
		vertical-align: middle;
		text-align: center;
		}

	.item .button {
		display: inline-block;
		padding: 0 0 0 2px;
		width: 150px;
		}

		.item .button span {
			display: inline-block;
			padding: 5px 0 0 0;
			width: 100%;
			text-align: center;
			}		

/*** style for categories ***/

#categories {
	float: left;
	margin: 0 0 0 2px; padding: 0;
	}	

	.category {
		display: block;
		padding: 10px 40px 0 10px;
		width: 164px!important; width: 214px; height: 142px!important; height: 152px;
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;		
		text-decoration: none;
		}	

		.category p {
			margin: 0;
			}			

	.categoryname {
		display: block;
		padding: 0;
		height: 14px!important; height: 30px;
		font-weight: bold;
		}								
		
/*** style for columnleft ***/

#columnleft {
	float: left;
	margin: 10px;
	width: 210px;
	}

/*** style for columnmiddle ***/

#columnmiddle {
	float: left;
	margin-top: 10px;
	width: 430px;
	overflow: hidden;
	}

/*** style for columnright ***/

#columnright {
	float: left;
	margin: 10px 0 0 10px;
	overflow: hidden;
	width: 210px;
	}
	
/*** style for flextext ***/

h2.flextexthead {
	margin: 0; padding: 7px 10px 0 10px;
	height: 25px!important; height: 32px;
	color: #fff;
	background: url('../Images/flextext_head.gif') left bottom no-repeat;
	}
	
.flextext {
	margin: 0 0 10px 0; padding: 1px 10px 1px 10px;
	background: url('../Images/flextext_bg.gif') left bottom no-repeat;
	}

/*** style for itembar ***/

#itembar {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0; padding: 0;
	height: 280px;
	background: url('../Images/bg_red.gif') left top repeat-x;
	}

	#itembar .categoryname {
		display: block;
		padding: 5px 5px 5px 20px;
		height: 25px!important; height: 30px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;	
		}		

#bar, #categoriesbar {
	position: absolute; 
	left: 22px; top: 30px;
	z-index: 1;
	margin: 0; padding: 0; 	
	height: 10px;
	list-style: none;
	}

	#itembar li {
		overflow: hidden;
		float: left;
		margin: 0; padding: 0 7px 10px 7px;
		width: 157px!important; width: 171px; height: 250px;
		background: url('../Images/dotline_vertical.gif') right top repeat-y;
		}

/*** style for itemcolumn ***/

#itemcolumn {
	position: relative;
	margin: 0; padding: 0;
	}
	
	#itemcolumn ul, #specials {
		margin: 0; padding: 0;
		list-style: none;
		}

	#specials {
		margin-top: 10px;
		}		

		#itemcolumn li, #specials li {
			overflow: hidden;
			float: left;
			margin: 0 10px 4px 0; padding: 0 2px;
			width: 206px!important; width: 210px; height: 240px;
			background: url('../Images/bg_item.png') left top no-repeat;
			}			

		#itemcolumn li.last {
			margin-right: 0;
			}	
				
/*** style for soldout ***/

.soldout {
	position: relative;
	display: block;
	width: 150px; 
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;			
	}

	.soldout img {
		filter: alpha(opacity=20);
		opacity: 0.2;			
		}		

	.soldout span {
		position: absolute;
		left: 10px; top: 25%;
		width: 130px;	
		}

/*** style for categorybar ***/

#categorybar {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0; padding: 0;
	height: 170px;
	background: url('../Images/bg_red_25.gif') left 5px repeat-x;
	}			
	
#categorybar #scrollleft, #categorybar #scrollright {
	background-position: 0 12px;
	}						

	#categorybar li {
		overflow: hidden;
		float: left;
		margin: 0; padding: 10px 0;
		width: 122px; height: 120px!important; height: 140px;
		text-align: center;
		background: url('../Images/dotline_vertical.gif') right top repeat-y #fff;
		}				

/*** style for favorites ***/

#favorites {
	float: left;
	margin: 0; padding: 0;
	width: 669px; height: auto!important; height: 205px;
	min-height: 205px;
	background: url('../Images/bg_red.gif') left top repeat-x #fcf6ee;
	}
	
	#favorites dl {
		float: left;
		margin: 0; padding: 0;
		width: 444px;
		list-style: none;
		}

		#favorites dt {
			margin: 0; padding: 5px 0 0 15px;
			height: 20px!important; height: 30px;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			}		

		#favorites dd {
			float: left;
			margin: 5px 0 0 5px;
			width: 200px; height: 75px!important; height: 85px;
			}

			#favorites dd img {
				float: left;
				margin-right: 5px;
				width: 70px;
				}
				
			#favorites dd .deletefavorite {
				display: block;
				clear: left;
				text-decoration: underline;
				}

				#favorites dd .deletefavorite:hover {
					text-decoration: none;
					}				

	#favorites .item {
		float: left;
		}						
	
/*** style for leftcolumn ***/

#leftcolumn {
	float: left;
	margin: 0; padding: 5px 1px;
	width: 224px; height: 400px;
	background: #fefcfa;
	}	

	#leftcolumnlarge {
		float: left;
		margin: 0; padding: 5px 1px;
		width: 672px!important; width: 674px;
		}

	#leftcolumn h2.flextexthead {
		margin-left: 5px;
		}			

	#leftcolumn dl {
		margin: 0 0 10px 5px; padding: 1px 3px 4px 3px;
		width: 204px!important; width: 210px;
		background: url('../Images/flextext_bg.gif') left bottom no-repeat;
		}

	#leftcolumn a {
		color: #300;
		text-decoration: none;
		}

		#leftcolumn a:hover {
			text-decoration: underline;
			}	
	
	#leftcolumn dt {
		padding: 3px 7px;	
		border-bottom: solid 1px #ebb4c0;
		}

		#leftcolumn dt.last {
			border-bottom: none;
			}
			
		#leftcolumn dt.active {
			font-weight: bold;
			border-bottom: none;
			}
					
			#leftcolumn dt.lastactive {
				font-weight: bold;
				border-bottom: none;
				border-top: solid 1px #bb9f69;
				}

	#leftcolumn dd {
		margin: 2px 0 2px 10px; padding: 2px 5px;
		background: url('../Images/dotline_horizontal.gif') left bottom repeat-x;
		}

		#leftcolumn dd.active a {
			color: #c1022d;
			}		

/*** style for checkout ***/

#checkout {
	padding: 0 0 10px 144px;
	}

#shoppingcart_placeholder {
	/*position: relative;*/
	margin: 0; padding: 10px 0 10px 144px; 
	}

	.checkoutcontent {
		margin-bottom: 10px;
		width: 600px;
		}	

/*** style for itemdetail ***/

#rightcolumnitem {
	float: left; 
	margin: 0; padding: 5px 0;
	width: 648px!important; width: 668px;
	height: auto!important; height: 400px;
	border-left: solid 1px #bb9f69;
	}

.back {
	margin: 0; padding: 0 0 10px 18px;
	background: url('../Images/goudenbies.gif') left bottom no-repeat;
	}

#itemdetail {
	margin: 0; padding: 0 0 10px 18px;
	background: url('../Images/goudenbies.gif') left bottom no-repeat;
	}

	#itemdetail table {
		width: 650px;
		}

		#itemdetail td {
			vertical-align: top;
			}

		#itemdetail tfoot td {
			padding-top: 5px;
			}					

		/*** style for image carrousel ***/

		#imagecarrousel {
			overflow: hidden;
			width: 300px; height: 200px;			
			}

			#imagecarrousel div {
				display: none;
				}

				#imagecarrousel div.selected {
					display: inline;
					}

		#images {
			margin: 0; padding: 0;
			}
			
			#images div {
				float: left;
				margin: 2px 1px 2px 0;
				width: 99px;
				overflow: hidden;				
				}

	.articlenumber {
		padding: 0 5px 5px 5px;
		}		
			
	.itemdetailtext {
		height: 150px;
		}		
		
		.itemdetailtext div {
			overflow: auto;
			padding: 0 5px;
			height: 150px;
			}

			.itemdetailtext div.large {
				height: 230px;
				}				

.itemproperties {
	vertical-align: top;
	height: 103px;
	background: url('../Images/bg_itemproperties.gif') left top repeat-x #fcf6ee;
	}
		
	.itemproperties div {
		clear: both;
		display: none;
		overflow: auto;
		padding: 4px 8px;
		height: 92px!important; height: 100px;
		}

	.itemproperties div p {
		margin: 2px 0;
		}

/*** style for form ***/

.form {
	width: 600px;
	}
		
	.form tfoot td {
		padding-top: 20px;
		}

/*** style for loginpage ***/

.loginchoice {
	margin-bottom: 10px;
	font: 12px Arial, sans-serif;
	border-top: solid 1px #bb9f69;
	background: #f5f1e8;
	}

	.loginchoice tfoot td {
		padding: 5px 0;	
		}
	
.logintext, .registertext {
	vertical-align: top;
	padding: 8px 5px 8px 10px;	
	}

	.registertext {
		background: #eae2d2;
		}

	.loginformlabel {
		padding: 4px 5px 4px 10px;
		}	
		
	.loginformfield {
		padding: 4px 5px 4px 0;
		}		
				
	.logintext p, .registertext p  {
		margin: 0 0 10px 0;
		}

		p.right {
			margin: 0;
			text-align: right;
			}		

	.loginchoice input {
		border: #eae2d2 1px solid;
		}

/*** style for deliveryaddress ***/

.deliveryitem {
	display: block;
	padding: 0 0 5px 0;
	color: #c1022d;
	font-size: 16px;
	font-weight: bold;
	}
	
#deliveryaddress {
	margin: 0; padding: 0;
	width: 600px;
	font-size: 11px;
	}

	#deliveryaddress thead th {
		padding: 3px 0 3px 5px;
		color: #fff;
		font-weight: bold;
		background: #bb9f69;
		}
	
	.useaddressbook {
		padding: 8px 0;
		border-bottom: solid 1px #bb9f69; 
		}		

/*** style for options info popup ***/		

.info {
	display: none;
	position: absolute;
	left: 160px; top: 190px;
	padding-bottom: 23px; 
	width: 450px;
	border: solid 1px #c20029; border-top: none;
	background: #fff;
	}	

	.info .head {
		display: block;
		margin: 0; padding: 5px 10px;
		width: 430px!important; width: 450px; height: 20px!important; height: 30px;
		color: #fff;
		background: url('../Images/bg_red.gif') left top repeat-x;
		}

	.info p {
		margin: 0 0 10px 0;
		}		

	.infotext {
		overflow: auto;
		padding: 10px;
		height: 230px!important; height: 250px;
		}

	.closeinfo {
		position: absolute;
		right: 15px; bottom: 5px;		
		padding-left: 15px;
		cursor: pointer;
		background: url('../Images/arrow_right.gif') 2px 3px no-repeat;
		}							

/*** style for confirmation ***/

.confirmation {
	margin-bottom: 10px;
	width: 600px;
	border-top: solid 1px #bb9f69;
	border-bottom: solid 1px #bb9f69;
	background: #eae2d2;
	}

	.confirmation thead th {
		padding: 2px 5px;
		color: #fff;
		background: #bb9f69;
		}

	.confirmation tbody th {
		padding: 1px 5px;
		}
		
	.confirmation tbody td {
		padding: 1px 5px;
		}

		.confirmation tbody.alternate th, .confirmation tbody.alternate td {
			background: #fcf6ee;
			}		
	
#telegramtext td {
	padding: 0;
	}

/*** style for shoppingcartcosts ***/		

#shoppingcartcosts {
	margin-bottom: 10px;
	width: 100%;
	font-size: 11px;
	border-top: solid 1px #bb9f69; 
	border-bottom: solid 1px #bb9f69;
	background: #eae2d2; 
	}

	#rightcolumnlarge #shoppingcartcosts {
		width: 550px;
		}	

	#shoppingcartcosts thead th {
		padding: 2px 5px;
		color: #fff;
		background: #bb9f69;
		}	
	
	#shoppingcartcosts td {
		padding: 2px 5px;	
		}
		
		#shoppingcartcosts td.dotted {
			padding: 2px 5px;	
			background: url('../Images/dotline_horizontal.gif') left top repeat-x #eae2d2;
			}

	#shoppingcartcosts .orderitem {
		padding-left: 15px;
		}
			
	.price {
		text-align: right;
		}
		
	#shoppingcartcosts strong {
		font-size: 12px;
		}
	
/*** style for sitemap ***/

#sitemap {
	}

	#sitemap dt {
		font-weight: bold;
		}	
	
/*** style for terms ***/

.terms {
	overflow: auto;
	padding: 10px;
	text-align: left;	
	background: #fdf6ee;
	}
	
/*** style for FAQ ***/
.faq 
{
	padding: 0 10px;
}

#textblock .faq dl 
{
	padding-bottom: 10px;
}

.faq dt {
	padding-left: 15px;
	font-weight: bold;
	cursor: pointer;
	color: #c1022d;
	}

.faq dd {
	margin: 0 0 10px 25px; padding: 0;
	display: none;
	/*
	overflow: hidden;
	height: 1px;
	border-bottom: solid 1px #ccc;
*/
	}

.faq dd p {
		margin: 5px 0;
		}				

.faq dt.close {
	margin-bottom: 10px;
	background: url('../Images/plus.gif') 0 4px no-repeat;
	}

.faq dt.open {
	margin-bottom: 0;
	background: url('../Images/min.gif') 0 4px no-repeat;
	}	


