/*********************************** 
	Shinearama Style sheet
************************************/

/* main layout *******************/

BODY {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-weight: normal;
	vertical-align: top;
	line-height: 1.2;
	background: #333 url(/images/bg_chromebar.gif) repeat-x scroll top;
	text-align: justify;
}

TD {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
	font-weight: normal;
}

H1.welcome {
	display: none;
}
H2.welcome {
	display: none;
}
H3.welcome {
	display: none;
}

.hide {
	display: none;
}

#container {
	margin: 0 ;
	clear: both;
	float: left;
	width: 100%;
	min-width: 975px;
	position: relative;
}

.columns {
	margin: -20px 0 0 0;
	float:left;
	padding: 0 10px 0 10px;
	position: relative;
}

.rhs {
  overflow:hidden;
  position: relative;
	margin: 0 ;
	vertical-align: top;
	background: transparent;
	padding: 0 0 25px 5px;
	min-width: 760px;
}

.lhs {
  overflow:hidden;
  position: relative;
	margin: 0;
	padding: 0 5px 25px 0;
	width: 185px;
	background: transparent;
	float:left;
}

.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
#sidebar {
	position: absolute;
	top: 80px;
	right: 10px;
	margin: 0;
	padding: 0 0 25px 0;
	width: 180px;
	vertical-align: top;
	background: transparent;
}
*/


/* Side panel *******************/

#sections {
	margin: 0 0 20px 0;
}
#sections H2 {
	display: none;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
#sections UL {
	padding: 0px;
	margin: 0 0 20px 20px;
}
#sections A {
	color: #fff;
	text-decoration: none;
}
#sections A:hover {
	color: #f00;
	text-decoration: none;
}
#sections LI {
	list-style: square;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	margin: 2px 0 0 0;
	padding: 0px;
}

#sections LI.sub {
	list-style: square;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	margin: 0 0 0 16px;
	padding: 0px;
}

#topspinner {
	width: 350px !important;
	width /**/:352px;
	height: 67px !important;
	height /**/:69px;
	border: 1px solid #fff;
	background-color: #333;
	background-image: url("/images/spinner/feature1.jpg");
	position: relative;
	overflow: hidden;
	margin: 12px 10px 0 -125px;
	float: right;
}

#spinner2 {
	width: 750px;
	height: 75px;
	border: none;
	background-color: #000;
	background-image: url("/images/spinner/1.jpg");
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.sideimg {
	width: 180px !important;
	width /**/:182px;
	border: 1px solid #fff;
	padding: 0;
	background-color: #333;
	text-align: center;
	margin: 10px 0 0 0;
}

.sidesale {
	width: 170px !important;
	width /**/:182px;
	text-align: center;
	border: 1px solid #fff;
	background-color: #fff;
	position: relative;
	overflow: visible;
	margin: 10px 0 0 0;
	padding: 10px 5px 5px 5px;
	position: relative;
}

.sidesaledesc {
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #333;
	margin: 5px 0 0 0;
}

.sidesaleprice {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #f33;
	margin: 0;
	padding: 5px;
}

.sidesale A {
	color: #333;
	text-decoration: none;
}
.sidesale A:hover {
	color: #f00;
	text-decoration: none;
}


#twitter {
	text-align: center;
	margin: 10px 0 20px 0;
	width: 180px;
}

#widget {
	background: #fff;
	text-align: center;
	margin: 0 20px 0 0;
	float: right;
	width: 180px;
	border: 2px solid #fff;
}

#paylogo {
	width: 180px !important;
	width /**/:182px;
	border: 1px solid #fff;
	padding: 15px 0 15px 0;
	background-color: #333;
	text-align: center;
	margin: 10px 0 0 0;
	float: left;
}
#paylogo .gogle {
	width: 180px;
	padding: 0 54px 10px 54px;
}

#sitesearch {
	margin: 0 0 20px 0;
}
#sitesearch FORM {
	margin: 0;
	padding: 0;
}
#sitesearch H2 {
	display: none;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
}

#sitesearch INPUT {
	width: 175px;
	color: #666;
}

.infodocs {
	margin: 0 0 20px 0;
	width: 180px;
}
.infodocs H2 {
	display: none;
}
.infodocs UL {
	padding: 0px;
	margin: 0 0 20px 20px;
}
.infodocs A {
	color: #fff;
	text-decoration: none;
}
.infodocs A:hover {
	color: #f00;
	text-decoration: none;
}
.infodocs LI {
	list-style: square;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* info doc page itself *******************/

.infodoc { 
	text-align: justify;
	margin-left: 10px;
}

.infodoc H4 {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

blockquote {
	padding: 5px 10px 10px 30px;
	margin: 0 20px 10px 10px;
	background-color: transparent;
	text-align: left;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	color: #ccc;
	background: url("/images/quote.gif") no-repeat;
}

.shiptable {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
}

.shiptable TD {
	padding: 5px;
}

.shiptable TH {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	width: 125px;
}

.detailbox {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	width: 370px;
	margin: 0 10px 0 0;
}

.detailbox TD {
	padding: 5px;
	border: 1px dotted #666;
	vertical-align: top;
}

.detailbox TH {
	background-color: #666;
	font-size: 10pt;
	font-weight: bold;
	margin: 20px 0 0 0;
	text-align: left;
	padding: 8px;
	margin: 100px;
}

.detailbox UL {
	padding: 0px;
	margin: 0 0 20px 20px;
}

.detailbox LI {
	list-style: square;
	margin: 0px;
	padding: 0px;
}


/* home page elements *******************/

#home_manu {
	margin: 0 0 10px 0;
}
#home_manu .manubox {
	margin: 5px 0 5px 5px;
	padding: 0px;
	float: left;
	text-align: center;
	background: transparent;
	width: 185px;
	position: relative;
}
#home_manu .manuboxf2 {
	margin: 5px 0 5px 5px;
	padding: 0px;
	float: left;
	text-align: center;
	background: transparent;
	width: 375px;
	position: relative;
}
#home_manu .manuboxf3 {
	margin: 5px 0 5px 5px;
	padding: 0px;
	float: left;
	text-align: center;
	background: transparent;
	width: 565px;
	position: relative;
}
#home_manu .manutext {
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	margin: 5px 10px 0 10px
}
#home_manu .manutextl {
	text-align: left;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	margin: 5px 150px 0 10px
}
#home_manu .manutextc {
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	margin: 5px 80px 0 80px
}
#home_manu .manutextr {
	text-align: right;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	margin: 5px 10px 0 150px
}
#home_manu H2 {
	display: none;
}
#home_manu A {}
#home_manu IMG {}

#home_news {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}
#home_news H2 {
	display: none;
}
#home_news .newshead {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	margin: 5px 0 5px 10px;
	padding: 0;
}
#home_news .newsdate {
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
}
#home_news .newsbody {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0 25px;
}

/* page header *******************/

#header {
	clear: both;
	float: left;
	top: 0px;
	left: 0px;
	min-width: 970px;
	width: 100%;
	margin: 0 10px 0 0;
}
#header H2.tagline {
	display: none;
}

/* session/login/register */
#session {
	position: absolute;
	top: 2px;
	right: 230px;
	font-size: 10pt;
	font-weight: bold;
	display: none;
}
#session A {
	color: #f33;
	text-decoration: none;
}
#session A:hover {
	color: #f00;
	text-decoration: underline;
}

/* basket summary */
#shoppingold {
	position: absolute;
	width: 225px;
	height: 23px;
	top: 72px;
	right: 0px;
	background: #333 url("/images/basket.gif") no-repeat;
}
#shopping {
	width: 180px !important;
	width /**/:182px;
	border: 1px solid #fff;
	padding: 35px 0 10px 0;
	margin: 12px 16px 0 0;
	background-color: #fff;
	text-align: center;
	background: #fff url("/images/basket.gif") no-repeat;
	position: relative;
	float: right;
}
#shopping A {
	color: #333;
	text-decoration: none;
}
#shopping A:hover {
	color: #333;
	text-decoration: underline;
}
#shopping .title {
	display: none;
}

#shopping .subtotal {
	font-size: 14pt;
	font-weight: bold;
}

/* page footer *******************/

#footer {
	clear:both;
	float: left;
	font-size: 8pt;
	color: #999;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #333;
	min-width: 970px;
	width: 100%;
}

.copy {
	font-size: 8pt;
	color: #999;
	font-weight: normal;
	font-style: normal;
	margin: 10px 0 10px 0;
	text-align: center;
}
#footer .tag {
	float: left;
}

#footer A {
	color: #999;
}

/* registration form *******************/

.accountform {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	width: 750px;
	margin: 10px 0 10px 0;
}

.accountform TD {
	padding: 5px;
}

.accountform TH {
	background-color: #666;
	font-size: 10pt;
	font-weight: bold;
	margin: 20px 0 0 0;
	text-align: left;
	padding: 8px;
	margin: 100px;
}

.accountform .req {
	font-weight: bold;
}

.accountform .textbox {
	font-size: 10pt;
	font-weight: bold;
	color: #ccc;
	background: #333;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

.accountform TEXTAREA {
	font-size: 10pt;
	font-weight: bold;
	color: #ccc;
	background: #333;
	border: none;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

.accountform .submit {
	width: 150px;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	background: #333;
	border: 2px solid #ccc;
	padding: 3px;
}

/* search page *******************/
	
H3 {
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
}

.itemcount {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

.prodgrid {
	width: 160px !important;
	width /**/:172px;
	float: left;
	margin: 5px 0 5px 15px;
	border: 1px dotted #999;
	padding: 5px;
	text-align: center;
	height: 250px !important;
	height /**/:272px;
	position: relative;
}

.prodgriddesc {
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	margin: 5px 0 0 0;
	height: 50px !important;
	height /**/:55px;
}

.prodgridprice {
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	width: 160px;
	height: 30px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.prodgridprice EM {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #f33;
}

IMG.saleimg {
	position: absolute; 
	top: 2px; 
	left:2px;
}

IMG.saleimgs {
	position: absolute; 
	top: 0px; 
	left:0px;
}

IMG.snowblob {
	position: absolute; 
	top: -10px; 
	left: 336px;
}
IMG.snowblobman {
	position: absolute; 
	top: -9px; 
	right: -6px;
}

.prodgridlinks {
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	width: 160px;
}

FORM.prodgridform {
	margin: 0;
	padding: 0;
}
.prodgrid A {
	color: #fff;
	text-decoration: none;
}
.prodgrid A:hover {
	color: #f00;
	text-decoration: none;
}

.nav {
	padding: 5px;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

.filterbox {
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	border: 1px solid #fff;
	padding: 10px;
	margin: 0 auto 10px auto;
}

.filterbox FORM {
	padding: 0;
	margin: 0;
}

.filterbox .textbox {
	font-size: 9pt;
	font-weight: bold;
	color: #f33;
	background: #333;
	border: 0;
	border-bottom: 1px solid #fff;
	padding: 2px;
}

.filterbox .submit {
	width: 100px;
	font-size: 9pt;
	font-weight: bold;
	color: #333;
	background: #ccc;
	border: 2px solid #333;
	padding: 3px;
}

/* PRODUCT PAGE ***********************/

H3.prodtitle {
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 10px 0 20px 20px;
}
 
.prodimg {
	margin: 0 0 0 20px;
	position: relative;
	float: left;
	min-width: 760px;
}

.prodimgpre {
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
	width: 320px;
	height: 64px;
	top: 340px;
}
.prodimgpre IMG {
	border: 2px solid #c33;
}

IMG.prodphoto {
	border: 2px solid #c33;
	float: left;
}

.prodinfo {
	overflow:hidden;
	position: relative;
	margin: 0 ;
	vertical-align: top;
	float: left;
	width: 320px;
	margin: 150px 0 0 25px;
	text-align: left;
}

.prodprice {
	font-size: 24pt;
	font-weight: bold;
	font-style: normal;
	color: #fff;
}

.exprice {
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #ccc;
}

.prodprice EM {
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	color: #f00;
}

.proddesc {
	margin: 20px;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

.prodcode {
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #ccc;
}

.prodrev {
}

.prodrel {
}

.prodinfo UL {
	margin: 10px 0 0 -10px;
	padding: 5px 0 0 0px;
}
.prodinfo LI {
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 25px;
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left;
}
LI.info {
	background-image: url(/images/icon_info.gif);
}
LI.red {
	background-image: url(/images/icon_red.gif);
}
LI.yellow {
	background-image: url(/images/icon_yellow.gif);
}
LI.green {
	background-image: url(/images/icon_green.gif);
}
LI.plus {
	background-image: url(/images/icon_plus.gif);
}
LI.query {
	background-image: url(/images/icon_query.gif);
}

/* BASKET PAGE ************************/

.basketform {
	text-align: center;
	float: left;
	width: 100%;
	min-width: 760px;
}

.baskettable TH {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-align: center;
}

.baskettable TD {
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	text-align: center;
}

.baskettable .textbox {
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	background: #333;
	border: 2px solid #ccc;
	padding: 2px;
	text-align: center;
}

.baskettable .select {
	color: #333;
	background: #ccc;
	border: 2px solid #ccc;
	padding: 2px;
	text-align: center;
}

.baskettable .submit {
	width: 135px;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	background: #333;
	border: 2px solid #ccc;
	padding: 3px;
}

.googlebutton {
	width: 400px;
	height: 60px;
	background-color: #fff;
	margin:  7px auto 7px auto;
	padding: 7px;
}	

TH.r, TD.r {
	text-align: right;
}
TH.l, TD.l {
	text-align: left;
}

/* dividers/spacers *******************/

DIV.divider {
	height: 1px;
	border-bottom: 1px solid #999;
	padding: 0;
	margin: 5px 0 5px 0;
	clear: both;
}

DIV.spacer {
	clear: both;
	font-size: 0px;
	height: 0;
}

HR {
	display: none;
}

/* link styles *******************/


A {
	color: #fff;
	text-decoration: none;
}

A.u {
	border-bottom: dotted 1px #999;
}
A:hover {
	color: #f00;
	text-decoration: none;
}
.warning {
	color: #f00;
	font-weight: bold;
}



