 body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	SCROLLBAR-FACE-COLOR: #FF6E4E; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #FFDFC6; 
	SCROLLBAR-3DLIGHT-COLOR: #FFD3AE; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #efefef; 
	SCROLLBAR-DARKSHADOW-COLOR: #FF7C4A; 
}

.txt 
{
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: 1px outset #FF8C36; 
	border-left: 1px outset #FF8C36; 
	border-bottom: 1px inset #FF8C36; 
	border-right: 1px inset #FF8C36; 
}

.textarea {
	width: 300px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #EDECCD;
	border-top: 1px outset #FF8C36; 
	border-left: 1px outset #FF8C36; 
	border-bottom: 2px inset #FF8C36; 
	border-right: 2px inset #FF8C36; 
}


.btn	{
	background-color: #000000; 
	cursor: hand; 
	border: solid 1px #808080; 
	background: url(../images/button_back.gif) center; 
	padding:1px; 
	height:22px;
}

.continue {
	border-bottom: 1px solid #8A8989;
	vertical-align: bottom;
	text-align: right;
}

.padText {
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

.prodName_Detail {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	COLOR: #000000; 
	FONT-FAMILY: arial,helvetica,sans-serif
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.content_Detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
	
.content_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.CatDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C85E00;
	text-transform:uppercase;
	/*filter: DropShadow(Color=#AAAAAA, OffX=2, OffY=1, Positive=2);*/
}

.CartTotal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

.ProductName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D52223;
	text-decoration:underline;
}

.ProductName:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D52223;
	text-decoration:underline;
}

.ProductName:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF8C36;
	text-decoration:underline;
}

.ProductPrice_Caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.ProductPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.Comment_ProductPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: Gray;
}

.td_product_top_left {
	width: 12px;
	background-image:url(../Images/Product_Border_Top_Bottom.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-position:bottom;
}

.td_product_bottom_left {
	width: 12px;
	background-image:url(../Images/Product_Border_Top_Bottom.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-position:top;
}

.td_product_top_right {
	width: 12px;
	background-image:url(../Images/Product_Border_Top_Bottom.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-position:bottom;
}

.td_product_bottom_right {
	width: 12px;
	background-image:url(../Images/Product_Border_Top_Bottom.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-position:top;
}

.td_product_left {
	width: 1px;
	background-image:url(../Images/Product_Border_Left_Right.gif);
	background-position:left;
	background-repeat:repeat-y;
}

.td_product_right {
	width: 1px;
	background-image:url(../Images/Product_Border_Left_Right.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.td_bestseller_header {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FF8C36;
	border-top: 1px solid #FF8C36;
	border-left: 1px solid #FF8C36;
	border-bottom: 1px solid #FF8C36;
	border-right: 1px solid #FF8C36;
	padding: 5px 8px 2px 14px;
}

.td_bestseller_item {
	border-top: 0px; 
	border-left: 1px solid #FF8C36; 
	border-bottom: 1px solid #FFD2AB; 
	border-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	vertical-align: middle;
}

.td_bestseller_item_name {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF8C36;
	font-size: 12px;
	font-weight: bold;
}

.td_bestseller_item_name:visited {
	color: #FF8C36;
}

.td_bestseller_item_name:hover {
	color: #D52223;
}

.td_bestseller_item_right {
	border-top: 0px; 
	border-left: 0px;
	border-bottom: 1px solid #FFD2AB; 
	border-right: 1px solid #FF8C36;
	width: 5px;
}

.TopMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	/*filter: Blur(Add = 1, Direction = 150, Strength = 2);*/
}

a.TopMenu:link {
	text-decoration: none;
}

a.TopMenu:visited {
	text-decoration: none;
}

a.TopMenu:hover {
	color: black;
}

.Language{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
}

a.Language:link {
	text-decoration: none;
}

a.Language:visited {
	text-decoration: none;
}

a.Language:hover {
	color: black;
	text-decoration: underline;
}


a.CatGroup:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #009D04;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: -1;
}

a.CatGroup:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #009D04;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: -1;
}

a.CatGroup:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #009D04;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: -1;
}

a.Category:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E20E00;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: normal;
}

a.Category:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E20E00;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: normal;
}

a.Category:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009D04;
	font-size: 12px;
	text-decoration: underline;
}

.CateTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E20E00;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: normal;
}

.MyAccount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6746;
}

a.MyAccount:link {
	text-decoration:none;
}

a.MyAccount:visited {
	text-decoration:none;
}

a.MyAccount:hover {
	color:black;
	text-decoration:underline;
}

.pager{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
	font-weight : bold;
	text-decoration : none;
	background-color : #fc9e5a;
	vertical-align:middle;
}
.pager:link 
{
	color : Green;
	text-decoration: none;
}
.pager:visited 
{
	color : Green;
	text-decoration: none;
}
.pager:hover 
{
	color: White;
	text-decoration: underline;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
}

a.copyright:link {
	text-decoration:none;
}

a.copyright:visited {
	text-decoration:none;
}

a.copyright:hover {
	text-decoration:underline;
}

.link{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Gray;
	text-decoration : none;
}
.link:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Gray;
	text-decoration : none;
}

.grd_header_table{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #10497E;
}

.grd_content{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

/*****************************************************
General Text
*****************************************************/
.normalTextSmall 
{ 
    font-size : 0.7em;
}

.normalTextSmallBold
{ 
    font-size : 0.7em;
    font-weight: bold;
}

.normalTextSmaller
{
    font-size: 0.6em;
}

.normalTextSmall, .normalTextSmallBold, .normalTextSmaller
{ 
    color : #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tittle_small_link{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : Red;
}
.tittle_small_link:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : underline;
	color : Red;
}

<!--

.tooltiptitle{COLOR: #FFFFFF; TEXT-DECORATION: none; CURSOR: Default; font-family: verdana; font-weight: bold; font-size: 8pt}
.tooltipcontent{COLOR: #000000; TEXT-DECORATION: none; CURSOR: Default; font-family: verdana; font-size: 8pt}

#ToolTip{position:absolute; width: 100px; top: 0px; left: 0px; z-index:4; visibility:hidden;}

-->
