@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	vertical-align:top;
	font-size: 12px;
}

/* Login Header*/
#myaccountmenu, #myaccountmenu a, #myaccountmenu a:link, #myaccountmenu a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
}

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

#bg_login {
	background-image:url(../images/a_bg_login.png);
	line-height:26px;
	background-repeat:repeat-x;
	font-size:11px;
	color:#fff;
}

#bg_topblue_my_mod {
	background-image:url(../images/a_right_topblue.png);
	height:6px;
	background-repeat: no-repeat;
	background-position: top left;
}

.field_text {
	width:90px;
	height:15px;
	border: 1px solid #eee;
}
/* End Login Header*/


/*** Header Searching ***/
#bg_kategori {
	background-image:url(../images/a_bg_menu.png);
	background-repeat:repeat-x;
	height:35px;
}

.field_category {
	width:220px;
	height:15px;
	border:solid 1px #c7d8e3;
}

.field_listcategory {
	width:220px;
	height:20px;
	border:solid 1px #c7d8e3;
	font-size:12px;
	color:#555555;
}


.bt_search {
	background-image:url(../images/a_bt_search.png);
	width:71px;
	height:20px;
	background-repeat:no-repeat;
	border:0;
	padding:0;
}

#date {
	font-size:12px;
	color:#fff;
	text-align:right;
}

#bg_cart {
	background-image:url(../images/a_bt_cart.png);
	width:126px;
	height:33px;
	background-repeat:no-repeat;
	font-size:12px;
	color:#464646;
}

#span1 {
	color:#464646;
	width:50px;
	float:left;
	font-size:11px;
	padding:0 3px;
}

#span2 { 
	float:left;
	font-size:12px;
	padding:5px 3px;
	background-color:#999;
	color:#fff;
	font-weight: bold;
}
/*** End Header Searching ***/


/**** Footer ****/
.bg_footer {
	background-color:#0072bc;
}

.list_footer {
	list-style:none;
	padding:0;
	font-size:11px;
	color:#fff;
}

.list_footer a{
	text-decoration:none;
	color:#fff;
}

#span_titlefooter {
	padding:3px;
	background-color:#f7941d;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}

#text_copy {
	font-size:12px;
	color:#fff;
	text-align:right;
}
/**** End Footer ****/


/*** Kolom Kiri ***/
.border {
	border:#898989 solid 1px;
}

#bg_bluetab {
	background-image:url(../images/a_bg_bluetab.png);
	height:31px;
	background-repeat:repeat-x;
}

#bg_bluetab2 {
	background-image:url(../images/a_right_bluetab.png);
	height:31px;
	width:37px;
	background-repeat:repeat-x;
}

#title_tab {
	font-size:14px;
	color:#fff;
	padding:5px;
}

#bg_listkategori {
	background-color:#f8f8f8;
}


#bg_orangetab {
	background-image:url(../images/a_bg_orangetab.png);
	height:29px;
	background-repeat:repeat-x; 
}
#bg_orangetab2 {
	background-image:url(../images/a_right_taborange.png);
	height:29px;
	width:3px7;
	background-repeat:no-repeat; 
}
#bg_cs {
	background-color:#ebebeb;
}


/*** End Kolom Kiri ***/


#text_main {
	color:#464646;
}

/*** Listing Product ***/
#title_product {
	font-size:16px;
	/*color:#f7941d;*/
    color:#004a80;
}

#border_bottom {
	border-bottom:1px #898989 dotted;
	padding-bottom:3px;
}

.contain_product1 {
    width:110px; 
    float:left
}

.thumb_product {
	width:100px;
	padding:5px;
	margin: 5px 4px;
	background-color:#ebebeb; 
	float:left;
	text-align:center;
	vertical-align:middle;
}

.link_titlethumb {
	color:#0054a6;
	font-size:12px;
	padding:2px 0;
	font-weight:bold;
}

#text_descnews {
	text-align:justify;
	line-height:1.5em;
}

#bg_share {
	background-image:url(../images/a_bg_share.png);
	height:25px;
	background-repeat:repeat-x;
	font-size:12px;
	color:#fff;
}


/*** paging ***/
.paging a{
	text-decoration:none;
}

#tabelpagingnormal, #tabelpaginonpage {
	width : auto;
	border : 1px solid black;
	padding : 3px 5px 3px 5px;
	float : left;
	letter-spacing: 2px;
	margin-right: 5px;	
	font-weight: bold;
	text-decoration:none;
}

#tabelpagingnormal  {
	text-decoration:none;
	background-color: white;
	color: black;
}

#tabelpaginonpage {
	text-decoration:none;
	background-color: black;
	color: white;
}

#tabelpaging a  {
	text-decoration: none;  
	color: white; 
	font-weight: bold;
}
/*** End Paging ***/


/*** tabel shopping cart ***/
.shopingcart{   
	text-decoration: none;
	font-size: 12px;
	border: 1px solid  #FF9933;
	background-color: #eee;
}

.shopingcart th {
	padding: 5px;
	background-color: #FF9933;
	color: #FFFFFF;
}

.shopingcart td {
	color: #666666;
	padding: 5px;
}
/*** end tabel shopping cart ***/


/*** tracking code ***/
.trackcode {
    width : 250px;
    position: absolute;
    z-index:5000;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
	border-radius:20px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border:1px solid grey;
    display: none;
	background-color: #FC9917;
}
/*** end tracking code ***/


/****************************************************************** */

/* CSS Document */

a { 
	color:#2e3192; 
	text-decoration:none;
}

a:hover{ 
	color:#f7941d; 
	text-decoration:underline;
}

/*============================ Header ======================*/

#bg_topblue {
	background-image:url(../images/bg_topblue.png);
	height:6px;
	background-repeat:repeat-x;
}


.bt_login {
	background-image:url(../images/bt_login.png);
	width:48px;
	height:20px;
	background-repeat:no-repeat;
	padding:0;
	border:0;
}

/*MENU*/

.link_menu {
	font-size:12px;
	color:#2e3192;
	text-align:right;
}

.link_menu a {
	font-size:12px;
	color:#2e3192;
	text-align:right;
	text-decoration:none;
}

.link_menu a:hover{
	font-size:12px;
	color:#f7941d;
	text-align:right;
	text-decoration:none;
}

/*SEARCH KATEGORI*/






/*============================ Konten ============================*/

#bg_form {
background-image: url(../images/bg_form.png);
width: 489px;
background-repeat: repeat-y;
}

/*TAB-BLUE*/





/*TAB-ORANGE*/


/*BANNER NEWS*/

.list_news {
	list-style:none;
	padding:0 5px 5px 5px;
	margin:0;
	font-size:12px;
	color:#464646;
	
}

.list_news li{
	border-bottom:dotted 1px #898989;
	padding:5px 0;
}

.list_news li a{
	text-decoration:underline;
	color:#464646;
}

.list_news li a:hover{
	text-decoration:underline;
	color:#00F;
}

.date_news {
	font-size:11px;
	color:#b11c1c;
}

/*BANNER PROMO*/
#bg_bannerpromo {
	background-image:url(../images/bg_selfbanner.png);
	height:146px;
	background-repeat:repeat-x;
}
.padding_bannerpromo {
	width:705px; padding:0 15px;
}

#container {
	background-image:url(../images/bg_selfbanner.png);
	height:146px;
	background-repeat:repeat-x;
	width:735px;
	position:relative;
	z-index:0;
	border:#898989 solid 1px;
}

#example {
	width:735px;
	height:146px;
	position:relative;
}


/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:735px;
	top:26px;
	height:120px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width: 220px;
	height:100px;
	margin: 0px 5px;;
}

.slides_container a img {
	 
}

/*
	Next/prev buttons
*/

#slides .next, #slides .prev {
	position:absolute;
	top:5px;
	left:683px;
	width:17px;
	height:18px;
	display:block;
	z-index:101;
}
#slides .text_adv {
	position:absolute;
	font-size: 12px;
	color: #999;
	top:7px;
	left:585px; 
	height:18px;
	display:block;
	z-index:101;
}
#slides .next {
	left:706px;
}

/*LIST NEWS*/
.list_news1{
	list-style:none;
	padding:0;
	margin:0;
}

.list_new1 li{
	width:585px;
	padding:5px;
	float:left;
	height:144px;
}

.span_image {
	float:left;
	height:144px;
}

.img {
border: 1px solid #BBB;
padding: 2px;
margin: 5px 5px 5px 0;
vertical-align: top;
}

.img2 {
border: 1px solid #BBB;
padding: 2px;
margin: 5px 5px 5px 0;
vertical-align: top;
}


.ukuran_desc {
	width:370px;
	float:left;
	padding:5px;
	height:144px;
}

/*PRODUCT*/



.list_product {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}




.link_titlethumb a{
	text-decoration:none;
	color:#0054a6;
}

.link_titlethumb a:hover{
	text-decoration:none;
	color:#01264a;
}

/*product_detil*/


/*============================= Footer =======================*/
#top_orange1 {
	background-image:url(../images/left_toporange.png);
	height:8px;
	width:8px;
	background-repeat:no-repeat;
}
#top_orange2 {
	background-image:url(../images/top_orange.png);
	height:8px;
	background-repeat:repeat-x;
}
#top_orange3 {
	background-image:url(../images/right_toporange.png);
	height:8px;
	width:8px;
	background-repeat::no-repeat;
}

#left_orange {
	background-color:#e8f5fd;
	border-left:solid 1px #003663;
}

#bg_orange {
	background-color:#e8f5fd;
}

#right_orange {
	background-color:#e8f5fd;
	border-right:solid 1px #003663;
}

#bottom_orange1 {
	background-image:url(../images/left_bottomorange.png);
	width:8px;
	height:8px;
	background-repeat::no-repeat;
}
#bottom_orange2 {
	background-image:url(../images/bottom_orange.png);
	height:8px;
	background-repeat:repeat-x;
}
#bottom_orange3 {
	background-image:url(../images/right_bottomorange.png);
	width:8px;
	height:8px;
	background-repeat::no-repeat;
}





#paging
{
text-align: center;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
/* background-color: #3F82D0; */
padding: 3px 3px 4px 5px;
}
#paging .page_nolink
{
padding: 0 4px;
color: #fff;
text-decoration: none;
background: #666666;
}
#paging a, #paging a:link, #paging a:visited
{
padding: 0 4px;
color: #fff;
text-decoration: none;
background: #FF6600;
}
#paging a:hover, #paging a:focus, #paging a:active
{
color: #fff;
background-color: #FF9933;
}

x
 