/*
* Guide (a.k.a. Sidebar)
*************************************************************************** */

#guide {
	float: right;
	width: 240px;
	overflow: hidden;
}


/*
* Modules
*************************************************************************** */

#guide #modules {
	border-top: 1px solid;
}

#guide #modules div {
	border-bottom: 1px solid;
	margin: 0;
	padding: 15px 15px 15px 20px;
}

#guide #modules div h3 {
	font-size: 1.1em;
	margin: 0.25em 0;
}

#guide #modules #ecomguide  {
	top:35px;
	margin-bottom:20px;
	
}

#guide #modules #ecomguide h3 {
	font-size: 1.1em;
	padding-top:10px;
}

#guide #modules #ecomguide p {
	font-size: 1.1em;
	margin: 0.25em 0;
	font-weight:normal;
	margin-top:2em;	
	display:block;
} 

#guide  #modules #ecomguide div {
	border-bottom:none;
	margin:0 auto;
	padding:0;
	display:block;
	/*width:230px;*/
}

#ecomguide  #modules .logo{
	text-align: center;
	margin-bottom: 10px;
}
#ecomguide  #modules .logo img{
	 float:none;
}

#guide #modules #productsguide{
	padding:30px 0px 12px 0;
}

#guide #modules #productsguide #modules{
	padding:0;
}

#guide #modules #productsguide .module{
	font-weight:bold;
	padding:8px 4px 8px 17px;
	text-transform:uppercase;
	background-image:url(../images/doublearrow.jpg);
	background-position:220px 10px;
	background-repeat:no-repeat;
}
#guide #modules #productsguide .module a{
	display: block;
}
#guide #modules #productsguide .featured{
	color:#dd0011;
	font-weight:bold;
	padding-top:30px;
	padding-bottom:8px;
}

#guide #modules #productsguide .links
{
	border:none;
}

#guide #modules #productsguide #guidelinks{
	padding-top:15px;
}
#guide #modules #productsguide #guidelinks ul li{
  /* background-position:0 6px; */
}

#guide #modules #productsguide #guidelinks ul li {
	padding-left:10px;
	font-size:0.9em;
	list-style-position: outside;
}

#guide #modules #guidelinks {
	border-bottom: none;
	padding:0px 2px 1px 20px;
}

#guide #modules div h4 {
	font-size: 1em;
	margin: 0.25em 0;
}
#guide #modules div h4 span {
	font-weight: normal;
}

#guide #modules div p {
	margin: 1em 0;
}

#guide #modules div p strong.telephone {
	display: block;
	margin: 0.75em 0 0 0;
}

#guide #modules div img {
	float: left;
	margin: 0 10px 10px 0;
}

#guide #modules div ul, 
#guide #modules div.module ul.bullets {
	list-style-type: none;
	list-style-position: outinside;
}

#guide #modules div ul li, 
#guide #modules div.module ul.bullets li {
	background: 2px 8px no-repeat;
	padding: 0.5em 0 0 15px;
}

#guide #modules div ul li.current_page, 
#guide #modules div.module ul.bullets li.current_page {
	font-weight: bold;
}


#guide #modules div ul li a, 
#guide #modules div.module ul.bullets li a {
	text-decoration: none;
}

#guide #modules div ul li a:hover, 
#guide #modules div.module ul.bullets li a:hover {
/*	text-decoration: underline;*/
}

#guide #modules #productsguide .links ul li{	
	padding:0 5px 4px;	
	background:none;			
}

#guide #modules #productsguide .links ul li a{
text-decoration:underline;

}

#guide #modules div.module ul {
	font-size: 1em;
	list-style-position: outside;
}

#guide #modules div.module ul li {
	padding: 0.5em 0 0 0;
}

#guide #modules #guidelinks ul li {
	padding: 0.3em 0 0 0;
}

.nobottomborder{
   border-bottom:none;
}

#guide #modules div.module ul li a,
#guide a{
	text-decoration: underline !important;
}

#guide #modules div.module.two_cols {
	width: 205px;
}

#guide #modules div.module.two_cols div.column {
	float: left;
	clear: right;
	border: 0;
	padding: 0 10px 0 0;
	width: 92px;
}

/* Specific */
#guide #modules div.module.branch {
	width: 220px;
	padding: 15px 20px 15px 0;
	clear:both;
	font-weight:bold;
}

#guide #modules div.module.branch {
	padding: 15px 15px 15px 10px;
	width: 210px;
}

#guide #modules div.branch div#branch a {
	cursor: pointer;
}

#guide #modules div.branch div#text p {
	font-weight: bold;
}

#guide #modules div.branch h3 {
	text-indent: -9000px;
	background-repeat: no-repeat;
	background-position: center center;
	margin:0 10px;
	width:100%;
}

#guide #modules .submod{
	background-color:#f8f8f8;
	padding-top:1px;
	padding-bottom:20px;
	font-weight:normal;
}

#guide #modules .submod .parent{
	font-weight:bold;
	background-image:url(../images/arrow_bottom_grey.gif);
}
#guide #modules .submod .selected a, #guide #modules .submod .selected{
	color:#dd0011;
	font-weight:bold;
}

#guide #productsguide #modules .submod ul .selected  {
	background-image:url(../images/arrow_right_red.gif);
}
#guide #productsguide #modules .submod ul ul .selected  {
	background-image:url(../images/arrow_right_red.gif);
}

#guide #productsguide #modules .submod ul ul li {
	background-image:url(../images/dash.gif);
	background-position:0 10px;
	background-repeat:no-repeat;
	width:150px;
	padding-left:15px;
}

#guide #modules #productsguide .collapsed {
	background-image:url(../images/doublearrowdown.jpg);
	background-color:#f8f8f8;
}

#guide #modules #productsguide a{
	text-decoration:none;
	padding-left:0;
	background:none;
}
#guide #modules #productsguide ul{
	margin-left:0;
	margin-top:0;
	width: auto;
}
#guide #modules #module .submod{
	background-color:#f8f8f8;	
}

#guide #modules #module .submod ul ul li{
	padding-left:20px;
}

#guide #modules div.branch p { 
	float:right;
}

#guide #modules .branch h3{
	width: 99px;
	height: 100px;
}
#guide #modules .branch p{
	width: 91px;
	margin: 23px 0 0 0;
}
#guide #modules .frame{
	height: 85px;
}
/*
#guide #modules div#gore-tex_branch h3 { 
	width: 99px;
	height: 99px;
}
#guide #modules div#windstopper_branch h3 {
	width: 92px;
	height: 92px;
}
#guide #modules div#chempak_branch h3 {
	width: 125px;
	height: 55px;
}
#guide #modules div#crosstech_branch h3 {
	width: 106px;
	height: 67px;
}


#guide #modules div#gore-tex_branch p { 
	width:90px;
	margin:30px 0 0 0;
}
#guide #modules div#windstopper_branch p {
	width:95px;
	margin:25px 0 0 0;
}
#guide #modules div#chempak_branch p {
	width:65px;
	margin:5px 0 0 0;
}
#guide #modules div#crosstech_branch p {
	width:80px;
	margin:15px 0 0 0;
}
*/


#guide #modules div#gore_branches h3 {
	display: none;
}

#guide #modules div#newsletter form fieldset {
	border: 0;
}

#guide #modules div#newsletter form legend {
	display: none;
}

#guide #modules div#newsletter form label {
	display: block;
}

#guide #modules div#newsletter form input#newsletter_email {
	border: 1px solid;
	width: 200px;
	margin: 0.5em 0;
}

#guide #modules div#newsletter form label#lbl_signup {
	display: none;
}

#guide #modules div#newsletter form input#signup {
	float: right;
}

#guide #modules a.getAcrobatReader {
	width: auto;
	height: 16px;
	background: 0 5px no-repeat;
	padding: 0.5em 0 0 22px;
}

#guide > #modules a.getAcrobatReader {
	padding: 0.5em 0 0 22px;
}
#guide #modules #guidelinks ul li.selected{
    background-image: url(../images/tiny-arrow-down.gif);
}

#guide #modules #guidelinks ul li.selected a{
    color: #DD0011;
    font-weight: bold;
}



