* { 
    -moz-box-sizing: border-box; 
}

body{
	background:url(../images/valentines_gift_delivery.gif) repeat-y;
	background-attachment:fixed;
	background-position : top;
	margin : 0px 0px 0px 0px;
	font-size:12px;
	text-align:center;
	
	
}

/* global styles */
a { color:#175D7F; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }

/* Container which encloses the whole site to allow easy width change */
#container,#wrap {
	width:760px;	/* change value to adjust width */
	text-align:left;
	margin:5px auto;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Logo and minicart */
#header {
	padding:5px 0px;
	border:1px solid #e5e5e5;
	/*margin-bottom:10px;*/
}
#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px 10px;
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#999;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-right:10px;
}
#header a {
	text-decoration:none;
	color:#1981b7;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: right;	
}
.gift-delivery{
	background-color:#001a66;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:0px;
	padding-bottom:2px;

	
}
.gift-philippines {
  font-family:Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:;
  
 
  /*color: #b35845;*/
  color:#ad1003;
  line-height:15px;
  margin-top:0px;
  margin-bottom:0px;
  
}


/*formats the links in the minicart*/
.cartminilinks{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/* Encloses all content area under header */
#wrap {
	padding:5px;
	border:1px solid #e5e5e5;
}

/* Horizontal navigation */
#nav {  
	background:white;
	border:1px solid #EEEEEE;
	width:100%;
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
}

table#horiz_nav td {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:8px 0px;
	color:#1981b7;
	text-decoration:none;
	font-size:80%;
	text-transform:uppercase;
	border-right:1px solid #EEEEEE;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#000; }

/* Horizontal navigation drop down menu
   do not remove or modify styles listed 
   under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	background:white;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
	display:block;
	width:100%;
	margin:0px;
	
	/* Styles */
	line-height:22px;
	text-transform:capitalize;
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;
	
	/* Styles */
	padding:0px 10px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
}

/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	text-align:center;
	background:#eee;
	padding:10px;
	border-bottom:5px solid #D7D7D7;
}

#utilbar table {
	border-collapse:collapse;
	width:100%;
}

#utilbar td {
	padding:5px 0px;
	text-align:center;
	vertical-align:middle;
	width:33.3%;
	font-size:80%;
	border-right:2px dotted #E5E5E5;
	font-weight:bold;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#1981b7; text-decoration:none; }
#utilbar a:hover { text-decoration:underline; }

/* Encloses all content area under utilbar */
#all { 
	margin-top:5px;
	padding-bottom:5px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:25%;	/* Change to alter width of left column */
}

#left h2 {
	background:#EEE;
	color:#1981b7;
	margin:0px;
	padding:5px 10px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#left .box {		/* General style of each box in left column */
	padding:5px 10px;
	font-size:90%;
	border:1px solid #eee;
	margin-bottom:5px;
}

#left .box p {
	margin:0px;
	padding-bottom:10px;
}

#left ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
	padding:10px 15px;
	margin:0px 0px 5px 0px;
	line-height:20px;
	font-size:90%;
	border:1px solid #eee;
}

#left ul a {
	background:url(../images/site/catnav_bullet.gif) no-repeat 0 3px;
	padding-left:15px;
	color:#505050;
}

/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }

/* Main content area */
#main {
	text-align:center;
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
	border:1px solid #D7D7D7;
	padding:2px;
	color:#666;
	margin-bottom:1px;
	text-align:left;
}

#homecontent h1 { color:#1d83b4; }
#homecontent p { margin-right:180px; }
#homecontent img { margin-right:10px; }

/* content area styles */
#content {
	padding:0px 10px 10px 10px;
	text-align:left;
}

/* Footer */
#footer {
	background:#E1E1E1;
	padding-bottom:10px;
	text-align:center;
	color:#454545;
	font-size:80%;
	clear:both;
}

/* Alphabet listing */
#footer .alphabet {
	color:#ffffff;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #aaaaaa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #aaaaaa;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #aaaaaa;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #aaaaaa;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   background:url(../images/search1.gif);
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   width:64px;
   height:19px;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size :small;
	font-weight : bold;
	padding : 1px 3px;
	text-align : left;
}

.menuqdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size :small;
	font-weight : bold;
	padding : 1px 3px;
	text-align : center;
}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #F7F7F7;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color:#330099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}
.total{
	color:#330099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}
.total1{
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}
.hdrproduct1{
	color:#330099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
	font-weight: bold;
	text-align:center !important;;
}
.hdrproduct2{
	color:#330099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}
.hdrproduct3{
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}
.hdrproduct4{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}

/* Styles to be use in 6.50 */
#main {
	font-size:90%;
	line-height:18px;
	width:75%;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000000;
	font-size:14px;
	margin-bottom:7px;
}

div.breadcrumb a { 
	color:#1981B7; 
	font-size:14px;
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#175D7F; 
	font-size:14px;
	text-decoration:underline;
}










div.breadcrumb2 {
	text-align:left;
	color:#000000;
	font-size:19px;
	font-weight:bold;
	margin-bottom:7px;
}

div.breadcrumb2 a { 
	color:#1981B7; 
	font-size:19px;
	font-weight:bold;
	text-decoration:none; 
}
div.breadcrumb2 a:hover { 
	color:#175D7F; 
	font-size:19px;
	font-weight:bold;
	text-decoration:underline;
}





/* Main area text styles */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight : bold;
	margin:0px 0px 15px 0px;
	color:#175D7F;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	text-transform:capitalize;
}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:right;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:100%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac { text-align:center !important;
color:#FF0000; }
.acme { text-align:center !important;}
.
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:middle !important; }
.vt2 { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }


.dt { display:table; width:100%; height:100%;}

.dr { display:table-row; width:100%; height:100%;}

.dc { display:table-cell; text-align:left; vertical-align:top; width:100%; }
.h2_dr { background:url(../psd/gifts/h2-dr.gif) repeat-x top;}
.h22_dr { background:url(../psd/gifts/h22-dr.gif) repeat-x top;}
.m11_t_dr { background:url(../psd/gifts/m2-t-dr.gif) repeat-x top ;}
.m11_b_dr { background:url(../psd/gifts/m2-t-dr.gif) repeat-x bottom ;}
.m11_l_dr { background:url(../psd/gifts/m2-l-dr.gif) repeat-y left ; text-align:center;}
.m1_t_dr { background:url(../psd/gifts/m2-t-dr.gif) repeat-x top #F8ECC6;}
.m1_b_dr { background:url(../psd/gifts/m2-t-dr.gif) repeat-x bottom #F8ECC6;}
.m1_l_dr { background:url(../psd/gifts/m2-l-dr.gif) repeat-y left #F8ECC6; text-align:center;}
.m1_r_dr { background:url(../psd/gifts/m2-l-dr.gif) repeat-y right;}

.m1_l_t { background:url(../psd/gifts/m1-l-t.gif) no-repeat left top;} 
.m1_l_b { background:url(../psd/gifts/m1-l-b.gif) no-repeat left bottom;} 
.m1_r_t { background:url(../psd/gifts/m1-r-t.gif) no-repeat right top;} 
.m1_r_b { background:url(../psd/gifts/m1-r-b.gif) no-repeat right bottom;}

.m2_t_dr { background:url(../psd/gifts/m2-t-dr.gif) repeat-x top;}
.m2_b_dr { background:url(../psd/gifts/m2-t-dr.gif) repeat-x bottom;}
.m2_l_dr { background:url(../psd/gifts/m2-l-dr.gif) repeat-y left;}




.h2_l { background:url(../psd/gifts/h2-l.gif) no-repeat left top;}
.h2_r { background:url(../psd/gifts/h2-r.gif) no-repeat right top;}
.h_text { font-size:14px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; line-height:12px;}
.h1_pad { margin:14px 5px 13px 15px;}
 .ch6{
 border-left: #C4C4C4 1px solid;
 border-right: #C4C4C4 1px solid;
 padding-left: 1px;
  }
  .ch66{
 border-left: #C4C4C4 1px solid;
 border-right: #C4C4C4 1px solid;
 padding: 1px 0px 1px 0px;

  }
  
  
  .ch4{
 font-size: 13px;
 font-weight: bold;
 font-family: arial;
 text-transform: uppercase;
 color: #FFFFFF;
 text-align:center !important;
 }
 .chr{
 font-size: 12px;
 font-weight: bold;
 font-family: arial;
 text-transform: uppercase;
 color: #FFFFFF;
 text-align:center !important;
 }
  .ml1{
 font-size: 12px;
 text-decoration: none; 
 color: #707070
 }
 .box_marg { margin:6px 14px 4px 12px; text-align:center;}
 ul { margin:0px; padding:10px; list-style:none; text-align:left;}
 
 .ul2 li { background:url(../psd/gifts/h-l.gif) repeat-x bottom; list-style:none; text-align:left;}
.ul2 li a { background:url(../psd/gifts/bul2.gif) no-repeat 10px center; padding-left:19px; color:#38352D; text-decoration:none;}
.ul2 li a:hover { color:#D52D00;}


.left1{ width:170px; height:20px; background: #DBDDDA url(../psd/gifts/lef_bgr.gif) top left no-repeat; padding:6px 0 0 8px;}
.right1{ width:170px; height:15px; background: #DBDDDA url(../psd/gifts/right_bgr.gif) bottom right no-repeat; padding:4px 0 0 6px;}
.rig_txt6{ font-size:13px; color:#141414; padding-top:4px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.x1{ margin:12px 0 0 2px; padding:0; list-style:none; line-height:21px}
.x1 li {background:url(../psd/gifts/back_li.gif) top left no-repeat; width:154px; height:21px }
.x1 li a{ color:#2B2726; font-size:11px; text-decoration:none; margin:0 0 0 36px; font-weight:normal}
.x1 li a:hover{ text-decoration:underline; color:#2B2726; font-weight:normal}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px;
font-weight:bold;
padding-left:10px;
color:#000}
 .top_bgc{background:#F0EDE9;}
 .top2{margin-top:9px;}
 .right2{ width:170px; height:20px; background:#7AA424 url(../psd/gifts/rig_con.gif) no-repeat top left; padding:6px 0 0 8px;}
 

 
 
 
 .right22{ width:170px; height:64px; background:#8DBE2A;}
.right222{ width:170px; height:15px; background: #7AA424 url(../psd/gifts/rig_con2.gif) bottom right no-repeat; padding:4px 0 0 6px;}
 
r1 { margin:0 0 0 0; padding:0 0 90 0; list-style:none;}
.r1 li { background:url(../psd/gifts/r1.gif) center left no-repeat; margin:0 0 0 0; padding:0 0 0 11px;}
.r1 li a {line-height:17px; color:#FFFFFF; text-decoration:none; font-weight:bold;  background-position:left center;}
.r1 li a:hover { text-decoration:underline; color:#FFFFFF;}

.ch44{
 font-size: 12px;
 font-weight: bold;
 color: #B60101;
  font-family: arial;
 text-transform: uppercase;
 
 }
.h22_marg {margin-left:5px; margin-right:5px;}
.hremind_marg {margin-left:1px; margin-right:1px;}
 .ml6{
 font-size: 12px;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 text-decoration: none; 
 color: #FFFFFF;
 font-weight:bold
 }
.ml5{
 font-size: 12px;
 text-decoration: none; 
 color: #FFFFFF;
 font-weight: bold;
 }

 .ch10{
 padding-left: 4px;
 }
 


.mm a{
 font-size: 12px;
 text-decoration: none; 
 color: #FFFFFF;
 font-weight: bold;
 }
 
 .mm a:hover{
 font-size: 12px;
 text-decoration: underline; 
 color: #FFFFFF;
 font-weight: bold;
 }
 
 .chat a{
font-size:14px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; line-height:12px;
 }
 
 .chat a:hover{
 font-size:14px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; line-height:12px;
 }
 
.mininav {
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ff3300;
	font-weight:bold;
	padding-right:5px;
}

.roselink {
	color:#F00;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left: 23px;
}
