﻿/* BOBY */


body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
	line-height: 18pt;
}


a img
{
	border: 0;
}

.white
{
	font-size: 9pt;
	color: #FFFFFF;
}

.red
{
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}

.btn
{
	background-image: url(../../Images/btn_bg.png);
	overflow: hidden;
	border: 1px solid #8C8C8C;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}




#ProductSort
{
	list-style: none;
	position: relative;
	padding-left: 0px;
	-webkit-padding-start: 0px;
	margin: 0px;
}
#ProductSort li
{
	padding-left: 10px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	border-bottom: 1px dashed #CDCDCD;
	cursor: pointer;
}


.ProductItem:hover .ProductItem_li
{
	color: #0293ca;
}

.ProductItem:hover .ProductSort_Child
{
	display: block;
}

.ProductSort_Child
{
	list-style: none;
	position: absolute;
	display: none;
	padding-left: 0px;
	left: 210px;
	width: 200px;
	background-color: White;
	border: solid 1px #cdcdcd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: -1px;
	cursor: pointer;
	z-index: 9;
}






.box
{
	border: solid 1px #cdcdcd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: url(../../Images/NewIndex/boxBG.png);
}
#NavMenu a
{
	/*color:#33b4e3;*/
	color:#0293ca;
}
#NavMenu a:hover
{
	color:#ff7e00;
}

.error_message
{
	font-weight: bold;
	color: Red;
	border: 2px solid Red;
	width: 90%;
	margin: auto;
	height: 25px;
	line-height: 25px;
}
.sucess_message
{
	font-weight: bold;
	color: Green;
	border: 2px solid Green;
	width: 90%;
	margin: auto;
	height: 25px;
	line-height: 25px;
}
