/* -----------------------------------------------
 Colors 
 ----------------------------------------------- */

.red		{color: #930000;}
.olive		{color: #555323;}
.sage		{color: #8A8952;}
.beige		{color: #C4C288;}
.tan		{color: #D0CDB6;}

/* -----------------------------------------------
 General 
 ----------------------------------------------- */

body {
	font-family: garamond, georgia, times, serif;
	font-size: 14px;
}

td {
	font-family: garamond, georgia, times, serif;
	font-size: 14px;
}

a {
	color: #003300;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

a.variations {
	text-decoration: underline;
	color: #000000;
	font-size: 9pt;
}

a.pagecur {
	text-decoration: none;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

a.pagenav {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

a.pagenav:hover {
	text-decoration: underline;
	color: #990000;
	font-size: 12px;
}

.listview_page_selected {
	font-wieght:bold;
	color:#a00;
}
	
.listview_page_number_found {
	font-wieght:bold;
}

.boldtight {
	font-weight: bold;
	letter-spacing: -1px;
}

.wallpaper {
	background-image: url(images/wallpaper_beige.gif);
	background-repeat: repeat;
}

.wallpaper_tan {
	background-image: url(/art/wallpaper_tan.gif);
	background-repeat: repeat;
}

a.copyright {
	padding-left: 10px;
	color: white;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}

a.policies {
	padding-left: 10px;
	color: white;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}

a.policies,
a.copyright {
	padding-left: 10px;
	color: white;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}

a.policies:hover {
	padding-left: 10px;
	color: black;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}

a.copyright:hover {
	padding-left: 10px;
	color: #C4C288;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}

/* -----------------------------------------------
 Forms
 ----------------------------------------------- */

.small_controls {
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
}

/* -----------------------------------------------
 Plans 
 ----------------------------------------------- */

.submenu_block {
	margin-top: 10px;
	padding: 2px;
	border: 1px solid black;
}

.plan_spex {
	background-image: url(/art/wallpaper_tan.gif);
	background-repeat: repeat;
	color: black;
	padding: 10px;
	align-text: center;
}

.features_list {
	list-style: square outside;
}

.heading_divider {
	position: relative;
	top: -6px;
	background-color: white;
	font-family: Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	padding: 4px;
	border: 1px solid #C4C288;
	color: #555323;
	font-size: 10px;
	text-transform: uppercase;
}

.heading_divider_rule {
	border-bottom: 1px solid #C4C288;
	height: 5px;
}

a.submenu_btn {
	height: 23px;
	background-color: white;
	color: black;
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
}

a.submenuselected_btn {
	height: 23px;
	background-color: #D7D5C2;
	color: black;
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
}

a.order_btn {
	height: 23px;
	background-color: #930000;
	color: white;
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
}

a.started_btn {
	height: 23px;
	background-color: #8A8952;
	color: white;
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
}

a.submenuselected_btn:hover,
a.submenu_btn:hover,
a.order_btn:hover, 
a.started_btn:hover {
	height: 23px;
	background-color: black;
	color: #C4C288;
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Store Items (Accessories) 
 ----------------------------------------------- */
 
.store_gallery_package {
	color: black;
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
 
.store_gallery_left {
	border-right: 1px solid #C4C288;
	height: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 140px;
	padding: 5px;
}

.store_gallery_right {
	height: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 140px;
	padding: 5px;
}

.store_gallery_pix {
	height: 105px;
}

.store_gallery_title {
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
 	font-size: 10px;
	height: 35px;
	text-transform: uppercase;
}

.store_gallery_price {
	margin-bottom: 10px;
}

a.gallery_item_link {
	color: #003300;
	font-family: garamond, georgia, times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
 
a.gallery_item_link:hover {
	color: #990000;
	font-family: garamond, georgia, times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}

a.addtocart_btn {
	background-color: black;
	color: #D0CDB6;
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

a.addtocart_btn:hover {
	background-color: #930000;
	color: white;
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Store Item Details 
 ----------------------------------------------- */
 
.store_item_title {
	color: #555323;
	font-size: 18px;
	font-weight: bold;
}
 
a.store_heading, 
a.store_special_heading:hover {
	background-color: #D3D4B6;
	border-bottom: 2px solid #FFF3CC;
	color: black;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}
 
a.store_heading:hover, 
a.store_special_heading {
	background-color: #C20029;
	border-bottom: 2px solid #FFF3CC;
	color: white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}
 
.store_pix_left {
	float: left;
	margin-bottom: 2px;
	margin-right: 6px;
}

.store_pix_right {
	float: right;
	margin-bottom: 2px;
	margin-left: 6px;
}

.store_item_sub {
	color: white;
	background-color: black;
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
}

.store_item_prompt {
	font-size: 14px;
	font-weight: bold;
	color: # #930000;
	padding-top: 15px;
	padding-bottom: 5px;
}

.store_item_spex_title {
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: 1px solid white;
	color: #555323;
	background-color: #D0CDB6;
}

.store_item_spex_data {
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: 1px solid white;
	font-weight: bold;
	padding-left: 10px;
}

