/* Anon Look and Feel */
@import "positioning.css";	/* Layout */
@import "menu.css";		/* All the tedious stuff for the menu */

body {
	background: url(/i/bg/men_back.gif);
	font-family:"Courier New", Courier, mono;
}

p {
	margin-bottom: 5px;
}

#menu_col, #wrapper {	/* Don't know why wrapper isn't showing background at all */
	background: url(/i/bg/blueback.gif) repeat-y;	/* This adds the blue background on the left (a sort of faux column) */
}

h1#title {		/* This is all about the logo */
	background: url(/i/logo.png) no-repeat;
	text-indent: -5000px;
	width: 200px;
	height: 110px;
}
#title a {
	text-decoration:none;
	display:block;
	width:200px;
	height:110px;
}
#link_line{
	text-align:center;
	margin:5px;
}

#footer {
	background:red;
	padding:10px;
	font-size:smaller;
}

#footer li {
	display:inline;
}

#footer a {
	color:yellow;
	font-weight:bold;
}

#footer a:hover {
	color:green;
}

#rack_col li {
	float:left;
	list-style:none;
	margin:5px;
}

div.news {
	text-align:center;
	font-weight:bold;
	border: solid red 3px;
	border-right: solid red 3px;
	margin:5px 0 5px 0;
	padding:25px 3px 3px 25px;
	background:url(/i/fp/news.gif) top left no-repeat #CAF4FF;
}
div.news a{
	color:red;
	text-decoration:none;
}

div.pic_row {
	position:relative;
	clear:right;
	overflow:auto;
	margin-top:5px;
}

div.pic_square {
	width: 290px;
	float:left;
}

div.pic_square img.small {
	margin:10px;
}

img {
	border:0;
}

/* Styling for item detail section */
.main_photo {
	float:left;
}

h2#item_title{
	font-size:3em;
	font-weight:bold;
	color:red;
	text-align:center;
	font-style:italic;
	margin-bottom:6px;
}

p#item_description, p#apology{
	font-weight:bold;
	text-align:center;
	padding-top:10px;
}

p#apology{
	background:white;
	border:red thick solid;
	margin:20px;
	padding:10px;
}

/* Order form styling */
form {
	padding: 5px;
	text-align:center;
}

label, form h2 {
	font-weight:bold;
}

select {
	vertical-align:middle;
	font-family:"Courier New", Courier, mono;
}

option {
	font-family:"Courier New", Courier, mono;
	padding-right:10px;
}

input {
	font-family:"Courier New", Courier, mono;
	vertical-align:middle;
}

/* Basket style */
table#basket_contents {
	border: red dashed 2px;
	margin:5px;
	background:white;
}

table#basket_contents td, table#basket_contents th {
	border: green solid 1px;
	margin:0;
}

.smallprint {
	font-size:smaller;
	background-color:#EEEEEE;
	padding:5px;
}

img.tshirtMenu {
	width: 81px;
	height: 108px;
}

#rack_col a {
	padding: 5px;
}

#rack_col a:hover {
	background:yellow;
}

/* Order form style */
#orderForm {
	text-align:left;
}
#orderForm p{
	margin:5px;
}

#orderForm label {
	vertical-align:top;
	text-align:right;
	display:block;
	width:150px;
	float:left;
}

#orderForm label.radio {
	vertical-align:middle;
	text-align:left;
	float:none;
	width:auto;
	display:inline;
}

#orderForm legend {
	font-weight:bold;
}

#orderForm input, #orderForm textarea {
	width:250px;
}
#orderForm input.radio {
	width:auto;
}

address {
	margin:3px;
	padding:3px;
	background-color:white;
	border: red dashed 2px;
	width:50%;
	font-style:normal;
}

#payments_box{
	padding:2px;
}
