/* ############################################################################# */
/* Scarborough Campus Student's Union Online Store Main CSS File            						*/
/* written by Sunny Rochiramani                                   							     */
/* Using with SCSU Online Store		                                         		   			    */
/* ############################################################################# */


body{
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	width: 790px;
	height:100%;
	background: url(../images/sitebg.jpg) repeat-x;
	background-color: #104A95;	
}

body-tabs{
	margin-left: 15px;
	margin-right: 15px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	width: 600px;
	height:100%;
	background: url(../images/sitebg.jpg) repeat-x;
	background-color: #104A95;	
	
}

h1{
	font-family:Times New Roman;
	font-size: 32px;
	color:#FFFFFF;
	font-weight:lighter;
}

h2,h3,h4,h5,h6,h7{
	 color:black;
	text-align:center;
	
}

a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
	

a.nbar{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

a.nbar:visited{
	color:#FFFFFF;
}

a.nbar:hover {
	color:#fff;
	background:transparent;
}

a.logo{
	text-decoration:none;
}

table{
	width:790px;
	margin-top:5px;
}


td.body{
	border:1px #AAAAAA solid;
	height:100%;
	background-color:#FFFFFF;
	padding:20px;
	text-align:left;
}

td.items{
	border:0px;
	padding: 0cm 0cm
}

p{
	color:black;
	font-family:Arial;
	font-size:14px;
}
	
p.copyright{
	color:white;
	font-size:12px;
	text-align:center;
	
}

label{
	color:black;
	font-size:13px;
	font-family:Arial;
}

img.products{
	width:171px;
	height:137px;
	border-color:#FFFFFF;
}

p.title{
	font-size:19px;
	color:#497DB2;
	font-family:Times New Roman;
}

p.desc{
	font-size:13px;
	color:black;
	font-family:Times New Roman;
}

p.select{
	font-size:13px;
	color:black;
	font-family:Arial;
}

p.warning{
	font-size:9.3px;
	color:#FF0000;
	font-family:Arial;
}

iframe.terms{
	position:absolute;
	width:600px;
	height:116px;
}

label.userinfo{

	font-family:Tahoma;
	
}

	



