﻿/*
$Id: stylesheet.css 3 2006-05-27 04:59:07Z user $

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

  Copyright 2006 osCMax

  Released under the GNU General Public License
  
  Updated by  TemplateShopper.com November 2003 for AAbox .com
*/

.boxText { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#1a1a1a; font-weight:normal }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 12px; background: #ffb3b5; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size :12px; color:#70d250; text-decoration: underline; }

BODY {
  margin:0 auto;
  background:#1a1a1a url(../../img/body-bg.jpg) repeat top left;
  font-family:Verdana, Geneva, sans-serif;
  text-align:center;
}

a {
  color:#fff;
  text-decoration:none;
  font-family:Verdana, Geneva, sans-serif;
}

a:hover {
  color:#fbad47;
  text-decoration:underline;
  font-family:Verdana, Geneva, sans-serif;
}

FORM {
	display: inline;
}

TR.header {
  background: #fff;
}

TR.headerNavigation {
  /*background: #bbc3d3;*/
}

TD.headerNavigation {
  font-family:Verdana,Geneva;
  font-size:12px;
  color:#fff;
  padding-bottom:0px;
  padding-top:0px;
}

A.headerNavigation { 
  color:#ffd460; 
}

A.headerNavigation:hover {
  color:#fff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  background:#ff0000;
  color:#fff;
  text-align:center;
}

TR.headerInfo {
  background:#00ff00;
}

TD.headerInfo {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  background:#00ff00;
  color:#1a1a1a;
  text-align:center;
}

TR.footer {
 /* background: #bbc3d3;*/
}

TD.footer {
  font:Arial;
  font-size:12px;
  border-bottom:#320000 solid 2px;
  color:#000;
  padding-top:1px;
  padding-bottom:2px;
  background: #450101;
  height:30px;
  
}

.infoBox {
 background:#1a1a1a;
}

.infoBoxContents {
  /*background: #f8f8f9;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#fff;
  padding:8px 10px;
  line-height:20px;
  text-decoration: none
  }
  
.infoBoxContents a {
  /*background: #f8f8f9;*/
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#fff;
  padding-left:1px;
  line-height:20px;
  text-decoration:none;
}

.infoBoxContents a:hover {
	color:#ed992b;
  }

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  	background:#FFE6E6;
  	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

TD.infoBoxHeading {
  	font-family:Arial, Helvetica, sans-serif;
  	font-size:15px;
  	background:#fff;
  	color:#1a1a1a;
  	height:23px;
	padding:10px 0;
	font-weight:bold;
}

TD.infoBox, SPAN.infoBox {
  font-family:Arial, Helvetica, 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:#fff;
}

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: #240000;
}

TABLE.productListing {
	padding:8px;
}

.productListing-heading {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#1a1a1a;
}

TD.productListing-data {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#1a1a1a;
  font-weight:bold;
  background:#000;
  padding:8px;
}

.productNew a {
	color:#1a1a1a;
	text-decoration:none;
}

.productNew a:hover, .productNew a:visited {
	color:#ed992b;
	text-decoration:underline;
}

A.pageResults {
  color:#ffd460;
  text-decoration:none;
}

A.pageResults:hover {
  color:#0000FF;
  background:#FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  	font-family:Arial, Helvetica, sans-serif;
  	font-size:15px;
  	color:#fff;
  	padding:5px 0;
}

TR.subBar {
  	background:#f4f7fd;
}

TD.subBar {
  	font-family:Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color:#1a1a1a;
}

TD.main, P.main {
  	font-family:Arial, Helvetica, sans-serif;
  	font-size:12px;
  	line-height:1.5;
  	padding:10px;
  	color:#1a1a1a;
  	background:#fff;
	border-top-right-radius:30px;
	border-top-left-radius:30px;
		-moz-border-radius-topright:30px;
		-moz-border-radius-topleft:30px;
		-webkit-border-top-right-radius:30px;
		-webkit-border-top-left-radius:30px;
}

TD.smallText, SPAN.smallText, P.smallText {
  	font-family:Arial, Helvetica, sans-serif;
  	font-size:12px;
  	color:#fff;
	background:#000;
	padding:15px;
}

TD.accountCategory {
  	font-family:Arial, Helvetica;
  	font-size:13px;
  	color:#aabbdd;
}

TD.fieldKey {
  	font-family:Arial, Helvetica;
  	font-size:12px;
}

TD.fieldValue {
  	font-family:Arial, Helvetica;
  	font-size:12px;
}

TD.tableHeading {
  	font-family: Arial, Helvetica;
  	font-size:12px;
	color:#fff;
}

TD.category_desc {
  	font-family:Arial, Helvetica;
  	font-size: 12px;
  	line-height:1.5;
  	color:#fff;
}

SPAN.newItemInCart {
  	font-family:Arial, Helvetica, sans-serif;
  	font-size:10px;
  	color:#ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  	font-family: Arial, Helvetica;
  	font-size:11px;
  	margin:3px;
}

TEXTAREA {
  width:100%;
  font-family:Arial, Helvetica;
  font-size:11px;
}

SPAN.greetUser {
  	font-family:Arial, Helvetica;
  	font-size: 12px;
  	color:#f0a480;
}

TABLE.formArea {
  	background: #f1f9fe;
  	border-color: #7b9ebd;
  	border-style: solid;
  	border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

SPAN.markProductOutOfStock {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: #c76170;
}

SPAN.productSpecialPrice {
  	font-family:Arial, Helvetica, sans-serif;
  	color:#1a1a1a;
  
}

SPAN.errorText {
  	font-family:Arial, Helvetica, sans-serif;
  	color:#866F39;
  	font-weight:normal;
}
SPAN.link_box2{
	font-family:Arial, Helvetica;
	font-weight:normal;
}

.moduleRow { }

.moduleRowOver { 
	background: #D7E9F7;
	cursor:hand;
}

.moduleRowSelected { 
	background:#E9F4FC;
}

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { 
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #000;
}

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 10px;
}

.messageStackError, .messageStackWarning { 
	font-family:Arial, Helvetica;
	font-size:10px;
	background-color:#ffb3b5;
}
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }


/*------------------------------- HAMDY------------------------------- */
.cat_right{ 
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding-bottom:10px;
}
.boxes {
  	font-family: Arial, Helvetica;
  	font-size:13px;
  	color: #fff;
}
.boxes_2 {
	background:#1a1a1a;
  	font-family:Verdana, Geneva, sans-serif;
  	font-size:12px;
  	font-weight:bold;
  	color:#ffd460;
	padding:7px 0 2px 5px;
	text-align:center;
}
.boxes_3 {
  font-family:Arial, Helvetica;
  font-size:13px;
  color:#fff;
}

.left_name_pages{ 
}
.center_name_pages {
}

/*  hamdy style */ /*Revised 5-10 Green Apple Sales*/
.links a{ 
		font-family:"Arial Narrow"; 
        font-size:15px;
		color:#fff;
		text-align:center;
		text-decoration:none;
		line-height:45px;
}

.links a:hover{ 
		font-family:"Arial Narrow"; 
        font-size:15px;
		color:#ed992b;
		text-align:center;
		text-decoration:none;
		line-height:45px;
}

.contact_header{ 
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#1a1a1a;
	text-align:left;
	padding:5px 0;
	font-weight:bold;
}
.contact_normal{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#1a1a1a;
	text-align:left;
	padding:3px;
	padding-left:10px;
}

.contact_normal a{
	color:#1a1a1a;
	text-decoration:none;
}
.contact_normal a:hover,.contact_normal a:visited {
	color:#ed992b;
	text-decoration:underline;
}

.left_main_links{ background:#1c0000 url(images/carv_main_links_left.jpg) no-repeat;
                  width:8px;
				  height:45px;
				  text-align:right;
} 

.right_main_links{ background:#1c0000 url(images/carv_main_links_right.jpg) no-repeat;
                   width:8px;
				  height:45px;
}
.center_main_links{ background:#1a1a1a;
				  height:45px;
}

.content_new{
	font-family:Arial, Helvetica;
    font-size:13px;
	color:#1a1a1a;
	text-align:left;
}
/*--------------------------  silde show-----------------------*/
.highslide-html {
    background-color: #1a0001;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
