/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
#Content fieldset {
	border: 0;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#Content .formaction_withoutlabel {
	margin: 10px 0 30px 0;
}

/* ACTION BUTTONS
---------------------------------------- */
#Content input.action,
#header .action {
	/*padding: 2px;
	font-size: .9em;
	font-family: Verdana, Tahoma, Sans-serif;*/
	display: inline;
	padding: 3px 8px;
	border: 1px solid #888888;
	background: white url(/themes/themixx/images/button_bg.gif) repeat-x bottom;
	color: #8D3D00;
	text-transform: uppercase;
	font-size: .9em;
	cursor: pointer;
}

#Content input.action:hover,
#Content input.action:focus {
	cursor: pointer;
	text-decoration: none;
}

/* FIELD FORMATING
---------------------------------------- */
#Content form ul {
	list-style: none;
}
#Content .middleColumn {
 	display: block;
 	margin: 0px 10px 0 0;
	/*background: #E9E9E9;*/
	padding: 0px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
		margin: 0;
	}
/* INPUT BOXS
---------------------------------------- */

#Content input.text, textarea, select {
	padding: 2px;
	border: 1px inset #A7A7A7;
	color: #000;
	font-size: .9em;
	width: 300px;
	background: #EEEEEE;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
}
#Content input:focus span, textarea:focus span {
	border: 3px solid #000;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
#Content label {
 	display: block;
	margin: 5px 0 0 0;
	color: #777;
	font-size: .9em;
	font-weight: bold;
}

#Content label.right {
	display:inline;
}
/* SEARCH BOX 
---------------------------------------- */


html #SearchForm_SearchForm {
	float: right;
	height: 20px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 200px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	border: 1px solid blue;
}
html #SearchForm_SearchForm .middleColumn input.text {
	width: 160px;
	border: none;
	color: #666;
}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	/*float: right;*/
	margin-top: 2px;
}




/* PAYMENT METHOD */
#PaymentMethod label {
	display: inline;
}
#Cart .Actions {
	text-align: right;
}

