body { font-family:Arial, Helvetica, sans-serif }

a {
	color: black;
	
}
a img{
	border: none;
}

.left { float:left;}
.right {float:right;}
.padding {padding-top: 15px;
padding-bottom: 15px;
padding-right: 10px;
padding-left: 15px;
}
.center {text-align: center;}
.small {font-size: 10px;}
.error {color:red;}

#container {
	width: 800px;
	margin: 0px auto;

}
.whiteb {
	background-color:#FFF;	
	}
.lgreyb {
	background-color:#e3e3e3;	
}
.dgreyb {
	background-color:#CCC;	
}

#footer {

	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
	font-size:12px;
}

 .roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 9px; height: 9px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -0px 0px 0px -1px; }
.borderTR { margin: -0px -1px 0px 0px; }
.borderBL { margin: -9px 0px 0px 0px; }
.borderBR { margin: -9px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    margin-left: 0px;
}
html>body .borderTL {
    margin-left: 0px;
}
.borderTR {
    margin-right: -4px;
    margin-right: 0px;
	
}
html>body .borderTR {
    margin-right: 0px;
}
.borderBL {
    margin-left: -3px;
    margin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    margin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    border: 0px solid #000000;
	
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
}

#logo {
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom:-10px;

}

#mainmenu {
	width: 310px;
	background-image:url(../images/main_menu.gif);
	background-repeat:no-repeat;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height: 40px;
	left: 480px;	
	top: -50px;
	
	}

#mainmenu ul {
	list-style-type:none;
	display: block;
	margin: 0px;
	padding: 10px 0px 0px 10px;
}
#mainmenu li {
	display: inline;
	list-style-type: none;
	white-space: nowrap;
	padding: 6px;
	margin: 2px;
}
#mainmenu a	 { 
	text-decoration:none;
	color: black;
}
#mainmenu a:hover {
	text-decoration: underline;
}
#mainmenu .active a{
	text-decoration: underline;
}


#cartinfo {
	position: relative;
	left: 180px;
	top: -87px;
	width: 150px;
	font-size:12px;
	text-align:center;
}

#login_status {
	position: relative;
	left: 350px;
	top: -117px;
	width: 120px;
	font-size:12px;
	text-align:center;
}

#content_table{
	margin-top: -80px;
	padding-top: 0px;
	}


.left_padding{
	padding-left: 12px;
}

#sidebar { 
	width: 200px;
	background-color: white;
	padding: 0px;
	margin: 0px;
}

#sidebar p {
	font-size: 12px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#sidebar h1 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 0px;
}
#sidebar h2 {
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 2px;
}
#sidebar .small {font-size: 10px;}

#sidebar ul{
list-style:none;
font-size: 12px;
padding-left:10px;
margin-left: 10px;
}
#sidebar li{
margin-top: 5px;
margin-bottom: 5px;
}


#main {
	font-size: 12px;
	width : 550px;
	background-color: white;
}

#main h1 {
	font-size: 16px;
	margin-bottom: 5px;
}

#main h2 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 20px;
}

p {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.heading {
	font-size: 16px;
	font-weight: bold;
	margin-left: 2px;
	margin-bottom: 0px;
	}
.subheading {
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 0px;
	}

#contact_details {
 width : 350px;
 background-color: #CCC;
 margin-left:50px;
}

#contact_details label{
font-size:12px;
}

#delivery_details {
 width: 350px;
 background-color: #CCC;
 margin-left:50px;
}
#delivery_details label{
font-size:12px;
}
#delivery_details p {
font-size: 12px;
margin-top: 0px;
}


#login {
	
	width : 240px;
	background-color: #CCC;
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-left: 120px;
	margin-bottom: 5px;
}

#login h1 {

	font-size: 16px;
	font-weight: bold;
	margin-left: 2px;
	margin-bottom: 0px;

}

#login label {font-size: 12px;}
#login table {margin-left: 10px; margin-top:10px;}

#history {

	width : 500px;
	background-color: #CCC;
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-left: 20px;
	margin-bottom: 50px;
}

#history td{
font-size:12px;
}

#email{
	width : 500px;
	background-color: #CCC;
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-left: 30px;
	margin-bottom: 20px;
}

#email label{ font-size:12px; }
#email table{ margin-top:10px;}

#event_list{
	margin-left:20px;
}

#event_list img{ 
	margin-left: 5px;
	margin-bottom:-4px;
	border: none;
}

#event_list h2{ font-size:12px;}
#event_list p{ font-size:10px; margin-left:40px;}

#categories { margin-left:20px; margin-bottom:10px; margin-bottom: 0px; margin-top: 0px;}

#categories img{ 
	margin-left: 5px;
	margin-bottom:-4px;
	border: none;
}

.image_box {
	text-align:center;
	height:195px;
	width: 133px;
	background-image: url(../../wq_events/images/image_box.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-bottom: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.image_box table {

padding-top: 5px;

}

.image_box img {
margin: 0;
padding: 0;
}

.image_box p{

padding-left: 0px;
margin-left: 0px;

}

.image_container{

	width:133px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	background-color: #CCC;
	padding:0px;
}



.controls{

	background-image: url(	../../wq_events/images/background.gif);
	background-repeat:no-repeat;
	height:40px;
	width:120px;
	margin-top: 8px;
	padding-top: 2px;

	text-align:center;
	margin-left:5px;	
}

.controls p{
margin:  0px 0px 10px 0px !important;
padding: 2px 0px 10px 0px !important;



}

.controls img{
margin-bottom: -4px;
padding-top: 0px;
}
