
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}






/* Root = Vertical, Secondary = Vertical */
SPAN.productSpecialPriceGreen, .product SPAN.productSpecialPriceGreen  
											{color:#006600;font-size:16px;font-weight:bold; }
.phone {
    color: #B61E2F;}

.totalPrice
{ font-size:16px;
color: #c10917;
text-decoration:none;
FONT-WEIGHT: bold;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
}
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 205px; /*For KHTML*/
	list-style: none;
	}

ul#navmenu:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
	}

/* Root Menu */
ul#navmenu a {
	border: 0.5px solid #FFF;
	border: 1 solid #FFF;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	padding: 0 6px;
	display: block;
	background:#E9E9E9 url(shop_files/a1.gif) left top no-repeat; margin:0px 0px 0px 0px; padding:3px 0px 4px 33px; 
	color: #666;
	font-family:Tahoma; font-size:11px; color:#646464; text-decoration:none;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background:#E9E9E9 url(shop_files/a3.gif) left top no-repeat; margin:0px 0px 0px 0px; padding:3px 0px 4px 30px;
	color: #B41E2E;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	background: #6283B3;
	color: #ffffff;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #cccccc;
	color: #B41E2E;
	}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #6283B3;
	color: #ffffff;
	}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #cccccc;
	color: #B41E2E;
	}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #6283B3;
	color: #ffffff;
	}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #E9E9E9;
	color: #B41E2E;
	}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 205px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	}
	
.cat_description {  font-family :tahoma; font-size : 10px; color: #800000; font-weight: bold }
.cat {  font-family :tahoma; font-size : 15px; color: #000000; font-weight: bold }
a.standard {  color: #000000; text-decoration: none; }
a:hover.standard {  color: #000000; text-decoration: underline; }
.boxText { font-family:tahoma; font-size: 10px; }
.centertable { border-left:1px solid #798CCC; border-right:1px solid #798CCC; background-color:#D2DBF5 }
.navBlue     { color: #FF0000; font-size: 8pt; font-family: Verdana }
.errorBox { font-family :tahoma; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :tahoma; font-size : 10px; color: #cc0033; }
.productsNotifications {}
.orderEdit { font-family :tahoma; font-size : 10px; color: #000000; text-decoration: none; }

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	}
	

.bbcodes {
background : #fff;
border : 1px solid #B61E2F;
color : #666666;
font-family : Verdana, Tahoma, helvetica, sans-serif;
padding : 2px;
vertical-align : middle;
font-size : 10px;
vertical-align : middle;
margin : 2px;
height : 19px;
}
	
	h1 {
font-size:14px;
text-decoration:none;
FONT-WEIGHT: bold;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
}
	h3 {
font-size:15px;
color: #566268;
text-decoration:none;
FONT-WEIGHT: bold;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
}
	.blogh2 a:hover{
font-size:17px;
color: #6283B3;
text-decoration:none;
FONT-WEIGHT: bold;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
}
	.blogh2 a{
font-size:17px;
color: #6283B3;
text-decoration:none;
FONT-WEIGHT: bold;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
}
	h2 {
font-size:17px;
color: #6283B3;
text-decoration:none;
FONT-WEIGHT: bold;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
}

	.warning {
font-size:17px;
color: #ffffff;
text-decoration:none;
FONT-WEIGHT: bold;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
}
		.warning2 {
font-size:17px;
color: #ff0000;
text-decoration:none;
FONT-WEIGHT: bold;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
}
	
img {
	border:0;
	}	
A {
  color: #000000;
  text-decoration: underline;
}



FORM {
        display: inline;
}


TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family:tahoma;
  font-size: 11px;
  background: #bbc3d3;
  color: #566268;
  font-weight : bold;
}


A.headerNavigation { 
 color: #424242;
}

A.headerNavigation:hover {
 color: #424242;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family:tahoma
  font-size: 12px;
  background: #ff0000;
  color: #000000;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family:tahoma;
  font-size: 12px;
  background: #00ff00;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

td .select{ 

 margin:0 0 9px 22px; width:134px; height:20px; 

 
}

td select {

width:134px;
}

.infoBoxContents {

  font-family:tahoma;
  font-size: 10px;
}


.infoBoxNoticeContents {
  font-family:tahoma;
  font-size: 10px;
}

.infoBoxNoticeContents {
  font-family:tahoma;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family:tahoma;
  font-size: 12px;
  font-weight: bold;
  color: #000000; padding-top:4
}

TD.infoBox, SPAN.infoBox {
  font-family:tahoma;
  font-size: 10px;
  color:#000000;
}

TD.contentBoxHeading {
  font-family:tahoma;
  font-size: 10px;
  font-weight: bold;
  color: #534F4D; padding-top:5
}

TR.accountHistory-odd,
TR.addressBook-odd,
TR.alsoPurchased-odd,
TR.payment-odd,
TR.productListing-odd,
TR.productReviews-odd,
TR.upcomingProducts-odd,
TR.shippingOptions-odd {
;
}

TR.accountHistory-even,
TR.addressBook-even,
TR.alsoPurchased-even,
TR.payment-even,
TR.productListing-even,
TR.productReviews-even,
TR.upcomingProducts-even,
TR.shippingOptions-even
 {  ;
}

TABLE.productListing {
  border-spacing: 1px
}

.productListing-heading {
  font-family: tahoma;
  font-size: 10px;
  color: #000000;
  font-weight:bold;
 text-align:center;
}

TD.productListing-data {
  font-family:tahoma;
  font-size: 10px;
  color:#000000;
  vertical-align:middle;
  padding:0 5px 0 5px;
}
TD.productListing-data a{ text-decoration:none; color:#000000;}
TD.productListing-data a b{
		color:#000000;
		text-decoration:none;
		margin:0 0 0 5px;
		}
TD.productListing-data2 {
  font-family:tahoma;
  font-size: 10px;
  padding-top:10px;
}

A.pageResults {
  color: #000000;
}

a:hover.pageResults {
  color: #000000;
}

.navBbrown a{ color:#000000; text-decoration:none;}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:tahoma;
  font-size: 10px;
  color: #E46709;
}

.main, P.main, .main a{ 
   
  font-family: tahoma;
  font-size: 11px;
  color:#787878;
  padding:0px 10px 0px 10px;
}
TD.main2, P.main2 {
  font-family:tahoma;
  font-size: 11px;
  line-height: 1.5;
  padding:3px;
  color:#000000
  padding:10px; 
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:tahoma;
  font-size: 11px;
  color:#000000;
}

TD.smallText a{
  font-family:tahoma;
  font-size: 11px;
  color:#000000;
}

TD.accountCategory {
  font-family:tahoma;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family:tahoma;
  font-size: 11px;
  font-weight: bold;
  color:#000000
}

TD.fieldValue {
  font-family:tahoma;
  font-size: 12px;
}

TD.tableHeading {
  font-family:tahoma;
  font-size: 12px;
  font-weight: bold;
}

TD.category_desc {
  font-family:tahoma;
  color:#000000;
  font-size: 11px;
  line-height: 1.5;
}

SPAN.newItemInCart {
  font-family:tahoma;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:tahoma;
  font-size: 11px;
}
select {
		width:200px;
		}
TEXTAREA {
  width: 100%;
  font-family:tahoma;
  font-size: 11px;
}

SPAN.greetUser {
  font-family:tahoma;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family:tahoma;
  color: #c10917;
}

SPAN.errorText {
  font-family:tahoma;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #980133; }


.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #E46709; }



.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }


TABLE.linkListing {
  border: 0px;
  border-style: solid;
  border-color: #D6D6D6;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

TD.linkListing-data, TD.linkListing-data a{
  border-right: 0px solid #D6D6D6;
  border-bottom: 0px solid #D6D6D6;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#000000;
}

TR.linkListing-odd {
}

TR.linkListing-even {
}



TR.ShowCartDetails, TD.ShowCartDetails, P.ShowCartDetails {

  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color=: #BDCAF0;
}


TR.HeaderPageLinksLeft, TD.HeaderPageLinksLeft, P.HeaderPageLinksLeft {
  background-image: url('shop_files/button_blank_left.gif');
}
TR.HeaderPageLinksRight, TD.HeaderPageLinksRight, P.HeaderPageLinksRight {
  background-image: url('shop_files/button_blank_right.gif');
}
TR.HeaderPageLinks, TD.HeaderPageLinks, P.HeaderPageLinks {
  background-image: url('shop_files/button_blank_middle.gif');
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #E46709
}
A.HeaderPageLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}
a:hover.HeaderPageLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;

  color: #00FF00;
}

TD.cookieUsage {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #000000;
  color: #000000;
}


.attributeBoxContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; background-color: #808080; }
.TR.attributeBoxContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; background-color: #808080; }
.TD.attributeBoxContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; background-color: #C0C0C0; }

.storyboxtitle  {FONT-FAMILY: Verdana; COLOR: #000000; FONT-SIZE: 10px; FONT-WEIGHT: bold; BACKGROUND: none;}
.storyboxtitle A:link           {FONT-FAMILY: Verdana; COLOR: #000000; FONT-SIZE: 10px; FONT-WEIGHT: bold; BACKGROUND: none;}
.storyboxtitle A:active         {FONT-FAMILY: Verdana; COLOR: #000000; FONT-SIZE: 10px; FONT-WEIGHT: bold; BACKGROUND: none;}
.storyboxtitle A:visited        {FONT-FAMILY: Verdana; COLOR: #000000; FONT-SIZE: 10px; FONT-WEIGHT: bold; BACKGROUND: none;}
.storyboxtitle A:hover          {FONT-FAMILY: Verdana; COLOR: #000000; FONT-SIZE: 10px; FONT-WEIGHT: bold; TEXT-DECORATION: underline; BACKGROUND: none;}

.price  {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}
.price A:link           {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}
.price A:active         {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}
.price A:visited        {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}
.price A:hover          {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}

.thickbox  {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}
.thickbox A:link           {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}
.thickbox A:active         {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}
.thickbox A:visited        {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}
.thickbox A:hover          {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}

.price1  {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 14px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}
.price1 A:link           {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}
.price1 A:active         {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}
.price1 A:visited        {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}
.price1 A:hover          {FONT-FAMILY: Verdana; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: none;}


.yearHeader { font-family: Helvetica, Arial, Verdana; font-size: 14px; font-weight: bold; color: #000000; text-decoration: none;} .calendarMonth { background-color: #BBC3D3; cursor: default; width: 100%;}
.calendarHeader { font-family: Helvetica, Arial, Verdana; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none; height: 22px;}
.calendarToday { font-family: Arial, Verdana; font-size: 10px; color: #000000; background-color: #FFCF00; padding-left : 3px; text-decoration: none; border:1px solid #000000; height: 22px; width: 18px;}
.calendarWeekend { font-family: Arial, Verdana; font-size: 10px; color: #000000; background-color: #CAEEFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #000000; height: 22px; width: 18px;}
.calendar { font-family: Arial, Verdana; font-size: 10px; color: #000000; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #000000; height: 22px; width: 18px; }
.event { font-family: Arial, Verdana; font-size: 11px; color: #000000; text-decoration: none; border:1px solid #E6E6E6; }
.empty { background-color: #F0FAFF; line-height: 14px; height: 22px; width: 18px; }
.calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {color: red; text-decoration: underline;}
.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {color: red; text-decoration: underline;}
.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {color: red; text-decoration: underline;}


/* MY*/
body{
padding:0px;
margin:0px;
background:#FFFFFF;
}

a:hover{text-decoration:none;}

img { border:0px;}

table {border-collapse:collapse; border:0px;}

td { padding:0px}

.main_text, table, li, input, textarea, select
	{
		font-family:Tahoma;
		font-size:11px;
		
		color:#515151;
	}
	
.border { border:1px solid #E9E7E7}
	
.bg-top { background:url(shop_files/bg-top.gif) top repeat-x}
.bg-topm { background:url(shop_files/bg-topm.gif) left top repeat-x}
.bg-topl { background:url(shop_files/bg-topl.jpg) left top no-repeat}
.bg-pan { background:url(shop_files/bg-pan.gif) left top repeat-x}
.bg-pan td { color:#565656}

.bg-bot { background:url(shop_files/bg-bot.gif) top repeat-x #EBEBEB}

.bg-h { background:#6283B3; color:#FFFFFF; padding-bottom:6px}
.bg-h strong { margin-left:10px; font-family:Arial; font-size:13px}

.bg-h2 { background:#B61E2F; color:#FFFFFF; padding-bottom:6px}
.bg-h2 strong { margin-left:10px; font-family:Arial; font-size:13px}
.bg-delivery { background:#E9E9E9;  padding: 8px;  font-size:14px; color:#6283B3; }
.bg-delivery A:active {text-decoration: none;display: inline-block;border-bottom: 1px dashed; font-size:14px; color: #6283B3;}
.bg-delivery A:hover {text-decoration: none;display: inline-block;border-bottom: 1px dashed; font-size:14px; color: #6283B3;}
.bg-delivery A:visited	{text-decoration: none;display: inline-block;border-bottom: 1px dashed; font-size:14px; color: #6283B3;}
.bg-delivery A {text-decoration: none;display: inline-block;border-bottom: 1px dashed; font-size:14px; color: #6283B3;}
		
		
		
.bg-h3 { background:#7A7A7A; color:#FFFFFF; padding-bottom:6px}
.bg-h3 strong { margin-left:14px; font-family:Arial; font-size:13px}

.bg-m { background:url(shop_files/bg-m.gif) top right no-repeat; padding-left:30px; padding-bottom:13px}

.box { color:#FFFFFF; background:#7A7A7A;}

.cont strong { color:#566268}
.cont span strong { color:#B61E2F; font-size:13px}

.res-page span { color:#B61E2F}
.res-page span a{ color:#B61E2F}

.city_delivery  { color:#c0c0c0; line-height:14px}

.c_text { color:#424242; line-height:16px}
.c_text a{ color:#424242; text-decoration:none}
.c_text a:hover{text-decoration:underline}

.padding { padding-bottom:9px}
.padding2 { padding:28px 27px 23px 375px}
.padding3 { padding:8px 10px 11px 10px;}
.padding4 { padding-bottom:18px}
.padding5 { padding:10px 0px 15px 0px}
.padding6 { padding-bottom:11px}


.padding10 {padding:6px 10px 0px 18px;}
.padding11 {padding:6px 10px 10px 18px;}
.padding12 { padding:13px 10px 14px 4px;}


.close { color:#A6A6A6}
.close a{ color:#A6A6A6; text-decoration:none}
.close a:hover{ color:#A6A6A6; text-decoration:underline}

.popup { color:#7A7A7A; line-height:14px}

.table { border:1px solid #E0E0E0; background:#EEEEEE; width:172px; height:50px}
.table td { color:#494949; line-height:15px}
.table td strong { color:#787878}
.table td strong a{ color:#D10000; text-decoration:none}
.table td strong a:hover{ text-decoration:underline}

.x-line { background:url(shop_files/x-line.gif) repeat-x}
.y-line { background:url(shop_files/y-line.gif) repeat-y}

.lh { line-height:14px}

.vam { vertical-align:middle}

.input	{width:142px; height:16px; padding-left:5px; color:#282E3E; font-size:10px}
.input2 {width:49px; height:18px; padding-left:5px; vertical-align:middle;color:#7A7A7A; font-size:10px; border:1px solid #7F7F7F; background:#FFFFFF; vertical-align:middle}
.input3 {width:39px; height:18px; padding-left:5px; vertical-align:middle;color:#7A7A7A; font-size:10px; border:1px solid #7F7F7F; background:#FFFFFF; vertical-align:middle}

.select { width:142px; height:16px; vertical-align:middle; color:#282E3E; font-size:11px}
.select2 { width:152px; height:20px; vertical-align:middle; color:#282E3E; font-size:11px}

ul {margin:0; padding:0; list-style:none}
li  {background:#E9E9E9 url(shop_files/a1.gif) left top no-repeat; margin:0px 0px 1px 0px; padding:3px 0px 4px 33px}
li a  {font-family:Tahoma; font-size:11px; color:#646464; text-decoration:none;}
li a:hover { color:#B41E2E}
.li  {background:#E9E9E9 url(shop_files/a1.gif) left top no-repeat; margin:0px 0px 1px 0px; padding:3px 0px 4px 33px; margin-left:22px;}
.li a  {font-family:Tahoma; font-size:11px; color:#646464; text-decoration:none;}

.ul2 li  {background:url(shop_files/a2.gif) no-repeat left center; margin: 0px 0px 0px 0px; padding:0px 0px 0px 7px}
.ul2 li a  {font-family:Tahoma; font-size:11px; line-height:19px; color:#6283B3; text-decoration:underline; font-weight:bold}
.ul2 li a:hover { text-decoration:none;}


.pageHeading {background:#7A7A7A; color:#FFFFFF; font-size:12px; font-weight:bold; padding:5px 10px 6px 10px;}
ol {list-style:none; padding:0px; margin:0px;}

a.seolink:link,a.seolink:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
}
a.seolink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: underline;
}

#comment-template h6 {
	font-size: 17px;
	color: #FFFFFF;
	margin: 20px 0px;
	padding: 5px 12px;
	float: left;
	line-height: 24px;
	display: inline;
	background: #990000;
	border: 1px solid #6283B3;
}

#discuss h6  {
	font-size: 17px;
	color: #FFFFFF;
	margin: 0px 0px;
	padding: 5px 12px;
	float: left;
	line-height: 24px;
	display: inline;
	background: #990000;
	border: 1px solid #990033;
}

#discuss2 h6 {
	font-size: 17px;
	color: #FFFFFF;
	margin: 0px 0px;
	padding: 5px 12px;
	float: left;
	line-height: 24px;
	display: inline;
	background: #333333;
	border: 1px solid #000000;
}


 h5 {	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
}
a.numberorder:link,a.numberorder:visited {
	font-size: 17px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 24px;
	text-decoration: none;
}
a.numberorder:hover {
	font-size: 17px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 24px;
	text-decoration: underline;
}
.idesh_naxyi {
    background-repeat: no-repeat; 
	}
	
	.alert {
	background: #FFE5BF url(http://blog.nailbox.ru/wp-content/themes/box-tube-ru/images/post-style/alert.gif) no-repeat 5px 8px;
	padding: 12px 3px 12px 40px;
	clear: both;
	width: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #FFCB7D;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
}

.alt2, .alt2Active
{
	background: #E1F9FF url(shop_files/alt2.gif) repeat;
	color: #cc0000;
	
}

span.punktir {
        text-decoration: none;
        display: inline-block;
        border-bottom: 1px dashed #6283B3;
        color: #6283B3;
}
span.punktired {
        text-decoration: none;
        display: inline-block;
        border-bottom: 1px dashed;
        color: #B61E2F;
}
