/* assign zindex to cart links so they are clickable */
.header_container_right_pt{
	position: relative;
	z-index: 900;
	height: 80px;
	text-align:right;
}

/* search box background */
.header_container_right_pt form {
	position:absolute; bottom:5px; right:0px;
}

.header_container_right_pt input {
	border:none;
}

.header_container_right_pt input.search {
	background:transparent url(../img/bg-search.png) 0 0 no-repeat;
	color:#444;
	font-size:1.6em;
	height:24px;
	padding:3px 10px;
	width:230px;
}

.header_container_right_pt input.search:focus,
.header_container_right_pt input.search:hover 
{
	background:transparent url(../img/bg-search.png) -250px 0 no-repeat;
}

.heading_top1{
	position:absolute; bottom:0px; left:0px; text-align:center;
	width: 420px; margin-bottom:7px;
}

#nav_holder { 
	position:relative; z-index:500; /* z-index required for ie so submenu does not hide behind carousel */
}

.jcarousel-container { z-index:400; } /* required for ie so submenu does not hide behind carousel */

#nav_holder .btn_cart, 
#nav_holder .btn_auth,
#nav_holder .btn_auth2
{
	position:relative; color: #e3e3e3; font-size: 18px; font-family:Arial, Arial, Helvetica, sans-serif; font-weight:400;
}

#nav_holder #view_cart_link 
{
	text-decoration:none; color: #e3e3e3; font-size:17px;
}

#nav_holder .btn_cart a, 
#nav_holder .btn_auth a,
#nav_holder .btn_auth2 a
{
	text-decoration:none;
}

#nav_holder .btn_cart a span.hidden, 
#nav_holder .btn_auth a span.hidden,
#nav_holder .btn_auth2 a span.hidden
{
	display:inline; visibility:hidden;
}

#nav_holder .btn_cart span.ajax_cart_quantity
{
	position:absolute; top:21px; left:131px; width: 25px; text-align:right;
}

#nav_holder .btn_cart:hover span.ajax_cart_quantity
{
	top:18px;
}


#nav_holder .div{
	width:10px; height:46px; background:transparent url(../img/navdiv.gif) repeat-x; float:left;margin-top:8px;
}

#nav_holder .btn_cart{ 
	width:207px;padding-left:15px;padding-top:19px;height:36px;float:left;
	background: url(../img/btn_cart.gif) no-repeat 0 0;
}

#nav_holder .btn_cart:hover{
	padding-top: 16px; height: 43px; font-weight:400;
	background: url(../img/btn_cart.gif) no-repeat 0 -54px;
}

#nav_holder .btn_cart:hover #view_cart_pop { display:block; }
#nav_holder .btn_auth:hover #auth_pop { display:block; }

#nav_holder .btn_auth,
#nav_holder .btn_auth2
{ 
	width: 73px;padding-left:20px;padding-top:19px;height:36px;float:left;
	background: url(../img/btn_auth.gif) no-repeat right top;
}

#nav_holder .btn_auth2
{ 
	background: url(../img/btn_auth2.gif) no-repeat right top;
}


#nav_holder .btn_auth:hover,
#nav_holder .btn_auth2:hover
{ 
	padding-top: 12px; height: 43px; font-weight:500;
	background: url(../img/btn_auth.gif) no-repeat right -54px;
}

#nav_holder .btn_auth2:hover
{ 
	background: url(../img/btn_auth2.gif) no-repeat right -54px;
}


#nav_holder .btn_auth2{
	padding-left:10px;width:83px;
}


/* wrapper div for category menu mouseout function */
#nav_wrapper {
	position:absolute;
	width: 1202px;
	height: 0px; /* 700 */
	margin: 0 0 0 -100px;
	/* background-image: url(http://www.marinemart.com/dev/themes/marinemart/img/menubg.gif);
	background-position: bottom;
	background-repeat: no-repeat; */
}

/* modal behind submenus */
#category-modal { 
	display:none;
	position:absolute; top:0px; left:2px;
	width: 998px; height: 259px;
	background: #d8f0fc;
	filter:alpha(opacity=80);
	opacity:.8;
	z:index: 990; 
}

/* main category menu */
#category_menu{
	display:none;
	position: absolute;
	top:53px;
	left:0px;
	background: transparent;
	width: 1002px;
	border: 0px solid #000;
	z-index:950;
	/* for IE */
    filter:alpha(opacity=100);
	/* CSS3 standard */
    opacity:1;
	background-image: url(../img/menubg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 280px;	
}

/* category submenus */
#category_menu .submenu{
	display:none;
	position: absolute;
	top:25px;
	left:270px;
	background: transparent;
	width: 450px;
	height: 245px;
	background-image: url(../img/subbg.gif);
	z-index: 1000;
	/* for IE */
    filter:alpha(opacity=100);
	/* CSS3 standard */
    opacity:1;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

/* main category menu columns */
#category_menu div.col {
	margin-top:5px;
	width: 1000px;
	display:inline;
	float:left;
	padding: 0 0 0 0px;
	margin-left: 20px;
}

/* submenu columns */
#category_menu div.submenu div.col {
	margin: 20px 10px 0px;
	width: 180px;
	display:inline;
	float:left;
	line-height: 170%;
	color: #FFF;
}

#category_menu div.group { 
	margin: 0 0 10px 0;
    line-height: 150%;
}

#category_menu a {
	display:inline;
	color: #333;
	text-decoration: none;
	text-indent:-9999;
	margin-left: 11px;
}

#category_menu a.heading { 
	font-weight: bold;
	font-size: 13px;
}

#category_menu .close{
	float:right;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-top: -22px;
}

#category_menu .closesub {
	float:right;
	margin:15px;
}

.btn_category_hover {
	width: 122px;
	height: 54px;
	background-image: url("../img/btn_category_r.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
}

.btn_category a:hover{
	/*background-image: none !important;*/
}


/***********  POPUPS *********************/

#add_to_cart_wrap { 
	position:relative;
}

#add_to_cart_pop, #view_cart_pop, #auth_pop {
	width:250px; 
	border:1px solid #999; background:#fff;
	display:none;position:absolute;top:-80px;left:200px;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	text-align:center;		
	z-index:1000;
}

#view_cart_pop {
	top:54px; left:0px; /* left:675px; */ width:225px; color:#666;
}

#auth_pop {
	top:54px; left:-64px; /* left:845px; */  width:155px; color:#666; padding-top:5px;
}

#add_to_cart_pop .loading, #view_cart_pop .loading {
	position:absolute; top:0; left:0;
	width:100%; height:100%;
	background:#dedede url(../img/icon/loading3.gif) no-repeat center;
}

#add_to_cart_pop .loading .msg, #view_cart_pop .loading .msg{
	position:relative; top:50px; 
	color: #990000; font-weight:bold;
	background: #dedede; display:none;
}

#add_to_cart_pop .shade, #view_cart_pop .shade, #auth_pop .shade {
	background: #d9f0fc;
	margin:0px;
	padding:7px 0;
}

#add_to_cart_pop h2, #view_cart_pop h2 { 
	margin:0px;
	background:#dedede url(../../../img/ionexpress/cart.gif) no-repeat 6px 6px;
	padding:3px 0;
	border-bottom: 1px solid #ccc;
	text-transform:none;
}

#add_to_cart_pop .ajax_cart_quantity, #view_cart_pop .ajax_cart_quantity { font-style:normal; }

#add_to_cart_pop .product, #view_cart_pop .product { 
	text-align:left; 
	margin:15px 5px; 
}

#view_cart_pop .product { 
	min-height: 30px;
}

#view_cart_pop .product a {
	color:#666; 
}

#view_cart_pop .product table {
	width:100%;
}

#view_cart_pop .product td {
	vertical-align:top;
}


#add_to_cart_pop img { 
	float:left;
	margin: 0 5px 0 0;
}

#add_to_cart_pop .foot, #view_cart_pop .foot, #auth_pop .foot { 
	width:100%; 
	text-align:right;
}

#add_to_cart_pop .foot p, #view_cart_pop .foot p, #auth_pop .foot p { 
	margin: 4px 0 !important;
}

#add_to_cart_pop a,  #view_cart_pop a {
	text-decoration:none;
}

#auth_pop a:hover {
	text-decoration:underline;
}

#add_to_cart_pop .foot a, #view_cart_pop .foot a, #view_cart_pop .foot input {
	background: #61c7ff;
	border: 1px solid #999;
	color: #3a3a3a; font-weight:bold; 
	text-transform:uppercase;
	margin-right:5px; padding:4px;
	cursor:pointer;
}

#view_cart_pop .foot input {
	width:85px; font-size:11px;
}

#auth_pop .foot {
	float:left; display:block; 
}

#auth_pop .user, #auth_pop .pass {
	margin-right:8px;
}

#auth_pop .foot p { 
	margin: 0 5px !important;
}

#auth_pop .foot input {
	color: #003471; font-weight:bold; cursor:pointer;
	width: 68px; height:28px; margin:0px; border:0px; padding:0px;
	background: transparent url(../img/auth.btn.bg.gif) no-repeat;
}

#auth_pop p {
	margin:3px 0;
}

