﻿/* Product */
.Category
{
	border-bottom: #DAD7CA 1px dotted;
	left: 0px;
	width: 875px;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom:5px;
	height:64px;
}
.Category .ProductTitle
{
	border: none;
	width: 175px;
	float:left;
	font-size: 12pt;
	font-weight: bold;
	color:#999999;
}
.Category .ProductTitle IMG
{
    float:right;
}

.ProductLine
{
	border-bottom: #DAD7CA 1px dotted;
	left: 0px;
	width: 875px;
	padding-top: 15px;
	padding-left: 25px;
	margin-bottom: 10px;
	background: url(../Images/Icons/redline_bg.jpg) no-repeat 10px bottom;
}

.ProductLine .ProductTitle
{
	border: none;
	width: 600px;
	font-size: 12pt;
	font-weight: bold;
	color:#999999;
	float:left;
}
.SiblingName
{
    float:right;
    margin-right:10px;
    color:#999999;
}
.ProductLine .ProductPrevious
{
    display:none;
}
.ProductLine .ProductPrevious A
{
    background:URL(../Images/Icons/pre_btn_l.jpg) no-repeat top left;
    height:15px;
    width:15px;
    float:right;
    cursor:pointer;
    margin-right:10px;
    text-decoration:none;
}
.ProductLine .ProductNext
{
    display:none;
}
.ProductLine .ProductNext A
{
    background:URL(../Images/Icons/next_btn_l.jpg) no-repeat top left;
    height:15px;
    width:15px;
    float:right;
    cursor:pointer;
    text-decoration:none;
}
.CategoryViewSwitcher
{
    display:none;
    float:right;
    margin-top:42px;
}
.CategoryViewSwitcher A
{
    background:URL(../Images/Icons/red_bullet_s.jpg) no-repeat left 50%;
    padding-left:10px;
    cursor:pointer;
    text-decoration:none;
    color:#CC0000;
    height:18px;
    line-height:18px;
}

.ProductNamePart1
{
	color:#999999;
}
.ProductNamePart2
{
	color:#E4E2D9;
}
.ProductNamePart3
{
	font-size:9pt;
	color:#E4E2D9;
}

.RightContainer
{
}
.RightContainer .frmMain
{
	min-width: 730px;
}
.RightContainer .frmMainForCategory
{
	min-width: 905px;
}

.BottomContainer
{
	text-align: right;
	width: 100%;
	float: right;
}

/* Side Menu */
.LeftContainer
{
}
.ProductSideMenu
{
    width:150px;
	margin: 0 5px 0 20px;
}
.others
{
	margin-left:20px;
}
.others IMG
{
	border:none;
}
.CategorySideMenu
{
    width:1px;
}
.DataListSideMenu
{
	font-family: Tahoma;
	color: #666666;
	width: 150px;
	float: left;
	font-size: 9pt;
	cursor:pointer;
}

.ProductSideMenuItem
{
	border-bottom: dotted 1px #DAD7CA;
	padding-top: 2px;
	width: 150px;
	text-align:left;
}
.ProductSideMenuButton
{
	background: url(../Images/icons/left_arrow.png) no-repeat left 50%;
	font-size: 8pt;
	color: #666666;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	text-align:left;
}
.ProductSideMenuButton:hover
{
	color: #CC0000;
	background: url(../Images/icons/left_sel_arrow.png) no-repeat left 50%;
}
.ProductMenuButtonSelected
{
	background: url(../Images/icons/left_sel_arrow.png) no-repeat left 50%;
	font-size: 8pt;
	color: #CC0000;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	text-align:left;
}
.ProductMenuButtonLocked A
{
	background: url(../Images/icons/lock_s.png) no-repeat left 50%!important;
	color: #999999!important;
}

/* Modal Popup Forms */
.lnkButton
{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	padding-left: 10px;
	font-size:9pt;
}
.lnkButton img
{
	border:none;
}
.modalPanel
{
	font-size: 10pt;
	width: 500px;
	padding: 10px;
	background-color: #FFFFFF;
}

.modalBackground
{
	background-color: #AAAAAA;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.titleDiv
{
	font-size: 11pt;
	font-weight: bold;
	float: left;
	display: inline;
	margin: 0 10px;
}
.closeDiv
{
	float: right;
	display: inline;
	text-align: right;
}
.closeDiv a:hover
{
	text-decoration: underline;
}
.lnkClose
{
	font-size: 10pt;
	color: #CC0000;
	padding-left: 10px;
	text-decoration: none;
}
.lnkClose IMG
{
	border:none
}
.details
{
	clear: both;
	padding: 10px;
	width: 480px;
	text-align: left;
}
.textbox, .watermark
{
	border: solid 1px #666666;
	height: 1.4em;
	line-height: 1.4em;
	margin-top: 5px;
	padding: 2px;
}
.txtYourName, .txtCity, .txtZip
{
	width: 230px;
	margin-right: 5px;
}
.txtYourEmail, .txtState
{
	width: 230px;
}
.txtRecipient, .txtSubject, .txtMessage, .txtNote, .txtAddress
{
	width: 475px;
}
.txtRecipient
{
	height: 3.0em;
}
.txtMessage, .txtNote
{
	height: 5.8em;
}
.ddloutset
{
	border: solid 1px #666666;
	position: relative;
	top: 1px;
	width: 234px;
	line-height: 22px;
	height: 21px; 
	*height:22px;
}
.ddlmask
{
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: 2px;
	height: 17px; 
}
html*.ddlmask
{
    margin-left:1px;
    width: 232px;
    height: 16px; 
    *width: 100%;
    *height: 18px; 
    *margin-left:0;
}
.ddlBestTime, .ddlCountry, .ddlState
{
	border: solid 1px #666666;
	width: 237px;
	position: absolute;
	top: -2px;
	left: -2px;
}
html*.ddlBestTime, .ddlCountry, .ddlState
{
    top: -3px;
    left: -3px;
    *top: -2px;
    *left: -2px;
}
.txtTelephone, .txtCompany
{
	width: 230px;
}
.checkbox LABEL
{
	padding-left: 5px;
}
.checkbox INPUT
{
	padding-left: 5px;
}
.lnkSubmit
{
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
}
.lnkSubmit IMG
{
	border:none;
}
.lnkSubmit:hover
{
	text-decoration: underline;
}
.validation
{
	width: 458px;
	margin: 2px;
}
.watermark
{
	color: #999999;
}
.bottomTips
{
	font-family: Tahoma, Verdana;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	margin-top: 5px;
}
.bottomTips a
{
	color: #666666;
}
.bottomTips a:hover
{
	color: #CC0000;
}