/* Always Unicode-8 */
@charset "utf-8";

/* Clean up everything first*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0px;padding:0px;}
th,td{margin:0px;padding:5px;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
/*address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}*/
/*ol,ul {list-style:none;}*/
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
* {	margin: 0px; padding: 0px; }

strong {
	font-weight: normal;
}

/* Common classes */
.clear {
	clear: both;
}

.errormsg {
	color: #FF0000;
	font-weight: bold;
}

h1.errormsg {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

#errorbox, #errorboxlog {
	padding: 10px;
	border: solid 1px #900;
}

.required {
	color: #FF0000;
	font-size: 16px;
}

/* IE6 and IE - remember no position things for IE7 */
/* * { background: none; }*/

/* Typography */
* {
	line-height: 150%;
}

input {
	padding: 2px;
}

body {
	font-family: Lucida Grande, Verdana, Helvetica, Arial, Sans Serif;
	font-size: 12px;
	color: black;
	background: #EEEEEE url(../images/headerback.jpg) repeat-x 0px 0px;
}

h1,h2,h3,h4,h5,h6 {
	color: black;
}

a {
	color: #0098FF;
}

a:hover {
	color: #900;
}

/* Layout */
hr {
	clear: both;
	height: 1px;
	color: #CCC;
}

#footer {
	text-align: center;
	/*
	background-color: #F5F5F5;
	*/
	border-top: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
	background: #000 url(../images/headerback.jpg) repeat-x;
	margin-top: 20px;
}

#footer p {
	font-size: 11px;
	padding: 10px;
	color: #FFF;
}

#footer p a {
	color: #FFF;
}

#pagewrapper {
	width: 1000px;
	margin: 0px auto;
}

#header {
	height: 65px;
	position: relative;
	/*border-bottom: 2px solid #EEEEEE;*/
	color: #FFF;
	z-index: 2;
}

#header a {
	color: #FFF;
}

#header a:hover {
	color: #FC0;
}

#header #logo {
	position:absolute;
	top: 2px;
	left: 0px;
	padding: 0px;
	z-index: 3;
}

#header #todaydate
{
	position:absolute;
	top: 45px;
	right: 15px;
}

#welcomeslogan {
	position:absolute;
	top: 45px;
	right: 200px;
}

#menu {
	position: absolute;
	top: 5px;
	right: 5px;
}

#menu p {
	padding: 10px 0px 0px;
	text-align: right;
}

#menu li {
	display: inline;
	margin: 0px;
	list-style-type: none;
}

#menu li a {
	text-decoration: none;
	padding: 5px 10px 5px 5px;
}

#menu li a:hover {
}

#navigation {
	height: 15px;
	background: url(../images/navback.jpg) repeat-x;
	/*background: url(../images/navbar.jpg) no-repeat left top;*/
	padding: 10px 0px 10px 0px;
	margin-top: 18px;
	border: 1px solid #999;
	z-index: 4;
}

#navigation li {
	padding: 10px 20px 10px 20px;
	display: inline;
	list-style-type: none;
	border-right: 1px solid #CCC;
	font-weight: bold;
}

#navigation li a {
	color: #FFF;
	text-decoration: none;
}

#navigation li a:hover {
	color: #FC0;
}

#submenu {
	padding: 5px;
}

#submenu li {
	display: inline;
	list-style-type: none;
}

#submenu li a {
	text-decoration: none;
	background: #666;
	padding: 10px;
	color: #FFF;
}

#submenu li a:hover {
	background: #A6B3B3;
	color: #000;
}

/* Structure */
#contents {
	background-color: #FFF;
}

#main {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 978px;
	padding: 10px;
	height: 100%;
}

#leftnav {
	float: left;
	width: 164px;
}

#centernav {
	float: left;
	width: 615px;
	margin-left: 12px;
}

#rightnav {
	float: right;
	width: 175px;
}

/* Category and Products */
h3.breadcrumbs {
	font-size: 14px;
	margin-bottom: 10px;
}

.viewtype
{
	float: right;
}

ul.catmenu1 li, ul.catmenu2 li, ul.catmenu3 li {
	list-style: none;
	display: inline;
}

ul.catmenu1 li a {
	color: #FC0;
	border-bottom: 1px solid #FFF;
	background-color: #666;
	display: block;
	padding: 5px 10px;
	/*background: url(../images/catback.jpg) repeat-x;*/
	text-decoration: none;
}

ul.catmenu1 li ul.catmenu2 li a {
	color: #000;
	border-bottom: 1px solid #FFF;
	background-color: #CFCFCF;
	display: block;
	padding: 5px 20px;
	font-weight: normal;
}

ul.catmenu1 li ul.catmenu3 li a {
	color: #000;
	border-bottom: 1px solid #FFF;
	display: block;
	padding: 5px 40px;
	font-weight: normal;
	background: #DEDEDE;
}

/* list cat */
ul#catlist li {
	list-style: none;
	display: inline;
	padding: 0px 10px;
	border-right: solid 1px #CCC;
}

/* products */
.actionbtn a {
	display: block;
	color: #333;
	background: #FC0;
	text-decoration: none;
	padding: 3px 10px;
	border-top: 1px solid #D5AA00;
	border-right: 1px solid #D5AA00;
	border-bottom: 1px solid #D5AA00;
	border-left: 1px solid #D5AA00;
	margin-top: 5px;
}

/*
this is for normal view
*/

.thumbsbox, .thumbsboxover, .mobbox, .mobboxover, .workingbox, .workingboxover, .smobbox, .smobboxover {
	float: left;
	margin: 5px;
}

.thumbsbox, .thumbsboxover {
	width: 190px;
	height: 250px;
	padding-top: 10PX;
	border-top: 1px solid #CCC;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	border-left: 1px solid #CCC;
	position:relative;
}

.fbthumbsbox {
	width: 120px;
	height: 120px;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	float: left;
	margin-left: -1px;
	margin-top: -1px;
	padding: 5px;
	font-size:10px;
	overflow: hidden;
	display:block;
}

.thumbsboxover {
/*
	border-top: 1px solid #EDEDED;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #EDEDED;
*/
	border-top: 1px solid #AEDFFF;
	border-right: 2px solid #09F;
	border-bottom: 2px solid #09F;
	border-left: 1px solid #AEDFFF;
}

/* thumbs image*/
.thumbsbox .thumbsimg, .thumbsboxover .thumbsimg {
	overflow: hidden;
	height: 130px;
}

/* text styling */
.thumbsbox .pdprice, .thumbsbox .thumbstext,.thumbsboxover .pdprice, .thumbsboxover .thumbstext {
	padding: 1px;
}

.pdprice, .itemshortdescp {
	color: #666;
}

/* buttons */
.thumbsbox .buybtn,.thumbsboxover .buybtn, .buybtn {
	margin-top: 10px;
}

.thumbsbox .buybtn a,.thumbsboxover .buybtn a, .buybtn a {
	display: block;
	color: #333;
	background: #FC0;
	text-decoration: none;
	padding: 3px 6px;
	border-top: 1px solid #D5AA00;
	border-right: 1px solid #D5AA00;
	border-bottom: 1px solid #D5AA00;
	border-left: 1px solid #D5AA00;
	width: 50px;
	text-align: center;
}

.itemtitle
{
	font-size: 12px;
}

/*
this is for list view
*/
.lthumbsbox, .lthumbsboxover {
	width: 600px;
	height: 140px;
	border-bottom: 1px solid #CCC;
	position: relative;
	padding: 5px 0px;
	margin-top: 10px;
}

/* thumbs image*/
.lthumbsbox .thumbsimg, .lthumbsboxover .thumbsimg {
	overflow: hidden;
	width: 180px;
	height: 130px;
	float: left;
}

/* text styling */
.lthumbsbox .thumbstext, .lthumbsboxover .thumbstext {
	padding: 1px;
	float: left;
	width: 300px;
	overflow: hidden;
}

.lthumbsbox .pdprice, .lthumbsboxover .pdprice {
	padding: 1px;
	float: right;
	font-size: 16px;
}

/* buttons */
.lthumbsbox .buybtn,.lthumbsboxover .buybtn {
	margin-top: 8px;
	position: absolute;
	bottom: 50px;
	right: 0px;
}

.lthumbsbox .buybtn a,.lthumbsboxover .buybtn a {
	display: block;
	color: #333;
	background: #FC0;
	text-decoration: none;
	padding: 3px 6px;
	border-top: 1px solid #D5AA00;
	border-right: 1px solid #D5AA00;
	border-bottom: 1px solid #D5AA00;
	border-left: 1px solid #D5AA00;
	text-align: center;
}

.lthumbsbox .listbottom,.lthumbsboxover .listbottom {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 180px;
}

.extrabtm {
	width: 185px;
	display: block;
	position: absolute;
	bottom: 2px;
	right: 0px;
}

/* product view */

/*
.workingbox, .workingboxover {
	width: 600px;
	height: 240px;
}

.mobbox, .mobboxover {
	width: 90px;
	height: 150px;
}
*/

#productspec {
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#productspec h3, #textdiv h3 {
	font-size: 18px;
	margin-top: 20px;
}

#productspec h5 {
	font-size: 14px;
	font-weight: normal;
}

.opbox img {
	border: 1px solid #C6C6C6;
	padding: 5px;
	background: #EFEFEF;
}

#product_photo {
	float: left;
	width: 330px;
}

#optional_photo {
	clear: both;
	/*width: 480px;*/
}

.opbox { /* photo selection mob box */
	padding: 5px;
	width: 60px;
	height: 60px;
	float: left;
	overflow: hidden;
}

#textdiv {
	clear: both;
	padding: 20px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	position: relative;
}

#pricearea {
	float: right;
	margin-right: 10px;
	text-align: right;
}

h3.pdvprice {
	font-size: 18px;
	font-weight: normal;
}

h5.pdvbar
{
	clear: both;
	display: block;
	padding: 5px 0px 5px 10px;
	background-color: #EDEDED;
	font-size: 14px;
}

/* basket */
div.smallbasket {
/*
	position: absolute;
	width: 161px;
	border-top: 1px solid #FFF;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 1px solid #999;
	margin-top: -2px;
	*/
}

#sbtitle {
	color: #FC0;
	border-bottom: 1px solid #FFF;
	background-color: #666;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.sbpd {
	clear: both;
	margin-top: 2px;
	padding-left: 5px;
}

.sbpdtext {
	padding-left: 5px;
}

.sbimg {
	float: left;
}

.sbimg img {
	width: 40px;
}

/* Basket customization */
table#invlist {
	border: 1px solid #EEE;
}

table#invlist td {
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
	padding: 5px;
}

.trheader {
	font-weight: bold;
}

.tritem {
	height: 50px;
	overflow: hidden;
}

/* address*/
ul.address {
	border: 1px solid #EEE;
	width: 200px;
	padding: 5px;
	background: #F5F5F5;
}

.address li {
	list-style: none;
}

div.addlist {
	margin : 10px;
	float: left;
}

/* Member form */
#formRegistration h3, #formLogin h3, #formForgot h3
{
	font-size: 16px;
	margin: 10px 0px;
}

#formRegistration p, #formLogin p, #formForgot p, #formChgPwd p
{
	font-size: 12px;
	margin: 10px 0px;
}

#formRegistration, #formLogin, #formForgot, #formChgPwd
{
	margin: 10px;
}

.inputbox
{
	width: 200px;
	font-size: 12px;
	margin: 10px 0px 5px 0px;
	padding: 5px;
}

.inputbtn
{
	font-size: 14px;
	padding: 5px;
	margin-top: 10px;
}

/* checkout */
#checkout {
	padding: 10px;
}

#chkleft h2, #chkright h2, h3.menutitle {
	color: #F90;
	font-size: 14px;
	margin-bottom: 10px;
}

#chkleft, #chkright {
	width: 400px;
	padding: 20px;
	margin: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 1px solid #999;
}

#chkleft {
	float: left;
}

#chkright {
	float: right;
}

.checkout li a {
	float: left;
	padding-left: 30px;
	background: url(../images/accept.gif) no-repeat 10px center;
	list-style: none;
}

.checkout li {
	float: left;
	margin: 0px 0px 20px 0px;
	list-style: none;
	font-size: 14	px;
}

#paymentbox {
	float: right;
	margin-top: 20px;
}

#paymentbox p a:hover {
	color: #900;
}

#paymentbox p a {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: url(../images/paybtn.jpg) no-repeat left top;
	display: block;
	width: 300px;
	height: 50px;
	padding: 10px 0px 0px 25px;
}

#billingbox, #notesbox {
	float: left;
	margin-right: 100px;
	margin-top: 20px;
}

#basketbox {
	clear: both;
	margin-top: 20px;
}

p.procbtn a {
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background: url(../images/procbtn1.jpg) no-repeat left top;
	display: block;
	width: 170px;
	padding: 10px 20px;
	height: 50px;
}

input.procbtn {
	/* font-family is a must here */
	font-family: Helvetica, Arial, Sans Serif;
	border: none;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background: url(../images/procbtn1.jpg) no-repeat left top;
	display: block;
	width: 190px;
	text-align: left;
	padding: 10px 20px;
}

/* Invoice */
#invoice {
	width: 800px;
	margin: 0px auto;
	border: 1px solid #CCC;
	padding: 10px;
}

table#inv_header, table#translist {
	width: 750px;
	margin-top: 30px;
}

table#inv_header td, table#translist td {
	padding: 5px;
}

/*information*/
#information p,#information table
{
	margin: 15px;
	font-size: 12px;
}
#information ol,#information ul,#information li
{
	margin: 0px 20px;
	font-size: 12px;
}
#information h3
{
	margin: 0px 10px 5px;
	font-size: 14px;
}

#formSearch {
	position: absolute;
	top: 20px;
	left: 184px;
	z-index: 99;
}

.searchinput {
	height: 15px;
	width: 300px;
	font-size: 14px;
	padding: 5px;
	border: #FFCC00 solid 2px;
	margin-top: -5px;
}

.searchbtn {
}

#rssfeed {
	position: absolute;
	top: 90px;
	right: 5px;
	z-index: 99;
}

.addthis {
	/*margin-top: 20px;
	float: right;*/
	float: right;
}

