body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333333;
	background:#ffffff;
	margin:0px;
	font-size: 80%;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#333333;
	margin:0px;
}

table.full {
	margin:0 0 15px 0;
	background-color:#efefef;
	width:100%;
	border: 1px solid #999;
	}
	
table.full td {
	text-align: left;
	padding:7px;
	}
	
table.full input, table.full select {
	width:70%;
	border: 1px solid #ccc;
	padding: 2px 0 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
table.full select.small {
	width:25%;
	}

#header{
	margin:15px;
	background-color:white;
	border:1px solid #0033CC;
	background-repeat:repeat;
	background-image:url(../../images/filler.gif);
	height:96px;
}

#shopName {
	border:1px solid #cccccc;
	margin:15px;
	font-size:18px;
	background:#efefef;
	padding:2px;
	text-align:center;
}

#all {
	margin:0px 15px 0px 15px;
}
#leftnav{
	border:1px solid #0033CC;
	width:25%;
	float:left;
	background:white;
	margin: 0 1% 0 0;
	padding: 10px;
}
#mainnav {
	;
	border:1px solid #0033CC;
	padding: 15px;
	width: 68%;
	float: left;
}

.totals {
	border:0;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
}
.formInput {
	font-family: Arial, Helvetica, sans-serif;
}

form{
	padding:0px;
	margin:0px;
}

.item_name {
	font-style:italic;
}


#orderItem {
	width:50%;
	float:right;
}

label {
	width:35%;
	float:left;
	text-align:left;
}
#orderRow {
	width:170px;
	padding:2px;
	margin:0px;
	height:15px;
}

h4.stronger {
	text-align:left;
	font-weight:bold;
	font-size:12px;
	margin-top:0px;
}

.thinGrey {
	border:1px solid #cccccc;
	background-color:#efefef;
}

h4 {
	text-align:left;
	font-weight:bold;
	font-size:12px;
	margin:15px
}

/*Basket */
.basket {

}
legend.basket {
	border:1px dashed #cccccc;
	font-size:14px;
	padding:5px;
	background-color:#efefef; 
	font-weight:bold;
	width:155px;
}
fieldset.basket {
	border:1px solid #cccccc; 
	padding:5px;
}

th.order{
	font-weight:bold;
	text-align:left;
	padding: 4px 10px;
	background-color: #999;
	color: #FFF;
}

img.black_border {
	border:1px solid #000;
}


/*Products*/	
.products {
	/* this is for position */
	margin:15px;
}
legend.product {
	border:1px dashed #cccccc;
	font-size:14px;
	padding:5px;
	background-color:#efefef;
	font-weight:bold;
	width:295px;
}
fieldset.product {
	border:1px solid #cccccc;
	padding:5px;
}
img.prod {
	border:1px solid #cccccc;
}
#prodPrice {
	float:right;
	border:1px solid #cccccc;
	padding:4px;
	width:185px;
	margin-left:5px;
	margin-right:5px;
	background:#efefef;
}

#prodPrice h4.stronger {
	text-align:left;
	font-weight:bold;
	font-size:12px;
	margin:0px 0px 6px 6px;
}

#prodPrice p {
	padding:4px;
	margin:2px;
}

#options {
	float:left;
	clear:left;
	margin-top:10px;
	margin-left:5px;
	padding:4px;
	width:60%;
	border: 1px solid #cccccc;
	background:#efefef;
}
#options ul {
	margin-top:2px;
	margin-bottom:2px;
}
#options label {
	font-size:0.8em;
	width: 100%;
	color:#0033cc;
}
#options strong {
	font-size:1.0em;
	font-weight:bold;
}
#options li {
	font-size:0.9em;
	list-style:square;
}

.item {
	font-size:9px;
	border-top:1px solid #cccccc;
}

.itemAlter {
	font-size:10px;
	border-top:1px solid #cccccc;
}
.itemAlterSmall {
	font-size:9px;
	border-top:1px dashed #cccccc;
}

.itemAlterPrint {
	font-size:10px;
}
.itemAlterPrintSmall {
	font-size:9px;
}

th.right {
	text-align:right;
}
th.left {
	text-align:left;
}

h3 {
	margin:15px 0;
	font-size: 1.5em;
}

/* standrad links */
a:link {
	color:#333333;
	text-decoration:none;
}
a:active{
	color:#333333;
	text-decoration:none;
}
a:visited{
	color:#333333;
	text-decoration:none;
}
a:hover{
	text-decoration:overline;
	text-decoration:underline;
	color:#990000;
}
#search {
	margin:30px 15px 30px 15px;
	border:1px dashed #cccccc;
	width:inherit;
	background:#efefef;
}
.prodOrder {
	background:#cccccc;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-style:outset;
	border:1px solid #999999;
	float:right;
	margin:0px 4px 0px 0px;
}
.prodCheck, table.full input.prodCheck, table.full input.backButton {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	border-style:outset;
	border:1px solid #999999;
	float:right;
	margin:0;
	width:auto;
	cursor: pointer;
	padding: 2px 5px;
	background-color: #0033cc;
	font-size: 0.9em;
	font-weight: bold;
}

table.full input.backButton_left {
	float:left;
}

table.full input.prodCheck:hover, input.prodCheck:hover, table.full input.backButton:hover, input.backButton {
	background-color:#999;
	color:#F0F0F0;
}


.backButton {
	background:#cccccc;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	border-style:outset;
	border:1px solid #999999;
	margin:0px 0px 0px 0px;
	width:125px;
}
 #showing {
 	margin:15px 15px 15px 20px;
	border: 1px dashed #cccccc;
	background:#efefef;
	padding:3px;
}
#showingConfirm {
 	margin:15px 15px 15px 20px;
	border: 1px solid red;
	background:#efefef;
	padding:3px;
}

#error {
	margin:10px 0;
	border: 0;
	background:#efefef;
	padding:20px 10px;
	color: #F00;
	font-size: 1.1em;
	line-height: 1.6em;
}

.OnepxGrey {
border: 1px solid #cccccc;
background:#eeeeee;

}
.desc {
	margin:15px 0;
}

p.req {
	display:block;
	padding: 10px;
	border: 1px dotted #0033CC;
	background-color: #e2e2fc;
	font-size: 1.1em;
	margin: 5px 0 10px 0;
	line-height:1.6em;
	}
	
	
.overlay_show {
	position:fixed;
	top:0;
	left:0;
	z-index:240;
	width:100%;
	height:100%;
	background-repeat:repeat;
	background-image: url(../../images/white_fade_bg.png);
}

.layer_arranger {
	position:absolute;
	width:760px;
	top:50%;
	left:50%;
	margin:-315px auto auto -395px;
	min-height: 400px;
}


	
.inner_layer {
	width:720px;
	position: absolute;
	padding: 40px 20px 60px 20px;
	text-align: center;
	z-index:50;
	background-color: #EFEFEF;
	border: 2px solid #ff0000;
	top: 20%;
	}
	
.close_button {
	padding:20px 0;
	text-align:center;
	}
	
a.close_box {
	display:block;
	text-align:center;
	padding:3px 5px;
	width:120px;
	color:#FFF;
	background-color:#03C;
	border:1px solid #666;
	text-decoration:none;
	font-weight: bold;
	margin: 0 auto;
	font-size: 0.9em;
}

a.close_box:hover {
	background-color:#999;
	color:#F0F0F0;
}

.errorsList {
	text-align: left;
	color: #f00;
	margin-left: 100px;
}	

