/* $Id: skin1.css,v 1.24.2.13 2007/04/17 06:20:49 max Exp $ */
/*
	General styles
*/
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	COLOR: #ffffff;
	FONT-SIZE: 11px;
}
INPUT,SELECT,TEXTAREA {
	COLOR: #2b2b2b;
}
A:link {
	COLOR: #82bada;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #82bada;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #77e3f3;
	TEXT-DECORATION: underline;
}
A:active  {
	COLOR: #82bada;
	TEXT-DECORATION: none;
}
H1 {
	FONT-SIZE: 14px;
	font-weight: bold;
	color: #82bada;
}
H2 {
	FONT-SIZE: 13px;
	font-weight: bold;
	color: #82bada;
}
H3 {
	FONT-SIZE: 12px;
	font-weight: bold;
	color: #82bada;
}
HR {
	background: transparent none;
	border: none;
	border-bottom: solid 1px #888888;
	height:0px;
	margin:5px 0px;
	padding:0px;
}
HTML,BODY {
	HEIGHT: 100%;
	MARGIN: 0px;
	PADDING: 0px;
	background: #2d3e4d none;
}
FORM {
	MARGIN: 0px;
}
TABLE,IMG {
	BORDER: 0px;
}

/*
	Content enviroment styles
*/
TABLE.Container {
	HEIGHT: 100%;
}
.mainpage TD.Container {
	background: #274251 url(images/cont_bg.gif) left top repeat-x;
}
TD.Container {
	VERTICAL-ALIGN: top;
	padding-top: 132px;
	margin: 0px auto;
	background: #2d3e4c url(images/custom/welcome-txt-bot-bg.gif) repeat-x left 130px;
}
.block_inner {
	width: 1000px;
	margin: 0px auto;
}
/*
	Header styles
*/
.HeadLogo {
	PADDING-LEFT: 27px;
	TEXT-ALIGN: left;
}
.HeadRightBox {
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: right;
}
.HeadText {
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
}
.HeadLine {
	BACKGROUND-COLOR: #C3CCD0;
}
.HeadThinLine {
	BACKGROUND-COLOR: #82bada;
	HEIGHT: 1px;
}
.PrintableRow {
	WIDTH: 100%;
	VERTICAL-ALIGN: middle;
	PADDING-RIGHT: 176px;
	HEIGHT: 18px;
}
.HeadTopPad {
	HEIGHT: 18px;
}
.HeadTopPad IMG {
	WIDTH: 1px;
	HEIGHT: 18px;
}

/*
	Footer styles
*/
.BottomRow {
	VERTICAL-ALIGN: bottom;
}

/*
	Common styles
*/
.SubmitBox {
	PADDING-TOP: 10px;
}
HR.Line {
	WIDTH: 100%;
	HEIGHT: 1px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
}
.SectionBox {
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: left;
}

.NumberOfArticles {
	COLOR: #000000;
	FONT-WEIGHT: bold;
}
.TopLabel {
	COLOR: #000000;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
.Message {
	COLOR: #c43329;
}
.Line {
	BACKGROUND-COLOR: #FF6600;
}
TD.ButtonsRow {
	PADDING-TOP: 2px;
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 12px;
	PADDING-BOTTOM: 2px;
}
.CustomerMessage {
	COLOR: #c43329;
	FONT-WEIGHT: bold;
}
.ErrorMessage {
	COLOR: #c43329;
	FONT-WEIGHT: bold;
}
.Star {
	COLOR: #77d5d2;
}
.TableHead {
	BACKGROUND-COLOR: #233a49;
	FONT-WEIGHT: bold;
}
.TableSubHead {
	BACKGROUND-COLOR: #415664;
}
.Spc {
	WIDTH: 1px;
	HEIGHT: 1px;
}
TABLE.EmptyBox {
	WIDTH: 100%;
}
TABLE.EmptyBox TR TD {
	PADDING: 0px;
}

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

/*
	BuyNow section
*/
.BuyNowQuantity {
	HEIGHT: 25px;
	WIDTH: 15%;
	WHITE-SPACE: nowrap;
	PADDING-RIGHT: 10px;
}
.BuyNowPrices {
	WIDTH: 100%;
	HEIGHT: 25px;
	VERTICAL-ALIGN: middle;
}

/*
	Vertical menu
*/
.mainpage .VertMenuLeftColumn {background: #274251 url(images/cont_bg.gif) left top repeat-x;}
.main_page .VertMenuRightColumn {background: #274251 url(images/cont_bg.gif) left top repeat-x;}
.VertMenuLeftColumn {
	VERTICAL-ALIGN: top;
	PADDING-LEFT: 15px;
	PADDING-RIGHT: 15px;
}
.VertMenuRightColumn {
	VERTICAL-ALIGN: top;
	PADDING-LEFT: 15px;
	PADDING-RIGHT: 15px;
}
/* Menu styles */
.menu-title {
	padding: 25px 15px 15px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #82bada;
}
.menu-box {
	padding: 0px 15px 30px;
	color: #a0bcca;
}

.bestsell {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.bestsell li {
	padding: 0px 0px 7px 20px;
	position: relative;
	text-transform: uppercase
}
.bestsell li b {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.VertMenuItems {
	COLOR: #a0bcca;
	font-size: 11px;
	TEXT-DECORATION: none;
}
A.VertMenuItems:link,
A.VertMenuItems:active,
A.VertMenuItems:visited {
	COLOR: #a0bcca;
	TEXT-DECORATION: none;
}
A.VertMenuItems:hover {
	COLOR: #a0bcca;
	TEXT-DECORATION: underline;
}

.VertMenuHr {
	WIDTH: 100%;
	HEIGHT: 1px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	COLOR: #999999;
}
.CategoriesList {
	FONT-SIZE: 12px;
}
div.categories {
	border-top: solid 1px #2d3a46;
}
/*
	Dialog box
*/
.dialog-title {
	height: 31px;
	border: solid 1px #3e5468;
	border-left: none;
	border-right: none;
	font-weight: bold;
	color: #a8c9d1;
	background: #4d6e85 url(images/custom/title_bg.gif) left top repeat-x;
	line-height: 31px;
	
}
.dialog-title tr td {
	color: #a8c9d1;
}
.dialog-title tr td.title {
padding-left: 17px;
}
.dialog-box {
	padding: 25px 25px 35px;
	background-color: #334c5c;
	border-top: solid 1px #212c36;
	margin: 0px 0px 20px 0px;
}
.welcome {
	padding-bottom: 0px;
}

/*
	Dialog info box
*/
TABLE.DialogInfo {
	WIDTH: 85%;
	border:1px solid #82BADA;
	TEXT-ALIGN: center;
}
.DialogInfoTitle {
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	VERTICAL-ALIGN: bottom;
	TEXT-ALIGN: left;
	HEIGHT: 15px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
}
.DialogInfoTitleBorder {
	background-color:#334C5C;
border-bottom:1px solid #82BADA;
height:15px;
padding:2px;
vertical-align:center;
}
.DialogInfoBorder {
	background-color:#334C5C;
padding:10px;
}
.DialogInfoIcon {
	WIDTH: 16px;
	HEIGHT: 16px;
}
.DialogInfoClose {
	WIDTH: 15px;
	HEIGHT: 13px;
}

/*
	Dialog tools section
*/
.NavDialogTitle {
	WIDTH: 50%;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    COLOR: #330000;
	PADDING-LEFT: 8px;
}   
.NavDialogBorder {
	BACKGROUND-COLOR: #D6D7D9;
}
.NavDialogBox {
	BACKGROUND-COLOR: #FFFFFF;
}
.NavDialogSeparator {
	WIDTH: 100%;
	HEIGHT: 14px;
	BACKGROUND-IMAGE: url(images/separator.gif);
	PADDING-LEFT: 7px;
}
.NavDialogSeparator IMG {
	WIDTH: 100%;
	HEIGHT: 14px;
}
.NavDialogCell {
	PADDING-RIGHT: 3px;
}
.NavDialogCell A IMG {
	WIDTH: 9px;
	HEIGHT: 9px;
}

/*
	Product details page
*/
.product-image img {
	border: solid 1px #b2b7be;
	padding: 1px;
	background: #fff;
}

div.prod-title {
	padding-bottom: 18px;
	color: #ffffff;
}
td.prod-image {
	padding: 0px 0 30px 0px;
	text-align: center;
	vertical-align: top;
}
td.prod-image img {
	background-color: #010101;
	border: solid 1px #5b7f8f;
	padding: 1px;
}
td.prod-info {
	padding: 0px 20px 50px 0;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.ProductTitle,
a.ProductTitle,
a.ProductTitle:link,
a.ProductTitle:active,
a.ProductTitle:visited,
a.ProductTitle:hover {
	color:#FFF;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}
a.ProductTitle:hover {
	text-decoration: none;
}

.ProductTitleHidden {
	COLOR: #666666;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
}
.ProductDetailsTitle {
	COLOR: #77d5d2;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}

.ProductPriceTitle {
	COLOR: #fff;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
.ProductPriceConverting {

	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
.ProductPrice {
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
	font-family: tahoma;
	font-size: 12px;
}
.ProductPriceSmall {
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
	font-family: tahoma;
	font-size: 12px;
}
.descr {
	padding-right: 55px;
}
#save_percent_box {
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
}
.SaveMoneyLabel {
	WIDTH: 57px;
	HEIGHT: 57px;
	TEXT-ALIGN: center;
	line-height: 65px;
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	background: url(images/save_money.gif) no-repeat center;
}
.MarketPrice {
	color: #c5c5c5;
	FONT-WEIGHT: bold;
	font-family: tahoma;
	font-size: 12px;
}
.PImgBox {
	TEXT-ALIGN: left;
	VERTICAL-ALIGN: top;
	WIDTH: 100px;
	PADDING-RIGHT: 8px;
}
a.see-details:link,
a.see-details:visited,
a.see-details:hover,
a.see-details:active
{
	margin-top: 8px;
	background:transparent url(images/custom/all_news.gif) no-repeat scroll left 2px;
	color:#FFFFFF;
	display:block;
	font-family:verdana;
	font-size:10px;
	height:22px;
	padding-left:18px;
	text-decoration:underline;
}
a.see-details:hover {
	text-decoration: none;
}
a.see-details.news:link,
a.see-details.news:visited,
a.see-details.news:hover,
a.see-details.news:active
{
	background:transparent url(images/custom/all_news2.gif) no-repeat scroll left 2px;
	color: #82bada;
}
/*
	Products list
*/
.cart-list TD.PListImgBox {
	PADDING-RIGHT: 20px;
	padding-left: 20px;
}
.cart-list TD.PListImgBox img {
	border: solid 1px #b2b7be;
	padding: 1px;
	background: #010101;
}
.cart-list .ProductInfo {
	padding-right: 20px;
}
.cart-list hr {
	margin-bottom: 0;
}
.cart-totals {
	background:#354f60;
	padding: 10px 0;
	border: solid 1px #628093;
	border-left: none;
	border-right: none;
}
TD.PListImgBox {
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: top;
	WHITE-SPACE: nowrap;
	PADDING-RIGHT: 8px;
}
DIV.PListImgBox {
	WHITE-SPACE: nowrap;
}
HR.PListLine {
	WIDTH: 100%;
	HEIGHT: 1px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
}
.PListTaxBox {
	PADDING-LEFT: 70px;
	PADDING-RIGHT: 2px;
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 2px;
}
.PListCell {
	TEXT-ALIGN: center;
	PADDING: 10px;
	VERTICAL-ALIGN: top;
}
.PListCell div.image-cell img {
	border: solid 1px #b2b7be;
	padding: 1px;

}

/*
	Items style
*/
.ItemsList {
	FONT-WEIGHT: bold;
}
.ItemsListDisabled {
	COLOR: #909090;
}


/*
	Location bar
*/
.NavigationPath {
	COLOR: #000000;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
A.NavigationPath:link {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}
A.NavigationPath:visited {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}
A.NavigationPath:hover {
	COLOR: #000000;
	TEXT-DECORATION: none;
}
A.NavigationPath:active  {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}

/*
	Buttons
*/
.FormButton {
	FONT-WEIGHT: bold;
}
TABLE.ButtonTable {
	CURSOR: pointer;
	VERTICAL-ALIGN: middle;
	DIRECTION: ltr;
}
TD.Button {								 
	background: #52829b url(images/custom/but_bg.gif) repeat-x top left;
	padding:2px 5px 0px !important;
	vertical-align: top !important;
	WHITE-SPACE: nowrap;
	color: #fff;
}
TD.Button_cart {								 
	background: #b4c7cc url(images/custom/but_bg_cart.gif) repeat-x top left;
	padding:6px 10px 0px 5px !important;
	vertical-align: top !important;
	WHITE-SPACE: nowrap;
	color: #000000;
}
TABLE.ButtonTable img.but1_cart {
	width: 5px;
	height: 26px;
}
TABLE.ButtonTable img.but2_cart {
	width: 34px;
	height: 26px;
}

FONT.Button {								 
	COLOR: #000000;
	TEXT-DECORATION: none;
	line-height: 25px;
}
TABLE.ButtonTable img.but1 {
	width: 5px;
	height: 21px;
}
TABLE.ButtonTable img.but2 {
	width: 21px;
	height: 21px;
}

.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;
}

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

/*
	Category page
*/
.SubcatTitle {
	TEXT-ALIGN: left;
	WIDTH: 95%;
	PADDING-LEFT: 5px;
}
.SubcatInfo {
	TEXT-ALIGN: right;
	WHITE-SPACE: nowrap;
	COLOR: #000000;
}

/*
	Search sort bar
*/
.SearchSortTitle {
	FONT-WEIGHT: bold;
	PADDING-RIGHT: 20px;
}
.SearchSortLink:link, .SearchSortLink:visited, .SearchSortLink:hover, .SearchSortLink:active {
	TEXT-DECORATION: underline;
}
.SearchSortImg {
	WIDTH: 9px;
	HEIGHT: 9px;
	MARGIN-RIGHT: 5px;
}
.SearchSortCell {
	PADDING-RIGHT: 20px;
}

/*
	Expandable section
*/
.ExpandSectionMark {
	WIDTH: 11px;
	CURSOR: pointer;
	VERTICAL-ALIGN: middle;
}

/*
	Tab mechanism
*/
.Tab {
	BACKGROUND-COLOR: #C3CCD0;
	FONT-WEIGHT: bold;
	TEXT-TRANSFORM: uppercase;
	WIDTH: 85px;
	HEIGHT: 30px;
	TEXT-ALIGN: center;
}
.TabTop {
	HEIGHT: 5px;
	BACKGROUND-COLOR: #C3CCD0;
}
TD.TabLeftSide {
	WIDTH: 9px;
	BACKGROUND-IMAGE: url(images/tab_l.gif);
}
TD.TabRightSide {
	WIDTH: 9px;
	BACKGROUND-IMAGE: url(images/tab_r.gif);
}
TD.TabLeftCorner {
	WIDTH: 9px;
	HEIGHT: 9px;
	BACKGROUND-IMAGE: url(images/tab_c1.gif);
}
TD.TabRightCorner {
	WIDTH: 9px;
	HEIGHT: 9px;
	BACKGROUND-IMAGE: url(images/tab_c2.gif);
}
TD.TabCenter {
	HEIGHT: 9px;
	BACKGROUND-IMAGE: url(images/tab_b.gif);
}
IMG.TabCorner {
	WIDTH: 9px;
	HEIGHT: 9px;
}
IMG.TabSide {
	WIDTH: 9px;
	HEIGHT: 1px;
}

/*
	Pagination mechanism
*/
.custm_zone .NavigationCell {
	background: transparent none;
	width: 14px;
}
.custm_zone tr td {
	vertical-align: middle;
}
.custm_zone .NavigationArrow {
	padding-left: 5px;
}
.NavigationArrow {
	WIDTH: 9px;
	HEIGHT: 9px;
}
.NavigationTitle {
	WHITE-SPACE: nowrap;
	HEIGHT: 14px;
	PADDING-RIGHT: 10px;
}
.NavigationCell {
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: bottom;
	BACKGROUND-IMAGE: url(images/page.gif);
	WIDTH: 17px;
	HEIGHT: 14px;
}

.NavigationCell IMG {
	HEIGHT: 1px;
	WIDTH: 17px;
}
.NavigationCellWide {
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: bottom;
	BACKGROUND-IMAGE: url(images/page_wide.gif);
	WIDTH: 23px;
	HEIGHT: 14px;
}
.NavigationCellWide A:link, .NavigationCellWide A:visited, .NavigationCellWide A:hover, .NavigationCellWide A:active {
	TEXT-DECORATION: none;
}
.NavigationCellWide IMG {
	HEIGHT: 1px;
	WIDTH: 23px;
}
.NavigationCellSel {
	VERTICAL-ALIGN: middle;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	WIDTH: 15px;
}

/*
	Subheader styles
*/
TABLE.SubHeaderGrey {
	WIDTH: 100%;
	MARGIN-BOTTOM: 10px;
}
.SubHeaderGrey {
	COLOR: #a8b4b8;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	PADDING: 0px;
}
.SubHeaderGreyLine {
	HEIGHT: 1px;
	BACKGROUND-COLOR: #a8b4b8;
	PADDING: 0px;
}
TABLE.SubHeaderBlack {
	WIDTH: 100%;
	MARGIN-BOTTOM: 10px;
}
.SubHeaderBlack {
	COLOR: #000000;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	PADDING: 0px;
}
.SubHeaderBlackLine {
	HEIGHT: 1px;
	BACKGROUND-COLOR: #000000;
	PADDING: 0px;
}
TABLE.SubHeaderRed {
	WIDTH: 100%;
	MARGIN-BOTTOM: 10px;
}
.SubHeaderRed {
	FONT-WEIGHT: bold;
	PADDING: 0px;
}
.SubHeaderRedLine {
	HEIGHT: 1px;
	BACKGROUND-COLOR: #5e5b4f0;
	PADDING: 0px;
}
TABLE.SubHeader {
	WIDTH: 100%;
	MARGIN-BOTTOM: 10px;
}
.SubHeader {
	COLOR: ##181818;
	FONT-WEIGHT: bold;
	PADDING: 0px;
}
.SubHeaderLine {
	HEIGHT: 1px;
	BACKGROUND-COLOR: #D7DFDC;
	PADDING: 0px;
}

/*
	User profile page
*/
.RegSectionTitle {
	COLOR: #5e5b4f0;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
}

/*
	Customer reviews module
*/
IMG.StarImg {
	WIDTH: 14px;
	HEIGHT: 14px;
}

/*
	Manufacturers module
*/
.ManufacturersItem {
	TEXT-ALIGN: left;
	WHITE-SPACE: nowrap;
	WIDTH: 95%;
	PADDING-LEFT: 5px;
}

/*
	Recommended products module
*/
UL.RPItems {
	padding: 0px;
	margin: 15px 0px 0px 10px;
	list-style: none;
}
UL.RPItems li {
	background: transparent url(images/bullet.gif) left 3px no-repeat;
	padding-left: 15px;
	padding-bottom: 3px;
} 
/*
	Webmaster mode
*/
SPAN.Lbl {
	COLOR: green;
	FONT-WEIGHT: bold;
}
.Section {
	MARGIN: 0px;
	PADDING: 0px;
}

/*
	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;
}

/*
		-- ADDONS --
*/

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

/*
	Feature comparison module
*/
TABLE.CompareBtn {
	CURSOR: pointer;
}
TD.CompareBtnLeft {
	HEIGHT: 18px;
	WIDTH: 21px;
	BACKGROUND-IMAGE: url(images/compare1.gif);
}
TD.CompareBtnLeft IMG {
	HEIGHT: 18px;
	WIDTH: 21px;
}
TD.CompareBtnMain {
	BACKGROUND-IMAGE: url(images/compare2.gif);
	BACKGROUND-REPEAT: repeat-x;
	VERTICAL-ALIGN: top;
	PADDING-LEFT: 5px;
	PADDING-TOP: 2px;
}
TD.CompareBtnMainMozilla {
	BACKGROUND-IMAGE: url(images/compare2.gif);
	BACKGROUND-REPEAT: repeat-x;
	VERTICAL-ALIGN: top;
	PADDING-LEFT: 5px;
	PADDING-TOP: 1px;
}
TD.CompareBtnRight {
	HEIGHT: 18px;
	WIDTH: 9px;
}
TD.CompareBtnRight IMG {
	HEIGHT: 18px;
	WIDTH: 9px;
}
TD.FCompProductSelBox {
	PADDING: 0px;
	WHITE-SPACE: nowrap;
}
TD.FCompProductButtonBox {
	PADDING-LEFT: 25px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 0px;
	WIDTH: 100%;
	WHITE-SPACE: nowrap;
}
TD.FCompProductAddCL {
	PADDING-TOP: 10px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 0px;
}

TD.FCompFeatureHCell {
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: center;
	BACKGROUND-COLOR: #EEEEEE;
	FONT-WEIGHT: bold;
}
.HightLightEqualRow {
	BACKGROUND-COLOR: #ffe8af;
	TEXT-ALIGN: center;
}

/*
	Special offers module
*/
.SpecialOffersPrice {
	COLOR: #c43329;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
}
.SpecialOffersThumb {
	DISPLAY: inline;
	MARGIN-LEFT: -51px;
}
.SpecialOffersThumb A IMG {
	WIDTH: 47px;
	HEIGHT: 44px;
}

/*
	Fancy categories module
*/
.CatMenuContainer {
	width: 165px;
}
.CatMenuItemOff {
	BACKGROUND-COLOR: transparent;
	CURSOR: pointer;
	margin: 0;
	padding: 0;
	border: 0 none;
}
.CatMenuItemOffExp {
	BACKGROUND-COLOR: transparent;
	CURSOR: pointer;
	margin: 0;
	padding: 0;
	border: 0 none;
}
.CatMenuItemOn {   
	BACKGROUND-COLOR: transparent;
	CURSOR: pointer;
	margin: 0;
	padding: 0;
	border: 0 none;
}
.CatSubMenu {
	BACKGROUND-COLOR: #f7f6f7;
	border: solid 1px #d7dfdc;
	margin: 0;
	padding: 0px;
}
A.CatMenuItem {
	color: #a0bcca;
	display: block;
	FONT-SIZE: 10px;
	font-weight: bold;
	font-family: verdana;
	padding: 0 6px 0;
	height: 35px;
	line-height: 35px;
	CURSOR: pointer;
	text-decoration: none;
	border: solid 1px #171f24;
	border-bottom: solid 1px #2d3a46;
	background: url(images/custom/cat_bg2.gif) repeat-x top left;
}
A.CatMenuItem:link,
A.CatMenuItem:active,
A.CatMenuItem:visited {
	color: #a0bcca;
}
A.CatMenuItem:hover {
	COLOR: #fff;
	border-bottom: solid 1px #2d3a46;
	background: url(images/custom/cat_bg_a.gif) repeat-x top left;
}

A#nojs.CatMenuItem:hover {
    BACKGROUND-COLOR: #FF4421;
    COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}
IMG.FCIcon {
	WIDTH: 16px;
	HEIGHT: 16px;
	BORDER-WIDTH: 0px;
	MARGIN-LEFT: 2px;
	MARGIN-RIGHT: 3px;
}
IMG.FCTriangle {
	WIDTH: 9px;
	HEIGHT: 9px;
	BORDER-WIDTH: 0px;
	MARGIN-LEFT: 3px;
}
TABLE.FCItemTable {
	WIDTH: 100%;
	BORDER-WIDTH: 0px;
	MARGIN: 0px;
	TEXT-ALIGN: left;
}
TD.FCIconCell {
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: center;
}
TD.FCTriangleCell {
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: right;
}
/*	Explorer skin */

/*
	Product configurator module
*/
.ProductBG {
	BACKGROUND-COLOR: #ffffff;
}
.SlotCell {
	WIDTH: 50%;
	HEIGHT: 35px;
	PADDING-TOP: 25px;
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: center;
}
.SlotProductCell {
	WIDTH: 50%;
	HEIGHT: 35px;
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: center;
}
TABLE.PCSummaryTable {
	WIDTH: 100%;
	BACKGROUND-COLOR: #ffffff;
}
.PImageImageCell {
	PADDING: 5px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	HEIGHT: 100%;
}
.PImageImageCell IMG {
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
}
.PImageNumbersCell {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	WHITE-SPACE: nowrap;
}
.PImageLine {
	HEIGHT: 1px;
	BACKGROUND-COLOR: #CCCCCC;
}
.PImageLine IMG {
	HEIGHT: 1px;
}
BODY.PImage {
	BACKGROUND-COLOR: #FFFFFF;
}
.PImagePageRow {
	HEIGHT: 30px;
	VERTICAL-ALIGN: middle;
	PADDING-LEFT: 10px;
}
.EqualRow {
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: center;
}
TD.FCChain {
	WIDTH: 18px;
	BACKGROUND-REPEAT: repeat-y;
}
TD.FCChain IMG {
	WIDTH: 18px;
	HEIGHT: 1px;
}
TD.FCExplorerBox {
	WIDTH: 37px;
	VERTICAL-ALIGN: top;
	BACKGROUND-REPEAT: repeat-y;
}
TD.PListImgBox {
	WIDTH: 125px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: top;
	WHITE-SPACE: nowrap;
	PADDING-RIGHT: 8px;
}
DIV.PListImgBox {
	WHITE-SPACE: nowrap;
}
TD.FLCDialogCell {
	WIDTH: 50%;
	HEIGHT: 225px;
	TEXT-ALIGN: left;
}
TD.FLCDialogCell .dialog-box {
	height: 150px;TEXT-ALIGN: left;
}

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


/*** Additional styles ***/
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background:#000 url(images/custom/head_grad.gif) top left repeat-x;
}
.mainpage .head-holder {
	width: 780px;
}
.head-holder {
	padding: 0 20px;
	width: 960px;
	position: relative;
	margin: 0px auto;	
}
.minicart-bg {
	position: absolute;
	top:0px;
	right: 0px;
	width: 50%;
	height: 23px;
	background: #2d414c url(images/custom/minicart_bg.gif) repeat-x left top;
}
.minicart {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 23px;
	width: 100%;
	background: url(images/custom/minicart_main_bg.png) no-repeat right top;
	text-align: right;
	padding-right: 0px;
	line-height: 23px;
}
.minicart a,
.minicart a:link,
.minicart a:active,
.minicart a:visited,
.minicart a:hover {
	color:#b1bdc1;
	font-family:arial;
	font-size:10px;
	text-decoration:underline;
}
.minicart a:hover {
	text-decoration:none;
}
.minicart a.revert,
.minicart a.revert:link,
.minicart a.revert:active,
.minicart a.revert:visited {
	text-decoration:none;
}
.minicart a.revert:hover {
	text-decoration:underline;
}

div.logo-phones {
	text-align: left;
	margin: 0 auto;
	position: relative;
}
table.logo-phones {
	height: 92px;
}
table.logo-phones td {
	white-space: nowrap;
}
table.logo-phones .logo {
	vertical-align: middle;
	text-align: left;
	padding-right: 20px;
}
table.logo-phones .phones {
	padding-left: 10px;
	padding-top: 5px;color: #8e989b;
	background: transparent url(images/custom/address_border.gif) no-repeat left center;
}
table.logo-phones .phones td,
table.logo-phones .phones td select {
	color: #8e989b;
	font-size: 9px;
}
table.logo-phones .phones td select {
	border: solid 1px #ccc;
}

table.logo-phones .banner {
	width: 100%;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 3px;
}

/* header line 2 */
#tabs-holder {
	padding: 0 0px;
	background: transparent url(images/custom/speedbar_bg.png) repeat-x top;
  height: 40px;
}
.mainpage .line2 {
	width: 780px;
}
.line2 {
	width:985px;
  position: relative;
  background: transparent url(images/custom/speedbar_bg.gif) repeat-x top;
  height: 40px;
	margin: 0 auto;
}
#header div.search {
	width: 290px;
	color: #363636;
	position: absolute;
	top: 0px;
  left: 15px;
	clear: both;
	margin-top: 6px;
	margin-left: 4px;
	white-space: nowrap;
}
#header a.search:link,
  #header a.search:visited,
  #header a.search:active
{
	float: left;
	margin-top: 4px;
	font-family: verdana;
	font-size: 10px;
	color: #9aa2a4;
  text-decoration: underline;
}
#header a.search:hover {
	text-decoration: none;
}
#header input#search-field {
	color: #363636;
  margin-right: 3px;
	width: 128px;
	font-family: verdana;
	font-size: 10px;
	padding: 2px;
	float: left;
}
input.search-img {
	vertical-align: top;
	width: 18px;
	height: 18px;
	margin: 2px 10px 0px 5px;
	float: left;
}
/* header tabs */
div.tabs {
	position: absolute;
  top: 0px;
  left: 290px;
}
table.tabs {
  margin: 0px;
  padding: 0px;
	height: 36px;
  text-align: left;
}
.tabs td {
	margin: 0px;
  padding: 0px;
  background: transparent url(images/custom/tab_s.gif) no-repeat left top;
}
.tabs a,
.tabs a.tab-link,
.tabs a.tab-link:link,
  .tabs a.tab-link:visited,
  .tabs a.tab-link:active
{
  display: block;
	padding: 0px 13px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #e4dcdc;
  text-decoration: none;
	font-family: verdana; 
  font-weight: normal;
  font-size: 11px;
	height: 40px;
	line-height: 37px;
  outline-style: none;
}
.tabs td:hover a.tab-link,
.tabs td:hover a.tab-link:hover,
.tabs td.td-hover a.tab-link,
.tabs td.td-hover a.tab-link:hover {
  color: #000000 !important;
	padding: 0px 5px 0px 13px;
	border-bottom: none;
	background: transparent url(images/custom/tab_a_left.png) no-repeat left top;
}
.tabs td:hover,
.tabs td.td-hover {
	padding-right: 8px;
	background: transparent url(images/custom/tab_a_right.png) no-repeat right top;
	margin-top: -1px;
	cursor: pointer;
}
.tabs td:hover + td,
.tabs td.next-tab {
	background: transparent none;
	margin-left: -1px;
}


/* welcome2bottom */
.top-bottom-box-line {
	position: absolute;
	top: -14px;
	left: 0px;
	width: 100%;
	height: 14px;
	background: transparent url(images/custom/welcome-txt-top-bg.png) repeat-x bottom left;
}
.bb2 {
	background: #2d3e4c url(images/custom/welcome-txt-bot-bg.gif) repeat-x left top;
}
.bottom-box {
	width: 740px;
	padding: 40px 20px 80px 20px;;
	margin: 0px auto;
}
table.welcome-box {
	width: 100%;
}
table.welcome-box td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
table.welcome-box .text-box {
	text-align: left;
	color: #c5c8cd;
	line-height: 18px;
	padding-right: 20px;
}
table.welcome-box .text-box p {
	color: #c5c8cd;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
table.welcome-box .text-box h1 {
	color: #cccccc;
	font-size: 14px;
	font-family: Verdana;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
table.welcome-box .login-box {
	width: 150px;
}
.MainArea {
	width: 100%;
	border-top: none;
	border-bottom: none;
}
.footer {
	height: 125px;
	text-align: center;
	background: #2d3e4d url(images/custom/footer_bg.gif) no-repeat top center;
}
.footer-links {
	padding-top: 25px;
	color:#82bada;
	text-align: center;
}
.footer-links a:link,
.footer-links a:active,
.footer-links a:visited,
.footer-links a:hover {
	color:#82bada;
	font-size:10px;
	text-decoration:none;
}
.footer-links a:hover {
	text-decoration: underline;
}
.footer .copyright {
	padding-top: 13px;
	color: #dddddd;
	font-size:10px;	
}
.login-box input.rightmenu {
	width: 140px;
	font-size: 11px;
}
.login-box .VertMenuItems {
	line-height: 16px;
	color: #abaeb3 !important;
	font-size: 10px !important;
}
.password-label {
	display: block;
	padding-top: 4px;
}
.reg-section {
	position: relative;
	width: 97px;
	height: 33px;
	background: transparent url(images/custom/reg_section_bg.gif) repeat-x top center;
	padding-left: 45px;
	padding-top: 17px;
	margin-top: 4px;
}
.reg-section span {
	color: #c5c5c5;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
}
.reg-section a,
.reg-section a:link,
.reg-section a:active,
.reg-section a:visited {
	color: #82bada;
	text-decoration: underline;
	text-transform: capitalize;
}
.reg-section a:hover {
	text-decoration: none;
}
.reg-section img {
	position: absolute;
	left: 11px;
	top: 12px;
	width: 30px;
	height: 45px;
}
.welcome-center-text {
	background:#F7F6F7 url(images/custom/welcome_bg.gif) repeat-x scroll center top;
	padding:0px 1px 45px;
}
.welcome-center-cats {
	padding: 20px 35px;
	border-left: solid 1px #7a91a4;
	border-right: solid 1px #7a91a4;
	background-color: #191919;
}
.welcome-center-cats table {
	width: 100%;
}
.welcome-center-cats table td {
	vertical-align: middle;
	text-align: center;
}
.welcome-center-cats table.cat-icon {
	border: solid 1px #969292;
	padding: 1px;
	background: #fff;
	vertical-align: middle;
	height: 86px;
	width: 66px;
}
.welcome-center-cats table.cat-icon img{
	width: 66px;
}
.welcome-center-cats a.cat-name,
.welcome-center-cats a.cat-name:link,
.welcome-center-cats a.cat-name:active,
.welcome-center-cats a.cat-name:visited,
.welcome-center-cats a.cat-name:hover {
	display: block;
	padding-top: 15px;
	color: #fefefe;
	font-family: tahoma;
	font-size: 12px;
	text-decoration: underline;
}
.welcome-center-cats a.cat-name:hover {
		text-decoration: none;
}
.location {
	padding: 15px 20px 15px 15px;
	width: 960px;
	margin: 0px auto;
}
.news_padds {
	border-left: solid 1px #162835;
	border-right: solid 1px #162835;
	background: #233340 url(images/custom/menu_bg.png) repeat-x top left;
}
.news-note {
	color: #5e5b4f;
	font-size: 10px;
}
.menu-hr {
	height: 1px;
	background: transparent none;
	border: 0 none;
	border-bottom: solid 1px #f1f1f1;
	margin: 10px 0px;
}
.news-date {
	color: #fff;
	font-size: 10px;
	display: block;
}
/*
  minicart
*/
.valign-middle {
	vertical-align: middle;
}
.clearing {
  height: 0px;
  font-size: 0px;
  clear: both;
}

#menu-minicart div.minicart1 {
	border: solid 1px #040b0e;
	background: #172932 url(images/custom/cart_bg.gif) left top repeat-x;
	padding: 1px;
	color: #c5c8cd;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

#menu-minicart .minicart1 .title {
	margin-top: 6px;
	display: block;
	font-family: tahoma;
	font-size: 11px;
	color:#82bada;
	font-weight: bold;
}

#menu-minicart .minicart-links {
	background: #172932;
	padding: 10px 10px 20px;
	border:1px solid #0a1b25;
	border-top: none;
	border-bottom: none;
}
#menu-minicart .minicart-links ul {
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
}
#menu-minicart .cart-btm-shdw {
	padding-bottom: 1px;
	border-bottom: 1px #fff;
}

#menu-minicart div.cart-img {
  float: left;
	width: 32px;
  height: 26px;
	padding: 6px 8px 7px;
}
#menu-minicart div.cart-state {
	float: left;
	color: #c5c8cd
}
#menu-minicart div.minicart1 img {
  width: 32px;
  height: 26px;
}
#menu-minicart div.minicart1 .full img {
  background: transparent url(images/custom/cart.png) no-repeat left top;
}
#menu-minicart div.minicart1 .full div.cart-img {
	padding-top: 13px;
}
#menu-minicart div.minicart1 .full div.cart-state {
	padding-bottom: 6px;
}
#menu-minicart div.minicart1 .empty img {
  background: transparent url(images/custom/cart.png) no-repeat left top;
}
#menu-minicart div.minicart1 .empty b {
  line-height: 18px;
}
#menu-minicart hr.minicart1 {
  clear: both;
  margin: 5px 0px 5px 0px;
}
/* bread crumbs */
#location {
  height: 15px;
/*  line-height: 37px;*/ 
/*	margin-left: 15px;*/
	font-size: 9px;
	color: #607c8b;
}
font.bread-crumb,
a.bread-crumb {
  font-size: 9px;
  color: #607c8b;
}
a.bread-crumb:link {
  color: #607c8b;
  text-decoration: none;
}
a.bread-crumb:visited {
  color: #607c8b;
  text-decoration: none;
}
a.bread-crumb:hover {
  color: #607c8b;
  text-decoration: underline;
}
a.bread-crumb:active {
  color: #607c8b;
  text-decoration: none;
}
font.last-bread-crumb {
  text-decoration: none;
	color: #9aa2a4;
}
#location span {
  padding: 0px 5px 0px 5px;
}
.help a {
	display: block;
}
.auth-menu .menu-title {
	border-top: none;
}
h1.category {
	margin: 0;
	border: solid 1px #495a6d;
	border-bottom: solid 1px #182128;
	background: #4a6071 url(images/custom/subcat_header_bg.gif) repeat-x top center;
	height: 33px;
	line-height:33px;
  color: #a0bcca;
  font-size: 14px;
	font-weight: bold;	
	padding-left: 16px;
}
.subcat-list-holder {
	border: solid 1px #495a6d;
	border-top: none;
	
	padding-top: 30px;
	background: #476072 url(images/custom/subcat_holder_bg.gif) left top repeat-x;
}
.subcat-list-holder2 {
	padding-bottom: 20px;
}
.subcat-list-holder div {color: #fff;}
.categories_t table.cat-image-cell {
	vertical-align: top;
	width: 66px;
	height: 86px;
}
.categories_t table.cat-image-cell td {
	vertical-align: middle;
	padding: 1px;
	border: solid 1px #3b4041;
	background: #fff;
}
.categories_t .cat-image-cell td img {
	width: 66px;
}
.categories_t .cat-list-cell {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
a.cat-name,
a.cat-name:link,
a.cat-name:active,
a.cat-name:visited,
a.cat-name:hover {
	display: block;
	padding-top: 15px;
	color: #fefefe;
	font-family: tahoma;
	font-size: 12px;
	text-decoration: underline;
}
a.cat-name:hover {
		text-decoration: none;
}
.menu-giftcert .title-bar,
.menu-giftcert .content {
	background: #21303d;
}
.menu-giftcert .content img {
	width: 34px;
	height: 57px;
}
.menu-giftcert {
	height: 126px;
}
.menu-giftcert a,
.menu-giftcert a:link,
.menu-giftcert a:active,
.menu-giftcert a:visited,
.menu-giftcert a:hover {
	text-decoration: none;
}

.menu-giftcert a#gc_link {
	display: block;
	float: left;
	margin: 5px 10px 0px 0px; 
}
a.simple-button:link,
a.simple-button:active,
a.simple-button:visited,
a.simple-button:hover {
	font-size: 11px;
  white-space: nowrap;
  color: #b4c7cc;
	font-weight: normal;
  margin: 0px;
  padding: 0px;
  line-height: 21px;
  vertical-align: bottom;
  text-decoration: underline;
  outline-style: none;
	background: url(images/custom/but_arrow.gif) no-repeat left 3px;
	padding-left: 10px;
}
a.simple-button:hover {
	text-decoration: none;
}
.product-modules .dialog-title,
.FLCDialogs .dialog-title {
	border-bottom: none;
}

table.login-form td {
	text-align: left;
}
/*
  Payment wait page
*/
.payment-wait {
	color: #fff;
}
.payment-wait .payment-wait-title {
	padding-top: 50px;
	background: url(images/custom/speedbar_bg.png) repeat-x top left;
}
.payment-wait h1 {
  display: block;
	padding: 0 20px;
  color: #a0bcca;
}
.end_menu {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: solid 1px #162835;
	background-color: #384c59;
	border-bottom: solid 1px #1f303d;
}

.table-invoice tr td,
.table-invoice tr th {
	color: #000;
}

/* POPup styles*/

body.popup {
	background: #2d3e4d none;
}

.invoice-proces tr td {
	white-space: nowrap;
}
.banner {
	margin: 0px;
	padding: 0px;

}
