/*
Theme Name: ET-Starter
Theme URI: http://empirethemes.com/starter-theme
Description: A starter theme for WordPress. ET-Starter is meant to help you create your own WordPress theme with ease.
Author: ET
Author URI: http://empirethemes.com
version: 1.0.2
Tags: white, widget-ready, threaded-comments
*/


@import url('css/main.css');


.tbl_space td { margin-top:10px !important; }

.tbl_space input { margin-top:10px !important; }

.niceform input { height:26px; font-size:14px; }
.niceform select { height:26px; font-size:14px; }
.niceform option { line-height:26px; }
.niceform label { margin-top:10px; display:block; font-weight:bold; }
.niceform textarea { width:600px; height:150px; font-size:14px;  }

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}



/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#eae9d4 url(/img/global/gradient/h300.png) 0 0;
	width: 530px; !important
	border:1px solid #333;	
	-background:#666;
}

/* accordion header */
#accordion h2 {
	background:#a8b460 url(/img/global/gradient/h30.png);
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#839704;
}

/* accordion pane */
#accordion .pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	height:230px;
	padding:15px;
	color:#333333;
	font-size:12px;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#333333;
}
