/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

.ui-widget {
	font-family: Arial, Lucida Grande, Lucida Sans, Verdana, sans-serif;
	font-size: 12px;
}
body {
	background: #fff;
	color: #000;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Lucida Grande, Lucida Sans, Verdana, sans-serif;
}
* {
	outline: none;
}
div[class="ui-widget-header infoBoxHeading"] {
	background: none;
	border-bottom:5px solid #6BC2D3;
	color: #666;
	font-size:14px;
	font-weight: normal;
	display: block;
	line-height:28px;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom:10px;
}
div[class="ui-widget-header infoBoxHeading"] a {
	color: #666;
}
div[class="ui-widget-content infoBoxContents"] {
	border: none;
	position: relative;
	color: #999;
}
div[class="ui-widget-content infoBoxContents"] a {
	margin: 0 0 0 -15px;
	display: block;
	line-height:5px;
	background: url(images/marker.png) left center no-repeat;
	padding: 0 0 0 14px;
	color: #6BC2D3;
}
div[class="ui-widget-content infoBoxContents"] input[type="text"], #columnRight div[class="ui-widget infoBoxContainer"]:nth-child(3) select, #columnRight div[class="ui-widget infoBoxContainer"] select[name="currency"] {
	display: block;
	line-height:20px;
	height:20px;
	width: 150px;
	position: relative;
	z-index:1;
	border: 1px solid #6BC2D3;
	box-shadow: inset 2px 2px 2px #ccc;
}
div[class="ui-widget-content infoBoxContents"] input[type="image"] {
	position: absolute;
	top:5px;
	right:15px;
}
#columnLeft div[class="ui-widget infoBoxContainer"]:nth-child(2) a {
	background: none;
	text-align: center;
	margin: 0;
	padding:0;
	line-height: 30px;
}
#columnLeft div[class="ui-widget infoBoxContainer"]:nth-child(3) div[class="ui-widget-content infoBoxContents"] a {
	background: none;
	text-align: center;
	margin: 0 0 -5px 0;
	padding:0;
	line-height: 1px;
}
#columnRight div[class="ui-widget infoBoxContainer"]:nth-child(1) div[class="ui-widget-content infoBoxContents"], #columnRight div[class="ui-widget infoBoxContainer"]:nth-child(2) div[class="ui-widget-content infoBoxContents"] {
	text-align: center;
}
#columnRight div[class="ui-widget infoBoxContainer"]:nth-child(2) td a, #columnRight div[class="ui-widget infoBoxContainer"]:nth-child(4) td a {
	color: #6BC2D3;
}
#columnRight div[class="ui-widget infoBoxContainer"]:nth-child(3) a {
	background: none;
	margin: 0 3px;
	padding: 0;
	display: inline;
	float: left;
}
.site_bg {
	background: url(images/site_bg.png) left top repeat-x;
	height:388px;
	width:100%;
	display: block;
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
}
#bodyWrapper {
}
#bodyContent {
}
#bodyContent h1 {
	color: #6BC2D3;
}
#header {
	height: 320px;
	overflow: hidden;
}
#storeLogo {
	width:290px;
	height:155px;
	float: left;
	margin-top: 70px;
	padding-top:70px;
	background: url(images/cn_block_bg.png) center center no-repeat;
}
    div#rotator {
	position:relative;
	height:225px;
	width:600px;
	display: block;
	float: right;
	margin-right:60px;
}
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
	div#rotator ul li img {
		width:600px;
		height:225px;
	border: 10px solid #fff;
}
div#rotator ul li.show {
	z-index:500
}
#headerShortcuts {
	float: right;
	margin-top:20px;
}
#columnLeft {
	padding-top: 15px;
}
#columnRight {
	padding-top: 15px;
}
.infoBoxContainer {
	background: none transparent;
	margin-bottom:30px;
}
.infoBoxHeading {
	font-size: 12px;
	/*border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;*/
}
.infoBoxContents {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.contentContainer {
	padding-bottom: 15px;
}
.contentContainer h2 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #666;
	line-height:30px;
	margin: 32px 0 10px 0;
	border-bottom: 5px solid #F90;
}
.contentText, .contentText table {
	padding: 5px 0 5px 0;
	font-size: 12px;
	line-height: 1.5;
}
.contentText {
	color: #999;
	margin-bottom:20px;
}
.contentText input, .contentText select {
	display: block;
	line-height:20px;
	height:20px;
	width: 135px;
	position: relative;
	z-index:1;
	border: 1px solid #6BC2D3;
	box-shadow: inset 2px 2px 2px #ccc;
}
.fieldValue input, .fieldValue select {
	width:310px;
}
form[name="login"] .fieldValue input[name="email_address"], form[name="login"] .fieldValue input[name="password"] {
	width:130px;
}
.contentText input[type="radio"], .contentText input[type="checkbox"] {
	width:20px;
	display: inline;
}
table td {
	position: relative;
}
td .inputRequirement {
	display: block;
	position: absolute;
	top:8px;
	left:320px;
}
#bodyContent p {
	color:#999;
}
#bodyContent p u {
	color:#f90;
}
.contentText a {
	color: #F90;
	text-decoration:underline;
}
.productListTable {
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
}
.productListTable tr.alt td {
	background-color: #ecf6fc;
}
.fieldKey {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	width: 150px;
}
.fieldValue {
	font-size: 12px;
	line-height:20px;
	display: block;
}
h1 {
	font-size: 25px;
	margin-bottom: 0;
	padding-bottom: 5px;
}
img {
	border: none;
}
table, p {
	font-size: 12px;
	line-height: 1.5;
}
#piGal ul {
	list-style-type: none;
}
#piGal img {
	-webkit-box-shadow: 0px 0px 1px #000;
	-moz-box-shadow: 0px 0px 1px #000;
}
#piGal .outer {
	margin-left: -30px;
}
.buttonSet {
	clear: both;
}
.buttonAction {
	float: right;
}
.boxText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}
.errorBox {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}
A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
FORM {
	display: inline;
}
TR.header {
	background: #ffffff;
}
TR.headerNavigation {
	background: #bbc3d3;
}
TD.headerNavigation {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background: #bbc3d3;
	color: #ffffff;
	font-weight : bold;
}
A.headerNavigation {
	color: #FFFFFF;
}
A.headerNavigation:hover {
	color: #ffffff;
}
TR.headerError {
	background: #ff0000;
}
TD.headerError {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.footer {
	background: #bbc3d3;
}
TD.footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background: #bbc3d3;
	color: #ffffff;
	font-weight: bold;
}
.infoBox {
	background: #b6b7cb;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}
TD.infoBoxHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #bbc3d3;
	color: #ffffff;
}
TD.infoBox, SPAN.infoBox {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #f8f8f9;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #f8f8f9;
}
TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}
.productListingHeader {
	table-layout: fixed;
	color: #FFFFFF;
	font-weight: bold;
}
.productListingHeader A:hover {
	color: #FFFFFF;
}
.productListingData {
	table-layout: fixed;
}
A.pageResults {
	color: #0000FF;
}
A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
TD.pageHeading, DIV.pageHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #9a9a9a;
}
TR.subBar {
	background: #f4f7fd;
}
TD.subBar {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}
TD.main, P.main {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #f90;
}
TD.accountCategory {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}
TD.tableHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
SPAN.newItemInCart {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #ff0000;
}
CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
TEXTAREA {
	width: 100%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
SPAN.greetUser {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #6BC2D3;
	font-weight: bold;
}
TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.productSpecialPrice {
	font-family: Arial, Verdana, sans-serif;
	color: #ff0000;
}
SPAN.errorText {
	font-family: Arial, Verdana, sans-serif;
	color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #D7E9F7;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #E9F4FC;
}
.checkoutBarFrom, .checkoutBarTo {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* message box */

.messageBox {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}
.messageStackError, .messageStackWarning {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background-color: #ffb3b5;
}
.messageStackSuccess {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background-color: #99ff00;
}
/* input requirement */

.inputRequirement {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #ff0000;
}
/* buttons */

.tdbLink a {
}
.tdbLink button {
}
/* account link list */

.accountLinkList {
	list-style-type: none;
	margin: 2px 2px 2px 10px;
	padding: 5px;
}
.accountLinkListEntry {
	float: left;
	margin-right: 5px;
}
.footer {
	background: url(images/foot.png) center top no-repeat;
	padding: 20px 0;
	margin: 20px 0;
	color: #999;
}
.footer a {
	color: #6BC2D3;
}
