/* CSS Document */

/* Font CSS Styles */

td
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666;
	}

.td_BlackText
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	}	
	
.td_WhiteText	
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF;
	}

.td_Price
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	}
.BasketDivider
	{
	border-bottom-color: #CCCCCC;
	border-bottom: solid;
	border-bottom-width: 1px;
	}
td_Pricebg
	{
	background-image: url(../sites/magikthreadv1.1/graphic_design/pricebg.gif);
	background-repeat: no-repeat;		
	}
.td_Capitals
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666;
	text-transform: capitalize; 	
	}	
.PageTitle
	{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-transform: capitalize; 	
	}	
	
.HeroSlot_Title
	{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-transform: capitalize; 	
	}	

/* Table/Cell CSS Styles */

.td_productmenu
	{
	bgcolor: #E5E5E5;
	background-color: #E5E5E5;
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
}

.td_bestsellers
	{
	bgcolor: #E5E5E5;
	background-color: #E5E5E5;
	border-top: 1px none #A3A3A3;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px none #A3A3A3;
	border-left: 1px solid #A3A3A3;
}
	
.tbl_outer
	{
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
	}
.td_Menu
	{
	background-color: #003366;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 4px;
	text-align: center;
	}
.td_MenuOn
	{
	background-color: #97B5E2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 4px;
	text-align: center;
	}	
.td_defaultslot
	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-left-style: solid;
	}
.td_MainCat
	{
	padding: 3px 3px 0px 2px;
	}
.td_ProductLink
	{
	padding: 3px 3px 0px 20px;
	}
.td_picslot
	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
	

/* Link CSS Style */
 
/* Link */
a
	{
	font-weight: normal;
	color:  #003366; 
	text-decoration:underline;
	font-weight: normal;
	}
a:active
	{
	color:  #003366;
	text-decoration:underline;
	font-weight: normal;
	}
a:visited
	{
	color: #003366;
	text-decoration:underline;
	font-weight: normal;
	}
a:hover
	{
	color: #1383ED;
	text-decoration:underline;
	font-weight: normal;
	}
 
/* Main menu Link */
a.MenuLink
	{
	font-weight: normal;
	color: #FFFFFF; 
	text-decoration:none;
	font-weight: normal;
	}
a.MenuLink:active
	{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
	}
a.MenuLink:visited
	{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
	}
a.MenuLink:hover
	{
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: normal;
	}
	
/* Breadcrumb */

a.breadcrumb
	{
	font-weight: normal;
	color: #FFFFFF; 
	text-decoration:none;
	font-weight: normal;
	}
a.breadcrumb:active
	{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
	}
a.breadcrumb:visited
	{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
	}
a.breadcrumb:hover
	{
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: normal;
	}

/* GreyLink */
a.GreyLink
	{
	font-weight: normal;
	color: #999999; 
	text-decoration:none;
	font-weight: normal;
	}
a.GreyLink:active
	{
	color: #999999;
	text-decoration:none;
	font-weight: normal;
	}
a.GreyLink:visited
	{
	color: #999999;
	text-decoration:none;
	font-weight: normal;
	}
a.GreyLink:hover
	{
	color: #999999;
	text-decoration:underline;
	font-weight: normal;
	}

/* Black Link */
a.BlackLink
	{
	font-weight: normal;
	color: #000000; 
	text-decoration:underline;
	font-weight: normal;
	}
a.BlackLink:active
	{
	color: #000000;
	text-decoration:underline;
	font-weight: normal;
	}
a.BlackLink:visited
	{
	color: #000000;
	text-decoration:underline;
	font-weight: normal;
	}
a.BlackLink:hover
	{
	color: #000000;
	text-decoration:none;
	font-weight: normal;
	}

/* White Link */
a.WhiteTextLink
	{
	font-weight: normal;
	color: #FFFFFF; 
	text-decoration:underline;
	font-weight: normal;
	}
a.WhiteTextLink:active
	{
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: normal;
	}
a.WhiteTextLink:visited
	{
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: normal;
	}
a.WhiteTextLink:hover
	{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: none;
	}
	
/* Main Category Link */
a.MainCatLink
	{
	font-size: 10px; 
	font-weight: normal;
	color: #666666; 
	text-decoration:none;
	}
a.MainCatLink:active
	{
	font-size: 10px; 
	color: #666666;
	text-decoration:none;
	font-weight: normal;
	}
a.MainCatLink:visited
	{
	font-size: 10px; 
	color: #666666;
	text-decoration:none;
	font-weight: normal;
	}
a.MainCatLink:hover 
	{
	font-size: 10px; 
	color: #333333;
	text-decoration:none;
	font-weight: normal;	
	}
	
/* Product Link */
 
a.ProductLink
	{
	font-weight: normal;
	color: #666666; 
	text-decoration:underline;

	font-weight: normal;
	}
a.ProductLink:active
	{
	color: #666666;
	text-decoration:underline;
	font-weight: normal;
	}
a.ProductLink:visited
	{
	color: #666666;
	text-decoration:underline;
	font-weight: normal;
	}
a.ProductLink:hover
	{
	color: #666666;
	text-decoration:none;
	font-weight: normal;
	}		
	

/* Form CSS Styles */

.FilterDropDown
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	height: 17px;
	}

.Input
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	height: 20px;
	background-color: #FFFFFF;
	background-position: center;
	}
.CheckoutInput
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	height: 20px;
	background-color: #FFFFFF;
	background-position: center;
	}	
.Button
	{
	font-family: arial; 
	font-size: 10px; 
	background-color: #ffffff; 
	color: #000000; 
	font-weight: bold;
	}
.BasketButton
	{
	font-family: arial; 
	font-size: 10px; 
	background-color: #ffffff; 
	color: #000000; 
	font-weight: bold;"	
	width:1150px;
	}	
form
	{
	margin-bottom:2px;
	}