body {
	background:#fff;
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background:url("../images/bg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/bg.gif*/) repeat-x;
	text-align:center;
	}
/****************************************************************************/
#someNode
{
    position: fixed;
   #position: fixed;
   _position: fixed;
}

	
#showpage {  border:1px solid #ddd; background:#f5f5f5; text-align:right;line-height:30px; font-size:12px;clear:both;  padding:0 12px;  color:#000; font-weight:100; margin:10px 0;}
#showpage a{ font-family:arial; text-decoration:none; color:#000; font-size:12px; font-weight:bold; background:#fff; border:1px solid #666; padding:0 6px;}

#hw00{ float:left; width:180px;  overflow:hidden; height:210px;}
#hw1{ text-align:center;margin-top:10px;height:130px; background:url(images/cart/loader.gif) center no-repeat;  overflow:hidden;width:155px;}
#hw1 a img{ border:0; max-width:155px; max-height:130px; width:expression(this.width > 155 && this.height < this.width*130/155 ? 155: true);  height: expression(this.height > 130 ? 130: true);margin-top: expression(this.height < 130 ? (130-this.height)/2: 0); }
#hw2{ text-align:center; width:155px; line-height:1.3; margin:auto; height:70px; font-size:10px; font-family:verdana; }
#hw2 b{ color:#000; font-size:12px;}
#hw2 br{ line-height:7px;}
#hw2 a{  color:#000; font-size:11px;}
#hw2 span{ color:red;}
#hw2 u{ font-size:11px; color:#000; text-decoration:none; font-weight:100;}
#hw33{ max-width:330px; border:1px solid #ddd; background:#fff;}

#topa1{background:#BC0205; height:27px; line-height:27px;}
#topa1 a{ display:block; float:left;background:url(images/jt3.gif) 5px no-repeat; padding-left:15px; color:#fff; font-weight:bold; font-size:11px;}

#topa2{background:; height:55px; line-height:55px;font-weight:bold; font-size:10px;font-family:verdana; padding-left:10px; }
#topa2 a{ font-weight:bold; font-size:10px; padding:0 6px;}


#ff-r
{
 position:  fixed;
_position:  absolute;
 right:     15px;
 top:       15px;
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop+15 :
            document.body.scrollTop +
            (document.body.clientHeight
            -this.clientHeight));
}
/****************************************************************************/	

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #333;
	text-decoration: none;
	}
 
a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
	color:#D15400;
	text-decoration: underline;
	}
#navSupp ul li a:hover {
 	color:#D15400;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

ul, li {
	padding:0;
	margin:0;
	list-style:none;
}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
#logo{ margin-top:8px;}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}
.toprightnav{ /*background:url("../images/utility.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/utility.gif*/) repeat-x bottom; */height:26px;  float:right; border:1px solid #E7D9AF; border-top:0px;}
.toprightnav li{ background:url("../images/noline.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/noline.gif*/) no-repeat 0px 6px; float:left; line-height:25px;padding-left:10px; padding-right:10px;}
.toprightnav li#noline{ background:none;}
.toprightnav li#left{ padding:0px; background:none;/* background:url("../images/utilityL.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/utilityL.gif*/) no-repeat bottom left;*/ width:2px; height:26px;}
.toprightnav li#right{ padding:0px;background:none; width:2px; height:26px;}

.searchtopbg{width:760px; float:right; margin-top:-15px;}
.searchnav{ background:url("../images/searchgopbg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/searchgopbg.gif*/) repeat-x bottom; height:24px; float:left; margin-left:86px;_margin-left:43px;}
.searchnav li{ background:url("../images/mainNavLine.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/mainNavLine.gif*/) no-repeat 0px 1px; float:left; line-height:24px; font-size:13px; font-weight:bold; padding-left:20px; padding-right:20px; font-weight:bold;}
.searchnav li#home{ background:url("../images/mainNav_L_hover.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/mainNav_L_hover.gif*/) repeat-x;}
.searchnav li#left{ padding:0px; background:url("../images/mainNav_L.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/mainNav_L.gif*/) no-repeat bottom left; width:6px; height:24px;}
.searchnav li#right{ padding:0px;background:url("../images/mainNav_R.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/mainNav_R.gif*/) no-repeat bottom right; width:6px; height:24px;}

.searchbg{ background:url("../images/channel01bg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/channel01bg.gif*/) no-repeat bottom; height:33px; width:760px;}
#search {
	margin:0 3px;
	-margin:0 1px;
	padding-top:1px;
	height:32px;
	line-height:32px;
	float:left;
	width:550px; color:#fff;
}
#search a{color:#fff;}
#search .title {
	height:32px;
	float:left; width:100%; margin-left:30px;
}
#search select {
	height:19px;
	margin-left:5px;
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#000; width:120px; overflow:hidden;
	border:0;
	background:#fff
}
#search .searchinput {
	font-family:Arial;
	font-size:11px;
	background:#fff;
	width:400px; border:1px;
	height:17px;
	padding-left:3px; margin-left:8px;
}
#search .searchGo {
	background: url("../images/search_btn.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/search_btn.gif*/) no-repeat 0px 0px;
	display: block;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
	height: 20px;
	width: 50px;
}
#search a:hover .searchGo, #search .searchGo:hover {
background: url("../images/search_btn.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/search_btn.gif*/) no-repeat 0px 0px;
}

.searchcart{ float:right; margin-right:10px;}
.searchcart a{ display:block; background:#FFF6DC; border:1px solid #DC7740; width:122px; height:18px; padding-top:5px;margin-top:3px;}
.searchcart a span{ display:block; cursor:pointer; font-size:12px; font-weight:bold; margin-left:8px; color:#000;}
.searchcart a:hover{}
.searchcart a:hover span{color:#000; }

.hotsearch{ background:url("../images/hotKeyBg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/hotKeyBg.gif*/) no-repeat; height:28px; line-height:28px; text-align:center;}

#default_r{ float:right; width:200px;}
#default_l{ float:left; width:200px;
 margin-top:-63px; z-index:1; position:relative; display:inline;}
 
 
#default_l { margin-top:-61px; } /* FireFox */ 
*html #default_l { margin-top:-63px;} /* ie6 fixed */ 
*+html #default_l { margin-top:-63px;} /* ie7 fixed, ×¢ÒâË³Ðò */ 
 
 
#default_m{ float:right; width:754px;}
#default_bm{ float:right; margin-left:6px; width:754px; overflow:hidden;}
#default_bmm{ float:right; margin-left:6px; width:754px;}
#Prev_Next img{ border:0px;}


.blackside{ width:200px; background:url("../images/categories.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/categories.gif*/) no-repeat top; margin-bottom:8px;}
.blackside .bottom{ background:url("../images/homeSideBottom.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/homeSideBottom.gif*/) no-repeat bottom; padding-bottom:5px;}
.blackside h2{ text-align:center; color:#fff; margin:0px; height:33px; line-height:33px;}
.blackside .line{ border:1px solid #ccc; padding:5px; border-width:0px 1px 0px 1px;}

.centerside{ width:752px; margin-top:5px; background:url("../images/m_bg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/m_bg.gif*/) repeat-x 0px -1px;margin-bottom:8px; border:1px solid #ccc; overflow:auto}
.centerside .bottom{padding-bottom:3px;}
.centerside h2{ text-align:left; padding-left:28px; font-size:12px; color:#222; margin:0px; height:27px; line-height:27px;}
.centerside .line{padding:5px;}

.rightside{ width:200px; background:url("../images/homeST.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/homeST.gif*/) no-repeat top;margin-bottom:8px;}
.rightside .bottom{ background:url("../images/homeSideBottom.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/homeSideBottom.gif*/) no-repeat bottom; padding-bottom:3px;}
.rightside h2{ text-align:left; padding-left:28px; font-size:12px; color:#222; margin:0px; height:27px; line-height:27px;}
.rightside .line{ border:1px solid #ccc; padding:5px; border-width:0px 1px 0px 1px;}

.c{ clear:both; height:0px; overflow:hidden;}
.contactside{width:190px; background:url("../images/join.jpg"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/join.jpg*/) no-repeat top;margin-bottom:1px; float:right;}
.contactside .bottom{ background:url("../images/join_b.jpg"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/join_b.jpg*/) no-repeat bottom; padding-bottom:1px;}
.contactside h2{ text-align:center; clear:both; margin-top:-2px;}
.contactside h2 strong{ color:#FF6600;}
.contactside h2 img{ margin-top:10px;}
#livehelp{ padding:4px; padding-top:0px;}
#livehelp li{ margin:3px auto;}
#livehelp li strong{ padding-right:5px;}

#FeaturedCategories{}

#indexlogin{ margin:5px;}
a.loginBoxLinks{ margin:19px auto; font-size:14px; display:block; font-weight:bold;}

.currencies{ background:url("../images/translate.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/translate.gif*/) no-repeat; text-align:center; padding-top:50px; padding-bottom:25px; text-align:center;}
.currencies select{ width:90%;}

.bottombanner{ float:left; width:560px; height:60px; margin-top:5px;}
.bottombanner li{ margin-left:10px; float:left;}

#rightbanner{ width:200px; overflow:hidden; margin-bottom:8px;}
#category{ padding:5px 0px; background:url("../images/bg01.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/bg01.gif*/) right repeat-y; margin:0px; margin-top:0px; border-bottom:3px solid #ccc;}
#frustful{ padding-top:80px; background:url("../images/trustful.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/trustful.gif*/) no-repeat 40% 6px;}
#Newsletter{padding-top:2px; background:url("../images/newsletter.png"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/newsletter.png*/) no-repeat 95% 2px;}
#specialsDefault{ border:0px; margin:0px;}
#whatsNew h2.centerBoxHeading{ display:none;}
#indexflash{ margin-bottom:5px;}
#featuredProducts{ margin:0px; border:0px;}
.rightside #Bestsellers td img,.rightside #Recent td img{ border:1px solid #ccc;}
.rightside #Recent td{ padding:5px 0px; border-bottom:1px dotted #ccc;}
/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 960px;
	vertical-align: top;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper {
	margin:.5em 0;
	padding:0;
	}
#headerWrapper{
	margin: 0em;
	padding: 0em;
	}
#topBarWrap{
	background:#EEEEEE;
	}
#topBar{
	width:960px;
	margin:auto;
	color:#2C2C2C;
	font-weight:bold;
	padding: .8em;
	}
.topBox{
	float:left;
	padding: 0 2em 0 2em;
	height:3em;
	}
#nav_header{
	border-right:1px solid #9a9a9a;
	padding: .2em 3em 0 1em;
	}
#lang_header{
	border-right:1px solid #9a9a9a;
	padding-left:2em;
	}
#currency_header{
	border-right:1px solid #9a9a9a;
	}
#cart_header{
	background:url("../images/cart_bg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/cart_bg.gif*/) 2em 0 no-repeat;
	padding:.2em 0 0 8em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	}
	
#tagline {
	color:#000000;
	font-size: 1.8em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #333;
	height: 1%;
	}
#navSupp{
	width:960px;
	margin:auto;
	background:url("../images/dhbg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/dhbg.gif*/) repeat-x top;
}
#payments{
	float:left;
	background:url("../images/payments.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/payments.gif*/) 1.5em 0 no-repeat;
	width:25%;
	padding:1em 0;
	}
#bottomNav{
	margin:auto;
	}
#bottomNav a, #bottomNav a:visited{
	color:#333;
	text-decoration:underline;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #333;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navSupp ul li a:visited, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #333;
	white-space: nowrap;
	}
#navSupp ul li a:hover {
	color:#333;
	text-decoration:underline;
	}

#navCatTabs ul li a {
	color: #333;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em; margin-left:200px;
	}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 0 1.7em .5em;
	color:#ffffff;
	}

#navEZPagesTop a:link, #navEZPagesTop a:visited{
	color:#ffffff;
	padding:0 1em 0 .8em;
	}
#navEZPagesTop a:hover{
	text-decoration:underline;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn { width:750px; float:right;}
#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 0 0 .6em;
	}
#bannerOne{
	padding:0;
	margin: .5em 0 0 0;
	}
.banners img{
	padding:0;
	}
.centerColumn{
	padding-top:0;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	padding: 1em;
	font-weight:bold;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #ccc;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.4em;
	color:#000000;
	}

/*sideboxes*/


h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #ffffff;
	}
.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding:.5em 0 .7em 1em;
	background:#9a9a9a url("../images/catboxHeadingbg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/catboxHeadingbg.gif*/) repeat-x;
}
.centerBoxHeading{
	margin: 0em;
	padding:.3em 0 .4em 2em;
}
#categoriesHeading {
	background:#9a9a9a url("../images/centerboxHeadingbg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/centerboxHeadingbg.gif*/) repeat-x;
	font-size:1.1em;
	padding:.2em 0 .4em 1em;
	}
#whatsnewHeading, #manufacturersHeading, #currenciesHeading, #musicgenresHeading, 
#recordcompaniesHeading, #searchHeading, #search-headerHeading, #shoppingcartHeading {
	background:#7EA65A url("../images/brownboxHeadingbg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/brownboxHeadingbg.gif*/) repeat-x;
	font-size:1.1em;
	padding:.4em 0 .5em 1em;
	}
#bestsellersHeading, #reviewsHeading, #featuredHeading, #informationHeading, #moreinformationHeading, 
#ezpagesHeading, #bannerboxallHeading, #specialsHeading, #languagesHeading, #whosonlineHeading, 
#productnotificationsHeading, #tellafriendHeading {
	background:#A99A71 url("../images/greenboxHeadingbg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/greenboxHeadingbg.gif*/) repeat-x;
	font-size:1.1em;
	padding:.4em 0 .5em 1em;
	}
#categories ul{
	padding:0;
	margin:0;
	list-style:none;
	}
.category-top li{
	padding:0;
	margin:0;
	vertical-align:middle;
	}
li.category-top a{
	margin:0;
	color:#333333;
	font-weight:bold;
	display:block;
	height:1.8em; font-size:15px; padding-left:5px;
	
	}
li.category-products a{
	margin:0;
	color:#333;
	font-weight:bold;
	display:block;
	height:1.8em;
	background:url("../images/current_category_arrow.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/current_category_arrow.gif*/) no-repeat 2px 4px; margin-left:15px;
	
	}
li.category-top a:hover{
	color:#003366;
	}
li.category-products a:hover{
	color:#003366;
	}
#categoriesContent{
	padding:0;
	margin:0;
	}
#bestsellersContent {
	color:#333333;
	font-weight:bold;
	}
#informationContent a:link, #informationContent a:visited, #bestsellersContent, 
#bestsellersContent a:link, #bestsellersContent a:visited{
	color:#333333;
	font-weight:bold;
	}
#extralinks{
	padding: .5em 0 .5em 1em;
	}
.leftBoxContainer, .rightBoxContainer {
	margin: 0 0 1em 0;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 4px solid #9a9a9a;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.productListing-data{ text-align:left;}
.listingDescription{ margin-right:8px;}
.centeredContent{ margin-left:-2px;}
.centeredContent a img{ border:1px solid #dedede;}
.centeredContent a:hover img{ border:1px solid #FBA925;}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}
.ic{
	display:none;
	}
#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #333333;
	font-weight:bold;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}
.tabTable{ border:1px solid #ccc;}
.productListing-rowheading {
	height: 2em;
	color: #222; background:url("../images/index_swich_bg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/index_swich_bg.gif*/) repeat-x bottom;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

/***IMAGE HANDLER SUPPORT ***/

#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}
/****************************************************************************************************/


.l{ float:left;}
.r{ float:right;}
.c{ clear:both; height:0px; overflow:hidden;}
#logoWrap{
width:960px;
margin:0 auto;
padding:0;
clear:both;
overflow:visible;
 }
#logoright{ width:75%;}

.logotxt{ font-size:13px; margin-top:10px; color:#666;}
.logotxt a{ color:#000; font-weight:bold;}

#toptab {
	background: url("../images/toptab_bg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/toptab_bg.gif*/) no-repeat right top;
	height: 30px;
	width: 380px;
	line-height:25px;
	float:right; text-align:left;
}
#toptab ul li {
	float:left;
	position:relative;
}
#toptab ul li em {
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	margin-left:2px;
}
#toptab ul li a {
	font-size:12px;
	font-weight:bold;
	display:block;
	background: url("../images/toptab_arrow.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/toptab_arrow.gif*/) no-repeat right top;
	color:#636363;
	text-indent:10px;
}
#toptab ul li:hover a {
	background-position:right bottom;
	color:#000;
	text-decoration:none
}
#toptab ul li:hover a span {
	background:transparent url("../images/toptab_arrow_l.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/toptab_arrow_l.gif*/) no-repeat left bottom;
	height:25px;
	display:block;
	cursor:pointer;
}
#toptab #myAccount {
	width:107px;
}
#toptab #CustomerService {
	width:141px;
}
#toptab #Currencies {
	width:132px;
}
#toptab ul li div {
	display: none;
}
#toptab ul li ul li {
	width:100%
}
#toptab ul li:hover div {
	display:block;
	position:absolute;
	top:25px;
	left:0;
	background:#fff
}
#toptab ul li:hover #myAccountsub {
	background:url("../images/toptabsub_1.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/toptabsub_1.gif*/);
	width:156px;
	height:82px;
}
#toptab ul li:hover #CustomerServicesub {
	background:url("../images/toptabsub_2.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/toptabsub_2.gif*/);
	width:141px;
	height:110px;
}
#toptab ul li:hover #Currenciessub {
	background:url("../images/toptabsub_3.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/toptabsub_3.gif*/);
	width:149px;
	height:135px;
	left:-17px;
	padding-top:10px;
}
#toptab ul li:hover div ul {
	margin-left:15px;
	margin-top:5px;
}
#toptab ul li:hover ul li a {
	color:#000;
	font-size:11px;
	background:url("../images/toptab_subico.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/toptab_subico.gif*/) no-repeat left center;
	text-indent:1em;
	line-height:16px;
}
#toptab ul li:hover p {
	color:#000;
	text-indent:1.5em;
	line-height:16px;
	height:16px;
	margin:0;
	padding:0
}
#toptab ul li:hover p a {
	background:none;
	display:inline;
	font-weight:normal;
	font-size:11px;
}
#toptab ul li:hover p a:hover {
	color:#069;
	text-decoration:underline
}
#toptab ul li ul li a {
	font-weight:normal;
	background:none;
	text-indent:0;
	width:auto;
}
#toptab ul li:hover ul li a:hover {
	color:#069;
	text-decoration:underline
}



#topmenu {
	background: url("../images/topmenu_bg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/topmenu_bg.gif*/) repeat-x bottom;
	float:right;
	clear:right; width:746px;#width:auto;
}
#topmenu .l {
	background: url("../images/topmenu_left.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/topmenu_left.gif*/) no-repeat left top; margin-top:10px;
}
#topmenu .r {
	background: url("../images/topmenu_right.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/topmenu_right.gif*/) no-repeat right top;
	line-height:25px;
	height: 27px;
	float:left;
}
#topmenu .r ul {
	margin-left:3px;
}
#topmenu .r ul li {
	float:left;
	margin-top:1px;
	border-right:1px solid #ddd
}
#topmenu .r ul li:hover {
}
#topmenu .r ul li a {
	font-size:13px;
	font-weight: bold;
	padding:0 12px;#padding:0 14px;
	display:block
}
#topmenu .r ul li a:hover {
	text-decoration:none;
	background:#efefef;
}

#DivCity { position:absolute;width:234px; background:#fff; border:1px solid #ccc; border-top:0px; z-index:100; display:none; #margin-left:-118px;}




#searchbg {
	float: right;
	width:805px;
	background:url("../images/seach_bg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/seach_bg.gif*/) repeat-x; margin-top:-2px;
}
#searchbg .left {
	background: url("../images/search_bg_left.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/search_bg_left.gif*/) no-repeat left top;
}
#searchbg .right {
	background: url("../images/search_bg_right.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/search_bg_right.gif*/) no-repeat right top;
	height: 60px;
}
#shopcart {
	background: url("../images/shopcart.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/shopcart.gif*/) no-repeat left top;
	display: block;
	height: 32px;
	line-height:30px;
	text-indent:45px;
	width: 148px;
	float:right;
	margin-top:3px;
	margin-right:3px;
	-margin-right:2px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-decoration:none
}
#shopcart:hover {
	background-position:left bottom
}
#popsearch {
	font-family: Arial;
	font-size: 11px;
	line-height:24px;
	clear:both;
	margin-left:15px;
	color:#424242
}
#popsearch a {
	color:#424242;
	text-decoration:none
}
#popsearch a:hover {
	text-decoration:underline;
	color:#000
}





#mainmenu {
	width: 174px;
	height:59px;
	font-size:12px;
	font-weight:bold;
	position:relative;
	float:left; text-align:left;
}

#mainmenu .title {
	background: url("../images/mainmenu_top.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/mainmenu_top.gif*/) no-repeat left top;
	height: 35px;
	width: 174px;
	display:block;
	overflow:hidden;
}
#mainmenu a.title:hover {
	background-position:left bottom;
	text-decoration:none
}
#mainmenu .title span {
	visibility:hidden;
	font-size:10px;
}
#mainmenu #all_categories_list {
	background:url("../images/mainmenu_dropico.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/mainmenu_dropico.gif*/) no-repeat left top;
	width:17px;
	height:17px;
	position:absolute;
	display:block;
	top:10px;
	left:150px;
}
#mainmenu .bottom {
	background: url("../images/mainmenu_bottom.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/mainmenu_bottom.gif*/) no-repeat;
	font-size:1px;
	height: 4px;
	width: 174px;
	overflow:hidden;
	clear:left;
	margin-left:-1px;
}
/*define menu*/


#curcategory_link {
	font-size:12px;
	width:173px;
	padding-left:1px;
	background:#92c3e1;
	float:left;
}
#curcategory_link a {
	float:left;
	display:block;
	width:172px;
	height:24px;
	line-height:24px;
	border-bottom:1px solid #92c3e1;
	font-weight:bold;
	background:#ecf7ff;
	text-indent:0.5em;
}
#curcategory_link a:hover {
	background:#f6fbff;
}


.columnLeft { float:left; width:174px;}
.columnright{ float:right; width:800px;}
.columtableright{ width:100%; text-align:right;}
.columtableright td{ vertical-align:top; text-align:left;}
.columtableright .tableright{ width:200px; margin-left:10px;}

.c_b{ clear:both; border:1px solid #ccc; margin-bottom:8px;}

.sideBoxContent {
	padding:9px; padding-top:2px; background:url("../images/dhbg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/dhbg.gif*/) repeat-x; border:1px solid #ccc; margin-bottom:8px;
}
.sideBoxContent h2{ margin:0px; margin-bottom:10px;}

.maincatside{ float:left; text-align:center; width:24.6%;}
.maincatside .main_cat{ margin:5px auto; width:96%; text-align:left;  background:url("../images/border_dash.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/border_dash.gif*/) repeat-y right top;}
.maincatside .main_cat li{}
.maincatside h2{ text-align:left; padding-left:12px;}
.maincatside .img_cat{ text-align:center;}
.maincatside .main_cat img{border:0; max-width:140px; max-height:140px; width:expression(this.width > 140 && this.height < this.width*140/140 ? 140: true);  height: expression(this.height > 140 ? 140: true);margin-top: expression(this.height < 140 ? (140-this.height)/2: 0); }
.maincatside .main_cat p{ margin:3px 10px; text-align:right;}
.maincatside .no_bg{ background:none;}


.cat_show{ float:left; text-align:center; width:33%;}
.cat_show .main_cat{ margin:5px auto; width:95%; text-align:left;  background:url("../images/border_dash.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/border_dash.gif*/) repeat-y right top;}
.cat_show .main_cat li{}
.cat_show .img_cat{ text-align:center; float:left; width:45%;}
.cat_show .main_cat img{ width:80%;}
.cat_show .main_cat p{ margin:3px 10px; text-align:right;}
.cat_show .no_bg{ background:none;}



#trustful {
	width: 172px;
	border:1px solid #bdc4c8;

	background: #fff url("../images/trustful.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/trustful.gif*/) no-repeat center 8px;
	padding-top:60px;
}
#trustful dt, #trustful dd, #trustful dl {
	padding:0;
	margin:0;
	color:#888;
	font-size:11px;
}
#trustful dt {
	background:url("../images/trustful_ps.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/trustful_ps.gif*/) no-repeat center center;
	height:20px;
	width:160px;
	margin-left:7px;
	display:block
}
#trustful dd {
	margin:9px;
}

#newsletter_form {
	margin-top:10px;
	border:1px solid #bdc4c8;
	background: #fff url("../images/newsletter.png"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/newsletter.png*/) no-repeat -25px -15px;
	text-align:center
}
#newsletter_form .leftBoxHeading {
	background:none;
	display:none
}
#newsletter_form .bg_letter {
}
#newsletter_form .bg_letter span {
	font-weight:normal;
	font-size:12px;
}
#newsletter_form #wholesale_newsletter_text {
	margin:15px 0 10px 10px;
	display:block;
	color:#666;
	text-align:left
}
#newsletter_form #email {
	background:#fff;
	border:1px solid #ddd;
	padding:3px;
	margin-bottom:10px;
}
#newsletter_form button {
	background:#fff url("../images/newsletter_buttonbg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/newsletter_buttonbg.gif*/) repeat-x left top;
	border:1px solid #ddd;
	cursor:pointer;
	font-family:Arial
}
#newsletter_form button:hover {
	background-position:left bottom
}


.homeicleft{ border:1px solid #ccc; margin:8px;}
.homeicleft h2{ display:none;}
.homeicleft dl{cursor:hand; float:left; display:block;width:50%; overflow:hidden; text-align:center; font-size:15px; font-weight:bold;}
.homeicleft .homeon{ background:url("../images/index_swich_bg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/index_swich_bg.gif*/) repeat-x bottom;}
.homeicleft .homeoff{ background:url("../images/n_title_a.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/n_title_a.gif*/) right top no-repeat;}
.homeicleft .topspan{ background:url("../images/n_title.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/n_title.gif*/) right top no-repeat; clear:both; height:30px; line-height:30px;}
.homeicleft ul{border-top:0px; margin:0px;}





#ho_showcatepro { border:1px solid #CCCCCC; height:140px; overflow:hidden}

#ho_showcatepro .left {height:80px; width:30px; background: url("../images/lefta.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/lefta.gif*/) no-repeat center center; float:left; cursor:pointer;}

#ho_showcatepro .right {height:80px; width:30px; background: url("../images/rightb.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/rightb.gif*/) no-repeat center center; float:right; cursor:pointer;}

#ho_showcatepro .pbox {text-align:center; width:100px; height:100px;   float:left;  margin-left:10px;}

#ho_showcatepro .pbox { line-height:100%;}

#ho_showcatepro .pbox a { background:url("../images/loadimg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/loadimg.gif*/) no-repeat center center;width:74px; height:74px; display:block; margin:auto}

#ho_showcatepro .pbox a img{border:1px solid #fff; padding:3px; width:70px; height:70px;}

#ho_showcatepro .pbox a:hover img{ border-color: #ddd}

#ho_showcatepro a.current img{ border:1px solid #bbb}



.related_cate2 {
	border:1px solid #DDDDDD;
	margin-top:10px;
	padding:10px;
	height:100%;
	overflow:hidden;
	background:url("../images/dhbg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/dhbg.gif*/) repeat-x scroll left 1px
}
.related_cate2 ul {
	margin:0;
	padding:0;
	list-style:none
}
.related_cate2 ul li {
	float:left;
	width:23%;
	background: url("../images/current_category_arrow.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/current_category_arrow.gif*/) no-repeat 5px 8px;
	line-height:22px;
	padding-left:15px;
}

.top_ctegories{ padding:0px; padding-top:8px;}
.top_ctegories ul{ margin:0px;}
li.category-subs a{ display:block; margin-left:18px; margin-bottom:5px; background:url("../images/current_category_arrow.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/current_category_arrow.gif*/) no-repeat 0px 4px;}
li.category-subs span.category-subs-parent{ display:block;}

.p_listing{ float:left; width:30%;}
.p_listing .productListing-heading{ display:none;}

.productdeal{ background:url("../images/dhbg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/dhbg.gif*/) repeat-x top; padding:5px; line-height:25px;}
.productdeal h1{ color:#000;}

.productDescription h2{ font-size:16px; color:#003399;}

#productMainImage a img{ border:1px solid #fff;}
#productMainImage a:hover img{ border:1px solid #ccc;}
#productDetailsList{ width:200px;}



.footsearch {
	background: url("../images/seachinbg.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/seachinbg.gif*/) repeat-x left 3px;
	padding-top:3px;
	height:32px;
	line-height:32px;
	width:647px;
	margin:8px auto;
}
.footsearch .title {
	background: url("../images/search.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/search.gif*/) no-repeat left top;
	height:32px;
	float:left;
}
.footsearch select {
	height:19px;
	margin-left:55px;
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#000;
	border:0;
	background:#fff
}
.footsearch .searchinput {
	font-family:Arial;
	font-size:11px;
	background:#fff;
	width:95%;
	border:0;
	height:17px;
	padding-left:3px;
}
.footsearch .searchGo {
	background: url("../images/search_go.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/search_go.gif*/) no-repeat left top;
	display: block;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
	height: 32px;
	width: 46px;
}
.footsearch a:hover .searchGo, #search .searchGo:hover {
	background-position:left bottom
}

.AJAX_plist{ float:left; text-align:center; width:130px;height:135px; overflow:hidden;}
.AJAX_plist .ajaximg{ width:90%; border:1px solid #efefef; margin:5px auto; margin-top:0px;}

.AJAX_clist{ float:left; text-align:center; width:135px;height:135px; overflow:hidden;}
.AJAX_clist .ajaximg{ width:90%; border:1px solid #efefef; margin:5px auto; margin-top:0px;}

.leftreviews{ border:1px solid #ccc; margin-top:5px;}
.leftreviews .text{ margin:5px; margin-bottom:0px;}
.leftreviews img{ margin-top:5px;}
.leftreviews p{ text-align:right;}

.leftlist{ float:left; width:24.6%; overflow:hidden;}
.specialsListBoxContents{ margin-left:-2px;}

/*top's and bottom's search pagination        end*/
#sortlist { margin:0px; padding:0px; margin-top:-0px;}
#sortlist li{ margin:0px; padding:0px; display:inline; cursor:pointer;}
#sortlist li ul li{ display:block; border-bottom:1px solid #fff; padding:0px;}
#sortlist li a{font-size:12px;color:#0D064A; font-weight: bold ;text-decoration:none;display:block;height:18px; line-height:18px;background:url("../images/current_category_arrow.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/current_category_arrow.gif*/) no-repeat 6px 8px; padding-left:15px;border:2px solid #fff;}
#sortlist li a:hover{ background:#FFF1D1 url("../images/current_category_arrow.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/current_category_arrow.gif*/) no-repeat 6px 8px; border:2px solid #FF9900; color:#FF9900;}
#sortlist li ul li a em{ color:#999999; padding-left:15px;}
#sortlist li ul li {position: relative; line-height:20px;}
#sortlist li ul li ul{left: 198px;position: absolute;width:200px;top: -1px; z-index:100; border:1px solid #ccc; background:#fff;}



/*-----index_left---------*/
.menu {}
.menu ul {overflow: visible;}
.menu ul ul {overflow: visible;padding-top:0px; border:0; background:url("../images/bg18.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/bg18.gif*/) repeat-x bottom #e7e7e7;}
.menu ul li {display:block;font-weight:bold;overflow: visible;}
.menu ul ul li {display:block;border:0; width:198px;font-weight:normal;border-right:1px solid #b9b9b9;border-left:1px solid #b9b9b9;background: url("../images/aw02.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/aw02.gif*/) no-repeat 10px 10px;}
.menu ul ul .b_top {width:199px;border-top:1px solid #b9b9b9;border-right:1px solid #b9b9b9; border-left:0;}
.menu ul ul .b_top a{ display:block;}
.menu a, .menu a:visited {display:block;width:198px;text-decoration:none;padding:0;text-indent:18px; height:25px; line-height:25px; background:url("../images/libottom.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/libottom.gif*/) bottom right no-repeat; font-weight:bold;}
.menu ul ul li a, .menu ul ul li a:visited {display:block;color:#000;background:none;}
html .menu ul ul li a:hover,html .menu ul ul :hover > a{width:198px;display:block;background:#fff url("../images/aw02.gif"/*tpa=http://www.oknfljerseys.com/includes/templates/default/images/aw02.gif*/) no-repeat 10px 10px;}
.menu table {border-collapse:collapse; padding:0;width:0; height:0; font-size:1em; z-index:1;}
* html .menu a:hover {color:#000;position:relative; z-index:100; text-decoration:none;}
.menu li:hover {position:relative;}
.menu :hover > a {background: #fff;text-decoration:none;}
.menu ul ul {position:absolute;top:-10000000px;left:175px;border-bottom:1px solid #b9b9b9;}
.menu ul :hover ul {top:-1px;}


/*------*/
.flash_rotation{width:560px;height:205px;position: relative; overflow:hidden; float:left;}
.f_pro{padding: 0;margin: 0;list-style: none;height:150px;overflow: visible; position: relative; top:0px;}
.f_pro li {float: left;width: 560px;height:205px; overflow:hidden;}

.f_pro img{border:0;display: block;width: 560px;height: 205px;}

.flash_page{position: absolute; top:175px; right: 0px;z-index: 10;height: 25px;}
.flash_page li{float: left;display: inline;color: #74a8ed;text-align: center;line-height:16px;width: 16px;height: 16px;font-family: Arial;font-size: .9em;cursor: pointer;overflow: hidden; margin:3px 6px;background:#fff;border:1px #ccc solid;}
.flash_page li.Current{ color:#ff0000; border:1px #ccc solid;background:#ccc;border:0; font-weight:bold;font-size: 1.4em;line-height: 21px;height: 21px;width: 21px;margin:0 6px; }