/* Basic Element Formatting ------------------------------------------------------------- */

a {
	color:#036;
}

a:hover {
	color:#CC0000;
}

h1 {
	height: 35px;
	color: #CC0000;
	background-image: url(../../images/component/h1-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 33px;
}

input { 
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #30799E; 
}

select { 
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #30799E; 
}

/* Multiple-Use Selectors ------------------------------------------------------------- */

.button {
	background-color: #8dbfff;
	border: 1px solid #000;
	color: #fff;
}

/* Standard text and link formatting ------------------------------------------------------------- */

.cartheader {
	color: #CC0000;
}
.jssBoldLinks { 
	color:#036;
}

.jssBoldLinks:hover { 
	color:#ff8d29; 
}

.jssProductTitle {
	color:#fff; 
}

.jssProductTitle:hover {
	color:#ff8d29; 
}

.jssPrice {
	color: #800000;
}

.jssProductLinks, .jssProductLinks:link
{
	color: #f08100;
}

.jssProductAdd, .jssProductAdd:link
{
	color: #f08100;
}


/* Main Content (Middle) Styles ------------------------------------------------------------- */

div#jssMainContent {
	color: #555;
}

.homeTextBlue {
	color: #0066CC;
	font-weight: bold;
}

.jssPageHeading, .jssPageSubHeading {
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
	background-color: #008FE4;
	background-image: url(../../images/component/balloonDesigner/optionHeading-bg.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 20px;
}

.jssPageSubHeading {
	font-size: 14px;
}

/* Footer Styles ------------------------------------------------------------- */

div#jssFooter {
	color: #555;
}

#jssFooterLinks a { 
	color: #555;
}

#jssFooterLinks a:link, #jssFooterLinks a:visited
{
	color: #CC0000;
}

#jssFooterLinks a:hover
{
	color: #555;
}

/* General Form Styling ------------------------------------------------------------- */

.jssFormTable caption {
	border-bottom: 1px dotted #000;
}

.jssFormTable td.jssFormSubmit {

}

.jssFormTable input, .jssFormTable textarea {
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #30799E;
}

.jssFormTable select {
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #30799E;
}

.jssFormTable td.jssFormSubmit input {
	background-color: #006EAF;
	border: 1px solid #000;
	color: #fff;
}

.jssFormError {
	color: #f00;
}

.jssError {
	color: #f00;
}

/* general table styling ------------------------------------------------------------- */

.jssGeneralTable th {
}

.jssGeneralTable a:link, .jssGeneralTable a:visited {
	color: #036;
}

.jssGeneralTable a:hover {
	color: #000;
}

/* Product Option (qty discounts, combinations etc.) ------------------------------------------------------------- */

.jssProductTable th {
	background-color: #aaaaaa;
}

.jssProductTable td {
	background-color: #dddddd;
}

/* Index-specific Styles ------------------------------------------------------------- */

/* Section And Listing Styles ------------------------------------------------------------- */

#pageslist li {
	border: 1px dotted #000000; 
	background-color: #8dbfff; 
	color: #000000;
}

#pageslist a { 
	background-color: #8dbfff;
}

#pageslist a:link, #npageslist a:visited {
	color: #000000;
	background-color: #8dbfff;
}

#pageslist a:hover {
	color: #fff;
	background-color: #036;
}

/* Other/Misc Styles ------------------------------------------------------------- */

.jssProductFlag {
	background-color: #f08100; 
	color: #ffffff; 
	border: 1px dotted #f00; 
	border-left: 3px solid #f00; 
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb; background: #fff;
}

.jssSendFriendDiv a { 
	color:#ff8d29; 
}

.jssSendFriendDiv a:hover { 
	color:#ff8d29; 
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb; background: #fff; color: #fff;
}