/* Featured Content Slider
-----------------------------------------------------------------------*/
#featured{ 
	width:745px;  
	position:relative; 
	border:5px solid #ccc; 
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; 
    left:495px; 
	list-style:none; 
	padding:0; 
    margin:0; 
	width:250px;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; 
    padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; 
    margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
    max-height:50px;
    max-width:80px;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; 
    font-family:arial, verdana, sans-serif; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	outline:none;
    height:60px; 
	color:#333;  
    background:#f6f5f5; 
	line-height:20px;
    text-decoration:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#333;
    color:#fff; 
}
#featured li.ui-tabs-selected{ 
	background:url('selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:490px; 
    height:250px; 
	background:#fff; 
    position:relative;
    border-right:1px solid #eee;
}
#featured .ui-tabs-panel .panel-link  { 
     width:490px;
     height:180px;
     position:absolute;
     top:0px;
     left:0px;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0px; 
	height:70px; width:490px; 
	background: url('transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; 
    font-family:Georgia, serif; 
	color:#000; 
    padding:5px; 
    margin:0px;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0px 5px; 
	font-family:Verdana; 
    font-size:11px; 
	line-height:15px; 
    color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
/* Center Homepage
-----------------------------------------------------------------------*/
#centerHome  { 
     width:755px;
     position:relative;
     margin:12px 0px;
     color:#333333;
}
#centerHomeLeft  { 
     width:250px;
     float:left;
     display:inline;
}
#centerHomeRight  { 
     width:500px;
     float:left;
     display:inline;
}
#centerHomeRight p  { 
     margin:3px 10px 3px 15px;
     font-size:12px;
}  
#centerHomeLeft h3, #centerHomeRight h3  { 
     background:url('icon_arrow.gif') top left no-repeat;
     padding-left:15px;
     color:#333333;
     font-weight:bold;
     font-size:12px;
     line-height:15px;
}
#centerHomeLeft ul  { /* aaa_ie6.css*/
     width:360px;
     float:left;
     display:inline;
     list-style:none;
}
#centerHome li  { 
     display:block;
     width:200px;
     margin:0px 0px 0px 15px;
     height:20px;
     line-height:20px;;
     border-bottom:1px dotted #757575;
     color:#404040;
}
/* Tabbed Content Style Section
------------------------------------------------------------------------------*/
#tabContainer  {  /* aaa_ie6.css*/
     border:1px solid #aaaaaa; 
     width:735px; 
     padding:10px;
     clear:both;
     position:relative;
     top:-1px;
     z-index:0;
}
.shadetabs  {
     margin-top: 20px;
     list-style: none;
     width:95%;
     z-index:1;
}
.shadetabs li  {
     float:left;
     height:30px;
     display:inline;
     margin:0px 3px;
     z-index:1;
}
.shadetabs li.itemOne  { 
     margin-left:0px;
}
.shadetabs li a  { /* aaa_ie6.css*/
     display:block;     
     position:relative;
     height:30px;
     line-height:30px;
     background:url('tab_left.gif') top left no-repeat;
     outline:none;
     padding-left:10px;
     color:#333333;
     font-weight:bold;
     text-decoration:none;     
}
.shadetabs li a span  { /* aaa_ie.css*/    
     background:url('tab_right.gif') top right no-repeat;
     position:relative;
     outline:none;
     line-height:30px;
     height:30px;
     float:left;
     display:block;
     padding-right:10px;
}
.shadetabs li a:hover{
     background:url('tab_left.gif') bottom left no-repeat;     
}
.shadetabs li a:hover span {
     background:url('tab_right.gif') bottom right no-repeat;
     color:#ffffff; 
}
.shadetabs li a.selected  {
     background:url('tab_active_left.gif') top left no-repeat;
     z-index:1;
}
.shadetabs li a.selected span  { 
     background:url('tab_active_right.gif') top right no-repeat;
     z-index:1;
}
.shadetabs li a.selected span, .shadetabs li a.selected span:hover  { 
     color:#333333;
}
.tabcontent  {
     display:none;
}
.tabcontent_corner_tr  {  /* aaa_ie6.css*/ 
     position:absolute;
     top:-1px;
     right:-1px;
}
.tabcontent_corner_br  {  /* aaa_ie6.css*/
     position:absolute;
     bottom:-1px;
     right:-1px;
}
.tabcontent_corner_bl  {  /* aaa_ie6.css*/ 
     position:absolute;
     bottom:-1px;
     left:-1px;
}
.featProdWrapper  { 
     width:350px;
     height:160px;
     float:left;
     display:inline;
     position:relative;
     margin:10px 5px;
     background:url('feat_prod_bg.png') bottom left no-repeat;
}
.featProdWrapper a:link, .featProdWrapper a:visited  { 
     color:#333333;
     text-decoration:none;
     font-weight:bold;
}
.featProdWrapper a:hover  { 
     text-decoration:underline;
}
.featProdWrapper h4  { 
     font-size:13px;
}
.featProdSpace  { 
     clear:left;
     width:100%;
     height:1px;
     border-bottom:1px dotted #757575;    
}
.featProdThumb  { 
     float:left;
     display:inline;
     margin:0px 5px;
     padding:5px;
     width:140px;
     height:140px;
     background:#ffffff;
     border:1px solid #aaaaaa;
}
.featProdThumb img  {  /* aaa_ie6.css */
     max-height:140px;
     max-width:140px;
     display:block;
     margin:0px auto;
     vertical-align:middle;
     outline:none;
}
.featMSRP  { 
     color:#6c6c6c;
     text-decoration:line-through;
}
.featPrice  { 
     color:#521020;
     font-weight:bold;
     font-size:14px;
}
.featBuyIt  { 
     position:absolute;
     bottom:5px;
     right:5px;
}
#homeFeatCat a:link, #homeFeatCat a:visited { 
     font-size:18px;
     color:#333333;
     text-decoration:none;
}
#homeFeatCat a:hover{ 
     text-decoration:underline;
}
img.homeFeatCatImg  { /* aaa_ie6.css */
     float:left;
     display:inline;
     max-height:150px;
     max-width:150px;
     border:1px solid #ccc;
     margin:0px 7px 7px 0px;
}
.resourceWrapper  { 
     width:735px;
     border-bottom:1px dotted #aaaaaa;
     padding:12px 0px;
}
.resourceWrapper:after  { 
     clear: both;
     display: block;
     font: 1px/0px serif;
     content: ".";
     height: 0px;
     visibility: hidden;
}
.resourceWrapper p  { 
     margin:0px;
}
.resourceLogo  { 
     float:left;
     display:inline;
     border:1px solid #ccc;
     padding:8px;
     margin:0px 7px 7px 0px;
}
.clearCat  { 
     clear:both;
     height:1px;
     width:705px;
     margin:9px 0px 10px 0px;
     border-bottom:1px dotted #ccc;
}

/* Alternate Content for Javascript Disabled Browswers */
@media print {
.tabcontent {
display:block !important;
}
}
/* International Shipping and eBay Feedback Promotional Boxes
------------------------------------------------------------------------------*/
#lowerHome  { 
     width:755px;
     margin:12px 0px;
     clear:both;
}
.lowerHome_1, .lowerHome_2, .lowerHome_3  { 
     float:left;
     display:inline;
     position:relative;
}
.lowerHome_4  { 
     float:right;
     display:inline;
     position:relative;
}
.lowerHome_1  { 
     width:619px;
     height:56px;
     background:#0d1854;
     color:#ffffff;     
}
.lowerHome_1 p  { 
     text-align:center;
     line-height:56px;
     font-size:20px;
     margin:0px;
}
.span1, .span2  {
     font-weight:bold; 
}
.span1  { 
     font-size:26px;
}
.span3  { 
     font-size:30px;
}
.lowerHome_2  { 
     width:133px;
     height:54px;
     border:1px solid #0d1854;     
}
.lowerHome_2 img  { 
     margin-top:4px;     
}
.lowerHome_3, .lowerHome_4  { 
     width:375px;
     height:130px;
     top:1px;
     border:1px solid #0d1854;
     background:url('lower_footer_2_bg.png') #ffffff bottom right repeat-x;
}
.lowerHome_3 p, .lowerHome_4 p  { 
     margin:7px;
}
.lowerHome_3 h5, .lowerHome_4 h5  { 
     color:#333333;
     font-size:16px;
     margin:3px 0px;
     text-align:center;
}
.lowerHome_3 img, .lowerHome_4 img  { 
     float:left;
     display:inline;
     position:relative;
     margin:5px;
}
.promoLink:link, .promoLink:visited  { 
     position:absolute;
     bottom:5px;
     right:5px;
     font-weight:bold;
     color:#0d1854;
     text-decoration:none;
}
.promoLink:hover  { 
     text-decoration:underline;
}

