/*
 * Tuomas Sauliala 
 * Huisi CSS 2009
 */
 
body {
	height: 100%;
	text-align: center;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 0.8em;

}

img {
	border: 0;
}

a {
	text-decoration : none;
	color: #0a74b8;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#topline {
	background-image: url(../i/topline-bg.gif);
	background-repeat: no-repeat;
	height: 45px;
	padding: 0 10px 0 10px;
}

/*
 *	Topline
 */

#toplineHome {
	float: left;
	font-size: 1px;
	color: #bdd21f;
}	

ul.tabNavigation {
	margin: 0;
	padding: 0;
	float: right;
}

ul.tabNavigation li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
/*	borded-left: 1px solid #717e01; */
}

ul.tabNavigation a {
	text-decoration: none;
	display: block;
	padding: 0px 0px 0 12px;
	margin: 0;
	background-image: url(../i/topline-a.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 119px;
	height: 45px;
/*	border: 1px solid #000000; */
	line-height: 40px;
}

ul.tabNavigation a:hover {
	text-decoration: underline;
}

ul.tabNavigation a.selected:hover {
	text-decoration: none;
}


ul.tabNavigation a.selected {
	background-image: url(../i/topline-a-selected.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#cart, #login {
	padding: 8px 0 0 14px;
}

#cart p, #login p {
	padding: 0;
	margin: 0 0 14px 0;
	line-height: 20px;
}

#cart a, ul.CustomerNavigation li {
	display: block;
	float: left;
	width: 150px;
	border: 1px solid #cbcbcb;
	padding: 3px 5px;
	margin: 0 10px 0 0;
	background-color: #f5f5f5;
	text-align: center;
}

ul.CustomerNavigation {
	margin: 0;
	padding: 0;	
}

ul.CustomerNavigation li {
	list-style-type: none;
	display: inline;	
}

#cart a:hover {
	border: 1px solid #0a74b8;
	text-decoration: none;
}

/*
 *	CartTable
 */

 #CartTable {
	width: 615px;	 
 }
 
#CartTable caption {
	text-align: left;
	padding: 0 0 8px 0;
}



#CartTable thead, #CartTable tfoot {
	background-color: #eeeeee;
	padding: 3px;
}

#CartTable td, #CartTable th {
/*	border: 1px solid #e0e0e0; */
	padding: 3px;
}

#CartTable div.FormItem {
	width: auto;	
}


#login fieldset {
	border: none;
	padding: 4px;
	font-size: 0.85em;
}

#login div.FormItem {
	float: left;
	width: 180px;
	padding: 3px;
}

#login button {
	font-size: 0.9em;
}

span.cartProductCount, span.cartTotal {
	font-size: 1.1em;
}

#li-login a, #li-logout a {
	width: 105px;
	height: 39px;
	background-image: url(../i/topline-login.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#li-login a, #li-logout a {
	color: #ffffff;
	display: block;
	padding: 0px 0 0 15px;
	line-height: 35px;
}

#li-logout a {
	background-image: url(../i/topline-logout.gif);		
}

/* 
 *	Header
 */
 
#header, #header2 {
	height: 76px;
	clear: both;
	background-image: url(../i/header-bg2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}	

#header2 {
	background-image: none;
}

#tabs {
	float: right;
	height: 76px;
	width: 387px;
	background-image: url(../i/header-bg1.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

ul.InfoNavigation  {
	padding: 0;
	margin: 10px  0 0 0;
}

ul.InfoNavigation li {
	float: left;
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
	display: block;
	width: 170px;
	line-height: 150%;
}

/*
 *	Leftside
 */

#leftside {
	float: left;
/*	width: 515px; */
}

#bgSlideshow {
	width: 515px;
	height: 350px;
	position: relative;
	top: -150px;
	overflow: hidden; /* For non-JS-browsers to hide all but one pic */
/*	border: 1px solid #0000ff; */
	margin-bottom: -150px;
}

/*
 *	Rightside
 */
 
#rightside {
	width: 387px;
	float: right;
}

#intro {
	padding: 9px 10px 9px 10px;
}

#intro p {
	line-height: 170%;
}

#news {
	background-image: url(../i/news-bg.gif);
/* 	background-repeat: no-repeat;   */
	background-position: top left;
	width: 387px;
	margin: 0;
	padding: 0;
/*	height: 28px; */
}

#news ul.NewsList {
	list-style-type: none;
	padding: 6px 0 1px 33px;
	margin: 0;
}

#news li {
	margin: 2px 0 10px 0;
}

#hilight {
	background-image: url(../i/hilight-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
} 

#hilightContainer {
	background-image: url(../i/hilight-footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 7px 0 20px 0;
	padding: 0 0 0 10px;
}

#hilightContainer h2.boxHeader {
	font-size: 1px;
	color: #bdd11e;
	padding: 5px 0 0 0;
}

#hilightContainer hr {
	border: 1px solid #bdd11e;
	clear: both;
}

/*
 *	Maincontent
 */
 
#mainContent {
	width: 740px;
	float: right;
	margin-top: 20px;
	padding: 0 0 30px 0;
}

/*
 *	Breadcrumb
 */
 
ul.Breadcrumb, ul.Breadcrumb ul, ul.Breadcrumb li, ul.Breadcrumb li li a, #CheckoutStage, #CheckoutStage li, #CheckoutStage li a  {
	display: inline;
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 35px;
}

#CheckoutStage {
	display: block;
	border-bottom: 1px solid #dddddd;
	height: 25px;
	margin: 0 0 20px 0;
}

#CheckoutStage li {
	border: 1px solid #dddddd;
	display: block;
	float: left;
	width: 80px; 
	text-align: center;
	color: #999999;
	height: 24px;
	line-height: 24px;
	margin: 0 10px 0 0;
}

#CheckoutStage li.CurrentCheckoutStage {
	border-bottom: 1px solid #ffffff;
	color: #000000;
	margin: 0 10px -2px 0;
}

#CheckoutStage li.CompletedCheckoutStage {
	color: #dddddd;
	background-color: #eeeeee;
}

.FormErrorMessage {
	color: #ee0f0f;	
}

/*
 *	ProductPage
 */	

h1 {
	color: #424242;
	font-weight: normal;
	font-size: 2em;
	margin: 0 0 30px 0;
	padding: 0;
}
 
#ProductPage p {
	line-height: 155%;
}
 
#ProductPage form.BuyForm {
	font-size: 0.85em;
/* 	padding: 6px 5px 5px 9px ; */
	padding: 0;
	margin: 0;
/*	margin: 0 0 25px 16px; */
	border: 1px solid #c9c9c9;
	background-color: #f0f0f0;
}

#ProductPage fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#ProductPage a.ProductImage {
	width: 258px;
	height: 258px;
}

#ProductPage dl.Prices {
	margin: 0 0 50px 0;
	font-size: 2em;
/*	float: right; */
/*	background-color: #ccccff; */
	width: 410px;
	display: block;
/*	border: 1px solid #0000cc; */
}

#ProductPage dt.Price {
	font-size: 0.8em;
	line-height: 40px;
}

#ProductPage dd.Price {
	float: left;

}

#ProductPage div.textContainer {
	float: right;
	width: 430px;
	margin: 0 0 40px 0;
}

#ProductPage p.label {
	font-size: 1.5em;
	font-weight: bold;
}

#ProductPage div.FormItem {
	clear: both;
	border-bottom: 1px dotted #e9e9e9;
	padding: 5px;
	height: 25px;
}

#ProductPage div.FormSubmit {
	border: none;
}

#ProductPage div.FormItem label {
	display: block;
	float: left;
	width: 90px;
	font-size: 1em;
	padding: 4px;
}

#ProductPage div.FormItem select {
	display: block;
	float: left;
	width: 270px;	
	margin: 0 0 5px 0;
}

#ProductPage div.FormItem .SubmitButton {
	margin: 0 0 0 98px;
}

/*
div.Checks label, p.FormHelp {
	display: block;
	width: 220px;
 	height: 27px; 
	border-top: 1px solid #cbcbcb;
	float: left;
	margin: 0;
	padding: 0;
}

div.Checks input {
	margin: 4px 0 0 4px;
}
*/
#ProductPage  p.FormHelp {
	width: 80px;
	line-height: 20px;
}


/*
 *	Product
 */

div.Product {
	float: left;
	width: 175px;
	height: 238px;
	margin: 10px 0 0 0;
	padding: 5px;
}

a.ProductImage {
	display: block;
	border: 1px solid #bdd11e;
	padding: 0;
	margin: 0;
	width: 162px;
	height: 162px;
}

#ProductThumbnails {
	width: 258px;	
	padding: 0;
	margin: 0;	
}

#ProductThumbnails li {
	display: block;
	float: left;
	list-style-type: none;
	border: 1px solid #bdd11e;
	margin: 0 7px 7px 0;
}

h2.ProductName {
	font-size: 1em;	
	margin: 0;
	padding: 7px 0 6px 0;
}

dl {
	margin: 0;
	padding: 0;
}	

dt.Price {
	font-size: 0.8em;
	float: left;
	color: #5e5e5e;
	line-height: 20px;
}

dd.Price {
	font-size: 1.1em;
	float: left;
}

a.Button {
	font-size: 0.9em;
	display: block;
	clear: both;
	padding: 8px 0 0 0 ;
}

a.ProductImage:hover {
	border: 1px solid #0a74b8;
}

span.Currency {
	padding: 0 5px 0 0;
	font-size: 0.8em;
}


/*
 * 	Product-menu
 */
 
#productMenu {
	background-image: url(../i/product-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 134px;
/*	float: left; */
	position: relative;
	top: 34px;
	z-index: 1000;
}

#productMenuContainer {
	background-image: url(../i/product-footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
 
#productMenuContainer ul {
	list-style-type: none;
	margin: 0;
	padding: 6px 0 8px 0px;
}

#productMenuContainer li {
	margin: 0;
	padding: 4px 0 0px 10px;;
	height: 18px;
}

#productMenuContainer li:hover, #productMenuContainer li.Current {
	background-image: url(../i/product-li.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#productMenuContainer li.current {
	font-weight: bold;
}

/*
 *	Footer
 */	

#footer {
	border-top: 1px solid #e5e5e5;
	clear: both;
	padding: 4px 0 0 0;
	margin: 10px 0 30px 0;
	font-size: 0.85em;
}

#footerCompany {
	float: left; 
	width: 200px;
	color: #616161;
	font-weight: bold;
}

#footerLinks {
	float: right;
	width: 700px;
	text-align: right;
}

#footerLinks ul {
	list-style-type: none;
	margin: 0;
}

#footerLinks li {
	display: inline;
	width: auto;
}

#footerLinks a {
	color: #616161;
	padding: 0 0 0 12px;
}
 
/*
 *	General (eg. Fieldset)
 */
 
fieldset {
	 border: none;
	 clear: both;
}

h2 {
	color: #424242;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 0 20px 0;
	padding: 0;
}

div.FormItem {
	clear: both;
	width: 500px;
	padding: 1px 0 1px 0;
}

#ProductPage div.FormItem {
	width: auto;	
}

div.FormItem label {
	width: 130px;
	display: block;
	float: left;	
}

div.FormItem label.GroupLabel {
	width: 500px;
	font-weight: bold;
	margin: 10px 0 5px 0;	
}

div.Checks label {
	width: 500px;
	display: block;	
}

#InfoPage {
	padding: 0 250px 0 0;	
}
