/* - - - - - - - - - - - - - - - - - - - - -

 Title : 
 Author : 
 URL : http://

 Last Updated : 

- - - - - - - - - - - - - - - - - - - - - */

a, a:active, a:visited {
	color: #0000cc;
	text-decoration: none;
}

#container {
	width:840px;
	margin: 0 auto;
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	margin-top: 10px;
	padding:0 0 20px;
	position:relative;
}

h2 {
	padding-top: 15px;
}

/* =head =tabs */
.overcontent {
height:26px;
margin-left:auto;
margin-right:auto;
padding:0;
text-align:left;
width:840px;
}

.headlogo {
font-size:2.5em;
height:20px;
float:left;
margin:16px 0 0 10px
}

.headlogo a {
	color:#005DA1;
}

.trust {
color:#042A4D;
float:right;
font-size:20px;
margin:16px 0 0;
}

/* Menu CSS */

#nav{
	background: #cf3b19 url(../../images/bghome.png) right repeat-y;
	height: 3.0em;
}
#nav[id]{
	height: auto;
}

.clearfix, #stage{
	/*display: inline-block;*/
}

#menu{
	top: 12px;
	list-style: none;
	margin: 0 10px 0 0;
}
* html #menu{
	top: 13px;
}
*+html #menu{
	top: 13px;
}
#menu li{
	float: left;
	margin: 0 2px;
	color: #FFFFCC;
/*	width: 90px; */
	text-align: center;
}
#menu li.act, #menu li.inf, #menu li.lgo{
	width: 150px;
}
#menu li.usr{
	margin-right: 20px;
}
#menu li.lgo{
	margin-left: 0px;
}
#menu li a{
	font-size: 95%;
	display: block;
	text-decoration: none;
	color: #FFDA68;
	font-weight: bold;
	background-color: #0F7BCA;
	/*border-right: 1px solid #841700;
	border-bottom: 1px solid #9F1E00;*/
	padding: 0 8px 1px 30px;
	margin: 0 auto;
	line-height: 25px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,.15) 1px -1px 2px;
	-moz-box-shadow: rgba(0,0,0,.15) 1px -1px 2px;
}
* html #menu li a, #manage #menu li a{
	background-image: none;
	padding: 0 15px 1px 15px;
}

#menu li img{
	border:0;
	float:left;
}

#menu li.act a{
	background:#0E4C83;
	width:100px;
	color: #fff;
	padding: 0 10px 1px 10px;
}
#menu li.inf a:hover, #menu li.act a:hover{
	background-color: #5686BC;
	border-color: #3F6895;
	color: #eee;
}
#menu li a:hover{
	border-color: #EDB509;
	background-color: #FFDA68;
	color: #000;
}
#menu a:active{
	background-color: #8EBC14 !important;
	border-color: #607E0E !important;
	color: #fff !important;
}
#users .usr a, #account .act a, #build .bld a, #forms .frm a, #reports .rpt a{
	border-color: #FFF !important;
	background-color: #FFF !important;
	color: #222 !important;
	font-weight: bold;
}


/* clearfix */
#step-1:after, #step-2:after, .options:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.notice {
	color: green;
	text-align: center;
	margin:0;
	padding: 5px;
}

.options {
	height:100%;
	width:100%;
	clear:right;
	padding-bottom:10px;
}

.optionbox {
	width:250px;
	padding:0 7px;
	float:left;
}

.dropdownselect {
	width:230px;
	margin: 3px 0pt 10px;
}

.optionbox li {
	width:240px;
	list-style-type: none;
}

.optionbox h3 {
	font-size:15px;
	padding:0;
	margin:0 0 3px 0;
}

.qualif {
	font-size:10px;
	font-weight:normal;
	color:#666;
	text-align:justify;
	margin-bottom:5px;
}

.colourlabels {
	margin-top: 10px;
}

.colourlabels span:hover {
	opacity:0.9;
}

.colourlabels label {
	float:left;
	margin:0;
	padding:14px;
}

.colorlabels label:hover {
	cursor:pointer;
}

.colorcheck {
	margin:0;
	border:0;
	padding:0;
}

.colorcheck:hover {
	cursor:pointer;
}

.pointer, .colourlabels label {
	cursor: pointer;
}

span.quantity {
	padding-left:4px;
}

.quantity:hover {
	background-color:#FFFF66;
}

.pricebox {
	background-color:#F4F4F4;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
	margin-top:8px;
	padding:8px 6px 2px;
}

.nextbox {
	background-color:#CBFFCA;
	border-bottom:#A6D1A5 1px solid;
	border-right:#A6D1A5 1px solid;
	margin-top:4px;
	padding:8px;
}

.extrabox {
	background-color:#EDF3FE;
	border-bottom:#C0C5CF 1px solid;
	border-right:#C0C5CF 1px solid;
	margin-top:4px;
	padding:8px;
	width:232px;
	font-size: 13px;
	font-weight: normal;
	text-align:center;
}

.text_fields {
	text-align: left;
}

.text_field {
	padding: 10px 0px;
	border-bottom: 1px dotted #999;
}

.text_field:first-child {
	padding-top: 0px;
}

.text_field:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}

#min-people, #min-people-warn {
	color:#000;
}

/* Tooltip CSS */

#dhtmltooltip{
position: absolute;
color:#000;
font:20px;
text-align:center;
border: 0;
padding: 2px;
background-color:#FFFF66;
visibility: hidden;
z-index:100;
}

/* ZURB HR CSS - http://www.zurb.com/article/277/3-ways-to-add-depth-to-any-website-with-c */

hr {
	margin: 17px 0 18px;
	height: 0;
	clear: both;
	border: solid #ddd;
	border-width: 1px 0 0;
	border-top:  1px solid #fff;  /*these two borders can be flipped to give the hr tag more "pop" */
	border-bottom: 1px solid #ddd; 
	}

/* ZURB	BUTTON CSS - http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba */

	.awesome, .awesome:visited { 
		display: inline-block; 
		color: #fff; 
		text-decoration: none;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		border: none;
		border-bottom: 1px solid rgba(0,0,0,0.25);
		position: relative;
		cursor: pointer;
		opacity: 0.9;
		font-size:25px;
		padding: 8px;
	}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 18px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 25px; padding: 2px 5px 3px; }

	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }

/* Details CSS */

.deets {
	float:left;
	width:50%;
}

.deets li {
	width:100%;
	list-style-type: none;
}

.deets label {
	font-size: 13px;
}

.deets label.small, .deets span.small {
	font-size: 11px;
}

#url label {
	float:left;
	font-weight: bold;
	line-height: 15px;
	padding: 2px 0;
}

#url label, #url input {
	margin: 10px 0px;
	font-size: 12px;
}

#delivery-details .left {
	clear: left;
}

/* Shop CSS */

.postexp {
	width:100%;
	text-align:center;
	background-color:;
/*	border-right:1px #C30026;
	border-bottom:1px #C30026;
	background-color:#FAE1E6; */
	padding: 10px 0;
	font-size:17px;
	color:#F14365;
	clear:both;
}

.addlink:hover, .removelink:hover {
	background:blue;
	color:white;
	text-decoration:none;
}

.addlink:active, .removelink:active {
	background:white;
	color:blue;
}

.step {
		width:26px;
		margin-left:-52px;
		padding-top:5px;
		padding-left:6px;
		height:30px;
		background:#FFFF99;
		position:absolute;
		font-size:20px;
		margin-top:14px;
		box-shadow: -3px 0px 7px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:-3px 0px 7px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: -3px 0px 7px rgba(0, 0, 0, 0.2);
		left: 0;
}

/* =Forms (yeah, I know theres a big hideous forms.css...) */
form.wufoo {
	position: relative;	
	margin-top: 0px;
}

label.error {
	color: red;
	font-style:italic;
	display: none;
}

input.error {
	border: 2px solid red;
}

input[type=checkbox].error, input[type=radio].error {
	border: none;
}

#shop_submit {
	width: auto;
}

.loading {
	padding: 10px;
}

/* =orders */
#orders.index #container {
	width: 90%;
}

table.orders td, table.orders th {
	padding: 3px;
}

table.orders th {
	background-color: #ccc;
}

table.orders tr:hover td {
	background-color: #eee;
}

table.orders tr.odd {
	background-color: #f9f9f9;
}

a.csv-export {
	float:left;
	height: 32px;
	line-height: 32px;
	padding-left: 35px;
	background: transparent url(../images/csv-icon-32-32.png) no-repeat;
}

/* =tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #FFFF99;
	padding: 3px;
}

#tooltip h3 {
	font-weight: normal;
	font-size: 1em;
}
#tooltip h3, #tooltip div { margin: 0; }