/****** Main Table ******/



.basicTable 	{
	width: 964px;
	background: #FFF;
	margin-top:0px
	}

.mainTable {
	width: 964px;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	}
.mainTable75 {width: 964px;}
.mainTable50 {width: 964px;}



.mainTableCell		 	{padding: 4px 0px 4px 0px; vertical-align: top;}
.mainTableCellLeft 		{padding: 15px 0px 4px 10px; vertical-align: top;}
.mainTableCellCenter 		{padding: 15px 8px 4px 8px; vertical-align: top;}
.mainTableCellRight 		{padding: 15px 10px 4px 0px; vertical-align: top;}

.homeGreeting 			{padding: 4px 0px 4px 0px; vertical-align: top;}
.homeGreeting table		{width: 100%; background: none;}
.homeGreeting table td		{background: none;}
.homeGreeting table div		{background: none;}
.homeGreeting table div div	{padding: 15px; background: none;}
.homeGreeting table td span	{color: #1584D2; font: 15pt Arial, Helvetica, sans-serif; display: block; padding: 0px 0px 5px 0px;}

.introBlock {
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	}
.introBlock td {padding: 6px;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/

.headerMenu {
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right: 0px solid #fff; 			/* Header menu right border */
	border-left: 0px solid #fff;			/* Header menu left border */
	}

.cart {
	width:270px;
	height:20px;
	padding:0px 0px 0px 0px;
	margin:10px 10px 10px 0px;
	background:none;
	border: 1px solid #003399;
	float:right;
	}
.cart td#bag a, td#qty a, td#points a, td#amount a {
	font-family:arial,sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	color:#003399;
}
.cart td#bag {
	width:100px;
	height:20px;
	padding-left: 5px;
	font-family:arial,sans-serif; 
	font-size:11px; 
	font-weight:bold; 
	color:#003399;
	}
.twitter {
	padding-left: 5px;
	font-family:arial,sans-serif; 
	font-size:11px; 
	font-weight:bold; 
	color:#003399;
	float: left;
	}
.twitter a img {
	border:none;
}
.cart td#qty {
	width:50px;
	height:20px;
	font-family:arial,sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	color:#003399;
	}
.cart td#points {
	width:50px;
	height:20px;
	padding-right:5px;
	font-family:arial,sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	color:#003399;
	}	
.cart td#amount {
	width:50px;
	height:20px;
	font-family:arial,sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	color:#003399;
	}
	
.headerItems {
	width:auto;
	padding:0px 0px 0px 0px;
	margin:5px 10px 5px 5px;
	background:none;
	float:right;
	}

.headerTD { 
	height: auto;
	width: auto;
	background:none;
	font-family:arial,sans-serif; 
	font-size:12px; 
	font-weight:normal; 
	color:#003399;
	}
	
.headerItems td#divide {
	color: #ff6600;
	padding: 0px 10px 0px 10px;
	}

.headerMenuRight  {					/*  */
	width: 50%;
	background: none;
	}

.headerMenuRightTop {					/*  */

	border-top: 1px solid #003399;
	border-right: 1px solid #003399;
	}
.headerMenuRightBottom {					/*  */

	border-right: 1px solid #003399;
	}

.headerMenuRightTop div {
	font-family:arial,sans-serif; 
	font-size:12px; 
	font-weight:normal; 
	color:#003399;
	padding: 5px 0px 0px 0px;
	}

.headerMenuRightBottom div {
	font-family:arial,sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#ff6600;
	padding: 5px 10px 5px 5px;
	float:right;
	}

.headerMenuRightTop span, .headerMenuRightBottom span{
	font-family:arial,sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#ff6600;
	}

.headerMenuRightTop a, .headerMenuRightBottom a {
	font-family:arial,sans-serif; 
	font-size:12px; 
	font-weight:normal; 
	color:#003399;
	text-decoration:none;
	cursor:pointer;
	}

.headerMenuRightTop a:hover, .headerMenuRightBottom a:hover {
	font-family:arial,sans-serif; 
	font-size:12px; 
	font-weight:normal;
	color:#003399;
	text-decoration:underline;
	cursor:pointer;
	}	
	
.headerMenuMiddle  {					/*  */
	width: 25%;
	background: none;
	border-top: 1px solid #003399;
	vertical-align: middle;
	}

.headerMenuMiddle div {
	font-family:arial,sans-serif; 
	font-size:18px; 
	font-weight:normal;
	font-style: italic;
	color:#999999;
	padding-bottom: 0px;
	}
	
.headerMenuLeft  {					/*  */
	width: 25%;
	background: none;
	border-top: 1px solid #003399;
	border-left: 1px solid #003399;
	vertical-align: top;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	background: none;
	vertical-align: top;
	border-top: 1px solid #003399;
	border-left: 1px solid #003399;
	padding: 0px 0px 0px 0px;
	}

.headerMenu td#logo img {				/* Logo on the site */
	/*width: 0px;
	height: 0px;*/
	margin: 10px 10px 10px 10px;
	border: none;
	padding-right:20px;
	border-right: 1px solid #003399;
	background: #ff6600;
	}
	
.headerMenu td#logoL {
	display: none;
	}
.headerMenu td#logoL img {				/* Logo on the site (if logo is left)*/
	display:none;
	margin: 20px 22px 10px 22px;
	}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	background: #899cc2;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	}
.headerMenu td#menu img.Img {width: 0px; height: 0px;}
.headerMenu td#menu table {
	width: 100%;
	padding: 0px 15px 0px 15px;
	border-top: 1px solid #003399;			/* Menu borders */
	border-bottom: 1px solid #003399;
	border-right: 1px solid #899cc2;
	border-left: 1px solid #899cc2;
	}
.headerMenu td#menu td {width:auto; padding: 0px 50px 0px 5px; text-align: center;}

/* Active & Noneactive links in menu */

a.menu:link, a.menu:visited {
	font-family:arial,sans-serif; 
	font-size:13px; 
	font-weight:bold; 
	color:#003399; 
	text-decoration:none; 
	/* background:   url(../images/wcc/menu2.gif) repeat-x top; */
	padding-left:5px; padding-right:5px; padding-bottom:4px; padding-top:4px; 
	display:block;
	/* border: 1px solid #003399 */
}
a.menu:hover, a.menu:active {
	font-family:arial,sans-serif; 
	font-size:13px; 
	font-weight:bold; 
	color:#003399; 
	text-decoration:none; 
	background: #ffa366; /*url(../images/wcc/menu2.gif) repeat-x top;*/
	padding-left:5px; padding-right:5px; padding-bottom:4px; padding-top:4px;
	display:block;
	border: 0px solid #003399
}
a.menuActive:link, a.menuActive:visited, a.menuActive:hover, a.menuActive:active {
	font-family:arial,sans-serif; 
	font-size:13px; 
	font-weight:bold; 
	color:#003399; 
	text-decoration:none; 
	background: #ffa366; /*url(../images/wcc/menu2.gif) repeat-x top;*/
	padding-left:5px; padding-right:5px; padding-bottom:4px; padding-top:4px; 
	display:block;
	border: 0px solid #b0c8ed
}

/****** Sub Menu ******/

.subMenuBlock {
	display: none;
	position:absolute;
	margin-left: 5px;
	margin-top:5px;
	border-top: 1px solid #ff6600; 
	border-left: 1px solid #ff6600;
	z-index: 2500;
}

a.subMenu {
	width: 150px;
	padding: 6px 20px 6px 10px;
	border-right: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	display:block;
	font: 11px arial, sans-serif; 
	color: #003399;
	text-decoration:none;
	text-align: left;
	background: #fff1c7;
}

a.subMenu:hover, a.subMenu:active {
	background: #ffffff; 
	color: #003399;
	display:block;
	text-decoration:none;
}

/****** Secondary Menu ******/

table.secondaryMenu 		{width: 100%;}
td#menu td.secondaryBegin img.Img	{width: 1px; height: 25px;}
a.secondaryMenu 			{display:block; font: bold 10pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #52ae30;}
a.secondaryMenu:hover 		{display:block; font: bold 10pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #52ae30;}
a.secondaryMenuActive 		{display:block; font: bold 10pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #444444; text-decoration: none;}
a.secondaryMenuActive:hover	{display:block; font: bold 10pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #444444; text-decoration: underline;}
td#menu td.secondaryEnd  	{width: 100%;}
td#menu td.secondaryEnd  img.Img	{width: 1px; height: 25px;}

/****** Menu ******/

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {border: 0px solid #D5D5D5; margin: 0px 0px 10px 0px;}

.breadcrumbBegin {
	vertical-align: top;
	width: 11px;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	background: none;
	}
.breadcrumbBegin img {width: 11px; height: 10px; background: none; margin-bottom: 10px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	border-top: 1px solid #ff6600;
	border-right: 0px solid #999;
	border-bottom: 1px solid #ff6600;
	border-left: 0px solid #999;
	font-size: 8pt;
	padding: 6px 25px 6px 6px;
	background: none;
	}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter b {color: #1677B8; font-size: 9pt;}
.breadcrumbDelimiter a {color: #1584D2; text-decoration: none; font-size: 9pt; font-weight: normal;}
.breadcrumbDelimiter a:hover {color: #1584D2; text-decoration: underline; font-size: 9pt; font-weight: normal;}
.breadcrumbDelimiter a.treeItemLast {font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumbDelimiter a.treeItemLast:hover {font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumbDelimiter span {
	color: #1584D2;
	font-size: 8pt;
	}
.breadcrumbDelimiter img {display: none;}
	
.breadcrumbRSS {
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	background: #F4F4F4;
	}

.breadcrumbEnd {
	vertical-align: top;
	width: 11px;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	background: none;
	}
.breadcrumbEnd img {width: 11px; height: 10px; background: none; margin-bottom: 10px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 11pt; color: #aaaaaa; margin-right: 10px;}
.breadcrumbDelimiter span.active {font-size: 11pt; color: #444444; margin-right: 10px; font-weight: bold;}
/****************** end Order Pages ***********************************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top ******/

.titleTop {margin-top: 0px;}

.titleTopLeft {
	width: 24px;
	border: 0px;
	background: url(../images/wcc/cblock-t-l.gif) no-repeat top left;
	}
.titleTopImgLeft {width: 24px; height: 1px;}

.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding:10px 0px 0px 0px;
	border: 0px;
	background: none;
	}
.titleTopCenter div {
	color: #444444;
	font: 12pt Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.titleTopCenter div b {font-weight: normal;}
.titleTopRight {
	width: 24px;
	border: 0px;
	background: url(../images/wcc/cblock-t-r.gif) no-repeat top right;
	}
.titleTopImgRight {width: 24px; height: 55px;}

/****** Top ******/

/****** Center ******/

.block {
	border: 0px;
	background: #f4f4f4 url(../images/wcc/cblock-r-bgr.gif) repeat-y right;
	}
.blockTD {background: url(../images/wcc/cblock-l-bgr.gif) repeat-y left; padding: 0px 11px;}
.menuLeft {background: url(../images/wcc/cblock-l-bgr.gif) repeat-y left; padding: 0px 11px;}

/****** Center ******/

/****** Bottom ******/

.titleBot {margin-bottom: 8px;}

.titleBotLeft {
	width: 24px;
	border: 0px;
	background: url(../images/wcc/cblock-b-l.gif) no-repeat left;
	}
.titleBotImgLeft {width: 24px; height: 1px;}

.titleBotRight {
	width: 100%;
	text-align: right;
	border: 0px;
	background: url(../images/wcc/cblock-b-bgr.gif) repeat-x bottom;
	}
.titleBotImgRight {width: 24px; height: 23px; background: #6699ff url(../images/wcc/cblock-b-r.gif) no-repeat right;}

/****** Bottom ******/

.bl_simple .titleTopRight, .bl_banners .titleTopRight, .bl_navigation .titleTopRight
 {width: 100%; background: url(../images/wcc/cblock-t-bgr.gif) repeat-x top; text-align: right;}
.bl_simple .titleTopImgLeft, .bl_banners .titleTopImgLeft, .bl_navigation .titleTopImgLeft 
 {width: 24px; height: 23px;}
.bl_simple .titleTopImgRight, .bl_banners .titleTopImgRight, .bl_navigation .titleTopImgRight
 {width: 24px; height: 23px; background: url(../images/wcc/cblock-t-r.gif) no-repeat top right;}

/*table#user-home .titleTopLeft {background: url(../images/rainbow/block-t-l.gif) no-repeat top;}*/
table#user-home .titleTopRight {width: 100%; background: url(../images/wcc/cblock-t-bgr.gif) repeat-x top; text-align: right;}
table#user-home .titleTopImgLeft {width: 24px; height: 23px;}
table#user-home .titleTopImgRight {width: 24px; height: 23px; background: url(../images/wcc/cblock-t-r.gif) no-repeat top right;}

/************* end Fieldset ***************/

/***************custom blocks in left & right column********************/
.mainTableCellLeft .titleTopLeft, .mainTableCellRight .titleTopLeft 
 {width: 23px; background: url(../images/wcc/lrblock-t-l.gif) no-repeat top left;}
.mainTableCellLeft .titleTopImgLeft, .mainTableCellRight .titleTopImgLeft 
 {width: 23px; height: 1px;}
.mainTableCellLeft .titleTopCenter, .mainTableCellRight .titleTopCenter 
 {background: url(../images/wcc/lrblock-t-bgr.gif) repeat-x top; padding:10px 0px 0px 0px;}
.mainTableCellLeft .titleTopCenter table, .mainTableCellRight .titleTopCenter table 
 { width: 100%;}
.mainTableCellLeft .titleTopCenter div, .mainTableCellRight .titleTopCenter div 
 { text-align: center;}
.mainTableCellLeft .titleTopRight, .mainTableCellRight .titleTopRight 
 {width: 24px; background: url(../images/wcc/lrblock-t-r.gif) no-repeat top right;}
.mainTableCellLeft .titleTopImgRight, .mainTableCellRight .titleTopImgRight 
 {width: 24px; height: 55px;}
.mainTableCellLeft .block, .mainTableCellRight .block 
 {background: #ffffff url(../images/wcc/lrblock-r-bgr.gif) repeat-y right;}
.mainTableCellLeft .block .blockTD, .mainTableCellRight .block .blockTD 
 {background: url(../images/wcc/lrblock-l-bgr.gif) repeat-y left;}
.mainTableCellLeft .block .menuLeft, .mainTableCellRight .block .menuLeft 
 {background: url(../images/wcc/lrblock-l-bgr.gif) repeat-y left;}
.mainTableCellLeft .titleBotLeft, .mainTableCellRight .titleBotLeft 
 {width: 23px; border: 0px; background: url(../images/wcc/lrblock-b-l.gif) no-repeat left;}
.mainTableCellLeft .titleBotImgLeft, .mainTableCellRight .titleBotImgLeft 
 {width: 23px; height: 1px;}
.mainTableCellLeft .titleBotRight, .mainTableCellRight .titleBotRight 
 {width: 100%; border: 0px; background: url(../images/wcc/lrblock-b-bgr.gif) repeat-x bottom;}
.mainTableCellLeft .titleBotImgRight, .mainTableCellRight .titleBotImgRight 
 {width: 24px; height: 23px; background: #6699ff url(../images/wcc/lrblock-b-r.gif) no-repeat right;}

.mainTableCellLeft .bl_simple .titleTopRight, .mainTableCellLeft .bl_banners .titleTopRight, .mainTableCellLeft .bl_navigation .titleTopRight,
.mainTableCellRight .bl_simple .titleTopRight, .mainTableCellRight .bl_banners .titleTopRight, .mainTableCellRight .bl_navigation .titleTopRight
 {width: 100%; background: url(../images/wcc/lrblock-t-bgr.gif) repeat-x top; text-align: right;}
.mainTableCellLeft .bl_simple .titleTopImgLeft, .mainTableCellLeft .bl_banners .titleTopImgLeft, .mainTableCellLeft .bl_navigation .titleTopImgLeft, 
.mainTableCellRight .bl_simple .titleTopImgLeft, .mainTableCellRight .bl_banners .titleTopImgLeft, .mainTableCellRight .bl_navigation .titleTopImgLeft 
 {width: 23px; height: 23px;}
.mainTableCellLeft .bl_simple .titleTopImgRight, .mainTableCellLeft .bl_banners .titleTopImgRight, .mainTableCellLeft .bl_navigation .titleTopImgRight,
.mainTableCellRight .bl_simple .titleTopImgRight, .mainTableCellRight .bl_banners .titleTopImgRight, .mainTableCellRight .bl_navigation .titleTopImgRight
 {width: 24px; height: 23px; background: url(../images/wcc/lrblock-t-r.gif) no-repeat top right;}
/***************custom blocks in left & right column********************/

/***************custom blocks offers and categories********************/
.bl_categoriescatalog .titleTopLeft
 {width: 23px; background: url(../images/wcc/categories-t-l.gif) no-repeat top left;}
.bl_categoriescatalog .titleTopImgLeft
 {width: 23px; height: 1px;}
.bl_categoriescatalog .titleTopCenter
 {background: url(../images/wcc/categories-t-bgr.gif) repeat-x top;}
.bl_categoriescatalog .titleTopRight
 {width: 24px; background: url(../images/wcc/categories-t-r.gif) no-repeat top right;}
.bl_categoriescatalog .titleTopImgRight
 {width: 24px; height: 55px;}
.bl_categoriescatalog .block
 {background: #fff7de url(../images/wcc/categories-r-bgr.gif) repeat-y right;}
.bl_categoriescatalog .block .blockTD
 {background: url(../images/wcc/categories-l-bgr.gif) repeat-y left;}
.bl_categoriescatalog .titleBotLeft
 {width: 23px; border: 0px; background: url(../images/wcc/categories-b-l.gif) no-repeat left;}
.bl_categoriescatalog .titleBotImgLeft
 {width: 23px; height: 1px;}
.bl_categoriescatalog .titleBotRight
 {width: 100%; border: 0px; background: url(../images/wcc/categories-b-bgr.gif) repeat-x bottom;}
.bl_categoriescatalog .titleBotImgRight
 {width: 24px; height: 23px; background: #6699ff url(../images/wcc/categories-b-r.gif) no-repeat right;}

.bl_offers .titleTopLeft
 {width: 23px; background: url(../images/wcc/offers-t-l.gif) no-repeat top left;}
.bl_offers .titleTopImgLeft
 {width: 23px; height: 1px;}
.bl_offers .titleTopCenter
 {background: url(../images/wcc/offers-t-bgr.gif) repeat-x top;}
.bl_offers .titleTopRight
 {width: 24px; background: url(../images/wcc/offers-t-r.gif) no-repeat top right;}
.bl_offers .titleTopImgRight
 {width: 24px; height: 55px;}
.bl_offers .block
 {background: #def0ff url(../images/wcc/offers-r-bgr.gif) repeat-y right;}
.bl_offers .block .blockTD
 {background: url(../images/wcc/offers-l-bgr.gif) repeat-y left;}
.bl_offers .titleBotLeft
 {width: 23px; border: 0px; background: url(../images/wcc/offers-b-l.gif) no-repeat left;}
.bl_offers .titleBotImgLeft
 {width: 23px; height: 1px;}
.bl_offers .titleBotRight
 {width: 100%; border: 0px; background: url(../images/wcc/offers-b-bgr.gif) repeat-x bottom;}
.bl_offers .titleBotImgRight
 {width: 24px; height: 23px; background: #6699ff url(../images/wcc/offers-b-r.gif) no-repeat right;}
/***************custom blocks offers and categories********************/

/*****************************************************************************/
/************* userHome *******************/
td.userHome {padding: 7px;}
td.userHomeTitle {
	font-size: 10pt;
	white-space: nowrap;
	background: none;
}
td.userHomeTitle b {}
td.userHomeTitle span {
	color: #ff6600;
	font-weight:bold;
	}

div.userHomeBottom {						
	background: none;
	padding: 0px 20px 0px 20px;
	}
div.userHomeBottom a {color: #444444; text-decoration:underline;}
div.userHomeBottom a:hover {color: #444444; text-decoration:none;}

td.userHome img.orders 		{background: url(../images/icons/admin_orders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.orders {//background-image: 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; float: left;}
* html td.userHome img.profile {//background-image: 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; margin: 0px 5px 0px 55px;}
td.userHome img.support 	{background: url(../images/icons/admin_support.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.support {//background-image: 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; float: left;}
* html td.userHome img.forum {//background-image: 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; float: left;}
* html td.userHome img.products {//background-image: 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; float: left;}
* html td.userHome img.pages {//background-image: 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; float: left;}
* html td.userHome img.salesorders {//background-image: 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; float: left;}
* html td.userHome img.merchant {//background-image: 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; float: left;}
* html td.userHome img.affiliates {//background-image: 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; float: left;}
* html td.userHome img.payments {//background-image: 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; float: left;}
* html td.userHome img.carts {//background-image: 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; float: left;}
* html td.userHome img.wishlist {//background-image: 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; float: left;}
* html td.userHome img.reminders {//background-image: 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 {display: none; color: #1584D2;}				/* '|' between button */

a.button:link, a.button:visited {font: 14px/20px Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px; white-space: nowrap;}
a.button:hover, a.button:active {font: 14px/20px Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px; white-space: nowrap;}

a.button span 		{}
a.button img 		{display: inline; border:none;}

a.button-add span 	{font-size: 12px; font-weight: bold; text-decoration:underline;}	/* add to cart (products categories, product details) */
a.button-view span 	{font-size: 12px;font-weight: bold; color: #003399; text-decoration:underline;}	/* view cart (products categories, product details) */
a.button-check span 	{font-size: 12px;font-weight: bold; color: #003399; text-decoration:underline;}	/* check out (products categories, product details) */
a.button-wishlist span 	{font-size: 12px;font-weight: bold; color: #003399; text-decoration:underline;}	/* wishlist (products categories, product details) */
a.button span:hover 	{font-size: 12px;font-weight: bold; color: #ff6600;text-decoration:underline;}

a.buttonBasket:link, a.buttonBasket:visited {font: 14px/20px Arial, Helvetica, sans-serif; white-space: nowrap;}
a.buttonBasket:hover, a.buttonBasket:active {font: 14px/20px Arial, Helvetica, sans-serif; white-space: nowrap;}

a.buttonBasket span 	{display: none;}
a.buttonBasket img 	{display: inline;}

a.button-shopping span 	{font-weight: bold;}					/* Continue shopping (basket) */
a.button-retrieve span 	{display:none;}						/* Retrieve Cart (basket) */
a.button-save span 	{display:none;}						/* Save cart (basket) */
a.button-clear span 	{display:none;}						/* Clear cart (basket) */
a.button-checkout span 	{font-weight: bold;}					/* Checkout (basket) */

a.button-retrieve img, a.button-save img, a.button-clear img {display:none;}
a.button-shopping img, a.button-checkout img {border:none;}

a.buttonCart:link, a.buttonCart:visited {font: 12px Arial, Helvetica, sans-serif; white-space: nowrap;}
a.buttonCart:hover, a.buttonCart:active {font: 12px Arial, Helvetica, sans-serif; white-space: nowrap;}

a.buttonCart span 	{display: none;}
a.buttonCart img 	{display: inline;}

a.button-check span 	{}							/* Checkout (small cart) */
a.button-amend span 	{}							/* Amend cart (small cart) */
a.button-view span 	{}							/* View cart (small cart) */

a.buttonMore:link, a.buttonMore:visited {font: normal normal normal 12px Arial, Helvetica, sans-serif; white-space: nowrap;}
a.buttonMore:hover, a.buttonMore:active {font: normal normal normal 12px Arial, Helvetica, sans-serif; white-space: nowrap;}

a.buttonMore span 	{}							/* read more... (special offers, etc.) */
a.buttonMore b 		{font-weight: normal;}
a.buttonMore img 	{display:none;}

a.disabled {									/* disadled add to cart */
	color: gray; 
	cursor: pointer; 
	font: bold 14px/20px Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px; 
}
a.disabled:hover {color: gray; cursor: pointer; text-decoration: none;}
/************* Button Links *******************/

/************* Category *******************/
.topCategory	{
	background: transparent;
	margin: 0px;
	padding: 3px 0px;
	color:#003399;
	}

.selectedtopCategory {
	background: transparent;
	margin: 0px;
	padding: 3px 0px;
	}
.subCategory	{
	background: transparent;
	margin: 0px;
	padding: 0px;
	}
.selectedsubCategory {
	background: transparent;
	margin: 0px;
	padding: 0px;
	}
.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 *******************/
.bl_offers .block .blockTD a.bigtitle			{font-size: 10pt; text-decoration: underline;}
.bl_offers .block .blockTD a.bigtitle:hover 	{text-decoration: none;}
.offerTitleTop				{display: none;}
.offerTitle					{text-align: left; clear: right; display: block;}
.offerTd 					{text-align: left;}
.offerTd img.offerImg		{float: left; padding:2px;background:#fff;margin: 0px 8px 3px 0px;border:1px solid #899cc2;/* top: -20px; position: relative;*/} 
.offerTd div.offerText	{text-align: justify; color:#000;}
.offerTd a.buttonMore span {display:none;}

.bl_productslist .block .blockTD img.productImg, .bl_productdetails .block .blockTD img.productImg 
{padding:2px;background:#fff;border:1px solid #78C7FF;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#CAE7FF', Positive='true');/* top: -20px; position: relative;*/} 

/************* Forum *******************/
.forumAdmin 			{color: blue; font-weight: bold;}
.forumUser 				{color: black; font-weight: bold;}
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft 	{background: #F4F4F4; border-left:1px solid #D5D5D5; 	border-top:1px solid #D5D5D5; border-bottom:1px solid #D5D5D5; }
.forumMessageRight 	{background: #F4F4F4; border: 1px solid #D5D5D5; }
.forumMessageTop 		{background: #E9E9E9; border-bottom: 1px solid #D5D5D5; }

/************* Categoties (catalogue) *******************/
.bl_categoriescatalog .blockTD	 			{padding-left: 18px;}
.bl_categoriescatalog .blockTD img 		{display: ;}
.bl_categoriescatalog a.bigtitle			{text-decoration: underline;}
.bl_categoriescatalog a.bigtitle:hover 	{text-decoration: none;}

/************* Hot (news,...) *******************/
.bl_hot .blockTD img 				{display: none;}
.bl_hot .blockTD .articleDate		{display: none;}
.bl_hot .blockTD div 				{padding-left: 15px;}
.bl_hot a.bigtitle 					{padding-left: 15px; background: url(../images/wcc/arrow-green.gif) no-repeat 0px 4px; display: block; position: relative; left: -15px; font-size: 10pt; text-decoration: underline;}
.bl_hot a.bigtitle:hover 			{padding-left: 15px; background: url(../images/wcc/arrow-green.gif) no-repeat 0px 4px; text-decoration: none;}
/*.bl_hot div.smalltext {padding-left: 15px;}*/

/*****************************************************************************/

/************* Footer *******************/

.footerMenu	{
	text-align:center;
	font-size:8pt;
	color:#003399;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	}
.footerMenu	span {padding: 0px 0px 0px 5px;}
.footerHTML	{
	text-align:center;
	padding: 10px;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	font-family:arial,sans-serif; 
	font-size:8px; 
	font-weight:bold; 
	color:#003399; 
	}
.footerHTML font	{font-size:8px;}
.footerImg		{text-align:right;}
.footerImg img		{width: 80px; height: 26px; border:0px;}
.footerHTML a {
	text-decoration:none;
	font-size:10px;
}
.footerHTML a:hover {
	text-decoration:none;
	color: #003399;
	font-size:10px;
}

/************* Footer *******************/

/*.commonbg { background: #FFFFFF; }*/
.usualbg  { background: #ffffff; }
.headerbg { background: #ffffff; }
.middlebg { background: #dfdfdf; border: 1px solid #899cc2;}
.errorbg  { background: #ffffff; color:red; font-weight:bold;}

body		{font: 9pt Arial, Helvetica, sans-serif; color: black; margin: 0px; padding:0px;}
body.popup	{font: 9pt Arial, Helvetica, sans-serif; color: black; margin: 0px; padding:0px;}

tr, td						{font-size: 9pt; font-family: Arial, Helvetica, sans-serif; color: black; }
/*tr.usual, td.usual		{background-color: #F4F4F4; }
tr.header, td.header		{background-color: #6699FF; color: white; }*/
tr.middle, td.middle		{background-color: #E9E9E9; font-weight: bold; }
tr.error, td.error		{background-color: #ffffff; color: red; font-weight: bold; }
table.usual 				{background-color: #F4F4F4;}

body.popup tr.usual, body.popup td.usual		{background-color: transparent; }
body.popup tr.header, body.popup td.header		{background-color: #E9E9E9; color: #1584D2; }

td.padding10px			{padding: 10px;}
.padding10px div span		{font-size:12px;color:#003399;font-weight:bold;}
.padding10px span#orange	{font-size:12px;color:#ff6600;font-weight:bold;}


.headerbg padding6px	{border: 1px solid #899cc2;}
table.padding6px td		{padding: 6px;}
table.padding6px td#signin	{padding: 6px; background: #ffffff; vertical-align:middle;}
table.padding6px td td		{padding: 0px;}
table.padding4px td		{padding: 4px;}
table.padding4px td td		{padding: 0px;}
table.paddingReviews td		{padding: 0px 11px;}
table.paddingReviews td td	{padding: 0px;}
table.paddingRev5px td		{padding: 5px 11px;}
table.paddingRev3px td		{padding: 3px 3px 3px 11px;}

td.tab				{border: 1px solid #E9E9E9; border-bottom: none; background: none; padding: 0px;}
td.tabActive		{border: 1px solid #E9E9E9; border-bottom: none; background: #E9E9E9; padding: 0px;}
a.tab					{background: none; color: #1584D2; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tab:hover			{background: #E9E9E9; color: #1584D2; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tabActive			{background: #E9E9E9; color: #1584D2; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
a.tabActive:hover	{background: #E9E9E9; color: #1584D2; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
.tabline 			{background: #E9E9E9;}

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

input			{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
input.usualprice	{background-color: transparent; border: none; text-align: right; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
input.orderprice	{background-color: transparent; border: none; text-align: right; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; }
input.search		{font-size: 10pt; border-top: 1px solid #7F9DB9;border-right: 1px solid #BACDDF;border-bottom: 1px solid #BACDDF;border-left: 1px solid #7F9DB9;}
input.text		{border-top: 1px solid #7F9DB9;border-right: 1px solid #BACDDF;border-bottom: 1px solid #BACDDF;border-left: 1px solid #7F9DB9;}
input.field		{border-top: 1px solid #7F9DB9;border-right: 1px solid #BACDDF;border-bottom: 1px solid #BACDDF;border-left: 1px solid #7F9DB9;}
input.fieldSmall	{border-top: 1px solid #7F9DB9;border-right: 1px solid #BACDDF;border-bottom: 1px solid #BACDDF;border-left: 1px solid #7F9DB9; font-size: 8pt; }
input.submit		{text-decoration:underline; font-weight: normal; border: 0px; color: #003399; cursor: pointer; background: none;/*url(../images/wcc/button-r-bgr.gif) no-repeat right; height: 28px;*/ padding: 0px 7px 2px 0px; margin: 0px; vertical-align: middle}
	input#clear	{color: #8A8A8A;}
	input#reset	{color: #8A8A8A;}
	input#preview	{color: #FF6C00;}
	input#cancel	{color: #8A8A8A;}
	input#delete	{color: #8A8A8A;}
input.submit:hover	{text-decoration:underline; font-weight: normal; border: 0px; color: #ff6600; cursor: pointer; background: none;/*url(../images/wcc/button-r-bgr.gif) no-repeat right; height: 28px;*/ padding: 0px 7px 2px 0px; margin: 0px;}	
select			{border-top: 1px solid #7F9DB9;border-right: 1px solid #BACDDF;border-bottom: 1px solid #BACDDF;border-left: 1px solid #7F9DB9; font-size: 11pt;}
select.search		{font-size: 8pt;border-top: 1px solid #7F9DB9;border-right: 1px solid #BACDDF;border-bottom: 1px solid #BACDDF;border-left: 1px solid #7F9DB9;}
textarea				{border-top: 1px solid #7F9DB9;border-right: 1px solid #BACDDF;border-bottom: 1px solid #BACDDF;border-left: 1px solid #7F9DB9; font-size: 11pt;}

input.field {margin-bottom: 3px;}
select.field {margin-bottom: 3px;}

/*input.submit {margin: 2px 0px 2px 0px;}
html>body input.submit {margin: 4px 0px 4px 0px;}
* html input.submit {margin: 0px 0px 0px 0px;}

span.submit {background: url(../images/wcc/button-l-bgr.gif) no-repeat left; font: 25px Arial; padding-left: 7px !important; white-space: nowrap; display: inline-block;}*/
/*For old templates < ver. 3.3*/
td.submit {background: url(../images/wcc/button-l-bgr.gif) no-repeat left; padding-left: 7px !important;}

form { margin: 0; }

hr {background: #E9E9E9; border: 0px; color: #E9E9E9;}

a.header 			{color: #1584D2; text-decoration: underline; }
a.header:hover		{color: #1584D2; text-decoration: underline; }
a.title		{
	font-size: 10pt;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	}
a.title:hover	{
	font-size: 10pt;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
	}
a.smallText			{color: #003399; text-decoration: none; font-size: 10pt; }
a.smallText:hover	{color: #ff6600; text-decoration: underline; font-size: 10pt; }
a						{color: #003399; text-decoration: underline; font-size: 9pt; }
a:hover				{color: #ff6600; text-decoration: underline; }

.articleDate	{font-size: 8pt; color: #7777CC; font-style: italic; }
a.top10{
	font-size: 10pt;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
a.top10:hover{
	font-size: 10pt;
	font-weight: normal;
	color: #ff6600;
	text-decoration: underline;
}
/* prices styles */
.priceBlock {color: #000; font-weight: bold; padding-bottom:12px;}
.priceBlock .price {font-weight: normal;}
.priceBlock .pricered {font-weight: bold; color: red;}
.priceBlock .priceTax {font-weight: normal;}


.priceBlockOld {color: red;}
.priceBlockOld .pricemsg {font-weight: normal; color: #000; text-decoration: none;}
.priceBlockOld .pricered {font-weight: normal; text-decoration: line-through;}
.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: 60px; font-size: 10pt; color: black; border-top: 1px solid #7F9DB9;border-right: 1px solid #BACDDF;border-bottom: 1px solid #BACDDF;border-left: 1px solid #7F9DB9;}

.salesBlock {color: #000; font-weight: bold; border: none; background: transparent;}
.salesBlock .salesPrice {color: red; font-weight: bold;}
.salesTax {font-weight: normal;}

.priceSaveBlock { font-weight: bold;}
.priceSaveBlock .price {color: green; font-weight: bold;}
.priceSaveBlock .percent {font-weight: normal;}

.pointsPriceBlock {font-weight: bold;}
.pointsPriceBlock .points {color:#003399;font-size: 14px;}

.rewardPointsBlock {}
.rewardPointsBlock .points {}
/* prices styles */

.productsTable th 		{padding: 3px;}
.productsTable td 		{padding: 3px;}
.productsCategory 		{font-size: 10pt; font-weight: bold; color: #003399; border: 1px solid #899cc2; background: #E9E9E9; padding: 5px 10px !important; }
.productsDelimiter 		{background: #E9E9E9; padding: 0px !important;}
.productsDelimiterTop 	{background: #E9E9E9; padding: 0px !important;}
.productsDelimiterTop img 	{height: 2px;}

.wishlist-opacity	{display: none; z-index: 900; 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: 1000; 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: 14px, sans-serif; text-align:justify;}

.bl_productdetails .newProduct {display: block; position: relative; padding-right: 34px !important;}
.bl_productdetails .newProduct img {background: url(../images/icons/new_l.png) no-repeat; width: 30px; height: 22px; border: none; position: absolute; bottom: -1px; margin: 0px 0px 0px 2px;}
* html .bl_productdetails .newProduct img {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}
.bl_productslist .newProduct img {background: url(../images/icons/new_l.png) no-repeat; width: 30px; height: 22px; border: none; position: relative; bottom: -6px; margin: 0px 0px 0px 2px;}
* html .bl_productslist .newProduct img {//background-image: 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: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .newProduct img {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_m.png,sizingMethod=crop);}

.titleText			{color: #1584d2; text-decoration: none; }
.top				{font-size: 8pt; padding: 2 0 2 0;}
.smallText		{font-size: 10pt; }
.middleText		{font-size: 9pt; }
.bigText			{font-size: 10pt; }
.comment			{font-size: 8pt; color: #7777CC; }
.comment a			{color: #7777CC; text-decoration: none; font-size: 10pt; }
.message			{font-size: 9pt; color: #0000CC; }
.title			{font-size: 10pt; font-weight: bold; color: #1584D2; }
.bigtitle		{font-size: 12pt; font-weight: bold; color: #003399; }
.error			{color: red; font-weight:bold;}
.terms      {height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }
.link       {color: green; }

span.nobr       {white-space: nowrap !important;}

/*************  Manual  ***************/

.level1 {padding: 2px 2px 2px 15px;}
.level1 a {font-weight: bold; text-decoration:none;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2px 2px 2px 30px;}
.level3 {padding: 2px 2px 2px 40px;}
.level4 {padding: 2px 2px 2px 50px;}

.level1 img{
	padding-right:5px;
}
/*************  Left Menu  ***************/

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


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

/*************  WCC  ***************/

.commonbg {background: #899cc2;}	/*Main background color*/



/***************custom blocks in left & right column********************/
.mainTableCellLeft .titleTopLeft, .mainTableCellRight .titleTopLeft 
 {width: 23px; background: none;}
.mainTableCellLeft .titleTopImgLeft, .mainTableCellRight .titleTopImgLeft 
 {width: 23px; height: 1px;}
.mainTableCellLeft .titleTopCenter, .mainTableCellRight .titleTopCenter 
 {background: none; padding:10px 0px 0px 0px;}
.mainTableCellLeft .titleTopCenter table, .mainTableCellRight .titleTopCenter table 
 { width: 100%;}
.mainTableCellLeft .titleTopCenter div, .mainTableCellRight .titleTopCenter div 
 { text-align: center;}
.mainTableCellLeft .titleTopRight, .mainTableCellRight .titleTopRight 
 {width: 24px; background: none;}
.mainTableCellLeft .titleTopImgRight, .mainTableCellRight .titleTopImgRight 
 {width: 24px; height: 55px;}
.mainTableCellLeft .block, .mainTableCellRight .block 
 {background: none;}
.mainTableCellLeft .block .blockTD, .mainTableCellRight .block .blockTD 
 {background: none;}
.mainTableCellLeft .block .menuLeft, .mainTableCellRight .block .menuLeft 
 {background: none; border-left: 1px solid #003399; border-right: 1px solid #003399;}
.mainTableCellLeft .titleBotLeft, .mainTableCellRight .titleBotLeft 
 {width: 23px; border: 0px; background: none;}
.mainTableCellLeft .titleBotImgLeft, .mainTableCellRight .titleBotImgLeft 
 {width: 23px; height: 1px;}
.mainTableCellLeft .titleBotRight, .mainTableCellRight .titleBotRight 
 {width: 100%; border: 0px; background: none;}
.mainTableCellLeft .titleBotImgRight, .mainTableCellRight .titleBotImgRight 
 {width: 24px; height: 23px; background: none;}

.mainTableCellLeft .bl_simple .titleTopRight, .mainTableCellLeft .bl_banners .titleTopRight, .mainTableCellLeft .bl_navigation .titleTopRight,
.mainTableCellRight .bl_simple .titleTopRight, .mainTableCellRight .bl_banners .titleTopRight, .mainTableCellRight .bl_navigation .titleTopRight
 {width: 100%; background: none; text-align: right;}
.mainTableCellLeft .bl_simple .titleTopImgLeft, .mainTableCellLeft .bl_banners .titleTopImgLeft, .mainTableCellLeft .bl_navigation .titleTopImgLeft, 
.mainTableCellRight .bl_simple .titleTopImgLeft, .mainTableCellRight .bl_banners .titleTopImgLeft, .mainTableCellRight .bl_navigation .titleTopImgLeft 
 {width: 23px; height: 23px;}
.mainTableCellLeft .bl_simple .titleTopImgRight, .mainTableCellLeft .bl_banners .titleTopImgRight, .mainTableCellLeft .bl_navigation .titleTopImgRight,
.mainTableCellRight .bl_simple .titleTopImgRight, .mainTableCellRight .bl_banners .titleTopImgRight, .mainTableCellRight .bl_navigation .titleTopImgRight
 {width: 24px; height: 23px; background: none;}
/***************custom blocks in left & right column********************/

.mainTableCellLeft .titleTop, .mainTableCellRight .titleTop, .mainTableCellCenter .titleTop {
	border-top:5px solid #003399;
	border-left:1px solid #003399;
	border-right:1px solid #003399;
	}
.mainTableCellLeft .block .blockTD, .mainTableCellRight .block .blockTD, .mainTableCellCenter .block .blockTD {
	border-left:1px solid #003399;
	border-right:1px solid #003399;
	}
.mainTableCellLeft .block .blockTDborder, .mainTableCellRight .block .blockTDborder, .mainTableCellCenter .block .blockTDborder {
	padding-top: 10px;
	border-top:5px solid #003399;
	border-right:1px solid #003399;
	border-bottom:1px solid #003399;
	border-left:1px solid #003399;
	}	
.mainTableCellLeft .titleBot, .mainTableCellRight .titleBot, .mainTableCellCenter .titleBot {
	border-bottom:1px solid #003399;
	border-left:1px solid #003399;
	border-right:1px solid #003399;
	}
.mainTableCellLeft .titleTopCenter div, .mainTableCellRight .titleTopCenter div, .mainTableCellCenter .titleTopCenter div  {
	text-align: left;
	font-family:arial,sans-serif; 
	font-size:15px; 
	font-weight: bolder;
	text-transform: uppercase;
	color: #003399;
	}
.titleTopCenter a{color:#003399;}
.titleTopCenter a:hover{color:#ff6600;}

.titleTopLeft, .titleTopRight, .titleTopImgRight {background:none;}
.block, .blockTD {background:none;}
.titleBotLeft, .titleBotRight, .titleBotImgRight {background:none;}

/*Customization to the home greetings*/
.homeGreeting 		{padding: 10px 10px 0px 10px; vertical-align: top;}
.homeGreeting table	{
	width: 100%;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	border-right:none;
	border-left:none;
	}
.homeGreeting table td	{background: none;}
.homeGreeting table div	{background: none;}
.homeGreeting table div div	{padding: 15px; background: none;}
.homeGreeting table td span	{color: #1584D2; font: 15pt Arial, Helvetica, sans-serif; display: block; padding: 0px 0px 5px 0px;}
.homeGreetingLeft 	{display:none;}
.homeGreetingRight	{display:none;}
.homeGreetingCenter	{
	font-family:arial,sans-serif;
	padding:5px;
	font-size:13px; 
	font-weight: normal;
	text-transform: none;
	color: #003399;
	text-align: center;
	background: none;
	}

/*Message at the very top of each page*/
.topmessage	 {
	height:15px;
	text-align:center;
	font-size:11px; 
	font-weight: normal;
	color: #ffffff;
}

/*Custom Block Generic CSS*/

span#bigquotes{
	font-size: 15px;
	font-weight:bold;
}
span#hugequotes{
	font-size: 24px;
	font-weight:bold;
}

span#big{
	font-size: 24px;
	font-weight:normal;
	text-align: center;
	font-style: italic;
	color: #777777;
}
.customwow_basic{
	padding-bottom:8px;
}

.customwow_top{
	width:100%;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}
.customwow_top div {
	font-family:arial,sans-serif; 
	font-size:15px; 
	font-weight: bolder;
	text-transform: uppercase;
	color: #003399;
	}
.customwow_mid{
	width: 100%;
	padding: 2px 10px 2px 10px;
	border-top: none;
	border-bottom: none;
	border-right: 1px solid #003399;
	border-left: 1px solid #003399;
	font-family: sans-serif;
	font-size: 12px;
}
.customwow_mid_v{
	width: 100%;
	padding: 2px 10px 2px 10px;
	border-top: none;
	border-bottom: none;
	border-right: 1px solid #003399;
	border-left: 1px solid #003399;
	font-family: sans-serif;
	font-size: 12px;
	vertical-align: middle;
}
.customwow_mid div#c, .customwow_mid_v div#c{
	text-align:center;
}
.customwow_mid div#orange, .customwow_mid_v div#orange{
	font-family:arial,sans-serif;
	font-size:12px; 
	font-weight: bold;
	color: #ff6600;
	vertical-align: middle;
}
.customwow_bot{
	width: 100%;
	padding: 2px 10px 10px 10px;
	border-top: none;
	border-bottom:1px solid #003399;
	border-right: 1px solid #003399;
	border-left: 1px solid #003399;
	font-family: sans-serif;
	font-size: 12px;
}
.customwow_bot div#c{
	text-align:center;
}
.customwow_bot_append{
	width: 100%;
	padding: 2px 10px 10px 10px;
	border-top: none;
	border-bottom:1px solid #003399;
	border-right: 1px solid #003399;
	border-left: 1px solid #003399;
	font-family: sans-serif;
	font-size: 12px;
	background:#dfdfdf;
}
.customwow_bot_append div#c{
	text-align:center;
}
div#action{
	color: red;
	text-align:center;
	font-weight:bold;
}
.customwow_nohead td#hanger{
	text-align: center;
}
.customwow_bot ul{
	margin-top:5px;
}


/*Rotating image on home page*/
.blockRotatingHome	{
	padding-bottom: 8px;
}

/*Custom page manufacturers/designers */
.manufacturers span{
	font-family:arial,sans-serif;
	font-size:12px; 
	font-weight: bold;
	color: #003399;
	text-align: left;
	background: none;
}

/*Customized Product Details*/
h1 span {				/*Header styling for manufacturer and product name*/
	font-family:arial,sans-serif;
	font-size:16px; 
	font-weight: bold;
	color: #003399;
	text-align: left;
	background: none;
}
.productDetailsTop {
	border: 1px solid #899cc2;
	background: #dfdfdf;
	text-align: left;
	height:30px;
	vertical-align: middle;
	padding-top: 4px;
}
.productDetailsTop span {
	font-family:arial,sans-serif;
	font-size:14px; 
	font-weight: bold;
	color: #003399;
}
.productDetailsTop span#sub {
	font-family:arial,sans-serif;
	font-size:11px; 
	font-weight: normal;
	color: #003399;
}
.productDetailsMiddle {
	border-left: 1px solid #899cc2;
	border-right: 1px solid #899cc2;
	width:100%;
	text-align: left;
	vertical-align: top;
	padding: 4px;
}
.productDetailsMiddle td#features {
	width:100%;
	padding: 10px 0px 0px 0px;
}
.productDetailsMiddle td#feature {
	padding: 2px 4px 2px 0px;
	vertical-align: middle;
}
.productDetailsMiddle span#bullet {
	font-family:arial,sans-serif;
	font-size:12px; 
	font-weight: normal;
	color: #003399;
	text-transform: uppercase;
}
.productDetailsMiddle span#header {
	font-family:arial,sans-serif;
	font-size:12px; 
	font-weight: bold;
	color: #003399;
}
.productDetailsBottom {
	border-left: 1px solid #899cc2;
	border-right: 1px solid #899cc2;
	border-bottom: 1px solid #899cc2;
	width:100%;
	text-align: left;
	vertical-align:bottom;
	padding: 4px;
}
.productDetailsBottom span#normal{
	font-family:arial,sans-serif;
	font-size:12px; 
	font-weight: normal;
	color: black;
}
/*Customized Product List*/

h1 span#product_list {				
	font-family:arial,sans-serif;
	font-size:24px; 
	font-weight: bold;
	color: #ff6600;
	text-align: left;
	background: none;
}
h2.listing{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h2.listing bigtitle{
	font-family:arial,sans-serif;
	font-size:14px; 
	font-weight: bold;
	color: #003399;
}
.productListTable {
	border: 1px solid #899cc2;
}
.productListTableColor{
	background: #dfdfdf;
}

.productListTable td#top {
	border-top: 1px solid #899cc2;
	border-left: 1px solid #899cc2;
	border-right: 1px solid #899cc2;
	background-color: #ffffff;
	height: 57px;
	vertical-align: top;
}
.productListTable td#midleft {
	border-left: 1px solid #899cc2;
	background-color: #ffffff;
	height: 200px;
	vertical-align: middle;
}
.productListTable td#midcenter {
	background-color: #ffffff;
	height: 200px;
}
.productListTable td#midcenter span#orange{
	font-family:arial,sans-serif;
	font-size:12px; 
	font-weight: bold;
	color: #ff6600;
}
.productListTable td#midcenter span#normal{
	font-family:arial,sans-serif;
	font-size:12px; 
	font-weight: normal;
	color: black;
}
.productListTable td#midcenter span#small{
	font-family:arial,sans-serif;
	font-size:12px; 
	font-weight: normal;
	font-style: italic;
	color: #ff6600;
}
.productListTable td#midright {
	border-right: 1px solid #899cc2;
	border-right-color: #899cc2;
	background-color: #ffffff;
	height: 200px;
}
.productListTable td#bottom {
	border-bottom: 1px solid #899cc2;
	border-left: 1px solid #899cc2;
	border-right: 1px solid #899cc2;
	background-color: #ffffff;
	height: 70px;
	vertical-align: top;
}

/*Lightbox CSS*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/wcc/wcc_lightbox_overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
/*Custom Media Block CSS*/
.media {
	width: 100%;
}
/*Custom Manufacturers Block CSS*/
.manufacturers {
	border-bottom: 2px dotted #ff6600;
	padding: 15px 2px 10px 2px;
}
/*Custom Borrowed Items Block CSS*/
.borrowed {
	border-spacing: 1px;
	background: #dfdfdf;
}
.borrowed td{
	background: #ffffff;
	padding:5px;
}
/*Custom Laundry Block CSS*/
.laundry{}
.laundry span {
	color:#ff6600;
}
.imageright{
	float:right;
	vertical-align:middle;
	padding-left: 5px;
}
/*Custom Join Now, Benfits, and Gently Used Page CSS*/
.plans{
	vertical-align:top;
	width: 65%;
	padding: 10px 5px 5px 0px;
	
}
.plans table{
	
}

.plans span{
	font-size: 18px;
	color: #003399;
}
.plans span span{
	font-size: 18px;
	color: #ff6600;
}


.plans table td#top{
	border: 1px solid #899cc2;
	background: #dfdfdf;
	padding:2px 10px 2px 2px;
}
.benefits{
	vertical-align:top;
	padding: 10px 0px 5px 0px;
}
.benefit{
	vertical-align: top;
	background-color: #dfdfdf;
	padding-top:5px;
}
.benefits ul{
	margin-top: 15px;
}
.benefits li{
	margin-top: 5px;
}

li.wow {
	padding-left: 8px;
	list-style-image: url(../images/button.jpg);
}

.tophead{
	border-bottom: 1px solid #003399;
	border-top: 1px solid #003399;
	font-size:14px;
	color:#ff6600;
	font-weight:bold;
	vertical-align: middle;
}
.head2 {
	font-size:20px;
	color: #003399;
	font-weight:bold;
	vertical-align: middle;
	padding-bottom:10px;
	}
.head2 span{
	font-size:20px;
	color: #ff6600;
	font-weight:bold;
	vertical-align: middle;
}

/*Custome Popup CSS*/

.popup_maintable{
	width: 400px;
	height: 400px;
	background:#fff;
	border: 1px solid #003399;
	padding: 4px;
	vertical-align:top;
}
.popup{
	font-family:arial,sans-serif; 
	font-size:13px;  
	color:#003399;
}
.popup_maintable span#poptitle{
	font-family:arial,sans-serif; 
	font-size:18px;  
	color:#003399;
}
.popup_maintable span#listhead{
	font-family:arial,sans-serif; 
	font-size:13px;  
	color:#ff6600;
	font-weight:bold;
}
.popup_maintable ul{
	margin-top: 15px;
}
.popup_maintable li{
	margin-top: 5px;
}
