/* Main layout styles */
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #111;
}

.centerer {
	margin: auto;
	width: 980px;
}

#center-main {
	margin: 0 187px 0 235px;
}

#left-bar {
	width: 208px;
}





/* Header styles */
#header-container-outer {
	background-image: url("../images/speed_bar_bg.jpg");
	background-position: center 15px;
	background-repeat: repeat-x;
	height: 160px;
}

#header-container-inner {
	position: relative;
	height: 160px;
}

#logo {
	position: absolute;
	display: block;
	top: 55px;
	left: 0;
	width: 410px;
	height: 97px;
	background-image: url("../images/logo.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#speed-bar ul {
	position: absolute;
	top: 15px;
	right: 0;
	margin: 0;
	padding: 0;
	height: 27px;
	line-height: 27px;
	background-image: url("../images/speed_bar_separator.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#speed-bar ul li {
	float: left;
	height: 27px;
	line-height: 27px;
	list-style: none;
	background-image: url("../images/speed_bar_separator.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#speed-bar ul li a {
	display: inline-block;
	height: 27px;
	line-height: 27px;
	padding: 0 15px;
	text-decoration: none;
	font-weight: bold;
}

#speed-bar ul li div form {
	display: inline-block;
	height: 27px;
	line-height: 27px;
	padding: 0 15px;
	text-decoration: none;
	font-weight: bold;
	color: #23366b;
}

#speed-bar ul li a,
#speed-bar ul li a:link,
#speed-bar ul li a:visited {
	color: #23366b;
}

#speed-bar ul li a:hover {
	color: #4b609a;
}

#search {

	position: absolute;
	top: 85px;
	right: 0;
}

#search input {
	padding: 0 10px;
	width: 250px;
	height: 25px;
	line-height: 25px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#search button.button {
	vertical-align: inherit;
}

#phone-number div {
	height: 23px;
	line-height: 23px;
	text-align: center;
}




/* Left sidebar */
#customer-service-guy {
display:none;
	position: relative;
	height: 220px;
	background-image: url("../images/customer_service_guy.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

#button-live-chat {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 79px;
	height: 28px;
}

#category-container {
	padding-top: 2px;
	background-color: #eee;
	background-image: url("../images/categories_bg_top.gif");
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}

#main-categories {
	margin: 0 auto;
	padding: 0;
	width: 200px;
	text-align: left;
}

#main-categories li {
	margin: 2px 0;
	padding: 0;
	list-style: none;
}

#main-categories li a {
	display: block;
	padding-left: 10px;
	width: 195px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	background-image: url("../images/nav_button_bg.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #2b3c4f;
	font-size: 11px;
	font-weight: bold;
}

#main-categories li a:hover {
	background-position: 0 -28px;
}

#main-categories li a.current-cat {
	background-position: 0 -56px;
	color: #fff;
	font-weight: bold;
}

#small-panasonic-logo {
	height: 100px;
	background-image: url("../images/small_panasonic_logo.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}





/* Content styles */
#content-left-container-outer {
	float: left;
	margin-right: 24px;
	width: 208px;
}

#content-center-container-outer {
	float: left;
	width: 550px;
}

#content-right-container-outer {
	float: left;
	margin-left: 24px;
	width: 174px;
}





/* Breadcrumb styles */
a.bread-crumb-link, 
a.bread-crumb-link:link {
	display: inline-block;
	padding: 0 14px 0 8px;
	margin-right: 3px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #777;
}

a.bread-crumb-link, 
a.bread-crumb-link:link {
	background-image: url("../images/breadcrumb_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
	text-shadow: 0 1px #eee;
}

a.bread-crumb-link:hover {
	opacity: 0.85;
	filter: alpha(opacity = 85);
}

#location span {
	padding: 0;
}






/* Category styles */
.category-icon, 
.category-no-icon {
	float: left;
	margin-bottom: 10px;
	width: 177px;
	height: 177px;
	position: relative;
}

.category-icon a,
.category-no-icon a {
	display: block;
	width: 177px;
	height: 177px;
	text-decoration: none;
}

.category-no-icon a {
	background-image: url("../images/category_no_icon.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.category-counter {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url("../images/category_counter_bg.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.category-audio {
	position: absolute;
	top: 2px;
	right: -1px;
}

.category-title {
	position: absolute;
	top: 135px;
	padding: 0 10px;
	width: 157px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#content-center-container-inner div.left {
	margin-right: 4px;
}

#content-center-container-inner div.middle {
	margin-left: 4px;
	margin-right: 4px;
}

#content-center-container-inner div.right {
	margin-left: 4px;
}




/* New product styles */
.products-list .item {
}

.product-left-list, 
.product-center-list, 
.product-right-list {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-left-list {
	width: 110px;
	text-align: center;
}

.product-center-list {
	min-height: 100px;
	margin: 0 11px;
	padding-left: 11px;
	padding-right: 11px;
	width: 240px;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
}

.product-right-list {
	width: 125px;
	text-align: center;
}

.product-left-list .product-thumb-list img {
	width: auto;
	height: auto;
	max-width: 110px;
	max-height: 110px;
}

a.product-thumb-list:hover {
	opacity: 0.85;
}

a.product-title-list:link {
	font-size: 1.3em;
	font-weight: bold;
	color: #006;
	text-decoration: none;
}

a.product-title-list:hover {
	color: #039;
}

.product-rating-list {
	color: green;
	font-size: 1.1em;
	font-weight: bold;
}

.product-descr-list {
	color: #444;
	font-size: 0.95em;
}

.product-read-more-list {
	white-space: nowrap;
}

.product-buy-container-list {
	margin-top: 30px;
}

.product-out-of-stock-list {
	font-size: 0.9em;
	line-height: 1.1em;
	color: #888;
}

.product-price-label-list {
	font-size: 1.1em;
	font-weight: bold;
	color: green;
}

.product-price-label-list-red {
	font-size: 1.1em;
	font-weight: bold;
	color: red;
}


.product-price-label-list, 
.product-price-value-list {
	line-height: 1.75em;
}

.button-buy-now {
	display: inline-block;
	margin: 0 auto;
	width: 125px;
	height: 36px;
	background-image: url("../images/button_buy_now.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.button-buy-now:hover,
.button-out-of-stock:hover, 
.button-customize:hover, 
.button-add-to-cart:hover, 
.button-update-quantity:hover, 
.button-delete-item:hover,
.hover-button:hover {
	opacity: 0.9;
}

.button-buy-now:active,
.button-out-of-stock:active, 
.button-customize:active, 
.button-add-to-cart:active, 
.button-update-quantity:active, 
.button-delete-item:active, 
.hover-button:active {
	opacity: 0.8;
}

.button-customize {
	display: inline-block;
	margin: 10px 0 0 0;
	width: 125px;
	height: 36px;
	background-image: url("../images/button_customize.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.button-update-quantity {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 125px;
	height: 36px;
	background: none;
	background-image: url("../images/button_update_quantity.png");
	background-position: top center;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

.button-delete-item {
	display: inline-block;
	margin: 0;
	width: 125px;
	height: 36px;
	background-image: url("../images/button_delete_item.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.button-out-of-stock {
	display: inline-block;
	margin: 0;
	width: 125px;
	height: 36px;
	background-image: url("../images/button_special_order.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.button-back-to-shopping {
	display: inline-block;
	margin: 0;
	width: 160px;
	height: 36px;
	background-image: url("../images/button_back_to_shopping.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.button-checkout {
	display: inline-block;
	margin: 0;
	width: 125px;
	height: 36px;
	background-image: url("../images/button_checkout.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.button-empty-cart{
	display: inline-block;
	margin: 0;
	width: 125px;
	height: 36px;
	background-image: url("../images/button_empty_cart.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.button-go-home {
	display: inline-block;
	margin: 0;
	width: 125px;
	height: 36px;
	background-image: url("../images/button_go_home.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.product-separator {
	height: 40px;
	background-image: url("../images/product_list_separator.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

.product-container {
	padding: 5px 0 0 0;
}

.product-image-container {
	text-align: center;
}

.product-container .product-image-container img#product_image {
	width: auto;
	height: auto;
	max-width: 185px;
	max-height: 225px;
}

.product-buy-form-left {
	float: left;
	width: 335px;
	border-right: 1px dashed #ccc;
	min-height: 75px;
}

.product-buy-form-right {
	padding-left: 345px;
	/*width: 165px;*/
	text-align: center;
	min-height: 75px;
}

.product-buy-button {
	margin-top: 10px;
}

ul.product-attached-product-list {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	list-style: none;
	text-align: center;
	font-size: 0.85em;
	color: #006;
	border-top: 1px dashed #ccc;
}

ul.product-attached-product-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-buy-form-left .product-attached-product-container {
	margin-top: 5px;
	width: 346px;
	height: 33px;
	line-height: 33px;
	background-image: url("../images/attached_product_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

.product-buy-form-left .product-attached-product-container input, 
.product-buy-form-left .product-attached-product-container label {
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 33px;
	line-height: 33px;
}

.product-buy-form-left .first {
	margin-top: 0;
}

.product-attached-product-inner {
	padding-left: 20px;
	font-weight: bold;
}

.product-attached-product-inner .currency {
	color: #f00;
}

.product-out-of-stock-container {
	margin-top: 15px;
	text-align: center;
}





/* Cart styles */
.cart .item {
	margin-bottom: 0;
}

.cart .image {
	width: 150px;
}

.cart .details {
	width: auto;
}





/* Product styles */
.products-list .image {
	padding: 0;
}

.products {
	margin-top: 0;
}

#content-center-container-inner h1 {
	margin-top: 20px;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #1a254b;
}

.product-title:hover {
	color: #2c3964;
}

.product-title:visited {
	color: #1a254b;
}

#content-center-container-inner .product-details-container h1 {
	margin: 0;
}

.product-details {
	margin-bottom: 15px;
}

.product-details .product-subtitle div {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-style: none;
	border-width: 0;
	
	padding: 5px;
	border-top: 1px;
	border-color: #aaa;
	background-color: #eee;
	font-size: 1.3em;
	color: #333;
}

.product-properties {
	line-height: 1em;
}

table.product-properties td.property-name {
	width: 50%;
}

.details {
	padding: 0;
}

.details .descr {
	margin: 10px 0;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	color: #111;
}

.details .descr p {
	margin: 5px 0;
}

.details .descr ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: square;
}

.attached-products {
	margin-top: 15px;
}

.attached-product-container {
	margin-bottom: 7px;
	padding-left: 259px;
	width: 114px;
	height: 29px;
	line-height: 29px;
	background-position: top left;
	background-repeat: no-repeat;
}

.attached-product-container form, 
.attached-product-container form input, 
.attached-product-container form span {
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
}

.attached-product-container form input {
	margin-right: 5px;
}

.attached-product-price {
	color: #f00;
}

.product-warranty-container {
	background-image: url("../images/product_warranty_bg.jpg");
}

.product-manual-container {
	background-image: url("../images/product_manual_bg.jpg");
}

.products-list .first {
	margin: 0;
	padding: 0;
}

.products-list .item {
	margin: 0;
	padding: 0;
}

#product-list-topper {
	height: 10px;
	background-image: url("../images/product_list_topper.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

#product-list-container {
	padding: 20px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-image: url("../images/product_list_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

#product-list-bottom {
	margin: 0 0 15px 0;
	height: 10px;
	background-image: url("../images/product_list_bottom.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
}

#content-center-container-inner div.dialog-category-products-list {
	margin: 15px 0 10px 0;
}

#content-center-container-inner div.dialog-category-products-list .title {
	border: 0;
}

.ui-widget, 
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button,
button.button .button-left {
	font-family: Arial, Helvetica, sans-serif;
}

.product-image-container {
	float: left;
	width: 185px;
}

.product-details-container {
	padding-left: 205px;
}

#content-center-container-inner h1 {
	margin-top: 10px;
	font-size: 1.4em;
	line-height: 1.6em;
}

.product-info-field-label {
	float: left;
	width: 110px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
}
.product-info-lease-label{
	float: left;
	font-weight: bold;
}
.product-info-field-value {
	padding-left: 110px;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
}







/* Right sidebar styles */
.sidebar-block {
	margin-bottom: 15px;
}

.sidebar-block .block-header {
	height: 35px;
	background-position: top center;
	background-repeat: no-repeat;
}

.sidebar-block .block-content {
	padding: 10px 12px 0 12px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.sidebar-block .block-content ul {
	margin: 0;
	padding-left: 15px;
}

.sidebar-block .block-content ul li {
	margin: 5px 0;
	list-style-image: url("../images/bullet_arrow.gif");
}

.sidebar-block .block-content ul li a {
	text-decoration: none;
}

.sidebar-block .block-footer {
	height: 10px;
	background-image: url("../images/block_footer.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

.sidebar-block .block-footer-cert {
	height: 35px;
	background-image: url("../images/block_footer_cert.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#block-need-help .block-header {
	background-image: url("../images/block_h_need_help.jpg");
}

#phone-number .phone-number-intro {
	font-size: 1.3em;
	font-weight: bold;
}

#phone-number .phone-number-content {
	font-size: 1.85em;;
	font-weight: bold;
	color: #f00;
}

#small-us-map {
	width: 67px;
	height: 41px;
	background-image: url("../images/small_us_map.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

#block-cart .block-header {
	background-image: url("../images/block_h_cart.jpg");
}

#block-authentication .block-header {
	background-image: url("../images/block_h_authentication.jpg");
}

#block-recently-viewed .block-header {
	background-image: url("../images/block_h_recently_viewed.jpg");
}

#block-recently-viewed .block-content {
	text-align: center;
}

#block-specials .block-header {
	background-image: url("../images/block_h_specials.jpg");
}

#block-help .block-header {
	background-image: url("../images/block_h_help.jpg");
}

#block-certifications .block-header {
	background-image: url("../images/block_h_certifications.jpg");
}

#cert-kx-tda {
	height: 90px;
	background-image: url("../images/cert_kx_tda.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

#cert-kx-csd {
	height: 91px;
	background-image: url("../images/cert_kx_csd.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

.block-interior-separator {
	border-bottom: 1px solid #bbb;
	margin: 10px 0;
}




/* Certification slideshow styles */
#cert-slideshow {
    position: relative;
    height: 91px;
}

#cert-slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

#cert-slideshow img.active {
    z-index: 10;
}

#cert-slideshow img.last-active {
    z-index: 9;
}







/* Cart styles */
div.minicart table tr td {
	font-size: 12px;
}

.cart-content tr td, .cart-content tr th {
	line-height: 23px;
}

tr.head-row th {
	background-color: #eee;
}





/* Lease application styles */
#lease-form {
	line-height: 2.2em;
}

#lease-form p {
	line-height: 1.5em;
}

.form-field-label {
	display: inline-block;
	margin-right: 7px;
	font-weight: bold;
	color: #000;
	text-align: right;
}

div.form-field-label {
	width: 150px;
}

.info-note {
	font-weight: normal;
	font-style: italic;
}

.full-width {
	width: 100%;
}

#lease-form label {
	line-height: 2.2em;
}

.form-field-grouper-1 {
	background-image: url("../images/form_field_grouper_bg_1.gif");
	background-position: 0 15px;
	background-repeat: no-repeat;
}
	
.form-field-grouper-2 {
	background-image: url("../images/form_field_grouper_bg_2.gif");
	background-position: 0 15px;
	background-repeat: no-repeat;
}

#lease-form .form-section-header {
	margin: 0 0 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}

#lease-form .form-field-section {
	margin-top: 30px;
}

.lease-field-value {
	background-color: #eee;
	font-weight: bold;
}

.lease-field-value:hover {
	background-color: #ddd;
}

.validation-error {
	color: #f00;
}

.optional-field {
	color: #aaa;
}






/* Footer styles */
#footer-container-outer {
	background-color: #1d3658;
	color: #fff;
	margin-top: 25px;
}

#footer-container-inner {
	padding: 35px 0;
}

#footer-container-inner a, 
#footer-container-inner a:link, 
#footer-container-inner a:visited {
	color: #eee;
}

#footer-logo {
	height: 45px;
	background-image: url("../images/footer_logo.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#footer-nav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-nav ul li a {
	padding: 4px 5px;
	text-decoration: none;
}

#footer-nav ul li a:hover {
	text-decoration: underline;
}





/* Button styles */
.button {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background-position: top center;
	background-repeat: no-repeat;
}

a.button {
	width: 64px;
	background-image: url("../images/button_locator.jpg");
	text-decoration: none;
}

button.button .button-right {
	background: url("../images/button_silver_left.png") no-repeat scroll right top transparent;
	height: 27px;
	padding: 0 10px 0 0;
}

button.button {
	height: 27px;
	line-height: 27px;
}

button.button .button-right {
	background: url("../images/button_silver_right.png") no-repeat scroll right top transparent;
	height: 27px;
	padding: 0 10px 0 0;
}

button.button .button-left {
	background: url("../images/button_silver_left.png") no-repeat scroll left top transparent;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 11px;
	vertical-align: middle;
	white-space: nowrap;
	color: #111D4D;
}

#search button.button {
	vertical-align: baseline;
}

div.button {
	background: url("../images/button_silver_right.png") no-repeat scroll right top transparent;
	margin: 0;
	padding: 0 10px 0 0;
}

div.button div, div.button a {
	background: url("../images/button_silver_left.png") no-repeat scroll left top transparent;
	color: #111D4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	padding: 0 0 0 11px;
}

div.button-orange {
	background: url("../images/button_orange_right.png") no-repeat scroll right top transparent;
}

div.button-orange div, div.button-orange a {
	background: url("../images/button_orange_left.png") no-repeat scroll left top transparent;
}

button.button-orange .button-right {
	background: url("../images/button_orange_right.png") no-repeat scroll right top transparent;
}

button.button-orange .button-left {
	background: url("../images/button_orange_left.png") no-repeat scroll left top transparent;
}

div.button-red {
	background: url("../images/button_red_right.png") no-repeat scroll right top transparent;
}

button.button-red .button-left {
	color: #fff;
}

div.button-red div, div.button-red a {
	background: url("../images/button_red_left.png") no-repeat scroll left top transparent;
	color: #fff;
}

button.button-red .button-right {
	background: url("../images/button_red_right.png") no-repeat scroll right top transparent;
	color: #fff;
}

button.button-red .button-left {
	background: url("../images/button_red_left.png") no-repeat scroll left top transparent;
}





/* eGood styles */
#egood-download-right {
	padding-left: 185px;
}





/* jQuery phone number map styles */
#mapImage {
	width: 640px;
	height: 395px;
	background-image: url('../images/usmap.jpg');
}

.dot {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 11px;
	height: 11px;
	cursor: pointer;	
		background-image: url('../images/dot.png');
	background-repeat: no-repeat;
}	
	
.star {
	width: 24px;
	height: 24px;
		background-image: url('../images/star.png');	
	background-repeat: no-repeat;
}

#mapInformationWrapper {
	width: 0px;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9001;	
}

#popup {
	visibility: hidden;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	font-size: 12px;
	background-color: #fff;
	border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: 3px 3px 5px #666;
	background-color: #fff;
	border: 3px solid #999;
	background-image: url('../images/popup_bg.gif');
	background-position: bottom center;
	background-repeat: repeat-x;
}

#popup div {
	margin: 20px;
}




/* Contact Us Form Styles */
table.register-table td.data-name {
	width: 40%;
}






/* Global styles */
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-big {
	margin: 12px 0;
	font-size: 1.9em;
	line-height: 1.4em;
	font-weight: bold;
}

.text-red {
	color:#f00;
}




/* Static page styles */
.sp-image-left {
	float: left;
	padding: 0 10px 25px 0;
}

.sp-map-image-center {
	float: center;
}

.sp-paragraph-block {
	margin-bottom: 30px;
}

.sp-para-alert {
	margin-left: 25px;
}

.sp-important-text {
	color: #f00;
}

.notice-text {
	font-weight: bold;
	color: #f00;
}

.table-head {
	background-color: #666;
	color: #fff;
	font-weight: bold;
}




/* CSS Hacks */
.shrink-wrap-outer-center {
	display: table;
	margin: 0 auto;
}

.shrink-wrap-outer-right {
	display: table;
	margin: 0 0 0 auto;
}

.shrink-wrap-inner {
	display: table-cell;
}
