.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(/image/bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(/image/bt.gif) no-repeat bottom}


.InfoMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;

	background: #eff6f9 url('/image/InfoMessage.gif') no-repeat 5px 8px;
	color: #555;
}



/* main menu style */
.buttons-wrapper {
padding: 5px 5px 5px 5px;

}

/* Buttons */
.button:link, .button:visited, .button:hover, .button:active, .action_button:link, .action_button:visited, .action_button:hover, .action_button:active, .big_button:link, .big_button:visited, .big_button:hover, .big_button:active {
	border: 1px solid #1c536a;
	color: #ffffff;
	background: #1e69c7 url('/image/but_bg.gif') repeat-x 0 0;
	font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	cursor: pointer;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}

.action_button:link, .action_button:visited, .action_button:hover, .action_button:active {
	border: 1px solid #9e2b07;
	background: #ff501a url('/image/action_but_bg.gif') repeat-x 0 0;
}

.big_button:link, .big_button:visited, .big_button:hover, .big_button:active {
	border: 1px solid #b75128;
	background: #ff501a url('/image/big_but_bg.gif') repeat-x 0 0;
	padding: 5px 14px 5px 17px;
}

.product-list-field, .product-features {
	margin-bottom: 3px;
}
.product-list-field label, .product-features label {
	float: left;
	clear: left;
	text-align: left;
	width: 20px;
	padding-top: 1px;
	font-weight: bold;
}

.form-field {
	margin-bottom: 5px;
	z-index: 30;
	clear: both;
}

.form-field label {
	float: left;
	clear: left;
	text-align: left;
	width: 20px;
	padding-top: 1px;
	font: normal 11px verdana, geneva, arial, helvetica, sans-serif;
}

.form-field .required-field-mark {
	display: block;
	float: left;
	width: 10px;
	text-align: center;
}

.form-field span {
	font-size: 11px;
}

select {
	border: 1px solid #6e9db7;
}

p.textarea-break {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.search-field {

	margin-bottom: 7px;
}

/* Form field hack to avoid float div float outside the container */
.form-field:after, .search-field:after, .info-field-title:after, .item-wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear-both {
	clear: both;
	font-size: 0px;
}

/* product details styles */
.product-details-options {
	background: #fffdd7 url(/image/product_details_options_bg.gif) repeat-x bottom;
	border: 1px solid #a3a3a3;
	padding: 9px;
	margin-top: 15px;
	margin-left: -1px;
	clear: left;
}
.product-details-options p {
	font-size: 11px;
}

.action_button:link, .action_button:visited, .action_button:hover, .action_button:active {
	border: 1px solid #9e2b07;
	background: #ff501a url('/image/action_but_bg.gif') repeat-x 0 0;
}


