FORM {
	display: inline;
}

.shop {
	margin-top: 15px;
	margin-left: 15px;
}

.shop TD, .shop DIV {
	font-family: Arial;
	font-size: 12px;
}

A IMG {
	border: 0px;
}

A.blue
{
	color: #538FAF !important;
}

.column1 {
	position: absolute;
	width: 180px;
}

.column2 {
	position: absolute;
	margin-left: 200px;
	width: 565px;
}

.column3 {
	position: absolute;
	width: 170px;
	
	margin-left: 785px;
}

.column1 .box {
	width: 180px;
	margin-bottom: 15px;
	color: #81747A;
	
}

.box {
	background-color: #F4F2F3;
}	

.box .top {
	height: 9px;
}

.box .top .right {
	float: right;
	background-image: url(/media/gfx/shop/box_tr.gif);
	width: 9px;
	height: 9px;
}

.box .top .left {
	float: left;
	background-image: url(/media/gfx/shop/box_tl.gif);
	width: 9px;
	height: 9px;
}

.middle {
	padding-left: 9px;
	padding-right: 9px;
}
	
.box .bottom  {
	height: 9px;
}

.box .bottom .right {
	float: right;
	background-image: url(/media/gfx/shop/box_br.gif);
	width: 9px;
	height: 9px;
}

.box .bottom .left {
	float: left;
	background-image: url(/media/gfx/shop/box_bl.gif);
	width: 9px;
	height: 9px;
}

.box H2 {
	color: #528DAC;
	font-family: Century Gothic;
	font-size: 18px;
	font-weight: normal;
	
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #C1BBBE;
	
	margin-top: 0px;
	margin-bottom: 5px;
}

.box A, .column1 A, .column3 A, .column2 A {
	color: #67576C;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}

.box A:hover, .column3 A:hover {
	background-color: #E7E3E8;
}

.box A {
	
}


.box UL {
	margin: 0px;
	padding: 0px;
}

.box LI {
	list-style-type: none;
	padding-bottom: 2px;
	margin-left: -2px;
}

.column1  .cart .product {
	font-size: 11px;
}

.column1  .cart .line {
	margin-bottom: 4px;
}

.column1  .cart .line .packaging {
	font-style: italic;
	font-size: 11px;
	display: inline;
}

.column1  .cart .line .price {
	float: right;
	font-weight: bold;
	width: 46px;
	text-align: right;
	font-size: 11px;
}

.column1  .cart .product .amount {
	font-weight: bold;
}
	
.column1 .cart .total .price {
	font-weight: bold;
	font-size: 11px;
	
	float: right;
	width: 46px;
	text-align: right;
	
	border-style: solid;
	border-color: #81747A;
	border-width: 1px 0px 0px 0px;
}

.column1  .cart .total {
	padding-top: 5px;
	height: 15px;
}

.column1  .cart .buttons {
	text-align: center;
	margin-top: 8px;
}

.column2 H1 {

	font-size: 26px;
	font-family: Century Gothic;
	font-weight: normal;
	color: #528DAC;
	
	
	margin-top: 0px;
	margin-bottom: 5px;
}


.column3 {
	padding-top: 20px;
}

.column3 .buttons {
	margin-bottom: 30px;
}

.column3 .buttons .info {
	margin-bottom: 10px;
}

.column1 .info, .column3 .info {
	color: #81747A;
	margin-bottom: 15px;
}

.column2 H3 {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
}

/* The shopping cart */
.column2 .cart {
	margin: 0px;
}

.column2 .cart TD {
	padding-top: 4px !important;
}

.column2 .cart TH {
	font-weight: bold;
	
	border-style: dotted;
	border-color: #C1BBBE;
	border-width: 0px 0px 1px 0px;
	padding: 3px;
}

.column2 .cart .changeAmounts A {
	font-size: 11px;
}

.column2 .cart .col1 {
	width: 250px;
	vertical-align: top;
}

.column2 .cart .col2 {
	vertical-align: top;
	width: 100px;
	text-align: center;
	padding: 0px;
}

.column2 .cart .col3 {
	vertical-align: top;
	width: 60px;
	text-align: right;
}

.column2 .cart .col4 {
	vertical-align: top;
	width: 60px;
	text-align: right;
	padding-right: 0px;
}

.column2 .cart .col5 {
	vertical-align: top;
	text-align: center;
	width: 30px;
}


.column2 .cart .totalText {
	margin-top: 14px;
	
	width: 38px;
}

.column2 .cart .totalPrice {
	margin-top: 10px; 
	padding-top: 3px;
	
	font-weight: bold;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}

.column2 .cart INPUT {
	font-size: 11px;
	border: 1px solid #81747A;
	width: 30px;
}

/* Error message */
.column2 .error {
	color: #CC0000;
}

.column2 .note {
	font-size: 11px;
}

/* Properties */
.column2 .property {
	margin-top: 8px;
}

.column2 .property .label {
	float: left;
	width: 150px;
}

.column2 .property INPUT {
	font-size: 12px;
	margin-top: -3px;
}

P {
	margin-bottom: 7px;
	margin-top: 7px;
}

.infobar {
	background-color: #538FAF;
	color: white;
	
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	
	height: 60px;
}

.infobar .right {
	float: right;
	color: #1E4153;
	font-size: 10px;
}

.infobar H1 {
	color: white;
	margin-bottom: 1px;
}

.infobar P {
	font-size: 11px;
	margin-top: 0px;
	padding-bottom: 3px;
}



.product-list {
	margin-top: 10px;
}

.product .text {
	line-height: 17px;
}

H2,
.product-list H2 {
	color: #528DAC;
	font-size: 15px;
	font-family: Century Gothic;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

.product-list .product .image {
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.product-row {
	clear: both;
	
	border-style: dotted;
	border-color: #C1BBBE;
	border-width: 0px 0px 1px 0px;

	margin-bottom: 10px;
}
	
.product-row .product P {
	font-family: Tahoma;
	margin-top: 0px;
	font-size: 11px;
	line-height: 18px;
}

.product-row .product-left {
	float: left;
	width: 260px;
	margin-right: 25px;
}

.product-row .product-right {
	float: left;
	width: 260px;
}

.product-row .product-buy {
	padding: 2px;
	
	background-color: #70A2BC; 
	color: white; padding-left: 5px; 
	font-weight: bold; 
	height: 36px;
}

.product-row .product-buy SMALL {
	color: #1E4153;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 2px;
	display: block;
	
}

.clear-both {
	clear: both;
}

.switch-target
{
	margin-left: 14px;
}
