/* Note 
Template name : OdongOdong
Author : Dominikus Juju (kangDJ)
mail : opencart@mata-maya.com/dominikus_16@yahoo.co.id
site : http://opencart.mata-maya.com
       http://opencartarea.com
web dev : http://juragantoko.com
Support : OpenCart ver 1.4.8, 1.4.8b, 1.4.9
Testing browser : Firefox 3.6, Opera 10.60, Chrome 5, IE 6
*/


html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;

}
/* Main site */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
    padding-top:0px;
   background:#ffffff url('../image/bggradient.jpg') no-repeat top;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration:none;
	cursor: pointer;
    color: #6a0090; /* was #328a26; */
    font-weight:bold;
   
}
a:hover {
	text-decoration: underline;
    color:#ff6600;   
}

a img {
	border: none;
}
p {
	margin-top: 0px;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -120px; /* margin -40px is the height of footer */
}



#heading{
width:956px;
height:19px;
margin:0 auto;
}


/* layout site */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* Logo position */
#header .logo {
	float: left;
	padding-top: 0px;
	padding-left: 15px;
}

/* header menu top */
#header .diva {
	clear: both;
}
#header .diva .left {
	background: url('../image/header_1_left.png') no-repeat;
	width: 5px;
	height: 40px;
	float: left;
}
#header .diva .right {
	background: url('../image/header_1_right.png') no-repeat;
	width: 5px;
	height: 40px;
	float: right;
}
#header .diva .center {
	background: url('../image/header_1_center.png') repeat-x;
	height: 40px;
	margin-left: 5px;
	margin-right: 5px;
}
/* end header menu top */

/* header menu bottom */
#header .divo {
	clear: both;
	margin-bottom: 10px;
}
#header .divo .center {
	background: url('../image/head_bottom.png') no-repeat;
	height: 40px;
    width:960px;
}
/* end header menu bottom */

/* ekstra menu for bookmark, contact, sitemap */
#header .addthis {
	float: left;
	padding-top: 12px;
	height: 40px;
    padding-left:10px;
}
#header .ekstramenu {
	float: right;
	padding-top: 12px;
	height: 40px;
    padding-right:10px;
}

#header .ekstramenu a {
	margin-left: 15px;
	padding: 1px 0px 2px 20px;
	background-repeat: no-repeat;
	background-position: left center;
    color:#fff;
    font-weight:bold;
}
#header .ekstramenu a:hover {
    color:#fff600;
}

#header .searchentry {
	float: left; margin-top: 6px;
}
#header .searchcat {
	float: left;
}
#header .buttonsearch {
	float: left; 
	margin-top: 2px;	
}
#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}

/* sorry not use for odongodong */
#breadcrumb {
	float: left;
	padding-top: 1px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #000000;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
   
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background-color: #b0e5ff;
}
.switcher .selected a {
	border: 1px solid #027cd1;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color:#000000;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #d6f0fc url('../image/arrow_down.png') 116px center no-repeat;
    color:#0598ff;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #027cd1;
	border-right: 1px solid #027cd1;
	border-bottom: 1px solid #027cd1;
	background-color: #d6f0fc;
	display: none;
	width: 131px;
}
.switcher .option a {
	 color:#0598ff;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #e9f8ff;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}
#content {
	margin-left: 190px;
	margin-right: 190px;
	margin-bottom: 10px;
}

#content .top .center {
	background: url('../image/content_top_center.png') repeat-x;
}
#content .top h1, .heading {
	padding: 0px 0px 8px 7px;
}
#content h1, .heading {
	color: #ffffff  ;
	font-size: 14px;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
    text-shadow:2px 1px 1px #8e8e8e;
}
#content .middle {
	border-left: 1px solid #0598ff;
	border-right: 1px solid #0598ff;
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 30px;
}
#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 5px;
	margin: 0 5px 10px 5px;
}










/* Content Welcome Blurb GW 19 April*/

#contentWelcome {
	margin-left: 190px;
	margin-right: 190px;
	margin-bottom: 10px;
}

#contentWelcome .top .center {
	background: url('../image/content_top_centerwelcome.png') repeat-x;
}
#contentWelcome .top h1, .heading {
	padding: 8px 0px 8px 7px;
}
#contentWelcome h1, .heading {
	color: #ffffff  ;
	font-size: 14px;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
    text-shadow:2px 1px 1px #8e8e8e;
}
#contentWelcome .middle {
	border-left: 1px solid #781df6;   /* was #0598ff;  */
	border-right: 1px solid #781df6;   /* was #0598ff;  */ 
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 30px;
}
#contentWelcome .bottom .left {
	background: url('../image/contentwelcome_bottom_left.png') no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
#contentWelcome .bottom .right {
	background: url('../image/contentwelcome_bottom_right.png') no-repeat;
	width: 5px;
	height: 5px;
	float: right;
}
#contentWelcome .bottom .center {
	background: url('../image/contentwelcome_bottom_center.png') repeat-x;
	height: 5px;
	margin: 0 5px 10px 5px;
}
/* END Content Welcome Blurb GW */











/* Box general */
.box {
	margin-bottom: 10px;
    background: #FFFFFF url('../image/bgboxshadow.png') repeat;
}
.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat top;
}
.box .top {
	padding: 12px 0px 12px 7px;
 	color: #fff;
	font-size: 14px;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-weight: bold;
	text-transform: uppercase;
    text-shadow:1px 1px 1px #999999;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #0598ff;
	border-right: 1px solid #0598ff;
  	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 16px;
	background: url('../image/box_bottom.png') no-repeat;
}
/* end Box general */




/* Box Brand List GW 19 April */
#brandlist ul {
	padding-left: 0px;
	list-style-type: none;
	line-height: 2em;
	margin: 0px;
    font-weight: bold;
    
}
#brandlist ul {
	padding-left: 0px;
	list-style-type: none;
	line-height: 1.5em;
	margin: 0px;
    font-weight:bold;
    font-size:14px;
}
#brandlist ul li {
	padding-left: 10px;
    border-bottom:1px dotted #c0c0c0;
    padding:3px 0 3px 10px; 
}

#brandlist ul li a {
	color: #f06b00;                 /*  was #ff9130;  original pink was#ff5682; */
	text-decoration: none; 
}

#brandlist ul li a:hover {
	color: #009cff;
	text-decoration: none; 
}
/* end Box Brand List */







/* Box Category */
.boxcategory {
	margin-bottom: 10px;
	background: url('../image/box_top_cat.png') no-repeat top;
}
.boxcategory .top {
	padding: 12px 0px 12px 7px;
 	color: #fff;
	font-size: 14px;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-weight: bold;
	text-transform: uppercase;
}
.boxcategory .top img {
	float: left;
	margin-right: 5px;
}
.boxcategory .middle {
	border-left: 1px solid #fd6fbc;
	border-right: 1px solid #fd6fbc;
   	background: #FFFFFF;
	padding: 10px;
}
.boxcategory .bottom {
	height: 16px;
	background: url('../image/box_bottom_cat.png') no-repeat;
}
/* end Box Category */
/* Box Cart */
.boxcart {
	margin-bottom: 10px;
	background: url('../image/box_top_cart.png') no-repeat top;
}
.boxcart .top {
	padding: 12px 0px 12px 7px;
 	color: #fff;
	font-size: 14px;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-weight: bold;
	text-transform: uppercase;
}
.boxcart .top img {
	float: left;
	margin-right: 5px;
}
.boxcart .middle {
	border-left: 1px solid #72f100;  /* Gary Walker - was #72ac3c  */
	border-right: 1px solid #72f100; /* Gary Walker - was #72ac3c  */
   	background: #FFFFFF;
	padding: 10px;
}
.boxcart .bottom {
	height: 16px;
	background: url('../image/box_bottom_cart.png') no-repeat;
}
/* end Box Cart */

/* Box info */
.boxinfo {
	margin-bottom: 10px;
	background: url('../image/box_top_info.png') no-repeat top;
}
.boxinfo .top {
	padding: 12px 0px 12px 7px;
 	color: #fff;
	font-size: 14px;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-weight: bold;
	text-transform: uppercase;
}
.boxinfo .top img {
	float: left;
	margin-right: 5px;
}
.boxinfo .middle {
	border-left: 1px solid #72f100; /* Gary Walker - was #72ac3c  */
	border-right: 1px solid #72f100; /* Gary Walker - was #72ac3c  */
   	background: #FFFFFF;
	padding: 10px;
}
.boxinfo .bottom {
	height: 16px;
	background: url('../image/box_bottom_info.png') no-repeat;
}

/* end Box info */
/* Box brand */
.boxbrand {
	margin-bottom: 10px;
	background: url('../image/box_top_brand.png') no-repeat top;
}
.boxbrand .top {
	padding: 12px 0px 12px 7px;
 	color: #fff;
	font-size: 14px;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-weight: bold;
	text-transform: uppercase;
    text-shadow:1px 1px 1px #999999;
}
.boxbrand .top img {
	float: left;
	margin-right: 5px;
}
.boxbrand .middle {
	border-left: 1px solid #ff9130;    /* was #fd6fbc; */
	border-right: 1px solid #ff9130;    /* was #fd6fbc; */
  	background: #FFFFFF;
	padding: 10px;
}
.boxbrand .bottom {
	height: 16px;
	background: url('../image/box_bottom_brand.png') no-repeat;
}
/* end Box Brand */









/* Box Latest - GW 19 april */
.boxlatest {
	margin-bottom: 10px;
	background: url('../image/box_top_feat.png') no-repeat top;
}
.boxlatest .top {
	padding: 12px 0px 12px 7px;
 	color: #fff;
	font-size: 14px;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-weight: bold;
	text-transform: uppercase;
    text-shadow:1px 1px 1px #999999;
}
.boxlatest .top img {
	float: left;
	margin-right: 5px;
}
.boxlatest .middle {
	border-left: 1px solid #781df6;
	border-right: 1px solid #781df6;
  	background: #FFFFFF;
	padding: 10px;
    color:#000000;
}
.boxlatest .bottom {
	height: 16px;
	background: url('../image/box_bottom_feat.png') no-repeat;
}
/* end Box Latest */
















/* Box Featured */
.boxfeatured {
	margin-bottom: 10px;
	background: url('../image/box_top_feat.png') no-repeat top;
}
.boxfeatured .top {
	padding: 12px 0px 12px 7px;
 	color: #fff;
	font-size: 14px;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-weight: bold;
	text-transform: uppercase;
    text-shadow:1px 1px 1px #999999;
}
.boxfeatured .top img {
	float: left;
	margin-right: 5px;
}
.boxfeatured .middle {
	border-left: 1px solid #781df6;
	border-right: 1px solid #781df6;
  	background: #FFFFFF;
	padding: 10px;
    color:#000000;
}
.boxfeatured .bottom {
	height: 16px;
	background: url('../image/box_bottom_feat.png') no-repeat;
}
/* end Box Featured */

.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Comic Sans, Comic Sans MS, cursive;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Comic Sans, Comic Sans MS, cursive;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Comic Sans, Comic Sans MS, cursive;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button  {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span  {
	color: #FFF;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}
.button .a {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span .a {
	color: #FFF;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}

.button a:hover {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left_hov.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span a:hover {
	color: #FFF;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../image/button_right_hov.png') top right no-repeat;
}

.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
    border:2px solid  #eeeeee;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}
.list td:hover {
	border:2px solid #0598ff;
	color: #F90;
}

.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}

.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
/* Footer configuraton */
#footer {
	width: 100%;
    height:200px;
	clear: both;
	background:#fff url('../image/footer_bg.jpg') no-repeat bottom;
}
#footer .div1 {
	padding-top:20px;
    padding-left:10px;
    float: left;
	text-align: left;

}
#footer .div2 {
	float: right;
    padding-top:20px;
    padding-right:10px;
	text-align: right;
    font-size:11px;

}
/* footer menu */
#footer .menu{
		height:10px;
        color:#faa1a1;
        padding-top:40px;
        padding-right:20px;
	}
		#footer .menu ul{
			list-style:none;
			text-align:center;
		}
			#footer .menu li{
				list-style:none;
				display:inline;
				line-height:10px;
				margin:0 2px;
                padding-left:5px;
			}
            	#footer .menu li a{
				color:#000;
                text-decoration:none;
                font-size:11px;
                font-weight:bold;
			}
            
            #footer .menu li a:hover{
				 color:#ff6600;
                text-decoration:underline;
                
            }
            #footer .menu li, #menu li a{
					color:#000;
				}
    
/* end footer */

/* Category */
#category ul {
	padding-left: 0px;
	list-style-type: none;
	line-height: 2em;
	margin: 0px;
    font-weight: bold;
    
}
#category ul {
	padding-left: 0px;
	list-style-type: none;
	line-height: 1.5em;
	margin: 0px;
    font-weight:bold;
    font-size:14px;
}
#category ul li {
	padding-left: 10px;
    border-bottom:1px dotted #c0c0c0;
    padding:3px 0 3px 10px; 
}

#category ul li a {
	color: #ff5682;
	text-decoration: none; 
}

#category ul li a:hover {
	color: #009cff;
	text-decoration: none; 
}
/* end category */








/* Information*/
#information ul {
	padding-left: 0px;
	list-style-type: none;
	line-height: 2em;
	margin: 0px;
    font-weight: bold;
}
#information ul {
	padding-left: 0px;
	list-style-type: none;
	line-height: 1.5em;
	margin: 0px;
    font-weight:bold;
    font-size:14px;
}
#information ul li {
	padding-left: 10px;
    border-bottom:1px dotted #c0c0c0;
    padding:3px 0 3px 10px; 
}

#information ul li a {
	color: #72ac3c;
	text-decoration: none; 
}
#information ul li a:hover {
	color: #009cff;
	text-decoration: none; 
}
/* end information */
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #b0e5ff;
	margin-bottom: 10px;
}
.cart th {
	background: #b0e5ff;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
#module_cart .middle {
	padding: 5px;
}
.cart_module_total {
	padding: 0 3px 0 3px;
	font-size: 0.9em; 
	color: #222;
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.gif') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}
.button_add_small, a.button_add_small:visited {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}
#content .middle .box {
	float: left;
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}

/* Slideshow home */
#slideshow {
    position:relative;
    width: 570px;
	height: 250px;
    padding-top:5px;
    padding-bottom:5px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    width: 570px;
	height: 250px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    width: 570px;
	height: 240px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

/** end slideshow home slideshow home **/



.brand-info{
margin-bottom:15px;
min-height:120px;
}
.brand-info img{
margin-right: 15px;
margin-bottom: 10px;
}