@charset "utf-8";

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}

a ,
a:link,
a:visited 		{
	color: #333;
	TEXT-DECORATION: none;
	font-weight: normal;
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 18px;
	line-height: 1.5em;
}
a:hover,
a:active 		{
	color: #000;
}
.image2{
	border:5px solid #FFF;
	webkit-box-shadow: 	0px 30px 10px -30px #414141, 0px 0px 10px -30px #414141;
	-moz-box-shadow: 	0px 30px 10px -30px #414141, 0px 0px 10px -30px #414141;
	box-shadow: 		0px 30px 10px -30px #414141, 0px 0px 10px -30px #414141;
}
.image_float {
	border:1px solid #CCC;
	float:right;
	margin-bottom: 5px;
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
}
.float-right {
	float:right;
	margin-left: 15px;
	margin-bottom: 5px;
	vertical-align: bottom;
}
.float-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}

#current
{
	color: #000;
	text-decoration: underline;
}

/*a:link,
a:visited 		{
	color: #C60;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a:hover,
a:active 		{
	TEXT-DECORATION: underline;
	color: #C60;
}*/

#body {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #e1a3c1;
	padding-top: 3px;
	height: 22px;
}
#menu a:link,#menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AA2F69;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-shadow:0 1px 1px #ffffff;
}
#menu a:hover,#menu a:active {
	background-color: #edb1ce;
	width: auto;
	text-decoration: none;
	text-shadow:0 1px 1px #832e58;
	color: #FFF;
}
#top1 {
	height: 138px;
	width: 100%;	
	background-image: url(images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top1_wrapper {
	height: 138px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#top1_left {
	width: 553px;
	height: 138px;
	float: left;
}
#top1_right {
	width: 443px;
	height: 138px;
	float: right;
}
#font_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding-top: 10px;
	text-align: right;
	margin-right: 10px;
}
#top2 {
	height: 57px;
	width: 100%;
	background-image: url(images/nav1.jpg);
	background-repeat: repeat-x;
}
#top_nav {
	height: 57px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#top3 {
	height: 48px;
	width: 100%;
	background-image: url(images/nav2.jpg);
	background-repeat: repeat-x;
}
#top3_wrapper {
	height: 48px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#font_top2 {
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
}
#top4 {
	height: 387px;
	width: 100%;
	background-image: url(images/bg_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	webkit-box-shadow: 	0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
	-moz-box-shadow: 	0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
	box-shadow: 		0px 30px 10px -30px #000000, 0px 0px 10px -30px #000000;
}
#top4_wrapper {
	height: 387px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#menu_kirimain{
	color: #333;
	text-decoration:none;
	text-align:left;
	font-family: "Myriad Pro";
	font-size: 13px;
	margin: 0;
	font-weight: bold;
	display: block;
	text-shadow:0 1px 1px #ffffff;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color:#f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(top,  #f8f8f8 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

}


#menu_kirimain  a:hover, #menu_kirimain a:active {
	color: #000;
	text-decoration:none;
	text-align:left;
	text-shadow:0 1px 1px #ffffff;
	font-weight: normal;
}

#menu_kiri{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #743E01;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: normal;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}


#menu_kiri  a:link, #menu_kiri a:visited{
	color: #333;
	text-decoration:none;
	text-align:left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#menu_kiri  a:hover, #menu_kiri a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	display: block;
}
#menu_related{
	text-align: left;
}


#menu_related  a:link, #menu_related a:visited{
	color: #333;
	text-decoration:none;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-shadow:0 1px 1px #ffffff;
	background-image: url(images/list-marker.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#menu_related  a:hover, #menu_related a:active {
	color: #069;
	text-decoration: none;
	text-shadow:0 1px 1px #ffffff;
}

.padding {
	height: 20px;
	width: auto;
	background-color: transparent;
}
#bg_cart {
	text-decoration:none;
	width: 260px;
	height: 50px;
	background-color: #f5f5f5;
	padding: 10px;
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

#content_wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	
	padding: 20px;
}
#content_left {
	height: auto;
	width: 240px;
	float: left;
}
#content_right {
	height: auto;
	width: 700px;
	text-align: justify;
	float: right;
	margin-left: 20px;

	
}
#content_left_head1 {
	height: 42px;
	width: 240px;
	background-image: url(images/nav2.jpg);
	background-repeat: repeat-x;
}

#content_left_head_title1 {
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	padding-top: 8px;
	text-align: left;
	text-shadow:0 1px 1px #000000;
	padding-left: 10px;
}
#content_left_box {
	height: auto;
	width: 100%;
	background-color: #f9f9f9;
	webkit-box-shadow: 	0px 30px 10px -30px #414141, 0px 0px 10px -30px #414141;
	-moz-box-shadow: 	0px 30px 10px -30px #414141, 0px 0px 10px -30px #414141;
	box-shadow: 		0px 30px 10px -30px #414141, 0px 0px 10px -30px #414141;
}
#homefloat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 300px;
	margin: 10px;
	height: 220px;
	padding: 5px;
}
#homefloat_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	font-weight: normal;
	text-shadow: 0px 1px 0px #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 40px;
	text-align: center;
}
#homefloat_title a:link,#homefloat_title a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-shadow: 0px 1px 0px #000000;
}
#homefloat_title a:hover,#homefloat_title a:active {
	color: #C60;
	text-decoration: none;
}

#wrapper_footer {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#footer_partner_title {
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 20px;
	color: #0d4970;
	font-weight: normal;
	text-align: left;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	background-color: #FFF;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#footer_line {
	width: 960px;
	text-align: center;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer {
	height: auto;
	width: 100%;
	text-align: left;
	background-image: url(images/bg_share.png);
	background-repeat: repeat;
	padding-top: 10px;
}
#footer1 {
	height: auto;
	width: 100%;
	text-align: left;
	background-image: url(images/img-bg-footer.png);
	background-repeat: repeat-x;
}
#footer2 {
	height: auto;
	width: 100%;
	text-align: left;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
}

#bottom_wrapper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: transparent;
	
}
#bottomfloat1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 180px;
	margin: 10px;
	height: auto;
	padding: 10px;
}
#bottomfloat2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 220px;
	margin: 10px;
	height: auto;
	padding: 10px;
}
#bottomfloat3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 220px;
	margin: 10px;
	height: auto;
	padding: 10px;
}
#bottomfloat4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 130px;
	margin: 10px;
	height: auto;
	padding: 10px;
}
#bottomfloat_title {
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 20px;
	color: #1785CE;
	font-weight: normal;
	text-shadow: 0px 1px 0px #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#bottom_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
}
#bottom_menu a:link,#bottom_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
#bottom_menu a:hover,#bottom_menu a:active {
	color: #1887D1;
	text-decoration: none;
}

#bottom_teks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}
#bottom_teks a:link,#bottom_teks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
}
#bottom_teks a:hover,#bottom_teks a:active {
	color: #FFF;
	text-decoration: none;
}

#bottom_teks2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	line-height: 2em;
}
#bottom_teks2 a:link,#bottom_teks2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
#bottom_teks2 a:hover,#bottom_teks2 a:active {
	color: #1887D1;
	text-decoration: none;
}
h1 {
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 30px;
	color: #0d4970;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333;
	line-height: 1.5em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333;
	line-height: 1em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #666;
	line-height: 1em;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h5 {
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 24px;
	text-align: left;
	color: #12659C;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#font_back_produk {
	color: #171717;
	text-align: justify;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px solid #FFF;
	background-color: #f9f9f9;
	box-shadow: 0 0 2px #c6c6c6;
	-moz-box-shadow: 0 0 2px #c6c6c6;
	-webkit-box-shadow: 0 0 2px #c6c6c6;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
#font_back_produk_popular {
	color: #171717;
	text-align: justify;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px solid #f2f2f2;
}
#font_content_now {
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	display: inline;
}
#font_content_judul_item {
	font-size: 15px;
	color: #666;
	font-weight: normal;
	font-family: "Oswald", Arial, Sans-serif;
	text-align: center;
}
#font_content_judul_item2 {
	font-size: 11px;
	color: #069;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#font_content_harga {
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 14px;
	color: #069;
	font-weight: normal;
	text-align: right;
}
#font_content_judul2 {
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
#font_content_judul2 a:link, #font_content_judul2 a:visited {
	text-align: justify;
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

#font_content_judul2 a:hover, #font_content_judul2 a:active {
	color: #fe9801;
	text-decoration: none;
}

#font_content_subjudul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #141414;
	display: block;
}



#font_side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#font_side a:link, #font_side a:visited {
	color: #99876a;
}
#font_side a:hover, #font_side a:active {
	color: #B9A34A;
	text-decoration: none;
}

#font_detail a:link, #font_detail a:visited {
	box-shadow:inset 0 0 10px #000000;
	-moz-box-shadow:inset 0 0 10px #000000;
	font-family: "Oswald", Arial, Sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px solid #000;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #393939;
}

#font_detail a:hover, #font_detail a:active {
	background-color:#054b9f;
	color: #FFF;
	color: #FFF;
	text-decoration: none;
}

#font_date_posting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666;
	font-weight: normal;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#font_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: left;
	float: right;
}#font_view {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #039;
	font-weight: normal;
	margin: 0px;
}

input,select,textarea {
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	box-shadow:inset 0 0 10px #e4e4e4;
	-moz-box-shadow:inset 0 0 10px #e4e4e4;	
}
input:focus, textarea:focus, select:focus {
	background-color: #FFF;
}
input.error, select.error, textarea.error {
	border: 1px solid #192940;	
}
label.error {
	color:#192940;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.page{
	padding: 5px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin: 1;
	border: 0px solid #E9D7BC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.page a {
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 8px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
.page a:hover {
	padding: 8px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	background-color:#e2e2e2;
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#font_block {
	color: #333;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	background-color: #fbfbfb;
	padding: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #f1f1f1;	/*-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px; 
	box-shadow: 0 0 5px #191919;
	-moz-box-shadow: 0 0 5px #191919;
	-webkit-box-shadow: 0 0 5px #191919;*/
	width: auto;
}
#padding_produk {
	height: 10px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1c8bb;
	margin-right: 20px;
	margin-left: 20px;
}


#font_strike {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C00;
	text-decoration: none;
	font-weight: normal;
}

.elipse{
	background-color:#666;
	box-shadow:inset 0 0 10px #000000;
	-moz-box-shadow:inset 0 0 10px #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	width: auto;
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e792a6;
	border-right-color: #e792a6;
	border-bottom-color: #ba6d7f;
	border-left-color: #ba6d7f;
	padding: 5px;
    } 
	
    .elipse:hover{
	background-color:#000;
	color: #FFF;
    } 
	
    .elipse:active{
	background-color:#000;
	color:#FFF;
    } 
	
#back_share {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_share.png);
	background-repeat: repeat;
}

.barrighttwitter{background:url('images/tw_cb.png');background-repeat:no-repeat;width:39px;height:159px;position:fixed;right:0px;top:210px;z-index:1000;}
.barrighttwitterc{background:url('images/tw_ag.png');background-repeat:no-repeat;width:288px;height:345px;position:fixed;right:0px;top:120px; z-index:1100;}
.barcontetwitter{margin:5px 0 0 47px}
.barrightfacebook{background:url('images/fb_cb.png');background-repeat:no-repeat;width:39px;height:159px;position:fixed;right:0px;top:370px; z-index:1000;}
.barrightfacebookc{background:url('images/fb_bg.png');background-repeat:no-repeat;width:288px;height:345px;position:fixed;right:0px;top:185px; z-index:1100;}
.barcontefacebook{margin:5px 0 0 47px}

.aToolTip {
	border:1px solid #333;
	color:#fff;
	margin:0;
	padding:2px 10px;
	font-size:12px;
	background-image: url(images/bg_opacity.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
.aToolTip .aToolTipContent {position:relative;margin:0;padding:0;}
a.aToolTipCloseBtn {display:block;height:20px;width:20px;overflow:hidden;background:url(../images/loading/close.gif) no-repeat;text-indent:-9999px;outline:none;position:absolute;top:-15px;right:-20px;}

.scrollup{
	width:69px;
	height:73px;
	position:fixed;
	bottom:60px;
	right:30px;
	display:none;
	text-indent:-9999px;
	background-image: url(images/icon_top.png);
	background-repeat: no-repeat;
}
#shadow {
	height: 56px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
}

.stepcarousel{
	position: relative;
	overflow: scroll;
	height: 170px;
	width: 1000px;
}
.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}
.stepcarousel .panel{
	float: left;
	overflow: hidden;
	width: auto;
	height: 130px;
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #000;
	padding-right: 10px;
}

.stepcarousel2{
	position: relative;
	overflow: scroll;
	height: 100px;
	width: 1000px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.stepcarousel2 .belt2{ position: absolute; left: 0; top: 0; }
.stepcarousel2 .panel2{
	float: left;
	overflow: hidden;
	width: 150px;
	height: 75px;
	background-color: transparent;
	padding: 10px;
}

#tabs_wrapper {
	height: 400px;
	background-color: #FFF;
	overflow: auto;
}
#tabs_container {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#tabs {
	list-style: none;
	padding: 5px 0 4px 0;
	margin: 0px 0px 1px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#0a4f82;
}
#tabs li {
     
    display: inline;
    line-height:38px;
}
#tabs li a {
	padding: 5px 12px 6px 12px;
	text-decoration: none;
	background-color: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #d4d4d4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d4d4d4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#d4d4d4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#d4d4d4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#d4d4d4 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#d4d4d4 100%); /* W3C */
	border-bottom: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
#tabs li a:hover, #tabs li.active a, #tabs li.active a:hover   {
	color:#FFF;
	background-image: url(images/nav2.jpg);
	background-repeat: repeat-x;
}

#tabs_content_container {
	border-top: none;
	padding: 10px;
}
.tab_content {
    display: none;
}
