/*
* Copyright (c) 2010 Moolus (http://www.moolus.com)
*/

/* General Stylesheet */
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
font-size: 12px;

}
td, th, li, input, textarea, select, a {
	font-size: 12px;
}
input, textarea, select {
	margin: 5px 0px;
}
a, a:visited, a:hover {
	text-decoration: none;
	cursor: pointer;
}
li {
	line-height: 175%;
}
img{
	border: 0;
}
.clear { 
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* General Theme */
a, a:visited {
	color: #1b57a3;
}
a:hover {
	text-shadow: 0px 1px 0px #fff, 0px 1px 2px #bebebe;
	font-weight:bold;
}
body {
	/*background: #0638b4 url(../image/page_bg_img.jpg) center top no-repeat;	*/
		margin: 0px;
	padding: 0px;
	text-align: center;

}
/* Layout Web */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* Header */
#header {
	margin-top: 10px;
	margin-bottom: 10px;
}
#header .left {
	float: left;
	text-align: left;
	width: 48%;
}
#header .right {
	float: right;
	text-align: right;
	width: 48%;
}
#header .logo img { /* logo position */
	margin-left: 0px;
	margin-bottom: 5px;
}
/* Header : Top Right Menu Background */
#header .right a { 
	margin-left: 15px;
	padding: 1px 0px 2px 20px; 
	background-repeat: no-repeat;
	background-position: left center;
	text-shadow: 0px 1px 1px #d0eff3;
}
#header .right a:hover {
	color: #003982;
	font-weight: normal;
}
a.tr_login {
	background: url(../image/login.png) no-repeat;
}
a.tr_logout {
	background: url(../image/logout.png) no-repeat;
}
a.tr_special {
	background: url(../image/dollar.png) no-repeat;
}
a.tr_bookmark {
	background: url(../image/special.png) no-repeat;
}
a.tr_sitemap {
	background: url(../image/sitemap.png) no-repeat;
}
/* Header : Menu, Search, Curency and Language Container */
#header_panel {
	width: 100%;
	clear: both;
}
#header_panel .panel_top .left {
	background: url(../image/header-t-l.png) no-repeat;
	width: 5px;
	height: 35px;
	float: left;
}
#header_panel .panel_top .right {
	background: url(../image/header-t-r.png) no-repeat;
	width: 5px;
	height: 35px;
	float: right;
}
#header_panel .panel_top .center {
	background: url(../image/header-t-c.png) repeat-x;
	height: 35px;
	margin-left: 5px;
	margin-right: 5px;
}
#header_panel .panel_bottom .left {
	background: url(../image/header_2_left.png) no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#header_panel .panel_bottom .right {
	background: url(../image/header_2_right.png) no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#header_panel .panel_bottom .center {
	background: url(../image/header_2_center.png) repeat-x;
	height: 32px;
	margin-left: 5px;
	margin-right: 5px;
}
/* Header : Panel Top - Menu */
.pt_menu {
	padding: 10px 0px 0px 10px;
	width: 850px;
	float: left;
}
.pt_menu a,.pt_menu a:visited {
	color: #eeefff;
	font-size: 15px;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin-top: 10px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #222222;
}
.pt_menu a:active  {
	color: #fad05b;
	text-decoration: none;
	text-shadow: 0px 1px 2px #fad05b;
	font-weight:bold;
}
.pt_menu a:hover {
	text-decoration: none;
	text-shadow: 0px -1px 1px #222222;
	font-weight:bold;
}
.pt_right {
	padding: 10px 10px 0px 10px;
	width:1px;
	float: right;
	text-align: right;
}
/* Header : Panel Bottom - Search */
#search {
	width: 570px; /* if something wrong, remove this */
	padding-top: 1px;
	padding-left: 10px;
	color: #222;
	font-weight: bold;
	float: left;
}
#search  .div1 {
	float: left; 
	margin-top: 10px;
}
#search  .div2 {
	float: left;
}
#search  .div3 {
	float: left; 
	margin-top: 4px;
}
#search select {
	border: 1px solid #1b57a3;
	padding: 1px;
}
#search a {
	color: #666;
}
#search a:hover {
	color: #1b57a3;
}
#search input {
	border: 1px solid #1b57a3;
	padding: 2px;
}
/* Header : Panel Bottom - Language & Curency */
#lang_cur {
	width: 100px;
	float: right;
}
.switcher {
	float: right;	
	margin-top: 6px;
	margin-right: 10px;
	line-height: 125%;
	z-index: 100;
}
.switcher a {
	text-decoration: none;
	height: 15px;
	display: block;
	text-align: left;
}
.switcher .selected {
	background: #fff url(../image/switcher.png) repeat-x;
}
.switcher .selected a {
	border: 1px solid #ccc;
	background: url(../image/arrow_down.png) 116px center no-repeat;
	color: #666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #f0f0f0 url(../image/arrow_down.png) 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #d0eff3;
}
.switcher img{
	position: relative;
	margin-top: 2px;
	vertical-align: top;
}
/* Header : Breadcrumbs (on Middle) */
#breadcrumb {
	float: left;
	margin-left: 5px;
	margin-bottom: 8px;
	color: #444;
}
/* Middle*/
#middle {
	text-align: left;
	background: #f6f6f6;
	margin-bottom: 30px;
	padding: 8px 8px 8px 8px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
display:none;
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}
#content {
	margin-left: 190px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content .top .left {
	background: url('../image/content_top_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#content .top .right {
	background: url('../image/content_top_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#content .top .center {
	background: url('../image/content_top_center.png') repeat-x;
	margin-left: 5px;
	margin-right: 5px;
}
#content .top h1, .heading {
	padding: 8px 0px 8px 7px;
}
#content h1, .heading {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
#content .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	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 .middle .box {
	float: left;
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}
/* Middle : Content - Nivo Slider */
#slider {
	position: relative;
	height: 240px;
	width: 690px;
	margin: 2px 0px 20px 2px;
	background: #202834 url(../image/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
	box-shadow: 0px 0px 3px #333;
	z-index: 1;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 1;
}
#slider a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	left: 47%;
	bottom: -14px;
}
.nivo-controlNav a {
	display: block;
	width: 10px;
	height: 10px;
	background: url(../image/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: -10px 0;
}
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../image/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
a.nivo-prevNav {
	left: 15px;
}
/* Middle : Column - General Module Layout */
.box {
	margin-bottom: 10px;
	background: url(../image/box_top.png) no-repeat;
}
.box .top {
	padding: 9px 7px 7px 7px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-top: -1px;
	margin-right: 5px;
}
.box .middle { 
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
	padding: 10px;
}
.box .middle td {
	padding: 5px 0 0 10px;
	vertical-align: top;
}
.box .bottom {
	height: 5px;
	background: url(../image/box_bottom.png) no-repeat;
}
/* Middle : Content - Three Module Home */
#three_module {
	width: 690px;
	display: block;
}
.box2 {
	float:left;
	margin: 0 5px 10px 5px;
	background: url(../image/box_top.png) no-repeat;
}
.box2 .top {
	padding: 9px 7px 7px 7px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.box2 .top img {
	float: left;
	margin-top: -1px;
	margin-right: 5px;
}
.box2 .middle{ 
	width: 198px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
	padding: 10px;
}
.box2 .middle td {
	padding: 5px 0 0 10px;
	vertical-align: top;
}
.box2 .bottom {
	height: 5px;
	background: url(../image/box_bottom.png) no-repeat;
}
/* Middle : Content - Notification */
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #e4f1c9;
	border: 1px solid #a5bd71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #fbfaea;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	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;
}
/* Middle : All Button */
.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;
	font-weight:normal;
}
.button span:hover {
	text-decoration: none;
	text-shadow: 0px 1px 2px #000000;
	font-weight:normal;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #ddd;
	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 #ddd;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
/* Middle : Content - Product View */
.list {
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding: 10px;
}
.list  img {
	border: 1px solid #dfdfdf;
}
.product_hover {
    background-color: #eaeaea;
    cursor: pointer;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
/* Middle : Content - Dropdown Product Sortable */
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
/* Middle : Content - Pagination */
.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 #ccc;
	padding: 4px 7px;
	text-decoration: none;
	color: #000;
}
.pagination .links b {
	border: 1px solid #ccc;
	padding: 4px 7px;
	text-decoration: none;
	color: #000;
	background: #fff;
}
.pagination .results {
	float: right;
}
/* Middle : Content - Detail Product - Tabs */
.tabs {
	width: 100%;
	height: 28px;
	margin-bottom: 2px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff url(../image/tab_product.png) repeat-x;
}
.tabs a.selected {
	background: #fff url(../image/tab_product.png) repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
/* Middle : Column - Spesific Modules */
#category ul, #information ul  {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url(../image/bullet.png);
}
/* Middle : Content - View Cart */
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.cart th {
	background: #eee;
	padding: 5px;
	font-weight: normal;
	vertical-align: middle;
	height: 35px;
}
.cart td {
	padding: 5px;
	vertical-align: middle;
}
/* Middle : Content - Sitemap */
.sitemap ul {
	margin-left: 10px;
	list-style: url(../image/bullet.png);
}
/* Middle : Content - Tags */
.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
/* Middle : Column - Module Cart */
#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;
}
/* Footer */
#footer {
	width: 100%;
	font-size: 11px;
	line-height: 125%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
	clear: both;
}
#footer .left {
	width: 49%;
	float: left;
	text-align: left
}
#footer .right {
	width: 49%;
	float: right;
	text-align: right;
}
/* Footer : Provided by Moolus */
#provided {
	width: 100%;
	margin-top: -22px;
	margin-bottom: 25px;
	text-align: center;
}
#provided p, #provided a {
	color: #01285a;
	font-size: 11px;
	text-shadow: 0px 0px 1px #6a95e4;
}
#provided a:hover {
	color: #fff;
	font-weight: normal;
	text-shadow: 0px 0px 1px #222;
}

.black-ribbon {
  position: fixed;
  z-index: 9999;
  width: 70px;
}
@media only all and (min-width: 768px) {
  .black-ribbon {
    width: auto;
  }
}

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }