
/**
 * HTML Tags
 */

HTML {
  overflow-y: scroll;
}

A, A:link, A:active, A:visited {
  color: #5a92c6;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

A.productLink, A.productLink:link, A.productLink:active, A.productLink:visited {
  color: #cccccc;
  text-decoration: none;
}

A.productLink:hover {
  color: #cccccc;
  text-decoration: underline;
}

a.bgmenuLink:link {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; padding-right: 3px; display: block; padding-left: 10px; padding-bottom: 3px;	padding-top: 1px;}
a.bgmenuLink:visited {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; padding-right: 3px; display: block; padding-left: 10px; padding-bottom: 3px;	padding-top: 1px;}
a.bgmenuLink:hover {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; background-color:#222222; padding-right: 3px; display: block; padding-left: 10px; padding-bottom: 3px;	padding-top: 1px;}
a.bgmenuLink:active {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; background-color:#222222; padding-right: 3px; display: block; padding-left: 10px; padding-bottom: 3px;	padding-top: 1px;}

BODY, HTML {
  margin: 0px;
  background-color: #000000;
  scrollbar-arrow-color:#7C8C95;
	scrollbar-base-color:#000000;
	scrollbar-shadow-color:#767676;
	scrollbar-face-color:#222222;
	scrollbar-highlight-color:#111111;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color:#767676;
}

BODY {
  color: #cccccc;
  font-family: Arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Arial,Helvetica,sans-serif;
}

H1 {
  color: #7db2ce;
  font-size: 26px;
  font-weight: normal;
}

H2 {
  color: #7db2ce;
  font-size: 12px;
  font-weight: bold;
/*  line-height: 24px; */
  margin-bottom: 15px;
}

H3, .h3 {
  margin: 4px 0px;
  color: #767676;
  font-size: 15px;
  font-weight: bold;
}

HR {
  height: 1px;
  border: 0px;
  border-top: 1px solid #767676;
}

IMG {
  border: 0px;
}

B {
  color: #cccccc;
}

P {
  margin: 16px 0px;
}

TH {
  text-align: left;
}

IFRAME {
  border 0px;
}


.formcontainer {
  border: 1px solid #ecede8;
  background: url('../../images/bgs/formgradient.gif') top repeat-x;
  padding: 10px;
}

TABLE.formtable {
  border-collapse: collapse;
}

TABLE.formtable TH {
  width: 150px;
  padding: 2px 0px;
  font-weight: normal;
  white-space: nowrap;
}

TABLE.formtable TD {
  padding: 2px 0px;
}

.asterisk {
 color: #7db2ce;
}


/**
 * Layout Identities
 */

#holdingwrapper {
  width: 980px;
  margin: 0px auto;
  text-align: center;
}

#holdinglogo {
  width: 174px;
  height: 101px;
  margin-top: 175px;
  margin-bottom: 50px;
}

#wrapper {
  position: relative;
  width: 950px;
  margin: 0 auto;
  text-align: left;
}

#popupwrapper {
  width: 580px;
  margin: 0 auto;
  padding: 20 auto;
  text-align: left;
}

#popuptitle {
  margin: 40px auto;
  text-align: right;
}

#header {
  height: 102px;
}

#logo {
  float: left;
  width: 172px;
  height: 84px;
  margin-top: 18px;
}

#main {
  margin-bottom: 10px;
  min-height: 600px;
}

#left {
  float: left;
  width: 620px;
}

#right {
  float: right;
  width: 310px;
}


/**
 * Footer
 */

.footer {
  color: #767676;
  padding: 2px 10px;
  font-weight: bold;
}

A.footer, A.footer:link, A.footer:active, A.footer:visited {
  color: #767676;
  text-decoration: none;
}

A.footer:hover {
  color: #767676;
  text-decoration: underline;
}

#copyright {
  float: left;
}

#legal {
  float: right;
}


/**
 * Navigation
 */

#nav {
  float: right;
}

#nav UL {
  margin: 0px;
  padding: 0px;
}

#nav UL LI {
  display: inline;
}

#nav UL LI A {
  float: left;
  width: 128px;
  height: 30px;
  background: #ffffff url('../../images/bgs/nav.gif') no-repeat;
  color: #767676;
  font-size: 11px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
}

#nav UL LI A SPAN {
  padding-left: 12px;
}

#nav UL LI A:hover {
  color: #7db2ce;
}

#nav UL LI A.active, #nav UL LI A.active:hover {
  background: #ffffff url('../../images/bgs/nav_over.gif') no-repeat;
  color: #ffffff;
}


/* begin view cart */
/* used in templates/view.cart.tem.php */

#viewCart {
	text-align: left;
	margin: 5px;
	width: 98%;
}

#viewCart h2 { }

#viewCart p {
	height: auto;
	text-align: left;
}

#viewCart #pageNote {
	height: auto;
	text-align: left;
}

#viewCart #pageError {
	border: 1px solid #C00000;
	padding: 5px;
	line-height: 20px;
	font-weight: bold;
}

#viewCart #cartItems {
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
}

#viewCart #cartItems thead tr th {
	text-align: left;
	font-weight: bold;
	height: 26px;
  background: url('../../images/bg-titleHeader.gif') repeat-x;
}

#viewCart #cartItems tbody tr td {
	border-bottom: 1px solid #D8DDE3;
	text-align: left;
	font-weight: normal;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#viewCart #cartItems .cartError {
	background-color: #FF4040;
}

#viewCart #cartItems .normal {
	background-color: yellow;
}

#viewCart #cartItems .cartWarning {
	background-color: #FFFF80;
}


#viewCart #cartInfo {
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
}

#viewCart #cartNumItems {
	width: 30%;
	padding-top: 8px;
	height: 35px;
	float:left;
	clear:left;
	text-align: left;
}

#viewCart #cartCoupon {
	height: 35px;
	width: auto;
	text-align: left;
	float:left;
	clear: left;
}

#viewCart #cartAmounts {
	padding-top: 8px;
	margin-bottom: 8px;
	float: right;
	text-align: right;
	width: 30%;
}

#viewCart #cartAmounts .field-link {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
	vertical-align: bottom;
}

#viewCart #cartAmounts .field-price {
	text-align: right;
	font-weight: bold;
	height: 18px;
	padding: 2px;
}

#viewCart #cartAmounts .field-label {
	text-align: left;
	height: 18px;
	clear: left;
	float: left;
	padding: 2px;
}

#viewCart #cartButtons {
	clear: both;
	float: left;
	margin-top: 25px;
	width: 96%;
	text-align: left;
}

#viewCart .gatewayButtons {
	float: right;
	height: 50px;
}

#viewCart #crossSell {
	border-top: 1px dotted #D9D9D9;
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
	padding-top: 5px;
	margin-top: 15px;
}

#viewCart #crossSell .content-even {
	text-align: center;
	width: 32%;
	height: auto;
	padding-top: 15px;
}

#viewCart #crossSell .content-odd {
	text-align: center;
	width: 32%;
	height: auto;
	padding-top: 15px;
}

#viewCart #crossSell .title {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

#viewCart #crossSell .title a {
	color: #C50024;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#viewCart #crossSell .title a:hover {
	text-decoration: none;
}

#viewCart #crossSell .photo{
	text-align: center;
}

#viewCart #crossSell .details {
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
}

#viewCart #crossSell .details .detailsBtn {
	background:url(../design/images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	margin: 5px;
	padding-top: 8px;
	text-align: center;
}

#viewCart #crossSell .details .detailsBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#viewCart #crossSell .details .detailsBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* end view cart */




/* begin productDetail */
/* used in templates/product.detail.tem.php */

#productDetail{
	text-align: left;
	width: 100%;
}

#productDetail h2 { }

#productDetail #productPhotos {
	float: left;
	clear: left;
	width: 38%;
	padding-top: 10px;
	vertical-align: middle;
	text-align: center;
}

#productDetail #prodThumbnails {
	clear: left;
}

#productDetail #extraDetails {
	float: right;
	clear: none;
	height: auto;
	width: 20%;
	border-collapse: collapse;
	margin: 0px;
	padding-bottom: 5px;
/*	color: #878787; */
}

#productDetail .submitBtn {
}

#productDetail #qtyPricing {
	float: left;
	clear: left;
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 95%;
}

#productDetail #qtyPricing .hdr-title-left {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	width: 25%;
}

#productDetail #qtyPricing .hdr-title-right {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	width: 50%;
}

#productDetail #qtyPricing .list-left {
	clear: left;
	float: left;
	border-bottom: 1px solid #D8DDE3;
	padding: 3px;
	width: 25%;
}

#productDetail #qtyPricing .list-right {
	float: left;
	border-bottom: 1px solid #D8DDE3;
	padding: 3px;
	width: 50%;
}

#productDetail #price {
	font-size: 110%;
	font-weight: bold;
	height: 30px;
}

#productDetail .form-label {
	font-weight: bold;
/*	width: 28%; */
	float: left;
	padding-right: 5px;
}

#productDetail .form-field {
	float: left;
}

#productDetail #customerUpload {
	margin-top: 15px;
	clear: left;
	float: left;
}

#productDetail #detailGroup {
	float: left;
	clear: left;
	width: 75%;
}

#productDetail #detailTabs {
	clear: left;
	float: left;
	width: 98%;
}

#productDetail #detailTabs ul {
	margin: 0;
	padding: 10px 10px 0 5px;
	list-style: none;
}

#productDetail #detailTabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#productDetail #detailTabs a .current {
  	color: #FFFFFF;
  	font-size: 150%;
}

#productDetail #detailTabs a {
	float: left;
	background: url(../design/images/tab-left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#productDetail #detailTabs a span {
	float: left;
	display: block;
	background: url(../design/images/tab-right.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	color: #404040;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#productDetail #detailTabs a span {
	float: none;
}

/* End IE5-Mac hack */
#productDetail #detailTabs a:hover span {
  	color: #FFFFFF;
}

#productDetail #detailTabs a:hover {
	color: #FFFFFF;
}

#productDetail #detailTabs a:hover span {
	color: #FFFFFF;
}

#productDetail .hdr-title {
	float: left;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	width: 100%;
}

#productDetail .container {
	clear: both;
	float: left;
}

#productDetail .body {
	clear: left;
	padding: 5px;
}

#productDetail #productDescription {
	margin-top: 0px;
	float: left;
	clear: left;
	width: 80%;
	height: auto;
	text-align: left;
}

#productDetail #productDescription p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#productDetail #productReviews {
	border: 1px solid #404040;
	width: 100%;
	float: left;
	clear: left;
	height: auto;
	margin-top: 15px;
	text-align: left;
	padding-right: 7px;
}

#productReviews .body {
	width: 100%;
}

#productReviews .form-field {
	width: 65%;
}

#productDetail #productReviews #productReviewsAddNote {
	display: block;
}

#productDetail #productReviews #productReviewsAdd {
	display: none;
}

#productDetail #productsRelated {
	margin-top: 15px;
	border: 1px solid #404040;
	float: left;
	clear: left;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	text-align: left;
}

#productDetail #productsRelated .content-odd {
	text-align: center;
	width: 49%;
	float: left;
	height: auto;
}

#productDetail #productsRelated .content-even {
	text-align: center;
	width: 49%;
	float: left;
	height: auto;
	border-left: 1px dotted #D8DDE3;
}

#productDetail #productsRelated .title {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	clear: both;
}

#productDetail #productsRelated .title a {
	color: #C50024;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#productDetail #productsRelated .title a:hover {
	text-decoration: none;
}

#productDetail #productsRelated .photo {
	text-align: center;
}

#productDetail #productsRelated .details {
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
}

#productDetail #productsRelated .details .sprice {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	font-size: 125%;
	font-weight: bold;
	height: 28px;
	color: #878787;
	width: auto;
}

#productDetail #productsRelated .details .detailsBtn {
	background:url(../design/images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	height: 22px;
	margin: 5px;
	padding-top: 8px;
	text-align: center;
}

#productDetail #productsRelated .details .detailsBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#productDetail #productsRelated .details .detailsBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* end productDetail */




/**
 * Classes
 */

.bgmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #111111;
/*  background: url('../../images/bg-footer.gif') top repeat-x; */
  width: 195px;
  height: 25px;
}

.clear {
  width: auto;
  clear: both;
  height: 0px;
}

.error {
  color: #d5540e;
  font-weight: bold;
}

.autocomp {
  position:   absolute;
  left:       0px;
  top:        0px;
  visibility: hidden;
  width:      0px;
}

.searchbox {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #767676;
}

.textbox {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #767676;
  background-color: #000000;
  border: 0px;
  padding-top: 5px;
}

.titleHeader {
  font-weight: bold;
  padding-left: 10px;
  height: 26px;
  background: url('../../images/bg-titleHeader.gif') repeat-x;
}

.framePhoto {
  border-width: 1px;
  border-style: solid;
  border-color: #3e3e3e;
}

.newsSummary {
  color: #5a92c6;
}


/**
 * Misc Classes
 */

A.arrow {
  padding-right: 12px;
  background: url('../../images/bgs/arrow.gif') right no-repeat;
}


.userinput {
  font-family: Arial,sans-serif;
  font-size: 11px;
  color: #767676;
}

/******* MESSAGES *******/

.error {
	color: #c30009;
	position: relative;
}

.success {
	color: green;
	position: relative;
}

div.error {
	color: #c30009;
	position: relative;
}

div.success {
	color: green;
	position: relative;
}
