﻿.DivContentInMaster
{		
	position:relative; 
	float:left;	
	width:100%;
}
.DivContentLeftSide
{
	position:relative; 
	float:left;
	width:82%;
	height:440px;
}
.DivContentRightSide
{
	padding-right:5px;
	position:relative;	
	text-align:right;		
	width:17%;	
}
.DivContentInBox
{
	position:absolute; 
	top:10px;
	text-align:right;
	right:24px;
}
 .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;
}
.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;
}
.itemTemplatePic
{
	width:217px;
	height:345px;		
	margin:8px 8px;
	
}
.itemTemplate
{
    width: 229px;/* 11px margin is taken into account */
    height: 359px;                
    
}
.itemTemplate:Hover
{
    background:transparent url('../Images/GreenFrame2.png') no-repeat 0 0;		
}  
.itemTemplateSelect
{
	 width: 229px;/* 11px margin is taken into account */
    height: 359px; 
    
    background:transparent url('../Images/GreenFrame2.png') no-repeat 0 0;		
}          
.DivMainButtonToRotetor
{
	position:relative;
	float:left;	
	width:85px;
	
}
.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;	
}
.DivContentInBoxSend
{	
	position:relative;
	width:100%;	
	float:left;	
	text-align:left;
	padding-bottom:10px;
	
}
.ImageIconPrint
{	
		cursor:hand;
	cursor: pointer;
}

