 /* 
	Title:     Trexet master styles for screen
	Author:    jussi@staart.fi
	Created:   Dec 2nd 2008
*/


/* ===== 1. BODY DEFINITIONS ==== */

html {
	font-size: 100.01%;	
}
body {
	background: #fff;
	color: #9f9f9f;
	font: normal 11px Arial, serif;
}
#screen {
	background: #fff url("../img/bg-body.png") repeat-x top center;
	color: #9f9f9f;
	font: normal 11px Arial, serif;
	margin: 0;
}
#popup {
	background: #fff;
	color: #9f9f9f;
	font: normal 11px Arial, serif;
	margin: 0 0 15px 0;
}
#page {
	background: transparent;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 900px;
}


/* ===== 2. SITE STRUCTURE ===== */

#sitewrapper {
	background: transparent;
	clear: both;
	padding: 25px 0;
	width: 900px;
}
.product_odd {
	background: #fff url("../img/product-bg.png") no-repeat top left;
	float: left;
	height: 250px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
	width: 440px;
}
.product_even {
	background: #fff url("../img/product-bg.png") no-repeat top right;
	float: left;
	height: 250px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 0;
	text-align: left;
	width: 440px;
}
.product_centered {
	background: #fff url("../img/product-bg.png") no-repeat top center;
	clear: both;
	height: 250px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 440px;
}
#bottom {
	background: #fff url("../img/bg-bottom.png") no-repeat top center;
	clear: both;
	height: 53px;
	margin-top: 20px;
	width: 900px;	
}
.product_title {
	color: #3b6aaa;
	font: normal 18px Arial, serif;
	padding: 10px;
	text-align: left;
	width: 420px;	
}
.product_img {
	color: #3b6aaa;
	float: left;
	font: normal 18px Arial, serif;
	padding: 0 0 0 10px;
	text-align: center;
	width: 224px;	
}
.product_desc {
	float: left;
	padding: 0 0 0 10px;
	text-align: left;
	width: 196px;
}
#popupimg {
	background: #fff;
	padding: 10px 5px 0 5px;
	text-align: center;
}
#popupcontent {
	background: #fff;
	padding: 5px;
}


p {
	background: transparent;
	color: #797979;
	font: normal 11px Arial, serif;
	line-height: 1.5em;	
	padding: 5px 0;
}
h1 {
	background: transparent;
	color: #00559f;
	font: normal 14px Arial, serif;
	padding: 10px 0 0 0;	
}
h1.popup {
	background: #c3c3c3;
	color: #000;
	font: normal 16px Arial, serif;
	padding: 10px 5px;	
}
h1.price {
	background: #fff;
	color: #000;
	font: normal 16px Arial, serif;
	padding: 10px 5px;	
}
h1.special {
    height: 50px;
	width: 100px;
    margin-top: 130px;
	z-index: 10;
	position:absolute;
    padding-top: 30px;
    color: #fff;
    vertical-align: middle;
    background: transparent url("../img/laiska.gif") no-repeat center center;
    font-weight: bold;
}
h2 {
	background: transparent;
	color: #00559f;
	font: normal 14px Arial, serif;
	line-height: 1.3em;
	padding: 8px 0;	
}
img {
	border: none;
	padding: 0;
}

div.brands {
	text-align: center;
	padding-bottom: 15px
}

div.brands a:link, div.brands a:active, div.brands a:visited {
	color: #3b6aaa;
	text-decoration: none;
}

div.brands a:hover {
	color: #3b6aaa;
	text-decoration: underline;
}

img.brand {
	border: 3px solid #fff;
	width: 96px;
	height: 48px;
	padding: 2px;
}

img.brandsel {
	border: 3px solid #99afc8;
	width: 96px;
	height: 48px;
	padding: 2px;
}
