/**
 * ------------------------------------------------------------------------
 * JA Orisite Template  for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */

body#bd {
	background: #fff;
	color: #333;
	font-family: Arial,Helvetica, sans-serif;
	line-height: 1.6;
}

body.contentpane a { color: #c33; text-decoration: none; }

body.contentpane a:hover, body.contentpane a:active, body.contentpane a:focus { color: #333; }

body.contentpane h1.componentheading,
body.contentpane h2.componentheading,
body.contentpane .componentheading {
	font-weight: normal;
	text-transform: capitalize;
}

body.contentpane h1.contentheading,
body.contentpane h2.contentheading,
body.contentpane .contentheading,
#login-form  h2 {
	font-weight: normal;
	text-transform: capitalize;
}

body.contentpane .formelm label { min-width: 130px; display: inline-block; }

.left {
    margin-right: 15px;
}

.right {
    margin-left: 15px;
}

body.contentpane .button,
body.contentpane #ja-typo button,
#login-form input.button {
	background: #FAFAFA;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #4C4C4C;
	cursor: pointer;
	font-size: 92%;
	letter-spacing: 1px;
	padding: 3px 10px;
	text-transform: capitalize;
	margin-right: 4px;
}

body.contentpane .button:hover,
body.contentpane .button:focus,
body.contentpane #ja-typo button:hover,
body.contentpane #ja-typo button:focus,
#login-form input.button:hover, #login-form input.button:focus  {
	background: #BD3928;
	color: #fff;
	border-color: #BD3928;
}

body.contentpane .inputbox,
body.contentpane input[type=text],
body.contentpane input[type=password],
body.contentpane input[type=email] {
	border: 1px solid #e6e6e6;
	background: #fff;
	padding: 4px;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 3px;
	-webkit-border: radius: 3px;
}

body.contentpane .inputbox:hover, body.contentpane .inputbox:focus,
body.contentpane input[type=text]:hover, body.contentpane input[type=text]:focus,
body.contentpane input[type=password]:hover, body.contentpane input[type=password]:focus,
body.contentpane input[type=email]:hover, body.contentpane input[type=email]:focus {
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
}

body.contentpane div.itemToolbar ul li a#fontDecrease img,
body.contentpane div.itemToolbar ul li a#fontIncrease img{
	margin-top: 2px;
	vertical-align: top !important;
}

#login-form ul li {
	background: url("../images/bullet.png") no-repeat left center;
	padding-left: 10px;
}


#login-form ul li a { color: #6C6C6C; }

#login-form ul li a:hover,
#login-form ul li a:focus,
#login-form ul li a:active { color: #c33; }

/* Acymailing form ---*/
table.acymailing_form { margin: 20px 0 0; }

.acymailing_module_form td { padding: 0 0 10px; }

.acysubbuttons { text-align: left; }

body.contentpane .ask-a-question a {
	color: #fff !important;
	font-size: 90%;
}

body.contentpane .ratingbox span,
body.contentpane .ratingbox {
	zoom: 1;
	overflow: hidden;
}

body.contentpane .ratingbox span {
	left: 0px;
}

body.contentpane .paddingtop span  {
	vertical-align: top;
	display: inline-block;
	margin-top: 3px;
	margin-right: 3px;
}