* { padding:0; margin:0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color:#323232;  
	background:#fff; 
	line-height:16px;
}

/* TEXT LINK */
a , a:visited, a:focus { text-decoration: none; color: #323232; outline: none; }
a:hover{ text-decoration: none; color: #606060; }

img, a img{ border: none; }

blockquote { margin-left:30px; }
ul li { margin-left:30px; }
ol li { margin-left:30px; }

#outter_wrapper {  
 clear:both;
 margin: 0 auto;
 padding: 0 auto;
 width: auto;
 z-index:0; 
 position:relative;
}

#wrapper {  
 margin: 0 auto;
 padding: 0 auto;
 width: 960px;
 z-index:2;
 position:relative;
}

#container { 
 float:left;
 width: 940px;
 overflow:hidden;
 padding:10px;
 /*border:1px solid #000;*/
}

#container.top_nav { 
 height:144px;
 background: url(../images/top_line.png) #f2f2f2 repeat-x bottom center;
}

#outter_wrapper.top_nav, #wrapper.top_nav { 
 height:164px;
 background: url(../images/top_line.png) #f2f2f2 repeat-x bottom center;
}

#top_menu { 
 float:left;
 width: 940px;
 height:32px;
 overflow:hidden;
 margin-top:10px;
 padding:10px 0;
 background:#cf469b;
 background: -webkit-gradient(linear, left top, left bottom, from(#33740f), to(#163406));
 background: -moz-linear-gradient(top,  #33740f,  #163406);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#33740f', endColorstr='#163406');
 /*background: url(../images/top_menu.png) no-repeat center;*/
 /* Firefox, OPERA, Safari */
 -moz-border-radius-topleft: 10px;
 -moz-border-radius-topright: 10px;
 -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 border-bottom-right-radius: 100px;
  border-bottom-left-radius: 10px;
 -webkit-border-top-left-radius: 10px;
 -webkit-border-top-right-radius: 10px;
 -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
#top_menu.cyrusbook {  
 background:#000;
 background: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#000));
 background: -moz-linear-gradient(top,  #3c3c3c,  #000);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c', endColorstr='#000'); 
}
#top_menu.cyrusbook  #main_menu ul li a {  
 padding:0 30px 0 30px;
}

#main_menu { 
 float:left;
 width: 630px;
 height:20px;
 overflow:hidden; 
 margin:5px 0 0 20px;
}

#main_menu ul { 
 float:left;
 margin:0;
 padding:0;
 list-style:none;
 color:#fff;
 font-size:13px;
 font-weight:bold;
}

#main_menu ul a { 
 color:#fff;
}

#main_menu ul  a:hover, #main_menu ul  a.active { 
 color:#fff600;
}

#main_menu ul li { 
 float:left; 
 margin:0;
 height:20px;
 padding:0 5px 0 5px;
}

#main_menu ul li.limit { 
 padding:0;
 margin:0;
 width:1px;
 height:20px;
 border-right:1px dotted #fff;
 color:#fff;
 margin:0 5px 0 5px;
}

#top_search { 
 float:right;
 width: 195px;
 height:20px;
 overflow:hidden;
 background: url(../images/search_bg.png) no-repeat center;
 margin:5px 70px 0 0;
}
.text_search {
 float:left;
 text-align:left;
 width:160px;
 border:0;
 color:#939393;
 font-size:10px;
 margin:4px 0 0 10px;
}
.btn_search {
 float:left;
 width:16px;
 height:16px;
 border:0;
 cursor:pointer;
 margin:2px 0 0 3px;
 background: url(../images/go_btn.png) no-repeat center;
}

#top_logo { 
 float:left;
 width:242px;
 height:68px;
 /*margin-left:50px;*/
}

#bottom_menu { 
 /*float:right;
 height:20px;
 margin:25px 45px 0 0;
 */
 top:20px;
 right:5px;
 overflow:hidden;
 position: absolute; 
}

#bottom_menu ul { 
 float:left;
 margin:0;
 padding:0;
 list-style:none;
 color:#555555;
 font-weight:bold;
 font-size:11px;
}

#bottom_menu ul a { 
 color:#555555;
}

#bottom_menu ul  a:hover, #bottom_menu ul  a.active { 
 color:#bd8101;
}

#bottom_menu ul li { 
 float:left; 
 margin:0;
 height:83px;
 padding:0 6px 0 6px;
}

#container.center_nav { 
 min-height:60px; 
}

#left_box { 
 float:left;
 width:161px;
}

#left_box_link { 
 float:left;
 width:181px;
 height:30px;
 border-right:2px solid #e9e8e9;
 border-bottom:3px solid #e9e8e9;
 background:#b8b8b8;
}

#left_box_linkcontent { 
 position:absolute;
 float:left;
 width:78px;
 height:14px;
 cursor:pointer; 
 padding:8px;
 font-size:8.5px;
 color:#fff;
 font-weight:bold;
 /* Firefox, OPERA, Safari */
 -moz-border-radius-topright: 30px;
 border-top-right-radius: 30px;
 -webkit-border-top-right-radius: 30px;
}

#left_box_linkcontent a { 
 color:#fff;
}

#left_box_linkcontent.backside { 
 margin-left:87px;
 z-index:0;
 background:#b8b8b8;
}

#left_box_linkcontent.active { 
 background:#b266d0;
 z-index:1;
}

#left_box_linkcontent:hover { 
 z-index:9999;
 background:#822aa3;
}

#top_chart, #categories { 
 float:left;
 width:181px;
}

#left_box_inside { 
 float:left;
 width:151px;
 /*height:270px;*/
 padding:15px;
 border-right:2px solid #e9e8e9;
 border-bottom:3px solid #e9e8e9;
}

#left_box_inside span.title { 
 font-size:14pt;
 color:#8e37b0;
}

#left_box_inside ul { 
 float:left;
 margin:0;
 padding:0;
 list-style:none;
 color:#444444;
 font-size:12px;
 margin-top:10px;
}

#left_box_inside ul li { 
 float:left; 
 margin:0;
 /*height:40px;*/ 
 padding:5px 0 5px 0; 
 border-bottom:1px solid #d8d8d8;
}

#left_box_inside ul li.top { 
 border-top:1px solid #d8d8d8;
}

#left_box_inside ul li.more { 
 padding:10px;
 border:0;
 width:130px;
 height:20px; 
 line-height:28px;
}
#left_box_inside ul li.more a { 
 color:#949095;
}
#left_box_inside ul li.more a:hover { 
 color:#444444;
}

#left_box_inside ul li div.sub_no {
 float:left;
 width:30px;
 height:30px;
 padding:5px;
 overflow:hidden;
 text-align:center;
 font-size:22px;
 line-height:24px;
}
#left_box_inside ul li div.sub_title {
 float:left;
 width:105px;
 height:20px;
 overflow:hidden;
 font-size:12px;
 line-height:18px;
}
#left_box_inside ul li div.sub_author {
 float:left;
 width:105px;
 height:15px;
 overflow:hidden;
 font-size:11px;
 color:#949095;
}
#left_box_inside ul li div.cat_title {
 float:left;
 width:135px;
 height:20px;
 overflow:hidden;
 font-size:12px;
 line-height:18px;
 margin-left:15px;
}

#right_box { 
 float:right;
 width:725px;
 padding:15px;
 border-left:2px solid #e9e8e9;
 border-bottom:3px solid #e9e8e9;
}

#main_thumb { 
 float:left;
 width: 170px;
 height:270px;
 overflow:hidden;
 margin:0 12px 12px 0;
}

#main_thumb img, h2, h3 { 
 clear:both;
 float:left;
}

#main_thumb h2 {  
 font-size:16px;
 margin:5px 0;
}

#main_thumb h3 { 
 color:#7c7c7c;
 font-size:13px;
}

#down_btn, .down_btn {
 clear:both;
 margin-top:5px;
 float:left;
 border:2px solid #f0f0f0;
 background:#939393;
 color:#fff;
 font-size:10px;
 padding:3px 8px;
 cursor:pointer;
 -moz-box-shadow: 0 0 1px #000;
 -webkit-box-shadow: 0 0 1px #000;
 box-shadow: 0 0 1px #000;
}

#down_btn:hover, .down_btn:hover {
 background:#606060;
}

#main_thumb.no_margin { 
 margin:0;
}

#outter_wrapper.center_nav, #wrapper.center_nav { 
 min-height:80px;
}

#center_top { 
 float:left; 
 width:940px;
 height:440px;
 overflow:hidden;
 border-bottom:1px solid #bdbdbd;
}

#center_slide_left { 
 float:left; 
 width:500px;
 height:400px;
 overflow:hidden;
}

#center_slide_all { 
 float:left; 
 width:850px;
 height:400px;
 overflow:hidden;
}

#uTube_box { 
 float:right; 
 width:300px;
 height:250px;
 margin:75px 80px 0 0;
}

#center_slide_right { 
 float:right; 
 width:320px;
 height:200px;
 overflow:hidden;
 padding:100px 10px 100px 10px;
}

#center_slide_right a { 
 color:#a731bb;
}

#center_bottom { 
 /*margin-left:205px;*/
 clear:both;
 float:left; 
 width:940px;
 height:180px;
 margin-top:30px;
 overflow:hidden;
}

#center_feature { 
 float:left; 
 width:308px;
 height:180px;
 margin-right:5px;
 border:1px solid #bdbdbd;
}

#center_feature_area { 
 float:right; 
 width:145px;
 height:80px;
 text-align:right;
 overflow:hidden;
 padding:50px 10px 50px 10px;
}

#center_feature_area a { 
 color:#a731bb;
}

#center_feature.no_margin { 
 margin:0;
}

/* PRODUCT DETAIL */
#product_detail_area { 
 float:left; 
 width:940px;
 border:1px solid #a731bb;
 /* Firefox, OPERA, Safari */
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -moz-box-shadow: 0 0 3px #a731bb;
 -webkit-box-shadow: 0 0 3px #a731bb;
 box-shadow: 0 0 3px #a731bb;
}

#product_detail_header { 
 float:left; 
 width:906px;
 height:16px;
 color:#fff;
 padding:17px;
 font-size:16px;
 font-weight:bold;
 background:#680b85;
 background: -webkit-gradient(linear, left top, left bottom, from(#9741bb), to(#63077d));
 background: -moz-linear-gradient(top,  #9741bb,  #63077d);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9741bb', endColorstr='#63077d');
}

#product_detail_content { 
 float:left; 
 width:900px;
 padding:20px;
}

#product_detail_content_left { 
 float:left; 
 width:420px;
 padding-right:20px;
 text-align:center;
 border-right:1px solid #bdbdbd;
}

#product_detail_content_right { 
 float:right; 
 width:435px;
 padding-left:20px; 
}

/* PRODUCT GALLERY */
#product_gallery_area { 
 float:left; 
 width:940px;
 border:1px solid #a731bb;
 /* Firefox, OPERA, Safari */
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -moz-box-shadow: 0 0 3px #a731bb;
 -webkit-box-shadow: 0 0 3px #a731bb;
 box-shadow: 0 0 3px #a731bb;
}

#product_gallery_header { 
 float:left; 
 width:906px;
 height:16px;
 color:#fff;
 padding:17px;
 font-size:16px;
 font-weight:bold;
 background:#680b85;
 background: -webkit-gradient(linear, left top, left bottom, from(#9741bb), to(#63077d));
 background: -moz-linear-gradient(top,  #9741bb,  #63077d);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9741bb', endColorstr='#63077d');
}

#product_gallery_content { 
 float:left; 
 width:900px;
 padding:20px;
}

#product_gallery_content_area { 
 float:left; 
 width:900px;
 height:120px;
 overflow:hidden;
 margin:8px 0 5px 0;
}

#prod_width { 
 float:left;
 width:72px;
 text-align:center;
 margin:0 20px 20px 0;
}

/* FEATURE */
#feature_area { 
 float:left; 
 width:940px;
}

/* HOW TO */
#howto_area { 
 float:left; 
 width:940px;
}

/* CART */
#cart_area { 
 float:left; 
 width:940px;
 text-align:center;
}

/* REGISTER */
#register_area { 
 float:left; 
 width:940px;
 text-align:center;
}

/* LOGIN */
#login_area { 
 float:left; 
 width:940px;
 text-align:center;
}

/* SEARCH */
#search_area { 
 float:left; 
 width:940px;
}

#search_area_title { 
 float:left; 
 width:940px;
 padding:5px 0 5px 0;
 border-bottom:1px solid #bdbdbd;
}

#search_area_content { 
 float:left; 
 width:920px;
 padding:10px;
 line-height:18px;
 border-bottom:1px solid #bdbdbd;
}

#search_area_content h2 { 
 color:#a731bb;
 margin-bottom:5px;
}

/* FAQ & SUPPORT */
#faq_center_area { 
 float:left; 
 width:930px;
 height:20px;
 margin-top:20px;
 background:#f7e0ff;
 padding:5px;
 color:#626262;
 border:1px solid #bdbdbd;
 /* Firefox, OPERA, Safari */
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -moz-box-shadow: 0 0 3px #bdbdbd;
 -webkit-box-shadow: 0 0 3px #bdbdbd;
 box-shadow: 0 0 3px #bdbdbd;
}

#faq_center_area a {
 color:#626262;
}

#faq_center_area a:hover {
 color:#9a999a;
}

.search_btn {
 float:left;
 width:50px;
 height:20px;
 border:0;
 cursor:pointer;
 margin-left:10px;
 background: url(../images/search_btn.png) no-repeat center;
}

#faq_bottom_area { 
 float:left; 
 width:940px;
 margin-top:20px;
 border:1px solid #bdbdbd;
 -moz-box-shadow: 0 0 3px #bdbdbd;
 -webkit-box-shadow: 0 0 3px #bdbdbd;
 box-shadow: 0 0 3px #bdbdbd;
}

#faq_bottom_area_left { 
 float:left; 
 width:630px;
 padding:10px;
}

#faq_bottom_area_title { 
 float:left; 
 width:630px;
 padding:5px 0 5px 0;
 border-bottom:1px solid #bdbdbd;
}

#faq_bottom_area_content { 
 float:left; 
 width:610px;
 padding:10px;
 line-height:18px;
 border-bottom:1px solid #bdbdbd;
}

#faq_bottom_area_content h2 { 
 color:#a731bb;
 margin-bottom:5px;
}

#faq_bottom_area_right { 
 float:right; 
 width:267px;
 padding:10px;
 text-align:center;
 border-left:1px solid #bdbdbd;
}

/* PAD / TABLET / PHONE */
#prod_top_area { 
 float:left; 
 width:940px;
 /*height:430px;
 overflow:hidden;*/
 /*padding:20px;*/ 
 text-align:center;
 /*border:1px solid #a731bb;*/
 /* Firefox, OPERA, Safari */
 /*-moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -moz-box-shadow: 0 3px 3px #a731bb;
 -webkit-box-shadow: 0 3px 3px #a731bb;
 box-shadow: 0 3px 3px #a731bb;*/
}
#prod_top_area.bg_video {
 height:861px;
 background: url(../images/bgvideo-cyrus.jpg) no-repeat center;
}
#main_video {
 float:left;
 width:521px;
 height:319px;
 overflow:hidden;
 margin:211px 0 0 215px;
}
#content_video {
 float:left;
 width:620px;
 margin:100px 0 0 165px;
 color:#fff;
 text-align:left;
}
#content_video span.title {
 font-weight:bold;
 font-size:12px;
}
#prod_top_area.bg_indobook {
 height:876px;
 background: url(../images/bgvideo-indobook.jpg) no-repeat center;
}
#main_indobook {
 float:left;
 width:522px;
 height:319px;
 overflow:hidden;
 margin:210px 0 0 214px;
}
#content_indobook {
 float:left;
 width:620px;
 margin:150px 0 0 165px;
 color:#fff;
 text-align:left;
}
#content_indobook span.title {
 font-weight:bold;
 font-size:12px;
}

#prod_top_area_left { 
 float:left; 
 width:400px;
 height:360px;
 overflow:hidden;
 text-align:left;
 padding:20px;
}
#prod_top_area_left span.title { 
 float:left;
 font-size:40px;
 line-height:45px;
 color:#4d4d4d;
 font-weight:bold;
 padding-bottom:10px;
}
#prod_top_area_left span.subtitle { 
 float:left;
 font-size:20px;
 line-height:100%;
 color:#fd008f;
 padding-bottom:10px;
}
#prod_top_area_left p { 
 clear:both;
 font-size:12px;
}

#prod_top_area_right { 
 float:right; 
 width:280px;
 height:360px;
 overflow:hidden;
 text-align:center;
 padding:20px;
}

#map_content {
 float:left;
 width:330px;
 height:270px;
 overflow:hidden;
 border:1px solid #dddddd;
}

#prod_bottom_area { 
 float:left; 
 width:940px;
 margin-top:20px;
 border:1px solid #a731bb;
 /* Firefox, OPERA, Safari */
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -moz-box-shadow: 0 0 3px #a731bb;
 -webkit-box-shadow: 0 0 3px #a731bb;
 box-shadow: 0 0 3px #a731bb;
}

#prod_bottom_header { 
 float:left; 
 width:906px;
 height:16px;
 color:#fff;
 padding:17px;
 font-size:16px;
 font-weight:bold;
 background:#680b85;
 background: -webkit-gradient(linear, left top, left bottom, from(#9741bb), to(#63077d));
 background: -moz-linear-gradient(top,  #9741bb,  #63077d);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9741bb', endColorstr='#63077d');
}

#prod_bottom_content { 
 float:left; 
 width:900px;
 height:410px;
 padding:20px;
 overflow:hidden;
}

#videogallery_content { 
 float:left; 
 width:940px;
}

#prod_bottom_content_left { 
 float:left; 
 width:388px;
 height:410px;
 overflow:hidden;
 padding:0 40px 0 20px;
 border-right:1px solid #bdbdbd;
}

#prod_bottom_content_right { 
 float:right; 
 width:388px;
 height:410px;
 overflow:hidden;
 padding:0 20px 0 40px;
}

#prod_bottom_content_area { 
 float:left; 
 width:388px;
 height:120px;
 overflow:hidden;
 margin:8px 0 5px 0;
}

#prod_bottom_content_area img { 
 float:left;
 padding:0 20px 20px 0;
}

.buy_btn {
 float:right;
 width:54px;
 height:23px;
 border:0;
 cursor:pointer;
 background: url(../images/pad_buy.png) no-repeat center;
}

.price_prod {
 color:#7c6900;
 font-weight:bold;
}

/* NEWS */
#news_thumb { 
 float:left; 
 width:920px;
 padding:10px;
 border:1px solid #a731bb;
 /* Firefox, OPERA, Safari */
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -moz-box-shadow: 0 0 3px #a731bb;
 -webkit-box-shadow: 0 0 3px #a731bb;
 box-shadow: 0 0 3px #a731bb;
}

#news_thumb_title { 
 float:left; 
 width:900px;
 margin-bottom:5px;
 color:#a731bb;
 margin-left:10px;
}

#news_thumb_area { 
 float:left; 
 width:158px;
 height:125px;
 text-align:center;
 color:#a731bb;
 overflow:hidden;
 padding:20px 15px 20px 10px;
 border-right:1px solid #bdbdbd;
}

#video_thumb_area { 
 float:left; 
 width:209px;
 height:135px;
 text-align:center;
 color:#a731bb;
 overflow:hidden;
 padding:10px;
 border-right:1px solid #bdbdbd;
}

#video_gallery { 
 float:left; 
 width:209px;
 height:135px;
 text-align:center;
 color:#a731bb;
 overflow:hidden;
 padding:10px;
 margin:3px 0 3px 3px;
 border:1px solid #bdbdbd;
}

#news_thumb_area.no_margin, #video_thumb_area.no_margin { 
 border:0;
}

#news_desc { 
 float:left; 
 width:420px;
 height:155px;
 padding:20px 20px 20px 20px;
 margin-top:20px;
 text-align:right;
 overflow:hidden;
 border:1px solid #bdbdbd;
 -moz-box-shadow: 0 0 3px #bdbdbd;
 -webkit-box-shadow: 0 0 3px #bdbdbd;
 box-shadow: 0 0 3px #bdbdbd;
}

#news_desc.right { 
 float:right;
}

#news_desc img { 
 float:right;
 padding:0 0 20px 20px;
}

#news_desc a { 
 color:#a731bb;
}

#news_content { 
 float:left; 
 width:940px;
 margin-top:20px;
 border:1px solid #a731bb;
 /* Firefox, OPERA, Safari */
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -moz-box-shadow: 0 0 3px #a731bb;
 -webkit-box-shadow: 0 0 3px #a731bb;
 box-shadow: 0 0 3px #a731bb;
}

#news_content_header { 
 float:left; 
 width:940px;
 height:50px;
 background:#63077d;
 background: -webkit-gradient(linear, left top, left bottom, from(#9741bb), to(#63077d));
 background: -moz-linear-gradient(top,  #9741bb,  #63077d);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9741bb', endColorstr='#63077d');
}

#news_content_area { 
 float:left; 
 width:920px;
 padding:10px;
}

#news_content_area img { 
 float:left;
 padding:0 10px 10px 0;
}

#container.bottom_nav { 
 /*height:270px;*/
 /*background: url(../images/bottom_line.png) #f2f2f2 repeat-x top center;*/ 
}

#outter_wrapper.bottom_nav, #wrapper.bottom_nav { 
 /*height:290px;*/
 /*background: url(../images/bottom_line.png) #f2f2f2 repeat-x top center;
 border-bottom:6px solid #552a89;*/
}

#bottom-one{
	height:160px;
	padding:10px 8px;
}
.landing-footer-pages{
	float:left;
	display:inline;
	width:230px;
	height:160px;
	background: url(../images/tombol_landingPages.gif) transparent no-repeat;
	border:none;	
}
.landing-footer-pages:hover{
	float:left;
	display:inline;
	width:230px;
	height:160px;
	background: url(../images/tombol_landingPages2.gif) transparent no-repeat;
	border:none;
	cursor:pointer;
}
.landing-footer-title{
	margin-top:10px;
	text-align:center;
	color:#777777;
	font-size:12px;
	font-weight:bold;
}
	.landing-footer-title-desc{
		margin-top:10px;
		text-align:center;
		color:#777777;
		font-size:11px;
	}
.landing-footer-title-bottom{
	margin-top:-20px;
	text-align:center;
	color:#777777;
	font-size:12px;
	font-weight:bold;
}
	#paduan-cyrus{
			width:201px;
		height:100px;
		margin:10px auto;
		 background: url(../images/gambar.jpg) transparent no-repeat;
		 border:none;
	}
	#indobook-cyrus{
		width:201px;
		height:100px;
		margin:10px auto;
		 background: url(../images/gambar2.jpg) transparent no-repeat;
		 border:none;
	}
	#how-to-buy{
		width:61px;
		height:42px;
		margin:10px auto;
		background: url(../images/chart_icon.gif) transparent no-repeat top;
		border:none;
	}
	#pickup-point{
		width:185px;
		height:114px;
		margin:10px auto;
		background: url(../images/bumi.gif) transparent no-repeat top;
		border:none;
	}
#bottom-two{
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	overflow:auto;
	padding:5px 0;
}
.bottom_feature_microsite{
	 float:left; 
	 width:280px;
	 height:75px;
	 overflow:hidden;
	 margin-top:5px;
	 margin-left:10px;
}
.bottom_feature_microsite img { 
 float:left;
 padding:0 10px 10px 0;
}

.bottom_feature_microsite a { 
 float:left;
 color:#a731bb;
}

#bottom_left { 
 float:left; 
 width:350px; /*width:330px;*/
 height:220px;
 margin-top:10px;
 /*padding:40px 20px 40px 20px;*/
 padding:40px 20px 40px 0px;
 overflow:hidden;
}

#bottom_left a { 
 color:#a731bb;
}

#bottom_center { 
 float:left; 
 width:250px;
 height:220px;
 margin-top:10px;
 padding:40px 0;
 margin-left:5px;
 overflow:hidden;
}

#bottom_right { 
 float:right; 
 width:290px; /*width:270px;*/
 height:220px;
 margin-top:10px;
 padding:40px 0px 40px 20px; /*padding:40px 20px 40px 20px;*/
 overflow:hidden;
 border-left:1px solid #bdbdbd;
}

#bottom_feature { 
 float:left; 
 width:270px;
 height:75px;
 overflow:hidden;
 margin-top:5px;
}

#bottom_feature img { 
 float:left;
 padding:0 10px 10px 0;
}

#bottom_feature a { 
 color:#a731bb;
}

#container.footer_nav { 
 height:57px; 
}

#wrapper.footer_nav { 
 height:77px; 
}
#outter_wrapper.footer_nav { 
 /*border-top:2px solid #f2f2f2;
 background: #552a89;*/
}

#footer_content { 
 float:left; 
 width:940px; /*width:910px;*/
 color:#777777;
 text-align:center;
}

#poweredby { 
 float:left;
 width:570px;
}

#poweredby a, #right_footer a { 
 color:#777777;
}

#poweredby a:hover, #right_footer a:hover { 
 color:#a6a6a6;
}

#pagination { 
 clear:both;
 float:left;
 width: 100%;
 height:20px;
 margin-top:10px;
 text-align:center;
}

.buttonStyle {
 padding:2px 10px 2px 10px; 
 background:#f7dfff;
 color:#43008b;
 font-weight:bold;
 border:1px solid #4f0068;
 cursor:pointer;
}

.linkStyle {
 float:left;
 font-size:12px;
 padding:5px 10px 5px 10px; 
 background:#f7dfff;
 color:#43008b;
 font-weight:bold;
 border:1px solid #4f0068;
 cursor:pointer;
}

a.red, .red {
 color:#ff0000;
}

.clearBoth {
 clear:both;
}

/* ------- STAR RATING -------- */
#rating {
 clear:both;
 float:left;
 margin-top:5px;
}

.star-rating {
	float: left;
	list-style:none;
	padding:0px;
	width: 75px;
	height: 15px;
	position: relative;
	background: url(../images/alt_star.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	float: left;
}
.star-rating li a{
	display:block;
	width:15px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(../images/alt_star.gif) left bottom;
	z-index: 2;
	left: 0px;
}
.star-rating a:focus,
.star-rating a:active{
	border:0;	
	-moz-outline-style: none;
	outline: none; 
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:15px;
}
.star-rating a.two-stars{
	left:15px;
}
.star-rating a.two-stars:hover{
	width: 30px;
}
.star-rating a.three-stars{
	left: 30px;
}
.star-rating a.three-stars:hover{
	width: 45px;
}
.star-rating a.four-stars{
	left: 45px;
}	
.star-rating a.four-stars:hover{
	width: 60px;
}
.star-rating a.five-stars{
	left: 60px;
}
.star-rating a.five-stars:hover{
	width: 75px;
}
.star-rating li.current-rating, .star-rating li.current-rating2 {
	background: url(../images/alt_star.gif) left center;
	position: absolute;
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
#current-rating-result, #current-rating-result2 {
 float:left;
 margin-left:5px;
 font-size:9px;
 color:#7c7c7c;
}
/* ------- END STAR RATING -------- */

#detail_section { 
 clear:both;
 float:left;
 width:100%;
 margin-top:30px;
}

#detail_section.top {
 margin:0;
}

#detail_section.detail {
 margin:0;
 width:180px;
}

#detail_section.rated {
 clear:none;
 margin:0;
 width:500px;
 margin-left:20px;
 padding:10px;
}

#graph {
 float:left;
 width:308px;
 height:100px;
 padding:10px;
 margin-right:10px;
 border:1px solid #b5b5b5;
}

#level {
 clear:both;
 float:left; 
 margin-bottom:4px;
 color:#494949;
}

#draw {
 float:left; 
 width:200px;
 height:15px;
 margin:0 10px 0 10px;
 border:1px solid #cacaca;
}

#draw .bar {
 float:left; 
 height:15px;
 background:#ac7cbf;
}

#point {
 float:left;
 width:148px;
 height:110px;
 padding:5px;
 text-align:center;
 border:1px solid #b5b5b5;
}

#point span.rate {
 line-height:50px;
 font-weight:normal;
 font-size:40px;
 color:#75129c;
}

#detail_section h2 {
 float:left;
 margin-bottom:10px;
}

#detail_section img {
 float:left;
 margin:0 20px 20px 0;
}

#review_box { 
 float:left; 
 width:100%;
 padding-bottom:15px;
 margin-bottom:15px;
 border-bottom:1px solid #bebebe;
}

#review_box span.title { 
 float:left;
}

/* INDOBOOK GALERY */
#indobook_gallery { 
 float:left;
 width:438px;
 height:293px;
 overflow:hidden;
 margin:60px 60px 0 0;
 /*padding:20px;*/
 border:1px solid #cecece;
 /*background:#dadada;
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dadada));
 background: -moz-linear-gradient(top,  #fff,  #dadada);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#dadada');*/
}
#indobook_gallery.no-right { 
 margin-right:0;
}
#indobook_gallery img.thumb { 
 float:left;
 margin: 0 10px 10px 0;
 border:1px solid #cecece;
}
#indobook_gallery span.title { 
 font-weight:bold;
 font-size:14px;
 line-height:20px;
}
#breadcrumb { 
 float:left;
 margin:0 0 10px 0;
 padding:4px 6px;
 background:#a20008;
 color:#fff;
}
#breadcrumb a {
 color:#fff;
}

#store_list { 
 clear:both;
 float:left;
 margin-bottom:20px;
}
#store_list h2.title { 
 float:left;
 line-height:24px;
}
#store_list h3.subtitle {
 float:left; 
 line-height:20px;
}
div.store_content {
 clear:both;
 margin-left:20px;
}
span.bgpurple {
 background:#e2cdfc;
}

/* TESTIMONIAL */
#testimoni { 
 float:left; 
 width:900px;
 padding:20px;
 margin-top:15px;
 border:1px solid #c8c7c8;
}
#testimoni img.profile { 
 float:left;
 margin:0 15px 15px 0;
 border:1px solid #c8c7c8;
}
#testimoni span.date { 
 font-size:11px;
 font-style:italic;
 color:#8b8b8b;
}
#testi_content { 
 float:left; 
 width:900px;
 padding-top:10px;
 border-top:1px solid #c8c7c8;
}


/* VIDEO SLIDE */
#video_container {
 float:left;
 margin-top:25px;
 width: 940px !important;
 height:auto;
 overflow:hidden;
 padding:10px 0;
 background:#f5f5f5;
 border:1px solid #cccccc;
 z-index:9999;
 /* Firefox, OPERA, Safari */
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
}
#video_left { 
 float:left;
 width: 17px;
 height: 150px;
 overflow:hidden;
 margin-left:10px;
 margin-right:20px;
 position:relative;
 z-index:9999;
}
#video_left img, #video_right img { 
 margin-top:60px;
}
#video_content { 
 float:left;
 width: 845px !important;
 height:auto;
 overflow:hidden;
 position:relative;
}
#video_content ul {	
 float:left; 
 padding:0;
 margin:0;
 list-style:none; 
 position:relative;
}
#video_content ul li {
 float:left;
 padding:0;
 margin:0;
}
#video_content ul li .video_box { 
 float:left;
 width: 200px;
 height:auto;
 overflow:hidden;
 text-align:center;
 margin-right:15px; 
}
#video_content ul li .no_right {
 margin-right:0;
}
#video_right { 
 float:left;
 width: 17px;
 height: 150px;
 overflow:hidden;
 margin-left:20px;
 position:relative;
 z-index:9999;
}
#video_title { 
 clear:both;
 float:left;
 width:200px;
 text-align:center;
 font-weight:bold;
 padding-top:5px;
}
/* END */