﻿/****** Main Table ******/
.basicTable 	{margin: 0 auto; width: 1169px;}

.mainTable {width: 100%;}
.mainTable75 {width: 75%;}
.mainTable50 {width: 500px;}

.mainTableCell	 		{padding: 10px; vertical-align: top;}
.mainTableCellLeft 		{padding: 10px; vertical-align: top;}
.mainTableCellCenter 	{padding: 10px; vertical-align: top;}
.mainTableCellRight 	{padding: 10px; vertical-align: top;}

.homeGreeting 		{padding: 10px; vertical-align: top;}
.homeGreetingTable	{width: 100%; border: 1px solid #CCC;}
.homeGreetingCenter 		{padding: 5px;}

.introBlock {border: 1px solid #CCC;}
.introBlock td {padding: 6px;}

/****** Main Table ******/

/****************************************************************************************/

/****** Menu ******/

.headerMenu {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	background: url('../images/classic/blue/bg-top.gif');
	vertical-align: top
	}
.headerMenu td#logo img {				/* Logo on the site */
	border: 0px;
	margin: 13px;
	}
	
.headerMenu td#logoL {display: none;}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	background: url('../images/classic/bg.gif') repeat-x;
	}
.headerMenu td#menu img.Img {width: 0px; height: 0px;}
.headerMenu td#menu table {width: auto;}
.headerMenu td#menu td {text-align: center;}

/* Active & Noneactive links in menu */
/* change color to "white", font to bold, borders from 2E2E2E to 090893, then to 0026FF */

a.menu:link, a.menu:visited {
	font: bold 13px arial,sans-serif;
	color:white; 
	text-decoration:none; 
	border-right:1px solid #FFFFFF; 
	border-top:1px solid #0026FF; 
	border-bottom:1px solid #0026FF; 
	background:#A7A7A7 url('../images/classic/bg-menu.gif'); 
	display:block; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:arial, sans-serif; padding-left:20px; padding-right:20px; padding-top:3px; padding-bottom:4px
}

a.menu:hover, a.menu:active {					/* changed color: from white to blue */
	color:blue; 
	text-decoration:none; 
	border-right:1px solid #2E2E2E; 
	border-top:1px solid #2E2E2E; 
	border-bottom:1px solid #2E2E2E; 
	background:#A7A7A7 url('../images/classic/bg-menu_active.gif'); 
	display:block; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:arial, sans-serif; padding-left:20px; padding-right:20px; padding-top:3px; padding-bottom:4px
}

a.menuActive:link, a.menuActive:visited {		/* changed color: from white to black */
	color:black; 
	text-decoration:none; 
	border-right:1px solid #2E2E2E; 
	border-top:1px solid #2E2E2E; 
	border-bottom:1px solid #2E2E2E; 
	background:#A7A7A7 url('../images/classic/bg-menu_active.gif'); 
	display:block; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:arial, sans-serif; padding-left:20px; padding-right:20px; padding-top:3px; padding-bottom:4px
}
a.menuActive:hover, a.menuActive:active {		/* changed color: from white to blue */
	color:blue; 
	text-decoration:none; 
	border-right:1px solid #2E2E2E; 
	border-top:1px solid #2E2E2E; 
	border-bottom:1px solid #2E2E2E; 
	background:#A7A7A7 url('../images/classic/bg-menu_active.gif'); 
	display:block; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:arial, sans-serif; padding-left:20px; padding-right:20px; padding-top:3px; padding-bottom:4px
}

/****** Sub Menu ******/

.subMenuBlock {
	background: #A7A7A7;
	display:none;
	position:absolute;
	border-top: 1px solid black;
	border-left: 1px solid black;
	text-align: left;
	z-index: 2500;
}
/***** change from A7A7A7 to F3F3F3 *****/
a.subMenu {
	width: 150px;
	padding: 7px 20px 7px 10px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font: bold 12px Trebuchet MS, tahoma, verdana;
	color:black;
	display:block;
	text-decoration:none;
	background: #F3F3F3 ; 
}
/***** change from DDDDDD to FFFFBB *****/
a.subMenu:hover, a.subMenu:active {
	background:#FFFFBB;
	color:black;
	display:block;
	text-decoration:none;
}

/****** Secondary Menu ******/

table.secondaryMenu 		{width: 100%; border-bottom: 1px solid #000;}
td#menu td.secondaryBegin img.Img	{width: 1px; height: 25px;}
a.secondaryMenu 			{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #000;}
a.secondaryMenu:hover 		{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #000;}
a.secondaryMenuActive 		{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #000; text-decoration: none;}
a.secondaryMenuActive:hover	{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #000; text-decoration: underline;}
td#menu td.secondaryEnd  	{width: 100%;}
td#menu td.secondaryEnd  img.Img	{width: 1px; height: 25px;}

/****** Menu ******/

.filterPopup {
	display: none;
	position: absolute;
	border: 1px solid black; 
	background-color: #f3f3f3;
	z-index: 2000;
}
.filterPopup a {line-height: 160%;}
.filterPopup a:hover, .filterPopup a:active {}

/*****************************************************************************/

/************* Breadcrumb *******************/
/***** changed from CCC to 0000cc *****/
.breadcrumb {border: none; margin: 10px 0px 22px 0px;}

.breadcrumbBegin {
	width: 20px;
	border: 0px solid #CCC;
	background: #f3f3f3;
	}
.breadcrumbBegin img {width: 1px; height: 1px;}
/***** change f3f3f3 to ffffff *****/
.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	padding: 0px 0px 0px 0px;
	border: 0px;
	font-size: 8pt;
	padding: 6px 25px 6px 6px;
	background: #ffffff;
	}
.breadcrumbDelimiter td {padding: 5px 0px 5px 16px;}
.breadcrumbDelimiter a {color: #000000; text-decoration: underline; font-size: 8pt;}
.breadcrumbDelimiter a:hover {color: #0000cc; text-decoration: underline; font-size: 8pt;}
.breadcrumbDelimiter a.treeItemLast {color: #000000; font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumbDelimiter a.treeItemLast:hover {color: #000000; font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumbDelimiter span {
	display: auto;
	font-size: 8pt;
	}
.breadcrumbDelimiter img {display: none;}
/***** change f3f3f3 to ffffff *****/
.breadcrumbRSS {
	padding: 0px;
	border: 0px;
	padding: 0px 6px;
	background: #ffffff;
	}
.breadcrumbRSSTD {padding: 5px 0px 0px 10px;}
.breadcrumbEnd {
	width: 20px;
	border: 0px solid #CCC;
	background: #f3f3f3;
	}
.breadcrumbEnd img {width: 1px; height: 1px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 10pt; color: #999999; margin-right: 10px; font-weight: bold;}
.breadcrumbDelimiter span.active {font-size: 10pt; color: #000000; margin-right: 10px; font-weight: bold;}
/************* end Order Pages ***************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top (change bkgrds from f3f3f3 to ffffff)******/

.titleTop {margin-top: 0px;}

.titleTopLeft {
	width: 6px;
	background: url(../images/rainbow/block-t-l.gif) no-repeat top;
	}
.titleTopImgLeft {width: 6px; height: 48px;}

.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding: 0px 4px 0px 4px;
	border-top: 1px solid #CCCCCC;
	}
.titleTopCenter div {
	bottom: 0px;
	margin: 0px;
	color: #565FFF;
	font: 14pt sans-serif,arial,tahoma,verdana;
	/*text-transform: lowercase;*/
	}
.titleTopCenter h1 {
	display: block;
	color: #000000;
	z-index: 2000;
	position: relative;
	bottom: 10px;
	margin: 0px;
	background: url('../images/classic/blue/bg-legend.gif');
	border: 1px solid #626ABC; font-style:normal; font-variant:normal; font-weight:bold; font-size:10pt; font-family:tahoma, sans-serif, arial, verdana; padding-left:25px; padding-right:10px; padding-top:2px; padding-bottom:2px
	}

.titleTopRight {
	width: 6px;
	background: url(../images/rainbow/block-t-r.gif) no-repeat top;
	}
.titleTopImgRight {width: 6px; height: 48px;}

/****** Top ******/

/****** Center changed from f3f3f3 to ffffff******/

.block {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}

/****** Center ******/

/****** Bottom ******/

.titleBot {margin-bottom: 15px;}

.titleBotLeft {
	width: 6px;
	background: url(../images/rainbow/block-b-l.gif) no-repeat top left;
	}
.titleBotImgLeft {width: 6px; height: 6px;}

.titleBotRight {
	width: 100%;
	background: url(../images/rainbow/block-b-r.gif) no-repeat top right;
	}
.titleBotImgRight {width: 1px; height: 6px;}

/****** Bottom ******/

/************* end Fieldset ***************/

/*****************************************************************************/
/************* userHome change from CCCCCC to FFFFFF *******************/
td.userHome {padding: 7px;}
td.userHomeTitle {
	font-size: 10pt;
	border-top: 1px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-left: 0px solid #CCC;
	background: #FFFFFF;
}
td.userHomeTitle b {color: #0000CC;}

div.userHomeBottom {						
	display: auto;
	background: none;
	padding: 5px 20px 5px 20px;
	background: #FFFFFF;
	}
div.userHomeBottom a {font: bold 11px Tahoma; color: #000000; text-decoration:underline;}
div.userHomeBottom a:hover {color: #000000; text-decoration:none;}

td.userHome img.orders 		{background: url('../images/icons/admin_orders.png') no-repeat; width: 50px; height: 50px; border:0px none; float: left}
* html td.userHome img.orders {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_orders.png,sizingMethod=crop)}
td.userHome img.profile 	{background: url('../images/icons/admin_profile.png') no-repeat; width: 50px; height: 50px; border:0px none; float: left}
* html td.userHome img.profile {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_profile.png,sizingMethod=crop)}
td.userHome img.arr		 	{background: url('../images/icons/arr.gif') no-repeat; width: 15px; height: 16px; border:0px none; margin-left:55px; margin-right:5px; margin-top:0px; margin-bottom:0px}
td.userHome img.support 	{background: url('../images/icons/admin_support.png') no-repeat; width: 50px; height: 50px; border:0px none; float: left}
* html td.userHome img.support {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_support.png,sizingMethod=crop)}
td.userHome img.forum 		{background: url('../images/icons/admin_forum.png') no-repeat; width: 50px; height: 50px; border:0px none; float: left}
* html td.userHome img.forum {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_forum.png,sizingMethod=crop)}
td.userHome img.products 	{background: url('../images/icons/admin_products.png') no-repeat; width: 50px; height: 50px; border:0px none; float: left}
* html td.userHome img.products {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_products.png,sizingMethod=crop)}
td.userHome img.pages 		{background: url('../images/icons/admin_pages.png') no-repeat; width: 50px; height: 50px; border:0px none; float: left}
* html td.userHome img.pages {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_pages.png,sizingMethod=crop)}
td.userHome img.salesorders	{background: url('../images/icons/admin_salesorders.png') no-repeat; width: 50px; height: 50px; border:0px none; float: left}
* html td.userHome img.salesorders {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_salesorders.png,sizingMethod=crop)}
td.userHome img.merchant 	{background: url('../images/icons/admin_merchant.png') no-repeat; width: 50px; height: 50px; border:0px none; float: left}
* html td.userHome img.merchant {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_merchant.png,sizingMethod=crop)}
td.userHome img.affiliates 	{background: url('../images/icons/admin_affiliates.png') no-repeat; width: 50px; height: 50px; border:0px none; float: left}
* html td.userHome img.affiliates {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_affiliates.png,sizingMethod=crop)}
td.userHome img.payments 	{background: url('../images/icons/admin_payments.png') no-repeat; width: 50px; height: 50px; border:0px none; float: left}
* html td.userHome img.payments {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_payments.png,sizingMethod=crop)}
td.userHome img.carts	 	{background: url('../images/icons/admin_carts.png') no-repeat; width: 50px; height: 50px; border:0px none; float: left}
* html td.userHome img.carts {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_carts.png,sizingMethod=crop)}
td.userHome img.wishlist 	{background: url('../images/icons/admin_wishlist.png') no-repeat; width: 50px; height: 50px; border:0px none; float: left}
* html td.userHome img.wishlist {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_wishlist.png,sizingMethod=crop)}
td.userHome img.reminders 	{background: url('../images/icons/admin_reminders.png') no-repeat; width: 50px; height: 50px; border:0px none; float: left}
* html td.userHome img.reminders {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_reminders.png,sizingMethod=crop)}

td.userHome div {margin: 0px 0px 0px 50px;}
/************* userHome *******************/

/*****************************************************************************/

/************* Button Links *******************/
td.butTd {}
td.butTd span.spacer {}	/* '|' between button */
/***** hover was 95A2ED *****/
a.button:link, a.button:visited {color: white; font: bold 11px/18px tahoma; border: 1px solid #808080; background: url('../images/classic/bg-button.gif') repeat-x; text-decoration: none; padding: 0px 3px; white-space: nowrap;}
a.button:hover, a.button:active {color: black; font: bold 11px/18px tahoma; border: 1px solid #808080; background: #66CC00; text-decoration: none; padding: 0px 3px; white-space: nowrap;}

a.button span 	{}
a.button img 	{display: none;}

a.buttonBasket:link, a.buttonBasket:visited {white-space: nowrap;}
a.buttonBasket:hover, a.buttonBasket:active {white-space: nowrap;}

a.buttonBasket span 	{}
a.buttonBasket img 	{display: none;}

a.buttonCart:link, a.buttonCart:visited {white-space: nowrap;}
a.buttonCart:hover, a.buttonCart:active {white-space: nowrap;}

a.buttonCart span 	{}
a.buttonCart img 	{display: none;}

a.buttonMore:link, a.buttonMore:visited {color: white; font: bold 11px/18px tahoma; border: 1px solid #808080; background: url('../images/classic/bg-button-more.gif') repeat-x; text-decoration: none; padding: 0px 3px; white-space: nowrap;}
a.buttonMore:hover, a.buttonMore:active {color: green; font: bold 11px/18px tahoma; border: 1px solid #808080; background: #FFFFFF; text-decoration: none; padding: 0px 3px; white-space: nowrap;}

a.buttonMore span 	{}		/* read more... (special offers, etc.) */
a.buttonMore img 	{display: none;}

.disabled {							/* disabled add to cart */
	color: white; cursor: pointer; 
	font: bold 11px/18px tahoma; 
	text-decoration:none; 
	border: 1px solid #808080; 
	background: url('../images/classic/bg-menu_active_RED.gif') repeat-x; 
	padding: 0px 3px;
	white-space: nowrap;
}
a.disabled:hover {color: #B41227; cursor: pointer; text-decoration:none;}
/************* Button Links *******************/

/************* Category *******************/
/***** changed E1E1E1 to FFCC15 *****/
.topCategory {background: transparent; margin: 0px; padding: 3px 0px;}
.selectedtopCategory {background: #FFCC15; margin: 0px; padding: 3px 0px;	border-top: 1px solid #CACACA;	border-bottom: 1px solid #CACACA;}
/***** changed E1E1E1 to FFFF15 *****/        
.subCategory {background: transparent; margin: 0px; padding: 0px;}
.selectedsubCategory {background: #FFFF15; margin: 0px; padding: 0px;	border-top: 1px solid #CACACA;	border-bottom: 1px solid #CACACA;}

.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {margin: 0px 0px 0px 5px;}
/************* Category *******************/

/************* Latest *******************/
td.topArticle {padding: 3px 3px 3px 0px;}
td.subArticle {padding: 3px 3px 3px 0px;}

a.subArticle {padding-left: 8px; font-size: 11px; background: url('../images/bullet.gif') no-repeat left 3px;}
/************* Latest *******************/

/************* Offers *******************/
.offerTitle		{display: none;}
.offerTd		{text-align: left;}
.offerTd img	{float: left; margin: 0px 5px 0px 0px;} 
.offerTd div	{text-align: justify;}
.offerTd div.offerText	{}

/************* Forum *******************/
.forumAdmin { color: blue; font-weight: bold; }
.forumUser { color: black; font-weight: bold; }
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft { background: #f3f3f3; border-left:1px solid #999999; 	border-top:1px solid #999999; border-bottom:1px solid #999999; }
.forumMessageRight { background: #f3f3f3; border: 1px solid #999999; }
.forumMessageTop { background: #dedede; border-bottom: 1px solid #999999; }

/************* Categories (catalogue) *******************/
.block-categories-catalog .blockTD	 		{padding-left: 10px;}
.block-categories-catalog .blockTD img 		{}
.block-categories-catalog a.bigtitle		{}
.block-categories-catalog a.bigtitle:hover 	{}
.block-categories-catalog td.category_cat_img	{display: none;}

/*****************************************************************************/

/************* Footer *******************/
.footerMenu	{text-align: center; font-size: 8pt; margin-top: 10px;}
.footerMenu	span {padding: 0px 0px 0px 5px;}
.footerHTML	{text-align: center; margin: 10px 0px 10px 0px;}
.footerHTML font	{font-size: 12px;}
.footerImg	{text-align:right; padding: 0px 5px;}
.footerImg img		{width: 80px; height: 26px; border:0px;}
/************* Footer *******************/

body		{background: #0026FF url('../images/3star/bg.jpg') repeat-x 0 0; font: 11px tahoma,verdana,sans-serif; color: black; margin: 0; padding: 0;}
body.popup	{}

.bgg {background: url('../images/3star/bgg.png') repeat-y 50% 0;}

tr, td		{font: 11px tahoma,verdana,sans-serif; color: black; }

h1, h2		{padding: 0px; margin: 0px;}
/**** change usualbg from F3F3F3 to FFFFFF, middlebg to FFCC15 ****/
.middlebg 			{background: #FFCC15;}
.middlebg td 		{font-weight: bold;}
.usualbg  			{background: #FFFFFF;}
.errorbg  			{background: #FFE0E0; border: 1px solid #CC0000; color: #CC0000; padding: 6px;}
.popup .errorbg	{padding: 4px;}
.messagebg  		{color: #0000CC; font-weight: bold; padding: 6px;}

.padding10px				{padding: 10px;}
.padding6px td				{padding: 6px;}
.block-product-details
.padding6px td				{padding: 6px 10px;}
.padding6px td td			{padding: 0px;}
.padding6px
.padding4px td				{padding: 4px;}
.padding4px td				{padding: 4px;}
.padding4px td td			{padding: 0px;}
.paddingReviews td		{padding: 0px 11px;}
.paddingReviews td td	{padding: 0px;}
.paddingRev5px td			{padding: 5px 11px;}
.paddingRev3px td			{padding: 3px 3px 3px 11px;}

input					{font: 11px Tahoma,Verdana,Arial,sans-serif;}
input.search		{width:150px; border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:black}
input.field			{border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:black}
input.text			{border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:black}
input.submit		{/*padding-left:5px; padding-right:5px; height:19px*/}
select				{color:black; font: 11px Tahoma,Verdana,Arial,sans-serif;}
select.search		{color:black;}
textarea				{border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:black; font: 11px Tahoma,Verdana,Arial,sans-serif;}

form {margin: 0px; padding: 0px;}


a.header				{color: #000; text-decoration: underline;}
a.header:hover 	{color: #00f; text-decoration: underline;}

/*** These replaced .title in category navigation ***/
a.topCategory			{font-size: 10pt; font-weight: bold;  color: #0000CC; text-decoration: underline;}
a.topCategory:hover		{font-size: 10pt; font-weight: bold;  color: #6666ff; text-decoration: underline;}
a.topCategory:active	{font-size: 10pt; font-weight: bold;  color: #0000CC; text-decoration: underline;}

a.selectedtopCategory		{font-size: 10pt; font-weight: bold;  color: #0000CC; text-decoration: none;}
a.selectedtopCategory:hover	{font-size: 10pt; font-weight: bold;  color: #6666ff; text-decoration: none;}

a.subCategory:link		{font-size: 8pt; font-weight: normal;  color: #000000; text-decoration: none;}
a.subCategory:visited	{font-size: 8pt; font-weight: normal;  color: #000000; text-decoration: none;}
a.subCategory:hover		{font-size: 8pt; font-weight: normal;  color: #6666ff; text-decoration: underline;}
a.subCategory:active	{font-size: 8pt; font-weight: normal;  color: #000000; text-decoration: none;}

a.selectedsubCategory		{font-size: 8pt; font-weight: normal;  color: #0000CC; text-decoration: none;}
a.selectedsubCategory:hover	{font-size: 8pt; font-weight: normal;  color: #6666ff; text-decoration: none;}

a.title 				{font-size: 10pt; font-weight: bold;  color: #0000CC; text-decoration: underline;}
a.title:hover 		{font-size: 10pt; font-weight: bold;  color: #6666ff; text-decoration: underline;}

a.smallText 		{color: #000000; text-decoration: none; font-size: 8pt;}
a.smallText:hover {color: blue; text-decoration: underline; font-size: 8pt;}

a.smallbuttonMore:link, a.smallbuttonMore:visited {color: white; font: bold 11px/18px tahoma; border: 1px solid #808080; background: url('../images/classic/bg-button-more.gif') repeat-x; text-decoration: none; padding: 0px 3px; white-space: nowrap;}
a.smallbuttonMore:hover, a.smallbuttonMore:active {color: green; font: bold 11px/18px tahoma; border: 1px solid #808080; background: #FFFFFF; text-decoration: none; padding: 0px 3px; white-space: nowrap;}

a.smallbuttonMore span 	{}		/* read more... (special offers, etc.) */
a.smallbuttonMore img 	{display: none;}

a 						{color: black; text-decoration: underline;}
a:hover 				{color: blue; text-decoration: underline;}

.titleText			{color: #000; text-decoration: underline;}
.articleDate	{font-size: 8pt; color: #7777CC; margin-bottom: 5px;}
.top			{font-size: 8pt; padding: 2 0 2 0;}
.smallText		{font-size: 8pt;}
.middleText		{font-size: 9pt;}
.bigText		{font-size: 10pt;}
.comment		{font-size: 8pt; color: #7777CC;}
.message		{font-size: 9pt; color: #0000CC;}
.title			{font-family:Arial,Tahoma,Verdana,sans-serif; font-size:9pt; text-decoration:none; color: #000000; font-weight:bolder;}
.bigtitle		{font-family:Arial,Tahoma,Verdana,sans-serif; font-size:11pt; text-decoration:underline; color: #000000; font-weight:bolder;}
.error			{color: #cc0000; font-size:9pt}
.terms      {height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }
.link       {color: green; }

span.nobr       {white-space: nowrap !important;}

/***** Delimiter for list and rollover for details *****/
/***/.vDelimiter {border-right: 1px solid #CCCCCC;}
/***/.hDelimiter {background: #CCCCCC; border: 0px;}
/***/
/***/.rolloverImagesTop {margin: 10px 0px 0px 0px;}
/***/.rolloverImages {float: left; padding: 5px; text-align: center; width: 30%;}
/***/.manufacturerImage {padding: 10px 0px 0px 0px;}
/***** Delimiter for list and rollover for details *****/

/***** Visualisation tabs on product details *****/
td.tab				{border: 1px solid #dedede; border-bottom: none; background: #dedede; padding: 0px;}
td.tabActive		{border: 1px solid #CCCCCC; border-bottom: none; background: #CCCCCC; padding: 0px;}
a.tab					{background: #dedede; color: #666666; display: block; font: bold 14px Arial; padding: 5px 8px; text-decoration: none;}
a.tab:hover			{background: #CCCCCC; color: #000000; display: block; font: bold 14px Arial; padding: 5px 8px; text-decoration: none;}
a.tabActive			{background: #CCCCCC; color: #000000; display: block; font: bold 14px Arial; padding: 5px 8px; text-decoration: none; cursor: text;}
a.tabActive:hover	{background: #CCCCCC; color: #000000; display: block; font: bold 14px Arial; padding: 5px 8px; text-decoration: none; cursor: text;}
.tabline 			{background: #CCCCCC;}
/***** Visualisation tabs on product details *****/
/***** Visualisation tabs on UserHome pages *****/
.blockTDtabs table	{width: 100%; margin-bottom: 10px;}
div.adminTab 			{font: 11px Verdana, sans-serif; border: 1px solid #919B9C; border-bottom: none; padding: 3px 8px 2px 8px; margin: 0px 2px; cursor: pointer; background: #E9E9E9; white-space: nowrap;}
div.adminTabActive 	{font: bold 11px Verdana, sans-serif; border: 1px solid #919B9C; border-top: 2px solid #919B9C; border-bottom: none; padding: 5px 9px 5px 9px;; margin: 3px 0px 0px 0px; white-space: nowrap;}
td.adminTab				{border-bottom: 1px solid #919B9C; vertical-align: bottom;}
td.adminTabActive		{border: none;}
td.beginTab				{padding: 0px 4px; border-bottom: 1px solid #919B9C;}
td.endTab				{padding: 0px 4px; width: 90%; border-bottom: 1px solid #919B9C;}
a.blackSm, a.blackSm:hover 	{text-decoration: none;}
/***** Visualisation tubs on UserHome pages *****/
/***** Prices on the site *****/
.priceBlock {color: #000; font-weight: bold;}
.priceBlock .price {font-weight: bold;}
.priceBlock .priceTax {font-weight: normal;}

.priceBlockOld {color: #000; text-decoration: line-through;}
.priceBlockOld .price {font-weight: normal;}
.priceBlockOld .priceTax {font-weight: normal;}

.priceBlockHidden {color: #000; font-weight: bold; display: none;}
.priceBlockHidden .price {font-weight: bold;}
.priceBlockHidden .priceTax {font-weight: normal;}

.priceBlockEdit {color: #000; font-weight: bold;}
.priceBlockEdit input.price {text-align: right; font-weight: bold; width: 50px; font-size: 12px; color: black; border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid;}

.salesBlock {color: #000; font-weight: bold; border: none; background: transparent;}
.salesPrice {font-weight: bold;}
.salesTax {font-weight: normal;}

.priceSaveBlock {color: green; font-weight: bold;}
.priceSaveBlock .price {font-weight: bold;}
.priceSaveBlock .percent {font-weight: normal;}

.pointsPriceBlock {}
.pointsPriceBlock .points {}

.rewardPointsBlock {}
.rewardPointsBlock .points {}
/***** Prices on the site *****/
/***** Visualisation product list as table *****/
.productsTable th 		{padding: 3px;}
.productsTable td 		{padding: 3px;}
/***** change from DEDEDE to FFFF15 and padding from 6 to 4 px *****/
.productsCategory 		{font-size: 10pt; font-weight: bold; color: #000000; background: #FFFF15; padding: 4px !important; }
.productsDelimiter 		{background: #CCCCCC; padding: 0px !important;}
.productsDelimiterTop 	{background: #CCCCCC; padding: 0px !important;}
.productsDelimiterTop img 	{height: 2px;}
/***** Visualisation product list as table *****/
/***** Rating images *****/
.neutral {display: none; }
.commend		{background: url('../images/icons/commend.png') no-repeat; width: 20px; height: 20px; border:0px none;}
* html .commend {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/commend.png,sizingMethod=crop)}
.discommend	{background: url('../images/icons/discommend.png') no-repeat; width: 20px; height: 20px; border:0px none;}
* html .discommend {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/discommend.png,sizingMethod=crop)}
.not-rated	{background: url('../images/icons/not-rated.png') no-repeat; width: 97px; height: 18px; border:0px none;}
* html .not-rated {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/not-rated.png,sizingMethod=crop)}
.rating-1	{background: url('../images/icons/rating-1.png') no-repeat; width: 97px; height: 18px; border:0px none;}
* html .rating-1 {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-1.png,sizingMethod=crop)}
.rating-2	{background: url('../images/icons/rating-2.png') no-repeat; width: 97px; height: 18px; border:0px none;}
* html .rating-2 {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-2.png,sizingMethod=crop)}
.rating-3	{background: url('../images/icons/rating-3.png') no-repeat; width: 97px; height: 18px; border:0px none;}
* html .rating-3 {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-3.png,sizingMethod=crop)}
.rating-4	{background: url('../images/icons/rating-4.png') no-repeat; width: 97px; height: 18px; border:0px none;}
* html .rating-4 {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-4.png,sizingMethod=crop)}
.rating-5	{background: url('../images/icons/rating-5.png') no-repeat; width: 97px; height: 18px; border:0px none;}
* html .rating-5 {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-5.png,sizingMethod=crop)}
/***** Rating iamges *****/
/***** Wishlist pop-up window *****/
.wishlist-opacity	{display: none; z-index: 3400; filter: alpha(opacity=50); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; background-color: #E1E1E1; moz-opacity: 0.5; opacity: 0.5;}
.wishlist-shadow	{display: none; z-index: 3500; position: absolute; top: 0px; left: 0px; width: 400px; background: #CCCCCC;}
.wishlist-block		{position: relative; bottom: 5px; right: 5px; width: 400px; background: #F4F4F4; border: 1px solid #78C7FF;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font-size: 12px; text-align:justify;}
/***** Wishlist pop-up window *****/

/*** Shipping pop-up window ***/
.shipping-opacity	{display: none; z-index: 3400; filter: alpha(opacity=50); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; background-color: #E1E1E1; moz-opacity: 0.5; opacity: 0.5;}
.shipping-shadow	{display: none; z-index: 3500; position: absolute; top: 0px; left: 0px; width: 600px; height: 400px; background: #CCCCCC;}
.shipping-block		{position: relative; width: 600px; background: #F4F4F4; border: 1px solid #78C7FF;}
.shipping-img-close	img {margin: 5px 5px 5px 0px; }
.shipping-descr		{ padding: 0px 15px 10px 15px; font-size: 14px; width: 570px; height: 400px; font-family: Arial, Helvetica, sans-serif; }
/*** Shipping pop-up window ***/

/***** New Product's icon *****/
.block-product-details .newProduct {display: block; position: relative; padding-right: 34px !important;}
.block-product-details .newProduct img {background: url('../images/icons/new_l.png') no-repeat; width: 30px; height: 22px; border: medium none; position: absolute; bottom: -2px; margin-left:2px; margin-right:0px; margin-top:0px; margin-bottom:0px}
* html .block-product-details .newProduct img {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop)}
.block-products-list .newProduct img {background: url('../images/icons/new_l.png') no-repeat; width: 30px; height: 22px; border: medium none; position: relative; bottom: -6px; margin-left:2px; margin-right:0px; margin-top:0px; margin-bottom:0px}
* html .block-products-list .newProduct img {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop)}
.newProduct img {background: url('../images/icons/new_m.png') no-repeat; width: 20px; height: 16px; border: medium none; position: relative; bottom: -3px; margin-left:2px; margin-right:0px; margin-top:0px; margin-bottom:0px}
* html .newProduct img {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_m.png,sizingMethod=crop)}
/***** New Product's icon *****/
/***** Restricted Item's icon *****/
.block-products-list .restrictedItem img.restrictedItem {background: url('../images/icons/lock.png') no-repeat; width: 22px; height: 23px; border: medium none; position: relative; bottom: -3px; margin-left:2px; margin-right:0px; margin-top:0px; margin-bottom:0px}
* html .block-products-list .restrictedItem img.restrictedItem {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock.png,sizingMethod=crop)}
.restrictedItem img.restrictedItem {background: url('../images/icons/lock-s.png') no-repeat; width: 15px; height: 16px; border: medium none; position: relative; bottom: -3px; margin-left:2px; margin-right:0px; margin-top:0px; margin-bottom:0px}
* html .restrictedItem img.restrictedItem {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock-s.png,sizingMethod=crop)}
.restrictedCategory img.restrictedCategory {background: url('../images/icons/lock-s.png') no-repeat; width: 15px; height: 16px; border: medium none; position: relative; bottom: -3px; margin-left:2px; margin-right:0px; margin-top:0px; margin-bottom:0px}
* html .restrictedCategory img.restrictedCategory {background-image: url('file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/3S-021610/styles/none') !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock-s.png,sizingMethod=crop)}
/***** Restricted Item's icon *****/
/***** Manual list *****/
.level1 {padding: 2px 2px 2px 15px;}
.level1 a {font-weight: bold;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2px 2px 2px 30px;}
.level3 {padding: 2px 2px 2px 40px;}
.level4 {padding: 2px 2px 2px 50px;}
/***** Manual list *****/
/***** Custom menu list *****/
.menuLeft .level1 {padding: 2px 2px 2px 5px;}
.menuLeft .level2 {padding: 2px 2px 2px 15px;}
.menuLeft .level3 {padding: 2px 2px 2px 30px;}
.menuLeft .level4 {padding: 2px 2px 2px 40px;}
.menuLeft .a a {font-weight: bold;}
.menuLeft .a a:hover {font-weight: bold;}
/***** Custom menu list *****/
/***** Matrix price *****/
table.matrix { border: 1px solid gray; margin-bottom: 5px; margin-top: 5px; }
th.matrixTop { padding-left: 5px; padding-right: 5px; border-bottom: 1px solid silver;  }
th.matrixBottom { padding-left: 5px; padding-right: 5px; }
td.matrixTop { border-bottom: 1px solid silver; border-left: 1px solid silver; padding-left: 5px; padding-right: 5px; }
td.matrixBottom { border-left: 1px solid silver; padding-left: 5px; padding-right: 5px; }
/***** Matrix price *****/


/************ Styles for drop-down block *************/
.dropDrown div.smallText	{background: #FFFFFF; padding: 10px; border: 1px solid #cccccc; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}

.dropDrown div.smallText a.smallText	{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none;}
.dropDrown div.smallText a.smallText:hover	{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #0000FF; text-decoration: underline;}

/************ Styles for title *************/
.dropDrown a.bigtitle {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: underline; color: #000000; font-weight: bold;}
.dropDrown a.bigtitle:hover {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: underline; color: #0000FF; font-weight: bold;}

/************ Styles for categories block *************/
.dropDrown	{background: #ffffff;}

/************ Styles for categories description *************/
.dropDrown div.comment	{background: #ffffff; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}

/******----------*******/
/******Holleyland*******/
/****** Paint Shop 1.0 ViArt 3.6 - 9.23.09 ******/
*{
	margin:0px;
	padding:0px;
	}
body{
	margin:0px;
	padding:0px;
	}
/*** replaced
body{
	margin:0px;
	padding:0px;
	background:#e0edd2;
	}
***/
a{
	text-decoration:none;
	outline-style:none;
	}
a img{
	border:0px none;
	}
#page{
	width:auto;
	margin:0px auto;
	}
/*** change
#page{
	width:970px;
	margin:0px auto;
	}
***/
.inner{
	width:auto;
	margin:0px 12px 0px 11px;
	float:left;
	}
/*** changed
.inner{
	width:947px;
	margin:0px 12px 0px 11px;
	float:left;
	}
***/
*html .inner{
	margin:0px 6px 0px 6px;
	}
#page-main {
	float:left;
	width:auto;
	background:#ffffff;
}
/*** change
#page-main {
	float:left;
	width:970px;
	background:#ffffff;
}
***/
#top-head{
	float:left;
	width:auto;
	height:121px;
}
/*** changed
#top-head{
	float:left;
	width:970px;
	height:111px;
}
***/
#top-head .logo{
	float:left;
	width:475px;
	margin-top:10px;
	}
/*** changed
#top-head .logo{
	float:left;
	width:360px;
	margin-top:10px;
	}
***/
#call{
	font-family:arial;
	font-size:16px;
	margin-left:23px;
	font-weight:bold;
	color:#0000CC;
	}
/*** changed
#call{
	font-family:arial;
	font-size:16px;
	margin-left:23px;
	font-weight:bold;
	color:#45652a;
	}
***/
#head-right{
	float:right;
	width:500px;
	}
/****change from 213px to 295px***/
#head-right .top-menu{
	float:right;
	background:#E9E9E9;
	width:295px;
	}
/** changed
#head-right{
	float:left;
	width:585px;
	}
#head-right .top-menu{
	float:right;
	background:#E0EDD2;
	width:293px;
	}
**/
.top-menu .left{
	float:left;
	width:5px;
	height:45px;
	background:url(../images/electronicshop/top-menu-left.gif) no-repeat;
	}
.top-menu .right{
	float:right;
	width:6px;
	height:45px;
	background:url(../images/electronicshop/top-menu-right.gif) no-repeat;
	}
.top-menu .mid{
	float:left;
	}
.top-menu .mid ul{
	list-style:none;
	margin:10px 10px 0px 12px;
	}
/*** change
.top-menu .mid ul{
	list-style:none;
	margin:10px 10px 0px 12px;
	}
***/
.top-menu .mid ul li{
	display:inline;
	float:left;
	height:16px;
	border-right:1px solid #0000CC;
	}
.top-menu .mid li a{
	color:#0000CC;
	float:left;
	font-family:Helvetica;
	font-size:11px;
	font-weight:bold;
	margin:0 4px;
	}
/*** change
.top-menu .mid li a{
	color:#45652A;
	float:left;
	font-family:Helvetica;
	font-size:11px;
	font-weight:bold;
	margin:0 4px;
	}
***/
.top-menu .mid li.last{
	border-right:0px !important;
	}
#head-right .bot-menu{
	float:right;
	margin-top: 10px;
	width: 475px;
	margin-left: 0px;
	margin-right: 4px;
	}
/*** change
#head-right .bot-menu{
	float:right;
	margin-top: 22px;
	width: 553px;
	margin-left: 0px;
	}
***/
#head-right .bot-menu ul{
	list-style:none;
	margin-top:4px;
	}
#head-right .bot-menu li{
	display:inline;
	float:left;
	border-right:1px solid #0000CC;
	height:20px;
	}
/*** added this!***/
#head-right .bot-menu li.last{
	border-right:0px;
	color:#0000CC;
	float:left;
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
	margin:2px 4px 0px 4px; !important;
	}
/*** change
#head-right .bot-menu li{
	display:inline;
	float:left;
	border-right:1px solid #45652A;
	height:20px;
	}
***/
#head-right .bot-menu li.search{
	border:0px none;
	margin-left:4px;
	}
#head-right .bot-menu li a{
	color:#0000CC;
	float:left;
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
	margin:2px 4px 0px 4px;
	}
#head-right .bot-menu span{
	font-family:Helvetica;
	color:#0000CC;
	font-size:12px;
	font-weight:bold;
	}
#head-right .bot-menu .text{
	border:1px solid #0000CC;
	width:300px;
	}
/*** change
#head-right .bot-menu li a{
	color:#45652A;
	float:left;
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
	margin:2px 4px 0px 4px;
	}
#head-right .bot-menu span{
	font-family:Helvetica;
	color:#45652A;
	font-size:12px;
	font-weight:bold;
	}
#head-right .bot-menu .text{
	border:1px solid #45652A;
	width:110px;
	}
***/
#head-right .bot-menu .btn{
	background:url(../images/electronicshop/btn-go.gif) no-repeat;
	border:0px none;
	height:23px;
	width:28px;
	}
.mysearch{
	float:right;
	margin-left:6px;
	}
.links{
	float:left;
	}
#top-navs{
	float:left;
	width:970px;
	}
.nav-inner{
	margin:0px 24px;
	background:url(../images/electronicshop/top-nav-bg.gif) repeat-x;
	width:922px;
	float:left;
	}
*html .nav-inner{
	margin:0px 12px;
	width:922px;
	}

/*** End Holleyland ***/
/********************* Customized styles for dropable categories list ******************/
#navigationLeft li {list-style:none;}
/***changed from 25 to 18***/
#navigationLeft ul li  {position:relative;height:18px;padding: 0 0 15px 5px;}
/*** changed min width to max width, from 160 to 140 added left:160px***/
#navigationLeft ul li ul {display:none;position:absolute;top:33px;right:0;left:160px; border:1px solid #ccc;background-color: #f7f7f7;z-index:10;padding:12px 12px 12px 12px;width:140px;overflow:hidden;}
#navigationLeft ul li ul li {height:15px;height:15px;padding-bottom:0;clear:both;position:relative;top:-5px;}
.drop {min-height:10px;float:left;display:block;}
.picturesInner {float:right;	width:1px;height:1px;}
