/****** Main Table ******/
.basicTable 	{width: 986px;}

.mainTable {width: 100%; margin-bottom: 30px;}

.mainTableCellLeft 		{padding: 0 5px 0 0; vertical-align: top;}
.mainTableCellCenter 	{padding: 0; vertical-align: top;}
.mainTableCellRight 	{padding: 0 0 0 5px; vertical-align: top;}

.homeGreeting 		{padding: 4px 10px 4px 10px; vertical-align: top;}
.homeGreetingTable	{width: 100%;}
.homeGreetingCenter 		{padding: 10px 0px; width: 100%; color: #000; font: 12px Arial, Helvetica, sans-serif; display: block;}

.introBlock {border: 1px solid #D5D4D5;}
.introBlock td {padding: 5px 10px;}

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

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

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

.headerMenu {background: url(../images/swdi/bgr.jpg) no-repeat center 57px; width: 100%;}

.headerMenu td.logo  {width: 346px;}
.headerMenu td.logo img {margin: 30px 30px 127px 19px;}
.headerMenu td.newprod  {background: url(../images/swdi/new.gif) no-repeat 175px top; vertical-align: top; width: 640px;}

.newproduct  {position: relative;}
.newprodimg  {left: 215px; position: absolute; top: 12px;}
.newprodimg img  {height: 180px;}
.newprodtitle  {padding: 65px 410px 10px 0; /*width: 220px;*/}
.newprodtitle a  {color: #595959; font: 17px Arial, Helvetica, sans-serif; text-decoration: none;}

.hotlines  {padding: 7px 17px;}
.hotlines b  {color: #D62622;}
.hotlines .line1  {font: 13px Arial, Helvetica, sans-serif;}
.hotlines .line2  {font: 13px Arial, Helvetica, sans-serif;}
.hotlines .line3  {color: #BBBBBB; display: block; font: 18px Arial, Helvetica, sans-serif;}

.indexpage .headerMenu {background: url(../images/swdi/index-bgr.jpg) no-repeat center 57px;}
.indexpage .headerMenu td.logo  {width: 406px;}
.indexpage .headerMenu td.logo img {margin: 30px 30px 332px 19px;}
.indexpage .headerMenu td.newprod  {background: url(../images/swdi/new.gif) no-repeat left top; width: 580px;}
.indexpage .newprodimg  {left: 130px; top: 70px;}
.indexpage .newprodimg img  {height: auto !important;}
.indexpage .newprodtitle  {padding: 75px 420px 10px 0;/* width: 140px;*/}
.indexpage .hotlines  {display: block; padding: 0; position: relative;}
.indexpage .hotlines div {background: #FFFFFF; left: 20px; padding: 4px 0; position: absolute; top: -152px; width: 347px; /**/  filter: alpha(opacity=80); moz-opacity: 0.8; opacity: 0.8;}
.indexpage .hotlines b  {color: #BA201E;}
.indexpage .hotlines .line1  {color: #5E5E5E; display: block; font: 11px/20px Arial, Helvetica, sans-serif; padding: 0 12px;}
.indexpage .hotlines .line2  {color: #7A7A7A; display: block; font: 11px/20px Arial, Helvetica, sans-serif; padding: 0 62px 0 12px;}
.indexpage .hotlines .line3  {color: #5E5E5E; display: block; font: 14px/20px Arial, Helvetica, sans-serif; padding: 0 12px;}

.headerMenu td.menu {padding: 10px 0; width: 100%;}
.headerMenu td.menu table {background: url(../images/swdi/tm-bgr.gif) repeat-x top; width: 100%;}
.headerMenu td.menu td.begin	{background: url(../images/swdi/tm-l.gif) no-repeat left top; width: 3px;}
.headerMenu td.menu td.begin img	{margin: 18px 1px;}
.headerMenu td.menu td.end	{background: url(../images/swdi/tm-r.gif) no-repeat right top; width: 3px;}
.headerMenu td.menu td.end img	{margin: 18px 1px;}
.headerMenu td.menu td.topmenu	{background: url(../images/swdi/tm-del-s.gif) no-repeat left center; text-align: center;}

/* Active & Noneactive links in menu */

a.menu {
	background: url(../images/swdi/tm-del.gif) no-repeat center right;
	color: #595959;
	display: block;
	font: bold 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px 0 2px 0;
}
a.menu span {
	color: #595959;
	display: block;
	font: bold 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	padding: 9px 20px;
}
a.menu:hover {color: #FFFFFF; text-decoration: underline;}
a.menu:hover span {color: #FFFFFF; background: #D62622;}

a.menuActive {
	background: url(../images/swdi/tm-del.gif) no-repeat center right;
	color: #D62622;
	display: block;
	font: bold 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px 0 2px 0;
	text-decoration: none;
}
a.menuActive span {
	color: #D62622;
	display: block;
	font: bold 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	padding: 9px 20px;
}
a.menuActive:hover {color: #FFFFFF; text-decoration: underline;}
a.menuActive:hover span {color: #FFFFFF; background: #D62622;}

.headerMenu td.menu td#m_1 {background: none;}
.headerMenu td.menu td#m_35 a {background: none;}
.headerMenu td.menu td#m_35 a:hover span {background: #D62622 !important;}


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

.subMenuBlock {
	display: none;
	margin-top: -2px;
	position: absolute;
	z-index: 2500;
}

a.subMenu {
	background: #BBBBBB; 
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-weight: bold; 
	padding: 8px 12px;
	text-decoration: none;
	white-space: nowrap;
}

a.subMenu:hover {
	background: #969696; 
	display: block;
}

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

table.secondaryMenu 		{width: 100%;}
td#menu td.secondaryBegin	{background: url(../images/double/menuBegin.gif) no-repeat top left; width: 7px; height: 31px;}
td#menu td.secondaryBegin img.Img	{width: 7px; height: 31px;}
a.secondaryMenu 			{color: #fff; text-decoration: none; font: bold 11px Arial, Helvetica, sans-serif; padding: 5px 15px; white-space: nowrap; display: block;}
a.secondaryMenu:hover 		{color: #FFFF99; text-decoration: none; font: bold 11px Arial, Helvetica, sans-serif; padding: 5px 15px; white-space: nowrap; display: block;}
a.secondaryMenuActive 		{color: #FFFF99; text-decoration: none; font: bold 11px Arial, Helvetica, sans-serif; padding: 5px 15px; white-space: nowrap; display: block;}
a.secondaryMenuActive:hover	{color: #FFFF99; text-decoration: none; font: bold 11px Arial, Helvetica, sans-serif; padding: 5px 15px; white-space: nowrap; display: block;}
td#menu td.secondaryEnd  	{background: url(../images/double/menuEnd.gif) no-repeat top right; width: 50%; height: 31px;}
td#menu td.secondaryEnd  img.Img	{width: 7px; height: 31px;}

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

.filterPopup {
	display:none;
	position:absolute;
	border: 3px double #BFBFBF; 
	background-color: #FEFEFE;
	z-index: 2000;
}
.filterPopup a {color: #0a0509;}
.filterPopup a:hover, .filterPopup a:active {color: #1584d2;}

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

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

.breadcrumb {margin: 0px 0px 10px 0px;}

.breadcrumbBegin {width: 12px;}
.breadcrumbBegin img {width: 12px; height: 1px;}

.breadcrumbDelimiter {font-size: 11px; width: 100%;}
.breadcrumbDelimiter table {background: #F4F4F4;}
.breadcrumbDelimiter table td {padding: 3px 7px;}
.breadcrumbDelimiter a {font-size: 11px; text-decoration: none;}
.breadcrumbDelimiter a:hover {text-decoration: underline;}
.breadcrumbDelimiter a.treeItemLast {color: #D62622; cursor: text;}
.breadcrumbDelimiter a.treeItemLast:hover {text-decoration: none;}
.breadcrumbDelimiter span {}
.breadcrumbDelimiter img {display: none;}
	
.breadcrumbRSS {}

.breadcrumbEnd {width: 12px;}
.breadcrumbEnd img {width: 12px; height: 1px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 12px; margin-right: 10px;}
.breadcrumbDelimiter span.active {font-size: 12px; font-weight: bold; margin-right: 10px;}
/****************** end Order Pages ***********************************/

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

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

.titleTop {margin-bottom: 6px;}

.titleTopLeft {width: 4px; background: url(../images/swdi/block-l.gif) no-repeat top left;}
.titleTopImgLeft {margin: 0 3px 37px 0;}

.titleTopCenter {background: url(../images/swdi/block-bgr.gif) repeat-x top; padding: 0 0 0 12px;}
.titleTopCenter div {color: #595959; font: bold 14px Tahoma, Arial, Helvetica, sans-serif;}
.titleTopCenter h1 {color: #595959; font: bold 14px Tahoma, Arial, Helvetica, sans-serif;}

.titleTopRight {width: 4px; background: url(../images/swdi/block-r.gif) no-repeat top left;}
.titleTopImgRight {margin: 0 3px 37px 0;}

.block {margin-bottom: 6px;}
.blockTD {/*border-right: 1px dotted #CCCCCC; border-left: 1px dotted #CCCCCC; */padding: 0px 10px;}

.titleBot {display: none;}


.block-filter .titleTop, .block-banners .titleTop, .block-navigation .titleTop {display: none;}
 
table#user-home .titleTop {display: none;}

.block-product-details .titleTop {display: none;}
.block-product-details .highlights {padding: 6px 0 0 0;}
.block-product-details .productImgTd {vertical-align: top;}
.block-product-details .productImgTd a {color: #D62622;}

.block-products-list .titleTop {display: none;}
.block-products-list h2 a	{text-decoration: none; font: bold 14px Tahoma, Arial, Helvetica, sans-serif;}
.block-products-list h2 a:hover	{text-decoration: underline;}
.block-products-list .prodlist {border-top: 1px solid #D8D8D8; border-bottom: 1px solid #D8D8D8;}
.block-products-list .padding6px .middlebg {background: none;}
.block-products-list .rating {display: none;}
.block-products-list .avail {padding: 0 0 6px 0;}

.block-cart .titleTop {background: url(../images/swdi/block-bgr.gif) repeat-x top;}
.block-cart .titleTopCenter {background: url(../images/swdi/cart-i.gif) no-repeat right top;}
.block-cart .middlebg td {background: url(../images/swdi/cart-bgr.gif) repeat-x center;}
.block-cart .usualbg td {padding: 3px 1px;}
.block-cart .middlebg td {padding: 1px 1px 2px 1px;}
.block-cart .usualbg td.nopad, 
.block-cart .middlebg td.nopad {padding: 0;}
.block-cart td.butTd {padding-top: 7px;}

.block-products-recently-viewed a:hover {text-decoration: underline;}
.block-products-recently-viewed a b {font-weight: normal;}
.block-products-recently-viewed .blockTD img {margin: 0 10px 0 0;}
.block-products-recently-viewed .top {padding: 5px 0;}
.block-products-recently-viewed .desc {display: none;}
.block-products-recently-viewed .compare {display: none;}
.block-products-recently-viewed .recentred {color: #D62622;}

.block-search td {text-align: right;}
.block-search a {color: #D62622;}
.block-search select {display: none;}
.block-search br {display: none;}

.block-login a {color: #D62622;}

.block-categories-catalog .blockTD {padding: 10px;}
.block-categories-catalog a img {margin: 0 0 10px 0;}
.block-categories-catalog .bigtitle {font-weight: bold; text-decoration: none;}
.block-categories-catalog .smallText {display: none;}
.block-categories-catalog .vDelimiter {background: url(../images/swdi/vdel.gif) repeat-y right top; border: none;}
.block-categories-catalog .hDelimiter {background: none; padding: 10px 0;}
.block-categories-catalog .hDelimiter img {background: #D8D8D8; border: 0px; height: 1px; width: 100%;}


.maintitles .titleTopCenter {padding: 0 0 0 20px;}
.mainimg td {text-align: center; vertical-align: middle;}
.maindel {background: url(../images/swdi/vdel.gif) repeat-y center top; padding: 0 2px;}
.mainlink .titleTopCenter {padding: 0 0 0 8px;}
.mainlink div {background: url(../images/swdi/i-arr.gif) no-repeat left 4px; padding: 2px 0 2px 12px;}
.mainlink div a {font-size: 11px;}

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

/************* userHome *******************/
td.userHome {padding: 7px;}
td.userHomeTitle {font-size: 12px; white-space: nowrap;}
td.userHomeTitle b {color: #000;}

div.userHomeBottom {background: none; padding: 0px 20px 0px 20px;}

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

a.button {
	background: url(../images/swdi/but-l.gif) no-repeat left;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font: bold 11px/20px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px 0 3px 3px;
	text-decoration: none;
	white-space: nowrap;
}
a.button:hover {text-decoration: none;}

a.button span 	{
	background: url(../images/swdi/but-r.gif) no-repeat right;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px 5px 3px 2px;
	white-space: nowrap;
}
a.button img 	{display: none;}

a.button-add span 		{}		/* add to cart (products categories, product details) */
a.button-view span 		{color: #D62622;}		/* view cart (products categories, product details) */
a.button-check span 		{}		/* check out (products categories, product details) */
a.button-wishlist span 	{}		/* wishlist (products categories, product details) */

a.buttonBasket {
	background: url(../images/swdi/but-l.gif) no-repeat left;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font: bold 11px/20px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px 0 3px 3px;
	text-decoration: none;
	white-space: nowrap;
}
a.buttonBasket:hover {text-decoration: none;}

a.buttonBasket span 	{
	background: url(../images/swdi/but-r.gif) no-repeat right;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px 5px 3px 2px;
	white-space: nowrap;
}
a.buttonBasket img 	{display: none;}

a.button-shopping span 	{color: #D62622;}			/* Continue shopping (basket) */
a.button-retrieve span 	{}			/* Retrieve Cart (basket) */
a.button-save span 		{}			/* Save cart (basket) */
a.button-clear span 		{}			/* Clear cart (basket) */
a.button-checkout span 	{color: #D62622;}			/* Checkout (basket) */

a.buttonCart {
	background: url(../images/swdi/but-l.gif) no-repeat left;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font: bold 11px/20px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px 0 3px 3px;
	text-decoration: none;
	white-space: nowrap;
}
a.buttonCart:hover {text-decoration: none;}

a.buttonCart span 	{
	background: url(../images/swdi/but-r.gif) no-repeat right;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px 5px 3px 2px;
	white-space: nowrap;
}
a.buttonCart img 	{display: none;}

a.button-check span 		{}		/* Checkout (small cart) */
a.button-view span 		{color: #D62622;}		/* View cart (small cart) */

a.buttonMore {
	background: url(../images/swdi/but-l.gif) no-repeat left;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font: bold 11px/20px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px 0 3px 3px;
	text-decoration: none;
	white-space: nowrap;
}
a.buttonMore:hover {text-decoration: none;}

a.buttonMore span 	{
	background: url(../images/swdi/but-r.gif) no-repeat right;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px 5px 3px 2px;
	white-space: nowrap;
}
a.buttonMore img 	{display: none;}

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

/************* Category *******************/
.topCategory 			{background: url(../images/swdi/arr.gif) no-repeat 1px 10px; margin: 0; padding: 4px 0;}
.selectedtopCategory {background: url(../images/swdi/arr-a.gif) no-repeat 1px 10px; margin: 0; padding: 4px 0;}
.topCategory a, 
.selectedtopCategory a {font-size: 14px; font-weight: bold; padding-left: 9px; text-decoration: none;}
.topCategory a:hover, 
.selectedtopCategory a:hover {text-decoration: underline;}

.secondcoll {background: none !important;}
.secondcoll a, 
.secondcoll a {padding-left: 0 !important;}
       
.subCategory, 
.selectedsubCategory {padding: 4px 0;}
.subCategory a, 
.selectedsubCategory a {font-size: 11px;}
.selectedsubCategory a {color: #D62622;}

.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {margin: 0;}
/************* Category *******************/

/************* Latest *******************/
td.topArticle {padding: 0px;}
td.subArticle {padding: 3px 3px 0px 0px;}
.topArticle div a	{font: bold 12px Arial, Helvetica, sans-serif; color: #014ec0; text-decoration: none; background: url(../images/double/category_image.gif) no-repeat left top; padding-left: 20px;}
.topArticle div a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #014ec0; text-decoration: none;}
.topArticle a.buttonMore	{background: none; padding-left: 0px; font: normal 11px Arial, Helvetica, sans-serif; white-space: nowrap; color: #D55101; text-decoration: underline; display: block; padding-top: 2px;}
.topArticle a.buttonMore:hover	{background: none; padding-left: 0px; font: normal 11px Arial, Helvetica, sans-serif; white-space: nowrap; color: #D55101; text-decoration: none; display: block; padding-top: 2px;}

a.subArticle {padding-left: 8px; font-size: 11px; background: url(../images/bullet.gif) no-repeat left 3px;}
/************* Latest *******************/


/************* Offers *******************/
.block-offers .block .blockTD a.bigtitle			{text-decoration: none; font: bold 14px Tahoma, Arial, Helvetica, sans-serif;}
.block-offers .block .blockTD a.bigtitle:hover 	{text-decoration: underline;}
.block-offers .prices 	{padding: 3px 0;}
.offerTitleTop				{display: none;}
.offerTitle					{text-align: left; clear: right; display: block;}
.offerTd 					{text-align: left;}
.offerTd img.offerImg	{float: left; margin-right: 10px; margin-bottom: 10px;} 
.offerTd div.offerText	{text-align: justify;}
.offerTd a.buttonMore span {display: block;}

/********************************************/
.block-products-list .block .blockTD img.productImg, .block-product-details .block .blockTD img.productImg {margin-right: 10px; margin-bottom: 10px;} 

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

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

/************* Footer *******************/
.footerAll {background: url(../images/swdi/footer.gif) repeat-x center center;}
.footerMenu	{text-align:center; font-size: 11px;}
.footerMenu	span {padding: 0px 0px 0px 5px; color: #1584d2;}
.footerMenu	a.smallText	{color: #1584d2; text-decoration: none; font-size: 11px; font-weight: bold;}
.footerMenu a.smallText:hover	{color: #1584d2; text-decoration: underline; font-size: 11px; font-weight: bold;}
.footerHTML	{margin: 0 auto; padding: 24px 0; width: 930px;}
.footerHTML {font: 11px Tahoma, Arial, Helvetica, sans-serif; color: #999;}
.footerImg	{text-align:right;}
.footerImg img		{width: 80px; height: 26px; border:0px;}

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

body			{background: #FFFFFF url(../images/swdi/body-bgr.gif) repeat-x top; font: 11px Tahoma, Arial, Helvetica, sans-serif; color: #595959; margin: 0px; padding: 0px;}
body.popup	{font: 11px Tahoma, Arial, Helvetica, sans-serif; color: #595959; margin: 0px; padding: 0px;}

tr, td		{font: 11px Tahoma, Arial, Helvetica, sans-serif; color: #595959;}

h1, h2		{padding: 0px; margin: 0px;}

.middlebg 			{background: #F2F2F2;}
.middlebg td 		{font-weight: bold;}
.usualbg  			{background: transparent;}
.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 0;}
.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-family: Arial, Helvetica, sans-serif; font-size: 11px; }
input.usualprice	{background-color: transparent; border: none; text-align: right; font: 11px Arial, Helvetica, sans-serif;}
input.orderprice	{background-color: transparent; border: none; text-align: right; font: 11px Arial, Helvetica, sans-serif;}
input.search		{border: 1px solid #A3ACB1; background: #fff; font-size: 11px;}
input.text			{border: 1px solid #A3ACB1; background: #fff; font-size: 11px;}
input.field			{border: 1px solid #A3ACB1; background: #fff; font-size: 11px;}
input.fieldSmall	{border: 1px solid #A3ACB1; background: #fff; font-size: 11px;}
input.submit		{
	background: url(../images/swdi/but-r.gif) no-repeat right;
	border: 0px;
	color: #595959;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding: 3px 5px 3px 2px;
	margin: 0px;
}
	input#clear		{color: #333;}
	input#reset		{color: #333;}
	input#preview	{color: #FF6C00;}
	input#cancel	{color: #333;}
	input#delete	{color: #333;}
select				{border: 1px solid #A3ACB1; background: #fff; font-size: 11px;}
select.search		{border: 1px solid #A3ACB1; background: #fff; font-size: 11px;}
textarea			{border: 1px solid #A3ACB1; background: #fff;}

span.submit {
	background: url(../images/swdi/but-l.gif) no-repeat left;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	padding-left: 3px !important;
	white-space: nowrap;
}

form { margin: 0; }

/*a.header 			{color: #1584D2; text-decoration: underline; }
a.header:hover		{color: #1584D2; text-decoration: underline; }
a.title				{font: 12px Arial, Helvetica, sans-serif; color: #754903; text-decoration: underline;}
a.title:hover		{font: 12px Arial, Helvetica, sans-serif; color: #754903; text-decoration: none;}
a.smallText			{color: #1584D2; text-decoration: none; font-size: 11px; }
a.smallText:hover	{color: #1584D2; text-decoration: underline; font-size: 11px; }*/

a					{color: #595959; outline: none; text-decoration: underline;}
a:hover			{text-decoration: none;}

a img {border: none;}

.articleDate	{font-size: 11px; color: #706F6F; font-style: italic; }

.titleText			{color: #1584d2; text-decoration: none; }
.top				{font-size: 11px; padding: 2px 0px 2px 0px;}
.smallText		{font-size: 11px; }
.middleText		{font-size: 12px; }
.bigText			{font-size: 13px; }
.comment			{font-size: 11px; color: #C6C6C6; }
.message			{font-size: 12px; color: #959595; }
.title			{font-size: 13px;}
.bigtitle		{font-size: 14px;}
.error			{color: red; }
.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 #D8D8D8;}
/***/.hDelimiter {background: #D8D8D8; border: 0px;}
/***/
/***/.rolloverImagesTop {padding: 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 tubs on product details *****/
td.tab				{border: 1px solid #F4F4F4; border-bottom: 1px solid #FFFFFF; background: #F4F4F4; padding: 0px;}
td.tabActive		{border: 1px solid #FFFFFF; background: #FFFFFF; padding: 0px;}
a.tab					{color: #595959; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: underline;}
a.tab:hover			{color: #D62622; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tabActive			{color: #D62622; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
a.tabActive:hover	{color: #D62622; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
.tabline 			{background: #D8D8D8;}
/***** Visualisation tubs on product details *****/
/***** Visualisation tubs 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 *****/
/***** Visualisation tubs on UserHome pages *****/
.blockTDtabs table	{width: 100%; margin-bottom: 10px;}
div.adminTab 			{font: 12px Arial, Helvetica, sans-serif; padding: 3px 8px 2px 8px; margin: 0px 2px; cursor: pointer; white-space: nowrap;}
div.adminTabActive 	{font: bold 12px Arial, Helvetica, sans-serif; padding: 5px 9px 5px 9px;; margin: 3px 0px 0px 0px; white-space: nowrap;}
td.adminTab			{vertical-align: bottom;}
td.adminTabActive	{border: none;}
td.beginTab			{padding: 0px 4px;}
td.endTab			{padding: 0px 4px; width: 90%;}
a.blackSm, a.blackSm:hover {text-decoration: none;}
/***** Visualisation tubs on UserHome pages *****/
/***** Prices on the site *****/
.prices {padding: 7px 0;}

.priceBlock {color: #D62622; font: bold 14px Tahoma, Arial, Helvetica, sans-serif;}
.priceBlock .price {font-weight: bold;}
.priceBlock .priceTax {font-weight: normal;}

.priceBlockOld {text-decoration: line-through;}
.priceBlockOld .price {font-weight: normal;}
.priceBlockOld .priceTax {font-weight: normal;}

.priceBlockHidden {font-weight: bold; display: none;}
.priceBlockHidden .price {font-weight: bold;}
.priceBlockHidden .priceTax {font-weight: normal;}

.priceBlockEdit {font-weight: bold;}
.priceBlockEdit input.price {text-align: right; font-weight: bold; width: 60px; font-size: 13px; color: black; border: 1px solid #A3ACB1;}

.salesBlock {color: #D62622; font: bold 14px Tahoma, Arial, Helvetica, sans-serif;}
.salesPrice {font-weight: bold;}
.salesTax {font-weight: normal;}

.priceSaveBlock {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;}
.productsCategory 		{font-size: 12px; font-weight: bold; color: #D55101; background: #E9E9E9; padding: 6px !important; }
.productsDelimiter 		{background: #E9E9E9; padding: 0px !important;}
.productsDelimiterTop 	{background: #E9E9E9; padding: 0px !important;}
.productsDelimiterTop img 	{height: 2px;}
/***** Visualisation product list as table *****/
/***** Rating iamges *****/
.neutral {display: none; }
.commend		{background: url(../images/icons/commend.png) no-repeat; width: 20px; height: 20px; border:0px;}
* html .commend {background-image: 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;}
* html .discommend {background-image: 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;}
* html .not-rated {background-image: 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;}
* html .rating-1 {background-image: 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;}
* html .rating-2 {background-image: 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;}
* html .rating-3 {background-image: 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;}
* html .rating-4 {background-image: 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;}
* html .rating-5 {background-image: 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: 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 #C6C6C6;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-align:justify;}
/***** Wishlist 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: none; position: absolute; bottom: -4px; margin: 0px 0px 0px 2px;}
* html .block-product-details .newProduct img {//background-image: 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: none; position: relative; bottom: -6px; margin: 0px 0px 0px 2px;}
* html .block-products-list .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);}
/***** 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: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .block-products-list .restrictedItem img.restrictedItem {background-image: 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: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .restrictedItem img.restrictedItem {background-image: 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: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .restrictedCategory img.restrictedCategory {background-image: 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 *****/
