@charset "utf-8";
/* CORE */
html {
height:100%;
margin-bottom:1px;
}
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px; /*container text font size */
line-height: 20px;
color:#333;
background:#FFF; /* whole page white color */
/* yellow color FFCC33 */
}
.clr {
clear:both;
}
.clr_l {
clear:left;
}
/* LAYOUT */
#container {
position:static;
width:980px;
margin:0 auto
}
#header {
float:left;
width:980px;
height:0px;
background:#FFFFFF; /* space between banner and topmenu */
}
#header_l {
float:left;
width:200px;
height:10px;
}
#logo {
float:left;
width:600px;
height:0px;
}
#header_r {
float:left;
width:180px;
height:10px;
}
#navbar {
float:left;
height:40px;
width:980px;
}
#topmenu_l {
float:left;
height:40px;
width:10px;
/*background:url(../images/templates/topmenu_l.png) right top no-repeat;*/
}
#topmenu_logo {
float:left;
height:40px;
width:60px;
}
#topmenu_c {
float:left;
text-align:center;
margin:0 auto;
height:40px;
width:900px;
background:url(../images/templates/topmenu.png) left top repeat-x;
}
#topmenu_r {
float:right;
height:40px;
width:10px;
background:url(../images/templates/topmenu_r.png) left top no-repeat;
}
#wrapper {
width:980px;
margin:10px 0px;
background:#;
}
#leftpane {
float:left;
width:164px;
}
#rightpane {
float:right;
width:140px;
}
#rightpanetop {
background:url(../images/templates/modules/rightmode_t.png) bottom left no-repeat;
height:7px;
}
#rightpanecenter {
background:url(../images/templates/modules/rightmode_c.png) top left repeat-y;
}
#rightpanebot {
background:url(../images/templates/modules/rightmode_b.png) top left no-repeat;
height:8px;
}
.paddinginside {
padding:5px;
}
#mainbody {
float:left;
width:630px;
margin:0 0px;
}
#footer {
background:url(../images/templates/footer_bg.png) left top no-repeat;
float:left;
margin:30px auto 0 auto;
width:100%;
height:132px;
text-align:center;
}
/* MODULES LAYOUT */
#searchmode {
color:#FFFF33;
width:164px;
margin:2px 0;
}
#search_top {
width:164px;
height:21px;
background:url(../images/templates/modules/search_top.png) left bottom no-repeat;
}
#search_mid {
background:#FF9900;
width:180px;
color:#FFF;
padding:5px;
}
#search_bot {
background:url(../images/templates/modules/search_bot.png) left top no-repeat;
width:164px;
height:29px;
}
#moduleright {
color:#FFF;
width:140px;
margin:2px 0;
}
/* OPTIONS */
.browsecat {
margin-bottom:5px;
-moz-border-radius: .5em;
-khtml-border-radius:1em;
border:solid 1px #CCC;
padding:5px;
}
div.rounded {
width:164px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-bottom:2px;
}
div.rounded_t {
background:url(../images/templates/modules/module_t.png) no-repeat bottom left;
height:21px;
width:164px;
line-height:21px;
text-indent:10px;
color:#FFF;
font-weight:600;
font-size:12px;
}
div.rounded_m {
background:url(../images/templates/modules/module_m.png) repeat-y top left;
line-height:25px;
padding:5px 5px 0 5px;
}
div.rounded_b {
background:url(../images/templates/modules/module_b.png) no-repeat top left;
height:29px;
width:164px;
}
.roundedlink:link, .roundedlink:visited, .roundedlink:active {
color:#FF9900; /* left module header text color */
text-decoration:none;
font-weight:900;
font-size:16px
}
.roundedlink:hover {
color:#FFFF33;
text-decoration:underline;
font-weight:800;
}
/* MODULES ROUNDED CORNER */
div.roundcorner {
width: 164px;
background: #ffffff url(../images/templates/modules/bot_br.png) no-repeat top right;
}
div. roundcorner div {
background: transparent url(../images/templates/modules/bot_bl.png) no-repeat top left;
}
div. roundcorner div div {
background: transparent url(../images/templates/modules/bot_tl.png) no-repeat bottom right;
}
div. roundcorner div div div {
background: transparent url(../images/templates/modules/bot_tr.png) no-repeat bottom left;
padding: 15px;
}
div.midmode {
}

.mainmenu:link, .mainmenu:visited, .mainmenu:active {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color: #FF9900;  /* text color of the items on the left module */
background-color: #FFFFFF; /* background color of the item-box on the left module */
text-decoration:none;
display:block;
line-height:25px;
text-indent: 5px;
}
.mainmenu:hover { 
color: #FFFF33; /* left menu hover color */
/*background-color: #66FFFF;*/
}
.itembox {
float:left;
display:block;
width:32.6%;
margin:1px;
text-align:center;
padding:5px 0px 10px 0px;
color:#FF9900;
border:1px solid #FF9900;  /*item border color of displaying page*/
background:#FFF;
text-transform:capitalize;
height:80px;
}
.itembox:link, .itembox:visited { text-decoration:none; }
.itembox:hover { 
border:1px solid; 
border-color:#ddd #bcbcbc #bcbcbc #ddd;
background-color:#EEE; 
color:#FF9900;
}
.itembox .celltitle { font-size:12px; }
.title_pline {
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	font-weight:700;
}
.title_pline:link, .title_pline:visited { color:#777; text-decoration:none; font-size:14px; }
.title_pline:hover { color:#ff0000; text-decoration:none; font-size:14px; }

.sectionbox {
	float:left;
	display:block;
	width:30%;
	margin:5px 5px 15px 5px;
	text-align:center;
	padding:4px 0px 10px 0px;
	color:#555;
	border:1px solid #ffffff; /* main page border image color */
}
.sectionbox:link, .sectionbox:visited { text-decoration:none; }
.sectionbox:hover { 
	border:1px solid; 
	border-color:#ddd #bcbcbc #bcbcbc #ddd; 
	background-color:#ffffff; 
	color:#ff0000; /* main page hover text color */
}
.categorytitle {
}
.categorytitle:link, .categorytitle:visited {
text-decoration:none;
color:#FF9900;
font-weight:700;
}
.categorytitle:hover {
color:#FFFF33;
font-weight:700;
text-decoration:underline;
}
.celltitle {
	margin:0;
	font-family:Verdana, Arial, Tahoma;
	font-weight:bold;
	font-size:12px;
}
.notes {
	margin-top:2px;
	font-family:Verdana, Arial, Tahoma;
	font-weight:normal;
	font-size:9px;
	color:#000;
}
.pagedesc {
	font-family:Verdana, Arial, Tahoma;
	font-weight:normal;
	font-size:10px;
	text-align:left;
	color:#666;
	width:auto;
	float:left;
}
html>body .pageitems {
	font-family:Verdana, Arial, Tahoma;
	font-weight:normal;
	font-size:10px;
	margin-top:15px;
	width:100%;
	float:left;
	position:relative;
}
* html .pageitems {
	font-family:Verdana, Arial, Tahoma;
	font-weight:normal;
	font-size:10px;
	margin-top:15px;
	width:auto;
	float:left;
	position:relative;
}
.productname { 
	font-size:24px; 
	font-weight:bold; 
	color:#FF9900;  /* product name text color */
	margin:15px 0 8px 0; 
	text-align:center;
}
#pathway {
width:99%;
height:25px;
border-bottom:1px solid #CCC;
line-height:25px;
font-size:10px;
}
html>body .seriestitle {
	float:left;
	width:625px;
	margin:5px 0;
	background:#DDDDDD; <!-- Tich tich tinh tinh backgroupnd color-->
	font-family:Verdana, Arial, Tahoma;
	font-weight:bold;
	font-size:12px;
	padding:3px;
	color:#000000;
	text-transform:uppercase;
}
* html .seriestitle {
	float:left;
	width:99%;
	margin:5px 0;
	background:#DDDDDD;
	font-family:Verdana, Arial, Tahoma;
	font-weight:bold;
	font-size:12px;
	padding:3px;
	color:#000000;
	text-transform:uppercase;
}
.description {
	background:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	size:10px;
	font-weight:700;
	color:#666;
	white-space:normal;
	width:100px;
	text-align:center;
}
.special {font-size:10px; font-weight:bold; color:#ff0000;}
/* Table formatting */
.tablelist {
width:100%;
clear:left;
padding:0;
margin:0;
border-top:1px solid #CCC;
border-bottom:1px solid #EEE;
}
.tablelist:hover {
background:#EEE;
}
th {
	font-weight:bold;
	color:#F8FBE3; /* text color for bottom header price, sf, stock etc */
	background-color:#808080; /* color for price and size header */
}
td {
	font-weight:normal;
}
.tdhead {
font-size:12px;
font-weight:700;
border-bottom:1px solid #999;
}
.tdhead1 {
width:160px;
font-size:12px;
font-weight:700;
}
.tdimage {
width:60px;
}
.tdlink {
color:#333;
text-decoration:none;
}
h1 {
font-size:12px;
font-weight:700;
}
.iconlist {
padding:5px;
}
#search {
	width:180px;
	height:36px;
	vertical-align:middle;
	font-family:Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
#search form { margin:10px 5px; }
#search input {
	border:1px solid;
	border-color:#ff6666 #ff6666 #990000 #990000;
	font-size:11px;
	background:#FFF;
}
#search .gobutton {
	background-color:#FF9900;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
}
.searchresult {
	border-top:1px solid #ccc;
	padding-top:6px;
	padding-bottom:2px;
	margin-bottom:6px;
	font-size:11px;
	text-decoration:none;
	display:block;
	float:left;
	width:auto;
	cursor:pointer;
}
.searchresult:hover {
	background-color:#FDFBE4;
	text-decoration:none;
}
.searchresult span {
	position:absolute;
	left:70px;
	top:10px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	width:100px;
}
