/* Eric Meyer Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* Main CSS */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

html {
	
}

strong {
	font-weight: bold;
}

#mainContainer {
	width: 1005px;
	margin: 0 auto 0 auto;
}

#header {
	height: 190px;
	position: relative;
}

#header h1 {
	display: block;
	clear: right;
}

#header h1 img {
	display: block;
}

#controlsContainer {
	float: right;
	background: #5b6066 url('../img/rounded-corner.gif') left bottom no-repeat;
	color: #fff;
	width: 600px;
	padding: 3px 10px;
}

#controlsContainer a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

#controlsContainer a:hover {
	text-decoration: underline;
}

#searchForm {
	float: left;
	margin: 0;
	padding: 0;
}

#searchForm * {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#searchForm input {
	border: none;
	background: #fff;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin-right: 5px;
}

#searchForm button {
	background: none;
	border: none;
	cursor: pointer;
}

#searchForm button img {
	display: block;
}

#searchForm label {
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 10px;
	margin-top: 5px;
}

#accountControls {
	float: right;
	margin-top: 4px;
}

* html #searchForm button { margin-top: -2px }
*:first-child+html #searchForm button { margin-top: -2px; }


#banners {
	width: 625px;
	position: absolute;
	right: -3pt;
	top: 120px;
}

#bannerHead {
	position: absolute;
	top: 29px;
	right: 0;
}

#footerContainer {
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	color: #6d6d6d;
	text-align: center;
	clear: both;
	padding: 10px 0;
	margin: 10px 0;
}

* html #footerContainer { padding: 0; }
*:first-child+html #footerContainer { padding: 0; }

#footerContainer p#footAddress {
	display: block;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}

#footerContainer p#footCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 10px;
}

#footerContainer p#footCopyright img {
	vertical-align: bottom;
}

ul#mainNavigation {
	height: 55px;
}

ul#mainNavigation li {
	float: left;
	display: block;
	margin-right: 4px;
}

ul#mainNavigation li a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 45px;
}

ul#mainNavigation li a span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

a#navHome {
	width: 97px;
}
a#navHome span {
	background: url('../img/main-navigation.png') -12px -45px no-repeat;
}
a#navHome.current span, a:hover#navHome span {
	background: url('../img/main-navigation.png') -12px 0px no-repeat;
}

a#navFurniture {
	width: 97px;
}
a#navFurniture span {
	background: url('../img/main-navigation.png') -113px -45px no-repeat;
}
a#navFurniture.current span, a:hover#navFurniture span  {
	background: url('../img/main-navigation.png') -113px 0px no-repeat;
}

a#navHomeAccessories {
	width: 146px;
}
a#navHomeAccessories span {
	background: url('../img/main-navigation.png') -214px -45px no-repeat;
}
a#navHomeAccessories.current span , a:hover#navHomeAccessories span {
	background: url('../img/main-navigation.png') -214px 0px no-repeat;
}

a#navOutdoor {
	width: 146px;
}
a#navOutdoor span {
	background: url('../img/main-navigation.png') -363px -45px no-repeat;
}
a#navOutdoor.current span, a:hover#navOutdoor span {
	background: url('../img/main-navigation.png') -363px 0px no-repeat;
}

a#navTerms {
	width: 167px;
}
a#navTerms span {
	background: url('../img/main-navigation.png') -512px -45px no-repeat;
}
a#navTerms.current span, a:hover#navTerms span {
	background: url('../img/main-navigation.png') -512px 0px no-repeat;
}

a#navLatestNews {
	width: 106px;
}
a#navLatestNews span {
	background: url('../img/main-navigation.png') -682px -45px no-repeat;
}
a#navLatestNews.current span, a:hover#navLatestNews span {
	background: url('../img/main-navigation.png') -682px 0px no-repeat;
}

a#navContactUs {
	width: 106px;
}
a#navContactUs span {
	background: url('../img/main-navigation.png') -791px -45px no-repeat;
}
a#navContactUs.current span, a:hover#navContactUs span{
	background: url('../img/main-navigation.png') -791px 0px no-repeat;
}

#contentContainer {
	clear: both;
}

#homeContent {
	float: left;
	width: 520px;
	margin-right: 10px;
	color: #6b906b;
	margin-bottom: 10px;
}
#homeAdditionalContent {
	float: left;
	width: 230px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#homeAdditionalControls {
	float: left;
	width: 230px;
	background: #f9eced;
	margin-bottom: 10px;
}

#homeWelcomer a {
	text-decoration: underline;
	color: #9dc208;
}
#homeWelcomer a:hover { text-decoration: none; }

.additionalContent  {
	background: #f7f7f7;
	padding: 17px 15px;
	color: #333;
	font-size: 11px;
	margin-bottom: 20px;
}

.additionalContent h3, #homeAdditionalControls h3, #homeContent h3 {
	color: #b0303b;
	text-transform: uppercase;
	font-size: 12px;
}

.additionalContent p {
	margin: 10px 0;
}

.additionalContent hr {
	border: none;
	background: none;
}

.additionalContent div {
	margin: 13px 0;
	padding-top: 3px;
	background: url('../img/additionalContent-separator.gif') no-repeat;
}

.additionalContent p.more {
	text-align: right;
}
.additionalContent p.more a {
	font-weight: bold;
	text-decoration: none;
	color: #039;
}
.additionalContent p.more a:hover { text-decoration: underline; }

.additionalContent div img {
	float: left;
	display: block;
	background: #fff;
	padding: 5px;
	margin-right: 4px;
	margin-bottom: 2px;
}

.additionalContent blockquote {
	margin: 10px;
	padding-top: 15px;
	background: url('../img/quote-top.gif') left top no-repeat;
}
.additionalContent blockquote div {
	background: none;
	padding: 0 0 10px 0;
	margin: 0;
	background: url('../img/quote-bottom.gif') right bottom no-repeat;
}

#loginForm {
	margin: 20px 20px;
	font-size: 10px;
}

#loginForm h3 {
	margin-bottom: 10px;
}

#loginForm button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
#loginForm button img {
	vertical-align: bottom;
	margin: 0; padding: 0;
}

#loginForm input {
	width: 110px;
}

#loginFormInfo {
	text-align: right;
	color: #666;
	margin: 10px 0;
	line-height: 150%;
}

#loginFormInfo a {
	color: #c00;
}

#hotSaleContainer {
	
}

.hotSaleItem {
	float: left;
	width: 100px;
	text-align: center;
	margin-bottom: 15px;
	margin-left: 11px;
}

* html .hotSaleItem {
	margin-left: 6px;
}

.hotSaleItem img {
	display: block;
	margin: 0;
	padding: 5px;
	background: #fff;
	margin: 0 auto 5px auto;
}

.hotSaleItem strong {
	color: #fc6363;
}


#homeRecommendation {
	background: #eff7fa;
	margin: 10px 0;
	padding: 10px 0;
}

#recommendationDetail {
	margin: 20px 35px;
}

#recommendationDetail h3 {
	margin-top: 20px;
}

#recommendationDetail h3 img {
	border: none;
	padding: 0;
	background: transparent;
}

#recommendationDetail img {
	padding: 10px;
	display: block;
	background: #fff;
	clear: left;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

#recommendationThumbnails {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #c3c0c6;
}

#recommendationThumbnails a {
	display: block;
	float: left;
	margin-left: 3px;
	margin-right: 4px;
	border: 0px solid #666;
}

.pagination a,.pagination a:hover{
	border: 1px solid #666;
}

#recommendationThumbnails a:hover, #recommendationThumbnails a.current {
	border: 0px solid #fe9800;
}

* html #recommendationThumbnails a {
	margin-left: 3px;
	margin-right: 3px;
}

#recommendationThumbnails a.navigationLeft {
	border: none;
	padding-top: 20px;
}

#recommendationThumbnails a.navigationRight {
	border: none;
	padding-top: 20px;
	float: right;
}

#recommendationThumbnails img {
	display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#regular {
	
}

#regular p.logout {
	float: right;
	color: #b0303b;
	font-weight: bold;
	display: block;
	margin-top: 20px;
}

#regular p.logout a {
	text-decoration: underline;
	font-weight: normal;
	color: #6b906b;
}

#regular p.logout a:hover {
	text-decoration: none;
}
#regular #mainHeader {
	color: #b0303b;
	text-transform: uppercase;
	display: block;
	background: #eff7fa url('../img/rounded-regular.png') no-repeat;
	float: left;
	font-weight: normal;
}

#regular #mainHeader span.top {
	display: block;
	height: 42px;
	float: left;
	background: url('../img/rounded-regular.png') right bottom no-repeat;
	padding-left: 10px;
	padding-right: 20px;
}

#regular #mainHeader span.bottom {
	display: block;
	float: left;
	background: url('../img/additionalContent-separator.gif') 0px 33px no-repeat;
	padding-top: 15px;
	height: 27px;
	padding-left: 5px;
	padding-right: 5px;
}

#regular #mainContent {
	clear: both;
	background: #eff7fa url('../img/rounded-regular-topright.png') right top no-repeat;
}

#regular #mainContent div.top {
	background: url('../img/rounded-regular-bottomleft.png') left bottom no-repeat;
}

#regular #mainContent div.bottom {
	background: url('../img/rounded-regular-bottomright.png') right bottom no-repeat;
}

#regular #mainContent div.realContainer {
	margin: 10px 30px;
}

div.realContainer h2 {
	font-size: 17px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}

div.realContainer h3 {
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}

p.breadcrumb, p.searchMeta  {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	color: #688d68;
}

p.breadcrumb a {
	color: #688d68;
	text-decoration: none;
}

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

p.breadcrumb a.current {
	font-weight: bold;
}

p.searchMeta strong {
	font-weight: bold;
	color: #ffa200;
}
.floatleft {
	float: left;
	margin-right: 20px;
}

#contactUs {
	padding: 20px;
	background: #fff;
	margin: 10px 0;
}

#contactUs table {
	line-height: 120%;
}

#contactUs table tr td {
	padding: 2px 0;
	padding-right: 10px;
	color: #7d7d7d;
}

.articleItem {
	width: 685px;
	background: #fff;
	padding: 15px 25px;
	margin: 10px 0 10px 220px;
	clear: both;
	line-height: 135%;
}

.articleItem img {


	float: left;

	margin-right: 20px;
	margin-bottom: 10px;
}

.articleItem a {
	color: #039;
	text-decoration: none;
	font-weight: bold;
}

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

.articleItem p {
	margin: 10px 0;
	color: #666;
}

.articleItem p.linkBack {
	text-align: right;
}

.articleItem p.linkBack a {
	font-weight: normal;
	color: #b0303b;
	font-size: 11px;
	text-decoration: underline;
}

.articleItem p.linkBack a:hover {
	text-decoration: none;




}

.articleItem blockquote p {
	font-size: 17px;
	color: #6b906b;
	line-height: 135%;
}

.articleItem h3 strong {
	color: #b0303b;
}

.articleItem p.timeStamp {
	font-style: italic;
	text-align: right;


	margin: 0;
}

.searchItem {
	display: block;
	line-height: 140%;
	color: #333;
}

.searchItem p {
	display: block;
	float: left;
	margin: 15px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}

.searchItem p img {
	border: 1px solid #999;
	margin-bottom: 5px;
}

.searchItem p ins {
	font-size: 14px;
	color: #f00;
	text-decoration: none;




}

.searchItem p del {
	font-size: 10px;



}

.formCenter {
	width: 545px;
	margin: 0 auto 0 auto;
	background: #fff;
	padding: 5px;

	color: #666;
	line-height: 150%;
}

.formCenter h2 {

	color: #333;
	background: #f7f7f7;
	padding: 5px 5px 5px 30px;






}

.formCenter button {



	background: none;
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	cursor: pointer;
}

.formCenter#loginFormBig button {




	width: 62px;

}

.formCenter#forgotPassForm button {
	width: 80px;




}

.formCenter button img {
	display: block;
	margin: 0;
	padding: 0;


}

.formCenter p {
	padding: 0 30px;



	margin: 10px 0;


}

.formCenter table {

	margin: 0 30px 0 30px


}

.formCenter table th, .formCenter table td {
	padding-right: 10px;
	padding-bottom: 5px;
	vertical-align: top;




}

.formCenter table th {
	width: 100px;


}

.formCenter table p {
	font-size: 11px;
	padding: 0;


}

.formCenter table p a {
	color: #333;
}

.formCenter table p a:hover {
	text-decoration: none;
}

.collectionGroup {
	background: #fff;
	width: 174px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 3px 3px 15px 3px;
	float: left;
}


div.collectionGroup h3 {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
	background: #f7f7f7;
}

div.collectionGroup h3 a {
	text-decoration: none;
	color: #333;
}

div.collectionGroup h3 a:hover {
	color: #000;
}

.collectionGroup img {
	display: block;
	margin: 0 auto 0 auto;
}



.productDesc {
	background: #fff;
	padding: 10px 30px;
	color: #666;
	line-height: 135%;
	margin-bottom: 10px;
}

.productDesc p {
	margin: 10px 0;
}

.productDesc p.feature {
	color: #b0303b;
}

.productDesc img {
	border: 1px solid #999;
	display: block;
	float: left;

	margin-right: 15px;
	margin-bottom: 10px;
}






.productOffer {
	width: 300px;
	padding: 5px;
	background: #ebf3ce;
	color: #666;
	line-height: 135%;
	font-size: 11px;
	margin-bottom: 10px;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}




div.productOffer h3 {
	font-weight: normal;
	text-transform: uppercase;
	background: #ddeaac;
	padding: 5px;


	text-align: center;
}



.productOffer p,
.productOffer img,
.productOffer table {
	display: block;
	margin: 10px 20px;
}



.productOffer img {
	border: 1px solid #999;
}






.productOffer table td,
.productOffer table th {
	padding: 0 10px 2px 0;


}





.productOffer img {
	margin: 0 auto 10px auto;
}



.productOffer .offerMeta {
	display: block;
	width: 223px;
	height: 33px;
	background: url('../img/offer-meta-back.png') no-repeat;


	margin: 10px auto 10px auto;
	position: relative;
	padding: 5px 10px;
}



.productOffer .offerMeta a {
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	background: black;
	width: 100px;
	height: 16px;
}

.productOffer .offerMeta a img {
	border: none;
	display: block;
	margin: 0;
	padding: 0;
}

.productOffer .offerMeta span {
	display: block;
	width: 120px;
	text-align: center;
	font-size: 14px;
	height: 30px;
}

.productOffer del {
	font-size: 10px;
}

.productOffer ins {
	text-decoration: none;

	color: #f00;
}



.productOffer span.fullPrice {
	height: 15px;
	margin-top: 8px;
}




* html .productOffer span.fullPrice {
	margin-top: 13px;

}
*:first-child+html .productOffer span.fullPrice {
	margin-top: 13px;
}





#registrationForm table {
	/*width: 390px;*/
	width: 538px;
	display: block;
}



.formCenter .tableContainer {
	margin: 0 30px;
	padding: 10px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
}



.formCenter .tableContainer table {
	margin: 0;
}



#registrationForm th, #accountForm th {
	width: 130px;
}



.formCenter .formButtons {
	height: 50px;
}



.formCenter .formButtons button {
	display: block;
	float: right;
}



form.formCenter h3 {
	margin: 10px 30px;
	color: #b0303b;
	font-size: 15px;
}

p.cartNav a {
	color: #7d7d7d;
	text-decoration: none;
}

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

p.cartNav a.current {
	color: #ffa200;
	font-weight: bold;
}

#shoppingCart {
	background: #fff;
	margin: 10px 0;
	padding: 20px 40px;
	line-height: 135%;
}

#shoppingCart p {
	margin: 15px 0;
}

#shoppingCart p.strong {
	color: #b0303b;
}

.cartForm {
	background: #fff;
	padding: 5px;
}

.cartForm table {
	width: 100%;
	border-collapse: collapse;
}

.cartForm table thead th {
	color: #333;
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 11px;
	text-align: center;
}

.cartForm table thead tr {
	background: #f7f7f7;
}

.cartForm table tbody td {
	padding: 15px 10px;
	border-bottom: 1px dotted #999;
	text-align: center;
	vertical-align: top;
	line-height: 130%;
	font-size: 14px;
	color: #7d7d7d;
}

.cartForm .colRemove {
	width: 50px;
}

.cartForm .colDesc {
	/*width: 430px;*/
	width: 680px;
}

.cartForm .colPrice, .cartForm .colTot {
	width: 150px;
}

.cartForm img {


	float: left;
	border: 1px solid #999;

	margin-right: 10px;
}

.cartForm p {
	text-align: left;
	font-size: 12px;
}

.cartForm h3 {
	font-size: 12px;
	text-align: left;
	color: #b0303b !important;
}

.cartForm ins {
	color: #f00;
	text-decoration: none;
}

.cartForm del {
	font-size: 11px;
}

.cartForm tfoot td {
	text-align: right;
	padding: 20px 0;
	line-height: 135%;
	color: #999;
}

.cartForm tfoot .cartTotal span {
	text-decoration: underline;
}

.cartForm tfoot .cartTotal em {
	text-transform: uppercase;
	font-size: 11px;
	color: #ffa200;
}

.cartForm tfoot .cartTotal strong {
	text-transform: uppercase;
	color: #f00;
	font-size: 15px;
	font-weight: normal;

}






.cartForm button {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	width: 95px;
	cursor:pointer;
}

.cartForm button img {
	background: none;
	border: none;


	margin: 0;
	padding: 0;
}

#memberData {
	width: 455px;
	float: left;
	background: #fff;
	margin: 10px 0;
	margin-right: 15px;
	padding: 5px;
	line-height: 135%;
	color: #666;
	height: 400px;
}

#memberData h3, #orderSend h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	background: #f7f7f7;
	text-align: center;
	padding: 3px;
}

#memberData table {
	margin-left: 30px;
	/*width: 300px;*/
	width:400px;
}

#memberData table td {
	padding: 5px;
}

#memberData table th {
	width: 140px;
	padding: 0 5px;
}

#memberData p {
	margin: 10px 30px;
	
}

#orderSend {
	margin: 10px 0;
	width: 455px;
	background: #fff;
	float: right;
	padding: 5px;
	line-height: 135%;
	color: #666;
	height: 400px;
}

#orderSend p {
	padding: 0 30px;
	vertical-align: bottom;
}

#orderSend table {
	margin: 10px 30px 10px 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}

#orderSend table td {


	vertical-align: top;
}

#orderSend table th {
	width: 140px;
	padding: 0 5px;
}

#orderSend table td {


	padding: 3px;
}

.signBox {
	width: 445px;
	float: left;
	background: #fff;
	padding: 5px;
	margin-right: 10px;
	margin-top: 10px;

	color: #7d7d7d;
	line-height: 135%;
}

.signBox h2 {







	text-align: center;
	background: #f7f7f7;
	padding: 5px;
}

.signBox table {
	margin: 0 30px;
}

.signBox table td {
	padding: 5px;
}

.signBox table td a {
	font-size: 11px;
	text-decoration: underline;
	color: #333;
}

.signBox table td a:hover {
	text-decoration: none;
}

.signBox p {
	margin: 10px 30px;
}

#newCustomer p {
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}

#newCustomer p.sign {
	text-align: right;
	border: none;
}


.confirmBox {
	background: #fff;
	padding: 5px;
	margin: 10px 0;
	color: #7d7d7d;
	line-height: 135%;
}

.confirmBox hr {
	border: none;



	background: none;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #fff;
	margin: 0 30px;
}

.confirmBox h3 {
	color: #7d7d7d !important;
	margin: 10px 30px;






}

.confirmBox p {
	margin: 10px 30px;




}

.toTransfer {
	text-transform: none !important;
	color: #7d7d7d;
	font-size: 14px;
	font-weight: bold;


}

.toTransfer strong {




	color: #ffa200;

}

.toTransfer a img {
	border: none;
	float: none;
	margin: 10px;




}

.submitOrder {
	text-align: right;




}

.confirmAddress {

	margin: 10px 30px;
}

.confirmAddress th {
	width: 150px;


}

.confirmAddress td {
	padding: 1px 5px;


}

ul {

	margin: 0 30px;
	padding: 0 20px;
	list-style-type: disc;
}

.info h3 {
	color: #b0303b !important;

}

.moreButton {
	text-align: right;
}

/*TAMBAHAN*/
#adminAdditionalContent {
	float: left;
	width: 1000px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#daftar{border:none;font: 11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;border-collapse:collapse;margin:0.5em 0;}
#daftar th,#daftar td{padding:.2em;border:1px solid #FFF;}
#daftar th{background:#DEEAAC;color:#000;}
#daftar td{background:#EBF3CE;}
#daftar th{text-align:center}


.form fieldset, .form form, .form label, .form legend,
.form table, .form caption, .form tbody, .form tfoot, .form thead, .form tr, .form th, .form td,#daftar td {
	margin: 0;
	padding: 5px;
	outline: 0;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	vertical-align: top;
}
.form fieldset{
	border: 1px solid #DEEAAC;
	padding : 10px;
}

.error_message{
	color:red;
}

#messages {
	background-color:#FFFFFF;
	border:1px solid #B8D3E5;
	color:#33AA33;
	/*margin:0.75em 0pt;
	padding:0.5em 1em;*/
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	text-align:center;
}
#daftar img{
	float : none;
	display : inline;
	background : none;
}

#controlsContainer2 {
	float: right;
	background: #5b6066 url('../img/rounded-corner.gif') left bottom no-repeat;
	color: #fff;
	width: 600px;
	padding: 7px 10px;
}

#controlsContainer2 a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

#controlsContainer2 a:hover {
	text-decoration: underline;
}

#adminContent {
	float: left;
	width: 750px;
	margin-right: 10px;
	color: #6b906b;
	margin-bottom: 10px;
}

#recommendationDetail div {
	/*margin: 13px 0;
	padding-top: 3px;*/
	background: url('../img/additionalContent-separator.gif') no-repeat;
}

#adminRecommendation {
	background: #eff7fa;
	margin: 0px 0;
	padding: 0px 0;
}
#flashMessage{
	/*margin : 0px 160px -50px 176px;*/
}
#homeContent #flashMessage{
	margin : 0px;
}
#googleAd{
	margin : 0px 0px;
}
.additionalContent p {
	margin: 0px 0;
}

.clearfix td{
	vertical-align:t}
.discounted img{
	border:none;
}

.formProduct button {
	background: none;
	border: none;
	padding: 0;
	margin: -15pt 83pt;
	display: block;
	cursor: pointer;
}

.formProduct button img {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

#pagination{
	text-align:right;
}
#our_rec img{
	width:400px;
	height:400px;
}

.product_img{
	width:250px;
	height:250px;
}
.offerMeta{
	position:relative;
}
#furniturePromo{
	width:800px;
	height:100px;
	overflow:auto;
}
#furniture_list{
	width:190px;
	float:left;
}