@charset "utf-8";
/* CSS Document */
@import url("navigation.css");

body, html{
	margin: 0px;
	height: 100%;
}
/*frame*/
.leftFrame{ /*heading*/
	width: 280px;
	background-color: #423a2e; /*dark brown*/
	background-image: url(/images/wood.jpg);
	background-position: center;
	background-repeat: repeat;
}
	.platiniLogo{/*logo (flaoting)*/
		width: 158px;
		height: 151px;
		behavior:url(/includes/iepngfix.htc);
		background-image: url(/images/cougar-logo.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
		top: 50px;
		left: 87px;
		z-index: 1;
	}
		.topNav1{/*shopping cart navigation*/
			position: absolute;
			left: 230px;
			top: 0px;
		}
		.myBag{
			width: 215px;
			height: 38px;
			background-image: url(/images/shopping-tab.gif);
			background-position: top;
			background-repeat: no-repeat;
		}
		.myLogin{
			width: 185px;
			height: 38px;
			background-image: url(/images/login-tab.gif);
			background-position: top;
			background-repeat: no-repeat;
		}
.centerFrame{/*copyright (cougar)*/
	width: 230px;
	background-color: #b8a46a; /*Mustard*/
	background-image: url(/images/center-tile-site.gif);
	background-position: top;
	background-repeat: repeat-y;
}
	.cougar{
	width:230px;
	height:670px;
	background-image: url(/images/cougar-site.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
.rightFrame{/*body content*/
	width: auto;
	background-color: white;
	background-image: url(/images/forest.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 50px 30px 30px 30px;
}
	/*thumbs*/
	.items td{
	padding: 12px;
	text-align: center;
	}
	.items td img{
	margin-bottom: 5px;
	padding: 5px;
	border: 1px dotted  #CCCCCC;
	background-color: white;
	}
/*form*/
.btn{
	color: white;
	font-size: 11px;
	font-family: arial;
	width: 70px;
	height:22px;
	background-image: url(/images/btn.gif);
	background-position: top;
	background-repeat:no-repeat;
	background-color: transparent;
	border: none;
}	
/*text styles*/
.brownText{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3423;
	line-height: 1em;
	font-weight: bold;
}
.greenText{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #87a434;
	line-height: 1em;
	font-weight: bold;
}
.bigbrownText{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3423;
	line-height: 1em;
	font-weight: bold;
}
.biggreenText{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #87a434;
	line-height: 1em;
	font-weight: bold;
}
.grayText{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1em;
}
.directoryText{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #bebcb8; /*gray*/
	line-height: 1em;
	font-weight: bold;
}
.smallgrayText{
	color: #838383; /*gray*/
	font-size: 11px;
	font-family: Arial;
	line-height: 1em;
}
.smallgreenText{
	color: #87a434; /*green*/
	font-size: 11px;
	font-family: Arial;
	line-height: 1em;
}
.smallText{
	color: #423a2e; /*dark brown*/
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	line-height: 1em;
}
/*links styles*/
a{
	color: #423a2e; /*dark brown*/
	text-decoration: none;
}
a:hover{
	color: #87a434; /*green*/
	text-decoration: none;
}
a.enfuseLink{
	color: #423a2e; /*dark brown*/
	text-decoration: none;
}
a.enfuseLink:hover{
	color: white;
	text-decoration: none;
}
a.smallLink{
	color: #838383; /*gray*/
	font-size: 11px;
	font-family: Arial;
	line-height: 1em;
	text-decoration: none;
}
a.smallLink:hover{
	color: white;
	font-size: 11px;
	font-family: Arial;
	line-height: 1em;
	text-decoration: none;
}

a.biggreenLink{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #87a434;
	line-height: 18px;
	font-weight: bold;
}


/*------------------------------------------breadcrumbs*/
.breadcrumbContainer{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #bebcb8; /*gray*/
	line-height: 1em;
	font-weight: bold;
}
.breadcrumbContainer a{
	color: #87a434; /*green*/
	text-decoration: none;
}
.subcategories {
	line-height:22px;
	padding:0px 0px 0px 14px;
	margin:7px 0px 0px 19px;
	color:#FFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}


/*size chart*/
.chart{
width:451px;
}
td .size{
width: 41px;
height: 41px;
text-align: center;
color: #FFFFFF;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: #87a434;
border-bottom: 1px dotted #CCCCCC;
border-right: 1px dotted #CCCCCC;
}
td .data{
width: 41px;
height: 41px;
text-align: center;
color: #3e3423;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
border-bottom: 1px dotted #333333;
border-right: 1px dotted #333333;
}