.cat_description {  font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #800000; font-weight: bold }
.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; }
.markProductOutOfStock { 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; }

html, body {
	margin:0;
	padding:0;
}

body {
	background:#000000 url(images/logobackground.png) bottom right no-repeat;
	font-family : Verdana, Arial, sans-serif;
}
/*
	Layout Styles
*/

#wrapper {
	position:relative;

	/*width:1000px;
	margin-left:auto;
	margin-right:auto;*/
	width:100%;

}

#header {
	position:relative;
	height:111px;
}

#logo {
	
	/*width:169px;
	height:96px;*/
	position:absolute;
	top:2px;
	left:2px;
}

#shippingBanner {
	position:absolute;
	top:0px;
	left:200px;
}

#infomenu {
	position:absolute;
	top:8px;
	right:6px;
	font-size:13px;
	color:#FFFFFF;
}

#infomenu a {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}

#infomenu a:hover {
	text-decoration:underline;
}

#header .seperator {
	position:absolute;
	top:30px;
	right:0px;
	height:2px;
	width:476px;
	background:url(images/headerSeperator.gif) repeat-x left;
}

#cartBox {
	position:absolute;
	top:40px;
	right:5px;
	width:370px;
}

#cartBox .items {
	color:#FFA200;
	font-size:24px;
	position:absolute;
	left:0px;
	top:0px;
}

#cartBox .text {
	color:#999999;
	font-size:10px;
	position:absolute;
	left:24px;
	top:3px;
}

#cartBox .total {
	color:#FFA200;
	font-size:24px;
	position:absolute;
	right:155px;
	top:0px;
}

#cartBox .submit {
	position:absolute;
	left:230px;
	top:5px;
}

#searchbox {
	position:absolute;
	top:28px; /*36 */
	right:20px;
	text-align:right;
	color:#FFFFFF;
	font-size:14px;
}

.research {

}

.research .inputField{
	width:160px;
	height:23px;
	font-size:17px;
	margin-top:-2px;
	padding-top:2px;
	padding-left:4px;
	text-align:left;
	vertical-align:top;
	border: 1px solid #FFA201;
	color:#000000;
}

.research .submit{
	margin-left:10px;
}

#searchbox input.searchField {
	width:480px;
	height:25px;
	font-size:17px;
	padding-top:3px;
	padding-left:15px;
	text-align:left;
	vertical-align:top;
	margin:0;
	border: 1px solid #FFA201;
	color:#000000;
}

#searchbox input.searchFieldEmpty {
	color:#FF0000;
	
}

#searchbox input.searchSubmit {
	margin-left:15px;
}

#searchbox a {
	margin-top:5px;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:underline;
}

#searchbox a:hover {
	text-decoration:none;
}

/*#mainmenu {
	position:absolute;
	top:95px;
	left:0px;
	width:100%;
	background:url(images/headerMenuSprite.png) 0 -532px repeat-x;
	height:82px;
	min-width:1002px;
}*/

#mainmenu {
	position:absolute;
	top:80px;
	left:0px;
	width:100%;
	height:29px;
	min-width:1002px;
	background:#FFFFFF;
	/*border-top: solid 2px #FFA500;
	border-bottom: solid 2px #FFA500;*/
}

#mainmenu form {
	float:left;
	margin:0;
	margin-top:0;
}

#mainmenu form .inputField {
	margin:0pt;
	margin-top:0px;
	position:absolute;
	top:0px;
	left:0px;
	height:20px;
	border:0;
	border-top:2px solid #FFA500;
	border-bottom:2px solid #FFA500;
	padding-left:10px;
	padding-top:4px;
	width:228px;
	font-size:16px;
	color:#FF0000;
}

#mainmenu form .submit {
	top:0px;
	left:238px;
	position:absolute;
}

#menuNumber {
	height:70px;
	width:365px;
	float:right;
	padding-top:10px;
}

#menuNumberCheckout {
	position:absolute;
	top:43px;
	right:16px;
}

#menuItems {
	height:14px;
	width:630px;
	position:absolute;
	left:335px;
	color:#666666;
	font-size:18px;
	padding-top:8px;
	padding-left:5px;
	overflow:hidden;
}

/*\*/ * html #menuItems { height: 46px; } /**/

#menuItems span {
	display:block;
	float:left;
	height:14px;
	width:7px;
	margin:0px 5px;
	background:url(images/headerMenuSprite.png) -102px  -243px no-repeat;
}

#menuItems a {
	text-decoration:none;
	display:block;
	float:left;
	padding:0;
	height:14px;
	margin:0px 5px;
	background-image:url(images/headerMenuSprite.png) ;
	background-repeat:no-repeat;
}

#menuItems a.barbells {
	background-position:-2px -243px;
	width:86px;
}

#menuItems a.barbells:hover {
	background-position:-2px -268px;
}

#menuItems a.naval {
	background-position:-121px -243px;
	width:56px;
}

#menuItems a.naval:hover {
	background-position:-121px -268px;
}

#menuItems a.tongue {
	background-position:-210px -243px;
	width:65px;
}

#menuItems a.tongue:hover {
	background-position:-210px -268px;
}

#menuItems a.nose {
	background-position:-308px -243px;
	width:43px;
}

#menuItems a.nose:hover {
	background-position:-308px -268px;
}

#menuItems a.lip {
	background-position:-384px -243px;
	width:33px;
}

#menuItems a.lip:hover {
	background-position:-384px -268px;
}

#menuItems a.eyebrow {
	background-position:-449px -243px;
	width:77px;
}

#menuItems a.eyebrow:hover {
	background-position:-449px -268px;
}

#menuItems a.nipple {
	background-position:-559px -243px;
	width:65px;
}

#menuItems a.nipple:hover {
	background-position:-559px -268px;
}

#menuItems a.ear {
	background-position:-657px -243px;
	width:33px;
}

#menuItems a.ear:hover {
	background-position:-657px -268px;
}

#menuItems a.other {
	background-position:-723px -243px;
	width:54px;
}

#menuItems a.other:hover {
	background-position:-723px -268px;
}

#footerSubscribe {
	position:relative;
	width:100%;
	height: 46px;
	clear:both;
}

#footerSubscribe div {
	position:absolute;
	right:10px;
	text-align:left;
	width:320px;
	color:#E08E00;
	font-size:13px;
	line-height:1.7;
}

#footerSubscribe input.subscribe {
	width:200px;
	height:16px;
	font-size:13px;
	padding-top:2px;
	padding-left:10px;
	text-align:left;
	vertical-align:top;
	margin:0;
	border: 1px solid #FFA201;
	color:#000000;
	
}

#footerSubscribe input.subscribeEmpty {
	color:#666666;
	font-style:italic;
}

#footerSubscribe input.subscribeSubmit {
	margin-left:15px;
}

#footermenu {
	position:relative;
	
	background:#FFFFFF url(images/headerMenuSprite.png) 0 -290px repeat-x;
	height:105px;
	width:100%;
	margin-bottom:66px;
}

#footermenuNumber {
	position:absolute;
	right:14px;
	top:26px;
}

#footermenuSearch {
	position:absolute;
	top:38px;
	left:16px;
	width:296px;
	text-align:right;
}

#footermenuSearch input.searchField {
	width:200px;
	height:17px;
	font-size:13px;
	padding-top:2px;
	padding-left:10px;
	text-align:left;
	vertical-align:top;
	margin:0;
	border: 1px solid #FFA201;
	color:#000000;
}

#footermenuSearch input.searchFieldEmpty {
	color:#666666;
	font-style:italic;
}

#footermenuSearch input.searchSubmit {
	margin-left:15px;
}

#footermenuSearch a {
	margin-top:5px;
	color:#666666;
	font-size:12px;
	text-decoration:none;
}

#footermenuSearch a:hover {
	text-decoration:underline;
}

#footermenuContent {
	position:relative;
	
	top:14px;

	margin-left:350px;
	margin-right:270px;
	text-align:center;
}

#footermenuContent a {
	text-decoration:none;
	color:#000000;
	font-size:13px;
	display:block;
	height:18px;
	vertical-align:middle;
	text-align:left;
	padding-left:23px;
	background:url(images/footerMenuSeperator.gif) left no-repeat;
}

#footermenuContent a:hover {
	text-decoration:underline;
}

#columnLeft {
	position:relative;
	float:left;
	margin-top:3px;
	left:0px;
	width:135px;
}

#content {
	position:relative;
	margin-top:20px;
	left:0px;
	right:0px;
	top:0;
	margin-left:180px;
	margin-right:10px;
	margin-bottom:60px;
}

#columnRight {
	position:absolute;
	margin-top:160px;
	right:10px;
	top:-30px;
	width:200px;
}

#columnLeftHeader {
	display:block;
	width:108px;
	height:57px;
	background:url(images/headingSprite2.png) no-repeat 0 -60px;
}	

div.filterBox {
	
}

div.filterBox .heading {
	font-size:20px;
	color:#FFFFFF;
	padding:3px 0 0 14px;
	background:url(images/headingSprite2.png) no-repeat -200px -60px;
	vertical-align:middle;
	width:117px;
	height:37px;
	margin-top:10px
}

div.filterBox .content {
	margin-left:7px;
	
}

div.filterBox .content div {
	margin-left:0;
}

div.filterBox .content a {
	font-size:13px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	width:125px;
}

div.filterBox .content a:hover {
	color:#FFA200;
	text-decoration:none;
}

div.filterBox .content a.moreLink {
	margin-top:4px;
	text-decoration:none;
	font-size:12px;
	color:#CCCCCC;
	font-weight:normal;
	outline:none;
}

div.filterBox .content a.moreLink:hover {
	color:#FFA500;
}

div.filter {
	margin-right:20px;
}

table.filter {
	
}

table.filter .heading {
	font-size:12px;
	color:#FFA500;
	width:68px;
	padding:5px;
}

table.filter .tab {
	padding:0px 10px 2px 10px;
	position:relative;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:-1px;
	border:#FFA500 1px solid;
	background-color:#FFFFFF;
	width:48px;
	text-align:center;
}

table.filter .active {
	border-top:#FFA500 1px solid;
	border-left:#FFA500 1px solid;
	border-right:#FFA500 1px solid;
	border-bottom:#FFFFFF 1px solid;
	padding-bottom:3px;
}

table.filter .active a {
	color:#000000;
}

table.filter .inactive {
	background-color:#FFA200;
	border-top:#FFFFFF 1px solid;
	border-left:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;

	padding-bottom:3px;
}

table.filter .disabled {
	background-color:#363636;
	border-top:#363636 1px solid;
	border-left:#363636 1px solid;
	border-right:#363636 1px solid;
	font-size:13px;
	padding-top:2px;
	height:17px;
}

table.filter .tab a {
	font-size:13px;
	color:#000000;
	text-decoration:none;
}

table.filter .tab a:hover {
	text-decoration:underline;
}

table.filter .content {
	border:1px solid #FFA500;
	background:#FFFFFF;
	padding:5px;
	font-size:12px;
}

table.filter .content a {
	color:#000000;
	text-decoration:none;
}

table.filter .content a:hover {
	text-decoration:underline;
}

table.filter .content span.selected {
	color:#000000;
	font-weight:bold;
}

td.searchSuggestion {
	font-size:13px;
	color:#FFFFFF;
}

td.searchSuggestion a {
	text-decoration:none;
	color:#FFA500;
}

td.searchSuggestion a:hover {
	text-decoration:underline;
}

td.suggestedProducts {
	color:#FFFFFF;
	font-size:15px;
}

#banner {
	margin-top:10px;
	color:#FFA500;
	font-size:15px;
	text-align:center;
}

#shoppingCart {
	border:1px solid #FFA500;
	padding:5px;
	background:url(images/shoppingLogo.jpg) 5px 5px no-repeat;
}

#shoppingCart .heading {
	color:#FFA500;
	font-weight:bold;
	font-size:15px;
	margin-left:60px;
}

#shoppingCart .content {
	position:relative;
	margin-top:8px;
}

#shoppingCart .content .contents {
	color:#FFFFFF;
	font-size:14px;
	text-align:right;
}

#shoppingCart .content .total {
	color:#FFFFFF;
	font-size:14px;
	text-align:right;
}

#shoppingCart .content .button {
	text-align:right;
	margin-top:3px;
}

#shoppingCart .accountLinks {
	margin-top:10px;
	text-align:center;
}

#shoppingCart .accountLinks a {
	color:#CCCCCC;
	font-size:13px;
	text-decoration:underline;
}	

#shoppingCart .accountLinks a:hover {
	text-decoration:none;
}

td.cartStep {
	color:#FFA500;
	font-size:13px;
	text-align:left;
}

td.cartOption {
	color:#FFFFFF;
	font-size:13px;
	padding-left:10px;
	text-align:left;
}

td.cartOptionValue {
	padding-left:15px;
	text-align:left;
}
/*
	Default Page styles.
*/
	div.header, h1.header {
		padding:0;
		margin:0;
		display:block;
	}
	
	div.text {
		font-size:12px;
		color:#FFFFFF;
		line-height:1.2;
	}
	
	div.box {
		border:1px #FFFFFF solid;
		padding:8px;
	}

	div.spacer {
		height:20px;
	}
/*
	Page styles.
*/
	#homepage {
		
	}
	
	#homepage h1.header {
		width:430px;
		height:44px;
		background:url(images/headingSprite2.png) no-repeat;
		margin:0px 0px 15px 0px;
	}
	
	#homepage .box {
		margin:35px 0px 0 30px;
		padding:20px 20px 5px 20px;
		position:relative;
		/*width:700px;*/
	}
	
	#featuredHeading {
		position:absolute;
		height:69px;
		width:215px;
		top:-30px;
		left:-60px;
		background:url(images/headingSprite2.png) no-repeat -302px -140px;
	}
	
	#newHeading {
		position:absolute;
		height:69px;
		width:215px;
		top:-30px;
		left:-60px;
		background:url(images/headingSprite2.png) no-repeat 0 -140px;
	}

/*Listing pages*/
	div.listingItem {
		float:left;
		width:220px;
		margin:7px;
		padding:1px;
		border:1px #CCCCCC solid;
		height:207px; /*171*/
		/*position:relative;*/
	}
	
	div.listingItem .listingName {
		/*position:absolute;
		top:110px;
		left:2px;*/
		margin-left:2px;
		width:220px;
		height:36px;
		background:#FFFFFF;
	}
	
	div.listingItem .listingName a {
		text-decoration:none;
		font-size:14px;
		font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
		/*color:#FFA200;*/
		color:#000000;
		line-height:1.3;
		/*position:absolute;
		top:0px;
		left:5px;*/
		margin-top:0px;
		margin-left:5px;
		display:block;
		width:210px;
	}
	
	div.listingItem .listingNameBacker {
		position:absolute;
		/*top:111px;*/
		bottom:27px;
		left:1px;
		width:220px;
		height:36px;
		background:#FFFFFF;
		opacity:0.5;filter:alpha(opacity=50);
	}
	
	div.listingItem .listingName .listingNameInner {
		/*position:relative;*/
	}
	
	div.listingItem .listingName a:hover {
		text-decoration:underline;
	}
	
	div.listingItem .listingPrice a {
		font-size:14px;
		color:#FFA500;
		text-decoration:none;
		/*position:absolute;*/
		text-align:center;
		margin:0px 5px;
		bottom:6px;
		width:220px;
	}
	
	div.listingItem .listingPrice a:hover {
		text-decoration:underline;
	}
	
	div.listingItem .listingPrice span {
		font-family: Verdana, Arial, sans-serif;
		font-size: 14px;
		color: #BE2D00;
	}
	


	A.listingName {
		text-decoration:none;
		font-size:12px;
		color:#FFA200;
	}
	
	A.listingName:hover {
		text-decoration:underline;
	}
	
	A.moreLink {
		text-decoration:none;
		font-size:12px;
		color:#FFFFFF;
		font-weight:bold;
	}
	
	A.moreLink:hover {
		text-decoration:underline;
	}

	
SPAN.lightGrey {
	color: #999999;
}

A.lightGrey {
	color: #999999;
	text-decoration:none;
}

A.lightGrey:hover {
	color: #999999;
	text-decoration:underline;
}

A {
  color: #FFFFFF;
  text-decoration: none;
}

A:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigationRed {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background:#DDDDDD;
  color: #FF0000;
  font-weight : bold;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

a.headerNavigation:hover {
  color: #ffffff;
}

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: #438DF6;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #438DF6;
  color: #ffffff;
  font-weight: bold;
}

TD.headerMainMenu {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight:bold;
}

.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: #D74E7A;
  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: #D94D7A;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #D94D7A;
  color: #FFFFFF;
  font-weight: bold;
}

.productlisting-headingPrice { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

A.pageResults {
  color: #FFA200;
}

a:hover.pageResults {
  color: #BE2D00;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

H1.productHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 17px;
  color: #D94D7A;
  margin-bottom:0em; 
  font-weight:normal;
}

TD.productsSavings {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #CC0000;
  font-weight:bold;
}

H1 {
  font-size: 16px;
  margin-bottom:0em; 
  font-weight:inherit;
  padding-left:15px;
  padding-bottom:5px;
}

H2 {
  margin:0em;
  margin-bottom:0em; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 19px;
  color:#FFA500;
  padding-top:0px;
  padding-left:10px;
  padding-bottom:5px;
}

H2.subtitle {
  margin:0em;
  margin-bottom:0em; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color:#FFFFFF;
  padding-top:0px;
  padding-left:10px;
  padding-bottom:5px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.32;
  color:#FFFFFF;
}

TD.mainBlack, P.mainBlack, DIV.mainBlack {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.32;
  color:#000000;
}

TD.subTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.32;
  color:#FFFFFF;
  font-style:italic;
  padding-left:20px;
}

TD.outOfStockText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

TD.mainRed, P.mainRed {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:red;
}

TD.smallText, SPAN.smallText, P.smallText, DIV.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color:#FFFFFF;
}

TD.smallTextRed, SPAN.smallTextRed, P.smallTextRed, DIV.smallTextRed {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color:#FFA200;
}

A.Red {
	color:#FFA200;
}

TD.smallTextBlack {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#000000;
}

A.smallTextBlack {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#000000;
  text-decoration:underline;
}

A.smallTextBlack:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#000000;
  text-decoration:underline;
  font-weight:bold;
}

TD.SmallBuyText, SPAN.SmallBuyText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#FFA200;
}

TD.SmallTextRed, SPAN.SmallTextRed {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#BE2D00;;
}

TD.SmallGreyText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#666666;
}

A.SmallGreyText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#666666;
  text-decoration:none;
}

A.SmallGreyText:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#FFA200;
  text-decoration:none;
}

A.SmallBuyText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#FFA200;
  text-decoration:none;
}

A.SmallBuyText:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#FFA200;
  text-decoration:underline;
}

TD.subtitleYellow {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color:#FFA200;
}

A.footerSmallText, A.footerSmallText:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#999999;
}


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;
  color:#FFFFFF;
}

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.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}


SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver {  cursor: pointer; }
.moduleRowSelected {}

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #BE2D00; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

A.categoryBoxTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color:#ffa200;
  text-decoration:underline;
}

A.categoryBoxTitle:hover {
	text-decoration:none;
}

IMG.border {
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	padding:1px;
	display:block;
}

TD.productsPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 23px;
  color: #BE2D00;
}

SPAN.productsPriceOld {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #BE2D00;
}

TD.pricingInformation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #666666;
  font-style:italic;
}

TD.freeShippingText {
	color:#A91700;
	font-size: 17px;
	font-weight:bold;
	font-family: Verdana, Arial, sans-serif;
}

	ul.images {
		padding:0;
		margin:0;
		list-style-type:none;
		width:auto;
		position:relative;
	}
	
	ul.images li {
		padding-top:0px;
		margin:0;
		text-valign:top;
	}

	ul.images li li {
		position:absolute;
		left:1px;
		
		top:0px;
		background-color:#121212;
		background-image:url(images/ajax-loader.gif);
		background-position:center;
		background-repeat:no-repeat;
	}
	
	ul.images a {
		padding:0px;
		padding-top:0px;
		top:0px;
	}
	
	ul.images ul {
		padding:0;
		margin:0;
		list-style-type:none;
		width:auto;
	}
	
	TD.errorMessage {
		font-family: Verdana, Arial, sans-serif;
		  font-size: 12px;
		  color: #BE2D00;
	}
	
	TD.warningMessage {
		font-family: Verdana, Arial, sans-serif;
		  font-size: 12px;
		  color: #FFA200;
	}
	
	TD.successMessage {
		font-family: Verdana, Arial, sans-serif;
		  font-size: 12px;
		  color: #FFFFFF;
	}
	
	td.cartSubtotal {
		font-size:15px;
		color:#FFFFFF;
	}
	
	td.checkoutHeading {
		color:#FFFFFF;
		font-size: 17px;
		font-weight:bold;
		font-family: Verdana, Arial, sans-serif;
	}


