/* - - - - - - - - - - - - - - - - - - - - -
Title :  COD 6 Template CSS Style
Author : Jayson He
Description : Nothing to say, just use it.

Created : September 14, 2006
Modified : September 14, 2006
Version: 1.0
- - - - - - - - - - - - - - - - - - - - - */
	/* = = = = = Redifined General Styles = = = = = */
	/* = = = = = Layout Styles = = = = = */
#container {
	width: 760px;
	margin: 0 auto;
	clear: both;
}

/* header */
#header {
	width: 760px;
	float: left;
	text-align: center;
}

.logo {
	width: 100%;
	float: left;
	font-size: 0;
}

#mainMenu {
	width: 100%;
	float: left;
	text-align: center;
	background-color: #8496BC;
	margin-bottom: 0px;
}

.mainMenu {
	width: auto;
	height: 26px;
	float: left;
}

.mainMenu ul {
	margin: 0;
	padding: 0;
}

.mainMenu li {
	display: block;
	float: left;
	line-height: 26px;
}

.mainMenu a {
	display: block;
	padding: 0 10px;
	font-weight: bold;
}

.mainMenu a:link,.mainMenu a:visited {
	color: white;
	text-decoration: none;
}

.mainMenu a:hover {
	color: #ec6901;
}

.log {
	float: right;
	width: 150px;
	height: 26px;
	margin-right: 5px;
	font-size: 9px;
	color: white;
	font-weight: bold;
}

.log p {
	height: 12px;
	margin: 0;
	padding: 0;
	line-height: 12px;
	text-align: right;
}

.log p a:link,.log p a:visited {
	color: white;
	text-decoration: none;
}

.log p a:hover {
	color: #ec6901;
}

#main {
	width: 760px;
	float: left;
	padding-top: 10px;
	text-align: left;
	background-color: white;
}

.indexPageTitle {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.indexPageTitle h2 {
	width: 100%;
	float: left;
	color: #ec6901;
	font-weight: normal;
}

.subscribe {
	width: 320px;
	float: right;
	text-align: right;
	font-size: 0.6em;
}

.subscribe p {
	color: black;
}

.subscribe p a:link,.subscribe p a:visited {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

.subscribe p a:hover {
	color: #ec6901;
}

.function {
	width: inherit;
	float: left;
	margin-bottom: 10px;
}


#placeAnAd {
	width: 200px;
	float: right;
	border: 1px solid #ccc;
}

#placeAnAd h3 {
	display: block;
	height: 50px !important;
	margin: 10px;
	border: none;
	line-height: 47px;
	height: 47px;
	font-weight: bold;
	text-align: center;
	background-color: #597E99;
	color: white;
	font-size: 2em;
}

#placeAnAd h3 a {
	display: block;
	font-family: Arial, Verdana, sans-serif;
}

#placeAnAd h3 a:link,#placeAnAd h3 a:visited,#placeAnAd h3 a:hover {
	display: block;
	color: white;
	text-decoration: none;
}

#placeAnAd h3 a:active {
	color: #eee;
}
.list {
	width: 100%;
	float: left;
	margin-top: 10px;
	border: 1px solid #ccc;
}

.list table {
	width: 100%;
}

.list h2 {
	color: #ec6901;
	font-weight: bold;
	margin: 15px 0 0 15px;
	font-size: 1.2em;
}

.list h3 {
	color: #ec6901;
	font-weight: bold;
	margin: 15px 0 0;
}

.list h3 a:link,.list h3 a:visited {
	color: blue;
	text-decoration: none;
	margin: 15px 0 0;
}

.list h3 a:hover {
	color: #ec6901;
	text-decoration: none;
}

.list h4 {
	color: blue;
	font-weight: bold;
	margin: 10px 0;
}

.list h4 a:link,.list h4 a:visited {
	color: blue;
	text-decoration: underline;
}

.list h4 a:hover {
	color: #ec6901;
	text-decoration: none;
}

.list h5 {
	margin: 15px 0 0 15px;
	color: black;
	font-weight: bold;
}

.list p {
	font-size: 0.9em;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.list td {
	width: auto;
	padding: 15px;
	vertical-align: top;
}

.list td ul {
	margin-bottom: 20px;
}

.list td ul li {
	margin: 5px 0;
	list-style: none;
	font-size: 0.9em;
}

.list a:link,.list a:visited {
	color: black;
	text-decoration: none;
}

.list a:hover {
	color: #ec6901;
}

.browse {
	color: #ec6901;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
}

.adInList {
	margin-bottom: 20px;
}

.createAd {
	width: auto;
	float: left;
	margin-top: 15px;
}

.createAd h3 {
	color: #ec6901;
	font-weight: bold;
}

.createAd h4 {
	color: blue;
	font-weight: bold;
	margin: 10px 0;
}

.createAd h4 a:link,.list h4 a:visited {
	color: blue;
	text-decoration: underline;
}

.createAd h4 a:hover {
	color: #ec6901;
	text-decoration: none;
}

.createAd h5 {
	margin: 15px 0 0 15px;
	color: black;
	font-weight: normal;
}

.createAd p {
	font-size: 0.9em;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.createAd table {
	width: 100%;
}

.createAd td {
	width: auto;
	padding: 15px;
	vertical-align: top;
}

.createAd td ul {
	margin-bottom: 20px;
}

.createAd td ul li {
	margin: 5px 0;
	list-style: none;
	font-size: 0.9em;
}

.createAd a:hover {
	color: #ec6901;
}

.createAdStep {
	width: 100%;
	float: left;
}

.createAdStep table {
	width: 100%;
	height: 20px;
	font-size: 0.9em;
	background-color: #999;
}

.createAdStep table td {
	width: 33%;
	padding: 5px;
	color: #777;
	background-color: #f2f2f2;
	text-align: center;
	font-weight: bold;
}

.createAdStep table td.createAdStepNow {
	color: white;
	background-color: #999;
}

.createAdStep h5 {
	margin: 10px 0 20px;
}

.createAdContent {
	width: auto;
	margin: 20px 0;
}

.createAdContent_body {
	width: 560px;
	float: left;
	font-size: 0.9em;
}

.createAdContent_side {
	width: 190px;
	float: right;
	font-size: 0.85em;
	margin-left: 8px;
}

.formButton {
	padding: 3px;
	background-color: #597e99;
	font-weight: bold;
	color: white;
	border: 1px solid black;
}

/* */
.fieldsetBox {
	width: 100%;
	float: left;
}

.fieldsetBox ol li {
	display: block !important;
	margin-bottom: 1px;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	background-color: #f9f9f9;
}

.fieldsetBox ol li span {
	float: right;
}

.fieldsetBox ul li {
	display: block;
	clear: both;
	margin-bottom: 1px;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	background-color: #f9f9f9;
	list-style-type: none;
}

.fieldsetBox ul li span {
	float: left;
	width: 200px;
	font-weight: bold;
}

.fieldsetBoxContent {
	margin: 10px 0;
	padding: 1em;
	border: 1px solid #ccc;
}

.fieldsetBoxContent h4 {
	width: 98%;
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #ddd;
	color: #517292;
	font-weight: bold;
}

.fieldsetBoxContent div {
	width: 100%;
	float: left;
	margin: 5px 0;
}

.fieldsetBoxContent legend {
	font-weight: bold;
	color: #333;
	padding: 0.5em;
}

.fieldsetBoxContent label {
	width: 190px;
	float: left;
	margin-right: 15px;
	text-align: right;
	font-weight: bold;
}

.fieldsetBoxContent div input {
	width: 300px;
	border: 1px solid #ccc;
	padding: 1px;
}

.fieldsetBoxContent div select {
	width: 300px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif
		;
	font-size: 100%;
	padding: 1px;
}

.fieldsetBoxContent div textarea {
	width: 300px;
	height: 120px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif
		;
	font-size: 100%;
	border: 1px solid #ccc;
	padding: 1px;
}

.fieldsetBoxContent p {
	padding: 10px 0;
}

.fieldsetButtonrow {
	text-align: center;
}

.commonTable {
	width: 100%;
	float: left;
	background-color: #ddd;
	font-size: 0.9em;
}

.commonTable th {
	padding: 5px;
	background-color: #4a8dc2;
	color: black;
	font-weight: bold;
}

.commonTable tr td {
	padding: 5px;
	background-color: white;
	text-align: left;
}

.oddRow,.oddRow td,tr.oddRow td {
	background-color: white;
}

.evenRow,.evenRow td,tr.evenRow td {
	background-color: #f8f8f8;
}

/* Create Ad - Order Form*/
table.orderForm {
	width: 100%;
	background-color: #ddd;
}

.orderForm th {
	padding: 8px 0 8px 15px;
	background-color: #eee;
}

.orderForm td {
	padding: 10px;
	background-color: white;
	text-align: right;
}

td.orderForm_title {
	width: 100px;
	font-weight: bold;
	text-align: right;
}

td.orderForm_content {
	width: auto;
	text-align: left;
}

td.orderForm_content img {
	border: 1px solid #ddd;
}

td.orderForm_content span {
	display: block;
	margin: 2px 0 5px;
	line-height: 1.4em;
}

td.orderForm_calculate {
	background-color: #f9f9f9;
	font-size: 1.2em;
	padding: 10px 10px 0;
}

.orderForm_calculate span {
	float: left;
}

/* Create Ad - Shopping Cart Form*/
table.shoppingCartForm {
	width: 100%;
	background-color: #ddd;
}

.shoppingCartForm th {
	padding: 8px 0 8px 15px;
	background-color: #eee;
}

.shoppingCartForm td {
	padding: 0;
	background-color: white;
}

.shoppingCartForm_orderHeader {
	width: auto;
	padding: 5px 10px;
	border-bottom: 1px solid #e3e3e3;
	color: #666;
	font-weight: bold;
	font-size: 0.9em;
}

.shoppingCartForm_orderHeader span {
	float: right;
}

.shoppingCartForm_orderContent {
	width: auto;
	clear: both;
	padding-bottom: 20px;
}

.shoppingCartForm_orderContent pre {
	width: 470px;
	margin: 5px 0 0 10px;
}

.shoppingCartForm_orderContent h3 {
	width: 82%;
	margin-left: 10px;
	padding: 20px 10px 20px 0;
	border-bottom: 1px dashed #e3e3e3;
}

.shoppingCartForm_orderContent h3 span {
	float: right;
	font-size: 0.8em;
	padding-top: 4px;
}

.shoppingCartForm_orderContent p {
	width: 82%;
	clear: both;
	margin: 0;
	margin-left: 10px;
	padding: 3px 10px 3px 0;
	border-bottom: 1px solid #e3e3e3;
}

.shoppingCartForm_orderContent p span {
	width: 120px;
	float: left;
	padding: 2px 0;
	font-weight: bold;
}

.shoppingCartForm_orderContent h4 {
	width: 82%;
	margin: 0;
	margin-left: 10px;
	padding: 3px 10px 0 0;
	-weight: bold;
	color: black;
}

.shoppingCartForm_orderContent h5 {
	width: auto;
	padding: 3px 10px 3px 0;
	margin: 5px 0 0;
	text-align: right;
	font-weight: bold;
}

.shoppingCartForm_orderContent h6 {
	width: 84%;
	height: 5px;
	clear: both;
	margin: 0;
	margin-left: 10px;
	border-bottom: 1px solid #e3e3e3;
}

td.shoppingCartForm_price {
	background-color: #f9f9f9;
	text-align: right;
}

.shoppingCartForm_price p {
	width: auto;
	margin: 0;
	padding: 2px;
	font-weight: bold;
}

.shoppingCartForm_price p span {
	width: 80px;
	float: right;
	padding-right: 5px;
}

.shoppingCartForm tfoot td {
	padding: 10px;
	text-align: right;
}

/* Create Ad - Checkout Form*/
table.checkoutForm {
	width: 100%;
	margin-top: 20px;
	background-color: #ddd;
}

.checkoutForm th {
	padding: 8px 0 8px 15px;
	background-color: #eee;
}

.checkoutForm td {
	padding: 0;
	background-color: white;
}

.checkoutForm h4 {
	clear: both;
	width: 95%;
	margin: 0 auto;
	padding: 15px 0 5px;
	border-bottom: 1px solid #ddd;
	color: #517292;
}

.checkoutForm p {
	clear: both;
	width: 95%;
	margin: 0 auto;
	padding: 5px;
}

table.checkoutFormBox {
	width: 420px;
	float: left;
}

.checkoutFormBox td {
	padding: 3px 5px;
}

td.checkoutFormBoxLabel {
	width: 200px;
	text-align: right;
	font-weight: bold;
}

td.checkoutFormBoxElement {

}

td.checkoutFormBoxElement input,td.checkoutFormBoxElement select {
	width: 200px;
}

.checkoutForm ol {
	list-style-type: decimal;
	list-style-position: outside;
}

.checkoutForm ol li {
	margin: 5px 5px 5px 40px;
}

.checkoutForm tfoot td {
	padding: 10px;
	text-align: right;
}

.paymentInformation {
	width: auto;
	float: left;
	padding: 20px 12px 0;
}

.paymentInformation span {
	float: left;
	font-weight: bold;
}

.paymentInformation img {
	display: block;
	width: auto;
	float: right;
	margin-left: 10px;
}

.secureSiteSeal {
	width: 120px;
	float: right;
	padding-top: 4px;
}

.sideBox {
	width: 190px;
	float: right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.sideBox h3 {
	width: auto;
	padding: 7px 10px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #eee;
	color: black;
	font-size: 0.95em;
}

.sideBox h4 {
	width: auto;
	padding: 3px 10px;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	color: black;
	font-size: 0.9em;
	text-align: center;
}

.sideBoxContent {
	width: auto;
	padding: 7px 10px;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	font-size: 0.95em;
	line-height: 1.3em;
}

.sideBoxContent_break {
	width: auto;
	padding: 7px 10px;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	font-size: 0.95em;
	line-height: 1.3em;
	WORD-BREAK: break-all;
}

.sideBoxContent p {
	font-size: 1em;
	margin: 0;
}

.sideBoxContent ol {
	width: auto;
	list-style-type: decimal;
	list-style-position: inside;
}

.sideBoxContent ul {
	width: auto;
	list-style-type: disc;
	list-style-position: inside;
}

.sideBoxContent li {
	padding: 3px 0;
	margin: 0;
}

.sideBoxContent table td {
	padding: 2px;
	margin: 0;
}

.sideBox_pubSchedule {
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
}

.sideBox_pubSchedule td {
	height: 20px;
	padding: 2px 3px 0px 10px;
}

td.sideBox_pubSchedule_head {
	padding-top: 10px;
	font-weight: bold;
}

/* sign up */
.signUp {
	width: auto;
	float: left;
	margin-top: 15px;
}

.signUp h3 {
	color: #ec6901;
	font-weight: bold;
}

.signUp h4 {
	color: blue;
	font-weight: bold;
	margin: 10px 0;
}

.signUp h4 a:link,.list h4 a:visited {
	color: blue;
	text-decoration: underline;
}

.signUp h4 a:hover {
	color: #ec6901;
	text-decoration: none;
}

.signUp h5 {
	margin: 15px 0 0 15px;
	color: black;
	font-weight: normal;
}

.signUp p {
	font-size: 0.9em;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.signUp table {
	width: 100%;
}

.signUp td {
	width: auto;
	padding: 15px;
	vertical-align: top;
}

.signUp td ul {
	margin-bottom: 20px;
}

.signUp td ul li {
	margin: 5px 0;
	list-style: none;
	font-size: 0.9em;
}

.signUp a:hover {
	color: #ec6901;
}

.signUpContent {
	width: auto;
	margin: 20px 0;
}

.signUpContent_body {
	width: 560px;
	float: left;
	font-size: 0.9em;
}

.signUpContent_side {
	width: 200px;
	float: right;
	font-size: 0.85em;
}

table.signUpForm {
	width: 100%;
	background-color: #ddd;
}

.signUpForm th {
	padding: 8px 0 8px 15px;
	background-color: #eee;
}

.signUpForm td {
	padding: 10px;
	background-color: white;
	text-align: right;
}

td.signUpForm_title {
	width: 100px;
	font-weight: bold;
	text-align: right;
}

td.signUpForm_content {
	width: auto;
	text-align: left;
}

td.signUpForm_content img {
	border: 1px solid #ddd;
}

/* left */
#left {
	float: left;
	width: 160px;
	text-align: center;
}

#leftMenu {
	width: 145px;
	float: left;
	font-size: 0.8em;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
}

#leftMenu h2 {
	width: auto;
	height: 50px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 50px;
	background-color: #e1ebf0;
	color: black;
}

#leftMenu h4 {
	width: auto;
	height: 20px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 20px;
	background-color: #7685ae;
	color: white;
}

#leftMenu p {
	padding: 3px 5px;
	border-top: 1px solid #ddd;
	line-height: 16px;
	word-wrap:break-word;
}

#leftMenu p a:link,#leftMenu p a:visited {
	color: #369;
	text-decoration: none;
	font-weight: bold;
}

#leftMenu p a:hover {
	color: orange;
	text-decoration: none;
	font-weight: bold;
}

#leftMenu ul {
	list-style-type: none;
}

#leftMenu ul li {
	padding: 3px 5px;
	line-height: 16px;
    word-wrap:break-word;
}

#leftMenu ul li a {
	padding-left: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #369;
	font-weight: normal;
	background-image: url( ../images/leftMenuIndiArrow.gif );
	background-repeat: no-repeat;
	background-position: 2px 4px;
	border: none;
}

#leftMenu ul li a:link,#leftMenu ul li a:visited {
	color: #369;
	text-decoration: none;
}

#leftMenu ul li a:hover {
	color: orange;
	text-decoration: none;
}

#right {
	width: 600px;
	float: right;
}

.pageIndication {
	width: 100%;
	height: 19px;
	float: left;
	padding-bottom: 2px;
	border-bottom: 1px solid #e8e8e8;
	text-align: right;
	color: #666;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 19px;
}

.pageIndication span {
	color: #aaa;
}

.pageTitle {
	width: 100%;
	float: left;
	padding: 20px 0 10px;
	color: #ec6901;
	font-size: 1.6em;
}

.pageTitle h2 {
	font-size: 1.2em;
}

.pageTitle span {
	float: right;
	font-size: 0.75em;
	font-weight: bold;
}

.pageTitle span a:link,.pageTitle span a:visited {
	text-decoration: underline;
	color: #0707bc;
}

.pageTitle span a:hover {
	text-decoration: none;
	color: #0707bc;
}

.pageInfo {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.pageInfo h3 {
	width: auto;
	padding: 5px 10px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #eee;
	color: black;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}

.pageInfo p {
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	font-size: 0.9em;
}

.adListSearch {
	width: 100%;
	float: left;
	padding: 10px 0;
	border: 1px dashed #e8e8e8;
	border-left: none;
	border-right: none;
}

.adListSearch table {
	width: 100%;
	margin: 5px 0 10px;
	font-weight: bold;
}

.adListSearch td {
	text-align: center;
}

.adListSearch p {
	font-size: 0.9em;
}

.pageNavi {
	width: 100%;
	float: left;
	padding: 5px 0;
	font-size: 0.9em;
	font-weight: bold;
}

.pageNavi h5 {
	padding-bottom: 5px;
	text-align: right;
}

.pageNavi p {
	line-height: 2em;
}

.pageNavi span {
	float: right;
}

.pageNavi span a:link,.pageNavi span a:visited {
	text-decoration: underline;
	color: #0707bc;
}

.pageNavi span a:hover {
	text-decoration: underline;
	color: orange;
}

.adList {
	width: 100%;
	float: left;
}

.adListHeader {
	width: 600px !important;
	width: 598px;
	float: left;
	border: 1px solid #ccc;
	background-color: #eee;
	font-weight: bold;
	color: black;
	font-size: 0.9em;

}

.adListHeader ul {
	list-style: none;
}

.adListHeader li {
	display: block;
	float: left;
	padding: 5px 5px;
    width: 135px !important; width: 133px;
    font-size:10px;

}

.adListItem {
	width: 600px !important;
	width: 598px;
	float: left;
	border: 1px solid #ccc;
	border-top: none;
	background-color: white;
	color: #333;
	font-size: 0.9em;
}

.adListItemOdd {
	background-color: white;
}

.adListItemEven {
	background-color: #f8f8f8;
}

.adListHeaderContent {
	width: 100% !important;
	float: left;
	color: #777;
	font-size: 0.9em;
}

.adListHeaderContent ul {
	list-style: none;
}

.adListHeaderContent li {
	display: block;
	width: 130px !important;
	width: 129px;
	float: left;
	padding: 10px;
}

.adListItem h4 {
	width: auto;
	float: left;
	margin: 0 10px;
	border-top: 1px dashed #ddd;
}

.adListItem h4 a:link,adListItem h4 a:visited {
	color: #333;
	text-decoration: none;
}

.adListItem p span {
	margin-left: 5px;
	font-weight: bold;
}

.adListItem p span a:link,.adListItem p span a:visited {
	text-decoration: none;
}

.adListItem p span a:hover {
	text-decoration: underline;
}

.adListItem h4 a:hover {
	color: #ec6901;
}

.adListItem h4 span {
	float: right;
	padding: 2px;
	font-weight: bold;
}

.adListItem h4 span a:link,adListItem h4 span a:visited {
	color: #333;
	text-decoration: none;
}

.adListItem h4 span a:hover {
	color: #ec6901;
}

.adListItem p {
	width: auto;
    display:inline;
    padding: 5px 10px;
	line-height: 1.5em;
}

.adListItem img {
	float: left;
	border: 1px solid #333;
	margin: 5px 10px 10px 0;
}

.adListMorePics {
	margin: 5px;
	border: 1px dashed #ccc;
}

.adListItemFunction {
	width: 580px;
	height: auto;
	float: left;
	color: #777;
	font-size: 0.9em;
	padding-bottom: 5px;
}

.adListItemFunction ul {
	display: block;
	float: left;
	list-style: none;
}

.adListItemFunction li {
	display: block;
	float: left;
	padding: 5px 10px 3px;
}

.adListItemFunction li strong {
	font-size: 1.3em;
}

.adListItemFunction li a:link,.adListItemFunction li a:visited {
	text-decoration: none;
}

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

.adListItem_newspaper li {
	width: 570px;
	text-align: right;
}

/* footer */
#footer {
	width: 760px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	text-align: center;
	font-size: 0.8em;
	color: #888;
	border-top: 1px solid #ccc;
	background-color: white;
	letter-spacing: -1px;
}

#footer p {
	padding: 3px;
}

#footer p a:link,#footer p a:visited {
	color: blue;
	text-decoration: none;
}

#footer p a:hover {
	color: #ec6901;
}

#footerWithLine{ width: 760px;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    text-align: center;
    font-size: 0.8em;
    color: #888;
    border-top: 1px solid #ccc;
    background-color: white;
    letter-spacing: -1px;
}


/* admin */
.orderDetail {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.orderDetail h3 {
	color: #ec6901;
	font-weight: bold;
}

.orderDetail h4 {
	color: blue;
	font-weight: bold;
	margin: 10px 0;
}

.orderDetail h4 a:link,.list h4 a:visited {
	color: blue;
	text-decoration: underline;
}

.orderDetail h4 a:hover {
	color: #ec6901;
	text-decoration: none;
}

.orderDetail h5 {
	margin: 15px 0 0 15px;
	color: black;
	font-weight: normal;
}

.orderDetail p {
	font-size: 0.9em;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.orderDetail table {
	width: 100%;
}

.orderDetail td {
	width: auto;
	padding: 15px;
	vertical-align: top;
}

.orderDetail td ul {
	margin-bottom: 20px;
}

.orderDetail td ul li {
	margin: 5px 0;
	list-style: none;
	font-size: 0.9em;
}

.orderDetail a:hover {
	color: #ec6901;
}

.orderDetailContent {
	width: auto;
	margin: 20px 0;
}

.orderDetailContent_body {
	width: 100%;
	float: left;
	font-size: 0.9em;
}

table.orderDetailForm {
	width: 100%;
	background-color: #ddd;
}

.orderDetailForm th {
	padding: 8px 0 8px 15px;
	background-color: #eee;
}

.orderDetailForm td {
	padding: 0;
	background-color: white;
}

.orderDetailForm_orderHeader {
	clear: both;
	width: auto;
	padding: 5px 10px;
	border-bottom: 1px solid #e3e3e3;
	color: #666;
	font-weight: bold;
	font-size: 0.9em;
}

.orderDetailForm_orderHeader span {
	float: right;
	padding: 2px 5px;
}

.orderDetailForm_orderContent {
	width: auto;
	padding-bottom: 20px;
}

.orderDetailForm_orderContent h3 {
	width: 82%;
	margin-left: 10px;
	padding: 20px 10px 10px 0;
	border-bottom: 1px dashed #e3e3e3;
}

.orderDetailForm_orderContent h3 span {
	float: right;
	font-size: 0.8em;
	padding-top: 4px;
}

.orderDetailForm_orderContent p {
	width: 82%;
	clear: both;
	margin: 0;
	margin-left: 10px;
	padding: 3px 10px 3px 0;
	border-top: 1px solid #e3e3e3;
}

.orderDetailForm_orderContent p span {
	width: 180px;
	float: left;
	padding: 2px 0;
	font-weight: bold;
}

.orderDetailForm_orderContent h4 {
	width: 82%;
	margin: 0;
	margin-left: 10px;
	padding: 3px 10px 0 0;
	font-weight: bold;
	color: black;
}

.orderDetailForm_orderContent h5 {
	width: auto;
	padding: 3px 10px 3px 0;
	margin: 5px 0 0;
	text-align: right;
	font-weight: bold;
}

.orderDetailForm_orderContent h6 {
	width: 84%;
	height: 1px;
	font-size: 1px;
	clear: both;
	margin: 0;
	margin-left: 10px;
	border-bottom: 1px solid #e3e3e3;
}

td.orderDetailForm_price {
	background-color: #f9f9f9;
	text-align: right;
	padding: 0;
}

.orderDetailForm_price p {
	width: auto;
	margin: 0;
	padding: 2px 15px;
	font-weight: bold;
}

.orderDetailForm_price p span {
	width: 65px;
	float: right;
	padding-right: 5px;
}

.orderDetailForm tfoot td {
	padding: 10px;
	text-align: right;
}

.orderDetailForm_orderinfo {
	width: auto;
	padding: 5px 10px;
}

.orderDetailForm_orderinfo_box {
	width: 47%;
	float: left;
	margin-right: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.orderDetailForm_orderinfo_box h3 {
	padding: 10px 0 5px;
	color: #4376aa;
}

.orderDetailForm_orderinfo_box p {
	clear: both;
	margin: 0;
	padding: 3px;
	border-top: 1px solid #e3e3e3;
}

.orderDetailForm_orderinfo_box p span {
	width: 70px;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	text-align: right;
}

.formElementToBeChecked {
	background-color: #f6ee85;
}

.formElementInvalidation {
	color: #ccc;
}

.formElementInvalidation .required {
	color: #ccc;
}

.formElementInvalidation input,.formElementInvalidation select {
	color: #ccc;
	background-color: #eee;
	border: 1px solid #ccc;
}

.uploadedImage {
	width: auto;
	float: left;
	background-color: #eee;
}

.uploadedImage2 {
	width: auto;
	float: left;
	margin: 5px 0 0 10px;
	background-color: #eee;
}

.uploadedImageBox {
	display: block;
	width: 80px;
	float: left;
	margin: 5px 2px 5px 0;
	text-align: center;
	background-color: #eee;
	font-size: 0.9em;
	line-height: 2em;
	border: none;
}

a.uploadedImageImg {
	display: block;
	width: 80px;
	height: 60px;
	float: left;
	background-color: #fafafa;
}

a.uploadedImageRemove {
	display: block;
	width: 60px;
	height: 25px;
	padding-left: 13px;
	background-image: url( ../images/uploadedImageRemove.gif );
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-decoration: none;
}

.signIn {
	width: 360px;
	float: left;
	margin-right: 10px;
}

a.forgotPassword {
	font-size: 0.9em;
}

a.forgotPassword:link,a.forgotPassword:visited {
	text-decoration: none;
}

.linkAsButton {
    width:200px;
    padding: 2px;
	border: 1px solid #ccc;
	background-color: #597e99;
	line-height: 2em;
	text-align: center;
}

.linkAsButton a:link,.linkAsButton a:visited,.linkAsButton a:hover {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.linkAsButton a:active {
	color: #eee;
}

.adRow {
	width: 100%;
	height: auto;
	float: left;
	background-color: #eee;
	font-size: 0;
}

.tableCommon {
	border-collapse: collapse;
}

.tableCommon td {
	border: 1px solid #fff;
	padding: 3px 5px;
	text-align: left;
}

.tableCommon th {
	border: 1px solid #fff;
	padding: 3px 5px;
	font-weight: bold;
	color: white;
	background-color: #bbb;
	text-align: left;
}

.tableCommon td a:link,.tableCommon td a:visited {
	color: blue;
	text-decoration: underline;
}

.tableCommon td a:hover {
	color: orange;
	text-decoration: none;
}

.tableCommon tr th a:link,.tableCommon tr th a:visited {
	color: white;
	text-decoration: underline;
}

.tableCommon tr th a:hover {
	color: blue;
	text-decoration: none;
}

.odd {
	background-color: #ddd;
}

.even {
	background-color: #eee;
}

.tableCommon tfoot tr td {
	background-color: #bbb;
	font-weight: bold;
}

/* ==================== */
.check_fieldset_S {
	height: auto;
}

.check_clear {
	clear: both;
	display: block;
}

.topAds {
	BORDER: #cccccc 1px solid;
	clear: both;
	display: block;
	width: 100%;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
	BACKGROUND: #eeeeee;
	float: left;
}

.topAds th {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	PADDING: 5px;
	padding-bottom: 0px;
	padding-left: 50px !important;
	padding-left: 5px;
	width: 100%;
}

.topAds td {
	PADDING-RIGHT: 4px;
	padding-left: 50px !important;
	PADDING-LEFT: 4px;
	FONT-SIZE: 13px;
	PADDING-BOTTOM: 8px;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: #cccccc 1px solid;
	FONT-SIZE: 11px;
	COLOR: #555555;
	width: 100%;
}

.classiedAds {
	BORDER: #cccccc 1px solid;
	width: 100%;
	float: left;
}

.classiedAds th {
	BORDER-RIGHT: #cccccc 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BACKGROUND: #eeeeee;
	PADDING: 4px;
	COLOR: #555555;
	BORDER-BOTTOM: #cccccc 1px solid;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	width: 50%;
}

.classiedAds td {
	BORDER-RIGHT: #cccccc 1px solid;
	COLOR: #333333;
	PADDING: 4px;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	width: 50%;
	font-size: 11px;
}

.classiedAds td span {
	font-size: 10px;
}

.fastAds {
	BORDER: #cccccc 1px solid;
	clear: both;
	display: block;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	width: 190px;
}

.fastAds tr {
	float: left;
}

.fastAds th {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BACKGROUND: #eeeeee;
	COLOR: #555555;
	BORDER-BOTTOM: #cccccc 1px solid;
	width: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 190px;
	float: left;
}

.fastAds td {
	FONT-SIZE: 10px;
	COLOR: #333333;
	width: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px !important;
	padding-left: 6px;
	text-align: center;
	width: 190px;
	float: left;
}




/* Author : Wendy Qiu ;Clear up by Ronny
Created :   March 30, 2007 */
	/*============= for tile ad ==================*/
#mainBody {
	width: 760px;
	margin-top: 10px;
	border: 1px solid #ccc;
	float: left;
	clear: both;
}

.mainList {
	width: 100%;
	float: left;
	display: block;
}

.mainList h2 {
	color: #ec6901;
	font-weight: bold;
	margin: 15px 0 0 20px;
	font-size: 1.2em;
}

.mainListFour {
	width: 80%;
	float: left;
	display: block;
}

.mainListFour01 {
	width: 100%;
	float: left;
	display: block;
}

.mainListFour01 h2 {
	color: #ec6901;
	font-weight: bold;
	margin: 15px 0 0 20px;
	font-size: 1.2em;
}

.mainListFour h2 {
	color: #ec6901;
	font-weight: bold;
	margin: 15px 0 0 20px;
	font-size: 1.2em;
}

.mainListFour02 {
	width: 100%;
}

.mainListFour02 h2 {
	color: #ec6901;
	font-weight: bold;
	margin: 15px 0 0 20px;
	font-size: 1.2em;
}

.mainListThree {
	width: 76%;
	float: left;
	display: block;
}

.mainListThree h2 {
	color: #ec6901;
	font-weight: bold;
	margin: 15px 0 0 20px;
	font-size: 1.2em;
}

.newList {
	width: auto;
	float: left;
	margin-bottom: 10px;
}

.columnTwo {
	width: 50%;
}

.columnThree {
	width: 30%;
}

.columnFour {
	width: 25%;
}

.newList h4 {
	color: blue;
	font-weight: bold;
	margin: 10px 20px;
	word-wrap: break-word;
	clear: both;
}

.newList h4 a:link,.newList h4 a:visited {
	color: blue;
	text-decoration: underline;
}

.newList h4 a:hover {
	color: #ec6901;
	text-decoration: none;
}

.newList p {
	font-size: 0.9em;
	margin-bottom: 20px;
	line-height: 1.5em;
	margin: 5px 20px;;
}

.newList  ul {
	margin-bottom: 20px;
}

.newList  ul li {
	margin: 5px 0px 5px 20px;;
	list-style: none;
	font-size: 0.9em;
	word-wrap: break-word;
}

.newList a:link,.newList a:visited {
	color: black;
	text-decoration: none;
}

.newList a:hover {
	color: #ec6901;
}

#floater {
	position: relative;
	display: block;
}

/* add on header and footer */
.adTopFullBanner {
	float: right;
	position: absolute;
	right: 21px;
	top: 20px;
	height: 60px;
	width: 468px;
}

.adTopHalfBanner {
	float: right;
	position: absolute;
	right: -213px;
	top: 20px;
	height: 60px;
	width: 468px;
}

.adBottomFullBanner {
	width: 468px;
	height: 60px;
	margin: 0 auto;
	clear: both;
}

.adThreeHalfBanner {
	width: 732px;
	height: 60px;
	margin: 0 auto;
	clear: both;
}

.adHalfBanner {
	width: 234px;
	height: 60px;
	float: right;
	margin-left: 5px !important;
	margin-left: 4px;
	margin-right: 5px !important;
	margin-right: 4px;
}

.adMenuFullBanner {
	width: 468px;
	height: 60px;
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* ad in main body*/
.adRightSkyscraper {
	float: right;
	width: 120px;
	height: 600px;
	margin: 20px 20px 20px 0 !important;
	margin: 20px 10px 20px 0;
}

.adRightWideSkyscraper {
	width: 160px;
	height: 600px;
	float: right;
	margin: 20px 20px 20px 0 !important;
	margin: 20px 10px 20px 0;
}

.adMediumRectangle {
	float: left;
	width: 300px;
	height: 250px;
	margin: 20px 20px !important;
	margin: 20px 10px;
}

/* ad float on sub page side */
.adRightTopColumn {
	margin-bottom: 10px;
}

.adRightBelowColumn {
	height: auto;
}

.adLeftColumn {
	width: 120px;
	height: 675px;
	float: left;
	clear: both;
	margin-top: 10px;
}

#quickSearch_category_codOnlyMember{width:250px;}
#input_searchKeyword_codOnlyMember_for{width:100px;}
#quickSearch_category_canOnlyMember_empty{width:220px;}
#quickSearch_category_canOnlyMember_notempty{width:125px;}
#input_searchKeyword_canOnlyMember_empty{width:140px;}
#input_searchKeyword_canOnlyMember_notempty{width:90px;}
#input_searchKeyword_canOnlyMember_empty_near{width:140px;}
#input_searchKeyword_canOnlyMember_notempty_near{width:80px;}
#searchKeyword_cod_can_for{width:90px;}
#input_searchLocation_cod_can_near{width:80px;}
#searchKeyword_cod_can_search{width:125px;}
.adMediumLargeRectangle{float: left; width: 336px; height: 280px;margin: 20px 20px 10px 20px !important; margin: 20px 10px 5px 10px;}

#SideFloater{ position:relative; display:block;}
.adLeftOutsideColumn{ position:absolute; top:0px;left:-140px; clear:both; }

.adLeftOutsideWideColumn { position: absolute; top: 0px; left: -175px; clear:both; }

.adSuperBanner{ width: 728px;height: 90px;float: left;clear: both;margin:10px 16px 10px 16px; }
.adBackSuperBanner{width: 728px;height: 90px;float: left;clear: both;margin:10px 0 10px }
.adBottomBanner{ margin:10px 16px 0 16px;}


/*=================  End  Wendy Qiu  Ads CSS =====================*/

/* for BaseViewAMPHtmlParser */
.outPost{ padding:20px;}

.adListItemHtmlWrapper { width:95% !important; padding:5px 10px; }
.adListItemHtmlWrapper p {      padding:0; line-height:1.5em; }

/* for banner ads in select category page */
.adLeftOutsideColumnTopPadding{ margin-top:3px;}
.adRightTopColumnTopPadding{ margin-top:3px;}


.orderDetailForm_orderContent .DetailsOfOrder{ width:auto; font-weight:normal;}
.shoppingCartForm_orderContent .DetailsOfOrder{ width:auto; font-weight:normal;}
.adcopy {width: 82%;clear: both;margin-left: 10px;padding: 3px 10px 3px 0;border-top: 1px solid #e3e3e3 !important; border-bottom:none;}
.adcopy span {width: 120px;float: left;padding: 2px 0;font-weight: bold;}
.adcopy .adCopyDetails{ clear:both; width:auto; font-weight:normal;padding-bottom:20px !important;padding-bottom:0px;}


/* Order Counter, Shortcut for order*/
.shoppingCartView{ background-image:url(../images/shoppingCart.gif);background-repeat: no-repeat; background-position: 2% 50%;border: none; width:auto; float:right; display:block;color: #ec6901; background-color:#feebda;; border: 1px solid #FF6600;padding:2px 10px 0 30px; line-height:inherit; font-weight:bold; font-size:11px; font-family:inherit; line-height:2em; text-align:center;}

.shortcutForMoreAd {width:560px;float:left; font-family:inherit; font-size:0.9em;margin:20px 0; border: 1px solid #e3e3e3;}
.shortcutForMoreAd table {width: 100%;background-color: #efeeed;}
.shortcutForMoreAd table td {width:auto;padding: 5px;text-align: center;font-weight: bold;}
.shortcutForMoreAd span{ background-image:url(../images/shoppingCartAdd.gif);background-repeat: no-repeat; background-position: 2% 50%; border: none; float:left; display:block; color: #597e99; padding:2px 10px 0 30px; margin-top:4px; }

.createButton {padding:2px 2px 2px 0;background-color:#597e99;font-weight:bold; color: white;border: 1px solid #597e99 !important; border:none;font-family:inherit; font-size:11px;}

.emailEditionSignUP{ border:1px #CCC solid; padding:10px; float:left; width:530px;}
.emailEditionSignUP h2{ font-size:12px; color:#000; font-weight:bolder;}
.emailEditionSignUP ul{padding-left:85px;font-weight:bold;font-size:1.2em;}
.emailEditionSignUP ul li{padding-top: 7px;}


/* for leader*/
.mainMenuLeader{width:760px;}
.mainMenuLeader ul li{ width:92px; display:block; float:left; color:#fff; border-right:3px solid #fff; font-weight:bold; text-align:center;}
.ferryBorder{ border-right:none;}
.mainMenuLeader a:link,.mainMenuLeader a:visited{ display:block; width:92px; color:#FFF; background:#000; text-decoration:none;}
.mainMenuLeader a:hover{ display:block; width:92px;color:#000; background:#fff; text-decoration:none;}
#leftSearch{ margin-left:12px; margin-top:5px;}
#leftSearch p{ color:#FFF; margin:0; }
#leftSearch input{ margin-top:4px; margin-bottom:4px;}
#leftSearch img{ margin-top:5px;}
#leftSearch a{ text-decoration:none;}
#leftLeaderMenu{ font-size:11px; color:#fff; margin-top:10px;margin-left:12px;}
#leftLeaderMenu li{ line-height:20px;}
.leftBorder{ background:#000; width:117px; padding-left:8px; padding-bottom:2px;font-weight:bold; margin-bottom:4px; margin-top:4px;}
#leftLeaderMenu a:link,#leftLeaderMenu a:visited{ text-decoration:none; color:#fff;}
#leftLeaderMenu a:hover{ text-decoration:none; color:#fff;}
.interact{ padding-bottom:6px;}
.contest a:link,.contest a:visited{}
.contest a:hover{ background-image:url(containerrightside_data/checkItOut.gif);}
#adsTop{ padding-bottom:25px;}
#adsFooter{ text-align:center;padding-top:15px;}

.adRightTopOne{ margin-top:20px;}

.CEFBoxContent { width:560px; float:left; margin:5px 0; padding:1em; clear:both; }
.CEFBoxContent label{ font-weight:bold;}
.CEFBoxContent div { width:98%; float:left; margin:5px 0; text-align:left; margin-bottom:10px;}
.CEFBoxContent div input { width:200px;border:1px solid #ccc;}
.CEFBoxContent div textarea{ width:92%;}
.CEFBoxContent div label{ width:90px; float:left;}
#saveButton input{ width:120px;}
.adListHeader {}

/*add*/
/* - - - - - - - - - - - - - - - - - - - - -
Title :  COD 6 Template CSS Style
Author : Jayson He
Description : Nothing to say, just use it.

Created : September 14, 2006
Modified : September 14, 2006
Version: 1.0
- - - - - - - - - - - - - - - - - - - - - */
	/* = = = = = Redifined General Styles = = = = = */
	/* = = = = = Layout Styles = = = = = */
#newContainer {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

/* header */
#newHeader {
	width: 960px;
	float: left;
	text-align: center;
}

.logo {
	width: 100%;
	float: left;
	font-size: 0;
}

#mainMenu {
	width: 100%;
	float: left;
	text-align: center;
	background-color: #8496BC;
	margin-bottom: 0px;
}

.mainMenu {
	width: auto;
	height: 26px;
	float: left;
}

.mainMenu ul {
	margin: 0;
	padding: 0;
}

.mainMenu li {
	display: block;
	float: left;
	line-height: 26px;
}

.mainMenu a {
	display: block;
	padding: 0 10px;
	font-weight: bold;
}

.mainMenu a:link,.mainMenu a:visited {
	color: white;
	text-decoration: none;
}

.mainMenu a:hover {
	color: #ec6901;
}

.log {
	float: right;
	width: 150px;
	height: 26px;
	margin-right: 5px;
	font-size: 9px;
	color: white;
	font-weight: bold;
}

.log p {
	height: 12px;
	margin: 0;
	padding: 0;
	line-height: 12px;
	text-align: right;
}

.log p a:link,.log p a:visited {
	color: white;
	text-decoration: none;
}

.log p a:hover {
	color: #ec6901;
}



.indexPageTitle {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.indexPageTitle h2 {
	width: 100%;
	float: left;
	color: #ec6901;
	font-weight: normal;
}

.subscribe {
	width: 320px;
	float: right;
	text-align: right;
	font-size: 0.6em;
}

.subscribe p {
	color: black;
}

.subscribe p a:link,.subscribe p a:visited {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

.subscribe p a:hover {
	color: #ec6901;
}

.function {
	width: inherit;
	float: left;
	margin-bottom: 10px;
}

#quickSearch {
	width: 540px;
	float: left;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	font-size: 0.9em;

}
.adRightColumn { position:absolute; top:0px; left:775px; }
#quickSearch h3 {
	color: #ec6901;
	margin: 10px 10px 10px 15px;
	font-weight: bold;
}

.quickSearch {
	width: auto;
	margin: 5px 10px 10px;
}

.quickSearch td {
	padding: 0 5px;
	font-weight: bold;
}



.list {
	width: 100%;
	float: left;
	margin-top: 10px;
	border: 1px solid #ccc;
}

.list table {
	width: 100%;
}

.list h2 {
	color: #ec6901;
	font-weight: bold;
	margin: 15px 0 0 15px;
	font-size: 1.2em;
}

.list h3 {
	color: #ec6901;
	font-weight: bold;
	margin: 15px 0 0;
}

.list h3 a:link,.list h3 a:visited {
	color: blue;
	text-decoration: none;
	margin: 15px 0 0;
}

.list h3 a:hover {
	color: #ec6901;
	text-decoration: none;
}

.list h4 {
	color: blue;
	font-weight: bold;
	margin: 10px 0;
}

.list h4 a:link,.list h4 a:visited {
	color: blue;
	text-decoration: underline;
}

.list h4 a:hover {
	color: #ec6901;
	text-decoration: none;
}

.list h5 {
	margin: 15px 0 0 15px;
	color: black;
	font-weight: bold;
}

.list p {
	font-size: 0.9em;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.list td {
	width: auto;
	padding: 15px;
	vertical-align: top;
}

.list td ul {
	margin-bottom: 20px;
}

.list td ul li {
	margin: 5px 0;
	list-style: none;
	font-size: 0.9em;
}

.list a:link,.list a:visited {
	color: black;
	text-decoration: none;
}

.list a:hover {
	color: #ec6901;
}

.browse {
	color: #ec6901;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
}

.adInList {
	margin-bottom: 20px;
}

.createAd {
	width: auto;
	float: left;
	margin-top: 15px;
}

.createAd h3 {
	color: #ec6901;
	font-weight: bold;
}

.createAd h4 {
	color: blue;
	font-weight: bold;
	margin: 10px 0;
}

.createAd h4 a:link,.list h4 a:visited {
	color: blue;
	text-decoration: underline;
}

.createAd h4 a:hover {
	color: #ec6901;
	text-decoration: none;
}

.createAd h5 {
	margin: 15px 0 0 15px;
	color: black;
	font-weight: normal;
}

.createAd p {
	font-size: 0.9em;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.createAd table {
	width: 100%;
}

.createAd td {
	width: auto;
	padding: 15px;
	vertical-align: top;
}

.createAd td ul {
	margin-bottom: 20px;
}

.createAd td ul li {
	margin: 5px 0;
	list-style: none;
	font-size: 0.9em;
}

.createAd a:hover {
	color: #ec6901;
}

.createAdStep {
	width: 100%;
	float: left;
}

.createAdStep table {
	width: 100%;
	height: 20px;
	font-size: 0.9em;
	background-color: #999;
}

.createAdStep table td {
	width: 33%;
	padding: 5px;
	color: #777;
	background-color: #f2f2f2;
	text-align: center;
	font-weight: bold;
}

.createAdStep table td.createAdStepNow {
	color: white;
	background-color: #999;
}

.createAdStep h5 {
	margin: 10px 0 20px;
}

.createAdContent {
	width: auto;
	margin: 20px 0;
}

.createAdContent_body {
	width: 560px;
	float: left;
	font-size: 0.9em;
}

.createAdContent_side {
	width: 190px;
	float: right;
	font-size: 0.85em;
	margin-left: 8px;
}

.formButton {
	padding: 3px;
	background-color: #597e99;
	font-weight: bold;
	color: white;
	border: 1px solid black;
}

/* */
.fieldsetBox {
	width: 100%;
	float: left;
}

.fieldsetBox ol li {
	display: block !important;
	margin-bottom: 1px;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	background-color: #f9f9f9;
}

.fieldsetBox ol li span {
	float: right;
}

.fieldsetBox ul li {
	display: block;
	clear: both;
	margin-bottom: 1px;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	background-color: #f9f9f9;
	list-style-type: none;
}

.fieldsetBox ul li span {
	float: left;
	width: 200px;
	font-weight: bold;
}

.fieldsetBoxContent {
	margin: 10px 0;
	padding: 1em;
	border: 1px solid #ccc;
}

.fieldsetBoxContent h4 {
	width: 98%;
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #ddd;
	color: #517292;
	font-weight: bold;
}

.fieldsetBoxContent div {
	width: 100%;
	float: left;
	margin: 5px 0;
}

.fieldsetBoxContent legend {
	font-weight: bold;
	color: #333;
	padding: 0.5em;
}

.fieldsetBoxContent label {
	width: 190px;
	float: left;
	margin-right: 15px;
	text-align: right;
	font-weight: bold;
}

.fieldsetBoxContent div input {
	width: 300px;
	border: 1px solid #ccc;
	padding: 1px;
}

.fieldsetBoxContent div select {
	width: 300px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif
		;
	font-size: 100%;
	padding: 1px;
}

.fieldsetBoxContent div textarea {
	width: 300px;
	height: 120px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif
		;
	font-size: 100%;
	border: 1px solid #ccc;
	padding: 1px;
}

.fieldsetBoxContent p {
	padding: 10px 0;
}

.fieldsetButtonrow {
	text-align: center;
}

.commonTable {
	width: 100%;
	float: left;
	background-color: #ddd;
	font-size: 0.9em;
}

.commonTable th {
	padding: 5px;
	background-color: #4a8dc2;
	color: black;
	font-weight: bold;
}

.commonTable tr td {
	padding: 5px;
	background-color: white;
	text-align: left;
}

.oddRow,.oddRow td,tr.oddRow td {
	background-color: white;
}

.evenRow,.evenRow td,tr.evenRow td {
	background-color: #f8f8f8;
}

/* Create Ad - Order Form*/
table.orderForm {
	width: 100%;
	background-color: #ddd;
}

.orderForm th {
	padding: 8px 0 8px 15px;
	background-color: #eee;
}

.orderForm td {
	padding: 10px;
	background-color: white;
	text-align: right;
}

td.orderForm_title {
	width: 100px;
	font-weight: bold;
	text-align: right;
}

td.orderForm_content {
	width: auto;
	text-align: left;
}

td.orderForm_content img {
	border: 1px solid #ddd;
}

td.orderForm_content span {
	display: block;
	margin: 2px 0 5px;
	line-height: 1.4em;
}

td.orderForm_calculate {
	background-color: #f9f9f9;
	font-size: 1.2em;
	padding: 10px 10px 0;
}

.orderForm_calculate span {
	float: left;
}

/* Create Ad - Shopping Cart Form*/
table.shoppingCartForm {
	width: 100%;
	background-color: #ddd;
}

.shoppingCartForm th {
	padding: 8px 0 8px 15px;
	background-color: #eee;
}

.shoppingCartForm td {
	padding: 0;
	background-color: white;
}

.shoppingCartForm_orderHeader {
	width: auto;
	padding: 5px 10px;
	border-bottom: 1px solid #e3e3e3;
	color: #666;
	font-weight: bold;
	font-size: 0.9em;
}

.shoppingCartForm_orderHeader span {
	float: right;
}

.shoppingCartForm_orderContent {
	width: auto;
	clear: both;
	padding-bottom: 20px;
}

.shoppingCartForm_orderContent pre {
	width: 470px;
	margin: 5px 0 0 10px;
}

.shoppingCartForm_orderContent h3 {
	width: 82%;
	margin-left: 10px;
	padding: 20px 10px 20px 0;
	border-bottom: 1px dashed #e3e3e3;
}

.shoppingCartForm_orderContent h3 span {
	float: right;
	font-size: 0.8em;
	padding-top: 4px;
}

.shoppingCartForm_orderContent p {
	width: 82%;
	clear: both;
	margin: 0;
	margin-left: 10px;
	padding: 3px 10px 3px 0;
	border-bottom: 1px solid #e3e3e3;
}

.shoppingCartForm_orderContent p span {
	width: 120px;
	float: left;
	padding: 2px 0;
	font-weight: bold;
}

.shoppingCartForm_orderContent h4 {
	width: 82%;
	margin: 0;
	margin-left: 10px;
	padding: 3px 10px 0 0;
	-weight: bold;
	color: black;
}

.shoppingCartForm_orderContent h5 {
	width: auto;
	padding: 3px 10px 3px 0;
	margin: 5px 0 0;
	text-align: right;
	font-weight: bold;
}

.shoppingCartForm_orderContent h6 {
	width: 84%;
	height: 5px;
	clear: both;
	margin: 0;
	margin-left: 10px;
	border-bottom: 1px solid #e3e3e3;
}

td.shoppingCartForm_price {
	background-color: #f9f9f9;
	text-align: right;
}

.shoppingCartForm_price p {
	width: auto;
	margin: 0;
	padding: 2px;
	font-weight: bold;
}

.shoppingCartForm_price p span {
	width: 80px;
	float: right;
	padding-right: 5px;
}

.shoppingCartForm tfoot td {
	padding: 10px;
	text-align: right;
}

/* Create Ad - Checkout Form*/
table.checkoutForm {
	width: 100%;
	margin-top: 20px;
	background-color: #ddd;
}

.checkoutForm th {
	padding: 8px 0 8px 15px;
	background-color: #eee;
}

.checkoutForm td {
	padding: 0;
	background-color: white;
}

.checkoutForm h4 {
	clear: both;
	width: 95%;
	margin: 0 auto;
	padding: 15px 0 5px;
	border-bottom: 1px solid #ddd;
	color: #517292;
}

.checkoutForm p {
	clear: both;
	width: 95%;
	margin: 0 auto;
	padding: 5px;
}

table.checkoutFormBox {
	width: 420px;
	float: left;
}

.checkoutFormBox td {
	padding: 3px 5px;
}

td.checkoutFormBoxLabel {
	width: 200px;
	text-align: right;
	font-weight: bold;
}

td.checkoutFormBoxElement {

}

td.checkoutFormBoxElement input,td.checkoutFormBoxElement select {
	width: 200px;
}

.checkoutForm ol {
	list-style-type: decimal;
	list-style-position: outside;
}

.checkoutForm ol li {
	margin: 5px 5px 5px 40px;
}

.checkoutForm tfoot td {
	padding: 10px;
	text-align: right;
}

.paymentInformation {
	width: auto;
	float: left;
	padding: 20px 12px 0;
}

.paymentInformation span {
	float: left;
	font-weight: bold;
}

.paymentInformation img {
	display: block;
	width: auto;
	float: right;
	margin-left: 10px;
}

.secureSiteSeal {
	width: 120px;
	float: right;
	padding-top: 4px;
}

.sideBox {
	width: 190px;
	float: right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.sideBox h3 {
	width: auto;
	padding: 7px 10px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #eee;
	color: black;
	font-size: 0.95em;
}

.sideBox h4 {
	width: auto;
	padding: 3px 10px;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	color: black;
	font-size: 0.9em;
	text-align: center;
}

.sideBoxContent {
	width: auto;
	padding: 7px 10px;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	font-size: 0.95em;
	line-height: 1.3em;
}

.sideBoxContent_break {
	width: auto;
	padding: 7px 10px;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	font-size: 0.95em;
	line-height: 1.3em;
	WORD-BREAK: break-all;
}

.sideBoxContent p {
	font-size: 1em;
	margin: 0;
}

.sideBoxContent ol {
	width: auto;
	list-style-type: decimal;
	list-style-position: inside;
}

.sideBoxContent ul {
	width: auto;
	list-style-type: disc;
	list-style-position: inside;
}

.sideBoxContent li {
	padding: 3px 0;
	margin: 0;
}

.sideBoxContent table td {
	padding: 2px;
	margin: 0;
}

.sideBox_pubSchedule {
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
}

.sideBox_pubSchedule td {
	height: 20px;
	padding: 2px 3px 0px 10px;
}

td.sideBox_pubSchedule_head {
	padding-top: 10px;
	font-weight: bold;
}

/* sign up */
.signUp {
	width: auto;
	float: left;
	margin-top: 15px;
}

.signUp h3 {
	color: #ec6901;
	font-weight: bold;
}

.signUp h4 {
	color: blue;
	font-weight: bold;
	margin: 10px 0;
}

.signUp h4 a:link,.list h4 a:visited {
	color: blue;
	text-decoration: underline;
}

.signUp h4 a:hover {
	color: #ec6901;
	text-decoration: none;
}

.signUp h5 {
	margin: 15px 0 0 15px;
	color: black;
	font-weight: normal;
}

.signUp p {
	font-size: 0.9em;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.signUp table {
	width: 100%;
}

.signUp td {
	width: auto;
	padding: 15px;
	vertical-align: top;
}

.signUp td ul {
	margin-bottom: 20px;
}

.signUp td ul li {
	margin: 5px 0;
	list-style: none;
	font-size: 0.9em;
}

.signUp a:hover {
	color: #ec6901;
}

.signUpContent {
	width: auto;
	margin: 20px 0;
}

.signUpContent_body {
	width: 560px;
	float: left;
	font-size: 0.9em;
}

.signUpContent_side {
	width: 200px;
	float: right;
	font-size: 0.85em;
}

table.signUpForm {
	width: 100%;
	background-color: #ddd;
}

.signUpForm th {
	padding: 8px 0 8px 15px;
	background-color: #eee;
}

.signUpForm td {
	padding: 10px;
	background-color: white;
	text-align: right;
}

td.signUpForm_title {
	width: 100px;
	font-weight: bold;
	text-align: right;
}

td.signUpForm_content {
	width: auto;
	text-align: left;
}

td.signUpForm_content img {
	border: 1px solid #ddd;
}

/* left */
#left {
	float: left;
	width: 160px;
	text-align: center;
}

#leftMenu {
	width: 145px;
	float: left;
	font-size: 0.8em;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
}

#leftMenu h2 {
	width: auto;
	height: 50px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 50px;
	background-color: #e1ebf0;
	color: black;
}

#leftMenu h4 {
	width: auto;
	height: 20px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 20px;
	background-color: #7685ae;
	color: white;
}

#leftMenu p {
	padding: 3px 5px;
	border-top: 1px solid #ddd;
	line-height: 16px;
	word-wrap:break-word;
}

#leftMenu p a:link,#leftMenu p a:visited {
	color: #369;
	text-decoration: none;
	font-weight: bold;
}

#leftMenu p a:hover {
	color: orange;
	text-decoration: none;
	font-weight: bold;
}

#leftMenu ul {
	list-style-type: none;
}

#leftMenu ul li {
	padding: 3px 5px;
	line-height: 16px;
    word-wrap:break-word;
}

#leftMenu ul li a {
	padding-left: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #369;
	font-weight: normal;
	background-image: url( ../images/leftMenuIndiArrow.gif );
	background-repeat: no-repeat;
	background-position: 2px 4px;
	border: none;
}

#leftMenu ul li a:link,#leftMenu ul li a:visited {
	color: #369;
	text-decoration: none;
}

#leftMenu ul li a:hover {
	color: orange;
	text-decoration: none;
}

#right {
	width: 600px;
	float: right;
}

.pageIndication {
	width: 100%;
	height: 19px;
	float: left;
	padding-bottom: 2px;
	border-bottom: 1px solid #e8e8e8;
	text-align: right;
	color: #666;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 19px;
}

.pageIndication span {
	color: #aaa;
}

.pageTitle {
	width: 100%;
	float: left;
	padding: 20px 0 10px;
	color: #ec6901;
	font-size: 1.6em;
}

.pageTitle h2 {
	font-size: 1.2em;
}

.pageTitle span {
	float: right;
	font-size: 0.75em;
	font-weight: bold;
}

.pageTitle span a:link,.pageTitle span a:visited {
	text-decoration: underline;
	color: #0707bc;
}

.pageTitle span a:hover {
	text-decoration: none;
	color: #0707bc;
}

.pageInfo {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.pageInfo h3 {
	width: auto;
	padding: 5px 10px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #eee;
	color: black;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}

.pageInfo p {
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	font-size: 0.9em;
}

.adListSearch {
	width: 100%;
	float: left;
	padding: 10px 0;
	border: 1px dashed #e8e8e8;
	border-left: none;
	border-right: none;
}

.adListSearch table {
	width: 100%;
	margin: 5px 0 10px;
	font-weight: bold;
}

.adListSearch td {
	text-align: center;
}

.adListSearch p {
	font-size: 0.9em;
}

.adList {
	width: 100%;
	float: left;
}


.adListMorePics {
	margin: 5px;
	border: 1px dashed #ccc;
}


/* footer */
#footer {
	width: 760px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	text-align: center;
	font-size: 0.8em;
	color: #888;
	border-top: 1px solid #ccc;
	background-color: white;
	letter-spacing: -1px;
}

#footer p {
	padding: 3px;
}

#footer p a:link,#footer p a:visited {
	color: blue;
	text-decoration: none;
}

#footer p a:hover {
	color: #ec6901;
}
/* - - - - - - - - - - - - - - - - - - - - -
Author : Wendy Qiu
Created : August 1, 2008
Modified :
Version: 1.0
- - - - - - - - - - - - - - - - - - - - - */

#newMain {width: 960px;float: left;padding-top: 10px;background-color: white;}

#newMainBody {width: 760px;margin-top:10px;float: left; }

#sidebar{ width:180px;float:right; margin-top:10px;}
#sidebar p{ padding:3px 0px;}
#sidebar input{ margin:3px 0px;}
.newAdRightColumn { width:180px; float:left; display:block; margin-top:20px;}

#newFooterWithLine{ width:100%;float: left; margin-top: 15px;margin-bottom: 15px; padding-top: 10px; text-align: center; font-size: 0.8em;color: #888;border-top: 1px solid #ccc; background-color: #efefef;letter-spacing: -1px; padding-bottom:20px;}
.adfooter{ float:left; margin:0 auto; width:960px; display:block; text-align:center; margin:15px 0 15px;}
.adTopbanner{ position:absolute; top:45px; left:480px;}
#subscribeBox{ width:95%; float:right; background-image:url(../images/subscribeBox.gif); background-repeat:repeat-x;border:1px dashed #1d7cce; padding:5px; margin-bottom:15px;}

#titleBox{ width:100%; float:left; display:block; background-image:url(../images/lefttitlebox.gif);background-repeat:no-repeat;clear:both;}
#titleBox h2{ font-size:15px; font-weight:bold; color:white; padding:7px 0 5px 10px;}

.newFunction {
	width: inherit;
	float: left;
	margin:20px 10px 20px 20px;}

.searchbar{ width:540px; float:left; text-align:center; }
.searchBarBg {
	width: 541px;
	height:59px;
	float: left;
	background-image:url(../images/searchbar.gif);
	background-repeat:no-repeat;
	font-size: 1em;

}
.searchBarBg span{}
.searchBarForm{ width:auto;text-align:center;  display:block; margin:20px 10px 5px 10px;}
.searchBarForm span{ width:auto; }

#mainBoxbg{ width:758px; float:left; display:block;border:1px solid #1d7cce;}

#newPlaceAnAd {
	width: 140px;
	float: left;
	margin-left:20px;
    background-image:url(../images/place.gif);
    background-repeat:repeat-x;
    margin-top:5px;
}

#newPlaceAnAd h3 {
	display: block;
	height: 50px !important;
	margin: 6px 10px 14px 10px;
	border: none;
	line-height: 35px;
	height: 47px;
	font-weight: bold;
	text-align: center;
	color: white;
	font-size: 1.5em;
}

#newPlaceAnAd h3 a:link,#newPlaceAnAd h3 a:visited,#newPlaceAnAd h3 a:hover {
	display: block;
	color: white;
	text-decoration: none;
}
.newNewList{
width: auto;
	float: left;
	margin-bottom: 10px;}
.newNewList h4 {
	color: white;
	font-weight: bold;
	margin: 10px 20px;
	word-wrap: break-word;
	clear: both;
	background-image:url(../images/h4.gif);
	background-repeat:no-repeat;
	line-height:25px;
	padding-left:8px;
}

.newNewList h4 a:link,.newNewList h4 a:visited {
	color: white;
	text-decoration: underline;
}

.newNewList h4 a:hover {
	color: #ec6901;
	text-decoration: none;
}

.newNewList p {
	font-size: 0.9em;
	margin-bottom: 20px;
	line-height: 1.5em;
	margin: 5px 20px;;
}

.newNewList  ul {
	margin-bottom: 20px;
}

.newNewList  ul li {
	margin: 5px 0px 5px 20px;;
	list-style: none;
	font-size: 0.9em;
	word-wrap: break-word;
}

.newNewList a:link,.newNewList a:visited {
	color: black;
	text-decoration: none;
}

.newNewList a:hover {
	color: #ec6901;

}

#searchCategpry{width:280px;}
/*end*/

/*portraitSelect*/

#portraitSelect{ width:660px;float:left;border:1px solid #999; color:#3e2626;}
#portraitSelect h5{ font-size:17px; margin:20px 0px 10px 10px; color:#f83581;}
#portraitSelect p{  margin:10px 10px 10px 10px; line-height:10px; }
#portraitImg #bigdiv{ float:left; padding:10px 0 10px 0;}
#portraitImg {  float:left; margin-bottom:25px; }
#portraitImg #smalldiv{float:left; position: relative; overflow:hidden; width:140px; height:80px; margin: 10px 20px 0 50px;}
#portraitSelect input{ width:70px; height:25px; text-align:center; margin-right:20px;}
.portraitInput{ text-align:center; padding-top:50px; padding-bottom:30px;}

/*portraitSelect end*/

.newsletterFieldset {
    margin: 10px 0;
    padding: 1em;
    width:95%;
    height: auto;
    border: 1px solid #ccc;
	display:inline-block;
	position: relative;
}

#categoryBoxSelect {width:200px; float:right;}

#registContent{ width:560px;}


.editImage {
    color:blue;
    width: 80px;
    height: 20px;
    border: 0;
    background-color: white;
}
.editImage:hover{
    color:#ec6901;
    cursor:pointer;
}

#imgCode{ margin-left:20px; margin-right:10px;}
#verifyField{ width:510px;text-align:right;padding-bottom: 10px;}