html, body {
	/*background-color: #FFF;*/
	margin: auto;
}
body, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
}
a:link, a:visited, a:active {
	color: #888;
	text-decoration: none;
	border: 0;
}
a:hover {
	text-decoration: underline;
}

/* CONTAINER */
#mainwrap {
	width: 688px;
	margin: auto;
	margin-bottom: 0px;
}
* html #mainwrap {
	position: relative;
	left: 50%;
	margin-left: -344px;
}
#mainwrap p {
	margin: 12px 2px;
	padding: 0;
}

/* LOGO */
#topwrap {
	width: 100%;
	border: 0;
	border-bottom: 6px solid #2187EA;
	margin-bottom: 3px;
	height: 100px;
	-moz-user-select: none;
}
#logo {
	width: 370px;
	float: left;
	text-align: left;
}
#logo a {
	background: #fff url(logo.gif) center left no-repeat;
	width: 370px;
	height: 70px;
	display: block;
	text-decoration: none;
	margin-top: 27px;
}
#phone {
	background: #fff url(phonenum.gif) bottom right no-repeat;
	width: 318px;
	height: 92px;
	float: right;
	display: block;
}

/* MENU */
#menuwrap {
	background: url(menubg.gif) center center repeat-x;
	width: 100%;
	height: 35px;
	margin-bottom: 0px;
	overflow: hidden;
}
#menuwrap div {
	background: url(menudiv.gif) center right no-repeat;
	height: 35px;
	float: left;
	text-align: center;
}
#menuwrap div#end {
	background-image: none;
}
#menuwrap div a {
	height: 35px;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}
#menuwrap div a span {
	display: none;
}
a#menu1 {
	width: 92px;
	background-image: url(menu1.gif);
}
a#menu1:hover {
	background-image: url(menu1h.gif);
}
a#menu2 {
	width: 105px;
	background-image: url(menu2.gif);
}
a#menu2:hover {
	background-image: url(menu2h.gif);
}
a#menu3 {
	width: 152px;
	background-image: url(menu3.gif);
}
a#menu3:hover {
	background-image: url(menu3h.gif);
}
a#menu4 {
	width: 132px;
	background-image: url(menu4.gif);
}
a#menu4:hover {
	background-image: url(menu4h.gif);
}
a#menu5 {
	width: 104px;
	background-image: url(menu5.gif);
}
a#menu5:hover {
	background-image: url(menu5h.gif);
}
a#menu6 {
	width: 103px;
	background-image: url(menu6.gif);
}
a#menu6:hover {
	background-image: url(menu6h.gif);
}

/* MENU BOXES */
#boxwrap {
	width: 163px;
	float: left;
	margin: 0;
	margin-right: 7px;
}
table.box {
	width: 100%;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}
table.box td {
	padding: 0;
	
	vertical-align: top;
}
table.box div.tl, table.box div.tr, table.box td.bl, table.box td.br {
	background-color: #fff;
	background-image: url(box.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
}
table.box div.tl {
	background-position: top left;
}
table.box div.tr {
	background-position: top right;
}
table.box td.bl {
	background-position: bottom left;
}
table.box td.br {
	background-position: bottom right;
}
table.box td.l {
	background: #fff url(box_lr.gif) center left repeat-y;
}
table.box td.r {
	background: #fff url(box_lr.gif) center right repeat-y;
}
table.box td.b {
	background-color: #fff;
	border-bottom: 1px solid #D2D6D8;
}
table.box td.m {
	font-size: 12px;
	border-top: 1px solid #D2D6D8;
	vertical-align: top;
	padding-top: 6px;
}

/* MENU LISTS */
ul.box, ul.boxbig {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style-type: none;
}
ul.box {
	font-size: 11px;
}
ul.boxbig {
	font-size: 12px;
	font-weight: bold;
}
ul.box li, ul.boxbig li {
	margin: 0;
	border-bottom: 1px dashed #D1D6D8;
	color: #777;
}
ul.box li {
	background: transparent url(redbullet.gif) center left no-repeat;
	padding: 8px 0 8px 8px;
}
ul.boxbig li {
	padding: 5px 0;
}
ul li.end {
	border-bottom: 0;
}
ul.box li a, ul.boxbig li a {
	color: #777;
}
div.nl {
	display: block;
	height: 10px;
}

/* TITLES */
img.title {
	display: block;
}
div.title1, div.title2, div.title3 {
	width: 100%;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
}
div.title1 {
	background-image: url(title1.gif);
	height: 13px;
}
div.title2 {
	background-image: url(title2.gif);
	height: 26px;
}
div.title3 {
	background-image: url(title3.gif);
	height: 12px;
}

/* CONTENT AREA */
#contentwrap {
	display: block;
	float: left;
	width: 719px;
}
img#special {
	border: 0;
	margin-bottom: 30px;
}
#contentwrap p {
	font-size: 11px;
	margin: 12px 15px 12px 5px;
	padding: 0;
	color: #666;
}
#contentwrap p strong {
	font-weight: bold;
	color: #222;
}
a.moreinfo, a.moreinfo:hover {
	background: #fff url(moreinfo.gif) top right no-repeat;
	width: 100%;
	height: 14px;
	text-decoration: none;
	display: block;
}
#contentwrap p.pad {
	margin-left: 21px;
}

/* FOOTER */
#footerwrap {
	width: 100%;
	clear: left;
}
#planlinks {
	width: 100%;
	height: 166px;
	padding-bottom: 2px;
	border-bottom: 5px solid #BEBEBE;
}
div.googletalk {
	background: #fff url(bs_logo.gif) center center no-repeat;
	width: 163px;
	height: 160px;
	float: left;
	display: block;
}
div.googletalk a {
	font-size: 8px;
	font-weight: bold;
	color: #9BB816;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 130px;
	padding-bottom: 15px;
}
a#plan1, a#plan2, a#plan3 {
	width: 166px;
	height: 160px;
	margin-left: 7px;
	float: right;
	display: block;
}
a#plan1 {
	background: #fff url(plan1.gif) center right no-repeat;
}
a#plan2 {
	background: #fff url(plan2.gif) center right no-repeat;
}
a#plan3 {
	background: #fff url(plan3.gif) center right no-repeat;
}
#footerlinks, #copyright {
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
}
#footerlinks a {
	font-size: 5x;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px;
}
#footerlinks a:hover {
	text-decoration: none;
	color: #DE731E;
}

/* MISC */
a.smllink, a.smllink:hover {
	font-size: 10px;
	font-weight: bold;
	color: #9BB816;
	text-transform: uppercase;
	text-decoration: underline;
}
div.hr {
	height: 0;
	margin: 0 20px;
	border-bottom: 1px solid #D2D6D8;
}
div.hr div {
	display: none;
}
a.productListing-link{
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  text-decoration:underline;
  color:#4F525A;
}
A.ql {
 font-face: verdana;
 font-size: 13px;
 font-weight: bold;
 color: #80BFFF;
 }
A.ql:hover {
 font-face: verdana;
 font-size: 13px;
 font-weight: bold;
 color: #80BFFF;
 }
 .productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #44464B;
  font-weight: bold;
  padding:0px 2px;
  height:16px; background-color:#F2F2F2;
  border-bottom: 1px solid #9FA0A6;
}

.productListing-heading a{color:#44464B; text-decoration:none; line-height:245%;border:0px;}
.productListing-heading a:hover{color:#44464B; text-decoration:underline;}
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding:3px 0px;
  .infoBox {
  background: #D3D1D1;
}

infoBoxContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

infoBoxNotice {
  background: #FF8E90;
}

infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TDinfoBoxHeading {
  background-image: url('images/infobox/corner_center.gif');
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  display: none;
}

TDinfoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
 /* background: #ffffff;*/
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
 /* background: #bbc3d3;*/
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #333333;
  font-weight : bold;
}

A.headerNavigation { 
  color:#888888;
}


A.headerNavigation:hover {
  color: #000000;
}

TD.headerNavigation_red {
  font-family: Myriad Pro, Verdana, Arial, sans-serif;
  font-size: 9px;
  background: #ffffff;
  color: #333333;
  font-weight : bold;
}

A.headerNavigation_red {
font-size:9px;
color:#990000;
font-weight:bold;
}

A.headerNavigation_red:hover {
  color: #000000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
border-left:#D3D7D9 1px solid;
border-right:#D3D7D9 1px solid;
border-top:#D3D7D9 1px solid;
border-bottom:#D3D7D9 1px solid;
  /*background: #b6b7cb;*/
}

.infoBoxContents {
 /* background: #f8f8f9;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #b6b7cb;*/
  background-image:url(images/menu_bg.jpg);
  color: #FFFFFF;
  font-weight: bold;
  height:20;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #f50c0c;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  /*width: 100%;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
 .menu_txt
{FONT-FAMILY:TAHOMA; 
 FONT-SIZE:11PX; 
 COLOR:#ffffff; 
 text-decoration:none;
 text-transform:uppercase;
 }
  .menu_txt a
{FONT-FAMILY:TAHOMA; 
 FONT-SIZE:11PX; 
 COLOR:#ffffff; 
 text-decoration:none;
 }
  .menu_txt a:hover
{FONT-FAMILY:TAHOMA; 
 FONT-SIZE:11PX; 
 COLOR:#f10000; 
 text-decoration:underline;
 }
.black_txt
{font-family:tahoma;
font-size:11px;
color:#000000;
}
.black_txt a
{font-family:tahoma;
font-size:11px;
color:#000000;
text-decoration:none;
}
.black_txt a:hover
{font-family:tahoma;
font-size:11px;
color:#e12222;
text-decoration:underline;
}

.red_txt
{font-family:tahoma;
font-size:11px;
color:#e12222;
}
.red_txt a
{font-family:tahoma;
font-size:11px;
color:#e12222;
text-decoration:underline;
}
.red_txt a:hover
{font-family:tahoma;
font-size:11px;
color:#e12222;
text-decoration:none;
}

.heading
{font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
padding-left:10px;
}
A.menucateg {
color:#165698;
display: block;
text-decoration: none;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
/*border: solid 1px #f8f8f9;*/
}

A.menucateg:hover { 
/*border: solid 1px #6633CC;*/
background-color:#006699;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

A.menusubcateg {
color:#ee2830;
display: block;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
/*border: solid 1px #f8f8f9;*/
}

A.menusubcateg:hover { 
/*border: solid 1px #6633CC;*/
background-color:#006699;
text-decoration: none;
color: #FFFFFF;
}
.top_link {
	font-family: "Myriad Pro";
	color: #333333;
	font-size: 13px;
}
.style2 {font-family: "Myriad Pro"; color: #333333; font-size: 10px; }
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style8 {color: #165698}
.style9 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #165698; }
.RED {
font-size: 12px;
font-weight: bold; 
color: #ee2830; 
font-family:Verdana;
}
.contant {
	font-family: Tahoma;
	font-size: 15px;
	color: #838282;
}
.contant_heading {
	color: #000000;
	font-weight: bold;
}
.footer_link {
	color: #787878;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
}
.footer_link a {
	color: #787878;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
}
.copyright {
	font-family: Tahoma;
	font-size: 10px;
	color: #787878;
}

.style17 {
	font-size: 16px;
	font-weight: bold;
}

.heading {
font-family:verdana;
font-size:14.25px;
color:#FFFFFF;
font-weight:bold;
}

.postcard{
font-family:Verdana;
font-size:13px;
color:#165698;
font-weight:bold;
}










td{
 font-family: tahoma,verdana,arial;
 font-size: 11px;
 color: #58646A;
}

 .ch1{
 font-size: 11px;
 font-weight: bold;
 color: #5F5F5F;
 }

 .ch2{
 font-size: 11px;
 color: #2C2C2C;
 }

 .ch3{
 font-family: arial;
 font-size: 15px;
 color: #FDF6EB;
 font-weight: bold;
 }

 .ch4{
 padding-left: 34px;
 }

 .ch5{
 padding-left: 25px;
 }

 .ch6{
 border-left: #FFFFFF 2px solid;
 }

 .ch7{
 padding-left: 12px;
 }

 .ch8{
 font-family: arial;
 font-size: 11px;
 color: #2C2C2C;
 }
 .ch99{
 font-size: 11px;
 color: #838372;
 }


 .ch9{
 font-size: 11px;
 color: #838372;
 tex-decoration:underline;
 }
 .ch9:hover{
 font-size: 11px;
 color: #838372;
 tex-decoration:none;
 }



 .ch10{
 font-size: 17px;
 color: #940700;
 font-weight: bold;
 }

 .ch11{
 font-size: 10px;
 color: #545454;
 }


 .ml1{
 font-size: 11px;
 font-weight: bold;
 color: #D82019;
 text-decoration: none; 
 }

 .ml2{
 font-size: 11px;
 color: #454345;
 text-decoration: none; 
 }

 .ml3{
 font-size: 20px;
 color: #B51A12;
 text-decoration: none; 
 font-family: arial;
 }

 .ml4{
 font-size: 11px;
 color: #EEE4CF;
 text-decoration: none; 
 }

 .ml5{
 font-size: 16px;
 font-weight:bold;
 color: #B74B0A;
 text-decoration: none; 
 font-family: arial;
 }

               
 .se{            
 width: 100px;
 font-size: 9px;
 color: #282E3E
 }

 



 .image_border_{
  border:1px solid #999999; 
 }

 .currency_symbol_{
 font-size: 11px;
 color: #797979;
 font-weight: bold;
 }



TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}
.se  {width:116px; height:20px; font-family:tahoma,verdana,arial; color:#F6E5E5; font-size:10px; font-weight:bold; padding-left:2px; background-color:#96001F;}
.se1 select {width:146px; height:20px; font-family:tahoma,verdana,arial; color:#656565; font-size:10px; padding-left:2px; background-color:#E9E9E9}
.go  {width:97%; height:18px; font-family:tahoma,verdana,arial; color:#F6E5E5; font-size:10px; font-weight:bold; padding-left:4px; background-color:#96001F;}
.go1 {width:30px; height:14px; font-family:tahoma,verdana,arial; color:#636363; font-size:11px; text-align:center; border:#989797 solid 1px; line-height:12px; padding-bottom:2px;}
.ab  {vertical-align: middle;}
.bd {border-left:#B4A9AF solid 1px; border-right:#B4A9AF solid 1px;}

.tx  {font-size:11px; color:#860030; font-weight:bold;}
.tx1, .tx1 a {font-size:12px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; text-decoration:none;}
.tx2 {font-size:10px; color:#F6E5E5; font-weight:bold;}
.tx3 {font-size:16px; color:#900037; font-weight:bold;}
.tx4 {font-size:11px; color:#FFFFFF;}
.tx5 {font-size:11px; color:#4A4A4A; font-weight:bold;}
.tx6 {font-size:12px; color:#333333; font-weight:bold;}
.tx7 {font-size:11px; color:#6B6B6B;}

.ml {color:#FE1212;	font-size:11px; text-decoration:none; font-weight:bold;}
.ml:hover {text-decoration:underline;}
.ml a {color:#FE1212;	font-size:11px; text-decoration:none; font-weight:bold;}
.ml a:hover {text-decoration:underline;}
.ml1 {color:#FFFFFF; font-size:11px; text-decoration:none;}
.ml1:hover {text-decoration:underline;}
.ml2 {color:#5E5E5E; font-size:11px; text-decoration:underline;}
.ml2:hover {text-decoration:none; font-weight:bold;}
.ml3 {color:#6B6B6B; font-size:11px; text-decoration:none;}
.ml3:hover {text-decoration:underline;}

#zxc1   {color:#FFFFFF; font-size:11px; text-decoration:underline;}
#zxc1 a {color:#FFFFFF; font-size:11px; text-decoration:underline;}
#zxc1 a:hover {text-decoration:none;}
/* ---------------------- ---------------------------*/
.sea_border img{border:1px solid #8D7980;}

.sea_1	{		border:10px solid #ffffff; border-width:0px 10px 0px 15px;}
.sea_txt, .sea_txt a	{ color:#FF4C1B; text-decoration:none; font-weight:bold;}








