* {
    margin: 0;
}
/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
body { background-color:#431a0b; font:62.5% arial,'Times New Roman',serif; letter-spacing:1; }
a { color: #c60c08; text-decoration: none;}
a:hover { color: #780300;  }
img { border: none; }
ol, ul { list-style: none outside none; padding: 0; margin: auto;}
p { 
	 color: #666;
	font-size: 12px;
	line-height: 18px;
	margin: auto;
	text-align: justify;
}
table {
    border: 1px solid #dadada;
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}
tr, td { margin: auto; padding: 0; }
h1 { margin:auto; padding:0; font-size: 24px; color:#4c1f0d;}
h2 { margin:auto; padding:0; font-size: 18px; color:#4c1f0d;}
h3 { margin:auto; padding:0; font-size: 20px; color:#fff;}
h4 { margin:auto; padding:0; font-size: 16px; color:#6c5300; text-shadow: 1px 0px #e7ca6e; border-bottom: 1px dotted #9a7a0f; padding-bottom:3px; }
h5 { margin:auto; padding:0; font-size: 14px; color:#8D8D8D;}
input { border: none;  }
.clear { clear: both; }
.radius {
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
}
.shadow {
    -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
}
.glow:hover { color: #fff; text-shadow: 0 0 100px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 40px #FF00DE, 0 0 70px #FF00DE, 0 0 80px #FF00DE, 0 0 100px #FF00DE, 0 0 150px #FF00DE; }
/* starts new css */
#wrapper-all {
    background: url("../images/bg-aj.jpg") no-repeat scroll center top transparent;

}
#wrapper-content {
    width: 960px;
    margin: 0 auto;
    background-color: #FFFFFF;
}
.wrapper-header {
    background: url("../images/bg-header.jpg") no-repeat scroll 0 0 transparent;
    height: 268px;
	position: relative;
    
}
.wrapper-search {
    float: left;
    margin-left: 10px;
}
.wrapper-search-input {
    float: left;
    margin-top: 85px;
}
.input-text-default {
    background: url("../images/bg-input.png") repeat-x scroll 0 0 transparent;
    color: #666666;
    float: left;
    font-size: 12px;
    height: 31px;
    padding: 0 5px;
    width: 275px;
    border-radius: 5px 0 0 5px;
}
#searchbtn {
    background: url("../images/button-search.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 31px;
    width: 33px;
}
.text-input-search { width: 250px; }
.left-header { float: left; }
.right-header { float: right; }
.default-ac-off img {
    float: left;
    margin-right: 6px;
}
.default-ac-off a {
    color: #FFFFFF;
    font-size: 12px;
    color: #dbd2cf;
}
.default-ac-off a:hover { color: #fff; }
.default-ac-off {
     background-color: #873B1C;
    border: 1px solid #AC5532;
    border-radius: 3px 3px 3px 3px;
    float: left;
    margin-right: 10px;
    padding: 1px 10px;
}

.wrapper-cart {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.wrapper-account-off{
    position: absolute;
    right: 230px;
    top: 10px;
    width: 500px;
}

/* menu */
#menu {
    background: url("../images/bg-menu.png") repeat-x scroll 0 0 transparent;
     height: 19px;
    padding: 16px;
}
.rmarg { margin: 0px; }
#menu ul li a { color: #fff; }
#menu ul li {
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 18px;
}
.top-slider {
    background: url("../images/top-line-slider.png") no-repeat scroll 0 0 transparent;
    height: 45px;
    margin: 0 -10px;
}
.bottom-slider {
    background: url("../images/bottom-line-slider.png") no-repeat scroll 0 0 transparent;
    height: 80px;
    margin-top: -43px;
    margin: -45px -10px 0;
}
#wrapper-middle {
    padding: 0 10px;
}
.wrapper { padding-bottom: 45px; }

/*middle */
.title {
    background-color: #4C1F0C;
    color: #FFFFFF;
    font-size: 16px;
    font-style: italic;
    margin-top: 15px;
    padding: 5px 10px;
}

/* for products picks */
ul#items, ul#items1, ul#items2 {		
	margin:5px 0 0 8px;
	height:85px;
	width:auto;
	overflow:hidden;
	}
ul#items li, ul#items1 li, ul#items2 li{
	list-style:none;
	float:left;
	width:85px;
	height:85px;
	overflow:hidden;
	margin:0 0 0 10px;
	color:#fff;
	text-align:center;
	}
.default-bg-prodpicks {
    background: url("../images/bg-prodpicks.png") no-repeat scroll 0 15px transparent;
    width: 308px;
    margin-right: 8px;
    float: left;
    padding-bottom: 20px;
    height: 190px;
}
.icon-pp {
    float: right;
    margin-right: 48px;
    margin-top: 20px;
}
.title-pp {
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    padding: 41px 10px 15px 18px;
}

ol#pagination, ol#pagination1, ol#pagination2{
    margin-left: 14px;
    margin-top: 10px;
    position: relative;
    text-align: left;
}
ol#pagination li, ol#pagination1 li, ol#pagination2 li{
	display:inline-block;
	width:16px;
	height:16px;
	background:url("../images/bg_buttons.png") no-repeat 0 0;
	text-align:left;
	text-indent:-8000px;
	list-style:none;
	cursor:pointer;
	margin:0 2px;
	}
ol#pagination li:hover, ol#pagination1 li:hover, ol#pagination2 li:hover{background:url("../images/bg_buttons.png") no-repeat 0 -16px;}
ol#pagination li.current, ol#pagination1 li.current, ol#pagination2 li.current{color:#f00;font-weight:bold;background:url("../images/bg_buttons.png") no-repeat 0 -32px;}
ol#pagination li.prev, ol#pagination li.next{
	position:absolute;
	top:-150px;
	}
ol#pagination li.prev{left:-30px;background:url("../images/bg_buttons.png") no-repeat 0 -64px;}
ol#pagination li.next{right:-30px;background:url("../images/bg_buttons.png") no-repeat 0 -48px;}

.wrapper-products-picks { margin-bottom: 25px; }

/* social network */
.number-default {
    background: url("../images/nav1.png") no-repeat scroll 0 0 transparent;
    width: 23px;
    height: 23px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}
.nmbrtwo { background: url("../images/nav2.png") no-repeat scroll 0 0 transparent; }
.number-off { background-position: 0 -23px;}
.video {
    float: left;
    margin-right: 10px;
    width: 400px;
}
.wrapper-social-network {
    /* background-color: #FBF6B3; */
    padding: 8px;
}
.twitt {
    background-color: #ffe4ca;
    float:left;
    padding: 10px;
    width: 280px;
    height: 240px;
}
.fb {
    float: left;
    margin-right: 10px;
    width: 200px;
	background-color:white;
}
.default-content-twitt {
    background-color: #FFF6ED;
    color: #4D1F0D;
    font-size: 11px;
    padding: 5px;
    text-shadow: 1px 1px #FFFFFF;
     line-height: 16px;
}
.headtwitt {
    border-bottom: 1px solid #efc297;
    padding-bottom: 7px;
}
.feedtwitt {
     border-top: 1px solid #FFF1E3;
    padding-top: 7px;
}
.time-twitt {
     color: #51210E;
    font-size: 11px;
    font-style: italic;
    margin-top: 3px;
    text-align: right;
    text-shadow: 0 1px #FFFFFF;
}
.wrapper-default-twitt { margin-bottom: 10px;}

/* bottom coklat */
.bottom-coklat {
    background: url("../images/bg-bottom.png") repeat-x scroll 0 0 transparent;
     height: 195px;
    margin: 30px -10px 0;
    padding: 17px 10px;
}
.newsletter {
     float: left;
    margin-right: 10px;
    width: 230px;
}
.title-coklat {
     border-bottom: 1px solid #3d1606;
    color: #FFFFFF;
    font-size: 15px;
    padding-bottom: 7px;
    text-transform: uppercase;
    text-align: center;
}
.content-news {
    border-top: 1px solid #6a2e17;
    color: #CAC3C0;
    padding-top: 7px;
    text-shadow: 1px 1px #000000;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 15px;
}
.input-newsletter { width: 220px; border-radius: 5px; margin-bottom: 3px; }
.quick-links { float: left; width: 225px; margin-right: 10px;}
.wrapper-links {
     border-top: 1px solid #6a2e17;
    padding-top: 7px;
    text-align: center;
}
.wrapper-testimonial { float: left; width: 465px; }
.we-accept { margin: 0 -10px; }

/* footer */
.footer { text-align: center; }

/* quick links */
.quicklinks {
    /* jgna di ganti2 lagi
      background-color: #873B1C;
    border: 1px solid #AC5532;
    color: #FDD5C4;
    font-size: 12px;
    line-height: 26px;
    margin-right: 5px;
    padding: 3px 9px;
    */
    background-color: #873B1C;
    border: 1px solid #AC5532;
    color: #FDD5C4;
    font-size: 12px;
    line-height: 30px;
    margin-right: 1px;
    padding: 3px 11px;
}
.quicklinks:hover { color: #fff; }

/* testimonial */
.carousel-tabs { clear: both; }
.carousel-active-tab { color: red; }	
.carousel-disabled,
.mr-rotato-disabled { color: #aaa; }

.slidewrap2 .carousel-tabs {
	padding: 0;
	margin: 1em 0;
	clear: both;
}
.slidewrap2 .carousel-tabs li {
    display: inline-block; 
    padding: 0 2px;
}
.slidewrap2 .carousel-tabs a {
    background: #ddd;
    display: inline-block;
    height: 10px;
    text-indent: -9999px;
    width: 10px;
    border-radius: 5px;
}
.ie .slidewrap2 .carousel-tabs li,
.ie .slidewrap2 .carousel-tabs a { 
	display: block;
	float: left;
}
.slidewrap2 .carousel-tabs .carousel-active-tab a {
	background: #777;
}

.events {
	font: normal 11px/1.4 arial, helvetica, sans-serif;
}

.for-testi { text-align: left; }
.content-testi {
    background-color: #52220E;
    border: 1px solid #873D1F;
    color: #FFFFFF;
    font-family: times New Roman;
    font-size: 12px;
    font-style: italic;
    padding: 5px 10px;
    width: 400px;
    line-height: 19px;
}
ul#slider1 li {
    text-align: justify;
    margin: 2px 4px;
}
.arrow-testi {
    float: right;
    margin-right: 100px;
    margin-top: -1px;
}
.wrapper-from {
    float: right;
    margin-top: 5px;
    margin-right: 90px;
}
.name-testi {
    color: #CAC3C0;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.pekerjaan {
     color: #CAC3C0;
    font-size: 11px;
    font-style: italic;
}
.bx-next {
     background: url("../images/next-testi.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    position: absolute;
    text-indent: -999999px;
    width: 20px;
    margin-left: 30px;
}
.bx-prev {
     background: url("../images/prev-testi.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    position: absolute;
    text-indent: -999999px;
    width: 20px;
    margin-right: 10px;
}

/* menu footer */
#footer {
    background-color: #431A0B;
    font-size: 12px;
    padding-top: 12px;
    text-align: center;
}
.text-copy { color: #fff; font-size: 11px; }
a.link-foot {
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    text-decoration: underline;
}
a.link-foot:hover {
    text-decoration: none;
}
.menu-footer { margin: 10px 0; }

/* breadcrumb */
.breadcrumbs ul li {
    color: #BE9C64;
    display: inline;
    float: none;
    font-size: 11px;
    margin-right: 5px;
    text-transform: capitalize;
}
.breadcrumbs ul li a{ color: #4c1f0d; text-decoration: underline; }
.breadcrumbs {
    border-bottom: 1px dotted #CCCCCC;
    margin-top: 12px;
    padding-bottom: 10px;
}
.left-ribbon {
    background: url("../images/left-ribbon.png") no-repeat scroll 0 0 transparent;
    width: 45px;
    height: 55px;
    float:left;
}
.repeat-ribbon {
    background: url("../images/repeat-ribbon.png") repeat-x scroll 0 2px transparent;
    color: #FFFFFF;
    float: left;
    font-size: 20px;
    height: 46px;
    padding-top: 9px;
}
.right-ribbon {
    background: url("../images/right-ribbon.png") no-repeat scroll 0 0 transparent;
    width: 45px;
    height: 55px;
    float:left;
}
.title-ribbon { margin-top: 12px; }

/* products list */
.boxgrid{ 
    border: 1px solid #BE9C64;
    float: left;
    height: 210px;
    overflow: hidden;
    position: relative;
    width: 208px;
}
    .boxgrid img{ 
	    position: absolute; 
	    top: 0; 
	    left: 0; 
	    border: 0; 
    }
    .boxgrid p{ 
	    padding: 0 10px; 
	    color:#afafaf; 
	    font-weight:bold; 
	    font:10pt "Lucida Grande", Arial, sans-serif; 
    }
    
.boxcaption{ 
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 18px;
    opacity: 0.8;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.title-cake-products { }
    .captionfull .boxcaption {
	    top: 260;
	    left: 0;
    }
    .caption .boxcaption {
	    top: 220;
	    left: 0;
    }

.add-tocart {
    background: url("../images/bg-add-cart-list.png") no-repeat scroll 0 0 transparent;
    width: 210px;
    height: 37px;
}

.wrapper-price {
    margin: 0 0 0 5px;
    padding-top: 3px;
    width: 150px;
    float: left;
}
.starting-price {
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    margin-right: 7px;
    text-align: center;
    text-shadow: 1px -1px #632E18;
    width: 35px;
    line-height: 15px;
}
.price {
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin-top: 4px;
    text-shadow: 1px 1px #000000;
    width: 105px;
}
.cart-product-list {
    background: url("../images/icon/cart-list-button.png") no-repeat scroll 0 0 transparent;
    width: 40px;
    height: 40px;
    display: block;
}
.cart-product-list:hover { background-position: 0 -40px; }
.add-cart {
    float: right;
    margin-right: 1px;
}
.wrapper-products { margin: 10px 20px; }
.default-listp {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
}
.right-product-list { margin-right: 0px;}
.default-select {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #7B7B7B #CDCDCD #CDCDCD #7B7B7B;
    border-style: solid;
    border-width: 1px;
    color: #7B7B7B;
    float: left;
    font-size: 13px;
    height: 24px;
    padding: 2px;
    width: 195px;
}
.sort-by {
    background-color: #FFF3E8;
    border: 1px solid #E4BD9A;
    border-radius: 5px 5px 5px 5px;
    float: right;
    margin: 14px 20px 25px 0;
    padding: 5px;
    width: 500px;
}
.wrapper-default-select {
    float: left;
    margin-right: 10px;
}
.ribbon-all-productlist { float: left; }
.text-short {
    color: #5A2814;
    float: left;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 3px;
    text-shadow: 1px 1px #FFFFFF;
}

/* products detail */
#preview_wrap {
   border: 3px solid #be9c64;
    height: 300px;
    margin: 0 auto;
    width: 300px;
}

#preview_outer {
    overflow: hidden;
    width: 300px;
    height: 300px;
    position: relative;
}

#preview_inner {
    text-align: left;
    height: 100%;
    position: relative;
}

#preview_inner div {
    float: left;
    width: 300px;
    height: 300px;
    position: relative;
}

#preview_inner div a {
    position: absolute;
    bottom: 0;
    left: 0;	
    display: block;
    width: 100%;
    text-indent: 20px;
    padding: 20px 0;
    color: #fff;
    background: url("../images/img-products-detail/bg_trans.png") top left no-repeat;
    text-decoration: none;
    font-size: 18px;
}

#thumbs {
    padding-top: 20px;
    position: relative;
    text-align: center;	
}

#thumbs span {
     border: 1px solid #be9c64;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: 5px; 
}

#arrow {
    background: url("../images/arrow-products-detail.png") no-repeat scroll center top transparent;
    display: none;
    height: 16px;
    position: absolute;
    top: 0;
    width: 32px;
}
.wrapper-left-details {
    float: left;
    margin-right: 15px;
    width: 305px;
}
.wrapper-all-detail { margin: 15px 10px; }
.wrapper-right-details {
    float: left;
    width: 600px;
}
.title-cakes-details { margin-bottom: 15px; }
.size-var { margin-top: 15px; }
.table-var {
    background-color: #F2F2F2;
    margin-bottom: 1px;
    padding: 5px 8px;
    width: 450px;
}
.default-var { color: #431A0B; font-size: 12px; }
.size-table {  float: left; width: 135px; padding-top: 4px; }
.price-table { float: left; width: 200px; padding-top: 4px; margin-left:5px; }
.quan { float: left; width: 110px;}
.quantity {  margin-left: 10px; padding: 4px; width: 30px; border: 1px solid #936314; }
.add-indetails {
    background: url("../images/button-add-indetails.png") no-repeat scroll 0 0 transparent;
    width: 217px;
    height: 36px;
    display: block;
    margin-top: 15px;
}

/* also like */
.default-al {
    border: 1px solid #BE9C64;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 7px;
    width: 279px;
}
.default-al img { float: left; margin-right: 10px;}
.title-alsolike {
    color: #4C1F0D;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.price-alsolike {
    color: #BE9C64;
    font-size: 12px;
}
.also-like { margin-top: 25px; }
.title-al { margin-bottom: 10px; }
.al-right { margin-right: 0px;}
.detail-al {
     background: url("../images/al-button.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 25px;
    margin-left: 80px;
    margin-top: 9px;
    width: 209px;
}

/* faq */
.faq-details {
    background-color: #EDEDF0;
    border-radius: 5px 5px 5px 5px;
    margin-top: 20px;
    padding: 5px 10px;
}
.title-faq {
    border-bottom: 1px solid #D5C4A6;
    color: #BE9C64;
    font-size: 18px;
    padding-bottom: 6px;
    text-shadow: 1px 1px #FFFFFF;
}
.wrapper-list-faq {
    border-top: 1px solid #FFFFFF;
}
.list-faq a {
    color: #4C1F0D;
    text-decoration: underline;
    font-size: 11px;
}
.list-faq {
    border-bottom: 1px dotted #FFFFFF;
    padding: 7px 0;
}

/* location */
.default-store {
    background-color: #fff3e8;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    margin-bottom: 15px;
}
.wrapper-imgstore {
    float: left;
    margin-right: 15px;
}
.desc-store {
    float: left;
    width: 645px;
}
.title-store {
    border-bottom: 1px solid #f7dec7;
    color: #4D1F0D;
    font-size: 24px;
    padding-bottom: 10px;
}
.wrapper-inside-store {
    border-top: 1px solid #FFF;
    padding-top: 10px;
}
.title-insides {
    color: #4D1F0D;
    float: left;
    font-size: 15px;
    width: 110px;
}
.content-insides {
    background-color: #fff;
    border-radius: 3px 3px 3px 3px;
    float: left;
    font-size: 13px;
    padding: 5px 8px;
    width: 517px;
}
.list-detail-stores {
     margin-bottom: 10px;
}
.content-insides ul li {
    float: left;
    margin-left: 1px;
    margin-right: 6px;
}

/* start table */
.content-data td.default-wtd { width: 15% }
.default-content-table {
    padding: 8px;
    color: #666;
    font-size: 13px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.content-data table { margin-right: 1%; margin-top: 20px; }
td.photos.default-wtd { width: 10%; }
td.info-products.default-wtd { width: 45%; }
.title-table {
    background: url("../images/bg-repeat-titletable.png") repeat-x scroll 0 0 #773216;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    padding: 0 10px;
    text-shadow: 1px 1px #4c4c4c;
    text-transform: capitalize;
}
.no-border { border-right: none; }
.type2 { background-color: #f6f6f6; }
.hack-sticky { height:60px; border: 1px solid #fff; }
tr.total {
    color: #4F210E;
    font-size: 15px;
    font-weight: bold;
}
.total-price {
    padding: 7px 14px;
    text-align: right;
}
.amount-total {
    background-color: #FFF3E8;
    text-align: center;
}

/* candles */
.default-candle {
    background-color: #F0F0F0;
    color: #4D1F0D;
    font-size: 12px;
}
.c-num {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    width: 155px;
}
.c-price {
    float: left;
    margin-top: 5px;
    width: 155px;
}
.c-quan { float: left; width: 132px; }
.wrapper-default-candlelist {
    border-right: 2px solid #FFFFFF;
    float: left;
    padding: 5px 8px;
    border-bottom: 2px solid #FFFFFF;
}
.text-candle {
     color: #4D1F0D;
    float: left;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 9px;
}
.candle { margin-top: 20px;}
.c-icon { margin-left: 20px; margin-bottom: 10px; }
.arrow-can { margin-left: 20px; }
.candle-typetwo { border-right: none;}
.button-update {
    background: url("../images/button-update.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 32px;
    margin-top: 15px;
    width: 124px;
}
.button-next { background: url("../images/button-next.png") no-repeat scroll 0 0 transparent; }
.button-table { float: right; }

/* news */
.all-news {
    background: url("https://www.ajbakery.com/images/news/button-all.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 33px;
    margin-top: 3px;
    width: 200px;
}
.promo-news {
    background: url("https://www.ajbakery.com/images/news/button-promo.png") no-repeat scroll 0 0 transparent;
    background-position: 0 -33px;
}
.new-products {
    background: url("https://www.ajbakery.com/images/news/button-newproducts.png") no-repeat scroll 0 0 transparent;
    background-position: 0 -33px;
}
.default-new-button:hover { background-position: 0 -33px; }
.wrapper-category-news {
    margin-left: 18px;
    background: url("../images/left-newss.png") no-repeat scroll 0 0 transparent;
    width: 215px;
    height: 500px;
}
.date-news {
     background: url("../images/bg-date-news.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-size: 25px;
    height: 90px;
    margin-left: 8px;
    margin-top: -11px;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
}
.left-news { float: left; margin-top: 30px; }
.right-news { float: left; width: 675px; margin-top: 25px; padding-bottom: 5px;  }
.content-news-blog { float: left; width: 565px; padding: 5px 10px 10px; }
.date-article { margin-top: 10px; }
.title-news {
     border-bottom: 1px solid #F6DEB5;
    padding-bottom: 5px;
}
.content-news-default {
    border-top: 1px solid #FFFFFF;
    padding-top: 8px;
}
.image-news { float: left; margin-right: 10px; }
.image-news img { border: 1px solid #d9c5a4; }
.button-readmore {
    background: url("../images/button-readmore.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 27px;
    width: 111px;
}
.text-news {
    float: left;
    width: 393px;
}
.wrapper-default-news { background-color: #FFF3E8;  margin-bottom: 30px; border-radius: 5px;}

/* catalogue */
.default-catalogue {
    background-color: #FFF3E8;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-bottom: 11px;
    margin-right: 15px;
    padding: 8px 0 8px 8px;
    width: 288px;
}
.img-catalgue { float: left; margin-right: 10px; }
.detail-catalogue { float: left; width: 168px; }
.detail-catalogue p { font-size: 11px; }
.title-catalogue { margin-bottom: 7px; }
.desc-catalogue { width: 160px; }
.download-catalogue {
     background: url("../images/dowload-catalogue.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 37px;
    margin-right: -8px;
    margin-top: 15px;
    width: 88px;
}
.third-cat { margin-right: 0px; }

/* contact */
.right-contact {
    background-color: #FFF3E8;
    padding: 15px;
    width: 565px;
    border-radius: 5px;
	-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 6px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 6px rgba(50, 50, 50, 0.75);
}
.left-contact { width: 310px; }
.title-contact {
     color: #4C1F0D;
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 100px;
}
.text-contact {
    color: #666666;
    float: left;
    font-size: 14px;
    line-height: 18px;
    width: 195px;
}
.list-contacts {
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 12px;
    padding-top: 12px;
}
.wrapper-contactlist { margin-left: 15px; margin-top: 17px; }
.text-inputcontact {
    color: #4C1F0D;
    float: left;
    font-size: 14px;
    width: 100px;
}
.default-inputcontact {
    border: 1px solid #dbc6b3;
    padding: 8px 5px;
    width: 453px;
}
.default-inputc { margin-bottom: 6px; }
.submit  {
    background: url("../images/button-sendcontact.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 27px;
    width: 111px;
    margin: 5px 0 0 100px;
}

/* login popup */
.btn-sign {
	width:460px;
	margin-bottom:20px;
	margin:0 auto;
	padding:20px;
	border-radius:5px;
	background: -moz-linear-gradient(center top, #00c6ff, #018eb6);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#018eb6));
	background:  -o-linear-gradient(top, #00c6ff, #018eb6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');
	text-align:center;
	font-size:36px;
	color:#fff;
	text-transform:uppercase;
}

.btn-sign a { color:#fff; text-shadow:0 1px 2px #161616; }

#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

.login-popup{
    
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 20px #FFFFFF;
	display: none;
	float: left;
	font-size: 1.2em;
	left: 50%;
	padding: 10px;
	position: fixed;
	top: 50%;
	z-index: 99999;
	width: 515px;

	-moz-box-shadow: 0px 0px 20px #fff; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #fff; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.btn_close {
	float: right; 
	margin: -28px -28px 0 0;
}

fieldset { 
	border:none;
}

form.signin .textbox label { 
	display:block; 
	padding-bottom:7px; 
}

form.signin .textbox span { 
	display:block;
}

form.signin input:-moz-placeholder { color:#bbb; text-shadow:0 0 2px #000; }
form.signin input::-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #000;  }

.button { 
	background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
	background:  -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
	border-color:#000; 
	border-width:1px;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	color:#333;
	cursor:pointer;
	display:inline-block;
	padding:6px 6px 4px;
	margin-top:10px;
	font:12px; 
	width:214px;
}

.button:hover { background:#ddd; }
.logo-header-login {
    float: left;
    margin-right: 15px;
}
.text-header-login {
    color: #666666;
    float: left;
    font-size: 17px;
    margin-top: 14px;
}
.forgot-pass {
    font-size: 12px;
    margin-top: 6px;
}
.wrapper-inputlogin {
    background-color: #4C1F0D;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 10px;
    padding: 15px 10px;
}
.text-login { float: left; width: 100px; margin-top: 7px;}
.winputlogin { width: 385px; }
.default-logininput { margin-bottom: 5px; }
.login-button {
    background: url("../images/login.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 30px;
    margin: 0 0 0 98px;
    width: 105px;
}
.header-login {  padding-left: 12px; }
.reg-buttonlogin {
    background-color: #4C1F0D;
    border-radius: 0 0 3px 3px;
    float: right;
    margin-right: 15px;
    padding: 0 2px 6px 8px;
}
.for-login-text {
     font-size: 14px;
    padding: 1px 12px;
    color: #fff;
}
.reg-text {
    color: #666666;
    float: left;
    font-size: 14px;
    margin: 10px 0;
}
.top-two {
    float: left;
    margin-left: 20px;
    margin-top: 99px;
}
/* register */
.wrapper-register {
    background-color: #FFF3E8;
    margin: -30px auto 0;
    padding: 40px 20px 15px;
    width: 565px;
}
.wrapper-list-register {
    margin-top: 45px;
}
.title-reg {
    margin: 0 auto;
    width: 333px;
}
.submit-reg {
    background: url("../images/button-submit.png") no-repeat scroll 0 0 transparent;
}

/* step 2 */
.wrapper-steptwo {
    float: none;
    margin: 5px 0 0;
    min-height: 210px;
    width: auto;
}
.input-steptwo { width: 308px;}
.default-input-steptwo { margin-bottom: 20px; }
.wrapper-module-steptwo { margin-top: 30px; }
.default-select {
     background: none repeat scroll 0 0 #FFFFFF;
    border-color: #7B7B7B #CDCDCD #CDCDCD #7B7B7B;
    border-style: solid;
    border-width: 1px;
    color: #7B7B7B;
    font-size: 13px;
    height: 24px;
    margin: 0 0 1px;
    padding: 2px;
    width: 195px;
    /*
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #7B7B7B #CDCDCD #CDCDCD #7B7B7B;
    border-style: solid;
    border-width: 1px;
    color: #7B7B7B;
    font-size: 13px;
    height: 24px;
    margin: 0 0 10px;
    padding: 2px;
    width: 320px;
    */
}
.for-del { float: left; width: 180px }
.at-time { font-size: 14px; margin: 0 8px; }
.time-del {
    float: right;
    height: 32px;
    margin: 0 0 8px;
    width: 80px;
}
.wording-cake { margin-right: 0; width: 895px; min-height: 0px;}
.wording-image {
    float: left;
    margin-right: 15px;
    width: 120px;
}
.note-steptwo {
        background-color: #4C1F0C;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 15px;
    margin-left: 135px;
    margin-top: 15px;
    padding: 5px 10px
}

/* style for each drop down - horizontal */
.container {margin:10px auto; width:950px; height:300px; background:#eee; padding:50px 0 0 0}

#navigation_horiz ul li #dropdown_one {background:#ccc; color:#fff}
#navigation_horiz ul li #dropdown_one a {color:red}
#navigation_horiz ul li #dropdown_two {background:#ccc; color:#fff}
#navigation_horiz ul li #dropdown_two a {color:black}
#navigation_horiz ul li #dropdown_three {background:#ccc; color:#fff}	
#navigation_horiz ul li #dropdown_three a {color:gray}

/* style for each drop down - vertical */
#navigation_vert ul li #dropdown_four {background:#333; color:#fff}
#navigation_vert ul li #dropdown_four a {color:red}
#navigation_vert ul li #dropdown_five {background:#666; color:#fff}
#navigation_vert ul li #dropdown_five a {color:black}
#navigation_vert ul li #dropdown_six {background:#777; color:#fff}	
#navigation_vert ul li #dropdown_six a {color:orange}

/* MENU */
.menu {	
	height: 40px;
	width: 505px;

	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
}

/* Links */

.menu li a {
	display: block;
	padding: 0 14px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	
	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;

	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color: #8fde62; }

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 40px;
	left: 0;

	opacity: 0;
	
	background: #1f2024;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 100px;
	padding: 4px 0 4px 40px;
	margin: 0;

	border: none;
	border-bottom: 1px solid #353539;
}

.menu ul li:last-child a { border: none; }

/* Icons */

.menu a.documents { background: url(https://www.ajbakery.com/img/docs.png) no-repeat 6px center; }
.menu a.messages { background: url(https://www.ajbakery.com/img/bubble.png) no-repeat 6px center; }
.menu a.signout { background: url(https://www.ajbakery.com/img/arrow.png) no-repeat 6px center; }

.fourth-effect a {
    -moz-transition:color 0.3s ease-out;
	-webkit-transition:color 0.3s ease-out;
	-o-transition:color 0.3s ease-out;
	-ms-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
}
ul#thumblist li {
   border: 1px solid #be9c64;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 21px;
   height: 50px;
}

.oh {
    background: url("../images/open-hours.png") no-repeat scroll center top transparent;
    width: 220px;
    height: 130px;
    display: block;
    float: left;
    margin-left: 60px;
}
.oh:hover {
    background: url("../images/open-hours-hover.png") no-repeat scroll center top transparent;
    display: block;
     width: 220px;
    height: 190px;
    margin-top: -60px;
}
.logo-top {
    background: url("../images/aj-bakery-logo.gif") no-repeat scroll center top transparent;
     width: 220px;
    height: 220px;
    display: block;
    float: left;
}
.logo-top:hover { background-position: 0 -220px; }
.wrapper-right-header {
    float: right;
    margin-right: 47px;
}

.wrapper-default-news {
    background: url("../images/bg-news.png") no-repeat scroll center top transparent;
    height: 280px;
    padding: 55px 60px 0;
    width: 565px;
}
.wrapper-detail-news {
    background: url("../images/bg-news-detail.png") no-repeat scroll center top transparent;
    height: 500px;
    padding: 55px 60px 0;
    width: 565px;
}
.title-spannews {
    background-color: #754C24;
    padding: 9px 10px 5px;
}
.title-two {
    background-color: #E2BD7F;
    color: #4B1E0C;
    font-family: times New Roman;
    font-size: 22px;
    padding: 5px 14px;
	line-height:1.2;
}
.title-news-new { margin: 11px 0; }
.desc-news-new { margin-left: 50px; }
.content-news-new p { color: #4B1E0C; line-height: 15px; }
.content-news-new { margin-top: 25px; }
.news-inside-left { float: left;
    margin-right: 15px;
    width: 340px;}
.news-inside-right { float: left;}

/* delivery */
.wrapper-del {
   box-shadow: 0 0 8px #C3C3C3;
    margin: -48px 35px 10px;
    padding: 50px 15px 10px;
}
.wrapper-delivery { margin-top: 30px; }
.wrapper-del ul li { line-height: 20px; list-style: disc outside none; font-size: 12px;}
.wrapper-del ul.add-del li { list-style:none; }
.wrapper-del ul {
    color: #666666;
    font-size: 12px;
    margin-left: 50px;
    margin-top: 9px;
    /*
	width: 370px;
	float:left;
    */
}
.wrapper-del ul .right {
    border:solid 1px #999; 
	color:#666; 
	padding:10px;
}
.wrapper-del ul .right li { list-style:none; margin-bottom:10px; }
.wrapper-del ul .right li:hover { list-style:none; margin-bottom:10px; background:#CCC; }

.left-kp { float: left; margin-right: 200px; }
.title-kodepos {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #431A0B;
}
.left-kp a {
    font-size: 12px;
    text-decoration: underline;
    color:#4B1E0C;
}
.pembayran-list ul li {
    list-style: decimal outside none;
    margin-bottom: 10px;
}
.title-del {
    color: #431A0B;
    font-size: 14px;
    font-weight: bold;
}
.wrapper-kp-del {  margin-bottom: 23px; }

/* career */
ul.career-list { margin-left: 10px; }
ul.career-list li {
    border-bottom: 1px dashed #CCCCCC;
    font-size: 16px;
    list-style: none outside none;
    padding: 7px 0;
}
ul.career-list li a { color: #4d200d; }
.left-career { width: 200px; float: left; }
.right-career {
    background: url("../images/bg-content-career.png") repeat-y scroll center top transparent;
    float: left;
    margin-left: 20px;
    padding: 0px 15px 15px;
    width: 590px;
	height: 320px;
	position:relative; 
	overflow:hidden;
}
.ccontent{
    width: 590px;
	height: 350px;
}
.top-career { margin-bottom: 25px; }
.bg-title-car {
    background-color: #4D200D;
    color: #FFFFFF;
    font-size: 18px;
    padding: 6px 17px;
}

/* site map */
.site-map ul li h2 { margin-bottom: 5px; }
.sub-one ul li a { text-decoration: underline; color: #4C1F0D; }
.sub-one ul li a:hover { text-decoration: none; }
.sub-one ul li a h2:hover {  color: #BE9C64; }
.sub-two ul li { }
.sub-one { }
.site-map ul .right li h2 { margin-bottom: 5px; color:#F00; }

/* cart button */
.cart-button {
    background: url("../images/cart-button-left.png") no-repeat scroll center top transparent;
    float: left;
    height: 27px;
    padding-top: 3px;
    text-align: center;
    text-shadow: 1px -1px #7E3C3D;
    width: 133px;
}
.cart-button a {
    color: #fff;
    font-size: 12px;
}
.check-out {
    background: url("../images/button-co.png") no-repeat scroll center top transparent;
    width: 67px;
    height: 30px;
    float: left;
}
.text-steptwo { width: 110px; }

.note-dp {
    font-size: 10px;
    margin: 0;
    padding-left: 26px;
	-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 6px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 6px rgba(50, 50, 50, 0.75);
}
.note-dp ul li{ list-style: circle; margin-bottom: 5px; }
.note-sdr {  height: 84px; width: 403px; }
.arrow-steptwo { margin-bottom: 5px; margin-left: 13px;}
.copy-address {
    font-size: 11px;
    line-height: 18px;
    text-decoration: underline;
}
.note-sr { height: 30px; width: 855px; }


/* start new css revisi */
.left-new-socialnet {
    float: left;
    width: 500px;
}
.right-new-socialnet {
    float: left;
    width: 410px;
}
.fbtwit {
    background-color: #FFFFFF;
    border: 2px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    float: left;
    padding: 10px;
    width: 177px;
    height: 330px;
}
.twitt-new {
    width: 157px;
    background-color: #cae5ff;
    height: auto;
}
.bg-newfeed { background-color: #EDF6FF; color: #666; }
.new-headtwitt { border-bottom: 1px solid #fff; }
.feedtwitt-new { border-top: 1px solid #BCDEFF; }
.time-twitt { color: #335f73; }
.left-new-socialnet { width: 510px; }
.link-fbtwit { margin-bottom: 10px; }
.new-youtube {
    border: 3px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    width: 310px;
    /* padding: 5px; */
    float: left;
}
.new-adv { margin-top: 10px; }


/* start new css */
#carousel {
	border: 3px solid #c4c4c4;
	float: left;
	height: 135px;
	margin: 0 auto 0 5px;
	overflow: scroll;
	padding: 0;
	width: 175px;
	border-radius: 3px; 
}
#carousel ul {
	list-style: none;
	width: 1500px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}
.textholder {
	text-align: left;
	font-size: small;
	padding: 6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
.quick-links { margin: 0 10px; }
.newsletter {
    background: url("../images/bg-newsletter.jpg") no-repeat scroll 0 33px transparent;
    height: 222px;
    margin-right: 0;
    width: 300px;
}
.wrapper-testimonial  { width: 390px; }
.new-textnewlet { padding: 11px 5px 5px; }
.content-testi { width: 300px; }

.input-newsletter {
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    height: 26px;
    margin-bottom: 3px;
    margin-left: 4px;
    width: 150px;
}
.width-textnewslet { width: 165px; }
.button-sendnewlet {  margin: 5px; }
.bottom-coklat {
    background: url("../images/bg-bottom.png") repeat-x scroll 0 0 #6A2C13;
    height: 225px;
    margin: 30px -10px 0;
    padding: 17px 10px;
}
/* end new css */

/* new css about */
.left-about { width: 455px; margin-right: 25px; float: left; }
.right-about { float: right; width: 350px; }
.title-del { font-size: 18px; }
.text-titlenew {
     background: url("../images/bg-titlenew.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    height: 40px;
    margin-left: -48px;
    padding-left: 45px;
    padding-top: 5px;
}
.wrapper-del {
    box-shadow: 0 0 8px #C3C3C3;
    margin: 0 35px 10px;
    padding: 5px 15px 10px;
}
.main-imgloc {
    box-shadow: 0 0 8px #C3C3C3;
    float: left;
    margin-right: 10px;
    padding: 10px;
}
.list-locnew { float: right; }
.img-loc { width: 620px; margin-bottom: 25px; }
.list-thumb-locnew { float: left; }
.list-thumb-locnew ul { margin-left: 5px; }
.list-thumb-locnew ul li { list-style: none outside none; }
.title-newloc {
    background-color: #EEE9E9;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 18px;
    color: #431A0B;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}
.name-store {
    font-size: 18px;
    margin-bottom: 15px;
    color: #431A0B;
    text-transform: uppercase;
}
.add-locnew {
    color: #431A0B;
    float: left;
    font-size: 13px;
    line-height: 25px;
    margin-left: 20px;
    width: 275px;
}
.wrapper-img-all-loc { float: left; }
.phn-loc { font-weight: bold; font-style: italic; }
.form-newcontact { float: left; margin-right: 26px; }
.default-inputcontact { width: 350px; }

.address-contact { float: left; width: 340px; }
.address-contact p { color: #4b1e0c; }
.text-contact-top { background-color: #E1E1E0; padding: 20px;}
.bg-two-conew { background-color: #eee9e9; }
.address-newscon p { line-height: 25px; }
.outlet-con { font-style: italic; }
/* end new css about */

.add-default-title { margin-left: 0; height: 30px; text-transform: uppercase;}
.title-new-prodlist { float: left; margin-top: 12px; }
.bg-reg { background: url("../images/bg-reg.jpg") no-repeat scroll 0 72px transparent; }

/* NEW RIZA */
#best_seller{ position:absolute; top:0; right:0; z-index:100;  background: url("../images/tag-images/tag-bestseller.png") no-repeat; width:100px; height:100px;}
#new_product{ position:absolute; top:0; right:0; z-index:100;  background: url("../images/tag-images/tag-newproduct.png") no-repeat; width:100px; height:100px;}
#promo_product{ position:absolute; top:0; right:0; z-index:100;  background: url("../images/tag-images/tag-promo.png") no-repeat; width:100px; height:100px;}
#recomended{ position:absolute; top:0; right:0; z-index:100;  background: url("../images/tag-images/tag-recommended.png") no-repeat; width:100px; height:100px;}
.info{ padding:10px; margin:10px 0 5px 0; border:solid 1px #FFCECE; background:#FCEAEA; color:#684949; }
#variations{ min-height:190px;}
.fl{ float:left;}
div.msg_ok, div.msg_error{font:10px Arial; height:16px; position:relative; top:3px; left:10px; float:left;}
div.msg_ok{background:url(../images/icons/ok.png) no-repeat; padding-left:20px; color:#060;}
div.msg_error{background:url(../images/icons/error.gif) no-repeat; padding-left:20px; color:#900; }

/* Twitter */
.tweet_time{ font-size:10px; color:#666;}
ul.tweet_list li{ padding:3px; font-size:10px; overflow:hidden; height:87px; float:none; background:#EDF6FF; margin-bottom:10px; border-radius: 3px 3px 3px 3px;}

/* end twitter */

/* END NEW RIZA*/

/* new css */
#error p { color: #fff; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .quicklinks {
            margin-right: 3px;
            font-size: 12px; 
            padding: 3px 9px;
    }
    #wrapper-content { width: 961px; }
    .wrapper-header { background: url("../images/bg-header-new.jpg") no-repeat scroll 0px 0px transparent; }
}

/* new ayrus */
ul.faq-list { margin-top: 10px; }
ul.faq-list li {
color: #666666;
    font-size: 14px;
    list-style: decimal outside none;
    margin-left: 45px;
}