html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin:0;
	padding:0
}

/* Clear fixes for sticky footer */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {display: inline-block;}
.clearfix {display: block;}
.clear { clear: both; }
.hidden { display: none;}
.nolist li{list-style: none;}

html {
	height: 100%;
}
	body {
		min-width:980px;
		height: 100%;
		color: #313131;
		font-family: Helvetica, Verdana, Lucida, sans-serif;
	 	font-size: 62.5%;
	 	line-height: 20px;
	}
/**********************************
 * 
 *  Containers 
 *  
 ********************************/
#Container { /*contains everything except footer */	
	height: 100%;
	background-color: #e0dfdf;
	}	
body > #Container{
	height: auto; 
	min-height: 100%;
}
#Layout {
	padding-bottom: 40px; /* FOOTER HEIGHT */
}

.inner {
	width: 940px;
	margin: 0 auto;
}
.inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.inner {
	display: inline-block;
}
* html .inner { height: 1%; }
.inner {
	display: block;
}
#footer-inner {
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
}

#Header {
	min-width: 960px;
	height: 179px;
	background-color: #484848;
}
	#Header .inner {
		height: 179px;
		background: #484848 url(../images/header_bg-trans.png) no-repeat top left;
	}
#Header .logo {
}
#Header .logo a {
	margin: 5px 0 0 -10px;
	position: relative;
	display: block;
	width: 175px;
	height: 112px;
	float: left;
}
#Header .logo a:hover {}
#Header #ImageLogo a {
	text-indent: -5555em;
	overflow: hidden;
	background: url(../images/logo_meanwell-trans.png) no-repeat;
}

#TopNavigation {
	height: 20px;
	padding: 8px 0;
	background-color: #e0dfdf;
}

#TopNavigation ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
	#TopNavigation ul.actions {
		float: left;
	}
	#TopNavigation ul.contact {
		float: right;
	}
#TopNavigation li {
	margin: 0;
	padding: 0 20px 0 22px;
	float: left;
	list-style-type: none;
	color: #313131;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: #fff 0px 1px 1px;	
}
#TopNavigation li:last-of-type {
	padding: 0 0 0 22px;
}
#TopNavigation li a {
	color: #313131;
	text-decoration: none;
}
#TopNavigation li a:hover {
	text-decoration: none;
}
#TopNavigation li.welcome {
	padding-left: 0px;
}
#TopNavigation li.user {
	float: left;
	background: url(../images/user_icon.png) no-repeat left 2px;
}
#TopNavigation li.cart {
	float: left;
	background: url(../images/cart_icon.png) no-repeat left 2px;
}
#TopNavigation li.phone {
	float: left;
	font-weight: bold;
	background: url(../images/phone_icon.png) no-repeat left 2px;
}
#TopNavigation li.email {
	float: left;
	font-weight: bold;
	background: url(../images/email_icon.png) no-repeat left 2px;
}

#Navigation {
	float: right;
	min-width: 700px;
	margin: 20px 0 0 0;
	background: transparent url(../images/navigation_bg-trans.png) no-repeat right top;
}
#Navigation ul {
	float: right;
}
#Navigation ul li {
	float: left;
	position: relative;
	padding: 0 0 0 25px;
	z-index: 900;
	list-style-type: none;
}
#Navigation ul li a {
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e0dfdf;
	text-shadow: #0e0e0e 0px 1px 1px;
}
#Navigation ul li a {
	text-decoration: none;
}
#Navigation ul li.section,
#Navigation ul li.link,
#Navigation ul li.current,
#Navigation ul li a.section,
#Navigation ul li a.current {
	color:#fff;
}
#Navigation ul li a:hover {
	text-decoration: none;
	color: #fff;
}

#Tagline {
	clear: both;
	float: right;
	margin: 20px 0 0 0;
}
	#Tagline p {
		color: #fff;
		line-height: 43px;
		font-size: 22px;
		text-shadow: #0e0e0e 0px -1px 1px;
	}
	
#Headline {
		clear: both;
		overflow: hidden;
		margin: -15px 0 15px -15px;
}
	#Headline .headline {
	}
	#Headline img {
		border: 0;
	}
	#Headline h2 {
		line-height: 38px;
		font-size: 34px;
		font-weight: normal;
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
		color: #222;
	}
	#Headline p {
		line-height: 24px;
		font-size: 19px;
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
		color: #555;
		padding: 15px 300px 0 0;
	}
	#Headline p a,
	#Headline p a:visited,
	#Headline p a:active {
		color: #fafafa;
		text-decoration: none;
	}
	#Headline p a:hover {
		/* color: #648a00; */
		text-decoration: underline;
	}
	
#ContentHeader {
	clear: both;
	height: 2px;
	background: #000;
}

#ContentContainer {
}
	#ContentContainer .inner {
		width: 910px;
		margin: 10px auto;
		padding: 15px 15px;
		background-color: #fff;
		-moz-box-shadow: 0px 0px 10px #313131;
		-webkit-box-shadow: 0px 0px 10px #313131;
		box-shadow: 0px 0px 10px #313131;
	}
	
#Content {	
	float: left;
	width: 640px;
	padding: 0 15px 0 0;
}

/**********************************
 * 
 *  Breadcrumbs
 *  
 ********************************/
#Breadcrumbs { 
	padding-bottom: 10px;
}
		#Breadcrumbs p {
			padding: 0;
		}
/**********************************
 * 
 *  Sidebar
 *  
 ********************************/
#Sidebar {
	float: right;
	width: 223px;
	padding: 0 15px;
	border-left: 2px solid #868686;
	/* background: transparent url("../images/sidebar_bg.jpg") no-repeat scroll left top; */	
}
	/* Boxing */
	#Sidebar .sidebarBox {
		margin-bottom: 20px;	
		overflow: hidden;	
	}
	#Sidebar .sidebarBottom {
		clear: both;
		height: 20px;	
	}	
		#Sidebar h3 { 
			color: #313131;
			font-size: 14px;
			font-weight: bold;
		}
	/* End Boxing */
		#Sidebar ul {
			margin: 0;
		}
		#Sidebar li {
			list-style: none;
		}
		#Sidebar a {			
			color: #313131;	
			text-decoration:none;
		}
			#Sidebar a:hover {
				color: #313131;		
			}
			#Sidebar a em {
				font-style: normal;
			}			
			/* MENU 2 */
				ul#Menu2 li { 
		    			 margin: 0 0 5px 0px;			 
		    		}
						ul#Menu2 li a {
							color: #313131;
							display: block;
							font-size: 16px;
							line-height: 21px;
						}	
						#Menu2 a.levela {
							font-weight: bold;
						}
						#Menu2 a.levelb {
							font-weight: normal;
						}
						#Menu2 a.current {
							color: #313131;
							font-weight: bold;
						}
						#Menu2 a.section:hover {
						}						
						#Menu2 a.section {
							font-weight: bold;						
						}
				ul#Menu2 li ul { 
		    			 margin-left: 10px;			 
		    		}
			/* Content */
			#Sidebar .content{
				margin: 0 10px;
			}							
			#Sidebar a.more{
				float: right;
				font-size: 14px;
				padding: 10px;
			}


#Searchbar { 
	float: right;
	width: 223px;
	padding: 0 15px;
	border-left: 2px solid #868686;
}
	#Searchbar .searchbarBox {
		margin-bottom: 20px;	
		overflow: hidden;	
	}
	#Searchbar .searchbarBottom {
		clear: both;
		height: 20px;	
	}	
	#Searchbar ul {
		margin: 2px 0 5px 3px;
	}
		#Searchbar li {
			margin: 8px 2px;
			list-style: none;
		}
	
	#Searchbar a em {
		font-style: normal;
	}
	#Searchbar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}


.searchbarBox .middleColumn {
	width: 180px;
	margin: 0 10px 10px 5px;
	padding: 0;
}

#Searchbar .searchbarBox label {
	width: 180px;
	margin: 0 0 5px 5px;
	font-weight: bold;
}

.searchbarBox input.text, 
.searchbarBox textarea, 
.searchbarBox select {
	width: 180px;
}

#Searchbar .searchbarBox input.action {
	width: 150px;
	padding: 5px 10px;
	margin-left: 20px;
}
			
/**********************************
 * 
 *  Footer
 *  
 ********************************/
#Footer {
 	clear: both;  	
	height: 40px;
	margin-top: -40px;
	background: #484848 url(../images/footer_bg.jpg) repeat-x left top;
	color: #e0dfdf;
	line-height: 0;
}
	#Footer p {
		padding: 10px 0 0 0;		
		line-height: 20px;
		font-size: 14px;
	}
	#Footer p.copyright {
		float: right;
	}
	#Footer a {
		color:#727272;
	}
	#Footer a:hover {
		color: #999;
		text-decoration: none;
	}

/**********************************
 * 
 *  Search Results
 *  
 ********************************/
ul#SearchResults {
	margin: 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 0;
	}
	ul#SearchResults li h3 {
		margin: 10px 0 0;
	}
	ul#SearchResults li p {
		margin: 0;
		padding: 0;
	}

#PageNumbers {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div.product {
	
}

div.product div.attributes {
	float: left;
}
div.product div.data {
	margin-left: 50px;
	float: left;
}
div.product div.data p {
	text-align: left;
	margin-bottom: 15px;
}

div.product table.attributes {
	width: 320px;
	border: 0;
	margin: 10px 0;
}
div.product table.attributes tr {
	border-bottom: 1px solid #ddd;
}

div.product table.attributes th {
	min-width: 90px;
	text-align: left;
	vertical-align: top;
	border: 0 none;
}

div.product table.attributes td {
	border: 0;
	padding-right: 5px;
	text-align: right;
}

div.product p.attribute {
	margin-bottom: 12px;
	border-bottom: 1px dotted #ccc;
}

div.product table.order {
	width: 250px;
	border: 0;
	margin: 0;
}
div.product table.order tr {
	border-bottom: 1px solid #ddd;
}
div.product table.order th {
	text-align: left;
	font-size: 14px;
	border: 0 none;
}
div.product table.order td {
	border: 0;
	text-align: right;
}
div.product table.order td span.price {
	font-family: Helvetica;
	font-size: 24px;
}
div.product table.order td.action {
	text-align: left;
}

.typography ul.groups {
	list-style: none;
	margin: 15px 0 0;
}
	ul.groups li {
		display: block;
		width: 125px;
		height: 160px;
		float: left;
		overflow: hidden;
		text-align: center;
		padding: 10px;
		margin: 0 12px 12px 0;
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-box-shadow: 0px 0px 5px #d7d7d7;
		-webkit-box-shadow: 0px 0px 5px #d7d7d7;
		box-shadow: 0px 0px 5px #d7d7d7;
		background-color: #fff;
	}
		ul.groups li a {
			font-size: 1.2em;
			font-weight: bold;		
		}
		ul.groups li a:hover {
			text-decoration: none;
		}
			ul.groups li a img {
				border: 0;
			}
			ul.groups li a p.title {
				color: #004ec1;
			}
			ul.groups li a p.info {
				display: none;
				margin-top: -15px;
				font-weight: bold;
				font-size: 10px;
				line-height: 12px;
			}
				ul.groups li a p.info strong {
					display: block;
					margin-top: 5px;
				}
			
			ul.groups li a span.infoOverlay {
				display: none;
				width: 115px;
				height: 55px;
				padding: 110px 15px 15px 15px;
				position: absolute;
				top: -10px;
				left: -10px;
				color: #313131;
				font-weight: bold;
				font-size: 10px;
				line-height: 12px;
			}
			
div.modelData {
	float: left;
	margin: 15px 25px 0 0;
}
	div.modelData img {
	}

.typography ul.products {
	list-style: none;
	width: 415px;
	margin: 15px 0 0 0;
	float: left;
}
	ul.products li {
		display: block;
		margin: 0 0 15px;
	}
		ul.products li img {
			border: 0;
		}
		ul.products li a {
			font-size: 1.5em;
			font-weight: bold;		
		}
		ul.products li span.attr {
			display: block;
		}
		ul.products li span.price {
			font-weight: bold;
		}
			ul.products li span span {
				float: left;
				min-width: 75px;
			}
		ul.products li table.attributes {
			margin: 0;
			border-spacing: 0;
		}
		ul.products li table.attributes th,
		ul.products li table.attributes td {
			padding: 0;
			border: 0;
			font-weight: normal;
			text-align: left;
		}
		ul.products li table.attributes th {
			min-width: 75px;
			vertical-align: text-top;
		}
		ul.products li table.attributes th.price,
		ul.products li table.attributes td.price {
			font-weight: bold;
		}

table.cart {
}
table.cart th,
table.cart td {
	padding: 5px 15px;
}
table.cart th.title {
	text-align: left;
	text-transform: uppercase;
}
	table.cart th.title a {
		text-transform: none;
	}
table.cart th.quantity,
table.cart th.price {
	text-align: right;
}
table.cart td.title {
	min-width: 450px;
	text-align: left;
}
	table.cart td.title a img {
		float: left;
		vertical-align: middle;
		border: 0;
	}
	table.cart td.title a span {
		float: left;
		display: block;
		margin-left: 15px;
		height: 50px;
		line-height: 50px;
	}
table.cart td.quantity {
	min-width: 75px;
	text-align: right;
}
	table.cart td.quantity a {
		float: left;
		display: block;
		width: 15px;
		height: 25px;		
	}
		table.cart td.quantity a.addone {
			background: transparent url(../images/plus_icon.png) no-repeat 0 5px;
		}
		table.cart td.quantity a.addone:hover {
			background: transparent url(../images/plus_icon_on.png) no-repeat 0 5px;
		}
		table.cart td.quantity a.removeone {
			background: transparent url(../images/minus_icon.png) no-repeat 0 5px;
		}
		table.cart td.quantity a.removeone:hover {
			background: transparent url(../images/minus_icon_on.png) no-repeat 0 5px;
		}
		table.cart td.quantity a img {
			border: 0 none;
			vertical-align: middle;
		}
	table.cart td.quantity span {
		float: left;
		display: block;
		width: 25px;
		height: 25px;
		padding: 0 15px 0 5px;
		line-height: 25px;
		text-align: right;
	}
table.cart td.price {
	min-width: 100px;
	text-align: right;
}
table.cart td.remove {
	min-width: 16px;
	text-align: center;
}
	table.cart td.remove a {
		display: block;
		width: 15px;
		height: 25px;
	}
		table.cart td.remove a.remove {
			background: transparent url(../images/remove_icon.png) no-repeat 0 5px;
		}
		table.cart td.remove a.remove:hover {
			background: transparent url(../images/remove_icon_on.png) no-repeat 0 5px;
		}
table.cart tfoot td {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 0 none;
}
	table.cart tfoot td.subtotal {
		text-align: right;
	}
p.checkout {
	margin: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
