BODY {
	text-align: center;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #F0F0F0;
}

A {
	color: #FFF;
	text-decoration: none;
}

DIV#siteFrame {
	background-color: #AAA;
	padding: 18px;
	width: 960px;
	margin: 0 auto;
}

DIV.leftMenu {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	border-top: 1px solid #CCC;
}

DIV.leftMenuSelected {
	border-top: 1px solid #CCC;
	color: #f7931e;
	font-style: italic;;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 5px;
	padding-top: 3px;
}

DIV.leftMenuSubSelected {
	color: #f7931e;
	font-style: italic;
	text-align: left;
	padding-left: 30px;
	padding-bottom:5px;
}

DIV.leftSubMenu {
	text-align: left;
	padding-left: 30px;
	padding-bottom:5px;
}

TABLE.menuTable {
	right: 0px;
}

DIV#container {
	width: 960px;
	margin: 0 auto;
}

DIV#header {
	background: url('sysimages/new/header.jpg');
	background-repeat: no-repeat;
	height: 160px;
	text-align: left;
	position: relative;
}
	
	DIV#cart {
		border: 1px solid #FFF;
		color: #FFF;
		float: left;
		position: absolute;
		margin-left: 760px;
		top: 10px;
		width: 175px;
		height: 110px;
	}
	
	DIV#menu {
		padding-top: 132px;
		padding-right: 30px;
		text-align: right;
	}
		TABLE.menuTable {
			text-align: right;
			margin-left: 350px;
		}
	
		TD.menuItem A {
			color: #FFF;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 13px;
		}
		
		TD.menuItem A:HOVER {
			color: #FFF;
		}
		
		TD.topMenuSpacer {
			padding-right: 15px;
		}

DIV#container DIV#body {
	height: 770px;
}

	DIV#sidemenu {
		width: 240px;
		float: left;
		position: relative;
	}
		
		DIV#sidemenu DIV#search {
			height: 30px;
			background-color: #0049d9;
			text-align:left;
			padding-top:10px;
			padding-left:15px;
			border-bottom: 1px solid #CCC;
		}
		
			INPUT#searchInput {
				border:1px solid #FFF;
				width: 165px;
				margin-left:15px;
			}
		
		DIV#products {
			background-color: #333;
			padding-bottom: 10px;
			min-height: 590px;
		}
		
		DIV#products A:HOVER {
			color: #f7931e;
		}
		
			DIV#sidemenu DIV#products .category {
				border-top: 1px solid #CCC;
				margin-left: 15px;
				margin-right: 15px;
				padding-top: 3px;
				padding-bottom: 3px;
				text-align: left;
			}
		
		DIV#postlisti {
			heigth: 90px;
			background-color: #0049d9;
			padding-bottom: 5px;
			border-top: 1px solid #CCC;
			padding: 10px;
			text-align: left;
			bottom:0px;
		}
			
			DIV#postlisti TD.header {
				padding-left:60px;
				font-size:16px;
				padding-top:5px;
			}
			
			DIV#postlisti TD.textData {
				padding-top: 5px;
				padding-left: 5px;
				text-align: right;
				text-size: 12px;
			}
			
			INPUT.maillistInput {
				padding-top: 5px;
				padding-left: 5px;
				width: 215px;
				height: 28px;
			}
	
	DIV#body DIV#content {
		float: left;
		width: 720px;
	}
		
		DIV#frontContent {
			width: 740px;
		}
		
		DIV#flashAd {
			width: 700px;
			height: 315px;
			margin: 5px;
			margin-left: 18px;
			margin-top: 15px;
		}
		
		DIV#bigAd {
			width: 225px;
			height: 445px;
			float: left;
			border: 1px solid #000;
			margin: 5px;
			margin-left: 18px;
		}
		
		DIV#smallAd {
			width: 225px;
			height: 215px;
			float: left;
			border: 1px solid #000;
			margin: 5px;
			margin-bottom: 7px;
		}

DIV#footer {
	border: 1px solid #FFF;
	height: 20px;
	background-color: #0049d9;
	text-align: left;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 10px;
	margin-top: 10px;
	width: 945px;
	position: relative;
}

.clear {
	clear: both;
}

TABLE.productList {
	width: 710px;
}
	
	TD.frontItemSpacer {
		width: 20px;
	}
	
	TD.frontItem {
		width: 31%;
		height: 325px;
		background-color: #FFF;
		text-align: center;
		border: 1px solid #000;
		margin: 20px;
	}
		DIV.frontItemContainer {
			position: relative;
			height: 305px;
		}
	
		DIV.prodTitle {
			background-color: #000;
			color: #FFF;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		
		DIV.prodTitle A {
			color: #FFF;
			text-decoration: none;
		}
		
		DIV.prodImg {
			padding-top:10px;
		}
		
		DIV.prodId {
			text-align:center;
			color:#000;
			font-variant:italic;
			padding-left:10px;
			font-size:13px;
			padding-top:2px;
		}
		
		DIV.prodBox {
		
		}
		
		TD.frontItem DIV#text {
			color: #000;
			text-align: left;
			padding: 10px;
		}
		
		TD.frontItem DIV#price {
			width: 100px;
			color: #000;
			font-weight: bold;
			font-size: 16px;
			position: absolute;
			bottom: 0px;
			left: 0px;
		}
		
		TD.frontItem DIV#buttons {
			width: 100px;
			position: absolute;
			bottom: 0px;
			right: 0px;
		}

DIV.genericContainer {
	width: 690px;
	height: 100%;
	border:1px solid #000;
	color: #000;
	background-color: #FFF;
	margin: 10px;
	padding:10px;
}

DIV.genericContainer TD {
	color: #000;
}

DIV.genericContainer A {
	color: #000;
}

DIV.genericContainer A:HOVER {
	color: #000;
	text-decoration: underline;
}

DIV.genericHeader {
	font-size: 16px;
}

DIV.subBulletHeader {
	margin: 15px;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000;
	background-color: #000;
	color: #FFF;
	font-size: 18px;
}

INPUT#name {
	margin-top: 5px;
}

INPUT#email {
	margin-top: 5px;
}

DIV#sidemenuFooter {
	border-top: 1px solid #CCC;
}

DIV#searchResultHeader {
	color: #FFF;
	background-color: #000;
	text-align: center;
	font-size: 16px;
}

DIV.simpleTitle {
	font-size: 18px;
	font-weight: bold;
}

A.webtree2 {
	padding-left: 10px;
}

A.webtree3 {
	padding-left: 20px;
}

DIV#tooltip {
	position: absolute;
	border:1px solid #000;
	background-color: #FFF;
	color: #000;
	z-index: 1;
	text-align: left;
	padding-left: 3px;
}

.hide {
	display:none;
}

TD.shopingchartLine {
	color: #000;
}

TD.shopingchartLine2 {
	color: #000;
}

TD.shopingchartLine2 A {
	color: #000;
}



