/* base.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
 { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit;
   font-style: inherit; font-size: 100%; font-family: inherit;
   vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ul { list-style: disc; padding-left:20px; }
ol { list-style: decimal; padding-left:20px; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

html, body { width:100%; height:100%; }
body { font-size:12px; background-color:#fff; text-align:left; }
img, div { behavior:url(assets/css/iepngfix.htc); }
img { border:none; display:block; }
a { cursor:pointer; }
body, p, div, tr, td, span, a, pre
 { font-family:'Droid Sans', sans-serif; line-height:1.4em; color:#333;
   text-decoration:none; }
small { font-size: 86%; }
a { color:#1079a4; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
 { color:#000; font-weight:bold; }
h1, h1 a { font-size:24px }
h2, h2 a { font-size:20px }
h3, h3 a { font-size:16px }
fieldset { border: 1px solid black; padding:10px; }
.align-left, .al { text-align:left; }
.align-right, .ar { text-align:right; }
.align-justify, .aj { text-align:justify; }
.align-center, .ac { text-align:center; }
.float-left, .fl { float:left; }
.float-right, .fr { float:right; }
.float-clear, .fc, .cl { clear:both; height:0px, display:block; }
.hidden, .h { display:none; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* default.css */

tr.head { background-color: #ddd; }
tr.odd { background-color: #f4f4f4; }
tr.even { background-color: #eaeaea; }

.carttable { width:100%; border: 1px solid #ccc }
.carttable tr.head td { font-weight: bold; }
.carttable tr td { padding: 5px; vertical-align: middle; border-right: 1px solid #f4f4f4; }
.carttable tr.odd td { border-right: 1px solid #eaeaea; }
.carttable tr td.col-delete { width: 16px; text-align: center; }
.carttable tr td.col-image { width: 32px; text-align: center; }
.carttable tr td.col-name { }
.carttable tr td.col-productcode { width: 100px; }
.carttable tr td.col-price { width: 60px; text-align: right; }
.carttable tr td.col-qty { width: 60px; text-align: center; }
.carttable tr td.col-qty a img, .carttable tr td.col-qty img { display:inline; }
.carttable tr td.col-linetotal { width: 60px; border-right: none; text-align: right; }
.carttable tr td{ border-top: 1px solid #f4f4f4; }
.carttable tr.head td { border-top: none; }

.carttabletotals { width:300px; border: 1px solid #ccc }
.carttabletotals tr td { padding: 5px; vertical-align: middle; border-right: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4; background-color: #eaeaea; text-align:right; }
.carttabletotals tr td.title { padding: 5px; vertical-align: middle; border-right: 1px solid #f4f4f4; background-color: #ddd; font-weight: bold; text-align:left; }

.checkouttable { width:500px; border: 1px solid #ccc }
.checkouttable tr td { padding: 5px; vertical-align: middle; border-right: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4; background-color: #eaeaea; text-align:right; }
.checkouttable tr td.title { width:150px; padding: 5px; vertical-align: middle; border-right: 1px solid #f4f4f4; background-color: #ddd; font-weight: bold; text-align:left; }

.carttable-print tr.head,
.carttable-print tr.odd,
.carttable-print tr.even,
.carttabletotals tr td,
.checkouttable tr td,
.carttabletotals tr td.title,
.checkouttable tr td.title
	{ background-color: #fff; }

#pagination a{color:#1079A4;}
.padding { padding:20px; }

div#shim{ visibility:hidden; width:100%; height:50%; margin-top:-200px; float:left; }
div#infobox{ margin:0 auto; width:560px; height:360px; clear:both; border: 1px solid #0066CC; background:url("../img-other/txt.gif") repeat-x; padding: 20px;
-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;}
			
fieldset { margin-top:20px; }

.feusers .element-text input, .txt { border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border:1px solid #999; background:url("../img-other/txt.gif") repeat-x; padding:5px 2px }
.feusers .formerror .element-text input, .txterr { border-color:#d35757; background-image:url("../img-other/txt-error.gif"); color:#b70b0b; margin:0px; }
.feusers .formerror .element-submit { text-align:right; }
.feusers .formerror .errors { display:block; list-style-type:none; padding:0px; margin:0px; text-indent:0px; }
.feusers .formerror .errors li { display:inline; list-style-type:none; padding:0px; margin:0px; text-indent:0px; font-size:80%; color:#b70b0b; }
.feusers .formerror label { color:#b70b0b; }
.feusers dt { width:70px; float:left; }
.feusers dd { float:left; -webkit-margin-start: 0px; }
.feusers dd.element-submit { float:none; text-align:right; }
.feusers .row { clear:both; }

#feusers_signupform { width:330px;}
#feusers_signupform1 { width:630px;}
#feusers_loginform { width:330px;}
#feusers_loginformajax { width:330px;}

#searchresult{ list-style:none;}
#searchresult li{ border:1px solid #000000; margin:	5px 0px; }
.searchitem { list-style:none; }
.searchitem li{ border:none !important; float:left; width:33%; }
.relevance{ border:1px solid #000000; padding:2px; width:150px; }
.relevance-fill{ background:#006321; height: 10px; display:block; }

.tab{ display:none; background:url("../img-other/txt.gif") repeat-x;
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.tab-active{ display:block; }
.tabs .header ul li a{ display: block; padding: 5px 10px; background-color: white; color: #0066CC; font-weight: bold; background:url("../img-other/txt.gif") repeat-x;
-moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px;  border-top-right-radius: 5px; }
.tabs .header ul li.active { border: 1px solid #0066CC; border-bottom:none; }
.tabs .header ul li.active a { background: none; background-color: #0066CC; color: white; font-weight: bold;}
.tabs .header { }
.tabs .header ul li { display: block; float:left; margin:5px; padding: 1px; padding-bottom: 0px; border: 1px solid #999; border-bottom:none; margin-bottom: 0px;
-moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px;  border-top-right-radius: 5px; }
.tab { border:1px solid #0066CC; clear:both; padding: 10px; }
/* template.css */

/* jquery.fancybox.css */

html,body{height:100%}div#fancy_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#666;display:none;z-index:3001}* html div#fancy_overlay{position:absolute;height:expression(document.body.scrollHeight >document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px')}div#fancy_wrap{text-align:left}div#fancy_loading{position:absolute;height:40px;width:40px;cursor:pointer;display:none;overflow:hidden;background:transparent;z-index:10000}div#fancy_loading div{position:absolute;top:0;left:0;width:40px;height:480px;background:transparent url('../img-other/fancybox/fancy_progress.png') no-repeat}div#fancy_loading_overlay{position:absolute;background-color:#FFF;z-index:3001}div#fancy_loading_icon{position:absolute;background:url('../img-other/fancybox/fancy_loading.gif') no-repeat;z-index:3500;width:16px;height:16px}div#fancy_outer{position:absolute;    top:0;    left:0;    z-index:9000;    padding:18px 18px 33px 18px;    margin:0;    overflow:hidden;    background:transparent;    display:none}div#fancy_inner{position:relative;width:100%;height:100%;border:1px solid #BBB;background:#FFF}div#fancy_content{margin:0;z-index:10000;position:absolute}div#fancy_div{background:#000;color:#FFF;height:100%;width:100%;z-index:10000}img#fancy_img{position:absolute;top:0;left:0;border:0;padding:0;margin:0;z-index:10000;width:100%;height:100%}div#fancy_close{position:absolute;top:-12px;right:-15px;height:30px;width:30px;background:url('../img-other/fancybox/fancy_closebox.png') top left no-repeat;cursor:pointer;z-index:18100;display:none}#fancy_frame{position:relative;width:100%;height:100%;display:none}#fancy_ajax{width:100%;height:100%;overflow:auto}a#fancy_left,a#fancy_right{position:absolute;bottom:0px;height:100%;width:35%;cursor:pointer;z-index:11100;display:none;background-image:url(data:image/gif;base64,AAAA);outline:none}a#fancy_left{left:0px}a#fancy_right{right:0px}span.fancy_ico{position:absolute;top:50%;margin-top:-15px;width:30px;height:30px;z-index:11200;cursor:pointer;display:block}span#fancy_left_ico{left:-9999px;background:transparent url('../img-other/fancybox/fancy_left.png') no-repeat}span#fancy_right_ico{right:-9999px;background:transparent url('../img-other/fancybox/fancy_right.png') no-repeat}a#fancy_left:hover{  visibility:visible}a#fancy_right:hover{  visibility:visible}a#fancy_left:hover span{left:20px}a#fancy_right:hover span{right:20px}.fancy_bigIframe{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent}div#fancy_bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:7000;border:0;padding:0;margin:0}div.fancy_bg{position:absolute;display:block;z-index:7000;border:0;padding:0;margin:0}div.fancy_bg_n{top:-18px;width:100%;height:18px;background:transparent url('../img-other/fancybox/fancy_shadow_n.png') repeat-x}div.fancy_bg_ne{top:-18px;right:-13px;width:13px;height:18px;background:transparent url('../img-other/fancybox/fancy_shadow_ne.png') no-repeat}div.fancy_bg_e{right:-13px;height:100%;width:13px;background:transparent url('../img-other/fancybox/fancy_shadow_e.png') repeat-y}div.fancy_bg_se{bottom:-18px;right:-13px;width:13px;height:18px;background:transparent url('../img-other/fancybox/fancy_shadow_se.png') no-repeat}div.fancy_bg_s{bottom:-18px;width:100%;height:18px;background:transparent url('../img-other/fancybox/fancy_shadow_s.png') repeat-x}div.fancy_bg_sw{bottom:-18px;left:-13px;width:13px;height:18px;background:transparent url('../img-other/fancybox/fancy_shadow_sw.png') no-repeat}div.fancy_bg_w{left:-13px;height:100%;width:13px;background:transparent url('../img-other/fancybox/fancy_shadow_w.png') repeat-y}div.fancy_bg_nw{top:-18px;left:-13px;width:13px;height:18px;background:transparent url('../img-other/fancybox/fancy_shadow_nw.png') no-repeat}div#fancy_title{position:absolute;bottom:-33px;left:0;width:100%;z-index:10000;display:none}div#fancy_title div{color:#FFF;font:bold 12px Arial;padding-bottom:3px}div#fancy_title table{margin:0 auto}div#fancy_title table td{padding:0;vertical-align:middle}td#fancy_title_left{height:32px;width:15px;background:transparent url(../img-other/fancybox/fancy_title_left.png) repeat-x}td#fancy_title_main{height:32px;background:transparent url(../img-other/fancybox/fancy_title_main.png) repeat-x}td#fancy_title_right{height:32px;width:15px;background:transparent url(../img-other/fancybox/fancy_title_right.png) repeat-x}
/* dropdown.css */

ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 1.2em;
	position: relative;
	height: 20px;
	z-index: 3000;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 8px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	z-index: 3000;
}
ul.topnav li a{
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 19px;
	height: 20px;
	float: left;
	background: url(../img-design/menu-arrow.png) no-repeat 5px 7px;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 20px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	z-index: 1000;
	opacity: 1;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #fff; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	background: url(../img-design/menu-hover-bg.jpg) repeat-y;
	
}
ul.topnav li ul.subnav li.first{ border-top: 1px solid #fff;  }
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	padding: 6px 10px;
}




ul.topnav2 {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 1.2em;
	position: relative;
	z-index: 2999;
}
ul.topnav2 li {
	float: left;
	margin: 0;
	padding: 0 8px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	z-index: 2999;
}
ul.topnav2 li a{
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
ul.topnav2 li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}
ul.topnav2 li span { /*--Drop down trigger styles--*/
	width: 19px;
	height: 20px;
	float: left;
	background: url(../img-design/menu-arrow.png) no-repeat 5px 7px;
}

ul.topnav2 li ul.subnav2 {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 20px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	z-index: 30000!important;
}
ul.topnav2 li ul.subnav2 li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #fff; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	background: #8f8d8d;
}
ul.topnav2 li ul.subnav2 li.first{ border-top: 1px solid #fff; }
html ul.topnav2 li ul.subnav2 li a {
	float: left;
	width: 145px;
	padding: 6px 10px;
}
/* select.css */

.selects {
  position: absolute;
  width: 42px; height: 13px;
  padding: 6px 7px;
  color: #000;
  font: 12px/21px arial,sans-serif;
  background: url(../img-design/dropdown-arrow.jpg) no-repeat #fff;
  border: #d5d5d5 1px solid; -moz-box-shadow: 1px 1px 5px #888; -webkit-box-shadow: 1px 1px 5px #888; box-shadow: 1px 1px 5px #888; margin: 0;
  overflow: hidden;
  display: block;
  line-height: 13px;
  background-position: 36px 8px; 
}

.selectm {
  position: absolute;
  width: 94px; height: 13px;
  padding: 6px 7px;
  color: #000;
  font: 12px/21px arial,sans-serif;
  background: url(../img-design/dropdown-arrow.jpg) no-repeat #fff;
  border: #d5d5d5 1px solid; -moz-box-shadow: 1px 1px 5px #888; -webkit-box-shadow: 1px 1px 5px #888; box-shadow: 1px 1px 5px #888; margin: 0;
  overflow: hidden;
  display: block;
  line-height: 13px;
  background-position: 88px 8px; 
}

.selectl {
  position: absolute;
  width: 284px; height: 13px;
  padding: 6px 7px;
  color: #000;
  font: 12px/21px arial,sans-serif;
  background: url(../img-design/dropdown-arrow.jpg) no-repeat #fff;
  border: #d5d5d5 1px solid; -moz-box-shadow: 1px 1px 5px #888; -webkit-box-shadow: 1px 1px 5px #888; box-shadow: 1px 1px 5px #888; margin: 0;
  overflow: hidden;
  display: block;
  line-height: 13px;
  background-position: 280px 8px; 
}

.selectnews {
  position: absolute;
  width: 100px;; height: 13px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  font: 12px;
  background: url(../img-design/new_arrow.png) no-repeat 90px #888;
  overflow: hidden;
  display: block;
  line-height: 13px;
  
}

