* { 
    -moz-box-sizing: border-box; 
}

        .info{
        position:relative;           /*this is the key*/
        z-index:24;
		font-weight:normal;
        }
 
        .info:hover {
        z-index:25;
 
        }
 
        .info span{
        display: none;  /* hide the span text using this css */
        }
 
        .info:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        top: 20px;
        left: -100px;
		width:150px;
		border:2px solid #fe8e01; /* border colour */
        background-color: lemonchiffon; /*#f0faff;  /* background colour here */
        color:#333;         /* text colour */
		padding:10px;
        text-align: center;
        font-size: 11px; /* .8em;*/
        z-index:30;
        }
 
        .infoimages {
        vertical-align:bottom;
        }


.checkoutnormal {float:left; padding-left:10px;}
.padleft {margin-left:100px;}
.producthr {color:#cccccc;width:98%;}

.navtable {font-size:1.5em;}
.indented {padding-left:50px;}
.catminidescription {font-weight:normal; color:#e0602b; font-size:1em;}

.buybutton  .textfield{vertical-align:top;}
.buybutton  .imgbtn{vertical-align:top;}

.selectortable {padding:0px 10px 0px 10px; text-align:center;} /*  15px 20px 0px;*/
.selectortable th{border-bottom: 1px solid #c3eaff;}

.vertline {background: url("/images/vertline-rep-light.gif") repeat-y; width:10px;}
.itemnotselected  a {color: #444;}
.itemnotselected  a:hover{color: #c00;}
.removeselect {font-weight:bold;}


.infobox  {
	border: 1px solid #FFCC00;
	padding: 3px 3px 3px 3px;
	background: #FFFFCC;
	color: #222;
	font-size: 1em;
	text-align: center;
}
.infobox p {margin:3px;}
.infobox a {font-weight:bold;}
.infobox b{color: #c00;	font-size: 1em;  }


.reviewbox  {
	border: 0px solid #FFCC00;
	margin:10px auto 5px auto;
	width:598px;
	padding: 3px 3px 3px 3px;
	background: #FFFFCC;
	color: #222;
	font-size: 1em;
	text-align: center;
	/* background: url('/images/reviewbox-top.png')  no-repeat; */
	background-position: center top;

}
.reviewbox p {margin:3px;width:400px;}
.reviewbox a {font-weight:bold;}
.reviewbox b{color: #c00;	font-size: 1em;  }



.infoqty {
	border: 1px solid #4d9b00;
	margin-top:10px;
	padding: 3px 3px 3px 3px;
	background: #e5ffcc;
	color: #222;
	font-size: 1em;
	text-align: center;
}
.infobox p {margin:3px;}
.infobox a {font-weight:bold;}
.infobox b{color: #c00;	font-size: 1em;  }

.minispec {background-color:#eef9ff;float:right;font-size:0.9em; padding:2px; margin:5px 0px 10px 10px;line-height:1em;border: 1px solid #bae7ff;}
.minispec th {color: #1981b7; font-weight:normal;padding-right:5px;}
.minispec td {color: #111; font-weight:normal;}

.downloadbox { margin: 0px auto 5px auto;width:200px; color:#0182d6 ; margin-bottom:10px; text-align:center;}
.downloadboxint {background: url("/images/downloadbox-mid.gif") repeat-y; text-align:left;   padding:0px 20px 0px 20px;}
.downloadboxint a {color:#c00;}  /* c00 */
.downloadboxint a:hover {color: #444;} /* fe8e01 */
.downloadbox p {padding:0px; margin:0px;}


.topcatlight { margin: 5px auto 5px auto;   width:592px; color:#0182d6 ; margin-bottom:10px; text-align:center;}
.topcatlightint {background: url("/images/topbar-mid-light.gif") repeat-y; text-align:center;width:592px;}
.topcatlightint a {color:#c00;}  /* c00 */
.topcatlightint a:hover {color: #444;} /* fe8e01 */

.topcatlight p {padding:0px; margin:0px;}

.itemselected{ background-color:#fe8e01; border:1px solid #d57700; } /* #fe8e01;*/
.itemselected a {color:#fff;}
.itemselected a:hover {color:#7e4600;}

.selectordisclaimer {font-size:12px; font-style: italic; }
.selectortitle {text-align:center; color: #c00; font-size:18px;padding-top:15px;}

.topcatbg { margin: 5px auto 5px auto;   width:592px; color:#0182d6 ; margin-bottom:10px; text-align:center;}
.topcatbgint {background: url("/images/topbar-mid2.gif") repeat-y; text-align:center;width:592px;}
.topcatbgint p {margin:0px 0px 0px 0px; line-height:15pt;}
.topcatbgint a {color:#c00;font-weight:bold;} 
.topcatbgint a:hover {color: #fe8e01;}




.topcatdescription {color:#0182d6 ; background-color:#d9f0ff;  padding:5px; margin:15px 35px 15px 35px; text-align:center;}
.topcatdescription p {margin:10px 0px 10px 0px; line-height:10pt;}
.topcatdescription a {color:#c00;font-weight:bold;}
.topcatdescription a:hover {color: #fe8e01;}


.relateditemtitle {color: #e0602b; margin: 10px 10px 0px 0px; text-align:left; font-size:12pt; font-weight:bold; padding-top:20px; border-top:1px dotted #ddd;}

.relateditemcontainer {float:left; width:180px; margin:0px 14px 15px 14px; padding:5px; border:1px solid #fff;}
.relateditemcontainer:hover {border:1px solid #1981b7;background: url('/images/related-hover.jpg') repeat-x;}

.relateditempic {height:100px;margin-top:0px; margin-bottom:0px; margin-left:10px;margin-right:10px;}
.relateditempic img{vertical-align:middle;}

.relateditemprice {color:#c00000;font-size:8pt;}
.relateditemname {font-weight:normal; margin:0px 8px 0px 8px;}
.breakrelated {clear:both;}

/* color:#e0602b;   DARK ORANGE */
/* color:#fe8e01;	BRIGHT ORANGE */
/* color:#1981b7;   BLUE */
/* color:#c00000;   DEEP RED */

/* color:#c3eaff;	light blue */

.primaryblue {color:#0182d6;}
.primaryorange {color:#fd9000;}

.highlight {color: green;}
.ordernotes {color: #e0602b; }



.productref {color:#e0602b;}
.stockyes {color:green; font-weight:bold;}
.stockno {color: #c00000;font-weight:bold;}
.stockorange {color: #666;font-weight:bold;}
.stocktempno {color: #666;font-weight:normal;}

.errorfont {color: #c00000;}

.rrp {padding-top:5px; color:#999;}
.rrpsaving {color:#c00000; font-weight:bold;}

.minirrp {color:#999;}
.minirrpsaving {color:#c00000;}

.pricetxt {font-size:8pt;}

.productprice {
	color:#c00000;

	font-size:12pt;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
}

.productpriceincvat {
	color:#999;
	font-size:8pt;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
}

.cattop {color: #444;font-size: small; }
.cattop p {text-align:center; }

.freedelivery {color: green; }
.nofreedelivery {color:#c00000;}
.specialoffermini {color: #e0602b;}

/* Blue: 005d93
   Red: #db0000   */
   
.shippingboxfree {color: #333; text-align:center;width:300px; border: 1px solid #005d93; margin:20px auto 10px auto; padding:3px; }
.shippingboxpay {color: #db0000; width:500px; border: 1px solid #005d93; margin:20px auto 10px auto; padding:3px;}

.picthumbs {border: 2px solid #cee9ff;}
.ad-left img {text-align:center;}

h2 {color: #0182d6; } /* padding-top:10px; padding-bottom:0px;} */

h3 {font-size:small;color: #0182d6;} /* was #1981b7;} */

p {margin:10px 0 0px 0;}

/* Product Detail Sheet */

.productdetailtitle {
	color: #005d93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	border-bottom:1px dotted #ddd;
	padding-right:5px;
	padding-bottom:5px;
}
.productdetailprice {
	color:#c00000;
	font-size:large;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.productdetaildownloads {
	border:1px solid #1981b7;
	padding:10px 25px 10px 25px;
	margin:15px 30px 10px 30px;}

.productdetaildownloadstitle {
	text-transform:uppercase;
	color: #444;
	border-bottom: 1px dotted gray;
	font-size:x-small;
	margin-bottom:5px;}

.productdetaildescription {
	font-family:tahoma,arial; 
	font-size:12px;
	text-align:left;	
	border-top:1px dotted #ddd;
	padding:10px 20px 20px 20px;
	margin-right:10px;}

.productdetailextended { 	
font-family:tahoma,arial;font-size:11px; margin:0px 50px 00px 50px;text-align:left;color:#444; padding-bottom:20px;}
.productdetailextended ul {list-style-image: url('/images/icons/orange-arrow2.gif');}
.productdetailextended li {padding-bottom:5px;}

.productdetailextended th {
	color: #005d93;
	text-align:left;  /* was right */
	padding:1px 10px 1px 10px ;
	border-bottom:1px dotted #eee; 
}

.productdetailextended strong {
	color: #c00000;
	font-weight: normal; 
}

.adminpricing table{border:1px dotted #c00000;}
.adminpricing td {border-right: 1px dotted #c00000; background-color:lemonchiffon;}

.productdetailextended p {margin:0px 0px 0px 0px;}

.productdetailextended td {
	color: #444;
	text-align:left;
	padding:1px 10px 1px 10px ;
	border-bottom:1px dotted #eee; 
	} 

.productdetailsectionheader {
	font-weight:bold;
	font-size:medium;
	color: #333;
	padding-bottom:10px;}

.deliverytime {color: green;}
.footerpretext {color: #c00000; font-weight:normal;}
.footerpretext a {font-weight:bold;}

/*	
.specialofferbox {text-align:center;color: #fff;border: 0px solid #fe8e01; background-color:#fe8e01; padding:5px; margin:20px 20px 0px 20px; font-weight:bold;}
*/

.specialofferbox {text-align:center;color: #fff;border: 0px solid #fe8e01; background:url('/pics/buttons/orangebar2.gif'); /* background-color:#fe8e01;*/ padding-top:0px;padding-bottom:10px; margin:20px 20px 0px 20px; font-weight:bold;}


.specialofferboxtitle {font-size:small;text-align:left;color:black;font-weight:bold;}

.specialoffertext {padding:2px;  background-color:#fffacd; color:#c00;}
.productminitext{padding: 0px 5px 0px 5px; color:#999; border:1px solid #ccc; margin:0px 5px 0px 5px;}
.productminitextprodpage{padding: 0px 5px 0px 5px;  color:#999; border:1px solid #ccc; margin-left:100px;}

.specialofferpicmini {text-align:right;}


.submitbtn {
   color:#2f7811;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #beffa4;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #57b731; padding:2px;

}
.submitbtn:hover {color: white;background-color:#2f7811;}

.txtfield{
	background-color: #FFFFFF;
	border: 1px solid #1981b7;
	color: #1981b7; /* #333333; */
	font-family:  Tahoma,Arial, Helvetica, sans-serif;
	font-size: small;
}

.searchfield{
	background-color: #FFFFFF;
	border: 1px solid #888;
	color: #19821b7;
	font-family:  Tahoma,Arial, Helvetica, sans-serif;
	font-size: small;
}



#searchbox {
	background: url('/images/quicksearch-bg.jpg');
	background-color:#fffbcd;
	padding-top:2px;
	padding-bottom:18px;
	border: 1px solid #ffe27c; /* #fff27c; */
	width:195px;
}

#searchbox h2 {
	padding-bottom:10px;
}

#searchbox #form3 {
	padding-left:20px;
}
#searchbox .searchfield {vertical-align:top;}







body{
	font-size:12px;
	text-align:center;
	margin:0px;	
	 background: #004f83 url('/images/bg0610c.jpg') /* url('/images/bg2.jpg') */ repeat;
	/* XMAS --- background: #004f83 url('/images/stars2.jpg') repeat;  */
	padding-top:5px;
	padding-bottom:25px;

	}


/* global styles */
a { color:#1981b7; text-decoration:none; }
a:hover { color:#e0602b;}
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:900px;	/* change value to adjust width */ /* STU was 820 */
	text-align:left;
	margin:0px auto;
	font-size:12px;
	font-family:Arial,Verdana, Helvetica, sans-serif;
		/* WAS background: #fff;  */


}

#container {	background:  url('/images/header/top-trans.png') no-repeat; }

#header {
	padding:0px 0px ;
	}
#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px 10px;
}
#header td.headerlinks { /* mini cart */
	width:200px;
	text-align:center;
	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;	
}

/*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;
}

.carttable {color: #005d93; width:90%;}

.cartrow {}
.cartfinalprice {border-bottom:1px dotted #005d93; }
.carttotalfinalprice {border-bottom:1px dotted #005d93; /* #777 */;color:#db0000; }
.cartdelivery {color:green;border-bottom:1px dotted #005d93;}

.carttd {border-bottom:1px dotted #005d93;}


/* Encloses all content area under header */
#wrap {

		padding:0px;

}

/* Horizontal navigation */
#nav {  
	background:#0182d6;
	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:5px;  
	color:#fff;		
	text-decoration:none;
	font-size:80%;
	text-transform:uppercase;
	border-right:1px solid #fff; 
	font-family:verdana;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover {
/* background: url("/images/header/topbar-orange.jpg") repeat-x; */
background: #fd9000;
}

	/* background-color:#0080CD;  */	/* { 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 {
background:#fff;
	text-align:center;
	padding:5px;
}

#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 */
	padding-left:10px;
	width:200px;	/* Change to alter width of left column */
	border-right:1px solid #eee;
background:#fff;
}



#left h2 {
/*	background:#fff; 	*/			/* STU was eee */
	color:  #e0602b;   				/* - NOW ORANGE */
	margin:0px;
	font-weight:normal;
	text-transform:uppercase;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 15px;
	font-size: 10px;
	font-family: verdana;
	margin-top:10px;

}

#left .box {		/* General style of each box in left column */
	padding:5px 10px;
	font-size:90%;
	border:0px 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 10px ;
	margin:0px 0px 5px 15px;
	line-height:20px;
	font-size:95%;
	border:0px solid #eee;
	font-family:  verdana;
	list-style-image: url('/images/icons/orange-arrow2.gif');
}

#left ul a {
/*	background:url(../images/site/catnav_bullet.gif) no-repeat 0 3px; */

	padding-left:5px;
	color:#1981b7;				/* #0080CD;    - NOW BLUE */
}

#left ul a:hover {color: #e0602b;text-decoration:underline; }

/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }

/* Main content area */
#main {background: #fff;
	text-align:center;	padding-left:10px;
}

#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:10px;
	color:#666;
	margin-bottom:5px;
	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;
}
#content p {font-size: 12px;}
#content ul{font-size: 12px;}

/* Footer */
#footer {
	/* background:#E1E1E1; */
	
	background:  url('/images/header/bottom-trans4.png') no-repeat bottom;
	height:155px;
	padding-top:0px;
	padding-bottom:5px;
		vertical-align:bottom;
	text-align:center;
	color:#454545; 
	font-size:80%;
	clear:both;
}

/* Alphabet listing */
/* #footer .alphabet {
	background:#D7D7D7;
	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;
}

.imgbtn { border:0px; }

.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;
}


/* General styles */
.menuhdr{
	font-family: Arial, Helvetica, sans-serif;
	background-color : #005d93;  /* #555; */ /* #B3B7BB; */
	color : white;
	font-size : medium;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}


.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

.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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

/* Styles to be use in 6.50 */
#main {
	font-size:90%;
	line-height:18px;
	width:75%; 
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:100%; 
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#1981B7; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	/* color:#175D7F;  */
	text-decoration:underline;
}

.textincart {color: #444; padding-left:0px;padding-right:5px;}

/* Main area text styles */
.errorpage {font-size:150%; color:#333;	font-family: Arial, Helvetica, sans-serif;}

#main h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight : normal;
	text-align:left;
	text-transform:capitalize;
	color: #333;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	padding-top:10px;    /* SUN STU */
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	text-transform:capitalize;
	clear:both;
}

#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:left;
	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:85%;
}

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; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { 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; }

#player  {margin-top:0px; margin-bottom:5px; border: 4px solid #1981b7;}
.videoplayer a {text-align:center;margin:auto;}

.topofferstable {font-size:0.9em;}