#below_vline
{
	background-image:url("/content/images/design2012/Background_stamp_blue2.png");
	background-size:100% 100%;
	width:100%;	
}

#right_colum 
{ 	   
	position:relative;
	padding-left:185px;
	left:0px;
	top:0px;
 }

 #right_imageholder
{ 	
	float:left;
    top: 0px;	
	height:480px;	
	text-align:left;
}

#rc_listcontainer
{float:left;
	top:0px;
	width:500px;
	height:480px;
}
.text
{	font-size:11px;
	color:white;
	width:440px;
	text-align:justify;
	margin:auto;
	margin-top:30px;
}

#horizontal_line
{
    left:0px;
	width:100%;
}
#vertical_line
{
    position: absolute;
	float:left;
	width:2px;
	min-height:530px;      
	background-color:blue;
	z-index:3;
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */

#below_vline
{	text-align:left;
	position: absolute;
	background-image:url("/content/images/design2012/Collection_background.jpg");
	background-size:100% 100%;
	width:1000px;
}
  #right_colum 
{ 	   
	position:relative;
	padding-left:185px;
	left:0px;
	top:0px;  
 }

#right_imageholder img
{ 	
	position:relative;
	top: -2px;	
	text-align:right;
	border-style:solid;
	border-width:2px;
	border-color:blue;
}

#rc_listcontainer
{
	position:relative;
	margin-top:50px;
	width:583px;
	height:520px;
		border-style:solid;
	border-width:2px;
	border-color:blue;
  }
.text
{	font-size:11px;
	color:white;
	width:550px;
	text-align:justify;
	padding-left:0px;
	padding-top:20px;
} 
#horizontal_line{width:768px;}  
}




