.errorBox {font-size: 10px; background: #ffb3b5; font-weight: bold;}
.stockWarning {font-size: 10px; color: #cc0033;}

body {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	color: #444444;
	background: #0f0f0f url(../img/gback.jpg) no-repeat center top;
	background-color:#0f0f0f;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

td , p,  a, span, div {
	font: 11px Tahoma, Verdana,  Helvetica, sans-serif;
}

a img{
	border: none;
	outline:none;
}

a {
	outline:none;
}

td{
	vertical-align: top;
}

a{
	text-decoration: none;
	color: #74788f;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3{
	padding: 0px;
	margin: 0px;
}


#maincontainer{
	width: 700px;
	margin: 0px  auto;
	text-align: left;
}

#header{
	height: 231px;
	overflow: hidden;
	margin: 0xp;
	padding: 0px;
}

#headertopwrapper{
	height: 71px;
	margin: 10px 0px 9px 0px;
	overflow: hidden;
}

#headerbottomwrapper{
	background: #fff;
	height: 231px;
	overflow: hidden;
}

#menuwrapper{
	padding: 5px 5px 0px 5px;
	height: 226px;
}

#logowrapper{
	float: left;
	width: 231px;
}

#welcomeblock{
	width: 471px;
	height: 230px;
}

#welcomeblock, #welcomeblock div, #welcomeblock a{
	color: #fff;
}

#welcomeblock a{
	font-weight: bold;
	text-decoration: underline;
}

#welcomeblock div{
	width: 250px;
	margin: 188px 0px 0px 25px;
}


#cartwrapper{
	float: left;
	width: 231px;
	margin: 15px 0px 0px 220px;
}	
	
#cartwrapper div{
	float: left;
	padding: 5px 0px 0px 15px;
}

#cartico{
	display: block;
	float: left;
}

#menu{
	background: url(../img/menub.gif) no-repeat left top;
	width: 213px;
}
	
#menu a{
	float: left;
}

#menu div{
	margin: 46px 0px 0px 9px;
}

#content{
	background: #fff;
	padding: 5px 5px 0px 5px;
}



#footer, #footer a{
	color: #ff008a;
}

#maincolumn{
	width: 471px;
	float: left;
	background-color:#ffffff;
}

#rightcolumn{
	width: 213px;
	margin-left: 5px;
	float: left;	
}

#rightcolumn .boxwrapper{
	margin-bottom: 5px;
	background: #f7f3f7;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;	
}

#rightcolumn .boxheading{
	height: 36px;
	background: url(../img/boxheadingright.gif) repeat-x left top;
	padding: 10px 0px 0px 5px;
	vertical-align: top;
}

#rightcolumn .boxheading, #rightcolumn .boxtitle{
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#rightcolumn .boxcontent{
}

#rightcolumn .boxtext{
	padding: 5px;
}


#maincolumn .boxwrapper{
	margin-bottom: 5px;
}

#maincolumn .boxheading{
	height: 36px;
	background: url(../img/boxheadingright.gif) repeat-x left top;
	padding: 10px 0px 0px 5px;
	vertical-align: top;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;	
}

#maincolumn .boxheading, #maincolumn .boxtitle{
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#maincolumn .boxcontent{
	margin-top: 3px;
}

#maincolumn .boxtext{
}

.pageheading{
	height: 36px;
	background: url(../img/boxheadingright.gif) repeat-x left top;
	padding: 10px 0px 0px 5px;
	vertical-align: top;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

/* Fix Page Structure */


#languagebox{
	background: url(../img/languageb.gif) repeat-x left top;
	height: 75px;
	color: #fff;
	margin-bottom: 5px;
}

#currencybox{
	background: url(../img/currencyb.gif) repeat-x left top;
	height: 75px;
	color: #fff;
	margin-bottom: 5px;
}

#languagebox .wrapper, #currencybox .wrapper{
	padding: 10px;
}
#languagebox  .language-wrapper {
	margin-top: 10px;
	text-align: center;
}

.clrfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clrfix {height: 1%;}
.clrfix {display: block;}
/* End hide from IE-mac */


.blue{
  color: #3bd0ff;
}

. bold{
	font-weight: bold;
}


#cat a{
	display: block;
	color: #2e2e2e;
	background: url(../img/arrow.gif) no-repeat 3px 8px;
	padding: 3px 0px 3px 20px;
	margin-left: 10px;
	text-decoration: underline;
}

/* product listing classes */
.pditem{
	margin: 5px;
}

.pcimage, .pdimage img{
	border: 1px solid #bdbdbd;
}
.pdname{
	font-weight: bold;
	color: #5e6166;
	text-decoration: underline;
}

.pdprice, .pdprice span{
	color: #489dba;
	font-size: 15px;
}

.pcprice, .pcprice span {
	color: #489dba;
	font-size: 15px;
}

.pcdata{
	text-align: center;
	padding: 5px;
	letter-spacing: 150%;
}


.featuredeven{border-right: dashed 1px #ccc;  border-bottom: dashed 1px #ccc;}
.featuredodd{border-bottom: dashed 1px #ccc;}
.featuredevenend{border-right: dashed 1px #ccc;}
.featuredoddend{}


FORM {
	display: inline;
	padding: 0px;
	margin: 0px;
}


TD.headerNavigation {
 font-size: 10px;
 font-weight: bold;
}


TR.headerError {
}

TD.headerError {
 font-size: 12px;
font-weight: bold;
 text-align: center;
}

TR.headerInfo {
}

TD.headerInfo {
 font-size: 12px;
 font-weight: bold;
 text-align: center;
}

TR.footer {
}

TD.footer {
  font-size: 10px;
 font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
 font-size: 10px;
}

.infoBoxNotice {
}

.infoBoxNoticeContents {
 font-size: 10px;
}

TD.infoBoxHeading {
 font-size: 10px;
 font-weight: bold;
}

TD.infoBox, SPAN.infoBox {
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, 
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}

TABLE.productListing {
}

.productListing-heading {
 font-weight: bold;
}

.productlisting-headingPrice {
 font-size: 20px;
 font-weight: bold;
}

TD.productListing-data {
 
 font-size: 10px;
}


TR.subBar {
}

TD.subBar {
  font-size: 10px;
}

TD.main, P.main {
 
 font-size: 11px;
 line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
 
 font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
}

TD.fieldKey {
 font-size: 12px;
 font-weight: bold;
}

TD.fieldValue {
 font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
 font-weight: bold;
}

TD.category_desc {
  font-size: 11px;
 line-height: 1.5;
}

SPAN.newItemInCart {
  font-size: 10px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
 width: 100%;
 
 font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
 font-weight: bold;
}

TABLE.formArea {
}

TD.formAreaTitle {
 font-size: 12px;
 font-weight: bold;
}

SPAN.markProductOutOfStock {
 font-size: 12px;
 font-weight: bold;
}

SPAN.errorText {
}

.moduleRow {}
.moduleRowOver {cursor: pointer; cursor: hand;}
.moduleRowSelected {}

.checkoutBarFrom, .checkoutBarTo {font-size: 10px;}
.checkoutBarCurrent {font-size: 10px; }

/* message box */

.messageBox {font-size: 10px;}
.messageStackError, .messageStackWarning {font-size: 10px;}
.messageStackSuccess {font-size: 10px}

/* input requirement */

.inputRequirement {font-size: 10px;}

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
}

.linkListing-heading {
 font-size: 10px;
 font-weight: bold;
 text-align: center;
}

TD.linkListing-data {
 padding: 4px;
  font-size: 10px;
}

TR.linkListing-odd {
 background: #f8f8f9;
}

TR.linkListing-even {
 background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */
.content 	{FONT-SIZE: 10px;}

/* Show Cart Details */
TR.ShowCartDetails, TD.ShowCartDetails, P.ShowCartDetails {
 font-size: 11px;
 line-height: 1.5;
}

 /* Show Header Page Links */
TR.HeaderPageLinksLeft, TD.HeaderPageLinksLeft, P.HeaderPageLinksLeft {
 background-image: url('../img/button_blank_left.gif');
}

TR.HeaderPageLinksRight, TD.HeaderPageLinksRight, P.HeaderPageLinksRight {
 background-image: url('../img/button_blank_right.gif');
}

TR.HeaderPageLinks, TD.HeaderPageLinks, P.HeaderPageLinks {
 background-image: url('../img/button_blank_middle.gif');
  font-size: 10px;
 font-weight: bold;
}

A.HeaderPageLinks {
  font-size: 10px;
 font-weight: bold;
}
a:hover.HeaderPageLinks {
  font-size: 10px;
 font-weight: bold;
}

TD.cookieUsage {
  font-size: 10px;
 font-weight: bold;
}
.yearHeader {font-family: Helvetica, Arial, Verdana; font-size: 14px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none;} .calendarMonth {background-color: #BBC3D3; cursor: default; width: 100%;}
.calendarHeader {font-family: Helvetica, Arial, Verdana; font-size: 11px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none; height: 22px;}
.calendarToday { font-size: 10px; color: #000000; background-color: #FFCF00; padding-left: 3px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.calendarWeekend { font-size: 10px; color: #000000; background-color: #CAEEFF; padding-left: 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.calendar { font-size: 10px; color: #000000; background-color: #FFFFFF; padding-left: 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.event { font-size: 11px; color: #000000; background-color: #FFFFFF; text-decoration: none; border:1px solid #E6E6E6;}
.empty {background-color: #F0FAFF; line-height: 14px; height: 22px; width: 18px;}
.calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {color: red; text-decoration: underline;}
.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {color: red; text-decoration: underline;}
.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {color: red; text-decoration: underline;}

/* VJ infosystem added */
h4.infoTitle {
 margin: 0;
 margin-bottom: 0.2em;
}

p.infoBlurb {
 margin: 0;
 margin-bottom: 2em;
}


TD.productPriceInListing {
  font-size: 10px;
}

TD.productPriceInBox {
  font-size: 10px;
}

TD.productPriceInProdInfo {
  font-size: 12px;
}
