@charset "utf-8";
/* CSS Document */

/* Container */
html {
	overflow-Y: scroll;
}

body {
	padding: 0;
	margin: 0;
	font-family: arial;
	font-size: 12px;
	color: #666;
	/*background-image: url(/imagesV3/background-image.png);*/
	background-color: #c1c1c1;
}

a {color: #6f6f6f}
a: hover {color: #6f6f6f}

/* ----- Header - Start ----- */

	#pcHeaderContainer {
			
			height: 163px;
			background-image: url(/imagesV3/header-background.png);
		}
		
		#pcHeader {
			width: 960px;
			margin: 0 auto;
			position: relative;
		}
		
		#headerLine1{
			height: 30px;
			text-align: right;
			z-index: 0;
		}
		
		#headerLine1 ul li a {color: #ffffff; line-height: 20px; text-decoration: none;}
		
		
#headerLine1 ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  
}
#headerLine1 ul li {
  
  display: inline-block;
  position: relative;
  padding: 5px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
}
#headerLine1 ul li:hover {
  background-color: #4c4c4c !important;
  color: #fff;
  background-repeat: no-repeat;
}


#headerLine1 ul li ul {
  padding: 0;
  position: absolute;
  top: 30px;
  left: 0;
  border: 1px solid #000;
  border-top-width: 0px;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 7000;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  border-radius:0 0 5px 5px;
  background-color: rgba(215, 211, 205, 1) !important;
  background-color: #ccc;
   
}

#headerLine1 ul li ul li { 
  
  display: block; 
  color: #898684;
    padding: 0px;
    width: 190px;
    
  
}

#headerLine1 ul li ul .nohover { padding: 2px 5px; cursor:default;}
#headerLine1 ul li ul .nohover:hover {background-color: transparent !important; color: #898684; }

#headerLine1 ul li ul li a{color: #666; padding: 0px 5px 0px 15px; display: inline-block; width: 100%; line-height: 20px;}
#headerLine1 ul li ul li:hover a{color: #fff;}
#headerLine1 ul li ul li:hover { background: #666; }
#headerLine1 ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


.spaceTop {margin-top: 10px;}
.spaceBottom {margin-bottom: 10px;}				
				
		#headerLine2{height: 92px; }
		
		#pcHeaderLogo {float: left; margin-top: 10px;}
		
		#telephone {
			float: right; 
			font-weight: bold;
			background-image: url(/imagesv3/maxpedition-phone.png); 
			background-repeat: no-repeat; 
			background-position: left center; color: #CFCFCF; 
			font-size: 30px; 
			padding-left: 35px; 
			margin-top: 30px;
			}
		
		
		#headerLine3 {}
		#headerLine3 ul{list-style: none; margin:0; padding:0}
		#headerLine3 ul li {float: left; padding: 0 40px; font-size: 14px; line-height: 42px}
		#headerLine3 ul li a{color: #c2c2c2; text-decoration: none;}
		
		#mycart {background-image: url(/imagesv3/maxpedition-cart.png); background-position: 10px 8px; background-repeat: no-repeat; padding-left: 20px; }
		
			
			#pcHeaderCenter {
			float: left;
			margin-left: 130px;
			}
			
				#pcHSearchForm {
					padding: 10px;
					margin: 18px 0 3px 0;
					width: 280px;
					
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
					position: relative;
				}
				
				#pcHSearch {
					font-size: 13px;
					border: 1px solid #CCC;
					background-color: #F5F5F5;
					width: 190px;
					height: 26px;
					color: #999999;
				}
				
				#pcHSearchSubmit {
					font-family: arial;
					padding: 5px;
					position: absolute;
					right: 55px;
					top: 10px;
					font-size: 16px;
					color: #FFF;
					border: none;
					background-color: #999999;
					cursor: pointer;

				}
				
				#pcHSearchMore {
					position: absolute;
					right: 10px;
					top: 12px;
					text-align: center;
					width: 60px;
				}
					
					#pcHSearchMore a {
						font-size: 11px;
						text-decoration: none;
						color: #999;
					}
					
					#pcHSearchMore a:hover {
						color: #666;
					}
			
			#pcHeaderRight {
				position: absolute;
				top: 18px;
				right: 0;
			}
			
				#pcHeaderRight span {
					padding-left: 10px;
				}
		
/* ----- Header End ----- */


#slide { background-color: #c1c1c1;}

/* ----- Navigation Bar Start ----- */

	#pcNavContainer45 {
			width: 100%;
			height: 40px;
		}
		
		#pcNav45 {
			width: 1000px;
			margin: 0 auto;
			color: #f5f5f5;
			font-size: 19px;
			background-color: #444;
			text-align: center;
		}
		
			#pcNav45 a {
				text-decoration: none;
				color:#F3F3F3;
				line-height: 40px;
				vertical-align: middle;
				padding: 0 15px;
				border-right: 1px solid #555;
				display: inline-block;
			}
			
			#pcNav45 a:hover {
				color: #DDD;
				background-color: #555;
			}
			

/* ----- Navigation Bar End ----- */



/* ----- Main Area Layout ----- */

	/* Main container */
	#pcMainArea {
		
		margin: 15px auto 0 auto;
		background-color: transparent; 
		width: 990px;
	
		}
		
	/* Left-side column */
	#pcMainArea-LEFT {
		width: 180px;
		float: left;
		text-align: left;
		vertical-align: top;
		margin: 12px 8px;
		/* IE 6 double margin fix */
		display: inline;
	}

	/* Main area */
	#pcMainArea-CENTER {
		margin-right: 286px;
		padding: 6px 6px;
		background-color: #fff;
		min-height: 400px;
	}
		
	/* Right-side column */
	#pcMainArea-RIGHT {
		float: right;
		text-align: left;
		vertical-align: top;
		/* IE 6 double margin fix */
		display: inline;
	}
		
/* ----- Main Area Layout - END ----- */

/* ----- Main Area Elements ----- */

	#pcMainArea-BROWSE {
			width: 180px;
			background-image: url(images/pc11-navBG-blue.png);
			background-repeat: no-repeat;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#pcMainArea-BROWSE table {
			margin: 0 0 10px 6px;
		}

	#pcMainArea-BROWSE table td {
			padding: 4px 0 0 0;
		}
		
	#pcMainArea-PRICE {
			width: 180px;
			background-image: url(images/pc11-navBG-blue.png);
			background-repeat: no-repeat;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#pcMainArea-LINKS {
			width: 180px;
			background-image: url(images/pc11-navBG-gray.png);
			background-repeat: no-repeat;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#recentprds {
			width: 265px;
			background-color: #ffffff;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
	}
	
			
	

	#pcMainArea-LEFT ul, #pcMainArea-RIGHT ul {
		list-style-type: none;
		margin: 0 0 10px 5px;
		padding: 0;
	}

	#pcMainArea-LEFT li, #pcMainArea-RIGHT li {
		margin: 4px 0 0 5px;
	}
	
	/* Styling links in both side columns */

	#pcMainArea-LEFT a {
		text-decoration: none;
		color: #333;
		}
		
	#pcMainArea-LEFT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#pcMainArea-RIGHT a {
		text-decoration: none;
		color: #333;
		}
		
	#pcMainArea-RIGHT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#pcMainArea-SPACER {
			clear: both;
			height: 8px;
		}

/* ----- Main Area Elements End ----- */

/* ----- Footer - Start ----- */

	#pcFooterContainer {
			width: 100%;
			background-color: #858585;
			color: #dddada;
			font-size: 14px;
			padding-bottom: 15px;
			margin-top: 40px;
		}
		
	#pcFooterContainer h3{ color: #dddada;}
	#pcFooterContainer ul {list-style: none; margin: 0px 20px; padding:0px;}
	#pcFooterContainer ul li {padding: 5px 0;}
		
	#pcFooterContainer2 {
			width: 100%;
			background-color: #000000;
			color: #cbc8c1;
			line-height: 50px;
			
		}
		
	#pcFooterContainer2 strong {
		font-weight: bold;
		color: #ffffff;
	}
		
		#pcFooter {
			width: 960px;
			margin: 0 auto;
			position: relative;
			color: #888;
			
			
		}

		#pcFooter a {
			color: #dddada;
			text-decoration: none;
		}

		#pcFooter a:hover {
			color: #555;
		}

			#pcFooterLeft {
				float: left;				}
						
			#pcFooterRight {
				float: right;
			}
			
			#footer2 {width: 960px; margin: 0 auto;}
			#social {float: right;}
			#copyright {float: left;}
			#social img {margin: 5px 2px;}
			
			.footerlinks {float: left;}
					
/* ----- Footer End ----- */


/* ----- Other Interface Elements ----- */

	#pcShowCart {
		width: 180px;
		border: 1px solid #e1e1e1; 
		margin-bottom: 10px;
		font-size: 11px;
		background-image: url(images/pcv4_cart_back.png);
		background-repeat: no-repeat;
		background-position: 5px 5px;
		text-align: right;
	}
	
	.slidesDescription {
    position: absolute;
    padding: 5px;
    bottom: 25%;
  	margin-left: 50px;
    padding: 0px;
    z-index: 5000;
    width: 374px;
	}
    
#hprightcol {  float: right; margin: 0;}

.feedbox { overflow: hidden; width: 343px; height: 480px; float: left; background-color: #e9e9e1; float: left; margin-right: 19px;}
.feedbox h3 {text-align: center; background-color: #a9a9a1; padding: 3px 0; color: #ebeaea; margin: 0px; font-size: 18px; margin-bottom: 1px;}
.feedbox h3  a{color: #fff;padding: 10px 0px 10px 0px;}
.feedbox ul {list-style: none; margin:0px; padding:0px;}
.feedbox ul li {border-bottom: 1px solid  #a9a9a1; line-height: 40px; width: 100%; padding:0px; margin: 0px;}
.feedbox ul li:hover {background-color: #a9a9a1;}
.feedbox ul li:hover a{color: #fff;}
.feedbox ul li:last-child {border-bottom-width: 0px;}

.feedbox a {color: #4d4d4f; text-decoration: none; width: 300px; display: inline-block; padding: 10px 10px 10px 30px;}


.blog-line {line-height: 18px;}


.hpbox { height: 226px; float: left; margin-bottom: 19px; margin-right: 19px; background-repeat: no-repeat; border-width: 0px; padding:0px; overflow: hidden; width:222px !important;}
.hpboxtext {text-align: center; background-color: #000000; line-height: 42px; color: #d0d0d0; font-size: 18px;  padding: 0px;  border-width: 0px; width: 100%;}

.hpbox a {
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	background: rgba(255, 255, 255, 0.1);
}

.hpbox:hover{
	background-position: 0px -226px;

}

.hpbox a:hover {
	background: rgba(0, 0, 0, 0.15);
}



#signup {width: 264px; height: 159px; background-color: #c4b79d; margin-bottom: 19px; text-align: center;}
#newproducts {width: 264px; height: 293px; margin-bottom: 19px; background-color: #ffffff; text-align: center;}

#signup h3, #newproducts h3, #recentprds h3{
	background-color: #5b5b5b; 
	color: #ffffff; 
	padding: 10px;
	margin: 0 !important;
}

#newproducts h3 {
	background-image: url(../../imagesV3/new-products.jpg);
	background-repeat: no-repeat;
	line-height: 45px;
	height: 53px;
	padding: 0px;

}

#newproducts h3 a { display: inline-block; width: 100%; text-indent:-9999px;}

#signup h3 img {
	padding-right: 15px;
}


#pcShowCartSmall {font-weight: normal; margin-left: 15px;}
#drop-viewcart a{color: #ffffff;}
#drop-checkout a{color: #ffffff;}
#drop-viewcart {background-color: #878787; line-height: 30px; color: #ffffff;  text-align: center; width: 100px;}
#drop-checkout {background-color: #000000; line-height: 30px; color: #ffffff;  text-align: center; margin-top: 5px; width: 100px;}
.cartTotal {font-weight: bold; font-size: 14px !important; padding-left: 6px !important;}



.drop-categories {margin: 5px 10px; float: left;}
.drop-categories ul {list-style: none;}
.drop-categories ul li{float: none !important; text-shadow: none; width:160px !important; line-height: 18px !important;}
.drop-categories ul li:hover {background-color: #000; }
.drop-categories ul li:hover a {color: #fff !important;}
.drop-categories ul li a{ text-shadow: none;}
.drop-categories ul li h2 {margin: 0px; padding-bottom: 3px; font-size: 16px; text-shadow: none;}
.no-highlight:hover {background-color: #000000 !important;}
.chat-link:hover {background-color: #000; color: #fff;}
.hcontact {padding-left: 15px;}
.hcontact li {text-shadow: none;}
#mycartContent {padding-left: 5px;}


.contentNav ul li{float: none !important; text-shadow: none; width:100% !important; line-height: 20px !important; }
.contentNav  ul li:hover {background-color: #000; }
.contentNav  ul li:hover a {color: #fff !important;}
.contentNav  ul li a{ text-shadow: none;}
.loginNav {background-image: none;}
.chatnav2 {background-image: url(/imagesv3/maxpedition-chat.png); background-position: left center; padding-left: 34px !important;}
.chatnav {padding: 0px !important; width: 160px !important;}
#comm100-button-99 a {padding: 0px 0px !important;}
.findretnav {background-image: url(/megamenu/img/arrow_down2.png); background-position: right center; padding-right: 26px !important}
.csnav {background-image: url(/megamenu/img/arrow_down2.png); background-position: right center; padding-right: 26px !important;}

.new-product a{font-size: 12px; color: #6f6f6; text-decoration: none;}
.new-product a:hover {color: #6f6f6; text-decoration: underline; }
.new-sku a{font-size: 12px; color: #6f6f6; text-decoration: none;}
.new-sku a:hover {color: #6f6f6; text-decoration: underline; }



#pcHSearch {font-style: italic;}

.new-cat {background-color: #fa0900; color: #fff;}

#nostockCPI {border: 1px solid #e1e1e1; text-align: left; font-size: 12px; width: 90%}
#nostockCPI h3 {text-align: center; background-color: #FFFFCC; margin: 0px;}
#nostockTXTCPI {border: 1px solid #e1e1e1; text-align: left; font-size: 12px; width: 90%}
#nostockTXTCPI h3 {text-align: center; background-color: #FFFFCC; margin: 0px;}
#cpiRemind {cursor: pointer; margin: 4px;}

.advSearch a {color: #848484; text-decoration: none; padding-top: 2px; }
.advSearch a:hover {text-decoration: underline;}
.advSearch {margin-top: 2px;}

.hpcenter {width: 725px; float: left;}

.new_title {text-align: center; height: 57px; width: 704px; background-image: url('/imagesV3/header_bg.jpg'); color: #efefef; font-size: 38px; margin-bottom: 19px; font-weight: bold; font-style: italic; line-height: 54px}
.hp-tv {}
.feedbox2 { float: left; }

.new_title_sm {margin-top: 19px; text-align: center; height: 47px;  background-image: url('/imagesV3/header_bg.jpg'); color: #efefef; font-size: 28px;  font-weight: bold; font-style: italic; line-height: 47px}

.new_title_link { display: block; height: 100%; width: 100%; text-decoration: none; color: #efefef;}






