/*************************/
/****Begin teclan CSS*****/
/*************************/

body {
  margin:0px;
  padding:0px;
  background:#b0bfd2 url("bg-img.jpg") repeat-x;
  font-family:Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:13px;
}

/* Main Containers */

#bg2 {
	width:100%;
	left:0px;
	height:300px;
	position:absolute;
	background:url('bg-top.jpg');
	background-repeat:repeat-x;
}

.sectionBox {
  margin-bottom:20px;
  }

#container {
  width:952px;
  margin:0px auto 0px auto;
  padding:5px;
  min-height:800px;
  height:auto !important;
  height:800px;
  font-family:Arial, Helvetica, sans-serif;
}

#header {
  position:relative;
  height:180px;
  margin-bottom:15px;
  z-index:999;
  background:url('bg-top.jpg');
  background-repeat:repeat-x;
}

#logo {
  position:absolute;
  top:0px;
  left:-15px;
}

#header-nav {
  position:absolute;
  top:04px;
  right:10px;
  color:#fff;
}

#header-nav a {
	color:#fff;
	padding:0px 7px 0px 5px;
	font-size:12px;
	border-right:1px solid #fff;
}

#cart-summary {
  position:absolute;
  top:32px;
  right:40px;
  padding:6px 4px;
  color:#ccc;
  font-size:14px;
  font-weight:300;
  width:230px;
  background:url('cart-bg.png') no-repeat;
}

.cartleft { float:left; margin-left:-25px; height:80px; }
.cartright { float:right; text-align:right; margin-right:10px;}

#cart-summary h2 {
	font-size:18px;
	font-weight:bold;
	margin-left:-20px;
	padding:0;
	text-transform:uppercase;
	margin-bottom:5px;
}

#cart-summary a {
  color:#fff;
  font-size:14px;
}



#quick-search {
  position:absolute;
  top:130px;
  right:6px;
}

.searchinput {
	font-size:12px;
	padding:0px 0px 0px 5px;
	margin:0px;
	width:237px;
	height:29px;
	line-height:26px;
	color:#000000;
	background:url('search-bg.png') no-repeat;
	border:none;
}

.searchbutton {
	margin-left:-5px;
}

#top-nav {
  position:absolute;
  top:175px;
  width:932px;
  font-size:13px;
  height:55px;
  background:url('top-nav-bg.png') repeat-x;
  line-height:25px;
  padding-left:20px;
}

#top-nav2 {
  position:absolute;
  top:180px;
  width:100%;
  background:url('top-nav-bg.png') repeat-x;
  height:55px;
  left:0px;
}


#top-nav a {
	color:white;
	padding:12px 18px 12px 14px;
	background:url('border-right.png') no-repeat right;
	line-height:34px;
}


/*############################################
TECLAN MEGA MENU STYLES 
http://www.teclan.com
DEFAULT THEME
COPYRIGHT TECLAN 2011
############################################*/

#teclan_mega_menu {
	width:100%;
	clear:both;
	height:35px;
	z-index:999999;
	margin-left:-15px;
}

#teclan_mega_menu ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  z-index:99999;
}

#teclan_mega_menu ul li {
  position:relative;
  float:left;
  margin:0px;
  padding:0px;
  background:none;
  z-index:99999;
} 

#teclan_mega_menu ul li#last {

}

#teclan_mega_menu ul li#last a {
	background:none;
}

#teclan_mega_menu ul li#last a:hover{
	background:#dd5d5d;
}

#teclan_mega_menu a {
	float:left;
   margin:0px;
   padding:0px 12px 0px 7px;
   text-decoration:none;
   color:white;
	height:35px;
	line-height:33px;
	font-size:13px;
	z-index:99999;
	background:url('border.png') no-repeat right; /* border shown to right of top level links */
}

/* Used to style hover/selected action on top level links */
#teclan_mega_menu ul li a.sel:link, 
#teclan_mega_menu ul li a.sel:visited, 
#teclan_mega_menu ul li a.sel:active, 
#teclan_mega_menu ul li a:hover {
  color:white;
  text-decoration:none;
  background:#dd5d5d;
}

/* Drop Down Box */
#teclan_mega_menu ul li div {
  position:absolute;
  top:35px;
  text-align:left;
  display:none;
  border:1px solid red;
  background:#ffffff url('grey-grad.jpg') repeat-x left bottom;
  padding:10px;
  width:860px;
  z-index:9999999;
}

#teclan_mega_menu ul li div div{
	text-align:left;
	display:block;
	position:relative;
	top:0px;
	width:100%;
	z-index:99999;
}

.lastMenudiv {
	right:0px;
}

#teclan_mega_menu ul li div ul {
  width:160px;
  float:left;
  margin:0px 5px 0px 0px;
  z-index:99999;
}

#teclan_mega_menu ul li div ul.last {
  border-right:none;
  margin-right:0px;
  z-index:99999;
}

#teclan_mega_menu ul li div ul li {
  float:none;
  background:none;
  padding:3px 0px;
  border-right:none;
  z-index:99999;
}

#teclan_mega_menu ul li div ul li a {
  color:red;
  text-align:left;
  float:none;
  padding:0px;
  height:auto;
  line-height:normal;
  background:none;
  z-index:99999;
}

#teclan_mega_menu ul li div ul li a:hover {
  color:red;
  background:none;
  text-decoration:underline;
  z-index:99999;
} 

/* Styles for each row of links */
#teclan_mega_menu ul li div .row {
	clear:both;
	height: 1%;
	overflow: hidden;	
	background:none;
	border:none;
}

/* Used to overwrite id's styles */
a.dropheading {
	background:none !important;
	border:none;
	padding:5px 10px !important;
	margin:0px 0px 0px 0px !important;
	height:auto !important;
	line-height:normal !important;
	display:block;
	font-weight:bold;
}

a.droplink, a.dropfooter {
	color:#333 !important;
	background:none !important;
	margin-left:12px !important;
	display:block;
}

a.droplink:hover, a.dropfooter:hover {
	color:#000000 !important;
}

/* end mega menu */


#content {
	position:relative;
	background:white;
	border:1px solid #CCCCCC;
	padding-top:25px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

.contentpadding {
	padding:0px 6px;
}


#footer {
  text-align:center;
  width:100%;
  background:url('footer-bg.png') no-repeat;
  padding-left:20px;
  height:250px;
}

#footer-inner {
  width:952px;
  margin:0px auto;
  padding:8px 0px;
  margin-bottom:3px;
  position:relative;
  text-align:left;
  height: 200px;; 
	margin-top:20px;
	font-size:12px;
}

#footercol1, #footercol2, #footercol3, #footercol4 {
	float:left;
	width:230px;
	background:url('footer-border.jpg') no-repeat right;
	height:200px;
	padding:0px 10px;
	position:relative;
}

#footercol1 {
	width:200px;
	padding:0px 10px 0px 0px;
}

#footercol2 {
	width:210px;
}

#footercol3 {
	width:200px;
}

#footercol4 {
	width:255px;
}

#footer-inner ul {
	list-style-type:none;
	padding:0px;
	margin:0px 0px 20px 5px;
}

#footer-inner li {
	background:url('arrow.png') no-repeat left center;
	line-height:20px;
}

#footer-inner a {
	color:#fff;
	line-height:20px;
	padding-left:15px;
	font-size:12px;
}

#footer-inner h3 {
	font-weight:normal;
	font-size:17px;
	color:#fff;
	padding:5px 0px 5px 0px;
	margin:0px;
	text-transform:uppercase;
	font-weight:300;
}

.footer_text {
	color:#fff;
	line-height:180%;
}

#socialmedia {
	margin:25px 0px;
}

#contactdetails, #contactdetails a {
	font-size:15px;
	margin-top:35px;
	text-transform:uppercase;
	color:#fff;
}

#contactdetails a { color:white; }

.footermessage {
	font-size:10px;
	color:#fff;
	padding:7px 0px;
}

.categoryheading {
	background:#F8F8F8 url('section-heading.jpg') repeat-x bottom;
	font-size:13px;
	color:#465051;
	height:32px;
	line-height:32px;
	padding:0px 0px 0px 5px;
	width:183px;
}

.categorylist {
	border:1px solid #D9DEDF;
	border-bottom:none;
	margin-bottom:10px;
}

.categorylist ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.categorylist li { margin:5px 0px; font-size:12px;  }

.categorylist a:link, .categorylist a:visited  {
	display:block;
	color:#465051;
	padding:5px;
	border-bottom:1px solid #D9DEDF;
	font-size:12px;
	padding-left:10px;
}

.categorylist a:hover, .categorylist a:active {
	color:#188A9A;
}

a.sublink:link, a.sublink:visited, a.sublink:active { 
	margin-left:15px;
	background:url('arrow.png') no-repeat left center;
	font-size:12px;
	display:block;
	color:#000000;
	padding:5px;
}

a.sublink:hover {
	color:#000000;
}

.recentlyviewedheading {
	background:#F8F8F8 url('section-heading.jpg') repeat-x bottom;
	font-size:13px;
	color:#465051;
	height:32px;
	line-height:32px;
	padding:0px 0px 0px 5px;
	width:100%;
}

.recentlyviewedcontainer {
	border:1px solid #D9DEDF;
	overflow:auto;
	overflow-x:hidden;
	width:100%;
}

.recentlyviewedcontainer a:link, .recentlyviewedcontainer a:visited, .recentlyviewedcontainer a:active {
	color:#000000;
	text-decoration:underline;
	font-size:12px;
} 

.recentlyviewedcontainer a:hover {
	color:#000000;
}


/* Homepage Fragment Layout in a Box */

#homepage_table {
	width:927px;
	text-align:left;
	margin-left:5px;
}

#homepage_table tr, #homepage_table td {
	background:#F2F2F2;
	border:1px solid #BCBCBC;
}

#homepage_table td {
	padding:8px 4px;
}

#homepage_table h2 {
	font-size:16px;
	color:#5C5C5C;
}

.hp_container {
	text-align:center;
}

.hp_title {
	line-height:35px;
	text-align:left;
	margin-left:3px;
	
}

.hp_title h2 {
	color:#333 !important;
	font-size:25px !important;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	padding:0px;
	font-weight:400;
}

.hp_infobox {

}


.hp_infobox h2 {
	margin:0px;
	padding:0px 0px 0px 7px;
	color:#333 !important;
	font-weight:normal;
	font-size:25px !important;
	font-weight:400;
}


/* Sections */

.section-box {
  width:224px;
  height:220px;
  text-align:center;
  margin-bottom:10px;
}

.section-img {
	border:1px solid #e0e0e0;
	padding:8px 5px;
	z-index:90;
}

.arrowtopX {
	background:url('arrow-top.png') no-repeat top; 
	width:224px;
	height:10px;
	margin-top:5px;
}

.sectiontitle {
	background:#fff;
	color:#000000;
	font-size:20px;
	font-weight:400;
	text-align:center;
	padding:7px 0px 7px 0px;
	border:1px solid #e0e0e0;
	border-top:none;
	min-height:30px;
	height: auto !important;
	height:30px;
}

.sectiontitle h2 {
	color:#000000;
	font-size:26px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	font-family: 'lato', sans-serif;
}

.sectiontitle a:link, .sectiontitle a:visited, .sectiontitle a:active { color:#000000; font-size:18px; }
.sectiontitle a:hover { text-decoration:underline; font-size:18px; }


.alsobought-box {
  border:1px solid #ccc;
  width:180px;
  background:url('section-box-bg.jpg') repeat-x left bottom;
  text-align:center;
  padding-bottom:5px;
  margin-bottom:14px;
  border:1px solid #000000;
  float:left;
}

/* Small Product Styles */

.sprod_container {
	position:relative;
	margin-bottom:20px;
	width:224px;
	float:left;
}

.sprod_image {
	padding:0px;
	margin:0px;
	text-align:center;
	border:1px solid #e0e0e0;
	height:192px;
	width:224px;
}

.sprod_image2 {
	padding:0px;
	margin:0px;
	text-align:center;
	border:1px solid #e0e0e0;
	height:125px;
	width:220px;
	text-transform:uppercase;
	font-size:18px;
}

.ParrowtopX {
	background:url('arrow2.png') no-repeat top; 
	width:224px;
	height:10px;
	margin-top:5px;
}

.sprod_content {
	width:224px;
	min-height:126px;
	background:#fff;
	border:1px solid #e0e0e0;
	border-top:none;
	position:relative;
	padding-bottom:30px;
}

.sprod_info {
	padding-left:5px;
	font-size:12px;
}

.sprod_info h2 { 
	font-size:16px;
	color:#000000;
	font-weight:700;
	margin:0px;
	padding:5px 0px 5px 0px;
}

.sprod_info h2 a{ 
	font-size:16px;
	color:#000000;
	font-weight:700;
	margin:0px;
	padding:5px 0px 5px 0px;
}

.sprod_buy {
	padding-left:5px;
	font-size:15px;
}

.sprod_buy a:link, .sprod_buy a:visited, .sprod_buy a:active {
	color:#000000;
	text-decoration:underline;
}

.sprod_buy a:hover { color:#000000; }

.sprod_addtobasket {
	position:absolute;
	bottom:-20px;
	right:0px;
}

.sprod_bold {
	font-weight: 700;
	text-align:center;
}

.prodqty {
	background:url('qty-bg.png') no-repeat;
	width:30px;
	height:15px;
	border:none;
	line-height:29px;
	padding:2px 5px 5px 7px;
}

/* Large Product Styles */

.product_container {
	position:relative;
}

.product_image {
	float:left;
	width:300px;
}

.product_buy {
	float:left;
	margin-left:140px;
	width:300px;
	text-align:left;
	margin-top:-10px;
}

.product_addtobasket {
	width:450px;
	background:#f6cccc;
	border:1px solid #e0e0e0;
	position:relative;
	min-height:34px;
	height:70px;
	font-size:18px;
	padding-left:5px;
	line-height:34px;
	margin:10px 0px;
}

.product_addtobasket_button {
	position:absolute;
	right:20px;
	bottom:-25px;
}

.product_container h1 {
	color:#000000;
	font-weight:normal;
	font-size:30px;
	margin:0px 0px 10px 0px;
}

.alsobought_img {
	border:1px solid #A1ADAF;
	padding:3px;
	margin:5px;
	width:108px;
}

.alsobought_title a:link, .alsobought_title a:visited, .alsobought_title a:active {
	text-decoration:underline;
	margin:5px 0px;
	line-height:20px;
}

.alsobought_title a:hover {
	color:#000000;
}

.prod_thumb img {
	border:1px solid #A1ADAF;
	padding:3px 6px;
	margin:6px 1px;
}

.prod_img_inner {
	border:1px solid #E0E0E0;
	width:419px;
	padding:7px 0px;
	text-align:center;
}

.enlarge {
	float:left; 
	width:150px;
	margin-top:7px;
}

.social {
	float:right;
	margin-top:7px;
	width:250px;
	text-align:right;
}
/* Product Tabs */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px; /*--Set height of tabs--*/
	border-bottom: 1px solid #fff;
	width: 455px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 26px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #fff;
	border-bottom:none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background:#E0E0E0 url('tab-normal.jpg') repeat-x bottom;
	width:140px;
	text-align:left; 
	margin-right:5px;
	font-size:13px;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 13px;
	/* padding: 0 20px;
	 border: 1px solid #fff; --Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background:#515151 url('tab-sel.jpg') repeat-x bottom;
	color:white;
}

.active {
	background:#515151 url('tab-sel.jpg') repeat-x bottom;
	color:white;

}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:#515151 url('tab-sel.jpg') repeat-x bottom;
	/* border-bottom: 1px solid #fff; --Makes the active tab look like it's connected with its content--*/
	width:140px;
	margin-right:5px;
	color:white;
}

.tab_container {
	border: 1px solid #E0E0E0;
	border-top: none;
	overflow: auto;
	float: left; 
	width: 434px;
	height-max: 315px;
	height:315px;

}
.tab_content {
	padding: 10px;
	border-top:1px solid #E0E0E0;
	text-align:left;
}

.checkoutupsell {
	width:190px;
	border:1px solid #e0e0e0;
	padding:5px;
	text-align:center;
	float:left;
	margin:10px 5px;
}

/* Headings */
.section-head {
	background:#F8F8F8 url('section-heading.jpg') repeat-x bottom;
	font-size:13px;
	color:#465051;
	height:32px;
	line-height:32px;
	padding:0px 0px 0px 5px;
	width:183px;
	text-align:left;
}

.teclan-title1 {
  font-size:24px;
  font-weight:normal;
  margin:0px;
  padding:0px 0px 8px 0px;
}

.teclan-title2 {
  font-size:20px;
  font-weight:normal;
  margin:0px;
  padding:0px 0px 6px 0px;
  color:#000000;
}

.teclan-title3 {
  font-size:16px;
  font-weight:normal;
  margin:0px;
  padding:0px 0px 6px 0px;
}

.teclan-title4 {
  font-size:14px;
  font-weight:bold;
  margin:0px;
  padding:0px 0px 4px 0px;
}

.teclan-title5 {
  font-size:12px;
  font-weight:normal;
  margin:0px;
  padding:4px 0px;
}

.teclan-title6 {
  font-size:14px;
  font-weight:normal;
  margin:0px;
  padding:10px 0px;
}

.breadcrumbs-top {
  padding-bottom:4px;
  margin-bottom:8px;
  font-size:12px;
  width:750px;
}

.breadcrumbs-bottom {
 /* border-top:1px solid #000000; */
  padding-top:4px;
  margin-top:8px;
}

#cart-summary h4 {
  font-weight:normal;
  font-size:15px;
  padding-bottom:8px;
}

/* Links */


.section-list, .column-box {
  margin-bottom:10px;
  border:1px solid #e0e0e0;
  border-bottom:none;
  font-size:12px;
}

.column-box {
  border-bottom:1px solid #e0e0e0;
}

.column-box a:link, a:visited, a:active { color:#000000; text-decoration: underline; font-size:12px; }
.column-box a:hover { color:#000000;  }

.column-box p { padding:5px; }

.section-list a:link, 
.section-list a:visited, 
.section-list a:active {
  display:block;
  border-bottom:1px solid #e0e7eb;
  padding:4px 4px 4px 20px;
  color:#000000;
}

.section-list a:hover {
  background:url('yellow-grad.jpg') repeat-x;
  text-decoration:none;
  color:#ffffff;
}
a.checkout-checkoutbg {
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border: #e0e7eb 2px solid;
	border-top: #e0e7eb 2px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

.section-list a:hover {
  background:url('yellow-grad.jpg') repeat-x;
  text-decoration:none;
  color:#ffffff;
}

/* General rules */
a img {
  border:none;
}

.teclan-text {
  border:1px solid #000000;
  background:url('input-bg.jpg') no-repeat;
  color:#666;
  padding:1px 3px;
  width:150px;
}

/* Floats and clears */
.fleft {float:left;}
.fright {float:right;}
.cleft {clear:left;}
.cright {clear:right;}
.clearit {clear:both;}


/*************************/
/*****End teclan CSS******/
/*************************/

p, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
}

form {
	margin: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a.checkout-checkoutbg {
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border: #e0e7eb 2px solid;
	border-top: #e0e7eb 2px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

a.checkout-checkoutbg:link {
	color: #e0e7eb;
	text-decoration: none;
}

a.checkout-checkoutbg:visited {
	color: #e0e7eb;
	text-decoration: none;
}

a.checkout-checkoutbg:hover {
	color: #e0e7eb;
	text-decoration: underline;
}

a.checkout-checkoutbg:active {
	color: #e0e7eb;
	text-decoration: underline;
}

a.checkout-textcolor:link {
	color: #000000;
	text-decoration: none;
}

a.checkout-textcolor:visited {
	color: #000000;
	text-decoration: none;
}

a.checkout-textcolor:hover {
	color: #000000;
	text-decoration: underline;
}

a.checkout-textcolor:active {
	color: #000000;
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

li {
	padding:4px 0px 4px 17px;
	background: url('arrow.png') no-repeat left;
}

/* Generic text formatting used throughout the store ---------------------------- */

.actCHECKOUTEM {
	background-color: #000000;
}

.actCHECKOUTBG {
	background-color: #e0e7eb;
}

.actlarger {
	font-size: 13px;
	color: #000000;
}

.actsmaller{
	font-size: 10px;
	color: #000000;
}

.actxxsmall {
	font-size: 10px;
	color: #000000;
}

.actxsmall {
	font-size: 13px;
	color: #000000;
}

.actsmall {
	font-size: 13px;
	color: #000000;
}

.actregular {
	font-size: 13px;
	color: #000000;
}

.actlarge{
	font-size: 16px;
	color: #000000;
}

.actxlarge {
	font-size: 20px;
	color: #000000;
}

.actxxlarge {
	font-size: 20px;
	color: #000000;
}

.actwarningcolor {
	color: #000000;
}
	
.actrequiredcolor {
	color: #000000;
}

.actsearchhighlightcolor {
	color: #ff0000;
}

.actrequired {
	color: #000000;
}

.actwarning {
	font-size: 13px;
	color: #000000;
}

.actwelcome {
	font-size: 13px;
	color: #000000;
}

.actlogotext {
	font-size: 13px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 13px;
	color: #000000;
}
.page-heading h1 {
	width: 100%;
	border-bottom: 1px solid #000000;
}

/* Boxes and borders ------------------------------------------- */

.thinborder1 {
	border: 1px solid #000000;
}

.thinborder2 {
	border: 1px solid #e0e7eb;
}

.thinred {
	border: solid 1px #000000;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #e0e7eb;
	border-top: 0px;
} 

.boxheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

a.boxlink:link{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:visited{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:hover{
	color: #ffffff;
	text-decoration:underline;
}

a.boxlink:active{
	color: #ffffff;
	text-decoration:none;
}

* html .boxhead h2 {height: 1%;}

.sidebox {
	background: url('theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('theme_curve2.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2 {
	background: url('theme_curve1.gif') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}

.boxbody {
	background: url('theme_curve3.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
}

.boxbody ol {
	margin: 0;
	padding: 0;
	margin-left: 1.2em;
	padding-left: 1.2em;
}

.boxbody ol li {
	margin-bottom: 0.2em;
}

/* Shopping cart and checkout fields ------------------------------------------- */

div.CheckoutCartSection {
	margin-top: 0px;
	margin-bottom: 10px;
}

table.checkout#idTableCheckoutSection {
	margin-bottom: 0px;
}

table.checkout-cart {
	width: 940px;
	border-collapse: collapse;
	padding: 0px 0px;
	margin-bottom: 5px;
}

table.checkout-cart th{
	font-weight: bold;
	background-color: #e0e7eb;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 4px 4px;
}

table.checkout-cart td{
	padding: 4px 4px;
}

table.checkout {
	width: 940px;
	border-collapse: collapse;
	padding: 0px 0px;
	text-align: left;
	margin-bottom: 5px;
}

table.checkout th {
	background-color: #000000;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-align: left;
	padding: 5px 2px;
	border-bottom: solid 3px #ffffff;
}

table.checkout th.instruction {
	font-size: 13px;
	font-weight: normal;
}

table.checkout th.change {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px;
	text-align: right;
}

.checkout-change-button	{
	line-height: 13px;
	height: 20px;
	width: 86px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size : 13px;
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}

.checkout-login-button	{
	line-height: 13px;
	height: 15px;
	width: 70px;
	margin: 20px 0px 20px 0px;
	padding: 3px 20px 2px 0px;
	font-size : 13px;
	background-color: #e0e7eb;
	border: 1px solid #000000;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}

.checkout-login-button a {
	padding-left: 20px;
	color: #ffffff;
	text-decoration: none;
	}

table.checkout td {
	background-color: #e0e7eb;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 2px 2px;
}

table.checkout#idBothAddressesTable col {
	width: auto;
}

td#idCheckoutHelpLabel,
table.checkout#idBothAddressesTable col.prompt {
	width: 130px;
}

.cart {
	background-color: #e0e7eb;
	border-bottom: solid 1px #000000;
}

.checkout-cartheading {
	font-weight: bold;
	background-color: #e0e7eb;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.cartheading {
	background-color: #000000;
	font-weight: bold;
	color: #e0e7eb;
}

h2.checkout-heading {
	background-color: #000000;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding: 5px 2px;
	border-bottom: solid 3px #ffffff;
	width: 940px;
}

h3.checkout-heading {
	width: 940px; 
	padding: 3px 0;
	background-color: #000000;
	font-size: 13px;
	font-weight: bold;
	color: white;
	border-bottom: solid 3px #ffffff;
}

.checkout-subheading {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

img.cartthumbnail {
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
	width: 25px;
}

.button-wrapper {
	display: inline-block;
	background: url('button_background_right.gif') right no-repeat;
	padding: 0 10px 0 0;
}

.button {
	background: url('button_background_left.gif') left no-repeat;
	cursor:pointer;
	color: #ffffff;
	padding: 0 0 0 10px;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
	
.cart-button {
	height: 28px;
}

input.normal-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	background: #000000;
	padding: 5px;
	border: solid 1px #000000;
}

input.highlight-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	background: #000000;
	padding: 5px;
	border: solid 1px #000000;
}

.checkout-field-label {
	width: 160px;
}

.checkout-field-input {

}

.checkout-field-input input, .checkout-field-input select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: white;
	padding: 3px;
	border:1px solid #e0e7eb;
}

.InvoiceField input, .InvoiceField select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: white;
	padding: 3px;
	border:1px solid #e0e7eb;
}

.DeliverField input, .DeliverField select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: white;
	padding: 3px;
	border:1px solid #e0e7eb;
}

table.checkout#idBothAddressesTable select {
	width: 211px;
}

input.checkbox {
	background-color: #e0e7eb;
	border: 0;	
}

.checkout-field-area {
	background: #e0e7eb;
	border-bottom: solid 2px #ffffff;
	width: 940px;
}

.checkout-field-area p {
	margin: 0;
	padding: 4px;
}

div.checkout-buttons {
	width: 940px; 
	height: 50px; 
	margin-top: 20px;
}
	
.left { 
	float : left; 
	width : 50%; 
}

.right { 
	float : right; 
	width : 40%; 
}

.spacer { 
	clear : both; 
}

.checkout-help-hide { 
	display: none; 
}

/* Checkout Progress Indicator  ------------------------------------------------ */

p.checkout-progress-heading {
	width: 300px;
	margin: 0px auto;
}

#checkout-progress-indicator {
	width: 300px;
	height: 19px;
	background-image: url('cpi-background.gif');
	margin: 0 auto 0px auto;
}

.checkout-progress-0 {
	width: 75px;
	height: 19px;
	background-color: #000000;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-1 {
	width: 150px;
	height: 19px;
	background-color: #000000;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-2 {
	width: 225px;
	height: 19px;
	background-color: #000000;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-3 {
	width: 300px;
	height: 19px;
	background-color: #000000;
	background-image: url('cpi-main.gif');
	float: left;
}

#checkout-progress-indicator .cpi-end {
	width: 8px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 19px;
	background-image: url('cpi-end.gif');
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

table#idCheckoutProgress {
	margin-bottom: 10px;
}

table#idCheckoutProgress td{
	background-repeat:repeat-x;
	background-color:transparent;
	border: 0px;
	padding: 0px;
	height:19px;
	text-align:center;
}

table#idCheckoutProgress td.cpi-left{
	background-image:url("cpi-main.gif");
	color:white;
	width:160px;
}

table#idCheckoutProgress td.cpi-complete{
	background-image:url("cpi-main-mid.gif");
	color:white;
	width:160px;
}

table#idCheckoutProgress td.cpi-incomplete{
	background-image:url("cpi-background.gif");
	color:black;
	width:160px;
}

table.CheckoutProgress {
	width: 940px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.CheckoutProgress td {
	padding: 0px 0px;
	background-repeat: repeat-x;
	background-color: transparent;
	height: 19px;
	text-align: center;
	width: 140px;
}

table.CheckoutProgress td.cpi-start{
	background-image: url("cpi-main.gif");
	width: 8px;
}

table.CheckoutProgress td.cpi-inactive{
	background-image: url("cpi-main-mid.gif");
	color: #ffffff;
}

table.CheckoutProgress td.cpi-active{
	background-image: url('cpi-background.gif');
	font-weight: bold;
	color: #000000;
}

table.CheckoutProgress td.cpi-end {
	background-image: url("cpi-end.gif");
	width: 8px;
}

table.CheckoutProgress td.cpi-spacer {
	background-image: url("cpi-main-mid.gif");
	width: auto;
}

/* Formatting for the site map -------------------------------------------- */

#actinic-sitemap {
	margin-left: 5px;
}

#actinic-sitemap ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Formatting for Feefo customer feedback --------------------------------- */

.feefositelogo {
	margin-top: 10px;
	text-align: center;
} 

.feefoproductlogo {
	margin-top: 10px;
}

/* Recently Viewed Products List Style ------------------------------------ */



/* Used by 'CSS Product Layout' ------------------------------------------- */

.content_left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right {
	text-align: left;
	float: left;
}

/* Used by 'Standard Layout Using CSS' and related CSS-based product layouts */

.product_list	{
	margin: 20px 0px 20px 0px;
	}	

/* headings ----------------------------------------------------------------------------- */

h1	{
	font-size: 20px;
	font-weight: normal;
	margin: 0px;		
	padding: 0px 0px 4px 0px;
	color: #000000;
	}
	
h1.subheading	{
	font-size: 13px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 14px 0px;
	color: #e0e7eb;
	}
	
h2	{
	font-size: 16px;
	font-weight: 900;
	margin: 0px;
	padding: 2px 0px 14px 0px;
	color: #000000;
	}
	
h2.clearall	{
	font-size: 16px;
	font-weight: 900;
	margin: 0px;
	padding: 2px 0px 14px 0px;
	color: #000000;
	clear:both;
	}
	
h3.product	{
	font-size: 13px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	color: #000000;
	}
	
h3.product_price	{
	font-size: 13px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
.text_heading_left_column	{
	margin: 0px;
	padding: 19px 0px 4px 0px;
	line-height:normal;
	color: #000000;
	font-weight: 900;
	font-size: 13px;
	}

/* Default formatting of all text boxes used in store pages ---------------- */

.form_input_general	{
	line-height: normal;
	font-size : 13px;
	word-spacing: normal;
	}

/* Styles for 'Quick Search Bar With Larger Button' ------------------------ */

.form_main_search_box	{
	line-height: 13px;
	width: 76px;
	height: 16px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 2px;
	font-size : 13px;
	background-color: #e0e7eb;
	border: 1px solid #e0e7eb;
	color: #000000;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #e0e7eb
	}

.form_button_quick_search	{
	line-height: 13px;
	height: 18px;
	width: 85px;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 12px;
	font-size : 13px;
	background-color: #e0e7eb;
	border: 1px solid #000000;
	color: #ffffff;
	background-image: url('theme_icon_search.gif');
	word-spacing: normal;
	}


/* Styles for the 'Mini' marketing layouts ---------------------------------- */

.product_image_cost	{
	margin: 0px 12px 8px 0px;
	text-align: center;
	float: left;
	}
	
.text_product_small_info	{
	font-size: 10px;
	line-height: normal;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	}

.text_product_small_info_heading	{
	margin: 0px;
	padding: 10px 0px 12px 0px;
	line-height:normal;
	color: #3b3b3b;
	font-weight: 900;
	font-size: 13px;
	}
	
.text_product_small_info_price	{
	margin: 0px;
	padding: 8px 0px 0px 0px;
	line-height:normal;
	font-weight: 900;
	font-size: 13px;
	}

.best_selling_items	{
	padding: 10px;
	background-color: #ffffff;
	}
	
.best_selling_items_spacing	{
	padding: 0px 0px 8px 8px;
	}

/* Styles for product image and fragment image placement in some layouts -------------------------- */

.image_float_right	{
	float: right;
	margin: 16px 0px 15px 20px;
	}
	
.image_float_right_2	{
	float: right;
	margin: 10px 3px 0px 0px;
	}

.image_product	{
	margin: 0px 18px 10px 0px;
	text-align: center;
	float: left;
	}


/* Links to sections and pages in sidebar menus on some themes -------------------------------------*/

ul.products	{
	line-height: normal;
	padding: 0px 0px 0px 1px;
	margin: 3px 0px 4px 15px;
	font-size: 13px;
	color: #000000;
	}

a.product_section:visited  {
	color : #000000;
	text-decoration : none;
	}
	
a.product_section:link  {
	color : #000000;
	text-decoration : none;
	}
	
a.product_section:active  {
	color : #000000;
	text-decoration : none;
	}
	
a.product_section:hover  {
	color : #000000;
	text-decoration : none;
	}

/* lines -------------------------------------------------------------------------------- */

.dotted_line_blue	{
	height: 1px;
	background-color: #e0e7eb;
	background-image:url('theme_dotted_line.gif');
	clear:both;
	}
	
.solid_line_light_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #e0e7eb;
	clear:both;
	}
	
.solid_line_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	clear:both;
	}
	
.dotted_outline_blue	{
	border: 1px dotted #3b3b3b;
	padding: 8px;
	}		



/* Styles for 'Compact Parent Section List' ------------------------ */

.text_breadcrumbs	{
	font-size: 10px;
	color: #000000;
	margin: 0px;
	line-height:normal;
	padding: 2px 0px 10px 0px;
	}	

a.link_breadcrumbs:visited	{	
	color : #000000;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : #000000;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : #000000;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : #000000;
	text-decoration : underline;
	}
	

/* Page footer  --------------------------------------------------------*/

.text_footer	{
	color: #e0e7eb;
	font-size: 10px;
	padding:0px;
	margin:4px 0px 0px 0px;
	}

.text_menu_no_space	{
	word-spacing: normal;
	}

a.link_footer:visited  {
	color : #e0e0e0;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #e0e0e0;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #e0e0e0;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #e0e0e0;
	text-decoration : underline;
	}


/* Heading for attributes  --------------------------------------------------------*/

.text_options	{
	font-weight: Normal;
	}

/* My Account pages  --------------------------------------------------------------*/

.myaccount-shadow {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url('myaccount-popup-bg.png');
	background-repeat: repeat;
	}

.myaccount-popup {
	position: fixed;
	width: 500px;
	height: 250px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -125px;
	padding-left: 85px;
	padding-top: 50px;
	background-color: #ffffff;
	}


/* Formatting for 'Add To Cart Button With Cart Icon' ----------------------------------------------*/

.form_button_add_to_cart	{
	line-height: 13px;
	height: 20px;
	width: 86px;
	margin: 0px 1px 0px 0px;
	padding: 1px 0px 1px 14px;
	font-size : 13px;
	background-color: #e0e7eb;
	border: 1px solid #000000;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}	


/* Styles for CSS Buttons ----------------------------------------------*/

.text_menu	{
	padding: 2px 0px 2px 0px;
	font-size : 13px;
	margin: 0px;
	color : #ffffff;
	}
	

a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #e0e7eb; 
	border: 1px solid #e0e0e0;
	}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #e0e7eb;
	border: 1px solid #e0e0e0;
	}
	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #e0e7eb;
	border: 1px solid #e0e0e0;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #000000;
	border: 1px solid #e0e0e0;
	}

/* Styles for 'Top Level Section List In Boxes' and 'Brochure Nav Bar In Boxes' --------------------*/

.tech_main_menu	{
	background-color: #000000
   }
		
.tech_menu_bottom	{
	height: 4px;
	background-color: #000000;
	}
		
.tech_menu_button_border	{
	width: 121px; 
	border-right: 1px #ffffff solid;
	border-top: 1px #ffffff solid;
   }
	
div.tech_menu_button {
	width: 119px; 
	top: 0px;
	left: 0px; 
	border: 1px #000000 solid;
   }
		
div.tech_menu_button_product {
	width: 119px; 
	top: 0px;
	left: 0px; 
	border: 1px #000000 solid;
   }
		
.tech_menu_button_title	{
	width: 122px;
	border-top: 1px #ffffff solid;
	background-color: #000000;
   }

.tech_text_product_section	{
	padding: 3px 3px 3px 5px;
	margin: 0px;
	color : #ffffff;
	font-size : 13px;
	font-weight: 900;
   }

div.tech_menu_button a  {
	width: 113px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px;
	text-align:left;
	background-color: #e0e7eb;
	font-size: 11px;
   }
	
div.tech_menu_button a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #e0e7eb;
   }
	
div.tech_menu_button a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #e0e0e0;
   }
	
div.tech_menu_button a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #e0e7eb;
	}

div.tech_menu_button a:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #e0e0e0;
   }

div.tech_menu_button_product a   {
	width: 104px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px 3px 3px 12px;
	text-align:left;
	background-color: #e0e7eb;
	font-size: 13px;
   }
	
div.tech_menu_button_product a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #000000;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #000000;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #000000;
	background-image:url('theme_arrow.gif');
   }

div.tech_menu_button_product a:hover {
	color: #ffffff; 
	text-decoration:none;
	background-color: #e0e0e0;
	background-image:url('theme_arrow.gif');
   }

/* Start of styles new to v9 */

/* Styles for 'Best Seller List in Boxes' and 'New Products List in Boxes' used on the brochure home page */

.heading_marketing_box	{
	border: 2px solid #000000;
	width: 229px;
	margin: 0px 20px 14px 0px;
	}
		
.heading_marketing_box p.text_product_small_info_heading	{
	background-color: #000000;
	border-bottom: 2px solid #000000;
	color: #ffffff;
	font-weight: 900;
	font-size: 13px;
	background-image: url('theme_marketing_header.gif');
	margin: 0px;
	padding: 4px 0px 0px 8px;
	height: 20px;
	}
	
.heading_marketing_box	p{
	padding: 8px;
	}

.heading_marketing_box .product_image_cost	{
	padding: 8px;
	}


/* Rounded header and footer used around the bulk areas in 'Expert' and 'Hotshot' themes,
but also used in the lists that have 'Rounded Corners' in the name */

.rounded-heading {
	background-image: url('theme_curve2.gif');
	background-repeat: no-repeat;
	background-position: top right;
	}

.rounded-heading p.spacer {
	margin: 0;
	padding: 3px 0;
	background-image: url('theme_curve1.gif');
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #ffffff;
	}

.rounded-footer {
	background-image: url('expert_rounded_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	}

.rounded-footer p.spacer {
	margin: 0;
	padding: 3px 0;
	background-image: url('expert_rounded_bottom_left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #ffffff;
	}

.indented-link a {
	display: block;
	background-color: #fff;
	width: 140px;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #000000;
	}

.indented-link a:hover {
	background-color: #e0e0e0;
	}

/* Style for the 'Graduated Background' for Top Level Section lists and Brochure Page lists */

.graduated-link a {
	display: block;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #e0e0e0;
	border-bottom: 0;
	border-right: 0;
	background-image: url('prime_link_background.gif');
	background-repeat: no-repeat;
	}

/* Style for the 'Shaded Background' for Top Level Section lists and Brochure Page lists */

.hotshot-link a {
	display: block;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #ffffff;
	}

.hotshot-link a:hover {
	background-image: url('hotshot-link-highlight.gif');
	background-repeat: no-repeat;
	}

.hotshot-box-main {
	background-image: url('hotshot-box-main.gif');
	background-position: bottom;
	width: 170px;
	}

.hotshot-box-content {
	background-image: url('hotshot-box-top.gif');
	background-repeat: no-repeat;
	padding: 10px;	
	}

/* Styles for 'Quick Search Bar With Curved Box' layout */

.formbox1 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url('theme-rounded-searchfield-left.gif');
	height: 19px;
	padding-left: 10px;
	background-repeat: no-repeat;
	float: left;
	}

.formbox2 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 19px;
	background-image: url('theme-rounded-searchfield-right.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	}

.inputfield {
	padding: 0px;
	margin: 1px 0;
	border: 0px;
	height: 16px;
	font-size: 12px;
	}

/* Drop down menus used for top level section lists and brochure page lists in the 'Corporation' and 'Premier' theme */

#corporate_top_menu, #corporate_top_menu ul { /* main menu lists */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	font-size: 13px;	
	}

#corporate_top_menu a {
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 13px;
	margin: 0;
	font-size: 13px;	
	text-decoration: none;
	background-image: url('theme_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	background-color: #e0e7eb;
	border-right: 1px solid #000000;		
	}

#corporate_top_menu li a:hover {
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 13px;
	margin: 0;
	font-size: 13px;	
	text-decoration: none;
	background-image: none;
	background-color: #000000;
	background-image: url('theme_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	}

#corporate_top_menu li { /* all list items */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	}

#corporate_top_menu li ul { /* second-level lists */
	font-size: 100%;
	width: 150px; 
	display: block;
	position: absolute;
	margin: 0px 0px 0px -2px;
	border-top: 1px solid #000000;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#corporate_top_menu li ul li { /* second-level lists */
	width: 150px; 
	display: block;
	background-image: none;
	background-color: #e0e7eb;
	border-bottom: 1px solid #000000;
	}

#corporate_top_menu li ul li a { /* second-level lists */
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}

#corporate_top_menu li ul li a:hover { /* second-level lists */
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px 6px 4px 6px;
	background-image:none;
	background-color: #000000;
	}

#corporate_top_menu li ul ul { /* third-and-above-level lists */
	margin: -24px 0px 0px 149px;
	}

#corporate_top_menu li:hover ul ul, #corporate_top_menu li.sfhover ul ul {
	left: -999em;
	}

#corporate_top_menu li:hover ul, #corporate_top_menu li li:hover ul, #corporate_top_menu li.sfhover ul, #corporate_top_menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

.corporate_pages_menu ul { /* brochure list */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1;
	font-size: 13px;	
	list-style-image: none;
	}

.corporate_pages_menu ul li {
	display: block;
	background-image:none;
	background-color: #e0e7eb;
	border-bottom: 1px solid #000000;
	}

.corporate_pages_menu li a {
	color: #ffffff;
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	}

.corporate_pages_menu li a.product_section {
	color: #ffffff
	}
	
.corporate_pages_menu li a:hover {
	color: #ffffff;
	display: block;
	padding: 3px 6px 4px 6px;
	background-image: none;
	background-color: #000000;
	}


.tec-section {
  cursor:pointer;
  background:#ffffff;
  width:224px;
  float:left;
}

.ts-hov {
  background:#f2f2f2;
  width:224px;
}
.teclan-search-result {
  width:150px;
  margin:0px 10px 10px 0px;
  padding:5px;
  float:left;
  text-align:center;
  border:1px solid #000000;
}

.endrow {
  margin-right:0px;
}

.teclan-search-result h3 {
  font-weight:normal;
  font-size:15px;
  margin:0px;
  padding:0px 0px 5px 0px;
}

.cartbox{
float:left;
margin-right:5px;
}

/* Custom teclan CSS */

.teclanPageFlag {
	background:url('pageflag.png') no-repeat;
	width:227px;
	height:53px;
	position:absolute;
	right:-20px;
	top:27px;
	z-index:998;
}

#mirror {
	margin-top:1px;
	margin-bottom:0px;
	height:50px;
	width:100%;
	background:url('mirror.png') no-repeat;
}

.ticki {
	width:900px;
	height:50px;
	margin-left:19px;
	padding-left:25px;
	padding-top:13px;
	background:url('ticker-bg.png') no-repeat;
	color:white;
	margin-bottom:-10px;
	}
	
.ticki a {
	color:white;
}

/* Homepage Mini Frags */


.hp_container2 {
	text-align:center;
}

.hp_title2 {
	line-height:35px;
	text-align:left;
	margin-left:3px;
	
}

.hp_title2 h2 {
	color:#333 !important;
	font-size:12px !important;
	font-weight:normal;
	line-height:15px;
	margin:0px;
	padding:0px;
	font-weight:400;
}

.boxprodpage {
	margin-top:-30px;
	padding-left:40px;
}

.attlist {
	padding-left:112px;
}

.moveup {
	margin-top:15px;
}




.sprod_image2 a, .sprod_image2 a:hover, .sprod_image2 a:link, .sprod_image2 a:active{
	font-size:12px;
}

