#header
{
	width:960px;
	height:30px;
	background-color:#222;
	border-left:1px solid #222;
	border-right:1px solid #222;
    margin: 0px auto;
}

#header a
{
	color:#ccc;
	text-decoration:none;
}

#header_content
{
	margin:0 auto;
	width:960px;
	font-size:11px;
	position:relative;
}

#kinzin_bar
{
    font-weight:bold;
	float:right;
	margin:0;
	height:30px;
}

#kinzin_bar a
{
	border-left:1px solid #444;
	float:left;
	display:block;
	padding:6px 10px;
	text-align:center;
}

#kinzin_bar.marketing_site
{
	margin-top:20px;
}

#kinzin_bar a:hover
{
    background-color:#444;
	color:#fff;
	text-decoration:none;
}

#kinzin_bar input{
    color: #888;
    float: left;
    margin: 4px 3px 0px 0px;        
}

.kinzin-logo
{
	margin:4px 0 0;
	padding:0;
	background:url(/images/kinzin-icon-02.png) no-repeat;
	height:20px;
	width:90px;
	overflow:hidden;
}


.profile_nickname
{
	font-size:14px;
	padding:8px 0 0;
	color:#999;
}

.small-green
{
	font-size:11px;
	font-weight:normal;
	color:#360;
}
#header .small-green
{
    color:#9c3;
}

#navigation_breadcrumbs
{
	border-width:0 1px 1px;
	border-color:#ccc #ccc #999 #ccc;
	border-style:solid;
	height:35px;
	padding-left:5px;
	width:955px;
	background-color: #FFF;
}

#navigation_breadcrumbs > div{
  padding: 5px 6px 2px;
}

#home_bar{
    background-color:#ddd;
	border-width:0 1px 1px;
	border-color:#ccc #ccc #999 #ccc;
	border-style:solid;
	height:40px;
    width: 960px;
}

#home_bar > div{
  padding: 7px;
}
#home_bar .breadcrumb_current_page, .cart_active_bar div:first-child span {
	font-weight:bold;
	font-size:22px;
	color:#333;
	line-height:normal;
    padding:2px 0 8px 0;
}
.active_bar, .cart_active_bar
{
    font-size:12px;
    font-weight:bold;
    background-color:#ddd;
    background:-moz-linear-gradient(center top , #fff, #ddd) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	margin:0 auto;
	width:960px;
	border:1px solid;
	border-color:#000 #ccc #ccc #ccc;
	height:40px;
}

#prints_link, #members_link, #albums_link
{
    background-color:#ddd;
    background:-moz-linear-gradient(center top , #fff, #ddd) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
}

#spacer_title
{
	float: left; 
	width: 627px;
	border:0px;
	height:100px;
}

#spacer_title:hover
{
	background:inherit;	
}

#title_link
{
    float:left; 
    height:40px; 
    width:627px; 
    border:0px; 
}

.active_bar a, .cart_active_bar a
{
	color:#444;
}

.active_bar div, .cart_active_bar div
{
    color:#000;
	float:right;
	width:110px;
	border-left:1px solid #ccc;
	cursor:pointer;	
}

.active_bar #albums_link, .active_bar #members_link
{
    width:100px;
}
.active_bar #prints_link
{
    width:130px;
}

.active_bar p, .cart_active_bar p
{
	text-align:center;
	padding:14px 0 0;
	height:26px;
}

#prints_link:hover, #members_link:hover, #albums_link:hover, .cart_active_bar div:hover
{
    background:#ddd;
    cursor:pointer;
}

.active_bar div.no_pointer:hover {
    background-image: none;
}
.active_bar a:hover,.active_bar div:hover a, #title_link:hover h1, .cart_active_bar a:hover, .cart_active_bar div:hover a
{
	color:#04a;
	text-decoration:none;
}



.cart_active_bar > div:first-child
{
    float:left;
	width:627px;
	border:0;
	border-bottom:1px solid #999;
    background: #ddd;
    cursor: default;
}
.active_bar h1, .cart_active_bar h1
{
	color:#333;
	font-size:20px;
	padding:8px 0 0 10px;
	text-align:left;
}

.active_bar .active, 
.cart_active_bar .active
{
	background:#fff;
	border-bottom-width: 1px; 
	border-bottom-color: #fff;
	border-bottom-style: solid;
    color: #333;
    cursor: default;
    color:#000;	 
}

.active_bar div:hover.active,
.active_bar .active:hover, 
.active_bar .active:hover a, 
.cart_active_bar div:hover.active,
.cart_active_bar div:hover.active a,
#top_menu_bar_current:hover.active,
#top_menu_bar_current:hover.active a
{
    color: #000;
}

.cart_active_bar div{
    float: right;
    width: 111px;
    height: 100%;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;  
}

.cart_active_bar p{
    text-align: center;
    padding-top: 18px; 
}

.cart_active_bar > div:first-child{ 
    float: left;
    width: 512px;
    border: 0px;
    border-bottom: 1px solid #999;
    overflow: hidden;
}

.cart_active_bar div:first-child span{
    padding-top: 7px;
    padding-left: 10px;
    float: left;		
}



.active_bar .tab_disabled:hover, .cart_active_bar .tab_disabled:hover
{
    background: transparent;
    cursor:default;
}

.tab_disabled:hover p a, .tab_disabled p a
{
    color:#999;
    cursor:default;
}


#menu-container
{
	border:1px solid #666;
	padding:1px;
	background-color:#FFF;
	position:absolute;
	z-index:100;
	left:-75px;
	*top: 23px; /* IE only */
	width:220px;
}

#project-menu ul
{
	position:relative;
}

#project-menu li
{
	border-top:1px solid #ddd;
	background:#FFF url(/images/icon-add-01g.png) no-repeat scroll 5px;
	padding:6px 0 6px 23px;
}

#project-menu li:hover
{
    background-color:#ddd;
}
#project-menu a:hover, #project-menu li:hover a
{
    color:#04a;
    text-decoration:none;
}
#project-menu li:first-child
{
	border:0;
}
#project-menu a
{
    color:#000;
    text-align: left;
}

#header .kinzin-logo
{
	float:left;
}

.kinzin-logo a:hover
{
	text-decoration:none;
}

#header_logo
{
	height:30px;
}

.icon-button
{
	margin:7px 0 0;
}

.home-icon
{
	margin:0;
	padding:0 0 0 17px;
	background:url(/images/home-icon-01.png) no-repeat;
	height:16px;
}

.cart-icon
{
	margin:0;
	padding:0 0 0 20px;
	background:url(/images/cart-icon-02.png) no-repeat;
	height:16px;
}

.help-icon
{
	margin:0 0 0 8px;
	padding:0 0 0 16px;
	background:url(/images/help-icon-01.png) no-repeat;
	height:16px;
}

.cart-icon:hover,.help-icon:hover, .home-icon:hover
{
	background-position:0 -16px;
}

/* feedback dialog */
#feedback_sending_success
{
	color:#cf9;
}

#error_sending_feedback
{
	color:#fcc;
}

.sending_feedback
{
	color:#bbb;
}

.feedback_form
{
	z-index:1002;
}

#feedback_form_table td
{
	vertical-align:top;
	padding-bottom:5px;
}

#feedback_message_body
{
	width:330px;
	height:120px;
}

/* top menu bar */
#top_menu_bar
{
    background:#ddd;
	width: 960px;
    margin: 0px auto;
	height: 40px;
    border: 1px solid;
    border-color: #ccc #ccc #999 #ccc;
    border-top: 0px;
}

#top_menu_bar_content
{
    font-size:12px;
    font-weight:bold;
    height:40px;
    margin:0 auto;
    position:relative;
    width:960px;
}

.top_menu_bar_links
{
    background-color:#ddd;
    background:-moz-linear-gradient(center top , #fff, #ddd) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    border-right:1px solid #ccc;
    float:left;
    height:40px;
    width:auto;
    padding: 0px 7px;
}

.top_menu_bar_links:hover
{
    background:#ddd;
    cursor:pointer;
}

.top_menu_bar_links a
{
    color:#444;
    float:left;
    margin-top:14px;
    padding:0 10px;
}

.top_menu_bar_links:hover a
{
    color:#04a;
	text-decoration:none;
}

#top_menu_bar_current
{
    color:#000;
    background:#f7f7f7;
    border-bottom:1px solid #f7f7f7;
}

.top_menu_bar_links#top_menu_bar_current a
{
	color:#000;
}

#top_menu_bar #kinzin_bar
{
    margin:5px 5px 0 0;
}
#banner_image
{
	border-bottom:1px solid #000;
	background-image:url(/images/green-stripes.gif);
	height:50px;
	width:100%;
}

#banner_title
{
	width:940px;
	margin:0 auto;
	height:50px;
}

#banner_title h1
{
	margin:0 0 0 60px;
	padding:6px 0 0;
	color:#FFF;
	display:block;
	width:500px;
	overflow:hidden;
	font-size:26px;
}

#banner_right_text
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    float: left; 
	width: 320px; 
	height: 38px;	
	border-width: 0px 0px 0px 0px; 
	border-top-color:#999; 
	border-top-style:solid;margin:0px;	
/*Fallback for older browsers*/
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000050,endColorstr=#30000050);
/* IE */
	background-color:rgba(0,0,0,0.3);
/*Webkit, gecko*/
	line-height:16px;
	zoom:1;
	margin: 10px 0px 10px 0px;
	padding-bottom: 1px;  
}

#banner_right_text div
{
	padding:4px 7px;
	color:#FFF;
    font-weight: bold;
	font-size:11px;
	text-align:center;
}

.edit_link_color{
    font-size:12px;
    color:#04a; 
    font-weight:normal;
    margin-left:10px;
    cursor: pointer;
}
.edit_link_color:hover{
    text-decoration:underline;
}

.show{
    display: inline;
}
