/*  
Theme Name: One
Description: Each subpage is homepage, to generate highest conversion rate.
Version: 1.0
Author: Earnpin Lee
Author URI: http://www.1.com.my/
*/

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position:absolute;
	margin:-5 0 0 5px;
	background-color: #fff;
	border: 1px solid #888;
}

.dropmenudiv a {
	display: block;
	padding:0; margin:0;
	text-decoration: none;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #000;
	color:#FFFFFF;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv .container {padding:0px;}
.dropmenudiv .container ul li a {color:#888; padding-left:3px; padding-right:5px;}
.dropmenudiv .container ul li a:hover {color:#fff; text-decoration:none;}

.dropmenudiv ul {list-style:none; font-size: 0.75em; margin:0; padding:1; float:left; white-space:nowrap;}
.dropmenudiv ul li {margin:0; padding:0}
.dropmenudiv ul li a {margin:0; padding:3 2; color: #000}

.clear {clear:both;}

/* ############################################ */

div.error {
	background: transparent url('../img/warn.gif') 0px 2px no-repeat  ;
	padding:0 0 0 22; 	
	color:red;
	top: 0;
	font-weight: bold;
}

.errormsg {
	color:red;
	font-size: 0.8em;
	white-space:nowrap;
}


#menu ul, #menu li {
	font-family: sans-serif, Arial, Helvetica;	
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#paging a, #paging a:visited, #paging a:hover, #paging a:focus {
	padding: 6px;
	border: outset 2px;
	background-color: #E5E5E5;
	color: #000000;
	text-decoration: none;
}

#paging a:active {
	padding: 6px;
	border: inset 2px;
	background-color: #E5E5E5;
	color: #000000;
	text-decoration: none;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	line-height:1.5;
	margin:0;
	padding:0;
}
.big {
	font-size: 3em;
	line-height: 55px;
}

.big a, .big a:link, .big a:visited, .big a:active {
	text-decoration : none;
	color : #000000;
}
.medium {
	font-size: 1.3em;
}

.small {
	font-size: 0.7em;
}

.textnolink {
	font-size: 0.7em;
}

.textnolink a, .textnolink a:link, .textnolink a:visited, .textnolink a:active {
	text-decoration : none;
	color : #6798d3;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: 0px;
	margin:0;
}

.bigbutton { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000000;
	background: #AFAFAF;
	border-bottom: 2px solid #9D9D9D;
	border-right: 2px solid #9D9D9D;
	border-left: 2px solid #CDCDCD;
	border-top: 2px solid #CDCDCD;
	height: 29px;
	width:80px;
	text-decoration:none;
	padding-left: 4px;
	padding-right: 4px;
	cursor: hand;
	padding: 0px;
}

.smallbutton { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000000;
	background: #AFAFAF;
	border-bottom: 2px solid #9D9D9D;
	border-right: 2px solid #9D9D9D;
	border-left: 2px solid #CDCDCD;
	border-top: 2px solid #CDCDCD;
	height: 24px;
	width:50px;
	text-decoration:none;
	padding-left: 4px;
	padding-right: 4px;
	cursor: hand 
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.0em; 
	background: #FFFFFF; 
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	color:#000000;
	text-decoration:none; 
	padding: 3px;
	height:26px;
}

textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.0em; 
	background: #FFFFFF; 
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	color:#000000;
	text-decoration:none; 
	padding: 2px;
}

select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.0em; 
	background: #FFFFFF; 
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	color:#000000;
	text-decoration:none; 
}

label {
	margin-right: 10px;
}

.radio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em; 
	background: transparent;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	color:#000000;
	text-decoration:none; 
	margin-right: 5px;
	height:17px;
}

.checkbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em; 
	background: #FFFFFF;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	color:#000000;
	text-decoration:none; 
	padding: 0px;
}

.edit-layer {
	display:none; 
	position: absolute; 
	width: 100px; 
	height: 100px; 
	z-index: 0; 
	margin-top:-14
}

.email-layer {
	display:none; 
	position: absolute; 
	width: 100px; 
	height: 100px; 
	z-index: 0; 
	margin-top:-380;
	margin-left:180;
}

.box {
	border-color:#888888; 
	border-style: solid; 
	border-width: 1; 
	border-top-width: 0;
}


.submit { 
	font-family:Tahoma,sans-serif; 
	font-size:12px; 
	background: #D4D0C8; 
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	color:#000000;
	height: 26px;
	text-decoration:none;
	padding: 4px;
	cursor: hand; 
}

.img-shadow {	
	background:url('images/shadow.gif') no-repeat right bottom;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	padding-left:4px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:10px;
}

a img {
	border: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 3px 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 3px 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.formContent .field-input {
	padding-top:3px;
	padding-bottom:12px;
}

.formheader {
	 color:#377cb3;
	 border-bottom: 1px solid #c8c8c8;
}

