/* CSS Document */
body {
	background: url(images/site_bg.jpg) repeat-x #838182;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a:link, a:active, a:visited {
	color: #e98539;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

#freedom_container {
	width: 816px;
	margin: 0 auto;
}

#freedom_nav {
	width: 190px;
	padding: 5px;
	border-left: 1px solid #ac6c34;
	border-right: 1px solid #ac6c34;
	margin-top: 50px;
	float: left;
}

#freedom_content {
	width: 585px;
	float: left;
	margin-left: 26px;
	overflow: hidden;
}


img.img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

ul.menu {
	padding-left: 14px;
	margin: 0px;
	list-style: url(images/nav_dot.jpg);
}

ul.menu li {
	padding-top: 2px;
}

.cartProductOptionsName {
	font-size:9px;
	font-weight:bold;
}
.cartProductOptionsValue {
	font-size:9px;
}

.errorBox {
	font-size: 14px; 
	padding:5px; 
	margin: 10px; 
	width: 500px; 
	background-color: #FCC; 
	border: 2px solid #F33;
	color: #000;
}

.mHButton {
	float: left;
	display: block;
	width: 100px;
	border-top: 1px dotted #AAA;
	border-right: 1px dotted #AAA;
	border-left: 1px dotted #AAA;
	background-color: #DDD;
	cursor: pointer;
}

.mHButton:hover {
	background-color: #EEE;
	color: #000;
}
.sitemapCategoriesLeft {
	float:left;
	width:280px;
	padding:8px;
	border-right:1px solid #DDD;
}
.sitemapCategoriesRight {
	float:left;
	width:280px;
	padding:8px;
	margin-left:20px;
}
.sitemapParentCat {
	font-size:14px;
	font-weight:bold;
}
.sitemapSubCat {
	font-size:12px;
}

.thumb {
	cursor: pointer;
}

.fpTitle {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.catProdTitle {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}