﻿.DivContentInMaster
{		
	position:relative; 
	float:left;	
	width:100%;
}
.DivContentLeftSide
{
	position:relative; 
	float:left;
	width:38%;
	height:440px;
}
.DivContentRightSide
{
	padding-right:5px;
	position:relative;	
	text-align:right;		
	width:24%;
}
.DivContentCenterSide
{
	position:relative; 
	float:left;
	width:36%;
	height:440px;
	padding-left:10px;
}
 .FrameLeftDiv
{
	position:absolute; 
	top :0px;
	left:0px;
    background-color:black;                           
    z-index:2;
}
.FrameRightDiv
{
	top :0px;
	right:0px;
	position:absolute; 
    background-color:black;                    
    z-index:2;
}
.FrameDoorDiv
{
	top:15px;
	left:15px;
	position:absolute;         	        			    	
    z-index:0;
}
.BlackDivLeft
{
	position:absolute; 
	top :0px;
	left:0px;                            
    z-index:1;
	background-color:Black;
	width:15px;
	height:427px;
}
.BlackDivRight
{        	 
	top :0px;
	right:0px;
	position:absolute; 
    z-index:1;
	background-color:Black;
	width:15px;
	height:427px;
}
.labelDoor
{
	top:360px;
	right:22px;
	position:absolute;         	        			    	
    z-index:0;
}
.itemTemplatePic
{
	width:90px;
	height:95px;
	padding-left:5px;
	cursor:hand;
	cursor: pointer;

}
.itemTemplate
{
    width: 100px;/* 11px margin is taken into account */
    height: 110px;                
    padding-top :5px;
}
.itemTemplate:Hover
{
    background:transparent url('../Images/GreenFrame3on3.png') no-repeat 0 0;		
}        
.rightArrow
{
    cursor: pointer;
    float: right;
}
.leftArrow
{
    cursor: pointer;
    float: left;
}
.DivRadRotator
{
	position:relative;
	float:left;
	width:100%;
	height:340px;
	padding:10px;
}
.DivMainButtonToRotetor
{
	position:relative;
	float:right;	
	width:85px;	
	padding-top:50px;		
	padding-right:15px;		
}
.DivImgButtonToRotetorLeft
{	
	background:transparent url('../Images/BackwardGrayLeft.png') no-repeat 0 0;	
	vertical-align:middle;			
	float: left;		
	height:13px;
	width:41px;
}

.DivImgButtonToRotetorRight
{	
	background:transparent url('../Images/ForwardGrayRight.png') no-repeat 0 0;	
	vertical-align:middle;			
	float: left;		
	height:13px;
	width:41px;
	
}
.DivImgButtonToRotetorLeft:hover
{
	background:transparent url('../Images/BackwardGreenLeft.png') no-repeat 0 0;	
	color:#6ba94f; 	
	cursor: pointer;            
}
.DivImgButtonToRotetorRight:hover
{
	background:transparent url('../Images/ForwardGreenRight.png') no-repeat 0 0;	
	color:#6ba94f; 	
	cursor: pointer;            

}

.DivImgButtonToRotetorImage
{
	vertical-align:middle;	
}
.SubMenu
{	      		
	line-height:25px;
}
.SubMenu:Hover
{
	cursor:hand;
	cursor:pointer;
	color:#6ba94f ;
}
.SubMenuClick
{
		color:#6ba94f ;
}
