a.blue:hover {
	text-decoration:underline;
	color: #008ec3;
}

a.blue {
	text-decoration:none;
	color: #008ec3;
}


#main {
	font: 1em "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 11px;
}

.drawers-wrapper
{
	position: relative;
	width: 184px;
	height: 550px;
	background-color: #ccc;
}

.drawers-wrapper  ul.drawers {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.drawers-wrapper  .drawer-handle { 
	color: #333; 
	font-size: 1.0em; 
	padding: 5px 0; 
	text-indent: 15px; 
	width: 100%; 
	/*background: #939393 url(images/slider_handlebg.png) 0 0 no-repeat; */
	background: #939393 url(http://www.alcaweb.org/v3/files/gsacket/b/Fw9c17rlxt.png) 0 0 no-repeat; 
	cursor: pointer; 
}

.drawers-wrapper h2 {
	margin: 0px;
}

.drawers-wrapper h2.open {
	background-color: #72839d;
	background-position: -184px 0; 
	color: #fff;
}

.drawer-content
{
	display: block;
	height: auto;
	margin: 1px;
	padding: 0px;
	background-color: white;
	color: #666666;
	/* background-image: url(images/drawer_content_bg.gif);*/
	background-image: url(http://www.alcaweb.org/v3/files/gsacket/b/RVRiaUTgA1.gif); 
	background-repeat: repeat-x;
	background-position: bottom left;
}

.drawer-content a {
	text-decoration:none;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#666666;
}

.drawer-content select {
	width: 158px;
	font-size: smaller;
}
/********* More Link *********/ 

a.more {
	color: #2d91dd;
	display: inline;
	background: url(http://www.alcaweb.org/v3/files/gsacket/r/le9D0c8ucW.png) left center no-repeat;
	padding-left: 13px;
	font-size: 10px;
	line-height: 1.0em;
}

a.more2 {
	color: #2d91dd;
	display: inline;
	background: url(http://www.alcaweb.org/v3/files/gsacket/r/le9D0c8ucW.png) left center no-repeat;
	padding-left: 13px;
	font-size: 12px;
	line-height: 1.0em;
}

a.more:hover {
	text-decoration: underline;
}

/********* Menu Type Content *********/ 

.menu-type {
	font-size: 1.0em; 
	color: #ccc;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu-type li {
	border-bottom:1px solid #E5E5E5;
	line-height:16px;
}

.menu-type li a {
	display:block;
	overflow:hidden;
	padding:6px 10px;
}

.menu-type a:hover {
	background-color: #eee;
}

/********* Order Type Content *********/ 

.order-type {
	font-size: 1.0em; 
	margin: 0;
	padding: 5px 5px 5px 30px;
}

.order-type li {
	margin-left: 3px;
	padding:3px 0;
}

.order-type li a {
	display: block;
}

.order-type li a:hover {
	text-decoration: underline;
}

/********* List Type Content *********/ 

.list-type {
	font-size: 1.0em; 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list-type li {
	margin-left: 3px;
	padding:3px 10px;
	font-size: 90%;
}

.list-type h4 {
	margin: 3px 0px;
	font-size: 1.0em; 
	color: black;
}

.list-type p {
	margin: 4px 0px;
	padding-bottom: 5px;
	/*line-height: 1.5em;*/
	border-bottom: 1px solid #bbb;
}

/********* Image Type Content *********/ 

.image-type {
	font-size: 1.0em; 
	margin: 0;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
}

.image-type li {
	margin: 6px 7px;
	padding: 0px;
	font-size: 90%;
	border-bottom: 1px solid #bbb;
}

.image-type div {
	margin-left: 55px;
	line-height: 1.2em;
	
}

.image-type h4 {
	margin: 0px 0px 4px 0px;
	_margin-top: -15px;
	!margin-top: -15px;
	font-size: 1.0em; 
	color: black;
}

.image-type p {
	margin: 4px 0px;
}

.image-type img.left {
	float: left;
}

/********* Image Type Content *********/ 

.tabs {
	padding: 0;
	margin: 10px;
	font-size: 11px;
}

.tabs a { 
	color: #333; 
	font-size: 1.0em; 
	padding: 5px 15px;
	margin: 0px 5px;
	width: auto;
	background: #939393 url(http://www.alcaweb.org/v3/files/gsacket/b/Fw9c17rlxt.png) 0 0 no-repeat; 
	cursor: pointer;
	text-decoration:none;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#666666;
	border-left: 1px solid #aaaaaa;
}

.tabs a.open {
	background-color: #72839d;
	background-position: -184px 0; 
	color: #fff;
}

.tabs-content {
	text-align: left;
}

