

body {
	background-color: #f7f7f7;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

	min-width: 800px;
	
	line-height: 1.5;
	
	text-align: center;
	
}

div.alert {

	padding: 2px 5px 2px 5px;
	border: 1px solid #FF0000;
	color: #FF0000;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	color: #0000CC;
}

a.visited {
	text-decoration: none;
	color: #0066CC;
}

a.white {
	color: #FFFFFF;
}

#container {
	width: 650px;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 10px auto 10px auto;
	background-color: #FFFFFF;
	text-align: left;
	
	background-image: url(images/lines.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
	clear: both;
	
	
}

#welcome {	
	margin: 0px 5px 10px 15px;
	width: 530px;
}


#feature {
	position: inherit;
	float: right;
	color: #333333;
	text-align: left;
	width: 200px;
	padding: 10px 0px 15px 2px;
	margin-right: 2px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	
}

#feature div.caption {
	padding: 1px 0px 1px 5px;
	background-color:#EB0A8C;
	width: 205px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

#feature div.item {
}

#feature div.item img {
	padding: 5px; 
	margin: 10px 5px 2px 0;
	border: 1px solid #ccc;
}

#feature div.item div.imgCaption {

	color:#999999;
	text-align: left;
	font-weight: bold;
	font-size: 14px;	
	
}

#mainImage img{
	position: inherit;
	float: left;
	margin: 10px 16px 10px 16px;
	border: 1px solid #ccc;
}


#category {
	position: inherit;
	float: left;
	padding: 10px 0px 10px 15px;
	width: 550px;
}

#category img.topLeft {
	position: inherit;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#category img.topRight {
	position: inherit;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#category a {
	color: #999999;
}

#category a:hover {
	color: #FF3300;
}

#category a.event {
	color: #0099CC;
}

#category div.caption {
	padding: 1px 0px 1px 5px;
	background-color:#EB0A8C;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

#category span.item {
	width: 250px;
	text-align: left;
	line-height: 1.2;
	margin-right: 5px;
	margin-bottom: 15px;
}

#category span.item img {
	height: 100px;
	width: 100px;
	position: inherit;
	float: left;
	border: 1px solid #ccc;
}

#category span.item div.imgCaption {
	position: inherit;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	color:#999999;
	text-align: left;
	font-weight: bold;
	font-size: 14px;	
	width: 120px;
}

#category span.item div.itemText {
	position: inherit;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 11px;
	
}

#category div.itemCaption {
	font-size: 20px;
	color:#333333;
	margin-bottom: 10px;
}

#category span.soldOut {
	margin-left: 20px;
	font-size: 16px;
	color: #FF33CC;
}

#category span.addToBasket {
	margin-left: 20px;
	font-size: 15px;
}

#category span.addToBasket a{
	color: #FF66CC;	
}

#category span.addToBasket a:hover{
	color: #FF66CC;	
	text-decoration:underline;
}

#category div.itemBody {
	font-size: 12px;
	color:#666666;
	margin-bottom: 10px;
}

#category div.itemHolder {
	margin-bottom: 5px;
}

#category div.priceHolder {
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	width: 300px;
	background-color: #FFFFDD;
}

#category span.smallCaption {
	font-size: 12px;
	color: #FF6666;
	font-weight: bold;
	width: 180px;
}

#category span.smallItem {
	font-size: 12px;
	color: #000000;
}

#header {
	padding: 20px 0 0 10px;
	width: 100%;
}

#header img {
	position: inherit;
	float: left;
	line-height: 1;
}

#menu {
	position: inherit;
	float: right;
	color: #FFFFFF ;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

#menu a {
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu span.itemBlue {
	width: 60px;
	height: 60px;
	padding: 5px;
	margin: 2px;
	background-color:#00AEEF;
	border: 3px solid #33CCFF;
	cursor: pointer;
}
#menu span.itemPurple {
	width: 60px;
	height: 60px;
	padding: 5px;
	margin: 2px;
	background-color:#6D61AB;
	border: 3px solid #9900FF;
	cursor: pointer;	
}
#menu span.itemGreen {
	width: 60px;
	height: 60px;
	padding: 5px;
	margin: 2px;
	background-color:#41AC49;
	border: 3px solid #33CC33;
	cursor: pointer;	
}
#menu span.itemRed {
	width: 60px;
	height: 60px;
	padding: 5px;
	margin: 2px;
	margin-right: 5px;
	background-color:#D43E33;
	border: 3px solid #FF0000;
	cursor: pointer;	
}
#menu span.itemOrange {
	width: 60px;
	height: 60px;
	padding: 5px;
	margin: 2px;
	background-color:#FF6600;
	border: 3px solid #FF9900;
	cursor: pointer;	
}


#menu span.itemYellow {
	width: 60px;
	height: 60px;
	padding: 5px;
	margin: 2px;
	background-color:#FF99CC;
	border: 3px solid #FF66CC;
	cursor: pointer;	
}


span.date {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color:#0066CC;
}

span.eventCaption {
	font-size: 14px;
	color:#3399FF;
}

div.event {
	padding: 10px;
	color:#666666;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#edit {
	border: 1px solid #ccc;
	width: 100%;
	font-size: 12px;
}

#thumbHolder {
	width: 90px;
	margin: 0 10px 10px 0;
}

#thumbHolder a {
	text-decoration: none;
	
}

#thumbHolder img {
	width: 90px;
	height: 90px;
	border: 1px solid #ccc;
}

#thumbHolder div.thumbCaption {
	text-align: left;
	color: #999999;
	font-weight: bold;
	height: 40px;
}

#basket {
	padding: 3px;
	padding-bottom: 5px;	
	background-color: #FFFFCC;
	margin-bottom: 10px;
}

#basket table {
	font-size: 12px;
}

#basket table tr {
	padding: 5px;
}

#basket table td.subtotal {
	border-top: 1px dashed #FF9933;
	border-bottom: 1px dashed #FF9933;
	padding: 5px;
}


#basket table td.subtotalPrice {
	border-top: 1px dashed #FF9933;
	border-bottom: 1px dashed #FF9933;
	padding: 5px;
	text-align: right;
}


#basket table td.caption {
	width: 60%;
	padding: 2px;
	font-size: 12px;
}

#basket table td.price {
	text-align: right;
	font-size: 12px;
}

#basket table tr td.link {
	text-align: center;
}

#basket table.large {
	width: 525px;
	padding: 10px;
}

#basket table.large tr {
	margin: 5px;
}

#basket div.item {
	padding-bottom: 5px;	
}

#basket span.caption {
	color: #666666;
	font-size: 12px;
	padding-left: 5px;
	width: 50%;
}

#basket span.checkout {
	color: #666666;
	font-size: 12px;
	padding-left: 5px;
	width: 100%;
	text-align: center;
}

#basket div.item img {
	width: 50px;
	border: 1px solid #ccc;
}

#basket span.price {
	width: 50%;
	text-align: right;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
}

#basket div.total {
	color: #000000;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #000000;
	font-weight: bold;
}

table.checkout {
	font-size: 12px;
	color: #CC3399;
	
}

div.subcaption {
	text-align: left;
	background-color:#FF99CC;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
	margin-top: 15px;
}

div.maintcaption {
	text-align: left;
	background-color:#FF99CC;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
}

#category div.maintcaption a {
	color: #FFFFFF;
}

#category div.maintcaption a:hover {
	color: #FFCCFF;
}


#category div.maintcaption a:visited {
	color: #FFFFFF;
}


table.checkout td.label {
	padding: 5px;	
	width: 100px;
}

table.checkout td.field {
	padding-right: 15px;
}

table.checkout input {
	color: #3366CC;
}

table img.smallthumb {
	height: 60px;
	width: 60px;
	margin: 5px;
}

#upload {
font-size: 12px;
}

#userStatus {
	padding-bottom: 5px;
}



span.largeItemCaption {
	padding: 5px;
	width: 50%;
	border-bottom: 1px dashed #FF9933;
}


div.siteSeal {
	text-align: center;
	background: no-repeat center url(images/quickssl_static.gif);
	height: 80px;
}

#terms {
	margin: 10px 10px 20px 10px;
}



