/*
Title:      	Mosaic Tile USA
Author:     	Timo Brimhall (www.timodesign.com)
Updated:    	Nov 6 2006
Notes:    		For Celia Barberes (Jason Read )
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #333;
	/* min-width: 700px;
	max-width: 1180px; */
	}

/* Links
----------------------------------------------- */	
a:link {color: #0066CC;}
a:visited {color: #605DA4;}
a:hover {color: #C9461E;}

/* Common Elements
----------------------------------------------- */	
p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	margin: 0;
	padding: 0;
	font-size: 160%;
	line-height: 1.5em;
	font-weight: normal;
	color: #CC3300;
	}
h2 {
	font-size: 140%;
	color: #226594;
	font-weight: normal;
	margin-top: 25px;
	}
.product-details h2 {font-size: 190%;}
h3 {
	font-size: 130%;
	color: #6C5530;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: normal;
	}
blockquote {}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
	}
em {font-style: italic;}
strong {font-weight: bold;}
del {
	text-decoration: line-through;
	color: #999;
	}
hr {
	margin: 1.5em 0 1.5em 0;
	border: 0;
	height: 1px;
	background-color: #DDDBC7;
	color: #DDDBC7;
	}

/* Layout
----------------------------------------------- */	
#container {
	margin-left: auto;
	margin-right: auto;	
	}
#header {
	margin: 0;
	padding: 0;
	height: 82px;
	background: #0D4872 url(../images/mt/banner-bg.gif) no-repeat top right;
	}
#sidebar-col #wrapper {background:url(../images/mt/bg-sidebar.gif) 0 0 repeat-y;}
#sidebar-col #content {margin-left: 226px;}
#sidebar {
	float:left;
	width:200px;
	font-size: 85%;
	}
#content {margin: 20px 25px 0 25px}
#home #content {margin: 0;}
	
/* Header
----------------------------------------------- */
#logo #logo-print {display: none;}
#logo {
	display: block;
	width: 231px;
	height: 67px;
	position: absolute;
	background: url(../images/mt/logo-mosaictileusa-bg.gif) no-repeat 0 0;
	top: 0;
	left: 20px;	
	z-index: 50;
	border: none;
	}
a:hover#logo {background-position: 0 -67px;	}
/* #hdr-txt {
	display: block;
	width: 270px;
	height: 31px;
	position: absolute;
	background: url(../images/txt-phonenumber.gif) no-repeat 0 0;
	top: 54px;
	right: 65px;
	bottom: 0; 
	text-indent: -5000px;
	}	 */
#hdr-txt {
	display: block;
	width: 20em;
	height: 3.5em;
	position: absolute;
	top: 4px;
	right: 284px;
	margin: 0;
	padding: 0;
	text-align: right;
	z-index: 100;
	font-size: 11px;
	line-height: 1.3em;
	}
#hdr-txt a {
	color: #FFF;
	text-decoration: none;
	}
#hdr-txt a:hover {border-bottom: 1px dashed #7C9CB3;}
/* -- Shopping Cart Link Styles -- */
#shoppingcart {
	display: block;
	position: absolute;
	z-index: 55;
	top: 52px;
	right: 30px;	
	width: 146px;
	height: 28px;
	background: url(../images/mt/nav-shoppingcart.gif) 0 0 no-repeat;
	text-indent: -5000px;
	}
a:hover#shoppingcart, a#shoppingcart.selected {background: url(../images/mt/nav-shoppingcart.gif) 0 -28px no-repeat;}
/* -- Resource Links Link Styles -- */
#links {
	display: block;
	position: absolute;
	padding: 4px;
	top: 89px;
	right: 40px;	
	width: 3.5em;
	z-index: 7000;
	text-align: center;
	}
a#links {
	text-decoration: none;
	color: #0D4872;
	}
a:hover#links, a#links.selected {
	background-color: #655F4C;
	color: #FFF;
	}	
/* -- Search Box Styles -- */	
#search {
	position: absolute;
	top: 52px;
	z-index: 50;
	right: 270px;
	width: 220px;
	}
#search-input {
	border: 1px solid #0D4872;
	padding: 3px 4px 3px 4px !important;
	width: 144px;
	margin: 0;
	font-size: 12px !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
#search-btn {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 13px;
	z-index: 70;
	}
/* -- Login/Logout Link Styles -- */	
#login-link, #logout-link {
	display: block;
	position: absolute;
	width: 96px;
	height: 20px;
	top: 0;
	right: 30px;
	padding: 0;
	z-index: 700;
	text-indent: -5000px;
	background: url(../images/mt/nav-login.gif) 0 0 no-repeat;
	}
a:hover#login-link {background: url(../images/mt/nav-login.gif) 0 -20px no-repeat;}
#logout-link {
	display: block;
	position: absolute;
	width: 104px;
	height: 20px;
	top: 0;
	right: 30px;
	padding: 0;
	z-index: 700;
	text-indent: -5000px;
	background: url(../images/mt/nav-logout.gif) 0 0 no-repeat;
	}
a:hover#logout-link {background: url(../images/mt/nav-logout.gif) 0 -20px no-repeat;}
	
/* Navigation
----------------------------------------------- */
#nav ul#main {
	margin: 0;
	padding: 3px 0 0 18px;
	list-style: none;
	width: 98.2%;
	float: left;
	background: #F5F3F0 url(../images/mt/tabs-btm-bg.gif) bottom left repeat-x;
	font-size: 14px;
	font-weight: bold;
	}
#nav #main .selected {
	background: url(../images/mt/tab-right.gif) no-repeat top right;
	border-bottom: 1px solid #FFF;
	}
#nav #main li {float: left;}
#nav #main .selected a {
	background: url(../images/mt/tab-left.gif) no-repeat top left;
	color: #0D4872;
	}
#nav #main li a	{
	display: block;
	padding: 0 18px;
	line-height: 2.5em;
	text-decoration: none;
	color: #655F4C;
	float: left;
	}
#nav #main li a:hover {color: #CC3300;}

#nav ul#sub {
	padding-left: 0;
	margin: 0;
	color: #655F4C;
	float: left;
	width: 100%;
	border-bottom: 1px solid #D3CBC0;
	}
#nav #sub li {
	display: inline;
	}
#nav #sub a {
	padding: 0.2em 1em;
	color: #655F4C;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ECE8E4;
	}
#nav #sub a:hover {
	background-color: #4391C8;
	color: #fff;
	}
#nav #sub li.selected a, #nav #sub li.selected a:hover {
	font-weight: bold !important;
	color: #CC3300 !important;
	background-color: transparent !important;
	}
	
#nav #sub-child {
	padding-left: 2px;
	margin: 0;
	color: #655F4C;
	float: left;
	width: 100%;
	/*border-bottom: 1px solid #D3CBC0;*/
	font-size: 90%;
	}
#nav #sub-child li {
	display: inline;
	}
#nav #sub-child a {
	padding: 0.2em 1em;
	color: #655F4C;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ECE8E4;
	}
#nav #sub-child a:hover {
	background-color: #70ACD6;
	color: #fff;	
	}
#nav #sub-child li.selected a, #nav #sub-child li.selected a:hover {
	font-weight: bold !important;
	color: #D55B33 !important;
	background-color: transparent !important;
	}

/* Sidebar
----------------------------------------------- */		
#sidebar h3 {
	background-color: #D7DEE7;
	color: #426F91;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	margin: 0 -1px 0 0;
	font-size: 120%;
	border-top: 1px solid #A9B9CB;
	border-bottom: 1px solid #A9B9CB;
	_margin-top: 20px; /*hack for IE 6*/
	}
#sidebar ul {
	list-style: none;
  margin: 0 0 0 1px;
  padding: 0;
	width: 200px;
	}
#sidebar li {
  list-style: none;
	margin: 0;
  padding: 0;
	}	
#sidebar li a {
	display: block;
	padding: 3px 10px 4px 10px;
	text-decoration: none;
	width: 180px;
	}
#sidebar li a:link { color: #225C86; }
#sidebar li a:visited { color: #225C86; }
#sidebar li a:hover {
	background-color: #DFE5ED;
	color: #0D4872;
	}
#sidebar li .selected {
	background-color: #1E5882 !important;
	color: #FFF !important;
	}
#sidebar .new {
	border: 0;
	padding: 0;
	margin: 2px 0 0 3px;
	}
	
/* Home
----------------------------------------------- */		
#home h1 {
	margin: 25px 0 -.5em 0;
	}
#home #intro {
	margin: 0 370px 0 25px;
	margin-bottom: 60px;
	min-height: 190px;
	}
/* -- Featured Product Styles -- */
#box-feature {
	width: 340px;
	position: absolute;
	top: 275px;
	right: 0;
	background: url(../images/mt/feature-box-bg.gif) top left repeat-y;
	}
#box-feature h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 5px 15px 5px 15px;
	background: #4391C8 url(../images/mt/feature-box-top-cnr.gif) no-repeat left top;
	color: #FFF;
	}
#box-feature a {text-decoration: none;}
#box-feature a img {border: none;}
#box-feature a:hover h3, #box-feature a:hover div {color: #C91E26;}
#box-feature h3 {
	font-size: 120%;
	color: #0D4872;
	margin: 10px 15px 5px 15px;
	}
#box-feature div {
	margin: 0;
	padding: 0 15px 20px 15px;
	background: url(../images/mt/feature-box-btm-cnr.gif) no-repeat left bottom;
	color: #39372C;
	font-size: 90%;
	}
#box-feature div.clear-l {
	background: none;
	padding: 0;
	margin: 0;
	}
#box-feature img {
	margin: 0 12px 0 0;
	padding: 6px;
	float: left;
	background-color: #4391C8;
	}
#box-feature a:hover img {background-color: #C91E26;}
/* -- Photo Slide Show Styles -- */	
#photodiv {background-repeat: no-repeat;}
#photocontainer {background-color: #655F4C;}
/* -- Product Boxes Styles -- */	
.prod-main {
	float: left;
	display: inline;
	margin: 0 0 20px 20px;
	}
.prod-main a {
	display: block;
	width: 214px;
	text-align: center;
	background-color: #655F4C;
	text-decoration: none;
	padding-top: 7px;
	}
.prod-main a:hover {background-color: #CC3300;}
.intro-products {margin-bottom: 2.5em;}
.prod-main img {border: 0;}
.prod-main h4 {
	font-weight: normal;
	color: #FFF;
	font-size: 120%;
	margin: 0;
	padding: 12px 7px 13px 7px;
	}
	
/* Content
----------------------------------------------- */

/* -- My Account Styles -- */
#login {
	width: 300px;
	margin: 20px 0 0 0;
	background-color: #E6ECF1;
	border-top: 1px solid #A8BDCC;
	border-bottom: 1px solid #A8BDCC;
	padding: 0;
	}
#login-inner {
	padding: 0 20px 20px 25px;
	}
.login-input {
	border-color: #A8BDCC !important;
	margin-bottom: 10px;
	width: 200px;
	}
#login-btn {
	margin: 2px 0 10px 141px;
	}
#login h3 {
	color: #0D4872;
	font-weight: normal;
	font-size: 155%;
	padding: 0 0 0 0;
	margin: .5em 0 1em 0;
	}
#login h5 {
	font-size: 110%;
	color: #0D4872;
	font-weight: normal;
	margin: -5px 0 2px 0;
	padding: 0;
	}
#forgot-link {
	padding-left: 19px;
	background: url(../images/mt/ico-sm-help.gif) 0 50% no-repeat;
	display: block;
	margin: 15px 0 0 30px;
	width: 20em;
	}
#customer-link {
	padding-left: 19px;
	background: url(../images/mt/ico-sm-customerservice.gif) 0 50% no-repeat;
	display: block;
	margin: 2px 0 0 30px;
	width: 20em;
	}
#createaccount-link {
	padding-left: 21px;
	background: url(../images/mt/ico-newaccount.gif) 0 50% no-repeat;
	display: block;
	margin: 12px 0 0 30px;
	width: 20em;
	}
#secured img {
	border: 0;
	margin: 30px 0 0 30px;
	}
#items {

	}
#items h4, .order-info h4 {
	color: #0D4872/*#AA340C*/;
	margin-bottom: .5em;
	font-size: 100%;
	}
.order-info div {
	padding-left: 15px !important;
	}
table#orders {
	border: 1px solid #655F4C;
	/* font-size: 85%; */
	}
#orders th {
	background-color: #655F4C;
	color: #FFF;
	font-size: 100%;
	border-left: 1px solid #B6B3AA;
	}
#orders th.first {border-left: none;}
#orders th, #orders td {
	padding: 2px 12px 3px 8px;
	text-align: left;
	}
#orders td {
	border-bottom: 1px solid #BEB79E;
	}
.th-right th {
	border-bottom: 1px solid #A9B4BB;	
	}
.no-div {
	border-bottom: none !important;
	}
.total td {
	padding-bottom: 10px !important;
	font-size: 120%;
	padding-top: 8px !important;
	}

table.profile {
	float: left;
	margin-right: 45px;
	}
.zebra {
	background-color: #F5F3F0;
	}
#find-order {
	text-align: right;
	margin: -2em 0 1.5em 0;
	}
#find-order-btn {
	margin: 0 0 -4px 0;
	padding: 0 0 0 7px;
	}
.order-number {
	color: #226594;
	}
#tbl-order-address {
	font-size: 90%;
	}
#tbl-order-address th, #tbl-order-address td {
	vertical-align: top;
	text-align: left;
	padding: 4px;
	}
#tbl-order-address thead th {
	vertical-align: bottom;
	padding: 0;
	border-bottom: 1px dashed #CCC;
	}
#tbl-order-address h3 {
	margin-bottom: 6px;
	}
#tbl-order-address h3, #customer-notes h3 {
	color: #AA340C;
	margin-top: 1em;
	}
#tbl-order-address .space {
	padding-right: 55px;
	}
#customer-notes {
	font-size: 90%;
	border: 1px solid #CCC;
	padding: 0 20px 0 20px;
	margin: 2em 0 2em 0;
	}
#customer-notes p {
	margin-top: -.7em;
	margin-bottom: 1.5em;
	}
#customer-notes h3 {
	margin-bottom: .7em;
	}
.btn-row td {
	padding: 10px 20px 6px 15px !important;
	}
.btn-row strong {
	font-size: 130%;
	}
.btn-prev-next, .btn-refresh {
	cursor: pointer;
	margin-left: 10px;
	}
.btn-refresh {
	margin: 0 0 -4px 5px;
	}
.res-search strong {
	font-size: 100%;
	}
#secure img {
	border: 0;
	margin: 45px 0 0 25px;
	}
#password-link a {
	padding-left: 22px;
	background: url(../images/mt/ico-changepassword.gif) 0 50% no-repeat;
	}
#edit-profile {
	padding: 16px 0 0 0;
	}
.profile .input {
	width: 180px;
	margin-bottom: 4px !important;
	}
.profile .width-norm {
	width: auto !important;
	}
.profile th, .profile td {
	padding-bottom: 15px !important;
	}
.profile th {
	vertical-align: top;
	padding-top: 8px !important;
	}
.profile td {
	padding-top: 8px !important;
	}
.same-check {
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 4px;
	}
.order-info th, .order-info td {
	padding: 2px;
	}
.order-info label {
	font-weight: bold;
	padding-right: 6px;
	}
.order-info th {
	text-align: left;
	}
.order-info #user-info {
	margin-bottom: 20px;
	}
.order-info #ship-info {
	margin-right: 40px;
	}
.order-info #bill-info, .order-info #ship-info {
	margin-bottom: 10px;
	}
.tbl-select-shipping {
	padding-top: 15px;
	border-top: 1px solid #CCC;
	margin-top: .5em;
	}
.tbl-select-shipping td {
	padding-top: 4px;
	}
.tbl-select-shipping img {
	padding-left: 15px;
	}
.h3-ship {
	color: #0D4872/*#AA340C*/;
	margin: 0 0 1em 0;
	padding: 0;
	}
.btn-main {
	margin-left: 30px;
	}
#login-wrapper {
	float: left;
	}
#btn-quickcheckout {
	margin: 20px;
	}
#steps {
	width: 523px;
	height: 74px;
	list-style: none;
	margin: 4px 0 25px 0;
	padding: 0;
	}
.one {
	background: url(../images/mt/checkout-steps.gif) 0 0 no-repeat;
	}
.two {
	background: url(../images/mt/checkout-steps.gif) 0 -75px no-repeat;
	}
.three {
	background: url(../images/mt/checkout-steps.gif) 0 -150px no-repeat;
	}
.four {
	background: url(../images/mt/checkout-steps.gif) 0 -225px no-repeat;
	}
#steps li {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	line-height: 0px;
	}
	
.tbl-status {
	margin: 1em 0 1em 0;
	}
.tbl-status td {
	padding: 4px;
	} 
.tbl-status.nologin {
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 2em;
	}
.btn-status {
	text-align: left !important;
	border-top: 1px dashed #CCC;
	}

.tbl {
	margin-bottom: 2em;
	}
.tbl, .tbl td, .tbl th {
	border-collapse: collapse;
	border: 1px solid #0D4872;
	}
.tbl td, .tbl th {
	padding: 4px 8px 6px 6px;
	}
.tbl th {
	font-size: 90%;
	font-weight: bold;
	background-color: #527C9A;
	color: #FFF;
	text-align: left;
	}
	
/* -- Products Styles -- */
h1 span {font-size: 90%;}
h1 .sub {color: #226594;}
h1 .sub-child {color: #D55B33;}	
h1#products a { color: #CC3300; text-decoration: none; }
h1#products a:hover { text-decoration: underline; }
h1#products span {font-size: 90%;}
h1#products .sub a {color: #226594;}
h1#products .sub1 a {color: #D55B33;}
h1#products .sub2 a {color: #CC3300;}
#content h2 .new {margin: 0 0 2px 3px;}

table.products {
	width: 100%;
	border-top: 1px solid #D3CBC0;
	border-bottom: 1px solid #D3CBC0;
	font-size: 90%;
	}
table.products td {
	padding: 5px 0 5px 8px;
	}
.qty {
	color: #787878;
	text-align: right;
	padding-right: 8px;
	}
.row-line, .row-line td {
	border-bottom: 1px solid #ECE8E4;
	}
 .prod-img {
 	width: 60px;
 	}
.prod-img a img {
	border: 4px solid #FFF;
	}
.prod-img a:hover img {
	border: 4px solid #CC3300;
	}
.intro-products {
	margin-bottom: 2.5em;
	}
.detail-list {
	margin-top: .25em;
	}

#gift-balance {
	margin: 1em 0 1em 25px;
	}
#gift-balance h3 {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 5px;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 120%;
	}
.btn-checkbalance {
	margin: 0 0 -5px 12px;
	}
	
.btn-addtocart-sm {
	margin: 0 0 -3px 8px;
	}	
	
.prod-title {
	font-size: 190%;
	}
.prod-detail td.space {
	padding-left: 25px;
	padding-bottom: 20px;
	border-left: 1px solid #CCC;
	}	
.prod-detail img {
	padding: 0 25px 10px 0;
	}
.prod-detail h3 {
	margin: 10px 25px 5px 25px;
	padding: 8px 0 0 0;
	border-top: 1px dashed #CCC;
	font-size: 110%;
	font-weight: bold;
	}
.prod-detail ul {
	list-style: none;
	margin: 0 0 10px 25px;
	padding: 0;
	}
.prod-detail ul li {
	/*float: left;*/
	padding: 0 20px 0 18px;
	margin-bottom: 8px;
	background: url(../images/mt/icon-photo.gif) 0 50% no-repeat;
	}
.prod-description {
	border: 1px solid #CCC;
	padding: 0 20px 0 20px;
	margin: 1em 0 2em 0;
	}
.prod-add {
	margin-top: 3em;
	}
.btn-addtocart {
	margin: 4px 0 -5px 8px;
	}

	
/* -- Links Styles -- */
.links-list {
	list-style: none;
	margin-left: 22px;
	padding: 0;
	}
.links-list li {
	padding: 0 0 1em 18px;
	background: url(../images/mt/ico-bul-links.gif) 0 5px no-repeat;
	}
	
/* -- Site Map Styles -- */
.sitemap-list {
	float: left;
	margin: 2em 40px 0 22px;
	padding: 0;
	list-style: none;
	}
.sitemap-list li {	
	margin: 0;
	padding: 0 0 1em 17px;
	background: url(../images/mt/ico-pg-main.gif) 0 4px no-repeat;
	list-style: none;
	}
.sitemap-list li ul {
	margin: 1em 0 0 0;
	padding: 0;
	}
.sitemap-list li ul li {
	background: url(../images/mt/ico-pg-sub.gif) 0 4px no-repeat;
	padding-left: 15px;
	}
.sitemap-list li ul li ul li {
	background: url(../images/mt/ico-pg-sub-sub.gif) 0 6px no-repeat;
	padding-left: 13px;
	font-size: 95%;
	}	
#ecostamp {
	display: block;
	float: right;
	margin: 5px 10px 10px 20px;
	}
	
/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	padding: 0 0 35px;
	margin: 30px 0 0 0;
	background: #0D4872 url(../images/mt/footer-bg.gif) 0 0 repeat-x;
	color: #567F9D;
	font-size: 90%;
	}
#footer-wrapper {
	background: url(../images/mt/footer-turtle.gif) no-repeat top right;
	}
#footer-wrapper-sub {}
#nav-footer-a {
	padding: 32px 0 0 30px;
	margin: 0;
	}
#nav-footer-b {
	padding: 17px 0 0 30px;
	margin: 0;
	}
#footer a {
	text-decoration: none;
	color: #FFF;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer #copyright {
	padding: 40px 0 0 30px;
	margin: 0;
	font-size: 95%;
	color: #86A4B9;
	}
	
/* Forms
----------------------------------------------- */
form {	
	margin: 0;
	padding: 0;
	}
label {

	}
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
textarea, select {
	padding: 2px 3px 2px 3px;
	border: 1px solid #787878;
	}
.input {
	border: 1px solid #787878;
	padding: 3px 4px 4px 4px;
	}
.quantity {
	width: 3em;
	text-align: right;
	}
.btn-container {
 	text-align: right;
 	padding: 12px 5px 40px 0;
	}
.btn-container-top {
 	text-align: right;
 	padding: 12px 5px 12px 0;
	}
.btn-container-checkout {
 	border-top: 1px solid #655F4C;
 	padding: 12px 5px 40px 0;
 	margin: 2em 0 0 0;
 	text-align: right;
	} 	
.steps {
	width: 340px;
	padding-top: 18px !important;
	}
.btn-container-shopping {
	text-align: right;
	padding: 0 13px 12px 0;
	}				
#error {
	border: 1px solid #990000;
	width: 345px;
	margin: 0 0 20px 0;
	background-color: #FFF;
	color: #990000;
	}
#error h5 {
	padding: 8px 15px 8px 37px;
	background: blue url(../images/mt/ico-alert.gif) 15px 50% no-repeat;
	margin: 0;
	background-color: #990000;
	color: #FFF;
	font-size: 115%;
	}
#error ul {
	margin: 5px 15px 25px 0;
	padding: 0 0 0 35px;
	}
#error li {
	margin-bottom: 6px;
	font-size: 100%;
	}
#login #error {
	width: 245px;
	}
.required {  
	font-size: 90%;
	}
.req {
	color: red;
	font-weight: bold;
	}
.optional { font-weight: normal; font-style: italic; }
.error { color: red; }	
	
/* Misc
----------------------------------------------- */	
.info {color: #787878;}
.info-text {
	font-size: 11px;
	color: #787878;
	font-weight: normal;
	}
.note {
	font-size: 90%;
	padding-left: 25px;
	background: url(../images/mt/ico-note.gif) 4px 3px no-repeat;
	}
.note-status {
	margin-top: -1em;
	margin-bottom: -.25em;
	}
.clear {clear: both;}
.clear-l {clear: left;}
.clear-r {clear: right;}
.float-l {float: left;}
.float-r {float: right;}
.float-none {float: none !important;}
.text-ar {text-align: right !important;}
.text-al {text-align: left !important;}
.v-btm {vertical-align: bottom;}
.v-top {vertical-align: top;}
.width-max {width: 100%;}
.no-bold {font-weight: normal !important;}
	