/* GENERAL TAG STYLING */

body {
	
	background-image: url(/img/bg-ss12.jpg);
	background-repeat:repeat;
	background-position: center;
	
	background-color: #dddad7;
	margin: 80px 10px 80px 10px;
}

body, td, input, select, option {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1, h2, h4 {
	font-family: georgia, times, times new roman, serif;
	color: #cc0000;
	font-weight: bold;
	white-space: nowrap;
}

h1 {
	font-size: 23px;
	line-height: 23px;
	white-space: normal;
	margin: 3px 0 40px 0;
}

h2 {
	font-size: 14px;
	margin: 15px 0 5px 0;
}
h2 a {
	color: #cc0000;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;	
}

h3 {
	font-size: 12px;
	color: #000;
	margin: 35px 0 18px 0;
}

h3 b {
	color: #333;	
}


h4 {
	font-size: 10px;
	margin: 0;	
}

p {
	margin: 10px 0;
}

form {
	margin: 0;
	padding: 0;
}

/* COMMON ELEMENTS */
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

.float-right {
	float: right;	
}

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

.input-text {
	border: 1px solid #999966;
	padding: 2px 3px;
	color: #666;
	display: block;
	line-height: 13px;
}

.input-text-error {
	border: 1px solid red;
}

textarea {
	border: 1px solid #999966;
	padding: 2px 3px;
	color: #666;
	display: block;
	line-height: 18px;
}

img.image-left {
	float: left;
	margin-right: 23px;
	margin-bottom: 23px;
}

img.image-right {
	float: right;
	margin-left: 23px;
	margin-bottom: 23px;
}

h3.bullseye {
	background: transparent url(/img/bullseye.gif) no-repeat 0px 0px;
	padding-left: 21px;
	font-size: 11px;
}

a.indent {
	padding-left: 21px;
	display: block;
}

a.indent span {
	display: none;
}

/* Red link with arrow */
a.arrow, span.arrow {
	float: right;
	color: #cc0000 !important;
	font-size: 15px;
	font-weight: bold;
	font-family: georgia, times, times new roman, serif;
	background: transparent url(/img/link_arrow.gif) no-repeat 0px 6px;
	padding-left: 8px;
	position: relative;
	top: -5px;
	text-decoration: underline;
}
a.arrow {
	cursor: pointer;	
}
a.arrow:hover {
	text-decoration: none;
}
span.arrow {
	color: #ccc !important;
	background-image: url(/img/link_arrow_dim.gif);
}

/* LAYOUT */
.global-layout {
	position: relative;
	width: 1018px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(/img/bg.gif) repeat-y 0px 12px;
}

/* HEADER */
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1018px;
	height: 82px;
	background: transparent url(/img/bg_top.gif) no-repeat 0px 0px;
}

#header .layout {
	padding: 23px 23px 0 23px;
}

#header .innerwrap {
	background: #f2f2e5 url(/img/pattern_top.gif) repeat-x left bottom;
	height: 66px;
}

#header h1 {
	margin: 0;
	width: 73px;
	height: 35px;
	padding: 9px 0 0 15px;
}
#header h1 a {
	display: block;
	width: 73px;
	height: 35px;
	background: transparent url(/img/maileg_logo.gif) no-repeat left top;
	text-indent: -1000px;
	overflow: hidden;
}

/* NAVIGATION */
#nav-global {
	position: absolute;
	z-index: 5;
	left: 150px;
	top: 23px;
}

#nav-global ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 543px;
	height: 40px;
}

#nav-global ul li {
	display: inline;
	border-left: 2px solid #cc0000;
	line-height: 48px;
	padding-left: 14px;
	padding-right: 14px;
	font-family: georgia, times, times new roman, serif;
	font-size: 15px;
}

#nav-global ul li a {
	color: #cc0000;
	text-decoration: none;
}
#nav-global ul li a:hover {
	text-decoration: underline;
}

#nav-global ul li.first {
	font-variant: small-caps;
	position: relative;
	top: -1px;
	border: 0;
	color: #999;
	font-size: 12px;
}

#nav-global ul li.first a {
	color: #999;
	text-decoration: underline;
}

#nav-global ul li.first a.selected {
	color: #ccc;
	text-decoration: none;
}

#nav-global ul li.first a:hover {
	text-decoration: none;
}

#nav-global ul li.first2 { /* Only without pipe */
	border: 0;
}

/* CONTENT */

#content {
	background: transparent url(/img/elephant_cut.gif) no-repeat bottom right;
	#background-image: url(/img/elephant_cut_ie.gif);
}

#content-content {
	width: 716px;
	float: left;
}

#content-content .layout {
	padding: 112px 38px 44px 38px;
}

#content-content .hr { /* Horizontal rule for content area */
	height: 7px;
	overflow: hidden;
	background: transparent url(/img/hr_large.gif) no-repeat center top;
}

#content-content .hr-top { /* Horizontal rule for content area, to use for top (with white cover on top) */
	height: 7px;
	overflow: hidden;
	background: transparent url(/img/hr_large_top.gif) no-repeat center top;
}

#content-content .hr-bottom { /* Horizontal rule for content area, to use for bottom (with white cover on bottom) */
	height: 7px;
	overflow: hidden;
	background: transparent url(/img/hr_large_bottom.gif) no-repeat center top;
}

#content-content .hr-duo { /* Horizontal rule for content area (duo/split) */
	height: 7px;
	overflow: hidden;
	background: transparent url(/img/hr_large_duo.gif) no-repeat center top;
}

/* COLUMN RIGHT */
#column-right {
	position: relative;
	width: 266px;
	float: left;
	z-index: 20;
	top: -27px;
	padding-bottom: 18px;
}

.box {
	color: #666;
}

.box h3 {
	font-family: georgia, times, times new roman, serif;
	font-size: 14px;
	margin: 4px 0;
	color: #666;
}

.box a {
	color: #666;
	text-decoration: underline;
}
.box a:hover {
	text-decoration: none;
}

.box p {
	margin: 4px 0;
}

.box .hr { /* Horizontal rule for right column */
	height: 7px;
	overflow: hidden;
	background: transparent url(/img/hr_small.gif) no-repeat center top;
	margin-top: 17px;
	margin-bottom: 20px;
}

.box .hr-gray { /* Horizontal rule (gray) for right column */
	height: 7px;
	overflow: hidden;
	background: transparent url(/img/hr_small_gray.gif) no-repeat center top;
	margin-top: 7px;
	margin-bottom: 10px;
}

.box .input-text {
	width: 212px;
	margin-bottom: 9px;
}

.box .input-text-disabled {
	background-color: #fafaf7;
	border-color: #e6e6d8;
	color: #ccc;
}

.box a.arrow, .box span.arrow {
	margin-right: 47px;
}

.box a.info {
	font-family: georgia, times, times new roman, serif;
	font-size: 11px;
	float: left;
	font-weight: bold;
	position: relative;
	top: -3px;
}

/* BOX TOP */
#box-top {
	position: relative;
	width: 252px;
	padding: 0px 7px 0px 7px;
	overflow: hidden;
}

#box-top .bg-top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 266px;
	height: 1400px;
	background: transparent url(/img/box_top_top.png) no-repeat left top;
}
* html #box-top .bg-top { /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/box_top_top.png', sizingMethod='crop');
	background: none;
}

#box-top .bg-bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 266px;
	height: 107px;
	background: transparent url(/img/box_top_bottom.png) no-repeat left top;
}
* html #box-top .bg-bottom { /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/box_top_bottom.png', sizingMethod='crop');
	background: none;
}

#box-top .content {
	text-align: center;
	position: relative;
	min-height: 220px;
}
* html #box-top .content { /* IE min-height */
	height: 220px;
}

#box-top .content .text-container {
	padding: 55px 10px 25px 10px;
}

#box-top ul.menu {
	margin: 30px 0 0px 0;
	padding: 0;
	list-style-type: none;
	display: block;
	width: 252px;
}

#box-top .clear {
	height: 50px;
}

#box-top ul.menu li {
	float: left;
	width: 252px;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 28px;
}

#box-top ul.menu li.hr, #box-top ul.menu li.hr-gray {
	margin: 0;
	line-height: normal;
}

#box-top ul.menu li a {
	font-family: georgia, times, times new roman, serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 0;
	color: #666;
}

#box-top ul.menu li a:hover {
	text-decoration: underline;
}

#box-top ul.menu li.expanded a {
	color: #cc0000;
}

#box-top ul.menu li.sub {
	line-height: 26px;
}

#box-top ul.menu li.sub a {
	color: #cc0000;
	font-size: 11px;
	font-weight: normal;
}

#box-top ul.menu li.sub-selected a {
	background: transparent	url(/img/link_arrow_sub.gif) no-repeat 0px 4px;
	padding-left: 13px;
}

/* BOX MIDDLE */
#box-middle {
	position: relative;
	width: 266px;
	height: 127px;
	margin-top: 21px;
}


#box-middle .bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 266px;
	height: 127px;
	background: transparent url(/img/box_middle.png) no-repeat left top;
}
* html #box-middle .bg { /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/box_middle.png', sizingMethod='crop');
	background: none;
}

#box-middle .content {
	position: relative;
	width: 266px;
	height: 127px;
	padding: 14px 0 0 23px;
}


/* BOX BOTTOM */
#box-bottom {
	position: absolute;
	left: 716px;
	top: -11px;
	width: 266px;
	height: 133px;
}

#box-bottom .bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 266px;
	height: 133px;
	background: transparent url(/img/box_bottom.png) no-repeat left top;
}
* html #box-bottom .bg { /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/box_bottom.png', sizingMethod='crop');
	background: none;
}

#box-bottom .content {
	position: relative;
	width: 266px;
	height: 133px;
	padding: 14px 0 0 23px;
}

/* FOOTER */
#footer {
	position: relative;
	width: 1018px;
	height: 108px;
	background: transparent url(/img/bg_bottom.gif) no-repeat left bottom;
}

#footer .search {
	position: absolute;
	left: 39px;
	top: 30px;
	width: 180px;
	width: 200px;	
}

#footer .search .input-text {
	width: 130px;
}

#footer .search a.arrow {
	top: -20px;
	left: 145px;
	float: none;
}

#footer .layout {
	padding: 0px 23px 21px 23px;
}

#footer .innerwrap {
	background: #f2f2e5 url(/img/pattern_bottom.gif) repeat-x left top;
	height: 87px;
}

#footer ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 32px;
	text-align: right;
	width: 658px;
	font-family: georgia, times, times new roman, serif;
	font-size: 12px;
}

#footer ul li {
	color: #333;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}

#footer ul li a {
	color: #333;
	text-decoration: underline;
}
#footer ul li a:hover {
	text-decoration: none;
}

#footer ul li.first {
	font-variant: small-caps;
}

#footer ul li.first a.selected {
	color: #ccc;
	text-decoration: none;	
}


#footer .address {
	width: 656px;
	color: #333;
	font-size: 9.5px;
	text-align: right;
	padding-top: 12px;
}

#footer .address span {
	padding-left: 4px;
	padding-right: 4px;
}

#footer .address a {
	text-decoration: underline;
	color: #333;
}

#footer .address a:hover {
	text-decoration: none;
}


/* Page type elements */

/* FRONTPAGE PRODUCTS */
table.frontpage-products {
	width: 100%;
	border-spacing: 0;
}

table.frontpage-products td {
	padding: 0;
	vertical-align: top;
	color: #666;
}

table.frontpage-products td p {
	margin: 10px 0;
}

table.frontpage-products td.image-container {
	width: 137px;
	height: 140px;
	padding: 2px;
	border: 2px solid #99cccc;
	cursor: pointer;
}

table.frontpage-products td.image-container a {
	display: block;
	text-decoration: none;
}

table.frontpage-products td.text-container {
	text-align: center;
	border: 1px solid #dcdcc3;
	padding: 0 4px;
	cursor: pointer;
}

table.frontpage-products td.text-container h3 {
	font-size: 14px;
	margin:12px 0 -2px 0;
	color: #cc0000;
	font-family: georgia, times, times new roman, serif;
}

table.frontpage-products td.text-container h3 a {
	color: #cc0000;
	text-decoration: none;
}

table.frontpage-products td.spacer {
	width: 20px;
}

table.frontpage-products td.empty-container {
	width: 141px;
	height: 140px;
	padding: 2px;
}

table.frontpage-products td img {
	display: block;
	border: 0;
	margin: 0;
}

table#frontpage-products-1 td.text-container {
	border-top: 0;
}

table#frontpage-products-1 {
	margin-top: 12px;
	margin-bottom: 0;
}

table#frontpage-products-2 {
	margin-top: 18px;
	margin-bottom: 14px;
}

table#frontpage-products-2 td.text-container {
	border-left: 0;
	border-bottom: 0;
	text-align: left;
	padding-left: 19px;
	padding-right: 19px;
}

table#frontpage-products-2 td.text-container h3 {
	margin-top: 10px;
}

table#frontpage-products-2 td.text-container p {
	margin-bottom: 10px;
}

table#frontpage-products-2 td.image-container {
	height: auto;
	border-bottom: 0;
}

table#frontpage-products-2 td.ender-left { /* Ends the border on image container */
	height: 2px;
	line-height: 2px;
	border: 2px solid #99cccc;
	border-top: 0;
	cursor: pointer;
}

table#frontpage-products-2 td.ender-right { /* Ends the border on text container */
	height: 2px;
	line-height: 2px;
	border: 1px solid #dcdcc3;
	border-top: 0;
	border-left: 0;
	cursor: pointer;
}

table#frontpage-products-2 td.ender-left div, table#frontpage-products-2 td.ender-right div {
	height: 2px;
	line-height: 2px;
	overflow: hidden;
	#display: inline; /* IE 6 + 7 */
}

table.frontpage-products td.image-container-hover {
	border-color: #dcdcc3 !important;
}

table#frontpage-products-2 td.spacer {
	width: auto;
	height: 15px;
}

/* CATEGORY PREAMBLE */
.category-preamble {
	color: #666;
	margin-bottom: 13px;
}

.category-preamble h1 {
	margin: 10px 0;
}

.category-preamble p {
	margin: 10px 0;
	padding-right: 250px;
	line-height: 15px;
}

/* CATEGORIES (NB: Actually products - from a category) */
form.filter {
	padding-bottom: 15px;
}

table.categories {
	width: 100%;
	border-spacing: 0;
}

table.categories td {
	padding: 0;
	vertical-align: top;
	color: #666;
}

table.categories td.image-container {
	width: 153px;
	height: 153px;
	cursor: pointer;
	background: transparent url(/img/cat_img_border_bottom.gif) no-repeat left bottom;
}

table.categories td.image-container img {
	display: block;
	margin: 0;
	padding: 0;
}

table.categories td.image-container div {
	width: 145px;
	padding: 4px;
	background: transparent url(/img/cat_img_border_top.gif) no-repeat left top;
}

table.categories td.image-container-hover {
	background-image: url(/img/cat_img_border_bottom_hover.gif);
}

table.categories td.image-container-hover div {
	background-image: url(/img/cat_img_border_top_hover.gif);
}

table.categories td.text-container {
	padding: 0;
	cursor: pointer;
	text-align: center;
	padding-bottom: 8px;
	line-height: 14px;
}

table.categories td.text-container a {
	color: #ccc;
	text-decoration: none;
}

table.categories td.text-container-hover a {
	color: #666;
}

table.categories td.empty-container {
	width: 153px;
}

table.categories td.spacer {
	width: 20px;
}

/* TABLE FOR DATA LISTNING */

table.content-table {
	border-bottom: 1px solid #ccc;
	}

table.content-table td {
	padding: 10px 10px 10px 0px;
	border-top: 1px solid #ccc;
	vertical-align: top;
	
	}

tr.content-table-start td {
    padding-top: 30px;
	}

tr.content-table-start h2 {
	margin: 0 0 5px;
	}


/* PRODUCT PAGE */
.product-image-container {
	width: 306px;
	float: left;
	background: transparent url(/img/prod_img_border_bottom.gif) no-repeat left bottom;
	margin: 17px 0;
}

.product-image-container div {
	padding: 4px;
	width: 298px;
	background: transparent url(/img/prod_img_border_top.gif) no-repeat left top;
}

.product-image-container img {
	display: block;
}

.product-info-container {
	margin: 17px 0;
	float: right;
	width: 300px;
}

.product-info-container h1 {
	margin-top: -2px;
	margin-bottom: 14px;
	white-space: normal;
	line-height: 28px;
}

/* Product pager */
.product-pager {
	text-align: center;
	height: 22px;
	border-top: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;
}

.product-pager, .product-pager a {
	color: #666;
	font-size: 10px;
	line-height: 22px;
}

.product-pager .prev {
	float: left;
	width: 60px;
	text-align: right;
	height: 22px;
}
.product-pager a.prev {
	background: transparent url(/img/pager_prev.gif) no-repeat left top;
}

.product-pager .next {
	float: right;
	width: 60px;
	text-align: left;
	height: 22px;
}
.product-pager a.next {
	background: transparent url(/img/pager_next.gif) no-repeat right top;
}

.product-pager .up {

}

/* Product info */

table.product-info {
	margin-top: 32px;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}

table.product-info td, table.product-info th {
	padding: 0;
	line-height: 17px;
	height: 17px;
	font-size: 10px;
}

table.product-info td {
	color: #000;
	border-bottom: 1px solid #ccc;
}

table.product-info th {
	text-align: left;
	font-weight: normal;
	width: 178px;
	color: #666;
	border-bottom: 1px solid #ccc;
}

.product-info-container h3 {
	margin-top: 32px;
	margin-bottom: 5px;	
}

.product-info-container select.country-selector {
	margin-top: 5px;
	margin-left: 8px;
	width: 150px;
	padding-left: 7px;
}

/* SEARCH PAGE */

.search-preamble {
	margin-top: -17px;
}

.search-preamble .hr-top {
	margin-bottom: 11px;
}

.search-preamble .hr-bottom {
	margin-top: 21px;
}

.search-search {
	width: 301px;
	float: left;
	padding-bottom: 13px;
}

.search-search h2 {
	margin-bottom: 10px;
}

.search-search label {
	width: 50px;
	float: left;
}

.search-search label.inline {
	width: auto;
	float: none;
	display: inline;
}


.search-search #form-country {
	width: 230px;
	float: right;
	margin-bottom: 13px;
}

.search-search #form-region {
	width: 230px;
	float: right;
	margin-bottom: 13px;
}

.search-search #form-zip {
	width: 226px; /* Firefox */
	float: right;
	margin-bottom: 13px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari */
	.search-search #form-zip {
		width: 224px;
	}
} 
.search-search #form-zip {  /* IE 6 + 7 */
	#width: 224px;
}


.search-search #form-itemno {
	width: 226px; /* Firefox */
	float: right;
	margin-bottom: 13px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari */
	.search-search #form-itemno {
		width: 224px;
	}
} 
.search-search #form-itemno {  /* IE 6 + 7 */
	#width: 224px;
}



.search-store {
	display: none;
	width: 301px;
	float: right;
	background: transparent url(/img/designerleg.jpg) no-repeat right bottom;
	padding-bottom: 13px;
}

.search-result {
	width: 301px;
	display: block;
	float: left;
	clear: left;
}

.search-result h2 {
	margin-top: 19px;
	margin-bottom: 9px;
}

.search-result h3 {
	font-family: georgia, times, times new roman, serif;
	font-size: 14px;
	margin: 4px 0;
	color: #666;
}
.search-result h3 a {
	float: right;
	color: #666;
	text-decoration: underline;
	font-size: 11px !important;
	font-weight: normal;
	display: none;
}
.search-result h3 a:hover {
	text-decoration: none;
}

.search-result h4 {
	padding: 30px 0 0;
}

.search-result p {
	color: #666;
}

#content-content .search-result .hr {
	height: 1px;
	overflow: hidden;
	background-color: #dcdcc3;
	background-image: none;
	margin: 14px 0;
}


/* Pager */

.pager {
	color: #666;
	padding: 10px 0 0;
	width: 310px;
	display: block;
	float: left;
}
.pager a {
	color: #666;
}

.pager ul {
	display: block;
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}
.pager ul li {
	margin: 0;
	padding: 1px;
	display: inline;	
}


.pager ul.pages {
	float: left;
}
.pager ul.pages li a {
	padding: 3px;
	text-decoration: none;
	border: 1px solid #fff;
}
.pager ul.pages li a:hover {
	border: 1px solid #666;
}
.pager ul.pages li.selected a {
	border: 1px solid #666;	
}


.pager ul.winder {
	float: right;
}

/* Overrides for page search */
#page-search .search-result {
	width: 640px;	
}

#page-search .search-result a {
	color: #666;	
}

#page-search .search-result h3 a {
	float: none;
	display: inline;
	font-size: 14px !important;
	font-weight: bold;
	text-decoration: none;
}
#page-search .search-result h3 a:hover {
	text-decoration: underline;
}

#page-search .search-preamble .hr-bottom {
	margin-top: 11px;	
}

#page-search .pager {
	width: 100%;	
}

#page-search .search-result .hr {
	margin: 20px 0;	
}

#page-search .pager {
	padding: 10px 0 30px 0;
}

/* Google Map */
#google-map-container {
	margin-top: 16px;
	width: 296px;
	height: 396px;
	border: 2px solid #99cccc;
	overflow: hidden;
	float: right;
	clear: right;
	display: none;
}

#google-map {
	width: 292px;
	height: 392px;
	border: 2px solid #fff;
}


/* Fould out menu */
ul.foldout {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

ul.foldout li {
	border: 1px solid #c3c3be;
	margin-bottom: 10px;
	margin-top: 10px;
}

ul.foldout li.hover {
	border-color: #666;
}

ul.foldout li a {
	text-decoration: none;
	display: block;
	padding-left: 18px;
	height: 20px;
	line-height: 20px;
	background: transparent url(/img/foldout_arrow_down.gif) no-repeat right top;
}

ul.foldout li a:hover {
	background: #e9f0f0 url(/img/foldout_arrow_down_hover.gif) no-repeat right top;
}


ul.foldout li a em {
	font-style: normal;
	color: #666;
}

ul.foldout ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

ul.foldout ul li {
	border: 0;
	margin: 0;
	padding: 0;
}

ul.foldout li li.subheading {
	padding: 6px 0 2px 18px;
	color: #666;
}

ul.foldout li li a {
	padding-left: 26px;
	background: transparent url(/img/foldout_arrow.gif) no-repeat 18px 8px;
}

ul.foldout li li.dim a {
	color: #666;
	cursor: default;
	background: transparent url(/img/foldout_arrow-grey.gif) no-repeat 18px 8px;
}

ul.foldout li li a:hover {
	background: #e9f0f0 url(/img/foldout_arrow_hover.gif) no-repeat 18px 8px;
}

/* obs info */

.customer-info {
    left: 12px;
    position: absolute;
    top: 111px;
    width: 241px;
	padding-bottom: 10px;
}
.customer-info .box {
	background: #fff;
}

.customer-info .wrap {
	border-bottom: 1px solid #9a9862;
	border-left: 1px solid #9a9862;
	border-right: 1px solid #9a9862;
}
.customer-info h3 {
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}

.customer-info p {
	font-size: 11px;
    line-height: 13px;
	margin-left: 5px;
	margin-right: 5px;
}


