/* @charset "UTF-8"; Already declared in main.css */
/* CSS Document */

#shopMenuContainer
{
	float: left;
	width: 158px;
	margin-right: 13px;
}

#shopMenuContainer ul
{
	line-height: 1.5em;
}

#shopMenuContainer ul li a
{
	color: #454545;
}

#shopMenuContainer a.highlight
{
	font-size: 105%;
	color: #000;
}

#shopContentContainer
{

}

#shopContentHeader
{
	float: left;
	width: 504px;
	margin-right: 10px;
}

#cart
{
	width: 329px;
	float: left;
	/*margin-left: -10px;*/
}

.leftColumn #cart
{
	width: 100%;
}

#cart dl
{
	border: 3px solid #ebebeb;
	background-color: #bcd85f;
	/*float: left;*/
	margin: 0;
}

#cart dt
{
/*
	float: right;
	width: 269px;
*/
	margin-left: 10px;	
	margin-top: 7px;
	
	color: #fff;
	font-size: 140%;
	
	line-height: 1.4em;
}

#shopContentHeader #cart dt
{
/*	width: 264px; */
}

#cart dd
{
	/*
	margin-left: 59px;
	*/
	margin-left: 10px;
}

#cart dd table
{
	float: left;
	width: auto;
	color: #4d5d08;
}

#cart dd table td, #productInfoWrap table td
{
	padding-bottom: 3px;
	padding-right: 3px;
}

#cart dd.img
{
	margin: 0;
}

#cart dd.img img
{
	float: left;
	margin: 10px 0 7px 7px;
}

#cart dl dd form
{
	padding-right: 10px;
}

#cart dl dd form select
{
	width: 130px;
}

#cart .button
{
	border: 1px solid #898f50;
	padding: 1px 3px;
	color: #fff;
	
	background-image: url(/gfx/bg/shop_button.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #a3a87e;
}

#boxWrap
{
	float: right;
	width: 162px;
}

#box
{
	border: 3px solid #ebebeb;
	padding: 7px;
}

#box h3
{
	margin: 0;
}

.productWrap
{
	width: 158px;
	float: left;
	margin: 13px 13px 0 0;
	display: inline;
		
	padding-bottom: 4px;
	background-image: url(/gfx/bg/product_menu_refl.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

	background-image: url(/gfx/bg/product_partner_menu_refl.gif);
}

.productWrap .border
{
	padding-bottom: 0;
}

.topLeftCorner
{
	width: 5px;
	height:5px;
	float: left;
	margin-left: -1px;
	margin-top: -1px;
	background-image: url(/gfx/bg/top_left_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #929292;

	/*IE Fix*/
	/*display: inline;*/
	
	float: none;
	height: 1px;
	padding: 0;
	margin: 0;
	/*IE Fix*/
	
	display: inline;
}

.topRightCorner
{
	width: 5px;
	height:5px;
	float: right;
	margin-right: -1px;
	margin-top: -1px;
	
	background-image: url(/gfx/bg/top_right_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #929292;
	
	/*IE Fix*/
/*	display: inline;*/
display: none;
}

.product
{
	height: 160px;
	background-color: #fff;
	width: 100%;
}

.product img
{
	margin: auto;
	display: block;
}

.productWrap .info
{
	clear: both;
	padding: 0px 10px 8px 10px;
}

.productWrap .info h3
{
	font-size: 100%;
	height: 1.3em;
	
	margin: 0;
	overflow: hidden;
}

.productWrap .info p
{
	font-size: 91%;
	font-style: oblique;
}

.price
{
	display: block;
	color: #faa61a;
	text-align: right;
	font-weight: bold;
	margin-top: 20px;
}

.desc
{
	height: 1.3em;
	display: block;
	overflow: hidden;
	
	margin-bottom: 5px;
}

.productWrap .menu
{
	width: 138px;
	padding: 10px;
	padding-bottom: 0;
	background-color: #bcd85f;
	border: solid #a4bf4c;
	border-width: 1px 0 1px 0;
	float: left;
	
	/* FIX*/
	height: 35px;
	
	border-color: #c1c1c1;
	background-color: #ebebeb;
	color: #454545;
}

.details
{
	float: left;
}

.productWrap .menu form
{
	float: right;
}

input.quantity
{
	width: 1.5em;
	text-align: right;
}

.buy
{
	border: 1px solid #575757;
	padding: 1px;
	color: #fff;
	
	background-image: url(/gfx/bg/menu_button_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #727272;
}

.productWrap input.quantity
{
	margin: 0 5px;
}

#quickOrder
{
	width: 4em;
}

a.active
{
	color: #bcd85f;
}

#productContainer
{
	color: #898989;
}

#productWrap
{
	clear: both;
	width: 100%;
	float: left;
	margin-top: 13px;
	margin-bottom: 18px;
}

#productWrap h2
{
	color: #3b3b3b;
	margin: 0;
}

#product
{
	margin: auto;
	display: block;
}

#productInfoWrap
{	
	background-image: url(/gfx/bg/sun.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#productInfoWrap h2
{
	margin: 0;
	margin-bottom: 3px;
}

#productInfoWrap h3
{
	padding: 0;
	margin: 0;
	margin-right: 8px;
	margin-bottom: 3px;
	font-size: 150%;
}

#productInfoWrap table
{
	margin: 0;
}

#productInfoWrap table td
{
	vertical-align: middle;
}

#productBuyWrap
{
	margin-top: 14px;
	padding-bottom: 4px;
	background-image: url(/gfx/bg/product_menu_refl.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#productBuy
{
	padding: 10px;
	padding-bottom: 0;
	background-color: #bcd85f;
	border: solid #a4bf4c;
	border-width: 1px 0 1px 0;
	
	color: #454545;
}

#productBuy input
{
	margin-left: 5px;
}

#productContainer #imgHolder
{
	background-color: #fff;
}

#productContainer .productWrap
{
	margin-right: 0;
}

#productContainer h2.webshop
{
	margin: 0;
}

#productContainer .floatLeft
{
	float: left;
}

#productContainer .floatRight
{
	float: right;
}

#productContainer .menu
{
	border-color: #c1c1c1;
	background-color: #ebebeb;
	color: #454545;
}

#productContainer .productWrap
{
	background-image: url(/gfx/bg/product_partner_menu_refl.gif);
}

#dibs
{
	float: right;
	margin-right: 20px;
}

ul#productInfo
{	
	float: left;
	width: 100%;
}

ul#productInfo li#active a
{
	color: #454545;
	background-color: #fff;
}

ul#productInfo li
{
	float: left;
	width: 83px;
	text-align: center;
}

ul#productInfo li a
{
	padding: 5px;
	display: block;
	color: #c1c1c1;
	
	border: 1px solid #c1c1c1;
	border-bottom: 0;
	border-right: 1px solid #fff;
	background-color: #ebebeb;
}

ul#productInfo li a#last
{
	border-right: 1px solid #c1c1c1;
	margin-right: -2px;
}

ul#productInfo li a:hover
{
	color: #004361;
	background-color: #fff;
}

#productInfoContainer
{
	clear: both;
	border: 1px solid #c1c1c1;
	border-top: 0;
}

#productInfoContainer p
{
	padding: 10px;
	margin: 0;
}
