@import url('../../../default/external/css/secondary_theme_styles.css');

/*
 * Leave first line of this file intact to make software updates easier!
 * 
 * File Created from Geo v7.0.3 (GIT: 6.0.7-3-gce41f93)
 */


/* 
 * Secondary theme styles, 
 * 
 * This file should hold all the "s" theme styles.  This is meant
 * to be able to mix-match with secondary CSS styles to achieve different
 * primary/secondary color combinations.
 * Secondary Colors: #ff0000 #EBF4DD #ff0000
 */

/* ######### GLOBAL STYLES ######### */

h1.title {
	background: #ff0000 url('../images/backgrounds/c_bar_secondary.gif');
	height: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 4px 0px 0px 5px;
}

/* ######### BUTTON STYLES ######### */

.button:hover,
.button:active,
.input.button:hover,
.input.button:active,
.large_button:hover,
.large_button:active
{
	border: 1px solid #000000;
	background: #ffffff; url('../images/backgrounds/button_hover.gif') repeat-x top left;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.mini_button:hover,
.mini_button:active,
.editor_ok_button:hover,
.edit:hover,
.edit:active,
.preview:hover,
.preview:active,
h2.title a.show_instructions_button:hover,
h2.title a.show_instructions_button:active
{
	border: 1px solid #000000;
	background: #ffffff; url('../images/backgrounds/button_hover.gif') repeat-x center left;
	color: #ff0000;
	font-size: 14px;
	text-decoration: none;
}

/* ######### LIST STYLES ######### */

.checklist li {
	list-style: none;
	background: url('../images/backgrounds/bullet_list_checkmark.gif') no-repeat 0 5px;
	padding: 5px 5px 10px 30px;
	font-weight: normal;
	color: #000000;
	font-size: 14px;
}

checkbox ul li {
	list-style: none;
	background: url('../images/backgrounds/bullet_list_checkmark.gif') no-repeat 0 5px;
	padding: 5px 5px 10px 30px;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}

/* ########### LIGHTBOX ########## */ 

div.closeBoxX {
	/* Used for red X to close the lightbox, used on "popup style" lightboxes */
	
	/* Not used for the slideshow, this is used when the lightbox is used
		for a mini-popup such as a yes/no confirmation. */
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 5px;
	width: 15px;
	height: 15px;
	background: url('../images/close.gif') no-repeat top left;
}

div.closeBoxX:hover {
	/* Shift the background, make it look "pushed down" when hovering. */
	background: url('../images/close.gif') no-repeat 1px 1px;
}

/* ######### VIDEO UPLOAD ######### */

div.offsite_video_box_title_editing {
	background: #ff0000 url('../images/backgrounds/c_bar_secondary.gif');
}

/* ######### SECONDARY FONT COLOR ######### */

.price,
breadcrumb li.active,
listing_info_column li.price,
print_listing_info_column li.price
{
	color: #000000;
	font-size: 14px;
}

.highlight_links a:hover,
.highlight_links a:active,
extra_links li a:hover,
extra_links li a:active,
user_bar a:hover,
user_bar a:active,
footer p a:link,
footer p a:visited,
.cart_item_subtotal,
.total_cart_item,
.total_order_item,
.listing_extra_item_child
{
	color: #ff0000;
	font-size: 14px;
}

#user_bar a:link,
#user_bar a:visited,
.needs_attention
{
	color: #ff0000;
	font-size: 14px;
}

/* ##### 7.3 COMPATIBILITY ##### */
html {line-height: normal;}
.blurb {position: static;margin: 0;}
nav.footer {box-sizing: content-box;-moz-box-sizing: content-box;position: static;background: none;margin: 0;}
nav.footer a {float: none;width: auto;}
input[type="text"] {box-sizing: content-box;-moz-box-sizing: content-box;}
.breadcrumb {background: none repeat scroll 0 0 #EEEEEE;}