/*//////////////////////////////////////////////////////////
	Global Stuff
//////////////////////////////////////////////////////////*/

	.clearfix:after {
	   content:".";
	   display:block;
	   height:0;
	   clear:both;
	   visibility:hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */
	
	.hC {
		text-indent: -5999em;
		font: 1px/1px sans-serif;
		background-repeat:no-repeat;
		text-decoration:none;
		color:#fff;
	}
	
	* {
		padding: 0;
		margin: 0;
	}	
	
	br.clear {
		height:0em;
		font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
		text-decoration:none;
		margin: 0; padding: 0;
		clear: both;
	}
					
	/* text-indent:-9999px; line-height: 0.001em; font-size: 0.001em; */
	
	
/*/////////////////////////////////////////////////////////////////////
	Fontage
/////////////////////////////////////////////////////////////////////*/

	body {
		font-size: 62.5%;
		text-align: center;
		background: #101010;
		margin: 0; padding: 0;
	}

	body, a, ul, li, p, h1, h2, h3, h4, input, select, textarea {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}

	button {
		cursor:pointer;
		border:0; 
	}
	
	div.line {
		height: 20px;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		border-bottom: 1px solid #e2e2e2;
		clear: both;
	}
		
	div#genericPage {
		color: #000;
		font-size: 1.1em;
	}
	
	.addPadd {
		margin-left: 20px !important;
	}
	
/*	#col_2 div#genericPage h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		font-size: 1.5em;
		margin: 15px 0 21px 0;
	}
	#col_2 div#genericPage h2,
	#col_2 div#genericPage h2 a 
	{
		color: #454545;
	}
	#col_2 div#genericPage h3 {
		text-transform: uppercase;
		font-size: 1.2em;
		margin: 0 0 20px 0;
	}
	#col_2 div#genericPage h3,
	#col_2 div#genericPage h3 a {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #454545;
	}*/
	
	#col_2 div#genericPage h2,
	#col_2 div#genericPage h2 a {
		color: #000;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
	}
	#col_2 div#genericPage h2 {
		font-size: 2em;
		margin: 15px 18px 21px 20px;
	}
	
	#col_2 div#genericPage h3 {
		font-size: 1.6em;
		margin: 15px 18px 21px 20px;
	}
	#col_2 div#genericPage h3,
	#col_2 div#genericPage h3 a 
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		text-transform:uppercase;
		color: #000;
	}
	#col_2 div#genericPage h3 a {
		text-decoration: underline;
	}
	#col_2 div#genericPage h3 a:hover {
		text-decoration: none;
	}
	#col_2 div#genericPage h4 {
		font-size: 1.1em;
		margin: 0 18px 15px 20px;
	}
	#col_2 div#genericPage h4,
	#col_2 div#genericPage h4 a {
		color: #454545;
	}
	#col_2 div#genericPage h5 {
		font-size: 1em;
		font-weight: normal;
		margin: 0 0 10px 20px;
	}
	#col_2 div#genericPage h5,
	#col_2 div#genericPage h5 a {
		color: #000;
	}
	#col_2 div#genericPage p {
		line-height: 1.4em;
		margin: 0 18px 15px 20px;
	}	
	#col_2 div#genericPage ul {
		margin: 0 18px 15px 20px;
	}	
	#col_2 div#genericPage ol {
		padding: 0 18px 15px 20px;
	}	
	#col_2 div#genericPage ol li {
		margin: 0 0 0 20px;
	}
	#col_2 div#genericPage ul li {
		line-height: 1.4em;
		list-style: none;
	}	
	#col_2 div#genericPage address {
		font-style: normal;
		line-height: 1.4em;
		margin: 0 18px 15px 20px;
	}	
	#col_2 div#genericPage table {
		margin: 0 0 15px 20px;
	}	
	#col_2 div#genericPage a {
		color: #000;
		text-decoration: underline;
	}	
	#col_2 div#genericPage a:hover {
		color: #be1326;
	}	
	
/*/////////////////////////////////////////////////////////////////////
	
	Styles that could be tucked away...
	
/////////////////////////////////////////////////////////////////////*/
		
	button#btnChangePword {
		width: 141px; height: 34px;
		background: url(/images/grindstore/buttons/change-password.gif) no-repeat;
		font: 1px/1px sans-serif; text-indent:-9999px;
		display: block;
		float: left;
		margin: 15px 0 0 0;
	}	
	button#btnChangePword:hover {
		background-position: 0 -33px;
	}

	button#btnSubmit {
		width: 79px; height: 34px;
		background: url(/images/grindstore/buttons/submit.gif) no-repeat;
		font: 1px/1px sans-serif; text-indent:-9999px;
		display: block;
		float: left;
		margin: 15px 0 0 0;
	}	
	button#btnSubmit:hover {
		background-position: 0 -33px;
	}

/*/////////////////////////////////////////////////////////////////////
	Overlay Layer and iframe hack
/////////////////////////////////////////////////////////////////////*/

	div#overlayLayer {
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
		background-color: #000;
		width: 100%;
	}
	
	.select-free
	{
		position:absolute;
		z-index:1;/*any value*/
		overflow:hidden;/*must have*/
		width:33em;/*must have for any value*/;
	}
	
	.select-free form {
		width: 470px; height: 288px;
		background: url(/images/grindstore/layout/login/bg.png) no-repeat;
	}
	
	.select-free iframe
	{
		display:none;/*sorry for IE5*/
		display/**/:block;/*sorry for IE5*/
		position:absolute;/*must have*/
		top:0;/*must have*/
		left:0;/*must have*/
		z-index:-1;/*must have*/
		filter:mask();/*must have*/
		width:3000px;/*must have for any big value*/
		height:3000px;/*must have for any big value*/
		border: 0;
	}
	
	
/*/////////////////////////////////////////////////////////////////////
	Login Overlay
/////////////////////////////////////////////////////////////////////*/

	
	div#loginBox {
		position: absolute;
		display: none;
		color: #fff;
		text-align: left;
	}
	
	div#loginBox .formPadd {
		padding: 0 0 0 40px;
		border: 0;
		clear: both;
	}
	
	div#loginBox a#btnCloseOverlay {
		width: 45px; height: 40px;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		display: block;
		float: right;
		margin: 0;
	}
	
	div#loginBox div.overlayHeading {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.8em;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 0 21px 0;
	}
	div#loginBox div.overlayHeading span {
		color: #be1326;
	}
	
	div#loginBox p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
		font-weight: bold;
	}	
	
	div#loginBox label {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		margin: 0 0 8px 0;
	}
	div#loginBox input {
		width: 192px;
		background: #fff url(/images/grindstore/layout/login/inputbg.gif) no-repeat;
		color: #3c3c4c;
		font-size: 1.2em;
		float: left;
		margin: 0 10px 11px 0; padding: 5px 0 5px 6px;
		border: 0;
		border-bottom: 1px solid #b0b0b7;
	}
		
	div#loginBox input.checkbox {
		width: 15px; height: 15px;
		background-image: none;
		margin: 0 5px 0 0; padding: 0;
		border: 0;
	}
	
	div.fieldMessage {
		line-height: 24px;
		background: url(/images/grindstore/layout/login/fielderror.gif) 1px 1px no-repeat;
		font-weight: bold;
		color: #ed132b;
		float: left;
		padding: 0 0 0 27px;
		visibility: hidden;
	}
	
	
	
	#formButtons {
		margin: 14px 0 0 35px;
	}
	
	#formButtons #lblRemember {
		font-size: 1em; line-height: 15px;
		float: left;
		margin: 12px 0 0 0;
	}
	#btnLogin {
		width: 92px; height: 41px;
		background-image: url(/images/grindstore/buttons/login.gif);
		font: 1px/1px sans-serif; text-indent:-9999px;
		float: left;
		margin: 0 5px 0 0;
	}
	#formButtons a {
		color: #fff;
		text-align: right;
		font-size: 1.1em;
		font-weight: bold;
		padding: 13px 46px 0 0;
		display: block; float: right;
	}
	#formButtons a:hover {
		text-decoration: underline;
	}
	

/*/////////////////////////////////////////////////////////////////////
	Mailing List Overlay
/////////////////////////////////////////////////////////////////////*/

	div#mailinglistBox {
		position: absolute;
		display: none;
		color: #fff;
		text-align: left;
	}

/*/////////////////////////////////////////////////////////////////////
	Head
/////////////////////////////////////////////////////////////////////*/
	
	#head {
		height: 100px;
		background: #101010 url(/images/grindstore/layout/shell/head.png) no-repeat;
		margin: 0 0 17px 0; padding: 0 0 35px 0;
	}
	#head a {
		color: #00005c;
		font-size: 1.1em;
		font-weight: bold;
	}
	
	#head_1 {
		width: 420px;
		float: left;
		margin: 0 10px 0 0;
	}
	#head_1 h1 {
		 height: 108px;
	}
	#head_1 h1 a {
		width: 420px; height: 100px;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		display: block;
	}
	#head_1 ul {
		list-style-type: none;
		margin: 2px 0 0 10px;
		width:570px;
		_width:400px;
	}
	#head_1 ul li,
	#head_1 ul li div 
	{
		display: inline;
	}
	#head_1 ul li {
		font-size: 1.1em;
		padding:  0 14px 0 0;
	}
	#head_1 ul li,
	#head_1 ul li a 
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		font-weight: bold;
		color: #880002;
	}
	#head_1 ul li a:hover {
		text-decoration: line-through;
	}
			
	/*
		Column 2
	*/
	
	#head_2 {
		width: 458px;
		float: right;
		margin: 19px 0 0 0;
	
	}
	#head_2 label {
		width: 52px;
		line-height: 22px;
		color: #fff;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
		font-weight: bold;
		text-transform: uppercase;
		float: left; padding: 10px 10px 0 43px;
	}
	#head_2 #topsearch {
		width: 245px; height: 16px;
		font-size: 1.2em;
		background: url(/images/grindstore/layout/shell/search-bg.gif) no-repeat;
		border: 2px solid #922027;
		outline: 0;
		float: left;
		margin: 8px 8px 0 0; padding: 2px;

	}
	#head_2 button {
		width: 35px; height: 35px;
		background: url(/images/grindstore/buttons/search-go.gif) left top no-repeat; 
		font: 1px/1px sans-serif; text-indent:-9999px;
		margin: 0 0 0 -5px; border: 0;
		float: left;
	}
	#head_2 button:hover {
		background-position: left bottom;
	}
	
	#head_r{ 
	float:right;
	width:500px;
	padding: 5px 0 0 0;
	text-align:right;
	}
	#head_r p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	}
	#head_r i{
	font-style:normal;
	color:#ccc;
	}
	#head_r b{
	color:#ccc;
	}

	p#headcall{
	padding:5px 0 12px 0;
	color:#aaa;
	font-family: Arial,sans-serif;
	font-size: 16px; 
	font-weight:bold;
	}
	p#headcall b{
	color:#be1326;
	}
	p#headcall i{
	color:#fff;
	}
	/*
		Column 3
	*/
	
	#headCols #head_3 {
		width: 185px;
		list-style-type: none;
		
		float: left;
	}
	#headCols #head_3 li {
		line-height: 28px;
		background: url(/images/oneposter/layout/shell/horizbar.gif) right top repeat-y;
		padding: 0 10px;
		float: left; display: inline;
	}
	
	#headCols #head_3 li#head3_1 {
		padding-left: 0;
		display: inline;
		margin-left: 23px;
	}
	#headCols #head_3 li#head3_3 {
		background: none;
		padding-right: 0;
	}
	
/*/////////////////////////////////////////////////////////////////////
	Content
/////////////////////////////////////////////////////////////////////*/
		
	#container {
		width: 980px;
		text-align: left;
		margin: 0 auto;
	}
	#contentWrap {
		background-image: url(/images/grindstore/layout/shell/grow-body.gif);
	}
		
	/*
	//
		Columns
	//	
	*/
	
	#columnFoot {
		height: 185px; width: 980px;
		background: #010101 url(/images/grindstore/layout/shell/grow-foot.gif) 0 0;
		margin: 0 auto;
	}
	
	
	/*
		Left nav column
	*/
	
	#col_1 {
		position: relative;
		background: url(/images/grindstore/layout/shell/sidebar-bg.gif) left top repeat-x;
		width: 185px;
		float: left;
		padding: 0;
	}
	
	#col_1 #navTitle { display: none; }
	
	/* main list */
	
	#col_1 ul {
		width: 185px;
		background-color: #2e2e2e;
		list-style-type: none;
	}
	#col_1 ul ul li a {
		background-repeat: no-repeat;
		background-image: url(/images/grindstore/nav/nav.gif);
		background-position:0 0;
	}

	#col_1 ul li span {
		background-repeat: no-repeat;
		background-image: url(/images/grindstore/nav/nav.gif);
		background-position:0 -195px;
	}
	#col_1 ul ul li.bg1 a {
		background-position: 0 0 !important;
	}
	#col_1  ul ul li.bg2 a {
		background-position: 0 -32px !important;
	}
	#col_1  ul ul li.bg3 a {
		background-position: 0 -64px !important;
	}
	#col_1  ul ul li.bg1-on a, #col_1  ul ul li.bg1 a:hover {
		background-position: 0 -96px !important;
	}
	#col_1  ul ul li.bg2-on a, #col_1  ul ul li.bg2 a:hover {
		background-position: 0 -128px !important;
	}
	#col_1  ul ul li.bg3-on a, #col_1  ul ul li.bg3 a:hover {
		background-position: 0 -160px !important;
	}
	
	#col_1  ul ul li.on a 
	{
		/*background-image: url(/images/grindstore/nav/nav-2.gif);*/
		background-position: 0 -96px;
	}
	#col_1 ul li span, #col_1 ul li a {
		height: 30px; line-height: 30px;
		color:#880002;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: bold;
		display: block;
		outline: 0;
		padding: 0 0 0 10px;
	}

	#col_1 ul li ul li a{
		color: #fff;
	}
	
	/* secondary list */
	
	#col_1 ul ul li ul {
		width: auto;
		padding: 7px 5px 17px 0;
	}
	#col_1 ul ul li ul li, #col_1 ul li ul li.on {
		margin: 0 0 4px 0;
	}
	#col_1 ul ul li ul li.on a {
		color: #be1326;
	}
	#col_1 ul ul ul li a {
		height: auto; line-height: 1.3em;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #fff;
		font-size: 1.1em;
		background-image: none;
		text-transform: none;
	}
	#col_1 ul ul li ul li a:hover {
		text-decoration: underline;
	}
	
	#col_1 ul ul li ul li ul li a {
		font-size: 1.1em;
	}

	
	/* other lists */
	
	#col_1 ul ul ul li ul {
		margin-left: 6px;
		padding-bottom: 5px;
	}
	
	#col_1 ul li ul li ul li a,
	#col_1 ul li.on ul li.on ul li a, 
	#col_1 ul li.on ul li.on ul li.on ul li a 
	{
		font-weight: normal;
		text-transform: none;
		color: #fff;
	}
	#col_1 ul li.on ul li.on ul li.on a {
		color: #be1326;
	}
	
	div.navBottom {
		height: 71px;
		background: url(/images/grindstore/layout/shell/left-menu-grub.gif) left bottom no-repeat;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		margin: 0 0 10px 0;
	}	
	
	div#col_1 ul#mainNav ul ul {
		display:none;
	}
	
	
	/*
		Content column
	*/
	
	
	#col_2 {
		float: left;
		width:610px;
		background: #fff url("/images/grindstore/layout/listing/top-bg.gif") top center no-repeat;
	}
	
	
	/*
		Right column
	*/
	
	div#col_3 div#rightMenuCart #cartAdded{
		position:absolute;
		width:252px;
		height:178px;
		left:-255px;
		top:-120px;
		background: url(/images/grindstore/misc/cart-add.gif) left top no-repeat;
	}

	
	div#col_3 div#rightMenuCart #cartAdded p{
		margin:58px 10px;
		text-align:center;
		color:white;
		font-size:1em;
	}

	#col_3 {
		width: 185px;
		background: url(/images/grindstore/layout/shell/sidebar-bg.gif) left top repeat-x;
		color: #fff;
		float: right;
		padding: 0;
		position: relative;
	}
	#col_3 h3 {
		font-size: 1.2em;
		text-transform: uppercase;
	}
	#col_3 h3 a {
		height: 30px; line-height: 30px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #fff;
		padding: 0 0 0 9px;
		display:block;
	}
	
	
	#col_3 #rightMenuCart {
		background-color:#2E2E2E;
	}
			
	#col_3 #rightMenuCart h3 {
		background-image: url(/images/grindstore/nav/left-nav-bgs.gif);
		background-position: 0 0px;
		height: 30px; line-height: 30px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #fff;
		padding: 0 0 0 9px;
		display:block;
	}

	#col_3 #rightMenuCart #editCart, #col_3 #rightMenuCart #editCart a{
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size: 1.1em;
		text-align:center;
		color:#fff;
		padding-bottom:3px;
	}

	#col_3 #rightMenu h3 {
		background-image: url(/images/grindstore/nav/left-nav-bgs.gif);
		background-position: 0 -32px;
	}
	#col_3 #rightMenu h3.on , #col_3 #rightMenuCart h3.on {
		background-position: 0 0;
	}
	#col_3 h3.bg1 {
		background-position: 0 -32px;
	}
	#col_3 h3.bg1 {
		background-position: 0 -64px;
	}
	#col_3 h3.bg1 {
		background-position: 0 -96px;
	}
	#col_3 #rightMenu ul , #col_3 #rightMenuCart ul {
		list-style-type: none;
		margin: 14px 0 0 9px;
	}
	#col_3 #rightMenu ul ul , #col_3 #rightMenuCart ul ul {
		height: 90px;
		overflow: auto;
		background: #686868;
	}
	#col_3 #rightMenu ul li , #col_3 #rightMenuCart ul li {
		margin-bottom: 7px;
	}
	#col_3 #rightMenu ul li a , #col_3 #rightMenuCart ul li a {
		font-size: 1.2em;
		color: #fff;
	}
	#col_3 #rightMenu ul li a:hover , #col_3 #rightMenuCart ul li a:hover {
		text-decoration: underline;
	}
	#col_3 #rightMenuSearch{
		position:relative;
		width:100%;
		z-index:22;
	}

	#col_3 #rightMenuSearch h3 a {
		background-image: url(/images/grindstore/nav/left-nav-bgs.gif);
		background-position: 0 -32px;
	}
	#col_3 #rightMenuSearch h3 a:hover {
		background-position: 0 0;
	}

	.noJSCartHeader h3 a {
		background-image: url(/images/grindstore/nav/left-nav-bgs.gif);
		background-position: 0 -32px;
	}
	.noJSCartHeaderd h3 a:hover {
		background-position: 0 0;
	}
	
	/* This is required for the animation to work */
	div#col_3 div#rightMenu div {
		background-color: #2e2e2e;
	}
	#rightMenu0, #rightMenu1, #rightMenu2, #rightMenu3, #rightMenu4, #rightMenu5 {
		width: 185px;
		/*overflow:hidden;*/
		position:absolute;
	}
	div#col_3 div#rightMenu {
		position: relative;
		/* overflow: hidden; */
	}
	
	
	/* Right menu blog */
	div#col_3 div#rightMenu li.blogItem div.blogTitle {
		font-size: 1em;
		font-weight: bold;
	}
	div#col_3 div#rightMenu li.blogItem div.date {
		font-size: 0.9em;
		color: #be1326;
		padding-top: 2px;
	}
	div#col_3 div#rightMenu li.blogItem div.date a:link {
		color: #be1326;
	}
	div#col_3 div#rightMenu li.blogItem div.intro {
		font-size: 0.9em;
		padding-top: 2px;
	}
	div#col_3 div#rightMenu li.blogItem div.comments {
		font-size: 0.8em;
		padding-top: 6px;
		padding-bottom: 5px;
	}
	
	div#col_3 div#rightMenu li.blogItem div a:hover  {
		text-decoration: none;
	}
	div#col_3 div#rightMenu li.blogItem div.blogTitle a:hover {
		text-decoration: underline;
	}

	
	/*
		cart
	*/
	
	#col_3 #sideCart .left {
		float: left;
	}
	#col_3 #sideCart .right {
		float: right;
	}
	
	/* cart listing elements */
	
	#col_3 #sideCart ul {
		list-style-type: none;
		margin: 0;
	}
	#col_3 #sideCart ul li {
		margin: 0;
	}
	
	#col_3 #sideCart ul li p a{
		font-size: 1em;
	}
	
	#col_3 #sideCart .cartRow,
	#col_3 #sideCart ul li 
	{
		font-size: 1.1em;
		border-bottom: 1px solid #e2e2e2;
		padding: 2px 8px 2px 9px;
	}
	#col_3 #sideCart ul li button.btnCartRemove {
		width: 17px; height: 17px;
		background: url(/images/grindstore/buttons/delete-item.gif) no-repeat;
		font: 1px/1px sans-serif; text-indent:-9999px;
		float: left;
		display: block;
		margin: 0 0 0 -3px;
		outline: 0;
	}
	#col_3 #sideCart ul li button.btnCartRemove:hover {
		background-position: 0 -18px;
	}
	#col_3 #sideCart ul li p.clearfix {
		margin-top: 2px;
	}
	
	/* cart totals */
	
	#col_3 #sideCart div#cartAmount {
		font-weight: bold;
		padding-top: 7px;
		padding-bottom: 12px;
		position:relative;
	}
	#col_3 #sideCart div#cartTotals {
		font-size: 1.1em;
		font-weight: bold;
		padding: 13px 9px 10px 8px;
		margin: 0 0 10px 0;
	}
	#col_3 #sideCart div#cartTotals p {
		margin: 0 0 5px 0;
	}
	#col_3 #sideCart a#btnViewCart {
		height: 34px;
		margin:0 6px;
		background: url(/images/grindstore/buttons/go-to-checkout.gif) no-repeat;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		display: block;
	}
	#col_3 #sideCart a#btnViewCart:hover {
		background-position: 0 -34px;
	}
	
	/* 
		related items 
	*/
	
	div.relatedItem {
		padding: 9px 0 0 8px;
	}
	
	div.relatedItem div {
		float: left;
		width:113px;
	}
	
	div.relatedItem a.imgBought {
		float: left;
		width: 54px;		
		display: block;
		padding: 1px;
		border: 1px solid #b61526;
		margin: 0 6px 0 0;	
		text-align: center;
	}	
	


	div.relatedItem a.imgBought:hover {
		border-color: #e2142b !important;
	}
	div.relatedItem p {
		font-size: 1.1em;
	}
	div.relatedItem p.desc {
		margin: 4px 0 1px 0;
	}
	div.relatedItem p.desc a {
		color: #ffffff;
	}
	div.relatedItem p.desc a:hover {
		text-decoration: underline;
	}
	div.relatedItem p.price span {
		font-weight: bold;
		color: #e2142b;
	}
	div.relatedItem p.price {
		color: #969595;
	}
	
	/* 
		cart pages cards 
	*/
	
	#cardsAccept {
		margin: 14px 0 0 13px;
	}
	
	#col_3 a#btnViewBlogArchive {
		width: 173px; height: 34px;
		background: url(/images/grindstore/buttons/blog-archive.gif) no-repeat;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		display: block;
		position: absolute;
		bottom: 10px; left: 6px; 
	}
	#col_3 a#btnViewBlogArchive:hover {
		background-position: 0 -34px;
	}
	
	#rightAds {
		position:relative;
		z-index:23;
		background: url(/images/grindstore/layout/shell/left-menu-grub.gif) left top no-repeat;
		list-style-type: none;
		padding: 0;
	}
	#rightAds img {
		display: block;
	}
	#rightAds #ra_1 {
		margin-bottom: 10px;
	}
	#rightAds #ra_2 {
		margin-bottom: 9px;
	}
	#rightAds #ra_4 {
		margin-bottom: 10px;
	}
	
	
	/* 
		jump menu
	*/
	
	ul.jumpMenu,
	ul.jumpMenu ul,
	ul.jumpMenu li
	{
		width: 163px;
	}
	ul.jumpMenu {
		background-color: #2E2E2E;
		margin: 16px 0 0 11px !Important;
		position: relative;
	}
	ul.jumpMenu a {
		font-size: 1.1em !important;
		color: #fff;
	}
	ul.jumpMenu a.pagDropSelected {
		background: url(/images/buttons/arrow-down.gif) 80px 7px no-repeat;
	}
	ul.jumpMenu ul {
		position: absolute; 
		top: 0; left: -999em;
		z-index: 10;
		height: auto;
		background-color: #000;
		margin: 22px auto auto auto !important;
		border-top: 1px solid #202020;
		border-bottom: 2px solid #202020;
	}
	
	ul.jumpMenu li {
		position: relative; height: auto;
		margin-bottom: 0 !important;
	}
	ul.jumpMenu li,
	ul.jumpMenu li li a
	{
		background-color: #686868;
	}
	ul.jumpMenu li li {
		width: auto;
		float: none;
	}
	ul.jumpMenu li a {
		height: 20px; line-height: 20px;
		padding: 1px 6px;
		display: block;
	}
	ul.jumpMenu li a.jumpTitle {
		/*background-color: #686868;*/
		background-image: url(/images/grindstore/layout/shell/jump-menu-arrow.gif);
		background-position: right top;
		background-repeat: no-repeat;
		cursor: default;
	}
	ul.jumpMenu li a.jumpTitle:hover {
		/*background-color: #BE1326;*/
	}
	ul.jumpMenu li a:hover {
		text-decoration: none !important;
	}
	ul.jumpMenu li li a:hover {
		background-color: #8d8d8d;
	}
	/*  change background colour of li's in submenu */
	ul.jumpMenu li:hover, 
	ul.jumpMenu li.sfhover 
	{
		background-color: #BE1326;
	}	
	ul.jumpMenu li li:hover, 
	ul.jumpMenu li li.sfhover 
	{
		background-color: #8d8d8d;
	}	
	/* hide unwanted lists */
	ul.jumpMenu li:hover ul
	ul.jumpMenu li.sfhover ul
	{
		left: -999em;
	}	
	/* lists nested under hovered list items */
	ul.jumpMenu li:hover ul, 
	ul.jumpMenu li.sfhover ul
	{
		left: auto;
	}	
	
	#jumpBand {
		z-index: 8;
	}	
	#jumpBrand {
		z-index: 7;
	}	
	#jumpMen {
		z-index: 6;
	}	
	#jumpWomen {
		z-index: 5;
	}	
	
	
/*/////////////////////////////////////////////////////////////////////
	Footer
/////////////////////////////////////////////////////////////////////*/
	
	div#footer {
		width: 980px;
		margin: 0 auto;
	}	
	
	/*
		links
	*/
	
	div#footer ul {
		list-style-type: none;
		clear:both;
		text-align:center;
	}
	div#footer ul li {
	display:inline;
	}
	div#footer ul li a {
		color: #fff;
		font-weight: bold;
		padding: 8px 12px 8px 12px;
		font-size:14px;
	}
	div#footer ul li a:hover {
		color: #be1326;
	}

	
	
/*/////////////////////////////////////////////////////////////////////
	Advanced Search
/////////////////////////////////////////////////////////////////////*/

	#col_2 #advancedSearch {
		min-height: 550px;
		height: auto !important;
		height: 550px;
		background: url(/images/grindstore/layout/search/bg.jpg) no-repeat;
		padding: 15px 0 0 0;
	}
	#col_2 #advancedSearch h2 { 
		color: #fff;
		margin-top: 0;
		padding: 0 0 52px 17px;
	}
	#col_2 #advancedSearch h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color: #000;
		text-transform: none;
		margin: 0 0 30px 0;
	}

	#col_2 #lblAdvSearch {
		width: auto;
		float: none;
		display: block;
		margin: 0 0 84px 43px;
	}
	#col_2 #lblAdvSearch input {
		width: 300px;
		font-size: 1.2em;
		font-weight: bold;
		background: transparent !important;
		outline: 0;
		margin: 0;
		border: 0;
	}
	

	div.jsBoxes {
		padding: 0 0 0 35px;
	}

	label.jsBox input { display: none; }
	label.jsBox {
		width: 131px !Important; height: 44px;
		display: block;
		float: left;
		margin: 0 0 10px 0 !important;
		cursor: pointer;
	}
	label.jsBox span {
		float: left;
		margin: 0 !important;		
	}
	label.jsBox span.icon {
		width: 20px; height: 23px !important;
		background: url(/images/grindstore/layout/search/bg-radio.jpg) no-repeat;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
	}
	label.jsBox span.on {
		background-position: left bottom;
	}
	label.jsBox span.txt {
		font-size: 1.1em;
		color: #101010 !important;
		padding: 5px 0 0 0;
	}
	
	#col_2 #advancedSearch button {
		width: 83px; height: 30px;
		background: url(/images/grindstore/buttons/adv-search.jpg) no-repeat;
		font: 1px/1px sans-serif; text-indent:-9999px;
		display: block;
	}	
	#col_2 #advancedSearch button:hover {
		background-position: left bottom;
	}	
	
	
	#frmCompetition{
		padding: 0 0 0 20px;
	}
	#frmCompetition label {
		height: 20px;
		line-height: 20px;
		display: block;
		clear:  both;
		margin: 0 0 5px 0;
		position:  relative;
		padding: 0 0 0 20px;	
	}
	#frmCompetition label input {
		width: 15px; height: 15px;
		position:  absolute;
		top: 3px;
		left: 0;
	}
	#compAnswers {
		padding: 0 0 10px 0;
	}
	#competitionEntered {
		font-size:  1.45em;
		font-weight: bold;
	}
	#btnEnterComp {
		width: 67px; height: 34px;
		background: url(/images/grindstore/buttons/enter.gif) no-repeat;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		display: block;
	}
	#btnEnterComp:hover {
		background-position: left bottom;
	}
	
		
	/*
		iweb
	*/
	
	
	a#btnBackResults{
		font-size: 1.2em;
		font-weight: bold;
		text-decoration: underline;
		color: #fff;
		float: right;
		padding: 17px 0 0 0;
	}
	a#btnBackResults:hover{
		text-decoration: none;
	}
	
	/*
		faq
	*/
	
	ul.faq {
		padding: 0 20px;
	}
	ul.faq li  {
		list-style: none;
	}
	ul.faq li li {
		margin: 0 0 2px 0;
	}
	ul.faq li a {
		list-style: none;
		color: #880002 !important;
		font-size: 1.4em;
		text-decoration: none !important;
	}
	ul.faq li a:hover {
		text-decoration: underline !important;
	}	
	ul.faq li li a {
		font-size: 1.1em;
		color: #000 !important;
	}
	ul.faq li ul {
		padding: 5px 20px 15px 20px;
	}
	
	.tblFAQ {
		width: 285px;
		border-collapse: collapse;
	}
	.tblGen td, .tblGen th {
		padding: 4px;
		border: 1px solid #ccc;
	}
	.thhdr {
		font-size: 1.2em;
		color: #880002;
	}

	/* START style for footer */

	p#footerHref, p#footerHref a {


			text-decoration:none;

	 

			/* Amend Font to suit website */
			font:11px "Arial", "Sans-serif";


			/* Amend Colour to suit website */
			color:#ffffff;


	}

/* END style for footer */


#genericPage ul.navbrowse {
	margin:0 10px 0 10px;
}
#genericPage ul.navbrowse li {	
	list-style:none;
	line-height:1.6em;
	padding:18px 0 18px 0;
	margin:0 10px 0 0;
	overflow:hidden;
	border-top:1px solid #cccccc;
	font-size: 1.8em;
}
#genericPage ul.navbrowse li ul {
	margin:0px 10px 0 0;
	padding:5px 0 5px 0;
	height:auto;
}
#genericPage ul.navbrowse li ul li {
	float:left;
	width:150px;
	list-style:none;
	border:none;
	height:auto;
	min-height:auto;
	margin:0;
	padding:0;
	font-size:1em;
	padding:1px 6px 3px 12px;
	background:transparent url(/images/oneposter/misc/bullet2.gif) no-repeat left top;
	line-height:1.2em;
	font-size: 0.6em;
}

.addr {
	width:500px;
}
.oldPrice{
	text-decoration: line-through;
}
.newPrice{
	color:red;
}



#seofooterlinks a{
	color:#fff;
	font-weight:bold;
}



#seofooterlinks a:hover{
	text-decoration:underline;
}

.btnContinue {
	width: 87px; height: 33px;
	background: url(/images/grindstore/buttons/continue.gif) no-repeat;
	float: right;
	display: block;
}
a.btnContinue {
	text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;	
}
button.btnContinue{
	font: 1px/1px sans-serif; text-indent:-9999px;
}
.btnContinue:hover {
	background-position: 0 -33px;
}

#btnPopViewCart {
	position:absolute;
	top:96px;
	left:6px;
	width: 87px; height: 33px;
	background: url(/images/grindstore/buttons/checkout-pop.gif) no-repeat;
	text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
	float: left;
	display: block;
}


#btnPopViewCart:hover {
	background-position: 0 -33px;
}

#btnPopShop {
	position:absolute;
	top:96px;
	left:98px;
	width: 149px; height: 33px;
	background: url(/images/grindstore/buttons/continue-shopping-pop.gif) no-repeat;
	text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
	float: left;
	display: block;
}
#btnPopShop:hover {
	background-position: 0 -33px;
}

.homequicklinks{ 
font-size:14px;
text-align:center;
font-weight:bold;
padding:10px 0;
}
.homequicklinks a:link, .homequicklinks a:visited{
color:#BF1427;
}
.homequicklinks a:hover, .homequicklinks a:focus{ 
text-decoration:underline;
}
div#col_2 h2.x{color:#222222;font-family:Georgia,"Times New Roman",Times,serif;font-size:30px !important;letter-spacing:-2px;margin:0;padding:10px 0 0;text-transform:uppercase}
div#col_2 h3.x{color:#BF1427;font-family:Georgia,"Times New Roman",Times,serif;font-size:22px;letter-spacing:-1px;margin:0;padding:0 0 5px 0;text-transform:uppercase}
