BODY,P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA {
        FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; 
        COLOR: #550000; FONT-SIZE: 12px;
}
A:link {
        COLOR: #003399; TEXT-DECORATION: none;
}
A:visited {
        COLOR: #330000; TEXT-DECORATION: none;
}
A:hover {
        COLOR: #0C7BBB; TEXT-DECORATION: underline;
}
A:active  {
        COLOR: #003399; TEXT-DECORATION: none;
}
H1 {
        FONT-SIZE: 15px;
}
H2 {
        FONT-SIZE: 13px;
}
H3 {
        FONT-SIZE: 12px;
}
BODY { 
        MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px; 
        BACKGROUND-COLOR: #FFFFFF;
}
.HeadBox {
        BACKGROUND-COLOR: #FFFFFF
;
}
.VertMenuBox {
        BACKGROUND-COLOR: #E2E2E2;
}
.VertMenuTitle {
        BACKGROUND-COLOR: #003399; COLOR: #FFFFFF; FONT-WEIGHT: bold; FONT-SIZE: 13px;
}
.VertMenuItems {
        COLOR: #000000; TEXT-DECORATION: none;
}
.CategoriesList {
	FONT-SIZE: 12px;
}
.DialogBox {
        BACKGROUND-COLOR: #E2E2E2;
}
.DialogBorder {
        BACKGROUND-COLOR: #003399;
}
.DialogTitle {
        BACKGROUND-COLOR: #003399; COLOR: #FFFFFF; FONT-WEIGHT: bold; FONT-SIZE: 13px;
}
.NumberOfArticles {
        COLOR: #000000; FONT-WEIGHT: bold;
}
.TopLabel {
        COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 13px;
}
.Text {
        COLOR: #000000;
}
.AdminSmallMessage {
        COLOR: #FF3300;
}
.AdminTitle {
        COLOR: #FF3300; FONT-WEIGHT: bold; FONT-SIZE: 13px;
}
.Line {
        BACKGROUND-COLOR: #FF6600;
}
.ProductTitle {
        COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 13px;
}
.ProductDetailsTitle {
        COLOR: #FF0000; FONT-WEIGHT: bold; FONT-SIZE: 13px;
}
.ProductDetails {
        COLOR: #000000; FONT-SIZE: 13px;
}
.ProductPriceTitle {
        COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 14px;
}
.ProductPriceConverting {
        COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 14px;
}
.ProductPrice {
        COLOR: #000099; FONT-WEIGHT: bold; FONT-SIZE: 14px;
}
.ProductPriceSmall {
        COLOR: #000099; FONT-WEIGHT: bold;
}
.MarketPrice {
		FONT-SIZE: 14px; FONT-FAMILY: Times New Roman;
}
.ItemsList {
        COLOR: #330000; FONT-WEIGHT: bold;
}
.NavigationPath {
        COLOR: #CC6666; FONT-WEIGHT: bold;
}
.FormButton {
        COLOR: #330000; FONT-WEIGHT: bold; 
}
.CustomerMessage {
        COLOR: #FF3300; FONT-WEIGHT: bold; 
}
.ErrorMessage {
        COLOR: #FF3300; FONT-WEIGHT: bold; 
}
.Star {
        COLOR: #FF0000;
}
.SaveMoneyLabel {
        COLOR: #FFFFFF; FONT-WEIGHT: bold; 
}
.TableHead {
    BACKGROUND-COLOR: #DDDDDD;
}
/* ================================================================= */

td.funkycat {
      HEIGHT: 24px;
      BACKGROUND-COLOR: #006633;
      FONT: 11px verdana,arial,sans-serif;
      COLOR: #000000;
      FONT-WEIGHT: bold;
      CURSOR: hand;
      border-left: 1px #003300;
      border-right: 1px #003300;
}

.funkycatsep {
      HEIGHT: 1px;
      BACKGROUND-COLOR: #003300;
}

.funkycatlink {
        TEXT-DECORATION: none;
        COLOR: #FFFFFF;
      FONT-WEIGHT: bold;
}
.funkycatlink:link {
        TEXT-DECORATION: none;
        COLOR: #FFFFFF;
      FONT-WEIGHT: bold;
}
.funkycatlink:visited {
        TEXT-DECORATION: none;
        COLOR: #FFFFFF;
      FONT-WEIGHT: bold;
}
.funkycatlink:hover {
        TEXT-DECORATION: none;
        COLOR: #FFFFFF;
      FONT-WEIGHT: bold;
}
.funkycatlink:active  {
        TEXT-DECORATION: none;
        COLOR: #FFFF00;
      FONT-WEIGHT: bold;
}

/* ================================================================= */

.preview {
	background-color: #FFFFE6;
	color: #000000;
	position: absolute;
	z-index: 1;
	border: thin solid #000000;
	width: 200px;
	padding: 5px 5px 5px 5px;
}
a.tag .preview {
	display: none;
}
a.tag:hover .preview {
	display: block;
}
a.tag {
	border: thin solid #0000FF;
	text-decoration: none;
	color: #333333;
	position: absolute;
}
a.tag:hover {
	text-decoration: none;
	cursor: pointer;
}
div.tag {
	position: absolute;
	border: thin solid #000000; 
	z-index: 1;
}
.previewon{
	background-color: #FFFFE6;
	color: #000000;
	position: absolute;
	z-index: 1;
	border: thin solid #000000;
	width: 200px;
	padding: 5px 5px 5px 5px;
}
.previewoff {
	display: none;
}


.imgCrop_wrap {	position:relative; cursor:crosshair; }

/* an extra classname is applied for Opera < 9.0 to fix it's lack of opacity support */
.imgCrop_wrap.opera8 .imgCrop_overlay,
.imgCrop_wrap.opera8 .imgCrop_clickArea { background-color:transparent; }

/* fix for IE displaying all boxes at line-height by default, 
although they are still 1 pixel high until we combine them with 
the pointless span */
.imgCrop_wrap, .imgCrop_wrap * { font-size:0; }
.imgCrop_overlay { background-color:#000; opacity:0.5; filter:alpha(opacity=50); position:absolute; width:100%;	height:100%; }
.imgCrop_selArea { position:absolute; cursor:move; z-index:2; }

/* clickArea is all a fix for IE 5.5 & 6 to allow the user to click on the given area */
.imgCrop_clickArea { width:100%; height:100%; background: url(images/null.gif); opacity:0.01; filter:alpha(opacity=01); }
.imgCrop_marqueeHoriz { position:absolute; width:100%; height:1px; background:transparent url(../images/marqueeHoriz.gif) repeat-x 0 0; z-index:3; }
.imgCrop_marqueeVert { position:absolute; height:100%; width:1px; background:transparent url(../images/marqueeVert.gif) repeat-y 0 0; z-index:3; }

.imgCrop_marqueeNorth { top:0; left:0; }
.imgCrop_marqueeEast  { top:0; right:0; }
.imgCrop_marqueeSouth { bottom:0px; left:0; }
.imgCrop_marqueeWest  { top:0; left:0; }

.imgCrop_handle { position:absolute; border:1px solid #333; width:6px; height:6px; background:#fff; opacity:0.5; filter:alpha(opacity=50); z-index:4; }

.imgCrop_handleN { top:-3px; left:0; cursor:n-resize; }
.imgCrop_handleNE { top:-3px; right:-3px; cursor:ne-resize; }
.imgCrop_handleE { top:0; right:-3px; cursor:e-resize; }
.imgCrop_handleSE { right:-3px; bottom:-3px; cursor:se-resize; }
.imgCrop_handleS { right:0; bottom:-3px; cursor:s-resize; }
.imgCrop_handleSW { left:-3px; bottom:-3px; cursor:sw-resize; }
.imgCrop_handleW { top:0; left:-3px; cursor:w-resize; }
.imgCrop_handleNW { top:-3px; left:-3px; cursor:nw-resize; }

/* Create an area to click & drag around on as the default browser behaviour is to let you drag the image */
.imgCrop_dragArea { width:100%; height:100%; z-index:200; position:absolute; top:0; left:0; filter:alpha(opacity=0); }
.imgCrop_previewWrap { overflow:hidden; position:relative; }
.imgCrop_previewWrap img { position:absolute; }