@font-face {
	font-family: 'MiloSerifOffcMedium, Serif';
	src: url('font/miloserif.ttf');
}

body
{
	margin: 0;
	padding: 0;
	background: #ececec; /* this is for background */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	min-width: 990px;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/
p{ 
  padding: 0;
  margin: 0;
}

img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	font: normal 175% arial, sans-serif;
  	color: #000;
  	margin: 0 0 15px 0;
  	padding: 15px 0 5px 0;
}

h2{ 
	font: normal 175% arial, sans-serif;
	margin: 0 0 20px 0;
}

h4, h5, h6{ 
  	padding: 0 0 5px 0;
  	font: normal 120% arial, sans-serif;
  	color: #000;
}

h5, h6{ 
	font: italic 95% arial, sans-serif;
  	padding: 0 0 15px 0;
  	color: #000;
}

h6{ color: #000;}

a
{ 
	outline: none;
  	text-decoration: none;
  	color: #000;
}


a:hover{ 
	outline: none;
	text-decoration: none;
  	color: #000;
}


ul li{ 
	list-style-type: circle;
	padding: 0;
	margin: 0;
}



ol li{ 
	padding: 0;
	margin: 0;
}


/**
* Layout Specific
*/

.topbar {
	width:100%;
	height:30px;
	background: #f5f4f0;
	border-bottom: 1px solid #e6e6e6;
}

#global-container {
	width: 100%;
	float:left;
	margin:0 auto;
}

#content-container {
	width: 980px;
	margin:0 auto;
}

header {
	width: 100%;
	float: left;
}

.header-column-one {
	
	width:250px;
	float:left;
}

.header-column-two {
	width:400px;
	float:right;
}


.mini_menu
{
float: right;
margin: 0px;
padding-right: 30px;
}

.mini_menu ul.menu
{
margin:0px;
}

.mini_menu ul.menu a
{
color:white;
text-transform: none;
}

.mini_menu ul.menu a:hover
{
color:lightgrey;

}


#global-container {
	width: 100%;
	float:left;
	margin:0 auto;
}

#content-container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	min-height: 1400px;
	margin-top: 10px;
	padding: 20px;
}

header {
	background: url(images/header_bg.png) repeat-x;
	width: 100%;
	float: left;
	min-height: 103px;
}





ul.menu li                      
{ 	
	font-size:11px;
    float: left; 
    zoom: 1;
    /*APPEND*/
    list-style-type: none;
    color: #998675;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
}

ul.menu li:nth-child(1)
{
	border-left:0px;
}




.navigation {
	display: block;
	width: 100%;
	float: left;
	z-index: 999;
	background: url(images/menubg.png) repeat-x;
	min-height:47px;
}


.banner {
	
display: block;
float: right;
width: 725px;
overflow: hidden;
margin-top:40px;
}

.right_component
{
display: block;
float: right;
width: 725px;
}

section {
	width:100%;
	float:left;
}

.component-column /** can display multiple partials, set width & height in your own markup **/ {
	width:auto;
	display:inline;
}




.fourbooks
{
	display:inline;
	width:240px;
	float:left;
	height:110px;
	border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
}


.component-column_tab
{
	
	min-height:79px;
	float:left;
	margin: 13px 0px 5px 0px;
	display: table-cell;
}

.component-column_tab:nth-child(1)
{
	border-left:0px;
}


.component_row
{	background: url(images/bggradient.png) 0 0 repeat-x;
	width: 650px;
	height:300px;
	float:left;
	border-top: 1px #D5D4CC solid;
	border-bottom: 1px #D5D4CC solid;
	margin-bottom: 30px;
}

.book
{
width:150px;
height:300px;
margin-top:20px;
float:left;
}

.book img
{
	padding: 3px; 
	border: 1px solid #bdbaaf; 
	-webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25); 
	-moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25); 
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25); 
}

.book img:hover
{
-webkit-box-shadow: 0 1px 6px rgba(49, 105, 168, 0.75); 
-moz-box-shadow: 0 1px 6px rgba(49, 105, 168, 0.75); 
box-shadow: 0 1px 6px rgba(49, 105, 168, 0.75); 
}

}

.categories 
{
width: 970px;
margin: 0 auto;
text-align: center;
}



.categories ul li 
{
padding: 0 7px;
border-left: 1px solid #222;
}

.categories ul li:nth-child(1)
{
	border-left:0px;
}

.categories strong 
{
font-weight: bold;
}

#component  h3 
{ 
	font-family: MiloSerifOffcMedium, serif; 
	color: #000; 
	font-weight: normal; 
}


#component 
{
	display:block;
	margin: 20px 0 20px 0;
	float: left;
	width: 100%;
	background:white;
	min-height:790px;
}

.component-column img {
	float:left;
	margin:10px 0 0 0;
}

#sidebar
{	
	margin: 0px 0 20px 0;
	display:block;
	float: right;
	height:500px;
	width:300px;
}

#promotion
{
	background:url(images/sale.jpg) 0 no-repeat;
	height:257px;
	width:303px;
}

#bestseller
{


	height:405px;
	width:302px;
	float:left;
	margin-top:30px;
}

footer
 {
	width:970px;
	float: left;
	margin:0 0 10px 0;
}

.footer-content  /** can display multiple partials, set width & height in your own markup **/  {
	float:left;
	width: 970px;
	margin:0 auto;
	position:relative;
}

.categories /** can display multiple partials, set width & height in your own markup **/  {
	
	text-align:center;
	width: 970px;
	min-height:30px;
	margin:0 auto;
	position:relative;
}

.categories h3, .footer-links h3
{
	float: left;
	padding: 0px;
	margin: 0px;
}



.categories h3 span, #footer-links h3 span
{
color: black;
font-size: 12px;
font-weight: bold;
padding-left: 50px;
}

.categories ul.menu li.top_li {
margin-top: 7px;
font-size: 11px;
border-left: 1px solid black;
}

.categories ul.menu li.top_li:nth-child(1)
{
border-left: 0px;
}



.footer1, .footer2, .footer3
{
float:left;
width:190px;
}



.footer1 ul, .footer2 ul
{
float:left;
width:170px;
height:80px;
}

.footer1 h3, .footer2 h3
{
margin:0px;
padding:0px;
}

.footer1 ul li, .footer2 ul li  
{
list-style-type: none;
}

#footer-links ul.menu li.top_li
{
border:0px;
}



#booktab-wrap { width: 970px; float: left; padding: 14px 0 14px 0; border-bottom: solid 1px #cccccc;}

.booktab { float: left; width: 242px; border-right: solid 1px #cccccc; }
.booktab.last { float: left; width: 240px; border-right: solid 1px #ffffff; }

.booktab-img { float: left; height: 80px; width: 80px; margin: 0 10px; }
.gw-f1-img img { width: 80px; }

.booktab a.gw-subbox, .booktab a.gw-subbox p, a.gw-subbox div {color: #000000;text-decoration:none;display: block;}
.booktab a.gw-subbox:hover, .booktab a.gw-subbox:hover p, .booktab a.gw-subbox:hover div {color: #3169A8;cursor: pointer;text-decoration: none;}

.booktab-copy {float:left; margin: 4px 10px 0 0; width:130px;}
.booktab-copy div {color: #000000; font: 17px MiloSerifOffcMedium,serif; line-height: 20px; }
.booktab-copy p {color: #000000; font: 12px Arial,sans-serif; line-height: 16px; margin:0; padding:0;}

.review_box
{
border:0px !important;
}

.wrapper
{
padding: 10px;
}

/*
*   Search Widget
*/
.search
{
   float: right;
width: 600px;
background: #8BC7FF;
padding: 10px;
border-radius: 3px;
}

#search_keyword
{
    float: left;
    width:500px;
    height:18px;
    margin-right:5px;
}


.search button
{
    margin:0px;
}
.search h3
{
    display: none;
}
.search span{
    display: none;
}
.search ul
{
    list-style: none;
    margin:0px;
	padding:0px !important;
}
.search ul li
{
    display:inline;
}


/*
*   Search Form
*/
.search_form ul{
    margin:0;
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
}

.search_form ul li{
    display: inline;
    list-style: none;
}

/*
*   Search results page
*/
div.search_results{
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
}

.button_user
{
float: right;
font-size: 14px;
padding: 10px;
}

.button_logout
{
float: right;
}

.button_login
{
font-size: 13px;
float: right;
}


.button_register
{
font-size: 13px;
float: right;
padding-right: 10px;
}


.search_product button:
{
background:url(http://www.mobipot.com.my/template/free/books/css/images/searchbutton.png) no-repeat;
}

.search_product button:hover {
	opacity:0.76;
    filter:alpha(opacity=76);
}

.widget h3
{
border:0px;
}

.productblock
{
padding:10px 0px 10px 0px;
}

#product_module
{
margin: 20px 0;
float: left;
}

.module
{
margin:0px !important;
}

#footer-links a { font:normal 11px/18px arial, sans-serif; display: block; color: #000000; text-decoration: none; text-align: left; }
#footer-links {min-height:125px; }
#footer-links a:hover { color: #3169a8; text-decoration: underline; }

.module_title
{
padding-left: 20px;
}

/**changeable css**/


.bottombar {
	width:100%;
	height:20px;
	float:left;
	background: #111;
	text-align:center;
	padding:5px 0;
}

.bottombar a {
	color: #ebebeb;
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
}


.button_login a, .button_register a { color:white; }

.button_user, .button_login, .button_register {
	float: left;
	width: auto;
	font-size:12px;
	background: #474848;
	color: white;
	text-transform:uppercase;
	padding: 8px 20px;
	border-radius:5px;
	margin: 2px 0 0 10px;
}


.widget.cart {
	background: url(images/cart-bg.png) center 0 no-repeat;
	width: 186px;
	height: 56px;
	float: right;
	text-align:right;
	font-size:11px;
	color:white;
	font-weight:bold;
	padding: 4px 0;
}

.item_in_cart, .total_in_cart, .cart_button a {
padding: 0px 20px;
}

.cart_button a{ color:white; text-decoration: underline; }

.button_logout input[type="submit"] {
	border: none;
	background: #474848;
	color: white;
	text-transform:uppercase;
	padding: 8px 20px;
	border-radius:5px;
	font: 12px 'Open Sans', sans-serif;
}



.widget.userlog {
	margin: 10px 50px 0 0;
	float: right;
}

.button_logout {
float: left;
}

.left_component
{
width: 230px;
float: left;
margin-top:40px;
}

.feature_product
{
padding-left: 15px;
}
