body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/body.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin:0;
}

a {
	color: #3399CC;
}
a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#wrapper {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	padding: 1px;
}
#wrapper1 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	padding: 1px;
}


#banner {
	height: 105px;
	position: relative;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003D79;
	background-color: #FFFFFF;
}
#logo {
	position: absolute;
	left: 5px;
	top: 5px;
}
#slogan {
	position: absolute;
	top: 31px;
	right: 19px;
}

.left {
	background-color: #dcdcdc;
	height: 450px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C7C7C7;
}
#left {
	padding:10px;
}
.midlle {
	background-color: #FFFFFF;

}

#middle {
	position:relative;
	padding: 20px;
	background-color: #FFFFFF;
}

#main {
	margin-top: 5px;
	background-color: #FFFFFF;
}
#footer {
	margin-top: 5px;
	height: 26px;
	background-image: url(images/top.gif);
	clear: both;
}
#address {
	color: #FFFFFF;
	padding-top: 6px;
	text-align: center;
}


h2 {
	font-size: 13px;
	color:#003D79;
	padding-bottom: 2px;
	margin-bottom: 10px;
}


.content {
    line-height:15px;
    padding:15px;
    text-align:left;
    color:#444444;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	background-color: #F5F5F5;
	margin-right: 5px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	background-color: #F5F5F5;
}
#container {
	margin-bottom: 10px;
}


/* Eshop-maarittelyt */

#product_description {
	position:absolute;
	left: -180px;
	width: 850px;
	background-color: #ffffff;
	border: solid 1px #666666;
	z-index: 10;
}

#product_description th {
	background-color: #cccccc;
}

.eshop_product_card_header {
	padding:5px;
	border-bottom: solid 1px #cccccc;
}

.eshop_product_card_main {
	background-color: #ffffff;
	padding: 10px;
}
.eshop_product_card_to_cart_link {

}

.eshop_product_card_close_link {
	padding-left: 20px;
}

.productlist-linkrow {
	background-color: #EEEEEE;
	border-bottom: solid 1px #cccccc;
	padding:1px;
	margin-bottom: 0px;
}

.productlist-link {
	padding-left:15px;
	padding-right:15px;
}







#product-list {
	position:relative;
	width:100%;
}

.list_pages {
	padding:4px;
	margin-bottom: 1px;
	border-top: 1px solid #CCCCCC;
	display:block;
}

#cart {
	position:relative;
	margin-top: 15px;
	margin-bottom: 15px;
}
#product_collections {
	position:relative;
	margin-top: 15px;
	margin-bottom: 15px;
}
form {
	padding:0;
	margin: 0;
}
#collections {
	position:relative;
	border: solid 1px #cccccc;
	background-color: #eeeeee;
}
.collection-title {
	padding:4px;
	border-bottom: solid 1px #cccccc;
	background-color: #FFFFFF;
	font-weight: bold;
}
#collections .collection-row {
	padding: 3px;
	border-bottom: solid 1px #cccccc;
}
#collection {
	border: solid 1px #cccccc;
	background-color: #eeeeee;
}
.no-active {
	padding:15px;
	text-align:center;
}

#collection .product-row {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}
#collection .search-row {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}
#collection #search-title {
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	font-weight:bold;
}
#collection .product-row a,#collection .search-row a, #collections .collection-row a {
	color: #000000;
	text-decoration: none;
}
#collection .product-row a:hover, #collection .search-row a:hover, #collections .collection-row a:hover {
	text-decoration: underline;
}
#collection .product_name {
	float:left;
	width:80%;
}
#collection .product_nr {
	float:left;
	width:10%;
}
#collection .product_nr_input {
	width:20px;
}
#collection .product_remove {
	float:right;
	width:10%;
	text-align:right;
}
#collections .collection_name {
	float:left;
	width:85%;
}
#collections .collection_remove {
	float:right;
	width:15%;
	text-align:right;
}
.make_offer {
    float:left;
	padding:3px 3px 3px 15px;
    margin-right: 5px;
	background-color:#ffffff;
	background-image:url(/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
}






ul#main_tabnav {
    background-color:#cccccc;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    height:20px;
    margin:0pt;
    padding:0pt;
    display:block;
    line-height:20px;
}
ul#main_tabnav li {
    margin:0;
    padding:0;
    float:left;
    height:20px;
    list-style-type:none;
}
ul#main_tabnav li a {
    color:#4D5431;
    font-size:12px;
    font-weight:normal;
    line-height:20px;
    text-decoration:none;
    display:block;
    float:left;
    height:20px;
    margin:0px 1px 0px 0px;
    padding:0pt 8px;
    border: none;
    outline: none;
}
ul#main_tabnav li a.main_selected {
	background-color: #FFFFFF;
	margin-right:1px;
	font-weight: bold;
}
.main_panel {
    background-color: #EEEEEE;
    display:block;
}
.main_content {
    line-height:15px;
    padding:15px;
    text-align:left;
    background-color:#FFFFFF;
    border-left:solid 1px #cccccc;
    border-right:solid 1px #cccccc;
    border-bottom:solid 1px #cccccc;
}

#main_container {
	margin-bottom: 10px;
}

#compare_products {
	width:800px;
	overflow: auto;
	border: 1px solid #cccccc;
}

ul#tabnav {
    background-color:#cccccc;
    border-top:1px solid #cccccc;
    height:16px;
    margin:0pt;
    padding:0pt;
    display:block;
    line-height:16px;
}
ul#tabnav li {
    margin:0;
    padding:0;
    float:left;
    height:16px;
    list-style-type:none;
}
ul#tabnav li a {
    color:#4D5431;
    font-size:11px;
    font-weight:normal;
    line-height:16px;
    text-decoration:none;
    display:block;
    float:left;
    height:16px;
    margin:0pt 0pt 0pt 5px;
    padding:0pt 6px;
    border: none;
    outline: none;
}

ul#tabnav li a.selected {
    background:#EEEEEE none repeat scroll 0%;
}
.panel {
    background:#eeeeee none repeat scroll 0%;
    display:block;
}
.content {
    line-height:15px;
    padding:15px;
    text-align:left;
    color:#444444;
}
#container {
	margin-bottom: 10px;
}




.content {
    line-height:15px;
    padding:15px;
    text-align:left;
    color:#444444;
}
#container {
	margin-bottom: 10px;
}

.eshop-order_form {
	border: solid 1px #cccccc;
	background-color: #EEEEEE;
	margin-bottom: 15px;
}
.eshop-order_header {
	background-color: #EEEEEE;
	border-bottom: solid 1px #cccccc;
	padding: 5px;
	font-weight: bold;
}

.eshop-errormessage {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:bold;
}

.eshop-note {
	padding:4px;
	margin-bottom: 2px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(/images/grey_gradient.gif);
}

#product-list {
	position:relative;
}

.eshop-product_list_table td {
	
}
.eshop-product_list_table {
	width: 100%;
}
.eshop-product_list_table_name {
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
	font-size:12px;
	background-color:#BBD2A8;
}

.eshop-thumbs img{
	border: solid 1px #FFFFFF;
	padding: 4px;
}


#hide_search {
	background-color: #CCCCCC;
	text-align:center;
	padding:1px;
}

a.hide_search {
	text-indent: -9999px;
	background-image: url(/images/nuoli_ylosa.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 8px;
	display: block;
	outline:none;
	margin-left: auto;
	margin-right: auto;
}
.list_table {
	border: solid 1px #dddddd;
}

.list_table th {
	background-color: #dddddd;
}

#order {
	border: 1px solid #CCCCCC;
	padding:3px;
}

#order h2  {
	border: none;
	color: #000000;
}

a.edit_order {
	background-image: url(/images/edit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
	text-decoration: none;
}

a.save_order {
	background-image: url(/images/save.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
	text-decoration: none;
}

a.cancel_order {
	background-image: url(/images/delete.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
	text-decoration: none;
}

.button {
	background-image: url(/images/black_gradient.gif);
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
}

a.link_button {
	background-image: url(/images/black_gradient.gif);
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	padding:4px 8px 4px 8px;
	text-decoration: none;
}

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 15px;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(/images/ajax-loading.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { 
	border-top: 1px solid #F9F9F9;
}

#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

#notice {
	color: #e71e1e;
	font-weight: normal;
	margin-left: 15px;
}

.highlightTDon {
	background-color: #D3F4FF;
}
.highlightTD2on {
	background-color: #FFCCFF;
}
.highlightTD3on {
	background-color: #ffa500;
}
