@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for HOOPS FOR HOPE                      */
/* Last Updated: 03.18.09 by Cory Perry                               */
/*--------------------------------------------------------------------*/

/* For Links styling - refer to links.css file------*/
/* For Form styling - refer to forms.css file-------*/
/* For Navigation styling - refer to nav.css file---*/


#store-main-content {
	width: 977px;
	height: 650px;
	position: relative;
}

/* left side content/copy styling */
#store-main-content #store-content-left {
	margin: 10px 20px 20px 20px;
	padding-top: 0px;
	padding-right: 15px;
	width: 1000px;
/*
	height: 490px;
	overflow: auto;
*/
}

#store-main-content #store-content-left h2.main-header {
	font-weight: bold;
	font-size: 19px;
}

#store-main-content #store-content-left h4 {
	font-weight: bold;
	font-size: 13px;
}

#store-main-content #store-content-left p {
	font-size: 11px;
	line-height: 18px;
	margin: 9px 0 9px 0;
}

#store-main-content #store-content-left ul, #store-main-content #store-content-left ol {
	font-size: 11px;
	margin: 12px 0 12px 19px;
	line-height: 18px;
}

#store-main-content #store-content-right {
	position: absolute;
	top: 0px;
	right: 13px;
}

#store-main-content #store-content-right #donate {
	width: 342px;
	height: 176px;
	margin-left: 3px;
}

.form_style {
	font-size: 11px;
	font-family: inherit;
	padding-bottom: 5px;
	padding-top: 5px;
}

.form_box_style {
	font-size: 11px;
	font-family: inherit;
}

#store-main-content #store-content-left td {
/*
	width: 240px;
	float: left;*/
	text-align: center;
}

#store-main-content #store-content-left td a {
	text-decoration: none;
}

#store-main-content #product-content-right ul, #product-main-content #store-content-right ol {
	font-size: 11px;
	margin: 12px 0 12px 19px;
	line-height: 18px;
}

#store-main-content #product-content-left {
	margin: 10px 20px 20px 20px;
	padding-top: 0px;
	padding-right: 15px;
	width: 420px;
/*
	height: 490px;
	overflow: auto;
*/
}

#store-main-content #product-content-right {
	position: absolute;
	top: 0px;
	right: 13px;
	width: 557px;
}

#store-main-content #product-content-right h2 {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	line-height: 28px;
}

#store-main-content #product-content-right p {
	font-size: 11px;
	line-height: 18px;
	margin: 9px 0 9px 0;
}

#store-main-content #product-content-right #optionLabel, #main-content #content-left #optionLabel {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	width: 100px;
	text-align: right;
	float:left;
	padding-right: 5px;
}

#store-main-content #product-content-right #product-shipping {
	font-size: 12px;
	font-style: italic;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 10px;
}

