/* $Id: skin1.css,v 1.24.2.13 2007/04/17 06:20:49 max Exp $ */
/*
	General styles
*/

.form3 { border:1px solid #666666; background-color:#cccccc; width:180px; height:18px; color:#333333; font-family:Arial; font-size:11px; padding:0px; margin:0px; }
.form4 { border:1px solid #666666; background-color:#cccccc; width:30px; height:18px; color:#333333; font-family:Arial; font-size:11px; padding:0px; margin:0px; }
form { clear:both; padding:0px; margin:0px; }
.formleftpad { padding-left:45px; }
.searchbtnleftpad { padding-left:6px; }
.advpad { padding-top:5px; padding-left:45px; }
.searchtitlepad { padding-top:30px; }
.cartpad { padding-left:45px; padding-top:16px; background-image:url(/xcart/images/layout/cart_background.jpg); background-position:top; background-repeat:repeat-x; }
.carttitlepad { padding-bottom:6px; }
.loginboxtxt { font-family:arial; font-size:11px; color:#979797; }
.loginboxmargin { padding-left:6px; }
.loginboxmargin2 { padding-left:6px; padding-top:12px; }
.loginboxbtm { background-image:url(/xcart/images/layout/loginboxbtm.gif); background-repeat:no-repeat;}
.thumb { border:1px solid #252525; }
.producttitle { color:#00CC99; }
.pointer { cursor:pointer; }
.content { padding-right:20px; }
.ProductTitle { font-family:arial; font-size:11px; font-weight:bold; text-decoration:none; color:#187dac; }
.MarketPrice { color:#d1520d; }
.ProductPrice { color:#d1520d; }
.ProductPriceSmall { color:#d1520d; }
.GoImage { border:none; width:18px; height:18px; }
.FormButton { font-weight:bold; }

/*
	Popup styles
*/
.PopupContainer {
	HEIGHT: 100%;
	WIDTH: 100%;
	TEXT-ALIGN: center;
}
.PopupTitle {
	BACKGROUND-COLOR: #D6D7D9;
	HEIGHT: 15px;
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
.PopupBG {
	BACKGROUND-COLOR: #D6D7D9;
}
.PopupHelpLink {
	FONT-SIZE: 9px;
	COLOR: #330000;
	TEXT-DECORATION: none;
}

/*
	XCART Fonts
*/
.RegSectionTitle { font-weight:bold; }
.CustomerMessage {
	COLOR: #FF3300;
	FONT-WEIGHT: bold;
}
.ErrorMessage {
	COLOR: #FF3300;
	FONT-WEIGHT: bold;
}
.Message {
	COLOR: #FF3300;
}
.Star {
	COLOR: #FF0000;
}

/*
	Special offers module
*/
.SpecialOffersPrice {
	COLOR: #FF3300;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
}
.SpecialOffersThumb {
BORDER: 0px;

	DISPLAY: inline;
	MARGIN-LEFT: -51px;
}
.SpecialOffersThumb A IMG {
BORDER: 0px;

	WIDTH: 47px;
	HEIGHT: 44px;
}

/*
	Last checkout step
*/
TD.LCSBackground {
	BACKGROUND-COLOR: #8c7dcf;
}
TABLE.WebBasedPayment {
	HEIGHT: 100%;
	WIDTH: 100%;
}
TABLE.WebBasedPayment TR TD {
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	HEIGHT: 90%;
	PADDING: 0px;
}

/*
	Gift registry module
*/
.HighLight {
	BACKGROUND-COLOR: #FFFFCC;
}

/*
	Fast Lane Checkout module
*/
.FLCAuthBox {
	WHITE-SPACE: nowrap;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 5px;
}
.FLCAuthPreBox {
	PADDING-LEFT: 30px;
	HEIGHT: 20px;
	WIDTH: 100%;
}
.FLCTopPad {
	VERTICAL-ALIGN: middle;
	HEIGHT: 15px;
}
.FLCTopPad IMG {
	WIDTH: 1px;
	HEIGHT: 15px;
}

/*
	Small text/link style
*/
.SmallNote:link {
	COLOR: #8C7DCF;
	TEXT-DECORATION: none;
	FONT-SIZE: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:visited {
	COLOR: #8C7DCF;
	TEXT-DECORATION: none;
	FONT-SIZE: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:hover {
	COLOR: #8C7DCF;
	TEXT-DECORATION: underline;
	FONT-SIZE: 9px;FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:active {
	COLOR: #8C7DCF;
	TEXT-DECORATION: none;
	FONT-SIZE: 9px;FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallText {
	COLOR: #7C4C00;
	TEXT-DECORATION: none;
	FONT-SIZE: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}

/*
	Buttons
*/
.FormButton {
	COLOR: #003834;
	FONT-WEIGHT: bold;
}
TABLE.ButtonTable {
	CURSOR: pointer;
	VERTICAL-ALIGN: middle;
	DIRECTION: ltr;
}
TD.Button {								 
	BACKGROUND-IMAGE: url(images/butbg.gif);
	BACKGROUND-COLOR: #68C1FF;
	BACKGROUND-REPEAT: repeat-x;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	VERTICAL-ALIGN: middle;
	WHITE-SPACE: nowrap;
}
FONT.Button {								 
	FONT-FAMILY: Arial;
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
}
IMG.ButtonSide {
	WIDTH: 7px;
	HEIGHT: 14px;
}
.SimpleButton TR TD {
	PADDING: 0px;
	WHITE-SPACE: nowrap;
}
A.Button:link, A.Button:visited, A.Button:hover, A.Button:active {
	COLOR: #330000;
	FONT-WEIGHT: bold;
}
.GoImage {
	WIDTH: 21px;
	HEIGHT: 18px;
	VERTICAL-ALIGN: middle;
	BORDER: 0px;
}

