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

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

p {
	margin-bottom: 5px;
}

#menu_col, #wrapper {	/* Don't know why wrapper isn't showing background at all */
                      
}

h1#title {		/* This is all about the logo */
	background: url(/i/logo.png) no-repeat;
	text-indent: -5000px;
	width: 1000px;
	height: 130px;
}

#buying_title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
}

.buying_para {
    font-size: 14px;
    color: #666666;
}

.postage_add{
    color: #333333
}

#payment_choice{
    font-size: 16px;
    color: #333333;
}

#price_text {
    font-size:14px;
    font-weight:bold;
}

#title a {
	text-decoration:none;
	display:block;
	width:200px;
	height:110px;
}
#link_line{
	text-align:center;
	margin:5px;
}

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

#footer li {
	display:inline;
}
e
#footer a {
	color:yellow;
	font-weight:bold;
}

#footer a:hover {
	color:green;
}

#item_menu li {
	float:left;
	list-style:none;
	margin: 3px;
        padding:1px;
	border: black solid 1px;
	font-weight:bold;
	text-align:center;
	width:81px;
	height:150px;
        font-size:10px;
}

div.news {
	text-align:center;
	font-weight:regular;
	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:center;
	clear:center;
	overflow:3;
	margin-top:-1000px;
}

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

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

#big_pics{
    height:380px;
}

img {
	border:1;
}

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

h2#item_title{
	font-size:1em;
	font-weight:regular;
	color:red;
	text-align:center;
	font-style:regular;
        background-color:black;
        width:570px;
}

p#item_description, p#apology{
	font-weight:regular;
	text-align:center;
	padding-top:10px;
        font-size:14px;
        width:585px;
        font-size: 14px;
	color: #666666;
}

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:regular;
}

select {
	vertical-align:middle;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
}

option {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	padding-right:10px;
}

input {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	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;
}

#item_menu 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;
}

