/* Include the global CSS */
	#head
	{
		overflow: hidden;
		max-width: 1360px;
        margin: 0 auto;
        position:relative;
        width: 100%;
	}
    
    
    #homelink
    {
    	display: block;
    	position: absolute;
    	height: 100px;
        width: 220px;
        left: 22px;
        top: 15px;
    }
    
    
    #headhomemnuitm
    {
    	display: block;
    	position: absolute;
    	height: 50px;
        width: 298px;
        left: -2px;
        top: 162px;
        transition: 0.5s;
        background: transparent;
    }
	
	
	#hdbg1
	{
		width: 100%;
		height: 207px;
		background: url('/res/img/rnalogo.gif') no-repeat 30px 20px; 
	}
	
	
	#hdbg2
	{
		width: 100%;
		height: 207px;
		background: url('/res/img/headbanner-2023.png') no-repeat 33px 52px;
	}
	
	
	#hdbg3
	{
		width: 100%;
		height: 207px;
		background: url('/res/img/headframe.png') no-repeat; 
	}
	
    
	#headgloss:before{
    content:'';
    position:absolute;
    width:130%;
    height:93%;
    top:-70%;
    right:-5%;
    background:rgba(255,255,255,0.3);/*opera doesn't support gradient yet*/
    background:
        -webkit-gradient(
        linear,
        left top, left bottom,
        from(rgba(255,255,255,0.1)),
        to(rgba(255,255,255,0.3))
        );
    
    background:
        -moz-linear-gradient(
        top,
        rgba(255,255,255,0.1),
        rgba(255,255,255,0.3)
        );
    background:
        linear-gradient(
        top,
        rgba(255,255,255,0.1),
        rgba(255,255,255,0.3)
        );
    ;
    /* Webkit */
    -webkit-transform:rotate(10deg);
    -webkit-border-bottom-left-radius: 200px 20px;
    -webkit-border-bottom-right-radius: 200px 10px;
    -webkit-border-top-right-radius: 5px 100px;
    /* Firefox */
    -moz-transform:rotate(10deg);
    -moz-border-radius-bottomleft:200px 20px;
    -moz-border-radius-bottomright:200px 10px;
    -moz-border-radius-topright:5px 100px;
    /* CSS3 */
    transform:rotate(10deg);
    border-bottom-left-radius:200px 20px;
    border-bottom-right-radius: 200px 10px;
    border-top-right-radius:5px 100px;
}


#headgloss
{
    position:relative;
    overflow:hidden;
    width: 100%;
    height: 207px;
    
}


#accountbox
{
	width:50%;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    margin: 10px 20px 0 0;
    text-align: right;
}


#accountbox a.ui-btn
{
	display: inline-block;
}


#accountbox a
{
	font-weight: bold;
    color: #fff;
    text-decoration: none;
}


#accountbox a:hover
{
    color: 9E1B34;
    font-weight: bold;
    text-decoration: none;
}


#accounthead
{
	padding-right: 10px;
}


#accounthead a
{
	font-weight: bold;
}


#carthead
{
	display: inline-block;
    width: auto;
	padding-left: 10px;
    color: #fff;
	border-left: dashed 1px #fff;
}


#carthead img
{
	display: inline-block;
    width: 20px;
    height: 16px;
}


#myacctsm
{
    margin: 10px;
    padding: 0;
    border: solid 1px yellow;
}


.smmenuimg
{
	display: inline-block;
    width: 40px;
    height: 40 px;
}


*
{
	margin: 0;
	padding: 0;
	font-family: helvetica;
	font-size: 100%;
	box-sizing: border-box;
}


a:hover 
{
	color: 9E1B34;
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color:#3e6e93; 
	font-weight: bold; 
	text-decoration:none;
}

a:active {
	color:#3e6e93; 
	font-weight: bold; 
	text-decoration:none;
}

a:visited {
	color:#3e6e93; 
	font-weight: bold; 
	text-decoration:none;
}


p
{
	margin: 0;
	padding: 0;
}


.smhr 
{
	border: 0;
	height: 2px;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background: -moz-linear-gradient(left center, transparent, #666, transparent); /* FF */
	background: -webkit-gradient(linear, left center, right center, color-stop(0, transparent), color-stop(0.5, #666), color-stop(1, transparent)); /* Opera */
	background-image: -ms-linear-gradient(left, transparent, #666, transparent); 
	background-image: -o-linear-gradient(left, transparent, #666, transparent);  
}


.bold 
{
	font-weight: bold;
}


.suptxt
{
	vertical-align: super;
	font-size: 9px;
}





.hd1
{
	font-size: 18px;
	color: #0077c2;
	font-weight: bold;
}


.hilite
{
	color: red;
}


.hd1light
{
	font-size: 18px;
	color: #0077c2;
}


.hd1b
{
	font-size: 18px;
	color: #9E1B34;
	font-weight: bold;
}


.hd2
{
	font-size: 16px;
	color: #0077c2;
	font-weight: bold;
}


.highlight
{
	color: #ff8400;
	font-weight: bold;
}


.hd3
{
	font-size: 14px;
	color: #0077c2;
	font-weight: bold;
}


.smnote
{
	font-size: 12px;
}


.sidehd1
{
	font-weight: bold;
	font-size: 16px;
}


.sideframe
{
	padding: 20px;
}


.center
{
	text-align: center;
}


#frame
{
	position:relative;
	padding: 20px;	
}


#frameb
{
	position:relative;
}


.img
{
	width: auto;
	height: auto;
}


.picboxasdf:before{
	content:'';
	position:absolute;
	width:130%;
	height:45%;
	top:-15%;
	right:-5%;
	background:rgba(255,255,255,0.1);/*opera don't support gradient yet*/
	background:
		-webkit-gradient(
		linear,
		left top, left bottom,
		from(rgba(255,255,255,0.1)),
		to(rgba(255,255,255,0.1))
		);
	
	background:
		-moz-linear-gradient(
		top,
		rgba(255,255,255,0.1),
		rgba(255,255,255,0.1)
		);
	background:
		linear-gradient(
		top,
		rgba(255,255,255,0.1),
		rgba(255,255,255,0.1)
		);
	;
	/* Webkit */
	-webkit-transform:rotate(10deg);
	-webkit-border-bottom-left-radius: 200px 20px;
	-webkit-border-bottom-right-radius: 200px 10px;
	-webkit-border-top-right-radius: 5px 100px;
	/* Firefox */
	-moz-transform:rotate(10deg);
	-moz-border-radius-bottomleft:200px 20px;
	-moz-border-radius-bottomright:200px 10px;
	-moz-border-radius-topright:5px 100px;
	/* CSS3 */
	transform:rotate(10deg);
	border-bottom-left-radius:200px 20px;
	border-bottom-right-radius: 200px 10px;
	border-top-right-radius:5px 100px;
}



.picbox
{
	display: block;
	overflow:hidden;
	border:5px solid white;
	outline: 1px solid #778899;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	padding: 0;
	margin: 0 auto 0 auto;
}



.picboxi
{
	display: inline-block;
	position:relative;
	overflow:hidden;
	border:5px solid white;
	outline: 1px solid #778899;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	text-align: center;
	margin: 0 5px 0 5px;
}



.lingraph
{
	width: 100%;
	max-height: 496px;
	max-width: 426px;
	height: auto;
}


.hotlin
{
	width: 80px;
	height: 78px;
}


.labpip1
{
	width: 100%;
	max-height: 372px;
	max-width: 562px;
	height: auto;
}

	
#statsbox:before{
    content:'';
    position:absolute;
    width:130%;
    height:45%;
    top:-15%;
    right:-5%;
    background:rgba(255,255,255,0.3);/*opera don't support gradient yet*/
    background:
        -webkit-gradient(
        linear,
        left top, left bottom,
        from(rgba(255,255,255,0.1)),
        to(rgba(255,255,255,0.3))
        );
    
    background:
        -moz-linear-gradient(
        top,
        rgba(255,255,255,0.1),
        rgba(255,255,255,0.3)
        );
    background:
        linear-gradient(
        top,
        rgba(255,255,255,0.1),
        rgba(255,255,255,0.3)
        );
    ;
    /* Webkit */
    -webkit-transform:rotate(10deg);
    -webkit-border-bottom-left-radius: 200px 20px;
    -webkit-border-bottom-right-radius: 200px 10px;
    -webkit-border-top-right-radius: 5px 100px;
    /* Firefox */
    -moz-transform:rotate(10deg);
    -moz-border-radius-bottomleft:200px 20px;
    -moz-border-radius-bottomright:200px 10px;
    -moz-border-radius-topright:5px 100px;
    /* CSS3 */
    transform:rotate(10deg);
    border-bottom-left-radius:200px 20px;
    border-bottom-right-radius: 200px 10px;
    border-top-right-radius:5px 100px;
}


#statsbox
{
    position:relative;
    overflow:hidden;
    border-radius: 0 15px 15px 0;
    box-shadow:0 1px 4px #ACACAC, 0 0 0 1px #DADADA;
    -webkit-box-shadow:0 1px 4px #ACACAC, 0 0 0 1px #DADADA;
    -moz-box-shadow:0 1px 4px #ACACAC, 0 0 0 1px #DADADA;
    width:298px;
}


#statsfrm
{
	margin: 0 0 20px 20px;
	width: 85%;	
}
    
    
#statslogin
{
	width: 298px;
    margin-top: 30px;
    background: #a90233;
    border-radius: 0 15px 15px 0;
}


.statstitle
{
	color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: block;
    width: 298px;
    padding-top: 20px;
    text-align: center;
}


.statsheader
{
	color: #fff;
    display: block;
    width: 298px;
    text-align: center;
    margin-bottom: 20px;
}


.statslbl
{
	color: #fff;
    display: inline-block;
    width: 80px;
    padding-left: 20px;
}


.statstxt
{
	margin-bottom: 5px;
	width: 160px;
	margin-left: 20px;
}


#statsbtn
{
	display: inline-block;
	width: 90px;
	margin-left: 104px;
}


.hsearchbox
{
	width: 245px;
    height: 40px;
    padding: 20px 10px 10px 20px;
    position: absolute;
    top: 180px;
    right:0;
    z-index: 1;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.18, #6F747A),
        color-stop(1, #D8E1E8)
    );
    background: #999;
    background-image: -o-linear-gradient(top, #6F747A 18%, #D8E1E8 100%);
    background-image: -moz-linear-gradient(top, #6F747A 18%, #D8E1E8 100%);
    background-image: -webkit-linear-gradient(top, #6F747A 18%, #D8E1E8 100%);
    background-image: -ms-linear-gradient(top, #6F747A 18%, #D8E1E8 100%);
    background-image: linear-gradient(to top, #6F747A 18%, #D8E1E8 100%);
    border-radius: 15px 0 0 15px;
}


.hsearchtop
{
	width: 275px;
    height: 30px;
    position: absolute;
    right: 0;
   	top: 180px;
    background: #ced5db;
    border-radius: 15px 0 0 0;
    
}


.searchlbl
{
	font-size: 11px;
}


.searchtxt
{
	width: 150px;
}


#rndhemebadge
{
	margin: 0 auto;
	width: 85%;	
	height: 120px;
    font-size: 10px;
    text-align: center;
}


.sbox
{
	
	width: 260px;
	min-width: 250px;
	vertical-align: top;
	margin: 10px;
	display: inline-block;	
}


.block
{
	display: block;
}


.cntr
{
	text-align: center;	
}


.lft
{
	text-align: left;
}


.rght
{
	text-align: right;
}


#recaptchinput a
{
	padding-left: 30px;
	padding-right: 30px;
}


.errlist
{
	padding:20px; 
	padding-left:65px; 
	background: #fffbda; 
	border-radius: 5px;
	position:relative; 
	border:1px dotted lightskyblue; 
	margin:15px 35px;
}


.minierrlist
{
	padding: 10px;
	padding-left:45px; 
	background: #fffbda; 
	border-radius: 5px;
	position:relative; 
	border:1px dotted lightskyblue; 
}


.errlist .icon
{			
	background:url('/res/img/alerticon.png') no-repeat; 
	display: inline-block; 
	height: 29px; 
	width: 36px; 
	position:absolute; 
	top:15px; 
	left:15px;
}


.minierrlist .icon
{
	background:url('/res/img/alerticon.png') no-repeat; 
	background-size: contain;
	display: inline-block; 
	height: 20px; 
	width: 27px; 
	position:absolute; 
	top:15px; 
	left:15px;
}


.errlist h3
{			
	font-size:14px; 
	margin:5px; 
}


.minierrlist h3
{
	font-size: 12px;
	margin:5px;
}


.errlist ul
{			
	list-style:disc!important; 
	margin:3px 0 0 20px!important; 
	padding-left:0;
}


.errlist ul li
{			
	margin-bottom:8px; 
	color: #C00; 
	font-weight:bold;
	font-size: 12px;
}


.errlist p
{				
	font-size:12px; 
	margin:5px 0; 
	line-height:16px;
}


.infolist
{
	padding:20px; 
	padding-left:65px; 
	background: #edf6ff; 
	border-radius: 5px;
	position:relative; 
	border:1px dotted lightskyblue; 
	margin:15px 35px;
}


.infolist .icon
{			
	background:url('/res/img/infoicon.png') no-repeat; 
	display: inline-block; 
	height: 35px; 
	width: 36px; 
	position:absolute; 
	top:15px; 
	left:15px;
}


.infolist h3
{			
	font-size:12px; 
	margin:5px; 
}


.infolist ul
{			
	list-style:disc!important; 
	margin:3px 0 0 20px!important; 
	padding-left:0;
}


.infolist ul li
{			
	margin-bottom:8px; 
	color: #C00; 
	font-weight:bold;
	font-size: 12px;
}


.infolist p
{				
	font-size:12px; 
	margin:5px 0; 
	line-height:16px;
}


.popupmsgbox
{
	padding: 20px;	
}


.newalert
{
	background-color: #feffcd;	
	padding: 10px;
	border: dotted 1px #999;
}


.warn
{
	font-weight: bold;	
	color: red;
}
	
#stats-login-a{
    color: white!important;
}

#menu
{
	background: #001777;
	width: 299px;
}


#menu ul, #headhomemnuitm ul
{
	margin: 0;
	padding: 0 20px 0 20px;
	list-style: none;
	border: solid 1px transparent;
}


#menu li, #headhomemnuitm li
{
	text-transform: uppercase;
	color: #fff;
	padding: 3px 0 2px 34px;
	display: inline-block;
	background-image: url('/res/img/mnubullet.png');
	background-repeat: no-repeat;
}


#menu li.sel, #headhomemnuitm li.sel
{
	background-image: url('/res/img/mnubulletactive.png');
	background-repeat: no-repeat;
}


.lastmnuitm
{
	margin-bottom: 0;
	padding-bottom: 0;
}


#menu li:hover, #headhomemnuitm li:hover
{
	background-image: url('/res/img/mnubulletover.png');
	background-repeat: no-repeat;
	text-shadow: 2px 2px 10px #fff;
}


#menu li:active, #headhomemnuitm li:active
{
	color: red;
	text-shadow: 2px 2px 10px #00ff00;
}


#menu img, #headhomemnuitm img
{
	vertical-align: top;
	margin-right: 10px;
}


#menuend
{
	background: #001777;
	height: 20px;
	width: 299px;
	margin: 0;
	padding:0;
	border: solid 1px #001777;
	border-radius: 0 0 15px 0;
}


#menu hr, #headhomemnuitm hr, #smmenu hr
{
	border: 0;
	margin: 8px 0 8px 0;
	height: 2px;
	background: -moz-linear-gradient(left center, transparent, red, transparent); /* FF */
	background: -webkit-gradient(linear, left center, right center, color-stop(0, transparent), color-stop(0.5, red), color-stop(1, transparent)); /* Opera */
	background-image: -ms-linear-gradient(left, transparent, red, transparent); 
	background-image: -o-linear-gradient(left, transparent, red, transparent);  
}



#smmenuitm
{
	height: 50px; 
	width: 100%;
	line-height: 70px;
	text-align: center;
	text-transform: uppercase;	
	color: #00448d;
	font-weight: bold;
}


#smmenuitm span
{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;	
}


#smmenupopup
{
	z-index: 9985;
}


#smmenupos 
{
	border: solid 2px yellow;
	background-color: yellow;
	position: absolute;
	width: 5px;
	height: 5px;
	right: 60px;
	top: 60px;
}





#foot
{
	display:block;
	max-width: 1360px;
	margin: 0 auto;
	width: 100%;
	
	padding-left: 1%;
    background: #eee;
}


#footbg
{
	font-size: 12px;
    width: 100%;
	padding:0;
    
    
    padding: 10px;
    background: #a90233;
    border-radius: 25px 0 0 25px;
    text-align: center;
    color: #fff;
}

/* End of global CSS */
/* Include the indexcss.php */  




#right
{
	background-color: #e0e0e0;
    position:absolute;
    width: 275px;
    right:0px;
    top:0px;
    bottom:0px;
}


#mcontent
{
	padding: 20px;
}


#rcontent
{
	padding: 60px 20px 20px 20px;
}


.hotlinlink
{
	padding-top: 10px;
    text-align: center;
}




















/* End of indexcss.php */
/* Include the rsp3col.css */

	#pgframe
	{
		max-width: 1360px;
		margin: 0 auto;
		overflow-x: hidden;
	}
	
	
	#head
	{
		width: 100%;
		min-height: 100px;
	}
	
	
	#body
	{
		white-space: nowrap;
		padding: 0 600px 0 0;
		min-height: 100px;
		overflow: hidden;
	}
	
	
	#colframe
	{
		white-space: normal;
		padding: 20px; 
		
	}
	
	
	#colframeb
	{
		white-space: normal;	
	}
	 
	
	.col
	{
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	
	
	#c1
	{
		width: 300px;
		min-height: 100%;
		height: 100%;
		background: #eee;
		padding-bottom: 100000px;
   		margin-bottom:  -100000px;
	}
	
	
	#c1b
	{
		display: none;
		background: #eee;
	}
	
	
	#c2frame
	{
		display: inline-block;
		width: 100%;
		padding: 0;
	}
	
	
	#c2
	{
		width: 100%;
	}
	
	
	#c3
	{
		width: 300px;
		min-height: 100%;
		background: #eee;
		padding-bottom: 100000px;
   		margin-bottom:  -100000px;
	}
	
	
	#foot
	{
		width: 100%;
		min-height: 100px;
	}
	
	
	#myacctsm
	{
		display: none;
		width: 60px;
		position: absolute;
		right: -5px;
		top: 10px;
		z-index: 9999;
	}
	
	
	#smmenu
	{
		display: none;
		background: #001777;
		position: absolute;
		left: 0;
		top: 125px;
		width: 100%;
		min-height: 100%
		z-index: 9998;
	}
	
	
	body :not(INPUT):not(TEXTAREA) 
	{
		-webkit-user-select: text;
		-moz-user-select: text;
		-ms-user-select: text;
		-o-user-select: text;
		user-select: text;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* Move the right side bar to the bottom */
	@media screen and (max-width: 980px) 
	{
		#body
		{
			padding-right: 0;	
		}
		
		
		#smmenu
		{
			display: none;	
		}
		
		
		#c2frame
		{
			padding-right: 300px;	
		}
		
		
		#rframe
		{
			padding: 0 0 0 0;	
		}
		
		
		#c3
		{
			text-align: center;
			display: block;
			background: #ddd;
			width: 100%;
		}
		
		
		.sbox .smhr
		{
			display: none;	
		}
		
		
		.sbox
		{
			height: 250px;
			width: 250px;
			padding: 10px;
			background: #eee;
			display: inline-block;
			-webkit-box-shddddadow: 5px 5px 5px 5px #ccc;
			box-shadow: 5px 5px 5px 5px #ccc;
		}
		
	}
	
	
	
	
	
	
	/* This is the point where the column are placed below each other */
	@media screen and (max-width: 640px)
	{
		
		#headhomemnuitm
		{
			left: -320px;
		}
		
		
		#myacctsm
		{
			display: inline-block;
		}
				
		
		#hdbg1
		{
			width: 100%;
			height: 135px;
			background: url('/res/img/rnalogosm.png') no-repeat 20px 10px; 
		}
		
		
		#hdbg2
		{
			width: 100%;
			height: 135px;
			background: none;
		}
		
		
		#hdbg3
		{
			width: 100%;
			height: 135px;
			background: url('/res/img/headframetiny.png') no-repeat; 
		}
				
		
		#c1
		{
			display: none;	
		}
		
		
		#c1b
		{
			display: block;
		}
		
		
		#c2frame
		{
			display: inline-block;	
			padding: 0;
		}
		
		
		#c3
		{
			display: block;	
		}
		
		
		.sbox
		{
			width: 60%;
			height: 250px;
			padding: 20px;
			background: #eee;
			-webkit-box-shadow: 5px 5px 5px 5px #ccc;
			box-shadow: 5px 5px 5px 5px #ccc;
			
		}
		
		
		.sbox .smhr
		{
			display: none;	
		}
		
				
		body :not(INPUT):not(TEXTAREA) 
		{
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
		
		
		#hdcartdetails
		{
			display: none;
		}
		
		
		#accountbox
		{
			margin-right: 3px;
		}
						
	}
	
	
	
	
	
/* End of rsp3col.css */
