/**
 * Module Tab
**/

a.module_btn, a.module_btn:visited, a.module_btn:hover {
	font-family:Arial,Helvetica,sans-serif;
	display: block;
	color: #626262;
	width: 90px;
	height: 27px;
	font-size: 10pt;
	border: none;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 0 0;
	cursor: pointer;
	background-image: url(/images/main/module_button.gif);
	background-repeat: no-repeat;
	background-position: left 0;
}

a.module_btn_m, A.module_btn_m:visited, a.module_btn_m:hover {
	font-family:Arial,Helvetica,sans-serif;
	display: block;
	color: #ffffff;
	width: 66px;
	height: 28px;
	font-size: 10pt;
	border: none;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 0 0;
	cursor: pointer;
	background-image: url(/images/module_btn_m.gif);
	background-repeat: no-repeat;
	background-position: left 0;
}

a.module_btn_w, A.module_btn_w:visited, a.module_btn_w:hover {
	font-family:Arial,Helvetica,sans-serif;
	display: block;
	color: #ffffff;
	width: 90px;
	height: 28px;
	font-size: 10pt;
	border: none;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 0 0;
	cursor: pointer;
	background-image: url(/images/module_btn_w.gif);
	background-repeat: no-repeat;
	background-position: left 0;
}
a.module_btn:hover, a.module_btn_m:hover, a.module_btn_w:hover {
	text-decoration: none;
	background-position: right 0;
}

.left-menu, A.left-menu, A.left-menu:visited, A.left-menu:hover {
	text-decoration: none;
	font-size:13px;
	font-weight: bold;
}
A.left-menu:hover {
	text-decoration: none;
}

.left-menu-reset, A.left-menu-reset, A.left-menu-reset:visited, A.left-menu-reset:hover {
	text-decoration: none;
	font-size:13px;
	font-weight: normal;
	color:#aa0000;
}
A.left-menu-reset:hover {
	text-decoration: none;
}

.left-menu-active, A.left-menu-active, A.left-menu-active:visited, A.left-menu-active:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-left:5px
}
A.left-menu-active:hover {
	color: #ffffff;
	text-decoration: none;
}

.left-menu-2, A.left-menu-2, A.left-menu-2:visited, A.left-menu-2:hover {
	font-family: Arial,Helvetica,sans-serif;
	color: #85ad38;
	font-weight: bold;
	text-decoration: none;
}
A.left-menu:hover {
	color: #0088CC;
	text-decoration: none;

}

.left-menu-2-active, A.left-menu-2-active, A.left-menu-2-active:visited, A.left-menu-2-active:hover {
	font-family: Arial,Helvetica,sans-serif;
	color: #85ad38;
	font-weight: normal;
	text-decoration: none;
}
A.left-menu-2-active:hover {
	color: #85ad38;
	text-decoration: underline;
}

.left-menu-sub, A.left-menu-sub, A.left-menu-sub:visited, A.left-menu-sub:hover {
	line-height:14px;
	text-decoration: none;
	font-weight:normal;
	font-family: Arial,Helvetica,sans-serif;
	/* text-transform:uppercase; */
}
A.left-menu-sub:hover {
	text-decoration: none;color:#0088CC
}

.left-menu-sub-active, A.left-menu-sub-active, A.left-menu-sub-active:visited, A.left-menu-sub-active:hover {
	font-weight: bold;
	background:#0088CC;
	color: #ffffff;
	padding:2px 2px 2px 2px;
	font-family: Arial,Helvetica,sans-serif;
	/* text-transform:uppercase; */
}
.right-menu, A.right-menu, A.right-menu:visited, A.right-menu:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
A.right-menu:hover {
	color: #444444;
	text-decoration: underline;
}

.lightBar, A.lightBar, A.lightBar:visited, A.lightBar:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #5f5e5a;
	text-decoration: none;
}
A.lightBar:hover {
	color: #626262;
}

.cart-large, A.cart-large, A.cart-large:hover, A.cart-large:visited {
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:14px;
	color:#0088CC;
	font-weight:bold;
	text-decoration:underline;
}
A.cart-large:hover {
	color:#ff8000;
}

.main-body {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #484848;
	text-decoration: none;
}

.entry-title {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
	color:#626262;
	text-decoration: none;
}

.category-desc {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #797979;
	text-decoration: none;
	padding-top:15px;
	line-height:18px
}

.page-box {
	color: #bf1e2e;
	font-size: 9pt;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}
A.page-box, A.page-box:visited, A.page-box:hover {
	color: #333333;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-weight:normal;
	font-size:9pt;
	padding: 1px 7px 1px 7px;
	background-color: transparent;
	border: solid #0088CC 1px;
	position: relative;
	top: 0;
}
A.page-box:hover {
	color: #ffffff;
	background-color: #0088CC;
	border: solid #676767 1px;
}
.page-box-active {
	color: #333333;
	font-size: 9pt;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}

.icon-menu {
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
}
A.icon-menu, A.icon-menu:visited, A.icon-menu:hover {
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	padding:8px 2px 2px 2px;
}
A.icon-menu:hover {
}

TABLE.nav-frame {
	background-color:#ffffff;
	border-right: 1px solid #626262;
	border-left: 1px solid #626262;
}

TABLE.main-frame {
	/* background: #ffffff url(/images/main/main_bg.jpg) repeat-x; */

	/*  border-right: 1px solid #e8e8e8; */
}

TABLE.pagehead {
	/*
	background: transparent;
	background-image: url(/images/main/header_bg.gif);
	background-repeat: no-repeat;
	width: 718px;
	height: 35px;
	*/
}

TABLE.bot-frame {
	/* background-color:#ffffff; ececec */
	background-color: transparent;
}

TABLE.right-box {
	background-color:#ffffff;
	border: 1px solid #ffcd05;
}

td.thumb_frame {
	width: 84px;
	height: 123px;
	/**background: url(/images/main/thumb_frame.gif) no-repeat;**/
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #e35899;
	text-decoration: none;
	padding: 0 0 0 0;
}

td.list_frame {
	display:block;
	position: relative;
}

img.badge{
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 2;
}

td.large_frame {
	line-height:0;
	text-align:center;
	margin:0;
	padding:0;
}

td.info_header {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	background: #d1c9e0;
}

TD.info-box-top {
	width: 180px;
	height: 31px;
	background-image: url(/images/background/info-box-top.gif);
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #626262;
	text-decoration: none;
	padding: 7px 5px 0 10px;
}
TD.info-box-mid {
	background-image: url(/images/background/info-box-mid.gif);
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #626262;
	line-height:15px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

TABLE.sort-header	{
	padding: 0 5px 0 5px;
}
.location-list{text-align:left}
TD.sort-header {
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	/* background-color:#ededed; */
	padding: 4px 0 4px 0;
}
TD.sort-header-active {
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	/* background-color:#cecece; */
	padding: 4px 0 4px 0;
}
.sort-header, A.sort-header, A.sort-header:hover, A.sort-header:visited {
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#0088CC;
	font-weight:bold;
	text-decoration:none;
}
.sort-header {
	color:#0088CC;
}
A.sort-header:hover {
	color:#ff8000;
}

TR.active-line {
	background-color: #deb7cb;
}

TR.normal-line {
	background-color: #ffffff;
}

TR.sub-active-line {
	background-color: #ffffff;
}

TR.sub-normal-line {
	background-color: #ededed;
}

TD.left-nav {
	/* border-right: 1px solid #fedeed; */
	text-align:right;
	padding-bottom:15px;

}
TD.right-nav {
	font-size: 11px;
	color: #626262;
	text-decoration: none;
}
TD.navigation {
	height: 51px;
	vertical-align: middle;
	padding: 0 0 0 0;
	font-size: 11px;
	color: #626262;
	text-decoration: none;
}

TD.body-content, TD.main-content {
	/* height: 300; */
	font-size: 11px;
	text-decoration: none;
	border-right: 1px solid #a2987d;
/*
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
*/
}

TD.title-round {
	font-size: 9pt;
	color: #626262;
	font-weight: bold;
	text-decoration: none;
	background-color: #eaeaea;
	padding: 3px 3px 3px 3px;
}

a.list-link, a.list-link:visited {
	font-weight: normal;
	text-decoration: none;
}
a.list-link:hover {
	text-decoration: none;
}

.list-small, a.list-small, a.list-small:visited, a.list-small:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	color: #626262;
	font-weight: normal;
	text-decoration: none;
}
a.list-small:hover {
	color: #0088CC;
	text-decoration: underline;
}

.list-price, .list-price-our, .sale-price, .attr-price	{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.list-price-our	{
	color: #0088CC;
}
.sale-price	{
	color: #ed1414;
}
.attr-price	{
	font-size: 12px;
	color: #626262;
}

.list-qty	{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}

.price-label, .price-detail, .price-detail-list, .price-detail-our, .price-detail-sale, .color-label	{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	color: #626262;
	font-weight:normal;
	text-decoration: none;
}
.price-detail	{
	font-size: 11pt;
}
.color-label	{
	font-size: 13px;
	font-weight: bold;
	color:#0088CC;
	line-height: 11pt;
}
.price-detail-our	{
	font-size: 12pt;
	color:#e00058;
}
.price-detail-sale	{
	font-size: 12pt;
	color:#e00058;
	font-weight: bold;
}

.list-label {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}

.list-special {
	width:50%;
	background-color: #f4f4f4;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #002E8B;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}

TD.ajax-column {
	height: 30px;
	background-color: #ababab;
	padding:2px 2px 2px 2px;
	border: solid #949494 1px;
}

TD.spec-title, TD.spec-column, TD.spec-value {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 11px;
	color:#444444;
	text-decoration: none;
}
TD.spec-title {
	font-size: 11px;
	font-weight: bold;
	padding:10px 2px 3px 2px;
}
TD.spec-column {
	background-color: #f5f5fe;
	padding:2px 2px 2px 2px;
}
TD.spec-value {
	padding:2px 2px 2px 5px;
}

TABLE.order-table {
	border-color:#626262;
}
TD.order-title {
	background-color: #ff9900;
  color: #ffffff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#626262;
	font-weight:bold;
	padding:4px 0 4px 5px;
}
TD.list-head, TD.list-head-lmargin, TD.list-head-rmargin {
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#444444;
	font-weight:bold;
	text-decoration:none;
	padding:4px 0 4px 0;
}
TD.list-head-lmargin {
	padding:4px 0 4px 5px;
}
TD.list-head-rmargin {
	padding:4px 5px 4px 5px;
}

TD.list-body, TD.list-body-lmargin, TD.list-body-rmargin, TD.list-body-narrow {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#444444;
	padding:2px 0 2px 5px;
	line-height:13pt;
}
TD.list-body-lmargin {
	padding:2px 0 2px 10px;
}
TD.list-body-rmargin {
	padding:2px 5px 2px 5px;
}
TD.list-body-narrow {
	line-height:10pt;
}

TD.main-title		{ height:20px; background-color:#e5effa; }
TD.main-body		 { height:400px; padding-top: 5px; padding-left: 8px; }
TD.list-wide		 { border:solid #ffffff 1px; }
TD.desc-title		{ height:20px; background-color:#EAEAEA; }
TD.desc-subtitle { background-color:#efefef; }
TD.grid-entry		{ background-color:#ebe7ef; padding-right:5px; }
TD.grid-value		{ padding-top:3px; padding-bottom:3px; padding-left:5px; }
TD.highlight		 { background-color:#e5effa; }
TR.highlight		 { background-color:#e5effa; }
TR.error		 { background-color:#efefef; }

TD.box-title {
	background-color:#999999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	padding:3px 4px 3px 4px;
}
TD.box-body	{
	background-color:#efefef;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#444444;
	padding:3px 4px 3px 4px;
}

.category					{ font-size:11px; color:#626262; font-weight:bold; padding:1px; }
A.category				 { font-size:11px; color:#0066CC; font-weight:bold; padding:1px; position:relative;top:0; text-decoration:none; }
A.category:visited { font-size:11px; color:#0066CC; font-weight:bold; padding:1px; position:relative;top:0; text-decoration:none; }
A.category:hover	 { font-size:11px; color:#004982; font-weight:bold; padding:0; position:relative;top:1px; text-decoration:none; }

.cart-title				 { font-size:12px; color:#626262; font-weight:bold; }
.cart-select				{ font-size:11px; color:#626262; }

.cart-body, A.cart-body, A.cart-body:visited, A.cart-body:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size:9pt;
	color:#444444;
	font-weight:normal;
	text-decoration:none;
}
A.cart-body { color:#0000aa; }
A.cart-body:visited { color:#0000aa; }
A.cart-body:hover { color:#004982; text-decoration:underline; }

.item-main					{ font-size:12px; color:#444444; }

.item-body, A.item-body, A.item-body:visited, A.item-body:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size:10pt;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
A.item-body { color:#ffffff; }
A.item-body:visited { color:#ffffff; }
A.item-body:hover { color:#004982; }

.main-warn					{ font-size:11px; color:#0088CC; }

A.main-link				 { font-size:11px; color:#0066CC; }
A.main-link:visited { font-size:11px; color:#0000aa; }
A.main-link:hover	 { font-size:11px; color:#ff8000; }

.main-cat, A.main-cat, A.main-cat:visited, A.main-cat:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#131313;
	font-weight:normal;
	text-decoration:none;
}
A.main-cat:hover { color:#A0410D; text-decoration:underline; }

.list-head, A.list-head, A.list-head:visited, A.list-head:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#444444;
	font-weight:bold;
	text-decoration:none;
}
A.list-head { color:#0000aa; }
A.list-head:visited { color:#0000aa; }
A.list-head:hover { color:#004982; text-decoration:underline; }

.page-link, A.page-link, A.page-link:visited, A.page-link:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#A82B49;
	font-weight:bold;
	text-decoration:none;
}
A.page-link { color:#002E8B; }
A.page-link:visited { color:#002E8B; }
A.page-link:hover { color:#004982; }

.field-entry				{ font-size:11px; color:#444444; font-weight:bold; }
.field-value				{ font-size:11px; color:#444444; line-height:15px; }
.field-error				{ font-size:11px; color:#0088CC; line-height:15px; }

.itemInfo, A.itemInfo, A.itemInfo:visited, A.itemInfo:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size:9pt;
	color:#626262;
	font-weight:normal;
	text-decoration:none;
}
A.itemInfo:hover {
	color: #008800;
	text-decoration: underline;
}
.page-title-frame {background-color:#eee3e2;padding:13px}
.page-title{height:45px;color:#626262;font-size:15px;font-weight:bold;text-align:left;background:url(/images/main/line.jpg) repeat-x bottom}
.page-location{font-size:10px;text-align:left;text-decoration:none}
.page-location a, .page-location a:active, .page-location a:visited, .page-location a:hover {
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	font-family: Arial,Helvetica,sans-serif;
}
.list-menu {font-weight:bold; font-size:11px; padding:0 0 5px 0; text-align:left}
.tbl-tit{font-weight:normal;text-align:center;background-color:#dddddd;font-family: Arial,Helvetica,sans-serif;}
/* Styles for images */
.img-border-silver {
	border: 0 #cccccc solid;
}

/*
.img-border-thick {
	border: 2px #dddddd solid; border-radius: 5px; padding: 3px 3px;
}
*/

.img-border-white {
	border: 1px #ffffff solid;
}

.img-border-normal {
	border: 1px #ffffff solid;
}

.borderit img {
  border: 1px #cccccc solid;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
}

.borderit:hover img {
	border: 1px #8ab933 solid;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
}

.borderit:hover{
color: #8ab933; /* irrelevant definition to overcome IE bug */
}

div.hr {
  height: 1px;
  background: #e9e9e9 url(/images/space.gif) no-repeat scroll center;
  font-size: 1px;
}
div.hr hr {
  display: none;
  font-size: 1px;
}

div.dot_hr {
  height: 1px;
  background: transparent url(/images/main/dot-1.gif);
  font-size: 1px;
}
div.dot_hr hr {
  display: none;
  font-size: 1px;
}

div.hr5 {
  height: 5px;
  background: #626262 url(/images/space.gif) no-repeat scroll center;
}
div.hr5 hr {
  display: none;
}

UL.none {
	text-indent: -10px;
	padding-left: 0;
	margin: 0;
	list-style: none;
}

LI.none {
	color: #ffffff;							/* text color */
	/* background: white; */		 /* Content, padding will be gray */
	padding-top: 0;
	padding-bottom: 4px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;		/* top right bottom left */
	/* text-indent: 10px; */
	list-style: none;					/* no glyphs before a list item */
	/* No borders set */
}

LI.news {
	color: #ffffff;							/* text color */
	/* background: white; */		 /* Content, padding will be gray */
	padding: 0 0 3px 0;
	margin: 0 0 0 0;		/* top right bottom left */
	/* text-indent: 10px; */
	list-style: none;					/* no glyphs before a list item */
	/* No borders set */
}

UL.list {
	padding: 0;
	margin: 0 0 0 5px;
}

li.list-category {
	padding: 0 0 0 7px;
	background: url(/images/sqdot.gif) no-repeat left;
	line-height: 20px;
	list-style: none;
}

li.list-error {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #0088CC;
	font-weight: normal;
	text-decoration: none;
	padding: 0 0 0 7px;
	background: url(/images/sqdot.gif) no-repeat left;
	line-height: 16px;
	list-style: none;
}

DIV.list {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background: url(/images/sqdot.gif) no-repeat left;
	line-height: 16px;
	list-style: none;
}

UL.dotItem {
	padding: 0;
	margin: 5px 0 0 3px;
}
li.dotItem {
	padding-left: 10px;
	list-style-type: none;
	line-height: 11pt;
	list-style: none;
	font-size: 13px;
	background-image: url(/images/main/dot-gray.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

/*
 * Styles for menu navigation
 */
ul.listMenu {
	padding:0;
	margin: 0 0 0 0;
}
li.listMenu, li.listMenu a, li.listMenu a:active, li.listMenu a:visited, li.listMenu a:hover {
	margin:0;
	list-style-type: none;
	line-height:16px;
	list-style: none;
	padding:4px 0 4px 5px;
	font-size:12px;
	font-weight:normal
	/**
	background-image: url(/images/main/menubar-normal.gif);
	background-repeat: no-repeat;
	**/
}
li.listMenu a:hover {color:#0088CC}

li.listMenu-active{
	margin:0;
	list-style-type: none;
	line-height: 16px;
	list-style: none;
	padding:3px 0 3px 5px;
	/*background: url("/images/main/left-dot.gif") repeat-x scroll center transparent;*/
	font-weight: bold;
	background-color:#ee166b;
}

ul.listMenu-2 {
	margin: 0;
	padding:0;
	background:none;


}
li.listMenu-2, li.listMenu-2-active, li.listMenu-2 a, li.listMenu-2 a:active, li.listMenu-2 a:visited, li.listMenu-2 a:hover {
	padding:0;
	list-style-type: none;
	line-height: 13px;
	list-style: none;
	padding:0;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;

}
li.listMenu-2-active {
	margin:0;
	list-style-type: none;
	line-height: 13px;
	list-style: none;
	padding:7px 0 7px 10px;;
	/*background: url("/images/main/left-dot.gif") repeat-x scroll center transparent;*/
	font-weight: bold;
	color:#0088CC;


}
li.listMenu-2-active a, li.listMenu-2-active a:active, li.listMenu-2-active a:visited, li.listMenu-2-active a:hover {
	font-weight: bold;
	/*background:#0088CC;*/
	color:#ee166b
}

li.listMenu-2-active a.reset {
	background:#ffffff;
}

li.listMenu-2-active img {
	padding:0 0 0 7px;
	vertical-align:bottom;
}

li.listMenu-2 a:hover {
	text-decoration: none;
	background:#0088CC;
	color: #ffffff;
}

li.listMenu-2 {
		/*background: url("/images/main/left-dot.gif") repeat-x scroll center bottom transparent;*/
    font-weight:normal;color:#000000;
    margin:0;
    padding:7px 0 7px 10px;
    text-align: left;

}
li.listMenu-2-title {
		/*background: url("/images/main/left-dot.gif") repeat-x scroll center bottom transparent;*/
		list-style-type: none;
    font-weight: bold;
    margin: 0 0 0 0;
    padding:4px 0 4px 5px;
    text-align: left;
    background-color: #efefef;
}
ul.listMenu-3 {
	margin: 0 0 0 0;
}

li.listMenu-3, li.listMenu-3-active, li.listMenu-3 a, li.listMenu-3 a:active, li.listMenu-3 a:visited, li.listMenu-3 a:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #9e4a8b;
	background-color:#fcf1fa;
	padding:0;
	list-style-type: none;
	line-height: 16px;
	list-style: none;
}
ul.listMenu-4 {
	width:135px;
	padding: 0;
	margin: 0 0 0 0;
	text-align:left;
}

li.listMenu-4, li.listMenu-4-active, li.listMenu-4 a, li.listMenu-4 a:active, li.listMenu-4 a:visited, li.listMenu-4 a:hover  {
	width:165px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #5a270e;
	background-color:#fcf2f1;
	padding: 6px 0 6px 13px;
	margin:1px 0 0 0;
	list-style-type: none;
	list-style: none;
	font-weight:bold;

}

div.listMenu-5, ul.listMenu-5 {
	width:165px;
	padding: 0;
	margin: 0 0 0 0;
}

li.listMenu-5, li.listMenu-5-active, li.listMenu-5 a, li.listMenu-5 a:active, li.listMenu-5 a:visited, li.listMenu-5 a:hover {
	padding:0;
	list-style-type: none;
	line-height: 28px;
	list-style: none;
}
li.listMenu-sub1, li.listMenu-sub2, li.listMenu-sub3, li.listMenu-sub4, li.listMenu-sub5 {
	margin-left: 0px;
	padding:3px 0 3px 12px;
	list-style-type: none;
	line-height: 11pt;
	list-style: none;
	background-image: url(/images/main/arrow_active.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;

}
li.listMenu-sub2 {
	margin-left: 5px;
	padding-left: 20px;
	background-position: 10px 4px;
}
li.listMenu-sub3 {
	margin-left: 18px;
	padding-left: 32px;
	background-position: 21px 4px;
}
li.listMenu-sub4 {
	margin-left: 28px;
	padding-left: 42px;
	background-position: 31px 4px;
}
li.listMenu-sub5 {
	margin-left: 38px;
	padding-left: 52px;
	background-position: 41px 4px;
}
/*
 * Styles for form fields
 */
a.link_button, A.link_button:visited, a.link_button:hover {
	font-family: Arial,Helvetica,sans-serif;
	display: block;
	color: #ffffff;
	width: 200px;
	height: 25px;
	font-size: 11pt;
	border: none;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 4px 0 0 10px;
	cursor: pointer;
	text-decoration: none;
	background-image: url(/images/link_button.jpg);
	background-repeat: no-repeat;
	background-position: left 0;
}
a.link_button:hover {
	background-position: right 0;
	color: #ffffff;
	border: none;
}

input.action_button, input.action_button:hover {
	font-family: Arial,Helvetica,sans-serif;
	display: block;
	color: #ffffff;
	width: 150px;
	height: 25px;
	font-size: 11pt;
	border: none;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	padding: 1px 0 0 0;
	margin: 0 0 0 0;
	cursor: pointer;
	text-decoration: none;
	background-image: url(/images/action_button.jpg);
	background-repeat: no-repeat;
	background-position: left 0;
}
input.action_button:hover {
	background-position: right 0;
	color: #ffffff;
	border: none;
}

input.ajax_add_button, input.ajax_add_button:hover,
input.ajax_add_to_order, input.ajax_add_to_order:hover {
	display: block;
	color: #626262;
	width: 188px;
	height: 37px;
	font-size: 11px;
	border: none;
	text-align: center;
	font-weight: bold;
	padding: 0 0 0 0;
	vertical-align:top;
	margin: 0 0 0 0;
	cursor: pointer;
	text-decoration: none;
	background: transparent;
	background-image: url(/images/main/ajax_add_cart.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	text-transform: uppercase
}

input.ajax_add_button:hover {
	background-position: right 0;
	color: #626262;
	border: none;
}

input.ajax_add_to_order {
	background-image: url(/images/main/ajax_add_order.png);
}

input.ajax_add_to_order:hover {
	background-image: url(/images/main/ajax_add_order.png);
	background-position: right 0;
	color: #626262;
	border: none;
}

INPUT.search{background:#e5e5e5;width:130px; height:	24px;border:none;color:#000000;font-size:11pt;padding:0 0 0 5px;margin:0}

/**
 * Firefox, Safari, Opera
**/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/**
 * IE 7
**/
.clear {
	[if lte IE 6] min-height: 1px;
}

/**
 * IE 5, 6
**/
html .clear {
	[if lte IE 6] height: 1px;
}
.tit{width:170px;margin:0;color:#ffffff;font-family: Georgia; font-weight:bold;background:url(/images/main/left-dot.gif) repeat-x bottom;padding:0 0 10px 0;text-align:left}

.banner-header{border-bottom:1px solid #888887;padding-bottom:5px;font-size:20px;font-weight:bold}
.banner-header-white{border-bottom:1px solid #ffffff;padding-bottom:5px;color:#ffffff;font-size:20px;font-weight:bold;font-family: Arial,Helvetica,sans-serif;}
.banner-cont{font-size:11px;padding:10px 0 0 0;line-height:15px}
.banner-cont-white{font-size:11px;padding:10px 0 0 0;line-height:15px;color:#ffffff}
.detail-tit{font-size:13px;font-weight:bold;color:#ffffff;line-height:14px;background:#0088CC;padding:3px 0 3px 3px;}
.qbutton_new, .qbutton_new:link, .qbutton_new:visited, .qbutton_new:active, .qbutton_new:hover {
        border: 1px solid #0088CC;
        height: 27px;
        color:#ffffff;
        padding: 7px 13px 0 13px;
        font-size:13px;
				font-weight:normal;
        display:block;
        text-align: center;
        text-transform:uppercase;
        background: #0088CC;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0088CC), to(#0088CC));
        background: -webkit-linear-gradient(#0088CC, #0088CC);
        background: -moz-linear-gradient(#0088CC, #0088CC);
        background: -ms-linear-gradient(#0088CC, #0088CC);
        background: -o-linear-gradient(#0088CC, #0088CC);
        background: linear-gradient(#0088CC, #0088CC);
        -pie-background: linear-gradient(#0088CC, #0088CC);
        position:relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
				width:170px;
				vertical-align:middle;
}

.qbutton,.qbutton:link,.qbutton:visited,.qbutton:active,.qbutton:hover{
        border: 1px solid #0088CC;
        height: 27px;
        color:#ffffff;
        padding: 7px 13px 0 13px;
        font-size:13px;
				font-weight:normal;
        display:block;
        text-align: center;
        text-transform:uppercase;
        background: #0088CC;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0088CC), to(#0088CC));
        background: -webkit-linear-gradient(#0088CC, #0088CC);
        background: -moz-linear-gradient(#0088CC, #0088CC);
        background: -ms-linear-gradient(#0088CC, #0088CC);
        background: -o-linear-gradient(#0088CC, #0088CC);
        background: linear-gradient(#0088CC, #0088CC);
        -pie-background: linear-gradient(#0088CC, #0088CC);
        position:relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
				width:170px;
				vertical-align:middle;
}
.qbutton:hover {
        background:#dc6009;
				border: 1px solid #ef7c2b;
}
