/* CSS Document */
/* Created 18th September 2009*/
/* Online One */
/* HTML tag styles                             */
/***********************************************/
 
/* Global
================================================*/
 
* {
	margin:0px;
	font-size:9pt;
	line-height: 1.4em;
	text-align:left;
	
	}

#sitelogo { float: left; height: 70px; width: 210px; margin-top: 25px; margin-left: 10px; }
body,
html {}
 
 
body {
	padding-bottom: 10px;
	background-color: #FFFFFF;
	line-height:1.3em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #0f0f0f;
	border-bottom: 1px dotted #CCCCCC;
	}
 
/* Main layout
================================================*/
 
#innerwrapper {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}
 
 
main img {
	float: left;
	padding: 0px 10px 0px 0px;
	clear: right;
}	
 
 
#MainNavigation {
	width:981px;
	height: 45px;
	position:relative;
}
 
/* Mini Cart
================================================*/
 
#MiniCart{
	float:right;

	height:100px;
	padding-top: 6px;
	text-transform: none;
	font-size: 10pt;
	margin-top: 5px;
	text-align: right;
}
 
 
#MiniTable {

	padding-right: 0px;
	padding-left: 40px;
	height: 100px;
	
	text-align: left;
}
 
 
/* Header
================================================*/
#SiteHeader {
	height:125px;
	width: 981px;
	float: left;
	background-image: url(/site/images/strike-logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
	
#SiteHeader img {
	float: left;
	padding: 0px 0px 0px 0px;
	
}		
 
#SiteHeader a,
#SiteHeader a:hover {
	border:0;
	background:transparent;
	}
	
	
/* SIde BarLeft
===============================================*/
 
#sideBarLeft{
	width:185px;
	padding:2px;
	float: left;
	background-color: #FFFFFF;
	color:#3c3b3b;
	margin-top: 0px;
}	
	
	
	
#sideBarRight{
	width:185px;
	padding:2px;
	float: right;
	background-color: #fff;
	margin-top: 0px;
}
 
.cards {
	padding-top: 10px;
	text-align: center;
}
.bestsellersTable {
	margin-top: 3px;
	margin-bottom: 3px;
}
 
/* MainArea
================================================*/
#productmainContent {
	float:right;
	width:780px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
} 
 
#mainArea { text-align: left; width:580px; margin-bottom: 10px; float: left; margin-top: 2px; margin-right: 3px; margin-left:10px;position: relative; }	
	
#mainContent {
	float:right;
	width:580px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}
 
#PageArea {
	text-align: left;
	width:982px;
	margin-bottom: 10px;
	float: left;
	margin-top: 14px;
	margin-right: 0px;
	margin-left:0px;
	
}	
#PageContent {
	float:right;
	width:780px;
	text-align: left;
	margin-left: 5px;
}
 
 
 
.Featuredcurved {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #d7d7d7;
	padding:3px;
	behavior:url(border-radius.htc);
	background-color: #ffffff;
	margin-bottom:10px;
	}
	
.FeaturedHead {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color:#989898;
	color:#fff;
	border: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	padding: 5px;
	height: inherit;
	width: 565px;
	font-weight: bold;
	font-size: 11pt;
}
 
 
.featuredProductsTable {
	width: 560px;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	clear:both;
	font-size: 11px;
}
 
 
.Pagecurved {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #d7d7d7;
	padding:3px;
	behavior:url(border-radius.htc);
	background-color: #ffffff;
	margin-bottom:10px;
	}
	
.PageHead {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color:#989898;
	color:#fff;
	border: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	padding: 5px;
	height: inherit;
	width: 565px;
	font-weight: bold;
	font-size: 11pt;
}
 
 
.PageProductsTable {
	width: 560px;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	clear:both;
	font-size: 11px;
}
 
 
	
/* Search
================================================*/
 
.texta {
	font-size: 10px;
	background-color: #e2e2e2;
	border-top: 1px solid #fff;
	border-left:1px solid #fff;
	font-style:italic;
	height:18px;
}	
 
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #666666;
	color: #FFFFFF;
	margin-right: 3px;
	border:none;
}
 

		
 
 
 
	
/* Links
================================================*/
a:link,
a:active {
	color:#2f2f2f;
	text-decoration:underline;
	}
a:visited {
	color:#2f2f2f;
	text-decoration:underline;
	}
a:hover {
	color:#3F93C8;
	}
	
a.noline:link,
a.noline:active,
a.noline:visited,
a.noline:hover {
	text-decoration:none;
	}	
a.imglink:link,
a.imglink:visited {border:0;}
a.imglink:hover {background:transparent;}
 
 
a.topstrip:link {
	color: #333333;
	padding: 0px 5px 1px 5px;
	text-decoration:none;
}
a.topstrip:active {
	color: #333333;
	padding: 0px 5px 1px 5px;
	text-decoration:none;
}
a.topstrip:visited {
	color: #333333;
	padding: 0px 5px 1px 5px;
	text-decoration:none;
}
a.topstrip:hover {
	color: #669933;
	padding: 0px 5px 1px 5px;
	text-decoration:none;
}
 
a.minicart:link {
	color: #333333;
	padding: 0px 5px 1px 5px;
	text-decoration:none;
}
a.minicart:active {
	color: #333333;
	padding: 3px 5px 3px 5px;
	text-decoration:none;
}
a.minicart:visited {
	color: #333333;
	padding: 0px 5px 1px 5px;
	text-decoration:none;
}
a.minicart:hover {
	color: #669933;
	padding: 0px 5px 1px 5px;
	text-decoration:none;
}
 
a.Details:link {
	color: #000;
	padding: 0px 5px 1px 5px;
	text-decoration:underline;
}
a.Details:active {
	color: #000;
	padding: 3px 5px 3px 5px;
	text-decoration:none;
}
a.Details:visited {
	color: #000;
	padding: 0px 5px 1px 5px;
	text-decoration:none;
}
a.Details:hover {
	color: #669933;
	padding: 0px 5px 1px 5px;
	text-decoration:none;
}
 
 
a.Bestseller:link {
	color: #005a8f;
	padding: 3px 2px 3px 0px;
	text-decoration:none;
}
a.Bestseller:active {
	color: #005a8f;
	padding: 3px 2px 3px 0px;
	text-decoration:none;
}
a.Bestseller:visited {
	color: #005a8f;
	padding: 3px 2px 3px 0px;
	text-decoration:none;
}
a.Bestseller:hover {
	color: #669933;
	padding: 3px 2px 3px 0px;
	text-decoration:none;
}
 
a.login:link {
	font-size:8pt;
	color: #666666;
	text-decoration:none;
	
}
a.login:active {
	font-size:8pt;
	color: #666666;
	text-decoration:none;
	
}
a.login:visited {
	font-size:8pt;
	color: #666666;
	text-decoration:none;
	
}
a.login:hover {
	font-size:8pt;
	color: #3990C4;
	text-decoration:none;
	
}
 
 
 
a.footer:link {
	font-size:8pt;
	color: #666666;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
a.footer:active {
	font-size:8pt;
	color: #666666;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
a.footer:visited {
	font-size:8pt;
	color: #666666;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
a.footer:hover {
	font-size:8pt;
	color: #3990C4;
	text-decoration:none;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
 
 
 
/* Sidebar Links
=================================================*/
 
 
a.Sidebar:link {
	color: #6d8c25;
	font-size:8pt;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
}
a.Sidebar:active {
	color: #6d8c25;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
}
a.Sidebar:visited {
	color: #6d8c25;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
}
a.Sidebar:hover {
	color: #ba080f;
	text-decoration:none;
	padding-bottom: 3px;
	padding-right: 5px;
}
 
/* Email Friend Links
=================================================*/
 
a.EmailFriend:link {
	color: #515151;
	font-size:14px;
	text-decoration:underline;
	background-image:url(/site/images/mail_2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding: 3px 3px 3px 30px;
}
a.EmailFriend:active {
	color: #515151;
	text-decoration:underline;
	background-image:url(/site/images/mail_2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding: 3px 3px 3px 30px;
	
}
a.EmailFriend:visited {
	color: #6d8c25;
	text-decoration:underline;
	background-image:url(/site/images/mail_2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding: 3px 3px 3px 30px;
	
}
a.EmailFriend:hover {
	color: #007dc2;
	background-image:url(/site/images/mail_2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding: 3px 3px 3px 30px;
 	text-decoration:underline;
}
 
 
 
/* Headings
================================================*/
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#0f0f0f;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	}
h1 {
	font-size:11pt;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	color:#249AD6;
	line-height: 1.4;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom:3px;
	margin-left: 0px;
}
h2 {
	font-size:11pt;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	color:#249AD6;
	line-height: 1.4;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom:3px;
	margin-left: 0px;
	
}
h3 {
	font-size:10pt;
	font-weight:bold;
	text-transform:none;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	line-height: 1.4;
}
.home h2 {
	font-weight:normal;
	font-size:1.6em;
	margin:0 0 0.625em;
	}
h2 a:link,
h2 a:visited
 { font-weight:bold; color:#000; border:0; padding:0; margin:0; text-decoration: none; 	}
	
h2 a:hover {color:#249AD6; text-decoration: none;}
 
/* Lists
================================================*/
dl,
ol,
ul {
	margin:0px 0 0em;
}
 
ul {
	padding:10px 0 10px 15px;
	font-size: 8pt;
	list-style-image:url(images/grey-bullet.gif);
list-style-position: outside;
	text-align:left;
	
	
	}
ol {
	padding:0 0 0 0;
	margin:0 3px 0px 15px;
	list-style-image: none;
	list-style-type: decimal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
li {
	margin:0 3px 0px 15px;
	list-style-position: outside;
	list-style-image:url(/site/images/grey-bullet.gif);
list-style-position: outside;

}

#menu ul {
	padding:10px 0 10px 15px;
	font-size: 8pt;
	list-style-image:url(images/grey-bullet.gif);
list-style-position: outside;
	text-align:left;
	
	
	}
#menu ol {
	padding:0 0 0 0;
	margin:0 3px 0px 15px;
	list-style-image: none;
	list-style-type: decimal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
#menu li {
	margin:0 3px 0px 15px;
	list-style-position: outside;
	list-style-image:url(/site/images/grey-bullet.gif);
list-style-position: outside;

} 
 
.tabbedPanellist li 
{
padding-left: 10px;
list-style-image:url(/site/images/blue-bullet.gif);
list-style-position: outside;


}
 
 
/* Styled Lists
================================================*/
 
 
#Menu li {
	margin:0px;
	
}
 
#Menu ul li a
{
	background-image: url(/site/images/list-off.gif);
	background-position: left center;
	padding-left:15px;
	background-repeat: no-repeat;
	color: #2f2f2f;
}
 
#Menu ul li a:hover
{
background-image: url(/site/images/list-on.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color:#000;
}
 
 
#Menu ul li a:active
{
	background-image: url(/site/images/list-active.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #666;
}
 
 
#Menu ul li a#current
{
background-image: transparent url(/site/images/list-active.gif);
background-position: left center;
background-repeat: no-repeat;
color: #2f2f2f;
}
 
#ColouredList {
  padding:0;
  margin:0;
  width:0;
  }
#ColouredList li {
  list-style-type:none;
  margin:0 0 0.25em 0;
  }
#ColouredList a, #ColouredList a:visited {
  display:block;
  width:9em;
  border:1px solid #808;
  font-family:arial, verdana, sans-serif;
  font-size:0.8em;
  text-align:center;
  text-decoration:none;
  background:#808; 
  color:#eee; 
  padding:0.25em;
  }
#ColouredList a:hover {
  background:#ddd;
  color:#808;
  }
  
 
 
/* Images
================================================*/
img {
	border:0;
	display:inline;
}
 
.productImage {
	margin-right: 5px;
	padding-right: 5px;
}
 
.banner {
	padding: 0px 10px 0px 0px;
}
.Button {
	padding-top: 5px;
	padding-bottom: 5px;
}
.fullwidth {
	padding:4px;
	margin:1em 0; 
	}
 
.flowtextRight {
    float:right;
	margin:0px 0px 6px 15px;
	border:1px solid #666;
	}
 
 
.flowbox {
	float:left;
	border:1px solid #ccc;
	padding:4px;
	margin:1em;
	}	
	
 
/* Extras
 
================================================*/	
 
.SidebarDivideLine {
	border-top: 1px dotted #890208;
	margin-top: 10px;
	margin-bottom: 5px;
}
 
 
 
 
/* Breadcrumb
================================================*/
#breadcrumb {
	width:570px;
	background:#fff;
	margin-top: 3px;
	margin-right: 0;

	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #666;
	padding: 3px 4px 3px 5px;
	height:14px;
	font-size:11px;

}
.crumbover  { font-size:11px; color: #666; padding: 0 4px 0px 4px;}
.crumb {
	font-size: 11px;
	color: #666;
	padding: 0 4px 0px 4px;text-decoration: none; 
}
 
a.breadcrumb:link { color: #666; padding: 0 4px 0px 4px; text-decoration: none; 	
	
}
a.breadcrumb:active {
	color: #666;
	padding: 0 4px 0px 4px;text-decoration: none; 
}
a.breadcrumb:visited {color: #666;padding: 0 4px 0px 4px;text-decoration: none; }
a.breadcrumb:hover {
	color: #68bc02;
	padding: 0 4px 0px 4px;text-decoration: none; 
}
a.crumb:link {
	color: #666;
	padding: 0 4px 0px 4px;text-decoration: none; 
	
}
a.crumb:active {
	color: #666;
	padding: 0 4px 0px 4px;text-decoration: none; 
}
a.crumb:visited {color: #666;padding: 0 4px 0px 4px;text-decoration: none; }
 
a.crumb:hover {
	font-size:11px;
	color: #68bc02;
	padding: 0 4px 0px 4px;text-decoration: none; 
}

 
 
/* Product Logos
================================================*/
#Logos{
	clear:both;
	text-align:right;
	color:#666666;
	background-color: #FFFFFF;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	font-size: 8pt;
	padding-bottom: 10px;
	padding-right: 10px;
	height: 98px;
	background-image: url(/site/images/manufacturers-logos.jpg);
	background-repeat: repeat-x;
}
 
#copyright { clear:both; text-align:center; color:#666666; background-color: #FFFFFF; padding-top: 10px; font-size: 8pt; margin-bottom: 10px; padding-bottom: 10px; margin-top: 5px; 	}
 
.PrintRow {
	
	float: right;
	padding-top: 0px;
	width:150px;
	margin-right: 20px;
	text-align: right;
	padding-right: 10px;
}
 
 
/* Rounded Corners
================================*/
.curved {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #d7d7d7;
	padding:3px;
	behavior:url(border-radius.htc);
	background-color: #f2f1f1;
	margin-bottom:10px;
}
 
.curvedWhite {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #d7d7d7;
	padding:3px;
	behavior:url(border-radius.htc);
	background-color: #ffffff;
	margin-bottom:10px;
}
 
.curvedHeader {
-moz-border-radius:5px;
-webkit-border-radius:5px;
background-color:#005a8f;
color:#fff;
padding:5px;
behavior:url(border-radius.htc);
}
 
#SideHead {
	font-family: Arial, Helvetica, "Verdana sans-serif";
	background-color:#989898;
	color:#fff;
	border: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	padding: 5px;
	height: inherit;
	width: 167px;
	font-weight: bold;
	font-size: 11pt;
}
#SideHead .textboldnolink { text-decoration: none; }
 
.Searchcurved {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#249AD6;
	padding:3px;
	behavior:url(border-radius.htc);
	color:#FFF;
	margin-bottom:10px;
}
 
.SearchHead {
	font-family: Arial, Helvetica, "Verdana sans-serif";
	background-color:#249AD6;
	color:#fff;
	border: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	padding: 5px 5px 10px 5px;
	height: inherit;
	text-transform:uppercase;
	width: 167px;
	font-weight: bold;
	font-size: 11pt;
}
.ProductName { font-size: 11pt; color: #0183ca; padding-top: 10px; padding-bottom: 10px; text-decoration: none; }

.featuredDottedLine {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}
 
.ProductPrice {
	font-size: 14px;
	font-weight: bold;
	color: #b70505;
}
.EmailFriend {
	font-size: 14px;
	font-weight: bold;
	color: #515151;
	background-image:url(/site/images/mail_2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding: 3px 3px 3px 30px;
}
 
.input {
margin-bottom:2px;
margin-top:2px;
}
.LoginTitle {
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	color: #005a8f;
	padding-bottom: 10px;
}
.SideHead {
	font-family: Arial, Helvetica, "Verdana sans-serif";
	background-color:#989898;
	color:#fff;
	border: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	padding: 5px;
	height: inherit;
	width: 167px;
	font-weight: bold;
	font-size: 11pt;
}
 
#Searchcurved { -moz-border-radius:5px; -webkit-border-radius:5px; background-color:#249AD6; padding:3px; behavior:url(border-radius.htc); color:#FFF; margin-bottom:10px; width: 180px; float: left; }
 
#SearchHead { font-family: Arial, Helvetica, "Verdana sans-serif"; background-color:#249AD6; color:#fff; border: 0px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-left-radius: 0px; -webkit-border-bottom-right-radius: 0px; height: inherit; text-transform:uppercase; font-weight: bold; font-size: 11pt; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; }

#searchform { float: left; width: 182px; background-color:#249AD6; height: 30px; }
#field { float: left; width: 140px; height: 30px; padding-top: 5px; padding-left: 5px; }

#button-div { float: left; width: 30px; height: 30px; margin-right: 0px;  }

.searchbutton { background-image:url(/site/images/go-1.gif); width:30px; height:30px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; background-repeat: no-repeat; margin-top: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; }

.addtocart { background-image: url(/site/images/add-cart-button.jpg); width:88px; height:34px; text-decoration: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
