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


/* STANDARD HTML TAGS */


/* BODY */
body { 
	background-color: #000000;
	margin: 10px 20px;
	color: #000000;
}
body, p, div, span, ul, ol, blockquote, td {
	font-family: Arial, Helvetica, San-serif;
	font-size: 8pt;
	color: #000000;
}

h1 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

/* IMAGE */
img {
	border: 0px;
}

input, select, textarea {
	font-size: 8pt;
	background-color: #EEEEEE;
}

/* TABLE */
table {
	border: 0px;
}
table td {
	vertical-align: top;
}


/* GENERAL LINKS */
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited, a:active{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover { 
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}


/* IMAGE ROLLOVERS */
.rollover
{
	display: block;
	background-position: 0px 10000px;
	background-repeat: no-repeat;
}
.rollover:hover {
	visibility: visible;
	background-position: 0px 0px;
}
.rollover:hover img {
	visibility: hidden;
}


/* BASIC */

.page_description {
	padding-bottom: 30px;
}

.body_margin {
	padding: 20px;
}

.body_white_bold{
	font-weight: bold;
	color: #FFFFFF;
}

.comment {
	color: #666666;
	}

.comment a:link
{
	color: #666666;
	text-decoration: underline;
}
.comment a:visited
{
	color: #666666;
	text-decoration: underline;
}
.comment a:hover
{
	color: #666666;
	text-decoration: underline;
}


.footer {
	font-size: 7pt;
	color: #CCCCCC;
}
.footer a:link, .footer a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.footer a:hover { 
	color: #CC6633;
}
.footer a:active {
	color: #CC6633;
}





/* PAGE SPECIFIC */
.header {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	padding-bottom: 10px;
}

.header {
	font-size: 11pt;
	font-weight: bold;
}

.header_light {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}

.title {
	font-weight: bold;
	color: #333333;
}

.title_light {
	font-weight: bold;
	color: #FFFFFF;
}

.page_title {
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}



.side_bar {
	background-color: #E4E4E4; 
	background-image: url(/hosting_files/theworkofthepeople.com/content/site/images/side_bar_background.jpg);
	background-repeat: repeat-x;
	min-height: 250px;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 5px 10px;
}
.side_bar_title {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0px 5px 0px;
}
.side_bar_text {
	font-size: 8pt;
	color: #FFFFFF;
	padding: 5px 0px;
}
.side_bar_action_results {
	font-size: 8pt;
	color: #000000;
	padding: 5px 0px;
}

.side_bar_element {
	border-bottom: 1px solid #FFFFFF;
	font-size: 8pt;
	color: #FFFFFF;
}



/* TABLE DESIGN */

.box {
	border-width: 2px;
	border-style: solid;
	border-color: #666666;
	padding: 5px;
	background-color: #EEEEEE;
}

.graybox {
	border-width: 2px;
	border-style: solid;
	border-color: #666666;
	background-color: #CCCCCC;
}

.outline {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}




/*BUTTONS*/

 .button {
	font-size: 8pt;
	font-weight: bold;
	margin: 1px 0px;
	width: auto;
	text-transform: uppercase;
}
.button a:link, .button a:visited, .button a:active{
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #FFFFFF;
	background-color: #999999;
}

.button a:hover {
	display: block;
	padding: 5px;
	color: #FFFFFF;
	background-color: #666666;
}


/* ACCOUNT SIGN IN */

.white_border {
	border: 7px solid #FFFFFF;
}

.white_border_right {
	border-right: 7px solid #FFFFFF;
}

.white_border_bottom {
	border-bottom: 7px solid #FFFFFF;
}

.sign_in_form_prompt {
	font-size: 8px
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}



.accounts_downloads_title {
	background-color: #B8B8B8; 
	color: #FFFFFF; 
	background-color: #666666; 
	font-size: 9pt; 
	font-weight: bold;
	padding: 5px;
}
.accounts_downloads_info {
	background-color: #CCCCCC; 
	color: #333333; 
	font-size: 8pt; 
	font-weight: bold; 
	border-bottom: 1px solid #999999; 
	padding: 5px;
}
.accounts_downloads_info a:link, .accounts_downloads_info a:visited, .accounts_downloads_info a:active{
	text-decoration: none;
	color: #333333;
}
.accounts_downloads_info a:hover {
	text-decoration: none;
	color: #000000;
}



.site_address {
	font-size: 8pt;
	font-weight: bold;
	color: inherit;
}






/* ARTICLES SECTION */
.articles_title {
	color: #333333;
	font-weight: bold;
	font-size: 10pt;
}
.articles_title a:link, .articles_title a:visited, .articles_title a:hover,  .articles_title a:active {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.articles_date {
	color: #666666;
	font-style: italic;
}
.articles_author {
	color: #666666;
	font-style: bold;
}
.articles_content {
	padding-top: 20px;
	color: #000000;
}
.articles_content a:link, .articles_content a:visited, .articles_content a:hover,  .articles_content a:active {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}




/* MODULE TEMPLATE STYLES */
.module_wide {
	width: 587px; 
	overflow: hidden; 
	min-height: 250px;
	background-color: #000;
}
.module_wide .module_image {
	overflow: hidden;
	float: left;
	width: 362px;
	height: 250px;
}
.module_wide .module_info {
	width: 175px; 
	float: right; 
	background-color: #222;
	padding: 40px 25px 25px 25px;
	height: 185px;
}
.module_wide .module_title {
	color: #FFF; 
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}

.module_wide .module_title a:link, .module_wide .module_title a:visited, .module_wide .module_title a:active {
	color: #FFF;
}
.module_wide .module_title a:hover {
	color: #5799f5;
}

.module_wide .module_description {
	color: #FFF; 
	font-size: 12px;
	margin-bottom: 25px;
}
.module_wide .module_link_video {
	font-size: 12px;
	text-align: center;
	margin: 10px;
}
.module_wide .module_link_video a:link, .module_wide .module_link_video a:visited, .module_wide .module_link_video a:active {
	width: 100px;
	height: 25px;
	display: block;
	margin: 0px auto;
	background-image: url('/hosting_files/theworkofthepeople.com/content/store/images/b_watch_now.png');
}
.module_wide .module_link_video a:hover {
	background-image: url('/hosting_files/theworkofthepeople.com/content/store/images/b_watch_now_on.png');
}

.module_wide .module_link_page {
	font-size: 12px;
	text-align: center;
	margin: 10px;
}
.module_wide .module_link_page a:link, .module_wide .module_link_page a:visited, .module_wide .module_link_page a:active {
	width: 100px;
	height: 25px;
	display: block;
	margin: 0px auto;
	background-image: url('/hosting_files/theworkofthepeople.com/content/store/images/b_read_more.png');
}
.module_wide .module_link_page a:hover {
	background-image: url('/hosting_files/theworkofthepeople.com/content/store/images/b_read_more_on.png');
}


/* LIST OF ITEMS IN CART */
.module_cart_list {
	padding: 5px;
	font-size: 7pt;
	text-transform: uppercase;
	border-top: 1px dotted #EEEEEE;
	vertical-align: middle;
}


.module_cart_button {
	width: auto;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	height: 37px;
}
.module_cart_button a:link, .module_cart_button a:visited, .module_cart_button a:active {
	padding: 13px 15px 15px 0px;
	display: block;
	text-decoration: none;
	color: #000000;
	background: no-repeat url(/hosting_files/theworkofthepeople.com/content/store/images/buttons/my_cart_header_off.jpg);
}
.module_cart_button a:hover {
	display: block;
	text-decoration: none;
	color: #000000;
	background: no-repeat url(/hosting_files/theworkofthepeople.com/content/store/images/buttons/my_cart_header_on.jpg);
}



/* CATEGORIES LIST */
.module_categories_title {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
	padding: 6px 10px;
	background-color: #999999;
	text-transform: uppercase;
	border-bottom: 1px solid #FFFFFF;
}

.module_categories {
	font-size: 8pt;
	font-weight: bold;
	margin-left: 0px;
	width: auto;
	border-bottom: 1px solid #FFFFFF;
	text-transform: uppercase;
}
.module_categories a:link, .module_categories a:visited, .module_categories a:active {
	display: block;
	text-decoration: none;
	padding: 6px 10px;
	color: #FFFFFF;
	background-color: #999999;
}
.module_categories a:hover {
	display: block;
	padding: 6px 10px;
	color: #FFFFFF;
	background-color: #666666;
}

.module_categories_level_1 {
	text-transform: uppercase;
	text-indent: 0px; 

}
.module_categories_level_2 { 
	text-indent: 0px; 
}
.module_categories_level_3 {
	text-indent: 10px;
}
.module_categories_level_4 {
	text-indent: 15px;
}
.module_categories_level_5 {
	text-indent: 20px;
}
.module_categories_level_6 {
	text-indent: 25px;
}


/* RECOMMENDED ITEMS LIST */
.module_recommended_list {
	font-size: 7pt;
}
.module_recommended_list a:link, .module_recommended_list a:visited, .module_recommended_list a:active {
	color: #666666;
}
.module_recommended_list a:hover {
	color: #FFFFFF;
}


/* TOP TEN ITEMS LIST */
.module_top_ten_list {
	font-size: 7pt;
	padding-bottom: 10px;
	vertical-align: middle;
}
.module_top_ten_list a:link, .module_top_ten_list a:visited, .module_top_ten_list a:active {
	color: #666666;
}
.module_top_ten_list a:hover {
	color: #FFFFFF;
}



/* SEARCH BAR MODULE */
.module_search {
	background-image: url(/hosting_files/theworkofthepeople.com/content/site/images/search_background.jpg);
	border-bottom: 1px solid #FFFFFF;
	padding: 10px;
}



/* CATEGORY DESCRIPTION */
.module_category_description {
	font-size: 8pt;
	padding: 0px 10px 10px 10px;
}


/* MEMBERSHIP TITLE */
.module_membership_title {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px 10px 10px 10px;
}

/* MEMBERSHIP DESCRIPTION */
.module_membership_description {
	color: #000000;
	font-size: 8pt;
	padding: 0px 10px 10px 10px;
}





/* CSS STYLES FOR CMS*/

/* CONTROLS THE PREV-NEXT DISPALY ON LONG DATABASE LISTS */
.pager {
	padding: 10px;
	text-align: right;
} 
.pager a:link, .pager a:visited, .pager a:hover, .pager a:active {
	text-decoration: none;
	color: #333333;
}
.pages {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}
.prev_next {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}
.pager form text {
	font-size: 7pt;
	color: #333333; 
	background-color: #CCCCCC;
}




.action_results {
	width: auto;
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding: 20px;
}


/* CLIENT NAME ON THE TOP OF THE PAGE */
#client_name {
	font-size: 13pt;
	color: #FFFFFF;
	font-weight: bold;
}
#client_name a:link, #client_name a:visited, #client_name a:hover, #client_name a:active {
	color: #FFFFFF;
	text-decoration: none;
}




/* LINKS */
.separator_row {
	text-transform: upper;
	color: #666666;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}


.links_level_1 {
	display: block;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	width: auto;
	text-transform: uppercase;
	text-decoration: none;
	margin: 1px 0px;
}
.links_level_1 a:link, .links_level_1 a:visited, .links_level_1 a:active {
	display: block;
	color: #FFFFFF;
	padding: 5px 10px;
	margin-bottom: 1px;
	background-color: #999999;
	width: auto;
}
.links_level_1 a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
.expand_1 {}
.toggle_1 {}



.links_level_2 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #333333;
	width: auto;
	text-transform: uppercase;
	text-decoration: none;
	margin: 1px 0px;
	margin-left: 10px;
}
.links_level_2 a:link, .links_level_2 a:visited, .links_level_2 a:active {
	display: block;
	color: #FFFFFF;
	padding: 5px 10px;
	margin-bottom: 1px;
	background-color: #CCCCCC;
	width: auto;
}
.links_level_2 a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
.expand_2 {}
.toggle_2 {}



.links_level_3 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #333333;
	width: auto;
	text-transform: uppercase;
	text-decoration: none;
	margin: 1px 0px;
	margin-left: 20px;
}
.links_level_3 a:link, .links_level_3 a:visited, .links_level_3 a:active {
	display: block;
	color: #FFFFFF;
	padding: 5px 10px;
	margin-bottom: 1px;
	background-color: #CCCCCC;
	width: auto;
}
.links_level_3 a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
.expand_3 {}
.toggle_3 {}


.links_level_4 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #333333;
	width: auto;
	text-transform: uppercase;
	text-decoration: none;
	margin: 1px 0px;
	margin-left: 30px;
}
.links_level_4 a:link, .links_level_4 a:visited, .links_level_4 a:active {
	display: block;
	color: #FFFFFF;
	padding: 5px 10px;
	margin-bottom: 1px;
	background-color: #CCCCCC;
	width: auto;
}
.links_level_4 a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
.expand_4 {}
.toggle_4 {}


.links_level_5 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #333333;
	width: auto;
	text-transform: uppercase;
	text-decoration: none;
	margin: 1px 0px;
	margin-left: 40px;
}
.links_level_5 a:link, .links_level_5 a:visited, .links_level_5 a:active {
	display: block;
	color: #FFFFFF;
	padding: 5px 10px;
	margin-bottom: 1px;
	background-color: #CCCCCC;
	width: auto;
}
.links_level_5 a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
.expand_5 {}
.toggle_5 {}








.level_1 {
	text-indent: 0px;
}
.level_2 {
	text-indent: 10px;
}
.level_3 {
	text-indent: 20px;
}
.level_4 {
	text-indent: 25px;
}
.level_5 {
	text-indent: 30px;
}
.level_6 {
	text-indent: 35px;
}




/* MAIN SECTION LINKS */
#links_main {
	vertical-align: bottom;
}
.links_main {}
.links_main a:link, .links_main a:visited, .links_main a:active {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
	padding: 5px;
	margin-left: 1px;
}
.links_main a:hover {
	color: #FF9900;
	background-color: #666666;
}


/* IDENTIFYING USERNAME AND SIGN OUT INFORMATION */
#user_info {
	width: 250px;
	padding: 6px;
	padding-left: 20px;
}
.user_info {
	font-size: 8pt;
	color: #333333;
} 
#user_info a:link, #user_info a:visited, #user_info a:active {
	color: #333333; 
	text-decoration: none;
}
#user_info a:hover {
	color: #000000;
	text-decoration: underline;
}


/* COOKIE CRUMB PATH INFO */
#nav_path {
	padding-bottom: 20px;
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
}

#nav_path .section {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}





/* AUTO FORM VALUES */
.form_prompt {
	font-size: 8pt;
	font-weight: bold;
	color: #474747;
}
.form_prompt .error {
	font-weight: bold;
	color: #CC3300;
}
.form_input {
	font-size: 8pt;
	color: #474747;
	background-color: #EEEEEE;
}
.form_input .error {
	color: #FFFFFF;
	background-color: #CC3300;
}
.form_comment {
	font-size: 8pt;
	font-weight: normal;
}
.form_comment a:link, .form_comment a:visited, .form_comment a:hover, .form_comment a:active{
	color: #000000;
	font-weight: bold;
}

.form_note {
	display: block;
	border: 1px dotted #666666;
	background-color: #C2D190;
	color: #474747;
	font-size: 8pt;
	font-weight: normal;
}



/* ERROR REPORTING */
.alert {
	color: #333366;
	font-weight: bold;
	}
.alert a:link, .alert a:visited, .alert a:hover, .alert a:active {
	color: #333366;
	}
.error {
	color: #CC3300;
	font-weight: bold;
	padding: 10px;
	}
.error a:link, .error a:visited, .error a:hover, .error a:active {
	color: #CC3300;
	}




/* LISTS */
.list_header {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}
.list_header a:link, .list_header a:visited, .list_header a:active {
	color: #FFFFFF;
	font-weight: bold;
}
.list_header a:hover {
	color: #999999;
	font-weight: bold;
}

.list_header_dark {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.list_header_dark a:link, .list_header_dark a:visited, .list_header_dark a:active {
	color: #000000;
	font-weight: bold;
}
.list_header_dark a:hover {
	color: #666666;
	font-weight: bold;
}

.list_details {
	font-size: 8pt;
	color: #000000;
}



.row_title {
	color: #333333;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
}

.row_title_light {
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
}


.sub_title {
	color: #555555;
	font-size: 8pt;
	font-weight: bold;
	text-transform: none;
	padding: 2px 0px;
}


.quote {
	color: #333333
}




/* STYLE ELEMENTS */



/* COLORS */
.theme_color {
	background-color: #FFFFFF;
}
.theme_color_compliment {
	background-color: #E4E4E4;
}
.theme_color_title_row {
	background-color: #9A9A9A;
}


/* LIST ROW COLORS */
.color1 {
	background-color: #FFFFFF;
}
.color2 {
	background-color: #DDDDDD;
}

.live {
	background-color: #FF9933;
}
.offline {
	background-color: #B3BECC;
}




/* STORE */
.store_sale {
	font-size: inherit;
	color: #990000;
	font-weight: inherit;
	padding: inherit;
}




/*STORE ACCOUNT BUTTONS*/
.store_account_buttons {
	width: auto;
	font-size: 7pt;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 4px 9px;
	background-image: url(/hosting_files/theworkofthepeople.com/content/store/images/buttons/account_buttons_background.jpg);
	background-repeat: repeat-x;
	border-bottom: 8px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.store_account_buttons a:link, .store_account_buttons a:visited, .store_account_buttons a:active {
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 9px;
}

.store_account_buttons a:hover {
	color: #000000;
	padding: 4px 9px;
}




/*STORE TABS*/
.store_tabs {
	font-size: 9pt;
	font-weight: bold;
	border-left: 1px solid #333333;
}
.store_tabs a:link, .store_tabs a:visited, .store_tabs a:active {
	text-decoration: none;
	padding: 2px 20px;
	color: #333333;
	background-color: #989898;
	background-image: url(/hosting_files/theworkofthepeople.com/content/store/images/buttons/store_tab_off.jpg);
	background-repeat: repeat-x;
}
.store_tabs a:hover {
	text-decoration: none;
	padding: 2px 20px;
	color: #333333;
	background-color: #989898;
	background-image: url(/hosting_files/theworkofthepeople.com/content/store/images/buttons/store_tab_on.jpg);
	background-repeat: repeat-x;
	
}

.store_tabs_on {
	font-size: 9pt;
	font-weight: bold;
	border-left: 1px solid #000000;
}
.store_tabs_on a:link, .store_tabs_on a:visited, .store_tabs_on a:hover, .store_tabs_on a:active {
	text-decoration: none;
	padding: 2px 20px;
	color: #000000;
	background-color: #989898;
	background-image: url(/hosting_files/theworkofthepeople.com/content/store/images/buttons/store_tab_on.jpg);
	background-repeat: repeat-x;
	
}



/* STORE PRODUCT LIST store.list.tpl */
.store_list_name {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
	font-style: caps;
	padding: 0px;
}
.store_list_name a:link, .store_list_name a:visited, .store_list_name a:active {
	color: #000000;
	text-decoration: none;
}
.store_list_name a:hover {
	color: #333333;
	text-decoration: none;
}

.store_list_pid {
	font-size: 7pt;
	color: #333333;
	font-weight: bold;
	padding: 0px;
}

.store_list_contributor {
	font-size: 7pt;
	color: #666666;
	font-style: italic;
	padding: 0px;
}
.store_list_contributor a:link, .store_list_contributor a:visited, .store_list_contributor a:active {
	color: #666666;
	text-decoration: none;
}
.store_list_contributor a:hover {
	color: #000000;
	text-decoration: none;
}

.store_list_price {
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
	padding: 0px;
}

.store_list_description {
	font-size: 8pt;
	color: #333333;
	padding: 0px;
}

.store_list_details {
	font-size: 8pt;
	color: #333333;
	padding: 10px 0px;
}



/* PRODUCT INFO IN DETAILS store.details.tpl */
.store_details_sale {
	font-size: 8pt;
	color: #CC3300;
	font-weight: bold;
}

.store_details_name {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: caps;
}
.store_details_name a:link, .store_details_name a:visited, .store_details_name a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.store_details_name a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.store_details_pid {
	font-size: 8pt;
	color: #999999;
	font-weight: bold;
}

.store_details_contributor {
	font-size: 8pt;
	color: #999999;
	font-style: italic;
}
.store_details_contributor a:link, .store_details_contributor a:visited, .store_details_contributor a:active {
	color: #999999;
	text-decoration: none;
}
.store_details_contributor a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.store_details_price {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}

.store_details_title {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: caps;
}
.store_details_title a:link, .store_details_title a:visited, .store_details_title a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.store_details_title a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

.store_details_text {
	font-size: 8pt;
	color: #CCCCCC;
}
.store_details_text a:link, .store_details_text a:visited, .store_details_text a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.store_details_text a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.store_details_stats_title {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}


/* BUNDLED ITEMS LIST IN DETAILS */
.store_details_list_name {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: caps;
	padding-bottom: 1px;
}
.store_details_list_name a:link, .store_details_list_name a:visited, .store_details_list_name a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.store_details_list_name a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.store_details_list_pid {
	font-size: 7pt;
	color: #999999;
	font-weight: bold;
	padding-bottom: 1px;
}

.store_details_list_contributor {
	font-size: 7pt;
	color: #999999;
	font-style: italic;
}
.store_details_list_contributor a:link, .store_details_list_contributor a:visited, .store_details_list_contributor a:active {
	color: #999999;
	text-decoration: none;
}
.store_details_list_contributor a:hover {
	color: #CCCCCC;
	text-decoration: none;
}









/* STORE FRONT PAGE */

.border_right {
	border-right: 7px solid #FFFFFF;
}

.border_left {
	border-left: 7px solid #FFFFFF;
}

.border_top {
	border-top: 7px solid #FFFFFF;
}

.border_bottom {
	border-bottom: 7px solid #FFFFFF;
}

.grey_line {
	border-top: 1px solid #666666;
}



.store_home_box {
	background-image: url(/hosting_files/theworkofthepeople.com/content/store/images/welcome_text_background.jpg); 
	background-repeat: no-repeat; 
	padding: 15px 27px;
}

.store_home_box a:link, .store_home_box a:visited, .store_home_box a:hover, .store_home_box a:active {
	text-decoration: none;
}

.store_home_box_simple {
	background-color: #DDDDDD;
	padding: 15px 27px;
}


.store_home_blurb {
	font-size: 8pt;
	color: #333333;
}
.store_home_blurb a:link, .store_home_blurb a:visited, .store_home_blurb a:active {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.store_home_blurb a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}


.store_home_title {
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
}
.store_home_title a:link, .store_home_title a:visited, .store_home_title a:hover, .store_home_title a:active {
	text-decoration: none;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
}


.store_home_sign_in_prompt {
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}

.store_home_sign_in_comment {
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}

.store_home_sign_in_comment a:link, .store_home_sign_in_comment a:visited, .store_home_sign_in_comment a:active {
	text-decoration: none;
	color: #666666;

}

.store_home_sign_in_comment a:hover {
	text-decoration: none;
	color: #FFFFFF;
}



/* CART */
.store_cart_header {
	font-size: 9pt;
	color: #666666;
	background-color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
}

.store_cart_data {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
	background-color: #B8B8B8;
}

.store_cart_options {
	background-color: #B8B8B8; 
	color: #000000
}

.store_cart_total {
	background-color: #FFFFFF; 
	color: #000000; 
}

.store_cart_comment {
	font-size: inherit;
	color: #666666;
	font-weight: inherit;
	padding: inherit;
}





/* CHECKOUT CREDIT CARD FORM */
.store_checkout_form_prompt{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	padding: 8px;
}

.store_checkout_form_header{
	background-color: #B8B8B8; 
	color: #FFFFFF; 
	background-image: url(/hosting_files/theworkofthepeople.com/content/store/images/checkout_billing_bar.jpg); 
	background-repeat: repeat-x; 
	font-size: 8pt; 
	font-weight: bold; 
	border-bottom: 1px solid #666666; 
	padding: 5px;
}

.store_checkout_form_error {
	background-color: #CC3300; 
	color: #FFFFFF; 
	font-size: 11pt; 
	font-weight: bold; 
	padding: 10px;
}








/*
COBRANDED SITES
*/



/*STORE TABS*/
.store_tabs_ooze {
	letter-spacing: 0px; 
	text-align: center; 
	vertical-align: middle;  
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-transform: uppercase;
}
.store_tabs_ooze a:link, .store_tabs_ooze a:visited, .store_tabs_ooze a:active {
	color: #FFCC00;
	font-weight: bold;
	padding: 5px 10px 3px 10px;
	border-left: 1px dotted #FFCC00;
}
.store_tabs_ooze a:hover {
	color: #000000;
	background-color: #FFCC00;
}

.store_tabs_ooze_on {
	letter-spacing: 0px;
	text-align: center; 
	vertical-align: middle; 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-transform: uppercase;
}
.store_tabs_ooze_on a:link, .store_tabs_ooze_on a:visited, .store_tabs_ooze_on a:hover, .store_tabs_ooze_on a:active {
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
	padding: 5px 10px 3px 10px;
	border-left: 1px dotted #FFCC00;
	
}
