﻿/* Reset all style to default */
body
{
    padding: 0;
    margin: 0;
    font: 12px Arial, Helvetica, Garuda, sans-serif; *font-size:small;
*font:x-small;
}
table
{
    font-size: inherit;
    font: 100%;
}
img
{
    border: 0;
}
p
{
    margin: 1em 0;
}
/* End of reset */

.menuTxt
{
    color: #473091;
    font-size: 13px;
    font-weight: normal;
    font-family: arial;
    text-decoration: none;
}
.menuTxt:hover
{
    color: #473091;
    font-size: 13px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
}
.menuEnTxt
{
    color: #473091;
    font-size: 12px;
    font-weight: normal;
    font-family: arial;
    text-decoration: none;
}
.menuENTxt:hover
{
    color: #F07A25;
    font-size: 12px;
    font-family: arial;
    text-decoration: none;
}
.selectedMenuTxt
{
    color: #F07A25;
    font-size: 13px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
}
.selectedEnMenuTxt
{
    color: #F07A25;
    font-size: 13px;
    font-family: arial;
    text-decoration: none;
}
.menuDiv
{
    width: 96px;
    border-bottom: 1px solid #C1C1C1;
    height: 24px;
    text-align: right;
}
.enMenuDiv
{
    width: 120px;
    border-bottom: 1px solid #C1C1C1;
    height: 24px;
    text-align: right;
	padding-right:10px;
}
.sybTitle
{
    color: #3C238B;
    font-size: 12px;
    font-weight: normal;
    font-family: arial;
    line-height: 1;
}
.productCatTitle
{
    color: #3C238B;
    font-size: 13px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
}
.productPrice
{
    color: #3C238B;
    font-size: 12px;
    font-family: arial;
    border-top: 1px solid #BCB4D7;
    width: 155px;
    padding-top: 2px;
}
.productDesc
{
    color: #949596;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    padding-right: 5px;
}
.productTitle
{
    color: #3C238B;
    font-size: 15px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
}
.productPagePrice
{
    color: #3C238B;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
}
.productPageDesc
{
    color: #949596;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding-right: 25px;
}
.regularTxt
{
    color: #88898B;
    font-size: 12px;
    font-family: arial;
}
.footerTxt
{
    color: #88898B;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.topLinks, .topLinks A
{
    color: #88898B;
    font-size: 12px;
    font-weight: normal;
    font-family: arial;
    text-decoration:none;
}
.topLinksOrange, .topLinksOrange A
{
    color: #ED7C33;
    font-size: 12px;
    font-family: arial;
    text-decoration: none;
}
.topLinksSeperator
{
    color: #88898B;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    padding-right: 10px;
    padding-left: 10px;
}
.pathTxt
{
	color: #88898B;
	font-size: 10px;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
}
.productENTitle
{
	color: #3C238B;
	font-size: 23px;
	font-weight: bold;
	font-family: arial;	
	text-decoration: none;
}
.basketTxt
{
	color:#321687;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	border-bottom: 1px dashed #321687;
	padding-right:8px;	
}
.basketLink
{
	color:#321687;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
}
.headerTd
{
	border-bottom: 1px solid #321687;
	border-left: 1px solid #321687;	
	color:#321687;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;	
	padding-right:8px;
}
.formBorder
{
	border: 1px solid #BFBFBF;
}
.orderFormBorder
{
	border: 1px solid #BFBFBF;
	width: 170px; 
	height:20px;	
}

.formTitleTxt
{
	color:#321687;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;	
}
.formTitleTxtOrange
{
	color:#ED7C33;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;	
}
.dotOrange
{
	color:#ED7C33;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;	
	float: right;
	padding-top:3px;
}
