﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
}


img{
	border:0;
}

hr{
	border:0;
	background-color:#d1d1d1;
	height:1px;
}
#container {
	min-width: 930px;
	width:930px;
	margin-left:auto; 
	margin-right:auto;
}

#left_col {
	background:#c7d8f0;
	width: 185px;
	float: left;
}

#page_content {
	margin-left: 185px;
	width:745px;
}

#logo
{
	padding-top:15px;
}

#top_menu
{
	padding-top:40px;
	padding-bottom:40px;
	padding-left:12px;
}

#top_menu ul
{	
	margin: 0;
	padding:0;
}

#top_menu li
{

	list-style-type:none;
	padding-top: 10px;
	font-weight: bold;
}

#top_menu a {
	color: white;
	font-size: 14px;
	text-decoration: none;
}

#product_menu
{
	padding-top: 25px;
	padding-left:12px;
	background-image: url('gfx/menu_bg.jpg');
	background-repeat: repeat-x;
	max-height: 430px;
	min-height:430px;
	background-color:white;
}

#product_menu ul
{	
	margin: 0;
	padding:0;
}

#product_menu li
{
	color: #333333;
	list-style-type:none;
	padding-top: 4px;
	font-weight: bold;
}

#product_menu a {
	text-decoration: none;
	color: #333333;
}

#products_headline {
	color: #333333;
	font-size:14px;
	font-weight:bold;
	padding-bottom: 10px;
}

#card_info{
	padding-top: 25px;
}

#webshopCart {
	padding: 7px;
	height: 40px;
}

.blueText {
	color:#c7d8f0;
	font-weight:bold;
}


.blackText {
	color:#000;
	font-weight:bold;
}

.productThumbnail {
	width:156px; 
	height:126px; 
	float:left;
}

.productThumbnail2{
	width:185px; 
	height:149px; 
	float:left;
}

.productImage {
	width: 260px;
	float: left;
}
.productBox {
	padding: 8px;
	margin: 0px 0px 8px 8px;
	border: 2px #d1d1d1 solid;
	width: 335px;
	height: 128px;
	float: left;
}

.linkStyle1
{
	font-weight: bold;
	text-decoration: none;
	color: black;
}


/*
.productBox {
	padding: 8px;
	margin: 0px 0px 8px 8px;
	border: 2px #d1d1d1 solid;
	width: 215px;
	height: 128px;
	float: left;
}

*/

.productHeadline {
	font-size: 12px;
	font-weight: bold;
}
