/* site in seconds default styles */
 

html {
	font-size: 10pt;
}


/* main page body style */
body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
	line-height: 1.1em;
	font-size: 10pt;
}


.heading1, h1 {
	font-size: 190%;
	line-height: 1.2em;
	display: block;
	font-weight: bold;
	font-family: Arial, Verdana;
}

.heading2, h2 {
	font-size: 165%;
	line-height: 1.2em;
	display: block;
	font-weight: normal;
	font-family: Arial, Verdana;
}

.heading3, h3 {
	font-size: 140%;
	line-height: 1.2em;
	display: block;
	font-weight: normal;
	font-family:  Arial, Verdana;
}

.heading4, h4 {
	font-size: 100%;
	line-height: 1.2em;
	display: block;
	font-weight: bold;
	font-family: Arial, Verdana;
}


.heading5, h5 {
	font-size: 300%;
	line-height: 1.2em;
	display: block;
	font-weight: bold;
	font-family: Arial, Verdana;
}


.heading6, h6 {
	font-size: 250%;
	line-height: 1.2em;
	display: block;
	font-weight: bold;
	font-family: Arial, Verdana;
}







/***** COMMON FEATURES ********************************/
/***** COMMON FEATURES ********************************/
/***** COMMON FEATURES ********************************/
/***** COMMON FEATURES ********************************/
/***** COMMON FEATURES ********************************/
/***** COMMON FEATURES ********************************/


table {
	font-family: Arial, Verdana;
	font-size: 100%;
}


/* used for putting text for non-css stuff */
.hiddentext {
	display: none;
}

/* default link style */
a, .continueToPaypalLink {
	text-decoration: none;
	color: #0000FF;
}

/* default link style - hovered */
a:hover, .continueToPaypalLink:hover {
	text-decoration: underline;
}


.continueToPaypalLink {
	border: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	background-color: transparent;
}

/* remove the BR you get from forms */
form {
	display: inline;
}


.breakfloat {
	clear: both;
}


p {
	text-align: left;
	margin: 0; 
	padding: 0 0 1em; 
}


.cmsPageFooter {
	border: 4px solid #000000; 
	padding: 8px; 
	background: #404040;
	color: #FFFFFF;
	font-family: arial;
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 10px;
	opacity: 0.9;
}



.cmsPageFooter a {
	color: #FFFFD0;
	text-decoration: none;
}

.cmsPageFooter a:hover {
	color: #FFFF60;
	text-decoration: none;
}


.contactFormTable {
	border: 0px;
}

.contactFormTable th {
	text-align: right;
}

.contactFormInputText, .contactFormInputEmail, .contactFormInputPhone, .capchaWordBox, .checkoutTextField {
	outline: none;
	border: 1px solid #C0C0C0;
	padding: 2px;
	width: 300px;
}


.checkoutForm th {
	text-align: right;
}


.shopQuantityField {
	outline: none;
	border: 1px solid #C0C0C0;
	padding: 2px;
	width: 50px;
	text-align: right;
}

.contactFormInputField {
	width: 300px;
	height: 100px;
	outline: none;
	border: 1px solid #C0C0C0;
	padding: 2px;
}

.contactFormSubmitButton, .shopFormSubmitButton {
	border: 1px solid #C0C0C0;
	background-color: #F0F0F0;
	color: #000000;
	cursor: pointer;
	padding: 5px;
}

.contactFormSubmitButton:hover, .shopFormSubmitButton:hover {
	border: 1px solid #C0C0C0;
	background-color: #000000;
	color: #F0F0F0;
	cursor: pointer;
	padding: 5px;
}

.contactFormError, .checkoutError {
	color: #C00000;
}

.shopCellImage, .shopCellImage2 {
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: 50% 5px;	
}

.shopCellImage2 {
	background-position: 50% 50%;	
}

.galleryCellImage, .galleryCellImage2 {
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: 50% 5px;	
}

.galleryCellImage2 {
	background-position: 50% 50%;	
}


.imageExpanderMini {
	display: block;
	width: 55px;
	height: 55px;
	text-decoration: none;
}

.galleryCellImageLarge {
	width: 605px;
	height: 605px;
	background-repeat: no-repeat;
	background-position: 50% 50%;	
}

.shopCellImageLarge {
	width: 255px;
	height: 255px;
	background-repeat: no-repeat;
	background-position: 50% 50%;	
}

.imageExpanderMaxi {
	display: block;
	width: 255px;
	height: 255px;
	text-decoration: none;
}

.imageExpanderMini:hover {
	display: block;
	text-decoration: none;
	opacity: 0.15;
	background-color: #FFFFFF;
	filter: alpha(opacity = 15);
}


