﻿.foo{}/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
	margin: 0px auto;
	width: 950px;
	/*background-image: url(images/holderBg.png);
	background-repeat: repeat-y;*/
	position: relative;
	/*z-index:9px;*/
}

.master-wrapper-content
{
	float: left;
	width: 950px;
	margin: 0px 0 0;
	text-align: left;
	background: url(images/bodyBg.png) no-repeat;
	background-position:top;
}

.master-wrapper-side
{
	float: left;
	width: 174px;
	margin: 0 0 0 0px;
	/*background: url(images/leftNavigationBg.png) repeat-y;*/
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 750px;
	margin: 0px 0 0 10px;
	display: inline;
	position:relative;
	top:-8px;
}

.master-wrapper-cph
{
	float: left;
	width: 750px;
	color: #333;
	/*min-height: 600px;*/
	padding: 10px 6px 0px 10px;
	background-color:#f3f3f3;
}

.master-wrapper-center-1
{
	float: left;
	width: 950px;
	/*background: url(images/bg_maincolumn_single.gif) no-repeat left top #FFF;*/
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 950px;
	color: #000;
	/*min-height: 600px;*/
	padding: 5px 0px 10px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 5px 6px 10px 8px;
	height: 85px;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	/*background: url('images/ico-register.gif') no-repeat;*/
	padding-left: 20px;
}

.header .ico-login
{
	background: url('images/topmenuPipe.png') no-repeat scroll 0px 3px transparent;
	padding-left: 10px;
	padding-top:0px;
}

.header .ico-logout
{
	background: url('images/topmenuPipe.png') no-repeat scroll 0px 3px transparent;
	padding-left: 10px;
	padding-top:0px;
}

.header .ico-inbox
{
	background: url('images/topmenuPipe.png') no-repeat scroll 0px 3px transparent;
	padding-left: 10px;
	padding-top:0px;
}

.header .ico-cart
{
	background: url('images/topmenuPipe.png') no-repeat scroll 0px 3px transparent;
	padding-left: 10px;
	padding-top:0px;
}

.header .ico-wishlist
{
	background: url('images/topmenuPipe.png') no-repeat scroll 0px 3px transparent;
	padding-left: 10px;
	padding-top:0px;
}

.header .ico-admin
{
	background: url('images/topmenuPipe.png') no-repeat scroll 0px 3px transparent;
	padding-left: 10px;
	padding-top:0px;
}

.header-logo
{
	margin-top: 0px;
	margin-left:16px;
	float: left;
	text-align: left;
}

.header-contact
{
	float:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	clear:right;
	color: #e1e3e3;
	width:300px;
	font-size:17px;
	text-align:right;
	padding-top:5px;
	padding-right:2px;
	*padding-right:5px;
}
.header-contact span{	font-size:14px; display:block; text-align:right; }

a.logo
{
	background: url('images/ironGearSportsLogo.png');
	display: block;
	width: 239px;
	height: 82px;
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 500px;
}

.header-currencyselector
{
	float: right;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: right;
}

.header-links-wrapper
{
	float: right;
	text-align: right;
	width: 650px;
	z-index:99999!important;
	position:relative;
}

.header-links
{
	/*border: solid 1px #9a9a9a;*/
	padding: 0px 0px 5px 5px;
	margin-bottom: 5px;
	display: inline-table;
	font-size:12px;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
	color: #99ccff;
}

.header-links a
{
	color: #99ccff;
	text-decoration: none;
}

.header-links a:hover
{
	color: #bcbcbc;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #99ccff;
	/*background: #3a3a3a;*/
	padding: 3px 5px 9px 15px;
	/*text-align: center;*/
	vertical-align: middle;
	letter-spacing: 0px;
	margin-bottom: 10px;
	height:25px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	float:left;
	position:relative;
	z-index:9;
	cursor:hand;
	cursor:pointer;
}

.headermenu a
{
	color: #99ccff!important;
	text-decoration: none;
	text-transform: none;
	font-size: 18px;
	/*font-weight: bold;*/
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	z-index:9;

}

.headermenu a:hover
{
	color:#bcbcbc!important;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	width: 180px;
	display: inline;
	padding-left: 5px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu ul li .li_selected
{
	color: #bcbcbc!important;
	background-color:#000;
	padding-bottom:5px;
	padding-top:9px;
	background: #000 url(images/topHeadMenuSelected.png) repeat-x;
	background-position: 0 4px;

	
}
@-moz-document url-prefix() {
  .headermenu ul li .li_selected {
    	background-position: top left;
  }
}


.headermenu .treeview
{
}

.headermenu .treeview ul
{
}

.headermenu .treeview ul li
{
	padding-bottom:5px;
	}

.headermenu .treeview ul li .li_selected
{
	color:#bcbcbc!important;
}

.headermenu .treeview ul li .li_unselected
{
	color:#bcbcbc;
}


.topsubnavheader
{
	padding: 5px 10px;
	position:absolute;
	border:2px solid #029cd7;
	width:170px;
	left:2px;
	top:28px;
	background-color:#006699;
	color:#666666;
}

.topsubnavheader li
{	
  font-size:14px;
  background-image:none!important;
  width:140px;
  float:left;
}
.topsubnavheader li a
{
  font-size:12px!important;
  padding-left:0px!important;
  padding-top:0px!important;
  padding-bottom:0px!important;
  padding-left:5px!important;
}


/*
.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .li_selected a
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px; 
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.category-navigation .treeview ul .li_selected
{
	font-weight: bold;
}

.category-navigation .treeview ul .li_unselected
{
}

*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SUB CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.subcategory-navigation
{
	margin-bottom: 8px;
	padding-bottom: 0px;
	padding-left: 0;
	border:1px solid #dfdfdf;

}

.subcategory-navigation li
{
	list-style: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.subcategory-navigation a
{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

.subcategory-navigation .li_selected a
{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

.subcategory-navigation .title
{
	font-size: 14px;
	font-weight: bold;
	text-transform:none;
	padding: 4px 15px 4px 14px;
	color: #fff;
	background-color:#006699;
	/*background: #333 url(images/bg_sidebar_title.gif) no-repeat;*/
}
/*.treeview {display:inline; float:left;}*/

.subcategory-navigation .treeview
{
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	line-height: 18px;
	/*background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;*/
	margin: 0px; 
}

.subcategory-navigation .treeview ul
{
	margin: 0px;
	padding: 0px;
	color: #666666;
	background-color: inherit;

}



.subcategory-navigation .treeview ul li a
{
  display:block;
  position:relative;
  width:157px;
  left:-15px;
  padding-left:15px;
  padding-top:1px;
  padding-bottom:1px;
	
}
.subcategory-navigation .treeview ul li a:hover
{
	text-decoration: none;
	background-color:#efefef;
	display:block;
	
}

.subcategory-navigation .treeview ul li a .li_unselected
{
	color: #666666;
	font-weight: bold;
	font-size:13px;
	text-decoration: none;
	
}
.subcategory-navigation .treeview ul li.li_selected
{
	font-weight: bold;
	text-decoration: none;
	  display:block;
  position:relative;
  width:157px;
  left:-15px;
  padding-left:15px;
  margin-top:1px;
background-color:#efefef!important;
	

}
.subcategory-navigation .treeview ul li.li_selected a
{
 color:#006699!important;
	

}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
	margin-bottom: 8px;
	padding-bottom: 5px;
	padding-left: 0;
border:1px solid #dfdfdf;
}

.manufacturer-navigation li
{
	list-style: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:0px;
}

.manufacturer-navigation a.inactive
{
	color: #006699;
	font-weight: bold;
	font-size:13px;
	text-decoration: none;
}


.manufacturer-navigation a:hover
{
	color: #999999;
	text-decoration: none;
}


.manufacturer-navigation a.active
{
	color: #999999;
	font-weight: bold;
	font-size:13px;
	text-decoration: none;
	background-color:#efefef!important;
}

.manufacturer-navigation .title
{
	font-size: 14px;
	font-weight: bold;
	text-transform:none;
	padding: 4px 15px 4px 14px;
	color: #fff;
	background-color:#006699;
	/*background: #333 url(images/bg_sidebar_title.gif) no-repeat;*/
}

.manufacturer-navigation .listbox
{
	/*font-size: 12px;*/
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	margin: 0px;
	font-weight: bold;
	font-size:13px;
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #006699;
	background-color: inherit;
}
.manufacturer-navigation .listbox ul li
{
	padding-bottom:1px;
	padding-top:1px;
}
.manufacturer-navigation .listbox ul li a
{
	color: #006699;
	padding-left:15px;
	display:block;
}
.manufacturer-navigation .listbox ul li a:hover
{
	color: #006699;
	padding-left:15px;
	background-color:#efefef;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
}

.RecentlyViewedProductsBox a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #ff9933;
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.RecentlyViewedProductsBox li.separator
{
	height: 1px;
	line-height: 1px;
	background: #ff9933;
	width: 140px;
	font-size: 1px;
	margin: 5px 0 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.infoblock-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.infoblock-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	padding: 10px 20px 5px 20px;
	color: #99ccff;
	background-image: url(images/footerImageBottom.png);
	background-repeat:repeat-x;
	background-color:#000;
	font-size:10px;
}

.footer a
{
	text-decoration: none;
	color: #99ccff;
}

.footer a:hover
{
	color: #bcbcbc;
}
.footerBottomPage { clear:both; padding-top:20px; padding-bottom:15px; margin-left:5px; font-size:12px; color:#CCCCCC; border-top:1px solid #9a9a9a;}
.visa { width:176px; height:29px; background-image: url(images/payment.gif); margin-top:10px;}
.Secure { width:129px; height:70px; background-image: url(images/security.png); margin-top:10px;}

.face { height:22px; padding-top:10px; padding-left:2px; float:left; }
.face a{ width:23px; height:22px; background-image: url(images/face.png); display:block; margin-right:10px;}

.twitter { height:22px; padding-top:10px; padding-left:2px; float:left;}
.twitter a{ width:22px; height:22px; background-image: url(images/twitter.png); display:block; margin-right:10px;}

.yelp {  height:22px; padding-top:10px; padding-left:2px; float:left;}
.yelp a { width:22px; height:22px; background-image: url(images/yelp.png); display:block; margin-right:10px;}
.rssFeed {height:22px; padding-top:10px; padding-left:2px; float:left;}
.rssFeed a { width:22px; height:22px; background-image: url(images/rssFeed.png); display:block; margin-right:10px;}

.wordPress {height:26px; padding-top:10px; padding-left:2px; float:left;}
.wordPress a { width:26px; height:26px; background-image: url(images/wordPress.png); display:block; margin-right:10px;}



.footer-disclaimer
{
	float: right;
	font-size: 10px;
	color:#cccccc;
}

.footer-poweredby
{
	float: left;
	padding: 0 0 0 3px;
	font-size: 12px;
	padding-bottom:3px;
}

.footer-poweredby ul
{
	list-style:none;
	padding:0px; margin:0px;
}
.footer-poweredby ul li
{
	list-style:none;
	display:inline;
	padding:0px; margin:0px;
}


/*-------------------------------------------------------------*/

.master-footer-main
{
	padding-right: 0px;
	padding-top:0px;
}

.mainBanner
{
	padding-left:0px;
	float:left;
}

.homeBanner
{
	background: url('images/homeBanner2.jpg');
	display: block;
	height:338px;
	width:913px;
	margin-left:3px;

}

.homeProducts
{
	background: url('images/products.jpg');
	display: block;
	height:182px;
	width:903px;
}

.textBox1 {
	float: left;
	width: 210px;
	display: inline;
	padding-right: 15px;
	padding-left: 10px;
}
.textBox2 {
	float: left;
	width: 210px;
	display: inline;
	padding-right: 15px;
	padding-left: 3px;
}
.textBox3 {
	float: left;
	width: 210px;
	display: inline;
	padding-right:15px;
	padding-left: 2px;
}
.textBox4 {
	float: left;
	width: 210px;
	display: inline;
}

h1{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2{
	font-size: 12px;
	font-weight: bold;
	color: #939393;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3{
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.cBoth {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.leftNavigationBottomBg
{
	/*background: url(images/leftNavigationBottomBg.png) left bottom;
	height:86px;*/
}

.Grayline{ border-top:1px solid #cccccc; height:0px; font-size:0px; line-height:0px; margin-top:30px;}

.leftpanelline{ height:0px; font-size:0px; line-height:0px; margin-bottom:5px; margin-left:29px;}

.topsubnav
{
	padding: 5px 10px;
	position:absolute;
		border:2px solid #029cd7;
		width:305px;
		left:2px;
		top:28px;
		background-color:#006699;
		color:#fff;
}

.topsubnav li
{	
	font-size:14px;
  background-image:none!important;
  width:140px;
  padding-left:5px;
  float:left;
}
.topsubnav li ul li
{
  background-image:none!important;
  height:16px!important;
  padding:0px!important;
  padding-top:2px!important;
  padding-left:5px!important;
  margin:0px!important;
}
.topsubnav li ul li a
{
  font-size:12px!important;
  padding-left:0px!important;
  padding-top:0px!important;
  padding-bottom:0px!important;
}

.HomereadMore {
position:absolute;
	float: right;
width:141px;
height:23px;
	top:217px;
	right:225px;
z-index:99;
}
.HomereadMore a {
	/*color: #98cbff;*/ font-family:
	color:#66ccff;
	background-image: url(images/shopNow.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
width:141px;
height:23px;
}
.HomereadMore a:hover {
	color: #cccccc;
	background-image: url(images/shopNow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
}


.homeTopLeftBanner a
{
position:absolute;
width:210px;
height:157px;
left:0px;
}

.homeBottomLeftBanner a
{
position:absolute;
width:209px;
height:157px;
left:5px;
top: 182px;
}

.homeLeftBanner a
{
position:absolute;
width:505px;
height:258px;
left:5px;
}

.homeTopBanner a{
position:absolute;
width:378px;
height:89px;
right:5px;
z-index:999;
}


.homeRightBanner a
{
position:absolute;
width:678px;
height:338px;
left:234px;
z-index:9;
}

.off {position:absolute;
width:288px;
height:98px;
right:355px;
top:0px;
z-index:99;
background-image: url(images/topbanner.jpg);
	background-repeat: no-repeat;
}

.header-contact a {
color: #E1E3E3;
text-decoration: none;
}
