/**
Objects of the Web Site
**/

/** HTML BODY **/
.info_box
{	
	padding: 5px;
	color: black;	
	background-color: #E6E6FF;
	border: 1px solid #0000CC;
	font-size: 10pt;
	font-family: Verdana;					
}

/** Heading **/
#object_heading
{
	color: red;
	font-weight: bold;
	font-size: 12pt;
}

/** Menu **/
#object_menu
{				
	/**border-top: 2px solid #2C6842;
	border-bottom: 2px solid #2C6842;
	background-color: #CCEAD8;			
	padding: 10px;
	padding-left: 5px;
	padding-right: 5px;**/
	
	width: 187px;	
	position:absolute;
	/**top: 121px;**/
	top: 82px;
	left: 0px;	
}

#object_menu_top
{					
	border-bottom: 1px solid #2C6842;
	border-top: 1px solid #2C6842;
	background-color: #FFCC00;		
	width: 802px;	
	position: absolute;
	top: 67px;
	left: 0px;
	font-size: 8pt;
	font-variant:small-caps;
}

#object_menu_top .item
{		
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	background-color: #FFEC9D;
	text-decoration: none;
	margin-left: 5px;
}

/** LOGIN INFORMATION **/
#object_login
{
	font-size: 8pt;	
	font-family: Verdana;	

	color: black;		
	
	background-image: url(../../images/template/login_bg.jpg);	
	background-repeat:no-repeat;
				
	width: 187px;
	height: 110px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;	
}

#object_login table, #object_login td
{
	font-size: 7pt;		
	text-align: right;
	vertical-align: baseline;
}

#object_login .login_title
{
	color: #2E6644;
	font-weight: bold;	
}

#object_login .login_form
{
	text-align: right;	
}

#object_login .login_form input
{	
	font-size: 7pt;
	width: 100px;
	height: 13px;
	margin-right: 10px;
}

#object_login .login_form .button_login
{			
	text-align: right;
	width: 20px;
	height: 21px;
	border: none;
	background-color: Transparent;
	margin-top: 5px;
	margin-right: 10px;
}

/** Compare Menu **/
#object_compare
{	
	position: absolute;
	top: 151;
	left: 821px;
	text-align: center;
	margin-top: 10px;
	font-family:Verdana;
	font-size: 8pt;		
}

#object_compare .header_tab
{
	color: White;	
	font-weight: bold;	
	text-align: center;
	text-transform:uppercase;
	padding-top: 2px;
	background-image: url(../../images/template/compare_tab.gif);
	background-repeat: no-repeat;	
	width: 120px;
	height: 20px;
}
#object_compare .compare_content
{
	border-right: 2px ridge;
	padding-right: 5px;
	border-top: 0px ridge;
	padding-left: 5px;
	padding-bottom: 3px;
	border-left: 2px ridge;
	width: 107px;
	padding-top: 2px;
	border-bottom: 2px ridge;
	background-color: #c2d5c2;
	text-align: center;
	text-transform:lowercase;
	font-style:italic;	
}

#object_compare #compare_count
{
	font-weight: bold;	
	font-size: 11pt;
}

#object_compare #cmdCompare
{
	border: 1px solid #204D20;
	background-color: #EDF3ED;
	font-size: 8pt;
	font-weight: bold;	
}

/** Product Compare **/
.object_product_compare
{
	
	font-size: 10pt;
	font-family: Verdana;
	border-top: solid 1px #204D20;
	border-left: solid 1px #204D20;
}

.object_product_compare th
{		
	padding: 5px;
	border-right: solid 1px #204D20;
	border-bottom: solid 1px #204D20;		
}

.object_product_compare .header
{	
	font-weight: bold;
	text-align: left;	
	color: White;
	padding: 5px;
	border-right: solid 1px #204D20;
	border-bottom: solid 1px #317731;	
	background-color: #204D20;
}

.object_product_compare .item
{	
	
}

.object_product_compare .alternate_item
{	
	background-color: #DCE9DC;
}

.object_product_compare .diff_row
{	
	color: Red;
}

.object_product_compare .item td, .object_product_compare .alternate_item td
{	
	border-right: solid 1px #204D20;
	border-bottom: solid 1px #204D20;
	padding: 5px;
	text-align: center;
}


/** Zoom Styles **/
#product_zoom
{
	width: 100%;
	border: 1px solid black;
}

#product_zoom th
{
	font-weight: bold;
	text-align: center;	
	color: White;
	padding: 5px;
	background-color: #204D20;			
}

#product_zoom #product_zoom_normal .image
{
	position: relative;
	padding: 0px;
	background: white;
	cursor: url(images/template/zoom_in.cur);
	text-align:	center;
}	

#product_zoom #product_zoom_enlarge .image
{	
	width: 100%;
	height: 550px;
	overflow: hidden;				
	padding: 0px;
	background: white;		
}		

#product_zoom #product_zoom_enlarge #image_enlarge
{
	position: relative;
	text-align:	center; 
}

/** Event Styles **/
.EventTable
{
	border: solid 1px #0000AE;	
}

.SideBar .EventTableBG
{
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;	
	
	backgroung-image: none;
	background-color: white;		
	height: 1%;		
}

.SideBar .EventTable *
{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;		
}

.SideBar .EventTable
{					
	border: none;
	border-top: solid 1px silver !important;
	border-bottom: solid 1px silver !important;	
}

.EventTable td
{
	padding-left: 3px;
	padding-right: 5px;
	white-space: normal;
	padding-top: 5px;
	padding-bottom: 10pt;
}

.EventTable .EventHeader td
{
	color: white;	
	font-weight: bold;
	text-align: left;	
	letter-spacing: 1pt;	
	background-color: #0000cc;
	padding-left: 3px;
	padding-bottom: 3pt;
	padding-top: 3pt;
}

.SideBar .EventTable .EventHeader td
{
	/*8background-color: RGB(50,120,50);**/
	background: ghostwhite;
	vertical-align: middle;
	color: Black;
	font-size: 8pt;
}
.SideBar .EventHeader
{
	background-color: #204D20;	
	color: White;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px silver;		
	border-left: solid 1px silver;
	border-right: solid 1px silver;
}

.EventTable .EventFooter
{
}

.EventTable .EventRow
{
	background-color: #DFDFFF;
}

.EventTable .EventRowAlt
{
	background-color: #F0F0FF;
}

.SideBar .EventTable .EventRow,
.SideBar .EventTable .EventRowAlt,
.SideBar .EventTable td
{
	background-color: Transparent;
	padding: 2px;	
}

.EventTable .EventRowSelected td
{	
	background-color: #99ccff;
	font-weight: bold;	
}

/** Side Bar Location **/
.SideBar
{
	position:absolute;
	top: 121px;
	left: 0px;
	width: 187px;
}