@charset "UTF-8";

/*

Dark Green - 4e5c34

*/


body {
	background-image: url(dx_images/tts_template_tile.jpg);
	margin: 0px;
	background-position: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:focus, a:active {
	outline:0;
}

a {
	color: #4e5c34;
	font-weight:bold;
	text-decoration:none;
}

a:Hover {
	color: #669900;
	font-weight:bold;
	text-decoration:underline;
}

#container {
	background-image: url(dx_images/tts_template_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height:900px;
}

#container-inner {
	width:950px;
	position:absolute;
	margin: 0px auto 0px -476px;
	left:50%;
	height:100%;
}	

#container-left {
	float:left;
	width:218px;

}

#container-right {
	float:left;
	width:732px;

}

a.NavSub {
	background-image: url(dx_images/tts_nav_sub_0.png);
	display: block;
	height: 26px;
	width: 218px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 26px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-indent:6px;
}



a.NavSub:Hover {
	background-image: url(dx_images/tts_nav_sub_1.png);
}


a.NavMain {
	background-image: url(dx_images/tts_nav_main_0.png);
	display: block;
	height: 40px;
	width: 218px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 26px;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}



a.NavMain:Hover {
	background-image: url(dx_images/tts_nav_main_1.png);
}

#container-left ul {
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
}

#container-left ul li {
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
	padding:1px;
	font-size:12px;
	border-bottom: 1px dotted #666666;
	
	
}

#container-left ul li a {
	text-decoration:none;
	display:block;
	padding:2px 2px 2px 17px;
	color: #4e5c34;
	font-weight:normal;

}

#container-left ul li a:Hover {
	text-decoration:none;
	background-color: #4e5c34;
		color:#FFFFFF;


}

#container-left ul li .selected {
	background-color: #BBBBBB;

}

#container-shop {
	padding: 10px;	
	display:block;
	}
	
#container-shop h1 {
	margin: 0px 0px 0px 0px;
	font-size:20px;
	color: #4e5c34;
	}
	
a.ShopBox {
	float:left;
	margin:0px 10px 10px 0px; 
	width:215px; 
	height:180px; 
	background-color:#e9ece9; 
	border:solid 1px #999999;
	text-align:center;
	padding:5px;
	font-size:13px;

}

a.ShopBox:Hover {
	background-color:#ffffff; 
	border:solid 1px #222222;
	text-decoration:none;

}

a.ShopBox img {
	border:solid 1px #999999;
	margin-bottom:5px;

}

.TeaserWide {
	background-image: url(dx_images/tts_teaser_wide.png);
	background-repeat:no-repeat;
	height: 190px;
	width: 676px;
	padding:45px 10px 0px 20px;
	
}

.TeaserWide .TeaserImg {
	height: 155px;
	width: 165px;
	background-color:#ffffff;
	border:solid 1px #999999;
	float:left;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right:15px;
}

.TeaserWide .TeaserText {
	height: 155px;
	width: 420px;
	float:left;
}

h2 {
	color:#4e5c34;
	margin:0px 0px 7px 0px;


}

.smaller {
	font-size:smaller;
}

a.FindOutMore {
	float:right;
	display:block;
	width:210px;
	height:35px;
	text-indent:-9000px;
	overflow:hidden;
	

}

.FullHead {
	background-image: url(dx_images/tts_full_head.png);
	background-repeat:no-repeat;
	height: 42px;
	width: 676px;
	padding-right: 10px;
	padding-left: 20px;	
}


.FullBox {
	background-image: url(dx_images/tts_full_bg.png);
	background-repeat:repeat-y;
	width: 676px;
	padding:0px 10px 20px 20px;	
	border-bottom: #999999 solid 1px;
}



.FullBox .MainImage {
	border:solid 1px #999999;
	float:left;
	margin-right:15px;
}


.GenericBox {
	width: 686px;
	padding:10px;	
	border: #999999 solid 1px;
	background-color:#e9ece9; 
	margin-bottom:20px;
}

.GenericBox h2 {
	color:#000000;
	font-size:14px;
}

#formPrice {
	position:absolute;
	z-index:101;
	top:5px;
	width:300px;
	text-align:right;
	right:-455px !important;
	right:-360px;
	margin-right:50%;

}


#formPrice #formSubmit {
	width:300px;
	margin:2px;  
	background-color:#4e5c34; 
	border:solid 1px #999999;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	font-size:13px;
	cursor:pointer;

}

.AdminLabel {
	display:block;
	float:left;
	width:120px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:10px;
}

input, textarea, select {
	border: #999999 solid 1px;
	background-color:#ffffff;
	padding:2px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 

}

.AdminDivide {
	background-color: #FFFFFF;
	margin: 10px;
	height: 2px;
	overflow: hidden;

}

.Red {
	color:#BB0000
}

.Green {
	color: #00AA00
}