@import "reset.css";
@import "forms.css";

html
{
	height: 100%;
}

body
{
    height: 100%;
	background: #595f3f; 
    font-family: Tahoma;
    text-align: center;
    font-size: 62.5%;
}

* html #wrapOutest
{
	height: 100%;
}

del
{
	text-decoration: line-through;
}

#wrapOutest
{
	width: 950px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}

#wrapOuter
{
	width: 950px;
	min-height: 100%;
	height: auto !important;
	float: left;
	background-color: #ffffff;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-top: 0;
	border-bottom: 0;
}

#wrapTop
{
	height: 100px;
	width: 100%;
	background: transparent url("../img/topBg.gif") no-repeat top;
	position: relative;
}

	#publicLogo
	{
		bottom: 5px;
		max-height: 85px;
		left: 10px;
		overflow: hidden;
		position: absolute;
		width: 370px;
	}

	#login
	{
		float: right;
		margin: 60px 25px 0;
	}
	
		#login p.loginTop
		{
			width: 140px;
			margin: 0px 12px 0 0;
			float: left;
			display: inline;
		}
		
		#login p.loginTop a
		{
			color: #ffffff;
		}
		
		#login p.loginTop a:hover
		{
			color: #708306;
		}
		
		#login a, #login a:link, #login a:visited, #login a:active{
			color: #ffffff;
		}
		
		#login a:hover{
			color: #f3f3f3;
		}
		
		#login span{
			color: #ffffff;
			font-weight: bold;
			line-height: 20px;
		}
	
	#topMenu
	{
		height: 80px;
		width: 200px;
		float: right;
		margin: 10px 10px 0 0;
		display: inline;
	}
	
		#topMenu ul
		{
			padding: 0;
			margin: 0;
			float: left;
		}
	
		#topMenu ul, #topMenu li
		{
			float: left;
		}
		
		#topMenu span
		{
			color: #404040;
			display: block;
			line-height: 20px;
			padding-left: 10px;
			text-transform: uppercase;
		}
		
		#topMenu span:hover
		{
			color: #ffffff;
		}
		
		/* topMenu links */
		.static_page_0
		{
			width: 200px;
			height: 20px;
			background: #a4b613;
			padding: 0;
			margin: 0;
			display: block;
			border-bottom: 1px dotted #ffffff;
		}
		
		span.static_page_1
		{
			width: 200px;
			height: 20px;
			background: #86bfbf;
			border-bottom: 1px dotted #ffffff;
			padding: 0;
			margin: 0;
			display: block;
		}
		
		span.static_page_2
		{
			width: 200px;
			height: 20px;
			background: #a39684;
			border-bottom: 1px dotted #ffffff;
			padding: 0;
			margin: 0;
			display: block;
		}
		
		span.static_page_3
		{
			width: 200px;
			height: 20px;
			background: #e86f2c;
			padding: 0;
			margin: 0;
			display: block;
		}
	
#wrapHighlights
{
	height: 140px;
	width: 100%;
	background: transparent url("../img/highlightBg.gif") repeat-x top;
	margin-top: 10px;
	position: relative;
}
	
	.productHighlight
	{
		width: auto;
		height: auto;
		float: left;
		margin: 15px 10px 0 10px;
		border: 1px solid #a4b613;
		display: inline;
	}
	
	.productHighlight a
	{
		border: 0;
	}
	
	.productThumb
	{
		height: auto;
		width: auto;
		padding: 0;
		margin: 0;
		border: 5px solid #ffffff;
		display: inline;
	}
	
	#firstHighlight, #secondHighlight, #thirdHighlight{
		position: absolute;
		display: none;
	}
	
	.hlActive{
		color: #ffffff !important;
		background-position: 0px 0px !important;
	}
	
	.prodbox{
		width: 300px;
		background: transparent url("../img/highlightBg.gif") repeat-x;
		border: 1px solid #f3f3f3;
		padding: 5px;
		color: #404040;
		text-align: center;
		float: left;
	}
	
	.prodboxRight{
		float: left;
		padding-left: 10px;
	}
	
	.prodboxRight p{
		clear: left;
		float: left;
		color: #f3f3f3;
		width: 180px;
		text-align: justify;
	}
	
	.prodbox h5{
		font-size: 1.1em;
		font-weight: bold;
		display: inline;
		height: 18px;
		color: #f3f3f3;
		text-align: left;
		float: left;
	}
	
	.prodbox img{
		border: 1px solid #a4b613;
		margin: 0px 0px 0px 0px;
		float: left;
	}
	
	.prodbox strong{
		font-size: 1.4em;
		font-weight: bold;
		height: 18px;
		color: #f3f3f3;
		padding: 10px 0px 10px 0px;
		clear: left;
		float: left;
	}
	
	#language_selection
	{
		position: absolute;
		right: 5px;
		top: 5px;
	}
	
	.flag_link
	{
		border: 0;
	}
	
	#highlightMenu
	{
		float: right;
		margin: 32px 40px 0 0;
		position: relative;
		display: inline;
	}
	
	#highlightMenu a
	{
		font-size: 2em;
		font-family: "Trebuchet MS", Tahoma, sans-serif;
		clear: left;
		float: left;
		color: #372f24;
	}
	
	#highlightMenu a:hover
	{
		color: #a5b713;
	}

#divider
{
	height: 40px;
	width: 100%;
	background-color: #3a4403;
	margin-bottom: 4px;
}

	#leftHeader
	{
		width: 215px;
		height: 100%;
		float: left;
	}
	
	#centerHeader
	{
		width: 520px;
		height: 100%;
		float: left;
	}
	
	#rightHeader
	{
		width: 215px;
		height: 100%;
		float: left;
	}
	
		#leftHeader h3, #centerHeader h3, #rightHeader h3,
		#rightColumn h3
		{
			background-color: #738108;
			color: #FFFFFF;
			font-size: 1.1em;
			height: 20px;
			line-height: 18px;
			padding: 0 0 0 10px;
			text-transform: uppercase;
			margin: 10px;
		}

	#payment_methods
	{
		padding-left: 15px;
	}
	
#wrapBottom
{
	width: 950px;
}

#leftColumn
{
	width: 215px;
	float: left;
}

/* category tree */
.categs
{
	padding: 0;
	margin: 0 0 0 10px;
	float: left;
	width: 195px;
}

.catln1
{
	font-size: 1.1em;
	font-weight: bold;
	height: 20px;
	line-height: 19px;
	display: block;
	text-align: right;
	padding: 0 10px 0 0;
}

.catln2,
.catln3,
.catln4
{
	line-height: 19px;
	display: block;
	text-align: right;
	padding: 0 10px 0 0;
}

.catln2
{
	font-size: 1.1em;
}

.catln3
{
	font-size: 1.1em;
}

.catlv1
{
	list-style-type: none;
	margin-bottom: 3px;
}

.catlv2,
.catlv3,
.catlv4
{
	list-style: none;
	margin: 2px 0 0 0;
}

.catul2 .catul li
{
	padding-right: 6px;
}

.item-active .catul
{
	display: block !important;
}

.catul2
{
	display: none;
}
/* eo category tree */

#centerColumn
{
	width: 500px;
	padding: 4px 0px 0 10px;
	float: left;
}
		
	.generalBox{
		height: auto;
		clear: both;
		margin: 0px auto 15px auto;
		background-color: #EBEFE0;
		padding: 8px;
		color: #404040;
		display: block;
		width: 486px;
		float: left;
	}
		
		.generalBox img{
			margin: 5px 10px 10px 0;
			float: left;
			border: 1px solid #e0e0e0;
		}
		
		.generalBox h5,
		.checkout_field h2,
		.checkout_new_address h2{
			font-size: 1.2em;
			font-weight: bold;
			margin: 0px 0px 3px 0px;
			display: block;
		}
		
		
		.generalBox h6{
			font-size: 1.1em;
			font-weight: bold;
			margin: 10px 0px 3px 0px;
			clear: both;
		}
		
		.generalBox p{
			font-size: 1.1em;
			line-height: 1.1em;
			color: #404040;
			text-align: justify;
			margin: 3px 0px 10px 0px;
		}
		
		.generalBox strong{
			font-weight: bold;
		}
		
		.generalBox blockquote{
			margin-top: 6px;
			font-size: 1em;
			line-height: 1.2em;
			font-size: 1.2em;
			margin-left: 8px;
		}
		
		.generalBox a, .generalBox a:link, .generalBox a:visited, .generalBox a:active{
			color: #404040;
		}
		
		.generalBox a:hover{
			color: #000000;
		}
		
		.generalBox ul{
			display: block;
			margin-top: 4px;
			padding-bottom: 8px;
			font-size: 1.1em;
		}
		
		.generalBox ul li{
			margin-left: 8px;
			line-height: 1em;
			height: 12px;
			display: block;
		}
		
	#categoryNav
	{
		height: 20px;
		width: 480px;
		float: left;
		background: #3a4503;
		padding: 0 10px;
	}
	
	#categoryNav h5
	{
		color: #ffffff;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 18px;
		float: left;
	}
	
	#categoryNav .gridSelection
	{
		float: right;
		color: #ffffff;
		font-weight: bold;
		font-size: 1.0em;
		line-height: 20px;
	}
	
	.gridSelection a
	{
		color: #f3f3f3;
	}
	
	.gridSelection a:hover
	{
		color: #cad379;
	}

	.productBox
	{
		height: 185px;
		width: 130px;
		background-color: #f3f3f3;
		border: 1px solid #e0e0e0;
		padding: 10px;
		position: relative;
		float: left;
		display: inline;
		margin: 5px 7px;
	}
	
	.productBoxImg
	{
		overflow: hidden;
		margin: 0 auto;
		height: 110px;
		width: 100%;
		text-align: center;
	}
	
	.productBoxThumb
	{
		padding: 0;
		border: 0;
	}
	
	.productBox h5
	{
		font-size: 1.1em;
		font-weight: bold;
		color: #404040;
		margin: 4px 0px 4px 0px;
		padding: 0;
		text-align: center;
	}
	
	.productBox h5 a
	{
		font-weight: bold;
		color: #404040;
		margin: 0;
		padding: 0;
	}
	
	.productBoxDetailPrice
	{
		font-size: 1.5em;
		font-weight: bold;
		color: #6e8106;
		text-align: center;
	}
	
	.product_pane_detail
	{
		width: 400px;
		font-size: 1em;
		line-height: 1.2;
		margin: 2px 0px 0px 84px;
		text-align: justify;
		display: block;
	}
	
	.productBoxBuy
	{
		margin: 0;
		padding: 0;
	}
	
	.productBoxBuy a img, .productBoxBuy:link img, .productBoxBuy:visited img
	{
		border-top: 1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;
		border-bottom: 0;
		border-right: 0;
	}
	
	.productBoxPrice
	{
		font-size: 1.2em;
		font-weight: bold;
		display: inline;
		float: right;
		margin: 0;
		padding: 8px 5px 0px 0px;
	}

	.product_not_available
	{
		height: 20px;
		line-height: 20px;
		display: block;
		margin: 10px auto 0;
		text-align: center;
		font-weight: bold;
		color: #e86f2c;
	}

	#product_pane{
		clear: both;
		margin: 2px auto 0 auto;
		width: 500px;
	}
	
	.product_pane_header
	{
		height: 20px;
		background-color: #3a4503;
		margin: 0 0 10px 0;
	}
	
		.product_pane_header h2
		{
			color: #ffffff;
			float: left;
			margin: 0 0 0 10px;
			font-size: 1.2em;
			font-weight: bold;
			line-height: 18px;
			display: inline;
		}
	
	.product_pane_subheader
	{
		height: 20px;
		background-color: #a5b713;
		padding: 0;
		float: left;
		width: 100%;
		margin: 10px 0 10px 0;
	}
	
		.product_pane_subheader h3{
			color: #ffffff;
			line-height: 20px;
			font-size: 1.1em;
			font-weight: bold;
			margin: 0 0 0px 10px;
		}
	
	.product_pane_detail_table p.product_price{
		font-size: 1.2em;
		font-weight: bold;
		display: block;
		line-height: 18px;
		margin: 0 10px 0 0;
		display: inline;
	}
	
	#product_pane_image{
		width: 150px;
		clear: both;
		float: left;
		border: 0;
		margin: 0 15px 0 0;
	}
	
	.product_pane_thumbnail{
		width: 150px;
		border: 1px solid #e0e0e0;
	}
	
	.productDetailThumbNav{
		font-weight: bold;
		color: #979797;
		margin: 5px 0px 0px 0px;
		clear: left;
	}
	
	#productDetail{
		width: 337px;
		margin: 0px 0px 0px 10px;
		float: left;
		padding: 0px;
		display: block;
	}
	
	.product_pane_description{
		color: #3a4206;
		width: 100%;
		text-align: justify;
		line-height: 1.1;
		float: left;
		clear: left;
		display: inline;
		margin: 0px 0px 15px 0px;
		padding: 0px 10px;
	}
	
	#productDetailBuy{
		display: block;
		clear: left;
		margin-bottom: 0px;
	}
	
	#productDetailBuy p{
		line-height: 25px;
		width: auto;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	#productDetailBuy img{
	}
	
	.addToCart{
		float: right !important;
		clear: none !important;
		display: inline;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 25px;
	}
	
	.addToCart a, .addToCart a:visited{
		line-height: 25px;
		color: #404040;
	}
	
	.addToCart a:hover{
		color: #000000;
	}
	
	.productDetailUl{
		width: 100%;
		float: left;
		clear: left;
	}
	
	.product_pane_detail_table td{
		padding: 3px 0px 3px 10px;
	}
	
	.productDetailUl a{
		color: #3a4206;
		text-decoration: none;
	}
	
	.productDetailUl a:hover{
		color: #000000;
	}
	
	.product_detail_right{
		width: 70px;
		color: #3b4403;
		font-weight: bold;
	}
	
	.detailHighlight{
		color: #3a4206;
		font-weight: bold;
	}
	
	.detailListRight{
		color: #3a4206;
	}

.product_pane_attached_image_thumbnail
{
	border: 1px solid #e0e0e0;
	float: left;
	margin: 5px 5px 5px 0;
	display: inline;
}

	#checkout_stepmenu{
		margin-bottom: 20px;
		border: 1px solid #e0e0e0;
		background-color: #f3f3f3;
		float: left;
		width: 100%;
	}
	
	#checkout_stepmenu li{
		width: 125px;
		display: block;
		height: 40px;
		line-height: 40px;
		float: left;
		background: #f3f3f3 url("../img/checkoutInactive.gif") no-repeat right;
		text-align: center;
	}
	
	#checkout_stepmenu li a{
		color: #bebebe;
		font-size: 1.1em;
		font-weight: bold;
		/*line-height: 50px;*/
	}
	
	#checkout_stepmenu li.done{
		background: #e6e6e6 url("../img/checkoutDone.gif") no-repeat right;
	}
	
	#checkout_stepmenu li.current{
		background: #e6e6e6 url("../img/checkoutActive.gif") no-repeat right;
	}
	
	#checkout_stepmenu span.current{
		color: #404040;
	}
	
	#step4{
		background: #f3f3f3 none !important;
	}
	
	#step4.current,#step4.done{
		background: #e6e6e6 none !important;
	}

	#checkout_lower_nav{
		width: 100%;
		height: 30px;
		margin-top: 20px;
		margin-bottom: 10px;
		clear: both;
	}
	
	#checkout_lower_nav a{
		line-height: 20px;
		color: #404040;
	}
	
	#checkout_lower_nav a:hover{
		color: #000000;
	}
	
	.checkout_lower_nav_previous{
		width: 130px;
		height: 20px;
		display: block;
		font-size: 1em;
		font-weight: bold;
		float: left;
		text-align: center;
		border: 1px solid #e0e0e0;
		background-color: #f3f3f3;
	}
	
	.checkout_lower_nav_next{
		width: 130px;
		height: 20px;
		display: block;
		font-size: 1em;
		font-weight: bold;
		float: right;
		text-align: center;
		border: 1px solid #e0e0e0;
		background-color: #f3f3f3;
	}

	.basket_confirmation
	{
		font-size: 1.1em;
	}
	
	.confirmation textarea{
		background-color: #ffffff;
		border: 1px solid #e0e0e0;
		font-family: Tahoma, sans-serif;
		font-size: 1.2em;
	}
	
	.checkout_confirm_submit{
		background-color: #f3f3f3;
		border: 1px solid #e0e0e0;
		font-family: Tahoma, sans-serif;
		font-size: 1.1em;
		font-weight: bold;
		padding: 4px;
		margin-top: 10px;
		width: 100px;
	}

/* order table */
td.addr{
    padding-bottom: 20px;
}

#prods td{
	padding: 2px 10px 2px 0px;
}

#prods tr.hr{
	font-weight: bold;
}

#prods tr.hr th{
	padding: 0px 10px 0px 0px;
}

#ordertable{
	margin-top: 10px;
}

.t{
	font-weight: bold;
	padding: 5px 0px 2px 0px;
}

#rightColumn
{
	width: 215px;
	float: right;
}

	#basketHeader
	{
		height: 20px;
		width: 195px;
		background-color: #e86f2c;
		margin: 4px auto;
	}

		#basketHeader p.left
		{
			color: #372f24;
			font-weight: bold;
			font-size: 1.0em;
			line-height: 20px;
			margin-left: 10px;
			float: left;
			display: inline;
		}
		
		#basketHeader p.right
		{
			color: #372f24;
			font-weight: bold;
			font-size: 1.0em;
			line-height: 20px;
			margin-right: 10px;
			float: right;
			display: inline;
		}
	
	p.empty
	{
		margin: 0 0 0 10px;
	}
	
	#wrapBasketPartialTable
	{
		width: 100%;
		margin: 0px 0px 0px 0px;
		border: 0;
		clear: left;
	}
	
	#wrapBasketPartialTable .basketTable
	{
		width: 195px;
		font-size: 1em;
		color: #4f4f4f;
		margin: 0 auto;
	}
	
	#wrapBasketPartialTable .basketTable tr td
	{
		font-size: 1em;
		padding: 2px 0 0 0px;
		vertical-align: middle;
	}
	
	#wrapBasketPartialTable a
	{
		color: #4f4f4f;
	}
	
	#wrapBasketPartialTable a:hover
	{
		color: #9f9f9f;
	}
	
	#wrapBasketPartialTable .pcs
	{
		width: 20px;
		text-align: center;
		font-weight: bold;
	}
	
	#wrapBasketPartialTable .taxPrice
	{
		text-align: right;
	}
	
	#wrapBasketPartialTable .removeFromBasket a img{
		border: 0;
		width: 10px;
	}

	#basket_table{
		width: 100%;
		margin: 0px auto 15px auto;
		float: left;
		
	}
	
	#basket_table .basket_content_table{
		width: 100%;
		font-size: 1em;
		background-color: #f3f3f3;
	}
	
	#basket_table .basket_content_table tr td{
		border-bottom: 1px solid #e0e0e0;
	}
	
	#basket_table .basket_content_table tr td{
		font-size: 1em;
		padding: 5px;
		vertical-align: middle;
	}
	
	#basket_table .caption td{
		font-size: 1em;
		font-weight: bold;
		background-color: #e6e6e6;
		border-bottom: 1px solid #000;
	}
	
	#basket_table .remove_from_basket{
		width: 20px;
		text-align: center;
	}
	
	#basket_table .remove_from_basket a img{
		border: 0;
		width: 10px;
		text-align: center;
	}
	
	#basket_table .basket_thumbnail, .basket_thumbnail img{
		width: 40px;
		height: 40px;
		padding: 0 !important;
	}
	
	#basket_table .product_name a{
		color: #404040;
	}
	
	#basket_table .pcs{
		width: 10px;
		text-align: center;
	}
	
	#basket_table .old_price{
		width: 60px;
		text-align: right;
	}
	
	#basket_table .discount{
		width: 60px;
		text-align: right;
	}
	
	#basket_table .price{
		text-align: right;
	}
	
	#basket_table .tax_price{
		width: 80px;
		text-align: right;
	}
	
	#basket_table .price_total{
		border: 0 !important;
		font-size: 1em;
		font-weight: bold;
	}
	
	#basket_table .price_total h5{
		border: 0 !important;
		font-size: 1em;
		font-weight: bold;
	}
	
	#basket_table .right{
		text-align: right;
	}
	
	.basket_content_table
	{
		border: 1px solid #e0e0e0;
	}

	.clear_basket
	{
		float: right;
		margin: 0 0 10px 0;
		color: #404040;
	}
	
	.checkout_field p
	{
		margin: 0 0 10px 0;
	}
	
	.basketToCheckout
	{
		float: right;
		margin: 10px 10px 0 0;
		color: #4f4f4f;
		font-weight: bold;
		font-size: 1.2em;
	}
	
	.basketToCheckout:hover
	{
		color: #000000;
	}

.clearBoth
{
	width: 100%;
	clear: both;
	float: left;
	text-align: right;
	margin: -14px 0;
	color: #f3f3f3;
}

.clear_both
{
	clear: both;
}

#basket-tooltip
{
	background: #f3f3f3 none repeat scroll 0 0;
	border: 1px solid #e0e0e0;
	color: #404040;
	font-size: 2em;
	line-height: 20px;
	left: 50%;
	margin-left: -125px;
	padding: 0.5em;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 250px;
	height: 30px;
	margin-top: -30px;
}

p.address
{
	float: left;
	border: 0;
	margin-right: 40px;
	width: 200px;
}

input.address_radiobutton
{
	float: left;
	margin: 15px;
}

.formtable tr
{
	height: 30px;
}

#new_addr_city,
#new_addr_street,
#new_addr_zipcode,
#new_addr_country
{
	width: 100%;
	font-family: Tahoma, sans-serif;
}

.checkout_button
{
	background: transparent;
	border: 0;
	font-family: Tahoma, sans-serif;
	font-size: inherit;
	font-weight: bold;
	color: #404040;
	height: 16px
}

.checkout_button:hover
{
	color: #000000;
	cursor: pointer;
}

ul.checkout_delivery_list li,
ul.checkout_payment_list li
{
	list-style: none !important;
}

#new_addr label
{
	font-size: 1.1em;
}


.related_product_grid
{
	border-style: dotted;
	border-color: #e0e0e0;
	border-width: 1px 0 0 0;
	float: left;
	margin: 80px 0 0 0;
	width: 100%;
}
	
	.related_product_grid h4
	{
		font-weight: normal;
		font-size: 1.1em;
		color: #404040;
		text-align: center;
	}
	
	.related_product_grid h3
	{
		margin: 4px 0 0 0;
	}
	
	.related_product_grid h4 a
	{
		color: #404040;
	}

	.related_product_box
	{
		float: left;
		width: 125px;
		height: 130px;
		margin: 10px 0 0 0;
		display: inline;
		text-align: center;
	}
	
	.related_product_box_image
	{
		text-align: center;
	}
	
		.related_product_image_thumbnail
		{
			width: auto;
			border: 1px solid #e0e0e0;
		}
	
	.smallProductName
	{
		
	}
	
	.related_product_box_buy p.product_price
	{
		color: #1077eb;
		font-size: 1em;
		text-align: center;
	}
	
	.related_product_grid p.product_not_available,
	.related_product_grid p.related_product_box_description,
	.related_product_addform
	{
		display: none;
	}

.highlight_product_box
{
	float: left;
}

.highlight_product_addform
{
	display: none;
}

.highlight_product_box_description
{
	display: none;
}

.highlight_product_box h4
{
	font-size: 1.2em;
	text-align: center;
}

.highlight_product_box_buy p.product_price
{
	text-align: center;
}

.genmsg
{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #000;
	font-size:9pt;
	font-weight:bold
}

.genmsg_ok
{
	border-color:	#02713C;
	background:		#B7DDA6 /* hint of mint */
}

.genmsg_error
{
	border-color:	#A62A0C; /* red true type */
	background:		#F7D2D2
}

#coupon_ui td
{
	font-size: 1.1em;
	padding: 0 5px 0 0;
}

#coupon_ui h2
{
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

.prodvarsel
{
	display:block;
	float: left;
	clear: both;
	margin: 5px 0 0 0;
}

.prodvarsel select
{
	border:1px solid #777;
	float: left;
	clear: both;
}

.product_pane_subproducts
{
	clear: both;
}

.product_pane_subproducts td
{
	padding: 0 0 10px 10px;
}

.subproduct_name
{
	font-weight: bold;
}

.subproduct_buttons a
{
	color: #3A4206;
	font-size: 1.1em;
}

.subproduct_add
{
	padding: 0 10px;
}

.product_pane_subproducts p.product_price
{
	font-size: 1.1em;
}

#product_pane_buy
{
	float: left;
	padding: 0 0 0 10px;
	
}

.super2
{
	float: left;
	line-height: 20px;
	margin: 0 0 0 2px;
}