@import '/cms/styles/common.css';

/* COMMON -------------------------------------------------------------------------------------------------------- */

* {
  font-family: "trebuchet ms", arial, sans-serif;
  font-size: 13px;
  color: #333333;
}

h1 {
	margin: 0px;
	margin-bottom: 4px;
	color: #1f8153;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	background: url('/images/h1_bk.gif') center left no-repeat;
	padding-left: 12px;
}
h2 {
	color:#666666;
	font-size:14px;
	margin: 0px;
	margin-bottom: 4px;
}

h3 {
	color:#cbcbcb;
	font-size:14px;
	margin: 0 0 4px 0;
	padding: 0;
}

h4 {
	margin: 3px 0 1px 0;
	color: #1f8153;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	background: url('/images/h1_bk.gif') center left no-repeat;
	padding-left: 12px;
}

a {
	color:#496F78;
}
a:hover {
	color:#1f8153;
}
.tight {
	margin-bottom:0;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
}
.green {
	color:#41946d;
}
.small {
	font-size:9px;
}

/* BODY --------------------------------------------------------------------------------------------------------- */

.body {
  text-align: center;
  background: #FFFFFF url('/images/body_bk.gif') 0 13px repeat-x;
  margin-top: 50px;
}

/* PAGE --------------------------------------------------------------------------------------------------------- */

#page {
  margin: 0 auto;
  text-align: left;
  width: 850px;
}

/* TRUCK -------------------------------------------------------------------------------------------------------- */

#truck {
  position: absolute;
  z-index: 10;
  top: 5px;
  margin-left: 520px;
}

/* HEADER ------------------------------------------------------------------------------------------------------- */

/* MENU --------------------------------------------------------------------------------------------------------- */

#menu { 
	padding-bottom: 3px; 
}

#menu ul, #menu li { 
	padding:0;
	margin:0;
}

#page_1 #menu, #page_370 #menu, #page_371 #menu {
	padding:0 0 4px 0;
}

#menu_links li {
	background: url('/images/menu_sep.gif') bottom left no-repeat; 
	padding:0 0 0 15px;
	float:left;
	margin:0;
}
#menu_links li.first { 
	background: none; 
	padding-left: 0px; 
}

#menu a {
	float:left;
	height: 22px;
	padding:4px 0 0 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	background: url('/images/menu_arrow.gif') 0px 9px no-repeat;
	outline:none;
}
#menu a:hover {
	text-decoration:underline;
}

#menu_lang {
  	float: right;
}

#menu_lang .last {
	margin:0 50px 0 25px;
}

/* MAIN --------------------------------------------------------------------------------------------------------- */

#main {
	margin-top:0px;
	background: url('/images/nav_bk2.gif') 50px 100px repeat-y;
}

/* NAV ---------------------------------------------------------------------------------------------------------- */

#nav {
	width: 180px;
	margin-bottom:5px;
	margin-top:-10;
	padding:7px;
}
#nav a {
	color:#535353;
	text-decoration:none;
	line-height:14px;
}
#nav a:hover {
	color:#1f8153;
	text-decoration:underline;
}
#nav a b {
	font-weight:normal;
	font-size:12px;
	color:#535353;
}
#nav ul {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
#nav ul li {
	padding: 6px 0 5px 10px;
	background: url('/images/nav_link_bk.gif') bottom repeat-x;
}

#nav ul li ul {
	margin:5px 0 8px 0;
	padding:0;
}
#nav ul li ul li {
	list-style-image:none;
	background:none;
	padding:0;
	margin:0;
	line-height:14px;
}
#nav ul li ul li a {
	font-size:12px;
	padding:3px 0 0 15px;
	background:url('images/bullet.gif') left no-repeat; 
}

/* CONTENT ------------------------------------------------------------------------------------------------------ */

#content {
  width: 635px;
  padding: 10px;
	min-height:300px;
	height:auto !important;
	height:320px;
}

#content li {
	list-style-image:url('images/bullet.gif');
}

/* FOOTER ------------------------------------------------------------------------------------------------------- */

#footer {
  margin-top: 5px;
  background: url('/images/footer_bk.gif') top center no-repeat;
  padding-top: 10px;
}

#footer a {
  text-decoration: none;
  font-size: 11px;
  color: #6f6f6f;
}

#footer a:hover {
  text-decoration: underline;
  color: #496F78;
}

#footer_links ul { display: inline; }

#footer_links a {
  border-left: 1px solid #6f6f6f;
  padding-left: 5px;
  padding-right: 5px;
}
#footer_links .first a { border-left: 0px; padding-left: 0px; }

#footer_copy { float: right; padding-left: 5px; }


/* CUSTOMIZATION ------------------------------------------------------------------------------------------------ */

  /* HOME ------------------------------------------------------------------------------------------------------- */
  
  #page_1, #page_370, #page_371 {
	background: #FFFFFF url('/images/body_home_bk.gif') top left repeat-x;
    margin-top: 8px;
  }
  
  #page_1 #main, #page_370 #main, #page_371 #main { padding-top: 10px; background:none; }

  #page_1 #col1, #page_370 #col1, #page_371 #col1 { width: 510px; padding: 10px; background: url('/images/content_sep.gif') top left no-repeat; min-height: 160px; } /* width: 530px; height: 180px; */ 
  #page_1 #col2, #page_370 #col2, #page_371 #col2 { width: 250px; padding: 10px; background: url('/images/content_sep.gif') top left no-repeat; min-height: 160px; } /* width: 270px; height: 180px; */
  
  /* LOGIN ------------------------------------------------------------------------------------------------------ */
	
	#login-login #password {
		margin:10px 0 0 0;
	}
		#login-login div {
		font-size:11px;
	}
	#login-login input {
		height:20px;
		padding:2px;
		color:#999999;
		border:1px solid #999999;
		width:125px;
		font-size:10px;
		margin:0 0 0 8px;
	}
	#login-login #button {
		margin: 16px 0 0 5px;
	}
	#login-login #button input {
		color:#666666;
		font-weight:bold;
		padding:0 5px;
		width:auto;
		margin:0;
	}
	
	
  /* PRODUCT DETAILS -------------------------------------------------------------------------------------------- */
  
  #rightside {
  	width:173px;
	float:right;
	border-left:1px solid #cbcbcb;
	padding-left:7px;
  }
  
  #rightside h2 {
    letter-spacing:1px;
  	font-size:12px;
	margin:0 0 5px -7px;
  	color:#ffffff;
	padding:4px 8px;
	background-color:#CBCBCB;
	border-bottom:1px solid #b4b4b4;
  }
  
  #rightside h5 {
  	margin:0;
	font-size: 13px;
  }

  #rightside h4 {
  	margin:0;
	font-size: 16px;
	background:none;
	padding-left:0;
	color:#cbcbcb;
  }


  #details {
 	 border:1px solid #e7e7e7;
	 padding:4px;
	 width:435px;
  }
  
  #details ul, #details-full ul {
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
  }
  
  #ptitle {
  }
  
  #details-full {
	 width:634px;
  }
  
  .productheader {
    background:url('images/product_heading.jpg') top left no-repeat;
	height:100px;
	width:433px;
  }
	

  .headerimg {
  	padding:10px;
	float:left;
	}  
  .dotted {
	border-bottom:1px dotted #cbcbcb;
	padding:3px 0;
  }
  .productnamebox {	
	color:#838383;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	padding:20px 5px 5px 165px;
  }
  
  .productnamebox h1 {
	background:none;

  	margin:0;
  	padding:0;
  	font-size:17px;
	line-height:21px;
  	color:#333333;
  }
  	.productnamebox  a h1 {
	text-decoration:underline;
	
	}
	.productnamebox  a:hover h1 {
	color:#CC0000;
	}
	
  table.detailedtable {
  	width:100%;
	margin:10px 0;
	clear:left;
  }

  table.detailedtable th {
	text-align:right;
	padding-right:15px;
	width:45%;
  }
  
  
  table.comparison {
  	width:100%;
	margin-top:3px;
	clear:both;

  }

  table.comparison th {
	text-align:right;
	padding-right:5px;
	width:20%;
	border-right:1px solid #bbbbbb;
	color:#666666;
  }
  table.comparison td, table.comparison td span {
	font-size:11px;
  }
  table.comparison td {
	padding-left:5px;
  }
  table.comparison td.colx3 {	
  	width:26%;
	border-bottom:1px solid #bbbbbb;
	}
	  table.comparison td.colx4 {	
  	width:20%;
	border-bottom:1px solid #bbbbbb;
	}
	  table.comparison td.colx2 {	
  	width:40%;
	border-bottom:1px solid #bbbbbb;
	}
	  table.comparison td.colx1 {	
  	width:80%;
	border-bottom:1px solid #bbbbbb;
	}
  table.comparison tr.supergreyrow {
  	background-color:#e5e5e5;

}
   table.comparison tr.greyrow {
  	background-color:#f1f1f1;
}
table.comparison th.topcorner {
	border-bottom:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	background-color:#ffffff;
}
 
  .videobox {
  padding: 0 0 0 20px;
  margin:0 0 20px 0;
  }