/* Basic Element Formatting ------------------------------------------------------------- */
body {
	color: #555;
}

#jssMainContentHome p a, #jssMainContent p a, #jssMainContent table a {
	border-bottom: 1px dashed;
}

#jssMainContent table td.accImage a {
	border: none;
}

a, a:hover {
	text-decoration: none;
}

#jssMainContent a.imageLink {
	border: none;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#jssMainContent p, #jssMainContent table {
	font-size: 14px;
}

form {
	margin: 0;
	padding: 0;
}

input {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 1px;
}

textarea {
	overflow: auto;
}

select {
	font-size: 1em;
	font-weight: normal;
}

ol {
	font-size: 14px;
}

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

.clearLeft {
	clear: left;
}

.clearBoth {
	width: 100%;
	height: 0px;
	clear: both;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

.button {
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	height: 1.6em;
}

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

.jssSmallerText {
	font-size: 0.8em;
	width: 100%;
}

.jssBoldLinks { 
	font-size: 0.8em;
	text-decoration: none; 
	font-weight: bold;
}

.jssBoldLinks:hover { 
	text-decoration: none; 
	font-weight: bold;
}

.jssProductTitle {
	font-size: 0.75em;
	text-decoration: none; 
}

.jssProductTitle:hover {
	font-size: 0.75em;
	text-decoration: none; 
}

.jssPrice {
	font-weight: bold;
	font-size: 0.8em;
}

.jssProductLinks, jssProductLinks:link {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 0.7em;
	white-space: nowrap;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}

.jssProductAdd {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	margin-left: 0px;
	padding-top: 0px;
	font-size: 0.7em;
	font-weight: bold;
	border: 0px;
	text-align: left;
	cursor: pointer;
}

/* HOME PAGE -------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
.homeCreate {
	width: 170px;
	height: 345px;
	margin: 0px;
	padding: 10px;
	float: left;
	background-color: #75CBFF;
	background-image: url(../../images/component/create-balloon-bg.gif);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 15px;
}

	.homeCreateTitle {
		margin: 0px 0px 10px 0px;
		font-size: 30px;
		line-height: 0.95;
	}
	
		#jssMainContentHome .homeCreateTitle a {
			color: #FFF;
			font-size: 27px;
		}
		
		#jssMainContentHome .homeCreateTitle a:hover {
			color: #C00;
		}
		
	.createBalloon {
		width: 136px;
		margin: 10px auto;
	}
	
	.homeCreate a {
		color: #003A5E;
		font-weight: bold;
	}

.homeIntro {
	width: 580px;
	margin: 0px 0px 0px 15px;
	float: left;
	font-size: 13px;
	line-height: 1.3;
}

	.zizzi {
		margin: 0px 0px 5px 10px;
	}

.homeBoxDarkBlue, .homeBoxLightBlue {
	width: 176px;
	height: 126px;
	margin: 0px 0px 0px 13px;
	padding: 7px;
	float: left;
}

.homeBoxDarkBlue {
	background-color: #009EFD;
	background-image: url(../../images/component/homeBoxDarkBlue.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFF;
	position: relative;
	font-size: 22px;
}

.homeBoxLightBlue {
	background-color: #75CBFF;
	background-image: url(../../images/component/homeBoxLightBlue.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #003A5E;
	font-size: 22px;
}

	.homeBoxDarkBlue a, .homeBoxLightBlue a {
		color: #FFF;
	}

	.homeGlobe {
		float: right;
		position: absolute;
		bottom: 18px;
		right: -17px;
	}

	.homeYellowTitle a {
		color: #FFCC33;
		font-size: 22px;
		line-height: 1;
	}
	
	.homeMedium {
		margin: 10px 0px 10px 0px;
		color: #FFF;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.1;
	}
	
	.homeSmall {
		margin: 0px;
		font-size: 12px;
		line-height: 1.1;
	}
	
		.homeSmall a {
			color: #FFCC33;
			font-weight: bold;
		}
		
	.homeWhite {
		color: #FFF;
	}
	
	.homeBlue, a.homeBlue {
		color: #003A5E;
	}
	
/* MAJOR PAGES STYLING ---------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/

/* Balloon Printing */
.bpTable td {
	padding: 5px 0px 20px 0px;
	border-top: 1px solid #CCC;
}

.bpLeftColumn {
	font-size: 16px;
	font-weight: bold;
}

.bpTable table td {
	padding: 0px 0px 5px 0px;
	border-top: none;
}

/* Latex Balloons */
.lbTable td {
	width: 90px;
	padding: 3px 0px;
	text-align: center;
}

/* MAIN CONTENT STYLING --------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/

.jssPageHeading {
	font-size: 0.95em;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
}

.jssPageSubHeading {
	font-size: 0.85em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

.jssBreadcrumb {
	width: 100%;
	font-size: 0.7em;
	margin-bottom: 10px;
}

.jssBreadcrumbTitle {
	font-weight: normal;
	padding-left: 3px;
	margin-right: 3px;
}

/*------------------------------------------------------------------------------------*/

/* CART STYLING ----------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/

.jssCartDiv {
	text-align: center;
}

.jssCartTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}

.jssPCentered {
	text-align: center;
}

.jssCartTable th {
	font-weight: bold;
	padding: 5px 0px;
	border-bottom: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
}

.jssCartTable th.right {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	vertical-align: top;
}

.jssCartTable td {
	font-weight: normal;
	padding: 5px 0px;
	text-align: left;
	vertical-align: top;
}

.jssCartTable td.right {
	font-weight: normal;
	padding: 5px 0px;
	text-align: right;
	vertical-align: top;
}

.jssCartTable th.total {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	vertical-align: top;
}

.cartProductOptions {
	margin: 5px 0px 0px 0px;
	font-size: 11px;
}

#jssMainContent a.cartButton {
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #FFF;
	text-decoration: none;
}

#orderingCartOptions {
	font-size: 11px;
}

/*------------------------------------------------------------------------------------*/

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

#checkoutLogin, #checkoutOpen, #checkoutNoAccount {
	width: 244px;
	height: 170px;
	margin: 0px 4px;
	padding: 3px;
	float: left;
	border: 1px solid #DDD;
	font-size: 13px;
}

/*------------------------------------------------------------------------------------*/

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

.jssForm {
}

.jssFormRow {
	clear: both;
	height: 15px;
	font-size: 0.8em;
	margin: 5px 0 0 0;
} 

.jssFormCol1 {
	float: left;
	width: 150px;
	text-align: left;
	height: 15px;
	padding: 2px;
	margin-right: 2px;
	font-weight: bold;
}

.jssFormCol2 {
	float: left;
	text-align: left;
}	

.jssError {
	font-size: 0.8em;
	font-weight: normal;
}

.jssFormDiv {
	text-align: center;
}

.jssFormTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssFormTable caption {
	margin-left: auto;  margin-right: auto;
	font-size: 0.70em;
}

.jssFormTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
	vertical-align: top;
	padding-top: 3px;
}

.jssFormTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
}

.jssFormTable td.jssFormSubmit {
	text-align: right;
}

.jssFormTable input, .jssFormTable textarea {
	padding: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.jssFormTable select {
	font-size: 1em; 
	font-weight: normal;
}

.jssFormTable td.jssFormSubmit input {
	width: auto;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

.jssFormError {
	font-weight: bold;
	font-size: 0.8em;
}

/* Contact form ---------------------------------------------------------------------- */
.jssContactFormDiv {
	width: 500px;
}

.jssContactFormDiv table {
	margin: 0px;
}

.jssContactFormDiv input, .jssContactFormDiv textarea {
	width: 200px;
}

.jssContactFormDiv textarea {
	height: 100px;
}

.jssContactFormDiv .jssFormTable td.jssFormSubmit {
	text-align: left;
}

.jssContactFormDiv .jssFormTable td.jssFormSubmit input {
	height: auto;
	margin: 0px 0px 0px 0px;
	border: 2px solid #C00;
	background-color: #006FB1;
	color: #FFF;
}

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

.jssGeneralTableDiv {
	text-align: center;
}

.jssGeneralTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssGeneralTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.jssGeneralTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
}

.jssGeneralTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 12px;
}

.jssGeneralTable td.bold {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 12px;
}

.jssGeneralTable a {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 12px;
	white-space: nowrap;
}

.jssGeneralTable a:link, .jssGeneralTable a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.jssGeneralTable a:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

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

.jssProductTableDiv {
	text-align: center;
}

.jssProductTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	width: 100%;
	border: 0px;
}

.jssProductTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.jssProductTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.jssProductTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

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

div#pagescontainer {
	float: right;
	position: relative;
	top: 0px;
	padding: 1px;
	margin-bottom: 5px;
}

ul#pageslist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#pageslist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin: 0px; font-weight: normal; font-size: 0.75em;
}

#pageslist a {
	padding: 0px 3px 0px 3px; 
	margin: 0px; 
	font-weight: normal; 
	font-size: 1em;
}

#pageslist a:link, #npageslist a:visited {
	text-decoration: none;
}

#pageslist a:hover {
	text-decoration: none;
}

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

.jssProductListMain {
	clear: both; padding-top: 2px;
	margin-bottom: 2px;
}

.jssProductListTitle {
	float: left; margin-right: 5px;
}


.jssSecFlagsDiv {
	float: right; width: 4.5em; margin-left: 5px; padding: 3px;
}

.jssProductFlag {
	margin-bottom: 3px; 
	padding-left: 3px; 
	font-size: 0.6em; 
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
}

.jssSectionThumbnail {
	float: left;
}

.jssSectionDesc {
	margin-left: 105px;
}

.jssSubSecDiv {
	width: 100%; clear: both; text-align: left;
}

.jssSecImages {
	float: left; margin-right: 5px; padding: 3px;
}

.jssLinksDiv {
	padding: 3px; font-weight: bold;
}

.jssSubSecTitle {
	padding-top: 3px;
}

.jssSectionContent {
	clear: both; padding-top: 10px;
}

.jssSecProductTitle {
	padding-top: 3px;
}

.jssSecProductDiv {
	clear: both; text-align: left;
	margin-left: auto; margin-right: auto;
}

.jssSendFriendDiv a:hover {  
	text-decoration: underline; 
	cursor: pointer;
}

.jssProductSep {
	clear: both; border: 0px; margin-bottom: 5px; height: 5px;
}

.jssProductFullImage {
	float: left; margin-right: 10px; border: 1px solid;
}

.jssProductOptionsDiv {
	float: right; width: 254px;
}

.jssProductFieldsDiv {
	float: left; margin-left: 5px; text-align: left;
}

.jssSendFriendDiv {
	float:right; font-weight: bold;
}

.jssSendFriendDiv a { 
	font-size: 1em;
	text-decoration: none; 
}

/* QUOTE FORM -------------------------------------------------------------------------------*/
#quoteForm {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

	#quoteForm li {
		width: 100%;
		margin: 0px 0px 10px 0px;
		float: left;
		clear: left;
	}

		#quoteForm label, #quoteForm input, #quoteForm textarea, #quoteForm select {
			float: left;
		}
		
		#quoteForm label {
			width: 220px;
			margin: 0px 10px 0px 0px;
		}
		
		#quoteForm textarea {
			overflow: auto;
			border:1px solid #30799E;
		}
		
		#quoteForm li.submit input {
			height: auto;
			margin: 0px 0px 0px 230px;
			border: 2px solid #C00;
			background-color: #006FB1;
			color: #FFF;
		}
/*-------------------------------------------------------------------------------------------*/

/* FOIL BALLOONS ----------------------------------------------------------------------------*/
.foilPriceTable td {
	padding: 5px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
/*-------------------------------------------------------------------------------------------*/

/* PROMOTIONAL IDEAS ------------------------------------------------------------------------*/
div.promoIdea {
	width: 46%;
	margin: 0px 30px 20px 0px;
	float: left;
}

img.promoImage {
	margin: 0px 7px 0px 0px;
	border: 2px solid #C00;
}
/*-------------------------------------------------------------------------------------------*/

/* ACCESSORIES ------------------------------------------------------------------------------*/
.accessory, .accessoryEnd {
	width: 231px;
	height: 350px;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	float: left;
	border: 1px solid #999;
	font-size: 14px;
}

.accessoryEnd {
	margin: 0px 0px 10px 0px;
}

.accImage {
	width: 230px;
	height: 200px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

.accDesc {
	margin-bottom: 20px;
	padding-top: 0px;
	border-top: none;
}
/*-------------------------------------------------------------------------------------------*/
