#sendemail {
	height: 70px;
	background-color: #fff;
	top: 150px;	
	padding-left: 20px;
	padding-right: 25px;
	width: 820px;
	font-size: 0.75em;
	margin: 50px auto 0 auto;
	color: #9F9F9F;
}
#sendemail p {
	opacity: 1;
	font-size: 0.9em;
	position: relative;
	width: 580px;
	float: left;
}
#sendemail form {
	padding-top: 8px;
	text-align: right;
}
.clickthrough #sendemail input, .clickthrough #sendemail form {
	opacity: 1;
}



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

.button {
	border: 1px solid #BDBDBD;
	background-color: #9bcdd6;
	color: #FFF;
	padding: 5px 8px;
	text-transform:lowercase;
	font-family: 'Century Gothic', Tahoma, verdana, sans-serif;
	font-weight: bold;
	margin-right: 5px;
}

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

.jssBoldLinks { 
	color:#036;
}



.jssProductTitle {
	color:#fff; 
}

.jssMenuBoxTitle {
	color: 	#A2C3CC;
}
#press {
	color: 	#4483B6;
	font-size: 0.8em;
}



.jssProductLinks, .jssProductLinks:link
{
	color: #94aeb9;
}



/* Header Styles ------------------------------------------------------------- */
.jssHeaderBlockTitle
{
	background-color: #3586ef;
	color: #ffffff;
}

.jssHeaderBlockContent
{
	background-color: #539dfb;
	color: #ffffff;
}

.jssHeaderBlockContent a {
	border: 1px solid #8dbfff;
}

.jssHeaderBlockContent a:link,  .jssHeaderBlockContent a:visited {
	color: #fff;
	background-color: #369;
	border: 1px solid #8dbfff;
}

.jssHeaderBlockContent a:hover {
	color: #fff;
	background-color: #036;
	border: 1px solid #FFFFFF;
}

.jssHeaderBlockLinks a:link,  .jssHeaderBlockLinks a:visited {
	color: #a1a1a1;
	
}

.jssHeaderBlockLinks a:hover,  .jssHeaderBlockLinks a:active {
	color: #ee7cc9;
	
}




/* Right and Left Menu Box Style ------------------------------------------------------------- */


.jssMenuBoxContent,
.jssMenuBoxContentCent {
	background-color: #fff;
}

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

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



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


.jssFormError {
	color: #f00;
}

.jssError {
	color: #f00;
}

/* Cart Styling ------------------------------------------------------------- */

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



.jssCartTable .ordertotal th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #e1e7eb;
	color: #000;
	font-size: 0.85em;
}
.jssCartTable .ordertotal th.desc {
	text-align: right;
	padding-right: 10px;
	
}



/* general table styling ------------------------------------------------------------- */
.page .jssGeneralTable  {
	width: 100%;	
	margin: 0 0 20px 0;
}
.page .jssGeneralTable th {
	border:none;
}
.jssGeneralTable th {
	border-bottom: 1px solid #ccc;
}



.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: #9BCDD6; 
	color: #000000;
	padding: 3px;
}

#pageslist a { 
	background-color: #9BCDD6;
}

#pageslist a:link, #npageslist a:visited {
	color: #000000;
	background-color: #9BCDD6;
}

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

/* Zoom styles */
#wrap {
	width: 400px;
	position: relative;
	float: left;
}
#small {
	position: relative;
	width: 400px;
	height: 400px;
}
#large {
	background: white;
	position: relative;
	width: 800px;
	height: 800px;
}
#mover {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	overflow: hidden;
	z-index: 100;
	background: white;
	display: none;
}
#overlay {
	border: 1px solid #a8d9e0;
	width: 148px;
	height: 148px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

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

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





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