/* RESET */
body, div, img, h1,h2,h3,h4,h5,h6,dl {
	margin: 0;
	padding: 0;
	font-family: "Arial";
	font-size: 12px;
	border: none;
}

button {
	border: none;
	background-color: white;
}

p {
	padding: 2px;
}

h1 { font-size: 14px; }

select.dropdown {
	width: 150px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

legend {
	display: none;
}

img {
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
}

caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 1em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* END RESET */

/* MENU */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	z-index: 99 !important;
}

.sf-menu ul {
	width: 33px;
	z-index: 99;
}
.sf-menu a {
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/

}
.sf-menu li {	
	margin-right: 2px;
}

.sf-menu li:hover, .sf-menu li li:hover {
	background-color: #5af;
}


.sf-menu li li {
	background: #39f;
	padding: 10px 0px;
	height: 10px;
}

.sf-menu li li a {
	color: white;
}
.sf-menu li li li {
	
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #5af;
	text-align: center;
	color: white;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../dimage/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* END MENU */

body {
	background: #fff;
}

body, div, img, h1,h2,h3,h4,h5,h6,dl {
	margin: 0;
	padding: 0;
	font-family: "Arial";
	font-size: 12px;
	border: none;
}

h1 {
	color: #009bdf;
}
/* set up basic positioning */
div#site {
	width: 975px;
	margin: 10px auto;
	background-color: white;
}

div#ie6msg {
	display: none;
	height: 50px;
	padding: 5px;
	padding-bottom: 0px;
	border: 2px solid #ddd;
	margin-bottom: 8px;
}

#menu-container {
	width: 101%;
	height: 33px;
}

div#ie6msg img {
	margin-top: 5px;
}

div#info-panes {
	padding: 3px;
	float: left;
	width: 185px;
	text-align: center;
}

div#info-panes img {
	margin-top: 7px;
}

div#shopping-panes {
	margin-top: 10px;
	float: right;
	width: 190px;
}

div#content {
	clear: left;
}

address {
	margin-top: 1em;
	font-weight: bold;
	color: #333;
	font-style: normal;
	display: block;
}

/* equivalent of content except on the main page there's an extra sidebar */
div#splash-page {	
	text-align: center;
	margin-right: 195px;
	margin-left: 280px;
}
div#splash-page img {
	vertical-align: middle;
	margin-top: 10px;
	text-align: center;
}

/* rounded boxes */
div#cart-summary {
	position: relative;
	background: url(../dimage/roundboxes/shoppingcart.gif) no-repeat;
	height: 127px;
	color: #999;
	font-weight: bold;
}

#logout-link {
	position: absolute;
	top: -70px;
	right: 0px;
}

#cart-summary-items {
	position: absolute;
	top: 56px;
	left: 55px;
}

#cart-summary-total {
	position: absolute;
	top: 80px;
	left: 50px;
	font-size: 11px;
}

div#product-info {
	background: url(../dimage/roundboxes/productinfo.gif) no-repeat;
	width: 176px;
	padding: 39px 5px 5px 5px;
	height: 54px;
	z-index: 1;
}

/* positioning for the product information search term / drop down */
div#product-info input.button, div#product-info input.text {
	margin-bottom: 3px;
	float: right;
}

div#product-info input.text {
	display: block;
	height: 12px;
	font-size: 10px;
	font-style: italic;
	width: 105px;
	padding: 1px;
	letter-spacing: 0;
	border: 1px solid #ddd;
}

div#product-info select {
	margin-top: 6px;
	margin-right: 3px;
	float: right;
	clear: both;
	font-size: 12px;
}

div#payment-methods {
	width: 187px;
	height: 25px;
	padding: 27px 3px 15px 3px;
	background: url(../dimage/roundboxes/paymethods-cc.gif) no-repeat;
}

div#current-sale-items {
	width: 176px;
	height: 57px;
	padding: 27px 4px;
	background: transparent url(../dimage/roundboxes/corporate2.jpg) no-repeat scroll 0 5px;
}

/* subcategory stuff */
.subcategory {
	margin-right: 10px;
	float: left;
	width: 175px;;
	height: 172px;
	border: 1px solid #78cef2;
}

.subcategory .thumbnail {
}

/* PRODUCT LIST */
div.product-list {
	padding-top: 10px;
	padding: 5px;
	padding-left: 16px;
	overflow: hidden;
}

div.product-list .navbar {
	border-bottom: 2px solid #00669a;
	text-align: right;
	height: 20px;
	margin-right: 190px;
	margin-bottom: 10px;
	padding-bottom: 7px;
	width: 730px;
}

.navbar h2 {
	text-transform: lowercase;
	float: left;
	color: #0091db;
	font-weight: bold;
	font-size: 14px;
}

.navbar ul.sideways {
	float: right;
	background-color: white;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 7px;
}
ul.sideways {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #0091db;
}

ul.sideways li {
	padding: 2px;
	display: inline;
	text-align: right;

}

ul.sideways li a {
	color: #0091db;
	text-align: center;
}

ul.sideways li.current {
	background-color: #0091db;
}

ul.sideways li.current a {
	color: white;
}

div.mini-product {
	float: left;
	width: 163px;
	height: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #78cef2;
	padding: 5px;
}

.mini-product .name {
	text-align: center;
	font-size: 10px;
	/* text-transform: lowercase; */
}

.mini-product .image {
	margin-left: 40px !important;
}

.mini-product .description {
	font-size: 10px;
	text-align: justify;
	height: 11px;
	/* text-transform: lowercase; */
}

.mini-product * {
	margin: 0 !important;
}

.mini-product h2.price {
	text-align: center;
	font-size: 10px;
	color: #00669a;
}

.mini-product .buy-now-button {
	position: relative;
	top: 15px;
	text-align: right;
}

div#rotator .mini-product .image {
	margin-left: 0px !important;
}

div#rotator .buy-now-button {
	position: static;
	text-align: center;
}


/* PRODUCT DETAILS */
.product {
	padding: 15px;	
	overflow: hidden;
}

.product .description {
	/* text-transform: lowercase; */
}
.details p{
	/* text-transform: lowercase; */
}


.product .image {
	float: left;
	margin-right: 20px;
}

.product .product-detail {
	width: 50%;
	float: right;
}

.product .image .link {
	text-align: center;
}

a {
	text-decoration: none;
	color: #888;
}

a:hover {
	text-decoration: underline;
	color: #009bdf;
}

.link a {
	display: block;
}

.link a img {
	margin-left: 40px;
}

.product .image .link img{
	display: block;
}

.product .price {
	color: #004BB6;
	font-weight: bold;
	font-size: 13px;
}

.product h2.name {
	background-color: #39f;
	color: white;
	text-indent: 5px;
	/* text-transform: lowercase; */
}

/* COMMON CLASSES */
.good {
	color: #00669a;
}

.okay {
}

.bad {
	color: red;
	font-size: 11px;
}

.invalidpassword {
	background-color: #ff8c8c;
	border: 1px solid #acf;
}

.required {
	/*color: red;*/
	font-weight: bold;
	padding: 0 3px;
	font-size: 16px;
}

.highlighted {
	border: 2px solid #ffdb4d;
	background-color: #fffd79;
}

div.hbox {
	overflow: hidden;
	width: 750px;
}
/* check out forms */
div.hbox legend, div.paymentbox legend {
	display: block;
	text-align: left;
	font-weight: bold;
	color: #39f;
	line-height: 16px;
}

div.hbox input.text {
	width: 200px;
}

div.hbox select {
	width: 200px;
}

table.creditcard-form {
	background-color: #eee;
	border: 1px solid #ccc;
	border-collapse:separate;
	margin-right: 7px;
	color: #000;z`
}

fieldset.details {
	width: 349px;
	margin-right: 10px;
	float: left;
}

fieldset.details label, fieldset.contactdetails label {
	display: block;
	width: 115px;
}

fieldset.details table {
	margin-right: 10px;
}

fieldset.details table, fieldset.contactdetails table {
	background-color: #eee;
	border-collapse: separate !important;
}

fieldset.contactdetails legend, fieldset.details legend {
	margin: 0;
	padding: 0;
}

table.creditcard-form {
	padding: 1em;
}

div.details {
	margin-bottom: 0.5em;	
	padding: 10px;
}

div.details a {
	float: right;
	color: #37f;
}

table.cart-summary-table {
	width: 50%;
}

table.cart-summary-table caption {
	text-align: center;
	color: #37f;
	font-style: italic;
	font-weight: normal;
}

div#footer {
	clear: both;
}

#register-interest {
	border: none;
	background: url(../dimage/buttons/register-interest.gif) no-repeat;
	width: 86px;
	height: 20px;
}

#update-btn {
	display: block;
	width: 56px;
	height: 20px;
	border: none;
	background: url(../dimage/buttons/update.gif) no-repeat;
	cursor: pointer;
}
.blueHeading{
	color: #39f;
	font-weight: bold;
}

#sign-up-btn {
	background: url(../dimage/buttons/sign-up.gif) no-repeat;
	width: 56px;
	border: none;
	height: 20px;
}

#sign-in-btn {
	background: url(../dimage/buttons/sign-in.gif) no-repeat;
	width: 56px;
	border: none;
	height: 20px;
}

table.sizing {
	width: 500px;
}

table.sizing th {
	text-align: left;
}

div#rotator {
	overflow: hidden;
	height: 163px;
}

div#rotator_child div.mini-product {
	border: none;
	float: left;
	display: block;
	width: 148px;
	margin: 0;
}

div#rotator_child div.mini-product h2.name { width: 128px; padding-left: 10px; min-height: 24px;}

div#rotator_child div.mini-product div {
	margin: 0;
	padding: 0;
}

span.was {
	color: #666;
}

div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background-color: #39f;
	font-weight: bold;
	/* text-transform: lowercase; */
}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #39f;
	background-color: #39f;
}

#item-review-summary table {
	width: 60%;
}

.orderform-table label {
	width: 150px;
	display: block;
}