* {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #210F05;
}

a:visited {
	color: #2F7375;
}

body {
	background-image: url('../images/tausta.jpg');
	background-color: #87A749;
	font-family: arial;
}

.main {
	margin-top: 50px;
	width: 700px;
	height: 100%;
	text-align: left;
	border-collapse: collapse;
	
	border-bottom: 1px solid #000000;
}

.main td {
	padding: 0px;
	margin: 0px;
}

#header {
	width: 700px;
	height: 188px;
	position: relative;
}

#korkit {
	position: absolute;
	left: 460px;
	top: 140px;
}

#left_menu {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000;
	background-color: #F3F2E1;
	font-family: arial;
	font-size: 12px;
	width: 148px;
	padding-right: 10px;
}

ul.menu {
	list-style-type: none;
}

#left_menu .inputbox {
	width: 140px;
}

.contentheading {
	color: #763168;
	font-weight: bold;
	font-size: 14px;
}

.createdate {
	font-weight: bold;
}

#news_menu {
	margin-top: 10px;
	width: 140px;
	font-size: 11px;
	background-image: url('../images/matkailu-uutis-bg.jpg');
	background-repeat: no-repeat;
	background-color: #D9DB29;
	padding-top: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#news_menu a {
	color: #ca0e2a;
	font-weight: bold;
	text-decoration: underline;
}

#news_menu h3 {
	font-size: 13px;
}

#news_menu div {
	margin-bottom: 10px;
}

#product_search_menu  {
	margin-top: 10px;
	color: #210F05;
}

#product_categories_menu {
	margin-top: 10px;
	font-family: arial;
}

#product_categories_menu td {
	font-family: arial;
	font-size: 12px;
	color: #210F05;
}

#manufacturers_menu {
	margin-top: 10px;
	font-family: arial;
}

#manufacturers_menu ul {
	list-style-type: none;
}

#shop_cart {
	font-family: arial;
	margin-top: 10px;
}

#login {
	font-family: arial;
	margin-top: 10px;
	text-align: left;
	padding: 2px;
	background-color: #A38666;
	border: 1px solid #000000;
	width: 160px;
}

#login ul {
	list-style-type: none;
	margin-top: 15px;
}

#login_menu #mod_login_remember {
	width: 20px;
}	

#news ul {
	list-style-type: none;
	color: #000000;
	font-weight: bold;
}

#news ul a:visited {
	color: #000000;
}

#content {
	width: 550px;
	background-color: #F3F2E1;
	border-right: 1px solid #000000;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 40px;
	font-family: arial;
	font-size: 12px;
}	

/* Tooltips */
.tool-tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
}
.tool-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tool-text {
   font-size: 100%;
   margin: 0;
}

.browseProductContainer {
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px dotted black;
	background-color: white;
	position: relative;
}

.browseProductTitle {
	float: left;
	margin-top: 3px;
	width: auto;
}

.browsePriceContainer {
	float: left;
	width: 70%;
	margin: 0;
	padding-left: 3px;
}

.addtocart_button {
	background: url("../images/add-to-cart_brown.gif") no-repeat scroll center center transparent;
}

.browseProductImageContainer {
	float: right;
	text-align: right;
}

.browseRatingContainer {
	display: none;
}

.browseProductDescription {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 3px;
	width: 70%;
	float: left;
}

.addtocart_button {
	padding-left: 25px;
	padding-bottom: 5px;
}

h1 {
	font-size: 14px;
}

.vmCartContainer {
	background: none;
	border: none;
}
