/*
CSS: JMart Warehouse
Copyright Red Cherry Solutions. All rights reserved.
*/

/* --------------------------------------------------------------- MAIN */
body {
	background-color: #000099;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
form {
	margin: 0;
	padding: 0;
}
table {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	text-align: justify;
}
img {
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000000;
}
a:hover {
	color: #0000FE;
}

div {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

/* --------------------------------------------------------------- FORMATTING */
h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/* --------------------------------------------------------------- NEW */
/* --------------------------------------------------------------- NEW */
/* --------------------------------------------------------------- NEW */
/* --------------------------------------------------------------- NEW */
/* --------------------------------------------------------------- NEW */


/* --------------------------------------------------------------- HEADER */
div.header {
	padding: 0px;
	margin: 0 auto;
	width: 1024px;
	background-color:#FFFFFF;
}

/* --------------------------------------------------------------- MAIN MENU */
div.menuMain {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding-left:40px;
	position: relative;
	bottom: 10px;
}
div.menuMain a {
	color: #CCCCFF;
	margin-right: 15px;
	text-decoration: none;
}
div.menuMain a:hover {
	color: #FFFFFF;
	border-top: 1px solid #FFFF00;
}

/* --------------------------------------------------------------- ACCESSIBILITY MENU */
div.menuAccessibility {
	float: right;
	font-size: 11px;
	position: relative;
	bottom: 70px;
}
div.menuAccessibility a {
	margin-right: 5px;
	text-decoration: none;
}

/* --------------------------------------------------------------- BANNER */
div.banner {
/*	background-image: url(background-tab.jpg);*/
	color: #FFFFFF;
/*	height: 212px;*/
	margin: 20px auto 20px auto;
	padding: 0px;
	width: 900px;
	text-align: center;
}
div.banner img {
	border: 2px solid #0033FF;
	margin: 20px 2px 10px 2px;
}
/***************************************************************** PRODUCT GRID*/
div.banner div.customGrid {
	background-color: #EEFFFF;
	border: 2px solid #0033FF;
	height: 170px;
	float: left;
	margin: 20px 0px 10px 5px;
	width: 170px;
	text-align: center;
}
div.banner div.customGrid img {
	margin: 5px;
}
div.banner div.customGrid h2 {
}
div.banner div.customGrid a {
	text-decoration: none;
}
div.banner div.customGrid p.price {
	color: #0000FF;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	text-align: center;
}
div.banner p.none {
	font-weight: bold;
	font-size: 1em;
	color: #000000;
	text-align: center;
}


/* --------------------------------------------------------------- TABBER */
.tabberlive .tabbertabhide {
	display: none;
}
.tabber {
	margin: 0px;
}
.tabberlive {
	margin-bottom: 10px;
}
ul.tabbernav {
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.tabbernav li {
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	line-height: 40px;
	width: 112px;
}
ul.tabbernav li a {
	background-image: url(tabLink.jpg);
	background-repeat: no-repeat;
	color: #000000;
	display: block;
	text-decoration: none;
	text-align: center;
	height: 42px; 
}
ul.tabbernav li a:hover {
	background-image: url(tabLinkOvr.jpg);
}
ul.tabbernav li.tabberactive a {
	background-image: url(tabActive.jpg);
	background-repeat: no-repeat;
	color: #000000;
}
ul.tabbernav li.tabberactive a:hover {
	background-image: url(tabActiveOvr.jpg);
}
/* Content Pane */
.tabberlive .tabbertab {
	background-image: url(background-tab.jpg);
	clear: left;
	height: 212px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	width: 900px;
}
/* Hied headers as they are now the tabs */
.tabberlive .tabbertab h1 {
	display: none;
}

/* --------------------------------------------------------------- CONTENT */
div.content {
	background-image: url(content.jpg);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}
div.main {
	background-image: url(sidebar-middle.jpg);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
}
div.main h1 {
	background-color: #EAF0F7;
	font-size: 13px;
	font-weight: bold;
	color:#000099;
	padding: 3px 0 3px 5px;
	margin-bottom: 10px;
}
div.main h2 {
	text-decoration: underline;
}

/* --------------------------------------------------------------- MENU BOX */
div.menuBox {
	background-color: #FFFFFF;
	border: 1px solid #0000FE;
	float: left;
	width: 145px;
	margin-bottom: 10px;
}
div.menuBox h2 {
	background-color: #0000FE;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 4px 0 4px 5px;
}
div.menuBox form {
	padding: 5px 0 5px 5px;
}
div.menuBox input.search {
	border: 1px solid #0000FE;
	padding-left: 2px;
	width: 120px;
}
div.menuBox input.button {
	border: 1px solid #0000FE;
	padding: 0px;
	margin-top: 2px;
	height: 20px;
	width: 50px;
}

/* --------------------------------------------------------------- SUB MENU */
div.menuSub {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}
div.menuSub h2 {
	background-color: #0000FE;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 4px 0 4px 5px;
}
div.menuSub a {
	background-color: #EAF0F7;
	border: 1px solid #0000FE;
	display: block;
	margin: 4px 0 4px 0;
	padding: 4px 0 4px 5px;
	text-decoration: none;
	width: 190px;
}
div.menuSub a:hover {
	color: #000000;
	background-color: #FFFC00;
}
div.menuSub a.secondary {
	background-color: #FAFFFF;
	border: 1px solid #0000FE;
	display: block;
	margin: 4px 0 4px 10px;
	padding: 4px 0 4px 5px;
	text-decoration: none;
	width: 180px;
}
div.menuSub a.secondary:hover {
	color: #000000;
	background-color: #FFFC00;
}
/* --------------------------------------------------------------- NAVBAR */
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 84.4px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color: #FFFFFF;
font: bold 12px "Trebuchet MS";
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #000066;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #000099;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(images/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

/* --------------------------------------------------------------- FOOTER */
div.footer {
	background:none;
	border-top: 5px solid #FFFF00;
	border-bottom: 5px solid #FFFF00;
	border-left: 5px solid #FFFF00;
	border-right: 5px solid #FFFF00;
	color: #FFFF00;
	font-weight:bold;
	font-size: 10px;
	clear: both;
	padding: 15px 0 5px 0;
	width:1024px;}
div.footer a {
	color:#FFFFFF;
	font-family:Trebuchet MS, Arial;
}
div.footer a:hover {
	color: #FFFF00;
}
div.footerContainer {
	width: 1000px;
	margin: 0 auto;
}
.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}

/* --------------------------------------------------------------- CONTENT */
div.content {
	padding: 15px;
}

/* --------------------------------------------------------------- MENU GROUP */
div.menuGroup {
	float: left;
	width: 155px;
}

/* --------------------------------------------------------------- MESSAGES */
div.message {
	background-color: #EEFFEE;
	border: 1px solid #66CC00;
	border-collapse: collapse;
	margin: 0 0 15px 0;
	padding: 10px 0 10px 10px;
}
div.notice {
	background-color: #FFFFEE;
	border: 1px solid #FFFF00;
	border-collapse: collapse;
	margin: 0 0 15px 0;
	padding: 10px 0 10px 10px;
}
div.error {
	background-color: #FFF4FB;
	border: 1px solid #CC0044;
	border-collapse: collapse;
	margin: 0 0 15px 0;
	padding: 10px 0 10px 10px;
}

/***************************************************************** DETAIL INPUT TABLE */
table.input {
	background-color: #E4EBF5;
	border-collapse: collapse;
	margin: 20px 0 0 32px;
	padding: 0px;
	width: 580px;
}
table.input tr.header {
	background-color: #0000FE;
	color: #FFFFFF;
	text-align: left;
}
table.input th {
	padding: 4px 10px 0 0;
	text-align: right;
	width: 150px;
	vertical-align: top;
}
table.input tr.header th {
	padding: 4px 0 4px 8px;
	width: 472px;
	text-align: left;
}
table.input td {
	padding: 0px;
}
table.input td a.right {
	float: right;
	padding-right: 10px;
}
table.input input, table.input select {
	border-collapse: collapse;
	border: 1px solid #0000FE;
	margin: 3px 0 3px 2px;
	padding: 0 0 0 3px;
	width: 150px;
}
table.input textarea {
	border: 1px solid #0000FE;
	padding: 2px 0 0 3px;
}
table.input input.checkbox {
	border: none;
	width: 20px;
}
table.input div.required {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	color: #0000FE;
	padding-left: 5px;
	vertical-align: top;
}
table.input input.PayPal {
	border: none;
	width: 73px;
	height: 44px;
	margin-left: 195px;
}

/***************************************************************** PRODUCT LIST */
table.productList {
	border-top: 2px solid #0000FE;
	border-collapse: collapse;
}
table.productList tr.odd {
	background-color: #F2F2F2;
}
table.productList tr.even {
	background-color: #F8F8F8;
}
table.productList tr:hover {
	background-color: #EAF0F7;
}
table.productList td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
table.productList td.image {
	width: 100px;
}
table.productList td.basket {
	text-align: right;
}
table.productList td.top {
	border-top: 2px solid #0000FE;
	border-bottom: 2px solid #0000FE;
	background-color: #EAF0F7;
	text-align: right;
}
table.productList td.top a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
table.productList img {
	border: none;
}
table.productList td h2 {
	border: none;
}
table.productList td h2 a {
	text-decoration: none;
}

/***************************************************************** PRODUCT GRID*/
table.productGrid {
	border-top: 2px solid #0000FE;
	border-collapse: collapse;
/*	margin: 15px 10px 0 10px;*/
	width: 650px;
}
table.productGrid tr {
	border-bottom: 10px solid #FFFFFF;
}
table.productGrid tr.odd {
	background-color: #F2F2F2;
	text-align:center;
}
table.productGrid tr.even {
	background-color: #F8F8F8;
	text-align:center;
}
table.productGrid td {
	border: 1px solid #DDDDDD;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
table.productGrid td:hover {
	background-color: #FFFFCC;
}
table.productGrid td.image {
	width: 100px;
	text-align: center;
}
table.productGrid td.basket {
	text-align: center;
}
table.productGrid img {
	border: 1px solid #000066;
}
table.productGrid td h2 {
	font-size: 11px;
	border: none;
}
table.productGrid td h2 a {
	text-decoration: none;
}
/* PRODUCT DETAIL MINI BASKET - DETAIL GRID */
table.productGrid td div.productDetailMiniBasket {
	border-collapse: collapse;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 205px;
}
table.productGrid td div.productDetailMiniBasket p {
	font-weight: bold;
/*	font-size: 16px;*/
	font-size: 12px;
	margin: 0px;
	text-align: center;
}
table.productGrid td div.productDetailMiniBasket p.rrp {
	text-decoration: line-through;
}
table.productGrid td div.productDetailMiniBasket p.price {
	color: #0000FE;
}
table.productGrid td div.productDetailMiniBasket p.was {
	text-decoration: line-through;
}
table.productGrid td div.productDetailMiniBasket p.now {
	color: #0000FE;
}
table.productGrid td div.productDetailMiniBasket input.AddToBasketQty {
	border: 1px solid #0000FE;
	height: 16px;
	margin-top: 5px;
	padding: 2px;
	width: 30px;
	vertical-align: top;
}
table.productGrid td div.productDetailMiniBasket input.AddToBasket {
	border: none;
	height: 26px;
	margin: 0px;
	margin-top: 5px;
	margin-right: 3px;
	padding: 0px;
	width: 50px;
}
table.productGrid td div.productDetailMiniBasket select.detailSelection {
	background-color: #FFFFFF;
	border: 1px solid #0000FE;
	display: block;
	height: 24px;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 18px;
	padding: 2px;
	vertical-align: top;
	width: 170px;
}

/***************************************************************** SUB CATEGORIES */
table.subCategories {
	border-top: 2px solid #0000FE;
	border-collapse: collapse;
	margin: 15px 0px 0px 0px;
}
table.subCategories tr.odd {
	background-color: #F2F2F2;
}
table.subCategories tr.even {
	background-color: #F8F8F8;
}
table.subCategories tr:hover {
	background-color: #EAF0F7;
}
table.subCategories th {
	width: 100px;
}
table.subCategories td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 540px;
}
table.subCategories img {
	border: none;
}
table.subCategories td h1 {
	border: none;
}
table.subCategories td h1 a {
	text-decoration: none;
}

/***************************************************************** PRODUCT DETAIL IMAGES */
div.productDetailImages {
	border-collapse: collapse;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 260px;
}
div.productDetailImages img.thumb {
	cursor: pointer;
	padding-top: 3px;
	width: 50px;
}
/***************************************************************** FRONT PAGE PICTURES */
div.header187 {
	font-family:"Trebuchet MS", "Arial Narrow", Arial;
	font-size:24px;
	color:#000099;
	border-bottom: 2px solid #000099;
}
table.CategoryBoxes img {
	display:block;
}
table.CategoryBoxes {
	font-family:"Trebuchet MS", "Arial Narrow", Arial;
	font-size:16px;
	font-weight:bold;
	color:#000099;
}
table.CategoryBoxes a {
	font-family:"Trebuchet MS", "Arial Narrow", Arial;
	font-size:16px;
	font-weight:bold;
	color:#000099;
	text-decoration:none;
}
table.CategoryBoxes td.CategoryPic div.CategoryPicHL {
	border-bottom: 1px solid #000099;
	border-left: 1px solid #000099;
	border-right: 1px solid #000099;
}
table.CategoryBoxes td.CategoryPic div.CategoryPicHL:hover {
	background-color:#000099;
}
table.CategoryBoxes td.CategoryPic div.CategoryPicHL:hover a {
	color:#FFFFFF;
}
table.CategoryBoxes td.CategoryPic div.CategoryPicHL:hover {
	color:#FFFFFF;
}
table.CategoryBoxes td.CategoryPic div.CategoryPicHL:hover a:hover {
	background-color:#000099;
	color:#FFFFFF;
	text-decoration:underline;
}
table.CategoryBoxes td.CategoryPic div.CategoryPicHL div.SubCatDes {
	font-size:12px;
	font-family:"Trebuchet MS", "Arial Narrow", Arial;
}
table.CategoryBoxes td.CategoryPic div.CategoryPicHL div.SubCatDes a {
	font-size:12px;
	font-family:"Trebuchet MS", "Arial Narrow", Arial;
	text-decoration:none;
}
/***************************************************************** PRODUCT DETAIL BASKET */

div.productDetailBasket {
	background-color:#FFFFFF;
	border-collapse: collapse;
	display: block;
	float:left;
	margin: 0 0 10px 0;
	padding: 15px 10px 10px 15px;
	width: 100%x;
	vertical-align:bottom;
}
div.productDetailBasket p {
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	text-align: left;
}
div.productDetailBasket p.rrp {
	text-decoration: line-through;
}
div.productDetailBasket p.price {
	color: #0000FE;
}
div.productDetailBasket p.was {
	text-decoration: line-through;
}
div.productDetailBasket p.now {
	color: #0000FE;
}
div.productDetailBasket input.AddToBasketQty {
	border: 1px solid #0000FE;
	margin-top: 5px;
	padding: 2px;
	width: 30px;
	vertical-align: bottom;
}
div.productDetailBasket input.normalAddToBasket {
	background-color: #FFFC00;
	border: 1px solid #0000FE;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	margin-top: 5px;
	margin-right: 3px;
	padding: 0 5px 0 5px;
}
div.productDetailBasket select.detailSelection {
	background-color: #FFFFFF;
	border: 1px solid #0000FE;
	height: 24px;
	margin-top: 5px;
	margin-right: 3px;
	padding: 2px;
	vertical-align: bottom;
}
div.productDetailBasket form {
	float: left;
	display:block;
}

/***************************************************************** PRODUCT DESCRIPTION */
p.productDescription {
	background-color:#FFFFFF;
	border-collapse: collapse;
	display: inline;
	float:left;
	margin: 0 0 10px 0;
	padding: 15px 10px 10px 15px;
	width: 400px;
	vertical-align:top;
}
/***************************************************************** ORDER DETAIL TABLE */
table.orderDetail {
	border-collapse: collapse;
	margin: 0 0 0 10px;
	width: 630px;
	margin-bottom: 25px;
}
table.orderDetail th {
	padding: 3px 0 3px 4px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
table.orderDetail td {
	padding: 2px;
}

/***************************************************************** PRODUCT DETAIL MINI BASKET */
div.productDetailMiniBasket {
	border-collapse: collapse;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 180px;
}
div.productDetailMiniBasket p {
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	text-align: right;
}
div.productDetailMiniBasket p.rrp {
	text-decoration: line-through;
}
div.productDetailMiniBasket p.price {
	color: #0000FE;
}
div.productDetailMiniBasket p.was {
	text-decoration: line-through;
}
div.productDetailMiniBasket p.now {
	color: #0000FE;
}
div.productDetailMiniBasket input.AddToBasketQty {
	border: 1px solid #0000FE;
	margin-top: 5px;
	padding: 2px;
	width: 30px;
	vertical-align: top;
}
div.productDetailMiniBasket input.normalAddToBasket {
	background-color: #FFFC00;
	border: 1px solid #0000FE;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	margin-top: 5px;
	margin-right: 3px;
	padding: 0 5px 0 5px;
}
div.productDetailMiniBasket select.detailSelection {
	background-color: #FFFFFF;
	border: 1px solid #0000FE;
	height: 19px;
	margin-top: 5px;
	margin-right: 3px;
	padding: 2px;
	vertical-align: top;
}

/***************************************************************** PRODUCT DETAIL ALTERNATIVE */
div.productDetailAlternative {
	clear: left;
	padding: 15px 0 0 0;
}
div.productDetailAlternative h2 {
	padding: 15px 0 0 0;
}
div.productDetailAlternative table {
	padding: 10px;
}
div.productDetailAlternative table td {
	width: 110px;
}
div.productDetailAlternative table td a {
	text-decoration: none;
}
div.productDetailAlternative table td img {
	border-color: #000000;
}

/***************************************************************** CART SUMMARY */
table.cartCMSummary {
	border-collapse: collapse;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 100%;
}
table.cartCMSummary th {
	background-color: #FFFC00;
	text-align: left;
}
table.cartCMSummary th.empty {
	background-color: #EAF0F7;
	padding-top: 10px;
	text-align: center;
}
table.cartCMSummary td {
	padding-top: 4px;
	vertical-align: top;
}
table.cartCMSummary td.action {
	width: 20px;
}
table.cartCMSummary td.product {
	font-size: 10px;
}
table.cartCMSummary td.product a {
	text-decoration: none;
}
table.cartCMSummary td.product a:hover {
	color: #0000FE;
}
table.cartCMSummary td.quantity {
	width: 23px;
}
table.cartCMSummary td.basket {
	padding-top: 10px;
	text-align: center;
}
table.cartCMSummary td.total {
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 5px;
}
table.cartCMSummary td a {
	background-color: inherit;
	border: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
table.cartCMSummary td a:hover {
	background-color: inherit;
	color: #444444;
}
input.normalViewBasket {
	background-color: #FFFC00;
	border: 1px solid #0000FE;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	margin-top: 5px;
	margin-right: 3px;
	padding: 3px 5px 3px 5px;
}
input.cartCMSummaryDelete {
	border: none;
	height: 10px;
	margin: 2px 3px 0 5px;
	padding: 0px;
	width: 10px;
}

/***************************************************************** CART  */
table.cartCMForm {
	background-color: #E4EBF5;
	border-collapse: collapse;
	margin: 20px 0 0 32px;
	padding: 0px;
	width: 570px;
}
table.cartCMForm tr.header {
	background-color: #0000FE;
	color: #FFFFFF;
	text-align: left;
}
table.cartCMForm tr.total {
/*	background-color: #F4DED0;*/
	text-align: left;
}
table.cartCMForm tr.total td {
	padding: 5px 0 5px 0;
}
table.cartCMForm td {
	padding-top: 7px;
	vertical-align: top;
}
table.cartCMForm td.action {
	width: 60px;
	text-align: center;
}
table.cartCMForm td.product {
	font-size: 10px;
	width: 350px;
}
table.cartCMForm td.quantity {
	width: 60px;
}
table.cartCMForm td.quantity input {
	border: 1px solid #0000FE;
	padding: 2px;
	width: 45px;
	vertical-align: top;
}
table.cartCMForm td.lineTotal {
	padding-top: 10px;
	width: 80px;
}
table.cartCMForm td a {
	background-color: inherit;
	border: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
table.cartCMForm td a:hover {
	background-color: inherit;
	color: #0000FE;
}
table.cartCMForm input.normalDelete, table.cartCMForm input.cartCMCheckout {
	background-color: #FFFC00;
	border: 1px solid #0000FE;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	margin: 5px 3px 0 3px;
	padding: 3px 5px 3px 5px;
}

/* --------------------------------------------------------------- IE/FIREFOX COMPATIBILITY FIXES */
.clearfix {
	display: inline-block;
}  
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
